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
|
---|---|---|---|---|
width: 100%;
border: 2px solid red;
height: 500px;
}
#wrap-flex {
width: 65%;
display: inline-flex;
flex-flow: wrap row;
border: 2px solid rgb(0, 194, 136);
height: inherit;
}
.flex-title {
width: 100px;
height: 50px;
background-color: palevioletred ;
border: 2px dashed palegoldenrod;
padding: 5px;
margin: 5px;
}
mycolors {
background-color: #1b1b1b;
color: #3491bd;
border-color: #8c8c8c;
border-color: #6c6c6c;
border-color: #4C4C4C;
border-color: #2c2c2c;
color: rgb(172, 172, 172);
color: #dddddd;
}
body {
font-size: 16px;
font-family: 'Titillium Web', sans-serif;
display: inline-flex;
flex-flow: wrap column;
align-content: center;
width: 100%;
margin: 0px;
}
header a {
color: #0093d7;
text-transform: capitalize;
text-decoration: none;
}
main h1 {
font-size: 2.0em;
color: #ffffff;
}
main h3 {
font-size: 1.25em;
color: #ffffff;
}
h2,h3,h4,h5,h6 {
text-align: center;
}
p {
text-align: center;
}
.p-subtitle {
width: 80%;
text-align: center;
margin: auto;
}
.slideshow-text strong{
color: #0093D7;
font-size: 2.0em;
font-weight: 700;
}
.h2text {
margin-top: 0px;
padding-top: 40px;
text-decoration-color: #1b1b1b;
width: 100%;
}
.contentarea {
height: auto;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-evenly;
width: 100%;
}
/*This is the Info & Social Header Section = contactinfo + socialinfo*/
.main-social {
/* background-color: #1b1b1b; */
width: 100%;
display: flex;
justify-content: center;
}
.sub-social {
background-color: #CCCCCC;
width: 65%;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-between;
align-items: center;
}
.address {
display: inline-flex;
flex-flow: nowrap row;
justify-content: start;
width: 20%;
padding: 10px 20px;
align-items: center;
}
.address address {
padding: 20px;
}
.email {
display: inline-flex;
flex-flow: nowrap;
width: 20%;
padding: 10px 20px;
align-items: center;
margin: auto;
justify-content: center;
}
.email a {
padding-left: 20px;
}
.phone {
display: inline-flex;
flex-flow: nowrap;
width: 20%;
padding: 10px 20px;
align-items: center;
margin: auto;
justify-content: center;
}
.phone a {
padding-left: 20px;
}
.socialiconsarea{
display: inline-flex;
flex-flow: nowrap;
justify-content: space-evenly;
width: 20%;
padding: 10px 20px;
}
.socialiconsarea img {
width: auto;
height: 30px;
color: #1b1b1b;
}
/*This is the Main Header Section = logo + menu*/
.main-header {
/* background-color: #1b1b1b; */
display: inline-flex;
flex-flow: wrap row;
justify-content: center;
width: 100%;
}
/* .sub-header{
position: fixed;
} */
.sub-header {
background-color: #1b1b1b;
width: 65%;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-between;
padding: 10px;
box-shadow: 0px 5px 10px #2C2C2C;
z-index: 1;
height: 100px;
align-items: center;
}
.logo-menu {
width: 15%;
}
.header-logo {
width: 70%;
min-width: 200px;
height: auto;
padding-left: 15px;
}
.navigation {
width: 65%;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-evenly;
padding: 15px;
}
nav :hover{
text-decoration: underline #3491bd;
}
nav ul {
padding: 0px;
margin: 0px;
}
/*This is the Slideshow Section = background + texto*/
.main-slideshow {
height: 645px;
width: 100%;
display: inline-flex;
flex-flow: column;
justify-content: right;
}
.sub-slideshow {
width: 65%;
background-repeat: no-repeat;
background-position-x: center;
margin: auto;
height: 645px;
}
.carousel-item {
height: 32rem;
background: #4C4C4C;
color: white;
position: relative;
height: 645px;
}
/* .carousel-item img {
}
.img-fluid {
max-width: 100%;
} */
.container .carousel-inner{
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding-bottom: 50px;
}
.slideshow-text {
padding: 75px;
text-align: center;
}
.slideshow-text h1 {
color: white;
}
.buttons {
width: 200px;
height: 30px;
background-color: #4C4C4C;
color: white;
border-radius: 5px;
border: none;
align-items: center;
}
/*This is the skills Section = logos + text*/
.main-skills {
width: 100%;
/* background-color: #1b1b1b; */
display: inline-flex;
flex-flow: wrap column;
align-content: center;
}
.sub-skills {
background-color: #0093D7;
width: 65%;
display: flex;
flex-flow: wrap row;
justify-content: center;
padding-bottom: 50px;
}
.skills-boxes{
display: inline-flex;
flex-flow: wrap row;
justify-content: center;
}
.skills-head{
padding: 50px;
width: 100%;
}
.skill-box {
background-color: #CCCCCC;
text-align: center;
width: 225px;
padding: 15px;
margin: 15px;
border-radius: 10px;
border-bottom-color: #4C4C4C;
border-style: solid;
border-left-color: #CCCCCC;
border-top-color: #CCCCCC;
border-right-color: #4C4C4C;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.skill-image {
width: auto;
height: 100px;
}
/*This is the About Section = text + image*/
.main-about {
/* background-color: #1b1b1b; */
width: 100%;
display: inline-flex;
flex-flow: wrap row;
justify-content: center;
}
.sub-about {
background-color: rgb(255, 255, 255);
width: 65%;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-around;
}
.about-wrap {
display: inline-flex;
flex-flow: wrap row;
box-sizing: content-box;
vertical-align: middle;
}
.about-wrap img{
display: inline-flex;
flex-flow: wrap;
border-radius: 10px;
width: 100%;
height: 100%;
padding-top: 100px;
}
.about-section {
width: 80%;
padding: 50px 50px 100px 50px;
}
.about-section h2, h3, h4, p, li {
color: #2C2C2C;
}
/*This is My Tools Section = tools + tecnologies + text*/
.main-tools {
/* background-color: #1b1b1b; */
width: 100%;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-evenly;
}
.sub-tools {
background-color: #CCCCCC;
width: 65%;
padding-top: 50px;
padding-bottom: 100px;
}
.text-tools {
padding: 20px;
}
.slider {
width: 100%;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-evenly;
padding-top: 20px;
padding-bottom: 20px;
overflow: hidden;
}
.slider img{
width: auto;
height: 60px;
margin: 5px;
padding: 5px;
}
/*This is the Last Works Section = text*/
.main-works {
/* background-color: #1b1b1b; */
width: 100%;
display: inline-flex;
flex-flow: wrap column;
align-items: center;
}
.sub-works {
width: 65%;
background-color: #FFF;
padding-bottom: 60px;
}
.work-header {
padding: 20px;
color: #2C2C2C;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-evenly;
width: 100%;
}
.work-area {
margin: auto;
}
.work-article {
background-color: #CCCCCC;
border: solid 3px #0093D7;
height: auto;
margin: 10px;
width: 31%;
flex-shrink: 0;
border-radius: 10px;
overflow: hidden;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-evenly;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.article-image-wrap {
width: 250%;
height: auto;
object-fit: contain;
}
.article-image {
width: auto;
height: 250px;
background-color: #CCCCCC;
}
.article-description {
background-color: white;
margin-top: -10%;
margin-left: 20px;
margin-right: 20px;
opacity: .9;
border-radius: 10px;
padding: 0% 10%;
}
.article-description p{
margin: 25px 25px;
}
.article-description h3{
padding-top: 25px;
color: #0093D7;
font-weight: bold;
}
.description {
background-color: #CCCCCC;
margin-bottom: 25px;
}
/*This is the Email Section = text and email form*/
.main-email {
width: 100%;
display: inline-flex;
flex-flow: wrap column;
align-content: center;
/* background-color: #dddddd; */
}
.sub-email {
width: 65%;
display: inline-flex;
flex-flow: nowrap column;
align-content: center;
background-image: url(/images/slideshowbanner/3.jpg);
background-position-x: center;
background-size: cover;
background-repeat: no-repeat;
image-resolution: 150;
opacity: 0.8;
padding-bottom: 50px;
padding-top: 50px;
height: 400px;
/* filter: blur(4px); */
}
.sub-email p {
padding: 20px;
color: black;
font-size: x-large;
margin: auto;
width: 80%;
}
.input-email {
width: 90%;
border: none;
height: 30px;
}
.input-email-callme {
width: 40%;
height: 40px;
margin: auto;
background-color: #ffffff;
color: white;
border-radius: 5px;
border: none;
display: inline-flex;
flex-flow: nowrap;
align-items: center;
vertical-align: middle;
justify-content: center;
}
.boton {
width: 10%;
height: 30px;
/* background-color: #4C4C4C; */
color: white;
border-radius: 5px;
border: none;
align-items: center;
}
.email-form {
text-align: center;
}
/*This is the Footer Section = text + conctact info + social icons*/
.main-footer {
color: white;
/* background-color: #dddddd; */
text-align: center;
width: 100%;
display: inline-flex;
flex-flow: wrap column;
align-content: center;
}
.sub-footer {
background-color: #0093d7;
width: 65%;
display: inline-flex;
flex-flow: wrap row;
align-content: center;
}
.footer-info {
color: white;
text-decoration: none;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-between;
padding: 0 20px;
width: 100%;
height: 60px;
}
.footer-info img{
color: white;
padding: 5px 10px;
}
.footer-address {
text-align: center;
display: inline-flex;
flex-flow: wrap row;
align-content: space-around;
}
.footer-email {
text-align: center;
display: inline-flex;
flex-flow: wrap row;
align-content: space-around;
}
.footer-phone {
text-align: center;
display: inline-flex;
flex-flow: wrap row;
align-content: space-around;
}
.footer-socialiconsarea {
text-align: center;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-between;
align-content: center;
}
.footer-socialiconsarea img{
width: 25px;
height: auto;
padding: 5px;
}
.footer-link {
background-color: #4C4C4C;
width: 100%;
display: inline-block;
font-style: oblique;
}
.main-footer a {
color: white;
text-decoration: none;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-between;
}
.footer-images {
color: white;
padding-left: 5px;
padding-right: 5px;
}
.LI-profile-badge .LI-simple-link .LI-badge-container.horizontal.dark{
width: 50%;
}
.LI-badge-container-horizontal-dark .LI-badge-container .horizontal .dark .medium{
width: 60%;
}
|
css/style.css
|
width: 100%;
border: 2px solid red;
height: 500px;
}
#wrap-flex {
width: 65%;
display: inline-flex;
flex-flow: wrap row;
border: 2px solid rgb(0, 194, 136);
height: inherit;
}
.flex-title {
width: 100px;
height: 50px;
background-color: palevioletred ;
border: 2px dashed palegoldenrod;
padding: 5px;
margin: 5px;
}
mycolors {
background-color: #1b1b1b;
color: #3491bd;
border-color: #8c8c8c;
border-color: #6c6c6c;
border-color: #4C4C4C;
border-color: #2c2c2c;
color: rgb(172, 172, 172);
color: #dddddd;
}
body {
font-size: 16px;
font-family: 'Titillium Web', sans-serif;
display: inline-flex;
flex-flow: wrap column;
align-content: center;
width: 100%;
margin: 0px;
}
header a {
color: #0093d7;
text-transform: capitalize;
text-decoration: none;
}
main h1 {
font-size: 2.0em;
color: #ffffff;
}
main h3 {
font-size: 1.25em;
color: #ffffff;
}
h2,h3,h4,h5,h6 {
text-align: center;
}
p {
text-align: center;
}
.p-subtitle {
width: 80%;
text-align: center;
margin: auto;
}
.slideshow-text strong{
color: #0093D7;
font-size: 2.0em;
font-weight: 700;
}
.h2text {
margin-top: 0px;
padding-top: 40px;
text-decoration-color: #1b1b1b;
width: 100%;
}
.contentarea {
height: auto;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-evenly;
width: 100%;
}
/*This is the Info & Social Header Section = contactinfo + socialinfo*/
.main-social {
/* background-color: #1b1b1b; */
width: 100%;
display: flex;
justify-content: center;
}
.sub-social {
background-color: #CCCCCC;
width: 65%;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-between;
align-items: center;
}
.address {
display: inline-flex;
flex-flow: nowrap row;
justify-content: start;
width: 20%;
padding: 10px 20px;
align-items: center;
}
.address address {
padding: 20px;
}
.email {
display: inline-flex;
flex-flow: nowrap;
width: 20%;
padding: 10px 20px;
align-items: center;
margin: auto;
justify-content: center;
}
.email a {
padding-left: 20px;
}
.phone {
display: inline-flex;
flex-flow: nowrap;
width: 20%;
padding: 10px 20px;
align-items: center;
margin: auto;
justify-content: center;
}
.phone a {
padding-left: 20px;
}
.socialiconsarea{
display: inline-flex;
flex-flow: nowrap;
justify-content: space-evenly;
width: 20%;
padding: 10px 20px;
}
.socialiconsarea img {
width: auto;
height: 30px;
color: #1b1b1b;
}
/*This is the Main Header Section = logo + menu*/
.main-header {
/* background-color: #1b1b1b; */
display: inline-flex;
flex-flow: wrap row;
justify-content: center;
width: 100%;
}
/* .sub-header{
position: fixed;
} */
.sub-header {
background-color: #1b1b1b;
width: 65%;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-between;
padding: 10px;
box-shadow: 0px 5px 10px #2C2C2C;
z-index: 1;
height: 100px;
align-items: center;
}
.logo-menu {
width: 15%;
}
.header-logo {
width: 70%;
min-width: 200px;
height: auto;
padding-left: 15px;
}
.navigation {
width: 65%;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-evenly;
padding: 15px;
}
nav :hover{
text-decoration: underline #3491bd;
}
nav ul {
padding: 0px;
margin: 0px;
}
/*This is the Slideshow Section = background + texto*/
.main-slideshow {
height: 645px;
width: 100%;
display: inline-flex;
flex-flow: column;
justify-content: right;
}
.sub-slideshow {
width: 65%;
background-repeat: no-repeat;
background-position-x: center;
margin: auto;
height: 645px;
}
.carousel-item {
height: 32rem;
background: #4C4C4C;
color: white;
position: relative;
height: 645px;
}
/* .carousel-item img {
}
.img-fluid {
max-width: 100%;
} */
.container .carousel-inner{
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding-bottom: 50px;
}
.slideshow-text {
padding: 75px;
text-align: center;
}
.slideshow-text h1 {
color: white;
}
.buttons {
width: 200px;
height: 30px;
background-color: #4C4C4C;
color: white;
border-radius: 5px;
border: none;
align-items: center;
}
/*This is the skills Section = logos + text*/
.main-skills {
width: 100%;
/* background-color: #1b1b1b; */
display: inline-flex;
flex-flow: wrap column;
align-content: center;
}
.sub-skills {
background-color: #0093D7;
width: 65%;
display: flex;
flex-flow: wrap row;
justify-content: center;
padding-bottom: 50px;
}
.skills-boxes{
display: inline-flex;
flex-flow: wrap row;
justify-content: center;
}
.skills-head{
padding: 50px;
width: 100%;
}
.skill-box {
background-color: #CCCCCC;
text-align: center;
width: 225px;
padding: 15px;
margin: 15px;
border-radius: 10px;
border-bottom-color: #4C4C4C;
border-style: solid;
border-left-color: #CCCCCC;
border-top-color: #CCCCCC;
border-right-color: #4C4C4C;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.skill-image {
width: auto;
height: 100px;
}
/*This is the About Section = text + image*/
.main-about {
/* background-color: #1b1b1b; */
width: 100%;
display: inline-flex;
flex-flow: wrap row;
justify-content: center;
}
.sub-about {
background-color: rgb(255, 255, 255);
width: 65%;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-around;
}
.about-wrap {
display: inline-flex;
flex-flow: wrap row;
box-sizing: content-box;
vertical-align: middle;
}
.about-wrap img{
display: inline-flex;
flex-flow: wrap;
border-radius: 10px;
width: 100%;
height: 100%;
padding-top: 100px;
}
.about-section {
width: 80%;
padding: 50px 50px 100px 50px;
}
.about-section h2, h3, h4, p, li {
color: #2C2C2C;
}
/*This is My Tools Section = tools + tecnologies + text*/
.main-tools {
/* background-color: #1b1b1b; */
width: 100%;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-evenly;
}
.sub-tools {
background-color: #CCCCCC;
width: 65%;
padding-top: 50px;
padding-bottom: 100px;
}
.text-tools {
padding: 20px;
}
.slider {
width: 100%;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-evenly;
padding-top: 20px;
padding-bottom: 20px;
overflow: hidden;
}
.slider img{
width: auto;
height: 60px;
margin: 5px;
padding: 5px;
}
/*This is the Last Works Section = text*/
.main-works {
/* background-color: #1b1b1b; */
width: 100%;
display: inline-flex;
flex-flow: wrap column;
align-items: center;
}
.sub-works {
width: 65%;
background-color: #FFF;
padding-bottom: 60px;
}
.work-header {
padding: 20px;
color: #2C2C2C;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-evenly;
width: 100%;
}
.work-area {
margin: auto;
}
.work-article {
background-color: #CCCCCC;
border: solid 3px #0093D7;
height: auto;
margin: 10px;
width: 31%;
flex-shrink: 0;
border-radius: 10px;
overflow: hidden;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-evenly;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.article-image-wrap {
width: 250%;
height: auto;
object-fit: contain;
}
.article-image {
width: auto;
height: 250px;
background-color: #CCCCCC;
}
.article-description {
background-color: white;
margin-top: -10%;
margin-left: 20px;
margin-right: 20px;
opacity: .9;
border-radius: 10px;
padding: 0% 10%;
}
.article-description p{
margin: 25px 25px;
}
.article-description h3{
padding-top: 25px;
color: #0093D7;
font-weight: bold;
}
.description {
background-color: #CCCCCC;
margin-bottom: 25px;
}
/*This is the Email Section = text and email form*/
.main-email {
width: 100%;
display: inline-flex;
flex-flow: wrap column;
align-content: center;
/* background-color: #dddddd; */
}
.sub-email {
width: 65%;
display: inline-flex;
flex-flow: nowrap column;
align-content: center;
background-image: url(/images/slideshowbanner/3.jpg);
background-position-x: center;
background-size: cover;
background-repeat: no-repeat;
image-resolution: 150;
opacity: 0.8;
padding-bottom: 50px;
padding-top: 50px;
height: 400px;
/* filter: blur(4px); */
}
.sub-email p {
padding: 20px;
color: black;
font-size: x-large;
margin: auto;
width: 80%;
}
.input-email {
width: 90%;
border: none;
height: 30px;
}
.input-email-callme {
width: 40%;
height: 40px;
margin: auto;
background-color: #ffffff;
color: white;
border-radius: 5px;
border: none;
display: inline-flex;
flex-flow: nowrap;
align-items: center;
vertical-align: middle;
justify-content: center;
}
.boton {
width: 10%;
height: 30px;
/* background-color: #4C4C4C; */
color: white;
border-radius: 5px;
border: none;
align-items: center;
}
.email-form {
text-align: center;
}
/*This is the Footer Section = text + conctact info + social icons*/
.main-footer {
color: white;
/* background-color: #dddddd; */
text-align: center;
width: 100%;
display: inline-flex;
flex-flow: wrap column;
align-content: center;
}
.sub-footer {
background-color: #0093d7;
width: 65%;
display: inline-flex;
flex-flow: wrap row;
align-content: center;
}
.footer-info {
color: white;
text-decoration: none;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-between;
padding: 0 20px;
width: 100%;
height: 60px;
}
.footer-info img{
color: white;
padding: 5px 10px;
}
.footer-address {
text-align: center;
display: inline-flex;
flex-flow: wrap row;
align-content: space-around;
}
.footer-email {
text-align: center;
display: inline-flex;
flex-flow: wrap row;
align-content: space-around;
}
.footer-phone {
text-align: center;
display: inline-flex;
flex-flow: wrap row;
align-content: space-around;
}
.footer-socialiconsarea {
text-align: center;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-between;
align-content: center;
}
.footer-socialiconsarea img{
width: 25px;
height: auto;
padding: 5px;
}
.footer-link {
background-color: #4C4C4C;
width: 100%;
display: inline-block;
font-style: oblique;
}
.main-footer a {
color: white;
text-decoration: none;
display: inline-flex;
flex-flow: wrap row;
justify-content: space-between;
}
.footer-images {
color: white;
padding-left: 5px;
padding-right: 5px;
}
.LI-profile-badge .LI-simple-link .LI-badge-container.horizontal.dark{
width: 50%;
}
.LI-badge-container-horizontal-dark .LI-badge-container .horizontal .dark .medium{
width: 60%;
}
| 0.513425 | 0.102036 |
.bg_box {
width: 100%;
text-align: center;
position: relative;
padding-bottom: 4.6rem;
background-color: #e6e6e6;
font-size: 1.4rem;
min-height: 100%;
}
.bg_top {
width: 100%;
position: fixed;
height: 4.2rem;
background-color: #161618;
max-width: 640px;
line-height: 4.2rem;
color: #ffffff;
z-index: 10;
}
.bg_return {
float: left;
padding-left: 1.3rem;
}
.bg_return img {
width: 1.6rem;
position: relative;
top: 0.3rem;
}
.bg_top a {
color: #ffffff;
color: #cecccc;
}
.bg_center {
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
z-index: -1;
}
.bg_center span {
padding: .5rem 2.5rem .3rem 2.5rem;
border: .1rem solid #000;
background-color: #191919;
}
.bg_top_right {
float: right;
margin-right: 1.7rem;
position: relative;
top: 0.3rem;
}
.bg_top_right img {
width: 1.6rem;
}
.bg_boxaa {
position: relative;
text-align: left;
width: auto;
top: 1.6rem;
left: 0rem;
right: 0rem;
bottom: 1rem;
padding: 0 .7rem;
z-index: 9;
}
.bg_boxaa .box_one {
background-color: #FFFFFF;
margin-bottom: 1rem;
border: .1rem solid #cfcfcf;
border-radius: .6rem;
font-size: 1.6rem;
padding: 1rem;
}
.color_red {
color: #de3135;
font-size: 1.4rem;
}
.box_one .one_time {
color: #CECCCC;
font-size: 1.2rem;
margin: .6rem 0 1.1rem 0;
}
.box_one .one_img img {
width: 100%;
}
.one_bot_text {
color: #CECCCC;
font-size: 1.4rem;
margin: .8rem 0 1.1rem 0;
}
.one_bot_more {
color: #666666;
font-size: 1.4rem;
border-top: .1rem solid #f2f2f2;
padding: .8rem 0 0 .4rem;
}
.one_bot_more i {
float: right;
color: #797979;
}
.one_bot_more a {
display: block;
}
@media only screen and (min-width: 200px) {
html {
font-size: 42%!important;
}
}
@media only screen and (min-width: 300px) {
html {
font-size: 52%!important;
}
}
@media only screen and (min-width: 327px) {
html {
font-size: 55%!important;
}
}
@media only screen and (min-width: 377px) {
html {
font-size: 62.5%!important;
}
}
@media only screen and (min-width: 481px) {
html {
font-size: 75%!important;
}
}
@media only screen and (min-width: 561px) {
html {
font-size: 85%!important;
}
}
@media only screen and (min-width: 641px) {
html {
font-size: 95%!important;
}
}
|
web/css/index.css
|
.bg_box {
width: 100%;
text-align: center;
position: relative;
padding-bottom: 4.6rem;
background-color: #e6e6e6;
font-size: 1.4rem;
min-height: 100%;
}
.bg_top {
width: 100%;
position: fixed;
height: 4.2rem;
background-color: #161618;
max-width: 640px;
line-height: 4.2rem;
color: #ffffff;
z-index: 10;
}
.bg_return {
float: left;
padding-left: 1.3rem;
}
.bg_return img {
width: 1.6rem;
position: relative;
top: 0.3rem;
}
.bg_top a {
color: #ffffff;
color: #cecccc;
}
.bg_center {
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
z-index: -1;
}
.bg_center span {
padding: .5rem 2.5rem .3rem 2.5rem;
border: .1rem solid #000;
background-color: #191919;
}
.bg_top_right {
float: right;
margin-right: 1.7rem;
position: relative;
top: 0.3rem;
}
.bg_top_right img {
width: 1.6rem;
}
.bg_boxaa {
position: relative;
text-align: left;
width: auto;
top: 1.6rem;
left: 0rem;
right: 0rem;
bottom: 1rem;
padding: 0 .7rem;
z-index: 9;
}
.bg_boxaa .box_one {
background-color: #FFFFFF;
margin-bottom: 1rem;
border: .1rem solid #cfcfcf;
border-radius: .6rem;
font-size: 1.6rem;
padding: 1rem;
}
.color_red {
color: #de3135;
font-size: 1.4rem;
}
.box_one .one_time {
color: #CECCCC;
font-size: 1.2rem;
margin: .6rem 0 1.1rem 0;
}
.box_one .one_img img {
width: 100%;
}
.one_bot_text {
color: #CECCCC;
font-size: 1.4rem;
margin: .8rem 0 1.1rem 0;
}
.one_bot_more {
color: #666666;
font-size: 1.4rem;
border-top: .1rem solid #f2f2f2;
padding: .8rem 0 0 .4rem;
}
.one_bot_more i {
float: right;
color: #797979;
}
.one_bot_more a {
display: block;
}
@media only screen and (min-width: 200px) {
html {
font-size: 42%!important;
}
}
@media only screen and (min-width: 300px) {
html {
font-size: 52%!important;
}
}
@media only screen and (min-width: 327px) {
html {
font-size: 55%!important;
}
}
@media only screen and (min-width: 377px) {
html {
font-size: 62.5%!important;
}
}
@media only screen and (min-width: 481px) {
html {
font-size: 75%!important;
}
}
@media only screen and (min-width: 561px) {
html {
font-size: 85%!important;
}
}
@media only screen and (min-width: 641px) {
html {
font-size: 95%!important;
}
}
| 0.309232 | 0.058588 |
.logo-dark { width: 155px !important; }
.logo-white { width: 179px !important; }
a:hover { color: #009688; }
/* ==========================================================================
HEADER
========================================================================== */
.navbar-inverse .navbar-nav > li.current > a,
.navbar-inverse .navbar-nav > li > a:hover { border-bottom: 2px solid #009688 }
.highlight { background-color: transparent; font-size: 60px; line-height: 50px; font-weight: 100; padding: 0; color: #000; }
header { background: url(../../img/home-background.jpeg) no-repeat center top; -webkit-background-size: cover; background-size: cover; height: 100%; -webkit-transition: ease-in-out; -moz-transition: ease-in-out; -o-transition: ease-in-out; transition: ease-in-out; }
.teal header .intro-section { padding: 60px 0 60px 60px; z-index: 3; position: absolute; left: 49.2%; top: 32%; color: #000; width: 100%; background: url(../../img/name-background.jpeg) no-repeat top center; -webkit-background-size: cover; background-size: cover; }
.highlight strong { display: block; }
.color-overlay { background-color: rgba(0, 0, 0, 0.1); position: relative; height: 100%; width: 100% }
header .intro-section .intro { margin-bottom: 20px; line-height: 72px; }
.treatments { border-top: 1px solid #000; color: #FFF; padding: 20px 0 35px; display: table; margin: 0; font-size: 16px; color: #000; }
header .intro-section .highlight-button { background-color: #000; border: 2px solid #000; color: #FFF; }
/* ==========================================================================
ABOUT
========================================================================== */
.green-line { margin: 15px auto 13px; z-index: 1; width: 80px; height: 6px; background: #66b572; }
.title-text { padding: 0; }
h2.title { display: inline-block; font-size: 20px; margin-top: 100px; border: 1px solid #009688; padding: 3px 25px; line-height: 45px; font-family: 'Open Sans', sans-serif; font-weight: 600; letter-spacing: 1px; margin-bottom: 50px; color: #009688; }
.title-text { text-align: center; height: auto; }
.description { font-size: 16px; line-height: 26px; font-weight: 400; }
.about-details { overflow: hidden; position: relative; }
.about-details-img { position: absolute; height: 100%; background: url(../../img/resume.jpeg); -webkit-background-size: cover; background-size: cover; width: 50%; }
.about-con ul li { padding: 12px 0; border-bottom: 1px solid #575757; }
.about-con ul li:last-child { border-bottom: none; }
.award-icon { padding: 35px; }
.dishes-main-img { background-color: #009688; }
.dishes-main-text { padding: 10px 30px; }
.dishes-main-text .small-button { margin: 10px 0 20px }
.dishes-main-text h4 { font-size: 18px; line-height: 35px; }
.dishes-main:hover .dishes-main-img img { opacity: 0.5; }
.dishes-main { background-color: #181818; margin-bottom: 25px; }
.dishes-main:hover .small-button-dark-gray { background-color: #009688; color: #FFF; border: 1px solid #009688 !important; }
/* ==========================================================================
WORK
========================================================================== */
.isotope-filters li a:hover,
.isotope-filters li a:focus,
.isotope-filters li a:active,
.isotope-filters li a.active { color: #FFF; font-weight: 600; }
.isotope-filters li a { font-size: 14px; font-family: 'Open Sans'}
.portfolio-figure figcaption { background-color: #000}
.portfolio-figure .title { color: #009688; font-size: 20px; margin: 0}
.portfolio-figure figcaption span { color: #686868; font-family: 'Open Sans'; font-size: 14px;}
.portfolio-figure figcaption{ padding: 22px 25px}
.portfolio-figure figcaption i { font-size: 26px; color: #009688; top: -17px; right: 15px; }
.popup-slide figure { background-color: #000; }
.popup-navigation span.nav-next, .popup-navigation span.nav-prev { background-color: #009688; }
.popup-navigation span.nav-next:hover, .popup-navigation span.nav-prev:hover { color: #000; }
.popup-line { background-color: #2e2e2e; }
.popup-slide .right-part { color: #656565; }
span.nav-close:before { color: #FFF; }
/* ==========================================================================
WORK COUNT
========================================================================== */
.work-count-box { text-align: center; }
span.title { display: block; text-align: center; color: #000; font-family: 'Open Sans', sans-serif; font-size: 14px; letter-spacing: 1px; font-weight: 600; margin: 30px 0 5px; }
.work-count-box .gray-text { margin: 0 auto; font-size: 13px; line-height: 21px; width: 80%; }
/* ==========================================================================
SKILLS
========================================================================== */
#skills { padding-top: 0; }
.skills-details-img { position: absolute; height: 100%; background: url(../../img/laptop.jpeg); -webkit-background-size: cover; background-size: cover; width: 50%; }
.progress { background-color: #575757; }
.progress-bar { background-color: #707070; }
.progress-name { text-transform: uppercase; margin: 0 0 10px 0; font-size: 14px; letter-spacing: 1px; }
.count h3 { padding-top: 0 !important; }
/* ==========================================================================
TESTIMONIAL
========================================================================== */
#testimonial { padding: 90px 0; }
.carousel-indicators li { border: 2px solid #7c7c7c; }
.carousel-indicators .active { background-color: #7c7c7c; }
.testimonial img { width: auto; }
/* ==========================================================================
EDUCATION
========================================================================== */
#education { padding-top: 0 }
.education .team-profile { padding: 45px 25px;}
.education .year { font-size: 25px; font-weight: 100; font-family: "Oswald",sans-serif}
.education .team-profile i { display: block; font-size: 55px; margin-bottom: 30px;}
.education .university { display: block; color: #828282; font-size: 16px; text-transform: uppercase; margin:0}
.education .namerol { padding: 35px 25px}
.education .team-details span { display: block; margin: 0 0 5px 0}
.education .result { font-size: 20px; font-weight: 100; margin-top: 20px !important; }
.education .carousel-indicators { bottom: -60px; }
.education .carousel { overflow: visible; }
.education .container{ overflow: hidden}
/* ==========================================================================
FOOTER
========================================================================== */
#footer .color-overlay { background-color: rgba(0, 0, 0, 1); }
/* ==========================================================================
MISC
========================================================================== */
i { color: #009688 }
.orange-bg { background-color: #009688 }
.social i:hover { color: #009688 }
.map-button:before { color: #009688 }
.popup-slide .title { color: #009688 }
.popup-navigation span:hover { color: #009688 }
#success { border-color: #009688; color: #009688; }
.loader-running { background-color: #000; }
.loader .loader-progress { background-color: #009688; }
|
codeforseoul/WebContent/css/colors/teal.css
|
.logo-dark { width: 155px !important; }
.logo-white { width: 179px !important; }
a:hover { color: #009688; }
/* ==========================================================================
HEADER
========================================================================== */
.navbar-inverse .navbar-nav > li.current > a,
.navbar-inverse .navbar-nav > li > a:hover { border-bottom: 2px solid #009688 }
.highlight { background-color: transparent; font-size: 60px; line-height: 50px; font-weight: 100; padding: 0; color: #000; }
header { background: url(../../img/home-background.jpeg) no-repeat center top; -webkit-background-size: cover; background-size: cover; height: 100%; -webkit-transition: ease-in-out; -moz-transition: ease-in-out; -o-transition: ease-in-out; transition: ease-in-out; }
.teal header .intro-section { padding: 60px 0 60px 60px; z-index: 3; position: absolute; left: 49.2%; top: 32%; color: #000; width: 100%; background: url(../../img/name-background.jpeg) no-repeat top center; -webkit-background-size: cover; background-size: cover; }
.highlight strong { display: block; }
.color-overlay { background-color: rgba(0, 0, 0, 0.1); position: relative; height: 100%; width: 100% }
header .intro-section .intro { margin-bottom: 20px; line-height: 72px; }
.treatments { border-top: 1px solid #000; color: #FFF; padding: 20px 0 35px; display: table; margin: 0; font-size: 16px; color: #000; }
header .intro-section .highlight-button { background-color: #000; border: 2px solid #000; color: #FFF; }
/* ==========================================================================
ABOUT
========================================================================== */
.green-line { margin: 15px auto 13px; z-index: 1; width: 80px; height: 6px; background: #66b572; }
.title-text { padding: 0; }
h2.title { display: inline-block; font-size: 20px; margin-top: 100px; border: 1px solid #009688; padding: 3px 25px; line-height: 45px; font-family: 'Open Sans', sans-serif; font-weight: 600; letter-spacing: 1px; margin-bottom: 50px; color: #009688; }
.title-text { text-align: center; height: auto; }
.description { font-size: 16px; line-height: 26px; font-weight: 400; }
.about-details { overflow: hidden; position: relative; }
.about-details-img { position: absolute; height: 100%; background: url(../../img/resume.jpeg); -webkit-background-size: cover; background-size: cover; width: 50%; }
.about-con ul li { padding: 12px 0; border-bottom: 1px solid #575757; }
.about-con ul li:last-child { border-bottom: none; }
.award-icon { padding: 35px; }
.dishes-main-img { background-color: #009688; }
.dishes-main-text { padding: 10px 30px; }
.dishes-main-text .small-button { margin: 10px 0 20px }
.dishes-main-text h4 { font-size: 18px; line-height: 35px; }
.dishes-main:hover .dishes-main-img img { opacity: 0.5; }
.dishes-main { background-color: #181818; margin-bottom: 25px; }
.dishes-main:hover .small-button-dark-gray { background-color: #009688; color: #FFF; border: 1px solid #009688 !important; }
/* ==========================================================================
WORK
========================================================================== */
.isotope-filters li a:hover,
.isotope-filters li a:focus,
.isotope-filters li a:active,
.isotope-filters li a.active { color: #FFF; font-weight: 600; }
.isotope-filters li a { font-size: 14px; font-family: 'Open Sans'}
.portfolio-figure figcaption { background-color: #000}
.portfolio-figure .title { color: #009688; font-size: 20px; margin: 0}
.portfolio-figure figcaption span { color: #686868; font-family: 'Open Sans'; font-size: 14px;}
.portfolio-figure figcaption{ padding: 22px 25px}
.portfolio-figure figcaption i { font-size: 26px; color: #009688; top: -17px; right: 15px; }
.popup-slide figure { background-color: #000; }
.popup-navigation span.nav-next, .popup-navigation span.nav-prev { background-color: #009688; }
.popup-navigation span.nav-next:hover, .popup-navigation span.nav-prev:hover { color: #000; }
.popup-line { background-color: #2e2e2e; }
.popup-slide .right-part { color: #656565; }
span.nav-close:before { color: #FFF; }
/* ==========================================================================
WORK COUNT
========================================================================== */
.work-count-box { text-align: center; }
span.title { display: block; text-align: center; color: #000; font-family: 'Open Sans', sans-serif; font-size: 14px; letter-spacing: 1px; font-weight: 600; margin: 30px 0 5px; }
.work-count-box .gray-text { margin: 0 auto; font-size: 13px; line-height: 21px; width: 80%; }
/* ==========================================================================
SKILLS
========================================================================== */
#skills { padding-top: 0; }
.skills-details-img { position: absolute; height: 100%; background: url(../../img/laptop.jpeg); -webkit-background-size: cover; background-size: cover; width: 50%; }
.progress { background-color: #575757; }
.progress-bar { background-color: #707070; }
.progress-name { text-transform: uppercase; margin: 0 0 10px 0; font-size: 14px; letter-spacing: 1px; }
.count h3 { padding-top: 0 !important; }
/* ==========================================================================
TESTIMONIAL
========================================================================== */
#testimonial { padding: 90px 0; }
.carousel-indicators li { border: 2px solid #7c7c7c; }
.carousel-indicators .active { background-color: #7c7c7c; }
.testimonial img { width: auto; }
/* ==========================================================================
EDUCATION
========================================================================== */
#education { padding-top: 0 }
.education .team-profile { padding: 45px 25px;}
.education .year { font-size: 25px; font-weight: 100; font-family: "Oswald",sans-serif}
.education .team-profile i { display: block; font-size: 55px; margin-bottom: 30px;}
.education .university { display: block; color: #828282; font-size: 16px; text-transform: uppercase; margin:0}
.education .namerol { padding: 35px 25px}
.education .team-details span { display: block; margin: 0 0 5px 0}
.education .result { font-size: 20px; font-weight: 100; margin-top: 20px !important; }
.education .carousel-indicators { bottom: -60px; }
.education .carousel { overflow: visible; }
.education .container{ overflow: hidden}
/* ==========================================================================
FOOTER
========================================================================== */
#footer .color-overlay { background-color: rgba(0, 0, 0, 1); }
/* ==========================================================================
MISC
========================================================================== */
i { color: #009688 }
.orange-bg { background-color: #009688 }
.social i:hover { color: #009688 }
.map-button:before { color: #009688 }
.popup-slide .title { color: #009688 }
.popup-navigation span:hover { color: #009688 }
#success { border-color: #009688; color: #009688; }
.loader-running { background-color: #000; }
.loader .loader-progress { background-color: #009688; }
| 0.38122 | 0.202286 |
.CodeMirror-highlight { background:red !important }
body {
font-family:Menlo, monospace;
font-size:1em;
background:rgba(46,50,53,1);
margin:0; padding:0;
color:rgb( 153 ) !important;
}
#editor {
width:63%;
height:100%;
display:inline-block;
}
/* TODO: fix in max and change width to 30% before publishing. */
#sidebar {
display:inline-block;
width:35%;
float:right;
height:100%;
border-left:1px black solid;
box-sizing:border-box;
overflow:scroll;
font-family:sans-serif;
font-weight:lighter;
font-size:1em
}
.CodeMirror {
font-family: 'Menlo','Source Code Pro', monospace;
font-size: .7em;
background-color:#bbb;
color:#000;
font-weight:500;
}
.CodeMirror {
font-family:Menlo, monospace;
font-size:.8em;
background:rgba(46,50,53,1);
color:rgb( 153 ) !important
}
span.cm-comment { color:rgb(121,121,121) !important }
span.cm-property,
span.cm-attribute,
span.cm-variable,
span.cm-variable-2,
.cm-def,
.cm-s-default { color: rgba(173,173,173,1) !important }
span.cm-keyword,
span.cm-number, span.cm-atom { color:rgba(89, 151, 198, 1) !important }
span.cm-string {color: rgb(225, 225, 225) !important }
.CodeMirror-cursor {
background: rgba(255,255,255,.5);
border: none !important;
width: .5em !important;
display: block;
}
.CodeMirror-selected {
background:rgba(84,84,84,.5) !important;
}
.CodeMirror-highlight {
background:rgba(255,255,255,.5)
}
/*
*#console .CodeMirror { background-color:#444 }
*#editor .CodeMirror {
* background-color:#bbb;
* color:#4a4a4a;
*}
*/
.CodeMirror-matchingbracket{ color: #b00 !important }
.annotation {
/*padding:0px 1px;*/
border:1px solid transparent;
padding:0px;
box-sizing:border-box !important;
}
.annotation-full {
border-color: #999;
}
.annotation-highlight { background-color: #ffffff }
.annotation-border {
/* border-color:#999 !important; */
border-color:#999;
border-width:1px;
border-style:solid
}
.annotation-right-border { border-right-color:#999 }
.annotation-left-border { border-left-color:#999 }
.annotation-top-border { border-top-color:#999 }
.annotation-bottom-border { border-bottom-color:#999 }
.annotation-right-border-cycle { border-right-color:#ddd !important }
.annotation-left-border-cycle { border-left-color:#ddd !important }
.annotation-top-border-cycle { border-top-color:#ddd !important }
.annotation-bottom-border-cycle { border-bottom-color:#ddd !important }
.annotation-no-left-border { border-left-color:transparent !important }
.annotation-no-right-border { border-right-color:transparent !important }
.annotation-border-left {
border-left-color:#999;
}
.annotation-border-right {
border-right-color: #999;
}
.annotation-no-horizontal-border {
/* padding-left:1; */
/* padding-right:1; */
}
.annotation-binop-border {
/*border-color:transparent;*/
border-left-color:transparent !important;
border-right-color:transparent !important;
}
.annotation-array {
border-top-color:#999;
border-bottom-color:#999;
}
.annotation-binop {
border-left-color: transparent !important;
border-right-color: transparent !important;
border-style: solid;
}
.scoreCurrentIndex {
/*border: #700 1px solid */
/*font-weight:bold !important*/
background: rgba(66,70,73,1)
}
.euclid1 {
background:#ddd !important;
color:rgba(46,50,53,1) !important;
}
.euclid0 { background:rgba(96,100,103,1) }
.pattern-update-range-outside { color:#888; }
.pattern-update-range-inside {
/*color:#0f0 !important; */
text-decoration:underline;
}
.vtree-leaf-label {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
.vtree {
font-family:sans-serif;
font-size:.8em;
}
#console {
width:100%;
overflow:scroll;
height: calc( 100% - 4.5em );
color:rgb( 153,153,153 ) !important;
}
#sidebar {
color:rgb( 173,173,173 ) !important;
}
#lomView ul { padding: 0 }
#liveDemosView ul, #maxDemosView ul, #midiDemosView ul { margin:0; padding: 0; list-style:none; cursor:pointer }
#liveDemosView ul li, #maxDemosView ul li, #midiDemosView ul li { margin-bottom: 5px }
#liveDemosView ul li:hover, #maxDemosView ul li:hover, #midiDemosView ul li:hover { background: rgba( 255,255,255, .15) }
#splitbar {
display:inline-block;
top:0;
position:absolute;
height:100%;
width:5px;
background:#666;
cursor: ew-resize
}
#tabs {
display:inline-block;
top:0;
position:relative;
left:5px;
font-size: .8em;
padding-top:0;
box-sizing:border
}
#console_list {
width: 100%;
height:100%;
margin:0;
display: block;
font-family: 'Menlo', 'Source Code Pro', monospace;
list-style: none;
box-sizing:border;
padding:0;
}
#console_list li {
font-size: 1em;
}
.console_error {
color:red;
}
.microlib_tabs_tab {
padding:1em;
padding-top:1.5em;
}
.microlib_tabs_nav_item {
height:26px;
padding:.5em 5px 0px 5px;
line-height:26px;
color:white;
background:black
}
.microlib_tabs_nav_item.microlib_active {
background:rgba(89, 151, 198, .6) !important
}
.vtree{ padding-left: 0 }
.demos .microlib_tabs_nav_item, .demos .microlib_tabs_nav_item.microlib_active {
background:transparent !important;
color:#ccc;
text-decoration:underline;
border:none;
}
.demos .microlib_tabs_nav_item.microlib_active {
color:rgba(109, 171, 238, 1) !important;
}
.schemas .microlib_tabs_nav_item, .schemas .microlib_tabs_nav_item.microlib_active {
background:transparent !important;
color:#ccc;
text-decoration:underline;
border:none;
}
.schemas .microlib_tabs_nav_item.microlib_active {
color:rgba(109, 171, 238, 1) !important;
}
#sidebar select, #sidebar input {
background:#aaa;
margin-bottom:10px;
}
label { margin-bottom:5px; }
#help a {
color: #ddd
}
#help p { max-width: 24em; margin-top:0 }
.demos { padding-left:0 }
|
css/gibber.css
|
.CodeMirror-highlight { background:red !important }
body {
font-family:Menlo, monospace;
font-size:1em;
background:rgba(46,50,53,1);
margin:0; padding:0;
color:rgb( 153 ) !important;
}
#editor {
width:63%;
height:100%;
display:inline-block;
}
/* TODO: fix in max and change width to 30% before publishing. */
#sidebar {
display:inline-block;
width:35%;
float:right;
height:100%;
border-left:1px black solid;
box-sizing:border-box;
overflow:scroll;
font-family:sans-serif;
font-weight:lighter;
font-size:1em
}
.CodeMirror {
font-family: 'Menlo','Source Code Pro', monospace;
font-size: .7em;
background-color:#bbb;
color:#000;
font-weight:500;
}
.CodeMirror {
font-family:Menlo, monospace;
font-size:.8em;
background:rgba(46,50,53,1);
color:rgb( 153 ) !important
}
span.cm-comment { color:rgb(121,121,121) !important }
span.cm-property,
span.cm-attribute,
span.cm-variable,
span.cm-variable-2,
.cm-def,
.cm-s-default { color: rgba(173,173,173,1) !important }
span.cm-keyword,
span.cm-number, span.cm-atom { color:rgba(89, 151, 198, 1) !important }
span.cm-string {color: rgb(225, 225, 225) !important }
.CodeMirror-cursor {
background: rgba(255,255,255,.5);
border: none !important;
width: .5em !important;
display: block;
}
.CodeMirror-selected {
background:rgba(84,84,84,.5) !important;
}
.CodeMirror-highlight {
background:rgba(255,255,255,.5)
}
/*
*#console .CodeMirror { background-color:#444 }
*#editor .CodeMirror {
* background-color:#bbb;
* color:#4a4a4a;
*}
*/
.CodeMirror-matchingbracket{ color: #b00 !important }
.annotation {
/*padding:0px 1px;*/
border:1px solid transparent;
padding:0px;
box-sizing:border-box !important;
}
.annotation-full {
border-color: #999;
}
.annotation-highlight { background-color: #ffffff }
.annotation-border {
/* border-color:#999 !important; */
border-color:#999;
border-width:1px;
border-style:solid
}
.annotation-right-border { border-right-color:#999 }
.annotation-left-border { border-left-color:#999 }
.annotation-top-border { border-top-color:#999 }
.annotation-bottom-border { border-bottom-color:#999 }
.annotation-right-border-cycle { border-right-color:#ddd !important }
.annotation-left-border-cycle { border-left-color:#ddd !important }
.annotation-top-border-cycle { border-top-color:#ddd !important }
.annotation-bottom-border-cycle { border-bottom-color:#ddd !important }
.annotation-no-left-border { border-left-color:transparent !important }
.annotation-no-right-border { border-right-color:transparent !important }
.annotation-border-left {
border-left-color:#999;
}
.annotation-border-right {
border-right-color: #999;
}
.annotation-no-horizontal-border {
/* padding-left:1; */
/* padding-right:1; */
}
.annotation-binop-border {
/*border-color:transparent;*/
border-left-color:transparent !important;
border-right-color:transparent !important;
}
.annotation-array {
border-top-color:#999;
border-bottom-color:#999;
}
.annotation-binop {
border-left-color: transparent !important;
border-right-color: transparent !important;
border-style: solid;
}
.scoreCurrentIndex {
/*border: #700 1px solid */
/*font-weight:bold !important*/
background: rgba(66,70,73,1)
}
.euclid1 {
background:#ddd !important;
color:rgba(46,50,53,1) !important;
}
.euclid0 { background:rgba(96,100,103,1) }
.pattern-update-range-outside { color:#888; }
.pattern-update-range-inside {
/*color:#0f0 !important; */
text-decoration:underline;
}
.vtree-leaf-label {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
.vtree {
font-family:sans-serif;
font-size:.8em;
}
#console {
width:100%;
overflow:scroll;
height: calc( 100% - 4.5em );
color:rgb( 153,153,153 ) !important;
}
#sidebar {
color:rgb( 173,173,173 ) !important;
}
#lomView ul { padding: 0 }
#liveDemosView ul, #maxDemosView ul, #midiDemosView ul { margin:0; padding: 0; list-style:none; cursor:pointer }
#liveDemosView ul li, #maxDemosView ul li, #midiDemosView ul li { margin-bottom: 5px }
#liveDemosView ul li:hover, #maxDemosView ul li:hover, #midiDemosView ul li:hover { background: rgba( 255,255,255, .15) }
#splitbar {
display:inline-block;
top:0;
position:absolute;
height:100%;
width:5px;
background:#666;
cursor: ew-resize
}
#tabs {
display:inline-block;
top:0;
position:relative;
left:5px;
font-size: .8em;
padding-top:0;
box-sizing:border
}
#console_list {
width: 100%;
height:100%;
margin:0;
display: block;
font-family: 'Menlo', 'Source Code Pro', monospace;
list-style: none;
box-sizing:border;
padding:0;
}
#console_list li {
font-size: 1em;
}
.console_error {
color:red;
}
.microlib_tabs_tab {
padding:1em;
padding-top:1.5em;
}
.microlib_tabs_nav_item {
height:26px;
padding:.5em 5px 0px 5px;
line-height:26px;
color:white;
background:black
}
.microlib_tabs_nav_item.microlib_active {
background:rgba(89, 151, 198, .6) !important
}
.vtree{ padding-left: 0 }
.demos .microlib_tabs_nav_item, .demos .microlib_tabs_nav_item.microlib_active {
background:transparent !important;
color:#ccc;
text-decoration:underline;
border:none;
}
.demos .microlib_tabs_nav_item.microlib_active {
color:rgba(109, 171, 238, 1) !important;
}
.schemas .microlib_tabs_nav_item, .schemas .microlib_tabs_nav_item.microlib_active {
background:transparent !important;
color:#ccc;
text-decoration:underline;
border:none;
}
.schemas .microlib_tabs_nav_item.microlib_active {
color:rgba(109, 171, 238, 1) !important;
}
#sidebar select, #sidebar input {
background:#aaa;
margin-bottom:10px;
}
label { margin-bottom:5px; }
#help a {
color: #ddd
}
#help p { max-width: 24em; margin-top:0 }
.demos { padding-left:0 }
| 0.22414 | 0.082328 |
body{
background-color: #010A4f;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 16px;
min-width: 500px;
}
.bckgrnd-centered {
/* image from - https://pixabay.com/illustrations/abstract-lines-www-computer-dual-5371567/ */
background-image: url("../images/desktop/abstract-5371567.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
/* small page header */
#sm-head {
display: none;
}
.page-title{
font-size: 1.5em;
}
.fa-bars {
color: white;
font-size: 1.5rem;
}
/* Desktops larger than 992 px */
.page-title {
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 3em;
font-weight: bold;
color: white;
}
/* login rules */
.login-container, #menu-icon-container{
margin:auto;
display:block;
}
/* change the primary button color and it's hover color */
.btn-primary {
background-color:#253036!important;
border-color:#253036;
}
.btn-primary:hover {
background-color: #4d6675!important;
border-color: #4d6675;
}
.login {
vertical-align: middle;
}
/* footer rules */
footer{
color: white;
}
/* general rules */
#about-info {
margin-top: -1.5rem;
display: none;
}
.hide {
display: none;
}
/* Rules for the sidebar menu */
/* Adapted from : https://bootstrap-menu.com/detail-offcanvas-mobile.html */
#navbar_main{
display: none;
}
body.offcanvas-active{
overflow:hidden;
}
.offcanvas-header{
display:none;
}
.screen-overlay {
width:0%;
height: 100%;
z-index: 30;
position: fixed;
top: 0;
left: 0;
opacity:0;
visibility:hidden;
background-color: rgba(34, 34, 34, 0.6);
transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
transition:opacity .5s ease, width 0s;
opacity:1;
width:100%;
visibility:visible;
}
.bg-primary{
background-color:#010A4f!important;
}
.btn-light{
background-color: transparent;
border: none;
color: white;
}
.btn-light:hover{
background-color: transparent;
color: white;
}
/* sign in modal rules */
.modal-header, .modal-footer{
background-color: #010A4f;
color: white;
}
.modal-header .fa-times{
color: white;
}
.modal-header .fa-times:hover {
color: white;
}
/* Rules for tablet */
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
.bckgrnd-centered {
background-image: url("../images/tablet/abstract-5371567_1280.jpg");
}
#stu-col {
display: block;
}
#inst-col {
display: block;
}
}
/* Rules for phones */
@media only screen and (max-device-width: 767px) {
#lg-md-head{
display: none;
}
#sm-head{
display: flex;
margin-bottom: 1.5rem;
}
#stu-col {
display: none;
}
#inst-col {
display: none;
}
.page-title{
font-size: 1.5em;
}
footer {
display: none;
}
/* Rules for sidebar on phone */
#navbar_main {
display: block;
}
.offcanvas-header{
display:block;
}
.mobile-offcanvas{
visibility: hidden;
transform:translateX(-100%);
border-radius:0;
display:block;
position: fixed;
top: 0; left:0;
height: 100%;
z-index: 1200;
width:50%;
overflow-y: scroll;
overflow-x: hidden;
transition: visibility .2s ease-in-out, transform .2s ease-in-out;
}
.mobile-offcanvas.show{
visibility: visible;
transform: translateX(0);
}
}
|
public/css/timelog.css
|
body{
background-color: #010A4f;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 16px;
min-width: 500px;
}
.bckgrnd-centered {
/* image from - https://pixabay.com/illustrations/abstract-lines-www-computer-dual-5371567/ */
background-image: url("../images/desktop/abstract-5371567.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
/* small page header */
#sm-head {
display: none;
}
.page-title{
font-size: 1.5em;
}
.fa-bars {
color: white;
font-size: 1.5rem;
}
/* Desktops larger than 992 px */
.page-title {
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 3em;
font-weight: bold;
color: white;
}
/* login rules */
.login-container, #menu-icon-container{
margin:auto;
display:block;
}
/* change the primary button color and it's hover color */
.btn-primary {
background-color:#253036!important;
border-color:#253036;
}
.btn-primary:hover {
background-color: #4d6675!important;
border-color: #4d6675;
}
.login {
vertical-align: middle;
}
/* footer rules */
footer{
color: white;
}
/* general rules */
#about-info {
margin-top: -1.5rem;
display: none;
}
.hide {
display: none;
}
/* Rules for the sidebar menu */
/* Adapted from : https://bootstrap-menu.com/detail-offcanvas-mobile.html */
#navbar_main{
display: none;
}
body.offcanvas-active{
overflow:hidden;
}
.offcanvas-header{
display:none;
}
.screen-overlay {
width:0%;
height: 100%;
z-index: 30;
position: fixed;
top: 0;
left: 0;
opacity:0;
visibility:hidden;
background-color: rgba(34, 34, 34, 0.6);
transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
transition:opacity .5s ease, width 0s;
opacity:1;
width:100%;
visibility:visible;
}
.bg-primary{
background-color:#010A4f!important;
}
.btn-light{
background-color: transparent;
border: none;
color: white;
}
.btn-light:hover{
background-color: transparent;
color: white;
}
/* sign in modal rules */
.modal-header, .modal-footer{
background-color: #010A4f;
color: white;
}
.modal-header .fa-times{
color: white;
}
.modal-header .fa-times:hover {
color: white;
}
/* Rules for tablet */
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
.bckgrnd-centered {
background-image: url("../images/tablet/abstract-5371567_1280.jpg");
}
#stu-col {
display: block;
}
#inst-col {
display: block;
}
}
/* Rules for phones */
@media only screen and (max-device-width: 767px) {
#lg-md-head{
display: none;
}
#sm-head{
display: flex;
margin-bottom: 1.5rem;
}
#stu-col {
display: none;
}
#inst-col {
display: none;
}
.page-title{
font-size: 1.5em;
}
footer {
display: none;
}
/* Rules for sidebar on phone */
#navbar_main {
display: block;
}
.offcanvas-header{
display:block;
}
.mobile-offcanvas{
visibility: hidden;
transform:translateX(-100%);
border-radius:0;
display:block;
position: fixed;
top: 0; left:0;
height: 100%;
z-index: 1200;
width:50%;
overflow-y: scroll;
overflow-x: hidden;
transition: visibility .2s ease-in-out, transform .2s ease-in-out;
}
.mobile-offcanvas.show{
visibility: visible;
transform: translateX(0);
}
}
| 0.449151 | 0.069447 |
@import url(https://fonts.googleapis.com/css?family=Satisfy|Montserrat:300);
@import url("https://ellexidecodes.github.io/Discord-Themes/css/user-tags.css");
/* Variables */
:root {
--theme-version: "1.0";
--main-color: #16356d;
--hover-color: #1c4faf;
--online: #43b581;
--idle: #faa61a;
--dnd: #f04747;
--offline: #636b75;
--invisible: #747f8d;
--streaming: #643da7;
--home-color: #eee;
--home-size: 24px;
--roundness: 0px;
--spoiler-blur: 5px;
--shadow: rgba(0,0,0,.4);
--alert-display: block;
}
/* Table of Contents
======== STATIC ==========
1. Title Bar
1.a. Main Title Bar
1.b. Mac Main Title Bar
1.c. Windows Buttons
1.d. Mac Buttons
1.e. Erase SVGs
2. Chat Header
2.a. Coloring and Spacing
2.b. Search Bars
2.c. Change Icons
3. User Settings
3.a. General Sidebar
3.b. General Content Area
3.c. Cards and Items
3.d. Buttons, Switches, and Bars
3.e. Overlay Notifications
3.f. Nitro and Hypesquad Section
4. Guilds Wrapper
4.a. Mains Guilds Wrapper
4.b. Guilds
4.c. Guilds Add
4.d. Badges
5. Channels
5.a. Main Channels Area
5.b. Light Theme Recolor
5.c. Channel Font Colors
5.d. Channels
5.e. Unread Indicator
5.f. Categories
5.g. DM List
5.h. Unread Messages Popout
6. Account Area
6.a. Main Container
6.b. Buttons
6.c. Light Theme Recolor
6.d. Listening Along
7. Members List
7.a. Main Member List
7.b. Hoisted Roles
8. Chat
8.a. Main Chat Area
8.b. Messages
8.c. Blocked Messages
8.d. Spoiler Messages
8.e. Chat Dividers
8.f. Mentions
8.g. Code Blocks
8.h. New Messages Bar and Loading Symbols
8.i. DM Chat
8.j. Bot Message
8.k. Embeds
8.l. Text Area
8.m. Typing Bar
8.n. Notification Bar
8.o. Search Results
8.p. Video Calling
9. Friends List
9.a. Main Friends List
9.b. Action Buttons
10. Games Tab, Library, Store and Server Discovery
10.a. Tab
10.b. Library
10.c. Store
10.d. Server Discover
11. Avatars
11.a. Remove Mask
11.b. Status
12. Shadows
13. Roundness
14. Scrollbars
================== SLIDE INS ====================
15. Popouts
15.a. Pinned Messages and Recent Mentions
15.b. Emoji Picker and Reactions
15.c. Autocomplete
15.d. User Popout
15.e. Add Role User Popout
15.f. Search Popout
15.g. Server Settings
15.h. Group DM Invite Popout
15.i. Tooltips
15.j. @Everyone Popout
15.k. Attach Popout
15.l. RTC Connection Popout
15.m. More Users Popout
15.n. Overflow Roles Popout
15.o. Dropdown Menu Popout
15.p. DM Call Region Select Popout
16. Menus
16.a. Context Menus
16.b. Status Picker
16.c. Message Menu
16.d. Color Picker
17. Modals
17.a. Help Modal
17.b. User Profile Modal
17.c. Instant Invite Modal
17.d. Join or Create New Guild
17.e. Upload Modal
17.f. Game Preview Modal
17.g. Quick Switcher
17.h. Screenshare Modal
17.i. Phone Verification Modal
17.j. Smartphone Modal
17.k. Drag and Drop Modal
17.l. Generic Modal
17.m. Gift Nitro Modal
18. Login Page
19. Keyframes
20. Misc
20.a. Plugin Optimization
20.a.1. BetterFormatting
20.a.2. Permission Viewer
20.a.3. Character Counter
20.a.4. Reply System
20.a.5. Server Folders
20.a.6. Share Button
20.a.7. Theme and Plugin Repo
20.a.8. Personal Pins
20.a.9. Detailed Tooltip
21. Custom CSS
22. @Media Edits
*/
/* ================================= STATIC =======================================*/
/* 1. Title Bar */
/* 1.a. Main Title Bar */
.titleBar-AC4pGV {
transform: translateY(-6px);
height: 0px;
margin-top: 0px;
}
.titleBar-AC4pGV:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 6px;
height: 14px;
z-index: 3002;
-webkit-app-region: drag !important;
pointer-events: none;
}
.titleBar-AC4pGV:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
height: 6px;
z-index: 3002 !important;
pointer-events: none;
}
.titleBar-AC4pGV div {
transform: scale(0.8) !important;
}
.title-3qD0b-,
.titleCall-_b9o8P {
height: 46px;
}
/* 1.b. Mac Main Title Bar*/
.typeMacOS-3EmCyP.titleBar-AC4pGV {
transform: none;
position: relative;
}
/* 1.c. Windows Buttons */
.winButton-iRh8-Z {
top: 9px;
height: 36px;
width: 30px;
right: 8px;
background-position: center;
opacity: .6;
transition: .2s ease !important;
}
.winButton-iRh8-Z:hover {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
background-color: var(--hover-color) !important;
border-radius: 3px;
opacity: 1 !important;
}
.titleBar-AC4pGV .winButtonClose-1HsbF- {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/cancel.svg) !important;
background-repeat: no-repeat;
background-position: center;
background-size: 24px;
}
.titleBar-AC4pGV .winButton-iRh8-Z:nth-child(3) {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/fullscreen.svg) !important;
background-repeat: no-repeat;
background-position: center;
background-size: 24px;
}
.titleBar-AC4pGV .winButton-iRh8-Z:nth-child(4) {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/minimize.svg) !important;
background-repeat: no-repeat;
background-position: center 7px;
background-size: 24px;
}
/* 1.d. Mac Buttons */
.typeMacOS-3EmCyP.titleBar-AC4pGV {
width: 100%;
justify-content: flex-start;
}
.typeMacOS-3EmCyP.titleBar-AC4pGV .macButton-c_Adir {
background-image: none !important;
margin: 0px 3px;
}
/* 1.e. Erase SVGs */
.titleBar-AC4pGV rect,
.wordmark-2iDDfm,
.winButton-iRh8-Z svg,
.topic-2QX7LI:before,
.divider-2PMBlV { display: none;}
/* 2. Chat Header */
/* 2.a. Coloring and Spacing */
.titleWrapper-1l0xT9 .flex-1xMQg5 .flex-1xMQg5,
.container-3gCOGc>.flex-1xMQg5 .flex-1xMQg5,
.activityFeed-28jde9>.flex-1xMQg5>.horizontal-1ae9ci>.flex-1xMQg5:last-child,
.gameLibrary-TTDw4Y>.flex-1xMQg5 .flex-1xMQg5:last-child,
.applicationStore-1pNvnv>.homeWrapper-3-Wh5T>.flex-1xMQg5 .flex-1xMQg5:last-child,
.applicationStore-1pNvnv>.listingWrapper-329f74>.flex-1xMQg5 .flex-1xMQg5:last-child,
.applicationStore-1pNvnv>.browseWrapper-2Qy6vG>.flex-1xMQg5 .flex-1xMQg5:last-child,
.applicationStore-1pNvnv>.flex-1xMQg5 .flex-1xMQg5:last-child,
.root-1BQpZw>.headerBar-UHpsPw>.flex-1xMQg5:last-child,
.root-26DmKJ>.headerBar-UHpsPw>.flex-1xMQg5:last-child,
.activityFeed-1C0EmJ>.headerBar-UHpsPw>.flex-1xMQg5:last-child {
margin-right: 98px;
}
.title-3qD0b-,
.header-2o-2hj,
.headerBar-UHpsPw {
box-shadow: none;
border-bottom: 2px solid var(--main-color) !important;
}
.headerBar-UHpsPw.titleCall-_b9o8P {
border-bottom: none !important;
}
.headerBar-UHpsPw {
height: 48px;
padding: 0 8px 0 12px;
}
.header-2o-2hj .name-3YKhmS {
line-height: unset;
position: relative;
top: 4px;
left: 2%;
}
.guildsWrapper-5TJh6A .guilds-1q_RqH>div.guild-1EfMGQ:first-child .guildInner-3DSoA4 a,
.guildsWrapper-5TJh6A .guilds-1q_RqH>div.guild-1EfMGQ:first-child .homeIcon-1FoKUJ,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN>div.container-1ETFDs:first-child .homeButton-2Cw51C {
width: 100%;
transition: all 1s ease-in-out;
}
.guildsWrapper-5TJh6A .guilds-1q_RqH>.guild-1EfMGQ:first-child .guildInner-3DSoA4,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN>div.container-1ETFDs:first-child .homeButton-2Cw51C {
background-color: transparent !important;
border-bottom: 2px solid var(--main-color);
border-radius: 0px !important;
transition: all .5s ease-in-out;
}
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN>div.container-1ETFDs:first-child {
margin-top: -52px;
width: 70px;
margin-left: -10px;
position: absolute;
z-index: 2;
height: 46px;
}
/* 2.b. Search Bars */
.search .searchBarIcon-1J6sKG {
width: 35px;
}
.searchBarTag-2xRzm8 {
background: transparent !important;
border: 1px solid var(--main-color);
}
.browseSearch-e9jF-f .browseSearchInput-Jt8kg0.input-cIJ7To {
background: transparent !important;
color: white;
}
.search-bar {
background-color: var(--quaternary-color);
}
.search-2oPWTC .searchBar-3dMhjb {
background-color: transparent !important;
height: 46px;
border-radius: 0px;
}
.titleCall-_b9o8p .search .search-bar,
.searchBar-2_Yu-C,
.searchBar-2_Yu-C .searchBarInner-1_Tg2R {
background-color: transparent !important;
}
.search-2oPWTC .searchBar-3dMhjb .icon-38sknP {
top: 50%;
transform: translateY(-35%) !important;
}
.search-bar .search-bar-inner {
background: transparent;
border-color: transparent;
}
.search-2oPWTC .DraftEditor-root {
line-height: 39px;
}
.search-2oPWTC .DraftEditor-root .public-DraftEditorPlaceholder-root {
color: #cecece !important;
padding-left: 17px;
}
.searchAnswer-3Dz2-q,
.searchFilter-2ESiM3 {
height: 30px;
line-height: 30px;
background-color: var(--secondary-color) !important;
}
.searchAnswer-3Dz2-q {
padding: 0px 6px 1px 0px;
}
.searchFilter-2ESiM3 {
border-radius: 3px;
padding: 0px 8px 1px 6px;
}
.privateChannels-1nO12o .searchBar-6Kv8R2 {
border-bottom: 2px solid var(--main-color);
padding: 0px;
height: 46px;
box-shadow: 0px 0px transparent !important
}
.privateChannels-1nO12o .searchBar-6Kv8R2 input {
height: 100%;
}
.privateChannels-1nO12o .searchBar-6Kv8R2 .searchBarInner-1_Tg2R {
border: 0px solid transparent;
border-radius: 0px;
padding: 0px;
height: 100%;
}
/* 2.c. Change Icons */
.homeIcon-tEMBK1 {
background-color: var(--home-color);
-webkit-mask: url(https://ellexidecodes.github.io/Discord-Themes/assets/home.svg);
-webkit-mask-size: var(--home-size);
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
}
.homeIcon-tEMBK1 defs,
.homeIcon-tEMBK1 g {
display: none;
}
/* 3. User Settings */
/* 3.a. General Sidebar */
.standardSidebarView-3F1I7i .sidebarRegion-VFTUkN,
.standardSidebarView-3F1I7i .sidebarRegion-VFTUkN .sidebarRegionScroller-3MXcoP {
justify-content: flex-start;
}
.standardSidebarView-3F1I7i .sidebarRegion-VFTUkN {
-ms-flex: 0;
-ms-flex-pack: end;
flex: 0;
z-index: 1;
}
/* 3.b. General Content Area */
.standardSidebarView-3F1I7i .contentColumnDefault-1VQkGM {
padding: 20px 40px 80px;
}
.standardSidebarView-3F1I7i .contentRegionScroller-26nc1e {
width: 100%;
}
.standardSidebarView-3F1I7i .contentColumn-2hrIYH,
.standardSidebarView-3F1I7i .customColumn-Rb6toI {
-ms-flex: 1 1 auto;
-webkit-box-flex: 1;
flex: 1 1 auto;
max-width: 100%;
min-height: 100%;
min-width: 460px;
}
.standardSidebarView-3F1I7i .customScroller-26gWhv>div {
max-width: 100%;
margin-right: 98px;
}
.theme-dark .standardSidebarView-3F1I7i .contentRegion-3nDuYy {
width: calc(100% - 226px);
min-width: 553px;
padding: 0;
}
.sidebarScrollable-1qPI87 {
width: 24%;
}
.sidebarScrollable-1qPI87+.content-1rPSz4 {
max-width: 100%;
margin-left: 25%;
}
.standardSidebarView-3F1I7i .noticeRegion-1YviSH {
transform: translateX(25%) !important;
}
.premium-settings .premium-header,
.premium-settings .features-vNGwn7 {
max-width: 98%;
}
#app-mount .paymentPane-3bwJ6A,
#app-mount .paymentRow-2e7VM6 {
background-color: var(--tertiary-color);
}
#app-mount .paymentRow-2e7VM6 {
border-color: var(--quaternary-color);
}
.expandedInfo-3kfShd {
background: transparent !important;
}
.hoverablePayment-Yc6mK7:hover {
background-color: var(--quaternary-color) !important;
}
.top-28JiJ- .itemSelected-1qLhcL {
border-bottom-color: var(--main-color) !important;
color: var(--main-color) !important;
}
.top-28JiJ- .itemDefault-3Jdr52:hover,
.top-28JiJ- .itemHover-EnbcjT:hover {
border-bottom-color: var(--hover-color) !important;
color: var(--hover-color) !important;
}
.video-27HGyZ {
width: auto;
}
.videoWrapper-3YdgHH {
display: flex;
justify-content: center;
}
.userSettingsVoice-iwdUCU .previewOverlay-2O7_KC {
background-color: var(--secondary-color) !important;
border-color: transparent !important;
}
/* 3.c. Cards and Items */
.side-8zPYf6 .itemSelected-1qLhcL,
#bd-settings-sidebar .ui-tab-bar-item.selected,
.questionMark-CWEQZn {
background-color: var(--main-color) !important;
}
.accountBtnInner-sj5jLs {
background-color: var(--primary-color) !important;
border-color: var(--tertiary-color) !important;
}
.accountBtn-2Nozo3 {
transition: transform .2s ease-in-out;
}
.accountBtn-2Nozo3:hover {
transform: scale(1.2);
}
.cardPrimary-1Hv-to,
.cardPrimaryEditable-3KtE4g,
.authedApp-mj2Hmd {
background: var(--quaternary-color) !important;
border: none;
}
.theme-dark .card-FDVird:before,
.side-8zPYf6 .item-PXvHYJ:hover {
background-color: var(--secondary-color) !important;
border-color: var(--secondary-color) !important
}
#bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked,
.bda-slist .bda-footer button {
background: var(--main-color)
}
.bda-slist li {
background-color: var(--tertiary-color);
border-color: var(--quaternary-color);
}
.button-mM-y8i {
background-color: var(--secondary-color) !important
}
/*.user-settings-games .game-name-input:focus,
.user-settings-games .game-name-input:hover {
background-color: var(--tertiary-color) !important
}*/
.notDetected-33MY4s {
background-color: var(--tertiary-color) !important;
}
.addGamePopout-2RY8Ju {
background-color: var(--tertiary-color) !important;
}
.details-1YZMDP {
min-width: 660px;
margin-left: 50%;
transform: translate(-50%);
}
.applications-3KXbc1 {
width: auto;
justify-content: center;
}
.theme-dark .finePrint-xGGTK5,
.theme-dark .description-1W0DiL {
color: #aaa;
}
.theme-light .finePrint-xGGTK5,
.theme-light .description-1W0DiL {
color: #555;
}
.side-8zPYf6 .item-PXvHYJ[style*="color: rgb(114, 137, 218)"] {
color: var(--main-color) !important;
}
/* 3.d. Buttons, Switches, and Bars */
.lookFilled-1Gx00P.colorBrand-3pXr91,
.themeDefault-24hCdX.valueChecked-m-4IJZ,
.barFill-23-gu-,
[style*="border-color: rgb(114, 137, 218); background-color: rgb(114, 137, 218);"],
.bd-pfbtn,
#pubslayer button {
background-color: var(--main-color) !important;
}
.bar-2Qqk5Z,
.lookFilled-1Gx00P.colorTransparent-1ewNp9 {
background-color: var(--quaternary-color) !important;
}
.lookFilled-1Gx00P.colorBrand-3pXr91:hover,
#pubslayer button:hover {
background-color: var(--hover-color) !important;
}
.checkbox-3kaeSU .checkboxInner-3yjcPe .checkboxElement-1qV33p:checked+span,
.checked-3_4uQ9 {
background-color: var(--main-color) !important;
border-color: var(--tertiary-color) !important;
}
svg[name*="Checkmark"] {
filter: brightness(10);
}
.privateChannels-1nO12o .channel-2QD9_O .linkButtonIcon-Mlm5d6 path {
display: none;
}
.privateChannels-1nO12o .channel-2QD9_O .linkButtonIcon-Mlm5d6 {
background-size: 24px;
background-position: center;
background-repeat: no-repeat;
}
.privateChannels-1nO12o .channel-2QD9_O .linkButtonIcon-Mlm5d6[name*="PersonWaving"] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/friends.svg);
}
.privateChannels-1nO12o .channel-2QD9_O .linkButtonIcon-Mlm5d6[name*="NitroWheel"] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/nitro.svg);
}
.privateChannels-1nO12o .channel-2QD9_O .linkButtonIcon-Mlm5d6[name*="Library"] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/library.svg);
}
.privateChannels-1nO12o .channel-2QD9_O .linkButtonIcon-Mlm5d6[name*="Activity"] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/activity.svg);
}
.theme-light .privateChannels-1nO12o .channel-2QD9_O .linkButtonIcon-Mlm5d6 {
filter: invert(100%);
}
.premiumIndicator-1XvbfM,
.standardSidebarView-3F1I7i #editor-detached button {
background-color: var(--main-color);
}
.standardSidebarView-3F1I7i .contentRegionScroller-26nc1e .tools-3-3s-N {
z-index: 1000;
}
.hiddenLibraryApplication-2esFER:hover .restoreButton-22-SIW {
opacity: 0.5;
}
.hiddenLibraryApplication-2esFER:hover .restoreButton-22-SIW:hover {
opacity: 1;
transform: scale(1.2);
}
.hiddenLibraryApplication-2esFER:hover .restoreButton-22-SIW:active {
opacity: 1;
transform: scale(0.8);
}
.restoreButton-22-SIW {
background-color: var(--primary-color) !important;
border: 1px solid var(--dnd);
transition: transform .2s ease-in-out;
}
.restoreIcon-2YLu1X {
color: var(--dnd) !important;
}
.theme-dark .progress-1IcQ3A,
.theme-light .progress-1IcQ3A {
background-color: var(--quaternary-color);
}
/* 3.e. Overlay Notifications */
.wrapper-3jrx9n {
border-color: var(--main-color);
}
.selected-mKYnfr.option-n0icdO {
background-color: var(--main-color);
border-color: var(--main-color);
}
.option-n0icdO:hover {
background-color: var(--hover-color)
}
/* 3.f. Nitro and Hypesquad Section */
.grandfatheredMessage-2QgLnw {
justify-content: center;
}
.tier1Banner-1B_WXY,
.details-39BP6c {
width: 660px;
}
.sectionHeader-B058Rx,
.subsectionHeader-2euE2f,
.sectionHeader-127c3L {
text-align: center;
}
.mechaWumpus-10tlHF {
right: -50px;
}
.tier1Banner-1B_WXY,
.container-2Zlzt0{
background-color: var(--quaternary-color) !important;
}
.popout-3sVMXz.popoutBottom-1YbShG.noShadow-321ZPm[style*="top: 286px"] {
margin-top: 15px !important;
}
.codeRedemptionRedirect-1wVR4b {
background-color: var(--quaternary-color) !important;
border-color: var(--quaternary-color) !important;
}
/* 4. Guilds Wrapper */
/* 4.a. Main Guilds Wrapper */
.platform-osx .guildsWrapper-5TJh6A,
.platform-osx .wrapper-1Rf91z { margin-top: 0px !important; }
.guildsWrapper-5TJh6A,
.wrapper-1Rf91z {
z-index: 6;
}
.guildsWrapper-5TJh6A .guilds-1q_RqH,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN {
padding: 0px 0px 20px 10px !important;
}
.guildsWrapper-5TJh6A .scrollerWrap-1IAIlv,
.wrapper-1Rf91z .scrollerWrap-1IAIlv {
margin-top: 48px !important;
}
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .friendsOnline-2JkivW {
margin-top: 10px;
}
.theme-light .guildsWrapper-5TJh6A .guilds-1q_RqH .friendsOnline-_wi_fM,
.theme-light .wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .friendsOnline-2JkivW {
color: #000;
}
.guildSeparator-1X4GQ1:after,
.guildSeparator-3s64Iy::after {
background-color: transparent !important;
}
/* 4.b. Guilds */
.guild-1EfMGQ .guildInner-3DSoA4,
.container-2td-dC .wrapper-2lTRaf,
.container-1aNBdK .wrapper-2lTRaf {
background: transparent !important;
overflow: visible;
}
.container-1aNBdK .wrapper-2lTRaf {
border-radius: 0px !important
}
.guildsWrapper-5TJh6A .guilds-1q_RqH .guild-1EfMGQ.unread-qLkInr:hover:before,
.guildsWrapper-5TJh6A .guilds-1q_RqH .guild-1EfMGQ.selected-ML3OIq:before,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .container-2td-dC.unread-2OHH1w:hover::before,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .container-2td-dC.selected-nT-gM3:before {
background: var(--main-color);
border-radius: 20px;
height: 40px;
margin-top: -20px;
border-radius: 0px;
}
.guildsWrapper-5TJh6A .guilds-1q_RqH .guild-1EfMGQ.unread-qLkInr:before,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .container-2td-dC.unread-2OHH1w::before {
transition: all .2s ease;
background: var(--main-color);
box-shadow: 0 0 12px var(--main-color);
}
.guildsWrapper-5TJh6A .guilds-1q_RqH .guild-1EfMGQ.unread-qLkInr.selected-ML3OIq:before,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .container-2td-dC.unread-2OHH1w.selected-nT-gM3:before {
box-shadow: none;
}
.dragfix-1wSxtO:active {
border-radius: var(--roundness);
}
/* 4.c. Guilds Add */
#app-mount .circleIconButton-jET_ig{
background: transparent;
border-color: transparent;
color: transparent;
}
.guildsWrapper-5TJh6A .guild-1EfMGQ.guildsAdd-21_IdK,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig span {
position: relative;
border: 0px;
background: transparent;
transition: all 200ms ease;
font-size: 32px;
font-weight: 600;
left: 0;
color: transparent;
height: 50px;
padding: 0;
z-index: 1000;
}
.guildsWrapper-5TJh6A .guild-1EfMGQ.guildsAdd-21_IdK::after,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig svg,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig span {
transition: all 200ms ease;
position: absolute;
left: 50%;
transform: translate(-50%);
bottom: 0;
z-index: 1;
content: "";
height: 50px;
width: 50px;
background-position: 50%;
background-repeat: no-repeat;
box-shadow: 0 5px 15px rgba(0, 0, 0, .25), 0 -1px 0px rgba(0, 0, 0, 0.2) inset, 0 2px 1px var(--white1) inset;
line-height: 53px;
}
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN div:not(.container-11WMXy) .circleIconButton-jET_ig {
top: 1px;
}
.guildsWrapper-5TJh6A .guild-1EfMGQ.guildsAdd-21_IdK:not(.guildsDiscover-oiBX_l)::after,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig span {
background: var(--main-color) url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE5IDEzaC02djZoLTJ2LTZINXYtMmg2VjVoMnY2aDZ2MnoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==) center/25px no-repeat;
}
.guildsWrapper-5TJh6A .guild-1EfMGQ.guildsAdd-21_IdK.guildsDiscover-oiBX_l::after,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .container-11WMXy svg {
background: var(--main-color) url(https://discordapp.com/assets/4d254296157bb8927b7d53ed59beb0d8.svg) center no-repeat;
}
.guildsWrapper-5TJh6A .guild-1EfMGQ.guildsAdd-21_IdK:hover::after,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig svg:hover,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig span:hover {
box-shadow: 0 10px 15px rgba(0, 0, 0, .4), 0 -1px 0px rgba(0, 0, 0, 0.2) inset, 0 2px 1px rgba(255, 255, 255, 0.2) inset;
background-color: var(--main-color);
}
.guildsWrapper-5TJh6A .guilds-1q_RqH .guild-1EfMGQ.guildsAdd-21_IdK:hover,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig svg:hover,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig span:hover {
opacity: 1
}
.guildsWrapper-5TJh6A .guilds-1q_RqH>div.guild-1EfMGQ:first-child .badge-1GsMF2,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN>div.container-1ETFDs:first-child .badge-14ZoDd{
border-radius: 40px;
background-color: var(--main-color);
margin-bottom: 0px;
margin-right: 10px;
border: 2px solid var(--hover-color);
}
.guild-1EfMGQ.audio-3vVhBi:after,
.guild-1EfMGQ.video-15yGu3:after,
.container-2td-dC.audio-2KA0-x::after,
.container-2td-dC.video-2jNDI4::after {
background-color: var(--main-color) !important;
}
/* 4.e. Unread Indicator */
.unreadMentionsIndicatorBottom-BXS58x {
z-index: 1000;
}
.unreadMentionsIndicatorTop-gA6RCh {
top: 46px;
}
.mention-1f5kbO {
background-color: var(--main-color);
}
.mention-1f5kbO:hover {
background-color: var(--hover-color);
}
/* 5. Channels */
/* 5.b. Light Theme Recolor*/
.theme-light .icon-1KK5se,
.theme-light path[d*="M11.5,9 C13.1575,9 14.5,7.6575 14.5,6 C14.5,4.3425 13.1575,3 11.5,3 C9.8425,3 8.5,4.3425 8.5,6 C8.5,7.6575 9.8425,9 11.5,9 Z M4,7 L4,5 L3,5 L3,7 L1,7 L1,8 L3,8 L3,10 L4,10 L4,8 L6,8 L6,7 L4,7 Z M11.5,10 C9.4975,10 6,11.005 6,13 L6,15 L17,15 L17,13 C17,11.005 13.5025,10 11.5,10 Z"] {
fill: #000 !important;
}
.theme-light .privateChannels-1nO12o .channel a[href*="/channels/@me"],
.theme-light .actionIcon-2Hi9ZG,
.theme-light .privateChannels-1nO12o .channel .channel-name,
.theme-light .nameHoveredVoice-YJ1Vfd,
.theme-light .wrapperHoveredText-2geN_M .nameUnreadText-DfkrI4,
.theme-light .wrapperHoveredText-2geN_M .nameHoveredText-1uO31y {
color: #000 !important;
}
.theme-light .privateChannels-1nO12o .channel .close {
filter: invert();
}
.theme-light .privateChannels-1nO12o .channel:hover .channel-activity {
color: #5a5a5a;
}
.theme-light path[d*="M4.5 4.5l9 9"],
.theme-light path[d*="M13.5 4.5l-9 9"] {
stroke: #000;
}
.theme-light .nameSelectedText-sp_EUw,
.theme-light .nameSelectedVoice-1qSph5 {
color: #5d5d5d;
}
/* 5.c. Channel Font Colors */
.nameMutedText-3Vj4bM,
.nameMutedVoice-3oxyQZ {
color: #909090;
opacity: 0.4;
}
.nameDefaultText-24KCy5,
.nameDefaultVoice-3WUH7s,
.nameLockedText-3pqQcL,
.nameLockedVoice-26MhB1,
.iconCollapsed-3hFp_8,
.iconDefault-3Gr8d2,
.nameCollapsed-34uFWo,
.nameDefault-2DI02H {
color: #909090;
}
.nameUnreadText-DfkrI4,
.nameUnreadVoice-EVo-wI {
color: #ffffff;
}
.theme-light .nameUnreadText-DfkrI4,
.nameUnreadVoice-EVo-wI {
color: #303030;
}
.wrapperHoveredText-2geN_M .nameUnreadText-DfkrI4,
.wrapperHoveredText-2geN_M .nameHoveredText-1uO31y {
color: #c6c6c6 !important;
}
.iconMuted-1HVBGH,
.nameMuted-1MCOt4 {
color: #909090;
opacity: 0.6;
}
/* 5.d. Channels */
.content-20Aix8 {
border-radius: 0px;
margin: 1px 0 1px 0px;
border-left: 2px solid transparent;
}
.contentSelectedText-3wUhMi,
.contentSelectedVoice-1WDIBM {
background-color: var(--quaternary-color);
border-color: var(--main-color);
}
.contentConnectedVoice-qL-YrL:active,
.contentHoveredText-2D9B-x,
.contentHoveredVoice-3p_NEO:active,
.contentSelectedVoice-1WDIBM:active {
background-color: var(--tertiary-color);
border-color: var(--hover-color);
opacity: 80%;
}
.userHovered-2_fT4Z:active {
background-color: var(--tertiary-color) !important;
}
.channels-Ie2l6A,
.container-PNkimc {
z-index: 2;
}
/* 5.e. Unread Indicator */
.unread-1Dp-OI {
background-color: var(--hover-color);
transition: .1s all linear;
}
.wrapperHoveredText-2geN_M .unread-1Dp-OI {
height: 32px;
left: 0px;
border-radius: 0px;
width: 2px;
margin-top: 0px;
top: 1px;
}
.wrapperHoveredText-2geN_M .unread-1Dp-OI~.contentHoveredText-2D9B-x {
border-left: 2px solid transparent !important;
}
/* 5.f. Categories */
.containerDefault-3GGEv_, .containerDragAfter-3TEhpe, .containerDragBefore-3Dzc5x, .containerUserOver-1Tcb7l {
padding-top: 0;
margin-top: 12px;
margin-bottom: 6px;
background-color: var(--quaternary-color);
margin-left: 0px;
height: 31.11px;
padding: 0 8px;
border-radius: 0px;
}
.channels-Ie2l6A .scroller-2FKFPG>[class*=container-]>[class*=container]+[class*=container-] {
margin-top: 6px;
}
.wrapperCollapsed-3Fbxl6, .wrapperDefault-10Jfvz, .wrapperHovered-28fu1D, .wrapperHoveredCollapsed-1PADEo, .wrapperMuted-3KeA2M, .wrapperUnread-1JPWj3{
margin-left: 0px;
height: 31.11px;
border-radius: 3px;
background-color: transparent;
padding: 0px;
}
.iconCollapsed-3hFp_8,
.iconDefault-3Gr8d2, .iconHovered-2L3-fB,
.iconHoveredCollapsed-3caIIZ,
.iconMuted-1HVBGH,
.iconUnread-2eGkvX {
height: 31.11px;
width: 16px;
position: relative;
margin-left: -3px;
margin-top: -4px;
margin-right: 8px;
}
.nameCollapsed-34uFWo,
.nameDefault-2DI02H,
.nameHovered-1gxhWH,
.nameHoveredCollapsed-2orEWB,
.nameMuted-1MCOt4,
.nameUnread-njOjIS {
height: 31.11px;
line-height: 32px;
}
.channels-Ie2l6A .scroller-2FKFPG>[class*=container-] .horizontal-1ae9ci>.flex-1xMQg5:last-child {
margin-top: 6px;
}
.channelNotices-41mJbj .channelNotice-1-XFjC {
background-color: var(--tertiary-color) !important;
}
.channelNotices-41mJbj .channelNotice-1-XFjC .message-3SOT5P .btn-11C5_u {
background-color: var(--main-color);
border-color: var(--main-color);
transition: all .2s ease-in-out;
}
.channelNotices-41mJbj .channelNotice-1-XFjC .message-3SOT5P .btn-11C5_u:hover {
background-color: var(--hover-color);
border-color: var(--hover-color);
}
.container-1UB9sr {
border-bottom: 0px solid transparent;
}
/* 5.g. DM List */
.privateChannels-1nO12o .channel-2QD9_O a {
margin: unset;
border-radius: 0px;
border-left: 2px solid transparent;
transition: border-color .2s ease-in-out;
}
.privateChannels-1nO12o .channel-2QD9_O:hover a {
background: var(--quaternary-color);
border-color: var(--hover-color);
}
.privateChannels-1nO12o .channel-2fhmY8:hover .selectedLink-3dsNZ6 {
background-color: var(--tertiary-color)
}
.privateChannels-1nO12o .channel-2QD9_O.selected-1HYmZZ a {
background-color: var(--quaternary-color);
border-left: 2px solid var(--main-color);
}
.privateChannels-1nO12o .channel-2QD9_O.selected-1HYmZZ:hover a {
border-left: 2px solid var(--main-color) !important;
}
/* 5.h. Unread Messages Popout */
.container-35XQWE {
z-index: 2;
}
.unread-1xRYoj,
.unreadBar-3YD_k9 {
background-color: var(--primary-color);
border: 1px solid var(--main-color);
transition: background-color .2s ease-in-out;
}
.unread-1xRYoj:hover,
.unreadBar-3YD_k9 {
background-color: var(--main-color);
}
.unread-1xRYoj.mention-1f5kbO {
background-color: var(--main-color);
}
.unreadBar-3YD_k9.mention-1f5kbO:hover {
background-color: var(--hover-color);
}
/* 5.i. Verified Servers Banner */
.bannerImage-1jOskm {
top: 48px;
height: 128px;
}
.banner-1TiK82 .header-2o-2hj {
max-width: 240px;
bottom: unset;
top: 0;
position: fixed;
}
.scroller-2wx7Hm .flexChild-faoVW3 ~ .container-0.container-2xaHGu {
margin-top: 15px;
}
#app-mount .bannerImage-1jOskm {
-webkit-mask: linear-gradient(black, transparent);
mask: linear-gradient(black, transparent)
}
/* 6. Account Area */
/* 6.a. Main Container */
.container-2Thooq {
height: 53px !important;
z-index: 1;
}
.button-2b6hmh {
height: 53px;
width: 35px;
border-radius: 0px;
}
.button-2b6hmh:hover {
background-color: var(--tertiary-color) !important;
}
.accountDetails-3k9g4n .username {
font-family: Montserrat;
color: var(--main-color);
font-size: 13px;
height: 18px;
line-height: 18px;
}
/* 6.b. Buttons */
.theme-dark .container-2Thooq .button-2b6hmh[style*='url("/assets/4bc527c257233fc69b94342d77bcb9ee.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/mic.svg) !important;
}
.theme-dark .container-2Thooq .button-2b6hmh[style*='url("/assets/896770bf2d6ed0358ed0adefdbe96a24.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/mic-off.svg) !important;
}
.theme-dark .container-2Thooq .button-2b6hmh[style*='url("/assets/c7c47afdf35d5a3e06233319d3aa7674.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/sound.svg) !important;
}
.theme-dark .container-2Thooq .button-2b6hmh[style*='url("/assets/c8845c514bbf3f1e5bea064c1e40b08d.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/sound-off.svg) !important;
}
/* 6.c. Light Theme Recolor */
.theme-light .container-2Thooq {
color: #000;
}
.theme-light .accountDetails-3k9g4n .discriminator {
opacity: .7;
font-weight: 600;
}
.theme-light .container-2Thooq .button-2b6hmh svg path {
fill: #000 !important;
}
.theme-light .container-2Thooq .button-2b6hmh[style*='url("/assets/4bc527c257233fc69b94342d77bcb9ee.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/mic-dark.svg) !important;
}
.theme-light .container-2Thooq .button-2b6hmh[style*='url("/assets/896770bf2d6ed0358ed0adefdbe96a24.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/mic-off-dark.svg) !important;
}
.theme-light .container-2Thooq .button-2b6hmh[style*='url("/assets/c7c47afdf35d5a3e06233319d3aa7674.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/sound-dark.svg) !important;
}
.theme-light .container-2Thooq .button-2b6hmh[style*='url("/assets/c8845c514bbf3f1e5bea064c1e40b08d.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/sound-off-dark.svg) !important;
}
/* 6.d. Listening Along */
.listeningAlong-2UPsxf {
background-color: var(--quaternary-color) !important;
margin: 0 !important;
}
/* 7. Members List */
.member-3W1lQa {
border-right: 2px solid transparent;
}
.member-3W1lQa:hover,
.member-3W1lQa.popout-open {
border-color: var(--main-color);
}
.member-3W1lQa:hover .content-OzHfo4,
.member-3W1lQa.popout-open .content-OzHfo4 {
background-color: var(--quaternary-color) !important;
color: #fff;
}
.content-OzHfo4 {
flex-grow: 0 !important;
height: 40px !important;
}
.member-3W1lQa .activityText-sLG0UL {
font-size: 10px;
}
.member-3W1lQa .memberInner-2CPc3V .nameTag-3p0yK- {
font-size: 15px;
}
.username-1cB_5E {
clear: left;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/* 7.b. Hoisted Roles */
.membersGroup-v9BXpm {
color: var(--main-color) !important;
border-bottom: 3px solid;
border-image: linear-gradient(90deg, transparent, var(--main-color), transparent);
border-image-slice: 1;
padding: 19px 16px 6px 16px;
margin: 4px 0px 10px 15px;
font-weight: 600;
text-align: center;
border-radius: 3px;
width: 175px;
}
/* 8. Chat */
/* 8.a Main Chat Area */
.noChannel-Z1DQK7::before {
content: '';
position: absolute;
height: 48px;
width: 1px;
border-left: 2px solid var(--main-color)
}
.operations-36ENbA>a,
a,
.itemContainer-WiE19S .anchor-3Z-8Bb,
.welcomeMessage-3_Mcht .h1-1IDj26 {
color: var(--main-color);
}
.item-1Yvehc.brand-3igrJY {
color: var(--main-color) !important;
}
.item-1Yvehc.brand-3igrJY:hover {
color: var(--hover-color) !important;
}
.messages-3amgkR.scroller {
padding-bottom: 10px;
}
.icon-2shpbb {
-webkit-mask-size: 95%;
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
background-color: var(--main-color);
background-image: none !important;
}
.exclamation-1mi7Vi {
-webkit-mask-image: url(https://discordapp.com/assets/7616be62f9b90270b5a2e1fe9d2ece4f.svg);
}
.share-1EA-d2 {
-webkit-mask-image: url(https://discordapp.com/assets/07778297eb1e1e3d9bd3cd302920d5fb.svg);
}
.mobile-3_KEmF {
-webkit-mask-image: url(https://discordapp.com/assets/83d501f2b7dd2987302ce29b321f4494.svg);
}
.twitter-1TN3uJ {
-webkit-mask-image: url(https://discordapp.com/assets/326d79eb53886c88437e99a3754b1cd0.svg);
-webkit-mask-size: 77%;
}
.attachment-33OFj0 {
background-color: var(--tertiary-color) !important;
border-color: var(--quaternary-color) !important;
}
/* 8.b Messages */
.containerCozy-jafyvG:not(:last-child) {
padding: 15px 0px !important;
}
.messagesWrapper-3lZDfY .containerCozy-jafyvG:last-child {
padding-top: 15px !important;
}
.wrapper-FtzxDk.vertical-V37hAW.flex-101GKY.directionColumn-35P_nr.wrapper-2h3Puq.vertical-V37hAW.flex-101GKY.directionColumn-35P_nr.alignEnd-1D6PQi.spacer-1fA9zc {
margin-top: 55px !important;
}
/* 8.c Blocked Messages */
.messageGroupBlocked-3wrQQX .messageGroupBlockedBtn-1PBBh- {
background: var(--tertiary-color) !important;
color: var(--main-color)!important;
}
.messageGroupBlocked-3wrQQX.revealed-1_RKsf,
.messageGroupBlocked-3wrQQX {
background: var(--tertiary-color) !important;
border-color: var(--secondary-color) !important;
}
/* 8.d. Spoiler Messages */
.spoilerText-3p6IlD.hidden-HHr2R9,
.spoilerText-3p6IlD {
background: transparent !important;
}
.spoilerText-3p6IlD.hidden-HHr2R9 .inlineContent-3ZjPuv {
opacity: 1;
filter: blur(var(--spoiler-blur));
}
.spoilerWarning-2aAZq1 {
background-color: var(--quaternary-color) !important;
color: white !important;
}
.spoilerContainer-331r0R:hover .spoilerWarning-2aAZq1 {
background-color: var(--main-color) !important;
}
/* 8.e. Chat Dividers */
.chat-3bRxxu .divider-3gKybi {
height: 28px;
background-color: transparent;
margin: 10px 0px;
}
.friends-table .messages-3amgkR .divider:not(.red) span,
.messagesWrapper-3lZDfY .messages-3amgkR .divider-3gKybi:not(.red) span {
opacity: 1;
}
.chat-3bRxxu .divider-3gKybi>span {
color: #a0a0a0 !important;
border-radius: 3px;
position: relative;
text-align: left;
font-size: 12px;
text-transform: uppercase;
margin: 0px 0px;
opacity: 1;
padding: 5px 15px;
width: 100%;
background: transparent !important;
}
.chat-3bRxxu .divider-3gKybi.dividerRed-MKoLlr>span {
color: var(--main-color) !important;
background-color: var(--quaternary-color) !important;
border-radius: 3px;
justify-content: center;
left: 0px;
margin-bottom: 10px;
}
.containerCozy-jafyvG .isMentionedCozy-3isp7y:after,
.containerCozy-jafyvG .divider-32i8lo,
.dividerContent-2L12VI:after,
.dividerContent-2L12VI:before,
.jumpToPresentBar-9P20AM button:first-of-type {
display: none;
}
/* 8.f. Mentions */
.containerCozy-jafyvG .isMentioned-N-h9aa {
background: var(--quaternary-color);
box-shadow: 0px 0px 5px var(--quaternary-color);
border-left: 3px solid var(--main-color);
padding: 0px 0px 0px 3px;
border-radius: 0px;
}
.mention {
padding: 1px 3px 1.4px 2px !important;
}
.isMentioned-N-h9aa .mention {
transition: all .2s linear;
background: var(--tertiary-color) !important;
}
.isMentioned-N-h9aa .mention:hover {
color: #fff !important;
text-decoration: none;
background: var(--main-color);
}
.containerCozy-jafyvG .isMentioned-N-h9aa .mention:hover,
.mention:hover {
background-color: transparent !important;
color: #fff !important;
}
/* 8.g. Code Blocks */
pre, code {
padding: 0px !important;
margin-left: 3px !important;
margin: 0px !important;
line-height: 20px !important;
border: none !important;
padding-bottom: 6px !important;
border-radius: 3px !important;
}
code.inline {
background: var(--tertiary-color) !important;
}
code:not(.inline) {
background: repeating-linear-gradient(0deg, var(--secondary-color) 5px, var(--secondary-color) 25px, var(--tertiary-color) 0, var(--tertiary-color) 45px) !important;
}
pre {
background: transparent !important;
}
pre>*, code>* {
padding-left: 3px !important;
}
pre {
padding-bottom: 0x !important;
}
/* 8.h. New messages Bar and Loading Symbols */
.spinner-pulsing-ellipsis .spinner-item,
.spinner-wandering-cubes .spinner-item,
.chat-3bRxxu .newMessagesBar-mujexs {
background-color: var(--main-color) !important;
}
.chat-3bRxxu .newMessagesBar-mujexs:hover {
background-color: var(--hover-color) !important;
}
.chat-3bRxxu .hasMore-3e72_v button {
background: var(--quaternary-color) !important;
border: 1px solid var(--quaternary-color) !important;
color: var(--main-color) !important;
}
.chat-3bRxxu .jumpToPresentBar-9P20AM {
background-color: var(--main-color) !important;
bottom: 15px;
border-radius: 20px;
right: 50px !important;
width: auto !important;
box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
left: auto !important;
animation: slide-up .7s cubic-bezier(.4, 0, 0, 1), opacity .7s ease;
}
.chat-3bRxxu .jumpToPresentBar-9P20AM:before {
content: "";
width: 20px;
background: url(data:image/svg+xml;<KEY>
background-repeat: no-repeat;
background-position: 50%;
margin-right: -15px;
padding-left: 10px;
}
.chat-3bRxxu .jumpToPresentBar-9P20AM button:last-child {
text-align: center;
font-family: Montserrat;
font-size: 11px;
}
.chat-3bRxxu .jumpToPresentBar-9P20AM .spinner-2enMB9 {
margin-left: 20px !important;
margin-top: 10px;
padding-right: 15px;
margin-bottom: 10px;
-ms-transform: scale(1.3);
transform: scale(1.3)
}
/* 8.i. DM Chat */
.private-channel-call.minimum .private-channel-call-info,
.private-channel-call.normal .private-channel-call-info,
.private-channel-call .private-channel-call-info {
padding: 0px;
}
/* 8.j. Bot Message */
.isLocalBot-38G0P0 {
background-image: var(--primary-color) !important;
margin-left: 0px;
box-shadow: none !important;
-webkit-box-shadow: none !important;
padding-left: 0 !important;
}
/* 8.k. Embeds */
.embedPill-1Zntps {
border-radius: 0px;
width: 3px;
}
.embedInner-1-fpTo {
background-color: var(--quaternary-color) !important;
border-color: var(--quaternary-color) !important;
border-radius: 0px;
}
[style*="background-color: rgb(114, 137, 218);"] {
background-color: var(--main-color) !important;
}
.wrapper-35wsBm {
background-color: var(--quaternary-color) !important;
border-color: transparent !important;
}
#app-mount .tile-2OwFgW,
#app-mount .tile-QA_yMc {
background-color: var(--secondary-color);
}
#app-mount .tile-2OwFgW:hover,
#app-mount .tile-QA_yMc:hover {
background-color: var(--primary-color);
}
/* 8.l. Text Area */
.chat-3bRxxu .attachButtonDivider-3Glu60 {
display: none;
}
.chat-3bRxxu .attachButton-1UjEWA {
margin: 5px 10px;
}
.chat-3bRxxu .attachButtonPlus-rUdX-B {
opacity: .55;
height: 22px;
margin: 16px 10px;
}
.chat-3bRxxu .textArea-2Spzkt {
background-color: transparent !important;
line-height: 1.25rem !important;
margin-top: 8px;
}
.chat-3bRxxu .textArea-2Spzkt.textAreaDisabled-2_o-kZ {
margin-top: 7px;
margin-bottom: 7px;
}
.chat-3bRxxu .textArea-2Spzkt.textAreaEnabledNoAttach-1WxUwj {
line-height: 1.25rem !important;
margin-top: 2px;
}
.chat-3bRxxu .innerNoAutocomplete-1WpcVO {
border-radius: 0px;
}
.chat-3bRxxu .channelTextArea-rNsIhG {
margin: 0px 0 0px;
padding: 0;
border: none;
}
.chat-3bRxxu .channelTextAreaEnabledNoAttach-3tPFmT.channelTextArea-1LDbYG.channelTextArea-rNsIhG {
margin: 4px 0 6px !important;
}
.chat-3bRxxu form {
margin: 0px;
}
/* 8.m. Typing Bar */
.chat-3bRxxu form .typing-2GQL18 {
background-color: var(--quaternary-color) !important;
bottom: 100%;
padding-left: 20px;
z-index: 0;
animation: opacity 300ms ease;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
-ms-transform: scale(1);
transform: scale(1);
width: auto;
padding-right: 20px;
padding-top: 0px;
border-radius: 5px 5px 0 0;
margin-left: 15px;
color: var(--white10);
box-shadow: 0 -3px 20px rgba(0, 0, 0, .1);
opacity: 1;
transition: all 200ms ease;
text-overflow: ellipsis;
z-index: 5;
}
.typing-2GQL18 .text-1y-e8- {
line-height: 26px;
text-overflow: ellipsis;
}
.typing-2GQL18 .ellipsis-19qdx6 {
height: 31px
}
/* 8.n. Notification Bar */
.notice-2FJMB4,
#pluginNotice {
font-size: 0px !important;
height: 4px !important;
line-height: 18px;
position: fixed;
top: 46px;
width: 100%;
transition: all .2s linear;
}
#pluginNotice.notice-2FJMB4 {
font-size: 14px !important;
line-height: 38px;
height: 38px !important;
}
.notice-2FJMB4:hover,
#pluginNotice:hover {
font-size: 14px !important;
height: 38px !important;
line-height: 38px;
position: fixed;
width: 100%;
}
.notice-2FJMB4:hover .dismiss-SCAH9H,
#pluginNotice.notice-2FJMB4 .dismiss-SCAH9H {
height: 36px;
right: 100px;
transition: all .2s linear;
}
.notice-2FJMB4 .button-1MICoQ,
.noticePremiumGrandfathered-ollUxF .premiumIcon-2lve6h {
transform: scale(0);
opacity: 0;
display: inline-block !important;
transition: transform .1s linear, opacity .2s linear;
}
.notice-2FJMB4:hover .button-1MICoQ,
.noticePremiumGrandfathered-ollUxF:hover .premiumIcon-2lve6h {
transform: none;
opacity: 1;
}
/* 8.o. Search Results */
.searchResultsWrap-2DKFzt {
z-index: 1;
}
.searchResultsWrap-2DKFzt .searchHeader-1l-wpR {
background-color: var(--quaternary-color) !important;
}
.searchResultsWrap-2DKFzt .searchResult-3pzFAB:before {
background-image: linear-gradient(0deg, rgba(47, 49, 54, 0), var(--primary-color)) !important;
}
.searchResultsWrap-2DKFzt .searchResult-3pzFAB:after {
background-image: linear-gradient(180deg, rgba(47, 49, 54, 0), var(--primary-color)) !important;
}
.searchResultsWrap-2DKFzt .searchResult-3pzFAB .searchResultMessage-2VxO12.hit-NLlWXA {
border: 2px solid var(--quaternary-color) !important;
}
.searchResultsWrap-2DKFzt .searchResult-3pzFAB .hit-NLlWXA {
background-color: var(--quaternary-color) !important;
box-shadow: 0 0 10px 6px var(--primary-color) !important;
}
.searchResultsWrap-2DKFzt .searchResult-3pzFAB .hit-NLlWXA:hover {
border: 2px solid var(--main-color) !important;
}
.searchResultsWrap-2DKFzt .channelSeparator-1X1FuH:before {
display: none;
}
.searchResultsWrap-2DKFzt .channelSeparator-1X1FuH .channelName-1QajIf {
background-color: var(--main-color) !important;
color: #fff;
margin-left: -10px;
padding: 8px 8px 8px 6px;
}
.searchResultsWrap-2DKFzt .actionButtons-14P9IC .jumpButton-Ia2hRJ {
background-color: var(--main-color) !important;
color: #fff;
padding: 1px 7px 3px 6px;
}
.calendarPicker-2yf6Ci .react-datepicker,
.calendarPicker-2yf6Ci .react-datepicker__header {
border-radius: 0px !important;
background: var(--primary-color) !important;
}
.calendarPicker-2yf6Ci .react-datepicker__current-month,
.datePicker--XZbmJ .datePickerHint-3Q1Udw,
.calendarPicker-2yf6Ci .react-datepicker__navigation.react-datepicker__navigation--next,
.calendarPicker-2yf6Ci .react-datepicker__navigation.react-datepicker__navigation--previous,
.calendarPicker-2yf6Ci .react-datepicker__day {
border-color: var(--tertiary-color) !important;
}
.calendarPicker-2yf6Ci .react-datepicker__day {
background: var(--secondary-color) !important;
}
.calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--disabled,
.calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--disabled:hover {
background: var(--quaternary-color) !important;
}
.calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--selected:hover,
.calendarPicker-2yf6Ci .react-datepicker__day:hover,
.datePicker--XZbmJ .datePickerHint-3Q1Udw .hintValue-29ny8Z:hover {
background-color: var(--hover-color) !important;
}
.calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--selected:after,
.datePicker--XZbmJ .datePickerHint-3Q1Udw .hintValue-29ny8Z {
background-color: var(--main-color) !important;
}
/* 8.p. Video Calling */
.callAvatarBorder-1D_KaE.video-3GgX2M.selected-2esnyn:not(.speaking-oCqYMI):not(.soundsharing-102bS9) {
box-shadow: inset 0 0 2px var(--main-color);
}
.videoHeight-Qp_9vC::before {
content: '';
position: absolute;
height: 48px;
width: 1px;
border-left: 2px solid var(--main-color);
z-index:10;
}
/* 9. Friends List */
/* 9.a. Main Friends List */
.friendsTable-133bsv .friendsRow-2yicud:hover {
background: var(--quaternary-color) !important;
}
.friendsTable-133bsv .friendTableAddWrapper-nHHZtK .friendTableAddHeader-m9bzFr {
background: transparent !important
}
#friends .tab-bar .tab-bar-item:hover:not(.selected) {
background-color: var(--tertiary-color) !important;
}
.tabBar-1E2ExX .primarySelected-3uHKZn {
color: var(--main-color);
}
.friendsTable-133bsv .friendTableAddWrapper-nHHZtK .friendTableAddHeader-m9bzFr .friendsTableAdd-1w2_qZ .wrapper-1cBijl {
background-color: transparent !important;
}
/* 9.b. Action Buttons */
.friendsTable-133bsv .friendsRow-2yicud .friends-column-actions .friends-action.friends-action-video-call,
.friendsTable-133bsv .friendsRow-2yicud .friends-column-actions .friends-action.friends-action-voice-call {
background-color: var(--online);
opacity: 0.7;
}
.friendsTable-133bsv .friendsRow-2yicud .friendsColumnActions-1LT3_M .friendsAction-__WNE9 {
background-color: var(--quaternary-color) !important;
}
.friendsTable-133bsv .friendsRow-2yicud .friendsColumnActions-1LT3_M .friendsAction-__WNE9.friendsActionVideoCall-2_PKeP:hover,
.friendsTable-133bsv .friendsRow-2yicud .friendsColumnActions-1LT3_M .friendsAction-__WNE9.friendsActionVoiceCall-3EdPsR:hover{
background-color: var(--online);
opacity: 1;
transition: all .2s ease-in-out;
}
.friendsTable-133bsv .friendsRow-2yicud .friendsColumnActions-1LT3_M .friendsAction-__WNE9.friendsActionRemove-qu8nnl {
background-color: var(--dnd);
opacity: 0.7;
}
.friendsTable-133bsv .friendsRow-2yicud .friendsColumnActions-1LT3_M .friendsAction-__WNE9.friendsActionRemove-qu8nnl:hover {
background-color: var(--dnd);
opacity: 1;
}
.tabBar-1E2ExX .item-3HpYcP {
border-radius: 0px;
transition: all .2s ease-in-out;
}
.friendsTable-133bsv .friendsRow-2yicud .friendsColumnGuilds-2we6jb .moreMutualGuildsBtn-2VwbkO:hover {
background-color: var(--hover-color);
border-color: var(--hover-color) !important;
}
.tabBar-1E2ExX .primary-3j8BhM {
background-color: var(--main-color) !important;
}
.tabBar-1E2ExX .primary-3j8BhM:hover {
background-color: var(--hover-color) !important;
}
/* 10. Games Tab, Library, Store, and Server Directory */
/* 10.a. Tab */
.card-7JP0BX,
.article-3kb3qm,
.carousel-2WxMes {
background-color: transparent !important;
}
.article-FleDq5,
.body-SKIE6r {
background-color: var(--secondary-color) !important;
}
.header-1RC2Wb:hover {
background-color: var(--secondary-color) !important
}
.headerButtonColor-G7_f-V {
background-color: var(--tertiary-color) !important;
}
.theme-dark .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover,
.theme-light .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover {
background-color: var(--hover-color) !important;
}
.lookFilled-1Gx00P.colorPrimary-3b3xI6 {
background-color: var(--primary-color) !important;
}
.lookFilled-1Gx00P.colorPrimary-3b3xI6:hover {
background-color: var(--tertiary-color) !important;
}
.header-1RC2Wb {
background-color: var(--tertiary-color) !important;
transition: all .2s ease-in-out;
}
.news-2GDtLJ {
background: transparent !important;
}
.player-1kJMbj .da-flex::after {
margin-left: 5px
}
.splashArt-3I5Qmp {
opacity: .5;
-webkit-mask: -webkit-gradient(linear,right top,left top,from(#202225), to(transparent));
}
.paginationText-30Kp6m::after {
display: none;
}
.paginationItem-2lUq0s {
background: transparent;
}
.selectedPage-2JQS2s,
.paginationItem-2lUq0s:hover {
background: var(--primary-color);
}
.paginationItem-2lUq0s:before {
background: var(--main-color);
}
.paginationItem-2lUq0s:after {
display: none;
}
#app-mount .partyMember-923s4S,
#app-mount .partyMemberOverflow-Nei5T6 {
mask: none;
-webkit-mask: none;
margin: 0 2px;
}
#app-mount .partyMemberOverflow-Nei5T6,
.guildIconEmptyBackground-14tfYf {
background-color: var(--main-color) !important;
}
.guildIconEmptyIcon-rSyLPf,
#app-mount .partyMemberOverflow-Nei5T6 {
color: white !important;
}
.partyMemberBackground-aSF9mc {
background-color: var(--secondary-color) !important;
}
.theme-dark .partyMemberUnknownIcon-2zv8ar {
color: white;
}
.theme-light .partyMemberUnknownIcon-2zv8ar {
color: #191919;
}
.dockItem-2kQDqg:hover {
background-color: var(--secondary-color) !important;
transition: all 200ms ease-in-out;
}
.info-P9dFwH {
background: transparent;
}
.root-1bFE0x,
.searchBox-3Y2Vi7 {
background-color: var(--quaternary-color) !important;
}
.searchBox-3Y2Vi7 .input-cIJ7To {
background-color: transparent !important;
}
.section-7tu4tu:not(:last-child) {
border-color: var(--main-color) !important;
}
.arrow-1-DaGi {
color: var(--main-color)
}
.dot-22bIa4 {
background-color: var(--main-color);
}
#app-mount .outer-2IVh5n,
#app-mount .popout-3G62UL,
#app-mount .unwrapped-37iUtM,
#app-mount .inset-GQDQYw,
#app-mount .recentlyPlayedContainer-2F3MqS {
background-color: var(--secondary-color);
}
#app-mount .wrapper-3rh-14:hover,
#app-mount .memberListItem-vHCzSI:hover,
#app-mount .popoutContainer-3WC9HR:hover,
#app-mount .unwrapped-37iUtM:hover {
background-color: var(--quaternary-color);
}
#app-mount .multipleIconWrapper-2TXVB4,
#app-mount .section-3TvauS {
background-color: var(--tertiary-color);
}
.cap-HS8vCE {
background-color: var(--main-color);
}
#app-mount .searchOption-8nCYo-.selected-1r_nkg {
background-color: var(--quaternary-color);
}
/* 10.b. Library */
.rowWrapperActive-2L7i9f {
background-color: var(--tertiary-color) !important;
}
.rowBackground-3MeNoN {
-webkit-mask: radial-gradient(100% 100% at top left,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0) 100%);
}
.header-39GIC8 {
background-color: var(--quaternary-color) !important;
}
.defaultIndicator-2X8Auf,
.defaultIndicator-G3c16x {
background-color: var(--main-color) !important;
}
.gameUpdates-2GPqBU,
.topPill-30KHOu .item-PXvHYJ:hover:not(.itemSelected-1qLhcL) {
background-color: var(--quaternary-color) !important;
}
[style*="background-color: rgb(24, 25, 28)"] {
background-color: var(--quaternary-color) !important;
}
.downloadProgressCircle-neZab7 {
top: 5px;
right: 5px;
}
.circleBackground-OqqxHM {
fill: var(--tertiary-color);
stroke: var(--quaternary-color);
}
[style*="background: linear-gradient(to right, rgb(199, 208, 240), rgb(114, 137, 218))"] {
background: linear-gradient(to right, transparent, var(--main-color)) !important;
}
[stroke*="#4f545c"] {
stroke: var(--main-color) !important;
}
.nitroIcon-2_2ZKS {
color: var(--main-color) !important;
}
.progressCircle-1hzs_b>svg>defs>linearGradient stop:nth-child(1) {
stop-color: rgba(255, 255, 255, 0.8) !important;
}
.progressCircle-1hzs_b>svg>defs>linearGradient stop:nth-child(2) {
stop-color: var(--main-color) !important;
}
.installSize-1eXbBX {
background-color: var(--main-color) !important;
color: white !important;
}
.bodyButtonColor-3yTLJ1 {
background-color: var(--main-color) !important;
color: white !important;
}
.bodyButtonColor-3yTLJ1:hover {
background-color: var(--hover-color) !important;
}
.moreUsers-1s5Her,
.playerOverflow-3X56UI,
.playerOverflow-2Hf77M,
.voiceSectionIconWrapper-3YFjHm {
background-color: var(--main-color) !important;
color: white;
}
/* 10.c. Store */
.itemBackground-2vEldQ::before {
background: radial-gradient(ellipse at top,transparent,var(--primary-color)),linear-gradient(90deg,var(--primary-color) 0,transparent 40%,transparent 60%,var(--primary-color)),linear-gradient(0deg,var(--primary-color) 10%,transparent 70%) !important;
}
.tileMedia-24cT6_,
.body-1CAT0-,
.content-35aVm0,
.item-2yFVoY,
.openBody-1HeDPG,
.card-NB61oR,
.tileWrapper-2khh-w,
.bodySection-jqkkIP,
.row-1bU71H,
.applicationTile-1Goy1W,
.itemBackground-2vEldQ,
.tileMedia-1q3guD {
background-color: var(--quaternary-color) !important;
}
.bodySection-jqkkIP {
border-top-color: var(--main-color) !important;
}
.mediaFade-1SdEfL {
background: linear-gradient(180deg,transparent 90%,var(--quaternary-color)) !important;
}
.description-3rB3Rp {
background: linear-gradient(180deg,transparent,rgba(0,0,0,.75) 45%,var(--quaternary-color)) !important;
}
.tile-2H4MQG,
.tile-367QuY {
background-color: var(--primary-color) !important;
}
.tile-2H4MQG:hover,
.tile-367QuY:hover,
.tileMedia-1q3guD:hover {
background-color: var(--secondary-color) !important;
}
.overlappingBorder-1-XPGl,
.overlappingBorder-1ysb12,
.overlappingBorder-3aFng4 {
border-color: var(--main-color) !important;
}
.announcingNitro-3Ptg6m,
.purchaseUnitOperatingSystem-cnbJPz,
.nextArrow-_BbNud,
.prevArrow-GBsQ1m,
.arrow-vOpU7R {
color: var(--main-color) !important;
}
.announcingNitro-3Ptg6m:hover,
.lookOutlined-3sRXeN.colorWhite-rEQuAQ:hover {
color: var(--hover-color) !important
}
.lookOutlined-3sRXeN.colorWhite-rEQuAQ:hover {
border-color: var(--hover-color);
}
.lookOutlined-3sRXeN.colorBrand-3pXr91 {
border-color: var(--main-color);
color: var(--main-color);
}
.lookOutlined-3sRXeN.colorBrand-3pXr91:hover {
border-color: var(--hover-color);
}
.filterByTitleInput-2U3yVW:focus {
border-bottom-color: var(--main-color) !important;
}
.bubble-1gL_TN,
.price-1ynJAt,
.entitledHeader-3LRNDT,
.dot-2Q_mMZ,
.pulsingEllipsisItem-32hhWL,
.genreTag-3QLRUJ {
background-color: var(--main-color) !important;
}
.bubble-1gL_TN:after {
border-top-color: var(--main-color) !important;
}
.listingLarge-3Rix7u,
.browse-3H33-E, .filters--5q7-h {
max-width: none;
}
.assetWrapper-2Qw_5D {
background: transparent !important;
}
/* 10.d. Server Directory */
.bg-AYqtMd {
-webkit-mask: linear-gradient(black, transparent);
}
#app-mount .loading-17PYl_ {
background-color: var(--secondary-color);
}
#app-mount .emptySearchResults-1ba__I {
background: transparent;
}
#app-mount .wrapper-39oAo3 {
background-color: var(--quaternary-color);
}
/* 11. Avatars */
/* 11.a. Remove Mask */
.mask-3OgeRz,
.image-33JSyf {
-webkit-mask: none;
mask: none;
}
.avatarMasked-1s1eiJ {
-webkit-mask-image: none;
mask-image: none;
}
/* 11.b. Status */
.member-3W1lQa [class*="status-"] {
transition: all ease .05s
}
#app-mount .status-oxiHuE:not(.status-3fQvEa) {
height: 100% !important;
width: 100% !important;
margin: 0;
top: 0;
left: 0;
background: transparent;
border:2px solid;
box-sizing: border-box;
transition-duration: .5s;
box-shadow: none;
pointer-events: none;
}
.status-oxiHuE:not(.status-3fQvEa).online-2S838R {
border-color: var(--online) !important;
}
.status-oxiHuE:not(.status-3fQvEa).idle-3DEnRT {
border-color: var(--idle) !important;
}
.status-oxiHuE:not(.status-3fQvEa).dnd-1_xrcq {
border-color: var(--dnd) !important;
}
.status-oxiHuE:not(.status-3fQvEa).streaming-2_dnHe {
border-color: var(--streaming) !important;
}
.status-oxiHuE:not(.status-3fQvEa).offline-3qoTek {
border-color: var(--offline) !important;
}
.status-oxiHuE:not(.status-3fQvEa).invisible-1kp8Z0 {
border-color: var(--invisible) !important;
}
/* 11.c. Typing */
#app-mount .status-oxiHuE.typing-1KJk_j {
background-color: rgba(0, 0, 0, .6);
}
.status-oxiHuE.typing-1KJk_j .pulsingEllipsisItem-32hhWL {
height: 3px;
width: 3px;
}
.status-oxiHuE.typing-1KJk_j.online-2S838R.typing-1KJk_j .pulsingEllipsisItem-32hhWL {
background-color: var(--online) !important;
}
.status-oxiHuE.typing-1KJk_j.idle-3DEnRT.typing-1KJk_j .pulsingEllipsisItem-32hhWL {
background-color: var(--idle) !important;
}
.status-oxiHuE.typing-1KJk_j.dnd-1_xrcq.typing-1KJk_j .pulsingEllipsisItem-32hhWL {
background-color: var(--dnd) !important;
}
.status-oxiHuE.typing-1KJk_j.streaming-2_dnHe.typing-1KJk_j .pulsingEllipsisItem-32hhWL {
background-color: var(--streaming) !important;
}
.status-oxiHuE.typing-1KJk_j.offline-3qoTek.typing-1KJk_j .pulsingEllipsisItem-32hhWL {
background-color: var(--offline) !important;
}
.status-oxiHuE.typing-1KJk_j.invisible-1kp8Z0.typing-1KJk_j .pulsingEllipsisItem-32hhWL {
background-color: var(--invisible) !important;
}
.avatarUploaderInner-3UNxY3 {
background-color: var(--main-color);
}
/* 12. Shadows */
.popout-3sVMXz.popoutBottomRight-2JrySt.noArrow-3BYQ0Z.noShadow-321ZPm,
.title-3qD0b-,
.headerBar-UHpsPw,
.elevationBorderHigh-2WYJ09 {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.channel-members-wrap,
.guildsWrapper-5TJh6A:not(.foldercontent),
.wrapper-1Rf91z,
.channels-wrap .flexChild-faoVW3,
#friends .friends-header,
.chat-3bRxxu .title-wrap,
.chat-3bRxxu form .channel-text-area-default,
.searchResultsWrap-2DKFzt,
.embed-IeVjo6,
.emojiPicker-3m1S-j,
.channels-Ie2l6A,
.wrapper-35wsBm,
.cardPrimary-1Hv-to,
.cardPrimaryEditable-3KtE4g,
.authedApp-mj2Hmd,
.modal-3HD5ck .message-2qRu38,
.theme-dark .autocomplete-1vrmpx,
.menu-Sp6bN1,
#permissions-modal-wrapper .role-side {
box-shadow: 0 2px 20px var(--shadow) !important;
}
.members-1998pB {
box-shadow: 0 -2px 20px var(--shadow) !important;
}
/* 13. Roundness */
.guild-1EfMGQ .guildInner-3DSoA4 {
border-radius: 0 !important;
}
.guild-1EfMGQ .guildIcon-CT-ZDq,
.guilds-1q_RqH .guildPlaceholder-1ioaid,
.dragPlaceholder-D9-haY,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .container-2td-dC,
.guildsWrapper-5TJh6A .guild-1EfMGQ.guildsAdd-21_IdK::after,
.container-2td-dC.audio-2KA0-x::after,
.container-2td-dC.video-2jNDI4::after,
.dragfix-1wSxtO:active,
.container-2td-dC .wrapper-2lTRaf,
.friendsTable-133bsv .friends-column.friends-column-guilds .icon-3o6xvg,
.status-oxiHuE,
.image-33JSyf,
.avatar-small,
.avatar-xxlarge,
.wrapper-2F3Zv8,
.status-oxiHuE.typing-1KJk_j .pulsingEllipsisItem-32hhWL,
.avatarHint-1qgaV3,
.partyMemberOverflow-3VhFIX .partyMemberBackground-aSF9mc,
.listRow-hutiT_ .listAvatar-1NlAhb,
.avatar-uploader-inner,
.avatarUploaderIndicator-2G-aIZ,
.avatarDefault-35WC3R,
.avatarSpeaking-1wJCNq,
.callAvatar-v-u4BM.voice-2D-tt_,
.callAvatar-v-u4BM .callAvatarStatus-3y6S04,
.callAvatarBorder-1D_KaE.voice-2D-tt_.speaking-oCqYMI,
.callAvatarWrapper-TICyxO.voice-2D-tt_ .ripple-16ZT2p,
.from-mPWN2E,
.to-2819fF,
.friendsTable-133bsv .friendsRow-2yicud .friends-column-guilds .more-mutual-guilds-btn,
.reviewCircle-1o-MOB,
.circle-1nK_79,
.guild-1EfMGQ.audio-3vVhBi:after,
.guild-1EfMGQ.video-15yGu3:after,
.inner-1W0Bkn,
.iconInactive-98JN5i,
.friendsTable-133bsv .friendsRow-2yicud .friendsColumnGuilds-2we6jb .moreMutualGuildsBtn-2VwbkO,
.guildIconEmptyBackground-14tfYf,
.guildsError-3cFMtY,
.avatar-large,
.avatar-profile,
.avatar-small,
.avatar-xlarge,
.avatar-xsmall,
.avatar-xxlarge,
.avatarUploaderInner-3UNxY3,
.icon-3o6xvg,
.gameIcon-gg34Dz,
#app-mount .partyMember-923s4S,
#app-mount .partyMemberOverflow-Nei5T6,
.moreUsers-1s5Her,
.playerOverflow-3X56UI,
.playerOverflow-2Hf77M,
.voiceSectionIconWrapper-3YFjHm,
.voiceSectionGuildImage-2r1uIp,
.voiceSectionNoGuildImageWrapper-40qwqb,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig svg,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig span {
border-radius: var(--roundness) !important;
}
/* 14. Scrollbars */
.emojiPicker-3m1S-j .premiumPromo-yVfLiA,
#autocomplete-popout .scroller::-webkit-scrollbar,
#bda-qem-favourite-container .scroller-wrap .scroller::-webkit-scrollbar,
#bda-qem-twitch-container .scroller-wrap .scroller::-webkit-scrollbar,
.emojiPicker-3m1S-j .scrollerWrap-2lJEkd .scroller-2FKFPG::-webkit-scrollbar {
display: none;
}
#bda-qem-favourite-container .scroller-wrap .scroller::-webkit-scrollbar-thumb,
#bda-qem-twitch-container .scroller-wrap .scroller::-webkit-scrollbar-thumb,
.emojiPicker-3m1S-j .scrollerWrap-2lJEkd .scroller-2FKFPG::-webkit-scrollbar-thumb {
border: none !important;
background-color: rgba(225, 225, 225, 0.2) !important;
display: initial;
}
.friends-table .scroller-wrap ::-webkit-scrollbar-track-piece,
.messagesWrapper-3lZDfY .scroller-wrap ::-webkit-scrollbar-track-piece,
.scrollerWrap-2lJEkd .scroller-2CvAgC::-webkit-scrollbar-track-piece,
.scrollerWrap-2lJEkd .scroller-2FKFPG::-webkit-scrollbar-track,
.sb-menu-scroller:hover::-webkit-scrollbar-track-piece,
.scrollerWrap-2su1QI::-webkit-scrollbar-track-piece,
.scrollerWrap-2su1QI::-webkit-scrollbar-track,
.scroller-2FKFPG::-webkit-scrollbar-track,
.scroller-2FKFPG::-webkit-scrollbar-track-piece {
background-color: transparent !important;
border-color: transparent !important;
}
.friends-table .scroller-wrap ::-webkit-scrollbar-thumb,
.messagesWrapper-3lZDfY .scroller-wrap ::-webkit-scrollbar-thumb,
.scrollerThemed-2oenus.themeGhostHairlineChannels-3G0x9_ .scroller-2FKFPG::-webkit-scrollbar-thumb,
.scrollerThemed-2oenus.themeGhost-28MSn0 .scroller-2FKFPG::-webkit-scrollbar-thumb,
.scrollerThemed-2oenus.themeDark-2cjlUp .scroller-2FKFPG::-webkit-scrollbar-thumb,
.scrollerWrap-2lJEkd .scroller-2FKFPG::-webkit-scrollbar-thumb,
.scrollerThemed-2oenus.themeDark-2cjlUp .scroller-2FKFPG::-webkit-scrollbar-thumb,
.scroller::-webkit-scrollbar-thumb,
.scrollerWrap-2lJEkd .scroller-2CvAgC::-webkit-scrollbar-thumb,
.chat-3bRxxu .textArea-2Spzkt::-webkit-scrollbar-thumb,
.sb-menu-scroller::-webkit-scrollbar-thumb {
background-color: var(--main-color) !important;
border-color: transparent !important;
border-radius: 40px;
}
.scroller-2FKFPG::-webkit-scrollbar-track,
.scroller-wrap .scroller::-webkit-scrollbar-track-piece {
border-radius: 0px;
}
.scroller-wrap .scroller::-webkit-scrollbar {
width: 11px;
}
.scroller-2FKFPG::-webkit-scrollbar {
width: 12px;
}
.scroller-wrap .scroller::-webkit-scrollbar-thumb,
.scroller-wrap .scroller::-webkit-scrollbar-track-piece {
visibility: hidden !important;
transition: .2s visibility linear;
}
.scroller-wrap .scroller:hover::-webkit-scrollbar-thumb,
.scroller-wrap .scroller:hover::-webkit-scrollbar-track-piece {
visibility: visible !important;
}
.rolesList-22qj2L::-webkit-scrollbar {
height: 8px;
width: 12px;
}
/* =================================== SLIDE INS ================================== */
/* 15. Popouts */
/* 15.a. Pinned Messages and Recent Mentions*/
.themedPopout-25DgLi {
border-left: 2px solid var(--main-color);
border-right: 2px solid var(--main-color);
border-bottom: 2px solid var(--main-color);
border-top: 0px solid transparent;
}
.popout-3sVMXz .themedPopout-25DgLi .header-SsaQ8X {
border-radius: 0px;
}
.popout-3sVMXz .messagesPopoutWrap-1MQ1bW {
border-radius: 0 !important;
border-left: 2px solid var(--main-color);
border-right: 2px solid var(--main-color);
border-bottom: 2px solid var(--main-color);
animation: popoutanim 300ms cubic-bezier(.4, 0, 0, 1), opacity 100ms ease 100ms backwards;
transform-origin: 50% -10%;
box-shadow: 0 2px 20px rgba(0,0,0,.4) !important;
margin-top: 0px;
}
.messagesPopoutWrap-1MQ1bW .messagesPopout-24nkyi .messageGroupWrapper-o-Zw7G {
background-color: var(--quaternary-color) !important;
border-color: var(--quaternary-color) !important;
}
.messagesPopoutWrap-1MQ1bW .messagesPopout-24nkyi .messageGroupWrapper-o-Zw7G:hover {
background-color: var(--quaternary-color) !important;
border-color: var(--main-color) !important;
}
.theme-dark .messagesPopoutWrap-1MQ1bW .messagesPopout-24nkyi .messageGroupWrapper-o-Zw7G:hover .actionButtons-1sUUug {
background-color: transparent !important;
box-shadow: none !important;
}
.theme-dark .messagesPopoutWrap-1MQ1bW .messagesPopout-24nkyi .message-group .actionButtons-1sUUug .jumpButton-3DTcS_ {
background-color: var(--main-color) !important;
color: #fff !important;
padding: 2px 7px 3px 7px;
}
.themedPopout-25DgLi .header-SsaQ8X .subtitle, .themedPopout-25DgLi .text {
color: #fff !important;
}
.jumpButton-3DTcS_ {
background-color: var(--main-color) !important;
}
.hasMoreButton-1MELpI {
background-color: var(--primary-color) !important;
border-color: var(--primary-color) !important;
color: var(--main-color) !important
}
/* 15.b. Emoji Picker and Reactions */
.emojiPicker-3m1S-j,
.emojiPicker-3m1S-j .dimmer-3iH-5D.visible-3k45bQ,
.diversitySelector-tmmMv0 .popout-2nUePc {
background: var(--primary-color) !important;
border: 1px solid var(--primary-color);
border-radius: 3px !important;
}
.emojiPicker-3m1S-j .dimmer-3iH-5D.visible-3k45bQ {
opacity: 0.7;
}
.emojiPicker-3m1S-j .header-1nkwgG .searchBar-2pWH0_ {
background: transparent !important;
opacity: 0.8
}
.emojiPicker-3m1S-j .scroller-2FKFPG .emojiItem-109bjA {
background-size: contain !important;
background-position: 50% !important;
background-repeat: no-repeat !important;
}
.emojiPicker-3m1S-j .scroller-2FKFPG .emojiItem-109bjA.disabled-1H1CfW {
cursor: not-allowed;
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq {
opacity: .4;
border: none !important;
transition: all 50ms ease
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq:hover,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.selected-39BZ4S {
opacity: 1
}
.emojiPicker-3m1S-j .scroller-3vODG7 .emojiItem-109bjA {
border: 2px solid transparent;
}
.emojiPicker-3m1S-j .scroller-3vODG7 .emojiItem-109bjA.selected-39BZ4S {
background-color: transparent !important;
border-color: var(--hover-color);
}
.emojiPicker-3m1S-j .category-2U57w6 {
color: rgba(2555, 255, 255, 0.5);
background: transparent !important;
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.recent-rdY7_c,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.recent-rdY7_c.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.recent-rdY7_c:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/frequent.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.custom-2TY7UZ,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.custom-2TY7UZ.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.custom-2TY7UZ:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/custom.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.people-2y6eof,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.people-2y6eof.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.people-2y6eof:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/people.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.nature-WkggKK,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.nature-WkggKK.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.nature-WkggKK:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/nature.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.food-3vb4RY,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.food-3vb4RY.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.food-3vb4RY:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/food.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.activity-2oLAbd,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.activity-2oLAbd.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.activity-2oLAbd:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/activity.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.travel-2FeozN,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.travel-2FeozN.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.travel-2FeozN:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/travel.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.objects-ktZjG4,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.objects-ktZjG4.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.objects-ktZjG4:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/objects.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.symbols-3xtDtJ,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.symbols-3xtDtJ.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.symbols-3xtDtJ:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/symbols.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.flags-3peqg9,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.flags-3peqg9.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.flags-3peqg9:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/flags.svg) !important
}
.emojiPicker-3m1S-j .no-search-results .sad-discord {
background-image: url(../assets/sadDiscord.svg);
}
.emojiPicker-3m1S-j .stickyHeader-1SS0JU {
width: 98% !important;
background: var(--primary-color) !important;
}
.emojiPicker-3m1S-j .search-bar input {
color: #fff !important;
border-bottom: 2px solid rgba(255, 255, 255, .1);
padding-bottom: 3px;
padding-right: 25px;
height: 30px
}
.emojiPicker-3m1S-j .search-bar input:focus {
border-bottom: 2px solid var(--hover-color);
}
.searchBar-2_Yu-C.searchBarLight-1NxoDG .searchBarInner-1_Tg2R {
background: transparent !important;
color: var(--white10) !important
}
.reactionDefault-GBA58K,
.reactionSelected-1pqISm {
border: 1px solid transparent;
transition: all .2s ease-in-out;
}
.reactionDefault-GBA58K:hover {
background-color: transparent !important;
border-color: var(--hover-color);
}
.reactionSelected-1pqISm {
background-color: transparent !important;
border-color: var(--main-color);
}
/* 15.b.1. BBD Emote Menu */
#app-mount #bda-qem {
background: var(--primary-color) !important;
border-bottom: 1px solid var(--quaternary-color) !important;
}
#bda-qem-twitch-container, #bda-qem-favourite-container {
background-color: var(--primary-color) !important;
}
#app-mount #bda-qem button {
background: var(--secondary-color);
border-left: 1px solid var(--quaternary-color);
box-shadow: var(--quaternary-color) 1px 0 0 0;
}
#bda-qem button:hover {
background-color: var(--quaternary-color) !important;
}
#bda-qem button.active {
background-color: var(--quaternary-color) !important;
}
.theme-dark #bda-qem button {
color: #eee;
}
.theme-light #bda-qem button {
color: #111;
}
.emote-container {
border: 2px solid transparent !important;
box-sizing: border-box;
}
.emote-container:hover {
border-color: var(--hover-color) !important;
background-color: transparent !important;
}
/* 15.c. Autocomplete */
.autocomplete-1vrmpx {
background-color: var(--quaternary-color) !important;
}
.result-3w1ZcL[style*="background-color: rgb(146, 154, 250)"] {
background-color: var(--hover-color) !important;
}
.result-3w1ZcL[style*="background-color: rgb(179, 174, 255)"],
.result-3w1ZcL[style*="background-color: rgb(115, 142, 245)"] {
background-color: var(--main-color) !important;
}
.placeholder-1kJjXI {
background: var(--quaternary-color) !important;
}
.autocompleteInner-zh20B_ {
padding-bottom: 20px;
}
.selectable-3dP3y- {
border: 1px solid transparent;
}
.selectorSelected-1_M1WV {
border-color: var(--hover-color);
background-color: var(--quaternary-color) !important;
}
.theme-dark .focused-1En8bG:after,
.theme-dark .result-3w1ZcL:hover:after {
box-shadow: inset 0 0 0 2px var(--main-color),
inset 0 0 0 3px var(--quaternary-color);
}
.emptyHintCard-2mUdMe {
background: var(--background-image) center/cover no-repeat;
background-attachment: fixed;
border-color: var(--main-color) !important;
overflow: hidden;
}
.emptyHintCard-2mUdMe::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: var(--primary-color);
}
.emptyHintCard-2mUdMe * {
z-index: 1;
}
/* 15.d. User Popout */
.headerNormal-T_seeN {
background-color: var(--quaternary-color) !important;
}
.headerPlaying-j0WQBV {
background: var(--main-color);
}
.headerFill-adLl4x .top-28JiJ- .itemDefault-3Jdr52:hover {
color: #d1d1d3 !important;
border-bottom-color: #d1d1d3 !important
}
.body-3iLsc4,
.footer-1fjuF6 {
background-color: var(--primary-color) !important;
}
.bodyTitle-Y0qMQz {
color: #d1d1d3;
}
.footer-1fjuF6 {
border-top: 2px solid var(--main-color) !important;
}
.rolesList-22qj2L {
max-height: 14vh;
overflow-y: auto;
}
.role-2irmRk {
border-width: 1px;
border-style: solid;
border-radius: 2px;
box-sizing: content-box;
height: 16px;
margin: 3px;
padding: 2px;
position: relative;
line-height: 16px;
font-size: 10px;
font-weight: 400;
text-transform: uppercase;
overflow: visible;
}
.role-2irmRk::before {
content: '';
position: absolute;
top: 0;
left: -1px;
height: 100%;
width: calc(100% + 1px);
border-top: 21px solid;
border-color: inherit;
opacity: 0.5;
}
.roleName-32vpEy {
margin: 0 4px;
}
.roleCircleButton-377y0l {
padding: 0;
position: absolute;
z-index: 2;
height: 22px;
top: -1px;
left: -1px;
border-radius: 2px 0 0 2px;
width: 0px;
display: flex !important;
transition: width 0.2s;
}
.roleCircle-3xAZ1j {
display: none;
}
.addButton-pcyyf6 {
line-height: 10px;
width: 22px;
box-sizing: border-box;
height: 22px;
}
.roleRemoveIcon-2-TeGW {
display: block;
}
.role-2irmRk:hover .roleCircleButton-377y0l {
transition: width 0.2s;
width: 22px;
}
.addButtonIcon-1NMJ8u {
height: 7px;
width: 7px;
}
.note-3kmerW textarea:focus {
background-color: var(--quaternary-color) !important;
}
.quickMessage-1yeL4E {
background-color: var(--quaternary-color) !important;
border-color: var(--quaternary-color) !important;
border-radius: 0px !important;
}
.gameIcon-_0rmMm[style*="/assets/a5eba102f5b5e413df2b65c73f288afa.svg"] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/no-game.svg) !important;
border: 2px solid rgba(255, 255, 255, .5);
box-sizing: border-box;
}
/* 15.e. Add Role User Popout */
.autocompleteArrow-Zxoy9H,
.autocompleteHeaderBackground-30T70q,
.row-rrHHJU.selected-1pIgLL {
background: var(--quaternary-color) !important;
}
.container-VSDcQc .headerText-3i6A8K,
.container-VSDcQc .input-1ppKdn {
color: #666 !important;
}
.row-rrHHJU.selected-1pIgLL {
border-left: 2px solid var(--main-color);
}
.container-VSDcQc .sectionTag-pXyto9 {
background-color: var(--primary-color) !important;
}
/* 15.f. Search Popout */
.popout-3sVMXz.popoutBottom-1YbShG.noShadow-321ZPm {
margin-top: 0px !important;
}
.popout-3sVMXz.popoutBottom-1YbShG.noShadow-321ZPm[style*="top: 37px;"] {
top: 46px !important;
}
.searchPopout-1vUlP3,
.container-3ayLPN {
background-color: var(--primary-color) !important;
border-radius: 0 !important;
border: none !important;
border-left: 2px solid var(--main-color) !important;
border-right: 2px solid var(--main-color) !important;
border-bottom: 2px solid var(--main-color) !important;
}
.searchPopout-1vUlP3 .resultsGroup-r_nuzN,
.searchPopout-1vUlP3,
.container-3ayLPN {
animation: popoutanim 300ms cubic-bezier(.4, 0, 0, 1), opacity 100ms ease 100ms backwards;
transform-origin: 50% -10%;
box-sizing: content-box;
}
.resultsGroup-r_nuzN .header-2N-gMV {
background-color: var(--quaternary-color);
padding: 10px 20px;
}
.resultsGroup-r_nuzN .searchClearHistory-2cSSMO,
.resultsGroup-r_nuzN .searchLearnMore-3SQUAj {
top: 17px;
}
.option-96V44q,
.result-2S5Awv {
border-left: 2px solid transparent;
border-radius: 0px;
}
.option-96V44q:after,
.option-96V44q.selected-rZcOL-:after {
display: none;
}
.queryContainer-RKFJW- {
background-color: var(--quaternary-color) !important;
}
.option-96V44q.selected-rZcOL-,
.result-2S5Awv.focused-1Yu0L3 {
background-color: var(--quaternary-color) !important;
border-color: var(--hover-color);
}
.option-96V44q.searchQuery-1B7rtx.selected-rZcOL-,
.queryContainer-RKFJW- {
border-color: transparent;
}
.dim-1l4L4y span {
background-color: var(--main-color) !important;
color: white !important;
}
.option-96V44q span {
overflow: visible;
}
/* 15.g. Server Settings */
.popoutBottom-1YbShG[style*="overflow: hidden; visibility: visible;"] {
left: 75px !important;
top: 46px !important;
width: 230px !important;
height: auto;
margin: 0px;
-ms-transform: none !important;
transform: none !important;
position: absolute;
animation: popoutanim 300ms cubic-bezier(.4, 0, 0, 1);
border-radius: 0px;
transform-origin: 50% -10%;
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
border-left: 2px solid var(--main-color);
border-right: 2px solid var(--main-color);
border-bottom: 2px solid var(--main-color);
z-index: 99;
}
.menu-Sp6bN1 {
border-radius: 0px;
width: 100%;
}
.menu-Sp6bN1 .separator-2zcjq8 {
display: none;
}
.item-1GzJrl:hover {
background-color: var(--quaternary-color) !important;
}
.item-1GzJrl:not(.invite-271nFU):hover .icon-2doZ3q {
filter: grayscale(100%) brightness(250%);
}
.item-1GzJrl.invite-271nFU .icon-2doZ3q,
.item-1GzJrl.leave-1DRJfn .icon-2doZ3q {
background-image: none !important;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: right;
}
.item-1GzJrl.invite-271nFU .icon-2doZ3q {
-webkit-mask: url("https://discordapp.com/assets/d4ff0d2af68cd1119f0d16ef79d1369c.svg");
background-color: var(--main-color) !important;
}
.item-1GzJrl.leave-1DRJfn .icon-2doZ3q {
-webkit-mask: url("https://discordapp.com/assets/00de6b3cbb5c4dbcec817c91262f5f5b.svg");
background-color: var(--dnd) !important;
opacity: 0.7;
}
.item-1GzJrl.invite-271nFU {
color: var(--main-color) !important;
font-weight: 600;
}
.item-1GzJrl.leave-1DRJfn {
color: var(--dnd) !important;
}
.item-1GzJrl:hover.invite-271nFU .icon-2doZ3q {
background-color: var(--hover-color) !important;
}
.item-1GzJrl:hover.leave-1DRJfn .icon-2doZ3q {
opacity: 1;
filter: none !important;
}
.item-1GzJrl:hover.invite-271nFU {
color: var(--hover-color) !important
}
.popoutList-T9CKZQ {
background-color: var(--tertiary-color) !important;
}
.searchBar-1MOL6S {
background-color: var(--quaternary-color) !important;
}
.selectableItem-1MP3MQ:hover {
background-color: var(--quaternary-color) !important;
}
[style*="background: rgb(114, 137, 218)"] {
background: var(--main-color) !important;
}
/* 15.h. Group DM Invite Popout */
.modal-3HD5ck {
background-color: var(--primary-color) !important;
}
.modal-3HD5ck.popout-3Nppv9 {
border-right: 2px solid var(--main-color);
border-left: 2px solid var(--main-color);
border-bottom: 2px solid var(--main-color);
border-radius: 0px;
}
.modal-3HD5ck .searchBar-2_Yu-C {
background-color: var(--quaternary-color) !important;
}
.friendSelected--wQP3f {
background-color: var(--quaternary-color) !important;
}
.modal-3HD5ck .checked-3_4uQ9 {
background-color: var(--main-color) !important;
border-color: var(--hover-color) !important;
}
.search-bar-tag {
background: var(--secondary-color) !important;
}
.modal-3HD5ck .checked-3_4uQ9::after {
content: '';
position: absolute;
height: 100%;
width: 24px;
background-color: #eee;
-webkit-mask: url("https://ellexidecodes.github.io/Discord-Themes/assets/check.svg");
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
-webkit-mask-size: 95%;
}
.modal-3HD5ck .checked-3_4uQ9 svg,
.modal-3HD5ck .checked-3_4uQ9 g {
display: none;
}
/* 15.i. Tooltips */
.tooltip-1OS-Ti {
border-radius: 0px !important;
}
.tooltip-1OS-Ti {
background: var(--main-color) !important;
}
.tooltip-1OS-Ti.right-KM_vfY:after {
border-right-color: var(--main-color) !important;
}
.tooltip-1OS-Ti.top-1pTh1F:after {
border-top-color: var(--main-color) !important;
}
.tooltip-1OS-Ti.left-1wV7VO:after {
border-left-color: var(--main-color) !important;
}
.tooltip-1OS-Ti.bottom-19kp6S:after {
border-bottom-color: var(--main-color) !important;
}
/* tropix's fade in tooltip anim */
.tooltips-FhwIyl .tooltip-1OS-Ti.right-KM_vfY {
animation: fadeFromRight 200ms
}
.tooltips-FhwIyl .tooltip-1OS-Ti.bottom-19kp6S {
animation: fadeFromBottom 200ms
}
.tooltips-FhwIyl .tooltip-1OS-Ti.left-1wV7VO {
animation: fadeFromLeft 200ms
}
.tooltips-FhwIyl .tooltip-1OS-Ti.top-1pTh1F {
animation: fadeFromTop 200ms;
}
/* 15.j. @Everyone Popout */
.everyonePopout-nEbJY3{
background-color: var(--secondary-color) !important;
}
.everyonePopout-nEbJY3 .footer-2aTx0s{
background-color: var(--tertiary-color) !important;
}
.everyonePopout-nEbJY3 .lookOutlined-3sRXeN.colorBrand-3pXr91 {
color: var(--main-color);
border-color: var(--main-color);
transition: all .2s ease-in-out;
}
.everyonePopout-nEbJY3 .lookOutlined-3sRXeN.colorBrand-3pXr91:hover {
filter: grayscale(50%);
}
/* 15.k. Attach Popout */
.attachPopout-1n-ZKM {
background-color: var(--tertiary-color) !important;
}
.attachPopoutRow-KrE-f6:hover {
background-color: var(--primary-color) !important;
}
/* 15.l. RTC Connection Popout */
.popoutTopRight-3BzFIE section:before,
.popoutTop-3uu9vG section:before,
.container-2x5lvQ section:after {
border-top-color: var(--primary-color) !important;
}
/* 15.m. More Users Popout */
.header-2B7Ri8 {
background-color: var(--quaternary-color) !important;
}
.content-2KAjC9,
.userList-1kLH8B::before {
background-color: var(--primary-color) !important;
}
.userList-1kLH8B,
.userList-1kLH8B::before {
border-color: var(--primary-color) !important;
}
/* 15.n. Overflow Roles Popout */
.overflowRolesPopout-140n9i,
.overflowRolesPopoutArrow-2O66oH {
background-color: var(--primary-color) !important;
}
/* 15.o. Dropdown Menu Popout */
.popout-2sKjHu {
background-color: var(--quaternary-color) !important;
border-color: var(--quaternary-color) !important;
}
.optionActive-KkAdqq {
background-color: var(--main-color) !important;
}
.optionLabel-2CkCZx {
border: 1px solid transparent;
}
.optionNormal-12VR9V:hover {
background: transparent !important;
border-color: var(--hover-color) !important
}
/* 15.p. DM Call Region Select Popout */
.quickSelectPopout-X1hvgV {
background-color: var(--primary-color) !important;
}
.quickSelectPopoutOption-opKBx9 {
border: 1px solid transparent;
box-sizing: border-box;
}
.quickSelectPopoutOption-opKBx9:hover {
background-color: transparent !important;
border-color: var(--main-color);
}
.check-2by_h9 {
background-image: none !important;
background-color: var(--main-color);
-webkit-mask-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/check.svg);
-webkit-mask-size: 18px;
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
}
/* 16. Menus */
/* 16.a. Context Menu */
.contextMenu-HLZMGh {
background: var(--quaternary-color) !important;
border-radius: 2px;
padding: 10px 0px;
box-shadow: 0 2px 25px rgba(0, 0, 0, 0.4) !important;
animation: opacity 100ms ease, context-open-new 300ms cubic-bezier(0, 0, 0, 1);
transform-origin: top;
border: 1px solid var(--quaternary-color) !important;
}
.contextMenu-HLZMGh .itemGroup-1tL0uz:not(:first-child):not(:empty) {
border-color: var(--quaternary-color) !important;
}
.theme-dark.contextMenu-HLZMGh .itemGroup-1tL0uz,
.theme-light.contextMenu-HLZMGh .itemGroup-1tL0uz {
border-color: rgba(255, 255, 255, .03) !important
}
.contextMenu-HLZMGh .item-1Yvehc {
background: transparent !important;
border-radius: 0px;
transition: all 80ms ease;
cursor: pointer;
margin: 0px;
padding: 7px 15px;
color: #fff;
animation: opacity 200ms 100ms backwards;
}
.contextMenu-HLZMGh .item-1Yvehc:hover {
background: rgba(225, 225, 225, 0.03) !important;
color: #fff;
transition: all 0ms;
}
.contextMenu-HLZMGh .item-1Yvehc.danger-2dXSTE:hover {
color: #F04747 !important;
}
.contextMenu-HLZMGh .item-1Yvehc.danger-2dXSTE:active {
background: #F04747 !important;
color: #fff !important;
}
.theme-dark.contextMenu-HLZMGh .itemSubMenu-1vN_Yn,
.theme-light.contextMenu-HLZMGh .itemSubMenu-1vN_Yn {
position: relative;
}
.contextMenu-HLZMGh .slider-1PF9SW .track-11EASc {
right: 0px !important;
left: 3px !important;
}
.contextMenu-HLZMGh .slider-1PF9SW .bar-2Qqk5Z {
height: 3px
}
.item-1Yvehc.itemSubMenu-1vN_Yn::after {
content: url(https://ellexidecodes.github.io/Discord-Themes/assets/arrow.svg);
position: absolute;
right: 5px;
opacity: .6;
transition: all 100ms ease;
top: 5px;
}
.item-1Yvehc.itemSubMenu-1vN_Yn:hover::after {
opacity: 1;
}
/* 16.b. Status Picker */
.popout-3sVMXz.popoutTop-3uu9vG,
.popout-3sVMXz.popoutTopLeft-b5Eb3O {
overflow: visible !important;
}
.popout-3sVMXz.popoutTopLeft-b5Eb3O {
margin-left: -10px;
}
.menu-Sp6bN1.alt-3btY0e {
animation: show-status 300ms linear;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl .statusIconText-3b4TkH div {
color: transparent;
}
.alt-3btY0e .item-1GzJrl .helper-2c73HK {
display: none;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl {
position: relative;
display: inline-block;
width: 60px;
height: 68px;
vertical-align: top;
background: transparent;
overflow: hidden;
animation: status 300ms ease backwards;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-child(3) {
animation-delay: 100ms !important;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-child(4) {
animation-delay: 200ms !important;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-child(5) {
animation-delay: 300ms !important;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:hover {
background: transparent !important;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:hover .statusIconText-3b4TkH {
transform: scale(1.9);
transition: all 200ms ease-in-out;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl .statusIconText-3b4TkH {
position: absolute;
width: 40px;
height: 40px;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto !important;
border-radius: 50%;
transform: scale(1);
transition: all 200ms ease-in-out;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-child(1) .statusIconText-3b4TkH {
background-color: var(--online);
border-radius: 0;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-child(3) .statusIconText-3b4TkH {
background-color: var(--idle);
border-radius: 0;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-child(4) .statusIconText-3b4TkH {
background-color: var(--dnd);
border-radius: 0;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-child(5) .statusIconText-3b4TkH {
background-color: var(--invisible);
border-radius: 0;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:hover [class*="status"].online-2S838R:after,
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:hover [class*="status"].idle-3DEnRT:after,
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:hover [class*="status"].dnd-1_xrcq:after,
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:hover [class*="status"].invisible-1kp8Z0:after {
opacity: 1;
visibility: visible;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].online-2S838R:after,
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].idle-3DEnRT:after,
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].dnd-1_xrcq:after,
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].invisible-1kp8Z0:after {
content: " ";
display: block;
position: absolute;
width: 26px;
height: 26px;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto !important;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center;
opacity: 0;
visibility: hidden;
transition: all 200ms ease-in-out;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].online-2S838R:after {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/status/online.svg);
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].idle-3DEnRT:after {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/status/idle.svg);
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].dnd-1_xrcq:after {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/status/dnd.svg);
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].invisible-1kp8Z0:after {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/status/invisi.svg);
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl .statusIconText-3b4TkH .status-oxiHuE {
position: absolute !important;
top: 0;
left: 0;
height: 100% !important;
width: 100% !important;
margin-right: 0px !important;
transition: all 200ms ease-in-out;
}
/* 16.c. Message Menu */
.container-3cGP6G {
background-color: var(--tertiary-color) !important;
}
.item-2J1YMK:active,
.item-2J1YMK:hover {
background-color: var(--quaternary-color) !important;
}
/* 16.d. Color Picker */
.colorPickerCustom-2CWBn2 {
background-color: var(--primary-color) !important;
border-color: var(--quaternary-color) !important;
}
/* 17. Modals */
/* 17.a. BD Error Modal */
.bd-modal-wrapper .bd-modal-inner {
border-color: var(--tertiary-color);
}
.bd-modal-wrapper .header {
background-color: var(--quaternary-color);
}
.bd-modal-wrapper .bd-modal-body,
.bd-modal-wrapper .footer {
background-color: var(--primary-color) !important;
}
.bd-modal-wrapper .footer button {
background-color: var(--main-color);
}
.bd-modal-wrapper .footer button:hover {
background-color: var(--hover-color);
}
.bd-modal-wrapper .tab-bar-container .tab-bar-item.selected {
text-align: center;
}
/* 17.b. User Profile Modal */
.tabBarContainer-1s1u-z {
border-color: transparent;
}
.topSectionNormal-2-vo2m .tab-bar.tabBar-2MuP6- .tabBarItem-1b8RUP.selected {
border-bottom-color: var(--main-color);
color: var(--main-color);
}
.topSectionNormal-2-vo2m .tab-bar.tabBar-2MuP6- .tabBarItem-1b8RUP:hover {
border-bottom-color: var(--hover-color);
color: var(--hover-color);
transition: all .2s ease-in-out;
}
.topSectionPlaying-1J5E4n {
background: var(--main-color);
}
.topSectionPlaying-1J5E4n .top-28JiJ- .itemSelected-1qLhcL {
color: #eee !important;
}
.body-3ND3kc {
background-color: var(--primary-color) !important;
}
.connectedAccount-36nQx7 {
background-color: var(--quaternary-color);
border-color: var(--quaternary-color) !important;
}
.root-SR8cQa .note-QfFU8y textarea:focus {
background-color: var(--quaternary-color) !important;
}
.listRow-hutiT_:hover {
background: linear-gradient(90deg,var(--tertiary-color) 90%,transparent) !important;
}
.listRow-hutiT_ .listAvatar-1NlAhb {
transition: transform .2s ease-in-out;
}
.listRow-hutiT_:hover .listAvatar-1NlAhb {
transform: scale(1.1);
}
/* 17.c. Instant Invite Modal */
.inviteRow-2L02ae:hover {
background-color: var(--tertiary-color) !important;
}
.inviteRow-2L02ae .wrapper-2F3Zv8 {
transition: transform 0.2s ease-in-out;
}
.inviteRow-2L02ae:hover .wrapper-2F3Zv8 {
transform: scale(1.2);
}
.inviteRowInfo-I9V9v- {
overflow: visible;
}
.contentWrapper-3WC1ID {
background-color: var(--primary-color) !important;
}
/* 17.d. Join or Create New Guild */
.sampleLink-KPFu3I,
.title-2Dc-Cb,
.theme-dark .header-3ZP1MY,
.theme-light .header-3ZP1MY,
.theme-dark .action-1lSjCi,
.theme-light .action-1lSjCi,
.theme-dark .create-3jownz .actionHeader-2CT5c7,
.theme-light .create-3jownz .actionHeader-2CT5c7
.action-1lSjCi:hover .actionHeader-2CT5c7 {
color: var(--main-color) !important;
}
.theme-light .slide-2pHaq5, .theme-dark .slide-2pHaq5 { background-color: transparent }
.theme-dark .create-3jownz .actionIcon-2IISM_,
.theme-light .create-3jownz .actionIcon-2IISM_ {
position: relative;
background-image: none;
background-color: var(--main-color);
-webkit-mask: url(https://ellexidecodes.github.io/Discord-Themes/assets/add-btn.svg) center/112px 78px no-repeat;
}
.theme-dark .create-3jownz .actionIcon-2IISM_::after,
.theme-light .create-3jownz .actionIcon-2IISM_::after {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: white;
opacity: .4;
-webkit-mask: url(https://ellexidecodes.github.io/Discord-Themes/assets/add-btn-two.svg) center/112px 78px no-repeat;
}
.theme-dark .join-33Tr-7 .actionIcon-2IISM_, .theme-light .join-33Tr-7 .actionIcon-2IISM_ {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/join-btn.png);
}
.regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3:hover {
background-color: var(--primary-color) !important;
}
.theme-dark .regionSelect-3lf4eE:hover .regionSelectInner-24f4Ce,
.theme-dark .regionSelect-3lf4eE:hover button,
.theme-light .regionSelect-3lf4eE:hover .regionSelectInner-24f4Ce,
.theme-light .regionSelect-3lf4eE:hover button {
border-color: var(--main-color);
}
.theme-dark .regionSelect-3lf4eE:hover button,
.theme-light .regionSelect-3lf4eE:hover button {
background-color: var(--main-color);
}
.theme-dark .action-1lSjCi, .theme-light .action-1lSjCi {
background: var(--tertiary-color);
border-color: var(--secondary-color);
}
.form-deprecated .btn-primary,
.form.deprecated .btn-primary,
.theme-dark .actionButton-2PeQbJ,
.theme-light .actionButton-2PeQbJ {
background-color: var(--main-color);
}
.form-deprecated .btn-primary:hover,
.form.deprecated .btn-primary:hover,
.theme-dark .create-3jownz:hover .actionButton-2PeQbJ,
.theme-light .create-3jownz:hover .actionButton-2PeQbJ {
background-color: var(--hover-color);
}
.theme-dark .or-3THJsp, .theme-light .or-3THJsp {
background-image: none;
-webkit-mask: url('https://ellexidecodes.github.io/Discord-Themes/assets/or.svg');
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 52px 52px;
background-color: var(--primary-color);
color: var(--main-color);
}
.avatar-uploader-inner {
background-color: var(--main-color);
border-color: var(--quaternary-color);
}
.regionSelect-3lf4eE .regionSelectInner-24f4Ce,
.regionSelect-3lf4eE button {
border-color: var(--quaternary-color);
}
.regionSelect-3lf4eE:hover .regionSelectInner-24f4Ce,
.regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3:hover,
.regionSelect-3lf4eE:hover button,
.form-deprecated .btn-default:hover,
.form.deprecated .btn-default:hover {
border-color: var(--hover-color);
}
.regionSelect-3lf4eE button,
.create-guild-container-new.deprecated h5,
.regionSelectModal-12e-57 .regionSelectModalHeader-21khC1 {
color: var(--main-color);
}
.regionSelect-3lf4eE:hover button {
background-color: var(--hover-color);
color: white;
}
.form-deprecated .form-actions,
.form.deprecated .form-actions,
.regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3 {
background-color: var(--quaternary-color);
border-color: var(--tertiary-color);
}
.form-deprecated .btn-default,
.form.deprecated .btn-default {
background-color: transparent;
border-color: var(--tertiary-color);
}
#guild-name { text-align: center }
.bottomLayer-XCk80b.hover-3nZwuJ {
fill: var(--hover-color) !important;
fill-opacity: 0.8;
}
.topLayer-1eMqbv.hover-3nZwuJ,
.secondaryAccent-24W-RJ.hover-3nZwuJ {
fill: var(--main-color) !important;
}
.topLayer-1eMqbv.hover-3nZwuJ.green-1kY_LT,
.bottomLayer-XCk80b.hover-3nZwuJ.green-1kY_LT,
.secondaryAccent-24W-RJ.hover-3nZwuJ.green-1kY_LT {
fill: var(--online) !important;
}
.lookFilled-1Gx00P.colorGreen-29iAKY {
background-color: var(--online);
}
.lookFilled-1Gx00P.colorGreen-29iAKY:hover {
filter: brightness(80%);
}
/* 17.e. Upload Modal */
.uploadModal-2ifh8j {
background-color: var(--main-color);
}
.uploadModal-2ifh8j .inner-3nWsbo {
border-color: rgba(255,255,255,0.4);
}
.uploadModal-2ifh8j .footer-3mqk7D {
background-color: var(--hover-color);
color: white;
}
.theme-brand .content-Qb0rXO {
color: white;
}
.uploadModal-2ifh8j .footer-3mqk7D button {
background-color: transparent;
min-width: 36px;
max-width: 36px;
margin-top: -3px;
margin-right: 5px;
transition: all .2s ease-in-out;
color: transparent;
}
.uploadModal-2ifh8j .footer-3mqk7D button[type*="submit"] {
-webkit-mask-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/check.svg);
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
background-color: rgba(33, 219, 135, 0.6);
}
.uploadModal-2ifh8j .footer-3mqk7D button[type*="button"] {
-webkit-mask: url(https://ellexidecodes.github.io/Discord-Themes/assets/cancel.svg);
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
background-color: rgba(240, 71, 71, 0.6);
}
.uploadModal-2ifh8j .footer-3mqk7D button[type*="submit"]:hover {
background-color: #21db87 !important;
transform: scale(1.5);
}
.uploadModal-2ifh8j .footer-3mqk7D button[type*="button"]:hover {
background-color: #f04747;
transform: scale(1.5);
}
.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.image-2yrs5j {
border-color: var(--hover-color);
margin-top: 0;
transform: translateY(-50%);
transition: all .3s ease-in-out;
}
.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.image-2yrs5j:hover {
height: 208px;
width: calc(100% - 28px);
transform: translateY(calc(-50% - 10px));
}
.invite-18yqGF {
background: var(--quaternary-color) !important;
border: none !important;
}
.coverImageNotActionable-1MP2Mx {
opacity: 0.5;
}
/* 17.f. Game Preview Modal */
.gamePreview-9weYR2 {
background-color: var(--quaternary-color) !important;
}
.body-1SVoBw {
background-color: var(--secondary-color) !important;
}
.news-2KwXHF {
background-color: var(--secondary-color) !important;
}
/* 17.g. Quick Switcher */
.input-2VB9rf {
background-color: var(--quaternary-color) !important;
}
.resultFocused-3aIoYe {
background-color: var(--tertiary-color) !important;
}
/* 17.h. Screenshare Modal */
.tiles-2aXG_k {
background-color: var(--quaternary-color) !important;
}
.selectorButtonSelected-1j4DmC {
background-color: var(--main-color);
}
.item-1TLUig:hover {
border-bottom: 2px solid var(--hover-color);
color: var(--hover-color);
}
.selected-P8xTeN {
border-color: var(--main-color) !important;
color: var(--main-color) !important;
}
/* 17.i. Phone Verification Modal */
.phoneField-38N1bJ {
background-color: var(--quaternary-color) !important;
}
.phoneField-38N1bJ .countryButton-3xq3Ts {
background-color: var(--main-color) !important;
}
.phoneField-38N1bJ .countryButton-3xq3Ts:hover {
background-color: var(--hover-color) !important;
}
.phoneField-38N1bJ .inputField-aNPXsv {
background: transparent !important;
}
/* 17.j. Smartphone Modal */
.downloadApps-wbBFdZ .header-nJMe-Q,
.downloadApps-wbBFdZ .footer-1nkeBm a {
color: var(--main-color);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ p {
color: var(--hover-color);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ {
border-color: var(--hover-color);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ .downloadButton-1bWXpg {
background-color: var(--hover-color);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb {
background-image: none !important;
background-color: #99aab5;
-webkit-mask-size: cover;
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
transition: all .2s ease-in-out;
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ .icon-2Pk7pb {
background-color: var(--hover-color);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ .icon-2Pk7pb {
opacity: 1 !important;
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ .icon-2Pk7pb.active-iLSdWQ {
display: none !important;
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.apple-1fKN59 {
-webkit-mask-image: url(https://discordapp.com/assets/57568e1cfc37c81cf56db9498b4f128a.svg);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.windows-29yOum {
-webkit-mask-image: url(https://discordapp.com/assets/d6221c5e88f5cb89f125868c077e9859.svg)
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.linux-15cW1y {
-webkit-mask-image: url(https://discordapp.com/assets/a3bee2061afed80c5bd76ff38cd18f0e.svg);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.ios-Z7K-rr {
-webkit-mask-image: url(https://discordapp.com/assets/0c460e9b848f5c4cc964ae9c62c0f9b9.svg);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.android-gGrHJu {
-webkit-mask-image: url(https://discordapp.com/assets/676bfec9f4343f6fcdf0a12ae313a3de.svg);
}
/* 17.k Drag and Drop Modal */
.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .bgScale-1otPtc {
background: var(--main-color);
}
/* 17.l. Generic Modal */
.footer-2yfCgX {
box-shadow: inset 0 1px 0 var(--tertiary-color) !important;
}
.select-2TCrqx .Select-menu-outer {
background: var(--primary-color) !important;
border-color: var(--quaternary-color) !important;
}
.select-2TCrqx .Select-option.is-focused,
.select-2TCrqx .Select-option:hover {
background: var(--secondary-color) !important;
}
.select-2TCrqx .Select-control {
background-color: var(--quaternary-color) !important;
border-color: var(--tertiary-color) !important;
}
.select-2TCrqx .Select-option.is-selected {
background: var(--quaternary-color) !important;
}
.lookLink-9FtZy-.colorBrand-3pXr91:hover .contents-18-Yxp {
background-image: linear-gradient(0deg,transparent,transparent 1px,var(--main-color) 0,var(--main-color) 2px,transparent 0)
}
.contentWrapper-3WC1ID:only-child {
background-color: var(--primary-color) !important;
}
/* 17.m. Gift Nitro Modal */
.option-1l2vXE {
background-color: var(--quaternary-color) !important;
}
/* 18. Login Page */
.input-cIJ7To:focus {
border-color: var(--hover-color);
}
.authBox-hW6HRx {
background: var(--primary-color);
}
.lookLink-9FtZy-.colorBrand-3pXr91 {
color: var(--main-color)
}
.wrapper-3Q5DdO {
background: var(--primary-color) !important;
}
.input-cIJ7To {
background-color: var(--quaternary-color) !important;
}
/* 19. Keyframes */
@keyframes fadeFromTop {
0% {
opacity: 0;
transform: translateY(-50%)
}
100% {
opacity: 0.9;
transform: none
}
}
@keyframes fadeFromRight {
0% {
opacity: 0;
transform: translateX(50%)
}
100% {
opacity: 0.9;
transform: none
}
}
@keyframes fadeFromBottom {
0% {
opacity: 0;
transform: translateY(50%)
}
100% {
opacity: 0.9;
transform: none
}
}
@keyframes fadeFromLeft {
0% {
opacity: 0;
transform: translateX(-50%)
}
100% {
opacity: 0.9;
transform: none
}
}
@keyframes slide-up {
from {
transform: translate(0, 100%);
}
}
@keyframes slide-down {
from {
transform: translate(0, -100%);
}
}
@keyframes slide-left {
from {
transform: translate(-100);
}
}
@keyframes slide-right {
from {
transform: translate(100%);
}
}
@-webkit-keyframes mentionpulse {
0% {
-webkit-box-shadow: 0 0 0 0 var(--main-color);
}
70% {
-webkit-box-shadow: 0 0 0 5px rgba(204, 169, 44, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
@keyframes show-status {
from {
transform: translateY(100%) translateX(0%) translateZ(0px);
}
}
@keyframes status {
from {
transform: scale(0);
opacity: 0
}
}
@keyframes context-open-invertY {
0% {
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
}
}
@keyframes context-open-new {
0% {
transform: scale(1, 0.8);
}
}
@keyframes context-open {
0% {
padding-top: 0px;
padding-bottom: 0px;
}
}
@keyframes popoutanim-inner {
0% {
transform: scale(2);
}
100% {
transform: scale(1);
}
}
@keyframes popoutanim {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
/* 20. Misc */
.form-deprecated .control-group input[type=email],
.form-deprecated .control-group input[type=number],
.form-deprecated .control-group input[type=password],
.form-deprecated .control-group input[type=text],
.form-deprecated .control-group textarea,
.form.deprecated .control-group input[type=email],
.form.deprecated .control-group input[type=number],
.form.deprecated .control-group input[type=password],
.form.deprecated .control-group input[type=text],
.form.deprecated .control-group textarea,
.gameNameInput-385LoS:focus,
.gameNameInput-385LoS:hover {
background-color: var(--quaternary-color) !important;
border-color: var(--quaternary-color);
}
.theme-dark .form-deprecated .control-group input[type=email],
.theme-dark .form-deprecated .control-group input[type=number],
.theme-dark .form-deprecated .control-group input[type=password],
.theme-dark .form-deprecated .control-group input[type=text],
.theme-dark .form-deprecated .control-group textarea,
.theme-dark .form.deprecated .control-group input[type=email],
.theme-dark .form.deprecated .control-group input[type=number],
.theme-dark .form.deprecated .control-group input[type=password],
.theme-dark .form.deprecated .control-group input[type=text],
.theme-dark .form.deprecated .control-group textarea
.theme-dark .gameNameInput-385LoS:focus,
.theme-dark .gameNameInput-385LoS:hover {
color: #efefef;
}
.theme-light .form-deprecated .control-group input[type=email],
.theme-light .form-deprecated .control-group input[type=number],
.theme-light .form-deprecated .control-group input[type=password],
.theme-light .form-deprecated .control-group input[type=text],
.theme-light .form-deprecated .control-group textarea,
.theme-light .form.deprecated .control-group input[type=email],
.theme-light .form.deprecated .control-group input[type=number],
.theme-light .form.deprecated .control-group input[type=password],
.theme-light .form.deprecated .control-group input[type=text],
.theme-light .form.deprecated .control-group textarea,
.theme-light .gameNameInput-385LoS:focus,
.theme-light .gameNameInput-385LoS:hover {
color: #101010;
}
.form-deprecated .control-group input[type=email]:focus,
.form-deprecated .control-group input[type=number]:focus,
.form-deprecated .control-group input[type=password]:focus,
.form-deprecated .control-group input[type=text]:focus,
.form-deprecated .control-group textarea:focus,
.form.deprecated .control-group input[type=email]:focus,
.form.deprecated .control-group input[type=number]:focus,
.form.deprecated .control-group input[type=password]:focus,
.form.deprecated .control-group input[type=text]:focus,
.form.deprecated .control-group textarea:focus,
.imageSelected-4Kl81J {
border-color: var(--main-color);
}
.message-2qRu38 {
background-color: var(--tertiary-color) !important;
}
.botTagRegular-2HEhHi,
.aka-1mqp34,
.wanderingCubesItem-WPXqao,
#pubslayer .ui-tab-bar-item.selected,
.bd-server-card.bd-server-card-pinned:after,
.keybindShortcut-1BD6Z1 span {
background-color: var(--main-color) !important;
}
.mediaBarInteractionDragging-2QurIZ .mediaBarGrabber-1FqnbN,
.mediaBarProgress-1xaPtl,
.mediaBarProgress-1xaPtl:after,
.mediaBarProgress-1xaPtl:before,
.mediaBarInteraction-37i2O4:hover .mediaBarGrabber-1FqnbN,
.theme-dark .categoryFadeBlurple-1j72_A,
.theme-light .categoryFadeBlurple-1j72_A {
background-color: var(--main-color);
}
.theme-dark .categoryFadeBlurple-1j72_A,
.theme-light .categoryFadeBlurple-1j72_A {
opacity: 0.8;
}
.elevationHigh-1PneE4 {
background-color: var(--primary-color) !important;
}
.bubble-3we2di,
#pubslayer .ui-tab-bar-item.selected:hover,
.theme-dark .categoryFadeBlurple-1j72_A:hover,
.theme-light .categoryFadeBlurple-1j72_A:hover {
background-color: var(--hover-color) !important;
}
.bubble-3we2di:before {
border-top-color: var(--hover-color) !important;
}
.input-cIJ7To:focus,
.input-cIJ7To.focused-1mmYsC {
border-color: var(--main-color) !important;
}
.connectedAccountVerifiedIcon-3aZz_K g path:nth-child(2),
.verified-3uJH7V g path:nth-child(2),
.verified-2-ja4L g path:nth-child(2),
.verifiedIcon-2TCIsJ g path:nth-child(2),
.verifiedIcon-1vpk3S path:nth-of-type(2) {
fill: var(--main-color) !important;
}
.input-autosize-input:focus,
.themeDefault-24hCdX {
background-color: var(--quaternary-color) !important;
}
.number-3ceIrJ {
background-color: var(--quaternary-color) !important;
border-color: var(--tertiary-color) !important;
}
.foreground-2aE44H {
stroke: var(--main-color) !important;
}
.lookFilled-1Gx00P.colorGrey-2DXtkV:disabled {
background: var(--primary-color);
}
.lookFilled-1Gx00P.colorGrey-2DXtkV {
background: var(--secondary-color);
}
.lookFilled-1Gx00P.colorGrey-2DXtkV:hover {
background: var(--primary-color);
}
.path2-1q7bG_,
.path-92Hmty {
stroke: var(--hover-color) !important;
}
.path3-2l9TIX {
stroke: var(--main-color) !important;
}
.bda-slist .bda-footer a {
color: var(--main-color);
}
.actionRed-gYn8D3 {
background-color: var(--dnd);
transition: all .2s ease-in-out;
}
.actionRed-gYn8D3:hover {
background-color: var(--dnd);
transform: scale(1.08);
}
.actionRed-gYn8D3:active {
background-color: var(--dnd);
filter: brightness(0.5);
transform: scale(0.9);
}
.themeDark-3Ap_7i {
background-color: var(--primary-color);
}
.ragingDemon-bDcoXE {
background-color: var(--primary-color);
}
.symbol-3ffeCr {
background-color: var(--main-color);
-webkit-mask-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/demon-fill.svg);
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 80vw 60vh;
}
.symbol-3ffeCr img {
display: none;
}
.symbol-3ffeCr::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #231F1F;
-webkit-mask-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/demon-outline.svg);
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 80vw 60vh;
}
.wrapper-2ZbzR9 {
background: transparent !important;
}
.theme-dark .theme-light .input-1mgnkM,
.theme-dark .theme-light .input-UJ9Tr3 {
color: #eee;
}
/* 20.a. Plugin Optimization */
/* 20.a.1. BetterFormatting */
.bf-toolbar:before {
background: var(--quaternary-color) !important;
}
/* 20.a.2. Permission Viewer */
#permissions-modal-wrapper #permissions-modal {
border-color: var(--primary-color);
}
#permissions-modal-wrapper .perm-side {
background: transparent !important
}
#permissions-modal-wrapper .role-item {
border: 1px solid transparent;
}
#permissions-modal-wrapper .role-item:hover {
background-color: transparent !important;
border-color: var(--hover-color);
}
/* 20.a.3. Character Counter */
span#charcounter {
color: rgba(255, 255, 255, .3);
right: 10px;
bottom: 0em;
}
.message-1PNnaP span#charcounter {
bottom: -.5em;
}
/* 20.a.4. Reply System */
div.reply-list {
background: var(--primary-color)
}
div.reply-item {
background: transparent;
border: 1px solid var(--main-color)
}
/* 20.a.5. Server Folders */
.guildsWrapper-5TJh6A.foldercontentclosed {
width: 0;
}
.guildsWrapper-5TJh6A.foldercontent {
transition: all .2s ease-in-out;
}
.guildsWrapper-5TJh6A.foldercontent .guilds-1q_RqH>div.guild-1EfMGQ:first-child {
margin-top: 8px;
margin-bottom: 5px;
margin-left: 0;
position: relative;
height: 50px;
width: 50px;
}
.guildsWrapper-5TJh6A.foldercontent .guilds-1q_RqH>.guild-1EfMGQ:first-child .guildInner-3DSoA4 {
border: none;
}
.guildsWrapper-5TJh6A.foldercontent .scrollerWrap-1IAIlv {
border-top: 2px solid var(--main-color);
box-sizing: border-box;
margin-top: 46px !important;
}
.guildSeparator-1X4GQ1.folderseparator::after {
background-color: #666 !important;
}
.guild-1EfMGQ.folder .badge-1GsMF2.folder.count {
background: var(--main-color) !important;
}
/* 20.a.6. Share Button Plugin */
.sb-button:hover {
background-color: var(--main-color) !important;
}
.metalloriff-changelog-scroller::-webkit-scrollbar {
display: none;
}
/* 20.a.7. Theme & Plugon Repo */
.themerepo-modal .themeEntry.downloadable .btn-download,
.pluginrepo-modal .pluginEntry.downloadable .btn-download {
background-color: var(--main-color) !important;
}
/* 20.a.8. Personal Pins */
.popoutBottomRight-2JrySt.noArrow-3BYQ0Z.popout-personalpins-notes {
margin-top: 12px;
}
/* 20.a.9. Detailed Tooltip */
.tooltips-FhwIyl .dst-tooltip.tooltip-1OS-Ti.right-KM_vfY {
background-color: var(--main-color) !important;
}
/* 21. Custom CSS */
.bd-detached-editor .chat-3bRxxu .title-3qD0b- > div:last-child,
.bd-detached-editor .headerBar-UHpsPw > div:last-child {
margin-right: 0 !important;
}
#bd-customcss-detach-container #bd-customcss-attach-controls{
display: flex;
flex-flow: column;
align-items: center;
}
#bd-customcss-attach-controls {
display: flex;
flex-flow: column;
align-items: center;
}
#bd-customcss-detach-controls-button > span {
font-size: 0 !important;
display: flex;
flex-flow: column;
align-items: center;
}
#bd-customcss-attach-controls .checkbox-group {
order: 1;
}
/* Main CSS Box */
.ace-monokai {
background-color: #232327;
color: white;
}
/* Gutter Line */
.ace-monokai .ace_gutter {
background: #101011;
color: var(--streaming);
}
/* Shorter Highlight Line */
.ace-monokai .ace_gutter-active-line {
background-color: #1E1E21;
}
/* When Clicking and Dragging through the codes to highlight them */
.ace-monokai .ace_marker-layer .ace_selection {
background: var(--main-color);
}
/* Long Highlight Line */
.ace-monokai .ace_marker-layer .ace_active-line {
background: #121212;
}
/* Bracket Border */
.ace-monokai .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid var(--hover-color);
}
/* Comment Code */
.ace-monokai .ace_comment {
color: var(--online);
}
/* 22. @Media Edits */
/* change screen size */
@media only screen and (max-width: 915px) {
.members-1998pB{
transform:translate(145px);
z-index:2;
transition:all 300ms ease;
}
.members-1998pB:hover{
animation:member 300ms ease;
transform:translate(0px);
box-shadow:4px 0 10px 6px rgba(0, 0, 0, 0.8);
}
.members-1998pB:hover::after{
display: none;
}
.member-3W1lQa{
margin-left:20px;
}
.members-1998pB:hover .member-3W1lQa{
margin-left: 15px;
}
.members-1998pB .membersGroup-v9BXpm {
transform-origin:left;
font-size: 8px;
padding:2px;
transition:all 300ms ease;
width:30% !important;
height: 27px !important;
margin-left: 10px !important;
}
.members-1998pB:hover .membersGroup-v9BXpm{
font-size: 13px;
width: 100% !important;
padding: 4px;
text-align: center;
margin-left: 2px !important;
}
.members-1998pB .memberInner-2CPc3V{
opacity:0;
transition:opacity 300ms ease, margin 100ms ease;
}
.members-1998pB .memberInner-2CPc3V .nameTag-3p0yK- {
margin-bottom:6px;
}
.members-1998pB:hover .memberInner-2CPc3V {
opacity:1;
}
[class*="scroller-"] .members-1998pB{
height: 100%;
--add: 200px;
height: calc(100% + var(--add));
padding-bottom: calc(20px + var(--add));
margin-bottom: var(--add);
transform: translate(142px);
}
[class*="scroller-"] .members-1998pB:hover{
animation: member 300ms ease;
transform: translate(0px);
box-shadow: 4px 0 10px 6px rgba(0, 0, 0, 0.8);
}
.header-toolbar button.active{display:none;}
.chat-3bRxxu .content-yTz4x3>.spacer-1fA9zc.vertical-V37hAW {
margin-right:-145px !important;
z-index:1
}
.chat-3bRxxu .content-yTz4x3>.spacer-1fA9zc.vertical-V37hAW:only-child {
margin-right:0px !important;
z-index:1
}
.chat-3bRxxu .content-yTz4x3.spacer-1fA9zc.vertical-V37hAW{
margin-right:0px;
z-index:1
}
.searchResultsWrap-2DKFzt {
z-index: 2 !important;
}
}
/* Anti-BetterDocs
* Bulk by Tropix
* Modified by <NAME>
*/
html[class="gr__betterdocs_us"] body #app-mount {
background-size:cover !important;
background-repeat:no-repeat !important;
background-image:url('https://nfld99.com/images/Shitdocs.png') !important;
cursor:not-allowed !important;
position:absolute !important;
display:block !important;
opacity:1 !important;
left:0 !important;
top:0 !important;
margin:0 !important;
z-index: 999999999 !important;
visibility:visible !important;
}
.embedLink-1G1K1D[href*="Betterdocs." i],
.containerCozy-jafyvG .markup-2BOw-j a[href*="betterdocs."]{
color: #38000b !important;
text-shadow:0 0 12px black;
pointer-events:none;
}
.embedLink-1G1K1D[href*="Betterdocs." i]::selection,
.containerCozy-jafyvG .markup-2BOw-j a[href*="betterdocs." i]::selection{
background-color:darkred !important;
}
.embed-IeVjo6 a[href*="betterdocs." i]:before {
color:#bbb;
background: rgb(22, 22, 22) url(https://i.imgur.com/ClYJFpv.png) bottom right/100px no-repeat;
border:2px solid #f0474744;
box-shadow:0 0 12px #f0474744;
padding:7px 6px;
padding-right: 100px;
margin-top: -33px;
margin-left:-15px;
border-radius:5px !important;
text-align: justify;
position:absolute;
font-weight:bold;
height: 100%;
box-sizing: border-box;
white-space: pre-wrap;
overflow: hidden;
letter-spacing: 0;
content:'BetterDocs is an unofficial source, and should be treated as such. The owner posts peoples themes and plugins without their permission, and also contains content that would not be found on the official BetterDiscord repos. This means it probably contains harmful plugins that could either get you into trouble with discord, or steal user account info. Please stay safe, and download from official sources only.';
}
.embed-IeVjo6 a[href*="betterdocs." i]{
color:transparent !important;
height:70px;
}
.embed-IeVjo6 a[href*="betterdocs.net/preview" i]:before,
.embed-IeVjo6 a[href*="betterdocs.us/preview" i]:before {
width:auto;
height: 100%;
z-index: 2;
padding: 10px;
color:#bbb;
background: rgb(22, 22, 22) url(https://i.imgur.com/ClYJFpv.png) top/30% no-repeat;
display: flex;
text-align: justify;
align-content: center;
align-items: center;
white-space: pre-wrap;
content:'This is an unofficial source, and should be treated as such. The owner posts peoples themes and plugins without their permission, and also contains content that would not be found on the official BetterDiscord repos. This means it probably contains harmful plugins that could either get you into trouble with discord, or steal user account info. Please stay safe, and download from official sources only.';
}
.markup-2BOw-j>a[href*="betterdocs." i] {
font-size: 0;
}
.markup-2BOw-j>a[href*="betterdocs." i]:after {
content: "This theme does not support BetterDocs.";
color: #f04747;
font-weight: bolder;
font-size: 15px;
animation: none;
}
/*In-Chat Invite Link */
.wrapper-35wsBm .icon-3o6xvg[style*="/icons/153708594091655168"]::after {
content:'BetterDocs is not an official source of themes and plugins\a and should not be trusted. The creator posts content\a without permission and it may have harmful plugins.\a Do not use BetterDocs.';
color:#bbb;
background: rgb(22, 22, 22) url(https://i.imgur.com/ClYJFpv.png) left/auto 100% no-repeat;
border:2px solid #f0474744;
box-shadow:0 0 12px #f0474744;
padding:10px 7px 10px 100px;
margin-top:-35px;
margin-left:-18px;
border-radius:5px !important;
position:absolute;
font-weight:bold;
letter-spacing: 0;
font-size: 15px;
text-shadow:0 0 12px black;
width: 300px;
height: 78px;
z-index: 1;
}
.markup-2BOw-j .anchor-3Z-8Bb[href="https://discordapp.com/invite/D4cAkXX" i] {
color:transparent!important;
cursor:not-allowed !important;
pointer-events: none!important;
letter-spacing: -1000px!important;
}
.markup-2BOw-j .anchor-3Z-8Bb[href="https://discordapp.com/invite/D4cAkXX" i]:after {
content:'This theme does not support BetterDocs.';
color: #f04747 !important;
font-weight: bold;
text-shadow:0 0 12px black;
pointer-events:none;
letter-spacing: 0;
}
|
css/base.css
|
@import url(https://fonts.googleapis.com/css?family=Satisfy|Montserrat:300);
@import url("https://ellexidecodes.github.io/Discord-Themes/css/user-tags.css");
/* Variables */
:root {
--theme-version: "1.0";
--main-color: #16356d;
--hover-color: #1c4faf;
--online: #43b581;
--idle: #faa61a;
--dnd: #f04747;
--offline: #636b75;
--invisible: #747f8d;
--streaming: #643da7;
--home-color: #eee;
--home-size: 24px;
--roundness: 0px;
--spoiler-blur: 5px;
--shadow: rgba(0,0,0,.4);
--alert-display: block;
}
/* Table of Contents
======== STATIC ==========
1. Title Bar
1.a. Main Title Bar
1.b. Mac Main Title Bar
1.c. Windows Buttons
1.d. Mac Buttons
1.e. Erase SVGs
2. Chat Header
2.a. Coloring and Spacing
2.b. Search Bars
2.c. Change Icons
3. User Settings
3.a. General Sidebar
3.b. General Content Area
3.c. Cards and Items
3.d. Buttons, Switches, and Bars
3.e. Overlay Notifications
3.f. Nitro and Hypesquad Section
4. Guilds Wrapper
4.a. Mains Guilds Wrapper
4.b. Guilds
4.c. Guilds Add
4.d. Badges
5. Channels
5.a. Main Channels Area
5.b. Light Theme Recolor
5.c. Channel Font Colors
5.d. Channels
5.e. Unread Indicator
5.f. Categories
5.g. DM List
5.h. Unread Messages Popout
6. Account Area
6.a. Main Container
6.b. Buttons
6.c. Light Theme Recolor
6.d. Listening Along
7. Members List
7.a. Main Member List
7.b. Hoisted Roles
8. Chat
8.a. Main Chat Area
8.b. Messages
8.c. Blocked Messages
8.d. Spoiler Messages
8.e. Chat Dividers
8.f. Mentions
8.g. Code Blocks
8.h. New Messages Bar and Loading Symbols
8.i. DM Chat
8.j. Bot Message
8.k. Embeds
8.l. Text Area
8.m. Typing Bar
8.n. Notification Bar
8.o. Search Results
8.p. Video Calling
9. Friends List
9.a. Main Friends List
9.b. Action Buttons
10. Games Tab, Library, Store and Server Discovery
10.a. Tab
10.b. Library
10.c. Store
10.d. Server Discover
11. Avatars
11.a. Remove Mask
11.b. Status
12. Shadows
13. Roundness
14. Scrollbars
================== SLIDE INS ====================
15. Popouts
15.a. Pinned Messages and Recent Mentions
15.b. Emoji Picker and Reactions
15.c. Autocomplete
15.d. User Popout
15.e. Add Role User Popout
15.f. Search Popout
15.g. Server Settings
15.h. Group DM Invite Popout
15.i. Tooltips
15.j. @Everyone Popout
15.k. Attach Popout
15.l. RTC Connection Popout
15.m. More Users Popout
15.n. Overflow Roles Popout
15.o. Dropdown Menu Popout
15.p. DM Call Region Select Popout
16. Menus
16.a. Context Menus
16.b. Status Picker
16.c. Message Menu
16.d. Color Picker
17. Modals
17.a. Help Modal
17.b. User Profile Modal
17.c. Instant Invite Modal
17.d. Join or Create New Guild
17.e. Upload Modal
17.f. Game Preview Modal
17.g. Quick Switcher
17.h. Screenshare Modal
17.i. Phone Verification Modal
17.j. Smartphone Modal
17.k. Drag and Drop Modal
17.l. Generic Modal
17.m. Gift Nitro Modal
18. Login Page
19. Keyframes
20. Misc
20.a. Plugin Optimization
20.a.1. BetterFormatting
20.a.2. Permission Viewer
20.a.3. Character Counter
20.a.4. Reply System
20.a.5. Server Folders
20.a.6. Share Button
20.a.7. Theme and Plugin Repo
20.a.8. Personal Pins
20.a.9. Detailed Tooltip
21. Custom CSS
22. @Media Edits
*/
/* ================================= STATIC =======================================*/
/* 1. Title Bar */
/* 1.a. Main Title Bar */
.titleBar-AC4pGV {
transform: translateY(-6px);
height: 0px;
margin-top: 0px;
}
.titleBar-AC4pGV:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 6px;
height: 14px;
z-index: 3002;
-webkit-app-region: drag !important;
pointer-events: none;
}
.titleBar-AC4pGV:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
height: 6px;
z-index: 3002 !important;
pointer-events: none;
}
.titleBar-AC4pGV div {
transform: scale(0.8) !important;
}
.title-3qD0b-,
.titleCall-_b9o8P {
height: 46px;
}
/* 1.b. Mac Main Title Bar*/
.typeMacOS-3EmCyP.titleBar-AC4pGV {
transform: none;
position: relative;
}
/* 1.c. Windows Buttons */
.winButton-iRh8-Z {
top: 9px;
height: 36px;
width: 30px;
right: 8px;
background-position: center;
opacity: .6;
transition: .2s ease !important;
}
.winButton-iRh8-Z:hover {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
background-color: var(--hover-color) !important;
border-radius: 3px;
opacity: 1 !important;
}
.titleBar-AC4pGV .winButtonClose-1HsbF- {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/cancel.svg) !important;
background-repeat: no-repeat;
background-position: center;
background-size: 24px;
}
.titleBar-AC4pGV .winButton-iRh8-Z:nth-child(3) {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/fullscreen.svg) !important;
background-repeat: no-repeat;
background-position: center;
background-size: 24px;
}
.titleBar-AC4pGV .winButton-iRh8-Z:nth-child(4) {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/minimize.svg) !important;
background-repeat: no-repeat;
background-position: center 7px;
background-size: 24px;
}
/* 1.d. Mac Buttons */
.typeMacOS-3EmCyP.titleBar-AC4pGV {
width: 100%;
justify-content: flex-start;
}
.typeMacOS-3EmCyP.titleBar-AC4pGV .macButton-c_Adir {
background-image: none !important;
margin: 0px 3px;
}
/* 1.e. Erase SVGs */
.titleBar-AC4pGV rect,
.wordmark-2iDDfm,
.winButton-iRh8-Z svg,
.topic-2QX7LI:before,
.divider-2PMBlV { display: none;}
/* 2. Chat Header */
/* 2.a. Coloring and Spacing */
.titleWrapper-1l0xT9 .flex-1xMQg5 .flex-1xMQg5,
.container-3gCOGc>.flex-1xMQg5 .flex-1xMQg5,
.activityFeed-28jde9>.flex-1xMQg5>.horizontal-1ae9ci>.flex-1xMQg5:last-child,
.gameLibrary-TTDw4Y>.flex-1xMQg5 .flex-1xMQg5:last-child,
.applicationStore-1pNvnv>.homeWrapper-3-Wh5T>.flex-1xMQg5 .flex-1xMQg5:last-child,
.applicationStore-1pNvnv>.listingWrapper-329f74>.flex-1xMQg5 .flex-1xMQg5:last-child,
.applicationStore-1pNvnv>.browseWrapper-2Qy6vG>.flex-1xMQg5 .flex-1xMQg5:last-child,
.applicationStore-1pNvnv>.flex-1xMQg5 .flex-1xMQg5:last-child,
.root-1BQpZw>.headerBar-UHpsPw>.flex-1xMQg5:last-child,
.root-26DmKJ>.headerBar-UHpsPw>.flex-1xMQg5:last-child,
.activityFeed-1C0EmJ>.headerBar-UHpsPw>.flex-1xMQg5:last-child {
margin-right: 98px;
}
.title-3qD0b-,
.header-2o-2hj,
.headerBar-UHpsPw {
box-shadow: none;
border-bottom: 2px solid var(--main-color) !important;
}
.headerBar-UHpsPw.titleCall-_b9o8P {
border-bottom: none !important;
}
.headerBar-UHpsPw {
height: 48px;
padding: 0 8px 0 12px;
}
.header-2o-2hj .name-3YKhmS {
line-height: unset;
position: relative;
top: 4px;
left: 2%;
}
.guildsWrapper-5TJh6A .guilds-1q_RqH>div.guild-1EfMGQ:first-child .guildInner-3DSoA4 a,
.guildsWrapper-5TJh6A .guilds-1q_RqH>div.guild-1EfMGQ:first-child .homeIcon-1FoKUJ,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN>div.container-1ETFDs:first-child .homeButton-2Cw51C {
width: 100%;
transition: all 1s ease-in-out;
}
.guildsWrapper-5TJh6A .guilds-1q_RqH>.guild-1EfMGQ:first-child .guildInner-3DSoA4,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN>div.container-1ETFDs:first-child .homeButton-2Cw51C {
background-color: transparent !important;
border-bottom: 2px solid var(--main-color);
border-radius: 0px !important;
transition: all .5s ease-in-out;
}
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN>div.container-1ETFDs:first-child {
margin-top: -52px;
width: 70px;
margin-left: -10px;
position: absolute;
z-index: 2;
height: 46px;
}
/* 2.b. Search Bars */
.search .searchBarIcon-1J6sKG {
width: 35px;
}
.searchBarTag-2xRzm8 {
background: transparent !important;
border: 1px solid var(--main-color);
}
.browseSearch-e9jF-f .browseSearchInput-Jt8kg0.input-cIJ7To {
background: transparent !important;
color: white;
}
.search-bar {
background-color: var(--quaternary-color);
}
.search-2oPWTC .searchBar-3dMhjb {
background-color: transparent !important;
height: 46px;
border-radius: 0px;
}
.titleCall-_b9o8p .search .search-bar,
.searchBar-2_Yu-C,
.searchBar-2_Yu-C .searchBarInner-1_Tg2R {
background-color: transparent !important;
}
.search-2oPWTC .searchBar-3dMhjb .icon-38sknP {
top: 50%;
transform: translateY(-35%) !important;
}
.search-bar .search-bar-inner {
background: transparent;
border-color: transparent;
}
.search-2oPWTC .DraftEditor-root {
line-height: 39px;
}
.search-2oPWTC .DraftEditor-root .public-DraftEditorPlaceholder-root {
color: #cecece !important;
padding-left: 17px;
}
.searchAnswer-3Dz2-q,
.searchFilter-2ESiM3 {
height: 30px;
line-height: 30px;
background-color: var(--secondary-color) !important;
}
.searchAnswer-3Dz2-q {
padding: 0px 6px 1px 0px;
}
.searchFilter-2ESiM3 {
border-radius: 3px;
padding: 0px 8px 1px 6px;
}
.privateChannels-1nO12o .searchBar-6Kv8R2 {
border-bottom: 2px solid var(--main-color);
padding: 0px;
height: 46px;
box-shadow: 0px 0px transparent !important
}
.privateChannels-1nO12o .searchBar-6Kv8R2 input {
height: 100%;
}
.privateChannels-1nO12o .searchBar-6Kv8R2 .searchBarInner-1_Tg2R {
border: 0px solid transparent;
border-radius: 0px;
padding: 0px;
height: 100%;
}
/* 2.c. Change Icons */
.homeIcon-tEMBK1 {
background-color: var(--home-color);
-webkit-mask: url(https://ellexidecodes.github.io/Discord-Themes/assets/home.svg);
-webkit-mask-size: var(--home-size);
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
}
.homeIcon-tEMBK1 defs,
.homeIcon-tEMBK1 g {
display: none;
}
/* 3. User Settings */
/* 3.a. General Sidebar */
.standardSidebarView-3F1I7i .sidebarRegion-VFTUkN,
.standardSidebarView-3F1I7i .sidebarRegion-VFTUkN .sidebarRegionScroller-3MXcoP {
justify-content: flex-start;
}
.standardSidebarView-3F1I7i .sidebarRegion-VFTUkN {
-ms-flex: 0;
-ms-flex-pack: end;
flex: 0;
z-index: 1;
}
/* 3.b. General Content Area */
.standardSidebarView-3F1I7i .contentColumnDefault-1VQkGM {
padding: 20px 40px 80px;
}
.standardSidebarView-3F1I7i .contentRegionScroller-26nc1e {
width: 100%;
}
.standardSidebarView-3F1I7i .contentColumn-2hrIYH,
.standardSidebarView-3F1I7i .customColumn-Rb6toI {
-ms-flex: 1 1 auto;
-webkit-box-flex: 1;
flex: 1 1 auto;
max-width: 100%;
min-height: 100%;
min-width: 460px;
}
.standardSidebarView-3F1I7i .customScroller-26gWhv>div {
max-width: 100%;
margin-right: 98px;
}
.theme-dark .standardSidebarView-3F1I7i .contentRegion-3nDuYy {
width: calc(100% - 226px);
min-width: 553px;
padding: 0;
}
.sidebarScrollable-1qPI87 {
width: 24%;
}
.sidebarScrollable-1qPI87+.content-1rPSz4 {
max-width: 100%;
margin-left: 25%;
}
.standardSidebarView-3F1I7i .noticeRegion-1YviSH {
transform: translateX(25%) !important;
}
.premium-settings .premium-header,
.premium-settings .features-vNGwn7 {
max-width: 98%;
}
#app-mount .paymentPane-3bwJ6A,
#app-mount .paymentRow-2e7VM6 {
background-color: var(--tertiary-color);
}
#app-mount .paymentRow-2e7VM6 {
border-color: var(--quaternary-color);
}
.expandedInfo-3kfShd {
background: transparent !important;
}
.hoverablePayment-Yc6mK7:hover {
background-color: var(--quaternary-color) !important;
}
.top-28JiJ- .itemSelected-1qLhcL {
border-bottom-color: var(--main-color) !important;
color: var(--main-color) !important;
}
.top-28JiJ- .itemDefault-3Jdr52:hover,
.top-28JiJ- .itemHover-EnbcjT:hover {
border-bottom-color: var(--hover-color) !important;
color: var(--hover-color) !important;
}
.video-27HGyZ {
width: auto;
}
.videoWrapper-3YdgHH {
display: flex;
justify-content: center;
}
.userSettingsVoice-iwdUCU .previewOverlay-2O7_KC {
background-color: var(--secondary-color) !important;
border-color: transparent !important;
}
/* 3.c. Cards and Items */
.side-8zPYf6 .itemSelected-1qLhcL,
#bd-settings-sidebar .ui-tab-bar-item.selected,
.questionMark-CWEQZn {
background-color: var(--main-color) !important;
}
.accountBtnInner-sj5jLs {
background-color: var(--primary-color) !important;
border-color: var(--tertiary-color) !important;
}
.accountBtn-2Nozo3 {
transition: transform .2s ease-in-out;
}
.accountBtn-2Nozo3:hover {
transform: scale(1.2);
}
.cardPrimary-1Hv-to,
.cardPrimaryEditable-3KtE4g,
.authedApp-mj2Hmd {
background: var(--quaternary-color) !important;
border: none;
}
.theme-dark .card-FDVird:before,
.side-8zPYf6 .item-PXvHYJ:hover {
background-color: var(--secondary-color) !important;
border-color: var(--secondary-color) !important
}
#bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked,
.bda-slist .bda-footer button {
background: var(--main-color)
}
.bda-slist li {
background-color: var(--tertiary-color);
border-color: var(--quaternary-color);
}
.button-mM-y8i {
background-color: var(--secondary-color) !important
}
/*.user-settings-games .game-name-input:focus,
.user-settings-games .game-name-input:hover {
background-color: var(--tertiary-color) !important
}*/
.notDetected-33MY4s {
background-color: var(--tertiary-color) !important;
}
.addGamePopout-2RY8Ju {
background-color: var(--tertiary-color) !important;
}
.details-1YZMDP {
min-width: 660px;
margin-left: 50%;
transform: translate(-50%);
}
.applications-3KXbc1 {
width: auto;
justify-content: center;
}
.theme-dark .finePrint-xGGTK5,
.theme-dark .description-1W0DiL {
color: #aaa;
}
.theme-light .finePrint-xGGTK5,
.theme-light .description-1W0DiL {
color: #555;
}
.side-8zPYf6 .item-PXvHYJ[style*="color: rgb(114, 137, 218)"] {
color: var(--main-color) !important;
}
/* 3.d. Buttons, Switches, and Bars */
.lookFilled-1Gx00P.colorBrand-3pXr91,
.themeDefault-24hCdX.valueChecked-m-4IJZ,
.barFill-23-gu-,
[style*="border-color: rgb(114, 137, 218); background-color: rgb(114, 137, 218);"],
.bd-pfbtn,
#pubslayer button {
background-color: var(--main-color) !important;
}
.bar-2Qqk5Z,
.lookFilled-1Gx00P.colorTransparent-1ewNp9 {
background-color: var(--quaternary-color) !important;
}
.lookFilled-1Gx00P.colorBrand-3pXr91:hover,
#pubslayer button:hover {
background-color: var(--hover-color) !important;
}
.checkbox-3kaeSU .checkboxInner-3yjcPe .checkboxElement-1qV33p:checked+span,
.checked-3_4uQ9 {
background-color: var(--main-color) !important;
border-color: var(--tertiary-color) !important;
}
svg[name*="Checkmark"] {
filter: brightness(10);
}
.privateChannels-1nO12o .channel-2QD9_O .linkButtonIcon-Mlm5d6 path {
display: none;
}
.privateChannels-1nO12o .channel-2QD9_O .linkButtonIcon-Mlm5d6 {
background-size: 24px;
background-position: center;
background-repeat: no-repeat;
}
.privateChannels-1nO12o .channel-2QD9_O .linkButtonIcon-Mlm5d6[name*="PersonWaving"] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/friends.svg);
}
.privateChannels-1nO12o .channel-2QD9_O .linkButtonIcon-Mlm5d6[name*="NitroWheel"] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/nitro.svg);
}
.privateChannels-1nO12o .channel-2QD9_O .linkButtonIcon-Mlm5d6[name*="Library"] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/library.svg);
}
.privateChannels-1nO12o .channel-2QD9_O .linkButtonIcon-Mlm5d6[name*="Activity"] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/activity.svg);
}
.theme-light .privateChannels-1nO12o .channel-2QD9_O .linkButtonIcon-Mlm5d6 {
filter: invert(100%);
}
.premiumIndicator-1XvbfM,
.standardSidebarView-3F1I7i #editor-detached button {
background-color: var(--main-color);
}
.standardSidebarView-3F1I7i .contentRegionScroller-26nc1e .tools-3-3s-N {
z-index: 1000;
}
.hiddenLibraryApplication-2esFER:hover .restoreButton-22-SIW {
opacity: 0.5;
}
.hiddenLibraryApplication-2esFER:hover .restoreButton-22-SIW:hover {
opacity: 1;
transform: scale(1.2);
}
.hiddenLibraryApplication-2esFER:hover .restoreButton-22-SIW:active {
opacity: 1;
transform: scale(0.8);
}
.restoreButton-22-SIW {
background-color: var(--primary-color) !important;
border: 1px solid var(--dnd);
transition: transform .2s ease-in-out;
}
.restoreIcon-2YLu1X {
color: var(--dnd) !important;
}
.theme-dark .progress-1IcQ3A,
.theme-light .progress-1IcQ3A {
background-color: var(--quaternary-color);
}
/* 3.e. Overlay Notifications */
.wrapper-3jrx9n {
border-color: var(--main-color);
}
.selected-mKYnfr.option-n0icdO {
background-color: var(--main-color);
border-color: var(--main-color);
}
.option-n0icdO:hover {
background-color: var(--hover-color)
}
/* 3.f. Nitro and Hypesquad Section */
.grandfatheredMessage-2QgLnw {
justify-content: center;
}
.tier1Banner-1B_WXY,
.details-39BP6c {
width: 660px;
}
.sectionHeader-B058Rx,
.subsectionHeader-2euE2f,
.sectionHeader-127c3L {
text-align: center;
}
.mechaWumpus-10tlHF {
right: -50px;
}
.tier1Banner-1B_WXY,
.container-2Zlzt0{
background-color: var(--quaternary-color) !important;
}
.popout-3sVMXz.popoutBottom-1YbShG.noShadow-321ZPm[style*="top: 286px"] {
margin-top: 15px !important;
}
.codeRedemptionRedirect-1wVR4b {
background-color: var(--quaternary-color) !important;
border-color: var(--quaternary-color) !important;
}
/* 4. Guilds Wrapper */
/* 4.a. Main Guilds Wrapper */
.platform-osx .guildsWrapper-5TJh6A,
.platform-osx .wrapper-1Rf91z { margin-top: 0px !important; }
.guildsWrapper-5TJh6A,
.wrapper-1Rf91z {
z-index: 6;
}
.guildsWrapper-5TJh6A .guilds-1q_RqH,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN {
padding: 0px 0px 20px 10px !important;
}
.guildsWrapper-5TJh6A .scrollerWrap-1IAIlv,
.wrapper-1Rf91z .scrollerWrap-1IAIlv {
margin-top: 48px !important;
}
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .friendsOnline-2JkivW {
margin-top: 10px;
}
.theme-light .guildsWrapper-5TJh6A .guilds-1q_RqH .friendsOnline-_wi_fM,
.theme-light .wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .friendsOnline-2JkivW {
color: #000;
}
.guildSeparator-1X4GQ1:after,
.guildSeparator-3s64Iy::after {
background-color: transparent !important;
}
/* 4.b. Guilds */
.guild-1EfMGQ .guildInner-3DSoA4,
.container-2td-dC .wrapper-2lTRaf,
.container-1aNBdK .wrapper-2lTRaf {
background: transparent !important;
overflow: visible;
}
.container-1aNBdK .wrapper-2lTRaf {
border-radius: 0px !important
}
.guildsWrapper-5TJh6A .guilds-1q_RqH .guild-1EfMGQ.unread-qLkInr:hover:before,
.guildsWrapper-5TJh6A .guilds-1q_RqH .guild-1EfMGQ.selected-ML3OIq:before,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .container-2td-dC.unread-2OHH1w:hover::before,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .container-2td-dC.selected-nT-gM3:before {
background: var(--main-color);
border-radius: 20px;
height: 40px;
margin-top: -20px;
border-radius: 0px;
}
.guildsWrapper-5TJh6A .guilds-1q_RqH .guild-1EfMGQ.unread-qLkInr:before,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .container-2td-dC.unread-2OHH1w::before {
transition: all .2s ease;
background: var(--main-color);
box-shadow: 0 0 12px var(--main-color);
}
.guildsWrapper-5TJh6A .guilds-1q_RqH .guild-1EfMGQ.unread-qLkInr.selected-ML3OIq:before,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .container-2td-dC.unread-2OHH1w.selected-nT-gM3:before {
box-shadow: none;
}
.dragfix-1wSxtO:active {
border-radius: var(--roundness);
}
/* 4.c. Guilds Add */
#app-mount .circleIconButton-jET_ig{
background: transparent;
border-color: transparent;
color: transparent;
}
.guildsWrapper-5TJh6A .guild-1EfMGQ.guildsAdd-21_IdK,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig span {
position: relative;
border: 0px;
background: transparent;
transition: all 200ms ease;
font-size: 32px;
font-weight: 600;
left: 0;
color: transparent;
height: 50px;
padding: 0;
z-index: 1000;
}
.guildsWrapper-5TJh6A .guild-1EfMGQ.guildsAdd-21_IdK::after,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig svg,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig span {
transition: all 200ms ease;
position: absolute;
left: 50%;
transform: translate(-50%);
bottom: 0;
z-index: 1;
content: "";
height: 50px;
width: 50px;
background-position: 50%;
background-repeat: no-repeat;
box-shadow: 0 5px 15px rgba(0, 0, 0, .25), 0 -1px 0px rgba(0, 0, 0, 0.2) inset, 0 2px 1px var(--white1) inset;
line-height: 53px;
}
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN div:not(.container-11WMXy) .circleIconButton-jET_ig {
top: 1px;
}
.guildsWrapper-5TJh6A .guild-1EfMGQ.guildsAdd-21_IdK:not(.guildsDiscover-oiBX_l)::after,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig span {
background: var(--main-color) url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE5IDEzaC02djZoLTJ2LTZINXYtMmg2VjVoMnY2aDZ2MnoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==) center/25px no-repeat;
}
.guildsWrapper-5TJh6A .guild-1EfMGQ.guildsAdd-21_IdK.guildsDiscover-oiBX_l::after,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .container-11WMXy svg {
background: var(--main-color) url(https://discordapp.com/assets/4d254296157bb8927b7d53ed59beb0d8.svg) center no-repeat;
}
.guildsWrapper-5TJh6A .guild-1EfMGQ.guildsAdd-21_IdK:hover::after,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig svg:hover,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig span:hover {
box-shadow: 0 10px 15px rgba(0, 0, 0, .4), 0 -1px 0px rgba(0, 0, 0, 0.2) inset, 0 2px 1px rgba(255, 255, 255, 0.2) inset;
background-color: var(--main-color);
}
.guildsWrapper-5TJh6A .guilds-1q_RqH .guild-1EfMGQ.guildsAdd-21_IdK:hover,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig svg:hover,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig span:hover {
opacity: 1
}
.guildsWrapper-5TJh6A .guilds-1q_RqH>div.guild-1EfMGQ:first-child .badge-1GsMF2,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN>div.container-1ETFDs:first-child .badge-14ZoDd{
border-radius: 40px;
background-color: var(--main-color);
margin-bottom: 0px;
margin-right: 10px;
border: 2px solid var(--hover-color);
}
.guild-1EfMGQ.audio-3vVhBi:after,
.guild-1EfMGQ.video-15yGu3:after,
.container-2td-dC.audio-2KA0-x::after,
.container-2td-dC.video-2jNDI4::after {
background-color: var(--main-color) !important;
}
/* 4.e. Unread Indicator */
.unreadMentionsIndicatorBottom-BXS58x {
z-index: 1000;
}
.unreadMentionsIndicatorTop-gA6RCh {
top: 46px;
}
.mention-1f5kbO {
background-color: var(--main-color);
}
.mention-1f5kbO:hover {
background-color: var(--hover-color);
}
/* 5. Channels */
/* 5.b. Light Theme Recolor*/
.theme-light .icon-1KK5se,
.theme-light path[d*="M11.5,9 C13.1575,9 14.5,7.6575 14.5,6 C14.5,4.3425 13.1575,3 11.5,3 C9.8425,3 8.5,4.3425 8.5,6 C8.5,7.6575 9.8425,9 11.5,9 Z M4,7 L4,5 L3,5 L3,7 L1,7 L1,8 L3,8 L3,10 L4,10 L4,8 L6,8 L6,7 L4,7 Z M11.5,10 C9.4975,10 6,11.005 6,13 L6,15 L17,15 L17,13 C17,11.005 13.5025,10 11.5,10 Z"] {
fill: #000 !important;
}
.theme-light .privateChannels-1nO12o .channel a[href*="/channels/@me"],
.theme-light .actionIcon-2Hi9ZG,
.theme-light .privateChannels-1nO12o .channel .channel-name,
.theme-light .nameHoveredVoice-YJ1Vfd,
.theme-light .wrapperHoveredText-2geN_M .nameUnreadText-DfkrI4,
.theme-light .wrapperHoveredText-2geN_M .nameHoveredText-1uO31y {
color: #000 !important;
}
.theme-light .privateChannels-1nO12o .channel .close {
filter: invert();
}
.theme-light .privateChannels-1nO12o .channel:hover .channel-activity {
color: #5a5a5a;
}
.theme-light path[d*="M4.5 4.5l9 9"],
.theme-light path[d*="M13.5 4.5l-9 9"] {
stroke: #000;
}
.theme-light .nameSelectedText-sp_EUw,
.theme-light .nameSelectedVoice-1qSph5 {
color: #5d5d5d;
}
/* 5.c. Channel Font Colors */
.nameMutedText-3Vj4bM,
.nameMutedVoice-3oxyQZ {
color: #909090;
opacity: 0.4;
}
.nameDefaultText-24KCy5,
.nameDefaultVoice-3WUH7s,
.nameLockedText-3pqQcL,
.nameLockedVoice-26MhB1,
.iconCollapsed-3hFp_8,
.iconDefault-3Gr8d2,
.nameCollapsed-34uFWo,
.nameDefault-2DI02H {
color: #909090;
}
.nameUnreadText-DfkrI4,
.nameUnreadVoice-EVo-wI {
color: #ffffff;
}
.theme-light .nameUnreadText-DfkrI4,
.nameUnreadVoice-EVo-wI {
color: #303030;
}
.wrapperHoveredText-2geN_M .nameUnreadText-DfkrI4,
.wrapperHoveredText-2geN_M .nameHoveredText-1uO31y {
color: #c6c6c6 !important;
}
.iconMuted-1HVBGH,
.nameMuted-1MCOt4 {
color: #909090;
opacity: 0.6;
}
/* 5.d. Channels */
.content-20Aix8 {
border-radius: 0px;
margin: 1px 0 1px 0px;
border-left: 2px solid transparent;
}
.contentSelectedText-3wUhMi,
.contentSelectedVoice-1WDIBM {
background-color: var(--quaternary-color);
border-color: var(--main-color);
}
.contentConnectedVoice-qL-YrL:active,
.contentHoveredText-2D9B-x,
.contentHoveredVoice-3p_NEO:active,
.contentSelectedVoice-1WDIBM:active {
background-color: var(--tertiary-color);
border-color: var(--hover-color);
opacity: 80%;
}
.userHovered-2_fT4Z:active {
background-color: var(--tertiary-color) !important;
}
.channels-Ie2l6A,
.container-PNkimc {
z-index: 2;
}
/* 5.e. Unread Indicator */
.unread-1Dp-OI {
background-color: var(--hover-color);
transition: .1s all linear;
}
.wrapperHoveredText-2geN_M .unread-1Dp-OI {
height: 32px;
left: 0px;
border-radius: 0px;
width: 2px;
margin-top: 0px;
top: 1px;
}
.wrapperHoveredText-2geN_M .unread-1Dp-OI~.contentHoveredText-2D9B-x {
border-left: 2px solid transparent !important;
}
/* 5.f. Categories */
.containerDefault-3GGEv_, .containerDragAfter-3TEhpe, .containerDragBefore-3Dzc5x, .containerUserOver-1Tcb7l {
padding-top: 0;
margin-top: 12px;
margin-bottom: 6px;
background-color: var(--quaternary-color);
margin-left: 0px;
height: 31.11px;
padding: 0 8px;
border-radius: 0px;
}
.channels-Ie2l6A .scroller-2FKFPG>[class*=container-]>[class*=container]+[class*=container-] {
margin-top: 6px;
}
.wrapperCollapsed-3Fbxl6, .wrapperDefault-10Jfvz, .wrapperHovered-28fu1D, .wrapperHoveredCollapsed-1PADEo, .wrapperMuted-3KeA2M, .wrapperUnread-1JPWj3{
margin-left: 0px;
height: 31.11px;
border-radius: 3px;
background-color: transparent;
padding: 0px;
}
.iconCollapsed-3hFp_8,
.iconDefault-3Gr8d2, .iconHovered-2L3-fB,
.iconHoveredCollapsed-3caIIZ,
.iconMuted-1HVBGH,
.iconUnread-2eGkvX {
height: 31.11px;
width: 16px;
position: relative;
margin-left: -3px;
margin-top: -4px;
margin-right: 8px;
}
.nameCollapsed-34uFWo,
.nameDefault-2DI02H,
.nameHovered-1gxhWH,
.nameHoveredCollapsed-2orEWB,
.nameMuted-1MCOt4,
.nameUnread-njOjIS {
height: 31.11px;
line-height: 32px;
}
.channels-Ie2l6A .scroller-2FKFPG>[class*=container-] .horizontal-1ae9ci>.flex-1xMQg5:last-child {
margin-top: 6px;
}
.channelNotices-41mJbj .channelNotice-1-XFjC {
background-color: var(--tertiary-color) !important;
}
.channelNotices-41mJbj .channelNotice-1-XFjC .message-3SOT5P .btn-11C5_u {
background-color: var(--main-color);
border-color: var(--main-color);
transition: all .2s ease-in-out;
}
.channelNotices-41mJbj .channelNotice-1-XFjC .message-3SOT5P .btn-11C5_u:hover {
background-color: var(--hover-color);
border-color: var(--hover-color);
}
.container-1UB9sr {
border-bottom: 0px solid transparent;
}
/* 5.g. DM List */
.privateChannels-1nO12o .channel-2QD9_O a {
margin: unset;
border-radius: 0px;
border-left: 2px solid transparent;
transition: border-color .2s ease-in-out;
}
.privateChannels-1nO12o .channel-2QD9_O:hover a {
background: var(--quaternary-color);
border-color: var(--hover-color);
}
.privateChannels-1nO12o .channel-2fhmY8:hover .selectedLink-3dsNZ6 {
background-color: var(--tertiary-color)
}
.privateChannels-1nO12o .channel-2QD9_O.selected-1HYmZZ a {
background-color: var(--quaternary-color);
border-left: 2px solid var(--main-color);
}
.privateChannels-1nO12o .channel-2QD9_O.selected-1HYmZZ:hover a {
border-left: 2px solid var(--main-color) !important;
}
/* 5.h. Unread Messages Popout */
.container-35XQWE {
z-index: 2;
}
.unread-1xRYoj,
.unreadBar-3YD_k9 {
background-color: var(--primary-color);
border: 1px solid var(--main-color);
transition: background-color .2s ease-in-out;
}
.unread-1xRYoj:hover,
.unreadBar-3YD_k9 {
background-color: var(--main-color);
}
.unread-1xRYoj.mention-1f5kbO {
background-color: var(--main-color);
}
.unreadBar-3YD_k9.mention-1f5kbO:hover {
background-color: var(--hover-color);
}
/* 5.i. Verified Servers Banner */
.bannerImage-1jOskm {
top: 48px;
height: 128px;
}
.banner-1TiK82 .header-2o-2hj {
max-width: 240px;
bottom: unset;
top: 0;
position: fixed;
}
.scroller-2wx7Hm .flexChild-faoVW3 ~ .container-0.container-2xaHGu {
margin-top: 15px;
}
#app-mount .bannerImage-1jOskm {
-webkit-mask: linear-gradient(black, transparent);
mask: linear-gradient(black, transparent)
}
/* 6. Account Area */
/* 6.a. Main Container */
.container-2Thooq {
height: 53px !important;
z-index: 1;
}
.button-2b6hmh {
height: 53px;
width: 35px;
border-radius: 0px;
}
.button-2b6hmh:hover {
background-color: var(--tertiary-color) !important;
}
.accountDetails-3k9g4n .username {
font-family: Montserrat;
color: var(--main-color);
font-size: 13px;
height: 18px;
line-height: 18px;
}
/* 6.b. Buttons */
.theme-dark .container-2Thooq .button-2b6hmh[style*='url("/assets/4bc527c257233fc69b94342d77bcb9ee.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/mic.svg) !important;
}
.theme-dark .container-2Thooq .button-2b6hmh[style*='url("/assets/896770bf2d6ed0358ed0adefdbe96a24.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/mic-off.svg) !important;
}
.theme-dark .container-2Thooq .button-2b6hmh[style*='url("/assets/c7c47afdf35d5a3e06233319d3aa7674.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/sound.svg) !important;
}
.theme-dark .container-2Thooq .button-2b6hmh[style*='url("/assets/c8845c514bbf3f1e5bea064c1e40b08d.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/sound-off.svg) !important;
}
/* 6.c. Light Theme Recolor */
.theme-light .container-2Thooq {
color: #000;
}
.theme-light .accountDetails-3k9g4n .discriminator {
opacity: .7;
font-weight: 600;
}
.theme-light .container-2Thooq .button-2b6hmh svg path {
fill: #000 !important;
}
.theme-light .container-2Thooq .button-2b6hmh[style*='url("/assets/4bc527c257233fc69b94342d77bcb9ee.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/mic-dark.svg) !important;
}
.theme-light .container-2Thooq .button-2b6hmh[style*='url("/assets/896770bf2d6ed0358ed0adefdbe96a24.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/mic-off-dark.svg) !important;
}
.theme-light .container-2Thooq .button-2b6hmh[style*='url("/assets/c7c47afdf35d5a3e06233319d3aa7674.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/sound-dark.svg) !important;
}
.theme-light .container-2Thooq .button-2b6hmh[style*='url("/assets/c8845c514bbf3f1e5bea064c1e40b08d.svg")'] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/sound-off-dark.svg) !important;
}
/* 6.d. Listening Along */
.listeningAlong-2UPsxf {
background-color: var(--quaternary-color) !important;
margin: 0 !important;
}
/* 7. Members List */
.member-3W1lQa {
border-right: 2px solid transparent;
}
.member-3W1lQa:hover,
.member-3W1lQa.popout-open {
border-color: var(--main-color);
}
.member-3W1lQa:hover .content-OzHfo4,
.member-3W1lQa.popout-open .content-OzHfo4 {
background-color: var(--quaternary-color) !important;
color: #fff;
}
.content-OzHfo4 {
flex-grow: 0 !important;
height: 40px !important;
}
.member-3W1lQa .activityText-sLG0UL {
font-size: 10px;
}
.member-3W1lQa .memberInner-2CPc3V .nameTag-3p0yK- {
font-size: 15px;
}
.username-1cB_5E {
clear: left;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/* 7.b. Hoisted Roles */
.membersGroup-v9BXpm {
color: var(--main-color) !important;
border-bottom: 3px solid;
border-image: linear-gradient(90deg, transparent, var(--main-color), transparent);
border-image-slice: 1;
padding: 19px 16px 6px 16px;
margin: 4px 0px 10px 15px;
font-weight: 600;
text-align: center;
border-radius: 3px;
width: 175px;
}
/* 8. Chat */
/* 8.a Main Chat Area */
.noChannel-Z1DQK7::before {
content: '';
position: absolute;
height: 48px;
width: 1px;
border-left: 2px solid var(--main-color)
}
.operations-36ENbA>a,
a,
.itemContainer-WiE19S .anchor-3Z-8Bb,
.welcomeMessage-3_Mcht .h1-1IDj26 {
color: var(--main-color);
}
.item-1Yvehc.brand-3igrJY {
color: var(--main-color) !important;
}
.item-1Yvehc.brand-3igrJY:hover {
color: var(--hover-color) !important;
}
.messages-3amgkR.scroller {
padding-bottom: 10px;
}
.icon-2shpbb {
-webkit-mask-size: 95%;
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
background-color: var(--main-color);
background-image: none !important;
}
.exclamation-1mi7Vi {
-webkit-mask-image: url(https://discordapp.com/assets/7616be62f9b90270b5a2e1fe9d2ece4f.svg);
}
.share-1EA-d2 {
-webkit-mask-image: url(https://discordapp.com/assets/07778297eb1e1e3d9bd3cd302920d5fb.svg);
}
.mobile-3_KEmF {
-webkit-mask-image: url(https://discordapp.com/assets/83d501f2b7dd2987302ce29b321f4494.svg);
}
.twitter-1TN3uJ {
-webkit-mask-image: url(https://discordapp.com/assets/326d79eb53886c88437e99a3754b1cd0.svg);
-webkit-mask-size: 77%;
}
.attachment-33OFj0 {
background-color: var(--tertiary-color) !important;
border-color: var(--quaternary-color) !important;
}
/* 8.b Messages */
.containerCozy-jafyvG:not(:last-child) {
padding: 15px 0px !important;
}
.messagesWrapper-3lZDfY .containerCozy-jafyvG:last-child {
padding-top: 15px !important;
}
.wrapper-FtzxDk.vertical-V37hAW.flex-101GKY.directionColumn-35P_nr.wrapper-2h3Puq.vertical-V37hAW.flex-101GKY.directionColumn-35P_nr.alignEnd-1D6PQi.spacer-1fA9zc {
margin-top: 55px !important;
}
/* 8.c Blocked Messages */
.messageGroupBlocked-3wrQQX .messageGroupBlockedBtn-1PBBh- {
background: var(--tertiary-color) !important;
color: var(--main-color)!important;
}
.messageGroupBlocked-3wrQQX.revealed-1_RKsf,
.messageGroupBlocked-3wrQQX {
background: var(--tertiary-color) !important;
border-color: var(--secondary-color) !important;
}
/* 8.d. Spoiler Messages */
.spoilerText-3p6IlD.hidden-HHr2R9,
.spoilerText-3p6IlD {
background: transparent !important;
}
.spoilerText-3p6IlD.hidden-HHr2R9 .inlineContent-3ZjPuv {
opacity: 1;
filter: blur(var(--spoiler-blur));
}
.spoilerWarning-2aAZq1 {
background-color: var(--quaternary-color) !important;
color: white !important;
}
.spoilerContainer-331r0R:hover .spoilerWarning-2aAZq1 {
background-color: var(--main-color) !important;
}
/* 8.e. Chat Dividers */
.chat-3bRxxu .divider-3gKybi {
height: 28px;
background-color: transparent;
margin: 10px 0px;
}
.friends-table .messages-3amgkR .divider:not(.red) span,
.messagesWrapper-3lZDfY .messages-3amgkR .divider-3gKybi:not(.red) span {
opacity: 1;
}
.chat-3bRxxu .divider-3gKybi>span {
color: #a0a0a0 !important;
border-radius: 3px;
position: relative;
text-align: left;
font-size: 12px;
text-transform: uppercase;
margin: 0px 0px;
opacity: 1;
padding: 5px 15px;
width: 100%;
background: transparent !important;
}
.chat-3bRxxu .divider-3gKybi.dividerRed-MKoLlr>span {
color: var(--main-color) !important;
background-color: var(--quaternary-color) !important;
border-radius: 3px;
justify-content: center;
left: 0px;
margin-bottom: 10px;
}
.containerCozy-jafyvG .isMentionedCozy-3isp7y:after,
.containerCozy-jafyvG .divider-32i8lo,
.dividerContent-2L12VI:after,
.dividerContent-2L12VI:before,
.jumpToPresentBar-9P20AM button:first-of-type {
display: none;
}
/* 8.f. Mentions */
.containerCozy-jafyvG .isMentioned-N-h9aa {
background: var(--quaternary-color);
box-shadow: 0px 0px 5px var(--quaternary-color);
border-left: 3px solid var(--main-color);
padding: 0px 0px 0px 3px;
border-radius: 0px;
}
.mention {
padding: 1px 3px 1.4px 2px !important;
}
.isMentioned-N-h9aa .mention {
transition: all .2s linear;
background: var(--tertiary-color) !important;
}
.isMentioned-N-h9aa .mention:hover {
color: #fff !important;
text-decoration: none;
background: var(--main-color);
}
.containerCozy-jafyvG .isMentioned-N-h9aa .mention:hover,
.mention:hover {
background-color: transparent !important;
color: #fff !important;
}
/* 8.g. Code Blocks */
pre, code {
padding: 0px !important;
margin-left: 3px !important;
margin: 0px !important;
line-height: 20px !important;
border: none !important;
padding-bottom: 6px !important;
border-radius: 3px !important;
}
code.inline {
background: var(--tertiary-color) !important;
}
code:not(.inline) {
background: repeating-linear-gradient(0deg, var(--secondary-color) 5px, var(--secondary-color) 25px, var(--tertiary-color) 0, var(--tertiary-color) 45px) !important;
}
pre {
background: transparent !important;
}
pre>*, code>* {
padding-left: 3px !important;
}
pre {
padding-bottom: 0x !important;
}
/* 8.h. New messages Bar and Loading Symbols */
.spinner-pulsing-ellipsis .spinner-item,
.spinner-wandering-cubes .spinner-item,
.chat-3bRxxu .newMessagesBar-mujexs {
background-color: var(--main-color) !important;
}
.chat-3bRxxu .newMessagesBar-mujexs:hover {
background-color: var(--hover-color) !important;
}
.chat-3bRxxu .hasMore-3e72_v button {
background: var(--quaternary-color) !important;
border: 1px solid var(--quaternary-color) !important;
color: var(--main-color) !important;
}
.chat-3bRxxu .jumpToPresentBar-9P20AM {
background-color: var(--main-color) !important;
bottom: 15px;
border-radius: 20px;
right: 50px !important;
width: auto !important;
box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
left: auto !important;
animation: slide-up .7s cubic-bezier(.4, 0, 0, 1), opacity .7s ease;
}
.chat-3bRxxu .jumpToPresentBar-9P20AM:before {
content: "";
width: 20px;
background: url(data:image/svg+xml;<KEY>
background-repeat: no-repeat;
background-position: 50%;
margin-right: -15px;
padding-left: 10px;
}
.chat-3bRxxu .jumpToPresentBar-9P20AM button:last-child {
text-align: center;
font-family: Montserrat;
font-size: 11px;
}
.chat-3bRxxu .jumpToPresentBar-9P20AM .spinner-2enMB9 {
margin-left: 20px !important;
margin-top: 10px;
padding-right: 15px;
margin-bottom: 10px;
-ms-transform: scale(1.3);
transform: scale(1.3)
}
/* 8.i. DM Chat */
.private-channel-call.minimum .private-channel-call-info,
.private-channel-call.normal .private-channel-call-info,
.private-channel-call .private-channel-call-info {
padding: 0px;
}
/* 8.j. Bot Message */
.isLocalBot-38G0P0 {
background-image: var(--primary-color) !important;
margin-left: 0px;
box-shadow: none !important;
-webkit-box-shadow: none !important;
padding-left: 0 !important;
}
/* 8.k. Embeds */
.embedPill-1Zntps {
border-radius: 0px;
width: 3px;
}
.embedInner-1-fpTo {
background-color: var(--quaternary-color) !important;
border-color: var(--quaternary-color) !important;
border-radius: 0px;
}
[style*="background-color: rgb(114, 137, 218);"] {
background-color: var(--main-color) !important;
}
.wrapper-35wsBm {
background-color: var(--quaternary-color) !important;
border-color: transparent !important;
}
#app-mount .tile-2OwFgW,
#app-mount .tile-QA_yMc {
background-color: var(--secondary-color);
}
#app-mount .tile-2OwFgW:hover,
#app-mount .tile-QA_yMc:hover {
background-color: var(--primary-color);
}
/* 8.l. Text Area */
.chat-3bRxxu .attachButtonDivider-3Glu60 {
display: none;
}
.chat-3bRxxu .attachButton-1UjEWA {
margin: 5px 10px;
}
.chat-3bRxxu .attachButtonPlus-rUdX-B {
opacity: .55;
height: 22px;
margin: 16px 10px;
}
.chat-3bRxxu .textArea-2Spzkt {
background-color: transparent !important;
line-height: 1.25rem !important;
margin-top: 8px;
}
.chat-3bRxxu .textArea-2Spzkt.textAreaDisabled-2_o-kZ {
margin-top: 7px;
margin-bottom: 7px;
}
.chat-3bRxxu .textArea-2Spzkt.textAreaEnabledNoAttach-1WxUwj {
line-height: 1.25rem !important;
margin-top: 2px;
}
.chat-3bRxxu .innerNoAutocomplete-1WpcVO {
border-radius: 0px;
}
.chat-3bRxxu .channelTextArea-rNsIhG {
margin: 0px 0 0px;
padding: 0;
border: none;
}
.chat-3bRxxu .channelTextAreaEnabledNoAttach-3tPFmT.channelTextArea-1LDbYG.channelTextArea-rNsIhG {
margin: 4px 0 6px !important;
}
.chat-3bRxxu form {
margin: 0px;
}
/* 8.m. Typing Bar */
.chat-3bRxxu form .typing-2GQL18 {
background-color: var(--quaternary-color) !important;
bottom: 100%;
padding-left: 20px;
z-index: 0;
animation: opacity 300ms ease;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
-ms-transform: scale(1);
transform: scale(1);
width: auto;
padding-right: 20px;
padding-top: 0px;
border-radius: 5px 5px 0 0;
margin-left: 15px;
color: var(--white10);
box-shadow: 0 -3px 20px rgba(0, 0, 0, .1);
opacity: 1;
transition: all 200ms ease;
text-overflow: ellipsis;
z-index: 5;
}
.typing-2GQL18 .text-1y-e8- {
line-height: 26px;
text-overflow: ellipsis;
}
.typing-2GQL18 .ellipsis-19qdx6 {
height: 31px
}
/* 8.n. Notification Bar */
.notice-2FJMB4,
#pluginNotice {
font-size: 0px !important;
height: 4px !important;
line-height: 18px;
position: fixed;
top: 46px;
width: 100%;
transition: all .2s linear;
}
#pluginNotice.notice-2FJMB4 {
font-size: 14px !important;
line-height: 38px;
height: 38px !important;
}
.notice-2FJMB4:hover,
#pluginNotice:hover {
font-size: 14px !important;
height: 38px !important;
line-height: 38px;
position: fixed;
width: 100%;
}
.notice-2FJMB4:hover .dismiss-SCAH9H,
#pluginNotice.notice-2FJMB4 .dismiss-SCAH9H {
height: 36px;
right: 100px;
transition: all .2s linear;
}
.notice-2FJMB4 .button-1MICoQ,
.noticePremiumGrandfathered-ollUxF .premiumIcon-2lve6h {
transform: scale(0);
opacity: 0;
display: inline-block !important;
transition: transform .1s linear, opacity .2s linear;
}
.notice-2FJMB4:hover .button-1MICoQ,
.noticePremiumGrandfathered-ollUxF:hover .premiumIcon-2lve6h {
transform: none;
opacity: 1;
}
/* 8.o. Search Results */
.searchResultsWrap-2DKFzt {
z-index: 1;
}
.searchResultsWrap-2DKFzt .searchHeader-1l-wpR {
background-color: var(--quaternary-color) !important;
}
.searchResultsWrap-2DKFzt .searchResult-3pzFAB:before {
background-image: linear-gradient(0deg, rgba(47, 49, 54, 0), var(--primary-color)) !important;
}
.searchResultsWrap-2DKFzt .searchResult-3pzFAB:after {
background-image: linear-gradient(180deg, rgba(47, 49, 54, 0), var(--primary-color)) !important;
}
.searchResultsWrap-2DKFzt .searchResult-3pzFAB .searchResultMessage-2VxO12.hit-NLlWXA {
border: 2px solid var(--quaternary-color) !important;
}
.searchResultsWrap-2DKFzt .searchResult-3pzFAB .hit-NLlWXA {
background-color: var(--quaternary-color) !important;
box-shadow: 0 0 10px 6px var(--primary-color) !important;
}
.searchResultsWrap-2DKFzt .searchResult-3pzFAB .hit-NLlWXA:hover {
border: 2px solid var(--main-color) !important;
}
.searchResultsWrap-2DKFzt .channelSeparator-1X1FuH:before {
display: none;
}
.searchResultsWrap-2DKFzt .channelSeparator-1X1FuH .channelName-1QajIf {
background-color: var(--main-color) !important;
color: #fff;
margin-left: -10px;
padding: 8px 8px 8px 6px;
}
.searchResultsWrap-2DKFzt .actionButtons-14P9IC .jumpButton-Ia2hRJ {
background-color: var(--main-color) !important;
color: #fff;
padding: 1px 7px 3px 6px;
}
.calendarPicker-2yf6Ci .react-datepicker,
.calendarPicker-2yf6Ci .react-datepicker__header {
border-radius: 0px !important;
background: var(--primary-color) !important;
}
.calendarPicker-2yf6Ci .react-datepicker__current-month,
.datePicker--XZbmJ .datePickerHint-3Q1Udw,
.calendarPicker-2yf6Ci .react-datepicker__navigation.react-datepicker__navigation--next,
.calendarPicker-2yf6Ci .react-datepicker__navigation.react-datepicker__navigation--previous,
.calendarPicker-2yf6Ci .react-datepicker__day {
border-color: var(--tertiary-color) !important;
}
.calendarPicker-2yf6Ci .react-datepicker__day {
background: var(--secondary-color) !important;
}
.calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--disabled,
.calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--disabled:hover {
background: var(--quaternary-color) !important;
}
.calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--selected:hover,
.calendarPicker-2yf6Ci .react-datepicker__day:hover,
.datePicker--XZbmJ .datePickerHint-3Q1Udw .hintValue-29ny8Z:hover {
background-color: var(--hover-color) !important;
}
.calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--selected:after,
.datePicker--XZbmJ .datePickerHint-3Q1Udw .hintValue-29ny8Z {
background-color: var(--main-color) !important;
}
/* 8.p. Video Calling */
.callAvatarBorder-1D_KaE.video-3GgX2M.selected-2esnyn:not(.speaking-oCqYMI):not(.soundsharing-102bS9) {
box-shadow: inset 0 0 2px var(--main-color);
}
.videoHeight-Qp_9vC::before {
content: '';
position: absolute;
height: 48px;
width: 1px;
border-left: 2px solid var(--main-color);
z-index:10;
}
/* 9. Friends List */
/* 9.a. Main Friends List */
.friendsTable-133bsv .friendsRow-2yicud:hover {
background: var(--quaternary-color) !important;
}
.friendsTable-133bsv .friendTableAddWrapper-nHHZtK .friendTableAddHeader-m9bzFr {
background: transparent !important
}
#friends .tab-bar .tab-bar-item:hover:not(.selected) {
background-color: var(--tertiary-color) !important;
}
.tabBar-1E2ExX .primarySelected-3uHKZn {
color: var(--main-color);
}
.friendsTable-133bsv .friendTableAddWrapper-nHHZtK .friendTableAddHeader-m9bzFr .friendsTableAdd-1w2_qZ .wrapper-1cBijl {
background-color: transparent !important;
}
/* 9.b. Action Buttons */
.friendsTable-133bsv .friendsRow-2yicud .friends-column-actions .friends-action.friends-action-video-call,
.friendsTable-133bsv .friendsRow-2yicud .friends-column-actions .friends-action.friends-action-voice-call {
background-color: var(--online);
opacity: 0.7;
}
.friendsTable-133bsv .friendsRow-2yicud .friendsColumnActions-1LT3_M .friendsAction-__WNE9 {
background-color: var(--quaternary-color) !important;
}
.friendsTable-133bsv .friendsRow-2yicud .friendsColumnActions-1LT3_M .friendsAction-__WNE9.friendsActionVideoCall-2_PKeP:hover,
.friendsTable-133bsv .friendsRow-2yicud .friendsColumnActions-1LT3_M .friendsAction-__WNE9.friendsActionVoiceCall-3EdPsR:hover{
background-color: var(--online);
opacity: 1;
transition: all .2s ease-in-out;
}
.friendsTable-133bsv .friendsRow-2yicud .friendsColumnActions-1LT3_M .friendsAction-__WNE9.friendsActionRemove-qu8nnl {
background-color: var(--dnd);
opacity: 0.7;
}
.friendsTable-133bsv .friendsRow-2yicud .friendsColumnActions-1LT3_M .friendsAction-__WNE9.friendsActionRemove-qu8nnl:hover {
background-color: var(--dnd);
opacity: 1;
}
.tabBar-1E2ExX .item-3HpYcP {
border-radius: 0px;
transition: all .2s ease-in-out;
}
.friendsTable-133bsv .friendsRow-2yicud .friendsColumnGuilds-2we6jb .moreMutualGuildsBtn-2VwbkO:hover {
background-color: var(--hover-color);
border-color: var(--hover-color) !important;
}
.tabBar-1E2ExX .primary-3j8BhM {
background-color: var(--main-color) !important;
}
.tabBar-1E2ExX .primary-3j8BhM:hover {
background-color: var(--hover-color) !important;
}
/* 10. Games Tab, Library, Store, and Server Directory */
/* 10.a. Tab */
.card-7JP0BX,
.article-3kb3qm,
.carousel-2WxMes {
background-color: transparent !important;
}
.article-FleDq5,
.body-SKIE6r {
background-color: var(--secondary-color) !important;
}
.header-1RC2Wb:hover {
background-color: var(--secondary-color) !important
}
.headerButtonColor-G7_f-V {
background-color: var(--tertiary-color) !important;
}
.theme-dark .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover,
.theme-light .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover {
background-color: var(--hover-color) !important;
}
.lookFilled-1Gx00P.colorPrimary-3b3xI6 {
background-color: var(--primary-color) !important;
}
.lookFilled-1Gx00P.colorPrimary-3b3xI6:hover {
background-color: var(--tertiary-color) !important;
}
.header-1RC2Wb {
background-color: var(--tertiary-color) !important;
transition: all .2s ease-in-out;
}
.news-2GDtLJ {
background: transparent !important;
}
.player-1kJMbj .da-flex::after {
margin-left: 5px
}
.splashArt-3I5Qmp {
opacity: .5;
-webkit-mask: -webkit-gradient(linear,right top,left top,from(#202225), to(transparent));
}
.paginationText-30Kp6m::after {
display: none;
}
.paginationItem-2lUq0s {
background: transparent;
}
.selectedPage-2JQS2s,
.paginationItem-2lUq0s:hover {
background: var(--primary-color);
}
.paginationItem-2lUq0s:before {
background: var(--main-color);
}
.paginationItem-2lUq0s:after {
display: none;
}
#app-mount .partyMember-923s4S,
#app-mount .partyMemberOverflow-Nei5T6 {
mask: none;
-webkit-mask: none;
margin: 0 2px;
}
#app-mount .partyMemberOverflow-Nei5T6,
.guildIconEmptyBackground-14tfYf {
background-color: var(--main-color) !important;
}
.guildIconEmptyIcon-rSyLPf,
#app-mount .partyMemberOverflow-Nei5T6 {
color: white !important;
}
.partyMemberBackground-aSF9mc {
background-color: var(--secondary-color) !important;
}
.theme-dark .partyMemberUnknownIcon-2zv8ar {
color: white;
}
.theme-light .partyMemberUnknownIcon-2zv8ar {
color: #191919;
}
.dockItem-2kQDqg:hover {
background-color: var(--secondary-color) !important;
transition: all 200ms ease-in-out;
}
.info-P9dFwH {
background: transparent;
}
.root-1bFE0x,
.searchBox-3Y2Vi7 {
background-color: var(--quaternary-color) !important;
}
.searchBox-3Y2Vi7 .input-cIJ7To {
background-color: transparent !important;
}
.section-7tu4tu:not(:last-child) {
border-color: var(--main-color) !important;
}
.arrow-1-DaGi {
color: var(--main-color)
}
.dot-22bIa4 {
background-color: var(--main-color);
}
#app-mount .outer-2IVh5n,
#app-mount .popout-3G62UL,
#app-mount .unwrapped-37iUtM,
#app-mount .inset-GQDQYw,
#app-mount .recentlyPlayedContainer-2F3MqS {
background-color: var(--secondary-color);
}
#app-mount .wrapper-3rh-14:hover,
#app-mount .memberListItem-vHCzSI:hover,
#app-mount .popoutContainer-3WC9HR:hover,
#app-mount .unwrapped-37iUtM:hover {
background-color: var(--quaternary-color);
}
#app-mount .multipleIconWrapper-2TXVB4,
#app-mount .section-3TvauS {
background-color: var(--tertiary-color);
}
.cap-HS8vCE {
background-color: var(--main-color);
}
#app-mount .searchOption-8nCYo-.selected-1r_nkg {
background-color: var(--quaternary-color);
}
/* 10.b. Library */
.rowWrapperActive-2L7i9f {
background-color: var(--tertiary-color) !important;
}
.rowBackground-3MeNoN {
-webkit-mask: radial-gradient(100% 100% at top left,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0) 100%);
}
.header-39GIC8 {
background-color: var(--quaternary-color) !important;
}
.defaultIndicator-2X8Auf,
.defaultIndicator-G3c16x {
background-color: var(--main-color) !important;
}
.gameUpdates-2GPqBU,
.topPill-30KHOu .item-PXvHYJ:hover:not(.itemSelected-1qLhcL) {
background-color: var(--quaternary-color) !important;
}
[style*="background-color: rgb(24, 25, 28)"] {
background-color: var(--quaternary-color) !important;
}
.downloadProgressCircle-neZab7 {
top: 5px;
right: 5px;
}
.circleBackground-OqqxHM {
fill: var(--tertiary-color);
stroke: var(--quaternary-color);
}
[style*="background: linear-gradient(to right, rgb(199, 208, 240), rgb(114, 137, 218))"] {
background: linear-gradient(to right, transparent, var(--main-color)) !important;
}
[stroke*="#4f545c"] {
stroke: var(--main-color) !important;
}
.nitroIcon-2_2ZKS {
color: var(--main-color) !important;
}
.progressCircle-1hzs_b>svg>defs>linearGradient stop:nth-child(1) {
stop-color: rgba(255, 255, 255, 0.8) !important;
}
.progressCircle-1hzs_b>svg>defs>linearGradient stop:nth-child(2) {
stop-color: var(--main-color) !important;
}
.installSize-1eXbBX {
background-color: var(--main-color) !important;
color: white !important;
}
.bodyButtonColor-3yTLJ1 {
background-color: var(--main-color) !important;
color: white !important;
}
.bodyButtonColor-3yTLJ1:hover {
background-color: var(--hover-color) !important;
}
.moreUsers-1s5Her,
.playerOverflow-3X56UI,
.playerOverflow-2Hf77M,
.voiceSectionIconWrapper-3YFjHm {
background-color: var(--main-color) !important;
color: white;
}
/* 10.c. Store */
.itemBackground-2vEldQ::before {
background: radial-gradient(ellipse at top,transparent,var(--primary-color)),linear-gradient(90deg,var(--primary-color) 0,transparent 40%,transparent 60%,var(--primary-color)),linear-gradient(0deg,var(--primary-color) 10%,transparent 70%) !important;
}
.tileMedia-24cT6_,
.body-1CAT0-,
.content-35aVm0,
.item-2yFVoY,
.openBody-1HeDPG,
.card-NB61oR,
.tileWrapper-2khh-w,
.bodySection-jqkkIP,
.row-1bU71H,
.applicationTile-1Goy1W,
.itemBackground-2vEldQ,
.tileMedia-1q3guD {
background-color: var(--quaternary-color) !important;
}
.bodySection-jqkkIP {
border-top-color: var(--main-color) !important;
}
.mediaFade-1SdEfL {
background: linear-gradient(180deg,transparent 90%,var(--quaternary-color)) !important;
}
.description-3rB3Rp {
background: linear-gradient(180deg,transparent,rgba(0,0,0,.75) 45%,var(--quaternary-color)) !important;
}
.tile-2H4MQG,
.tile-367QuY {
background-color: var(--primary-color) !important;
}
.tile-2H4MQG:hover,
.tile-367QuY:hover,
.tileMedia-1q3guD:hover {
background-color: var(--secondary-color) !important;
}
.overlappingBorder-1-XPGl,
.overlappingBorder-1ysb12,
.overlappingBorder-3aFng4 {
border-color: var(--main-color) !important;
}
.announcingNitro-3Ptg6m,
.purchaseUnitOperatingSystem-cnbJPz,
.nextArrow-_BbNud,
.prevArrow-GBsQ1m,
.arrow-vOpU7R {
color: var(--main-color) !important;
}
.announcingNitro-3Ptg6m:hover,
.lookOutlined-3sRXeN.colorWhite-rEQuAQ:hover {
color: var(--hover-color) !important
}
.lookOutlined-3sRXeN.colorWhite-rEQuAQ:hover {
border-color: var(--hover-color);
}
.lookOutlined-3sRXeN.colorBrand-3pXr91 {
border-color: var(--main-color);
color: var(--main-color);
}
.lookOutlined-3sRXeN.colorBrand-3pXr91:hover {
border-color: var(--hover-color);
}
.filterByTitleInput-2U3yVW:focus {
border-bottom-color: var(--main-color) !important;
}
.bubble-1gL_TN,
.price-1ynJAt,
.entitledHeader-3LRNDT,
.dot-2Q_mMZ,
.pulsingEllipsisItem-32hhWL,
.genreTag-3QLRUJ {
background-color: var(--main-color) !important;
}
.bubble-1gL_TN:after {
border-top-color: var(--main-color) !important;
}
.listingLarge-3Rix7u,
.browse-3H33-E, .filters--5q7-h {
max-width: none;
}
.assetWrapper-2Qw_5D {
background: transparent !important;
}
/* 10.d. Server Directory */
.bg-AYqtMd {
-webkit-mask: linear-gradient(black, transparent);
}
#app-mount .loading-17PYl_ {
background-color: var(--secondary-color);
}
#app-mount .emptySearchResults-1ba__I {
background: transparent;
}
#app-mount .wrapper-39oAo3 {
background-color: var(--quaternary-color);
}
/* 11. Avatars */
/* 11.a. Remove Mask */
.mask-3OgeRz,
.image-33JSyf {
-webkit-mask: none;
mask: none;
}
.avatarMasked-1s1eiJ {
-webkit-mask-image: none;
mask-image: none;
}
/* 11.b. Status */
.member-3W1lQa [class*="status-"] {
transition: all ease .05s
}
#app-mount .status-oxiHuE:not(.status-3fQvEa) {
height: 100% !important;
width: 100% !important;
margin: 0;
top: 0;
left: 0;
background: transparent;
border:2px solid;
box-sizing: border-box;
transition-duration: .5s;
box-shadow: none;
pointer-events: none;
}
.status-oxiHuE:not(.status-3fQvEa).online-2S838R {
border-color: var(--online) !important;
}
.status-oxiHuE:not(.status-3fQvEa).idle-3DEnRT {
border-color: var(--idle) !important;
}
.status-oxiHuE:not(.status-3fQvEa).dnd-1_xrcq {
border-color: var(--dnd) !important;
}
.status-oxiHuE:not(.status-3fQvEa).streaming-2_dnHe {
border-color: var(--streaming) !important;
}
.status-oxiHuE:not(.status-3fQvEa).offline-3qoTek {
border-color: var(--offline) !important;
}
.status-oxiHuE:not(.status-3fQvEa).invisible-1kp8Z0 {
border-color: var(--invisible) !important;
}
/* 11.c. Typing */
#app-mount .status-oxiHuE.typing-1KJk_j {
background-color: rgba(0, 0, 0, .6);
}
.status-oxiHuE.typing-1KJk_j .pulsingEllipsisItem-32hhWL {
height: 3px;
width: 3px;
}
.status-oxiHuE.typing-1KJk_j.online-2S838R.typing-1KJk_j .pulsingEllipsisItem-32hhWL {
background-color: var(--online) !important;
}
.status-oxiHuE.typing-1KJk_j.idle-3DEnRT.typing-1KJk_j .pulsingEllipsisItem-32hhWL {
background-color: var(--idle) !important;
}
.status-oxiHuE.typing-1KJk_j.dnd-1_xrcq.typing-1KJk_j .pulsingEllipsisItem-32hhWL {
background-color: var(--dnd) !important;
}
.status-oxiHuE.typing-1KJk_j.streaming-2_dnHe.typing-1KJk_j .pulsingEllipsisItem-32hhWL {
background-color: var(--streaming) !important;
}
.status-oxiHuE.typing-1KJk_j.offline-3qoTek.typing-1KJk_j .pulsingEllipsisItem-32hhWL {
background-color: var(--offline) !important;
}
.status-oxiHuE.typing-1KJk_j.invisible-1kp8Z0.typing-1KJk_j .pulsingEllipsisItem-32hhWL {
background-color: var(--invisible) !important;
}
.avatarUploaderInner-3UNxY3 {
background-color: var(--main-color);
}
/* 12. Shadows */
.popout-3sVMXz.popoutBottomRight-2JrySt.noArrow-3BYQ0Z.noShadow-321ZPm,
.title-3qD0b-,
.headerBar-UHpsPw,
.elevationBorderHigh-2WYJ09 {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.channel-members-wrap,
.guildsWrapper-5TJh6A:not(.foldercontent),
.wrapper-1Rf91z,
.channels-wrap .flexChild-faoVW3,
#friends .friends-header,
.chat-3bRxxu .title-wrap,
.chat-3bRxxu form .channel-text-area-default,
.searchResultsWrap-2DKFzt,
.embed-IeVjo6,
.emojiPicker-3m1S-j,
.channels-Ie2l6A,
.wrapper-35wsBm,
.cardPrimary-1Hv-to,
.cardPrimaryEditable-3KtE4g,
.authedApp-mj2Hmd,
.modal-3HD5ck .message-2qRu38,
.theme-dark .autocomplete-1vrmpx,
.menu-Sp6bN1,
#permissions-modal-wrapper .role-side {
box-shadow: 0 2px 20px var(--shadow) !important;
}
.members-1998pB {
box-shadow: 0 -2px 20px var(--shadow) !important;
}
/* 13. Roundness */
.guild-1EfMGQ .guildInner-3DSoA4 {
border-radius: 0 !important;
}
.guild-1EfMGQ .guildIcon-CT-ZDq,
.guilds-1q_RqH .guildPlaceholder-1ioaid,
.dragPlaceholder-D9-haY,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .container-2td-dC,
.guildsWrapper-5TJh6A .guild-1EfMGQ.guildsAdd-21_IdK::after,
.container-2td-dC.audio-2KA0-x::after,
.container-2td-dC.video-2jNDI4::after,
.dragfix-1wSxtO:active,
.container-2td-dC .wrapper-2lTRaf,
.friendsTable-133bsv .friends-column.friends-column-guilds .icon-3o6xvg,
.status-oxiHuE,
.image-33JSyf,
.avatar-small,
.avatar-xxlarge,
.wrapper-2F3Zv8,
.status-oxiHuE.typing-1KJk_j .pulsingEllipsisItem-32hhWL,
.avatarHint-1qgaV3,
.partyMemberOverflow-3VhFIX .partyMemberBackground-aSF9mc,
.listRow-hutiT_ .listAvatar-1NlAhb,
.avatar-uploader-inner,
.avatarUploaderIndicator-2G-aIZ,
.avatarDefault-35WC3R,
.avatarSpeaking-1wJCNq,
.callAvatar-v-u4BM.voice-2D-tt_,
.callAvatar-v-u4BM .callAvatarStatus-3y6S04,
.callAvatarBorder-1D_KaE.voice-2D-tt_.speaking-oCqYMI,
.callAvatarWrapper-TICyxO.voice-2D-tt_ .ripple-16ZT2p,
.from-mPWN2E,
.to-2819fF,
.friendsTable-133bsv .friendsRow-2yicud .friends-column-guilds .more-mutual-guilds-btn,
.reviewCircle-1o-MOB,
.circle-1nK_79,
.guild-1EfMGQ.audio-3vVhBi:after,
.guild-1EfMGQ.video-15yGu3:after,
.inner-1W0Bkn,
.iconInactive-98JN5i,
.friendsTable-133bsv .friendsRow-2yicud .friendsColumnGuilds-2we6jb .moreMutualGuildsBtn-2VwbkO,
.guildIconEmptyBackground-14tfYf,
.guildsError-3cFMtY,
.avatar-large,
.avatar-profile,
.avatar-small,
.avatar-xlarge,
.avatar-xsmall,
.avatar-xxlarge,
.avatarUploaderInner-3UNxY3,
.icon-3o6xvg,
.gameIcon-gg34Dz,
#app-mount .partyMember-923s4S,
#app-mount .partyMemberOverflow-Nei5T6,
.moreUsers-1s5Her,
.playerOverflow-3X56UI,
.playerOverflow-2Hf77M,
.voiceSectionIconWrapper-3YFjHm,
.voiceSectionGuildImage-2r1uIp,
.voiceSectionNoGuildImageWrapper-40qwqb,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig svg,
.wrapper-1Rf91z .scrollerWrap-1IAIlv .scroller-2TZvBN .circleIconButton-jET_ig span {
border-radius: var(--roundness) !important;
}
/* 14. Scrollbars */
.emojiPicker-3m1S-j .premiumPromo-yVfLiA,
#autocomplete-popout .scroller::-webkit-scrollbar,
#bda-qem-favourite-container .scroller-wrap .scroller::-webkit-scrollbar,
#bda-qem-twitch-container .scroller-wrap .scroller::-webkit-scrollbar,
.emojiPicker-3m1S-j .scrollerWrap-2lJEkd .scroller-2FKFPG::-webkit-scrollbar {
display: none;
}
#bda-qem-favourite-container .scroller-wrap .scroller::-webkit-scrollbar-thumb,
#bda-qem-twitch-container .scroller-wrap .scroller::-webkit-scrollbar-thumb,
.emojiPicker-3m1S-j .scrollerWrap-2lJEkd .scroller-2FKFPG::-webkit-scrollbar-thumb {
border: none !important;
background-color: rgba(225, 225, 225, 0.2) !important;
display: initial;
}
.friends-table .scroller-wrap ::-webkit-scrollbar-track-piece,
.messagesWrapper-3lZDfY .scroller-wrap ::-webkit-scrollbar-track-piece,
.scrollerWrap-2lJEkd .scroller-2CvAgC::-webkit-scrollbar-track-piece,
.scrollerWrap-2lJEkd .scroller-2FKFPG::-webkit-scrollbar-track,
.sb-menu-scroller:hover::-webkit-scrollbar-track-piece,
.scrollerWrap-2su1QI::-webkit-scrollbar-track-piece,
.scrollerWrap-2su1QI::-webkit-scrollbar-track,
.scroller-2FKFPG::-webkit-scrollbar-track,
.scroller-2FKFPG::-webkit-scrollbar-track-piece {
background-color: transparent !important;
border-color: transparent !important;
}
.friends-table .scroller-wrap ::-webkit-scrollbar-thumb,
.messagesWrapper-3lZDfY .scroller-wrap ::-webkit-scrollbar-thumb,
.scrollerThemed-2oenus.themeGhostHairlineChannels-3G0x9_ .scroller-2FKFPG::-webkit-scrollbar-thumb,
.scrollerThemed-2oenus.themeGhost-28MSn0 .scroller-2FKFPG::-webkit-scrollbar-thumb,
.scrollerThemed-2oenus.themeDark-2cjlUp .scroller-2FKFPG::-webkit-scrollbar-thumb,
.scrollerWrap-2lJEkd .scroller-2FKFPG::-webkit-scrollbar-thumb,
.scrollerThemed-2oenus.themeDark-2cjlUp .scroller-2FKFPG::-webkit-scrollbar-thumb,
.scroller::-webkit-scrollbar-thumb,
.scrollerWrap-2lJEkd .scroller-2CvAgC::-webkit-scrollbar-thumb,
.chat-3bRxxu .textArea-2Spzkt::-webkit-scrollbar-thumb,
.sb-menu-scroller::-webkit-scrollbar-thumb {
background-color: var(--main-color) !important;
border-color: transparent !important;
border-radius: 40px;
}
.scroller-2FKFPG::-webkit-scrollbar-track,
.scroller-wrap .scroller::-webkit-scrollbar-track-piece {
border-radius: 0px;
}
.scroller-wrap .scroller::-webkit-scrollbar {
width: 11px;
}
.scroller-2FKFPG::-webkit-scrollbar {
width: 12px;
}
.scroller-wrap .scroller::-webkit-scrollbar-thumb,
.scroller-wrap .scroller::-webkit-scrollbar-track-piece {
visibility: hidden !important;
transition: .2s visibility linear;
}
.scroller-wrap .scroller:hover::-webkit-scrollbar-thumb,
.scroller-wrap .scroller:hover::-webkit-scrollbar-track-piece {
visibility: visible !important;
}
.rolesList-22qj2L::-webkit-scrollbar {
height: 8px;
width: 12px;
}
/* =================================== SLIDE INS ================================== */
/* 15. Popouts */
/* 15.a. Pinned Messages and Recent Mentions*/
.themedPopout-25DgLi {
border-left: 2px solid var(--main-color);
border-right: 2px solid var(--main-color);
border-bottom: 2px solid var(--main-color);
border-top: 0px solid transparent;
}
.popout-3sVMXz .themedPopout-25DgLi .header-SsaQ8X {
border-radius: 0px;
}
.popout-3sVMXz .messagesPopoutWrap-1MQ1bW {
border-radius: 0 !important;
border-left: 2px solid var(--main-color);
border-right: 2px solid var(--main-color);
border-bottom: 2px solid var(--main-color);
animation: popoutanim 300ms cubic-bezier(.4, 0, 0, 1), opacity 100ms ease 100ms backwards;
transform-origin: 50% -10%;
box-shadow: 0 2px 20px rgba(0,0,0,.4) !important;
margin-top: 0px;
}
.messagesPopoutWrap-1MQ1bW .messagesPopout-24nkyi .messageGroupWrapper-o-Zw7G {
background-color: var(--quaternary-color) !important;
border-color: var(--quaternary-color) !important;
}
.messagesPopoutWrap-1MQ1bW .messagesPopout-24nkyi .messageGroupWrapper-o-Zw7G:hover {
background-color: var(--quaternary-color) !important;
border-color: var(--main-color) !important;
}
.theme-dark .messagesPopoutWrap-1MQ1bW .messagesPopout-24nkyi .messageGroupWrapper-o-Zw7G:hover .actionButtons-1sUUug {
background-color: transparent !important;
box-shadow: none !important;
}
.theme-dark .messagesPopoutWrap-1MQ1bW .messagesPopout-24nkyi .message-group .actionButtons-1sUUug .jumpButton-3DTcS_ {
background-color: var(--main-color) !important;
color: #fff !important;
padding: 2px 7px 3px 7px;
}
.themedPopout-25DgLi .header-SsaQ8X .subtitle, .themedPopout-25DgLi .text {
color: #fff !important;
}
.jumpButton-3DTcS_ {
background-color: var(--main-color) !important;
}
.hasMoreButton-1MELpI {
background-color: var(--primary-color) !important;
border-color: var(--primary-color) !important;
color: var(--main-color) !important
}
/* 15.b. Emoji Picker and Reactions */
.emojiPicker-3m1S-j,
.emojiPicker-3m1S-j .dimmer-3iH-5D.visible-3k45bQ,
.diversitySelector-tmmMv0 .popout-2nUePc {
background: var(--primary-color) !important;
border: 1px solid var(--primary-color);
border-radius: 3px !important;
}
.emojiPicker-3m1S-j .dimmer-3iH-5D.visible-3k45bQ {
opacity: 0.7;
}
.emojiPicker-3m1S-j .header-1nkwgG .searchBar-2pWH0_ {
background: transparent !important;
opacity: 0.8
}
.emojiPicker-3m1S-j .scroller-2FKFPG .emojiItem-109bjA {
background-size: contain !important;
background-position: 50% !important;
background-repeat: no-repeat !important;
}
.emojiPicker-3m1S-j .scroller-2FKFPG .emojiItem-109bjA.disabled-1H1CfW {
cursor: not-allowed;
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq {
opacity: .4;
border: none !important;
transition: all 50ms ease
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq:hover,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.selected-39BZ4S {
opacity: 1
}
.emojiPicker-3m1S-j .scroller-3vODG7 .emojiItem-109bjA {
border: 2px solid transparent;
}
.emojiPicker-3m1S-j .scroller-3vODG7 .emojiItem-109bjA.selected-39BZ4S {
background-color: transparent !important;
border-color: var(--hover-color);
}
.emojiPicker-3m1S-j .category-2U57w6 {
color: rgba(2555, 255, 255, 0.5);
background: transparent !important;
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.recent-rdY7_c,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.recent-rdY7_c.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.recent-rdY7_c:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/frequent.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.custom-2TY7UZ,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.custom-2TY7UZ.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.custom-2TY7UZ:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/custom.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.people-2y6eof,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.people-2y6eof.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.people-2y6eof:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/people.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.nature-WkggKK,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.nature-WkggKK.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.nature-WkggKK:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/nature.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.food-3vb4RY,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.food-3vb4RY.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.food-3vb4RY:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/food.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.activity-2oLAbd,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.activity-2oLAbd.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.activity-2oLAbd:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/activity.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.travel-2FeozN,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.travel-2FeozN.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.travel-2FeozN:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/travel.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.objects-ktZjG4,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.objects-ktZjG4.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.objects-ktZjG4:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/objects.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.symbols-3xtDtJ,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.symbols-3xtDtJ.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.symbols-3xtDtJ:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/symbols.svg) !important
}
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.flags-3peqg9,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.flags-3peqg9.selected-39BZ4S,
.emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq.flags-3peqg9:hover {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/emojiCategory/flags.svg) !important
}
.emojiPicker-3m1S-j .no-search-results .sad-discord {
background-image: url(../assets/sadDiscord.svg);
}
.emojiPicker-3m1S-j .stickyHeader-1SS0JU {
width: 98% !important;
background: var(--primary-color) !important;
}
.emojiPicker-3m1S-j .search-bar input {
color: #fff !important;
border-bottom: 2px solid rgba(255, 255, 255, .1);
padding-bottom: 3px;
padding-right: 25px;
height: 30px
}
.emojiPicker-3m1S-j .search-bar input:focus {
border-bottom: 2px solid var(--hover-color);
}
.searchBar-2_Yu-C.searchBarLight-1NxoDG .searchBarInner-1_Tg2R {
background: transparent !important;
color: var(--white10) !important
}
.reactionDefault-GBA58K,
.reactionSelected-1pqISm {
border: 1px solid transparent;
transition: all .2s ease-in-out;
}
.reactionDefault-GBA58K:hover {
background-color: transparent !important;
border-color: var(--hover-color);
}
.reactionSelected-1pqISm {
background-color: transparent !important;
border-color: var(--main-color);
}
/* 15.b.1. BBD Emote Menu */
#app-mount #bda-qem {
background: var(--primary-color) !important;
border-bottom: 1px solid var(--quaternary-color) !important;
}
#bda-qem-twitch-container, #bda-qem-favourite-container {
background-color: var(--primary-color) !important;
}
#app-mount #bda-qem button {
background: var(--secondary-color);
border-left: 1px solid var(--quaternary-color);
box-shadow: var(--quaternary-color) 1px 0 0 0;
}
#bda-qem button:hover {
background-color: var(--quaternary-color) !important;
}
#bda-qem button.active {
background-color: var(--quaternary-color) !important;
}
.theme-dark #bda-qem button {
color: #eee;
}
.theme-light #bda-qem button {
color: #111;
}
.emote-container {
border: 2px solid transparent !important;
box-sizing: border-box;
}
.emote-container:hover {
border-color: var(--hover-color) !important;
background-color: transparent !important;
}
/* 15.c. Autocomplete */
.autocomplete-1vrmpx {
background-color: var(--quaternary-color) !important;
}
.result-3w1ZcL[style*="background-color: rgb(146, 154, 250)"] {
background-color: var(--hover-color) !important;
}
.result-3w1ZcL[style*="background-color: rgb(179, 174, 255)"],
.result-3w1ZcL[style*="background-color: rgb(115, 142, 245)"] {
background-color: var(--main-color) !important;
}
.placeholder-1kJjXI {
background: var(--quaternary-color) !important;
}
.autocompleteInner-zh20B_ {
padding-bottom: 20px;
}
.selectable-3dP3y- {
border: 1px solid transparent;
}
.selectorSelected-1_M1WV {
border-color: var(--hover-color);
background-color: var(--quaternary-color) !important;
}
.theme-dark .focused-1En8bG:after,
.theme-dark .result-3w1ZcL:hover:after {
box-shadow: inset 0 0 0 2px var(--main-color),
inset 0 0 0 3px var(--quaternary-color);
}
.emptyHintCard-2mUdMe {
background: var(--background-image) center/cover no-repeat;
background-attachment: fixed;
border-color: var(--main-color) !important;
overflow: hidden;
}
.emptyHintCard-2mUdMe::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: var(--primary-color);
}
.emptyHintCard-2mUdMe * {
z-index: 1;
}
/* 15.d. User Popout */
.headerNormal-T_seeN {
background-color: var(--quaternary-color) !important;
}
.headerPlaying-j0WQBV {
background: var(--main-color);
}
.headerFill-adLl4x .top-28JiJ- .itemDefault-3Jdr52:hover {
color: #d1d1d3 !important;
border-bottom-color: #d1d1d3 !important
}
.body-3iLsc4,
.footer-1fjuF6 {
background-color: var(--primary-color) !important;
}
.bodyTitle-Y0qMQz {
color: #d1d1d3;
}
.footer-1fjuF6 {
border-top: 2px solid var(--main-color) !important;
}
.rolesList-22qj2L {
max-height: 14vh;
overflow-y: auto;
}
.role-2irmRk {
border-width: 1px;
border-style: solid;
border-radius: 2px;
box-sizing: content-box;
height: 16px;
margin: 3px;
padding: 2px;
position: relative;
line-height: 16px;
font-size: 10px;
font-weight: 400;
text-transform: uppercase;
overflow: visible;
}
.role-2irmRk::before {
content: '';
position: absolute;
top: 0;
left: -1px;
height: 100%;
width: calc(100% + 1px);
border-top: 21px solid;
border-color: inherit;
opacity: 0.5;
}
.roleName-32vpEy {
margin: 0 4px;
}
.roleCircleButton-377y0l {
padding: 0;
position: absolute;
z-index: 2;
height: 22px;
top: -1px;
left: -1px;
border-radius: 2px 0 0 2px;
width: 0px;
display: flex !important;
transition: width 0.2s;
}
.roleCircle-3xAZ1j {
display: none;
}
.addButton-pcyyf6 {
line-height: 10px;
width: 22px;
box-sizing: border-box;
height: 22px;
}
.roleRemoveIcon-2-TeGW {
display: block;
}
.role-2irmRk:hover .roleCircleButton-377y0l {
transition: width 0.2s;
width: 22px;
}
.addButtonIcon-1NMJ8u {
height: 7px;
width: 7px;
}
.note-3kmerW textarea:focus {
background-color: var(--quaternary-color) !important;
}
.quickMessage-1yeL4E {
background-color: var(--quaternary-color) !important;
border-color: var(--quaternary-color) !important;
border-radius: 0px !important;
}
.gameIcon-_0rmMm[style*="/assets/a5eba102f5b5e413df2b65c73f288afa.svg"] {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/no-game.svg) !important;
border: 2px solid rgba(255, 255, 255, .5);
box-sizing: border-box;
}
/* 15.e. Add Role User Popout */
.autocompleteArrow-Zxoy9H,
.autocompleteHeaderBackground-30T70q,
.row-rrHHJU.selected-1pIgLL {
background: var(--quaternary-color) !important;
}
.container-VSDcQc .headerText-3i6A8K,
.container-VSDcQc .input-1ppKdn {
color: #666 !important;
}
.row-rrHHJU.selected-1pIgLL {
border-left: 2px solid var(--main-color);
}
.container-VSDcQc .sectionTag-pXyto9 {
background-color: var(--primary-color) !important;
}
/* 15.f. Search Popout */
.popout-3sVMXz.popoutBottom-1YbShG.noShadow-321ZPm {
margin-top: 0px !important;
}
.popout-3sVMXz.popoutBottom-1YbShG.noShadow-321ZPm[style*="top: 37px;"] {
top: 46px !important;
}
.searchPopout-1vUlP3,
.container-3ayLPN {
background-color: var(--primary-color) !important;
border-radius: 0 !important;
border: none !important;
border-left: 2px solid var(--main-color) !important;
border-right: 2px solid var(--main-color) !important;
border-bottom: 2px solid var(--main-color) !important;
}
.searchPopout-1vUlP3 .resultsGroup-r_nuzN,
.searchPopout-1vUlP3,
.container-3ayLPN {
animation: popoutanim 300ms cubic-bezier(.4, 0, 0, 1), opacity 100ms ease 100ms backwards;
transform-origin: 50% -10%;
box-sizing: content-box;
}
.resultsGroup-r_nuzN .header-2N-gMV {
background-color: var(--quaternary-color);
padding: 10px 20px;
}
.resultsGroup-r_nuzN .searchClearHistory-2cSSMO,
.resultsGroup-r_nuzN .searchLearnMore-3SQUAj {
top: 17px;
}
.option-96V44q,
.result-2S5Awv {
border-left: 2px solid transparent;
border-radius: 0px;
}
.option-96V44q:after,
.option-96V44q.selected-rZcOL-:after {
display: none;
}
.queryContainer-RKFJW- {
background-color: var(--quaternary-color) !important;
}
.option-96V44q.selected-rZcOL-,
.result-2S5Awv.focused-1Yu0L3 {
background-color: var(--quaternary-color) !important;
border-color: var(--hover-color);
}
.option-96V44q.searchQuery-1B7rtx.selected-rZcOL-,
.queryContainer-RKFJW- {
border-color: transparent;
}
.dim-1l4L4y span {
background-color: var(--main-color) !important;
color: white !important;
}
.option-96V44q span {
overflow: visible;
}
/* 15.g. Server Settings */
.popoutBottom-1YbShG[style*="overflow: hidden; visibility: visible;"] {
left: 75px !important;
top: 46px !important;
width: 230px !important;
height: auto;
margin: 0px;
-ms-transform: none !important;
transform: none !important;
position: absolute;
animation: popoutanim 300ms cubic-bezier(.4, 0, 0, 1);
border-radius: 0px;
transform-origin: 50% -10%;
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
border-left: 2px solid var(--main-color);
border-right: 2px solid var(--main-color);
border-bottom: 2px solid var(--main-color);
z-index: 99;
}
.menu-Sp6bN1 {
border-radius: 0px;
width: 100%;
}
.menu-Sp6bN1 .separator-2zcjq8 {
display: none;
}
.item-1GzJrl:hover {
background-color: var(--quaternary-color) !important;
}
.item-1GzJrl:not(.invite-271nFU):hover .icon-2doZ3q {
filter: grayscale(100%) brightness(250%);
}
.item-1GzJrl.invite-271nFU .icon-2doZ3q,
.item-1GzJrl.leave-1DRJfn .icon-2doZ3q {
background-image: none !important;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: right;
}
.item-1GzJrl.invite-271nFU .icon-2doZ3q {
-webkit-mask: url("https://discordapp.com/assets/d4ff0d2af68cd1119f0d16ef79d1369c.svg");
background-color: var(--main-color) !important;
}
.item-1GzJrl.leave-1DRJfn .icon-2doZ3q {
-webkit-mask: url("https://discordapp.com/assets/00de6b3cbb5c4dbcec817c91262f5f5b.svg");
background-color: var(--dnd) !important;
opacity: 0.7;
}
.item-1GzJrl.invite-271nFU {
color: var(--main-color) !important;
font-weight: 600;
}
.item-1GzJrl.leave-1DRJfn {
color: var(--dnd) !important;
}
.item-1GzJrl:hover.invite-271nFU .icon-2doZ3q {
background-color: var(--hover-color) !important;
}
.item-1GzJrl:hover.leave-1DRJfn .icon-2doZ3q {
opacity: 1;
filter: none !important;
}
.item-1GzJrl:hover.invite-271nFU {
color: var(--hover-color) !important
}
.popoutList-T9CKZQ {
background-color: var(--tertiary-color) !important;
}
.searchBar-1MOL6S {
background-color: var(--quaternary-color) !important;
}
.selectableItem-1MP3MQ:hover {
background-color: var(--quaternary-color) !important;
}
[style*="background: rgb(114, 137, 218)"] {
background: var(--main-color) !important;
}
/* 15.h. Group DM Invite Popout */
.modal-3HD5ck {
background-color: var(--primary-color) !important;
}
.modal-3HD5ck.popout-3Nppv9 {
border-right: 2px solid var(--main-color);
border-left: 2px solid var(--main-color);
border-bottom: 2px solid var(--main-color);
border-radius: 0px;
}
.modal-3HD5ck .searchBar-2_Yu-C {
background-color: var(--quaternary-color) !important;
}
.friendSelected--wQP3f {
background-color: var(--quaternary-color) !important;
}
.modal-3HD5ck .checked-3_4uQ9 {
background-color: var(--main-color) !important;
border-color: var(--hover-color) !important;
}
.search-bar-tag {
background: var(--secondary-color) !important;
}
.modal-3HD5ck .checked-3_4uQ9::after {
content: '';
position: absolute;
height: 100%;
width: 24px;
background-color: #eee;
-webkit-mask: url("https://ellexidecodes.github.io/Discord-Themes/assets/check.svg");
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
-webkit-mask-size: 95%;
}
.modal-3HD5ck .checked-3_4uQ9 svg,
.modal-3HD5ck .checked-3_4uQ9 g {
display: none;
}
/* 15.i. Tooltips */
.tooltip-1OS-Ti {
border-radius: 0px !important;
}
.tooltip-1OS-Ti {
background: var(--main-color) !important;
}
.tooltip-1OS-Ti.right-KM_vfY:after {
border-right-color: var(--main-color) !important;
}
.tooltip-1OS-Ti.top-1pTh1F:after {
border-top-color: var(--main-color) !important;
}
.tooltip-1OS-Ti.left-1wV7VO:after {
border-left-color: var(--main-color) !important;
}
.tooltip-1OS-Ti.bottom-19kp6S:after {
border-bottom-color: var(--main-color) !important;
}
/* tropix's fade in tooltip anim */
.tooltips-FhwIyl .tooltip-1OS-Ti.right-KM_vfY {
animation: fadeFromRight 200ms
}
.tooltips-FhwIyl .tooltip-1OS-Ti.bottom-19kp6S {
animation: fadeFromBottom 200ms
}
.tooltips-FhwIyl .tooltip-1OS-Ti.left-1wV7VO {
animation: fadeFromLeft 200ms
}
.tooltips-FhwIyl .tooltip-1OS-Ti.top-1pTh1F {
animation: fadeFromTop 200ms;
}
/* 15.j. @Everyone Popout */
.everyonePopout-nEbJY3{
background-color: var(--secondary-color) !important;
}
.everyonePopout-nEbJY3 .footer-2aTx0s{
background-color: var(--tertiary-color) !important;
}
.everyonePopout-nEbJY3 .lookOutlined-3sRXeN.colorBrand-3pXr91 {
color: var(--main-color);
border-color: var(--main-color);
transition: all .2s ease-in-out;
}
.everyonePopout-nEbJY3 .lookOutlined-3sRXeN.colorBrand-3pXr91:hover {
filter: grayscale(50%);
}
/* 15.k. Attach Popout */
.attachPopout-1n-ZKM {
background-color: var(--tertiary-color) !important;
}
.attachPopoutRow-KrE-f6:hover {
background-color: var(--primary-color) !important;
}
/* 15.l. RTC Connection Popout */
.popoutTopRight-3BzFIE section:before,
.popoutTop-3uu9vG section:before,
.container-2x5lvQ section:after {
border-top-color: var(--primary-color) !important;
}
/* 15.m. More Users Popout */
.header-2B7Ri8 {
background-color: var(--quaternary-color) !important;
}
.content-2KAjC9,
.userList-1kLH8B::before {
background-color: var(--primary-color) !important;
}
.userList-1kLH8B,
.userList-1kLH8B::before {
border-color: var(--primary-color) !important;
}
/* 15.n. Overflow Roles Popout */
.overflowRolesPopout-140n9i,
.overflowRolesPopoutArrow-2O66oH {
background-color: var(--primary-color) !important;
}
/* 15.o. Dropdown Menu Popout */
.popout-2sKjHu {
background-color: var(--quaternary-color) !important;
border-color: var(--quaternary-color) !important;
}
.optionActive-KkAdqq {
background-color: var(--main-color) !important;
}
.optionLabel-2CkCZx {
border: 1px solid transparent;
}
.optionNormal-12VR9V:hover {
background: transparent !important;
border-color: var(--hover-color) !important
}
/* 15.p. DM Call Region Select Popout */
.quickSelectPopout-X1hvgV {
background-color: var(--primary-color) !important;
}
.quickSelectPopoutOption-opKBx9 {
border: 1px solid transparent;
box-sizing: border-box;
}
.quickSelectPopoutOption-opKBx9:hover {
background-color: transparent !important;
border-color: var(--main-color);
}
.check-2by_h9 {
background-image: none !important;
background-color: var(--main-color);
-webkit-mask-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/check.svg);
-webkit-mask-size: 18px;
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
}
/* 16. Menus */
/* 16.a. Context Menu */
.contextMenu-HLZMGh {
background: var(--quaternary-color) !important;
border-radius: 2px;
padding: 10px 0px;
box-shadow: 0 2px 25px rgba(0, 0, 0, 0.4) !important;
animation: opacity 100ms ease, context-open-new 300ms cubic-bezier(0, 0, 0, 1);
transform-origin: top;
border: 1px solid var(--quaternary-color) !important;
}
.contextMenu-HLZMGh .itemGroup-1tL0uz:not(:first-child):not(:empty) {
border-color: var(--quaternary-color) !important;
}
.theme-dark.contextMenu-HLZMGh .itemGroup-1tL0uz,
.theme-light.contextMenu-HLZMGh .itemGroup-1tL0uz {
border-color: rgba(255, 255, 255, .03) !important
}
.contextMenu-HLZMGh .item-1Yvehc {
background: transparent !important;
border-radius: 0px;
transition: all 80ms ease;
cursor: pointer;
margin: 0px;
padding: 7px 15px;
color: #fff;
animation: opacity 200ms 100ms backwards;
}
.contextMenu-HLZMGh .item-1Yvehc:hover {
background: rgba(225, 225, 225, 0.03) !important;
color: #fff;
transition: all 0ms;
}
.contextMenu-HLZMGh .item-1Yvehc.danger-2dXSTE:hover {
color: #F04747 !important;
}
.contextMenu-HLZMGh .item-1Yvehc.danger-2dXSTE:active {
background: #F04747 !important;
color: #fff !important;
}
.theme-dark.contextMenu-HLZMGh .itemSubMenu-1vN_Yn,
.theme-light.contextMenu-HLZMGh .itemSubMenu-1vN_Yn {
position: relative;
}
.contextMenu-HLZMGh .slider-1PF9SW .track-11EASc {
right: 0px !important;
left: 3px !important;
}
.contextMenu-HLZMGh .slider-1PF9SW .bar-2Qqk5Z {
height: 3px
}
.item-1Yvehc.itemSubMenu-1vN_Yn::after {
content: url(https://ellexidecodes.github.io/Discord-Themes/assets/arrow.svg);
position: absolute;
right: 5px;
opacity: .6;
transition: all 100ms ease;
top: 5px;
}
.item-1Yvehc.itemSubMenu-1vN_Yn:hover::after {
opacity: 1;
}
/* 16.b. Status Picker */
.popout-3sVMXz.popoutTop-3uu9vG,
.popout-3sVMXz.popoutTopLeft-b5Eb3O {
overflow: visible !important;
}
.popout-3sVMXz.popoutTopLeft-b5Eb3O {
margin-left: -10px;
}
.menu-Sp6bN1.alt-3btY0e {
animation: show-status 300ms linear;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl .statusIconText-3b4TkH div {
color: transparent;
}
.alt-3btY0e .item-1GzJrl .helper-2c73HK {
display: none;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl {
position: relative;
display: inline-block;
width: 60px;
height: 68px;
vertical-align: top;
background: transparent;
overflow: hidden;
animation: status 300ms ease backwards;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-child(3) {
animation-delay: 100ms !important;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-child(4) {
animation-delay: 200ms !important;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-child(5) {
animation-delay: 300ms !important;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:hover {
background: transparent !important;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:hover .statusIconText-3b4TkH {
transform: scale(1.9);
transition: all 200ms ease-in-out;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl .statusIconText-3b4TkH {
position: absolute;
width: 40px;
height: 40px;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto !important;
border-radius: 50%;
transform: scale(1);
transition: all 200ms ease-in-out;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-child(1) .statusIconText-3b4TkH {
background-color: var(--online);
border-radius: 0;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-child(3) .statusIconText-3b4TkH {
background-color: var(--idle);
border-radius: 0;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-child(4) .statusIconText-3b4TkH {
background-color: var(--dnd);
border-radius: 0;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:nth-child(5) .statusIconText-3b4TkH {
background-color: var(--invisible);
border-radius: 0;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:hover [class*="status"].online-2S838R:after,
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:hover [class*="status"].idle-3DEnRT:after,
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:hover [class*="status"].dnd-1_xrcq:after,
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl:hover [class*="status"].invisible-1kp8Z0:after {
opacity: 1;
visibility: visible;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].online-2S838R:after,
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].idle-3DEnRT:after,
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].dnd-1_xrcq:after,
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].invisible-1kp8Z0:after {
content: " ";
display: block;
position: absolute;
width: 26px;
height: 26px;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto !important;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center;
opacity: 0;
visibility: hidden;
transition: all 200ms ease-in-out;
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].online-2S838R:after {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/status/online.svg);
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].idle-3DEnRT:after {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/status/idle.svg);
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].dnd-1_xrcq:after {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/status/dnd.svg);
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl [class*="status"].invisible-1kp8Z0:after {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/status/invisi.svg);
}
.menu-Sp6bN1.alt-3btY0e .item-1GzJrl .statusIconText-3b4TkH .status-oxiHuE {
position: absolute !important;
top: 0;
left: 0;
height: 100% !important;
width: 100% !important;
margin-right: 0px !important;
transition: all 200ms ease-in-out;
}
/* 16.c. Message Menu */
.container-3cGP6G {
background-color: var(--tertiary-color) !important;
}
.item-2J1YMK:active,
.item-2J1YMK:hover {
background-color: var(--quaternary-color) !important;
}
/* 16.d. Color Picker */
.colorPickerCustom-2CWBn2 {
background-color: var(--primary-color) !important;
border-color: var(--quaternary-color) !important;
}
/* 17. Modals */
/* 17.a. BD Error Modal */
.bd-modal-wrapper .bd-modal-inner {
border-color: var(--tertiary-color);
}
.bd-modal-wrapper .header {
background-color: var(--quaternary-color);
}
.bd-modal-wrapper .bd-modal-body,
.bd-modal-wrapper .footer {
background-color: var(--primary-color) !important;
}
.bd-modal-wrapper .footer button {
background-color: var(--main-color);
}
.bd-modal-wrapper .footer button:hover {
background-color: var(--hover-color);
}
.bd-modal-wrapper .tab-bar-container .tab-bar-item.selected {
text-align: center;
}
/* 17.b. User Profile Modal */
.tabBarContainer-1s1u-z {
border-color: transparent;
}
.topSectionNormal-2-vo2m .tab-bar.tabBar-2MuP6- .tabBarItem-1b8RUP.selected {
border-bottom-color: var(--main-color);
color: var(--main-color);
}
.topSectionNormal-2-vo2m .tab-bar.tabBar-2MuP6- .tabBarItem-1b8RUP:hover {
border-bottom-color: var(--hover-color);
color: var(--hover-color);
transition: all .2s ease-in-out;
}
.topSectionPlaying-1J5E4n {
background: var(--main-color);
}
.topSectionPlaying-1J5E4n .top-28JiJ- .itemSelected-1qLhcL {
color: #eee !important;
}
.body-3ND3kc {
background-color: var(--primary-color) !important;
}
.connectedAccount-36nQx7 {
background-color: var(--quaternary-color);
border-color: var(--quaternary-color) !important;
}
.root-SR8cQa .note-QfFU8y textarea:focus {
background-color: var(--quaternary-color) !important;
}
.listRow-hutiT_:hover {
background: linear-gradient(90deg,var(--tertiary-color) 90%,transparent) !important;
}
.listRow-hutiT_ .listAvatar-1NlAhb {
transition: transform .2s ease-in-out;
}
.listRow-hutiT_:hover .listAvatar-1NlAhb {
transform: scale(1.1);
}
/* 17.c. Instant Invite Modal */
.inviteRow-2L02ae:hover {
background-color: var(--tertiary-color) !important;
}
.inviteRow-2L02ae .wrapper-2F3Zv8 {
transition: transform 0.2s ease-in-out;
}
.inviteRow-2L02ae:hover .wrapper-2F3Zv8 {
transform: scale(1.2);
}
.inviteRowInfo-I9V9v- {
overflow: visible;
}
.contentWrapper-3WC1ID {
background-color: var(--primary-color) !important;
}
/* 17.d. Join or Create New Guild */
.sampleLink-KPFu3I,
.title-2Dc-Cb,
.theme-dark .header-3ZP1MY,
.theme-light .header-3ZP1MY,
.theme-dark .action-1lSjCi,
.theme-light .action-1lSjCi,
.theme-dark .create-3jownz .actionHeader-2CT5c7,
.theme-light .create-3jownz .actionHeader-2CT5c7
.action-1lSjCi:hover .actionHeader-2CT5c7 {
color: var(--main-color) !important;
}
.theme-light .slide-2pHaq5, .theme-dark .slide-2pHaq5 { background-color: transparent }
.theme-dark .create-3jownz .actionIcon-2IISM_,
.theme-light .create-3jownz .actionIcon-2IISM_ {
position: relative;
background-image: none;
background-color: var(--main-color);
-webkit-mask: url(https://ellexidecodes.github.io/Discord-Themes/assets/add-btn.svg) center/112px 78px no-repeat;
}
.theme-dark .create-3jownz .actionIcon-2IISM_::after,
.theme-light .create-3jownz .actionIcon-2IISM_::after {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: white;
opacity: .4;
-webkit-mask: url(https://ellexidecodes.github.io/Discord-Themes/assets/add-btn-two.svg) center/112px 78px no-repeat;
}
.theme-dark .join-33Tr-7 .actionIcon-2IISM_, .theme-light .join-33Tr-7 .actionIcon-2IISM_ {
background-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/join-btn.png);
}
.regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3:hover {
background-color: var(--primary-color) !important;
}
.theme-dark .regionSelect-3lf4eE:hover .regionSelectInner-24f4Ce,
.theme-dark .regionSelect-3lf4eE:hover button,
.theme-light .regionSelect-3lf4eE:hover .regionSelectInner-24f4Ce,
.theme-light .regionSelect-3lf4eE:hover button {
border-color: var(--main-color);
}
.theme-dark .regionSelect-3lf4eE:hover button,
.theme-light .regionSelect-3lf4eE:hover button {
background-color: var(--main-color);
}
.theme-dark .action-1lSjCi, .theme-light .action-1lSjCi {
background: var(--tertiary-color);
border-color: var(--secondary-color);
}
.form-deprecated .btn-primary,
.form.deprecated .btn-primary,
.theme-dark .actionButton-2PeQbJ,
.theme-light .actionButton-2PeQbJ {
background-color: var(--main-color);
}
.form-deprecated .btn-primary:hover,
.form.deprecated .btn-primary:hover,
.theme-dark .create-3jownz:hover .actionButton-2PeQbJ,
.theme-light .create-3jownz:hover .actionButton-2PeQbJ {
background-color: var(--hover-color);
}
.theme-dark .or-3THJsp, .theme-light .or-3THJsp {
background-image: none;
-webkit-mask: url('https://ellexidecodes.github.io/Discord-Themes/assets/or.svg');
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 52px 52px;
background-color: var(--primary-color);
color: var(--main-color);
}
.avatar-uploader-inner {
background-color: var(--main-color);
border-color: var(--quaternary-color);
}
.regionSelect-3lf4eE .regionSelectInner-24f4Ce,
.regionSelect-3lf4eE button {
border-color: var(--quaternary-color);
}
.regionSelect-3lf4eE:hover .regionSelectInner-24f4Ce,
.regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3:hover,
.regionSelect-3lf4eE:hover button,
.form-deprecated .btn-default:hover,
.form.deprecated .btn-default:hover {
border-color: var(--hover-color);
}
.regionSelect-3lf4eE button,
.create-guild-container-new.deprecated h5,
.regionSelectModal-12e-57 .regionSelectModalHeader-21khC1 {
color: var(--main-color);
}
.regionSelect-3lf4eE:hover button {
background-color: var(--hover-color);
color: white;
}
.form-deprecated .form-actions,
.form.deprecated .form-actions,
.regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3 {
background-color: var(--quaternary-color);
border-color: var(--tertiary-color);
}
.form-deprecated .btn-default,
.form.deprecated .btn-default {
background-color: transparent;
border-color: var(--tertiary-color);
}
#guild-name { text-align: center }
.bottomLayer-XCk80b.hover-3nZwuJ {
fill: var(--hover-color) !important;
fill-opacity: 0.8;
}
.topLayer-1eMqbv.hover-3nZwuJ,
.secondaryAccent-24W-RJ.hover-3nZwuJ {
fill: var(--main-color) !important;
}
.topLayer-1eMqbv.hover-3nZwuJ.green-1kY_LT,
.bottomLayer-XCk80b.hover-3nZwuJ.green-1kY_LT,
.secondaryAccent-24W-RJ.hover-3nZwuJ.green-1kY_LT {
fill: var(--online) !important;
}
.lookFilled-1Gx00P.colorGreen-29iAKY {
background-color: var(--online);
}
.lookFilled-1Gx00P.colorGreen-29iAKY:hover {
filter: brightness(80%);
}
/* 17.e. Upload Modal */
.uploadModal-2ifh8j {
background-color: var(--main-color);
}
.uploadModal-2ifh8j .inner-3nWsbo {
border-color: rgba(255,255,255,0.4);
}
.uploadModal-2ifh8j .footer-3mqk7D {
background-color: var(--hover-color);
color: white;
}
.theme-brand .content-Qb0rXO {
color: white;
}
.uploadModal-2ifh8j .footer-3mqk7D button {
background-color: transparent;
min-width: 36px;
max-width: 36px;
margin-top: -3px;
margin-right: 5px;
transition: all .2s ease-in-out;
color: transparent;
}
.uploadModal-2ifh8j .footer-3mqk7D button[type*="submit"] {
-webkit-mask-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/check.svg);
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
background-color: rgba(33, 219, 135, 0.6);
}
.uploadModal-2ifh8j .footer-3mqk7D button[type*="button"] {
-webkit-mask: url(https://ellexidecodes.github.io/Discord-Themes/assets/cancel.svg);
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
background-color: rgba(240, 71, 71, 0.6);
}
.uploadModal-2ifh8j .footer-3mqk7D button[type*="submit"]:hover {
background-color: #21db87 !important;
transform: scale(1.5);
}
.uploadModal-2ifh8j .footer-3mqk7D button[type*="button"]:hover {
background-color: #f04747;
transform: scale(1.5);
}
.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.image-2yrs5j {
border-color: var(--hover-color);
margin-top: 0;
transform: translateY(-50%);
transition: all .3s ease-in-out;
}
.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.image-2yrs5j:hover {
height: 208px;
width: calc(100% - 28px);
transform: translateY(calc(-50% - 10px));
}
.invite-18yqGF {
background: var(--quaternary-color) !important;
border: none !important;
}
.coverImageNotActionable-1MP2Mx {
opacity: 0.5;
}
/* 17.f. Game Preview Modal */
.gamePreview-9weYR2 {
background-color: var(--quaternary-color) !important;
}
.body-1SVoBw {
background-color: var(--secondary-color) !important;
}
.news-2KwXHF {
background-color: var(--secondary-color) !important;
}
/* 17.g. Quick Switcher */
.input-2VB9rf {
background-color: var(--quaternary-color) !important;
}
.resultFocused-3aIoYe {
background-color: var(--tertiary-color) !important;
}
/* 17.h. Screenshare Modal */
.tiles-2aXG_k {
background-color: var(--quaternary-color) !important;
}
.selectorButtonSelected-1j4DmC {
background-color: var(--main-color);
}
.item-1TLUig:hover {
border-bottom: 2px solid var(--hover-color);
color: var(--hover-color);
}
.selected-P8xTeN {
border-color: var(--main-color) !important;
color: var(--main-color) !important;
}
/* 17.i. Phone Verification Modal */
.phoneField-38N1bJ {
background-color: var(--quaternary-color) !important;
}
.phoneField-38N1bJ .countryButton-3xq3Ts {
background-color: var(--main-color) !important;
}
.phoneField-38N1bJ .countryButton-3xq3Ts:hover {
background-color: var(--hover-color) !important;
}
.phoneField-38N1bJ .inputField-aNPXsv {
background: transparent !important;
}
/* 17.j. Smartphone Modal */
.downloadApps-wbBFdZ .header-nJMe-Q,
.downloadApps-wbBFdZ .footer-1nkeBm a {
color: var(--main-color);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ p {
color: var(--hover-color);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ {
border-color: var(--hover-color);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ .downloadButton-1bWXpg {
background-color: var(--hover-color);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb {
background-image: none !important;
background-color: #99aab5;
-webkit-mask-size: cover;
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
transition: all .2s ease-in-out;
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ .icon-2Pk7pb {
background-color: var(--hover-color);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ .icon-2Pk7pb {
opacity: 1 !important;
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ .icon-2Pk7pb.active-iLSdWQ {
display: none !important;
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.apple-1fKN59 {
-webkit-mask-image: url(https://discordapp.com/assets/57568e1cfc37c81cf56db9498b4f128a.svg);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.windows-29yOum {
-webkit-mask-image: url(https://discordapp.com/assets/d6221c5e88f5cb89f125868c077e9859.svg)
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.linux-15cW1y {
-webkit-mask-image: url(https://discordapp.com/assets/a3bee2061afed80c5bd76ff38cd18f0e.svg);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.ios-Z7K-rr {
-webkit-mask-image: url(https://discordapp.com/assets/0c460e9b848f5c4cc964ae9c62c0f9b9.svg);
}
.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.android-gGrHJu {
-webkit-mask-image: url(https://discordapp.com/assets/676bfec9f4343f6fcdf0a12ae313a3de.svg);
}
/* 17.k Drag and Drop Modal */
.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .bgScale-1otPtc {
background: var(--main-color);
}
/* 17.l. Generic Modal */
.footer-2yfCgX {
box-shadow: inset 0 1px 0 var(--tertiary-color) !important;
}
.select-2TCrqx .Select-menu-outer {
background: var(--primary-color) !important;
border-color: var(--quaternary-color) !important;
}
.select-2TCrqx .Select-option.is-focused,
.select-2TCrqx .Select-option:hover {
background: var(--secondary-color) !important;
}
.select-2TCrqx .Select-control {
background-color: var(--quaternary-color) !important;
border-color: var(--tertiary-color) !important;
}
.select-2TCrqx .Select-option.is-selected {
background: var(--quaternary-color) !important;
}
.lookLink-9FtZy-.colorBrand-3pXr91:hover .contents-18-Yxp {
background-image: linear-gradient(0deg,transparent,transparent 1px,var(--main-color) 0,var(--main-color) 2px,transparent 0)
}
.contentWrapper-3WC1ID:only-child {
background-color: var(--primary-color) !important;
}
/* 17.m. Gift Nitro Modal */
.option-1l2vXE {
background-color: var(--quaternary-color) !important;
}
/* 18. Login Page */
.input-cIJ7To:focus {
border-color: var(--hover-color);
}
.authBox-hW6HRx {
background: var(--primary-color);
}
.lookLink-9FtZy-.colorBrand-3pXr91 {
color: var(--main-color)
}
.wrapper-3Q5DdO {
background: var(--primary-color) !important;
}
.input-cIJ7To {
background-color: var(--quaternary-color) !important;
}
/* 19. Keyframes */
@keyframes fadeFromTop {
0% {
opacity: 0;
transform: translateY(-50%)
}
100% {
opacity: 0.9;
transform: none
}
}
@keyframes fadeFromRight {
0% {
opacity: 0;
transform: translateX(50%)
}
100% {
opacity: 0.9;
transform: none
}
}
@keyframes fadeFromBottom {
0% {
opacity: 0;
transform: translateY(50%)
}
100% {
opacity: 0.9;
transform: none
}
}
@keyframes fadeFromLeft {
0% {
opacity: 0;
transform: translateX(-50%)
}
100% {
opacity: 0.9;
transform: none
}
}
@keyframes slide-up {
from {
transform: translate(0, 100%);
}
}
@keyframes slide-down {
from {
transform: translate(0, -100%);
}
}
@keyframes slide-left {
from {
transform: translate(-100);
}
}
@keyframes slide-right {
from {
transform: translate(100%);
}
}
@-webkit-keyframes mentionpulse {
0% {
-webkit-box-shadow: 0 0 0 0 var(--main-color);
}
70% {
-webkit-box-shadow: 0 0 0 5px rgba(204, 169, 44, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
@keyframes show-status {
from {
transform: translateY(100%) translateX(0%) translateZ(0px);
}
}
@keyframes status {
from {
transform: scale(0);
opacity: 0
}
}
@keyframes context-open-invertY {
0% {
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
}
}
@keyframes context-open-new {
0% {
transform: scale(1, 0.8);
}
}
@keyframes context-open {
0% {
padding-top: 0px;
padding-bottom: 0px;
}
}
@keyframes popoutanim-inner {
0% {
transform: scale(2);
}
100% {
transform: scale(1);
}
}
@keyframes popoutanim {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
/* 20. Misc */
.form-deprecated .control-group input[type=email],
.form-deprecated .control-group input[type=number],
.form-deprecated .control-group input[type=password],
.form-deprecated .control-group input[type=text],
.form-deprecated .control-group textarea,
.form.deprecated .control-group input[type=email],
.form.deprecated .control-group input[type=number],
.form.deprecated .control-group input[type=password],
.form.deprecated .control-group input[type=text],
.form.deprecated .control-group textarea,
.gameNameInput-385LoS:focus,
.gameNameInput-385LoS:hover {
background-color: var(--quaternary-color) !important;
border-color: var(--quaternary-color);
}
.theme-dark .form-deprecated .control-group input[type=email],
.theme-dark .form-deprecated .control-group input[type=number],
.theme-dark .form-deprecated .control-group input[type=password],
.theme-dark .form-deprecated .control-group input[type=text],
.theme-dark .form-deprecated .control-group textarea,
.theme-dark .form.deprecated .control-group input[type=email],
.theme-dark .form.deprecated .control-group input[type=number],
.theme-dark .form.deprecated .control-group input[type=password],
.theme-dark .form.deprecated .control-group input[type=text],
.theme-dark .form.deprecated .control-group textarea
.theme-dark .gameNameInput-385LoS:focus,
.theme-dark .gameNameInput-385LoS:hover {
color: #efefef;
}
.theme-light .form-deprecated .control-group input[type=email],
.theme-light .form-deprecated .control-group input[type=number],
.theme-light .form-deprecated .control-group input[type=password],
.theme-light .form-deprecated .control-group input[type=text],
.theme-light .form-deprecated .control-group textarea,
.theme-light .form.deprecated .control-group input[type=email],
.theme-light .form.deprecated .control-group input[type=number],
.theme-light .form.deprecated .control-group input[type=password],
.theme-light .form.deprecated .control-group input[type=text],
.theme-light .form.deprecated .control-group textarea,
.theme-light .gameNameInput-385LoS:focus,
.theme-light .gameNameInput-385LoS:hover {
color: #101010;
}
.form-deprecated .control-group input[type=email]:focus,
.form-deprecated .control-group input[type=number]:focus,
.form-deprecated .control-group input[type=password]:focus,
.form-deprecated .control-group input[type=text]:focus,
.form-deprecated .control-group textarea:focus,
.form.deprecated .control-group input[type=email]:focus,
.form.deprecated .control-group input[type=number]:focus,
.form.deprecated .control-group input[type=password]:focus,
.form.deprecated .control-group input[type=text]:focus,
.form.deprecated .control-group textarea:focus,
.imageSelected-4Kl81J {
border-color: var(--main-color);
}
.message-2qRu38 {
background-color: var(--tertiary-color) !important;
}
.botTagRegular-2HEhHi,
.aka-1mqp34,
.wanderingCubesItem-WPXqao,
#pubslayer .ui-tab-bar-item.selected,
.bd-server-card.bd-server-card-pinned:after,
.keybindShortcut-1BD6Z1 span {
background-color: var(--main-color) !important;
}
.mediaBarInteractionDragging-2QurIZ .mediaBarGrabber-1FqnbN,
.mediaBarProgress-1xaPtl,
.mediaBarProgress-1xaPtl:after,
.mediaBarProgress-1xaPtl:before,
.mediaBarInteraction-37i2O4:hover .mediaBarGrabber-1FqnbN,
.theme-dark .categoryFadeBlurple-1j72_A,
.theme-light .categoryFadeBlurple-1j72_A {
background-color: var(--main-color);
}
.theme-dark .categoryFadeBlurple-1j72_A,
.theme-light .categoryFadeBlurple-1j72_A {
opacity: 0.8;
}
.elevationHigh-1PneE4 {
background-color: var(--primary-color) !important;
}
.bubble-3we2di,
#pubslayer .ui-tab-bar-item.selected:hover,
.theme-dark .categoryFadeBlurple-1j72_A:hover,
.theme-light .categoryFadeBlurple-1j72_A:hover {
background-color: var(--hover-color) !important;
}
.bubble-3we2di:before {
border-top-color: var(--hover-color) !important;
}
.input-cIJ7To:focus,
.input-cIJ7To.focused-1mmYsC {
border-color: var(--main-color) !important;
}
.connectedAccountVerifiedIcon-3aZz_K g path:nth-child(2),
.verified-3uJH7V g path:nth-child(2),
.verified-2-ja4L g path:nth-child(2),
.verifiedIcon-2TCIsJ g path:nth-child(2),
.verifiedIcon-1vpk3S path:nth-of-type(2) {
fill: var(--main-color) !important;
}
.input-autosize-input:focus,
.themeDefault-24hCdX {
background-color: var(--quaternary-color) !important;
}
.number-3ceIrJ {
background-color: var(--quaternary-color) !important;
border-color: var(--tertiary-color) !important;
}
.foreground-2aE44H {
stroke: var(--main-color) !important;
}
.lookFilled-1Gx00P.colorGrey-2DXtkV:disabled {
background: var(--primary-color);
}
.lookFilled-1Gx00P.colorGrey-2DXtkV {
background: var(--secondary-color);
}
.lookFilled-1Gx00P.colorGrey-2DXtkV:hover {
background: var(--primary-color);
}
.path2-1q7bG_,
.path-92Hmty {
stroke: var(--hover-color) !important;
}
.path3-2l9TIX {
stroke: var(--main-color) !important;
}
.bda-slist .bda-footer a {
color: var(--main-color);
}
.actionRed-gYn8D3 {
background-color: var(--dnd);
transition: all .2s ease-in-out;
}
.actionRed-gYn8D3:hover {
background-color: var(--dnd);
transform: scale(1.08);
}
.actionRed-gYn8D3:active {
background-color: var(--dnd);
filter: brightness(0.5);
transform: scale(0.9);
}
.themeDark-3Ap_7i {
background-color: var(--primary-color);
}
.ragingDemon-bDcoXE {
background-color: var(--primary-color);
}
.symbol-3ffeCr {
background-color: var(--main-color);
-webkit-mask-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/demon-fill.svg);
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 80vw 60vh;
}
.symbol-3ffeCr img {
display: none;
}
.symbol-3ffeCr::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #231F1F;
-webkit-mask-image: url(https://ellexidecodes.github.io/Discord-Themes/assets/demon-outline.svg);
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 80vw 60vh;
}
.wrapper-2ZbzR9 {
background: transparent !important;
}
.theme-dark .theme-light .input-1mgnkM,
.theme-dark .theme-light .input-UJ9Tr3 {
color: #eee;
}
/* 20.a. Plugin Optimization */
/* 20.a.1. BetterFormatting */
.bf-toolbar:before {
background: var(--quaternary-color) !important;
}
/* 20.a.2. Permission Viewer */
#permissions-modal-wrapper #permissions-modal {
border-color: var(--primary-color);
}
#permissions-modal-wrapper .perm-side {
background: transparent !important
}
#permissions-modal-wrapper .role-item {
border: 1px solid transparent;
}
#permissions-modal-wrapper .role-item:hover {
background-color: transparent !important;
border-color: var(--hover-color);
}
/* 20.a.3. Character Counter */
span#charcounter {
color: rgba(255, 255, 255, .3);
right: 10px;
bottom: 0em;
}
.message-1PNnaP span#charcounter {
bottom: -.5em;
}
/* 20.a.4. Reply System */
div.reply-list {
background: var(--primary-color)
}
div.reply-item {
background: transparent;
border: 1px solid var(--main-color)
}
/* 20.a.5. Server Folders */
.guildsWrapper-5TJh6A.foldercontentclosed {
width: 0;
}
.guildsWrapper-5TJh6A.foldercontent {
transition: all .2s ease-in-out;
}
.guildsWrapper-5TJh6A.foldercontent .guilds-1q_RqH>div.guild-1EfMGQ:first-child {
margin-top: 8px;
margin-bottom: 5px;
margin-left: 0;
position: relative;
height: 50px;
width: 50px;
}
.guildsWrapper-5TJh6A.foldercontent .guilds-1q_RqH>.guild-1EfMGQ:first-child .guildInner-3DSoA4 {
border: none;
}
.guildsWrapper-5TJh6A.foldercontent .scrollerWrap-1IAIlv {
border-top: 2px solid var(--main-color);
box-sizing: border-box;
margin-top: 46px !important;
}
.guildSeparator-1X4GQ1.folderseparator::after {
background-color: #666 !important;
}
.guild-1EfMGQ.folder .badge-1GsMF2.folder.count {
background: var(--main-color) !important;
}
/* 20.a.6. Share Button Plugin */
.sb-button:hover {
background-color: var(--main-color) !important;
}
.metalloriff-changelog-scroller::-webkit-scrollbar {
display: none;
}
/* 20.a.7. Theme & Plugon Repo */
.themerepo-modal .themeEntry.downloadable .btn-download,
.pluginrepo-modal .pluginEntry.downloadable .btn-download {
background-color: var(--main-color) !important;
}
/* 20.a.8. Personal Pins */
.popoutBottomRight-2JrySt.noArrow-3BYQ0Z.popout-personalpins-notes {
margin-top: 12px;
}
/* 20.a.9. Detailed Tooltip */
.tooltips-FhwIyl .dst-tooltip.tooltip-1OS-Ti.right-KM_vfY {
background-color: var(--main-color) !important;
}
/* 21. Custom CSS */
.bd-detached-editor .chat-3bRxxu .title-3qD0b- > div:last-child,
.bd-detached-editor .headerBar-UHpsPw > div:last-child {
margin-right: 0 !important;
}
#bd-customcss-detach-container #bd-customcss-attach-controls{
display: flex;
flex-flow: column;
align-items: center;
}
#bd-customcss-attach-controls {
display: flex;
flex-flow: column;
align-items: center;
}
#bd-customcss-detach-controls-button > span {
font-size: 0 !important;
display: flex;
flex-flow: column;
align-items: center;
}
#bd-customcss-attach-controls .checkbox-group {
order: 1;
}
/* Main CSS Box */
.ace-monokai {
background-color: #232327;
color: white;
}
/* Gutter Line */
.ace-monokai .ace_gutter {
background: #101011;
color: var(--streaming);
}
/* Shorter Highlight Line */
.ace-monokai .ace_gutter-active-line {
background-color: #1E1E21;
}
/* When Clicking and Dragging through the codes to highlight them */
.ace-monokai .ace_marker-layer .ace_selection {
background: var(--main-color);
}
/* Long Highlight Line */
.ace-monokai .ace_marker-layer .ace_active-line {
background: #121212;
}
/* Bracket Border */
.ace-monokai .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid var(--hover-color);
}
/* Comment Code */
.ace-monokai .ace_comment {
color: var(--online);
}
/* 22. @Media Edits */
/* change screen size */
@media only screen and (max-width: 915px) {
.members-1998pB{
transform:translate(145px);
z-index:2;
transition:all 300ms ease;
}
.members-1998pB:hover{
animation:member 300ms ease;
transform:translate(0px);
box-shadow:4px 0 10px 6px rgba(0, 0, 0, 0.8);
}
.members-1998pB:hover::after{
display: none;
}
.member-3W1lQa{
margin-left:20px;
}
.members-1998pB:hover .member-3W1lQa{
margin-left: 15px;
}
.members-1998pB .membersGroup-v9BXpm {
transform-origin:left;
font-size: 8px;
padding:2px;
transition:all 300ms ease;
width:30% !important;
height: 27px !important;
margin-left: 10px !important;
}
.members-1998pB:hover .membersGroup-v9BXpm{
font-size: 13px;
width: 100% !important;
padding: 4px;
text-align: center;
margin-left: 2px !important;
}
.members-1998pB .memberInner-2CPc3V{
opacity:0;
transition:opacity 300ms ease, margin 100ms ease;
}
.members-1998pB .memberInner-2CPc3V .nameTag-3p0yK- {
margin-bottom:6px;
}
.members-1998pB:hover .memberInner-2CPc3V {
opacity:1;
}
[class*="scroller-"] .members-1998pB{
height: 100%;
--add: 200px;
height: calc(100% + var(--add));
padding-bottom: calc(20px + var(--add));
margin-bottom: var(--add);
transform: translate(142px);
}
[class*="scroller-"] .members-1998pB:hover{
animation: member 300ms ease;
transform: translate(0px);
box-shadow: 4px 0 10px 6px rgba(0, 0, 0, 0.8);
}
.header-toolbar button.active{display:none;}
.chat-3bRxxu .content-yTz4x3>.spacer-1fA9zc.vertical-V37hAW {
margin-right:-145px !important;
z-index:1
}
.chat-3bRxxu .content-yTz4x3>.spacer-1fA9zc.vertical-V37hAW:only-child {
margin-right:0px !important;
z-index:1
}
.chat-3bRxxu .content-yTz4x3.spacer-1fA9zc.vertical-V37hAW{
margin-right:0px;
z-index:1
}
.searchResultsWrap-2DKFzt {
z-index: 2 !important;
}
}
/* Anti-BetterDocs
* Bulk by Tropix
* Modified by <NAME>
*/
html[class="gr__betterdocs_us"] body #app-mount {
background-size:cover !important;
background-repeat:no-repeat !important;
background-image:url('https://nfld99.com/images/Shitdocs.png') !important;
cursor:not-allowed !important;
position:absolute !important;
display:block !important;
opacity:1 !important;
left:0 !important;
top:0 !important;
margin:0 !important;
z-index: 999999999 !important;
visibility:visible !important;
}
.embedLink-1G1K1D[href*="Betterdocs." i],
.containerCozy-jafyvG .markup-2BOw-j a[href*="betterdocs."]{
color: #38000b !important;
text-shadow:0 0 12px black;
pointer-events:none;
}
.embedLink-1G1K1D[href*="Betterdocs." i]::selection,
.containerCozy-jafyvG .markup-2BOw-j a[href*="betterdocs." i]::selection{
background-color:darkred !important;
}
.embed-IeVjo6 a[href*="betterdocs." i]:before {
color:#bbb;
background: rgb(22, 22, 22) url(https://i.imgur.com/ClYJFpv.png) bottom right/100px no-repeat;
border:2px solid #f0474744;
box-shadow:0 0 12px #f0474744;
padding:7px 6px;
padding-right: 100px;
margin-top: -33px;
margin-left:-15px;
border-radius:5px !important;
text-align: justify;
position:absolute;
font-weight:bold;
height: 100%;
box-sizing: border-box;
white-space: pre-wrap;
overflow: hidden;
letter-spacing: 0;
content:'BetterDocs is an unofficial source, and should be treated as such. The owner posts peoples themes and plugins without their permission, and also contains content that would not be found on the official BetterDiscord repos. This means it probably contains harmful plugins that could either get you into trouble with discord, or steal user account info. Please stay safe, and download from official sources only.';
}
.embed-IeVjo6 a[href*="betterdocs." i]{
color:transparent !important;
height:70px;
}
.embed-IeVjo6 a[href*="betterdocs.net/preview" i]:before,
.embed-IeVjo6 a[href*="betterdocs.us/preview" i]:before {
width:auto;
height: 100%;
z-index: 2;
padding: 10px;
color:#bbb;
background: rgb(22, 22, 22) url(https://i.imgur.com/ClYJFpv.png) top/30% no-repeat;
display: flex;
text-align: justify;
align-content: center;
align-items: center;
white-space: pre-wrap;
content:'This is an unofficial source, and should be treated as such. The owner posts peoples themes and plugins without their permission, and also contains content that would not be found on the official BetterDiscord repos. This means it probably contains harmful plugins that could either get you into trouble with discord, or steal user account info. Please stay safe, and download from official sources only.';
}
.markup-2BOw-j>a[href*="betterdocs." i] {
font-size: 0;
}
.markup-2BOw-j>a[href*="betterdocs." i]:after {
content: "This theme does not support BetterDocs.";
color: #f04747;
font-weight: bolder;
font-size: 15px;
animation: none;
}
/*In-Chat Invite Link */
.wrapper-35wsBm .icon-3o6xvg[style*="/icons/153708594091655168"]::after {
content:'BetterDocs is not an official source of themes and plugins\a and should not be trusted. The creator posts content\a without permission and it may have harmful plugins.\a Do not use BetterDocs.';
color:#bbb;
background: rgb(22, 22, 22) url(https://i.imgur.com/ClYJFpv.png) left/auto 100% no-repeat;
border:2px solid #f0474744;
box-shadow:0 0 12px #f0474744;
padding:10px 7px 10px 100px;
margin-top:-35px;
margin-left:-18px;
border-radius:5px !important;
position:absolute;
font-weight:bold;
letter-spacing: 0;
font-size: 15px;
text-shadow:0 0 12px black;
width: 300px;
height: 78px;
z-index: 1;
}
.markup-2BOw-j .anchor-3Z-8Bb[href="https://discordapp.com/invite/D4cAkXX" i] {
color:transparent!important;
cursor:not-allowed !important;
pointer-events: none!important;
letter-spacing: -1000px!important;
}
.markup-2BOw-j .anchor-3Z-8Bb[href="https://discordapp.com/invite/D4cAkXX" i]:after {
content:'This theme does not support BetterDocs.';
color: #f04747 !important;
font-weight: bold;
text-shadow:0 0 12px black;
pointer-events:none;
letter-spacing: 0;
}
| 0.335024 | 0.137041 |
.header {
z-index: 1;
position: fixed;
left: 5%;
top: 10.7px;
height: 3rem;
width: 90%;
transition: all 0.2s ease-in-out;
transform: translateY(0);
display: flex;
align-items: center;
justify-content: space-between;
}
.header.is-hidden {
transform: translateY(-120%);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
background: rgba(70,70,70,0.1);
}
.header.no-animation {
transition: none;
}
.nav-item {
display: block;
color: #586069;
cursor: pointer;
text-decoration: none !important;
transition: color 0.3s ease-in-out;
}
.nav-item:hover, .nav-item.selected, .nav-item:focus {
color: #24292E !important;
}
/* Left section - Logo as default */
.left-layout {
margin-bottom: -4.7px;
color: initial;
}
/* Middle section - Main function as default*/
.middle-layout {
width: 50%;
}
@media (max-width: 667px) {
.middle-layout {
width: 60%;
}
}
@media (min-width: 769px) {
.middle-layout {
width: 400px;
}
}
/* Middle Section - CompanyListView Customization*/
.header-search {
position: relative;
top: -2px;
cursor: default;
opacity: 0.3;
transition: all 0.3s ease-in-out;
}
.header-search:focus-within {
opacity: 1;
}
.header-search:hover {
opacity: 1;
}
.header-search .fa-search {
position: absolute;
top: 6px;
left: 4px;
color: #24292E;
}
.header-search .fa-times-circle {
position: absolute;
top: 6px;
right: 4px;
color: lightgrey;
transition: all 0.1s ease-in-out;
}
.header-search .fa-times-circle:hover {
color: darkgrey;
}
.header-search input {
width: 100%;
border-color: #24292E;
border-width: 0 0 1px;
border-radius: 0;
outline: 0;
padding: 7px 24px 7px 27px;
color: #24292E;
}
::placeholder {
color: lightgrey;
}
/* Middle Section - RecordsView Customization */
.company-name a {
font-size: 1rem;
color: inherit;
text-decoration: inherit;
}
/* Right Section - Supplementary functions as default */
.right-layout {
position: relative;
top: 1px;
}
.right-layout button {
opacity: 0.444;
}
.right-layout button:hover {
opacity: 1;
}
.operations {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
}
/* Right Section - CompanyListView Customization */
.overlay {
z-index: -1;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
background-color: #FFF;
transition: all 0.3s ease-in-out;
}
.username:hover .overlay {
z-index: 1;
opacity: 1;
}
|
front-end/src/components/Header/Header.css
|
.header {
z-index: 1;
position: fixed;
left: 5%;
top: 10.7px;
height: 3rem;
width: 90%;
transition: all 0.2s ease-in-out;
transform: translateY(0);
display: flex;
align-items: center;
justify-content: space-between;
}
.header.is-hidden {
transform: translateY(-120%);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
background: rgba(70,70,70,0.1);
}
.header.no-animation {
transition: none;
}
.nav-item {
display: block;
color: #586069;
cursor: pointer;
text-decoration: none !important;
transition: color 0.3s ease-in-out;
}
.nav-item:hover, .nav-item.selected, .nav-item:focus {
color: #24292E !important;
}
/* Left section - Logo as default */
.left-layout {
margin-bottom: -4.7px;
color: initial;
}
/* Middle section - Main function as default*/
.middle-layout {
width: 50%;
}
@media (max-width: 667px) {
.middle-layout {
width: 60%;
}
}
@media (min-width: 769px) {
.middle-layout {
width: 400px;
}
}
/* Middle Section - CompanyListView Customization*/
.header-search {
position: relative;
top: -2px;
cursor: default;
opacity: 0.3;
transition: all 0.3s ease-in-out;
}
.header-search:focus-within {
opacity: 1;
}
.header-search:hover {
opacity: 1;
}
.header-search .fa-search {
position: absolute;
top: 6px;
left: 4px;
color: #24292E;
}
.header-search .fa-times-circle {
position: absolute;
top: 6px;
right: 4px;
color: lightgrey;
transition: all 0.1s ease-in-out;
}
.header-search .fa-times-circle:hover {
color: darkgrey;
}
.header-search input {
width: 100%;
border-color: #24292E;
border-width: 0 0 1px;
border-radius: 0;
outline: 0;
padding: 7px 24px 7px 27px;
color: #24292E;
}
::placeholder {
color: lightgrey;
}
/* Middle Section - RecordsView Customization */
.company-name a {
font-size: 1rem;
color: inherit;
text-decoration: inherit;
}
/* Right Section - Supplementary functions as default */
.right-layout {
position: relative;
top: 1px;
}
.right-layout button {
opacity: 0.444;
}
.right-layout button:hover {
opacity: 1;
}
.operations {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
}
/* Right Section - CompanyListView Customization */
.overlay {
z-index: -1;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
background-color: #FFF;
transition: all 0.3s ease-in-out;
}
.username:hover .overlay {
z-index: 1;
opacity: 1;
}
| 0.481454 | 0.140867 |
html, body { height: 100% }
body {
display: flex;
align-items: center;
background-color: #f9f9f9;
}
.home{
max-width: 500px;
margin: 0 auto;
padding: 50px;
background-color: #fff;
box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
position: absolute;
max-height: 2000px;
height: 1100px;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.nav h1 {
text-align: center;
font-family: 'Georgia';
font-weight: bold;
color: black;
line-height: 40px;
font-size: 40px;
margin-top: 0;
margin-bottom: 80px;
text-transform: uppercase;
}
.nav h2 {
color: black;
font-size: 20px;
text-align: center;
}
.nav {
font-family: 'Georgia';
color: black;
line-height: 50px;
font-size: 20px;
margin-top: 0;
margin-bottom: 80px;
text-align: center;
}
.nav ul {
list-style: none;
margin: 0 auto;
padding: 0;
}
.nav2 ul li {
color: black;
display: inline-block;
height: 50px;
line-height: 60px;
list-style: none;
padding: 0 10px;
}
.btn {
background-image: linear-gradient(to right, #AA076B 0%, #61045F 51%, #AA076B 100%)
}
.btn {
margin: 10px;
padding: 15px 45px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
box-shadow: 0 0 20px #eee;
border-radius: 100px;
display: block;
}
.btn:hover {
background-position: right center; /* change the direction of the change here */
color: #fff;
text-decoration: none;
}
.btn2 {background-image: linear-gradient(to right, #232526 0%, #414345 51%, #232526 100%)}
.btn2 {
margin: 10px;
padding: 15px 45px;
font-size: 13px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
box-shadow: 0 0 20px #eee;
border-radius: 10px;
display: block;
}
.btn2:hover {
background-position: right center; /* change the direction of the change here */
color: #fff;
text-decoration: none;
}
|
pagina.css
|
html, body { height: 100% }
body {
display: flex;
align-items: center;
background-color: #f9f9f9;
}
.home{
max-width: 500px;
margin: 0 auto;
padding: 50px;
background-color: #fff;
box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
position: absolute;
max-height: 2000px;
height: 1100px;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.nav h1 {
text-align: center;
font-family: 'Georgia';
font-weight: bold;
color: black;
line-height: 40px;
font-size: 40px;
margin-top: 0;
margin-bottom: 80px;
text-transform: uppercase;
}
.nav h2 {
color: black;
font-size: 20px;
text-align: center;
}
.nav {
font-family: 'Georgia';
color: black;
line-height: 50px;
font-size: 20px;
margin-top: 0;
margin-bottom: 80px;
text-align: center;
}
.nav ul {
list-style: none;
margin: 0 auto;
padding: 0;
}
.nav2 ul li {
color: black;
display: inline-block;
height: 50px;
line-height: 60px;
list-style: none;
padding: 0 10px;
}
.btn {
background-image: linear-gradient(to right, #AA076B 0%, #61045F 51%, #AA076B 100%)
}
.btn {
margin: 10px;
padding: 15px 45px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
box-shadow: 0 0 20px #eee;
border-radius: 100px;
display: block;
}
.btn:hover {
background-position: right center; /* change the direction of the change here */
color: #fff;
text-decoration: none;
}
.btn2 {background-image: linear-gradient(to right, #232526 0%, #414345 51%, #232526 100%)}
.btn2 {
margin: 10px;
padding: 15px 45px;
font-size: 13px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
box-shadow: 0 0 20px #eee;
border-radius: 10px;
display: block;
}
.btn2:hover {
background-position: right center; /* change the direction of the change here */
color: #fff;
text-decoration: none;
}
| 0.407451 | 0.06134 |
header.desktop-header-1 {
color: #fff;
border-right: solid 1px rgba(255, 255, 255, 0.1);
background: #353353;
padding: 50px 40px 40px;
position: fixed;
left: 0;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
min-height: 100vh;
top: 0;
width: 290px;
z-index: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
/* === Vertical Menu === */
/* === Submenu === */
}
header.desktop-header-1.open {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
header.desktop-header-1 .vertical-menu {
list-style: none;
padding: 0;
margin-bottom: 130px;
margin-top: 130px;
}
header.desktop-header-1 .vertical-menu li.openmenu > a {
color: #000;
}
header.desktop-header-1 .vertical-menu li.openmenu .switch {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
header.desktop-header-1 .vertical-menu li {
padding: 8px 0;
position: relative;
list-style: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
header.desktop-header-1 .vertical-menu li a:hover {
color: #ffd15c;
}
header.desktop-header-1 .vertical-menu li i {
color: #ffd15c;
margin-right: 20px;
}
header.desktop-header-1 .vertical-menu li .switch {
font-size: 30px;
display: inline-block;
padding: 0 14px;
line-height: 1;
cursor: pointer;
color: #000;
position: absolute;
top: 24px;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
}
header.desktop-header-1 .vertical-menu li a {
color: #fff;
font-family: "Rubik", sans-serif;
font-size: 16px;
font-weight: 700;
width: 100%;
text-decoration: none;
position: relative;
}
header.desktop-header-1 .vertical-menu li a.nav-link {
display: initial;
padding: 0;
}
header.desktop-header-1 .vertical-menu li .nav-link.active {
color: #ffd15c;
}
header.desktop-header-1 .submenu {
display: none;
padding: 0;
}
header.desktop-header-1 .submenu li a {
color: #000;
font-size: 18px;
font-weight: 700;
}
header.desktop-header-1 .submenu li a:after {
height: 3px;
}
header.desktop-header-1 .submenu li a:hover:after {
width: 100%;
height: 3px;
}
header.desktop-header-1 .submenu li a:hover {
color: #000;
}
header.desktop-header-1 .footer {
margin-top: auto;
}
header.desktop-header-1 .copyright {
color: #9c9ab3;
font-size: 14px;
}
header.desktop-header-1.light {
background: #f9f9ff;
border-right: solid 1px rgba(0, 0, 0, 0.05);
}
header.desktop-header-1.light .vertical-menu li .nav-link.active {
color: #ff4c60;
}
header.desktop-header-1.light .vertical-menu li a {
color: #353353;
}
header.desktop-header-1.light .vertical-menu li a:hover {
color: #ff4c60;
}
header.desktop-header-1.light .vertical-menu li i {
color: #ff4c60;
}
header.desktop-header-2 {
color: #fff;
border-right: solid 1px rgba(255, 255, 255, 0.1);
background: #353353;
padding: 40px;
position: fixed;
left: 0;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
min-height: 100vh;
top: 0;
width: 110px;
z-index: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
/* === Vertical Menu === */
}
header.desktop-header-2.open {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
header.desktop-header-2 .vertical-menu {
list-style: none;
padding: 0;
margin-top: 100px;
margin-bottom: 0;
}
header.desktop-header-2 .vertical-menu li.openmenu > a {
color: #000;
}
header.desktop-header-2 .vertical-menu li.openmenu .switch {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
header.desktop-header-2 .vertical-menu li {
padding: 8px 0;
position: relative;
list-style: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
header.desktop-header-2 .vertical-menu li a:hover {
color: #ffd15c;
}
header.desktop-header-2 .vertical-menu li a:hover i {
color: #ffd15c;
opacity: 1;
}
header.desktop-header-2 .vertical-menu li i {
color: #fff;
margin-right: 20px;
opacity: 0.4;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header.desktop-header-2 .vertical-menu li a {
color: #fff;
font-family: "Rubik", sans-serif;
font-size: 24px;
font-weight: 700;
width: 100%;
text-decoration: none;
position: relative;
}
header.desktop-header-2 .vertical-menu li a.nav-link {
display: initial;
padding: 0;
}
header.desktop-header-2 .vertical-menu li .nav-link.active {
color: #ffd15c;
}
header.desktop-header-2 .vertical-menu li .nav-link.active i {
color: #ffd15c;
opacity: 1;
}
header.desktop-header-2 .footer {
margin-top: auto;
position: relative;
}
header.desktop-header-2 .copyright {
color: #9c9ab3;
font-size: 14px;
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
white-space: nowrap;
display: inline-block;
overflow: visible;
}
header.desktop-header-2.light {
background: #f9f9ff;
border-right: solid 1px rgba(0, 0, 0, 0.05);
}
header.desktop-header-2.light .vertical-menu li i {
color: #353353;
opacity: 1;
}
header.mobile-header-1 {
background: #353353;
display: none;
padding: 10px 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header.mobile-header-1.open {
-webkit-transform: translateX(290px);
-ms-transform: translateX(290px);
transform: translateX(290px);
}
header.mobile-header-1 .menu-icon button {
background: transparent;
border: 0;
cursor: pointer;
outline: 0;
height: 33px;
width: 33px;
}
header.mobile-header-1 .menu-icon span {
display: block;
background: #fff;
border-radius: 5px;
height: 4px;
position: relative;
width: 30px;
}
header.mobile-header-1 .menu-icon span:before {
content: "";
display: block;
background: #fff;
border-radius: 5px;
height: 4px;
top: -10px;
position: absolute;
width: 30px;
}
header.mobile-header-1 .menu-icon span:after {
content: "";
display: block;
background: #fff;
border-radius: 5px;
height: 4px;
top: 10px;
position: absolute;
width: 30px;
}
header.mobile-header-1 .site-logo {
display: inline-block;
}
header.mobile-header-1 .site-logo img {
max-height: 30px;
}
header.mobile-header-1.light {
background: #f9f9ff;
}
header.mobile-header-1.light .menu-icon span {
background: #353353;
}
header.mobile-header-1.light .menu-icon span:before,
header.mobile-header-1.light .menu-icon span:after {
background: #353353;
}
header.mobile-header-2 {
background: #353353;
display: none;
padding: 10px 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header.mobile-header-2.open {
-webkit-transform: translateX(110px);
-ms-transform: translateX(110px);
transform: translateX(110px);
}
header.mobile-header-2 .menu-icon button {
background: transparent;
border: 0;
cursor: pointer;
outline: 0;
height: 33px;
width: 33px;
}
header.mobile-header-2 .menu-icon span {
display: block;
background: #fff;
border-radius: 5px;
height: 4px;
position: relative;
width: 30px;
}
header.mobile-header-2 .menu-icon span:before {
content: "";
display: block;
background: #fff;
border-radius: 5px;
height: 4px;
top: -10px;
position: absolute;
width: 30px;
}
header.mobile-header-2 .menu-icon span:after {
content: "";
display: block;
background: #fff;
border-radius: 5px;
height: 4px;
top: 10px;
position: absolute;
width: 30px;
}
header.mobile-header-2 .site-logo {
display: inline-block;
}
header.mobile-header-2 .site-logo img {
max-height: 30px;
}
.desktop-header-3 {
background: #353353;
padding: 20px 0;
border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.desktop-header-3 .navbar {
padding: 0;
}
.desktop-header-3 .navbar-brand {
padding-top: 0;
padding-bottom: 0;
}
.desktop-header-3 .navbar-dark .navbar-nav .nav-link {
color: #fff;
}
.desktop-header-3 .nav-link {
font-size: 16px;
font-weight: 700;
padding: 0;
}
.desktop-header-3 .nav-link.active {
color: #ffd15c !important;
}
.desktop-header-3 .nav-link:hover {
color: #ffd15c !important;
}
.desktop-header-3 .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 0;
border-radius: 0.25rem;
}
.desktop-header-3 button.navbar-toggler:focus {
outline: 0;
outline: 0;
}
.desktop-header-3 .navbar-nav li:not(:last-child) {
padding-right: 3rem;
}
@media (min-width: 992px) {
.desktop-header-3 .navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
}
.desktop-header-3.light {
background: #f9f9ff;
border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.desktop-header-3.light .navbar-dark .navbar-nav .nav-link {
color: #353353;
}
|
src/components/Header/Header.css
|
header.desktop-header-1 {
color: #fff;
border-right: solid 1px rgba(255, 255, 255, 0.1);
background: #353353;
padding: 50px 40px 40px;
position: fixed;
left: 0;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
min-height: 100vh;
top: 0;
width: 290px;
z-index: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
/* === Vertical Menu === */
/* === Submenu === */
}
header.desktop-header-1.open {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
header.desktop-header-1 .vertical-menu {
list-style: none;
padding: 0;
margin-bottom: 130px;
margin-top: 130px;
}
header.desktop-header-1 .vertical-menu li.openmenu > a {
color: #000;
}
header.desktop-header-1 .vertical-menu li.openmenu .switch {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
header.desktop-header-1 .vertical-menu li {
padding: 8px 0;
position: relative;
list-style: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
header.desktop-header-1 .vertical-menu li a:hover {
color: #ffd15c;
}
header.desktop-header-1 .vertical-menu li i {
color: #ffd15c;
margin-right: 20px;
}
header.desktop-header-1 .vertical-menu li .switch {
font-size: 30px;
display: inline-block;
padding: 0 14px;
line-height: 1;
cursor: pointer;
color: #000;
position: absolute;
top: 24px;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
}
header.desktop-header-1 .vertical-menu li a {
color: #fff;
font-family: "Rubik", sans-serif;
font-size: 16px;
font-weight: 700;
width: 100%;
text-decoration: none;
position: relative;
}
header.desktop-header-1 .vertical-menu li a.nav-link {
display: initial;
padding: 0;
}
header.desktop-header-1 .vertical-menu li .nav-link.active {
color: #ffd15c;
}
header.desktop-header-1 .submenu {
display: none;
padding: 0;
}
header.desktop-header-1 .submenu li a {
color: #000;
font-size: 18px;
font-weight: 700;
}
header.desktop-header-1 .submenu li a:after {
height: 3px;
}
header.desktop-header-1 .submenu li a:hover:after {
width: 100%;
height: 3px;
}
header.desktop-header-1 .submenu li a:hover {
color: #000;
}
header.desktop-header-1 .footer {
margin-top: auto;
}
header.desktop-header-1 .copyright {
color: #9c9ab3;
font-size: 14px;
}
header.desktop-header-1.light {
background: #f9f9ff;
border-right: solid 1px rgba(0, 0, 0, 0.05);
}
header.desktop-header-1.light .vertical-menu li .nav-link.active {
color: #ff4c60;
}
header.desktop-header-1.light .vertical-menu li a {
color: #353353;
}
header.desktop-header-1.light .vertical-menu li a:hover {
color: #ff4c60;
}
header.desktop-header-1.light .vertical-menu li i {
color: #ff4c60;
}
header.desktop-header-2 {
color: #fff;
border-right: solid 1px rgba(255, 255, 255, 0.1);
background: #353353;
padding: 40px;
position: fixed;
left: 0;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
min-height: 100vh;
top: 0;
width: 110px;
z-index: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
/* === Vertical Menu === */
}
header.desktop-header-2.open {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
header.desktop-header-2 .vertical-menu {
list-style: none;
padding: 0;
margin-top: 100px;
margin-bottom: 0;
}
header.desktop-header-2 .vertical-menu li.openmenu > a {
color: #000;
}
header.desktop-header-2 .vertical-menu li.openmenu .switch {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
header.desktop-header-2 .vertical-menu li {
padding: 8px 0;
position: relative;
list-style: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
header.desktop-header-2 .vertical-menu li a:hover {
color: #ffd15c;
}
header.desktop-header-2 .vertical-menu li a:hover i {
color: #ffd15c;
opacity: 1;
}
header.desktop-header-2 .vertical-menu li i {
color: #fff;
margin-right: 20px;
opacity: 0.4;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header.desktop-header-2 .vertical-menu li a {
color: #fff;
font-family: "Rubik", sans-serif;
font-size: 24px;
font-weight: 700;
width: 100%;
text-decoration: none;
position: relative;
}
header.desktop-header-2 .vertical-menu li a.nav-link {
display: initial;
padding: 0;
}
header.desktop-header-2 .vertical-menu li .nav-link.active {
color: #ffd15c;
}
header.desktop-header-2 .vertical-menu li .nav-link.active i {
color: #ffd15c;
opacity: 1;
}
header.desktop-header-2 .footer {
margin-top: auto;
position: relative;
}
header.desktop-header-2 .copyright {
color: #9c9ab3;
font-size: 14px;
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
white-space: nowrap;
display: inline-block;
overflow: visible;
}
header.desktop-header-2.light {
background: #f9f9ff;
border-right: solid 1px rgba(0, 0, 0, 0.05);
}
header.desktop-header-2.light .vertical-menu li i {
color: #353353;
opacity: 1;
}
header.mobile-header-1 {
background: #353353;
display: none;
padding: 10px 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header.mobile-header-1.open {
-webkit-transform: translateX(290px);
-ms-transform: translateX(290px);
transform: translateX(290px);
}
header.mobile-header-1 .menu-icon button {
background: transparent;
border: 0;
cursor: pointer;
outline: 0;
height: 33px;
width: 33px;
}
header.mobile-header-1 .menu-icon span {
display: block;
background: #fff;
border-radius: 5px;
height: 4px;
position: relative;
width: 30px;
}
header.mobile-header-1 .menu-icon span:before {
content: "";
display: block;
background: #fff;
border-radius: 5px;
height: 4px;
top: -10px;
position: absolute;
width: 30px;
}
header.mobile-header-1 .menu-icon span:after {
content: "";
display: block;
background: #fff;
border-radius: 5px;
height: 4px;
top: 10px;
position: absolute;
width: 30px;
}
header.mobile-header-1 .site-logo {
display: inline-block;
}
header.mobile-header-1 .site-logo img {
max-height: 30px;
}
header.mobile-header-1.light {
background: #f9f9ff;
}
header.mobile-header-1.light .menu-icon span {
background: #353353;
}
header.mobile-header-1.light .menu-icon span:before,
header.mobile-header-1.light .menu-icon span:after {
background: #353353;
}
header.mobile-header-2 {
background: #353353;
display: none;
padding: 10px 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header.mobile-header-2.open {
-webkit-transform: translateX(110px);
-ms-transform: translateX(110px);
transform: translateX(110px);
}
header.mobile-header-2 .menu-icon button {
background: transparent;
border: 0;
cursor: pointer;
outline: 0;
height: 33px;
width: 33px;
}
header.mobile-header-2 .menu-icon span {
display: block;
background: #fff;
border-radius: 5px;
height: 4px;
position: relative;
width: 30px;
}
header.mobile-header-2 .menu-icon span:before {
content: "";
display: block;
background: #fff;
border-radius: 5px;
height: 4px;
top: -10px;
position: absolute;
width: 30px;
}
header.mobile-header-2 .menu-icon span:after {
content: "";
display: block;
background: #fff;
border-radius: 5px;
height: 4px;
top: 10px;
position: absolute;
width: 30px;
}
header.mobile-header-2 .site-logo {
display: inline-block;
}
header.mobile-header-2 .site-logo img {
max-height: 30px;
}
.desktop-header-3 {
background: #353353;
padding: 20px 0;
border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.desktop-header-3 .navbar {
padding: 0;
}
.desktop-header-3 .navbar-brand {
padding-top: 0;
padding-bottom: 0;
}
.desktop-header-3 .navbar-dark .navbar-nav .nav-link {
color: #fff;
}
.desktop-header-3 .nav-link {
font-size: 16px;
font-weight: 700;
padding: 0;
}
.desktop-header-3 .nav-link.active {
color: #ffd15c !important;
}
.desktop-header-3 .nav-link:hover {
color: #ffd15c !important;
}
.desktop-header-3 .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 0;
border-radius: 0.25rem;
}
.desktop-header-3 button.navbar-toggler:focus {
outline: 0;
outline: 0;
}
.desktop-header-3 .navbar-nav li:not(:last-child) {
padding-right: 3rem;
}
@media (min-width: 992px) {
.desktop-header-3 .navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
}
.desktop-header-3.light {
background: #f9f9ff;
border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.desktop-header-3.light .navbar-dark .navbar-nav .nav-link {
color: #353353;
}
| 0.217836 | 0.036322 |
.itabs.tabBanner{
background: #eee;
height: 400px;
position: relative;
}.itabs.tabBanner *{
padding: 0px;
margin: 0px;
}.itabs.tabBanner [data-rel="tabs"]{
position: absolute;
top: 87%;
z-index: 10;
width: 100%;
padding-left: 20px;
}.itabs.tabBanner [data-rel="progress"]{
display: table;
width: 100%;
height: 2px;
z-index: 35;
position: absolute;
bottom: 0px;
}.itabs.tabBanner [data-rel="progress"]{
}.itabs.tabBanner [data-rel="progress"] span{
display: table;
background: red ;
height: 100%;
width: 0px;
transition:3000ms ;
}.itabs.tabBanner [data-rel="progress"][data-mode="notransition"] span{
transition:0ms !important;
}.itabs.tabBanner [data-rel="progress"][data-status="step-complete"] span{
width: 100%;
}.itabs.tabBanner [data-rel="tabs"] a[data-rel="tab"]{
display: inline-table;
padding: 10px;
margin: 0px;
background: transparent;
color: #aaa;
box-shadow: 0px 0px 0px 1px #aaa inset;
cursor: pointer;
text-decoration: none;
min-width: 35px;
text-align: center;
transition:300ms ;
}.itabs.tabBanner [data-rel="tabs"] a[data-rel="tab"]:hover{
display: inline-table;
padding: 10px;
margin: 0px;
background: transparent;
color: #b9b9b9;
box-shadow: 0px 0px 0px 1px #eee inset,0px 0px 3px -1px #000 inset;
cursor: pointer;
}.itabs.tabBanner [data-rel="tabs"] a[data-rel="tab"]:active{
display: inline-table;
padding: 10px;
margin: 0px;
background: transparent;
color: #fff;
box-shadow: 0px 0px 0px 1px #fff inset;
cursor: pointer;
}.itabs.tabBanner [data-rel="tabs"] a[data-rel="tab"][disabled="disabled"]{
pointer-events:none;
display: inline-table;
padding: 10px;
margin-right: -6px;
background: #ccc;
color: #A7A7A7;
box-shadow: 0px 0px 0px 1px #ccc inset;
}.itabs.tabBanner [data-rel="tabs"] a[data-rel="tab"][data-status="active"]{
background: red;
color: #fff;
box-shadow: 0px 0px 0px 1px #fff inset;
}.itabs.tabBanner [data-rel="slides"] {
border: 0px !important;
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
background: #000;
overflow: hidden;
}.itabs.tabBanner [data-rel="slides"] [data-rel="slide"]{
display: block;
visibility: hidden;
overflow: hidden;
opacity: 0.3;
height: 0px;
width: 100% !important;
transition:all 500ms ease;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
}.itabs.tabBanner [data-rel="slides"] [data-rel="slide"][data-status="active"]{
height: 100%;
visibility: visible;
opacity: 1;
}
@media (max-width: 990px){
.itabs.tabBanner [data-rel="tabs"] {
top: 340px;
}
}
@media (max-width: 520px){
.itabs.tabBanner [data-rel="tabs"] {
top: 140px;
}
}
@media (max-width: 520px){
.itabs.tabBanner, .itabs.tabBanner .content-banner{
height: 150px !important;
}
.itabs.tabBanner [data-rel="tabs"] {
top: 132px;
}.itabs.tabBanner [data-rel="tabs"] [data-rel="tab"]{
width: 16px;
height: 9px;
display: inline-block !important;
padding: 0px !important;
overflow: hidden;
color: transparent !important;
}.itabs.tabBanner [data-rel="tabs"] a[data-rel="tab"][data-status="active"]{
width: 16px;
height: 9px;
display: inline-block !important;
padding: 0px !important;
overflow: hidden;
background: #D2B02A !important;
color: transparent !important;
}
}
|
components/plugins/assets/plugins/itabs/examples/example_banner.css
|
.itabs.tabBanner{
background: #eee;
height: 400px;
position: relative;
}.itabs.tabBanner *{
padding: 0px;
margin: 0px;
}.itabs.tabBanner [data-rel="tabs"]{
position: absolute;
top: 87%;
z-index: 10;
width: 100%;
padding-left: 20px;
}.itabs.tabBanner [data-rel="progress"]{
display: table;
width: 100%;
height: 2px;
z-index: 35;
position: absolute;
bottom: 0px;
}.itabs.tabBanner [data-rel="progress"]{
}.itabs.tabBanner [data-rel="progress"] span{
display: table;
background: red ;
height: 100%;
width: 0px;
transition:3000ms ;
}.itabs.tabBanner [data-rel="progress"][data-mode="notransition"] span{
transition:0ms !important;
}.itabs.tabBanner [data-rel="progress"][data-status="step-complete"] span{
width: 100%;
}.itabs.tabBanner [data-rel="tabs"] a[data-rel="tab"]{
display: inline-table;
padding: 10px;
margin: 0px;
background: transparent;
color: #aaa;
box-shadow: 0px 0px 0px 1px #aaa inset;
cursor: pointer;
text-decoration: none;
min-width: 35px;
text-align: center;
transition:300ms ;
}.itabs.tabBanner [data-rel="tabs"] a[data-rel="tab"]:hover{
display: inline-table;
padding: 10px;
margin: 0px;
background: transparent;
color: #b9b9b9;
box-shadow: 0px 0px 0px 1px #eee inset,0px 0px 3px -1px #000 inset;
cursor: pointer;
}.itabs.tabBanner [data-rel="tabs"] a[data-rel="tab"]:active{
display: inline-table;
padding: 10px;
margin: 0px;
background: transparent;
color: #fff;
box-shadow: 0px 0px 0px 1px #fff inset;
cursor: pointer;
}.itabs.tabBanner [data-rel="tabs"] a[data-rel="tab"][disabled="disabled"]{
pointer-events:none;
display: inline-table;
padding: 10px;
margin-right: -6px;
background: #ccc;
color: #A7A7A7;
box-shadow: 0px 0px 0px 1px #ccc inset;
}.itabs.tabBanner [data-rel="tabs"] a[data-rel="tab"][data-status="active"]{
background: red;
color: #fff;
box-shadow: 0px 0px 0px 1px #fff inset;
}.itabs.tabBanner [data-rel="slides"] {
border: 0px !important;
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
background: #000;
overflow: hidden;
}.itabs.tabBanner [data-rel="slides"] [data-rel="slide"]{
display: block;
visibility: hidden;
overflow: hidden;
opacity: 0.3;
height: 0px;
width: 100% !important;
transition:all 500ms ease;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
}.itabs.tabBanner [data-rel="slides"] [data-rel="slide"][data-status="active"]{
height: 100%;
visibility: visible;
opacity: 1;
}
@media (max-width: 990px){
.itabs.tabBanner [data-rel="tabs"] {
top: 340px;
}
}
@media (max-width: 520px){
.itabs.tabBanner [data-rel="tabs"] {
top: 140px;
}
}
@media (max-width: 520px){
.itabs.tabBanner, .itabs.tabBanner .content-banner{
height: 150px !important;
}
.itabs.tabBanner [data-rel="tabs"] {
top: 132px;
}.itabs.tabBanner [data-rel="tabs"] [data-rel="tab"]{
width: 16px;
height: 9px;
display: inline-block !important;
padding: 0px !important;
overflow: hidden;
color: transparent !important;
}.itabs.tabBanner [data-rel="tabs"] a[data-rel="tab"][data-status="active"]{
width: 16px;
height: 9px;
display: inline-block !important;
padding: 0px !important;
overflow: hidden;
background: #D2B02A !important;
color: transparent !important;
}
}
| 0.262558 | 0.208582 |
@media (max-width: 980px) {
body {
padding-bottom: 0px;
}
}
body{
color: #73879C;
}
html, body {
height: 100%;
}
.wrapper, .row {
margin-left:0;
margin-right:0;
padding-left: 0;
padding-right: 0;
}
.wrapper:before, .wrapper:after,
.column:before, .column:after {
content: "";
display: table;
}
.wrapper:after,
.column:after {
clear: both;
}
#sidebar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 1000;
display: block;
background-color: #2c3e50;
overflow-y: scroll;
}
#sidebar .collapse.in {
display: inline;
}
#sidebar > .nav>li>a {
white-space: nowrap;
overflow: hidden;
}
#main {
float: right;
left: 0;
padding-left: 0;
padding-right: 0;
}
.navbar-default{
background-color: #f5f8fa;
}
.navbar-nav {
margin-top: 0;
margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
color: #73879C;
}
.btn-success{
background-color: #26B99A;
border-color: #26B99A;
}
.btn-success:hover {
background-color: #169F85;
border-color: #169F85;
}
.btn-primary{
background-color: #4B5F71;
border-color: #4B5F71;
}
.btn-primary:hover {
background-color: #394D5F;
border-color: #394D5F;
}
.btn-danger{
background-color: #d9534f;
border-color: #d9534f;
}
.btn-danger:hover {
background-color: #d43f3a;
border-color: #d43f3a;
}
.btn-warning{
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.btn-warning:hover{
background-color: #eea236;
border-color: #eea236;
}
.btn-info{
background-color: #5bc0de;
border-color: #5bc0de;
}
.btn-info:hover{
background-color: #46b8da;
border-color: #46b8da;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
background-color: #26B99A;
border-color: transparent;
cursor: not-allowed;
}
#mainContent{
padding-left: 0px;
padding-right: 0px;
}
.breadcrumb{
padding-top: 10px;
padding-bottom: 10px;
background-color: #f5f8fa;
}
.new_json, .edit_json {
position: relative;
height: 350px;
width: 100%;
}
.navTitle {
width: 100%;
float: left;
height: 60px;
font-size: 26px;
}
.navTitle.navTitleDark a{
color: #73879C;
}
.navTitle a{
color: #ffffff;
}
.navTitle a:hover {
text-decoration: none;
}
.navTitle img{
height: 60px;
}
#sidebarToggle{
height: 60px;
width: 60px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-color: #e3eaee;
background-color: #e3eaee;
color: #73879C;
border-bottom: 0px;
}
#sidebar .mainMenuToggle{
padding-left: 10px;
}
#sidebar .mainMenuToggle:hover{
cursor: pointer;
}
#sidebar .list-group-item{
background-color: #2c3e50;
color: #F2F5F7;
border: 0px;
}
#sidebar .list-group-item:hover{
background-color: rgba(255,255,255,0.06);
}
#sidebar .list-group-item a{
color: rgba(255,255,255,0.75);
}
#sidebar .list-group-item-primary{
background-color: #334556;
color: #ffffff;
}
#sidebar .list-group-item:first-child {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
#sidebar .list-group-item:last-child {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
#chartsMessage{
font-size: 22px;
padding-top: 50px;
}
.connection_json{
position: relative;
height: 60px;
width: 100%;
}
.connectionRow{
height: 100px;
}
.connectionRow > td, .connectionRow > td > input, .connectionRow .btn, .connectionRow > td > a{
margin-top: 15px;
}
.coll_indent{
padding-left: 35px;
}
.index_json{
position: relative;
height: 200px;
width: 100%;
}
.ace_gutter-layer{
background-color: #f5f8fa;
}
.ace_editor{
border-bottom: 1px solid #e3eaee;
}
.ace_focus{
background-color: #f5f8fa;
}
#doc_load_placeholder{
padding-top: 150px;
}
#doc_none_found{
padding-top: 150px;
}
.no-pad-top{
margin-top: 0px;
}
.pad-bottom{
padding-bottom: 10px;
}
.no-side-pad{
padding-left: 0px;
padding-right: 0px;
}
.no-pad-left{
padding-left: 0px;
}
.no-pad-right{
padding-right: 0px;
}
.index-table{
margin-top: 25px;
}
.action_button{
margin-bottom: 20px;
}
.navbar{
margin-bottom: 0px;
}
.hljs {
background: #f5f8fa !important;
border-color: #e3eaee !important;
}
label {
font-weight: normal;
}
h4{
font-weight: 400;
}
.formBreak {
height: 1px;
margin: 20px 0;
}
.banner-heading{
margin-top: 15px;
margin-bottom: 15px;
}
.list-group-item a {
word-wrap: break-word;
overflow-wrap: break-word;
}
.db_link{
color: #2c3e50;
}
.doc_view{
max-height: 120px;
min-height: 120px;
overflow: auto
}
.code-block_expand{
position: absolute;
cursor: pointer;
top: 0.5em;
right: 0.5em;
}
.doc_view.expanded{
max-height: none;
}
.doc_view.expanded .code-block_expand{
transform: rotateZ(180deg);
}
.conectionOptions{
max-height: 60px;
min-height: 60px;
overflow: auto
}
.new_doc_button{
padding-left: 15px;
padding-bottom: 20px;
}
.recordCount{
font-size: 18px;
}
#mobile-indicator {
display: none;
}
#notify_message{
position: fixed;
display: none;
z-index: 9999;
padding-top: 10px;
height: 50px;
bottom: 0px;
width: 100%;
text-align: center;
font-size: 22px;
color: white;
}
.notify_message-success{
background-color: #26B99A;
}
.notify_message-danger{
background-color: #d9534f;
}
/*
* off canvas sidebar
* --------------------------------------------------
*/
@media screen and (max-width: 768px) {
.justifiedButtons{
padding-left: 0;
padding-right: 0;
}
.navTitle {
float: none;
height: 60px;
font-size: 14px;
}
.navTitle.navTitleDark a {
font-size: 18px;
}
.navTitle a{
font-size: 18px;
}
.recordCount{
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #F2F5F7;
}
.navbar-collapse{
width: 100%;
text-align: center;
padding-right: 0;
padding-left: 15px;
}
.navbar-toggle{
background-color: #2c3e50;
}
.banner-heading{
font-size: 14px;
}
.navbar-default .navbar-nav>li>a{
font-size: 12px;
}
#main {
left: 0;
}
#sidebar .visible-xs{
display:inline !important;
}
.row-offcanvas {
position: relative;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.row-offcanvas-left.active {
left: 250px;
}
.row-offcanvas-left.active .sidebar-offcanvas {
left: -250px;
position: absolute;
top: 0;
width: 250px;
}
}
@media screen and (min-width: 1200px) {
.navTitle a{
font-size: 18px;
}
}
@media screen and (min-width: 1400px) {
.navTitle a{
font-size: 22px;
}
}
@media screen and (min-width: 768px) {
.row-offcanvas {
position: relative;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.row-offcanvas-left.active .sidebar-offcanvas {
position: absolute;
top: 0;
text-align: center;
}
#main {
left: 0;
}
}
|
public/css/style.css
|
@media (max-width: 980px) {
body {
padding-bottom: 0px;
}
}
body{
color: #73879C;
}
html, body {
height: 100%;
}
.wrapper, .row {
margin-left:0;
margin-right:0;
padding-left: 0;
padding-right: 0;
}
.wrapper:before, .wrapper:after,
.column:before, .column:after {
content: "";
display: table;
}
.wrapper:after,
.column:after {
clear: both;
}
#sidebar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 1000;
display: block;
background-color: #2c3e50;
overflow-y: scroll;
}
#sidebar .collapse.in {
display: inline;
}
#sidebar > .nav>li>a {
white-space: nowrap;
overflow: hidden;
}
#main {
float: right;
left: 0;
padding-left: 0;
padding-right: 0;
}
.navbar-default{
background-color: #f5f8fa;
}
.navbar-nav {
margin-top: 0;
margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
color: #73879C;
}
.btn-success{
background-color: #26B99A;
border-color: #26B99A;
}
.btn-success:hover {
background-color: #169F85;
border-color: #169F85;
}
.btn-primary{
background-color: #4B5F71;
border-color: #4B5F71;
}
.btn-primary:hover {
background-color: #394D5F;
border-color: #394D5F;
}
.btn-danger{
background-color: #d9534f;
border-color: #d9534f;
}
.btn-danger:hover {
background-color: #d43f3a;
border-color: #d43f3a;
}
.btn-warning{
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.btn-warning:hover{
background-color: #eea236;
border-color: #eea236;
}
.btn-info{
background-color: #5bc0de;
border-color: #5bc0de;
}
.btn-info:hover{
background-color: #46b8da;
border-color: #46b8da;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
background-color: #26B99A;
border-color: transparent;
cursor: not-allowed;
}
#mainContent{
padding-left: 0px;
padding-right: 0px;
}
.breadcrumb{
padding-top: 10px;
padding-bottom: 10px;
background-color: #f5f8fa;
}
.new_json, .edit_json {
position: relative;
height: 350px;
width: 100%;
}
.navTitle {
width: 100%;
float: left;
height: 60px;
font-size: 26px;
}
.navTitle.navTitleDark a{
color: #73879C;
}
.navTitle a{
color: #ffffff;
}
.navTitle a:hover {
text-decoration: none;
}
.navTitle img{
height: 60px;
}
#sidebarToggle{
height: 60px;
width: 60px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-color: #e3eaee;
background-color: #e3eaee;
color: #73879C;
border-bottom: 0px;
}
#sidebar .mainMenuToggle{
padding-left: 10px;
}
#sidebar .mainMenuToggle:hover{
cursor: pointer;
}
#sidebar .list-group-item{
background-color: #2c3e50;
color: #F2F5F7;
border: 0px;
}
#sidebar .list-group-item:hover{
background-color: rgba(255,255,255,0.06);
}
#sidebar .list-group-item a{
color: rgba(255,255,255,0.75);
}
#sidebar .list-group-item-primary{
background-color: #334556;
color: #ffffff;
}
#sidebar .list-group-item:first-child {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
#sidebar .list-group-item:last-child {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
#chartsMessage{
font-size: 22px;
padding-top: 50px;
}
.connection_json{
position: relative;
height: 60px;
width: 100%;
}
.connectionRow{
height: 100px;
}
.connectionRow > td, .connectionRow > td > input, .connectionRow .btn, .connectionRow > td > a{
margin-top: 15px;
}
.coll_indent{
padding-left: 35px;
}
.index_json{
position: relative;
height: 200px;
width: 100%;
}
.ace_gutter-layer{
background-color: #f5f8fa;
}
.ace_editor{
border-bottom: 1px solid #e3eaee;
}
.ace_focus{
background-color: #f5f8fa;
}
#doc_load_placeholder{
padding-top: 150px;
}
#doc_none_found{
padding-top: 150px;
}
.no-pad-top{
margin-top: 0px;
}
.pad-bottom{
padding-bottom: 10px;
}
.no-side-pad{
padding-left: 0px;
padding-right: 0px;
}
.no-pad-left{
padding-left: 0px;
}
.no-pad-right{
padding-right: 0px;
}
.index-table{
margin-top: 25px;
}
.action_button{
margin-bottom: 20px;
}
.navbar{
margin-bottom: 0px;
}
.hljs {
background: #f5f8fa !important;
border-color: #e3eaee !important;
}
label {
font-weight: normal;
}
h4{
font-weight: 400;
}
.formBreak {
height: 1px;
margin: 20px 0;
}
.banner-heading{
margin-top: 15px;
margin-bottom: 15px;
}
.list-group-item a {
word-wrap: break-word;
overflow-wrap: break-word;
}
.db_link{
color: #2c3e50;
}
.doc_view{
max-height: 120px;
min-height: 120px;
overflow: auto
}
.code-block_expand{
position: absolute;
cursor: pointer;
top: 0.5em;
right: 0.5em;
}
.doc_view.expanded{
max-height: none;
}
.doc_view.expanded .code-block_expand{
transform: rotateZ(180deg);
}
.conectionOptions{
max-height: 60px;
min-height: 60px;
overflow: auto
}
.new_doc_button{
padding-left: 15px;
padding-bottom: 20px;
}
.recordCount{
font-size: 18px;
}
#mobile-indicator {
display: none;
}
#notify_message{
position: fixed;
display: none;
z-index: 9999;
padding-top: 10px;
height: 50px;
bottom: 0px;
width: 100%;
text-align: center;
font-size: 22px;
color: white;
}
.notify_message-success{
background-color: #26B99A;
}
.notify_message-danger{
background-color: #d9534f;
}
/*
* off canvas sidebar
* --------------------------------------------------
*/
@media screen and (max-width: 768px) {
.justifiedButtons{
padding-left: 0;
padding-right: 0;
}
.navTitle {
float: none;
height: 60px;
font-size: 14px;
}
.navTitle.navTitleDark a {
font-size: 18px;
}
.navTitle a{
font-size: 18px;
}
.recordCount{
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #F2F5F7;
}
.navbar-collapse{
width: 100%;
text-align: center;
padding-right: 0;
padding-left: 15px;
}
.navbar-toggle{
background-color: #2c3e50;
}
.banner-heading{
font-size: 14px;
}
.navbar-default .navbar-nav>li>a{
font-size: 12px;
}
#main {
left: 0;
}
#sidebar .visible-xs{
display:inline !important;
}
.row-offcanvas {
position: relative;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.row-offcanvas-left.active {
left: 250px;
}
.row-offcanvas-left.active .sidebar-offcanvas {
left: -250px;
position: absolute;
top: 0;
width: 250px;
}
}
@media screen and (min-width: 1200px) {
.navTitle a{
font-size: 18px;
}
}
@media screen and (min-width: 1400px) {
.navTitle a{
font-size: 22px;
}
}
@media screen and (min-width: 768px) {
.row-offcanvas {
position: relative;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.row-offcanvas-left.active .sidebar-offcanvas {
position: absolute;
top: 0;
text-align: center;
}
#main {
left: 0;
}
}
| 0.281011 | 0.059074 |
@import url(https://fonts.googleapis.com/css?family=Lora);
/* centering the figure */
figure {
text-align: center;
}
/* making a parent for the css animation which cannot be applied directly to the image */
.zoom-wrapper {
display: inline-block;
/* hiding what's beyond the frame when image scales up */
overflow: hidden;
}
/* getting the cursor out of view */
.zoom-wrapper img {
cursor: none;
}
/* styling the caption box and then making it responsive */
.zoom-wrapper figcaption {
font-size: 12px;
font-family: lora, serif;
color: rgba(50, 50, 50, 0.95);
border: solid 1px rgba(50, 50, 50, 0.4);
background: rgba(230, 230, 230, 0.4);
border-radius: 8px;
width: auto;
max-width: 488px;
height: auto;
margin: 0 auto;
}
.zoom-wrapper cite {
font-size: 14px;
}
/* making the image responsive a la Bootstrap3 */
.img-responsive {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
}
/* making the frame responsive and setting a max size beyond which the image would blur upon zoom in */
.responsive {
display: block;
max-width: 700px;
height: auto;
margin: 0 auto;
}
.marginTop {
padding-top: 14px;
}
.linkColor {
color: rgba(50, 50, 50, 0.95);
text-decoration: underline dashed;
}
a:hover {
text-decoration: underline;
}
/*giving the picture a frame */
.mat-child {
box-shadow: 0px 0px 0px 150px rgba(202, 185, 155, 0.3) inset, 0px 0px 10px 8px rgba(0, 0, 0, 0.3);
outline: 5px solid #4f452d;
border: 2px solid #D3D3D3;
padding: 2px;
}
/* media queries to keep the point of transform-origin more or less the same at different screen sizes */
@media screen and (min-width: 500px) and (max-width: 799px) {
@-webkit-keyframes zoomIn {
/* getting to the 1st focal point pretty quickly */
15% {
-webkit-transform-origin: 320px 180px;
-webkit-transform: scale(2);
}
/*holding the first focal point, giving a hint of zoom for animation */
25% {
-webkit-transform-origin: 320px 180px;
-webkit-transform: scale(2.1);
}
/* now going to second focal point and increasing the scale due to the girl's distance in the photo and to focus on how small she is vs the machine */
50% {
-webkit-transform-origin: 80px 168px;
-webkit-transform: scale(2.6);
}
/* holding the origin and scale for added emphasis on a girl this young in a factory */
80% {
-webkit-transform-origin: 80px 168px;
-webkit-transform: scale(2.6);
}
/* returning to the original state to avoid the abrupt shift that would otherwise happen when animation ends and user moves the cursor */
100% {
-webkit-transform: scale(1);
}
}
@keyframes zoomIn {
15% {
transform-origin: 320px 180px;
transform: scale(2);
}
25% {
transform-origin: 320px 180px;
transform: scale(2.1);
}
50% {
transform-origin: 80px 168px;
transform: scale(2.6);
}
80% {
transform-origin: 80px 168px;
transform: scale(2.6);
}
100% {
transform: scale(1);
}
}
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
@-webkit-keyframes zoomIn {
15% {
-webkit-transform-origin: 420px 240px;
-webkit-transform: scale(1.8);
}
25% {
-webkit-transform-origin: 420px 240px;
-webkit-transform: scale(1.9);
}
50% {
-webkit-transform-origin: 80px 200px;
-webkit-transform: scale(2.6);
}
80% {
-webkit-transform-origin: 80px 200px;
-webkit-transform: scale(2.6);
}
100% {
-webkit-transform: scale(1);
}
}
@keyframes zoomIn {
15% {
transform-origin: 430px 240px;
transform: scale(1.8);
}
25% {
transform-origin: 430px 240px;
transform: scale(1.9);
}
50% {
transform-origin: 80px 210px;
transform: scale(2.6);
}
80% {
transform-origin: 80px 210px;
transform: scale(2.6);
}
100% {
transform: scale(1);
}
}
}
@media screen and (min-width: 1200px) {
@-webkit-keyframes zoomIn {
15% {
-webkit-transform-origin: 420px 280px;
-webkit-transform: scale(1.8);
}
25% {
-webkit-transform-origin: 420px 280px;
-webkit-transform: scale(1.9);
}
50% {
-webkit-transform-origin: 80px 240px;
-webkit-transform: scale(2.6);
}
80% {
-webkit-transform-origin: 80px 240px;
-webkit-transform: scale(2.6);
}
100% {
-webkit-transform: scale(1);
}
}
@keyframes zoomIn {
15% {
transform-origin: 430px 280px;
transform: scale(1.8);
}
25% {
transform-origin: 430px 280px;
transform: scale(1.9);
}
50% {
transform-origin: 80px 240px;
transform: scale(2.6);
}
80% {
transform-origin: 80px 240px;
transform: scale(2.6);
}
100% {
transform: scale(1);
}
}
}
/* setting the animation to start on hover and then giving the keyframes a name, a duration of the animation, a timing function, and a fill mode */
.zoom-wrapper img:hover {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
/* notice that the css animations will layer over the html around the image and will extend to the inner edges of the parent container */
|
css/style.css
|
@import url(https://fonts.googleapis.com/css?family=Lora);
/* centering the figure */
figure {
text-align: center;
}
/* making a parent for the css animation which cannot be applied directly to the image */
.zoom-wrapper {
display: inline-block;
/* hiding what's beyond the frame when image scales up */
overflow: hidden;
}
/* getting the cursor out of view */
.zoom-wrapper img {
cursor: none;
}
/* styling the caption box and then making it responsive */
.zoom-wrapper figcaption {
font-size: 12px;
font-family: lora, serif;
color: rgba(50, 50, 50, 0.95);
border: solid 1px rgba(50, 50, 50, 0.4);
background: rgba(230, 230, 230, 0.4);
border-radius: 8px;
width: auto;
max-width: 488px;
height: auto;
margin: 0 auto;
}
.zoom-wrapper cite {
font-size: 14px;
}
/* making the image responsive a la Bootstrap3 */
.img-responsive {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
}
/* making the frame responsive and setting a max size beyond which the image would blur upon zoom in */
.responsive {
display: block;
max-width: 700px;
height: auto;
margin: 0 auto;
}
.marginTop {
padding-top: 14px;
}
.linkColor {
color: rgba(50, 50, 50, 0.95);
text-decoration: underline dashed;
}
a:hover {
text-decoration: underline;
}
/*giving the picture a frame */
.mat-child {
box-shadow: 0px 0px 0px 150px rgba(202, 185, 155, 0.3) inset, 0px 0px 10px 8px rgba(0, 0, 0, 0.3);
outline: 5px solid #4f452d;
border: 2px solid #D3D3D3;
padding: 2px;
}
/* media queries to keep the point of transform-origin more or less the same at different screen sizes */
@media screen and (min-width: 500px) and (max-width: 799px) {
@-webkit-keyframes zoomIn {
/* getting to the 1st focal point pretty quickly */
15% {
-webkit-transform-origin: 320px 180px;
-webkit-transform: scale(2);
}
/*holding the first focal point, giving a hint of zoom for animation */
25% {
-webkit-transform-origin: 320px 180px;
-webkit-transform: scale(2.1);
}
/* now going to second focal point and increasing the scale due to the girl's distance in the photo and to focus on how small she is vs the machine */
50% {
-webkit-transform-origin: 80px 168px;
-webkit-transform: scale(2.6);
}
/* holding the origin and scale for added emphasis on a girl this young in a factory */
80% {
-webkit-transform-origin: 80px 168px;
-webkit-transform: scale(2.6);
}
/* returning to the original state to avoid the abrupt shift that would otherwise happen when animation ends and user moves the cursor */
100% {
-webkit-transform: scale(1);
}
}
@keyframes zoomIn {
15% {
transform-origin: 320px 180px;
transform: scale(2);
}
25% {
transform-origin: 320px 180px;
transform: scale(2.1);
}
50% {
transform-origin: 80px 168px;
transform: scale(2.6);
}
80% {
transform-origin: 80px 168px;
transform: scale(2.6);
}
100% {
transform: scale(1);
}
}
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
@-webkit-keyframes zoomIn {
15% {
-webkit-transform-origin: 420px 240px;
-webkit-transform: scale(1.8);
}
25% {
-webkit-transform-origin: 420px 240px;
-webkit-transform: scale(1.9);
}
50% {
-webkit-transform-origin: 80px 200px;
-webkit-transform: scale(2.6);
}
80% {
-webkit-transform-origin: 80px 200px;
-webkit-transform: scale(2.6);
}
100% {
-webkit-transform: scale(1);
}
}
@keyframes zoomIn {
15% {
transform-origin: 430px 240px;
transform: scale(1.8);
}
25% {
transform-origin: 430px 240px;
transform: scale(1.9);
}
50% {
transform-origin: 80px 210px;
transform: scale(2.6);
}
80% {
transform-origin: 80px 210px;
transform: scale(2.6);
}
100% {
transform: scale(1);
}
}
}
@media screen and (min-width: 1200px) {
@-webkit-keyframes zoomIn {
15% {
-webkit-transform-origin: 420px 280px;
-webkit-transform: scale(1.8);
}
25% {
-webkit-transform-origin: 420px 280px;
-webkit-transform: scale(1.9);
}
50% {
-webkit-transform-origin: 80px 240px;
-webkit-transform: scale(2.6);
}
80% {
-webkit-transform-origin: 80px 240px;
-webkit-transform: scale(2.6);
}
100% {
-webkit-transform: scale(1);
}
}
@keyframes zoomIn {
15% {
transform-origin: 430px 280px;
transform: scale(1.8);
}
25% {
transform-origin: 430px 280px;
transform: scale(1.9);
}
50% {
transform-origin: 80px 240px;
transform: scale(2.6);
}
80% {
transform-origin: 80px 240px;
transform: scale(2.6);
}
100% {
transform: scale(1);
}
}
}
/* setting the animation to start on hover and then giving the keyframes a name, a duration of the animation, a timing function, and a fill mode */
.zoom-wrapper img:hover {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
/* notice that the css animations will layer over the html around the image and will extend to the inner edges of the parent container */
| 0.404155 | 0.1532 |
.chat__message {
border-bottom: none;
border-radius: 8px;
margin: 4px 8px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-content: center;
align-items: center;
padding: 2px;
position: relative;
}
.chat__message__content-wrapper {
margin-left: 64px;
width: 100%;
background: #14182b;
border-bottom: none;
border-radius: 8px;
padding: 8px 16px;
position: relative;
}
.chat__message__content-wrapper:after {
content: '';
position: absolute;
border-style: solid;
border-width: 15px 17px 15px 0;
border-color: transparent #14182b;
display: block;
width: 0;
z-index: 1;
margin-top: -15px;
left: -17px;
top: 25%;
}
.chat__message__avatar {
position: absolute;
left: 0;
bottom: 10px;
top: 0;
width: 44px;
height: 44px;
max-height: 44px;
max-width: 44px;
overflow: hidden;
border: 2px solid rgba(255, 255, 255, .075);
}
.chat__message__avatar:hover {
margin: 4px;
height: 44px;
width: 44px;
max-height: 44px;
max-width: 44px;
overflow: hidden !important;
border: 2px solid rgba(255, 255, 255, .075);
border-radius: 100%;
}
.chat__message__content-wrapper:hover {
background: #333745;
}
.chat__message__avatar:hover {
overflow: hidden;
}
.chat__message__avatar img {
width: 100%;
height: 100%;
}
.chat__input {
background: rgba(0, 0, 0, .1);
color: #f3f3f3;
width: 100%;
flex: 1 1 auto;
}
.chat__submit {
background: #f26177;
top: 4px;
right: 8px;
}
.chat-wrapper {
background: linear-gradient(138deg, #080c1c 0%, #080c1c 100%);
}
.chat__input-wrapper {
margin-top: 8px;
padding: 4px 8px;
background: linear-gradient(138deg, #252938 0%, rgba(15, 18, 32, 1) 100%);
border-top: 2px solid rgba(255, 255, 255, .25);
}
.chat__input-wrapper form {
width: 100%;
}
.chat__message__head {
margin-top: 4px;
}
.chat__message__user {
color: #fff;
}
.chat__message__content {
color: #f3f3f3;
filter: brightness(300%);
}
|
data/usercss/183994.user.css
|
.chat__message {
border-bottom: none;
border-radius: 8px;
margin: 4px 8px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-content: center;
align-items: center;
padding: 2px;
position: relative;
}
.chat__message__content-wrapper {
margin-left: 64px;
width: 100%;
background: #14182b;
border-bottom: none;
border-radius: 8px;
padding: 8px 16px;
position: relative;
}
.chat__message__content-wrapper:after {
content: '';
position: absolute;
border-style: solid;
border-width: 15px 17px 15px 0;
border-color: transparent #14182b;
display: block;
width: 0;
z-index: 1;
margin-top: -15px;
left: -17px;
top: 25%;
}
.chat__message__avatar {
position: absolute;
left: 0;
bottom: 10px;
top: 0;
width: 44px;
height: 44px;
max-height: 44px;
max-width: 44px;
overflow: hidden;
border: 2px solid rgba(255, 255, 255, .075);
}
.chat__message__avatar:hover {
margin: 4px;
height: 44px;
width: 44px;
max-height: 44px;
max-width: 44px;
overflow: hidden !important;
border: 2px solid rgba(255, 255, 255, .075);
border-radius: 100%;
}
.chat__message__content-wrapper:hover {
background: #333745;
}
.chat__message__avatar:hover {
overflow: hidden;
}
.chat__message__avatar img {
width: 100%;
height: 100%;
}
.chat__input {
background: rgba(0, 0, 0, .1);
color: #f3f3f3;
width: 100%;
flex: 1 1 auto;
}
.chat__submit {
background: #f26177;
top: 4px;
right: 8px;
}
.chat-wrapper {
background: linear-gradient(138deg, #080c1c 0%, #080c1c 100%);
}
.chat__input-wrapper {
margin-top: 8px;
padding: 4px 8px;
background: linear-gradient(138deg, #252938 0%, rgba(15, 18, 32, 1) 100%);
border-top: 2px solid rgba(255, 255, 255, .25);
}
.chat__input-wrapper form {
width: 100%;
}
.chat__message__head {
margin-top: 4px;
}
.chat__message__user {
color: #fff;
}
.chat__message__content {
color: #f3f3f3;
filter: brightness(300%);
}
| 0.544559 | 0.041793 |
* {
font-family: "Arial", Arial, Helvetica, sans-serif;
}
body {
background-color: #F1F1F1; /*Youtube Background Color*/
font: normal x-small Roboto,arial,sans-serif;
}
/*Header Styling*/
#header {
padding-bottom: 18px;
border-bottom: 0px;
background-color: white;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#header-img.default-header {
background-image: url(%%youtube-creator-snoo%%);
background-position: 0px 0px;
background-size: 52px;
padding-bottom: 12px;
left: 18px;
position: relative;
width: 80px;
}
#header-img.default-header:hover {
background-image: url(%%youtube-creator-snoo-shadow%%);
}
.redditname a {
display:inline-block;
width:235px;
height:26px;
background:url(%%partneredyoutubetitle%%) no-repeat;
background-size: 235px;
text-indent:-9999px;
margin:0 10px 3px -6px;
vertical-align:bottom;
}
.titlebox > .redditname {
display: none;
}
#sr-header-area {
border: none;
transition: all .15s ease;
height: 24px;
line-height: 23px
color: black;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
background: #333;
}
#sr-header-area .width-clip {
right: 300px
}
body:not(.loggedin) #sr-header-area .width-clip {
right: 340px
}
#sr-header-area .sr-list {
margin-right: 48px
}
#sr-header-area .sr-bar a,
#sr-more-link,
#sr-header-area .separator,
#sr-header-area .dropdown.srdrop .selected {
background: none;
color: gray;
transition: all .15s ease
}
#sr-header-area:hover .sr-bar a,
#sr-header-area:hover #sr-more-link,
#sr-header-area:hover .seperator,
#sr-header-area:hover .dropdown.srdrop .selected {
color: lightgray;
}
#sr-header-area .sr-bar a:hover,
#sr-more-link:hover,
#sr-header-area .dropdown.srdrop .selected:hover {
background: none;
border: none;
transition: all .15s ease
}
a.random.choice {
padding-top: 2px;
position: relative;
display: inline-block;
margin-top: -2px
}
.sr-bar .separator {
color: transparent!important
}
#sr-header-area .dropdown.srdrop .selected {
margin: 0 12px 0 8px;
padding: 0;
background-image: none
}
#sr-header-area .dropdown.srdrop .selected:hover {
text-decoration: underline
}
#sr-header-area .dropdown.srdrop .selected:after {
display: inline-block;
content: "โผ";
margin-left: 4px;
font-size: 10px
}
#sr-header-area .dropdown.srdrop .selected:hover:after {
text-decoration: none
}
#sr-header-area .drop-choices.srdrop {
border-radius: 2px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 1);
opacity: 0;
top: 14px!important;
transition: all .2s cubic-bezier(.4, 0, .2, 1);
visibility: hidden;
border: none
}
#sr-header-area .drop-choices.srdrop.inuse {
opacity: 1;
top: 23px!important;
visibility: visible
}
#sr-header-area .drop-choices.srdrop.inuse a:first-child {
border-radius: 2px 2px 0 0
}
#sr-header-area .drop-choices a.choice {
border: 0;
color: #777;
padding: 3px 12px;
transition: none
}
#sr-header-area .drop-choices a.choice:hover {
background: #EEE;
color: #222
}
#header-bottom-right {
position: absolute;
top: 0;
right: 0;
width: auto;
max-width: 300px;
height: 24px;
background: none;
font-size: 11px;
padding: 5px 8px 4px 2px
}
body:not(.loggedin) #header-bottom-right {
max-width: 340px
}
#header-bottom-right a {
color: rgba(255, 255, 255, 0.7)
}
#header-bottom-right a:hover {
text-decoration: underline
}
.beta-hint a {
margin-left: -16px;
width: 16px;
height: 16px;
background: url(%%spritesheet%%) -48px -32px no-repeat
}
.user .userkarma {
font-weight: 400;
color: rgba(255, 255, 255, 0.4);
border: none;
font-size: 9px;
transition: all .15s ease
}
.separator,
.user {
color: rgba(255, 255, 255, 0.4)
}
#mail,
#modmail {
width: 16px;
height: 14px;
background-image: url(%%spritesheet%%)!important;
background-repeat: no-repeat!important;
background-color: transparent;
transition: all .25s ease
}
#mail {
top: -2px;
overflow: visible
}
#mail.nohavemail {
background-position: -0 -0
}
#mail.havemail {
background-position: -0 -32px;
opacity: 1
}
.message-count {
background: #f50;
position: relative;
top: -1px;
color: #fff!important
}
#mail.havemail:before {
position: fixed;
padding: 16px 24px;
bottom: 24px;
z-index: 100;
background: #EA4848 url(%%spritesheet%%) 269px -120px no-repeat;
border-radius: 2px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.24);
color: #fff;
width: 300px;
height: 48px;
left: 32px;
content: "You have new messages!";
text-indent: 0;
font: 14px arial, sans-serif;
line-height: 1;
-webkit-transform: translateY(112px);
transform: translateY(112px);
transition: background .25s ease, box-shadow .25s ease
}
#mail.havemail:hover:before {
background-color: #ec5b5b;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.48)
}
#mail.havemail:active:before {
background-color: #c73d3d;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.76)
}
#modmail {
top: -3px
}
#modmail.nohavemail {
background-position: -16px -0
}
#modmail.havemail {
background-position: -16px -32px;
opacity: 1
}
#header-bottom-right a.pref-lang,
.loggedin .logout a {
background-position: -32px -0;
background-image: url(%%spritesheet%%);
width: 16px;
height: 14px;
display: inline-block;
text-indent: -9999px;
margin: 0;
position: relative;
top: -1px;
transition: all .25s ease
}
.loggedin .logout a {
background-position: -48px -0
}
#mail.nohavemail:hover {
opacity: 0.85;
}
/*Post Styling*/
#siteTable {
width: calc(100% - 300px);
}
.link {
box-shadow: 0 1px 2px rgba(0,0,0,.1);
border-radius: 3px;
padding: 10px;
padding-top: 10px;
margin: 10px;
border: 0;
background: #fff;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.link .flat-list > li * {
opacity:0;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.link .flat-list > .first *, .share * {
opacity: 1 !important;
}
.link:hover {
box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.23);
}
.link:hover .flat-list > li *:not(.first) {
opacity:1;
}
.flairselectbtn, .flairselector.drop-choices, .flairselector.drop-choices * {
opacity: 1 !important;
}
.drop-choices {
position: absolute;
left: 0px;
border: 0px solid gray;
z-index: 100;
background-color: white;
white-space: nowrap;
line-height: normal;
margin-top: 1px;
display: none;
}
.flairselector {
position: fixed;
top: 20%!important;
left: 50%!important;
margin-left: -125px;
padding: 16px!important;
width: 250px!important;
border: none;
border-radius: 2px;
box-shadow: 0 0 16px rgba(0,0,0,0.12);
}
.flairselector.drop-choices.active {
border: 0px !important;
}
.flairselector h2 {
background: #fff;
}
.first {
background: #4285F5;
font-weight: 500;
font-size: 11px;
text-decoration: none;
white-space: nowrap;
line-height: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
padding-left: 2px;
text-decoration: none;
}
.first > .comments {
color: #fff !important;
text-decoration: none !important;
}
.first > a {
color: white !important;
}
.first:hover {
background: #1d59ba;
}
.entry .tagline {
margin-top: 3px;
color: #98abba;
font: 12px arial, sans-serif
}
.link .entry .tagline a {
color: #292f34
}
.link .entry .tagline:first-letter {
text-transform: capitalize
}
.link .entry .tagline time {
cursor: help
}
.link .entry .tagline a:hover {
color: #24a0ed;
text-decoration: none
}
.link .entry .tagline a.author {
margin-right: inherit
}
.tagline .userattrs {
font-size: 0
}
.tagline .userattrs > * {
cursor: help;
display: inline-block;
color: #fff!important;
line-height: 13px;
padding: 0 3px;
border-radius: 2px;
font-size: 10px;
font-weight: 700;
margin-left: 4px
}
.tagline .userattrs >:hover {
text-decoration: none
}
.tagline .userattrs .moderator {
background: #27b062
}
.tagline .userattrs .admin {
background: #F44336
}
.tagline .userattrs .submitter {
background: #4285F5
}
.tagline .stickied-tagline {
color: #b3b3b3;
cursor: help
}
.stickied.comment>.entry a,
.stickied.comment .tagline .stickied-tagline {
color: #27b062
}
.stickied.comment {
background: #333;
}
.stickied.comment > .entry.likes * {
color: grey;
}
.stickied.link {
background: #333;
}
.tagline .moderator.author {
color: #228822 !important;
}
/*Sidebar*/
.side {
background: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
border-radius: 3px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
padding: 10px;
margin: 10px 0px 10px 0px;
border: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div.side {
padding: 240px 0 0 10px;
background: #fff url(%%partneredyoutubeLogo%%) 20px 5px no-repeat;
background-size: 90%;
height: 360px;
}
/* Subscriber/Online Counters */
.titlebox .word {
display: none
}
.titlebox .number:after {
content: " Growing Youtubers";
}
.titlebox .users-online span.number:after {
content: " currently watching";
}
.titlebox, .sidecontentbox, .sidebox.create, .linkinfo, .sidebox.submit-link {
left: -10px;
width: 300px;
background: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
border-radius: 3px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
padding: 15px;
margin: 10px 0px 10px 0px;
border: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
top: -32px;
}
.login-form-side {
border-bottom: 1px solid #edf1f3;
padding-bottom: 8px;
border-radius: 3px;
padding: 20px;
padding-top: 0px;
margin: 10px;
border: 0;
background: #fff;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 0 5px 2px rgba(0,0,0,.1);
width: 300px;
position: absolute;
top: 381px;
width: 303px;
z-index: 10;
right: -13px;
}
.sidebox .spacer.no-icon {
padding: 0;
min-height: 0;
top: -166px;
}
.login-form-side input[type=text],
.login-form-side input[type=password] {
width: 118px;
margin: 0
}
.login-form-side input[type=text] {
margin-left: 0;
margin-right: 16px
}
.login-form-side button.btn {
margin-right: -3px
}
.sidebox.submit.disabled {
top: -126px;
}
.sidebox.submit.disabled > .morelink {
top: -160px;
width: 278px;
}
.sidebox .spacer.no-icon {
top: -166px;
}
#ad_main_top {
top: 42px;
right: 9px;
position: relative;
}
#ad_main {
top: -32px;
position: relative;
right: 9px;
}
#moderation_tools {
left: -10px;
width: 300px;
background: #333;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
border-radius: 3px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
padding: 15px;
margin: 10px 0px 10px 0px;
border: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#moderation_tools ul,
#moderation_tools li,
#moderation_tools a {
color: #e52d27;
}
.icon-menu a {
background: none;
}
.sidebox.create {
top: -33px;
position: relative;
}
.morelink {
background: #f8f8f8;
color: #333;
width: 270px;
background-image: none!important;
height: 28px;
border-radius: 2px;
line-height: 36px;
text-align: center;
padding: 0;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
border: 1px solid #d3d3d3;
}
.morelink::before {
width: 10px;
height: 10px;
position: relative;
display: inline-block !important;
border: 1px solid black;
}
.sidebox.create > .spacer {
display: none;
}
.newComments {
color: #ff8c8c;
}
#search {
margin-bottom: 42px;
}
#search input[type=text] {
background-color: #fff;
width: 221px;
font-size: 14px;
height: 30px;
line-height: 30px;
margin: 0 0 2px;
overflow: hidden;
position: relative;
border: 1px solid #ccc;
box-shadow: inset 0 1px 2px #eee;
}
#search input[type=submit] {
position: relative;
opacity: 0.6;
right: 1px;
bottom: 1px;
background-image: url(%%search-icon%%);
background-size: 15px;
background-position: center;
background-repeat: no-repeat;
padding-right: 28px;
padding-left: 28px;
padding-top: 25px;
margin: 0px;
border: 1px solid #d3d3d3;
height: 30px;
width: 60px;
background-color: #e6e6e6;
cursor: pointer;
border-radius: 2px;
line-height: normal;
vertical-align: middle;
}
#search input[type=submit]:hover {
position: relative;
opacity: 1;
right: 1px;
bottom: 1px;
background-image: url(%%search-icon%%);
background-size: 15px;
background-position: center;
background-repeat: no-repeat;
padding-right: 28px;
padding-left: 28px;
padding-top: 25px;
margin: 0px;
}
#searchexpando {
position: absolute;
right: 20px;
top: 260px;
border-color: #ccc;
background-color: #f8f8f8;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.submit > .morelink {
position: relative;
width: 130px;
}
.submit-text > .morelink {
margin-left: 150px !important;
top: -57px;
}
.morelink:hover {
border-color: #c6c6c6;
background: #f0f0f0;
box-shadow: 0 1px 0 rgba(0,0,0,0.10);
}
.morelink:hover a {
color: #333;
}
.morelink:active {
background-color: #e4e4e4;
box-shadow: 0 2px 1.5px 0 rgba(0, 0, 0, .12), 0 0 4px 0 rgba(0, 0, 0, .12)
}
.sidebox.submit.submit-text .morelink {
margin-left: 168px
}
.sidebox.submit {
position: relative;
top: 12px;
}
.sidebox.submit-text > .morelink:hover::after {
width: 257px;
height: 23px;
background: red;
content: "Note: This subreddit is NOT for self-promotion!";
color: white;
position: absolute;
padding: 10px;
left: -145px;
top: -61px;
text-align: center;
line-height: 14px;
}
.sidebox.submit-link > .morelink:hover::after {
width: 257px;
height: 23px;
background: red;
content: "Note: This subreddit is NOT for self-promotion!";
color: white;
position: absolute;
padding: 10px;
left: 0px;
top: -61px;
text-align: center;
line-height: 14px;
}
.morelink a {
color: #333;
font-weight: 400;
font-size: 14px;
letter-spacing: 1px;
margin-top: -3px;
}
.disabled .morelink {
box-shadow: none!important;
background-color: rgba(0, 0, 0, 0.08);
width: 320px
}
.disabled .morelink a {
color: rgba(0, 0, 0, 0.32);
font-size: 14px
}
.morelink .nub {
display: none
}
.titlebox, .sidecontentbox, .ad_main, .account-activity-box, .linkinfo{
position: relative;
}
.sidecontentbox .content {
border: 0px;
}
/*Sub button*/
.fancy-toggle-button .add {
background-image: none;
height: 28px;
border: solid 1px transparent;
padding: 0 10px;
outline: 0;
font-weight: 500;
font-size: 14px;
text-decoration: none;
white-space: nowrap;
line-height: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
color: #fefefe;
background-color: #e62117;
max-width: 100%;
padding: 0 8px 0 5.5px;
height: 15px;
}
.fancy-toggle-button .remove {
background-image: none;
height: 28px;
border: 1px solid #d3d3d3;
padding: 0 10px;
outline: 0;
font-weight: 500;
font-size: 14px;
text-decoration: none;
white-space: nowrap;
line-height: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
color: #333;
background-color: #f8f8f8;
max-width: 100%;
padding: 0 8px 0 5.5px;
height: 20px;
}
.fancy-toggle-button .add:hover {
background: #b31217;
box-shadow: 0 1px 0 rgba(0,0,0,0.10);
}
.fancy-toggle-button .remove:hover {
border-color: #c6c6c6;
background: #f0f0f0;
box-shadow: 0 1px 0 rgba(0,0,0,0.10);
}
.tabmenu {
top: 5px;
position: relative;
}
.tabmenu li a {
border: 0px;
background-color: transparent;
color: #666;
margin: 4px;
padding-bottom: 11px;
}
.tabmenu li a:hover {
border-bottom: 3px solid #e52d27;
}
.tabmenu li.selected a {
border: 0px;
color: black;
border-bottom: 3px solid #e52d27;
}
/*Post Comments*/
.commentarea>.usertext {
box-shadow: 0 1px 2px rgba(0,0,0,.1);
border-radius: 3px;
padding: 20px;
padding-top: 15px;
margin: 10px;
border: 0;
background: #fff;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: calc(100% - 320px);
}
.sitetable.nestedlisting {
width: calc(100% - 300px);
}
.thing {
border-radius: 3px;
padding: 20px;
padding-top: 15px;
margin: 10px;
border: 0;
background: #fff;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.child .thing {
box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.commentarea .panestack-title {
margin: 0;
border-bottom: 0;
padding-left: 16px;
margin-top: 16px
}
.commentarea .panestack-title .title {
color: #4D5763
}
.commentarea .menuarea {
margin: 0 0 20px;
padding-left: 16px
}
.comment-permalink-page .commentarea .menuarea {
margin: 20px 0
}
.commentarea .menuarea span.dropdown-title.lightdrop {
color: #98abba
}
.commentarea .menuarea span.dropdown-title.lightdrop:first-letter {
text-transform: capitalize
}
.commentarea .menuarea .dropdown.lightdrop .selected {
font-weight: 400
}
.commentarea .menuarea .toggle a,
.help-hoverable {
color: #98abba;
font-weight: 400
}
.commentarea .menuarea .toggle a:hover,
.help-hoverable:hover {
color: #24a0ed
}
.help-hoverable {
font-size: x-small
}
.usertext-edit textarea {
width: 500px;
height: 100px;
background-color: #fff;
font-size: 14px;
line-height: 30px;
margin: 0 0 2px;
overflow: hidden;
position: relative;
border: 1px solid #ccc;
box-shadow: inset 0 1px 2px #eee;
}
.usertext button {
margin: 5px 5px 10px 0;
background: #f8f8f8;
color: #333;
width: 53px;
background-image: none!important;
height: 28px;
border-radius: 2px;
line-height: 27px;
text-align: center;
padding: 0;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
border: 1px solid #d3d3d3;
font-weight: 400;
font-size: 14px;
letter-spacing: 1px;
margin-top: 3px;
vertical-align: middle;
}
.usertext button:hover {
border-color: #c6c6c6;
background: #f0f0f0;
box-shadow: 0 1px 0 rgba(0,0,0,0.10);
}
.usertext button:hover a {
color: #333;
}
.usertext button:active {
background-color: #e4e4e4;
box-shadow: 0 2px 1.5px 0 rgba(0, 0, 0, .12), 0 0 4px 0 rgba(0, 0, 0, .12)
}
.reply-button {
background: #4285F5;
font-weight: 500;
font-size: 11px;
text-decoration: none;
white-space: nowrap;
line-height: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
padding-left: 2px;
text-decoration: none;
height: 15px;
width: 28px;
}
.reply-button > a {
text-decoration: none;
color: white !important;
}
.reply-button:hover {
background: #1d59ba;
}
/*Preview*/
#preview-table > table {
width: 100%;
}
/*Submit Field*/
.roundfield {
background-color: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
border-radius: 3px;
}
.roundfield input[type=url], .roundfield textarea, .roundfield input[type=text] {
background-color: #fff;
font-size: 14px;
line-height: 30px;
margin: 0 0 2px;
overflow: hidden;
position: relative;
border: 1px solid #ccc;
box-shadow: inset 0 1px 2px #eee;
}
.submit_text.roundfield {
border: 5px solid #e52d27;
}
.link .usertext-body .md {
border: 0px;
border-radius: 2px;
box-shadow: 0 1px 2px rgba(0,0,0,0.16),0 1px 7px rgba(0,0,0,0.23);
width: 95%;
left: 10px;
position: relative;
}
.formtabs-content {
border-top: 0px solid #e52d27;
}
.tabmenu.formtab .selected a {
background-color: #e52d27;
}
.tabmenu.formtab a {
border: 0px;
position: relative;
top: -4px;
}
.comments-page .side .linkinfo .date {
color: #98abba
}
.comments-page .side .linkinfo .date:first-letter {
text-transform: capitalize
}
.comments-page .side .linkinfo .score {
color: #292f34;
margin-top: 8px
}
.linkinfo .score .number {
font-size: 14px
}
.linkinfo .score .word {
font-size: 14px
}
.comments-page .side .linkinfo .shortlink {
font-size: 90%;
margin-top: -2px;
visibility: hidden
}
.comments-page .side .linkinfo .shortlink input {
background-color: #FAFAFA;
border: none;
border-radius: 0 0 2px 2px;
margin: 0px 0px;
padding: 10px 10px;
visibility: visible;
width: 93%;
}
/*Other Areas*/
.tabpane-content {
position: relative;
top: 9px;
width: calc(100% - 310px);
background: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
border-radius: 3px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
padding: 10px;
margin: 10px 0px 10px 0px;
border: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.linefield {
background-color: lightgrey;
border-radius: 5px;
}
.link.last-clicked {
border: 0px;
}
.footer-parent {
height: 800px;
margin-top: 192px;
padding: 528px 0 64px;
}
.footer {
border: 0 solid;
border-radius: 2px;
background: #fff;
padding: 16px;
max-width: 640px;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.footer .col {
padding: 0 24px;
border: none
}
.flat-vert.title,
.bottommenu a {
color: rgba(0, 0, 0, 0.7)
}
.bottommenu {
color: rgba(0, 0, 0, 0.42)
}
.debuginfo,
#hsts_pixel {
display: none
}
.arrow.up, .arrow.upmod, .arrow.down, .arrow.downmod {
background-position: 0px 0px;
background-size: 15px 15px;
opacity: 0.7;
}
.arrow.up {
background-image: url(%%reg-thumb%%);
}
.arrow.upmod {
background-image: url(%%upvoted-thumb%%);
}
.arrow.down {
background-image: url(%%down-thumb%%);
}
.arrow.downmod {
background-image: url(%%downvoted-thumb%%);
}
.arrow:hover {
opacity: 1;
}
.link .rank {
color: #666;
}
/*Reddit Enhancement Suite Changes*/
.res #header-bottom-right {
top: 1px;
border-radius: 0;
height: 18px;
padding: 0 8px 0 0
}
.res #userbarToggle {
background-color: transparent;
color: rgba(255, 255, 255, 0.45);
border-radius: 0;
border: none;
left: -32px
}
.res a.beta-link {
top: 4px
}
.res #header-bottom-right .user .userkarma {
display: none
}
.res #header-bottom-right .user {
font-size: 0!important
}
.res #header-bottom-right .user a {
font-size: 11px
}
.res #sr-header-area a.RESShortcutsCurrentSub,
.res #RESSubredditGroupDropdown .RESShortcutsCurrentSub a {
color: #fff!important;
border-bottom: 2px solid #fff
}
.res .RES-keyNav-activeThing,
.res .RES-keyNav-activeElement,
.res .commentarea .RES-keyNav-activeElement .md,
.res .RES-keyNav-activeElement .md-container,
.res .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
color: #b31217 !important;
}
.res .RESshortcutside, .res .RESDashboardToggle {
background-image: none!important;
border: none;
color: #4D5763;
text-transform: uppercase;
text-decoration: none;
border-radius: 0;
padding: 4px 6px 4px 0;
margin: 2px 6px 2px -4px;
text-align: left;
width: auto;
}
.res .RESshortcutside:hover, .res .RESDashboardToggle:hover {
background-color: transparent;
color: #e52d27;
}
.res .thing .tagline .author.submitter {
padding: 1px 4px;
border-radius: 1px;
background-color: #4F8EF7!important;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
transition: all .15s ease
}
.res .thing .tagline .author.submitter:hover {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
background-color: #4F8EF7!important
}
.res #RESShortcutsEditContainer {
margin-right: 312px
}
.res #RESShortcutsEditContainer,
#RESShortcutsSort,
#RESShortcutsRight,
#RESShortcutsLeft,
#RESShortcutsAdd,
#RESShortcutsTrash {
background-color: transparent!important;
top: 1px!important
}
#RESShortcutsViewport {
width: calc(100% - 813px);
}
div.RES-keyNav-activeElement, div.commentarea div.RES-keyNav-activeElement.entry div.noncollapsed {
background-color: transparent!important;
padding-left: 8px!important;
border-left: 3px solid #C2C2C2;
}
.content .RESBigEditorPop {
width: 105px;
}
/*FLAIR!*/
.link {
border-left: 10px solid #fff
}
.link.stickied {
border-left: 10px solid #333;
}
.linkflair-mcn.link {
border-left: 10px solid #0ff;
background: linear-gradient( 90deg, #0ff, white 1% );
}
.linkflair-question.link {
border-left: 10px solid #c0c;
background: linear-gradient( 90deg, #c0c, white 1% );
}
.linkflair-feedback.link {
border-left: 10px solid #f00;
background: linear-gradient( 90deg, #f00, white 1% );
}
.linkflair-info.link {
border-left: 10px solid #00c;
background: linear-gradient( 90deg, #00c, white 1% );
}
.linkflair-meta.link {
border-left: 10px solid #060;
background: linear-gradient( 90deg, #060, white 1% );
}
.linkflair-discussion.link {
border-left: 10px solid #f90;
background: linear-gradient( 90deg, #f90, white 1% );
}
.linkflair-meta.link {
border-left: 10px solid #666;
background: linear-gradient( 90deg, #666, white 1% );
}
.linkflair-mcn.link.stickied {
border-left: 10px solid #0ff;
background: linear-gradient( 90deg, #0ff, #333 1% );
}
.linkflair-question.link.stickied {
border-left: 10px solid #c0c;
background: linear-gradient( 90deg, #c0c, #333 1% );
}
.linkflair-feedback.link.stickied {
border-left: 10px solid #f00;
background: linear-gradient( 90deg, #f00, #333 1% );
}
.linkflair-info.link.stickied {
border-left: 10px solid #00c;
background: linear-gradient( 90deg, #00c, #333 1% );
}
.linkflair-meta.link.stickied {
border-left: 10px solid #060;
background: linear-gradient( 90deg, #060, #333 1% );
}
.linkflair-discussion.link.stickied {
border-left: 10px solid #f90;
background: linear-gradient( 90deg, #f90, #333 1% );
}
.linkflair-meta.link.stickied {
border-left: 10px solid #666;
background: linear-gradient( 90deg, #666, #333 1% );
}
.linkflairlabel {
position: relative;
display: inline-block;
margin-right: .2em;
padding: 0 2px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
color: #555;
border: 0px solid #ddd;
border-radius: 2px;
font-size: 15px;
top: 2px
}
.link .flair {
font-size: x-small;
margin-top: -1px;
position: relative;
display: inline-block;
margin-right: .2em;
padding: 0 2px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
color: #555;
border: 0px solid #ddd;
border-radius: 2px;
font-size: 15px;
top: 2px;
left: 5px;
}
|
partneredyoutube_original.css
|
* {
font-family: "Arial", Arial, Helvetica, sans-serif;
}
body {
background-color: #F1F1F1; /*Youtube Background Color*/
font: normal x-small Roboto,arial,sans-serif;
}
/*Header Styling*/
#header {
padding-bottom: 18px;
border-bottom: 0px;
background-color: white;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#header-img.default-header {
background-image: url(%%youtube-creator-snoo%%);
background-position: 0px 0px;
background-size: 52px;
padding-bottom: 12px;
left: 18px;
position: relative;
width: 80px;
}
#header-img.default-header:hover {
background-image: url(%%youtube-creator-snoo-shadow%%);
}
.redditname a {
display:inline-block;
width:235px;
height:26px;
background:url(%%partneredyoutubetitle%%) no-repeat;
background-size: 235px;
text-indent:-9999px;
margin:0 10px 3px -6px;
vertical-align:bottom;
}
.titlebox > .redditname {
display: none;
}
#sr-header-area {
border: none;
transition: all .15s ease;
height: 24px;
line-height: 23px
color: black;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
background: #333;
}
#sr-header-area .width-clip {
right: 300px
}
body:not(.loggedin) #sr-header-area .width-clip {
right: 340px
}
#sr-header-area .sr-list {
margin-right: 48px
}
#sr-header-area .sr-bar a,
#sr-more-link,
#sr-header-area .separator,
#sr-header-area .dropdown.srdrop .selected {
background: none;
color: gray;
transition: all .15s ease
}
#sr-header-area:hover .sr-bar a,
#sr-header-area:hover #sr-more-link,
#sr-header-area:hover .seperator,
#sr-header-area:hover .dropdown.srdrop .selected {
color: lightgray;
}
#sr-header-area .sr-bar a:hover,
#sr-more-link:hover,
#sr-header-area .dropdown.srdrop .selected:hover {
background: none;
border: none;
transition: all .15s ease
}
a.random.choice {
padding-top: 2px;
position: relative;
display: inline-block;
margin-top: -2px
}
.sr-bar .separator {
color: transparent!important
}
#sr-header-area .dropdown.srdrop .selected {
margin: 0 12px 0 8px;
padding: 0;
background-image: none
}
#sr-header-area .dropdown.srdrop .selected:hover {
text-decoration: underline
}
#sr-header-area .dropdown.srdrop .selected:after {
display: inline-block;
content: "โผ";
margin-left: 4px;
font-size: 10px
}
#sr-header-area .dropdown.srdrop .selected:hover:after {
text-decoration: none
}
#sr-header-area .drop-choices.srdrop {
border-radius: 2px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 1);
opacity: 0;
top: 14px!important;
transition: all .2s cubic-bezier(.4, 0, .2, 1);
visibility: hidden;
border: none
}
#sr-header-area .drop-choices.srdrop.inuse {
opacity: 1;
top: 23px!important;
visibility: visible
}
#sr-header-area .drop-choices.srdrop.inuse a:first-child {
border-radius: 2px 2px 0 0
}
#sr-header-area .drop-choices a.choice {
border: 0;
color: #777;
padding: 3px 12px;
transition: none
}
#sr-header-area .drop-choices a.choice:hover {
background: #EEE;
color: #222
}
#header-bottom-right {
position: absolute;
top: 0;
right: 0;
width: auto;
max-width: 300px;
height: 24px;
background: none;
font-size: 11px;
padding: 5px 8px 4px 2px
}
body:not(.loggedin) #header-bottom-right {
max-width: 340px
}
#header-bottom-right a {
color: rgba(255, 255, 255, 0.7)
}
#header-bottom-right a:hover {
text-decoration: underline
}
.beta-hint a {
margin-left: -16px;
width: 16px;
height: 16px;
background: url(%%spritesheet%%) -48px -32px no-repeat
}
.user .userkarma {
font-weight: 400;
color: rgba(255, 255, 255, 0.4);
border: none;
font-size: 9px;
transition: all .15s ease
}
.separator,
.user {
color: rgba(255, 255, 255, 0.4)
}
#mail,
#modmail {
width: 16px;
height: 14px;
background-image: url(%%spritesheet%%)!important;
background-repeat: no-repeat!important;
background-color: transparent;
transition: all .25s ease
}
#mail {
top: -2px;
overflow: visible
}
#mail.nohavemail {
background-position: -0 -0
}
#mail.havemail {
background-position: -0 -32px;
opacity: 1
}
.message-count {
background: #f50;
position: relative;
top: -1px;
color: #fff!important
}
#mail.havemail:before {
position: fixed;
padding: 16px 24px;
bottom: 24px;
z-index: 100;
background: #EA4848 url(%%spritesheet%%) 269px -120px no-repeat;
border-radius: 2px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.24);
color: #fff;
width: 300px;
height: 48px;
left: 32px;
content: "You have new messages!";
text-indent: 0;
font: 14px arial, sans-serif;
line-height: 1;
-webkit-transform: translateY(112px);
transform: translateY(112px);
transition: background .25s ease, box-shadow .25s ease
}
#mail.havemail:hover:before {
background-color: #ec5b5b;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.48)
}
#mail.havemail:active:before {
background-color: #c73d3d;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.76)
}
#modmail {
top: -3px
}
#modmail.nohavemail {
background-position: -16px -0
}
#modmail.havemail {
background-position: -16px -32px;
opacity: 1
}
#header-bottom-right a.pref-lang,
.loggedin .logout a {
background-position: -32px -0;
background-image: url(%%spritesheet%%);
width: 16px;
height: 14px;
display: inline-block;
text-indent: -9999px;
margin: 0;
position: relative;
top: -1px;
transition: all .25s ease
}
.loggedin .logout a {
background-position: -48px -0
}
#mail.nohavemail:hover {
opacity: 0.85;
}
/*Post Styling*/
#siteTable {
width: calc(100% - 300px);
}
.link {
box-shadow: 0 1px 2px rgba(0,0,0,.1);
border-radius: 3px;
padding: 10px;
padding-top: 10px;
margin: 10px;
border: 0;
background: #fff;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.link .flat-list > li * {
opacity:0;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.link .flat-list > .first *, .share * {
opacity: 1 !important;
}
.link:hover {
box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.23);
}
.link:hover .flat-list > li *:not(.first) {
opacity:1;
}
.flairselectbtn, .flairselector.drop-choices, .flairselector.drop-choices * {
opacity: 1 !important;
}
.drop-choices {
position: absolute;
left: 0px;
border: 0px solid gray;
z-index: 100;
background-color: white;
white-space: nowrap;
line-height: normal;
margin-top: 1px;
display: none;
}
.flairselector {
position: fixed;
top: 20%!important;
left: 50%!important;
margin-left: -125px;
padding: 16px!important;
width: 250px!important;
border: none;
border-radius: 2px;
box-shadow: 0 0 16px rgba(0,0,0,0.12);
}
.flairselector.drop-choices.active {
border: 0px !important;
}
.flairselector h2 {
background: #fff;
}
.first {
background: #4285F5;
font-weight: 500;
font-size: 11px;
text-decoration: none;
white-space: nowrap;
line-height: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
padding-left: 2px;
text-decoration: none;
}
.first > .comments {
color: #fff !important;
text-decoration: none !important;
}
.first > a {
color: white !important;
}
.first:hover {
background: #1d59ba;
}
.entry .tagline {
margin-top: 3px;
color: #98abba;
font: 12px arial, sans-serif
}
.link .entry .tagline a {
color: #292f34
}
.link .entry .tagline:first-letter {
text-transform: capitalize
}
.link .entry .tagline time {
cursor: help
}
.link .entry .tagline a:hover {
color: #24a0ed;
text-decoration: none
}
.link .entry .tagline a.author {
margin-right: inherit
}
.tagline .userattrs {
font-size: 0
}
.tagline .userattrs > * {
cursor: help;
display: inline-block;
color: #fff!important;
line-height: 13px;
padding: 0 3px;
border-radius: 2px;
font-size: 10px;
font-weight: 700;
margin-left: 4px
}
.tagline .userattrs >:hover {
text-decoration: none
}
.tagline .userattrs .moderator {
background: #27b062
}
.tagline .userattrs .admin {
background: #F44336
}
.tagline .userattrs .submitter {
background: #4285F5
}
.tagline .stickied-tagline {
color: #b3b3b3;
cursor: help
}
.stickied.comment>.entry a,
.stickied.comment .tagline .stickied-tagline {
color: #27b062
}
.stickied.comment {
background: #333;
}
.stickied.comment > .entry.likes * {
color: grey;
}
.stickied.link {
background: #333;
}
.tagline .moderator.author {
color: #228822 !important;
}
/*Sidebar*/
.side {
background: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
border-radius: 3px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
padding: 10px;
margin: 10px 0px 10px 0px;
border: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div.side {
padding: 240px 0 0 10px;
background: #fff url(%%partneredyoutubeLogo%%) 20px 5px no-repeat;
background-size: 90%;
height: 360px;
}
/* Subscriber/Online Counters */
.titlebox .word {
display: none
}
.titlebox .number:after {
content: " Growing Youtubers";
}
.titlebox .users-online span.number:after {
content: " currently watching";
}
.titlebox, .sidecontentbox, .sidebox.create, .linkinfo, .sidebox.submit-link {
left: -10px;
width: 300px;
background: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
border-radius: 3px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
padding: 15px;
margin: 10px 0px 10px 0px;
border: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
top: -32px;
}
.login-form-side {
border-bottom: 1px solid #edf1f3;
padding-bottom: 8px;
border-radius: 3px;
padding: 20px;
padding-top: 0px;
margin: 10px;
border: 0;
background: #fff;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 0 5px 2px rgba(0,0,0,.1);
width: 300px;
position: absolute;
top: 381px;
width: 303px;
z-index: 10;
right: -13px;
}
.sidebox .spacer.no-icon {
padding: 0;
min-height: 0;
top: -166px;
}
.login-form-side input[type=text],
.login-form-side input[type=password] {
width: 118px;
margin: 0
}
.login-form-side input[type=text] {
margin-left: 0;
margin-right: 16px
}
.login-form-side button.btn {
margin-right: -3px
}
.sidebox.submit.disabled {
top: -126px;
}
.sidebox.submit.disabled > .morelink {
top: -160px;
width: 278px;
}
.sidebox .spacer.no-icon {
top: -166px;
}
#ad_main_top {
top: 42px;
right: 9px;
position: relative;
}
#ad_main {
top: -32px;
position: relative;
right: 9px;
}
#moderation_tools {
left: -10px;
width: 300px;
background: #333;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
border-radius: 3px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
padding: 15px;
margin: 10px 0px 10px 0px;
border: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#moderation_tools ul,
#moderation_tools li,
#moderation_tools a {
color: #e52d27;
}
.icon-menu a {
background: none;
}
.sidebox.create {
top: -33px;
position: relative;
}
.morelink {
background: #f8f8f8;
color: #333;
width: 270px;
background-image: none!important;
height: 28px;
border-radius: 2px;
line-height: 36px;
text-align: center;
padding: 0;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
border: 1px solid #d3d3d3;
}
.morelink::before {
width: 10px;
height: 10px;
position: relative;
display: inline-block !important;
border: 1px solid black;
}
.sidebox.create > .spacer {
display: none;
}
.newComments {
color: #ff8c8c;
}
#search {
margin-bottom: 42px;
}
#search input[type=text] {
background-color: #fff;
width: 221px;
font-size: 14px;
height: 30px;
line-height: 30px;
margin: 0 0 2px;
overflow: hidden;
position: relative;
border: 1px solid #ccc;
box-shadow: inset 0 1px 2px #eee;
}
#search input[type=submit] {
position: relative;
opacity: 0.6;
right: 1px;
bottom: 1px;
background-image: url(%%search-icon%%);
background-size: 15px;
background-position: center;
background-repeat: no-repeat;
padding-right: 28px;
padding-left: 28px;
padding-top: 25px;
margin: 0px;
border: 1px solid #d3d3d3;
height: 30px;
width: 60px;
background-color: #e6e6e6;
cursor: pointer;
border-radius: 2px;
line-height: normal;
vertical-align: middle;
}
#search input[type=submit]:hover {
position: relative;
opacity: 1;
right: 1px;
bottom: 1px;
background-image: url(%%search-icon%%);
background-size: 15px;
background-position: center;
background-repeat: no-repeat;
padding-right: 28px;
padding-left: 28px;
padding-top: 25px;
margin: 0px;
}
#searchexpando {
position: absolute;
right: 20px;
top: 260px;
border-color: #ccc;
background-color: #f8f8f8;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.submit > .morelink {
position: relative;
width: 130px;
}
.submit-text > .morelink {
margin-left: 150px !important;
top: -57px;
}
.morelink:hover {
border-color: #c6c6c6;
background: #f0f0f0;
box-shadow: 0 1px 0 rgba(0,0,0,0.10);
}
.morelink:hover a {
color: #333;
}
.morelink:active {
background-color: #e4e4e4;
box-shadow: 0 2px 1.5px 0 rgba(0, 0, 0, .12), 0 0 4px 0 rgba(0, 0, 0, .12)
}
.sidebox.submit.submit-text .morelink {
margin-left: 168px
}
.sidebox.submit {
position: relative;
top: 12px;
}
.sidebox.submit-text > .morelink:hover::after {
width: 257px;
height: 23px;
background: red;
content: "Note: This subreddit is NOT for self-promotion!";
color: white;
position: absolute;
padding: 10px;
left: -145px;
top: -61px;
text-align: center;
line-height: 14px;
}
.sidebox.submit-link > .morelink:hover::after {
width: 257px;
height: 23px;
background: red;
content: "Note: This subreddit is NOT for self-promotion!";
color: white;
position: absolute;
padding: 10px;
left: 0px;
top: -61px;
text-align: center;
line-height: 14px;
}
.morelink a {
color: #333;
font-weight: 400;
font-size: 14px;
letter-spacing: 1px;
margin-top: -3px;
}
.disabled .morelink {
box-shadow: none!important;
background-color: rgba(0, 0, 0, 0.08);
width: 320px
}
.disabled .morelink a {
color: rgba(0, 0, 0, 0.32);
font-size: 14px
}
.morelink .nub {
display: none
}
.titlebox, .sidecontentbox, .ad_main, .account-activity-box, .linkinfo{
position: relative;
}
.sidecontentbox .content {
border: 0px;
}
/*Sub button*/
.fancy-toggle-button .add {
background-image: none;
height: 28px;
border: solid 1px transparent;
padding: 0 10px;
outline: 0;
font-weight: 500;
font-size: 14px;
text-decoration: none;
white-space: nowrap;
line-height: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
color: #fefefe;
background-color: #e62117;
max-width: 100%;
padding: 0 8px 0 5.5px;
height: 15px;
}
.fancy-toggle-button .remove {
background-image: none;
height: 28px;
border: 1px solid #d3d3d3;
padding: 0 10px;
outline: 0;
font-weight: 500;
font-size: 14px;
text-decoration: none;
white-space: nowrap;
line-height: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
color: #333;
background-color: #f8f8f8;
max-width: 100%;
padding: 0 8px 0 5.5px;
height: 20px;
}
.fancy-toggle-button .add:hover {
background: #b31217;
box-shadow: 0 1px 0 rgba(0,0,0,0.10);
}
.fancy-toggle-button .remove:hover {
border-color: #c6c6c6;
background: #f0f0f0;
box-shadow: 0 1px 0 rgba(0,0,0,0.10);
}
.tabmenu {
top: 5px;
position: relative;
}
.tabmenu li a {
border: 0px;
background-color: transparent;
color: #666;
margin: 4px;
padding-bottom: 11px;
}
.tabmenu li a:hover {
border-bottom: 3px solid #e52d27;
}
.tabmenu li.selected a {
border: 0px;
color: black;
border-bottom: 3px solid #e52d27;
}
/*Post Comments*/
.commentarea>.usertext {
box-shadow: 0 1px 2px rgba(0,0,0,.1);
border-radius: 3px;
padding: 20px;
padding-top: 15px;
margin: 10px;
border: 0;
background: #fff;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: calc(100% - 320px);
}
.sitetable.nestedlisting {
width: calc(100% - 300px);
}
.thing {
border-radius: 3px;
padding: 20px;
padding-top: 15px;
margin: 10px;
border: 0;
background: #fff;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.child .thing {
box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.commentarea .panestack-title {
margin: 0;
border-bottom: 0;
padding-left: 16px;
margin-top: 16px
}
.commentarea .panestack-title .title {
color: #4D5763
}
.commentarea .menuarea {
margin: 0 0 20px;
padding-left: 16px
}
.comment-permalink-page .commentarea .menuarea {
margin: 20px 0
}
.commentarea .menuarea span.dropdown-title.lightdrop {
color: #98abba
}
.commentarea .menuarea span.dropdown-title.lightdrop:first-letter {
text-transform: capitalize
}
.commentarea .menuarea .dropdown.lightdrop .selected {
font-weight: 400
}
.commentarea .menuarea .toggle a,
.help-hoverable {
color: #98abba;
font-weight: 400
}
.commentarea .menuarea .toggle a:hover,
.help-hoverable:hover {
color: #24a0ed
}
.help-hoverable {
font-size: x-small
}
.usertext-edit textarea {
width: 500px;
height: 100px;
background-color: #fff;
font-size: 14px;
line-height: 30px;
margin: 0 0 2px;
overflow: hidden;
position: relative;
border: 1px solid #ccc;
box-shadow: inset 0 1px 2px #eee;
}
.usertext button {
margin: 5px 5px 10px 0;
background: #f8f8f8;
color: #333;
width: 53px;
background-image: none!important;
height: 28px;
border-radius: 2px;
line-height: 27px;
text-align: center;
padding: 0;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
border: 1px solid #d3d3d3;
font-weight: 400;
font-size: 14px;
letter-spacing: 1px;
margin-top: 3px;
vertical-align: middle;
}
.usertext button:hover {
border-color: #c6c6c6;
background: #f0f0f0;
box-shadow: 0 1px 0 rgba(0,0,0,0.10);
}
.usertext button:hover a {
color: #333;
}
.usertext button:active {
background-color: #e4e4e4;
box-shadow: 0 2px 1.5px 0 rgba(0, 0, 0, .12), 0 0 4px 0 rgba(0, 0, 0, .12)
}
.reply-button {
background: #4285F5;
font-weight: 500;
font-size: 11px;
text-decoration: none;
white-space: nowrap;
line-height: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
padding-left: 2px;
text-decoration: none;
height: 15px;
width: 28px;
}
.reply-button > a {
text-decoration: none;
color: white !important;
}
.reply-button:hover {
background: #1d59ba;
}
/*Preview*/
#preview-table > table {
width: 100%;
}
/*Submit Field*/
.roundfield {
background-color: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
border-radius: 3px;
}
.roundfield input[type=url], .roundfield textarea, .roundfield input[type=text] {
background-color: #fff;
font-size: 14px;
line-height: 30px;
margin: 0 0 2px;
overflow: hidden;
position: relative;
border: 1px solid #ccc;
box-shadow: inset 0 1px 2px #eee;
}
.submit_text.roundfield {
border: 5px solid #e52d27;
}
.link .usertext-body .md {
border: 0px;
border-radius: 2px;
box-shadow: 0 1px 2px rgba(0,0,0,0.16),0 1px 7px rgba(0,0,0,0.23);
width: 95%;
left: 10px;
position: relative;
}
.formtabs-content {
border-top: 0px solid #e52d27;
}
.tabmenu.formtab .selected a {
background-color: #e52d27;
}
.tabmenu.formtab a {
border: 0px;
position: relative;
top: -4px;
}
.comments-page .side .linkinfo .date {
color: #98abba
}
.comments-page .side .linkinfo .date:first-letter {
text-transform: capitalize
}
.comments-page .side .linkinfo .score {
color: #292f34;
margin-top: 8px
}
.linkinfo .score .number {
font-size: 14px
}
.linkinfo .score .word {
font-size: 14px
}
.comments-page .side .linkinfo .shortlink {
font-size: 90%;
margin-top: -2px;
visibility: hidden
}
.comments-page .side .linkinfo .shortlink input {
background-color: #FAFAFA;
border: none;
border-radius: 0 0 2px 2px;
margin: 0px 0px;
padding: 10px 10px;
visibility: visible;
width: 93%;
}
/*Other Areas*/
.tabpane-content {
position: relative;
top: 9px;
width: calc(100% - 310px);
background: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
border-radius: 3px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
padding: 10px;
margin: 10px 0px 10px 0px;
border: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.linefield {
background-color: lightgrey;
border-radius: 5px;
}
.link.last-clicked {
border: 0px;
}
.footer-parent {
height: 800px;
margin-top: 192px;
padding: 528px 0 64px;
}
.footer {
border: 0 solid;
border-radius: 2px;
background: #fff;
padding: 16px;
max-width: 640px;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.footer .col {
padding: 0 24px;
border: none
}
.flat-vert.title,
.bottommenu a {
color: rgba(0, 0, 0, 0.7)
}
.bottommenu {
color: rgba(0, 0, 0, 0.42)
}
.debuginfo,
#hsts_pixel {
display: none
}
.arrow.up, .arrow.upmod, .arrow.down, .arrow.downmod {
background-position: 0px 0px;
background-size: 15px 15px;
opacity: 0.7;
}
.arrow.up {
background-image: url(%%reg-thumb%%);
}
.arrow.upmod {
background-image: url(%%upvoted-thumb%%);
}
.arrow.down {
background-image: url(%%down-thumb%%);
}
.arrow.downmod {
background-image: url(%%downvoted-thumb%%);
}
.arrow:hover {
opacity: 1;
}
.link .rank {
color: #666;
}
/*Reddit Enhancement Suite Changes*/
.res #header-bottom-right {
top: 1px;
border-radius: 0;
height: 18px;
padding: 0 8px 0 0
}
.res #userbarToggle {
background-color: transparent;
color: rgba(255, 255, 255, 0.45);
border-radius: 0;
border: none;
left: -32px
}
.res a.beta-link {
top: 4px
}
.res #header-bottom-right .user .userkarma {
display: none
}
.res #header-bottom-right .user {
font-size: 0!important
}
.res #header-bottom-right .user a {
font-size: 11px
}
.res #sr-header-area a.RESShortcutsCurrentSub,
.res #RESSubredditGroupDropdown .RESShortcutsCurrentSub a {
color: #fff!important;
border-bottom: 2px solid #fff
}
.res .RES-keyNav-activeThing,
.res .RES-keyNav-activeElement,
.res .commentarea .RES-keyNav-activeElement .md,
.res .RES-keyNav-activeElement .md-container,
.res .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
color: #b31217 !important;
}
.res .RESshortcutside, .res .RESDashboardToggle {
background-image: none!important;
border: none;
color: #4D5763;
text-transform: uppercase;
text-decoration: none;
border-radius: 0;
padding: 4px 6px 4px 0;
margin: 2px 6px 2px -4px;
text-align: left;
width: auto;
}
.res .RESshortcutside:hover, .res .RESDashboardToggle:hover {
background-color: transparent;
color: #e52d27;
}
.res .thing .tagline .author.submitter {
padding: 1px 4px;
border-radius: 1px;
background-color: #4F8EF7!important;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
transition: all .15s ease
}
.res .thing .tagline .author.submitter:hover {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
background-color: #4F8EF7!important
}
.res #RESShortcutsEditContainer {
margin-right: 312px
}
.res #RESShortcutsEditContainer,
#RESShortcutsSort,
#RESShortcutsRight,
#RESShortcutsLeft,
#RESShortcutsAdd,
#RESShortcutsTrash {
background-color: transparent!important;
top: 1px!important
}
#RESShortcutsViewport {
width: calc(100% - 813px);
}
div.RES-keyNav-activeElement, div.commentarea div.RES-keyNav-activeElement.entry div.noncollapsed {
background-color: transparent!important;
padding-left: 8px!important;
border-left: 3px solid #C2C2C2;
}
.content .RESBigEditorPop {
width: 105px;
}
/*FLAIR!*/
.link {
border-left: 10px solid #fff
}
.link.stickied {
border-left: 10px solid #333;
}
.linkflair-mcn.link {
border-left: 10px solid #0ff;
background: linear-gradient( 90deg, #0ff, white 1% );
}
.linkflair-question.link {
border-left: 10px solid #c0c;
background: linear-gradient( 90deg, #c0c, white 1% );
}
.linkflair-feedback.link {
border-left: 10px solid #f00;
background: linear-gradient( 90deg, #f00, white 1% );
}
.linkflair-info.link {
border-left: 10px solid #00c;
background: linear-gradient( 90deg, #00c, white 1% );
}
.linkflair-meta.link {
border-left: 10px solid #060;
background: linear-gradient( 90deg, #060, white 1% );
}
.linkflair-discussion.link {
border-left: 10px solid #f90;
background: linear-gradient( 90deg, #f90, white 1% );
}
.linkflair-meta.link {
border-left: 10px solid #666;
background: linear-gradient( 90deg, #666, white 1% );
}
.linkflair-mcn.link.stickied {
border-left: 10px solid #0ff;
background: linear-gradient( 90deg, #0ff, #333 1% );
}
.linkflair-question.link.stickied {
border-left: 10px solid #c0c;
background: linear-gradient( 90deg, #c0c, #333 1% );
}
.linkflair-feedback.link.stickied {
border-left: 10px solid #f00;
background: linear-gradient( 90deg, #f00, #333 1% );
}
.linkflair-info.link.stickied {
border-left: 10px solid #00c;
background: linear-gradient( 90deg, #00c, #333 1% );
}
.linkflair-meta.link.stickied {
border-left: 10px solid #060;
background: linear-gradient( 90deg, #060, #333 1% );
}
.linkflair-discussion.link.stickied {
border-left: 10px solid #f90;
background: linear-gradient( 90deg, #f90, #333 1% );
}
.linkflair-meta.link.stickied {
border-left: 10px solid #666;
background: linear-gradient( 90deg, #666, #333 1% );
}
.linkflairlabel {
position: relative;
display: inline-block;
margin-right: .2em;
padding: 0 2px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
color: #555;
border: 0px solid #ddd;
border-radius: 2px;
font-size: 15px;
top: 2px
}
.link .flair {
font-size: x-small;
margin-top: -1px;
position: relative;
display: inline-block;
margin-right: .2em;
padding: 0 2px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
color: #555;
border: 0px solid #ddd;
border-radius: 2px;
font-size: 15px;
top: 2px;
left: 5px;
}
| 0.360939 | 0.112893 |
.wrapper{width:1000px;height:100vh;margin:0 auto;background-color:rgba(0,0,0,.3);}
#thumnail{position:absolute;left:50%;top:100px;transform:translateX(-50%);width:300px;height:300px;background-image:url(/assets/img/thum_01.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:50%;}
#currentFileName{position:absolute;left:50%;top:450px;transform:translateX(-50%);color:#fff;font-size:28px;}
#audioPlayer{--seek-before-width:0;--volume-before-width:100%;--buffered-width:0;position:fixed;bottom:0;width:100%;max-width:1000px;margin:0 auto;background:#222;color:#fff}
#audioPlayer::before{position:absolute;content:'';width:calc(100% + 4px);height:calc(100% + 4px);left:-2px;top:-2px;z-index:-1}
#btnPlay{margin:20px 2.5% 10px;color:#fff}
#btnMute{margin:0 2.5%;color:#fff}
path{stroke:#007db5}
.time{display:inline-block;width:37px;text-align:center;font-size:20px;margin:28.5px 0 18.5px;float:left}
output{display:inline-block;width:32px;text-align:center;font-size:20px;float:left;clear:left;margin-top:5px}
.slider_wrapper{position:absolute;left:50%;transform:translateX(-50%);bottom:20px;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;}
.slider_wrapper_vertical{padding:20px 0;display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;background:#111;width:60px;position:absolute;right:20px;bottom:20px;border-radius:50px}
#seek-slider{position:relative;-webkit-appearance:none;width:48%;margin:0;padding:0;height:19px;margin:30px 2.5% 20px 2.5%;float:left;outline:none;background:transparent;}
#seek-slider::-webkit-slider-runnable-track{width:100%;height:10px;cursor:pointer;background:#007db599;border-radius:10px;}
#seek-slider::before{position:absolute;content:"";top:4px;left:0;width:var(--seek-before-width);height:10px;background-color:#007db5;cursor:pointer;border-radius:10px;}
#seek-slider::-webkit-slider-thumb{position:relative;-webkit-appearance:none;box-sizing:content-box;border:1px solid #007db5;height:15px;width:15px;border-radius:50%;cursor:pointer;margin:-3.5px 0;background:#007db5}
#seek-slider:active::-webkit-slider-thumb{transform:scale(1.2);background:#007db5}
#seek-slider::-moz-range-track{width:100%;height:3px;cursor:pointer;background:linear-gradient(to right,rgba(0,125,181,0.6) var(--buffered-width),rgba(0,125,181,0.2) var(--buffered-width))}
#seek-slider::-moz-range-progress{background-color:#007db5}
#seek-slider::-moz-focus-outer{border:0}
#seek-slider::-moz-range-thumb{box-sizing:content-box;border:1px solid #007db5;height:15px;width:15px;border-radius:50%;cursor:pointer}
#seek-slider:active::-moz-range-thumb{transform:scale(1.2);background:#007db5}
#seek-slider::-ms-track{width:100%;height:3px;cursor:pointer;background:transparent;border:solid transparent;color:transparent}
#seek-slider::-ms-fill-lower{background-color:#007db5}
#seek-slider::-ms-fill-upper{background:linear-gradient(to right,rgba(0,125,181,0.6) var(--buffered-width),rgba(0,125,181,0.2) var(--buffered-width))}
#seek-slider::-ms-thumb{box-sizing:content-box;border:1px solid #007db5;height:15px;width:15px;border-radius:50%;cursor:pointer}
#seek-slider:active::-ms-thumb{transform:scale(1.2);background:#007db5}
#volume-slider{position:relative;-webkit-appearance:slider-vertical;width:10px;margin:0;padding:0;height:100px;float:left;outline:none;border-radius:20px;}
#volume-slider::before{position:absolute;content:"";top:8px;left:0;width:0;height:100px;background-color:#007db5;cursor:pointer;border-radius:20px}
#volume-slider::-webkit-slider-runnable-track{width:10px;height:100px;cursor:pointer;background:linear-gradient(to top,#007db599 var(--buffered-width),#007db533 var(--buffered-width));border-radius:20px}
#volume-slider::-webkit-slider-thumb{position:relative;-webkit-appearance:none;box-sizing:content-box;border:1px solid #007db5;height:15px;width:15px;border-radius:50%;cursor:pointer;margin:0 -3.5px}
#volume-slider:active::-webkit-slider-thumb{transform:scale(1.2);background:#007db5}
#volume-slider::-moz-range-track{width:10px;height:100px;cursor:pointer;background:linear-gradient(to top,rgba(0,125,181,0.6) var(--buffered-width),rgba(0,125,181,0.2) var(--buffered-width))}
#volume-slider::-moz-range-progress{background-color:#007db5}
#volume-slider::-moz-focus-outer{border:0}
#volume-slider::-moz-range-thumb{box-sizing:content-box;border:1px solid #007db5;height:15px;width:15px;border-radius:50%;cursor:pointer}
#volume-slider:active::-moz-range-thumb{transform:scale(1.2);background:#007db5}
#volume-slider::-ms-track{width:10px;height:100px;cursor:pointer;background:transparent;border:solid transparent;color:transparent}
#volume-slider::-ms-fill-lower{background-color:#007db5}
#volume-slider::-ms-fill-upper{background:linear-gradient(to top,rgba(0,125,181,0.6) var(--buffered-width),rgba(0,125,181,0.2) var(--buffered-width))}
#volume-slider::-ms-thumb{box-sizing:content-box;border:1px solid #007db5;height:15px;width:15px;border-radius:50%;cursor:pointer}
#volume-slider:active::-ms-thumb{transform:scale(1.2);background:#007db5}
|
assets/css/main.css
|
.wrapper{width:1000px;height:100vh;margin:0 auto;background-color:rgba(0,0,0,.3);}
#thumnail{position:absolute;left:50%;top:100px;transform:translateX(-50%);width:300px;height:300px;background-image:url(/assets/img/thum_01.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:50%;}
#currentFileName{position:absolute;left:50%;top:450px;transform:translateX(-50%);color:#fff;font-size:28px;}
#audioPlayer{--seek-before-width:0;--volume-before-width:100%;--buffered-width:0;position:fixed;bottom:0;width:100%;max-width:1000px;margin:0 auto;background:#222;color:#fff}
#audioPlayer::before{position:absolute;content:'';width:calc(100% + 4px);height:calc(100% + 4px);left:-2px;top:-2px;z-index:-1}
#btnPlay{margin:20px 2.5% 10px;color:#fff}
#btnMute{margin:0 2.5%;color:#fff}
path{stroke:#007db5}
.time{display:inline-block;width:37px;text-align:center;font-size:20px;margin:28.5px 0 18.5px;float:left}
output{display:inline-block;width:32px;text-align:center;font-size:20px;float:left;clear:left;margin-top:5px}
.slider_wrapper{position:absolute;left:50%;transform:translateX(-50%);bottom:20px;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;}
.slider_wrapper_vertical{padding:20px 0;display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;background:#111;width:60px;position:absolute;right:20px;bottom:20px;border-radius:50px}
#seek-slider{position:relative;-webkit-appearance:none;width:48%;margin:0;padding:0;height:19px;margin:30px 2.5% 20px 2.5%;float:left;outline:none;background:transparent;}
#seek-slider::-webkit-slider-runnable-track{width:100%;height:10px;cursor:pointer;background:#007db599;border-radius:10px;}
#seek-slider::before{position:absolute;content:"";top:4px;left:0;width:var(--seek-before-width);height:10px;background-color:#007db5;cursor:pointer;border-radius:10px;}
#seek-slider::-webkit-slider-thumb{position:relative;-webkit-appearance:none;box-sizing:content-box;border:1px solid #007db5;height:15px;width:15px;border-radius:50%;cursor:pointer;margin:-3.5px 0;background:#007db5}
#seek-slider:active::-webkit-slider-thumb{transform:scale(1.2);background:#007db5}
#seek-slider::-moz-range-track{width:100%;height:3px;cursor:pointer;background:linear-gradient(to right,rgba(0,125,181,0.6) var(--buffered-width),rgba(0,125,181,0.2) var(--buffered-width))}
#seek-slider::-moz-range-progress{background-color:#007db5}
#seek-slider::-moz-focus-outer{border:0}
#seek-slider::-moz-range-thumb{box-sizing:content-box;border:1px solid #007db5;height:15px;width:15px;border-radius:50%;cursor:pointer}
#seek-slider:active::-moz-range-thumb{transform:scale(1.2);background:#007db5}
#seek-slider::-ms-track{width:100%;height:3px;cursor:pointer;background:transparent;border:solid transparent;color:transparent}
#seek-slider::-ms-fill-lower{background-color:#007db5}
#seek-slider::-ms-fill-upper{background:linear-gradient(to right,rgba(0,125,181,0.6) var(--buffered-width),rgba(0,125,181,0.2) var(--buffered-width))}
#seek-slider::-ms-thumb{box-sizing:content-box;border:1px solid #007db5;height:15px;width:15px;border-radius:50%;cursor:pointer}
#seek-slider:active::-ms-thumb{transform:scale(1.2);background:#007db5}
#volume-slider{position:relative;-webkit-appearance:slider-vertical;width:10px;margin:0;padding:0;height:100px;float:left;outline:none;border-radius:20px;}
#volume-slider::before{position:absolute;content:"";top:8px;left:0;width:0;height:100px;background-color:#007db5;cursor:pointer;border-radius:20px}
#volume-slider::-webkit-slider-runnable-track{width:10px;height:100px;cursor:pointer;background:linear-gradient(to top,#007db599 var(--buffered-width),#007db533 var(--buffered-width));border-radius:20px}
#volume-slider::-webkit-slider-thumb{position:relative;-webkit-appearance:none;box-sizing:content-box;border:1px solid #007db5;height:15px;width:15px;border-radius:50%;cursor:pointer;margin:0 -3.5px}
#volume-slider:active::-webkit-slider-thumb{transform:scale(1.2);background:#007db5}
#volume-slider::-moz-range-track{width:10px;height:100px;cursor:pointer;background:linear-gradient(to top,rgba(0,125,181,0.6) var(--buffered-width),rgba(0,125,181,0.2) var(--buffered-width))}
#volume-slider::-moz-range-progress{background-color:#007db5}
#volume-slider::-moz-focus-outer{border:0}
#volume-slider::-moz-range-thumb{box-sizing:content-box;border:1px solid #007db5;height:15px;width:15px;border-radius:50%;cursor:pointer}
#volume-slider:active::-moz-range-thumb{transform:scale(1.2);background:#007db5}
#volume-slider::-ms-track{width:10px;height:100px;cursor:pointer;background:transparent;border:solid transparent;color:transparent}
#volume-slider::-ms-fill-lower{background-color:#007db5}
#volume-slider::-ms-fill-upper{background:linear-gradient(to top,rgba(0,125,181,0.6) var(--buffered-width),rgba(0,125,181,0.2) var(--buffered-width))}
#volume-slider::-ms-thumb{box-sizing:content-box;border:1px solid #007db5;height:15px;width:15px;border-radius:50%;cursor:pointer}
#volume-slider:active::-ms-thumb{transform:scale(1.2);background:#007db5}
| 0.328529 | 0.051534 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./assets/fonts/opensans_latein-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./assets/fonts/opensans_latein.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(./assets/fonts/ubuntu_latein-400-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(./assets/fonts/ubuntu_latein-400.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(./assets/fonts/ubuntu_latein-700-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(./assets/fonts/ubuntu_latein-700.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
|
src/assets/css/font.css
|
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./assets/fonts/opensans_latein-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./assets/fonts/opensans_latein.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(./assets/fonts/ubuntu_latein-400-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(./assets/fonts/ubuntu_latein-400.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(./assets/fonts/ubuntu_latein-700-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(./assets/fonts/ubuntu_latein-700.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
| 0.201185 | 0.080394 |
@font-face {
font-family: 'db_heaventbold_it';
src: url('../fonts/db_heavent/db_heavent_bd_it_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_bd_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_bd_it_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_bd_it_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventbold';
src: url('../fonts/db_heavent/db_heavent_bd_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_bd_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_bd_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_bd_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventblack_it';
src: url('../fonts/db_heavent/db_heavent_blk_it_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_blk_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_blk_it_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_blk_it_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventblack';
src: url('../fonts/db_heavent/db_heavent_blk_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_blk_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_blk_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_blk_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventitalic';
src: url('../fonts/db_heavent/db_heavent_it_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_it_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_it_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventlight_it';
src: url('../fonts/db_heavent/db_heavent_li_it_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_li_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_li_it_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_li_it_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventlight';
src: url('../fonts/db_heavent/db_heavent_li_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_li_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_li_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_li_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventmed_it';
src: url('../fonts/db_heavent/db_heavent_med_it_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_med_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_med_it_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_med_it_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventmed';
src: url('../fonts/db_heavent/db_heavent_med_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_med_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_med_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_med_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventthin_it';
src: url('../fonts/db_heavent/db_heavent_thin_it_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_thin_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_thin_it_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_thin_it_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventthin';
src: url('../fonts/db_heavent/db_heavent_thin_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_thin_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_thin_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_thin_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventultrali_it';
src: url('../fonts/db_heavent/db_heavent_ulli_it_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_ulli_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_ulli_it_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_ulli_it_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
|
public/css/Font-face.css
|
@font-face {
font-family: 'db_heaventbold_it';
src: url('../fonts/db_heavent/db_heavent_bd_it_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_bd_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_bd_it_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_bd_it_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventbold';
src: url('../fonts/db_heavent/db_heavent_bd_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_bd_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_bd_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_bd_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventblack_it';
src: url('../fonts/db_heavent/db_heavent_blk_it_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_blk_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_blk_it_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_blk_it_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventblack';
src: url('../fonts/db_heavent/db_heavent_blk_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_blk_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_blk_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_blk_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventitalic';
src: url('../fonts/db_heavent/db_heavent_it_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_it_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_it_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventlight_it';
src: url('../fonts/db_heavent/db_heavent_li_it_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_li_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_li_it_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_li_it_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventlight';
src: url('../fonts/db_heavent/db_heavent_li_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_li_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_li_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_li_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventmed_it';
src: url('../fonts/db_heavent/db_heavent_med_it_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_med_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_med_it_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_med_it_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventmed';
src: url('../fonts/db_heavent/db_heavent_med_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_med_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_med_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_med_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventthin_it';
src: url('../fonts/db_heavent/db_heavent_thin_it_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_thin_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_thin_it_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_thin_it_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventthin';
src: url('../fonts/db_heavent/db_heavent_thin_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_thin_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_thin_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_thin_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'db_heaventultrali_it';
src: url('../fonts/db_heavent/db_heavent_ulli_it_v3.2-webfont.eot');
src: url('../fonts/db_heavent/db_heavent_ulli_it_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/db_heavent/db_heavent_ulli_it_v3.2-webfont.woff2') format('woff2'),
url('../fonts/db_heavent/db_heavent_ulli_it_v3.2-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
| 0.20268 | 0.033908 |
body {
padding: 10px 50px 50px;
font: 18px "Garamond", serif;
font-family: "Catamaran", sans-serif;
background-image: url("./library.jpg");
}
a {
color: #0b6651;
text-decoration: none;
font-weight: bold;
transition: 0.4s;
}
a:hover {
color: black;
}
a.button,
input[type="submit"] {
color: white;
background: #019875;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
padding: 10px 14px 12px;
font-size: 14px;
border-radius: 2px;
cursor: pointer;
}
form a.button,
input[type="submit"] {
margin-left: 10px;
margin-right: 40px;
margin-bottom: 1rem;
transition: 0.4s;
}
input[type="submit"] {
border: 0;
}
a.button:hover,
input[type="submit"]:hover {
background-color: #01b189;
}
p {
margin: 20px auto;
}
ul {
padding: 0;
list-style-type: none;
margin-bottom: 10px;
line-height: 1.3em;
}
h2 {
padding-top: 20px;
text-align: center;
}
th {
font-size: 22px;
border-bottom: 2px solid #d8b493;
border-right: 2px solid #d8b493;
text-align: left;
padding: 5px 20px 5px 10px;
}
tr {
min-height: 50px;
}
td {
font-size: 21px;
padding: 25px 20px 5px 10px;
text-align: center;
}
label {
font-weight: bold;
min-width: 130px;
display: inline-block;
transition: 0.4s;
}
input {
padding: 10px;
font-size: 15px;
border-radius: 12px;
border-color: #01b189;
transition: 0.4s;
}
input[type="text"] {
margin-left: 7px;
width: 270px;
}
.flex {
display: flex;
align-items: center;
justify-content: space-between;
}
.mybutton {
color: #006b52;
}
.error {
text-align: center;
font-size: 25px;
color: rgb(236, 15, 15);
}
.pagination {
margin-left: 0;
margin-right: 6px;
width: 20px;
height: 20px;
}
.container {
margin-top: 2rem;
text-align: end;
}
.title {
text-align: center;
font-family: "Lobster", cursive;
}
.newtitle {
margin-left: 3rem;
}
.detail-container,
.new-container {
text-align: center;
margin-top: 8%;
}
.update-title {
margin-left: 3rem;
}
.update-btn,
.cancel-btn,
.delete-btn,
.create-btn {
display: flex;
justify-content: space-around;
text-align: center;
margin-left: 8rem;
}
|
public/stylesheets/style.css
|
body {
padding: 10px 50px 50px;
font: 18px "Garamond", serif;
font-family: "Catamaran", sans-serif;
background-image: url("./library.jpg");
}
a {
color: #0b6651;
text-decoration: none;
font-weight: bold;
transition: 0.4s;
}
a:hover {
color: black;
}
a.button,
input[type="submit"] {
color: white;
background: #019875;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
padding: 10px 14px 12px;
font-size: 14px;
border-radius: 2px;
cursor: pointer;
}
form a.button,
input[type="submit"] {
margin-left: 10px;
margin-right: 40px;
margin-bottom: 1rem;
transition: 0.4s;
}
input[type="submit"] {
border: 0;
}
a.button:hover,
input[type="submit"]:hover {
background-color: #01b189;
}
p {
margin: 20px auto;
}
ul {
padding: 0;
list-style-type: none;
margin-bottom: 10px;
line-height: 1.3em;
}
h2 {
padding-top: 20px;
text-align: center;
}
th {
font-size: 22px;
border-bottom: 2px solid #d8b493;
border-right: 2px solid #d8b493;
text-align: left;
padding: 5px 20px 5px 10px;
}
tr {
min-height: 50px;
}
td {
font-size: 21px;
padding: 25px 20px 5px 10px;
text-align: center;
}
label {
font-weight: bold;
min-width: 130px;
display: inline-block;
transition: 0.4s;
}
input {
padding: 10px;
font-size: 15px;
border-radius: 12px;
border-color: #01b189;
transition: 0.4s;
}
input[type="text"] {
margin-left: 7px;
width: 270px;
}
.flex {
display: flex;
align-items: center;
justify-content: space-between;
}
.mybutton {
color: #006b52;
}
.error {
text-align: center;
font-size: 25px;
color: rgb(236, 15, 15);
}
.pagination {
margin-left: 0;
margin-right: 6px;
width: 20px;
height: 20px;
}
.container {
margin-top: 2rem;
text-align: end;
}
.title {
text-align: center;
font-family: "Lobster", cursive;
}
.newtitle {
margin-left: 3rem;
}
.detail-container,
.new-container {
text-align: center;
margin-top: 8%;
}
.update-title {
margin-left: 3rem;
}
.update-btn,
.cancel-btn,
.delete-btn,
.create-btn {
display: flex;
justify-content: space-around;
text-align: center;
margin-left: 8rem;
}
| 0.414899 | 0.119614 |
@-moz-document url-prefix("http://google"),
url-prefix("https://google"),
url-prefix("http://www.google"),
url-prefix("https://www.google") {
*
{
font-family: "Segoe UI", "Open Sans", "Open Sans Web" !important;
font-size: 12px;
font-weight: normal;
text-shadow: none !important;
box-shadow: none !important;
border-radius: 0px !important;
}
html
{
background-color: #fff !important;
}
body
{
overflow-x: hidden !important;
background-color: #0072c6 !important;
}
a b, a strong, a em
{
color: #0072c6 !important;
}
font#addlang,
font#addlang a
{
color: #fff !important;
}
#main,
.mainbody
{
background-color: #fff !important;
}
span#body.ctr-p,
div#footer.ctr-p
{
background-color: #0072c6 !important;
visibility: visible !important;
}
#mngb
{
background-image: linear-gradient(#0072c6, #0072c6) !important;
}
#gbd4
{
border: 1px solid #ccc !important;
}
#gbq
{
z-index: 10000 !important;
}
#gbu
{
z-index: 10000 !important;
}
#pocs2
{
color: #fff !important;
}
.gbgs
{
background-image: linear-gradient(#eee, #eee) !important;
border: 1px solid #eee !important;
}
#gbg6 #gbi4t, #gbg4 #gbgs4d
{
font-size: 2em !important;
font-family: 'Segoe UI Light', 'Open Sans Light', 'Open Sans Light Web', 'Segoe UI', 'Open Sans' !important;
font-weight: 300 !important;
height: 30px !important;
margin-top: -4px !important;
color: #fff !important;
}
#gbi1a.gbid, #gbgs3
{
background: #fff !important;
border: 1px solid #fff !important;
}
#gbi1.gbids, .gmbt
{
font-weight: normal !important;
}
#gbmplp
{
width: 110px !important;
}
.gbmt-hvr
{
background: #0072C6 !important;
color: #fff !important;
}
#lga
{
margin-top: -22px !important;
}
#lga div
{
padding-top: 20px !important;
}
img#hplogo
{
width: 250px !important;
height: 97px !important;
margin-left: -125px !important;
}
#hplogo
{
background: none !important;
z-index: 1000 !important;
position: absolute !important;
width: 100% !important;
text-align: center !important;
}
#hplogo:before
{
color: #fff !important;
font-family: 'Segoe UI Light', 'Open Sans Light', 'Segoe UI', 'Open Sans', 'Open Sans Light Web' !important;
font-weight: 300 !important;
font-size: 90px !important;
content: "Google";
}
#hplogo div
{
top: -45px !important;
left: 50% !important;
margin-left: 80px !important;
font-family: 'Segoe UI Light', 'Open Sans Light', 'Segoe UI', 'Open Sans', 'Open Sans Light Web' !important;
font-weight: 300 !important;
font-size: 20px !important;
color: #fff !important;
text-align: left !important;
}
.gbqfif, .gbqfsf
{
font: 12px "Segoe UI", "Open Sans", "Open Sans Web" !important;
}
.kpbb
{
background-image: linear-gradient(#0072C6,#0072C6) !important;
border: none !important;
width: 30px !important;
}
#hpplinksimgs, #hpplinksimgs a
{
color: #fff !important;
}
.qbtt
{
font-family: "Segoe UI Light", "Open Sans Light", "Segoe UI", "Open Sans", "Open Sans Web" !important;
font-weight: normal !important;
font-size: 20px !important;
}
#qbug a
{
color: #0072C6 !important;
}
#qbui
{
border-color: #ccc !important;
}
#gbfwa
{
border: 1px solid #0072C6 !important;
}
#gbfwa:hover
{
border: 1px solid #0072C6 !important;
}
.gsib_a
{
padding: 3px 5px 3px 5px !important;
}
.gbqfba
{
background-image: linear-gradient(#fff, #fff) !important;
color: #333 !important;
border: 1px solid #fff !important;
}
.gbqfbb
{
background-image: linear-gradient(#fff, #fff) !important;
color: #333 !important;
border: 1px solid #ccc !important;
}
.gbqfba-hvr
{
background-image: linear-gradient(#ccc, #ccc) !important;
border: 1px solid #ccc !important;
}
#gb
{
height: 101px !important;
background-color: #0072C6 !important;
}
#gbx1.gbqfh
{
background: transparent !important;
}
#gbx1, #gbx2
{
border: none !important;
background: transparent !important;
z-index: 1 !important;
}
span#gbql
{
background: none !important;
}
a.gbqla
{
text-decoration: none !important;
color: #fff !important;
transition: all 1s !important;
}
span#gbql:before
{
content: "Google";
font-family: 'Segoe UI Light', 'Open Sans Light', 'Segoe UI', 'Open Sans', 'Open Sans Light Web' !important;
font-weight: 300 !important;
font-size: 30px !important;
}
#gbfwa #gbqfqw.gbqfqw
{
border: 1px solid #fff !important;
}
.gssb_i
{
background: #0072C6 !important;
color: #fff !important;
}
#gbqfbw
{
margin: 0px !important;
}
.gbqfb
{
background-image: linear-gradient(#0072C6, #0072c6) !important;
border: 1px solid #0072C6 !important;
width: 20px !important;
}
#qbbtc .gbqfb
{
width: 140px !important;
}
.ab_button, .ab_button:hover, .ab_button:focus
{
background-image: linear-gradient(#eee, #eee) !important;
border: 1px solid transparent !important;
margin: 0px !important;
min-width: 10px !important;
}
.ab_dropdownitem.selected,
.hdtb_mitem a:hover,
.hdtb-tl:hover
{
background: #0072C6 !important;
color: #fff !important;
border: none !important;
}
.ab_dropdownitem.selected a
{
color: #fff !important;
}
#hdtbSum
{
background: #eee !important;
}
.hdtb_msel
{
border: none !important;
background: #0072C6 !important;
color: #fff !important;
}
#hdtb_msb .hdtb_mitem
{
height: 40px !important;
margin-top: 0px !important;
}
#hdtb_msb .hdtb_mitem a
{
height: 40px !important;
}
#hdtb_msb > .hdtb_mitem a:active,
#hdtb_more:active,
.hdtb-mn-hd:active,
.mn-hd-txt:active,
.subsect a
{
color: #fff !important;
}
#hdtb_more_mn .hdtb_mitem,
#hdtb_more_mn .hdtb_mitem a
{
height: 30px !important;
}
#hdtb_more_mn .hdtb_mitem a
{
height: 20px !important;
}
span a, .osl a,
#brs a, #bfl a, .pn span, #fll a,
#topstuff a, #botstuff li a,
#rso li a
{
color: #0072C6 !important;
text-decoration: none !important;
}
h3.r a.l
{
font-size: 20px !important;
font-family: 'Segoe UI Light', 'Open Sans Light', 'Segoe UI', 'Open Sans', 'Open Sans Light Web' !important;
font-weight: 300 !important;
line-height: 1.5 !important;
}
h3 a:hover,
h3 a em:hover,
h3 a:visited,
h3 a em:visited
{
color: #1122cc !important;
}
h3 a em
{
font-size: 20px !important;
font-weight: 600 !important;
}
.med,
#extrares .med em
{
font-size: 16px !important;
}
#topstuff .std
{
font-size: 12px !important;
}
#bottomads, #taw
{
display: none !important;
}
.pqc
{
text-decoration: none !important;
}
#irc_bg .irc_but
{
background: linear-gradient(#ccc, #ccc) !important;
color: #333 !important;
}
.ksb, .ksb:hover
{
background-image: linear-gradient(#ccc,#ccc) !important;
border: 1px solid #ccc !important;
}
.appbar
{
font-family: 'Segoe UI Light', 'Open Sans Light', 'Segoe UI', 'Open Sans', 'Open Sans Light Web' !important;
font-weight: 300 !important;
background-color: #fff !important;
color: #0072c6 !important;
margin: 0px !important;
padding: 20px !important;
}
.advsearch
{
background-color: #fff !important;
margin: 0px auto !important;
padding: 0px !important;
min-width: 100% !important;
}
.advsearch form
{
padding: 20px !important;
}
.advsearch div[style='clear:both;font-size:13px;line-height:18px;margin-bottom:90px']
{
margin-left: 20px !important;
}
#ssform
{
background-color: #fff !important;
}
h2
{
font-family: 'Segoe UI Light', 'Open Sans Light', 'Segoe UI', 'Open Sans', 'Open Sans Light Web' !important;
font-weight: 300 !important;
font-size: 150% !important;
}
.jfk-button-action
{
background-image: linear-gradient(#0072C6, #0072C6) !important;
border: 1px solid #0072C6 !important;
}
.jfk-button-standard
{
background-image: linear-gradient(#ccc, #ccc) !important;
border: 1px solid #ccc !important;
}
.goog-flat-menu-button
{
background-image: linear-gradient(#ccc, #ccc) !important;
border: 1px solid #ccc !important;
}
.jfk-textinput
{
border-color: #CCC;
border-image: none;
border-style: solid;
border-width: 1px;
}
.msel a,
.cell-label a,
.cell-example a
{
color: #0072C6 !important;
}
#footer > div
{
border: none !important;
}
#footer div a
{
color: #fff !important;
}
/* Hide Chrome ad if not installed */
#prt
{
display: none !important;
}
/* Firefox ablak: Windows 8 scrollbars */
/* Original: Ziz4rD - http://userstyles.org/users/82707 */
scrollbar {
-moz-appearance: none !important;
border: none !important}
scrollbar {
background: #EFEFEF !important}
scrollbar thumb {
-moz-appearance: none !important;
border: 1px solid #CDCDCD !important;
background: #CDCDCD !important;
background-clip: padding-box !important;
-moz-transition: ease-in .2s !important}
scrollbar thumb:not(:active):hover {
border-color: #A6A6A6 !important;
background-color: #A6A6A6 !important;
background-clip: padding-box !important}
scrollbar thumb:hover:active,
scrollbar thumb:active
scrollbar thumb[active="true"] {
border-color: #606060 !important;
background: #606060 !important;
background-clip: padding-box !important}
scrollbar scrollbarbutton,
scrollbar gripper,
scrollcorner {
-moz-appearance: none ! important;
border: 1px solid #F0F0F0 !important;
background: #F0F0F0 !important;
-moz-transition: ease-in .2s !important}
scrollbar[orient="vertical"] > scrollbarbutton {
min-height: 17px !important;
max-height: 17px !important;
min-width: 15px !important;
max-width: 15px !important}
scrollbar[orient="horizontal"] > scrollbarbutton {
min-height: 15px !important;
max-height: 15px !important;
min-width: 17px !important;
max-width: 17px !important}
scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZ<KEY>), 0 ,50% ,50%, 0) !important;
background-repeat: no-repeat !important;
background-position: 3px 6px !important}
scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAH5JREFUOE+VklEOgDAIQ+H+h0YhKRYmzn0YJ6zMvk7MTPCo6r18vr/WReRCFot4ex3k9RBCwG+vx4YmRi2b2ECNELG49eapm7+ZfTC0xf9fip14UmUYDKT7xEEljjeKPLBExQCm3CBmnyXDnV/OuVyAoxMZ+bHHJNVuykTa6xcJJaLYp5QRSwAAAABJRU5ErkJggg=="), 0 ,100% ,50%, 50%) !important;
background-repeat: no-repeat !important;
background-position: 3px 3px !important}
scrollbar[orient="horizontal"] > scrollbarbutton[type="decrement"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAH5JREFUOE+VklEOgDAIQ+H+h0YhKRYmzn0YJ6zMvk7MTPCo6r18vr/WReRCFot4ex3k9RBCwG+vx4YmRi2b2ECNELG49eapm7+ZfTC0xf9fip14UmUYDKT7xEEljjeKPLBExQCm3CBmnyXDnV/OuVyAoxMZ+bHHJNVuykTa6xcJJaLYp5QRSwAAAABJRU5ErkJggg=="), 50% ,50% ,100%, 0) !important;
background-repeat: no-repeat !important;
background-position: 6px 3px !important}
scrollbar[orient="horizontal"] > scrollbarbutton[type="increment"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAH5JREFUOE+VklEOgDAIQ+H+h0YhKRYmzn0YJ6zMvk7MTPCo6r18vr/WReRCFot4ex3k9RBCwG+vx4YmRi2b2ECNELG49eapm7+ZfTC0xf9fip14UmUYDKT7xEEljjeKPLBExQCm3CBmnyXDnV/OuVyAoxMZ+bHHJNVuykTa6xcJJaLYp5QRSwAAAABJRU5ErkJggg=="), 50% ,100% ,100%, 50%) !important;
background-repeat: no-repeat !important;
background-position: 3px 3px !important}
scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"]:not([disabled="true"])[active="true"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAG9JREFUOE+lUlsOwDAI6v0v7dpmGlRwH/to+iAQwC4zW7D2Md0RS+dKOkQkK<KEY>), 0 ,50% ,50%, 0) !important}
scrollbar[orient="vertical"] > scrollbarbutton[type="increment"]:not([disabled="true"])[active="true"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZ<KEY>), 0 ,100% ,50%, 50%) !important}
scrollbar[orient="horizontal"] > scrollbarbutton[type="decrement"]:not([disabled="true"])[active="true"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFN<KEY>), 50% ,50% ,100%, 0) !important}
scrollbar[orient="horizontal"] > scrollbarbutton[type="increment"]:not([disabled="true"])[active="true"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAG9JREFUOE+lUlsOwDAI6v0v7dpmGlRwH/to+iAQwC4zW7D2Md0RS+dKOkQkK6FQdwLuR7QKxRuCrs5EGjaqvnmpGyeyEmrWZFu2RtpNRVViLYd1cDlf43C8CUpAWI2c0or4QW2wLNuY/3fGKSt18wAwQp1/uBFHOAAAAABJRU5ErkJggg=="), 50% ,100% ,100%, 50%) !important}
scrollbar > scrollbarbutton[disabled="true"] {
opacity: .5 !important}
scrollbar > scrollbarbutton:not([disabled="true"]):hover {
border-color: #DBDBDB !important;
background-color: #DBDBDB !important;
background-clip: padding-box !important}
scrollbar > scrollbarbutton:not([disabled="true"]):hover:active,
scrollbar > scrollbarbutton:not([disabled="true"])[active="true"] {
-moz-appearance: none ! important;
border-color: #606060 !important;
background-color: #606060 !important;
background-clip: padding-box !important}
}
|
data/usercss/82424.user.css
|
@-moz-document url-prefix("http://google"),
url-prefix("https://google"),
url-prefix("http://www.google"),
url-prefix("https://www.google") {
*
{
font-family: "Segoe UI", "Open Sans", "Open Sans Web" !important;
font-size: 12px;
font-weight: normal;
text-shadow: none !important;
box-shadow: none !important;
border-radius: 0px !important;
}
html
{
background-color: #fff !important;
}
body
{
overflow-x: hidden !important;
background-color: #0072c6 !important;
}
a b, a strong, a em
{
color: #0072c6 !important;
}
font#addlang,
font#addlang a
{
color: #fff !important;
}
#main,
.mainbody
{
background-color: #fff !important;
}
span#body.ctr-p,
div#footer.ctr-p
{
background-color: #0072c6 !important;
visibility: visible !important;
}
#mngb
{
background-image: linear-gradient(#0072c6, #0072c6) !important;
}
#gbd4
{
border: 1px solid #ccc !important;
}
#gbq
{
z-index: 10000 !important;
}
#gbu
{
z-index: 10000 !important;
}
#pocs2
{
color: #fff !important;
}
.gbgs
{
background-image: linear-gradient(#eee, #eee) !important;
border: 1px solid #eee !important;
}
#gbg6 #gbi4t, #gbg4 #gbgs4d
{
font-size: 2em !important;
font-family: 'Segoe UI Light', 'Open Sans Light', 'Open Sans Light Web', 'Segoe UI', 'Open Sans' !important;
font-weight: 300 !important;
height: 30px !important;
margin-top: -4px !important;
color: #fff !important;
}
#gbi1a.gbid, #gbgs3
{
background: #fff !important;
border: 1px solid #fff !important;
}
#gbi1.gbids, .gmbt
{
font-weight: normal !important;
}
#gbmplp
{
width: 110px !important;
}
.gbmt-hvr
{
background: #0072C6 !important;
color: #fff !important;
}
#lga
{
margin-top: -22px !important;
}
#lga div
{
padding-top: 20px !important;
}
img#hplogo
{
width: 250px !important;
height: 97px !important;
margin-left: -125px !important;
}
#hplogo
{
background: none !important;
z-index: 1000 !important;
position: absolute !important;
width: 100% !important;
text-align: center !important;
}
#hplogo:before
{
color: #fff !important;
font-family: 'Segoe UI Light', 'Open Sans Light', 'Segoe UI', 'Open Sans', 'Open Sans Light Web' !important;
font-weight: 300 !important;
font-size: 90px !important;
content: "Google";
}
#hplogo div
{
top: -45px !important;
left: 50% !important;
margin-left: 80px !important;
font-family: 'Segoe UI Light', 'Open Sans Light', 'Segoe UI', 'Open Sans', 'Open Sans Light Web' !important;
font-weight: 300 !important;
font-size: 20px !important;
color: #fff !important;
text-align: left !important;
}
.gbqfif, .gbqfsf
{
font: 12px "Segoe UI", "Open Sans", "Open Sans Web" !important;
}
.kpbb
{
background-image: linear-gradient(#0072C6,#0072C6) !important;
border: none !important;
width: 30px !important;
}
#hpplinksimgs, #hpplinksimgs a
{
color: #fff !important;
}
.qbtt
{
font-family: "Segoe UI Light", "Open Sans Light", "Segoe UI", "Open Sans", "Open Sans Web" !important;
font-weight: normal !important;
font-size: 20px !important;
}
#qbug a
{
color: #0072C6 !important;
}
#qbui
{
border-color: #ccc !important;
}
#gbfwa
{
border: 1px solid #0072C6 !important;
}
#gbfwa:hover
{
border: 1px solid #0072C6 !important;
}
.gsib_a
{
padding: 3px 5px 3px 5px !important;
}
.gbqfba
{
background-image: linear-gradient(#fff, #fff) !important;
color: #333 !important;
border: 1px solid #fff !important;
}
.gbqfbb
{
background-image: linear-gradient(#fff, #fff) !important;
color: #333 !important;
border: 1px solid #ccc !important;
}
.gbqfba-hvr
{
background-image: linear-gradient(#ccc, #ccc) !important;
border: 1px solid #ccc !important;
}
#gb
{
height: 101px !important;
background-color: #0072C6 !important;
}
#gbx1.gbqfh
{
background: transparent !important;
}
#gbx1, #gbx2
{
border: none !important;
background: transparent !important;
z-index: 1 !important;
}
span#gbql
{
background: none !important;
}
a.gbqla
{
text-decoration: none !important;
color: #fff !important;
transition: all 1s !important;
}
span#gbql:before
{
content: "Google";
font-family: 'Segoe UI Light', 'Open Sans Light', 'Segoe UI', 'Open Sans', 'Open Sans Light Web' !important;
font-weight: 300 !important;
font-size: 30px !important;
}
#gbfwa #gbqfqw.gbqfqw
{
border: 1px solid #fff !important;
}
.gssb_i
{
background: #0072C6 !important;
color: #fff !important;
}
#gbqfbw
{
margin: 0px !important;
}
.gbqfb
{
background-image: linear-gradient(#0072C6, #0072c6) !important;
border: 1px solid #0072C6 !important;
width: 20px !important;
}
#qbbtc .gbqfb
{
width: 140px !important;
}
.ab_button, .ab_button:hover, .ab_button:focus
{
background-image: linear-gradient(#eee, #eee) !important;
border: 1px solid transparent !important;
margin: 0px !important;
min-width: 10px !important;
}
.ab_dropdownitem.selected,
.hdtb_mitem a:hover,
.hdtb-tl:hover
{
background: #0072C6 !important;
color: #fff !important;
border: none !important;
}
.ab_dropdownitem.selected a
{
color: #fff !important;
}
#hdtbSum
{
background: #eee !important;
}
.hdtb_msel
{
border: none !important;
background: #0072C6 !important;
color: #fff !important;
}
#hdtb_msb .hdtb_mitem
{
height: 40px !important;
margin-top: 0px !important;
}
#hdtb_msb .hdtb_mitem a
{
height: 40px !important;
}
#hdtb_msb > .hdtb_mitem a:active,
#hdtb_more:active,
.hdtb-mn-hd:active,
.mn-hd-txt:active,
.subsect a
{
color: #fff !important;
}
#hdtb_more_mn .hdtb_mitem,
#hdtb_more_mn .hdtb_mitem a
{
height: 30px !important;
}
#hdtb_more_mn .hdtb_mitem a
{
height: 20px !important;
}
span a, .osl a,
#brs a, #bfl a, .pn span, #fll a,
#topstuff a, #botstuff li a,
#rso li a
{
color: #0072C6 !important;
text-decoration: none !important;
}
h3.r a.l
{
font-size: 20px !important;
font-family: 'Segoe UI Light', 'Open Sans Light', 'Segoe UI', 'Open Sans', 'Open Sans Light Web' !important;
font-weight: 300 !important;
line-height: 1.5 !important;
}
h3 a:hover,
h3 a em:hover,
h3 a:visited,
h3 a em:visited
{
color: #1122cc !important;
}
h3 a em
{
font-size: 20px !important;
font-weight: 600 !important;
}
.med,
#extrares .med em
{
font-size: 16px !important;
}
#topstuff .std
{
font-size: 12px !important;
}
#bottomads, #taw
{
display: none !important;
}
.pqc
{
text-decoration: none !important;
}
#irc_bg .irc_but
{
background: linear-gradient(#ccc, #ccc) !important;
color: #333 !important;
}
.ksb, .ksb:hover
{
background-image: linear-gradient(#ccc,#ccc) !important;
border: 1px solid #ccc !important;
}
.appbar
{
font-family: 'Segoe UI Light', 'Open Sans Light', 'Segoe UI', 'Open Sans', 'Open Sans Light Web' !important;
font-weight: 300 !important;
background-color: #fff !important;
color: #0072c6 !important;
margin: 0px !important;
padding: 20px !important;
}
.advsearch
{
background-color: #fff !important;
margin: 0px auto !important;
padding: 0px !important;
min-width: 100% !important;
}
.advsearch form
{
padding: 20px !important;
}
.advsearch div[style='clear:both;font-size:13px;line-height:18px;margin-bottom:90px']
{
margin-left: 20px !important;
}
#ssform
{
background-color: #fff !important;
}
h2
{
font-family: 'Segoe UI Light', 'Open Sans Light', 'Segoe UI', 'Open Sans', 'Open Sans Light Web' !important;
font-weight: 300 !important;
font-size: 150% !important;
}
.jfk-button-action
{
background-image: linear-gradient(#0072C6, #0072C6) !important;
border: 1px solid #0072C6 !important;
}
.jfk-button-standard
{
background-image: linear-gradient(#ccc, #ccc) !important;
border: 1px solid #ccc !important;
}
.goog-flat-menu-button
{
background-image: linear-gradient(#ccc, #ccc) !important;
border: 1px solid #ccc !important;
}
.jfk-textinput
{
border-color: #CCC;
border-image: none;
border-style: solid;
border-width: 1px;
}
.msel a,
.cell-label a,
.cell-example a
{
color: #0072C6 !important;
}
#footer > div
{
border: none !important;
}
#footer div a
{
color: #fff !important;
}
/* Hide Chrome ad if not installed */
#prt
{
display: none !important;
}
/* Firefox ablak: Windows 8 scrollbars */
/* Original: Ziz4rD - http://userstyles.org/users/82707 */
scrollbar {
-moz-appearance: none !important;
border: none !important}
scrollbar {
background: #EFEFEF !important}
scrollbar thumb {
-moz-appearance: none !important;
border: 1px solid #CDCDCD !important;
background: #CDCDCD !important;
background-clip: padding-box !important;
-moz-transition: ease-in .2s !important}
scrollbar thumb:not(:active):hover {
border-color: #A6A6A6 !important;
background-color: #A6A6A6 !important;
background-clip: padding-box !important}
scrollbar thumb:hover:active,
scrollbar thumb:active
scrollbar thumb[active="true"] {
border-color: #606060 !important;
background: #606060 !important;
background-clip: padding-box !important}
scrollbar scrollbarbutton,
scrollbar gripper,
scrollcorner {
-moz-appearance: none ! important;
border: 1px solid #F0F0F0 !important;
background: #F0F0F0 !important;
-moz-transition: ease-in .2s !important}
scrollbar[orient="vertical"] > scrollbarbutton {
min-height: 17px !important;
max-height: 17px !important;
min-width: 15px !important;
max-width: 15px !important}
scrollbar[orient="horizontal"] > scrollbarbutton {
min-height: 15px !important;
max-height: 15px !important;
min-width: 17px !important;
max-width: 17px !important}
scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZ<KEY>), 0 ,50% ,50%, 0) !important;
background-repeat: no-repeat !important;
background-position: 3px 6px !important}
scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAH5JREFUOE+VklEOgDAIQ+H+h0YhKRYmzn0YJ6zMvk7MTPCo6r18vr/WReRCFot4ex3k9RBCwG+vx4YmRi2b2ECNELG49eapm7+ZfTC0xf9fip14UmUYDKT7xEEljjeKPLBExQCm3CBmnyXDnV/OuVyAoxMZ+bHHJNVuykTa6xcJJaLYp5QRSwAAAABJRU5ErkJggg=="), 0 ,100% ,50%, 50%) !important;
background-repeat: no-repeat !important;
background-position: 3px 3px !important}
scrollbar[orient="horizontal"] > scrollbarbutton[type="decrement"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAH5JREFUOE+VklEOgDAIQ+H+h0YhKRYmzn0YJ6zMvk7MTPCo6r18vr/WReRCFot4ex3k9RBCwG+vx4YmRi2b2ECNELG49eapm7+ZfTC0xf9fip14UmUYDKT7xEEljjeKPLBExQCm3CBmnyXDnV/OuVyAoxMZ+bHHJNVuykTa6xcJJaLYp5QRSwAAAABJRU5ErkJggg=="), 50% ,50% ,100%, 0) !important;
background-repeat: no-repeat !important;
background-position: 6px 3px !important}
scrollbar[orient="horizontal"] > scrollbarbutton[type="increment"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAH5JREFUOE+VklEOgDAIQ+H+h0YhKRYmzn0YJ6zMvk7MTPCo6r18vr/WReRCFot4ex3k9RBCwG+vx4YmRi2b2ECNELG49eapm7+ZfTC0xf9fip14UmUYDKT7xEEljjeKPLBExQCm3CBmnyXDnV/OuVyAoxMZ+bHHJNVuykTa6xcJJaLYp5QRSwAAAABJRU5ErkJggg=="), 50% ,100% ,100%, 50%) !important;
background-repeat: no-repeat !important;
background-position: 3px 3px !important}
scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"]:not([disabled="true"])[active="true"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAG9JREFUOE+lUlsOwDAI6v0v7dpmGlRwH/to+iAQwC4zW7D2Md0RS+dKOkQkK<KEY>), 0 ,50% ,50%, 0) !important}
scrollbar[orient="vertical"] > scrollbarbutton[type="increment"]:not([disabled="true"])[active="true"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZ<KEY>), 0 ,100% ,50%, 50%) !important}
scrollbar[orient="horizontal"] > scrollbarbutton[type="decrement"]:not([disabled="true"])[active="true"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFN<KEY>), 50% ,50% ,100%, 0) !important}
scrollbar[orient="horizontal"] > scrollbarbutton[type="increment"]:not([disabled="true"])[active="true"] {
background-image: -moz-image-rect(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAG9JREFUOE+lUlsOwDAI6v0v7dpmGlRwH/to+iAQwC4zW7D2Md0RS+dKOkQkK6FQdwLuR7QKxRuCrs5EGjaqvnmpGyeyEmrWZFu2RtpNRVViLYd1cDlf43C8CUpAWI2c0or4QW2wLNuY/3fGKSt18wAwQp1/uBFHOAAAAABJRU5ErkJggg=="), 50% ,100% ,100%, 50%) !important}
scrollbar > scrollbarbutton[disabled="true"] {
opacity: .5 !important}
scrollbar > scrollbarbutton:not([disabled="true"]):hover {
border-color: #DBDBDB !important;
background-color: #DBDBDB !important;
background-clip: padding-box !important}
scrollbar > scrollbarbutton:not([disabled="true"]):hover:active,
scrollbar > scrollbarbutton:not([disabled="true"])[active="true"] {
-moz-appearance: none ! important;
border-color: #606060 !important;
background-color: #606060 !important;
background-clip: padding-box !important}
}
| 0.264928 | 0.088151 |
* {
font-family: 'Roboto';
margin: 0;
}
.std-infotitle {
margin-top: 1em;
text-align: center;
}
#std-title {
margin-top: 3em;
margin-bottom: 2em;
text-align: center;
}
/*FORM STYLING*/
.ss-form {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
}
.ss-form-question {
padding-bottom: 1em;
}
.ss-q-short, .ss-q-long, .ss-q-select, .required {
height: 2em;
box-sizing: border-box;
border: 0;
border-bottom: 1px solid black;
margin-top: .5em;
margin-bottom: .5em;
font-size: 1.2em;
}
.ss-q-title {
font-weight: bold;
font-size: 1.1em;
}
.ss-secondary-text {
font-size: .9em;
}
/*Individual formatting*/
#first-name {
display: inline-block;
width: 49%;
padding-right: 1.5%;
}
#entry_1021099839 {
width: 100%;
}
#last-name {
display: inline-block;
width: 49%;
}
#entry_992463670 {
width: 100%;
}
#email {
width: 100%;
}
#entry_1058749846 {
width: 100%;
}
#address1 {
width: 100%;
}
#entry_1484968783 {
width: 100%;
}
#city {
display: inline-block;
width: 48%;
padding-right: 1.5%;
}
#entry_1128557615 {
width: 100%;
}
#state {
display: inline-block;
width: 23.8%;
padding-right: 1.5%;
}
#entry_1087511055 {
width: 100%;
}
#zip {
display: inline-block;
width: 24.1%;
}
#entry_1111722610 {
width: 100%;
}
#decision {
margin-top: 4em;
/*width: 60%;*/
width:100%;
display: inline-block;
padding-right: 1.5%;
}
#entry_1915915708 {
width: 100%;
font-size: 1em;
}
#plusone {
width: 100%;
display: inline-block;
}
#entry_158112699 {
width: 100%;
}
#comments {
width: 100%;
}
#entry_1914257176 {
width: 100%;
}
label.error {
display: list-item;
color: #ff0600;
font-size: 12px;
list-style-position: inside;
padding: 5px 0 0;
}
/*Submit Button*/
#ss-submit {
padding: 10px 15px;
background: white;
color: black;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: solid 1px #20538D;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
display: block;
margin: auto;
}
#ss-submit:hover {
background: black;
border: solid 1px #2A4E77;
text-decoration: none;
color: white;
}
#ss-submit:active {
-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
background: #2E5481;
border: solid 1px #203E5F;
}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
.ss-form-question, #first-name, #last-name, #email, #address1, #city, #state, #zip, #decision, #plusone {
width: 100%;
}
}
/*Footer*/
footer {
height: 150px;
}
|
css/savethedate.css
|
* {
font-family: 'Roboto';
margin: 0;
}
.std-infotitle {
margin-top: 1em;
text-align: center;
}
#std-title {
margin-top: 3em;
margin-bottom: 2em;
text-align: center;
}
/*FORM STYLING*/
.ss-form {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
}
.ss-form-question {
padding-bottom: 1em;
}
.ss-q-short, .ss-q-long, .ss-q-select, .required {
height: 2em;
box-sizing: border-box;
border: 0;
border-bottom: 1px solid black;
margin-top: .5em;
margin-bottom: .5em;
font-size: 1.2em;
}
.ss-q-title {
font-weight: bold;
font-size: 1.1em;
}
.ss-secondary-text {
font-size: .9em;
}
/*Individual formatting*/
#first-name {
display: inline-block;
width: 49%;
padding-right: 1.5%;
}
#entry_1021099839 {
width: 100%;
}
#last-name {
display: inline-block;
width: 49%;
}
#entry_992463670 {
width: 100%;
}
#email {
width: 100%;
}
#entry_1058749846 {
width: 100%;
}
#address1 {
width: 100%;
}
#entry_1484968783 {
width: 100%;
}
#city {
display: inline-block;
width: 48%;
padding-right: 1.5%;
}
#entry_1128557615 {
width: 100%;
}
#state {
display: inline-block;
width: 23.8%;
padding-right: 1.5%;
}
#entry_1087511055 {
width: 100%;
}
#zip {
display: inline-block;
width: 24.1%;
}
#entry_1111722610 {
width: 100%;
}
#decision {
margin-top: 4em;
/*width: 60%;*/
width:100%;
display: inline-block;
padding-right: 1.5%;
}
#entry_1915915708 {
width: 100%;
font-size: 1em;
}
#plusone {
width: 100%;
display: inline-block;
}
#entry_158112699 {
width: 100%;
}
#comments {
width: 100%;
}
#entry_1914257176 {
width: 100%;
}
label.error {
display: list-item;
color: #ff0600;
font-size: 12px;
list-style-position: inside;
padding: 5px 0 0;
}
/*Submit Button*/
#ss-submit {
padding: 10px 15px;
background: white;
color: black;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: solid 1px #20538D;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
display: block;
margin: auto;
}
#ss-submit:hover {
background: black;
border: solid 1px #2A4E77;
text-decoration: none;
color: white;
}
#ss-submit:active {
-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
background: #2E5481;
border: solid 1px #203E5F;
}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
.ss-form-question, #first-name, #last-name, #email, #address1, #city, #state, #zip, #decision, #plusone {
width: 100%;
}
}
/*Footer*/
footer {
height: 150px;
}
| 0.289773 | 0.10581 |
@charset "gb2312";
body { margin:0; background: #498fe4 url(../images/bg.gif) repeat-x; color:#444; }
h1, h2, h3, h4, h5, h6 { font-family: "microsoft yahei", Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; margin:0; padding:0; }
ol, ul, li, div, p, dl, dt, dd { list-style:none; margin:0; padding:0; text-justify:inter-ideograph; font-size:12px; font-family:Arial, Helvetica, sans-serif }
a, img, table, td, tr { border:none; }
.clear { clear:both; }
a { color:#ff3800 ;text-decoration:none}
a:hover { text-decoration:none }
input, select, textarea { font-family:Arial, Helvetica, sans-serif; padding:1px;}
a { blr:expression(this.onFocus=this.blur())} /*for IE*/
a { outline:none; } /*for Firefox*/
#bg{ background:url(../images/bg.png) center top no-repeat; width:100%; height:100%; position:absolute;}
#logo{ background:url(../images/logo.png); width:429px; height:68px; margin:150px auto 50px auto;}
#lay{ width:900px;border-radius: 3px; background:#f0f3f5; margin:0 auto;box-shadow:0px 0px 10px #2972d3; border:1px solid #fff; }
#top{border-radius:3px 3px 0 0;border-bottom: solid 1px #fff;}
#top ul li{ float:left; background:url(../images/top_bg.gif) no-repeat top right;height:90px; cursor:pointer;}
#top ul li:hover{ background:url(../images/top_hover_bg.gif) no-repeat top right;}
#top ul .li_hover{ background:url(../images/top_hover_bg.gif) no-repeat top right;}
#top ul li p.sel{ background:url(../images/top_hover.png) no-repeat center 0px; height:124px; position:relative; top:-15px;}
#top ul li span{color:#fff; width:120px; text-align:center; font-size:14px; display:block; padding-top:55px; text-shadow: 1px 1px 0 #333;}
#top ul li p span{ text-shadow: 1px 1px 0 #2f6fd8;}
#top .domain{ background:url(../images/icon.png) center 15px no-repeat;}
#top .website{ background:url(../images/icon.png) center -284px no-repeat;}
#top .mail{ background:url(../images/icon.png) center -180px no-repeat;}
#top .host{background:url(../images/icon.png) center -85px no-repeat;}
#top .cloud{background:url(../images/icon.png) center -387px no-repeat;}
#top .db{background:url(../images/icon.png) center -498px no-repeat;}
#top .cloud1{ background:url(../images/icon.png) center -580px no-repeat; font-family:"Microsoft Yahei", Arial;}
#con{ padding:20px; border-bottom: solid 1px #cccfd0}
#con dl{width:600px;margin:0 auto;}
#con dl dt{ font-size:16px; text-shadow: 1px 1px 0 #fff; }
#con dl dt,#con dl dd{padding:5px;}
#con dl dd input{ border: solid 1px #ccc;border-radius:3px; padding:10px; width:300px; color:#444;box-shadow:0px 0px 5px #e9ecee; padding-left:30px; font-size:14px;}
#con dl dd input:hover{border: solid 1px #ccdff6;box-shadow:0px 0px 10px #ccdff6;}
#con .user{ background:url(../images/input_bg.gif) no-repeat;}
#con .pw{ background:url(../images/input_bg.gif) no-repeat 0px -50px;}
#bottom,.con_sub{ background:#ebeef0; border-top: solid 1px #f9f9f9; padding:10px 20px;}
#bottom{text-align:center;}
#bottom a,#error_lay a{ background:url(../images/sub.gif); display:inline-block; width:108px; height:40px; line-height:38px; text-align:center; color:#fff; font-size:16px;text-shadow: 1px 1px 0 #2f6fd8; margin-left:auto;margin-right:auto;}
#bottom a:hover,#error_lay a:hover{ background:url(../images/sub.gif) 0 -40px;}
#error_lay a { margin-left:80px;}
#in_logo{ background:url(../images/Panel_logo.png) left center no-repeat; width:90%; height:53px; margin:20px auto;}
#in_lay{ width:90%;border-radius: 3px; background:#f0f3f5; margin:0 auto;box-shadow:0px 0px 10px #2972d3; border:1px solid #fff; margin-bottom:50px;}
#in_top{border-radius:3px 3px 0 0;border-bottom: solid 1px #fff; background:url(../images/in_top_bg.gif) repeat-x; height:73px;}
#in_top p{ background:url(../images/user.gif) no-repeat; font-size:16px; color:#fff; display:inline-block; height:50px; line-height:50px; text-indent:60px;text-shadow: 1px 1px 0 #282d34; margin:10px 0 0 10px;}
#in_top a{ background:url(../images/out.png) no-repeat; width:112px; height:35px;color:#fff; font-size:16px;text-shadow: 1px 1px 0 #af0000; display:inline-block; line-height:33px; text-indent:35px; float:right; margin:20px 20px 0 0; cursor:pointer; position:relative; +top:-60px;}
#in_top a:hover{ background:url(../images/out.png) no-repeat 0 -35px;}
#in_con{ background:#f0f3f5 url(../images/in_con_bg.gif) repeat-y;}
#left ul li{ background:url(../images/in_li_bg.gif) no-repeat; width:210px; height:40px; line-height:40px; text-indent:30px; color:#fff; font-size:14px;text-shadow: 1px 1px 0 #282d34; cursor:pointer; }
#left ul li:hover{background:url(../images/in_li_bg.gif) no-repeat 0 -40px;}
#left ul .xz{background:url(../images/in_li_bg.gif) no-repeat 0 -80px;text-shadow: 1px 1px 0 #316cd7;}
#left{ float: left; }
#right{ padding:20px;}
#right .info{ border-radius:3px; background:#fff;margin-left:210px;border: 1px solid #EBEBEB; margin-bottom:20px;}
#right .info_top{border-radius:3px 3px 0 0; background:url(../images/in_h1_bg.gif);}
#right .info_top h2{ height:49px; line-height:49px; color:#333333; font-size:14px; text-indent:5px;text-shadow: 1px 1px 0 #f0f3f4;}
#right .info span{ float:right; margin-top:-30px; margin-right:10px;text-shadow: 1px 1px 0 #f0f3f4; font-weight:bold;}
#right .info span i{ color:#2e65bd; font-style:normal;}
.cfBox {border-radius:0 0 3px 3px; line-height:24px;}
.cfBox td {border-right: 1px solid #EBEBEB;color: #484848;}
.subtbl td{border:0;color: #484848;}
.buy_tr { background: none repeat scroll 0 0 #F2F2F2;border-color: #FFFFFF #EBEBEB #DFDFDF #FFFFFF; border-style: solid; border-width: 1px; font-size:12px;}
.buy_tr2 {border-bottom: 1px solid #EBEBEB; border-right: medium none; font-size:12px;}
#error_lay{border-radius: 3px; background:#f1f2f2; margin:300px auto 0 auto;box-shadow:0px 0px 10px #bf0931; border:1px solid #bf0931;width:40%;}
#error_lay .con{ padding:10px 0 10px 100px; text-shadow: 1px 1px 0 #FFFFFF; line-height:32px;height:auto; background:url(../images/Error.png) 10px 10px no-repeat}
#error_lay .con h1{ font-size:16px;}
#error_lay .con h2{ font-size:14px;height:auto;min-height:30px;}
#ok_lay{border-radius: 3px; background:#f1f2f2; margin:300px auto 0 auto;box-shadow:0px 0px 10px #7ebe00; border:1px solid #7ebe00;width:40%;}
#ok_lay .con{ padding:10px 0 10px 100px; text-shadow: 1px 1px 0 #FFFFFF; line-height:32px; background:url(../images/ok.png) 10px 10px no-repeat}
#ok_lay .con h1{ font-size:20px;color:#4169b2;font-weight:700;font-family:Helvetica;}
#ok_lay .con h2{ font-size:19px;font-family:Helvetica;height:30px;}
#ok_lay a{ background:url(../images/sub.gif); display:inline-block; width:108px; height:40px; line-height:38px; text-align:center; color:#fff; font-size:16px;text-shadow: 1px 1px 0 #2f6fd8; margin-left:auto;margin-right:auto;}
#ok_lay a:hover{ background:url(../images/sub.gif) 0 -40px;}
#ok_lay a { margin-left:80px;}
.ques{width:16px;height:16px;background:url(../images/ques.png) no-repeat;cursor:pointer;display:inline-block;position:absolute;margin:5px 0 0 5px!important;}
.log{position: absolute;width: 500px;height: auto;background-color: white;border: 1px solid black;padding: 5px;text-align: justify;margin-top: 0;-moz-border-radius: 3px; /* Firefox */ -webkit-border-radius:3px; /* Safari and Chrome */ border-radius:3px;margin-left: 130px;display:none;}
#lay{ width:840px;border-radius: 3px; background:#f0f3f5; margin:0 auto;box-shadow:0px 0px 10px #2972d3; border:1px solid #fff; }
#con dl {margin-left:200px;}
|
Public/css/style.css
|
@charset "gb2312";
body { margin:0; background: #498fe4 url(../images/bg.gif) repeat-x; color:#444; }
h1, h2, h3, h4, h5, h6 { font-family: "microsoft yahei", Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; margin:0; padding:0; }
ol, ul, li, div, p, dl, dt, dd { list-style:none; margin:0; padding:0; text-justify:inter-ideograph; font-size:12px; font-family:Arial, Helvetica, sans-serif }
a, img, table, td, tr { border:none; }
.clear { clear:both; }
a { color:#ff3800 ;text-decoration:none}
a:hover { text-decoration:none }
input, select, textarea { font-family:Arial, Helvetica, sans-serif; padding:1px;}
a { blr:expression(this.onFocus=this.blur())} /*for IE*/
a { outline:none; } /*for Firefox*/
#bg{ background:url(../images/bg.png) center top no-repeat; width:100%; height:100%; position:absolute;}
#logo{ background:url(../images/logo.png); width:429px; height:68px; margin:150px auto 50px auto;}
#lay{ width:900px;border-radius: 3px; background:#f0f3f5; margin:0 auto;box-shadow:0px 0px 10px #2972d3; border:1px solid #fff; }
#top{border-radius:3px 3px 0 0;border-bottom: solid 1px #fff;}
#top ul li{ float:left; background:url(../images/top_bg.gif) no-repeat top right;height:90px; cursor:pointer;}
#top ul li:hover{ background:url(../images/top_hover_bg.gif) no-repeat top right;}
#top ul .li_hover{ background:url(../images/top_hover_bg.gif) no-repeat top right;}
#top ul li p.sel{ background:url(../images/top_hover.png) no-repeat center 0px; height:124px; position:relative; top:-15px;}
#top ul li span{color:#fff; width:120px; text-align:center; font-size:14px; display:block; padding-top:55px; text-shadow: 1px 1px 0 #333;}
#top ul li p span{ text-shadow: 1px 1px 0 #2f6fd8;}
#top .domain{ background:url(../images/icon.png) center 15px no-repeat;}
#top .website{ background:url(../images/icon.png) center -284px no-repeat;}
#top .mail{ background:url(../images/icon.png) center -180px no-repeat;}
#top .host{background:url(../images/icon.png) center -85px no-repeat;}
#top .cloud{background:url(../images/icon.png) center -387px no-repeat;}
#top .db{background:url(../images/icon.png) center -498px no-repeat;}
#top .cloud1{ background:url(../images/icon.png) center -580px no-repeat; font-family:"Microsoft Yahei", Arial;}
#con{ padding:20px; border-bottom: solid 1px #cccfd0}
#con dl{width:600px;margin:0 auto;}
#con dl dt{ font-size:16px; text-shadow: 1px 1px 0 #fff; }
#con dl dt,#con dl dd{padding:5px;}
#con dl dd input{ border: solid 1px #ccc;border-radius:3px; padding:10px; width:300px; color:#444;box-shadow:0px 0px 5px #e9ecee; padding-left:30px; font-size:14px;}
#con dl dd input:hover{border: solid 1px #ccdff6;box-shadow:0px 0px 10px #ccdff6;}
#con .user{ background:url(../images/input_bg.gif) no-repeat;}
#con .pw{ background:url(../images/input_bg.gif) no-repeat 0px -50px;}
#bottom,.con_sub{ background:#ebeef0; border-top: solid 1px #f9f9f9; padding:10px 20px;}
#bottom{text-align:center;}
#bottom a,#error_lay a{ background:url(../images/sub.gif); display:inline-block; width:108px; height:40px; line-height:38px; text-align:center; color:#fff; font-size:16px;text-shadow: 1px 1px 0 #2f6fd8; margin-left:auto;margin-right:auto;}
#bottom a:hover,#error_lay a:hover{ background:url(../images/sub.gif) 0 -40px;}
#error_lay a { margin-left:80px;}
#in_logo{ background:url(../images/Panel_logo.png) left center no-repeat; width:90%; height:53px; margin:20px auto;}
#in_lay{ width:90%;border-radius: 3px; background:#f0f3f5; margin:0 auto;box-shadow:0px 0px 10px #2972d3; border:1px solid #fff; margin-bottom:50px;}
#in_top{border-radius:3px 3px 0 0;border-bottom: solid 1px #fff; background:url(../images/in_top_bg.gif) repeat-x; height:73px;}
#in_top p{ background:url(../images/user.gif) no-repeat; font-size:16px; color:#fff; display:inline-block; height:50px; line-height:50px; text-indent:60px;text-shadow: 1px 1px 0 #282d34; margin:10px 0 0 10px;}
#in_top a{ background:url(../images/out.png) no-repeat; width:112px; height:35px;color:#fff; font-size:16px;text-shadow: 1px 1px 0 #af0000; display:inline-block; line-height:33px; text-indent:35px; float:right; margin:20px 20px 0 0; cursor:pointer; position:relative; +top:-60px;}
#in_top a:hover{ background:url(../images/out.png) no-repeat 0 -35px;}
#in_con{ background:#f0f3f5 url(../images/in_con_bg.gif) repeat-y;}
#left ul li{ background:url(../images/in_li_bg.gif) no-repeat; width:210px; height:40px; line-height:40px; text-indent:30px; color:#fff; font-size:14px;text-shadow: 1px 1px 0 #282d34; cursor:pointer; }
#left ul li:hover{background:url(../images/in_li_bg.gif) no-repeat 0 -40px;}
#left ul .xz{background:url(../images/in_li_bg.gif) no-repeat 0 -80px;text-shadow: 1px 1px 0 #316cd7;}
#left{ float: left; }
#right{ padding:20px;}
#right .info{ border-radius:3px; background:#fff;margin-left:210px;border: 1px solid #EBEBEB; margin-bottom:20px;}
#right .info_top{border-radius:3px 3px 0 0; background:url(../images/in_h1_bg.gif);}
#right .info_top h2{ height:49px; line-height:49px; color:#333333; font-size:14px; text-indent:5px;text-shadow: 1px 1px 0 #f0f3f4;}
#right .info span{ float:right; margin-top:-30px; margin-right:10px;text-shadow: 1px 1px 0 #f0f3f4; font-weight:bold;}
#right .info span i{ color:#2e65bd; font-style:normal;}
.cfBox {border-radius:0 0 3px 3px; line-height:24px;}
.cfBox td {border-right: 1px solid #EBEBEB;color: #484848;}
.subtbl td{border:0;color: #484848;}
.buy_tr { background: none repeat scroll 0 0 #F2F2F2;border-color: #FFFFFF #EBEBEB #DFDFDF #FFFFFF; border-style: solid; border-width: 1px; font-size:12px;}
.buy_tr2 {border-bottom: 1px solid #EBEBEB; border-right: medium none; font-size:12px;}
#error_lay{border-radius: 3px; background:#f1f2f2; margin:300px auto 0 auto;box-shadow:0px 0px 10px #bf0931; border:1px solid #bf0931;width:40%;}
#error_lay .con{ padding:10px 0 10px 100px; text-shadow: 1px 1px 0 #FFFFFF; line-height:32px;height:auto; background:url(../images/Error.png) 10px 10px no-repeat}
#error_lay .con h1{ font-size:16px;}
#error_lay .con h2{ font-size:14px;height:auto;min-height:30px;}
#ok_lay{border-radius: 3px; background:#f1f2f2; margin:300px auto 0 auto;box-shadow:0px 0px 10px #7ebe00; border:1px solid #7ebe00;width:40%;}
#ok_lay .con{ padding:10px 0 10px 100px; text-shadow: 1px 1px 0 #FFFFFF; line-height:32px; background:url(../images/ok.png) 10px 10px no-repeat}
#ok_lay .con h1{ font-size:20px;color:#4169b2;font-weight:700;font-family:Helvetica;}
#ok_lay .con h2{ font-size:19px;font-family:Helvetica;height:30px;}
#ok_lay a{ background:url(../images/sub.gif); display:inline-block; width:108px; height:40px; line-height:38px; text-align:center; color:#fff; font-size:16px;text-shadow: 1px 1px 0 #2f6fd8; margin-left:auto;margin-right:auto;}
#ok_lay a:hover{ background:url(../images/sub.gif) 0 -40px;}
#ok_lay a { margin-left:80px;}
.ques{width:16px;height:16px;background:url(../images/ques.png) no-repeat;cursor:pointer;display:inline-block;position:absolute;margin:5px 0 0 5px!important;}
.log{position: absolute;width: 500px;height: auto;background-color: white;border: 1px solid black;padding: 5px;text-align: justify;margin-top: 0;-moz-border-radius: 3px; /* Firefox */ -webkit-border-radius:3px; /* Safari and Chrome */ border-radius:3px;margin-left: 130px;display:none;}
#lay{ width:840px;border-radius: 3px; background:#f0f3f5; margin:0 auto;box-shadow:0px 0px 10px #2972d3; border:1px solid #fff; }
#con dl {margin-left:200px;}
| 0.219003 | 0.137128 |
@import url('https://fonts.googleapis.com/css?family=Fira+Mono|Quicksand&display=swap');
body, h1, h2, h3{
font-family: 'Quicksand', sans-serif;
}
code{
font-family: 'Fira Mono', monospace;
}
h1, h2, h3, h4, h5{
color: #000011;
}
.navbar-default{
border-color: #FE5F55;
background-color: #000011;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #fff;
background-color: #FE5F55;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu {
border-color: #FE5F55;
background-color: #000011;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
color: #FE5F55;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus{
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu{
color: #fff;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
color: #fff;
background-color: #000011;
}
a:hover, a:focus {
color: #000011;
}
pre {
box-shadow:
rgba(0, 0, 0, 0.1) 0 2px 3px 1px,
rgba(0, 0, 0, 0.1) 0 1px 3px 1px,
rgba(0, 0, 0, 0.2) 0 1px 1px -1px;
}
p>a {
color: #FE5F55;
}
li>a {
color: #FE5F55;
}
code a, pre a{
color: #FE5F55;
}
.brand{
color: #FE5F55;
text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
font-size: 50px
}
.st{
color: #568EA3;
}
.fl{
color: #568EA3;
}
.op{
color: #666666;
}
.dv, .dt{
color: #000011;
}
.btn-copy-ex{
background-color: #FE5F55;
border-color: #000011;
}
.btn-copy-ex:hover{
background-color: #000011;
border-color: #FE5F55;
}
.btn-primary{
background-color: #FE5F55;
border-color: #000011;
}
.btn-primary:hover, .btn-primary:focus, .btn-group.open .dropdown-toggle.btn-primary{
background-color: #000011;
border-color: #FE5F55;
}
.btn-default:hover, .btn-default:focus, .btn-group.open .dropdown-toggle.btn-default{
background-color: #000011;
border-color: #FE5F55;
color: #fff;
}
|
pkgdown/extra.css
|
@import url('https://fonts.googleapis.com/css?family=Fira+Mono|Quicksand&display=swap');
body, h1, h2, h3{
font-family: 'Quicksand', sans-serif;
}
code{
font-family: 'Fira Mono', monospace;
}
h1, h2, h3, h4, h5{
color: #000011;
}
.navbar-default{
border-color: #FE5F55;
background-color: #000011;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #fff;
background-color: #FE5F55;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu {
border-color: #FE5F55;
background-color: #000011;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
color: #FE5F55;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus{
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu{
color: #fff;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
color: #fff;
background-color: #000011;
}
a:hover, a:focus {
color: #000011;
}
pre {
box-shadow:
rgba(0, 0, 0, 0.1) 0 2px 3px 1px,
rgba(0, 0, 0, 0.1) 0 1px 3px 1px,
rgba(0, 0, 0, 0.2) 0 1px 1px -1px;
}
p>a {
color: #FE5F55;
}
li>a {
color: #FE5F55;
}
code a, pre a{
color: #FE5F55;
}
.brand{
color: #FE5F55;
text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
font-size: 50px
}
.st{
color: #568EA3;
}
.fl{
color: #568EA3;
}
.op{
color: #666666;
}
.dv, .dt{
color: #000011;
}
.btn-copy-ex{
background-color: #FE5F55;
border-color: #000011;
}
.btn-copy-ex:hover{
background-color: #000011;
border-color: #FE5F55;
}
.btn-primary{
background-color: #FE5F55;
border-color: #000011;
}
.btn-primary:hover, .btn-primary:focus, .btn-group.open .dropdown-toggle.btn-primary{
background-color: #000011;
border-color: #FE5F55;
}
.btn-default:hover, .btn-default:focus, .btn-group.open .dropdown-toggle.btn-default{
background-color: #000011;
border-color: #FE5F55;
color: #fff;
}
| 0.302391 | 0.083031 |
@font-face {
font-family: 'ym-custom';
/* project id 2016749 */
src: url('./iconfont.eot');
src: url('./iconfont.eot?#iefix') format('embedded-opentype'),
url('./iconfont.woff2') format('woff2'),
url('./iconfont.woff') format('woff'),
url('./iconfont.ttf') format('truetype'),
url('./iconfont.svg#ym-custom') format('svg');
}
.ym-custom {
font-family: "ym-custom" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ym-custom-battery-charging-3:before {
content: "\e6a2";
}
.ym-custom-cloud-print-outline:before {
content: "\e7a2";
}
.ym-custom-filter-outline:before {
content: "\e8a2";
}
.ym-custom-instapaper:before {
content: "\e9a2";
}
.ym-custom-package-variant-closed:before {
content: "\eaa2";
}
.ym-custom-signal-g2:before {
content: "\eba2";
}
.ym-custom-view-module:before {
content: "\eca2";
}
.ym-custom-battery-charging-4:before {
content: "\e6a3";
}
.ym-custom-cloud-upload:before {
content: "\e7a3";
}
.ym-custom-filter-variant:before {
content: "\e8a3";
}
.ym-custom-invert-colors:before {
content: "\e9a3";
}
.ym-custom-page-first:before {
content: "\eaa3";
}
.ym-custom-signal-hspa:before {
content: "\eba3";
}
.ym-custom-view-parallel:before {
content: "\eca3";
}
.ym-custom-battery-charging-5:before {
content: "\e6a4";
}
.ym-custom-cloud-sync:before {
content: "\e7a4";
}
.ym-custom-fish:before {
content: "\e8a4";
}
.ym-custom-itunes:before {
content: "\e9a4";
}
.ym-custom-palette:before {
content: "\eaa4";
}
.ym-custom-signal-hspa-plus:before {
content: "\eba4";
}
.ym-custom-view-quilt:before {
content: "\eca4";
}
.ym-custom-battery-charging-6:before {
content: "\e6a5";
}
.ym-custom-code-array:before {
content: "\e7a5";
}
.ym-custom-flag:before {
content: "\e8a5";
}
.ym-custom-internet-explorer:before {
content: "\e9a5";
}
.ym-custom-page-last:before {
content: "\eaa5";
}
.ym-custom-signal-variant:before {
content: "\eba5";
}
.ym-custom-view-stream:before {
content: "\eca5";
}
.ym-custom-battery-minus:before {
content: "\e6a6";
}
.ym-custom-code-brackets:before {
content: "\e7a6";
}
.ym-custom-firefox:before {
content: "\e8a6";
}
.ym-custom-jeepney:before {
content: "\e9a6";
}
.ym-custom-palette-advanced:before {
content: "\eaa6";
}
.ym-custom-silverware-fork:before {
content: "\eba6";
}
.ym-custom-view-sequential:before {
content: "\eca6";
}
.ym-custom-battery-outline:before {
content: "\e6a7";
}
.ym-custom-code-braces:before {
content: "\e7a7";
}
.ym-custom-fingerprint:before {
content: "\e8a7";
}
.ym-custom-jira:before {
content: "\e9a7";
}
.ym-custom-panda:before {
content: "\eaa7";
}
.ym-custom-sign-caution:before {
content: "\eba7";
}
.ym-custom-view-headline:before {
content: "\eca7";
}
.ym-custom-battery-negative:before {
content: "\e6a8";
}
.ym-custom-code-equal:before {
content: "\e7a8";
}
.ym-custom-fire:before {
content: "\e8a8";
}
.ym-custom-jsfiddle:before {
content: "\e9a8";
}
.ym-custom-pandora:before {
content: "\eaa8";
}
.ym-custom-silverware:before {
content: "\eba8";
}
.ym-custom-view-week:before {
content: "\eca8";
}
.ym-custom-battery-positive:before {
content: "\e6a9";
}
.ym-custom-code-greater-than:before {
content: "\e7a9";
}
.ym-custom-flag-checkered:before {
content: "\e8a9";
}
.ym-custom-keg:before {
content: "\e9a9";
}
.ym-custom-panorama:before {
content: "\eaa9";
}
.ym-custom-silverware-spoon:before {
content: "\eba9";
}
.ym-custom-vimeo:before {
content: "\eca9";
}
.ym-custom-battery-plus:before {
content: "\e6aa";
}
.ym-custom-code-less-than:before {
content: "\e7aa";
}
.ym-custom-flag-triangle:before {
content: "\e8aa";
}
.ym-custom-json:before {
content: "\e9aa";
}
.ym-custom-panorama-fisheye:before {
content: "\eaaa";
}
.ym-custom-silverware-variant:before {
content: "\ebaa";
}
.ym-custom-vine:before {
content: "\ecaa";
}
.ym-custom-battery-unknown:before {
content: "\e6ab";
}
.ym-custom-code-greater-than-or-equal:before {
content: "\e7ab";
}
.ym-custom-flag-outline:before {
content: "\e8ab";
}
.ym-custom-kettle:before {
content: "\e9ab";
}
.ym-custom-panorama-horizontal:before {
content: "\eaab";
}
.ym-custom-sim:before {
content: "\ebab";
}
.ym-custom-view-grid:before {
content: "\ecab";
}
.ym-custom-beach:before {
content: "\e6ac";
}
.ym-custom-code-less-than-or-equal:before {
content: "\e7ac";
}
.ym-custom-flag-variant:before {
content: "\e8ac";
}
.ym-custom-key:before {
content: "\e9ac";
}
.ym-custom-panorama-vertical:before {
content: "\eaac";
}
.ym-custom-sim-alert:before {
content: "\ebac";
}
.ym-custom-visualstudio:before {
content: "\ecac";
}
.ym-custom-beats:before {
content: "\e6ad";
}
.ym-custom-code-not-equal:before {
content: "\e7ad";
}
.ym-custom-flag-outline-variant:before {
content: "\e8ad";
}
.ym-custom-key-change:before {
content: "\e9ad";
}
.ym-custom-panorama-wide-angle:before {
content: "\eaad";
}
.ym-custom-skip-backward:before {
content: "\ebad";
}
.ym-custom-violin:before {
content: "\ecad";
}
.ym-custom-beaker:before {
content: "\e6ae";
}
.ym-custom-code-not-equal-variant:before {
content: "\e7ae";
}
.ym-custom-flash-auto:before {
content: "\e8ae";
}
.ym-custom-key-minus:before {
content: "\e9ae";
}
.ym-custom-paper-cut-vertical:before {
content: "\eaae";
}
.ym-custom-sitemap:before {
content: "\ebae";
}
.ym-custom-vk:before {
content: "\ecae";
}
.ym-custom-bell:before {
content: "\e6af";
}
.ym-custom-code-parentheses:before {
content: "\e7af";
}
.ym-custom-flash:before {
content: "\e8af";
}
.ym-custom-key-remove:before {
content: "\e9af";
}
.ym-custom-paperclip:before {
content: "\eaaf";
}
.ym-custom-skip-next:before {
content: "\ebaf";
}
.ym-custom-vk-box:before {
content: "\ecaf";
}
.ym-custom-beer:before {
content: "\e6b0";
}
.ym-custom-code-string:before {
content: "\e7b0";
}
.ym-custom-flashlight:before {
content: "\e8b0";
}
.ym-custom-key-plus:before {
content: "\e9b0";
}
.ym-custom-parking:before {
content: "\eab0";
}
.ym-custom-skip-forward:before {
content: "\ebb0";
}
.ym-custom-vk-circle:before {
content: "\ecb0";
}
.ym-custom-behance:before {
content: "\e6b1";
}
.ym-custom-codepen:before {
content: "\e7b1";
}
.ym-custom-flash-outline:before {
content: "\e8b1";
}
.ym-custom-keyboard:before {
content: "\e9b1";
}
.ym-custom-pause:before {
content: "\eab1";
}
.ym-custom-sim-off:before {
content: "\ebb1";
}
.ym-custom-vlc:before {
content: "\ecb1";
}
.ym-custom-bell-off:before {
content: "\e6b2";
}
.ym-custom-code-tags:before {
content: "\e7b2";
}
.ym-custom-flash-off:before {
content: "\e8b2";
}
.ym-custom-keyboard-caps:before {
content: "\e9b2";
}
.ym-custom-pause-circle:before {
content: "\eab2";
}
.ym-custom-skip-next-circle:before {
content: "\ebb2";
}
.ym-custom-voice:before {
content: "\ecb2";
}
.ym-custom-bell-plus:before {
content: "\e6b3";
}
.ym-custom-code-tags-check:before {
content: "\e7b3";
}
.ym-custom-flask:before {
content: "\e8b3";
}
.ym-custom-keyboard-backspace:before {
content: "\e9b3";
}
.ym-custom-pause-circle-outline:before {
content: "\eab3";
}
.ym-custom-skip-previous:before {
content: "\ebb3";
}
.ym-custom-voicemail:before {
content: "\ecb3";
}
.ym-custom-bell-outline:before {
content: "\e6b4";
}
.ym-custom-coffee:before {
content: "\e7b4";
}
.ym-custom-flashlight-off:before {
content: "\e8b4";
}
.ym-custom-keyboard-close:before {
content: "\e9b4";
}
.ym-custom-pause-octagon:before {
content: "\eab4";
}
.ym-custom-skip-previous-circle:before {
content: "\ebb4";
}
.ym-custom-volume-high:before {
content: "\ecb4";
}
.ym-custom-bell-ring:before {
content: "\e6b5";
}
.ym-custom-coffee-outline:before {
content: "\e7b5";
}
.ym-custom-flash-red-eye:before {
content: "\e8b5";
}
.ym-custom-keyboard-return:before {
content: "\e9b5";
}
.ym-custom-pause-octagon-outline:before {
content: "\eab5";
}
.ym-custom-skip-next-circle-outline:before {
content: "\ebb5";
}
.ym-custom-volume-low:before {
content: "\ecb5";
}
.ym-custom-bell-ring-outline:before {
content: "\e6b6";
}
.ym-custom-coffee-to-go:before {
content: "\e7b6";
}
.ym-custom-flask-empty:before {
content: "\e8b6";
}
.ym-custom-keyboard-off:before {
content: "\e9b6";
}
.ym-custom-paw:before {
content: "\eab6";
}
.ym-custom-skip-previous-circle-outline:before {
content: "\ebb6";
}
.ym-custom-volume-medium:before {
content: "\ecb6";
}
.ym-custom-bell-sleep:before {
content: "\e6b7";
}
.ym-custom-coin:before {
content: "\e7b7";
}
.ym-custom-flask-outline:before {
content: "\e8b7";
}
.ym-custom-key-variant:before {
content: "\e9b7";
}
.ym-custom-pencil:before {
content: "\eab7";
}
.ym-custom-skull:before {
content: "\ebb7";
}
.ym-custom-volume-off:before {
content: "\ecb7";
}
.ym-custom-beta:before {
content: "\e6b8";
}
.ym-custom-coins:before {
content: "\e7b8";
}
.ym-custom-flip-to-back:before {
content: "\e8b8";
}
.ym-custom-keyboard-variant:before {
content: "\e9b8";
}
.ym-custom-paw-off:before {
content: "\eab8";
}
.ym-custom-skype:before {
content: "\ebb8";
}
.ym-custom-walk:before {
content: "\ecb8";
}
.ym-custom-bible:before {
content: "\e6b9";
}
.ym-custom-collage:before {
content: "\e7b9";
}
.ym-custom-flattr:before {
content: "\e8b9";
}
.ym-custom-label:before {
content: "\e9b9";
}
.ym-custom-pencil-box:before {
content: "\eab9";
}
.ym-custom-skype-business:before {
content: "\ebb9";
}
.ym-custom-vpn:before {
content: "\ecb9";
}
.ym-custom-bike:before {
content: "\e6ba";
}
.ym-custom-color-helper:before {
content: "\e7ba";
}
.ym-custom-flask-empty-outline:before {
content: "\e8ba";
}
.ym-custom-kodi:before {
content: "\e9ba";
}
.ym-custom-pencil-box-outline:before {
content: "\eaba";
}
.ym-custom-slack:before {
content: "\ebba";
}
.ym-custom-wallet:before {
content: "\ecba";
}
.ym-custom-bing:before {
content: "\e6bb";
}
.ym-custom-comment:before {
content: "\e7bb";
}
.ym-custom-flip-to-front:before {
content: "\e8bb";
}
.ym-custom-keyboard-tab:before {
content: "\e9bb";
}
.ym-custom-pencil-circle:before {
content: "\eabb";
}
.ym-custom-sleep:before {
content: "\ebbb";
}
.ym-custom-wallet-giftcard:before {
content: "\ecbb";
}
.ym-custom-binoculars:before {
content: "\e6bc";
}
.ym-custom-comment-account:before {
content: "\e7bc";
}
.ym-custom-floppy:before {
content: "\e8bc";
}
.ym-custom-label-outline:before {
content: "\e9bc";
}
.ym-custom-pencil-lock:before {
content: "\eabc";
}
.ym-custom-smoking:before {
content: "\ebbc";
}
.ym-custom-wallet-travel:before {
content: "\ecbc";
}
.ym-custom-bio:before {
content: "\e6bd";
}
.ym-custom-comment-alert:before {
content: "\e7bd";
}
.ym-custom-flower:before {
content: "\e8bd";
}
.ym-custom-lambda:before {
content: "\e9bd";
}
.ym-custom-pencil-off:before {
content: "\eabd";
}
.ym-custom-sleep-off:before {
content: "\ebbd";
}
.ym-custom-wallet-membership:before {
content: "\ecbd";
}
.ym-custom-biohazard:before {
content: "\e6be";
}
.ym-custom-comment-account-outline:before {
content: "\e7be";
}
.ym-custom-folder:before {
content: "\e8be";
}
.ym-custom-lamp:before {
content: "\e9be";
}
.ym-custom-pen:before {
content: "\eabe";
}
.ym-custom-smoking-off:before {
content: "\ebbe";
}
.ym-custom-wan:before {
content: "\ecbe";
}
.ym-custom-bitbucket:before {
content: "\e6bf";
}
.ym-custom-comment-alert-outline:before {
content: "\e7bf";
}
.ym-custom-folder-account:before {
content: "\e8bf";
}
.ym-custom-lan:before {
content: "\e9bf";
}
.ym-custom-pentagon-outline:before {
content: "\eabf";
}
.ym-custom-snapchat:before {
content: "\ebbf";
}
.ym-custom-washing-machine:before {
content: "\ecbf";
}
.ym-custom-black-mesa:before {
content: "\e6c0";
}
.ym-custom-comment-check:before {
content: "\e7c0";
}
.ym-custom-folder-google-drive:before {
content: "\e8c0";
}
.ym-custom-lan-disconnect:before {
content: "\e9c0";
}
.ym-custom-pentagon:before {
content: "\eac0";
}
.ym-custom-sofa:before {
content: "\ebc0";
}
.ym-custom-watch:before {
content: "\ecc0";
}
.ym-custom-blackberry:before {
content: "\e6c1";
}
.ym-custom-comment-check-outline:before {
content: "\e7c1";
}
.ym-custom-folder-download:before {
content: "\e8c1";
}
.ym-custom-language-c:before {
content: "\e9c1";
}
.ym-custom-pharmacy:before {
content: "\eac1";
}
.ym-custom-snowman:before {
content: "\ebc1";
}
.ym-custom-watch-import:before {
content: "\ecc1";
}
.ym-custom-blender:before {
content: "\e6c2";
}
.ym-custom-comment-multiple-outline:before {
content: "\e7c2";
}
.ym-custom-folder-image:before {
content: "\e8c2";
}
.ym-custom-lan-connect:before {
content: "\e9c2";
}
.ym-custom-percent:before {
content: "\eac2";
}
.ym-custom-soccer:before {
content: "\ebc2";
}
.ym-custom-watch-export:before {
content: "\ecc2";
}
.ym-custom-blinds:before {
content: "\e6c3";
}
.ym-custom-comment-outline:before {
content: "\e7c3";
}
.ym-custom-folder-lock:before {
content: "\e8c3";
}
.ym-custom-language-cpp:before {
content: "\e9c3";
}
.ym-custom-phone:before {
content: "\eac3";
}
.ym-custom-solid:before {
content: "\ebc3";
}
.ym-custom-water:before {
content: "\ecc3";
}
.ym-custom-block-helper:before {
content: "\e6c4";
}
.ym-custom-comment-plus-outline:before {
content: "\e7c4";
}
.ym-custom-folder-lock-open:before {
content: "\e8c4";
}
.ym-custom-language-css:before {
content: "\e9c4";
}
.ym-custom-phone-bluetooth:before {
content: "\eac4";
}
.ym-custom-sort:before {
content: "\ebc4";
}
.ym-custom-watch-vibrate:before {
content: "\ecc4";
}
.ym-custom-bluetooth:before {
content: "\e6c5";
}
.ym-custom-comment-processing:before {
content: "\e7c5";
}
.ym-custom-folder-multiple:before {
content: "\e8c5";
}
.ym-custom-language-csharp:before {
content: "\e9c5";
}
.ym-custom-phone-classic:before {
content: "\eac5";
}
.ym-custom-sort-descending:before {
content: "\ebc5";
}
.ym-custom-watermark:before {
content: "\ecc5";
}
.ym-custom-bluetooth-audio:before {
content: "\e6c6";
}
.ym-custom-comment-processing-outline:before {
content: "\e7c6";
}
.ym-custom-folder-multiple-image:before {
content: "\e8c6";
}
.ym-custom-language-html:before {
content: "\e9c6";
}
.ym-custom-phone-incoming:before {
content: "\eac6";
}
.ym-custom-sort-alphabetical:before {
content: "\ebc6";
}
.ym-custom-water-percent:before {
content: "\ecc6";
}
.ym-custom-blogger:before {
content: "\e6c7";
}
.ym-custom-comment-question-outline:before {
content: "\e7c7";
}
.ym-custom-folder-outline:before {
content: "\e8c7";
}
.ym-custom-language-javascript:before {
content: "\e9c7";
}
.ym-custom-phone-hangup:before {
content: "\eac7";
}
.ym-custom-sort-ascending:before {
content: "\ebc7";
}
.ym-custom-weather-cloudy:before {
content: "\ecc7";
}
.ym-custom-bluetooth-connect:before {
content: "\e6c8";
}
.ym-custom-comment-text-outline:before {
content: "\e7c8";
}
.ym-custom-folder-remove:before {
content: "\e8c8";
}
.ym-custom-language-php:before {
content: "\e9c8";
}
.ym-custom-phone-in-talk:before {
content: "\eac8";
}
.ym-custom-sort-numeric:before {
content: "\ebc8";
}
.ym-custom-water-pump:before {
content: "\ecc8";
}
.ym-custom-bluetooth-off:before {
content: "\e6c9";
}
.ym-custom-comment-remove-outline:before {
content: "\e7c9";
}
.ym-custom-folder-star:before {
content: "\e8c9";
}
.ym-custom-language-python-text:before {
content: "\e9c9";
}
.ym-custom-phone-forward:before {
content: "\eac9";
}
.ym-custom-sort-variant:before {
content: "\ebc9";
}
.ym-custom-water-off:before {
content: "\ecc9";
}
.ym-custom-bluetooth-settings:before {
content: "\e6ca";
}
.ym-custom-comment-text:before {
content: "\e7ca";
}
.ym-custom-folder-upload:before {
content: "\e8ca";
}
.ym-custom-language-python:before {
content: "\e9ca";
}
.ym-custom-phone-locked:before {
content: "\eaca";
}
.ym-custom-soundcloud:before {
content: "\ebca";
}
.ym-custom-weather-fog:before {
content: "\ecca";
}
.ym-custom-bluetooth-transfer:before {
content: "\e6cb";
}
.ym-custom-compare:before {
content: "\e7cb";
}
.ym-custom-food:before {
content: "\e8cb";
}
.ym-custom-laptop:before {
content: "\e9cb";
}
.ym-custom-phone-minus:before {
content: "\eacb";
}
.ym-custom-source-commit:before {
content: "\ebcb";
}
.ym-custom-weather-night:before {
content: "\eccb";
}
.ym-custom-blur:before {
content: "\e6cc";
}
.ym-custom-compass:before {
content: "\e7cc";
}
.ym-custom-folder-move:before {
content: "\e8cc";
}
.ym-custom-language-swift:before {
content: "\e9cc";
}
.ym-custom-phone-log:before {
content: "\eacc";
}
.ym-custom-source-branch:before {
content: "\ebcc";
}
.ym-custom-weather-lightning-rainy:before {
content: "\eccc";
}
.ym-custom-blur-linear:before {
content: "\e6cd";
}
.ym-custom-compass-outline:before {
content: "\e7cd";
}
.ym-custom-folder-plus:before {
content: "\e8cd";
}
.ym-custom-lan-pending:before {
content: "\e9cd";
}
.ym-custom-phone-outgoing:before {
content: "\eacd";
}
.ym-custom-source-commit-end:before {
content: "\ebcd";
}
.ym-custom-weather-hail:before {
content: "\eccd";
}
.ym-custom-blur-off:before {
content: "\e6ce";
}
.ym-custom-contact-mail:before {
content: "\e7ce";
}
.ym-custom-food-apple:before {
content: "\e8ce";
}
.ym-custom-laptop-chromebook:before {
content: "\e9ce";
}
.ym-custom-phone-plus:before {
content: "\eace";
}
.ym-custom-source-commit-end-local:before {
content: "\ebce";
}
.ym-custom-weather-lightning:before {
content: "\ecce";
}
.ym-custom-blur-radial:before {
content: "\e6cf";
}
.ym-custom-console:before {
content: "\e7cf";
}
.ym-custom-food-fork-drink:before {
content: "\e8cf";
}
.ym-custom-laptop-off:before {
content: "\e9cf";
}
.ym-custom-phone-missed:before {
content: "\eacf";
}
.ym-custom-source-commit-next-local:before {
content: "\ebcf";
}
.ym-custom-weather-partlycloudy:before {
content: "\eccf";
}
.ym-custom-bomb:before {
content: "\e6d0";
}
.ym-custom-contacts:before {
content: "\e7d0";
}
.ym-custom-food-variant:before {
content: "\e8d0";
}
.ym-custom-laptop-mac:before {
content: "\e9d0";
}
.ym-custom-phone-paused:before {
content: "\ead0";
}
.ym-custom-source-commit-start:before {
content: "\ebd0";
}
.ym-custom-weather-pouring:before {
content: "\ecd0";
}
.ym-custom-bomb-off:before {
content: "\e6d1";
}
.ym-custom-content-duplicate:before {
content: "\e7d1";
}
.ym-custom-football:before {
content: "\e8d1";
}
.ym-custom-laptop-windows:before {
content: "\e9d1";
}
.ym-custom-phone-settings:before {
content: "\ead1";
}
.ym-custom-source-commit-local:before {
content: "\ebd1";
}
.ym-custom-weather-rainy:before {
content: "\ecd1";
}
.ym-custom-bone:before {
content: "\e6d2";
}
.ym-custom-content-copy:before {
content: "\e7d2";
}
.ym-custom-food-off:before {
content: "\e8d2";
}
.ym-custom-lastfm:before {
content: "\e9d2";
}
.ym-custom-phone-voip:before {
content: "\ead2";
}
.ym-custom-source-commit-start-next-local:before {
content: "\ebd2";
}
.ym-custom-weather-sunny:before {
content: "\ecd2";
}
.ym-custom-book:before {
content: "\e6d3";
}
.ym-custom-content-paste:before {
content: "\e7d3";
}
.ym-custom-football-australian:before {
content: "\e8d3";
}
.ym-custom-launch:before {
content: "\e9d3";
}
.ym-custom-pi-box:before {
content: "\ead3";
}
.ym-custom-source-fork:before {
content: "\ebd3";
}
.ym-custom-weather-snowy:before {
content: "\ecd3";
}
.ym-custom-bookmark:before {
content: "\e6d4";
}
.ym-custom-content-cut:before {
content: "\e7d4";
}
.ym-custom-football-helmet:before {
content: "\e8d4";
}
.ym-custom-layers:before {
content: "\e9d4";
}
.ym-custom-pi:before {
content: "\ead4";
}
.ym-custom-speaker:before {
content: "\ebd4";
}
.ym-custom-weather-snowy-rainy:before {
content: "\ecd4";
}
.ym-custom-bookmark-check:before {
content: "\e6d5";
}
.ym-custom-content-save-all:before {
content: "\e7d5";
}
.ym-custom-format-align-center:before {
content: "\e8d5";
}
.ym-custom-layers-off:before {
content: "\e9d5";
}
.ym-custom-piano:before {
content: "\ead5";
}
.ym-custom-source-pull:before {
content: "\ebd5";
}
.ym-custom-weather-sunset-down:before {
content: "\ecd5";
}
.ym-custom-bookmark-music:before {
content: "\e6d6";
}
.ym-custom-content-save:before {
content: "\e7d6";
}
.ym-custom-format-align-justify:before {
content: "\e8d6";
}
.ym-custom-leaf:before {
content: "\e9d6";
}
.ym-custom-pig:before {
content: "\ead6";
}
.ym-custom-source-merge:before {
content: "\ebd6";
}
.ym-custom-weather-sunset:before {
content: "\ecd6";
}
.ym-custom-bookmark-plus:before {
content: "\e6d7";
}
.ym-custom-content-save-settings:before {
content: "\e7d7";
}
.ym-custom-format-align-left:before {
content: "\e8d7";
}
.ym-custom-lead-pencil:before {
content: "\e9d7";
}
.ym-custom-pill:before {
content: "\ead7";
}
.ym-custom-speaker-off:before {
content: "\ebd7";
}
.ym-custom-weather-sunset-up:before {
content: "\ecd7";
}
.ym-custom-bookmark-plus-outline:before {
content: "\e6d8";
}
.ym-custom-contrast-circle:before {
content: "\e7d8";
}
.ym-custom-format-align-right:before {
content: "\e8d8";
}
.ym-custom-led-off:before {
content: "\e9d8";
}
.ym-custom-pillar:before {
content: "\ead8";
}
.ym-custom-speaker-wireless:before {
content: "\ebd8";
}
.ym-custom-weather-windy:before {
content: "\ecd8";
}
.ym-custom-bookmark-outline:before {
content: "\e6d9";
}
.ym-custom-contrast:before {
content: "\e7d9";
}
.ym-custom-format-annotation-plus:before {
content: "\e8d9";
}
.ym-custom-led-on:before {
content: "\e9d9";
}
.ym-custom-pine-tree:before {
content: "\ead9";
}
.ym-custom-spellcheck:before {
content: "\ebd9";
}
.ym-custom-weather-windy-variant:before {
content: "\ecd9";
}
.ym-custom-bookmark-remove:before {
content: "\e6da";
}
.ym-custom-contrast-box:before {
content: "\e7da";
}
.ym-custom-format-bold:before {
content: "\e8da";
}
.ym-custom-led-outline:before {
content: "\e9da";
}
.ym-custom-pin:before {
content: "\eada";
}
.ym-custom-speedometer:before {
content: "\ebda";
}
.ym-custom-web:before {
content: "\ecda";
}
.ym-custom-book-minus:before {
content: "\e6db";
}
.ym-custom-cookie:before {
content: "\e7db";
}
.ym-custom-format-clear:before {
content: "\e8db";
}
.ym-custom-led-variant-on:before {
content: "\e9db";
}
.ym-custom-pin-off:before {
content: "\eadb";
}
.ym-custom-spotify:before {
content: "\ebdb";
}
.ym-custom-weight:before {
content: "\ecdb";
}
.ym-custom-book-multiple:before {
content: "\e6dc";
}
.ym-custom-copyright:before {
content: "\e7dc";
}
.ym-custom-format-color-fill:before {
content: "\e8dc";
}
.ym-custom-led-variant-off:before {
content: "\e9dc";
}
.ym-custom-pine-tree-box:before {
content: "\eadc";
}
.ym-custom-spotlight:before {
content: "\ebdc";
}
.ym-custom-webhook:before {
content: "\ecdc";
}
.ym-custom-book-multiple-variant:before {
content: "\e6dd";
}
.ym-custom-counter:before {
content: "\e7dd";
}
.ym-custom-format-color-text:before {
content: "\e8dd";
}
.ym-custom-led-variant-outline:before {
content: "\e9dd";
}
.ym-custom-pinterest:before {
content: "\eadd";
}
.ym-custom-spotlight-beam:before {
content: "\ebdd";
}
.ym-custom-weight-kilogram:before {
content: "\ecdd";
}
.ym-custom-book-open:before {
content: "\e6de";
}
.ym-custom-creation:before {
content: "\e7de";
}
.ym-custom-format-float-center:before {
content: "\e8de";
}
.ym-custom-library:before {
content: "\e9de";
}
.ym-custom-pinterest-box:before {
content: "\eade";
}
.ym-custom-spray:before {
content: "\ebde";
}
.ym-custom-whatsapp:before {
content: "\ecde";
}
.ym-custom-book-open-page-variant:before {
content: "\e6df";
}
.ym-custom-cow:before {
content: "\e7df";
}
.ym-custom-format-float-left:before {
content: "\e8df";
}
.ym-custom-library-books:before {
content: "\e9df";
}
.ym-custom-pistol:before {
content: "\eadf";
}
.ym-custom-square-inc:before {
content: "\ebdf";
}
.ym-custom-webcam:before {
content: "\ecdf";
}
.ym-custom-book-plus:before {
content: "\e6e0";
}
.ym-custom-credit-card:before {
content: "\e7e0";
}
.ym-custom-format-float-none:before {
content: "\e8e0";
}
.ym-custom-library-music:before {
content: "\e9e0";
}
.ym-custom-pizza:before {
content: "\eae0";
}
.ym-custom-stackexchange:before {
content: "\ebe0";
}
.ym-custom-wechat:before {
content: "\ece0";
}
.ym-custom-book-open-variant:before {
content: "\e6e1";
}
.ym-custom-credit-card-multiple:before {
content: "\e7e1";
}
.ym-custom-format-float-right:before {
content: "\e8e1";
}
.ym-custom-library-plus:before {
content: "\e9e1";
}
.ym-custom-plane-shield:before {
content: "\eae1";
}
.ym-custom-square-inc-cash:before {
content: "\ebe1";
}
.ym-custom-white-balance-auto:before {
content: "\ece1";
}
.ym-custom-book-variant:before {
content: "\e6e2";
}
.ym-custom-credit-card-off:before {
content: "\e7e2";
}
.ym-custom-format-header-:before {
content: "\e8e2";
}
.ym-custom-lightbulb-on-outline:before {
content: "\e9e2";
}
.ym-custom-play:before {
content: "\eae2";
}
.ym-custom-stackoverflow:before {
content: "\ebe2";
}
.ym-custom-white-balance-iridescent:before {
content: "\ece2";
}
.ym-custom-boombox:before {
content: "\e6e3";
}
.ym-custom-credit-card-plus:before {
content: "\e7e3";
}
.ym-custom-format-header-1:before {
content: "\e8e3";
}
.ym-custom-lightbulb:before {
content: "\e9e3";
}
.ym-custom-play-box-outline:before {
content: "\eae3";
}
.ym-custom-stadium:before {
content: "\ebe3";
}
.ym-custom-wheelchair-accessibility:before {
content: "\ece3";
}
.ym-custom-border-all:before {
content: "\e6e4";
}
.ym-custom-crop:before {
content: "\e7e4";
}
.ym-custom-format-header-2:before {
content: "\e8e4";
}
.ym-custom-lightbulb-on:before {
content: "\e9e4";
}
.ym-custom-play-circle:before {
content: "\eae4";
}
.ym-custom-stairs:before {
content: "\ebe4";
}
.ym-custom-white-balance-incandescent:before {
content: "\ece4";
}
.ym-custom-border-bottom:before {
content: "\e6e5";
}
.ym-custom-crop-free:before {
content: "\e7e5";
}
.ym-custom-format-header-3:before {
content: "\e8e5";
}
.ym-custom-lightbulb-outline:before {
content: "\e9e5";
}
.ym-custom-play-circle-outline:before {
content: "\eae5";
}
.ym-custom-star-circle:before {
content: "\ebe5";
}
.ym-custom-widgets:before {
content: "\ece5";
}
.ym-custom-border-color:before {
content: "\e6e6";
}
.ym-custom-credit-card-scan:before {
content: "\e7e6";
}
.ym-custom-format-header-4:before {
content: "\e8e6";
}
.ym-custom-link:before {
content: "\e9e6";
}
.ym-custom-playlist-check:before {
content: "\eae6";
}
.ym-custom-star-half:before {
content: "\ebe6";
}
.ym-custom-white-balance-sunny:before {
content: "\ece6";
}
.ym-custom-border-horizontal:before {
content: "\e6e7";
}
.ym-custom-crop-landscape:before {
content: "\e7e7";
}
.ym-custom-format-header-decrease:before {
content: "\e8e7";
}
.ym-custom-linkedin:before {
content: "\e9e7";
}
.ym-custom-playlist-play:before {
content: "\eae7";
}
.ym-custom-star:before {
content: "\ebe7";
}
.ym-custom-wiiu:before {
content: "\ece7";
}
.ym-custom-border-inside:before {
content: "\e6e8";
}
.ym-custom-crop-portrait:before {
content: "\e7e8";
}
.ym-custom-format-header-5:before {
content: "\e8e8";
}
.ym-custom-link-off:before {
content: "\e9e8";
}
.ym-custom-playlist-minus:before {
content: "\eae8";
}
.ym-custom-star-off:before {
content: "\ebe8";
}
.ym-custom-wifi:before {
content: "\ece8";
}
.ym-custom-border-none:before {
content: "\e6e9";
}
.ym-custom-crop-rotate:before {
content: "\e7e9";
}
.ym-custom-format-header-equal:before {
content: "\e8e9";
}
.ym-custom-link-variant-off:before {
content: "\e9e9";
}
.ym-custom-playlist-remove:before {
content: "\eae9";
}
.ym-custom-star-outline:before {
content: "\ebe9";
}
.ym-custom-wifi-off:before {
content: "\ece9";
}
.ym-custom-border-left:before {
content: "\e6ea";
}
.ym-custom-crop-square:before {
content: "\e7ea";
}
.ym-custom-format-header-increase:before {
content: "\e8ea";
}
.ym-custom-link-variant:before {
content: "\e9ea";
}
.ym-custom-playlist-plus:before {
content: "\eaea";
}
.ym-custom-steam:before {
content: "\ebea";
}
.ym-custom-wii:before {
content: "\ecea";
}
.ym-custom-border-outside:before {
content: "\e6eb";
}
.ym-custom-crosshairs:before {
content: "\e7eb";
}
.ym-custom-format-header-pound:before {
content: "\e8eb";
}
.ym-custom-linkedin-box:before {
content: "\e9eb";
}
.ym-custom-play-pause:before {
content: "\eaeb";
}
.ym-custom-steering:before {
content: "\ebeb";
}
.ym-custom-window-close:before {
content: "\eceb";
}
.ym-custom-border-right:before {
content: "\e6ec";
}
.ym-custom-crosshairs-gps:before {
content: "\e7ec";
}
.ym-custom-format-horizontal-align-center:before {
content: "\e8ec";
}
.ym-custom-linux:before {
content: "\e9ec";
}
.ym-custom-playstation:before {
content: "\eaec";
}
.ym-custom-step-backward:before {
content: "\ebec";
}
.ym-custom-wikipedia:before {
content: "\ecec";
}
.ym-custom-border-top:before {
content: "\e6ed";
}
.ym-custom-cube:before {
content: "\e7ed";
}
.ym-custom-format-horizontal-align-left:before {
content: "\e8ed";
}
.ym-custom-lock:before {
content: "\e9ed";
}
.ym-custom-plex:before {
content: "\eaed";
}
.ym-custom-step-forward:before {
content: "\ebed";
}
.ym-custom-window-maximize:before {
content: "\eced";
}
.ym-custom-border-style:before {
content: "\e6ee";
}
.ym-custom-crown:before {
content: "\e7ee";
}
.ym-custom-format-indent-increase:before {
content: "\e8ee";
}
.ym-custom-lock-outline:before {
content: "\e9ee";
}
.ym-custom-plus:before {
content: "\eaee";
}
.ym-custom-step-forward-:before {
content: "\ebee";
}
.ym-custom-window-open:before {
content: "\ecee";
}
.ym-custom-border-vertical:before {
content: "\e6ef";
}
.ym-custom-cube-outline:before {
content: "\e7ef";
}
.ym-custom-format-indent-decrease:before {
content: "\e8ef";
}
.ym-custom-lock-open-outline:before {
content: "\e9ef";
}
.ym-custom-plus-box-outline:before {
content: "\eaef";
}
.ym-custom-step-backward-:before {
content: "\ebef";
}
.ym-custom-window-restore:before {
content: "\ecef";
}
.ym-custom-bowl:before {
content: "\e6f0";
}
.ym-custom-cube-send:before {
content: "\e7f0";
}
.ym-custom-format-line-spacing:before {
content: "\e8f0";
}
.ym-custom-lock-open:before {
content: "\e9f0";
}
.ym-custom-plus-box:before {
content: "\eaf0";
}
.ym-custom-stethoscope:before {
content: "\ebf0";
}
.ym-custom-windows:before {
content: "\ecf0";
}
.ym-custom-box-shadow:before {
content: "\e6f1";
}
.ym-custom-cup:before {
content: "\e7f1";
}
.ym-custom-format-italic:before {
content: "\e8f1";
}
.ym-custom-lock-pattern:before {
content: "\e9f1";
}
.ym-custom-plus-circle:before {
content: "\eaf1";
}
.ym-custom-sticker:before {
content: "\ebf1";
}
.ym-custom-window-minimize:before {
content: "\ecf1";
}
.ym-custom-bow-tie:before {
content: "\e6f2";
}
.ym-custom-cube-unfolded:before {
content: "\e7f2";
}
.ym-custom-format-line-style:before {
content: "\e8f2";
}
.ym-custom-login:before {
content: "\e9f2";
}
.ym-custom-plus-circle-multiple-outline:before {
content: "\eaf2";
}
.ym-custom-stocking:before {
content: "\ebf2";
}
.ym-custom-window-closed:before {
content: "\ecf2";
}
.ym-custom-bowling:before {
content: "\e6f3";
}
.ym-custom-cup-off:before {
content: "\e7f3";
}
.ym-custom-format-horizontal-align-right:before {
content: "\e8f3";
}
.ym-custom-lock-plus:before {
content: "\e9f3";
}
.ym-custom-plus-network:before {
content: "\eaf3";
}
.ym-custom-stop:before {
content: "\ebf3";
}
.ym-custom-worker:before {
content: "\ecf3";
}
.ym-custom-box-cutter:before {
content: "\e6f4";
}
.ym-custom-cup-water:before {
content: "\e7f4";
}
.ym-custom-format-line-weight:before {
content: "\e8f4";
}
.ym-custom-login-variant:before {
content: "\e9f4";
}
.ym-custom-plus-one:before {
content: "\eaf4";
}
.ym-custom-stop-circle-outline:before {
content: "\ebf4";
}
.ym-custom-wordpress:before {
content: "\ecf4";
}
.ym-custom-box:before {
content: "\e6f5";
}
.ym-custom-currency-btc:before {
content: "\e7f5";
}
.ym-custom-format-list-bulleted:before {
content: "\e8f5";
}
.ym-custom-logout:before {
content: "\e9f5";
}
.ym-custom-plus-circle-outline:before {
content: "\eaf5";
}
.ym-custom-stop-circle:before {
content: "\ebf5";
}
.ym-custom-wrench:before {
content: "\ecf5";
}
.ym-custom-bridge:before {
content: "\e6f6";
}
.ym-custom-currency-gbp:before {
content: "\e7f6";
}
.ym-custom-format-list-bulleted-type:before {
content: "\e8f6";
}
.ym-custom-logout-variant:before {
content: "\e9f6";
}
.ym-custom-pocket:before {
content: "\eaf6";
}
.ym-custom-store:before {
content: "\ebf6";
}
.ym-custom-wrap:before {
content: "\ecf6";
}
.ym-custom-briefcase:before {
content: "\e6f7";
}
.ym-custom-currency-eur:before {
content: "\e7f7";
}
.ym-custom-format-page-break:before {
content: "\e8f7";
}
.ym-custom-looks:before {
content: "\e9f7";
}
.ym-custom-plus-outline:before {
content: "\eaf7";
}
.ym-custom-store--hour:before {
content: "\ebf7";
}
.ym-custom-wunderlist:before {
content: "\ecf7";
}
.ym-custom-briefcase-check:before {
content: "\e6f8";
}
.ym-custom-currency-inr:before {
content: "\e7f8";
}
.ym-custom-format-list-numbers:before {
content: "\e8f8";
}
.ym-custom-loop:before {
content: "\e9f8";
}
.ym-custom-polaroid:before {
content: "\eaf8";
}
.ym-custom-stove:before {
content: "\ebf8";
}
.ym-custom-xaml:before {
content: "\ecf8";
}
.ym-custom-briefcase-download:before {
content: "\e6f9";
}
.ym-custom-currency-ngn:before {
content: "\e7f9";
}
.ym-custom-format-paragraph:before {
content: "\e8f9";
}
.ym-custom-loupe:before {
content: "\e9f9";
}
.ym-custom-poll:before {
content: "\eaf9";
}
.ym-custom-subway:before {
content: "\ebf9";
}
.ym-custom-xbox:before {
content: "\ecf9";
}
.ym-custom-briefcase-upload:before {
content: "\e6fa";
}
.ym-custom-currency-rub:before {
content: "\e7fa";
}
.ym-custom-format-pilcrow:before {
content: "\e8fa";
}
.ym-custom-lumx:before {
content: "\e9fa";
}
.ym-custom-pokeball:before {
content: "\eafa";
}
.ym-custom-subdirectory-arrow-left:before {
content: "\ebfa";
}
.ym-custom-xbox-controller:before {
content: "\ecfa";
}
.ym-custom-brightness-:before {
content: "\e6fb";
}
.ym-custom-currency-try:before {
content: "\e7fb";
}
.ym-custom-format-quote:before {
content: "\e8fb";
}
.ym-custom-magnet:before {
content: "\e9fb";
}
.ym-custom-poll-box:before {
content: "\eafb";
}
.ym-custom-subdirectory-arrow-right:before {
content: "\ebfb";
}
.ym-custom-xbox-controller-off:before {
content: "\ecfb";
}
.ym-custom-brightness-1:before {
content: "\e6fc";
}
.ym-custom-currency-usd:before {
content: "\e7fc";
}
.ym-custom-format-paint:before {
content: "\e8fc";
}
.ym-custom-magnet-on:before {
content: "\e9fc";
}
.ym-custom-polymer:before {
content: "\eafc";
}
.ym-custom-subway-variant:before {
content: "\ebfc";
}
.ym-custom-xda:before {
content: "\ecfc";
}
.ym-custom-brightness-2:before {
content: "\e6fd";
}
.ym-custom-currency-usd-off:before {
content: "\e7fd";
}
.ym-custom-format-size:before {
content: "\e8fd";
}
.ym-custom-magnify:before {
content: "\e9fd";
}
.ym-custom-play-protected-content:before {
content: "\eafd";
}
.ym-custom-sunglasses:before {
content: "\ebfd";
}
.ym-custom-xing:before {
content: "\ecfd";
}
.ym-custom-brightness-3:before {
content: "\e6fe";
}
.ym-custom-cursor-default:before {
content: "\e7fe";
}
.ym-custom-format-section:before {
content: "\e8fe";
}
.ym-custom-magnify-plus:before {
content: "\e9fe";
}
.ym-custom-pool:before {
content: "\eafe";
}
.ym-custom-swap-horizontal:before {
content: "\ebfe";
}
.ym-custom-xing-circle:before {
content: "\ecfe";
}
.ym-custom-brightness-4:before {
content: "\e6ff";
}
.ym-custom-cursor-default-outline:before {
content: "\e7ff";
}
.ym-custom-format-strikethrough:before {
content: "\e8ff";
}
.ym-custom-magnify-minus:before {
content: "\e9ff";
}
.ym-custom-pot:before {
content: "\eaff";
}
.ym-custom-surround-sound:before {
content: "\ebff";
}
.ym-custom-xing-box:before {
content: "\ecff";
}
.ym-custom-brightness-5:before {
content: "\e700";
}
.ym-custom-cursor-pointer:before {
content: "\e800";
}
.ym-custom-format-strikethrough-variant:before {
content: "\e900";
}
.ym-custom-map:before {
content: "\ea00";
}
.ym-custom-popcorn:before {
content: "\eb00";
}
.ym-custom-swap-vertical:before {
content: "\ec00";
}
.ym-custom-xml:before {
content: "\ed00";
}
.ym-custom-access-point:before {
content: "\e601";
}
.ym-custom-brightness-6:before {
content: "\e701";
}
.ym-custom-cursor-move:before {
content: "\e801";
}
.ym-custom-format-subscript:before {
content: "\e901";
}
.ym-custom-mail-ru:before {
content: "\ea01";
}
.ym-custom-pound:before {
content: "\eb01";
}
.ym-custom-swim:before {
content: "\ec01";
}
.ym-custom-yelp:before {
content: "\ed01";
}
.ym-custom-account-box-outline:before {
content: "\e602";
}
.ym-custom-broom:before {
content: "\e702";
}
.ym-custom-cursor-text:before {
content: "\e802";
}
.ym-custom-format-superscript:before {
content: "\e902";
}
.ym-custom-map-marker:before {
content: "\ea02";
}
.ym-custom-pound-box:before {
content: "\eb02";
}
.ym-custom-switch:before {
content: "\ec02";
}
.ym-custom-yeast:before {
content: "\ed02";
}
.ym-custom-account-box:before {
content: "\e603";
}
.ym-custom-brightness-auto:before {
content: "\e703";
}
.ym-custom-database:before {
content: "\e803";
}
.ym-custom-format-text:before {
content: "\e903";
}
.ym-custom-map-marker-minus:before {
content: "\ea03";
}
.ym-custom-pot-mix:before {
content: "\eb03";
}
.ym-custom-sync:before {
content: "\ec03";
}
.ym-custom-yin-yang:before {
content: "\ed03";
}
.ym-custom-access-point-network:before {
content: "\e604";
}
.ym-custom-brush:before {
content: "\e704";
}
.ym-custom-database-minus:before {
content: "\e804";
}
.ym-custom-format-textdirection-l-to-r:before {
content: "\e904";
}
.ym-custom-map-marker-circle:before {
content: "\ea04";
}
.ym-custom-power:before {
content: "\eb04";
}
.ym-custom-sync-alert:before {
content: "\ec04";
}
.ym-custom-youtube-play:before {
content: "\ed04";
}
.ym-custom-account-alert:before {
content: "\e605";
}
.ym-custom-bug:before {
content: "\e705";
}
.ym-custom-database-plus:before {
content: "\e805";
}
.ym-custom-format-textdirection-r-to-l:before {
content: "\e905";
}
.ym-custom-map-marker-multiple:before {
content: "\ea05";
}
.ym-custom-power-plug:before {
content: "\eb05";
}
.ym-custom-tab:before {
content: "\ec05";
}
.ym-custom-zip-box:before {
content: "\ed05";
}
.ym-custom-account-card-details:before {
content: "\e606";
}
.ym-custom-buffer:before {
content: "\e706";
}
.ym-custom-debug-step-into:before {
content: "\e806";
}
.ym-custom-format-title:before {
content: "\e906";
}
.ym-custom-map-marker-off:before {
content: "\ea06";
}
.ym-custom-power-settings:before {
content: "\eb06";
}
.ym-custom-table:before {
content: "\ec06";
}
.ym-custom-account:before {
content: "\e607";
}
.ym-custom-bulletin-board:before {
content: "\e707";
}
.ym-custom-debug-step-over:before {
content: "\e807";
}
.ym-custom-format-vertical-align-bottom:before {
content: "\e907";
}
.ym-custom-map-marker-plus:before {
content: "\ea07";
}
.ym-custom-power-plug-off:before {
content: "\eb07";
}
.ym-custom-table-column-plus-before:before {
content: "\ec07";
}
.ym-custom-account-check:before {
content: "\e608";
}
.ym-custom-bullhorn:before {
content: "\e708";
}
.ym-custom-debug-step-out:before {
content: "\e808";
}
.ym-custom-format-underline:before {
content: "\e908";
}
.ym-custom-map-marker-radius:before {
content: "\ea08";
}
.ym-custom-power-socket:before {
content: "\eb08";
}
.ym-custom-table-column-plus-after:before {
content: "\ec08";
}
.ym-custom-account-key:before {
content: "\e609";
}
.ym-custom-bullseye:before {
content: "\e709";
}
.ym-custom-decimal-decrease:before {
content: "\e809";
}
.ym-custom-format-vertical-align-center:before {
content: "\e909";
}
.ym-custom-markdown:before {
content: "\ea09";
}
.ym-custom-prescription:before {
content: "\eb09";
}
.ym-custom-table-column-remove:before {
content: "\ec09";
}
.ym-custom-account-convert:before {
content: "\e60a";
}
.ym-custom-bus:before {
content: "\e70a";
}
.ym-custom-delete:before {
content: "\e80a";
}
.ym-custom-format-vertical-align-top:before {
content: "\e90a";
}
.ym-custom-margin:before {
content: "\ea0a";
}
.ym-custom-presentation:before {
content: "\eb0a";
}
.ym-custom-table-column-width:before {
content: "\ec0a";
}
.ym-custom-account-circle:before {
content: "\e60b";
}
.ym-custom-burst-mode:before {
content: "\e70b";
}
.ym-custom-decimal-increase:before {
content: "\e80b";
}
.ym-custom-format-wrap-inline:before {
content: "\e90b";
}
.ym-custom-marker:before {
content: "\ea0b";
}
.ym-custom-presentation-play:before {
content: "\eb0b";
}
.ym-custom-table-large:before {
content: "\ec0b";
}
.ym-custom-account-minus:before {
content: "\e60c";
}
.ym-custom-cake:before {
content: "\e70c";
}
.ym-custom-delete-circle:before {
content: "\e80c";
}
.ym-custom-format-wrap-tight:before {
content: "\e90c";
}
.ym-custom-marker-check:before {
content: "\ea0c";
}
.ym-custom-printer:before {
content: "\eb0c";
}
.ym-custom-table-row-height:before {
content: "\ec0c";
}
.ym-custom-account-location:before {
content: "\e60d";
}
.ym-custom-cake-layered:before {
content: "\e70d";
}
.ym-custom-delete-empty:before {
content: "\e80d";
}
.ym-custom-format-wrap-top-bottom:before {
content: "\e90d";
}
.ym-custom-material-ui:before {
content: "\ea0d";
}
.ym-custom-printer-d:before {
content: "\eb0d";
}
.ym-custom-table-edit:before {
content: "\ec0d";
}
.ym-custom-account-multiple:before {
content: "\e60e";
}
.ym-custom-cached:before {
content: "\e70e";
}
.ym-custom-delete-forever:before {
content: "\e80e";
}
.ym-custom-format-wrap-square:before {
content: "\e90e";
}
.ym-custom-martini:before {
content: "\ea0e";
}
.ym-custom-printer-alert:before {
content: "\eb0e";
}
.ym-custom-table-row-plus-after:before {
content: "\ec0e";
}
.ym-custom-account-multiple-minus:before {
content: "\e60f";
}
.ym-custom-calculator:before {
content: "\e70f";
}
.ym-custom-delete-sweep:before {
content: "\e80f";
}
.ym-custom-forum:before {
content: "\e90f";
}
.ym-custom-math-compass:before {
content: "\ea0f";
}
.ym-custom-printer-settings:before {
content: "\eb0f";
}
.ym-custom-sword:before {
content: "\ec0f";
}
.ym-custom-account-multiple-plus:before {
content: "\e610";
}
.ym-custom-cake-variant:before {
content: "\e710";
}
.ym-custom-delete-variant:before {
content: "\e810";
}
.ym-custom-forward:before {
content: "\e910";
}
.ym-custom-matrix:before {
content: "\ea10";
}
.ym-custom-priority-high:before {
content: "\eb10";
}
.ym-custom-sync-off:before {
content: "\ec10";
}
.ym-custom-account-multiple-outline:before {
content: "\e611";
}
.ym-custom-calendar:before {
content: "\e711";
}
.ym-custom-delta:before {
content: "\e811";
}
.ym-custom-foursquare:before {
content: "\e911";
}
.ym-custom-maxcdn:before {
content: "\ea11";
}
.ym-custom-priority-low:before {
content: "\eb11";
}
.ym-custom-table-row-plus-before:before {
content: "\ec11";
}
.ym-custom-account-plus:before {
content: "\e612";
}
.ym-custom-calendar-blank:before {
content: "\e712";
}
.ym-custom-deskphone:before {
content: "\e812";
}
.ym-custom-fridge:before {
content: "\e912";
}
.ym-custom-medical-bag:before {
content: "\ea12";
}
.ym-custom-professional-hexagon:before {
content: "\eb12";
}
.ym-custom-tablet:before {
content: "\ec12";
}
.ym-custom-account-network:before {
content: "\e613";
}
.ym-custom-calendar-check:before {
content: "\e713";
}
.ym-custom-desktop-mac:before {
content: "\e813";
}
.ym-custom-fridge-filled:before {
content: "\e913";
}
.ym-custom-medium:before {
content: "\ea13";
}
.ym-custom-projector-screen:before {
content: "\eb13";
}
.ym-custom-table-row-remove:before {
content: "\ec13";
}
.ym-custom-account-off:before {
content: "\e614";
}
.ym-custom-calendar-clock:before {
content: "\e714";
}
.ym-custom-deviantart:before {
content: "\e814";
}
.ym-custom-fridge-filled-bottom:before {
content: "\e914";
}
.ym-custom-memory:before {
content: "\ea14";
}
.ym-custom-projector:before {
content: "\eb14";
}
.ym-custom-tablet-android:before {
content: "\ec14";
}
.ym-custom-account-outline:before {
content: "\e615";
}
.ym-custom-calendar-plus:before {
content: "\e715";
}
.ym-custom-desktop-tower:before {
content: "\e815";
}
.ym-custom-fridge-filled-top:before {
content: "\e915";
}
.ym-custom-menu:before {
content: "\ea15";
}
.ym-custom-publish:before {
content: "\eb15";
}
.ym-custom-tablet-ipad:before {
content: "\ec15";
}
.ym-custom-account-remove:before {
content: "\e616";
}
.ym-custom-calendar-multiple:before {
content: "\e716";
}
.ym-custom-details:before {
content: "\e816";
}
.ym-custom-fullscreen:before {
content: "\e916";
}
.ym-custom-menu-down:before {
content: "\ea16";
}
.ym-custom-pulse:before {
content: "\eb16";
}
.ym-custom-tab-unselected:before {
content: "\ec16";
}
.ym-custom-account-star:before {
content: "\e617";
}
.ym-custom-calendar-multiple-check:before {
content: "\e717";
}
.ym-custom-developer-board:before {
content: "\e817";
}
.ym-custom-fullscreen-exit:before {
content: "\e917";
}
.ym-custom-menu-down-outline:before {
content: "\ea17";
}
.ym-custom-puzzle:before {
content: "\eb17";
}
.ym-custom-tag-heart:before {
content: "\ec17";
}
.ym-custom-account-settings:before {
content: "\e618";
}
.ym-custom-calendar-range:before {
content: "\e718";
}
.ym-custom-dialpad:before {
content: "\e818";
}
.ym-custom-gamepad:before {
content: "\e918";
}
.ym-custom-menu-left:before {
content: "\ea18";
}
.ym-custom-qrcode:before {
content: "\eb18";
}
.ym-custom-tag:before {
content: "\ec18";
}
.ym-custom-account-settings-variant:before {
content: "\e619";
}
.ym-custom-calendar-question:before {
content: "\e719";
}
.ym-custom-dice-:before {
content: "\e819";
}
.ym-custom-function:before {
content: "\e919";
}
.ym-custom-menu-right:before {
content: "\ea19";
}
.ym-custom-qrcode-scan:before {
content: "\eb19";
}
.ym-custom-tag-faces:before {
content: "\ec19";
}
.ym-custom-account-search:before {
content: "\e61a";
}
.ym-custom-calendar-remove:before {
content: "\e71a";
}
.ym-custom-diamond:before {
content: "\e81a";
}
.ym-custom-garage:before {
content: "\e91a";
}
.ym-custom-menu-up:before {
content: "\ea1a";
}
.ym-custom-qqchat:before {
content: "\eb1a";
}
.ym-custom-tag-multiple:before {
content: "\ec1a";
}
.ym-custom-account-star-variant:before {
content: "\e61b";
}
.ym-custom-calendar-today:before {
content: "\e71b";
}
.ym-custom-dice-1:before {
content: "\e81b";
}
.ym-custom-gamepad-variant:before {
content: "\e91b";
}
.ym-custom-message:before {
content: "\ea1b";
}
.ym-custom-quadcopter:before {
content: "\eb1b";
}
.ym-custom-tag-outline:before {
content: "\ec1b";
}
.ym-custom-account-switch:before {
content: "\e61c";
}
.ym-custom-call-merge:before {
content: "\e71c";
}
.ym-custom-dice-2:before {
content: "\e81c";
}
.ym-custom-garage-open:before {
content: "\e91c";
}
.ym-custom-message-bulleted:before {
content: "\ea1c";
}
.ym-custom-quality-high:before {
content: "\eb1c";
}
.ym-custom-tag-text-outline:before {
content: "\ec1c";
}
.ym-custom-adjust:before {
content: "\e61d";
}
.ym-custom-call-made:before {
content: "\e71d";
}
.ym-custom-dice-d:before {
content: "\e81d";
}
.ym-custom-gas-cylinder:before {
content: "\e91d";
}
.ym-custom-menu-up-outline:before {
content: "\ea1d";
}
.ym-custom-quicktime:before {
content: "\eb1d";
}
.ym-custom-target:before {
content: "\ec1d";
}
.ym-custom-air-conditioner:before {
content: "\e61e";
}
.ym-custom-calendar-text:before {
content: "\e71e";
}
.ym-custom-dice-3:before {
content: "\e81e";
}
.ym-custom-gas-station:before {
content: "\e91e";
}
.ym-custom-message-alert:before {
content: "\ea1e";
}
.ym-custom-radar:before {
content: "\eb1e";
}
.ym-custom-teamviewer:before {
content: "\ec1e";
}
.ym-custom-airballoon:before {
content: "\e61f";
}
.ym-custom-call-missed:before {
content: "\e71f";
}
.ym-custom-dice-d1:before {
content: "\e81f";
}
.ym-custom-gate:before {
content: "\e91f";
}
.ym-custom-message-bulleted-off:before {
content: "\ea1f";
}
.ym-custom-radio:before {
content: "\eb1f";
}
.ym-custom-taxi:before {
content: "\ec1f";
}
.ym-custom-airplane-landing:before {
content: "\e620";
}
.ym-custom-call-received:before {
content: "\e720";
}
.ym-custom-dice-d2:before {
content: "\e820";
}
.ym-custom-gauge:before {
content: "\e920";
}
.ym-custom-message-draw:before {
content: "\ea20";
}
.ym-custom-radiator:before {
content: "\eb20";
}
.ym-custom-telegram:before {
content: "\ec20";
}
.ym-custom-airplane-off:before {
content: "\e621";
}
.ym-custom-call-split:before {
content: "\e721";
}
.ym-custom-dice-4:before {
content: "\e821";
}
.ym-custom-gavel:before {
content: "\e921";
}
.ym-custom-message-image:before {
content: "\ea21";
}
.ym-custom-radioactive:before {
content: "\eb21";
}
.ym-custom-television:before {
content: "\ec21";
}
.ym-custom-airplay:before {
content: "\e622";
}
.ym-custom-camcorder-box:before {
content: "\e722";
}
.ym-custom-dice-d3:before {
content: "\e822";
}
.ym-custom-gender-female:before {
content: "\e922";
}
.ym-custom-message-outline:before {
content: "\ea22";
}
.ym-custom-radiobox-marked:before {
content: "\eb22";
}
.ym-custom-television-guide:before {
content: "\ec22";
}
.ym-custom-airplane-takeoff:before {
content: "\e623";
}
.ym-custom-camcorder:before {
content: "\e723";
}
.ym-custom-dictionary:before {
content: "\e823";
}
.ym-custom-gender-male:before {
content: "\e923";
}
.ym-custom-message-processing:before {
content: "\ea23";
}
.ym-custom-radiobox-blank:before {
content: "\eb23";
}
.ym-custom-temperature-celsius:before {
content: "\ec23";
}
.ym-custom-airplane:before {
content: "\e624";
}
.ym-custom-camcorder-box-off:before {
content: "\e724";
}
.ym-custom-dice-5:before {
content: "\e824";
}
.ym-custom-gender-male-female:before {
content: "\e924";
}
.ym-custom-message-reply:before {
content: "\ea24";
}
.ym-custom-radio-handheld:before {
content: "\eb24";
}
.ym-custom-temperature-kelvin:before {
content: "\ec24";
}
.ym-custom-alarm:before {
content: "\e625";
}
.ym-custom-camcorder-off:before {
content: "\e725";
}
.ym-custom-directions-fork:before {
content: "\e825";
}
.ym-custom-gender-transgender:before {
content: "\e925";
}
.ym-custom-message-plus:before {
content: "\ea25";
}
.ym-custom-radio-tower:before {
content: "\eb25";
}
.ym-custom-temperature-fahrenheit:before {
content: "\ec25";
}
.ym-custom-alarm-check:before {
content: "\e626";
}
.ym-custom-camera:before {
content: "\e726";
}
.ym-custom-directions:before {
content: "\e826";
}
.ym-custom-ghost:before {
content: "\e926";
}
.ym-custom-message-reply-text:before {
content: "\ea26";
}
.ym-custom-raspberrypi:before {
content: "\eb26";
}
.ym-custom-tennis:before {
content: "\ec26";
}
.ym-custom-alarm-multiple:before {
content: "\e627";
}
.ym-custom-camera-enhance:before {
content: "\e727";
}
.ym-custom-discord:before {
content: "\e827";
}
.ym-custom-git:before {
content: "\e927";
}
.ym-custom-message-text:before {
content: "\ea27";
}
.ym-custom-ray-end:before {
content: "\eb27";
}
.ym-custom-tent:before {
content: "\ec27";
}
.ym-custom-alarm-snooze:before {
content: "\e628";
}
.ym-custom-camera-burst:before {
content: "\e728";
}
.ym-custom-disk:before {
content: "\e828";
}
.ym-custom-gift:before {
content: "\e928";
}
.ym-custom-message-text-outline:before {
content: "\ea28";
}
.ym-custom-ray-end-arrow:before {
content: "\eb28";
}
.ym-custom-terrain:before {
content: "\ec28";
}
.ym-custom-alarm-off:before {
content: "\e629";
}
.ym-custom-camera-front:before {
content: "\e729";
}
.ym-custom-disk-alert:before {
content: "\e829";
}
.ym-custom-github-box:before {
content: "\e929";
}
.ym-custom-message-video:before {
content: "\ea29";
}
.ym-custom-ray-start:before {
content: "\eb29";
}
.ym-custom-test-tube:before {
content: "\ec29";
}
.ym-custom-alarm-plus:before {
content: "\e62a";
}
.ym-custom-camera-front-variant:before {
content: "\e72a";
}
.ym-custom-disqus:before {
content: "\e82a";
}
.ym-custom-github-circle:before {
content: "\e92a";
}
.ym-custom-meteor:before {
content: "\ea2a";
}
.ym-custom-ray-start-arrow:before {
content: "\eb2a";
}
.ym-custom-text-shadow:before {
content: "\ec2a";
}
.ym-custom-alert:before {
content: "\e62b";
}
.ym-custom-camera-iris:before {
content: "\e72b";
}
.ym-custom-disqus-outline:before {
content: "\e82b";
}
.ym-custom-glass-stange:before {
content: "\e92b";
}
.ym-custom-microphone:before {
content: "\ea2b";
}
.ym-custom-ray-start-end:before {
content: "\eb2b";
}
.ym-custom-textbox:before {
content: "\ec2b";
}
.ym-custom-alert-box:before {
content: "\e62c";
}
.ym-custom-camera-off:before {
content: "\e72c";
}
.ym-custom-division-box:before {
content: "\e82c";
}
.ym-custom-glassdoor:before {
content: "\e92c";
}
.ym-custom-microphone-off:before {
content: "\ea2c";
}
.ym-custom-ray-vertex:before {
content: "\eb2c";
}
.ym-custom-text-to-speech:before {
content: "\ec2c";
}
.ym-custom-alert-circle:before {
content: "\e62d";
}
.ym-custom-camera-party-mode:before {
content: "\e72d";
}
.ym-custom-division:before {
content: "\e82d";
}
.ym-custom-glasses:before {
content: "\e92d";
}
.ym-custom-microphone-outline:before {
content: "\ea2d";
}
.ym-custom-rdio:before {
content: "\eb2d";
}
.ym-custom-text-to-speech-off:before {
content: "\ec2d";
}
.ym-custom-alert-circle-outline:before {
content: "\e62e";
}
.ym-custom-camera-rear:before {
content: "\e72e";
}
.ym-custom-dna:before {
content: "\e82e";
}
.ym-custom-glass-mug:before {
content: "\e92e";
}
.ym-custom-microphone-settings:before {
content: "\ea2e";
}
.ym-custom-readability:before {
content: "\eb2e";
}
.ym-custom-texture:before {
content: "\ec2e";
}
.ym-custom-alert-octagon:before {
content: "\e62f";
}
.ym-custom-camera-rear-variant:before {
content: "\e72f";
}
.ym-custom-dns:before {
content: "\e82f";
}
.ym-custom-glass-flute:before {
content: "\e92f";
}
.ym-custom-microphone-variant:before {
content: "\ea2f";
}
.ym-custom-receipt:before {
content: "\eb2f";
}
.ym-custom-theater:before {
content: "\ec2f";
}
.ym-custom-all-inclusive:before {
content: "\e630";
}
.ym-custom-camera-switch:before {
content: "\e730";
}
.ym-custom-dolby:before {
content: "\e830";
}
.ym-custom-glass-tulip:before {
content: "\e930";
}
.ym-custom-microphone-variant-off:before {
content: "\ea30";
}
.ym-custom-read:before {
content: "\eb30";
}
.ym-custom-theme-light-dark:before {
content: "\ec30";
}
.ym-custom-alert-outline:before {
content: "\e631";
}
.ym-custom-camera-timer:before {
content: "\e731";
}
.ym-custom-do-not-disturb-off:before {
content: "\e831";
}
.ym-custom-gnome:before {
content: "\e931";
}
.ym-custom-microscope:before {
content: "\ea31";
}
.ym-custom-recycle:before {
content: "\eb31";
}
.ym-custom-thermometer-lines:before {
content: "\ec31";
}
.ym-custom-alpha:before {
content: "\e632";
}
.ym-custom-candle:before {
content: "\e732";
}
.ym-custom-do-not-disturb:before {
content: "\e832";
}
.ym-custom-google:before {
content: "\e932";
}
.ym-custom-minecraft:before {
content: "\ea32";
}
.ym-custom-record:before {
content: "\eb32";
}
.ym-custom-thumb-down:before {
content: "\ec32";
}
.ym-custom-alphabetical:before {
content: "\e633";
}
.ym-custom-candycane:before {
content: "\e733";
}
.ym-custom-domain:before {
content: "\e833";
}
.ym-custom-gondola:before {
content: "\e933";
}
.ym-custom-microsoft:before {
content: "\ea33";
}
.ym-custom-record-rec:before {
content: "\eb33";
}
.ym-custom-thermometer:before {
content: "\ec33";
}
.ym-custom-altimeter:before {
content: "\e634";
}
.ym-custom-car:before {
content: "\e734";
}
.ym-custom-dots-horizontal:before {
content: "\e834";
}
.ym-custom-google-cardboard:before {
content: "\e934";
}
.ym-custom-minus:before {
content: "\ea34";
}
.ym-custom-redo:before {
content: "\eb34";
}
.ym-custom-thumbs-up-down:before {
content: "\ec34";
}
.ym-custom-amazon:before {
content: "\e635";
}
.ym-custom-car-battery:before {
content: "\e735";
}
.ym-custom-dots-vertical:before {
content: "\e835";
}
.ym-custom-gmail:before {
content: "\e935";
}
.ym-custom-minus-box:before {
content: "\ea35";
}
.ym-custom-redo-variant:before {
content: "\eb35";
}
.ym-custom-thumb-down-outline:before {
content: "\ec35";
}
.ym-custom-amazon-clouddrive:before {
content: "\e636";
}
.ym-custom-car-connected:before {
content: "\e736";
}
.ym-custom-douban:before {
content: "\e836";
}
.ym-custom-google-chrome:before {
content: "\e936";
}
.ym-custom-minus-circle:before {
content: "\ea36";
}
.ym-custom-reddit:before {
content: "\eb36";
}
.ym-custom-thumb-up:before {
content: "\ec36";
}
.ym-custom-amplifier:before {
content: "\e637";
}
.ym-custom-cards:before {
content: "\e737";
}
.ym-custom-drag:before {
content: "\e837";
}
.ym-custom-google-circles-communities:before {
content: "\e937";
}
.ym-custom-minus-circle-outline:before {
content: "\ea37";
}
.ym-custom-refresh:before {
content: "\eb37";
}
.ym-custom-thumb-up-outline:before {
content: "\ec37";
}
.ym-custom-ambulance:before {
content: "\e638";
}
.ym-custom-cards-outline:before {
content: "\e738";
}
.ym-custom-download:before {
content: "\e838";
}
.ym-custom-google-circles:before {
content: "\e938";
}
.ym-custom-minus-network:before {
content: "\ea38";
}
.ym-custom-regex:before {
content: "\eb38";
}
.ym-custom-ticket:before {
content: "\ec38";
}
.ym-custom-android-debug-bridge:before {
content: "\e639";
}
.ym-custom-cards-variant:before {
content: "\e739";
}
.ym-custom-drag-horizontal:before {
content: "\e839";
}
.ym-custom-google-circles-group:before {
content: "\e939";
}
.ym-custom-mixcloud:before {
content: "\ea39";
}
.ym-custom-relative-scale:before {
content: "\eb39";
}
.ym-custom-ticket-account:before {
content: "\ec39";
}
.ym-custom-anchor:before {
content: "\e63a";
}
.ym-custom-cards-playing-outline:before {
content: "\e73a";
}
.ym-custom-drag-vertical:before {
content: "\e83a";
}
.ym-custom-google-circles-extended:before {
content: "\e93a";
}
.ym-custom-monitor:before {
content: "\ea3a";
}
.ym-custom-reload:before {
content: "\eb3a";
}
.ym-custom-ticket-confirmation:before {
content: "\ec3a";
}
.ym-custom-android:before {
content: "\e63b";
}
.ym-custom-cart:before {
content: "\e73b";
}
.ym-custom-drawing:before {
content: "\e83b";
}
.ym-custom-google-controller:before {
content: "\e93b";
}
.ym-custom-monitor-multiple:before {
content: "\ea3b";
}
.ym-custom-remote:before {
content: "\eb3b";
}
.ym-custom-ticket-percent:before {
content: "\ec3b";
}
.ym-custom-angular:before {
content: "\e63c";
}
.ym-custom-carrot:before {
content: "\e73c";
}
.ym-custom-drawing-box:before {
content: "\e83c";
}
.ym-custom-google-drive:before {
content: "\e93c";
}
.ym-custom-motorbike:before {
content: "\ea3c";
}
.ym-custom-reorder-horizontal:before {
content: "\eb3c";
}
.ym-custom-tie:before {
content: "\ec3c";
}
.ym-custom-apple-ios:before {
content: "\e63d";
}
.ym-custom-cart-off:before {
content: "\e73d";
}
.ym-custom-drone:before {
content: "\e83d";
}
.ym-custom-google-controller-off:before {
content: "\e93d";
}
.ym-custom-more:before {
content: "\ea3d";
}
.ym-custom-rename-box:before {
content: "\eb3d";
}
.ym-custom-tilde:before {
content: "\ec3d";
}
.ym-custom-apple-finder:before {
content: "\e63e";
}
.ym-custom-cart-outline:before {
content: "\e73e";
}
.ym-custom-dribbble:before {
content: "\e83e";
}
.ym-custom-google-earth:before {
content: "\e93e";
}
.ym-custom-mouse:before {
content: "\ea3e";
}
.ym-custom-reorder-vertical:before {
content: "\eb3e";
}
.ym-custom-timelapse:before {
content: "\ec3e";
}
.ym-custom-animation:before {
content: "\e63f";
}
.ym-custom-cart-plus:before {
content: "\e73f";
}
.ym-custom-dribbble-box:before {
content: "\e83f";
}
.ym-custom-google-glass:before {
content: "\e93f";
}
.ym-custom-mouse-variant:before {
content: "\ea3f";
}
.ym-custom-repeat:before {
content: "\eb3f";
}
.ym-custom-timer-:before {
content: "\ec3f";
}
.ym-custom-android-studio:before {
content: "\e640";
}
.ym-custom-car-wash:before {
content: "\e740";
}
.ym-custom-dropbox:before {
content: "\e840";
}
.ym-custom-google-keep:before {
content: "\e940";
}
.ym-custom-mouse-off:before {
content: "\ea40";
}
.ym-custom-repeat-off:before {
content: "\eb40";
}
.ym-custom-timer:before {
content: "\ec40";
}
.ym-custom-apple:before {
content: "\e641";
}
.ym-custom-case-sensitive-alt:before {
content: "\e741";
}
.ym-custom-drupal:before {
content: "\e841";
}
.ym-custom-google-maps:before {
content: "\e941";
}
.ym-custom-mouse-variant-off:before {
content: "\ea41";
}
.ym-custom-reply:before {
content: "\eb41";
}
.ym-custom-timer-1:before {
content: "\ec41";
}
.ym-custom-apple-keyboard-caps:before {
content: "\e642";
}
.ym-custom-cash:before {
content: "\e742";
}
.ym-custom-duck:before {
content: "\e842";
}
.ym-custom-google-nearby:before {
content: "\e942";
}
.ym-custom-move-resize:before {
content: "\ea42";
}
.ym-custom-repeat-once:before {
content: "\eb42";
}
.ym-custom-timer-off:before {
content: "\ec42";
}
.ym-custom-apple-keyboard-command:before {
content: "\e643";
}
.ym-custom-cash-multiple:before {
content: "\e743";
}
.ym-custom-dumbbell:before {
content: "\e843";
}
.ym-custom-google-pages:before {
content: "\e943";
}
.ym-custom-move-resize-variant:before {
content: "\ea43";
}
.ym-custom-replay:before {
content: "\eb43";
}
.ym-custom-timer-sand:before {
content: "\ec43";
}
.ym-custom-apple-keyboard-control:before {
content: "\e644";
}
.ym-custom-cash-:before {
content: "\e744";
}
.ym-custom-earth-box:before {
content: "\e844";
}
.ym-custom-google-photos:before {
content: "\e944";
}
.ym-custom-movie:before {
content: "\ea44";
}
.ym-custom-reply-all:before {
content: "\eb44";
}
.ym-custom-timer-sand-empty:before {
content: "\ec44";
}
.ym-custom-apple-keyboard-shift:before {
content: "\e645";
}
.ym-custom-cash-usd:before {
content: "\e745";
}
.ym-custom-earth:before {
content: "\e845";
}
.ym-custom-google-physical-web:before {
content: "\e945";
}
.ym-custom-multiplication:before {
content: "\ea45";
}
.ym-custom-reproduction:before {
content: "\eb45";
}
.ym-custom-toggle-switch:before {
content: "\ec45";
}
.ym-custom-apple-keyboard-option:before {
content: "\e646";
}
.ym-custom-cast-connected:before {
content: "\e746";
}
.ym-custom-earth-box-off:before {
content: "\e846";
}
.ym-custom-google-play:before {
content: "\e946";
}
.ym-custom-music-box-outline:before {
content: "\ea46";
}
.ym-custom-rewind:before {
content: "\eb46";
}
.ym-custom-timetable:before {
content: "\ec46";
}
.ym-custom-apple-mobileme:before {
content: "\e647";
}
.ym-custom-cast:before {
content: "\e747";
}
.ym-custom-edge:before {
content: "\e847";
}
.ym-custom-google-plus:before {
content: "\e947";
}
.ym-custom-multiplication-box:before {
content: "\ea47";
}
.ym-custom-resize-bottom-right:before {
content: "\eb47";
}
.ym-custom-toggle-switch-off:before {
content: "\ec47";
}
.ym-custom-apple-safari:before {
content: "\e648";
}
.ym-custom-cellphone:before {
content: "\e748";
}
.ym-custom-elevation-decline:before {
content: "\e848";
}
.ym-custom-google-translate:before {
content: "\e948";
}
.ym-custom-music-box:before {
content: "\ea48";
}
.ym-custom-responsive:before {
content: "\eb48";
}
.ym-custom-tooltip:before {
content: "\ec48";
}
.ym-custom-appnet:before {
content: "\e649";
}
.ym-custom-castle:before {
content: "\e749";
}
.ym-custom-eject:before {
content: "\e849";
}
.ym-custom-google-plus-box:before {
content: "\e949";
}
.ym-custom-music-circle:before {
content: "\ea49";
}
.ym-custom-restore:before {
content: "\eb49";
}
.ym-custom-tooltip-edit:before {
content: "\ec49";
}
.ym-custom-application:before {
content: "\e64a";
}
.ym-custom-cat:before {
content: "\e74a";
}
.ym-custom-earth-off:before {
content: "\e84a";
}
.ym-custom-google-wallet:before {
content: "\e94a";
}
.ym-custom-music-note:before {
content: "\ea4a";
}
.ym-custom-rewind-outline:before {
content: "\eb4a";
}
.ym-custom-tooltip-image:before {
content: "\ec4a";
}
.ym-custom-apps:before {
content: "\e64b";
}
.ym-custom-cellphone-android:before {
content: "\e74b";
}
.ym-custom-elevator:before {
content: "\e84b";
}
.ym-custom-gradient:before {
content: "\e94b";
}
.ym-custom-music-note-bluetooth:before {
content: "\ea4b";
}
.ym-custom-rhombus:before {
content: "\eb4b";
}
.ym-custom-tooltip-outline:before {
content: "\ec4b";
}
.ym-custom-arrange-send-to-back:before {
content: "\e64c";
}
.ym-custom-cellphone-dock:before {
content: "\e74c";
}
.ym-custom-elevation-rise:before {
content: "\e84c";
}
.ym-custom-grease-pencil:before {
content: "\e94c";
}
.ym-custom-music-note-bluetooth-off:before {
content: "\ea4c";
}
.ym-custom-road:before {
content: "\eb4c";
}
.ym-custom-tooltip-outline-plus:before {
content: "\ec4c";
}
.ym-custom-arrange-send-backward:before {
content: "\e64d";
}
.ym-custom-cellphone-iphone:before {
content: "\e74d";
}
.ym-custom-email:before {
content: "\e84d";
}
.ym-custom-grid:before {
content: "\e94d";
}
.ym-custom-music-note-half:before {
content: "\ea4d";
}
.ym-custom-ribbon:before {
content: "\eb4d";
}
.ym-custom-tooltip-text:before {
content: "\ec4d";
}
.ym-custom-arrange-bring-forward:before {
content: "\e64e";
}
.ym-custom-cellphone-basic:before {
content: "\e74e";
}
.ym-custom-email-open:before {
content: "\e84e";
}
.ym-custom-guitar-electric:before {
content: "\e94e";
}
.ym-custom-music-note-eighth:before {
content: "\ea4e";
}
.ym-custom-road-variant:before {
content: "\eb4e";
}
.ym-custom-tooth:before {
content: "\ec4e";
}
.ym-custom-archive:before {
content: "\e64f";
}
.ym-custom-cellphone-link:before {
content: "\e74f";
}
.ym-custom-email-outline:before {
content: "\e84f";
}
.ym-custom-grid-off:before {
content: "\e94f";
}
.ym-custom-music-note-off:before {
content: "\ea4f";
}
.ym-custom-rhombus-outline:before {
content: "\eb4f";
}
.ym-custom-tor:before {
content: "\ec4f";
}
.ym-custom-arrange-bring-to-front:before {
content: "\e650";
}
.ym-custom-cellphone-link-off:before {
content: "\e750";
}
.ym-custom-email-open-outline:before {
content: "\e850";
}
.ym-custom-guitar-pick:before {
content: "\e950";
}
.ym-custom-music-note-quarter:before {
content: "\ea50";
}
.ym-custom-robot:before {
content: "\eb50";
}
.ym-custom-tower-beach:before {
content: "\ec50";
}
.ym-custom-arrow-all:before {
content: "\e651";
}
.ym-custom-cellphone-settings:before {
content: "\e751";
}
.ym-custom-email-variant:before {
content: "\e851";
}
.ym-custom-group:before {
content: "\e951";
}
.ym-custom-music-note-sixteenth:before {
content: "\ea51";
}
.ym-custom-rocket:before {
content: "\eb51";
}
.ym-custom-train:before {
content: "\ec51";
}
.ym-custom-arrow-bottom-right:before {
content: "\e652";
}
.ym-custom-certificate:before {
content: "\e752";
}
.ym-custom-email-secure:before {
content: "\e852";
}
.ym-custom-guitar-pick-outline:before {
content: "\e952";
}
.ym-custom-music-note-whole:before {
content: "\ea52";
}
.ym-custom-roomba:before {
content: "\eb52";
}
.ym-custom-tower-fire:before {
content: "\ec52";
}
.ym-custom-arrow-bottom-left:before {
content: "\e653";
}
.ym-custom-chair-school:before {
content: "\e753";
}
.ym-custom-emoticon:before {
content: "\e853";
}
.ym-custom-hackernews:before {
content: "\e953";
}
.ym-custom-nature:before {
content: "\ea53";
}
.ym-custom-rotate-d:before {
content: "\eb53";
}
.ym-custom-traffic-light:before {
content: "\ec53";
}
.ym-custom-arrow-compress:before {
content: "\e654";
}
.ym-custom-chart-arc:before {
content: "\e754";
}
.ym-custom-emby:before {
content: "\e854";
}
.ym-custom-hand-pointing-right:before {
content: "\e954";
}
.ym-custom-nature-people:before {
content: "\ea54";
}
.ym-custom-rotate-left:before {
content: "\eb54";
}
.ym-custom-transfer:before {
content: "\ec54";
}
.ym-custom-arrow-compress-all:before {
content: "\e655";
}
.ym-custom-chart-areaspline:before {
content: "\e755";
}
.ym-custom-emoticon-dead:before {
content: "\e855";
}
.ym-custom-hamburger:before {
content: "\e955";
}
.ym-custom-needle:before {
content: "\ea55";
}
.ym-custom-rotate-:before {
content: "\eb55";
}
.ym-custom-transcribe-close:before {
content: "\ec55";
}
.ym-custom-arrow-down:before {
content: "\e656";
}
.ym-custom-chart-bar:before {
content: "\e756";
}
.ym-custom-emoticon-cool:before {
content: "\e856";
}
.ym-custom-hangouts:before {
content: "\e956";
}
.ym-custom-navigation:before {
content: "\ea56";
}
.ym-custom-rotate-right:before {
content: "\eb56";
}
.ym-custom-transcribe:before {
content: "\ec56";
}
.ym-custom-arrow-down-bold:before {
content: "\e657";
}
.ym-custom-chart-bubble:before {
content: "\e757";
}
.ym-custom-emoticon-devil:before {
content: "\e857";
}
.ym-custom-harddisk:before {
content: "\e957";
}
.ym-custom-near-me:before {
content: "\ea57";
}
.ym-custom-rotate-left-variant:before {
content: "\eb57";
}
.ym-custom-translate:before {
content: "\ec57";
}
.ym-custom-arrow-down-bold-circle-outline:before {
content: "\e658";
}
.ym-custom-chart-histogram:before {
content: "\e758";
}
.ym-custom-emoticon-excited:before {
content: "\e858";
}
.ym-custom-headphones:before {
content: "\e958";
}
.ym-custom-nest-protect:before {
content: "\ea58";
}
.ym-custom-rotate-right-variant:before {
content: "\eb58";
}
.ym-custom-transit-transfer:before {
content: "\ec58";
}
.ym-custom-arrow-down-bold-circle:before {
content: "\e659";
}
.ym-custom-chart-line:before {
content: "\e759";
}
.ym-custom-emoticon-happy:before {
content: "\e859";
}
.ym-custom-headphones-box:before {
content: "\e959";
}
.ym-custom-nest-thermostat:before {
content: "\ea59";
}
.ym-custom-rounded-corner:before {
content: "\eb59";
}
.ym-custom-tram:before {
content: "\ec59";
}
.ym-custom-arrow-down-box:before {
content: "\e65a";
}
.ym-custom-chart-pie:before {
content: "\e75a";
}
.ym-custom-emoticon-neutral:before {
content: "\e85a";
}
.ym-custom-headphones-settings:before {
content: "\e95a";
}
.ym-custom-new-box:before {
content: "\ea5a";
}
.ym-custom-routes:before {
content: "\eb5a";
}
.ym-custom-tree:before {
content: "\ec5a";
}
.ym-custom-arrow-down-drop-circle-outline:before {
content: "\e65b";
}
.ym-custom-chart-gantt:before {
content: "\e75b";
}
.ym-custom-emoticon-sad:before {
content: "\e85b";
}
.ym-custom-headset:before {
content: "\e95b";
}
.ym-custom-newspaper:before {
content: "\ea5b";
}
.ym-custom-router-wireless:before {
content: "\eb5b";
}
.ym-custom-treasure-chest:before {
content: "\ec5b";
}
.ym-custom-arrow-expand:before {
content: "\e65c";
}
.ym-custom-chart-scatterplot-hexbin:before {
content: "\e75c";
}
.ym-custom-emoticon-poop:before {
content: "\e85c";
}
.ym-custom-hanger:before {
content: "\e95c";
}
.ym-custom-nfc:before {
content: "\ea5c";
}
.ym-custom-rowing:before {
content: "\eb5c";
}
.ym-custom-trending-up:before {
content: "\ec5c";
}
.ym-custom-arrow-down-drop-circle:before {
content: "\e65d";
}
.ym-custom-chart-timeline:before {
content: "\e75d";
}
.ym-custom-emoticon-tongue:before {
content: "\e85d";
}
.ym-custom-headset-dock:before {
content: "\e95d";
}
.ym-custom-nfc-variant:before {
content: "\ea5d";
}
.ym-custom-rss:before {
content: "\eb5d";
}
.ym-custom-trending-neutral:before {
content: "\ec5d";
}
.ym-custom-arrow-down-bold-hexagon-outline:before {
content: "\e65e";
}
.ym-custom-check:before {
content: "\e75e";
}
.ym-custom-engine:before {
content: "\e85e";
}
.ym-custom-headset-off:before {
content: "\e95e";
}
.ym-custom-nodejs:before {
content: "\ea5e";
}
.ym-custom-rss-box:before {
content: "\eb5e";
}
.ym-custom-trello:before {
content: "\ec5e";
}
.ym-custom-arrow-expand-all:before {
content: "\e65f";
}
.ym-custom-check-all:before {
content: "\e75f";
}
.ym-custom-engine-outline:before {
content: "\e85f";
}
.ym-custom-heart:before {
content: "\e95f";
}
.ym-custom-note:before {
content: "\ea5f";
}
.ym-custom-ruler:before {
content: "\eb5f";
}
.ym-custom-trending-down:before {
content: "\ec5f";
}
.ym-custom-arrow-left:before {
content: "\e660";
}
.ym-custom-checkbox-blank:before {
content: "\e760";
}
.ym-custom-equal:before {
content: "\e860";
}
.ym-custom-heart-box-outline:before {
content: "\e960";
}
.ym-custom-nfc-tap:before {
content: "\ea60";
}
.ym-custom-sale:before {
content: "\eb60";
}
.ym-custom-triangle:before {
content: "\ec60";
}
.ym-custom-arrow-left-bold:before {
content: "\e661";
}
.ym-custom-checkbox-blank-circle:before {
content: "\e761";
}
.ym-custom-eraser:before {
content: "\e861";
}
.ym-custom-heart-broken:before {
content: "\e961";
}
.ym-custom-note-multiple:before {
content: "\ea61";
}
.ym-custom-run:before {
content: "\eb61";
}
.ym-custom-triangle-outline:before {
content: "\ec61";
}
.ym-custom-arrow-left-bold-circle:before {
content: "\e662";
}
.ym-custom-checkbox-blank-circle-outline:before {
content: "\e762";
}
.ym-custom-eraser-variant:before {
content: "\e862";
}
.ym-custom-heart-box:before {
content: "\e962";
}
.ym-custom-note-multiple-outline:before {
content: "\ea62";
}
.ym-custom-satellite:before {
content: "\eb62";
}
.ym-custom-trophy-award:before {
content: "\ec62";
}
.ym-custom-arrow-left-bold-circle-outline:before {
content: "\e663";
}
.ym-custom-checkbox-blank-outline:before {
content: "\e763";
}
.ym-custom-equal-box:before {
content: "\e863";
}
.ym-custom-heart-half-outline:before {
content: "\e963";
}
.ym-custom-note-outline:before {
content: "\ea63";
}
.ym-custom-satellite-variant:before {
content: "\eb63";
}
.ym-custom-trophy-outline:before {
content: "\ec63";
}
.ym-custom-arrow-left-bold-hexagon-outline:before {
content: "\e664";
}
.ym-custom-checkbox-marked-circle:before {
content: "\e764";
}
.ym-custom-escalator:before {
content: "\e864";
}
.ym-custom-heart-half-part:before {
content: "\e964";
}
.ym-custom-note-plus:before {
content: "\ea64";
}
.ym-custom-saxophone:before {
content: "\eb64";
}
.ym-custom-trophy:before {
content: "\ec64";
}
.ym-custom-arrow-left-box:before {
content: "\e665";
}
.ym-custom-checkbox-marked-circle-outline:before {
content: "\e765";
}
.ym-custom-ethernet-cable:before {
content: "\e865";
}
.ym-custom-heart-half-part-outline:before {
content: "\e965";
}
.ym-custom-note-text:before {
content: "\ea65";
}
.ym-custom-scale:before {
content: "\eb65";
}
.ym-custom-trophy-variant:before {
content: "\ec65";
}
.ym-custom-arrow-left-drop-circle:before {
content: "\e666";
}
.ym-custom-checkbox-marked-outline:before {
content: "\e766";
}
.ym-custom-ethernet:before {
content: "\e866";
}
.ym-custom-help:before {
content: "\e966";
}
.ym-custom-note-plus-outline:before {
content: "\ea66";
}
.ym-custom-scale-balance:before {
content: "\eb66";
}
.ym-custom-trophy-variant-outline:before {
content: "\ec66";
}
.ym-custom-arrow-left-drop-circle-outline:before {
content: "\e667";
}
.ym-custom-checkbox-marked:before {
content: "\e767";
}
.ym-custom-ethernet-cable-off:before {
content: "\e867";
}
.ym-custom-heart-outline:before {
content: "\e967";
}
.ym-custom-notification-clear-all:before {
content: "\ea67";
}
.ym-custom-scale-bathroom:before {
content: "\eb67";
}
.ym-custom-truck-delivery:before {
content: "\ec67";
}
.ym-custom-arrow-right:before {
content: "\e668";
}
.ym-custom-checkbox-multiple-blank-circle:before {
content: "\e768";
}
.ym-custom-etsy:before {
content: "\e868";
}
.ym-custom-heart-pulse:before {
content: "\e968";
}
.ym-custom-npm:before {
content: "\ea68";
}
.ym-custom-scanner:before {
content: "\eb68";
}
.ym-custom-truck-trailer:before {
content: "\ec68";
}
.ym-custom-arrow-right-bold-circle:before {
content: "\e669";
}
.ym-custom-checkbox-multiple-blank:before {
content: "\e769";
}
.ym-custom-evernote:before {
content: "\e869";
}
.ym-custom-help-circle:before {
content: "\e969";
}
.ym-custom-nuke:before {
content: "\ea69";
}
.ym-custom-school:before {
content: "\eb69";
}
.ym-custom-tshirt-crew:before {
content: "\ec69";
}
.ym-custom-arrow-right-bold:before {
content: "\e66a";
}
.ym-custom-checkbox-multiple-blank-circle-outline:before {
content: "\e76a";
}
.ym-custom-ev-station:before {
content: "\e86a";
}
.ym-custom-help-circle-outline:before {
content: "\e96a";
}
.ym-custom-numeric:before {
content: "\ea6a";
}
.ym-custom-screen-rotation:before {
content: "\eb6a";
}
.ym-custom-tshirt-v:before {
content: "\ec6a";
}
.ym-custom-arrow-right-bold-circle-outline:before {
content: "\e66b";
}
.ym-custom-checkbox-multiple-blank-outline:before {
content: "\e76b";
}
.ym-custom-exclamation:before {
content: "\e86b";
}
.ym-custom-hexagon:before {
content: "\e96b";
}
.ym-custom-numeric--box:before {
content: "\ea6b";
}
.ym-custom-screen-rotation-lock:before {
content: "\eb6b";
}
.ym-custom-tumblr:before {
content: "\ec6b";
}
.ym-custom-arrow-right-box:before {
content: "\e66c";
}
.ym-custom-checkbox-multiple-marked:before {
content: "\e76c";
}
.ym-custom-exit-to-app:before {
content: "\e86c";
}
.ym-custom-highway:before {
content: "\e96c";
}
.ym-custom-numeric--box-multiple-outline:before {
content: "\ea6c";
}
.ym-custom-screwdriver:before {
content: "\eb6c";
}
.ym-custom-tumblr-reblog:before {
content: "\ec6c";
}
.ym-custom-arrow-right-bold-hexagon-outline:before {
content: "\e66d";
}
.ym-custom-checkbox-multiple-marked-circle:before {
content: "\e76d";
}
.ym-custom-export:before {
content: "\e86d";
}
.ym-custom-hexagon-outline:before {
content: "\e96d";
}
.ym-custom-numeric--box-outline:before {
content: "\ea6d";
}
.ym-custom-script:before {
content: "\eb6d";
}
.ym-custom-tune:before {
content: "\ec6d";
}
.ym-custom-arrow-right-drop-circle:before {
content: "\e66e";
}
.ym-custom-checkbox-multiple-marked-circle-outline:before {
content: "\e76e";
}
.ym-custom-eye:before {
content: "\e86e";
}
.ym-custom-history:before {
content: "\e96e";
}
.ym-custom-numeric--box1:before {
content: "\ea6e";
}
.ym-custom-sd:before {
content: "\eb6e";
}
.ym-custom-truck:before {
content: "\ec6e";
}
.ym-custom-arrow-right-drop-circle-outline:before {
content: "\e66f";
}
.ym-custom-check-circle:before {
content: "\e76f";
}
.ym-custom-eyedropper:before {
content: "\e86f";
}
.ym-custom-home:before {
content: "\e96f";
}
.ym-custom-numeric--box-outline1:before {
content: "\ea6f";
}
.ym-custom-seat-flat:before {
content: "\eb6f";
}
.ym-custom-tune-vertical:before {
content: "\ec6f";
}
.ym-custom-arrow-top-right:before {
content: "\e670";
}
.ym-custom-checkbox-multiple-marked-outline:before {
content: "\e770";
}
.ym-custom-eye-off:before {
content: "\e870";
}
.ym-custom-hololens:before {
content: "\e970";
}
.ym-custom-numeric--box-multiple-outline1:before {
content: "\ea70";
}
.ym-custom-seat-flat-angled:before {
content: "\eb70";
}
.ym-custom-twitch:before {
content: "\ec70";
}
.ym-custom-arrow-up:before {
content: "\e671";
}
.ym-custom-checkerboard:before {
content: "\e771";
}
.ym-custom-eyedropper-variant:before {
content: "\e871";
}
.ym-custom-home-modern:before {
content: "\e971";
}
.ym-custom-numeric--box2:before {
content: "\ea71";
}
.ym-custom-seat-individual-suite:before {
content: "\eb71";
}
.ym-custom-twitter:before {
content: "\ec71";
}
.ym-custom-arrow-up-bold:before {
content: "\e672";
}
.ym-custom-check-circle-outline:before {
content: "\e772";
}
.ym-custom-face:before {
content: "\e872";
}
.ym-custom-home-outline:before {
content: "\e972";
}
.ym-custom-numeric--box-multiple-outline2:before {
content: "\ea72";
}
.ym-custom-seal:before {
content: "\eb72";
}
.ym-custom-twitter-circle:before {
content: "\ec72";
}
.ym-custom-arrow-top-left:before {
content: "\e673";
}
.ym-custom-chemical-weapon:before {
content: "\e773";
}
.ym-custom-facebook-box:before {
content: "\e873";
}
.ym-custom-home-variant:before {
content: "\e973";
}
.ym-custom-numeric--box-outline2:before {
content: "\ea73";
}
.ym-custom-seat-legroom-extra:before {
content: "\eb73";
}
.ym-custom-twitter-box:before {
content: "\ec73";
}
.ym-custom-arrow-up-bold-circle:before {
content: "\e674";
}
.ym-custom-chevron-double-down:before {
content: "\e774";
}
.ym-custom-facebook:before {
content: "\e874";
}
.ym-custom-home-map-marker:before {
content: "\e974";
}
.ym-custom-numeric--box-multiple-outline3:before {
content: "\ea74";
}
.ym-custom-seat-legroom-normal:before {
content: "\eb74";
}
.ym-custom-umbraco:before {
content: "\ec74";
}
.ym-custom-arrow-up-bold-circle-outline:before {
content: "\e675";
}
.ym-custom-chevron-double-left:before {
content: "\e775";
}
.ym-custom-face-profile:before {
content: "\e875";
}
.ym-custom-hook:before {
content: "\e975";
}
.ym-custom-numeric--box-outline3:before {
content: "\ea75";
}
.ym-custom-seat-recline-extra:before {
content: "\eb75";
}
.ym-custom-twitter-retweet:before {
content: "\ec75";
}
.ym-custom-arrow-up-bold-hexagon-outline:before {
content: "\e676";
}
.ym-custom-chevron-double-right:before {
content: "\e776";
}
.ym-custom-facebook-messenger:before {
content: "\e876";
}
.ym-custom-hook-off:before {
content: "\e976";
}
.ym-custom-numeric--box3:before {
content: "\ea76";
}
.ym-custom-seat-legroom-reduced:before {
content: "\eb76";
}
.ym-custom-ubuntu:before {
content: "\ec76";
}
.ym-custom-arrow-up-box:before {
content: "\e677";
}
.ym-custom-chevron-double-up:before {
content: "\e777";
}
.ym-custom-factory:before {
content: "\e877";
}
.ym-custom-hops:before {
content: "\e977";
}
.ym-custom-numeric--box4:before {
content: "\ea77";
}
.ym-custom-seat-recline-normal:before {
content: "\eb77";
}
.ym-custom-umbrella:before {
content: "\ec77";
}
.ym-custom-album:before {
content: "\e678";
}
.ym-custom-chevron-down:before {
content: "\e778";
}
.ym-custom-fast-forward:before {
content: "\e878";
}
.ym-custom-hospital:before {
content: "\e978";
}
.ym-custom-numeric--box-outline4:before {
content: "\ea78";
}
.ym-custom-security:before {
content: "\eb78";
}
.ym-custom-unfold-less:before {
content: "\ec78";
}
.ym-custom-assistant:before {
content: "\e679";
}
.ym-custom-chevron-left:before {
content: "\e779";
}
.ym-custom-fan:before {
content: "\e879";
}
.ym-custom-hospital-building:before {
content: "\e979";
}
.ym-custom-numeric--box-multiple-outline4:before {
content: "\ea79";
}
.ym-custom-security-home:before {
content: "\eb79";
}
.ym-custom-undo-variant:before {
content: "\ec79";
}
.ym-custom-arrow-up-drop-circle-outline:before {
content: "\e67a";
}
.ym-custom-chevron-right:before {
content: "\e77a";
}
.ym-custom-fast-forward-outline:before {
content: "\e87a";
}
.ym-custom-hospital-marker:before {
content: "\e97a";
}
.ym-custom-numeric--box5:before {
content: "\ea7a";
}
.ym-custom-security-network:before {
content: "\eb7a";
}
.ym-custom-undo:before {
content: "\ec7a";
}
.ym-custom-arrow-up-drop-circle:before {
content: "\e67b";
}
.ym-custom-chevron-up:before {
content: "\e77b";
}
.ym-custom-fax:before {
content: "\e87b";
}
.ym-custom-hotel:before {
content: "\e97b";
}
.ym-custom-numeric--box-multiple-outline5:before {
content: "\ea7b";
}
.ym-custom-select-all:before {
content: "\eb7b";
}
.ym-custom-unfold-more:before {
content: "\ec7b";
}
.ym-custom-attachment:before {
content: "\e67c";
}
.ym-custom-church:before {
content: "\e77c";
}
.ym-custom-feather:before {
content: "\e87c";
}
.ym-custom-houzz:before {
content: "\e97c";
}
.ym-custom-numeric--box-outline5:before {
content: "\ea7c";
}
.ym-custom-select-inverse:before {
content: "\eb7c";
}
.ym-custom-ungroup:before {
content: "\ec7c";
}
.ym-custom-asterisk:before {
content: "\e67d";
}
.ym-custom-chip:before {
content: "\e77d";
}
.ym-custom-ferry:before {
content: "\e87d";
}
.ym-custom-houzz-box:before {
content: "\e97d";
}
.ym-custom-numeric--box6:before {
content: "\ea7d";
}
.ym-custom-select:before {
content: "\eb7d";
}
.ym-custom-umbrella-outline:before {
content: "\ec7d";
}
.ym-custom-at:before {
content: "\e67e";
}
.ym-custom-cisco-webex:before {
content: "\e77e";
}
.ym-custom-file:before {
content: "\e87e";
}
.ym-custom-human-child:before {
content: "\e97e";
}
.ym-custom-numeric--box-multiple-outline6:before {
content: "\ea7e";
}
.ym-custom-selection:before {
content: "\eb7e";
}
.ym-custom-update:before {
content: "\ec7e";
}
.ym-custom-audiobook:before {
content: "\e67f";
}
.ym-custom-city:before {
content: "\e77f";
}
.ym-custom-file-chart:before {
content: "\e87f";
}
.ym-custom-human:before {
content: "\e97f";
}
.ym-custom-numeric--box7:before {
content: "\ea7f";
}
.ym-custom-select-off:before {
content: "\eb7f";
}
.ym-custom-untappd:before {
content: "\ec7f";
}
.ym-custom-auto-fix:before {
content: "\e680";
}
.ym-custom-clipboard:before {
content: "\e780";
}
.ym-custom-file-check:before {
content: "\e880";
}
.ym-custom-human-greeting:before {
content: "\e980";
}
.ym-custom-numeric--box-outline6:before {
content: "\ea80";
}
.ym-custom-send:before {
content: "\eb80";
}
.ym-custom-unity:before {
content: "\ec80";
}
.ym-custom-auto-upload:before {
content: "\e681";
}
.ym-custom-clipboard-account:before {
content: "\e781";
}
.ym-custom-file-cloud:before {
content: "\e881";
}
.ym-custom-human-female:before {
content: "\e981";
}
.ym-custom-numeric--box-multiple-outline7:before {
content: "\ea81";
}
.ym-custom-serial-port:before {
content: "\eb81";
}
.ym-custom-upload:before {
content: "\ec81";
}
.ym-custom-autorenew:before {
content: "\e682";
}
.ym-custom-clipboard-arrow-down:before {
content: "\e782";
}
.ym-custom-file-delimited:before {
content: "\e882";
}
.ym-custom-human-handsup:before {
content: "\e982";
}
.ym-custom-numeric--box-outline7:before {
content: "\ea82";
}
.ym-custom-server-minus:before {
content: "\eb82";
}
.ym-custom-vector-arrange-above:before {
content: "\ec82";
}
.ym-custom-av-timer:before {
content: "\e683";
}
.ym-custom-clipboard-alert:before {
content: "\e783";
}
.ym-custom-file-document-box:before {
content: "\e883";
}
.ym-custom-human-handsdown:before {
content: "\e983";
}
.ym-custom-numeric--box8:before {
content: "\ea83";
}
.ym-custom-server:before {
content: "\eb83";
}
.ym-custom-usb:before {
content: "\ec83";
}
.ym-custom-backspace:before {
content: "\e684";
}
.ym-custom-clipboard-arrow-left:before {
content: "\e784";
}
.ym-custom-file-excel:before {
content: "\e884";
}
.ym-custom-human-male-female:before {
content: "\e984";
}
.ym-custom-numeric--box-multiple-outline8:before {
content: "\ea84";
}
.ym-custom-server-network-off:before {
content: "\eb84";
}
.ym-custom-vector-arrange-below:before {
content: "\ec84";
}
.ym-custom-backburger:before {
content: "\e685";
}
.ym-custom-clipboard-check:before {
content: "\e785";
}
.ym-custom-file-document:before {
content: "\e885";
}
.ym-custom-human-male:before {
content: "\e985";
}
.ym-custom-numeric--box9:before {
content: "\ea85";
}
.ym-custom-server-network:before {
content: "\eb85";
}
.ym-custom-vector-circle:before {
content: "\ec85";
}
.ym-custom-baby-buggy:before {
content: "\e686";
}
.ym-custom-clipboard-flow:before {
content: "\e786";
}
.ym-custom-file-excel-box:before {
content: "\e886";
}
.ym-custom-human-pregnant:before {
content: "\e986";
}
.ym-custom-numeric--box-outline8:before {
content: "\ea86";
}
.ym-custom-server-off:before {
content: "\eb86";
}
.ym-custom-vector-combine:before {
content: "\ec86";
}
.ym-custom-baby:before {
content: "\e687";
}
.ym-custom-clipboard-outline:before {
content: "\e787";
}
.ym-custom-file-export:before {
content: "\e887";
}
.ym-custom-image:before {
content: "\e987";
}
.ym-custom-numeric--box-multiple-outline9:before {
content: "\ea87";
}
.ym-custom-server-plus:before {
content: "\eb87";
}
.ym-custom-vector-circle-variant:before {
content: "\ec87";
}
.ym-custom-bandcamp:before {
content: "\e688";
}
.ym-custom-clipboard-text:before {
content: "\e788";
}
.ym-custom-file-find:before {
content: "\e888";
}
.ym-custom-image-album:before {
content: "\e988";
}
.ym-custom-numeric--box-outline9:before {
content: "\ea88";
}
.ym-custom-server-remove:before {
content: "\eb88";
}
.ym-custom-vector-curve:before {
content: "\ec88";
}
.ym-custom-bank:before {
content: "\e689";
}
.ym-custom-clippy:before {
content: "\e789";
}
.ym-custom-file-image:before {
content: "\e889";
}
.ym-custom-image-area:before {
content: "\e989";
}
.ym-custom-numeric--plus-box:before {
content: "\ea89";
}
.ym-custom-shape-circle-plus:before {
content: "\eb89";
}
.ym-custom-vector-difference:before {
content: "\ec89";
}
.ym-custom-backup-restore:before {
content: "\e68a";
}
.ym-custom-clock:before {
content: "\e78a";
}
.ym-custom-file-hidden:before {
content: "\e88a";
}
.ym-custom-image-area-close:before {
content: "\e98a";
}
.ym-custom-numeric--plus-box-multiple-outline:before {
content: "\ea8a";
}
.ym-custom-server-security:before {
content: "\eb8a";
}
.ym-custom-vector-difference-ba:before {
content: "\ec8a";
}
.ym-custom-barley:before {
content: "\e68b";
}
.ym-custom-clock-end:before {
content: "\e78b";
}
.ym-custom-file-import:before {
content: "\e88b";
}
.ym-custom-image-filter-black-white:before {
content: "\e98b";
}
.ym-custom-nutrition:before {
content: "\ea8b";
}
.ym-custom-settings-box:before {
content: "\eb8b";
}
.ym-custom-vector-difference-ab:before {
content: "\ec8b";
}
.ym-custom-barcode-scan:before {
content: "\e68c";
}
.ym-custom-clock-alert:before {
content: "\e78c";
}
.ym-custom-file-lock:before {
content: "\e88c";
}
.ym-custom-image-filter:before {
content: "\e98c";
}
.ym-custom-numeric--plus-box-outline:before {
content: "\ea8c";
}
.ym-custom-shape-polygon-plus:before {
content: "\eb8c";
}
.ym-custom-vector-line:before {
content: "\ec8c";
}
.ym-custom-barcode:before {
content: "\e68d";
}
.ym-custom-clock-in:before {
content: "\e78d";
}
.ym-custom-file-multiple:before {
content: "\e88d";
}
.ym-custom-image-broken-variant:before {
content: "\e98d";
}
.ym-custom-oar:before {
content: "\ea8d";
}
.ym-custom-settings:before {
content: "\eb8d";
}
.ym-custom-vector-intersection:before {
content: "\ec8d";
}
.ym-custom-barrel:before {
content: "\e68e";
}
.ym-custom-clock-out:before {
content: "\e78e";
}
.ym-custom-file-outline:before {
content: "\e88e";
}
.ym-custom-image-broken:before {
content: "\e98e";
}
.ym-custom-octagon:before {
content: "\ea8e";
}
.ym-custom-shape-plus:before {
content: "\eb8e";
}
.ym-custom-vector-point:before {
content: "\ec8e";
}
.ym-custom-basecamp:before {
content: "\e68f";
}
.ym-custom-clock-fast:before {
content: "\e78f";
}
.ym-custom-file-music:before {
content: "\e88f";
}
.ym-custom-image-filter-center-focus-weak:before {
content: "\e98f";
}
.ym-custom-octagon-outline:before {
content: "\ea8f";
}
.ym-custom-share:before {
content: "\eb8f";
}
.ym-custom-vector-polygon:before {
content: "\ec8f";
}
.ym-custom-basket:before {
content: "\e690";
}
.ym-custom-clock-start:before {
content: "\e790";
}
.ym-custom-file-pdf:before {
content: "\e890";
}
.ym-custom-image-filter-center-focus:before {
content: "\e990";
}
.ym-custom-odnoklassniki:before {
content: "\ea90";
}
.ym-custom-shape-square-plus:before {
content: "\eb90";
}
.ym-custom-vector-polyline:before {
content: "\ec90";
}
.ym-custom-basket-fill:before {
content: "\e691";
}
.ym-custom-close-box:before {
content: "\e791";
}
.ym-custom-file-powerpoint:before {
content: "\e891";
}
.ym-custom-image-filter-drama:before {
content: "\e991";
}
.ym-custom-office:before {
content: "\ea91";
}
.ym-custom-share-variant:before {
content: "\eb91";
}
.ym-custom-vector-rectangle:before {
content: "\ec91";
}
.ym-custom-battery:before {
content: "\e692";
}
.ym-custom-close-box-outline:before {
content: "\e792";
}
.ym-custom-file-pdf-box:before {
content: "\e892";
}
.ym-custom-image-filter-frames:before {
content: "\e992";
}
.ym-custom-oil-temperature:before {
content: "\ea92";
}
.ym-custom-shield:before {
content: "\eb92";
}
.ym-custom-vector-selection:before {
content: "\ec92";
}
.ym-custom-basket-unfill:before {
content: "\e693";
}
.ym-custom-close-circle:before {
content: "\e793";
}
.ym-custom-file-powerpoint-box:before {
content: "\e893";
}
.ym-custom-image-filter-hdr:before {
content: "\e993";
}
.ym-custom-oil:before {
content: "\ea93";
}
.ym-custom-shopping:before {
content: "\eb93";
}
.ym-custom-vector-square:before {
content: "\ec93";
}
.ym-custom-battery-:before {
content: "\e694";
}
.ym-custom-close-circle-outline:before {
content: "\e794";
}
.ym-custom-file-restore:before {
content: "\e894";
}
.ym-custom-image-filter-none:before {
content: "\e994";
}
.ym-custom-omega:before {
content: "\ea94";
}
.ym-custom-shovel:before {
content: "\eb94";
}
.ym-custom-vector-triangle:before {
content: "\ec94";
}
.ym-custom-battery-1:before {
content: "\e695";
}
.ym-custom-close:before {
content: "\e795";
}
.ym-custom-file-send:before {
content: "\e895";
}
.ym-custom-image-filter-tilt-shift:before {
content: "\e995";
}
.ym-custom-opacity:before {
content: "\ea95";
}
.ym-custom-shopping-music:before {
content: "\eb95";
}
.ym-custom-vector-union:before {
content: "\ec95";
}
.ym-custom-battery-2:before {
content: "\e696";
}
.ym-custom-closed-caption:before {
content: "\e796";
}
.ym-custom-file-tree:before {
content: "\e896";
}
.ym-custom-image-filter-vintage:before {
content: "\e996";
}
.ym-custom-onedrive:before {
content: "\ea96";
}
.ym-custom-shovel-off:before {
content: "\eb96";
}
.ym-custom-vibrate:before {
content: "\ec96";
}
.ym-custom-battery-3:before {
content: "\e697";
}
.ym-custom-close-octagon:before {
content: "\e797";
}
.ym-custom-file-video:before {
content: "\e897";
}
.ym-custom-image-multiple:before {
content: "\e997";
}
.ym-custom-openid:before {
content: "\ea97";
}
.ym-custom-shredder:before {
content: "\eb97";
}
.ym-custom-verified:before {
content: "\ec97";
}
.ym-custom-battery-4:before {
content: "\e698";
}
.ym-custom-close-outline:before {
content: "\e798";
}
.ym-custom-file-word:before {
content: "\e898";
}
.ym-custom-import:before {
content: "\e998";
}
.ym-custom-open-in-new:before {
content: "\ea98";
}
.ym-custom-shuffle:before {
content: "\eb98";
}
.ym-custom-video:before {
content: "\ec98";
}
.ym-custom-battery-5:before {
content: "\e699";
}
.ym-custom-close-network:before {
content: "\e799";
}
.ym-custom-file-presentation-box:before {
content: "\e899";
}
.ym-custom-inbox-arrow-down:before {
content: "\e999";
}
.ym-custom-open-in-app:before {
content: "\ea99";
}
.ym-custom-shuffle-disabled:before {
content: "\eb99";
}
.ym-custom-video-off:before {
content: "\ec99";
}
.ym-custom-battery-6:before {
content: "\e69a";
}
.ym-custom-cloud:before {
content: "\e79a";
}
.ym-custom-file-word-box:before {
content: "\e89a";
}
.ym-custom-inbox:before {
content: "\e99a";
}
.ym-custom-opera:before {
content: "\ea9a";
}
.ym-custom-shuffle-variant:before {
content: "\eb9a";
}
.ym-custom-video-switch:before {
content: "\ec9a";
}
.ym-custom-battery-7:before {
content: "\e69b";
}
.ym-custom-close-octagon-outline:before {
content: "\e79b";
}
.ym-custom-file-xml:before {
content: "\e89b";
}
.ym-custom-incognito:before {
content: "\e99b";
}
.ym-custom-ornament:before {
content: "\ea9b";
}
.ym-custom-shape-rectangle-plus:before {
content: "\eb9b";
}
.ym-custom-view-agenda:before {
content: "\ec9b";
}
.ym-custom-battery-8:before {
content: "\e69c";
}
.ym-custom-cloud-check:before {
content: "\e79c";
}
.ym-custom-film:before {
content: "\e89c";
}
.ym-custom-inbox-arrow-up:before {
content: "\e99c";
}
.ym-custom-ornament-variant:before {
content: "\ea9c";
}
.ym-custom-shield-outline:before {
content: "\eb9c";
}
.ym-custom-view-array:before {
content: "\ec9c";
}
.ym-custom-battery-charging-:before {
content: "\e69d";
}
.ym-custom-cloud-download:before {
content: "\e79d";
}
.ym-custom-filmstrip:before {
content: "\e89d";
}
.ym-custom-infinity:before {
content: "\e99d";
}
.ym-custom-owl:before {
content: "\ea9d";
}
.ym-custom-sigma:before {
content: "\eb9d";
}
.ym-custom-view-carousel:before {
content: "\ec9d";
}
.ym-custom-battery-alert:before {
content: "\e69e";
}
.ym-custom-cloud-outline-off:before {
content: "\e79e";
}
.ym-custom-filmstrip-off:before {
content: "\e89e";
}
.ym-custom-information-outline:before {
content: "\e99e";
}
.ym-custom-package:before {
content: "\ea9e";
}
.ym-custom-sigma-lower:before {
content: "\eb9e";
}
.ym-custom-view-column:before {
content: "\ec9e";
}
.ym-custom-battery-charging:before {
content: "\e69f";
}
.ym-custom-cloud-outline:before {
content: "\e79f";
}
.ym-custom-filter:before {
content: "\e89f";
}
.ym-custom-information:before {
content: "\e99f";
}
.ym-custom-package-down:before {
content: "\ea9f";
}
.ym-custom-signal:before {
content: "\eb9f";
}
.ym-custom-view-dashboard:before {
content: "\ec9f";
}
.ym-custom-battery-charging-1:before {
content: "\e6a0";
}
.ym-custom-cloud-circle:before {
content: "\e7a0";
}
.ym-custom-filter-remove:before {
content: "\e8a0";
}
.ym-custom-information-variant:before {
content: "\e9a0";
}
.ym-custom-package-up:before {
content: "\eaa0";
}
.ym-custom-signal-g:before {
content: "\eba0";
}
.ym-custom-view-day:before {
content: "\eca0";
}
.ym-custom-battery-charging-2:before {
content: "\e6a1";
}
.ym-custom-cloud-print:before {
content: "\e7a1";
}
.ym-custom-filter-remove-outline:before {
content: "\e8a1";
}
.ym-custom-instagram:before {
content: "\e9a1";
}
.ym-custom-package-variant:before {
content: "\eaa1";
}
.ym-custom-signal-g1:before {
content: "\eba1";
}
.ym-custom-view-list:before {
content: "\eca1";
}
|
src/assets/fonts/ym-custom/iconfont.css
|
@font-face {
font-family: 'ym-custom';
/* project id 2016749 */
src: url('./iconfont.eot');
src: url('./iconfont.eot?#iefix') format('embedded-opentype'),
url('./iconfont.woff2') format('woff2'),
url('./iconfont.woff') format('woff'),
url('./iconfont.ttf') format('truetype'),
url('./iconfont.svg#ym-custom') format('svg');
}
.ym-custom {
font-family: "ym-custom" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ym-custom-battery-charging-3:before {
content: "\e6a2";
}
.ym-custom-cloud-print-outline:before {
content: "\e7a2";
}
.ym-custom-filter-outline:before {
content: "\e8a2";
}
.ym-custom-instapaper:before {
content: "\e9a2";
}
.ym-custom-package-variant-closed:before {
content: "\eaa2";
}
.ym-custom-signal-g2:before {
content: "\eba2";
}
.ym-custom-view-module:before {
content: "\eca2";
}
.ym-custom-battery-charging-4:before {
content: "\e6a3";
}
.ym-custom-cloud-upload:before {
content: "\e7a3";
}
.ym-custom-filter-variant:before {
content: "\e8a3";
}
.ym-custom-invert-colors:before {
content: "\e9a3";
}
.ym-custom-page-first:before {
content: "\eaa3";
}
.ym-custom-signal-hspa:before {
content: "\eba3";
}
.ym-custom-view-parallel:before {
content: "\eca3";
}
.ym-custom-battery-charging-5:before {
content: "\e6a4";
}
.ym-custom-cloud-sync:before {
content: "\e7a4";
}
.ym-custom-fish:before {
content: "\e8a4";
}
.ym-custom-itunes:before {
content: "\e9a4";
}
.ym-custom-palette:before {
content: "\eaa4";
}
.ym-custom-signal-hspa-plus:before {
content: "\eba4";
}
.ym-custom-view-quilt:before {
content: "\eca4";
}
.ym-custom-battery-charging-6:before {
content: "\e6a5";
}
.ym-custom-code-array:before {
content: "\e7a5";
}
.ym-custom-flag:before {
content: "\e8a5";
}
.ym-custom-internet-explorer:before {
content: "\e9a5";
}
.ym-custom-page-last:before {
content: "\eaa5";
}
.ym-custom-signal-variant:before {
content: "\eba5";
}
.ym-custom-view-stream:before {
content: "\eca5";
}
.ym-custom-battery-minus:before {
content: "\e6a6";
}
.ym-custom-code-brackets:before {
content: "\e7a6";
}
.ym-custom-firefox:before {
content: "\e8a6";
}
.ym-custom-jeepney:before {
content: "\e9a6";
}
.ym-custom-palette-advanced:before {
content: "\eaa6";
}
.ym-custom-silverware-fork:before {
content: "\eba6";
}
.ym-custom-view-sequential:before {
content: "\eca6";
}
.ym-custom-battery-outline:before {
content: "\e6a7";
}
.ym-custom-code-braces:before {
content: "\e7a7";
}
.ym-custom-fingerprint:before {
content: "\e8a7";
}
.ym-custom-jira:before {
content: "\e9a7";
}
.ym-custom-panda:before {
content: "\eaa7";
}
.ym-custom-sign-caution:before {
content: "\eba7";
}
.ym-custom-view-headline:before {
content: "\eca7";
}
.ym-custom-battery-negative:before {
content: "\e6a8";
}
.ym-custom-code-equal:before {
content: "\e7a8";
}
.ym-custom-fire:before {
content: "\e8a8";
}
.ym-custom-jsfiddle:before {
content: "\e9a8";
}
.ym-custom-pandora:before {
content: "\eaa8";
}
.ym-custom-silverware:before {
content: "\eba8";
}
.ym-custom-view-week:before {
content: "\eca8";
}
.ym-custom-battery-positive:before {
content: "\e6a9";
}
.ym-custom-code-greater-than:before {
content: "\e7a9";
}
.ym-custom-flag-checkered:before {
content: "\e8a9";
}
.ym-custom-keg:before {
content: "\e9a9";
}
.ym-custom-panorama:before {
content: "\eaa9";
}
.ym-custom-silverware-spoon:before {
content: "\eba9";
}
.ym-custom-vimeo:before {
content: "\eca9";
}
.ym-custom-battery-plus:before {
content: "\e6aa";
}
.ym-custom-code-less-than:before {
content: "\e7aa";
}
.ym-custom-flag-triangle:before {
content: "\e8aa";
}
.ym-custom-json:before {
content: "\e9aa";
}
.ym-custom-panorama-fisheye:before {
content: "\eaaa";
}
.ym-custom-silverware-variant:before {
content: "\ebaa";
}
.ym-custom-vine:before {
content: "\ecaa";
}
.ym-custom-battery-unknown:before {
content: "\e6ab";
}
.ym-custom-code-greater-than-or-equal:before {
content: "\e7ab";
}
.ym-custom-flag-outline:before {
content: "\e8ab";
}
.ym-custom-kettle:before {
content: "\e9ab";
}
.ym-custom-panorama-horizontal:before {
content: "\eaab";
}
.ym-custom-sim:before {
content: "\ebab";
}
.ym-custom-view-grid:before {
content: "\ecab";
}
.ym-custom-beach:before {
content: "\e6ac";
}
.ym-custom-code-less-than-or-equal:before {
content: "\e7ac";
}
.ym-custom-flag-variant:before {
content: "\e8ac";
}
.ym-custom-key:before {
content: "\e9ac";
}
.ym-custom-panorama-vertical:before {
content: "\eaac";
}
.ym-custom-sim-alert:before {
content: "\ebac";
}
.ym-custom-visualstudio:before {
content: "\ecac";
}
.ym-custom-beats:before {
content: "\e6ad";
}
.ym-custom-code-not-equal:before {
content: "\e7ad";
}
.ym-custom-flag-outline-variant:before {
content: "\e8ad";
}
.ym-custom-key-change:before {
content: "\e9ad";
}
.ym-custom-panorama-wide-angle:before {
content: "\eaad";
}
.ym-custom-skip-backward:before {
content: "\ebad";
}
.ym-custom-violin:before {
content: "\ecad";
}
.ym-custom-beaker:before {
content: "\e6ae";
}
.ym-custom-code-not-equal-variant:before {
content: "\e7ae";
}
.ym-custom-flash-auto:before {
content: "\e8ae";
}
.ym-custom-key-minus:before {
content: "\e9ae";
}
.ym-custom-paper-cut-vertical:before {
content: "\eaae";
}
.ym-custom-sitemap:before {
content: "\ebae";
}
.ym-custom-vk:before {
content: "\ecae";
}
.ym-custom-bell:before {
content: "\e6af";
}
.ym-custom-code-parentheses:before {
content: "\e7af";
}
.ym-custom-flash:before {
content: "\e8af";
}
.ym-custom-key-remove:before {
content: "\e9af";
}
.ym-custom-paperclip:before {
content: "\eaaf";
}
.ym-custom-skip-next:before {
content: "\ebaf";
}
.ym-custom-vk-box:before {
content: "\ecaf";
}
.ym-custom-beer:before {
content: "\e6b0";
}
.ym-custom-code-string:before {
content: "\e7b0";
}
.ym-custom-flashlight:before {
content: "\e8b0";
}
.ym-custom-key-plus:before {
content: "\e9b0";
}
.ym-custom-parking:before {
content: "\eab0";
}
.ym-custom-skip-forward:before {
content: "\ebb0";
}
.ym-custom-vk-circle:before {
content: "\ecb0";
}
.ym-custom-behance:before {
content: "\e6b1";
}
.ym-custom-codepen:before {
content: "\e7b1";
}
.ym-custom-flash-outline:before {
content: "\e8b1";
}
.ym-custom-keyboard:before {
content: "\e9b1";
}
.ym-custom-pause:before {
content: "\eab1";
}
.ym-custom-sim-off:before {
content: "\ebb1";
}
.ym-custom-vlc:before {
content: "\ecb1";
}
.ym-custom-bell-off:before {
content: "\e6b2";
}
.ym-custom-code-tags:before {
content: "\e7b2";
}
.ym-custom-flash-off:before {
content: "\e8b2";
}
.ym-custom-keyboard-caps:before {
content: "\e9b2";
}
.ym-custom-pause-circle:before {
content: "\eab2";
}
.ym-custom-skip-next-circle:before {
content: "\ebb2";
}
.ym-custom-voice:before {
content: "\ecb2";
}
.ym-custom-bell-plus:before {
content: "\e6b3";
}
.ym-custom-code-tags-check:before {
content: "\e7b3";
}
.ym-custom-flask:before {
content: "\e8b3";
}
.ym-custom-keyboard-backspace:before {
content: "\e9b3";
}
.ym-custom-pause-circle-outline:before {
content: "\eab3";
}
.ym-custom-skip-previous:before {
content: "\ebb3";
}
.ym-custom-voicemail:before {
content: "\ecb3";
}
.ym-custom-bell-outline:before {
content: "\e6b4";
}
.ym-custom-coffee:before {
content: "\e7b4";
}
.ym-custom-flashlight-off:before {
content: "\e8b4";
}
.ym-custom-keyboard-close:before {
content: "\e9b4";
}
.ym-custom-pause-octagon:before {
content: "\eab4";
}
.ym-custom-skip-previous-circle:before {
content: "\ebb4";
}
.ym-custom-volume-high:before {
content: "\ecb4";
}
.ym-custom-bell-ring:before {
content: "\e6b5";
}
.ym-custom-coffee-outline:before {
content: "\e7b5";
}
.ym-custom-flash-red-eye:before {
content: "\e8b5";
}
.ym-custom-keyboard-return:before {
content: "\e9b5";
}
.ym-custom-pause-octagon-outline:before {
content: "\eab5";
}
.ym-custom-skip-next-circle-outline:before {
content: "\ebb5";
}
.ym-custom-volume-low:before {
content: "\ecb5";
}
.ym-custom-bell-ring-outline:before {
content: "\e6b6";
}
.ym-custom-coffee-to-go:before {
content: "\e7b6";
}
.ym-custom-flask-empty:before {
content: "\e8b6";
}
.ym-custom-keyboard-off:before {
content: "\e9b6";
}
.ym-custom-paw:before {
content: "\eab6";
}
.ym-custom-skip-previous-circle-outline:before {
content: "\ebb6";
}
.ym-custom-volume-medium:before {
content: "\ecb6";
}
.ym-custom-bell-sleep:before {
content: "\e6b7";
}
.ym-custom-coin:before {
content: "\e7b7";
}
.ym-custom-flask-outline:before {
content: "\e8b7";
}
.ym-custom-key-variant:before {
content: "\e9b7";
}
.ym-custom-pencil:before {
content: "\eab7";
}
.ym-custom-skull:before {
content: "\ebb7";
}
.ym-custom-volume-off:before {
content: "\ecb7";
}
.ym-custom-beta:before {
content: "\e6b8";
}
.ym-custom-coins:before {
content: "\e7b8";
}
.ym-custom-flip-to-back:before {
content: "\e8b8";
}
.ym-custom-keyboard-variant:before {
content: "\e9b8";
}
.ym-custom-paw-off:before {
content: "\eab8";
}
.ym-custom-skype:before {
content: "\ebb8";
}
.ym-custom-walk:before {
content: "\ecb8";
}
.ym-custom-bible:before {
content: "\e6b9";
}
.ym-custom-collage:before {
content: "\e7b9";
}
.ym-custom-flattr:before {
content: "\e8b9";
}
.ym-custom-label:before {
content: "\e9b9";
}
.ym-custom-pencil-box:before {
content: "\eab9";
}
.ym-custom-skype-business:before {
content: "\ebb9";
}
.ym-custom-vpn:before {
content: "\ecb9";
}
.ym-custom-bike:before {
content: "\e6ba";
}
.ym-custom-color-helper:before {
content: "\e7ba";
}
.ym-custom-flask-empty-outline:before {
content: "\e8ba";
}
.ym-custom-kodi:before {
content: "\e9ba";
}
.ym-custom-pencil-box-outline:before {
content: "\eaba";
}
.ym-custom-slack:before {
content: "\ebba";
}
.ym-custom-wallet:before {
content: "\ecba";
}
.ym-custom-bing:before {
content: "\e6bb";
}
.ym-custom-comment:before {
content: "\e7bb";
}
.ym-custom-flip-to-front:before {
content: "\e8bb";
}
.ym-custom-keyboard-tab:before {
content: "\e9bb";
}
.ym-custom-pencil-circle:before {
content: "\eabb";
}
.ym-custom-sleep:before {
content: "\ebbb";
}
.ym-custom-wallet-giftcard:before {
content: "\ecbb";
}
.ym-custom-binoculars:before {
content: "\e6bc";
}
.ym-custom-comment-account:before {
content: "\e7bc";
}
.ym-custom-floppy:before {
content: "\e8bc";
}
.ym-custom-label-outline:before {
content: "\e9bc";
}
.ym-custom-pencil-lock:before {
content: "\eabc";
}
.ym-custom-smoking:before {
content: "\ebbc";
}
.ym-custom-wallet-travel:before {
content: "\ecbc";
}
.ym-custom-bio:before {
content: "\e6bd";
}
.ym-custom-comment-alert:before {
content: "\e7bd";
}
.ym-custom-flower:before {
content: "\e8bd";
}
.ym-custom-lambda:before {
content: "\e9bd";
}
.ym-custom-pencil-off:before {
content: "\eabd";
}
.ym-custom-sleep-off:before {
content: "\ebbd";
}
.ym-custom-wallet-membership:before {
content: "\ecbd";
}
.ym-custom-biohazard:before {
content: "\e6be";
}
.ym-custom-comment-account-outline:before {
content: "\e7be";
}
.ym-custom-folder:before {
content: "\e8be";
}
.ym-custom-lamp:before {
content: "\e9be";
}
.ym-custom-pen:before {
content: "\eabe";
}
.ym-custom-smoking-off:before {
content: "\ebbe";
}
.ym-custom-wan:before {
content: "\ecbe";
}
.ym-custom-bitbucket:before {
content: "\e6bf";
}
.ym-custom-comment-alert-outline:before {
content: "\e7bf";
}
.ym-custom-folder-account:before {
content: "\e8bf";
}
.ym-custom-lan:before {
content: "\e9bf";
}
.ym-custom-pentagon-outline:before {
content: "\eabf";
}
.ym-custom-snapchat:before {
content: "\ebbf";
}
.ym-custom-washing-machine:before {
content: "\ecbf";
}
.ym-custom-black-mesa:before {
content: "\e6c0";
}
.ym-custom-comment-check:before {
content: "\e7c0";
}
.ym-custom-folder-google-drive:before {
content: "\e8c0";
}
.ym-custom-lan-disconnect:before {
content: "\e9c0";
}
.ym-custom-pentagon:before {
content: "\eac0";
}
.ym-custom-sofa:before {
content: "\ebc0";
}
.ym-custom-watch:before {
content: "\ecc0";
}
.ym-custom-blackberry:before {
content: "\e6c1";
}
.ym-custom-comment-check-outline:before {
content: "\e7c1";
}
.ym-custom-folder-download:before {
content: "\e8c1";
}
.ym-custom-language-c:before {
content: "\e9c1";
}
.ym-custom-pharmacy:before {
content: "\eac1";
}
.ym-custom-snowman:before {
content: "\ebc1";
}
.ym-custom-watch-import:before {
content: "\ecc1";
}
.ym-custom-blender:before {
content: "\e6c2";
}
.ym-custom-comment-multiple-outline:before {
content: "\e7c2";
}
.ym-custom-folder-image:before {
content: "\e8c2";
}
.ym-custom-lan-connect:before {
content: "\e9c2";
}
.ym-custom-percent:before {
content: "\eac2";
}
.ym-custom-soccer:before {
content: "\ebc2";
}
.ym-custom-watch-export:before {
content: "\ecc2";
}
.ym-custom-blinds:before {
content: "\e6c3";
}
.ym-custom-comment-outline:before {
content: "\e7c3";
}
.ym-custom-folder-lock:before {
content: "\e8c3";
}
.ym-custom-language-cpp:before {
content: "\e9c3";
}
.ym-custom-phone:before {
content: "\eac3";
}
.ym-custom-solid:before {
content: "\ebc3";
}
.ym-custom-water:before {
content: "\ecc3";
}
.ym-custom-block-helper:before {
content: "\e6c4";
}
.ym-custom-comment-plus-outline:before {
content: "\e7c4";
}
.ym-custom-folder-lock-open:before {
content: "\e8c4";
}
.ym-custom-language-css:before {
content: "\e9c4";
}
.ym-custom-phone-bluetooth:before {
content: "\eac4";
}
.ym-custom-sort:before {
content: "\ebc4";
}
.ym-custom-watch-vibrate:before {
content: "\ecc4";
}
.ym-custom-bluetooth:before {
content: "\e6c5";
}
.ym-custom-comment-processing:before {
content: "\e7c5";
}
.ym-custom-folder-multiple:before {
content: "\e8c5";
}
.ym-custom-language-csharp:before {
content: "\e9c5";
}
.ym-custom-phone-classic:before {
content: "\eac5";
}
.ym-custom-sort-descending:before {
content: "\ebc5";
}
.ym-custom-watermark:before {
content: "\ecc5";
}
.ym-custom-bluetooth-audio:before {
content: "\e6c6";
}
.ym-custom-comment-processing-outline:before {
content: "\e7c6";
}
.ym-custom-folder-multiple-image:before {
content: "\e8c6";
}
.ym-custom-language-html:before {
content: "\e9c6";
}
.ym-custom-phone-incoming:before {
content: "\eac6";
}
.ym-custom-sort-alphabetical:before {
content: "\ebc6";
}
.ym-custom-water-percent:before {
content: "\ecc6";
}
.ym-custom-blogger:before {
content: "\e6c7";
}
.ym-custom-comment-question-outline:before {
content: "\e7c7";
}
.ym-custom-folder-outline:before {
content: "\e8c7";
}
.ym-custom-language-javascript:before {
content: "\e9c7";
}
.ym-custom-phone-hangup:before {
content: "\eac7";
}
.ym-custom-sort-ascending:before {
content: "\ebc7";
}
.ym-custom-weather-cloudy:before {
content: "\ecc7";
}
.ym-custom-bluetooth-connect:before {
content: "\e6c8";
}
.ym-custom-comment-text-outline:before {
content: "\e7c8";
}
.ym-custom-folder-remove:before {
content: "\e8c8";
}
.ym-custom-language-php:before {
content: "\e9c8";
}
.ym-custom-phone-in-talk:before {
content: "\eac8";
}
.ym-custom-sort-numeric:before {
content: "\ebc8";
}
.ym-custom-water-pump:before {
content: "\ecc8";
}
.ym-custom-bluetooth-off:before {
content: "\e6c9";
}
.ym-custom-comment-remove-outline:before {
content: "\e7c9";
}
.ym-custom-folder-star:before {
content: "\e8c9";
}
.ym-custom-language-python-text:before {
content: "\e9c9";
}
.ym-custom-phone-forward:before {
content: "\eac9";
}
.ym-custom-sort-variant:before {
content: "\ebc9";
}
.ym-custom-water-off:before {
content: "\ecc9";
}
.ym-custom-bluetooth-settings:before {
content: "\e6ca";
}
.ym-custom-comment-text:before {
content: "\e7ca";
}
.ym-custom-folder-upload:before {
content: "\e8ca";
}
.ym-custom-language-python:before {
content: "\e9ca";
}
.ym-custom-phone-locked:before {
content: "\eaca";
}
.ym-custom-soundcloud:before {
content: "\ebca";
}
.ym-custom-weather-fog:before {
content: "\ecca";
}
.ym-custom-bluetooth-transfer:before {
content: "\e6cb";
}
.ym-custom-compare:before {
content: "\e7cb";
}
.ym-custom-food:before {
content: "\e8cb";
}
.ym-custom-laptop:before {
content: "\e9cb";
}
.ym-custom-phone-minus:before {
content: "\eacb";
}
.ym-custom-source-commit:before {
content: "\ebcb";
}
.ym-custom-weather-night:before {
content: "\eccb";
}
.ym-custom-blur:before {
content: "\e6cc";
}
.ym-custom-compass:before {
content: "\e7cc";
}
.ym-custom-folder-move:before {
content: "\e8cc";
}
.ym-custom-language-swift:before {
content: "\e9cc";
}
.ym-custom-phone-log:before {
content: "\eacc";
}
.ym-custom-source-branch:before {
content: "\ebcc";
}
.ym-custom-weather-lightning-rainy:before {
content: "\eccc";
}
.ym-custom-blur-linear:before {
content: "\e6cd";
}
.ym-custom-compass-outline:before {
content: "\e7cd";
}
.ym-custom-folder-plus:before {
content: "\e8cd";
}
.ym-custom-lan-pending:before {
content: "\e9cd";
}
.ym-custom-phone-outgoing:before {
content: "\eacd";
}
.ym-custom-source-commit-end:before {
content: "\ebcd";
}
.ym-custom-weather-hail:before {
content: "\eccd";
}
.ym-custom-blur-off:before {
content: "\e6ce";
}
.ym-custom-contact-mail:before {
content: "\e7ce";
}
.ym-custom-food-apple:before {
content: "\e8ce";
}
.ym-custom-laptop-chromebook:before {
content: "\e9ce";
}
.ym-custom-phone-plus:before {
content: "\eace";
}
.ym-custom-source-commit-end-local:before {
content: "\ebce";
}
.ym-custom-weather-lightning:before {
content: "\ecce";
}
.ym-custom-blur-radial:before {
content: "\e6cf";
}
.ym-custom-console:before {
content: "\e7cf";
}
.ym-custom-food-fork-drink:before {
content: "\e8cf";
}
.ym-custom-laptop-off:before {
content: "\e9cf";
}
.ym-custom-phone-missed:before {
content: "\eacf";
}
.ym-custom-source-commit-next-local:before {
content: "\ebcf";
}
.ym-custom-weather-partlycloudy:before {
content: "\eccf";
}
.ym-custom-bomb:before {
content: "\e6d0";
}
.ym-custom-contacts:before {
content: "\e7d0";
}
.ym-custom-food-variant:before {
content: "\e8d0";
}
.ym-custom-laptop-mac:before {
content: "\e9d0";
}
.ym-custom-phone-paused:before {
content: "\ead0";
}
.ym-custom-source-commit-start:before {
content: "\ebd0";
}
.ym-custom-weather-pouring:before {
content: "\ecd0";
}
.ym-custom-bomb-off:before {
content: "\e6d1";
}
.ym-custom-content-duplicate:before {
content: "\e7d1";
}
.ym-custom-football:before {
content: "\e8d1";
}
.ym-custom-laptop-windows:before {
content: "\e9d1";
}
.ym-custom-phone-settings:before {
content: "\ead1";
}
.ym-custom-source-commit-local:before {
content: "\ebd1";
}
.ym-custom-weather-rainy:before {
content: "\ecd1";
}
.ym-custom-bone:before {
content: "\e6d2";
}
.ym-custom-content-copy:before {
content: "\e7d2";
}
.ym-custom-food-off:before {
content: "\e8d2";
}
.ym-custom-lastfm:before {
content: "\e9d2";
}
.ym-custom-phone-voip:before {
content: "\ead2";
}
.ym-custom-source-commit-start-next-local:before {
content: "\ebd2";
}
.ym-custom-weather-sunny:before {
content: "\ecd2";
}
.ym-custom-book:before {
content: "\e6d3";
}
.ym-custom-content-paste:before {
content: "\e7d3";
}
.ym-custom-football-australian:before {
content: "\e8d3";
}
.ym-custom-launch:before {
content: "\e9d3";
}
.ym-custom-pi-box:before {
content: "\ead3";
}
.ym-custom-source-fork:before {
content: "\ebd3";
}
.ym-custom-weather-snowy:before {
content: "\ecd3";
}
.ym-custom-bookmark:before {
content: "\e6d4";
}
.ym-custom-content-cut:before {
content: "\e7d4";
}
.ym-custom-football-helmet:before {
content: "\e8d4";
}
.ym-custom-layers:before {
content: "\e9d4";
}
.ym-custom-pi:before {
content: "\ead4";
}
.ym-custom-speaker:before {
content: "\ebd4";
}
.ym-custom-weather-snowy-rainy:before {
content: "\ecd4";
}
.ym-custom-bookmark-check:before {
content: "\e6d5";
}
.ym-custom-content-save-all:before {
content: "\e7d5";
}
.ym-custom-format-align-center:before {
content: "\e8d5";
}
.ym-custom-layers-off:before {
content: "\e9d5";
}
.ym-custom-piano:before {
content: "\ead5";
}
.ym-custom-source-pull:before {
content: "\ebd5";
}
.ym-custom-weather-sunset-down:before {
content: "\ecd5";
}
.ym-custom-bookmark-music:before {
content: "\e6d6";
}
.ym-custom-content-save:before {
content: "\e7d6";
}
.ym-custom-format-align-justify:before {
content: "\e8d6";
}
.ym-custom-leaf:before {
content: "\e9d6";
}
.ym-custom-pig:before {
content: "\ead6";
}
.ym-custom-source-merge:before {
content: "\ebd6";
}
.ym-custom-weather-sunset:before {
content: "\ecd6";
}
.ym-custom-bookmark-plus:before {
content: "\e6d7";
}
.ym-custom-content-save-settings:before {
content: "\e7d7";
}
.ym-custom-format-align-left:before {
content: "\e8d7";
}
.ym-custom-lead-pencil:before {
content: "\e9d7";
}
.ym-custom-pill:before {
content: "\ead7";
}
.ym-custom-speaker-off:before {
content: "\ebd7";
}
.ym-custom-weather-sunset-up:before {
content: "\ecd7";
}
.ym-custom-bookmark-plus-outline:before {
content: "\e6d8";
}
.ym-custom-contrast-circle:before {
content: "\e7d8";
}
.ym-custom-format-align-right:before {
content: "\e8d8";
}
.ym-custom-led-off:before {
content: "\e9d8";
}
.ym-custom-pillar:before {
content: "\ead8";
}
.ym-custom-speaker-wireless:before {
content: "\ebd8";
}
.ym-custom-weather-windy:before {
content: "\ecd8";
}
.ym-custom-bookmark-outline:before {
content: "\e6d9";
}
.ym-custom-contrast:before {
content: "\e7d9";
}
.ym-custom-format-annotation-plus:before {
content: "\e8d9";
}
.ym-custom-led-on:before {
content: "\e9d9";
}
.ym-custom-pine-tree:before {
content: "\ead9";
}
.ym-custom-spellcheck:before {
content: "\ebd9";
}
.ym-custom-weather-windy-variant:before {
content: "\ecd9";
}
.ym-custom-bookmark-remove:before {
content: "\e6da";
}
.ym-custom-contrast-box:before {
content: "\e7da";
}
.ym-custom-format-bold:before {
content: "\e8da";
}
.ym-custom-led-outline:before {
content: "\e9da";
}
.ym-custom-pin:before {
content: "\eada";
}
.ym-custom-speedometer:before {
content: "\ebda";
}
.ym-custom-web:before {
content: "\ecda";
}
.ym-custom-book-minus:before {
content: "\e6db";
}
.ym-custom-cookie:before {
content: "\e7db";
}
.ym-custom-format-clear:before {
content: "\e8db";
}
.ym-custom-led-variant-on:before {
content: "\e9db";
}
.ym-custom-pin-off:before {
content: "\eadb";
}
.ym-custom-spotify:before {
content: "\ebdb";
}
.ym-custom-weight:before {
content: "\ecdb";
}
.ym-custom-book-multiple:before {
content: "\e6dc";
}
.ym-custom-copyright:before {
content: "\e7dc";
}
.ym-custom-format-color-fill:before {
content: "\e8dc";
}
.ym-custom-led-variant-off:before {
content: "\e9dc";
}
.ym-custom-pine-tree-box:before {
content: "\eadc";
}
.ym-custom-spotlight:before {
content: "\ebdc";
}
.ym-custom-webhook:before {
content: "\ecdc";
}
.ym-custom-book-multiple-variant:before {
content: "\e6dd";
}
.ym-custom-counter:before {
content: "\e7dd";
}
.ym-custom-format-color-text:before {
content: "\e8dd";
}
.ym-custom-led-variant-outline:before {
content: "\e9dd";
}
.ym-custom-pinterest:before {
content: "\eadd";
}
.ym-custom-spotlight-beam:before {
content: "\ebdd";
}
.ym-custom-weight-kilogram:before {
content: "\ecdd";
}
.ym-custom-book-open:before {
content: "\e6de";
}
.ym-custom-creation:before {
content: "\e7de";
}
.ym-custom-format-float-center:before {
content: "\e8de";
}
.ym-custom-library:before {
content: "\e9de";
}
.ym-custom-pinterest-box:before {
content: "\eade";
}
.ym-custom-spray:before {
content: "\ebde";
}
.ym-custom-whatsapp:before {
content: "\ecde";
}
.ym-custom-book-open-page-variant:before {
content: "\e6df";
}
.ym-custom-cow:before {
content: "\e7df";
}
.ym-custom-format-float-left:before {
content: "\e8df";
}
.ym-custom-library-books:before {
content: "\e9df";
}
.ym-custom-pistol:before {
content: "\eadf";
}
.ym-custom-square-inc:before {
content: "\ebdf";
}
.ym-custom-webcam:before {
content: "\ecdf";
}
.ym-custom-book-plus:before {
content: "\e6e0";
}
.ym-custom-credit-card:before {
content: "\e7e0";
}
.ym-custom-format-float-none:before {
content: "\e8e0";
}
.ym-custom-library-music:before {
content: "\e9e0";
}
.ym-custom-pizza:before {
content: "\eae0";
}
.ym-custom-stackexchange:before {
content: "\ebe0";
}
.ym-custom-wechat:before {
content: "\ece0";
}
.ym-custom-book-open-variant:before {
content: "\e6e1";
}
.ym-custom-credit-card-multiple:before {
content: "\e7e1";
}
.ym-custom-format-float-right:before {
content: "\e8e1";
}
.ym-custom-library-plus:before {
content: "\e9e1";
}
.ym-custom-plane-shield:before {
content: "\eae1";
}
.ym-custom-square-inc-cash:before {
content: "\ebe1";
}
.ym-custom-white-balance-auto:before {
content: "\ece1";
}
.ym-custom-book-variant:before {
content: "\e6e2";
}
.ym-custom-credit-card-off:before {
content: "\e7e2";
}
.ym-custom-format-header-:before {
content: "\e8e2";
}
.ym-custom-lightbulb-on-outline:before {
content: "\e9e2";
}
.ym-custom-play:before {
content: "\eae2";
}
.ym-custom-stackoverflow:before {
content: "\ebe2";
}
.ym-custom-white-balance-iridescent:before {
content: "\ece2";
}
.ym-custom-boombox:before {
content: "\e6e3";
}
.ym-custom-credit-card-plus:before {
content: "\e7e3";
}
.ym-custom-format-header-1:before {
content: "\e8e3";
}
.ym-custom-lightbulb:before {
content: "\e9e3";
}
.ym-custom-play-box-outline:before {
content: "\eae3";
}
.ym-custom-stadium:before {
content: "\ebe3";
}
.ym-custom-wheelchair-accessibility:before {
content: "\ece3";
}
.ym-custom-border-all:before {
content: "\e6e4";
}
.ym-custom-crop:before {
content: "\e7e4";
}
.ym-custom-format-header-2:before {
content: "\e8e4";
}
.ym-custom-lightbulb-on:before {
content: "\e9e4";
}
.ym-custom-play-circle:before {
content: "\eae4";
}
.ym-custom-stairs:before {
content: "\ebe4";
}
.ym-custom-white-balance-incandescent:before {
content: "\ece4";
}
.ym-custom-border-bottom:before {
content: "\e6e5";
}
.ym-custom-crop-free:before {
content: "\e7e5";
}
.ym-custom-format-header-3:before {
content: "\e8e5";
}
.ym-custom-lightbulb-outline:before {
content: "\e9e5";
}
.ym-custom-play-circle-outline:before {
content: "\eae5";
}
.ym-custom-star-circle:before {
content: "\ebe5";
}
.ym-custom-widgets:before {
content: "\ece5";
}
.ym-custom-border-color:before {
content: "\e6e6";
}
.ym-custom-credit-card-scan:before {
content: "\e7e6";
}
.ym-custom-format-header-4:before {
content: "\e8e6";
}
.ym-custom-link:before {
content: "\e9e6";
}
.ym-custom-playlist-check:before {
content: "\eae6";
}
.ym-custom-star-half:before {
content: "\ebe6";
}
.ym-custom-white-balance-sunny:before {
content: "\ece6";
}
.ym-custom-border-horizontal:before {
content: "\e6e7";
}
.ym-custom-crop-landscape:before {
content: "\e7e7";
}
.ym-custom-format-header-decrease:before {
content: "\e8e7";
}
.ym-custom-linkedin:before {
content: "\e9e7";
}
.ym-custom-playlist-play:before {
content: "\eae7";
}
.ym-custom-star:before {
content: "\ebe7";
}
.ym-custom-wiiu:before {
content: "\ece7";
}
.ym-custom-border-inside:before {
content: "\e6e8";
}
.ym-custom-crop-portrait:before {
content: "\e7e8";
}
.ym-custom-format-header-5:before {
content: "\e8e8";
}
.ym-custom-link-off:before {
content: "\e9e8";
}
.ym-custom-playlist-minus:before {
content: "\eae8";
}
.ym-custom-star-off:before {
content: "\ebe8";
}
.ym-custom-wifi:before {
content: "\ece8";
}
.ym-custom-border-none:before {
content: "\e6e9";
}
.ym-custom-crop-rotate:before {
content: "\e7e9";
}
.ym-custom-format-header-equal:before {
content: "\e8e9";
}
.ym-custom-link-variant-off:before {
content: "\e9e9";
}
.ym-custom-playlist-remove:before {
content: "\eae9";
}
.ym-custom-star-outline:before {
content: "\ebe9";
}
.ym-custom-wifi-off:before {
content: "\ece9";
}
.ym-custom-border-left:before {
content: "\e6ea";
}
.ym-custom-crop-square:before {
content: "\e7ea";
}
.ym-custom-format-header-increase:before {
content: "\e8ea";
}
.ym-custom-link-variant:before {
content: "\e9ea";
}
.ym-custom-playlist-plus:before {
content: "\eaea";
}
.ym-custom-steam:before {
content: "\ebea";
}
.ym-custom-wii:before {
content: "\ecea";
}
.ym-custom-border-outside:before {
content: "\e6eb";
}
.ym-custom-crosshairs:before {
content: "\e7eb";
}
.ym-custom-format-header-pound:before {
content: "\e8eb";
}
.ym-custom-linkedin-box:before {
content: "\e9eb";
}
.ym-custom-play-pause:before {
content: "\eaeb";
}
.ym-custom-steering:before {
content: "\ebeb";
}
.ym-custom-window-close:before {
content: "\eceb";
}
.ym-custom-border-right:before {
content: "\e6ec";
}
.ym-custom-crosshairs-gps:before {
content: "\e7ec";
}
.ym-custom-format-horizontal-align-center:before {
content: "\e8ec";
}
.ym-custom-linux:before {
content: "\e9ec";
}
.ym-custom-playstation:before {
content: "\eaec";
}
.ym-custom-step-backward:before {
content: "\ebec";
}
.ym-custom-wikipedia:before {
content: "\ecec";
}
.ym-custom-border-top:before {
content: "\e6ed";
}
.ym-custom-cube:before {
content: "\e7ed";
}
.ym-custom-format-horizontal-align-left:before {
content: "\e8ed";
}
.ym-custom-lock:before {
content: "\e9ed";
}
.ym-custom-plex:before {
content: "\eaed";
}
.ym-custom-step-forward:before {
content: "\ebed";
}
.ym-custom-window-maximize:before {
content: "\eced";
}
.ym-custom-border-style:before {
content: "\e6ee";
}
.ym-custom-crown:before {
content: "\e7ee";
}
.ym-custom-format-indent-increase:before {
content: "\e8ee";
}
.ym-custom-lock-outline:before {
content: "\e9ee";
}
.ym-custom-plus:before {
content: "\eaee";
}
.ym-custom-step-forward-:before {
content: "\ebee";
}
.ym-custom-window-open:before {
content: "\ecee";
}
.ym-custom-border-vertical:before {
content: "\e6ef";
}
.ym-custom-cube-outline:before {
content: "\e7ef";
}
.ym-custom-format-indent-decrease:before {
content: "\e8ef";
}
.ym-custom-lock-open-outline:before {
content: "\e9ef";
}
.ym-custom-plus-box-outline:before {
content: "\eaef";
}
.ym-custom-step-backward-:before {
content: "\ebef";
}
.ym-custom-window-restore:before {
content: "\ecef";
}
.ym-custom-bowl:before {
content: "\e6f0";
}
.ym-custom-cube-send:before {
content: "\e7f0";
}
.ym-custom-format-line-spacing:before {
content: "\e8f0";
}
.ym-custom-lock-open:before {
content: "\e9f0";
}
.ym-custom-plus-box:before {
content: "\eaf0";
}
.ym-custom-stethoscope:before {
content: "\ebf0";
}
.ym-custom-windows:before {
content: "\ecf0";
}
.ym-custom-box-shadow:before {
content: "\e6f1";
}
.ym-custom-cup:before {
content: "\e7f1";
}
.ym-custom-format-italic:before {
content: "\e8f1";
}
.ym-custom-lock-pattern:before {
content: "\e9f1";
}
.ym-custom-plus-circle:before {
content: "\eaf1";
}
.ym-custom-sticker:before {
content: "\ebf1";
}
.ym-custom-window-minimize:before {
content: "\ecf1";
}
.ym-custom-bow-tie:before {
content: "\e6f2";
}
.ym-custom-cube-unfolded:before {
content: "\e7f2";
}
.ym-custom-format-line-style:before {
content: "\e8f2";
}
.ym-custom-login:before {
content: "\e9f2";
}
.ym-custom-plus-circle-multiple-outline:before {
content: "\eaf2";
}
.ym-custom-stocking:before {
content: "\ebf2";
}
.ym-custom-window-closed:before {
content: "\ecf2";
}
.ym-custom-bowling:before {
content: "\e6f3";
}
.ym-custom-cup-off:before {
content: "\e7f3";
}
.ym-custom-format-horizontal-align-right:before {
content: "\e8f3";
}
.ym-custom-lock-plus:before {
content: "\e9f3";
}
.ym-custom-plus-network:before {
content: "\eaf3";
}
.ym-custom-stop:before {
content: "\ebf3";
}
.ym-custom-worker:before {
content: "\ecf3";
}
.ym-custom-box-cutter:before {
content: "\e6f4";
}
.ym-custom-cup-water:before {
content: "\e7f4";
}
.ym-custom-format-line-weight:before {
content: "\e8f4";
}
.ym-custom-login-variant:before {
content: "\e9f4";
}
.ym-custom-plus-one:before {
content: "\eaf4";
}
.ym-custom-stop-circle-outline:before {
content: "\ebf4";
}
.ym-custom-wordpress:before {
content: "\ecf4";
}
.ym-custom-box:before {
content: "\e6f5";
}
.ym-custom-currency-btc:before {
content: "\e7f5";
}
.ym-custom-format-list-bulleted:before {
content: "\e8f5";
}
.ym-custom-logout:before {
content: "\e9f5";
}
.ym-custom-plus-circle-outline:before {
content: "\eaf5";
}
.ym-custom-stop-circle:before {
content: "\ebf5";
}
.ym-custom-wrench:before {
content: "\ecf5";
}
.ym-custom-bridge:before {
content: "\e6f6";
}
.ym-custom-currency-gbp:before {
content: "\e7f6";
}
.ym-custom-format-list-bulleted-type:before {
content: "\e8f6";
}
.ym-custom-logout-variant:before {
content: "\e9f6";
}
.ym-custom-pocket:before {
content: "\eaf6";
}
.ym-custom-store:before {
content: "\ebf6";
}
.ym-custom-wrap:before {
content: "\ecf6";
}
.ym-custom-briefcase:before {
content: "\e6f7";
}
.ym-custom-currency-eur:before {
content: "\e7f7";
}
.ym-custom-format-page-break:before {
content: "\e8f7";
}
.ym-custom-looks:before {
content: "\e9f7";
}
.ym-custom-plus-outline:before {
content: "\eaf7";
}
.ym-custom-store--hour:before {
content: "\ebf7";
}
.ym-custom-wunderlist:before {
content: "\ecf7";
}
.ym-custom-briefcase-check:before {
content: "\e6f8";
}
.ym-custom-currency-inr:before {
content: "\e7f8";
}
.ym-custom-format-list-numbers:before {
content: "\e8f8";
}
.ym-custom-loop:before {
content: "\e9f8";
}
.ym-custom-polaroid:before {
content: "\eaf8";
}
.ym-custom-stove:before {
content: "\ebf8";
}
.ym-custom-xaml:before {
content: "\ecf8";
}
.ym-custom-briefcase-download:before {
content: "\e6f9";
}
.ym-custom-currency-ngn:before {
content: "\e7f9";
}
.ym-custom-format-paragraph:before {
content: "\e8f9";
}
.ym-custom-loupe:before {
content: "\e9f9";
}
.ym-custom-poll:before {
content: "\eaf9";
}
.ym-custom-subway:before {
content: "\ebf9";
}
.ym-custom-xbox:before {
content: "\ecf9";
}
.ym-custom-briefcase-upload:before {
content: "\e6fa";
}
.ym-custom-currency-rub:before {
content: "\e7fa";
}
.ym-custom-format-pilcrow:before {
content: "\e8fa";
}
.ym-custom-lumx:before {
content: "\e9fa";
}
.ym-custom-pokeball:before {
content: "\eafa";
}
.ym-custom-subdirectory-arrow-left:before {
content: "\ebfa";
}
.ym-custom-xbox-controller:before {
content: "\ecfa";
}
.ym-custom-brightness-:before {
content: "\e6fb";
}
.ym-custom-currency-try:before {
content: "\e7fb";
}
.ym-custom-format-quote:before {
content: "\e8fb";
}
.ym-custom-magnet:before {
content: "\e9fb";
}
.ym-custom-poll-box:before {
content: "\eafb";
}
.ym-custom-subdirectory-arrow-right:before {
content: "\ebfb";
}
.ym-custom-xbox-controller-off:before {
content: "\ecfb";
}
.ym-custom-brightness-1:before {
content: "\e6fc";
}
.ym-custom-currency-usd:before {
content: "\e7fc";
}
.ym-custom-format-paint:before {
content: "\e8fc";
}
.ym-custom-magnet-on:before {
content: "\e9fc";
}
.ym-custom-polymer:before {
content: "\eafc";
}
.ym-custom-subway-variant:before {
content: "\ebfc";
}
.ym-custom-xda:before {
content: "\ecfc";
}
.ym-custom-brightness-2:before {
content: "\e6fd";
}
.ym-custom-currency-usd-off:before {
content: "\e7fd";
}
.ym-custom-format-size:before {
content: "\e8fd";
}
.ym-custom-magnify:before {
content: "\e9fd";
}
.ym-custom-play-protected-content:before {
content: "\eafd";
}
.ym-custom-sunglasses:before {
content: "\ebfd";
}
.ym-custom-xing:before {
content: "\ecfd";
}
.ym-custom-brightness-3:before {
content: "\e6fe";
}
.ym-custom-cursor-default:before {
content: "\e7fe";
}
.ym-custom-format-section:before {
content: "\e8fe";
}
.ym-custom-magnify-plus:before {
content: "\e9fe";
}
.ym-custom-pool:before {
content: "\eafe";
}
.ym-custom-swap-horizontal:before {
content: "\ebfe";
}
.ym-custom-xing-circle:before {
content: "\ecfe";
}
.ym-custom-brightness-4:before {
content: "\e6ff";
}
.ym-custom-cursor-default-outline:before {
content: "\e7ff";
}
.ym-custom-format-strikethrough:before {
content: "\e8ff";
}
.ym-custom-magnify-minus:before {
content: "\e9ff";
}
.ym-custom-pot:before {
content: "\eaff";
}
.ym-custom-surround-sound:before {
content: "\ebff";
}
.ym-custom-xing-box:before {
content: "\ecff";
}
.ym-custom-brightness-5:before {
content: "\e700";
}
.ym-custom-cursor-pointer:before {
content: "\e800";
}
.ym-custom-format-strikethrough-variant:before {
content: "\e900";
}
.ym-custom-map:before {
content: "\ea00";
}
.ym-custom-popcorn:before {
content: "\eb00";
}
.ym-custom-swap-vertical:before {
content: "\ec00";
}
.ym-custom-xml:before {
content: "\ed00";
}
.ym-custom-access-point:before {
content: "\e601";
}
.ym-custom-brightness-6:before {
content: "\e701";
}
.ym-custom-cursor-move:before {
content: "\e801";
}
.ym-custom-format-subscript:before {
content: "\e901";
}
.ym-custom-mail-ru:before {
content: "\ea01";
}
.ym-custom-pound:before {
content: "\eb01";
}
.ym-custom-swim:before {
content: "\ec01";
}
.ym-custom-yelp:before {
content: "\ed01";
}
.ym-custom-account-box-outline:before {
content: "\e602";
}
.ym-custom-broom:before {
content: "\e702";
}
.ym-custom-cursor-text:before {
content: "\e802";
}
.ym-custom-format-superscript:before {
content: "\e902";
}
.ym-custom-map-marker:before {
content: "\ea02";
}
.ym-custom-pound-box:before {
content: "\eb02";
}
.ym-custom-switch:before {
content: "\ec02";
}
.ym-custom-yeast:before {
content: "\ed02";
}
.ym-custom-account-box:before {
content: "\e603";
}
.ym-custom-brightness-auto:before {
content: "\e703";
}
.ym-custom-database:before {
content: "\e803";
}
.ym-custom-format-text:before {
content: "\e903";
}
.ym-custom-map-marker-minus:before {
content: "\ea03";
}
.ym-custom-pot-mix:before {
content: "\eb03";
}
.ym-custom-sync:before {
content: "\ec03";
}
.ym-custom-yin-yang:before {
content: "\ed03";
}
.ym-custom-access-point-network:before {
content: "\e604";
}
.ym-custom-brush:before {
content: "\e704";
}
.ym-custom-database-minus:before {
content: "\e804";
}
.ym-custom-format-textdirection-l-to-r:before {
content: "\e904";
}
.ym-custom-map-marker-circle:before {
content: "\ea04";
}
.ym-custom-power:before {
content: "\eb04";
}
.ym-custom-sync-alert:before {
content: "\ec04";
}
.ym-custom-youtube-play:before {
content: "\ed04";
}
.ym-custom-account-alert:before {
content: "\e605";
}
.ym-custom-bug:before {
content: "\e705";
}
.ym-custom-database-plus:before {
content: "\e805";
}
.ym-custom-format-textdirection-r-to-l:before {
content: "\e905";
}
.ym-custom-map-marker-multiple:before {
content: "\ea05";
}
.ym-custom-power-plug:before {
content: "\eb05";
}
.ym-custom-tab:before {
content: "\ec05";
}
.ym-custom-zip-box:before {
content: "\ed05";
}
.ym-custom-account-card-details:before {
content: "\e606";
}
.ym-custom-buffer:before {
content: "\e706";
}
.ym-custom-debug-step-into:before {
content: "\e806";
}
.ym-custom-format-title:before {
content: "\e906";
}
.ym-custom-map-marker-off:before {
content: "\ea06";
}
.ym-custom-power-settings:before {
content: "\eb06";
}
.ym-custom-table:before {
content: "\ec06";
}
.ym-custom-account:before {
content: "\e607";
}
.ym-custom-bulletin-board:before {
content: "\e707";
}
.ym-custom-debug-step-over:before {
content: "\e807";
}
.ym-custom-format-vertical-align-bottom:before {
content: "\e907";
}
.ym-custom-map-marker-plus:before {
content: "\ea07";
}
.ym-custom-power-plug-off:before {
content: "\eb07";
}
.ym-custom-table-column-plus-before:before {
content: "\ec07";
}
.ym-custom-account-check:before {
content: "\e608";
}
.ym-custom-bullhorn:before {
content: "\e708";
}
.ym-custom-debug-step-out:before {
content: "\e808";
}
.ym-custom-format-underline:before {
content: "\e908";
}
.ym-custom-map-marker-radius:before {
content: "\ea08";
}
.ym-custom-power-socket:before {
content: "\eb08";
}
.ym-custom-table-column-plus-after:before {
content: "\ec08";
}
.ym-custom-account-key:before {
content: "\e609";
}
.ym-custom-bullseye:before {
content: "\e709";
}
.ym-custom-decimal-decrease:before {
content: "\e809";
}
.ym-custom-format-vertical-align-center:before {
content: "\e909";
}
.ym-custom-markdown:before {
content: "\ea09";
}
.ym-custom-prescription:before {
content: "\eb09";
}
.ym-custom-table-column-remove:before {
content: "\ec09";
}
.ym-custom-account-convert:before {
content: "\e60a";
}
.ym-custom-bus:before {
content: "\e70a";
}
.ym-custom-delete:before {
content: "\e80a";
}
.ym-custom-format-vertical-align-top:before {
content: "\e90a";
}
.ym-custom-margin:before {
content: "\ea0a";
}
.ym-custom-presentation:before {
content: "\eb0a";
}
.ym-custom-table-column-width:before {
content: "\ec0a";
}
.ym-custom-account-circle:before {
content: "\e60b";
}
.ym-custom-burst-mode:before {
content: "\e70b";
}
.ym-custom-decimal-increase:before {
content: "\e80b";
}
.ym-custom-format-wrap-inline:before {
content: "\e90b";
}
.ym-custom-marker:before {
content: "\ea0b";
}
.ym-custom-presentation-play:before {
content: "\eb0b";
}
.ym-custom-table-large:before {
content: "\ec0b";
}
.ym-custom-account-minus:before {
content: "\e60c";
}
.ym-custom-cake:before {
content: "\e70c";
}
.ym-custom-delete-circle:before {
content: "\e80c";
}
.ym-custom-format-wrap-tight:before {
content: "\e90c";
}
.ym-custom-marker-check:before {
content: "\ea0c";
}
.ym-custom-printer:before {
content: "\eb0c";
}
.ym-custom-table-row-height:before {
content: "\ec0c";
}
.ym-custom-account-location:before {
content: "\e60d";
}
.ym-custom-cake-layered:before {
content: "\e70d";
}
.ym-custom-delete-empty:before {
content: "\e80d";
}
.ym-custom-format-wrap-top-bottom:before {
content: "\e90d";
}
.ym-custom-material-ui:before {
content: "\ea0d";
}
.ym-custom-printer-d:before {
content: "\eb0d";
}
.ym-custom-table-edit:before {
content: "\ec0d";
}
.ym-custom-account-multiple:before {
content: "\e60e";
}
.ym-custom-cached:before {
content: "\e70e";
}
.ym-custom-delete-forever:before {
content: "\e80e";
}
.ym-custom-format-wrap-square:before {
content: "\e90e";
}
.ym-custom-martini:before {
content: "\ea0e";
}
.ym-custom-printer-alert:before {
content: "\eb0e";
}
.ym-custom-table-row-plus-after:before {
content: "\ec0e";
}
.ym-custom-account-multiple-minus:before {
content: "\e60f";
}
.ym-custom-calculator:before {
content: "\e70f";
}
.ym-custom-delete-sweep:before {
content: "\e80f";
}
.ym-custom-forum:before {
content: "\e90f";
}
.ym-custom-math-compass:before {
content: "\ea0f";
}
.ym-custom-printer-settings:before {
content: "\eb0f";
}
.ym-custom-sword:before {
content: "\ec0f";
}
.ym-custom-account-multiple-plus:before {
content: "\e610";
}
.ym-custom-cake-variant:before {
content: "\e710";
}
.ym-custom-delete-variant:before {
content: "\e810";
}
.ym-custom-forward:before {
content: "\e910";
}
.ym-custom-matrix:before {
content: "\ea10";
}
.ym-custom-priority-high:before {
content: "\eb10";
}
.ym-custom-sync-off:before {
content: "\ec10";
}
.ym-custom-account-multiple-outline:before {
content: "\e611";
}
.ym-custom-calendar:before {
content: "\e711";
}
.ym-custom-delta:before {
content: "\e811";
}
.ym-custom-foursquare:before {
content: "\e911";
}
.ym-custom-maxcdn:before {
content: "\ea11";
}
.ym-custom-priority-low:before {
content: "\eb11";
}
.ym-custom-table-row-plus-before:before {
content: "\ec11";
}
.ym-custom-account-plus:before {
content: "\e612";
}
.ym-custom-calendar-blank:before {
content: "\e712";
}
.ym-custom-deskphone:before {
content: "\e812";
}
.ym-custom-fridge:before {
content: "\e912";
}
.ym-custom-medical-bag:before {
content: "\ea12";
}
.ym-custom-professional-hexagon:before {
content: "\eb12";
}
.ym-custom-tablet:before {
content: "\ec12";
}
.ym-custom-account-network:before {
content: "\e613";
}
.ym-custom-calendar-check:before {
content: "\e713";
}
.ym-custom-desktop-mac:before {
content: "\e813";
}
.ym-custom-fridge-filled:before {
content: "\e913";
}
.ym-custom-medium:before {
content: "\ea13";
}
.ym-custom-projector-screen:before {
content: "\eb13";
}
.ym-custom-table-row-remove:before {
content: "\ec13";
}
.ym-custom-account-off:before {
content: "\e614";
}
.ym-custom-calendar-clock:before {
content: "\e714";
}
.ym-custom-deviantart:before {
content: "\e814";
}
.ym-custom-fridge-filled-bottom:before {
content: "\e914";
}
.ym-custom-memory:before {
content: "\ea14";
}
.ym-custom-projector:before {
content: "\eb14";
}
.ym-custom-tablet-android:before {
content: "\ec14";
}
.ym-custom-account-outline:before {
content: "\e615";
}
.ym-custom-calendar-plus:before {
content: "\e715";
}
.ym-custom-desktop-tower:before {
content: "\e815";
}
.ym-custom-fridge-filled-top:before {
content: "\e915";
}
.ym-custom-menu:before {
content: "\ea15";
}
.ym-custom-publish:before {
content: "\eb15";
}
.ym-custom-tablet-ipad:before {
content: "\ec15";
}
.ym-custom-account-remove:before {
content: "\e616";
}
.ym-custom-calendar-multiple:before {
content: "\e716";
}
.ym-custom-details:before {
content: "\e816";
}
.ym-custom-fullscreen:before {
content: "\e916";
}
.ym-custom-menu-down:before {
content: "\ea16";
}
.ym-custom-pulse:before {
content: "\eb16";
}
.ym-custom-tab-unselected:before {
content: "\ec16";
}
.ym-custom-account-star:before {
content: "\e617";
}
.ym-custom-calendar-multiple-check:before {
content: "\e717";
}
.ym-custom-developer-board:before {
content: "\e817";
}
.ym-custom-fullscreen-exit:before {
content: "\e917";
}
.ym-custom-menu-down-outline:before {
content: "\ea17";
}
.ym-custom-puzzle:before {
content: "\eb17";
}
.ym-custom-tag-heart:before {
content: "\ec17";
}
.ym-custom-account-settings:before {
content: "\e618";
}
.ym-custom-calendar-range:before {
content: "\e718";
}
.ym-custom-dialpad:before {
content: "\e818";
}
.ym-custom-gamepad:before {
content: "\e918";
}
.ym-custom-menu-left:before {
content: "\ea18";
}
.ym-custom-qrcode:before {
content: "\eb18";
}
.ym-custom-tag:before {
content: "\ec18";
}
.ym-custom-account-settings-variant:before {
content: "\e619";
}
.ym-custom-calendar-question:before {
content: "\e719";
}
.ym-custom-dice-:before {
content: "\e819";
}
.ym-custom-function:before {
content: "\e919";
}
.ym-custom-menu-right:before {
content: "\ea19";
}
.ym-custom-qrcode-scan:before {
content: "\eb19";
}
.ym-custom-tag-faces:before {
content: "\ec19";
}
.ym-custom-account-search:before {
content: "\e61a";
}
.ym-custom-calendar-remove:before {
content: "\e71a";
}
.ym-custom-diamond:before {
content: "\e81a";
}
.ym-custom-garage:before {
content: "\e91a";
}
.ym-custom-menu-up:before {
content: "\ea1a";
}
.ym-custom-qqchat:before {
content: "\eb1a";
}
.ym-custom-tag-multiple:before {
content: "\ec1a";
}
.ym-custom-account-star-variant:before {
content: "\e61b";
}
.ym-custom-calendar-today:before {
content: "\e71b";
}
.ym-custom-dice-1:before {
content: "\e81b";
}
.ym-custom-gamepad-variant:before {
content: "\e91b";
}
.ym-custom-message:before {
content: "\ea1b";
}
.ym-custom-quadcopter:before {
content: "\eb1b";
}
.ym-custom-tag-outline:before {
content: "\ec1b";
}
.ym-custom-account-switch:before {
content: "\e61c";
}
.ym-custom-call-merge:before {
content: "\e71c";
}
.ym-custom-dice-2:before {
content: "\e81c";
}
.ym-custom-garage-open:before {
content: "\e91c";
}
.ym-custom-message-bulleted:before {
content: "\ea1c";
}
.ym-custom-quality-high:before {
content: "\eb1c";
}
.ym-custom-tag-text-outline:before {
content: "\ec1c";
}
.ym-custom-adjust:before {
content: "\e61d";
}
.ym-custom-call-made:before {
content: "\e71d";
}
.ym-custom-dice-d:before {
content: "\e81d";
}
.ym-custom-gas-cylinder:before {
content: "\e91d";
}
.ym-custom-menu-up-outline:before {
content: "\ea1d";
}
.ym-custom-quicktime:before {
content: "\eb1d";
}
.ym-custom-target:before {
content: "\ec1d";
}
.ym-custom-air-conditioner:before {
content: "\e61e";
}
.ym-custom-calendar-text:before {
content: "\e71e";
}
.ym-custom-dice-3:before {
content: "\e81e";
}
.ym-custom-gas-station:before {
content: "\e91e";
}
.ym-custom-message-alert:before {
content: "\ea1e";
}
.ym-custom-radar:before {
content: "\eb1e";
}
.ym-custom-teamviewer:before {
content: "\ec1e";
}
.ym-custom-airballoon:before {
content: "\e61f";
}
.ym-custom-call-missed:before {
content: "\e71f";
}
.ym-custom-dice-d1:before {
content: "\e81f";
}
.ym-custom-gate:before {
content: "\e91f";
}
.ym-custom-message-bulleted-off:before {
content: "\ea1f";
}
.ym-custom-radio:before {
content: "\eb1f";
}
.ym-custom-taxi:before {
content: "\ec1f";
}
.ym-custom-airplane-landing:before {
content: "\e620";
}
.ym-custom-call-received:before {
content: "\e720";
}
.ym-custom-dice-d2:before {
content: "\e820";
}
.ym-custom-gauge:before {
content: "\e920";
}
.ym-custom-message-draw:before {
content: "\ea20";
}
.ym-custom-radiator:before {
content: "\eb20";
}
.ym-custom-telegram:before {
content: "\ec20";
}
.ym-custom-airplane-off:before {
content: "\e621";
}
.ym-custom-call-split:before {
content: "\e721";
}
.ym-custom-dice-4:before {
content: "\e821";
}
.ym-custom-gavel:before {
content: "\e921";
}
.ym-custom-message-image:before {
content: "\ea21";
}
.ym-custom-radioactive:before {
content: "\eb21";
}
.ym-custom-television:before {
content: "\ec21";
}
.ym-custom-airplay:before {
content: "\e622";
}
.ym-custom-camcorder-box:before {
content: "\e722";
}
.ym-custom-dice-d3:before {
content: "\e822";
}
.ym-custom-gender-female:before {
content: "\e922";
}
.ym-custom-message-outline:before {
content: "\ea22";
}
.ym-custom-radiobox-marked:before {
content: "\eb22";
}
.ym-custom-television-guide:before {
content: "\ec22";
}
.ym-custom-airplane-takeoff:before {
content: "\e623";
}
.ym-custom-camcorder:before {
content: "\e723";
}
.ym-custom-dictionary:before {
content: "\e823";
}
.ym-custom-gender-male:before {
content: "\e923";
}
.ym-custom-message-processing:before {
content: "\ea23";
}
.ym-custom-radiobox-blank:before {
content: "\eb23";
}
.ym-custom-temperature-celsius:before {
content: "\ec23";
}
.ym-custom-airplane:before {
content: "\e624";
}
.ym-custom-camcorder-box-off:before {
content: "\e724";
}
.ym-custom-dice-5:before {
content: "\e824";
}
.ym-custom-gender-male-female:before {
content: "\e924";
}
.ym-custom-message-reply:before {
content: "\ea24";
}
.ym-custom-radio-handheld:before {
content: "\eb24";
}
.ym-custom-temperature-kelvin:before {
content: "\ec24";
}
.ym-custom-alarm:before {
content: "\e625";
}
.ym-custom-camcorder-off:before {
content: "\e725";
}
.ym-custom-directions-fork:before {
content: "\e825";
}
.ym-custom-gender-transgender:before {
content: "\e925";
}
.ym-custom-message-plus:before {
content: "\ea25";
}
.ym-custom-radio-tower:before {
content: "\eb25";
}
.ym-custom-temperature-fahrenheit:before {
content: "\ec25";
}
.ym-custom-alarm-check:before {
content: "\e626";
}
.ym-custom-camera:before {
content: "\e726";
}
.ym-custom-directions:before {
content: "\e826";
}
.ym-custom-ghost:before {
content: "\e926";
}
.ym-custom-message-reply-text:before {
content: "\ea26";
}
.ym-custom-raspberrypi:before {
content: "\eb26";
}
.ym-custom-tennis:before {
content: "\ec26";
}
.ym-custom-alarm-multiple:before {
content: "\e627";
}
.ym-custom-camera-enhance:before {
content: "\e727";
}
.ym-custom-discord:before {
content: "\e827";
}
.ym-custom-git:before {
content: "\e927";
}
.ym-custom-message-text:before {
content: "\ea27";
}
.ym-custom-ray-end:before {
content: "\eb27";
}
.ym-custom-tent:before {
content: "\ec27";
}
.ym-custom-alarm-snooze:before {
content: "\e628";
}
.ym-custom-camera-burst:before {
content: "\e728";
}
.ym-custom-disk:before {
content: "\e828";
}
.ym-custom-gift:before {
content: "\e928";
}
.ym-custom-message-text-outline:before {
content: "\ea28";
}
.ym-custom-ray-end-arrow:before {
content: "\eb28";
}
.ym-custom-terrain:before {
content: "\ec28";
}
.ym-custom-alarm-off:before {
content: "\e629";
}
.ym-custom-camera-front:before {
content: "\e729";
}
.ym-custom-disk-alert:before {
content: "\e829";
}
.ym-custom-github-box:before {
content: "\e929";
}
.ym-custom-message-video:before {
content: "\ea29";
}
.ym-custom-ray-start:before {
content: "\eb29";
}
.ym-custom-test-tube:before {
content: "\ec29";
}
.ym-custom-alarm-plus:before {
content: "\e62a";
}
.ym-custom-camera-front-variant:before {
content: "\e72a";
}
.ym-custom-disqus:before {
content: "\e82a";
}
.ym-custom-github-circle:before {
content: "\e92a";
}
.ym-custom-meteor:before {
content: "\ea2a";
}
.ym-custom-ray-start-arrow:before {
content: "\eb2a";
}
.ym-custom-text-shadow:before {
content: "\ec2a";
}
.ym-custom-alert:before {
content: "\e62b";
}
.ym-custom-camera-iris:before {
content: "\e72b";
}
.ym-custom-disqus-outline:before {
content: "\e82b";
}
.ym-custom-glass-stange:before {
content: "\e92b";
}
.ym-custom-microphone:before {
content: "\ea2b";
}
.ym-custom-ray-start-end:before {
content: "\eb2b";
}
.ym-custom-textbox:before {
content: "\ec2b";
}
.ym-custom-alert-box:before {
content: "\e62c";
}
.ym-custom-camera-off:before {
content: "\e72c";
}
.ym-custom-division-box:before {
content: "\e82c";
}
.ym-custom-glassdoor:before {
content: "\e92c";
}
.ym-custom-microphone-off:before {
content: "\ea2c";
}
.ym-custom-ray-vertex:before {
content: "\eb2c";
}
.ym-custom-text-to-speech:before {
content: "\ec2c";
}
.ym-custom-alert-circle:before {
content: "\e62d";
}
.ym-custom-camera-party-mode:before {
content: "\e72d";
}
.ym-custom-division:before {
content: "\e82d";
}
.ym-custom-glasses:before {
content: "\e92d";
}
.ym-custom-microphone-outline:before {
content: "\ea2d";
}
.ym-custom-rdio:before {
content: "\eb2d";
}
.ym-custom-text-to-speech-off:before {
content: "\ec2d";
}
.ym-custom-alert-circle-outline:before {
content: "\e62e";
}
.ym-custom-camera-rear:before {
content: "\e72e";
}
.ym-custom-dna:before {
content: "\e82e";
}
.ym-custom-glass-mug:before {
content: "\e92e";
}
.ym-custom-microphone-settings:before {
content: "\ea2e";
}
.ym-custom-readability:before {
content: "\eb2e";
}
.ym-custom-texture:before {
content: "\ec2e";
}
.ym-custom-alert-octagon:before {
content: "\e62f";
}
.ym-custom-camera-rear-variant:before {
content: "\e72f";
}
.ym-custom-dns:before {
content: "\e82f";
}
.ym-custom-glass-flute:before {
content: "\e92f";
}
.ym-custom-microphone-variant:before {
content: "\ea2f";
}
.ym-custom-receipt:before {
content: "\eb2f";
}
.ym-custom-theater:before {
content: "\ec2f";
}
.ym-custom-all-inclusive:before {
content: "\e630";
}
.ym-custom-camera-switch:before {
content: "\e730";
}
.ym-custom-dolby:before {
content: "\e830";
}
.ym-custom-glass-tulip:before {
content: "\e930";
}
.ym-custom-microphone-variant-off:before {
content: "\ea30";
}
.ym-custom-read:before {
content: "\eb30";
}
.ym-custom-theme-light-dark:before {
content: "\ec30";
}
.ym-custom-alert-outline:before {
content: "\e631";
}
.ym-custom-camera-timer:before {
content: "\e731";
}
.ym-custom-do-not-disturb-off:before {
content: "\e831";
}
.ym-custom-gnome:before {
content: "\e931";
}
.ym-custom-microscope:before {
content: "\ea31";
}
.ym-custom-recycle:before {
content: "\eb31";
}
.ym-custom-thermometer-lines:before {
content: "\ec31";
}
.ym-custom-alpha:before {
content: "\e632";
}
.ym-custom-candle:before {
content: "\e732";
}
.ym-custom-do-not-disturb:before {
content: "\e832";
}
.ym-custom-google:before {
content: "\e932";
}
.ym-custom-minecraft:before {
content: "\ea32";
}
.ym-custom-record:before {
content: "\eb32";
}
.ym-custom-thumb-down:before {
content: "\ec32";
}
.ym-custom-alphabetical:before {
content: "\e633";
}
.ym-custom-candycane:before {
content: "\e733";
}
.ym-custom-domain:before {
content: "\e833";
}
.ym-custom-gondola:before {
content: "\e933";
}
.ym-custom-microsoft:before {
content: "\ea33";
}
.ym-custom-record-rec:before {
content: "\eb33";
}
.ym-custom-thermometer:before {
content: "\ec33";
}
.ym-custom-altimeter:before {
content: "\e634";
}
.ym-custom-car:before {
content: "\e734";
}
.ym-custom-dots-horizontal:before {
content: "\e834";
}
.ym-custom-google-cardboard:before {
content: "\e934";
}
.ym-custom-minus:before {
content: "\ea34";
}
.ym-custom-redo:before {
content: "\eb34";
}
.ym-custom-thumbs-up-down:before {
content: "\ec34";
}
.ym-custom-amazon:before {
content: "\e635";
}
.ym-custom-car-battery:before {
content: "\e735";
}
.ym-custom-dots-vertical:before {
content: "\e835";
}
.ym-custom-gmail:before {
content: "\e935";
}
.ym-custom-minus-box:before {
content: "\ea35";
}
.ym-custom-redo-variant:before {
content: "\eb35";
}
.ym-custom-thumb-down-outline:before {
content: "\ec35";
}
.ym-custom-amazon-clouddrive:before {
content: "\e636";
}
.ym-custom-car-connected:before {
content: "\e736";
}
.ym-custom-douban:before {
content: "\e836";
}
.ym-custom-google-chrome:before {
content: "\e936";
}
.ym-custom-minus-circle:before {
content: "\ea36";
}
.ym-custom-reddit:before {
content: "\eb36";
}
.ym-custom-thumb-up:before {
content: "\ec36";
}
.ym-custom-amplifier:before {
content: "\e637";
}
.ym-custom-cards:before {
content: "\e737";
}
.ym-custom-drag:before {
content: "\e837";
}
.ym-custom-google-circles-communities:before {
content: "\e937";
}
.ym-custom-minus-circle-outline:before {
content: "\ea37";
}
.ym-custom-refresh:before {
content: "\eb37";
}
.ym-custom-thumb-up-outline:before {
content: "\ec37";
}
.ym-custom-ambulance:before {
content: "\e638";
}
.ym-custom-cards-outline:before {
content: "\e738";
}
.ym-custom-download:before {
content: "\e838";
}
.ym-custom-google-circles:before {
content: "\e938";
}
.ym-custom-minus-network:before {
content: "\ea38";
}
.ym-custom-regex:before {
content: "\eb38";
}
.ym-custom-ticket:before {
content: "\ec38";
}
.ym-custom-android-debug-bridge:before {
content: "\e639";
}
.ym-custom-cards-variant:before {
content: "\e739";
}
.ym-custom-drag-horizontal:before {
content: "\e839";
}
.ym-custom-google-circles-group:before {
content: "\e939";
}
.ym-custom-mixcloud:before {
content: "\ea39";
}
.ym-custom-relative-scale:before {
content: "\eb39";
}
.ym-custom-ticket-account:before {
content: "\ec39";
}
.ym-custom-anchor:before {
content: "\e63a";
}
.ym-custom-cards-playing-outline:before {
content: "\e73a";
}
.ym-custom-drag-vertical:before {
content: "\e83a";
}
.ym-custom-google-circles-extended:before {
content: "\e93a";
}
.ym-custom-monitor:before {
content: "\ea3a";
}
.ym-custom-reload:before {
content: "\eb3a";
}
.ym-custom-ticket-confirmation:before {
content: "\ec3a";
}
.ym-custom-android:before {
content: "\e63b";
}
.ym-custom-cart:before {
content: "\e73b";
}
.ym-custom-drawing:before {
content: "\e83b";
}
.ym-custom-google-controller:before {
content: "\e93b";
}
.ym-custom-monitor-multiple:before {
content: "\ea3b";
}
.ym-custom-remote:before {
content: "\eb3b";
}
.ym-custom-ticket-percent:before {
content: "\ec3b";
}
.ym-custom-angular:before {
content: "\e63c";
}
.ym-custom-carrot:before {
content: "\e73c";
}
.ym-custom-drawing-box:before {
content: "\e83c";
}
.ym-custom-google-drive:before {
content: "\e93c";
}
.ym-custom-motorbike:before {
content: "\ea3c";
}
.ym-custom-reorder-horizontal:before {
content: "\eb3c";
}
.ym-custom-tie:before {
content: "\ec3c";
}
.ym-custom-apple-ios:before {
content: "\e63d";
}
.ym-custom-cart-off:before {
content: "\e73d";
}
.ym-custom-drone:before {
content: "\e83d";
}
.ym-custom-google-controller-off:before {
content: "\e93d";
}
.ym-custom-more:before {
content: "\ea3d";
}
.ym-custom-rename-box:before {
content: "\eb3d";
}
.ym-custom-tilde:before {
content: "\ec3d";
}
.ym-custom-apple-finder:before {
content: "\e63e";
}
.ym-custom-cart-outline:before {
content: "\e73e";
}
.ym-custom-dribbble:before {
content: "\e83e";
}
.ym-custom-google-earth:before {
content: "\e93e";
}
.ym-custom-mouse:before {
content: "\ea3e";
}
.ym-custom-reorder-vertical:before {
content: "\eb3e";
}
.ym-custom-timelapse:before {
content: "\ec3e";
}
.ym-custom-animation:before {
content: "\e63f";
}
.ym-custom-cart-plus:before {
content: "\e73f";
}
.ym-custom-dribbble-box:before {
content: "\e83f";
}
.ym-custom-google-glass:before {
content: "\e93f";
}
.ym-custom-mouse-variant:before {
content: "\ea3f";
}
.ym-custom-repeat:before {
content: "\eb3f";
}
.ym-custom-timer-:before {
content: "\ec3f";
}
.ym-custom-android-studio:before {
content: "\e640";
}
.ym-custom-car-wash:before {
content: "\e740";
}
.ym-custom-dropbox:before {
content: "\e840";
}
.ym-custom-google-keep:before {
content: "\e940";
}
.ym-custom-mouse-off:before {
content: "\ea40";
}
.ym-custom-repeat-off:before {
content: "\eb40";
}
.ym-custom-timer:before {
content: "\ec40";
}
.ym-custom-apple:before {
content: "\e641";
}
.ym-custom-case-sensitive-alt:before {
content: "\e741";
}
.ym-custom-drupal:before {
content: "\e841";
}
.ym-custom-google-maps:before {
content: "\e941";
}
.ym-custom-mouse-variant-off:before {
content: "\ea41";
}
.ym-custom-reply:before {
content: "\eb41";
}
.ym-custom-timer-1:before {
content: "\ec41";
}
.ym-custom-apple-keyboard-caps:before {
content: "\e642";
}
.ym-custom-cash:before {
content: "\e742";
}
.ym-custom-duck:before {
content: "\e842";
}
.ym-custom-google-nearby:before {
content: "\e942";
}
.ym-custom-move-resize:before {
content: "\ea42";
}
.ym-custom-repeat-once:before {
content: "\eb42";
}
.ym-custom-timer-off:before {
content: "\ec42";
}
.ym-custom-apple-keyboard-command:before {
content: "\e643";
}
.ym-custom-cash-multiple:before {
content: "\e743";
}
.ym-custom-dumbbell:before {
content: "\e843";
}
.ym-custom-google-pages:before {
content: "\e943";
}
.ym-custom-move-resize-variant:before {
content: "\ea43";
}
.ym-custom-replay:before {
content: "\eb43";
}
.ym-custom-timer-sand:before {
content: "\ec43";
}
.ym-custom-apple-keyboard-control:before {
content: "\e644";
}
.ym-custom-cash-:before {
content: "\e744";
}
.ym-custom-earth-box:before {
content: "\e844";
}
.ym-custom-google-photos:before {
content: "\e944";
}
.ym-custom-movie:before {
content: "\ea44";
}
.ym-custom-reply-all:before {
content: "\eb44";
}
.ym-custom-timer-sand-empty:before {
content: "\ec44";
}
.ym-custom-apple-keyboard-shift:before {
content: "\e645";
}
.ym-custom-cash-usd:before {
content: "\e745";
}
.ym-custom-earth:before {
content: "\e845";
}
.ym-custom-google-physical-web:before {
content: "\e945";
}
.ym-custom-multiplication:before {
content: "\ea45";
}
.ym-custom-reproduction:before {
content: "\eb45";
}
.ym-custom-toggle-switch:before {
content: "\ec45";
}
.ym-custom-apple-keyboard-option:before {
content: "\e646";
}
.ym-custom-cast-connected:before {
content: "\e746";
}
.ym-custom-earth-box-off:before {
content: "\e846";
}
.ym-custom-google-play:before {
content: "\e946";
}
.ym-custom-music-box-outline:before {
content: "\ea46";
}
.ym-custom-rewind:before {
content: "\eb46";
}
.ym-custom-timetable:before {
content: "\ec46";
}
.ym-custom-apple-mobileme:before {
content: "\e647";
}
.ym-custom-cast:before {
content: "\e747";
}
.ym-custom-edge:before {
content: "\e847";
}
.ym-custom-google-plus:before {
content: "\e947";
}
.ym-custom-multiplication-box:before {
content: "\ea47";
}
.ym-custom-resize-bottom-right:before {
content: "\eb47";
}
.ym-custom-toggle-switch-off:before {
content: "\ec47";
}
.ym-custom-apple-safari:before {
content: "\e648";
}
.ym-custom-cellphone:before {
content: "\e748";
}
.ym-custom-elevation-decline:before {
content: "\e848";
}
.ym-custom-google-translate:before {
content: "\e948";
}
.ym-custom-music-box:before {
content: "\ea48";
}
.ym-custom-responsive:before {
content: "\eb48";
}
.ym-custom-tooltip:before {
content: "\ec48";
}
.ym-custom-appnet:before {
content: "\e649";
}
.ym-custom-castle:before {
content: "\e749";
}
.ym-custom-eject:before {
content: "\e849";
}
.ym-custom-google-plus-box:before {
content: "\e949";
}
.ym-custom-music-circle:before {
content: "\ea49";
}
.ym-custom-restore:before {
content: "\eb49";
}
.ym-custom-tooltip-edit:before {
content: "\ec49";
}
.ym-custom-application:before {
content: "\e64a";
}
.ym-custom-cat:before {
content: "\e74a";
}
.ym-custom-earth-off:before {
content: "\e84a";
}
.ym-custom-google-wallet:before {
content: "\e94a";
}
.ym-custom-music-note:before {
content: "\ea4a";
}
.ym-custom-rewind-outline:before {
content: "\eb4a";
}
.ym-custom-tooltip-image:before {
content: "\ec4a";
}
.ym-custom-apps:before {
content: "\e64b";
}
.ym-custom-cellphone-android:before {
content: "\e74b";
}
.ym-custom-elevator:before {
content: "\e84b";
}
.ym-custom-gradient:before {
content: "\e94b";
}
.ym-custom-music-note-bluetooth:before {
content: "\ea4b";
}
.ym-custom-rhombus:before {
content: "\eb4b";
}
.ym-custom-tooltip-outline:before {
content: "\ec4b";
}
.ym-custom-arrange-send-to-back:before {
content: "\e64c";
}
.ym-custom-cellphone-dock:before {
content: "\e74c";
}
.ym-custom-elevation-rise:before {
content: "\e84c";
}
.ym-custom-grease-pencil:before {
content: "\e94c";
}
.ym-custom-music-note-bluetooth-off:before {
content: "\ea4c";
}
.ym-custom-road:before {
content: "\eb4c";
}
.ym-custom-tooltip-outline-plus:before {
content: "\ec4c";
}
.ym-custom-arrange-send-backward:before {
content: "\e64d";
}
.ym-custom-cellphone-iphone:before {
content: "\e74d";
}
.ym-custom-email:before {
content: "\e84d";
}
.ym-custom-grid:before {
content: "\e94d";
}
.ym-custom-music-note-half:before {
content: "\ea4d";
}
.ym-custom-ribbon:before {
content: "\eb4d";
}
.ym-custom-tooltip-text:before {
content: "\ec4d";
}
.ym-custom-arrange-bring-forward:before {
content: "\e64e";
}
.ym-custom-cellphone-basic:before {
content: "\e74e";
}
.ym-custom-email-open:before {
content: "\e84e";
}
.ym-custom-guitar-electric:before {
content: "\e94e";
}
.ym-custom-music-note-eighth:before {
content: "\ea4e";
}
.ym-custom-road-variant:before {
content: "\eb4e";
}
.ym-custom-tooth:before {
content: "\ec4e";
}
.ym-custom-archive:before {
content: "\e64f";
}
.ym-custom-cellphone-link:before {
content: "\e74f";
}
.ym-custom-email-outline:before {
content: "\e84f";
}
.ym-custom-grid-off:before {
content: "\e94f";
}
.ym-custom-music-note-off:before {
content: "\ea4f";
}
.ym-custom-rhombus-outline:before {
content: "\eb4f";
}
.ym-custom-tor:before {
content: "\ec4f";
}
.ym-custom-arrange-bring-to-front:before {
content: "\e650";
}
.ym-custom-cellphone-link-off:before {
content: "\e750";
}
.ym-custom-email-open-outline:before {
content: "\e850";
}
.ym-custom-guitar-pick:before {
content: "\e950";
}
.ym-custom-music-note-quarter:before {
content: "\ea50";
}
.ym-custom-robot:before {
content: "\eb50";
}
.ym-custom-tower-beach:before {
content: "\ec50";
}
.ym-custom-arrow-all:before {
content: "\e651";
}
.ym-custom-cellphone-settings:before {
content: "\e751";
}
.ym-custom-email-variant:before {
content: "\e851";
}
.ym-custom-group:before {
content: "\e951";
}
.ym-custom-music-note-sixteenth:before {
content: "\ea51";
}
.ym-custom-rocket:before {
content: "\eb51";
}
.ym-custom-train:before {
content: "\ec51";
}
.ym-custom-arrow-bottom-right:before {
content: "\e652";
}
.ym-custom-certificate:before {
content: "\e752";
}
.ym-custom-email-secure:before {
content: "\e852";
}
.ym-custom-guitar-pick-outline:before {
content: "\e952";
}
.ym-custom-music-note-whole:before {
content: "\ea52";
}
.ym-custom-roomba:before {
content: "\eb52";
}
.ym-custom-tower-fire:before {
content: "\ec52";
}
.ym-custom-arrow-bottom-left:before {
content: "\e653";
}
.ym-custom-chair-school:before {
content: "\e753";
}
.ym-custom-emoticon:before {
content: "\e853";
}
.ym-custom-hackernews:before {
content: "\e953";
}
.ym-custom-nature:before {
content: "\ea53";
}
.ym-custom-rotate-d:before {
content: "\eb53";
}
.ym-custom-traffic-light:before {
content: "\ec53";
}
.ym-custom-arrow-compress:before {
content: "\e654";
}
.ym-custom-chart-arc:before {
content: "\e754";
}
.ym-custom-emby:before {
content: "\e854";
}
.ym-custom-hand-pointing-right:before {
content: "\e954";
}
.ym-custom-nature-people:before {
content: "\ea54";
}
.ym-custom-rotate-left:before {
content: "\eb54";
}
.ym-custom-transfer:before {
content: "\ec54";
}
.ym-custom-arrow-compress-all:before {
content: "\e655";
}
.ym-custom-chart-areaspline:before {
content: "\e755";
}
.ym-custom-emoticon-dead:before {
content: "\e855";
}
.ym-custom-hamburger:before {
content: "\e955";
}
.ym-custom-needle:before {
content: "\ea55";
}
.ym-custom-rotate-:before {
content: "\eb55";
}
.ym-custom-transcribe-close:before {
content: "\ec55";
}
.ym-custom-arrow-down:before {
content: "\e656";
}
.ym-custom-chart-bar:before {
content: "\e756";
}
.ym-custom-emoticon-cool:before {
content: "\e856";
}
.ym-custom-hangouts:before {
content: "\e956";
}
.ym-custom-navigation:before {
content: "\ea56";
}
.ym-custom-rotate-right:before {
content: "\eb56";
}
.ym-custom-transcribe:before {
content: "\ec56";
}
.ym-custom-arrow-down-bold:before {
content: "\e657";
}
.ym-custom-chart-bubble:before {
content: "\e757";
}
.ym-custom-emoticon-devil:before {
content: "\e857";
}
.ym-custom-harddisk:before {
content: "\e957";
}
.ym-custom-near-me:before {
content: "\ea57";
}
.ym-custom-rotate-left-variant:before {
content: "\eb57";
}
.ym-custom-translate:before {
content: "\ec57";
}
.ym-custom-arrow-down-bold-circle-outline:before {
content: "\e658";
}
.ym-custom-chart-histogram:before {
content: "\e758";
}
.ym-custom-emoticon-excited:before {
content: "\e858";
}
.ym-custom-headphones:before {
content: "\e958";
}
.ym-custom-nest-protect:before {
content: "\ea58";
}
.ym-custom-rotate-right-variant:before {
content: "\eb58";
}
.ym-custom-transit-transfer:before {
content: "\ec58";
}
.ym-custom-arrow-down-bold-circle:before {
content: "\e659";
}
.ym-custom-chart-line:before {
content: "\e759";
}
.ym-custom-emoticon-happy:before {
content: "\e859";
}
.ym-custom-headphones-box:before {
content: "\e959";
}
.ym-custom-nest-thermostat:before {
content: "\ea59";
}
.ym-custom-rounded-corner:before {
content: "\eb59";
}
.ym-custom-tram:before {
content: "\ec59";
}
.ym-custom-arrow-down-box:before {
content: "\e65a";
}
.ym-custom-chart-pie:before {
content: "\e75a";
}
.ym-custom-emoticon-neutral:before {
content: "\e85a";
}
.ym-custom-headphones-settings:before {
content: "\e95a";
}
.ym-custom-new-box:before {
content: "\ea5a";
}
.ym-custom-routes:before {
content: "\eb5a";
}
.ym-custom-tree:before {
content: "\ec5a";
}
.ym-custom-arrow-down-drop-circle-outline:before {
content: "\e65b";
}
.ym-custom-chart-gantt:before {
content: "\e75b";
}
.ym-custom-emoticon-sad:before {
content: "\e85b";
}
.ym-custom-headset:before {
content: "\e95b";
}
.ym-custom-newspaper:before {
content: "\ea5b";
}
.ym-custom-router-wireless:before {
content: "\eb5b";
}
.ym-custom-treasure-chest:before {
content: "\ec5b";
}
.ym-custom-arrow-expand:before {
content: "\e65c";
}
.ym-custom-chart-scatterplot-hexbin:before {
content: "\e75c";
}
.ym-custom-emoticon-poop:before {
content: "\e85c";
}
.ym-custom-hanger:before {
content: "\e95c";
}
.ym-custom-nfc:before {
content: "\ea5c";
}
.ym-custom-rowing:before {
content: "\eb5c";
}
.ym-custom-trending-up:before {
content: "\ec5c";
}
.ym-custom-arrow-down-drop-circle:before {
content: "\e65d";
}
.ym-custom-chart-timeline:before {
content: "\e75d";
}
.ym-custom-emoticon-tongue:before {
content: "\e85d";
}
.ym-custom-headset-dock:before {
content: "\e95d";
}
.ym-custom-nfc-variant:before {
content: "\ea5d";
}
.ym-custom-rss:before {
content: "\eb5d";
}
.ym-custom-trending-neutral:before {
content: "\ec5d";
}
.ym-custom-arrow-down-bold-hexagon-outline:before {
content: "\e65e";
}
.ym-custom-check:before {
content: "\e75e";
}
.ym-custom-engine:before {
content: "\e85e";
}
.ym-custom-headset-off:before {
content: "\e95e";
}
.ym-custom-nodejs:before {
content: "\ea5e";
}
.ym-custom-rss-box:before {
content: "\eb5e";
}
.ym-custom-trello:before {
content: "\ec5e";
}
.ym-custom-arrow-expand-all:before {
content: "\e65f";
}
.ym-custom-check-all:before {
content: "\e75f";
}
.ym-custom-engine-outline:before {
content: "\e85f";
}
.ym-custom-heart:before {
content: "\e95f";
}
.ym-custom-note:before {
content: "\ea5f";
}
.ym-custom-ruler:before {
content: "\eb5f";
}
.ym-custom-trending-down:before {
content: "\ec5f";
}
.ym-custom-arrow-left:before {
content: "\e660";
}
.ym-custom-checkbox-blank:before {
content: "\e760";
}
.ym-custom-equal:before {
content: "\e860";
}
.ym-custom-heart-box-outline:before {
content: "\e960";
}
.ym-custom-nfc-tap:before {
content: "\ea60";
}
.ym-custom-sale:before {
content: "\eb60";
}
.ym-custom-triangle:before {
content: "\ec60";
}
.ym-custom-arrow-left-bold:before {
content: "\e661";
}
.ym-custom-checkbox-blank-circle:before {
content: "\e761";
}
.ym-custom-eraser:before {
content: "\e861";
}
.ym-custom-heart-broken:before {
content: "\e961";
}
.ym-custom-note-multiple:before {
content: "\ea61";
}
.ym-custom-run:before {
content: "\eb61";
}
.ym-custom-triangle-outline:before {
content: "\ec61";
}
.ym-custom-arrow-left-bold-circle:before {
content: "\e662";
}
.ym-custom-checkbox-blank-circle-outline:before {
content: "\e762";
}
.ym-custom-eraser-variant:before {
content: "\e862";
}
.ym-custom-heart-box:before {
content: "\e962";
}
.ym-custom-note-multiple-outline:before {
content: "\ea62";
}
.ym-custom-satellite:before {
content: "\eb62";
}
.ym-custom-trophy-award:before {
content: "\ec62";
}
.ym-custom-arrow-left-bold-circle-outline:before {
content: "\e663";
}
.ym-custom-checkbox-blank-outline:before {
content: "\e763";
}
.ym-custom-equal-box:before {
content: "\e863";
}
.ym-custom-heart-half-outline:before {
content: "\e963";
}
.ym-custom-note-outline:before {
content: "\ea63";
}
.ym-custom-satellite-variant:before {
content: "\eb63";
}
.ym-custom-trophy-outline:before {
content: "\ec63";
}
.ym-custom-arrow-left-bold-hexagon-outline:before {
content: "\e664";
}
.ym-custom-checkbox-marked-circle:before {
content: "\e764";
}
.ym-custom-escalator:before {
content: "\e864";
}
.ym-custom-heart-half-part:before {
content: "\e964";
}
.ym-custom-note-plus:before {
content: "\ea64";
}
.ym-custom-saxophone:before {
content: "\eb64";
}
.ym-custom-trophy:before {
content: "\ec64";
}
.ym-custom-arrow-left-box:before {
content: "\e665";
}
.ym-custom-checkbox-marked-circle-outline:before {
content: "\e765";
}
.ym-custom-ethernet-cable:before {
content: "\e865";
}
.ym-custom-heart-half-part-outline:before {
content: "\e965";
}
.ym-custom-note-text:before {
content: "\ea65";
}
.ym-custom-scale:before {
content: "\eb65";
}
.ym-custom-trophy-variant:before {
content: "\ec65";
}
.ym-custom-arrow-left-drop-circle:before {
content: "\e666";
}
.ym-custom-checkbox-marked-outline:before {
content: "\e766";
}
.ym-custom-ethernet:before {
content: "\e866";
}
.ym-custom-help:before {
content: "\e966";
}
.ym-custom-note-plus-outline:before {
content: "\ea66";
}
.ym-custom-scale-balance:before {
content: "\eb66";
}
.ym-custom-trophy-variant-outline:before {
content: "\ec66";
}
.ym-custom-arrow-left-drop-circle-outline:before {
content: "\e667";
}
.ym-custom-checkbox-marked:before {
content: "\e767";
}
.ym-custom-ethernet-cable-off:before {
content: "\e867";
}
.ym-custom-heart-outline:before {
content: "\e967";
}
.ym-custom-notification-clear-all:before {
content: "\ea67";
}
.ym-custom-scale-bathroom:before {
content: "\eb67";
}
.ym-custom-truck-delivery:before {
content: "\ec67";
}
.ym-custom-arrow-right:before {
content: "\e668";
}
.ym-custom-checkbox-multiple-blank-circle:before {
content: "\e768";
}
.ym-custom-etsy:before {
content: "\e868";
}
.ym-custom-heart-pulse:before {
content: "\e968";
}
.ym-custom-npm:before {
content: "\ea68";
}
.ym-custom-scanner:before {
content: "\eb68";
}
.ym-custom-truck-trailer:before {
content: "\ec68";
}
.ym-custom-arrow-right-bold-circle:before {
content: "\e669";
}
.ym-custom-checkbox-multiple-blank:before {
content: "\e769";
}
.ym-custom-evernote:before {
content: "\e869";
}
.ym-custom-help-circle:before {
content: "\e969";
}
.ym-custom-nuke:before {
content: "\ea69";
}
.ym-custom-school:before {
content: "\eb69";
}
.ym-custom-tshirt-crew:before {
content: "\ec69";
}
.ym-custom-arrow-right-bold:before {
content: "\e66a";
}
.ym-custom-checkbox-multiple-blank-circle-outline:before {
content: "\e76a";
}
.ym-custom-ev-station:before {
content: "\e86a";
}
.ym-custom-help-circle-outline:before {
content: "\e96a";
}
.ym-custom-numeric:before {
content: "\ea6a";
}
.ym-custom-screen-rotation:before {
content: "\eb6a";
}
.ym-custom-tshirt-v:before {
content: "\ec6a";
}
.ym-custom-arrow-right-bold-circle-outline:before {
content: "\e66b";
}
.ym-custom-checkbox-multiple-blank-outline:before {
content: "\e76b";
}
.ym-custom-exclamation:before {
content: "\e86b";
}
.ym-custom-hexagon:before {
content: "\e96b";
}
.ym-custom-numeric--box:before {
content: "\ea6b";
}
.ym-custom-screen-rotation-lock:before {
content: "\eb6b";
}
.ym-custom-tumblr:before {
content: "\ec6b";
}
.ym-custom-arrow-right-box:before {
content: "\e66c";
}
.ym-custom-checkbox-multiple-marked:before {
content: "\e76c";
}
.ym-custom-exit-to-app:before {
content: "\e86c";
}
.ym-custom-highway:before {
content: "\e96c";
}
.ym-custom-numeric--box-multiple-outline:before {
content: "\ea6c";
}
.ym-custom-screwdriver:before {
content: "\eb6c";
}
.ym-custom-tumblr-reblog:before {
content: "\ec6c";
}
.ym-custom-arrow-right-bold-hexagon-outline:before {
content: "\e66d";
}
.ym-custom-checkbox-multiple-marked-circle:before {
content: "\e76d";
}
.ym-custom-export:before {
content: "\e86d";
}
.ym-custom-hexagon-outline:before {
content: "\e96d";
}
.ym-custom-numeric--box-outline:before {
content: "\ea6d";
}
.ym-custom-script:before {
content: "\eb6d";
}
.ym-custom-tune:before {
content: "\ec6d";
}
.ym-custom-arrow-right-drop-circle:before {
content: "\e66e";
}
.ym-custom-checkbox-multiple-marked-circle-outline:before {
content: "\e76e";
}
.ym-custom-eye:before {
content: "\e86e";
}
.ym-custom-history:before {
content: "\e96e";
}
.ym-custom-numeric--box1:before {
content: "\ea6e";
}
.ym-custom-sd:before {
content: "\eb6e";
}
.ym-custom-truck:before {
content: "\ec6e";
}
.ym-custom-arrow-right-drop-circle-outline:before {
content: "\e66f";
}
.ym-custom-check-circle:before {
content: "\e76f";
}
.ym-custom-eyedropper:before {
content: "\e86f";
}
.ym-custom-home:before {
content: "\e96f";
}
.ym-custom-numeric--box-outline1:before {
content: "\ea6f";
}
.ym-custom-seat-flat:before {
content: "\eb6f";
}
.ym-custom-tune-vertical:before {
content: "\ec6f";
}
.ym-custom-arrow-top-right:before {
content: "\e670";
}
.ym-custom-checkbox-multiple-marked-outline:before {
content: "\e770";
}
.ym-custom-eye-off:before {
content: "\e870";
}
.ym-custom-hololens:before {
content: "\e970";
}
.ym-custom-numeric--box-multiple-outline1:before {
content: "\ea70";
}
.ym-custom-seat-flat-angled:before {
content: "\eb70";
}
.ym-custom-twitch:before {
content: "\ec70";
}
.ym-custom-arrow-up:before {
content: "\e671";
}
.ym-custom-checkerboard:before {
content: "\e771";
}
.ym-custom-eyedropper-variant:before {
content: "\e871";
}
.ym-custom-home-modern:before {
content: "\e971";
}
.ym-custom-numeric--box2:before {
content: "\ea71";
}
.ym-custom-seat-individual-suite:before {
content: "\eb71";
}
.ym-custom-twitter:before {
content: "\ec71";
}
.ym-custom-arrow-up-bold:before {
content: "\e672";
}
.ym-custom-check-circle-outline:before {
content: "\e772";
}
.ym-custom-face:before {
content: "\e872";
}
.ym-custom-home-outline:before {
content: "\e972";
}
.ym-custom-numeric--box-multiple-outline2:before {
content: "\ea72";
}
.ym-custom-seal:before {
content: "\eb72";
}
.ym-custom-twitter-circle:before {
content: "\ec72";
}
.ym-custom-arrow-top-left:before {
content: "\e673";
}
.ym-custom-chemical-weapon:before {
content: "\e773";
}
.ym-custom-facebook-box:before {
content: "\e873";
}
.ym-custom-home-variant:before {
content: "\e973";
}
.ym-custom-numeric--box-outline2:before {
content: "\ea73";
}
.ym-custom-seat-legroom-extra:before {
content: "\eb73";
}
.ym-custom-twitter-box:before {
content: "\ec73";
}
.ym-custom-arrow-up-bold-circle:before {
content: "\e674";
}
.ym-custom-chevron-double-down:before {
content: "\e774";
}
.ym-custom-facebook:before {
content: "\e874";
}
.ym-custom-home-map-marker:before {
content: "\e974";
}
.ym-custom-numeric--box-multiple-outline3:before {
content: "\ea74";
}
.ym-custom-seat-legroom-normal:before {
content: "\eb74";
}
.ym-custom-umbraco:before {
content: "\ec74";
}
.ym-custom-arrow-up-bold-circle-outline:before {
content: "\e675";
}
.ym-custom-chevron-double-left:before {
content: "\e775";
}
.ym-custom-face-profile:before {
content: "\e875";
}
.ym-custom-hook:before {
content: "\e975";
}
.ym-custom-numeric--box-outline3:before {
content: "\ea75";
}
.ym-custom-seat-recline-extra:before {
content: "\eb75";
}
.ym-custom-twitter-retweet:before {
content: "\ec75";
}
.ym-custom-arrow-up-bold-hexagon-outline:before {
content: "\e676";
}
.ym-custom-chevron-double-right:before {
content: "\e776";
}
.ym-custom-facebook-messenger:before {
content: "\e876";
}
.ym-custom-hook-off:before {
content: "\e976";
}
.ym-custom-numeric--box3:before {
content: "\ea76";
}
.ym-custom-seat-legroom-reduced:before {
content: "\eb76";
}
.ym-custom-ubuntu:before {
content: "\ec76";
}
.ym-custom-arrow-up-box:before {
content: "\e677";
}
.ym-custom-chevron-double-up:before {
content: "\e777";
}
.ym-custom-factory:before {
content: "\e877";
}
.ym-custom-hops:before {
content: "\e977";
}
.ym-custom-numeric--box4:before {
content: "\ea77";
}
.ym-custom-seat-recline-normal:before {
content: "\eb77";
}
.ym-custom-umbrella:before {
content: "\ec77";
}
.ym-custom-album:before {
content: "\e678";
}
.ym-custom-chevron-down:before {
content: "\e778";
}
.ym-custom-fast-forward:before {
content: "\e878";
}
.ym-custom-hospital:before {
content: "\e978";
}
.ym-custom-numeric--box-outline4:before {
content: "\ea78";
}
.ym-custom-security:before {
content: "\eb78";
}
.ym-custom-unfold-less:before {
content: "\ec78";
}
.ym-custom-assistant:before {
content: "\e679";
}
.ym-custom-chevron-left:before {
content: "\e779";
}
.ym-custom-fan:before {
content: "\e879";
}
.ym-custom-hospital-building:before {
content: "\e979";
}
.ym-custom-numeric--box-multiple-outline4:before {
content: "\ea79";
}
.ym-custom-security-home:before {
content: "\eb79";
}
.ym-custom-undo-variant:before {
content: "\ec79";
}
.ym-custom-arrow-up-drop-circle-outline:before {
content: "\e67a";
}
.ym-custom-chevron-right:before {
content: "\e77a";
}
.ym-custom-fast-forward-outline:before {
content: "\e87a";
}
.ym-custom-hospital-marker:before {
content: "\e97a";
}
.ym-custom-numeric--box5:before {
content: "\ea7a";
}
.ym-custom-security-network:before {
content: "\eb7a";
}
.ym-custom-undo:before {
content: "\ec7a";
}
.ym-custom-arrow-up-drop-circle:before {
content: "\e67b";
}
.ym-custom-chevron-up:before {
content: "\e77b";
}
.ym-custom-fax:before {
content: "\e87b";
}
.ym-custom-hotel:before {
content: "\e97b";
}
.ym-custom-numeric--box-multiple-outline5:before {
content: "\ea7b";
}
.ym-custom-select-all:before {
content: "\eb7b";
}
.ym-custom-unfold-more:before {
content: "\ec7b";
}
.ym-custom-attachment:before {
content: "\e67c";
}
.ym-custom-church:before {
content: "\e77c";
}
.ym-custom-feather:before {
content: "\e87c";
}
.ym-custom-houzz:before {
content: "\e97c";
}
.ym-custom-numeric--box-outline5:before {
content: "\ea7c";
}
.ym-custom-select-inverse:before {
content: "\eb7c";
}
.ym-custom-ungroup:before {
content: "\ec7c";
}
.ym-custom-asterisk:before {
content: "\e67d";
}
.ym-custom-chip:before {
content: "\e77d";
}
.ym-custom-ferry:before {
content: "\e87d";
}
.ym-custom-houzz-box:before {
content: "\e97d";
}
.ym-custom-numeric--box6:before {
content: "\ea7d";
}
.ym-custom-select:before {
content: "\eb7d";
}
.ym-custom-umbrella-outline:before {
content: "\ec7d";
}
.ym-custom-at:before {
content: "\e67e";
}
.ym-custom-cisco-webex:before {
content: "\e77e";
}
.ym-custom-file:before {
content: "\e87e";
}
.ym-custom-human-child:before {
content: "\e97e";
}
.ym-custom-numeric--box-multiple-outline6:before {
content: "\ea7e";
}
.ym-custom-selection:before {
content: "\eb7e";
}
.ym-custom-update:before {
content: "\ec7e";
}
.ym-custom-audiobook:before {
content: "\e67f";
}
.ym-custom-city:before {
content: "\e77f";
}
.ym-custom-file-chart:before {
content: "\e87f";
}
.ym-custom-human:before {
content: "\e97f";
}
.ym-custom-numeric--box7:before {
content: "\ea7f";
}
.ym-custom-select-off:before {
content: "\eb7f";
}
.ym-custom-untappd:before {
content: "\ec7f";
}
.ym-custom-auto-fix:before {
content: "\e680";
}
.ym-custom-clipboard:before {
content: "\e780";
}
.ym-custom-file-check:before {
content: "\e880";
}
.ym-custom-human-greeting:before {
content: "\e980";
}
.ym-custom-numeric--box-outline6:before {
content: "\ea80";
}
.ym-custom-send:before {
content: "\eb80";
}
.ym-custom-unity:before {
content: "\ec80";
}
.ym-custom-auto-upload:before {
content: "\e681";
}
.ym-custom-clipboard-account:before {
content: "\e781";
}
.ym-custom-file-cloud:before {
content: "\e881";
}
.ym-custom-human-female:before {
content: "\e981";
}
.ym-custom-numeric--box-multiple-outline7:before {
content: "\ea81";
}
.ym-custom-serial-port:before {
content: "\eb81";
}
.ym-custom-upload:before {
content: "\ec81";
}
.ym-custom-autorenew:before {
content: "\e682";
}
.ym-custom-clipboard-arrow-down:before {
content: "\e782";
}
.ym-custom-file-delimited:before {
content: "\e882";
}
.ym-custom-human-handsup:before {
content: "\e982";
}
.ym-custom-numeric--box-outline7:before {
content: "\ea82";
}
.ym-custom-server-minus:before {
content: "\eb82";
}
.ym-custom-vector-arrange-above:before {
content: "\ec82";
}
.ym-custom-av-timer:before {
content: "\e683";
}
.ym-custom-clipboard-alert:before {
content: "\e783";
}
.ym-custom-file-document-box:before {
content: "\e883";
}
.ym-custom-human-handsdown:before {
content: "\e983";
}
.ym-custom-numeric--box8:before {
content: "\ea83";
}
.ym-custom-server:before {
content: "\eb83";
}
.ym-custom-usb:before {
content: "\ec83";
}
.ym-custom-backspace:before {
content: "\e684";
}
.ym-custom-clipboard-arrow-left:before {
content: "\e784";
}
.ym-custom-file-excel:before {
content: "\e884";
}
.ym-custom-human-male-female:before {
content: "\e984";
}
.ym-custom-numeric--box-multiple-outline8:before {
content: "\ea84";
}
.ym-custom-server-network-off:before {
content: "\eb84";
}
.ym-custom-vector-arrange-below:before {
content: "\ec84";
}
.ym-custom-backburger:before {
content: "\e685";
}
.ym-custom-clipboard-check:before {
content: "\e785";
}
.ym-custom-file-document:before {
content: "\e885";
}
.ym-custom-human-male:before {
content: "\e985";
}
.ym-custom-numeric--box9:before {
content: "\ea85";
}
.ym-custom-server-network:before {
content: "\eb85";
}
.ym-custom-vector-circle:before {
content: "\ec85";
}
.ym-custom-baby-buggy:before {
content: "\e686";
}
.ym-custom-clipboard-flow:before {
content: "\e786";
}
.ym-custom-file-excel-box:before {
content: "\e886";
}
.ym-custom-human-pregnant:before {
content: "\e986";
}
.ym-custom-numeric--box-outline8:before {
content: "\ea86";
}
.ym-custom-server-off:before {
content: "\eb86";
}
.ym-custom-vector-combine:before {
content: "\ec86";
}
.ym-custom-baby:before {
content: "\e687";
}
.ym-custom-clipboard-outline:before {
content: "\e787";
}
.ym-custom-file-export:before {
content: "\e887";
}
.ym-custom-image:before {
content: "\e987";
}
.ym-custom-numeric--box-multiple-outline9:before {
content: "\ea87";
}
.ym-custom-server-plus:before {
content: "\eb87";
}
.ym-custom-vector-circle-variant:before {
content: "\ec87";
}
.ym-custom-bandcamp:before {
content: "\e688";
}
.ym-custom-clipboard-text:before {
content: "\e788";
}
.ym-custom-file-find:before {
content: "\e888";
}
.ym-custom-image-album:before {
content: "\e988";
}
.ym-custom-numeric--box-outline9:before {
content: "\ea88";
}
.ym-custom-server-remove:before {
content: "\eb88";
}
.ym-custom-vector-curve:before {
content: "\ec88";
}
.ym-custom-bank:before {
content: "\e689";
}
.ym-custom-clippy:before {
content: "\e789";
}
.ym-custom-file-image:before {
content: "\e889";
}
.ym-custom-image-area:before {
content: "\e989";
}
.ym-custom-numeric--plus-box:before {
content: "\ea89";
}
.ym-custom-shape-circle-plus:before {
content: "\eb89";
}
.ym-custom-vector-difference:before {
content: "\ec89";
}
.ym-custom-backup-restore:before {
content: "\e68a";
}
.ym-custom-clock:before {
content: "\e78a";
}
.ym-custom-file-hidden:before {
content: "\e88a";
}
.ym-custom-image-area-close:before {
content: "\e98a";
}
.ym-custom-numeric--plus-box-multiple-outline:before {
content: "\ea8a";
}
.ym-custom-server-security:before {
content: "\eb8a";
}
.ym-custom-vector-difference-ba:before {
content: "\ec8a";
}
.ym-custom-barley:before {
content: "\e68b";
}
.ym-custom-clock-end:before {
content: "\e78b";
}
.ym-custom-file-import:before {
content: "\e88b";
}
.ym-custom-image-filter-black-white:before {
content: "\e98b";
}
.ym-custom-nutrition:before {
content: "\ea8b";
}
.ym-custom-settings-box:before {
content: "\eb8b";
}
.ym-custom-vector-difference-ab:before {
content: "\ec8b";
}
.ym-custom-barcode-scan:before {
content: "\e68c";
}
.ym-custom-clock-alert:before {
content: "\e78c";
}
.ym-custom-file-lock:before {
content: "\e88c";
}
.ym-custom-image-filter:before {
content: "\e98c";
}
.ym-custom-numeric--plus-box-outline:before {
content: "\ea8c";
}
.ym-custom-shape-polygon-plus:before {
content: "\eb8c";
}
.ym-custom-vector-line:before {
content: "\ec8c";
}
.ym-custom-barcode:before {
content: "\e68d";
}
.ym-custom-clock-in:before {
content: "\e78d";
}
.ym-custom-file-multiple:before {
content: "\e88d";
}
.ym-custom-image-broken-variant:before {
content: "\e98d";
}
.ym-custom-oar:before {
content: "\ea8d";
}
.ym-custom-settings:before {
content: "\eb8d";
}
.ym-custom-vector-intersection:before {
content: "\ec8d";
}
.ym-custom-barrel:before {
content: "\e68e";
}
.ym-custom-clock-out:before {
content: "\e78e";
}
.ym-custom-file-outline:before {
content: "\e88e";
}
.ym-custom-image-broken:before {
content: "\e98e";
}
.ym-custom-octagon:before {
content: "\ea8e";
}
.ym-custom-shape-plus:before {
content: "\eb8e";
}
.ym-custom-vector-point:before {
content: "\ec8e";
}
.ym-custom-basecamp:before {
content: "\e68f";
}
.ym-custom-clock-fast:before {
content: "\e78f";
}
.ym-custom-file-music:before {
content: "\e88f";
}
.ym-custom-image-filter-center-focus-weak:before {
content: "\e98f";
}
.ym-custom-octagon-outline:before {
content: "\ea8f";
}
.ym-custom-share:before {
content: "\eb8f";
}
.ym-custom-vector-polygon:before {
content: "\ec8f";
}
.ym-custom-basket:before {
content: "\e690";
}
.ym-custom-clock-start:before {
content: "\e790";
}
.ym-custom-file-pdf:before {
content: "\e890";
}
.ym-custom-image-filter-center-focus:before {
content: "\e990";
}
.ym-custom-odnoklassniki:before {
content: "\ea90";
}
.ym-custom-shape-square-plus:before {
content: "\eb90";
}
.ym-custom-vector-polyline:before {
content: "\ec90";
}
.ym-custom-basket-fill:before {
content: "\e691";
}
.ym-custom-close-box:before {
content: "\e791";
}
.ym-custom-file-powerpoint:before {
content: "\e891";
}
.ym-custom-image-filter-drama:before {
content: "\e991";
}
.ym-custom-office:before {
content: "\ea91";
}
.ym-custom-share-variant:before {
content: "\eb91";
}
.ym-custom-vector-rectangle:before {
content: "\ec91";
}
.ym-custom-battery:before {
content: "\e692";
}
.ym-custom-close-box-outline:before {
content: "\e792";
}
.ym-custom-file-pdf-box:before {
content: "\e892";
}
.ym-custom-image-filter-frames:before {
content: "\e992";
}
.ym-custom-oil-temperature:before {
content: "\ea92";
}
.ym-custom-shield:before {
content: "\eb92";
}
.ym-custom-vector-selection:before {
content: "\ec92";
}
.ym-custom-basket-unfill:before {
content: "\e693";
}
.ym-custom-close-circle:before {
content: "\e793";
}
.ym-custom-file-powerpoint-box:before {
content: "\e893";
}
.ym-custom-image-filter-hdr:before {
content: "\e993";
}
.ym-custom-oil:before {
content: "\ea93";
}
.ym-custom-shopping:before {
content: "\eb93";
}
.ym-custom-vector-square:before {
content: "\ec93";
}
.ym-custom-battery-:before {
content: "\e694";
}
.ym-custom-close-circle-outline:before {
content: "\e794";
}
.ym-custom-file-restore:before {
content: "\e894";
}
.ym-custom-image-filter-none:before {
content: "\e994";
}
.ym-custom-omega:before {
content: "\ea94";
}
.ym-custom-shovel:before {
content: "\eb94";
}
.ym-custom-vector-triangle:before {
content: "\ec94";
}
.ym-custom-battery-1:before {
content: "\e695";
}
.ym-custom-close:before {
content: "\e795";
}
.ym-custom-file-send:before {
content: "\e895";
}
.ym-custom-image-filter-tilt-shift:before {
content: "\e995";
}
.ym-custom-opacity:before {
content: "\ea95";
}
.ym-custom-shopping-music:before {
content: "\eb95";
}
.ym-custom-vector-union:before {
content: "\ec95";
}
.ym-custom-battery-2:before {
content: "\e696";
}
.ym-custom-closed-caption:before {
content: "\e796";
}
.ym-custom-file-tree:before {
content: "\e896";
}
.ym-custom-image-filter-vintage:before {
content: "\e996";
}
.ym-custom-onedrive:before {
content: "\ea96";
}
.ym-custom-shovel-off:before {
content: "\eb96";
}
.ym-custom-vibrate:before {
content: "\ec96";
}
.ym-custom-battery-3:before {
content: "\e697";
}
.ym-custom-close-octagon:before {
content: "\e797";
}
.ym-custom-file-video:before {
content: "\e897";
}
.ym-custom-image-multiple:before {
content: "\e997";
}
.ym-custom-openid:before {
content: "\ea97";
}
.ym-custom-shredder:before {
content: "\eb97";
}
.ym-custom-verified:before {
content: "\ec97";
}
.ym-custom-battery-4:before {
content: "\e698";
}
.ym-custom-close-outline:before {
content: "\e798";
}
.ym-custom-file-word:before {
content: "\e898";
}
.ym-custom-import:before {
content: "\e998";
}
.ym-custom-open-in-new:before {
content: "\ea98";
}
.ym-custom-shuffle:before {
content: "\eb98";
}
.ym-custom-video:before {
content: "\ec98";
}
.ym-custom-battery-5:before {
content: "\e699";
}
.ym-custom-close-network:before {
content: "\e799";
}
.ym-custom-file-presentation-box:before {
content: "\e899";
}
.ym-custom-inbox-arrow-down:before {
content: "\e999";
}
.ym-custom-open-in-app:before {
content: "\ea99";
}
.ym-custom-shuffle-disabled:before {
content: "\eb99";
}
.ym-custom-video-off:before {
content: "\ec99";
}
.ym-custom-battery-6:before {
content: "\e69a";
}
.ym-custom-cloud:before {
content: "\e79a";
}
.ym-custom-file-word-box:before {
content: "\e89a";
}
.ym-custom-inbox:before {
content: "\e99a";
}
.ym-custom-opera:before {
content: "\ea9a";
}
.ym-custom-shuffle-variant:before {
content: "\eb9a";
}
.ym-custom-video-switch:before {
content: "\ec9a";
}
.ym-custom-battery-7:before {
content: "\e69b";
}
.ym-custom-close-octagon-outline:before {
content: "\e79b";
}
.ym-custom-file-xml:before {
content: "\e89b";
}
.ym-custom-incognito:before {
content: "\e99b";
}
.ym-custom-ornament:before {
content: "\ea9b";
}
.ym-custom-shape-rectangle-plus:before {
content: "\eb9b";
}
.ym-custom-view-agenda:before {
content: "\ec9b";
}
.ym-custom-battery-8:before {
content: "\e69c";
}
.ym-custom-cloud-check:before {
content: "\e79c";
}
.ym-custom-film:before {
content: "\e89c";
}
.ym-custom-inbox-arrow-up:before {
content: "\e99c";
}
.ym-custom-ornament-variant:before {
content: "\ea9c";
}
.ym-custom-shield-outline:before {
content: "\eb9c";
}
.ym-custom-view-array:before {
content: "\ec9c";
}
.ym-custom-battery-charging-:before {
content: "\e69d";
}
.ym-custom-cloud-download:before {
content: "\e79d";
}
.ym-custom-filmstrip:before {
content: "\e89d";
}
.ym-custom-infinity:before {
content: "\e99d";
}
.ym-custom-owl:before {
content: "\ea9d";
}
.ym-custom-sigma:before {
content: "\eb9d";
}
.ym-custom-view-carousel:before {
content: "\ec9d";
}
.ym-custom-battery-alert:before {
content: "\e69e";
}
.ym-custom-cloud-outline-off:before {
content: "\e79e";
}
.ym-custom-filmstrip-off:before {
content: "\e89e";
}
.ym-custom-information-outline:before {
content: "\e99e";
}
.ym-custom-package:before {
content: "\ea9e";
}
.ym-custom-sigma-lower:before {
content: "\eb9e";
}
.ym-custom-view-column:before {
content: "\ec9e";
}
.ym-custom-battery-charging:before {
content: "\e69f";
}
.ym-custom-cloud-outline:before {
content: "\e79f";
}
.ym-custom-filter:before {
content: "\e89f";
}
.ym-custom-information:before {
content: "\e99f";
}
.ym-custom-package-down:before {
content: "\ea9f";
}
.ym-custom-signal:before {
content: "\eb9f";
}
.ym-custom-view-dashboard:before {
content: "\ec9f";
}
.ym-custom-battery-charging-1:before {
content: "\e6a0";
}
.ym-custom-cloud-circle:before {
content: "\e7a0";
}
.ym-custom-filter-remove:before {
content: "\e8a0";
}
.ym-custom-information-variant:before {
content: "\e9a0";
}
.ym-custom-package-up:before {
content: "\eaa0";
}
.ym-custom-signal-g:before {
content: "\eba0";
}
.ym-custom-view-day:before {
content: "\eca0";
}
.ym-custom-battery-charging-2:before {
content: "\e6a1";
}
.ym-custom-cloud-print:before {
content: "\e7a1";
}
.ym-custom-filter-remove-outline:before {
content: "\e8a1";
}
.ym-custom-instagram:before {
content: "\e9a1";
}
.ym-custom-package-variant:before {
content: "\eaa1";
}
.ym-custom-signal-g1:before {
content: "\eba1";
}
.ym-custom-view-list:before {
content: "\eca1";
}
| 0.363308 | 0.27527 |
html,
body {
margin: 0;
padding: 0;
}
html {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
body {
min-height: 100vh;
min-height: -webkit-fill-available;
}
html {
height: -webkit-fill-available;
}
div.ipuzzler {
padding: 4px;
display: grid;
grid-template: 1fr / auto 1fr 1fr;
}
div.puzzle-grid {
display: grid;
background-color: #000;
grid-gap: 1px;
border: 1px solid #000;
width: 480px;
height: 480px;
grid-template: repeat(15, 1fr) / repeat(15, 1fr);
margin: 0;
}
div.puzzle-grid > span {
background-color: #fff;
text-align: center;
position: relative;
}
div.puzzle-grid > span.barred-t {
border-top: 2px solid #000;
}
div.puzzle-grid > span.barred-l {
border-left: 2px solid #000;
}
div.puzzle-grid > span.barred-tl {
border-style: solid;
border-color: #000;
border-width: 2px 0 0 2px;
}
div.puzzle-grid span span.clue-number {
font-size: 8px;
position: absolute;
margin: 0;
padding: 0;
top: 1px;
left: 1px;
z-index: 0;
background: transparent;
}
div.puzzle-grid span.block {
background-color: #000;
}
div.puzzle-grid > span input {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: transparent;
z-index: 1;
width: 100%;
height: 100%;
border: 0;
margin: 0;
padding: 0;
font-weight: bold;
box-sizing: border-box;
text-align: center;
border-radius: 0;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
div.puzzle-grid span input:focus {
font-weight: bold;
background-color: #9999ff;
mix-blend-mode: darken;
outline: none;
}
div.puzzle-grid span.current-clue {
background-color: #ccccff;
}
div.buttons {
margin: 0;
padding: 0;
}
div.buttons a {
color: #fff;
font-size: 12px;
border-radius: 4px;
display: inline-block;
width: 6em;
text-align: center;
padding: 4px 8px;
text-decoration: none;
margin: 8px 8px 0px 0;
}
div.buttons.clue-buttons a {
background-color: #333399;
}
div.buttons.grid-buttons a {
background-color: #666;
}
div.buttons a.confirm {
background-color: #993333;
}
div.clue-list-wrapper {
padding: 0 8px;
}
div.clue-list-wrapper h4 {
margin: 0 0 8px 0;
}
div.puzzle-info {
display: none;
position: absolute;
z-index: 3;
top: 0;
left: 0;
right: 0;
padding: 4px 8px;
background-color: #ffcc33;
box-sizing: border-box;
border-radius: 4px;
border: 1px solid #000;
}
div.puzzle-info a {
text-decoration: none;
color: #000;
}
div.puzzle-info a label {
display: inline-block;
margin-right: 8px;
font-weight: bold;
}
div.puzzle-info-ding {
display: none;
z-index: 3;
position: absolute;
top: -8px;
left: -8px;
width: 10px;
height: 10px;
border-radius: 1px;
background-color: #ffcc33;
transform: rotate(45deg);
}
div.puzzle-info-ding-border {
display: none;
z-index: 1;
position: absolute;
top: -8px;
left: -8px;
width: 12px;
height: 12px;
border-radius: 2px;
background-color: #000;
transform: rotate(45deg);
}
ul.clue-list {
list-style: none;
margin: 0;
padding: 0;
}
ul.clue-list li {
padding: 4px 0px 4px 1.6em;
border-radius: 4px;
margin: 0;
text-indent: -1.6em;
}
ul.clue-list li.current-clue {
background-color: #ccccff;
}
ul.clue-list li a {
text-decoration: none;
color: #000;
}
ul.clue-list li a label {
min-width: 1.4em;
font-weight: bold;
display: inline-block;
text-indent: 0;
margin: 0;
padding: 0 0.1em;
}
@media only screen and (min-width: 768px) {
div.puzzle-info,
div.puzzle-info-ding,
div.puzzle-info-ding-border {
display: none !important;
visibility: hidden !important;
}
}
@media only screen and (max-width: 768px) {
div.ipuzzler {
display: block;
}
/* div.ipuzzler div.puzzle-grid > span input {
font-size: 16px;
} */
div.ipuzzler div.puzzle-grid {
width: calc(100vw - 10px);
height: calc(100vw - 10px);
}
}
@media only screen and (max-width: 320px) {
div.ipuzzler div.puzzle-grid {
width: 310px;
height: 310px;
}
/* div.ipuzzler div.puzzle-grid > span input {
font-size: 12px;
} */
div.ipuzzler div.puzzle-grid span span.clue-number {
font-size: 6px;
}
}
|
v3_spike/v2_spike/ipuzzler.css
|
html,
body {
margin: 0;
padding: 0;
}
html {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
body {
min-height: 100vh;
min-height: -webkit-fill-available;
}
html {
height: -webkit-fill-available;
}
div.ipuzzler {
padding: 4px;
display: grid;
grid-template: 1fr / auto 1fr 1fr;
}
div.puzzle-grid {
display: grid;
background-color: #000;
grid-gap: 1px;
border: 1px solid #000;
width: 480px;
height: 480px;
grid-template: repeat(15, 1fr) / repeat(15, 1fr);
margin: 0;
}
div.puzzle-grid > span {
background-color: #fff;
text-align: center;
position: relative;
}
div.puzzle-grid > span.barred-t {
border-top: 2px solid #000;
}
div.puzzle-grid > span.barred-l {
border-left: 2px solid #000;
}
div.puzzle-grid > span.barred-tl {
border-style: solid;
border-color: #000;
border-width: 2px 0 0 2px;
}
div.puzzle-grid span span.clue-number {
font-size: 8px;
position: absolute;
margin: 0;
padding: 0;
top: 1px;
left: 1px;
z-index: 0;
background: transparent;
}
div.puzzle-grid span.block {
background-color: #000;
}
div.puzzle-grid > span input {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: transparent;
z-index: 1;
width: 100%;
height: 100%;
border: 0;
margin: 0;
padding: 0;
font-weight: bold;
box-sizing: border-box;
text-align: center;
border-radius: 0;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
div.puzzle-grid span input:focus {
font-weight: bold;
background-color: #9999ff;
mix-blend-mode: darken;
outline: none;
}
div.puzzle-grid span.current-clue {
background-color: #ccccff;
}
div.buttons {
margin: 0;
padding: 0;
}
div.buttons a {
color: #fff;
font-size: 12px;
border-radius: 4px;
display: inline-block;
width: 6em;
text-align: center;
padding: 4px 8px;
text-decoration: none;
margin: 8px 8px 0px 0;
}
div.buttons.clue-buttons a {
background-color: #333399;
}
div.buttons.grid-buttons a {
background-color: #666;
}
div.buttons a.confirm {
background-color: #993333;
}
div.clue-list-wrapper {
padding: 0 8px;
}
div.clue-list-wrapper h4 {
margin: 0 0 8px 0;
}
div.puzzle-info {
display: none;
position: absolute;
z-index: 3;
top: 0;
left: 0;
right: 0;
padding: 4px 8px;
background-color: #ffcc33;
box-sizing: border-box;
border-radius: 4px;
border: 1px solid #000;
}
div.puzzle-info a {
text-decoration: none;
color: #000;
}
div.puzzle-info a label {
display: inline-block;
margin-right: 8px;
font-weight: bold;
}
div.puzzle-info-ding {
display: none;
z-index: 3;
position: absolute;
top: -8px;
left: -8px;
width: 10px;
height: 10px;
border-radius: 1px;
background-color: #ffcc33;
transform: rotate(45deg);
}
div.puzzle-info-ding-border {
display: none;
z-index: 1;
position: absolute;
top: -8px;
left: -8px;
width: 12px;
height: 12px;
border-radius: 2px;
background-color: #000;
transform: rotate(45deg);
}
ul.clue-list {
list-style: none;
margin: 0;
padding: 0;
}
ul.clue-list li {
padding: 4px 0px 4px 1.6em;
border-radius: 4px;
margin: 0;
text-indent: -1.6em;
}
ul.clue-list li.current-clue {
background-color: #ccccff;
}
ul.clue-list li a {
text-decoration: none;
color: #000;
}
ul.clue-list li a label {
min-width: 1.4em;
font-weight: bold;
display: inline-block;
text-indent: 0;
margin: 0;
padding: 0 0.1em;
}
@media only screen and (min-width: 768px) {
div.puzzle-info,
div.puzzle-info-ding,
div.puzzle-info-ding-border {
display: none !important;
visibility: hidden !important;
}
}
@media only screen and (max-width: 768px) {
div.ipuzzler {
display: block;
}
/* div.ipuzzler div.puzzle-grid > span input {
font-size: 16px;
} */
div.ipuzzler div.puzzle-grid {
width: calc(100vw - 10px);
height: calc(100vw - 10px);
}
}
@media only screen and (max-width: 320px) {
div.ipuzzler div.puzzle-grid {
width: 310px;
height: 310px;
}
/* div.ipuzzler div.puzzle-grid > span input {
font-size: 12px;
} */
div.ipuzzler div.puzzle-grid span span.clue-number {
font-size: 6px;
}
}
| 0.415966 | 0.089375 |
body {
background: #f2f2f2;
color: #797979;
font-family: 'OpenSans-Light';
font-weight: normal;
line-height: 1;
margin: 0;
min-width: 960px;
padding: 0;
}
#header {
background-color:rad;
margin: 0;
padding: 0;
}
#header div {
margin: 0 auto;
overflow: hidden;
padding: 0;
width: 960px;
}
#header div span {
color: #fff;
font-family: 'Arapey';
font-size: 14px;
display: block;
float: left;
margin: 0;
padding: 50px 49px 0 0;
text-align: right;
width: 331px;
}
#body {
margin: 0;
padding: 28px 0 46px 0;
}
#body .header div {
background: url(../images/shadow.png) no-repeat bottom left;
margin: 0 auto;
padding: 0 10px 38px;
position: relative;
width: 940px;
}
#body .body {
background: #fff url(../images/border-bottom.gif) repeat-x bottom left;
margin: 0;
padding: 0 0 20px;
}
#body .footer {
margin: 0 auto;
padding: 29px 0 0;
overflow: hidden;
width: 960px;
}
#body .footer div {
background: #fff;
border: 1px solid #cdcdcd;
border-radius: 6px;
float: left;
margin: 0 10px;
padding: 0;
width: 298px;
}
#body .footer div h3 {
background: url(../images/dots.gif) no-repeat bottom center;
color: #144879;
font-family: 'Arapey';
font-size: 18px;
font-weight: normal;
margin: 0;
padding: 18px 0 21px;
text-align: center;
text-transform: capitalize;
}
#body .footer div p {
color: #797979;
font-size: 13px;
line-height: 24px;
margin: 0;
padding: 13px 20px 19px;
text-align: center;
}
#body .footer div p a {
color: #797979;
text-decoration: underline;
}
#body .footer div p a:hover {
color: #333;
}
#body .content {
background: #fff url(../images/bg-sidebar.gif) repeat-y top right;
border: 1px solid #cdcdcd;
border-radius: 6px;
margin: 0 auto;
overflow: hidden;
padding: 0;
width: 938px;
}
#body .content #section, #body .content #blog {
float: left;
margin: 0;
padding: 37px 29px 29px;
width: 570px;
}
#body h2 {
font-family: 'Arapey';
font-size: 24px;
font-weight: normal;
margin: 0;
padding: 0 0 21px;
text-transform: capitalize;
}
#footer {
background: url(../images/bg-footer.jpg) repeat-x top left;
margin: 0;
padding: 23px 0 21px;
}
#footer div {
margin: 0 auto;
height: 27px;
overflow: hidden;
padding: 0;
width: 960px;
}
|
demo/css/style.css
|
body {
background: #f2f2f2;
color: #797979;
font-family: 'OpenSans-Light';
font-weight: normal;
line-height: 1;
margin: 0;
min-width: 960px;
padding: 0;
}
#header {
background-color:rad;
margin: 0;
padding: 0;
}
#header div {
margin: 0 auto;
overflow: hidden;
padding: 0;
width: 960px;
}
#header div span {
color: #fff;
font-family: 'Arapey';
font-size: 14px;
display: block;
float: left;
margin: 0;
padding: 50px 49px 0 0;
text-align: right;
width: 331px;
}
#body {
margin: 0;
padding: 28px 0 46px 0;
}
#body .header div {
background: url(../images/shadow.png) no-repeat bottom left;
margin: 0 auto;
padding: 0 10px 38px;
position: relative;
width: 940px;
}
#body .body {
background: #fff url(../images/border-bottom.gif) repeat-x bottom left;
margin: 0;
padding: 0 0 20px;
}
#body .footer {
margin: 0 auto;
padding: 29px 0 0;
overflow: hidden;
width: 960px;
}
#body .footer div {
background: #fff;
border: 1px solid #cdcdcd;
border-radius: 6px;
float: left;
margin: 0 10px;
padding: 0;
width: 298px;
}
#body .footer div h3 {
background: url(../images/dots.gif) no-repeat bottom center;
color: #144879;
font-family: 'Arapey';
font-size: 18px;
font-weight: normal;
margin: 0;
padding: 18px 0 21px;
text-align: center;
text-transform: capitalize;
}
#body .footer div p {
color: #797979;
font-size: 13px;
line-height: 24px;
margin: 0;
padding: 13px 20px 19px;
text-align: center;
}
#body .footer div p a {
color: #797979;
text-decoration: underline;
}
#body .footer div p a:hover {
color: #333;
}
#body .content {
background: #fff url(../images/bg-sidebar.gif) repeat-y top right;
border: 1px solid #cdcdcd;
border-radius: 6px;
margin: 0 auto;
overflow: hidden;
padding: 0;
width: 938px;
}
#body .content #section, #body .content #blog {
float: left;
margin: 0;
padding: 37px 29px 29px;
width: 570px;
}
#body h2 {
font-family: 'Arapey';
font-size: 24px;
font-weight: normal;
margin: 0;
padding: 0 0 21px;
text-transform: capitalize;
}
#footer {
background: url(../images/bg-footer.jpg) repeat-x top left;
margin: 0;
padding: 23px 0 21px;
}
#footer div {
margin: 0 auto;
height: 27px;
overflow: hidden;
padding: 0;
width: 960px;
}
| 0.282097 | 0.084342 |
.elfinder{
border:0;
-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
box-shadow:0 3px 9px rgba(0,0,0,.5)
}
.elfinder *{
color:#000;
}
.bg1 .elfinder *{
color:#fff
}
.elfinder .ui-icon-gripsmall-diagonal-se,
.elfinder-dialog .ui-icon-gripsmall-diagonal-se,
.elfinder-quicklook .ui-resizable-se{
background-image:none;
border-width:10px 10px 0 0;
border-color:transparent #666 transparent transparent;
border-style:dashed solid dashed dashed;
-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);
box-shadow:0 1px 0 rgba(255,255,255,.3);
}
.bg1 .elfinder .ui-icon-gripsmall-diagonal-se,
.bg1 .elfinder-dialog .ui-icon-gripsmall-diagonal-se,
.bg1 .elfinder-quicklook .ui-resizable-se{
border-color:transparent #666 transparent transparent;
-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);
box-shadow:0 1px 0 rgba(255,255,255,.3);
}
.elfinder .elfinder-toolbar{
border-bottom:1px solid transparent;
color:#333;
background-color:#f5f5f5;
border-color:#ddd
}
.bg1 .elfinder .elfinder-toolbar{
color:#ccc;
background-color:#303030;
border-color:#333
}
.elfinder .elfinder-buttonset{
background:#fff;
border:1px solid #ccc;
}
.bg1 .elfinder .elfinder-buttonset{
background:#000;
border:1px solid #444
}
.elfinder .elfinder-buttonset .elfinder-button:active,
.elfinder .elfinder-buttonset .elfinder-button:focus,
.elfinder .elfinder-buttonset .elfinder-button:hover{
background:#ccc
}
.bg1 .elfinder .elfinder-buttonset .elfinder-button:active,
.bg1 .elfinder .elfinder-buttonset .elfinder-button:focus,
.bg1 .elfinder .elfinder-buttonset .elfinder-button:hover{
background:#444
}
.elfinder .elfinder-buttonset .elfinder-button.ui-state-disabled{opacity:.3}
.elfinder-toolbar .elfinder-button-search .elfinder-button-menu{
background:#fff;
}
.bg1 .elfinder-toolbar .elfinder-button-search .elfinder-button-menu{
background:#000
}
.elfinder-toolbar .elfinder-button-search .elfinder-button-menu .ui-state-default{
background:#eaeaea
}
.bg1 .elfinder-toolbar .elfinder-button-search .elfinder-button-menu .ui-state-default{
background:#262626
}
.elfinder-toolbar .elfinder-button-search .elfinder-button-menu .ui-state-hover{
background:#d0ebf4;
border:1px solid #509ece!important
}
.bg1 .elfinder-toolbar .elfinder-button-search .elfinder-button-menu .ui-state-hover{
background:#d0ebf4;
border:1px solid #509ece!important
}
.elfinder-toolbar .elfinder-button-search .elfinder-button-menu .ui-button-text:hover{
color:#509ece
}
.bg1 .elfinder-toolbar .elfinder-button-search .elfinder-button-menu .ui-button-text:hover{
color:#509ece
}
.elfinder-toolbar .elfinder-button-menu{
background:#fff;
}
.bg1 .elfinder-toolbar .elfinder-button-menu{
background:#fff
}
.elfinder-button-menu{
background-color:#fff;
border:1px solid #999;
box-shadow:0 0 3px rgba(0,0,0,.15)
}
.bg1 .elfinder-button-menu{
background-color:#fff;
border:1px solid #999;
box-shadow:0 0 3px rgba(0,0,0,.15)
}
.elfinder-button-menu-item-selected,
.elfinder-button-menu-item.ui-state-hover{
background:#337ab7;
color:#fff
}
.bg1 .elfinder-button-menu-item-selected,
.bg1 .elfinder-button-menu-item.ui-state-hover{
background:#337ab7;
color:#fff
}
.elfinder .elfinder-navbar{
background:#fff
}
.bg1 .elfinder .elfinder-navbar{
background:#fff
}
.elfinder .elfinder-navbar-dir{
border:1px solid transparent
}
.elfinder .elfinder-navbar-dir.ui-state-active,
.elfinder .elfinder-navbar-dir:hover{
background:#e4e4e4;
color:#000;
border:1px solid #e4e4e4
}
.bg1 .elfinder .elfinder-navbar-dir.ui-state-active,
.bg1 .elfinder .elfinder-navbar-dir:hover{
background:#e4e4e4;
color:#000;
border:1px solid #e4e4e4
}
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file *,
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-file-wrapper,
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename{
color:#000
}
.bg1 .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file *,
.bg1 .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-file-wrapper,
.bg1 .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .bg1 .elfinder-cwd-filename{
color:#000
}
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename{
color:#000;
}
.bg1 .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename{
color:#000;
}
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file:active,
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file:hover{
color:#333;
background-color:#e6e6e6;
border:1px solid #8c8c8c
}
.bg1 .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file:active,
.bg1 .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file:hover{
color:#333;
background-color:#e6e6e6;
border:1px solid #8c8c8c
}
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file.ui-selected{
background-color:#f5f5f5;
border:1px solid #8c8c8c
}
.bg1 .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file.ui-selected{
background-color:#f5f5f5;
border:1px solid #8c8c8c
}
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file.ui-selected *{
background-color:transparent
}
.elfinder .elfinder-cwd table thead tr{
background:0 0;
border:none
}
.elfinder .elfinder-cwd table thead tr td,
.elfinder .elfinder-cwd table thead tr td.ui-state-active{
color:#474747;
text-shadow:0 1px 0 rgba(255,255,255,.75);
border-bottom:2px solid #b2b2b2;
background:#cfd1cf
}
.bg1 .elfinder .elfinder-cwd table thead tr td,
.bg1 .elfinder .elfinder-cwd table thead tr td.ui-state-active{
color:#474747;
text-shadow:0 1px 0 rgba(255,255,255,.75);
border-bottom:2px solid #b2b2b2;
background:#cfd1cf
}
.elfinder .elfinder-cwd table tbody tr:nth-child(odd){
background-color:#eaeaea
}
.bg1 .elfinder .elfinder-cwd table tbody tr:nth-child(odd){
background-color:#eaeaea
}
.elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-state-hover,
.elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file:hover{
background:#d0ebf4
}
.bg1 .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-state-hover,
.bg1 .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file:hover{
background:#d0ebf4
}
.elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-state-hover *,
.elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-state-hover:hover *,
.elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file:hover *{
color:#509ece
}
.bg1 .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-state-hover *,
.bg1 .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-state-hover:hover *,
.bg1 .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file:hover *{
color:#509ece
}
.elfinder .elfinder-cwd table tbody tr.ui-selected td{
background:#d2d2d7
}
.bg1 .elfinder .elfinder-cwd table tbody tr.ui-selected td{
background:#d2d2d7
}
.elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-selected:hover *{
color:#fff
}
.bg1 .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-selected:hover *{
color:#fff
}
.elfinder-dialog{
background:#eaeaea;
border:1px solid #b2b2b2;
border-bottom-color:#999;
border-radius:3px;
-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);
box-shadow:0 0 3px rgba(0,0,0,.15)
}
.bg1 .elfinder-dialog{
background:#eaeaea;
border:1px solid #b2b2b2;
border-bottom-color:#999;
-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);
box-shadow:0 0 3px rgba(0,0,0,.15)
}
.elfinder-dialog .ui-dialog-titlebar{
border-bottom:1px solid #e5e5e5
}
.bg1 .elfinder-dialog .ui-dialog-titlebar{
border-bottom:1px solid #e5e5e5
}
.elfinder-dialog .ui-tabs-nav{
background:#fff;
border-bottom:1px solid #888;
}
.bg1 .elfinder-dialog .ui-tabs-nav{
background:#fff;
border-bottom:1px solid #888;
}
.elfinder-dialog .ui-tabs-nav>li>a{
border:1px solid #ddd;
border-bottom-color:#888;
border-radius:4px 4px 0 0
}
.bg1 .elfinder-dialog .ui-tabs-nav>li>a{
border:1px solid #ddd;
border-bottom-color:#888;
}
.elfinder-dialog .ui-tabs-nav>li>a:hover{
background:#d4d4d4;
border-color:#eee #eee #888
}
.bg1 .elfinder-dialog .ui-tabs-nav>li>a:hover{
background:#d4d4d4;
border-color:#eee #eee #888
}
.elfinder-dialog .ui-tabs-nav .ui-state-default{
color:#ccc;
border:1px solid #bfbfbf;
border-radius:3px 3px 0 0;
background:#fff
}
.bg1 .elfinder-dialog .ui-tabs-nav .ui-state-default{
color:#ccc;
border:1px solid #bfbfbf;
background:#fff
}
.elfinder-dialog .ui-tabs-nav .ui-tabs-selected,
.elfinder-dialog .ui-tabs-nav li:active{
color:#000;
background-color:#fff;
border:1px solid #888;
border-bottom-color:transparent
}
.bg1 .elfinder-dialog .ui-tabs-nav .ui-tabs-selected,
.bg1 .elfinder-dialog .ui-tabs-nav li:active{
color:#000;
background-color:#fff;
border:1px solid #888;
}
.elfinder-dialog .ui-dialog-buttonpane{
background-color:#f5f5f5;
border-top:1px solid #ddd;
}
.bg1 .elfinder-dialog .ui-dialog-buttonpane{
background-color:#f5f5f5;
border-top:1px solid #ddd;
}
.elfinder-dialog .ui-button{
color:#333;
border:1px solid #b6b6b6;
border-bottom-color:#999;
background:#e4e4e4
}
.bg1 .elfinder-dialog .ui-button{
color:#333;
border:1px solid #b6b6b6;
border-bottom-color:#999;
background:#e4e4e4
}
.elfinder-dialog .ui-button:hover{
border-color:#9e9e9e;
background:#ccc
}
.bg1 .elfinder-dialog .ui-button:hover{
border-color:#9e9e9e;
background:#ccc
}
.elfinder-dialog .ui-button:active{
border-color:#969696
}
.bg1 .elfinder-dialog .ui-button:active{
border-color:#969696;
}
.elfinder .elfinder-statusbar{
background-color:#f5f5f5;
border:1px solid #ddd;
}
.bg1 .elfinder .elfinder-statusbar{
background-color:#f5f5f5;
border:1px solid #ddd;
}
.elfinder .elfinder-path{
background-color:transparent
}
.elfinder .elfinder-path>a+a:before{
color:#ccc;
}
.bg1 .elfinder .elfinder-path>a+a:before{
color:#ccc
}
.elfinder .elfinder-path a:hover,
.elfinder .elfinder-path a:hover:active,
.elfinder .elfinder-path a:hover:focus{
color:#777
}
.bg1 .elfinder .elfinder-path a:hover,
.bg1 .elfinder .elfinder-path a:hover:active,
.bg1 .elfinder .elfinder-path a:hover:focus{
color:#777
}
.elfinder .ui-widget-header{
border-bottom:1px solid #e5e5e5;
background-color:#f5f5f5
}
.bg1 .elfinder .ui-widget-header{
border-bottom:1px solid #e5e5e5;
background-color:#f5f5f5
}
.dialogelfinder{z-index:20000}
|
core/elfinder/css/theme-bootstrap-libreicons-svg.css
|
.elfinder{
border:0;
-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
box-shadow:0 3px 9px rgba(0,0,0,.5)
}
.elfinder *{
color:#000;
}
.bg1 .elfinder *{
color:#fff
}
.elfinder .ui-icon-gripsmall-diagonal-se,
.elfinder-dialog .ui-icon-gripsmall-diagonal-se,
.elfinder-quicklook .ui-resizable-se{
background-image:none;
border-width:10px 10px 0 0;
border-color:transparent #666 transparent transparent;
border-style:dashed solid dashed dashed;
-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);
box-shadow:0 1px 0 rgba(255,255,255,.3);
}
.bg1 .elfinder .ui-icon-gripsmall-diagonal-se,
.bg1 .elfinder-dialog .ui-icon-gripsmall-diagonal-se,
.bg1 .elfinder-quicklook .ui-resizable-se{
border-color:transparent #666 transparent transparent;
-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);
box-shadow:0 1px 0 rgba(255,255,255,.3);
}
.elfinder .elfinder-toolbar{
border-bottom:1px solid transparent;
color:#333;
background-color:#f5f5f5;
border-color:#ddd
}
.bg1 .elfinder .elfinder-toolbar{
color:#ccc;
background-color:#303030;
border-color:#333
}
.elfinder .elfinder-buttonset{
background:#fff;
border:1px solid #ccc;
}
.bg1 .elfinder .elfinder-buttonset{
background:#000;
border:1px solid #444
}
.elfinder .elfinder-buttonset .elfinder-button:active,
.elfinder .elfinder-buttonset .elfinder-button:focus,
.elfinder .elfinder-buttonset .elfinder-button:hover{
background:#ccc
}
.bg1 .elfinder .elfinder-buttonset .elfinder-button:active,
.bg1 .elfinder .elfinder-buttonset .elfinder-button:focus,
.bg1 .elfinder .elfinder-buttonset .elfinder-button:hover{
background:#444
}
.elfinder .elfinder-buttonset .elfinder-button.ui-state-disabled{opacity:.3}
.elfinder-toolbar .elfinder-button-search .elfinder-button-menu{
background:#fff;
}
.bg1 .elfinder-toolbar .elfinder-button-search .elfinder-button-menu{
background:#000
}
.elfinder-toolbar .elfinder-button-search .elfinder-button-menu .ui-state-default{
background:#eaeaea
}
.bg1 .elfinder-toolbar .elfinder-button-search .elfinder-button-menu .ui-state-default{
background:#262626
}
.elfinder-toolbar .elfinder-button-search .elfinder-button-menu .ui-state-hover{
background:#d0ebf4;
border:1px solid #509ece!important
}
.bg1 .elfinder-toolbar .elfinder-button-search .elfinder-button-menu .ui-state-hover{
background:#d0ebf4;
border:1px solid #509ece!important
}
.elfinder-toolbar .elfinder-button-search .elfinder-button-menu .ui-button-text:hover{
color:#509ece
}
.bg1 .elfinder-toolbar .elfinder-button-search .elfinder-button-menu .ui-button-text:hover{
color:#509ece
}
.elfinder-toolbar .elfinder-button-menu{
background:#fff;
}
.bg1 .elfinder-toolbar .elfinder-button-menu{
background:#fff
}
.elfinder-button-menu{
background-color:#fff;
border:1px solid #999;
box-shadow:0 0 3px rgba(0,0,0,.15)
}
.bg1 .elfinder-button-menu{
background-color:#fff;
border:1px solid #999;
box-shadow:0 0 3px rgba(0,0,0,.15)
}
.elfinder-button-menu-item-selected,
.elfinder-button-menu-item.ui-state-hover{
background:#337ab7;
color:#fff
}
.bg1 .elfinder-button-menu-item-selected,
.bg1 .elfinder-button-menu-item.ui-state-hover{
background:#337ab7;
color:#fff
}
.elfinder .elfinder-navbar{
background:#fff
}
.bg1 .elfinder .elfinder-navbar{
background:#fff
}
.elfinder .elfinder-navbar-dir{
border:1px solid transparent
}
.elfinder .elfinder-navbar-dir.ui-state-active,
.elfinder .elfinder-navbar-dir:hover{
background:#e4e4e4;
color:#000;
border:1px solid #e4e4e4
}
.bg1 .elfinder .elfinder-navbar-dir.ui-state-active,
.bg1 .elfinder .elfinder-navbar-dir:hover{
background:#e4e4e4;
color:#000;
border:1px solid #e4e4e4
}
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file *,
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-file-wrapper,
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename{
color:#000
}
.bg1 .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file *,
.bg1 .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-file-wrapper,
.bg1 .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .bg1 .elfinder-cwd-filename{
color:#000
}
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename{
color:#000;
}
.bg1 .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename{
color:#000;
}
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file:active,
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file:hover{
color:#333;
background-color:#e6e6e6;
border:1px solid #8c8c8c
}
.bg1 .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file:active,
.bg1 .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file:hover{
color:#333;
background-color:#e6e6e6;
border:1px solid #8c8c8c
}
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file.ui-selected{
background-color:#f5f5f5;
border:1px solid #8c8c8c
}
.bg1 .elfinder .elfinder-cwd-view-icons .elfinder-cwd-file.ui-selected{
background-color:#f5f5f5;
border:1px solid #8c8c8c
}
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file.ui-selected *{
background-color:transparent
}
.elfinder .elfinder-cwd table thead tr{
background:0 0;
border:none
}
.elfinder .elfinder-cwd table thead tr td,
.elfinder .elfinder-cwd table thead tr td.ui-state-active{
color:#474747;
text-shadow:0 1px 0 rgba(255,255,255,.75);
border-bottom:2px solid #b2b2b2;
background:#cfd1cf
}
.bg1 .elfinder .elfinder-cwd table thead tr td,
.bg1 .elfinder .elfinder-cwd table thead tr td.ui-state-active{
color:#474747;
text-shadow:0 1px 0 rgba(255,255,255,.75);
border-bottom:2px solid #b2b2b2;
background:#cfd1cf
}
.elfinder .elfinder-cwd table tbody tr:nth-child(odd){
background-color:#eaeaea
}
.bg1 .elfinder .elfinder-cwd table tbody tr:nth-child(odd){
background-color:#eaeaea
}
.elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-state-hover,
.elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file:hover{
background:#d0ebf4
}
.bg1 .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-state-hover,
.bg1 .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file:hover{
background:#d0ebf4
}
.elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-state-hover *,
.elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-state-hover:hover *,
.elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file:hover *{
color:#509ece
}
.bg1 .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-state-hover *,
.bg1 .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-state-hover:hover *,
.bg1 .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file:hover *{
color:#509ece
}
.elfinder .elfinder-cwd table tbody tr.ui-selected td{
background:#d2d2d7
}
.bg1 .elfinder .elfinder-cwd table tbody tr.ui-selected td{
background:#d2d2d7
}
.elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-selected:hover *{
color:#fff
}
.bg1 .elfinder .elfinder-cwd-wrapper-list .elfinder-cwd-file.ui-selected:hover *{
color:#fff
}
.elfinder-dialog{
background:#eaeaea;
border:1px solid #b2b2b2;
border-bottom-color:#999;
border-radius:3px;
-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);
box-shadow:0 0 3px rgba(0,0,0,.15)
}
.bg1 .elfinder-dialog{
background:#eaeaea;
border:1px solid #b2b2b2;
border-bottom-color:#999;
-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);
box-shadow:0 0 3px rgba(0,0,0,.15)
}
.elfinder-dialog .ui-dialog-titlebar{
border-bottom:1px solid #e5e5e5
}
.bg1 .elfinder-dialog .ui-dialog-titlebar{
border-bottom:1px solid #e5e5e5
}
.elfinder-dialog .ui-tabs-nav{
background:#fff;
border-bottom:1px solid #888;
}
.bg1 .elfinder-dialog .ui-tabs-nav{
background:#fff;
border-bottom:1px solid #888;
}
.elfinder-dialog .ui-tabs-nav>li>a{
border:1px solid #ddd;
border-bottom-color:#888;
border-radius:4px 4px 0 0
}
.bg1 .elfinder-dialog .ui-tabs-nav>li>a{
border:1px solid #ddd;
border-bottom-color:#888;
}
.elfinder-dialog .ui-tabs-nav>li>a:hover{
background:#d4d4d4;
border-color:#eee #eee #888
}
.bg1 .elfinder-dialog .ui-tabs-nav>li>a:hover{
background:#d4d4d4;
border-color:#eee #eee #888
}
.elfinder-dialog .ui-tabs-nav .ui-state-default{
color:#ccc;
border:1px solid #bfbfbf;
border-radius:3px 3px 0 0;
background:#fff
}
.bg1 .elfinder-dialog .ui-tabs-nav .ui-state-default{
color:#ccc;
border:1px solid #bfbfbf;
background:#fff
}
.elfinder-dialog .ui-tabs-nav .ui-tabs-selected,
.elfinder-dialog .ui-tabs-nav li:active{
color:#000;
background-color:#fff;
border:1px solid #888;
border-bottom-color:transparent
}
.bg1 .elfinder-dialog .ui-tabs-nav .ui-tabs-selected,
.bg1 .elfinder-dialog .ui-tabs-nav li:active{
color:#000;
background-color:#fff;
border:1px solid #888;
}
.elfinder-dialog .ui-dialog-buttonpane{
background-color:#f5f5f5;
border-top:1px solid #ddd;
}
.bg1 .elfinder-dialog .ui-dialog-buttonpane{
background-color:#f5f5f5;
border-top:1px solid #ddd;
}
.elfinder-dialog .ui-button{
color:#333;
border:1px solid #b6b6b6;
border-bottom-color:#999;
background:#e4e4e4
}
.bg1 .elfinder-dialog .ui-button{
color:#333;
border:1px solid #b6b6b6;
border-bottom-color:#999;
background:#e4e4e4
}
.elfinder-dialog .ui-button:hover{
border-color:#9e9e9e;
background:#ccc
}
.bg1 .elfinder-dialog .ui-button:hover{
border-color:#9e9e9e;
background:#ccc
}
.elfinder-dialog .ui-button:active{
border-color:#969696
}
.bg1 .elfinder-dialog .ui-button:active{
border-color:#969696;
}
.elfinder .elfinder-statusbar{
background-color:#f5f5f5;
border:1px solid #ddd;
}
.bg1 .elfinder .elfinder-statusbar{
background-color:#f5f5f5;
border:1px solid #ddd;
}
.elfinder .elfinder-path{
background-color:transparent
}
.elfinder .elfinder-path>a+a:before{
color:#ccc;
}
.bg1 .elfinder .elfinder-path>a+a:before{
color:#ccc
}
.elfinder .elfinder-path a:hover,
.elfinder .elfinder-path a:hover:active,
.elfinder .elfinder-path a:hover:focus{
color:#777
}
.bg1 .elfinder .elfinder-path a:hover,
.bg1 .elfinder .elfinder-path a:hover:active,
.bg1 .elfinder .elfinder-path a:hover:focus{
color:#777
}
.elfinder .ui-widget-header{
border-bottom:1px solid #e5e5e5;
background-color:#f5f5f5
}
.bg1 .elfinder .ui-widget-header{
border-bottom:1px solid #e5e5e5;
background-color:#f5f5f5
}
.dialogelfinder{z-index:20000}
| 0.222447 | 0.088269 |
body {
margin: 0;
padding: 0;
height: 100%;
font-size: 12px;
font-family: "ๅพฎ่ฝฏ้
้ป";
background: url(../images/gz.jpg) no-repeat center center;
background-size: cover; /*ๆญคๅคๆ้ฎ้ขๅพ
ๆทฑ็ฉถ๏ผ*/
background-attachment: fixed;
}
.ui-login {
width: 350px;
height: auto;
position: absolute;
top: 100px;
left: 100px;
z-index: 9000;
border: 1px solid #d5d5d5;
background: #fff;
margin: auto;
display: none;
}
.ui-login a {
text-decoration: none;
}
.ui-login-title{
height: 48px;
line-height: 48px;
padding: 0 20px;
color: #d0985d;
font-size: 16px;
border-bottom: 1px solid #efefef;
background: #f5f5f5;
cursor: move;
user-select: none;
}
.ui-login-closebutton{
width: 16px;
height: 16px;
display: block;
position: absolute;
top: 12px;
right: 16px;
background:url(../images/close-link.png) no-repeat;
cursor:pointer;
}
.ui-login-closebutton:hover {
background: url(../images/close-hover2.png) no-repeat;
}
.ui-login-content {
padding: 15px 20px;
}
.ui-login-pt15 {
padding-top: 15px;
}
.interval {
margin-top: 10px;
}
.ui-login-140 {
height: 40px;
line-height: 40px;
text-align: center;
}
.ui-login-140 a {
color: #d0985d;
}
.ui-login-140 a:hover {
text-decoration: underline;
}
.ui-login-input {
width: 88%;
height: 36px;
margin: 0;
padding: 0;
border:1px solid #d5d5d5;
font-size: 16px;
color: black;
padding-left: 12%;
outline: none;
overflow: hidden;
}
.ui-login-input-username {
background: url(../images/user.png) no-repeat 5px;
}
.ui-login-input-password {
background: url(../images/pwd-link.png) no-repeat 5px;
}
.ui-login-submit {
width: 100%;
height: 50px;
background: #d3914b;
border:none;
font-size: 16px;
color: #fff;
outline: none;
text-align: center;
line-height: 50px;
display: block;
}
.ui-login-submit:hover {
background:#dc8021;
}
.ui-mask{
width: 100%;
height: 100%;
background:#000;
opacity: 0.2;
filter: alpha(opacity=20);
position: absolute;
top: 0;
left: 0;
z-index: 8000;
display: none;
}
.link {
text-align: right;
font-size: 16px;
line-height: 20px;
padding-right: 50px;
}
.link a {
text-decoration: none;
color: #fff;
}
|
css/main.css
|
body {
margin: 0;
padding: 0;
height: 100%;
font-size: 12px;
font-family: "ๅพฎ่ฝฏ้
้ป";
background: url(../images/gz.jpg) no-repeat center center;
background-size: cover; /*ๆญคๅคๆ้ฎ้ขๅพ
ๆทฑ็ฉถ๏ผ*/
background-attachment: fixed;
}
.ui-login {
width: 350px;
height: auto;
position: absolute;
top: 100px;
left: 100px;
z-index: 9000;
border: 1px solid #d5d5d5;
background: #fff;
margin: auto;
display: none;
}
.ui-login a {
text-decoration: none;
}
.ui-login-title{
height: 48px;
line-height: 48px;
padding: 0 20px;
color: #d0985d;
font-size: 16px;
border-bottom: 1px solid #efefef;
background: #f5f5f5;
cursor: move;
user-select: none;
}
.ui-login-closebutton{
width: 16px;
height: 16px;
display: block;
position: absolute;
top: 12px;
right: 16px;
background:url(../images/close-link.png) no-repeat;
cursor:pointer;
}
.ui-login-closebutton:hover {
background: url(../images/close-hover2.png) no-repeat;
}
.ui-login-content {
padding: 15px 20px;
}
.ui-login-pt15 {
padding-top: 15px;
}
.interval {
margin-top: 10px;
}
.ui-login-140 {
height: 40px;
line-height: 40px;
text-align: center;
}
.ui-login-140 a {
color: #d0985d;
}
.ui-login-140 a:hover {
text-decoration: underline;
}
.ui-login-input {
width: 88%;
height: 36px;
margin: 0;
padding: 0;
border:1px solid #d5d5d5;
font-size: 16px;
color: black;
padding-left: 12%;
outline: none;
overflow: hidden;
}
.ui-login-input-username {
background: url(../images/user.png) no-repeat 5px;
}
.ui-login-input-password {
background: url(../images/pwd-link.png) no-repeat 5px;
}
.ui-login-submit {
width: 100%;
height: 50px;
background: #d3914b;
border:none;
font-size: 16px;
color: #fff;
outline: none;
text-align: center;
line-height: 50px;
display: block;
}
.ui-login-submit:hover {
background:#dc8021;
}
.ui-mask{
width: 100%;
height: 100%;
background:#000;
opacity: 0.2;
filter: alpha(opacity=20);
position: absolute;
top: 0;
left: 0;
z-index: 8000;
display: none;
}
.link {
text-align: right;
font-size: 16px;
line-height: 20px;
padding-right: 50px;
}
.link a {
text-decoration: none;
color: #fff;
}
| 0.298696 | 0.066357 |
width: 1024px;
margin: auto;
padding-top: 20px;
}
#linkeSpalte{
float: left;
width: 40%;
height: 498px;
text-align: center;
background-color: rgba(78, 78, 78, 0.31);
}
#rechteSpalte{
float: right;
height: 465px;
width: 60%;
text-align: center;
padding-top: 33px;
background-color: rgba(78, 78, 78, 0.31);
}
#bier{
border: 0px solid black;
visibility: hidden;
margin: auto;
}
#bier .bier-highlight {
background-color: red;
}
#bier td {
border: 1px solid black;
}
#bier, #bier tr, #bier tr td {
padding: 0px;
}
body {
background-image: url(../images/cornfield2.jpg);
background-size: cover;
background-attachment: fixed;
color: ivory;
font-weight: bold;
font-family: sans-serif;
}
a {
color:lightgrey;
text-decoration: none;
font-family: sans-serif;
}
a:hover {
color: ivory;
}
h1 {
color: ivory;
font-weight: bold;
font-size: 250%;
font-family: sans-serif;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border:none;
border-radius: 0;
font-size: 1em;
width: 100%;
visiblility: visible;
}
select {
width: 160px;
height: 30px;
background-color: ivory;
color:black;
border-top:1px solid #444;
padding:.3em 1em .3em 1em;
border-radius: 2px;
}
option {
background: lightgrey;
border-top:1px solid ivory;
padding:.3em 1em .3em 1em;
border-radius: 2px;
}
#werBeginnt {
background-color: transparent;
margin-top: 2%;
visibility: visible;
font-weight: bold;
font-size: 150%;
color: ivory;
font-family: sans-serif;
}
#level {
margin-top: 4%;
visibility: visible;
font-weight: bold;
font-size: 150%;
color: ivory;
font-family: sans-serif;
}
#start {
width: 162px;
height: 35px;
margin-top: 4%;
background-color: transparent;
visibility: visible;
color: ivory;
font-weight: bold;
font-size: 130%;
font-family: sans-serif;
}
#start:hover {
background-color: #aaaaaa;
border: 2px solid ivory;
}
#neustart {
width: 200px;
height: 35px;
margin-top: 25px;
background-color: transparent;
visibility: hidden;
color: ivory;
font-weight: bold;
font-size: 130%;
font-family: sans-serif;
}
#neustart:hover {
background-color: #aaaaaa;
border: 2px solid ivory;
}
button {
font-size: 18px;
font-family: FreeSans;
border: 1px solid ivory;
text-align: center;
border-radius: 2px;
}
/*
Code aus dem Tutorial von w3schools
https://www.w3schools.com/howto/howto_js_snackbar.asp
*/
/* The snackbar - position it at the top and in the middle of the screen */
#snackbar {
visibility: hidden; /* Hidden by default. Visible on click */
min-width: 992px; /* Set a default minimum width */
margin-left: -511px; /* Divide value of min-width by 2 */
background-color: #333; /* Black background color */
color: #fff; /* White text color */
text-align: center; /* Centered text */
border-radius: 2px; /* Rounded borders */
padding: 16px; /* Padding */
position: fixed; /* Sit on top of the screen */
z-index: 1; /* Add a z-index if needed */
left: 50%; /* Center the snackbar */
top: 9%; /* 30px from the bottom */
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
visibility: visible; /* Show the snackbar */
/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 4.5 seconds */
-webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
animation: fadein 0.5s, fadeout 0.5s 5.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
from {top: 5.5%; opacity: 0;}
to {top: 9%; opacity: 1;}
}
@keyframes fadein {
from {top: 5.5%; opacity: 0;}
to {top: 9%; opacity: 1;}
}
@-webkit-keyframes fadeout {
from {top: 9%; opacity: 1;}
to {top: 5.5%; opacity: 0;}
}
@keyframes fadeout {
from {top: 9%; opacity: 1;}
to {top: 5.5%; opacity: 0;}
}
|
public/stylesheets/biergewinnt.css
|
width: 1024px;
margin: auto;
padding-top: 20px;
}
#linkeSpalte{
float: left;
width: 40%;
height: 498px;
text-align: center;
background-color: rgba(78, 78, 78, 0.31);
}
#rechteSpalte{
float: right;
height: 465px;
width: 60%;
text-align: center;
padding-top: 33px;
background-color: rgba(78, 78, 78, 0.31);
}
#bier{
border: 0px solid black;
visibility: hidden;
margin: auto;
}
#bier .bier-highlight {
background-color: red;
}
#bier td {
border: 1px solid black;
}
#bier, #bier tr, #bier tr td {
padding: 0px;
}
body {
background-image: url(../images/cornfield2.jpg);
background-size: cover;
background-attachment: fixed;
color: ivory;
font-weight: bold;
font-family: sans-serif;
}
a {
color:lightgrey;
text-decoration: none;
font-family: sans-serif;
}
a:hover {
color: ivory;
}
h1 {
color: ivory;
font-weight: bold;
font-size: 250%;
font-family: sans-serif;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border:none;
border-radius: 0;
font-size: 1em;
width: 100%;
visiblility: visible;
}
select {
width: 160px;
height: 30px;
background-color: ivory;
color:black;
border-top:1px solid #444;
padding:.3em 1em .3em 1em;
border-radius: 2px;
}
option {
background: lightgrey;
border-top:1px solid ivory;
padding:.3em 1em .3em 1em;
border-radius: 2px;
}
#werBeginnt {
background-color: transparent;
margin-top: 2%;
visibility: visible;
font-weight: bold;
font-size: 150%;
color: ivory;
font-family: sans-serif;
}
#level {
margin-top: 4%;
visibility: visible;
font-weight: bold;
font-size: 150%;
color: ivory;
font-family: sans-serif;
}
#start {
width: 162px;
height: 35px;
margin-top: 4%;
background-color: transparent;
visibility: visible;
color: ivory;
font-weight: bold;
font-size: 130%;
font-family: sans-serif;
}
#start:hover {
background-color: #aaaaaa;
border: 2px solid ivory;
}
#neustart {
width: 200px;
height: 35px;
margin-top: 25px;
background-color: transparent;
visibility: hidden;
color: ivory;
font-weight: bold;
font-size: 130%;
font-family: sans-serif;
}
#neustart:hover {
background-color: #aaaaaa;
border: 2px solid ivory;
}
button {
font-size: 18px;
font-family: FreeSans;
border: 1px solid ivory;
text-align: center;
border-radius: 2px;
}
/*
Code aus dem Tutorial von w3schools
https://www.w3schools.com/howto/howto_js_snackbar.asp
*/
/* The snackbar - position it at the top and in the middle of the screen */
#snackbar {
visibility: hidden; /* Hidden by default. Visible on click */
min-width: 992px; /* Set a default minimum width */
margin-left: -511px; /* Divide value of min-width by 2 */
background-color: #333; /* Black background color */
color: #fff; /* White text color */
text-align: center; /* Centered text */
border-radius: 2px; /* Rounded borders */
padding: 16px; /* Padding */
position: fixed; /* Sit on top of the screen */
z-index: 1; /* Add a z-index if needed */
left: 50%; /* Center the snackbar */
top: 9%; /* 30px from the bottom */
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
visibility: visible; /* Show the snackbar */
/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 4.5 seconds */
-webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
animation: fadein 0.5s, fadeout 0.5s 5.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
from {top: 5.5%; opacity: 0;}
to {top: 9%; opacity: 1;}
}
@keyframes fadein {
from {top: 5.5%; opacity: 0;}
to {top: 9%; opacity: 1;}
}
@-webkit-keyframes fadeout {
from {top: 9%; opacity: 1;}
to {top: 5.5%; opacity: 0;}
}
@keyframes fadeout {
from {top: 9%; opacity: 1;}
to {top: 5.5%; opacity: 0;}
}
| 0.452052 | 0.124479 |
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }
/* Clearfix hack by <NAME>: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
html{
height:100%;
min-height:100%;
}
body{
min-height:100%;
}
body {
font-family: 'Lato', Calibri, Arial, sans-serif;
color: #fff;
/* background-color:#333;
background-image:url(../images/bgg.jpg);
background-repeat:no-repeat;
background-position:center;
background-size:cover;*/
}
a {
color: #c0392b;
text-decoration: none;
}
a:hover,
a:active {
color: #333;
}
/* Header Style */
.main,
.container > header {
margin: 0 auto;
padding: 2em;
}
.container > header {
text-align: center;
background: #d94839;
padding: 3em;
}
.container > header h1 {
font-size: 2.625em;
line-height: 1.3;
margin: 0;
font-weight: 300;
}
.container > header span {
display: block;
font-size: 60%;
opacity: 0.7;
padding: 0 0 0.6em 0.1em;
}
/* Main Content */
.main {
max-width: 69em;
}
.column {
float: left;
width: 50%;
padding: 0 2em;
min-height: 300px;
position: relative;
}
.column:nth-child(2) {
box-shadow: -1px 0 0 rgba(0,0,0,0.1);
}
.column p {
font-weight: 300;
font-size: 2em;
padding: 0;
margin: 0;
text-align: right;
line-height: 1.5;
}
/* To Navigation Style */
.codrops-top {
background: #fff;
background: rgba(255, 255, 255, 0.2);
text-transform: uppercase;
width: 100%;
font-size: 0.69em;
line-height: 2.2;
}
.codrops-top a {
padding: 0 1em;
letter-spacing: 0.1em;
display: inline-block;
}
.codrops-top a:hover {
color: #e74c3c;
background: rgba(255,255,255,0.6);
}
.codrops-top span.right {
float: right;
}
.codrops-top span.right a {
float: left;
display: block;
}
.codrops-icon:before {
font-family: 'codropsicons';
margin: 0 4px;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before {
content: "\e001";
}
.codrops-icon-prev:before {
content: "\e004";
}
button {
border: none;
padding: 0.6em 1.2em;
background: #c0392b;
color: #fff;
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size: 1em;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
display: inline-block;
margin: 3px 2px;
border-radius: 2px;
}
button:hover {
background: #A5281B;
}
ul.contentareabox{width:100%; margin:0 !important; padding:0 !important; list-style:none;}
ul.contentareabox li{margin:0; width:46%; display:block; float:left;}
.btn{ display:table; line-height:42px; padding:0px 20px; color:#fff; border-radius:4px; font-size:16px; border:1px solid #206d1e; font-weight:bold; text-align:center; width:160px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3eab3b+0,1c691a+100 */
background: #3eab3b; /* Old browsers */
background: -moz-linear-gradient(top, #3eab3b 0%, #1c691a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3eab3b 0%,#1c691a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3eab3b 0%,#1c691a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eab3b', endColorstr='#1c691a',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: inset 0px 0px 3px 0px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 3px 0px rgba(255,255,255,1);
box-shadow: inset 0px 0px 3px 0px rgba(255,255,255,1);
text-shadow: none;
}
ul.contentareabox li:first-child{margin-right:8%;}
.btn:hover{text-decoration:none; color:#dbed13;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c691a+0,3eab3b+100 */
background: #1c691a; /* Old browsers */
background: -moz-linear-gradient(top, #1c691a 0%, #3eab3b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1c691a 0%,#3eab3b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1c691a 0%,#3eab3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c691a', endColorstr='#3eab3b',GradientType=0 ); /* IE6-9 */
}
.btn img{position:absolute; z-index:10; float:left; margin-left:78px;}
.cblock{display:block; float:left; margin-right:10px;}
@media screen and (max-width: 46.0625em) {
.column {
width: 100%;
min-width: auto;
min-height: auto;
padding: 1em;
}
.column p {
text-align: left;
font-size: 1.5em;
}
.column:nth-child(2) {
box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}
}
@media screen and (max-width: 25em) {
.codrops-icon span {
display: none;
}
}
@media screen and (max-width: 768px) {
ul.contentareabox li{margin:0; padding:0; width:100%; text-align:center;}
ul.contentareabox li .cblock{display:none;}
ul.contentareabox li .btn{float:none; margin:0px auto;}
.md-show .md-content p{margin:0px !important;}
ul.contentareabox li:first-child{margin-bottom:18px;}
}
|
assets/home_page/css/default.css
|
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }
/* Clearfix hack by <NAME>: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
html{
height:100%;
min-height:100%;
}
body{
min-height:100%;
}
body {
font-family: 'Lato', Calibri, Arial, sans-serif;
color: #fff;
/* background-color:#333;
background-image:url(../images/bgg.jpg);
background-repeat:no-repeat;
background-position:center;
background-size:cover;*/
}
a {
color: #c0392b;
text-decoration: none;
}
a:hover,
a:active {
color: #333;
}
/* Header Style */
.main,
.container > header {
margin: 0 auto;
padding: 2em;
}
.container > header {
text-align: center;
background: #d94839;
padding: 3em;
}
.container > header h1 {
font-size: 2.625em;
line-height: 1.3;
margin: 0;
font-weight: 300;
}
.container > header span {
display: block;
font-size: 60%;
opacity: 0.7;
padding: 0 0 0.6em 0.1em;
}
/* Main Content */
.main {
max-width: 69em;
}
.column {
float: left;
width: 50%;
padding: 0 2em;
min-height: 300px;
position: relative;
}
.column:nth-child(2) {
box-shadow: -1px 0 0 rgba(0,0,0,0.1);
}
.column p {
font-weight: 300;
font-size: 2em;
padding: 0;
margin: 0;
text-align: right;
line-height: 1.5;
}
/* To Navigation Style */
.codrops-top {
background: #fff;
background: rgba(255, 255, 255, 0.2);
text-transform: uppercase;
width: 100%;
font-size: 0.69em;
line-height: 2.2;
}
.codrops-top a {
padding: 0 1em;
letter-spacing: 0.1em;
display: inline-block;
}
.codrops-top a:hover {
color: #e74c3c;
background: rgba(255,255,255,0.6);
}
.codrops-top span.right {
float: right;
}
.codrops-top span.right a {
float: left;
display: block;
}
.codrops-icon:before {
font-family: 'codropsicons';
margin: 0 4px;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before {
content: "\e001";
}
.codrops-icon-prev:before {
content: "\e004";
}
button {
border: none;
padding: 0.6em 1.2em;
background: #c0392b;
color: #fff;
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size: 1em;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
display: inline-block;
margin: 3px 2px;
border-radius: 2px;
}
button:hover {
background: #A5281B;
}
ul.contentareabox{width:100%; margin:0 !important; padding:0 !important; list-style:none;}
ul.contentareabox li{margin:0; width:46%; display:block; float:left;}
.btn{ display:table; line-height:42px; padding:0px 20px; color:#fff; border-radius:4px; font-size:16px; border:1px solid #206d1e; font-weight:bold; text-align:center; width:160px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3eab3b+0,1c691a+100 */
background: #3eab3b; /* Old browsers */
background: -moz-linear-gradient(top, #3eab3b 0%, #1c691a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3eab3b 0%,#1c691a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3eab3b 0%,#1c691a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eab3b', endColorstr='#1c691a',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: inset 0px 0px 3px 0px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 3px 0px rgba(255,255,255,1);
box-shadow: inset 0px 0px 3px 0px rgba(255,255,255,1);
text-shadow: none;
}
ul.contentareabox li:first-child{margin-right:8%;}
.btn:hover{text-decoration:none; color:#dbed13;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c691a+0,3eab3b+100 */
background: #1c691a; /* Old browsers */
background: -moz-linear-gradient(top, #1c691a 0%, #3eab3b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1c691a 0%,#3eab3b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1c691a 0%,#3eab3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c691a', endColorstr='#3eab3b',GradientType=0 ); /* IE6-9 */
}
.btn img{position:absolute; z-index:10; float:left; margin-left:78px;}
.cblock{display:block; float:left; margin-right:10px;}
@media screen and (max-width: 46.0625em) {
.column {
width: 100%;
min-width: auto;
min-height: auto;
padding: 1em;
}
.column p {
text-align: left;
font-size: 1.5em;
}
.column:nth-child(2) {
box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}
}
@media screen and (max-width: 25em) {
.codrops-icon span {
display: none;
}
}
@media screen and (max-width: 768px) {
ul.contentareabox li{margin:0; padding:0; width:100%; text-align:center;}
ul.contentareabox li .cblock{display:none;}
ul.contentareabox li .btn{float:none; margin:0px auto;}
.md-show .md-content p{margin:0px !important;}
ul.contentareabox li:first-child{margin-bottom:18px;}
}
| 0.418459 | 0.091911 |
.resultGrid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
/* 4gaps adds up to 4rem */
grid-auto-flow: dense;
width: calc(100% - 4rem + 1rem);
padding: 1.5rem !important;
}
@media only screen and (max-width: 1150px) {
.resultGrid {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 900px) {
.resultGrid {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 600px) {
.resultGrid {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 500px) {
.resultGrid {
grid-template-columns: 1fr 1fr;
}
}
.cardPadding {
padding: 0.5rem;
}
.cardType {
text-transform: uppercase;
/* font-size: 14px; */
display: block;
margin-bottom: 0 !important;
color: rgba(0,0,0,0.7);
}
.cardLink {
text-decoration: none;
display: contents;
}
.peopleCard, .collectionsCard, .projectsCard {
cursor: pointer;
outline-offset: -0.5rem;
outline: 3px solid transparent;
transition: outline 0.1s;
overflow: hidden;
}
.peopleCard:hover, .collectionsCard:hover, .projectsCard:hover {
outline: 3px solid #EDD6A6;
}
.peopleCard::before, .collectionsCard::before, .projectsCard::before {
content: '';
position: absolute;
top: 0; left: 0;
width: calc(100% - 1rem); height: calc(100% - 1rem);
background-image: url('../assets/images/old_paper6_2_1.png'); /* 2:1 */
background-size: 100% 100%;
z-index: -1;
margin: 0.5rem;
}
/* bottom inner shadows for long & overflowing collection cards */
.collectionsCard::after, .projectsCard::after, .peopleCard::after {
content: '';
position: absolute;
top: 0.5rem; left: 0.5rem;
width: calc(100% - 1rem); height: calc(100% - 1rem);
box-shadow: 0px -40px 40px #EFE6D2 inset;
z-index: 3;
pointer-events: none;
}
.peopleCard .content, .collectionsCard .content, .projectsCard .content {
margin: 1.5rem 1rem 1.5rem 0.5rem;
/* padding: 0.5rem 15px 0.5rem 0; */
font-size: 0.8rem;
color: #121212;
overflow-y: auto;
overflow-x: hidden;
flex: 1;
}
.collectionsCard .content, .projectsCard .content {
margin: 0 0.6rem 0.5rem 0.7rem;
padding: 0 0.5rem 1rem 0.5rem;
}
.peopleCard .content *, .collectionsCard .content *, .projectsCard .content * {
margin-bottom: 0.5rem;
display: block;
}
/* People */
.peopleCard {
grid-column: span 2;
aspect-ratio: 2 / 1; /* to-do: make this cross browser*/
width: 100%;
display: flex;
/*padding: 0.5rem;*/
position: relative;
}
.peopleCard .picture {
position: relative;
aspect-ratio: 308 / 348;
margin: 1rem 0.5rem 1rem 1rem;
z-index: 5;
}
.peopleCard .picture img {
width: 100%;
aspect-ratio: 308 / 348;
height: 100%;
object-fit: cover;
}
.peopleCard .picture::after {
content: '';
position: absolute;
width: 100%; height: 100%;
top: 0; left: 0;
background-size: 100% 100%;
background-image: url('../assets/images/frame.png');
z-index: 2;
pointer-events: none;
}
/* Collections */
.collectionsCard {
grid-column: span 2;
grid-row: span 2;
aspect-ratio: 1 / 1; /* to-do: make this cross browser*/
width: 100%;
display: flex;
position: relative;
/*padding: 0.5rem;*/
flex-direction: column;
}
.collectionsCard .picture {
position: relative;
aspect-ratio: 348 / 154;
margin: 1rem 1rem 0.5rem 1rem;
}
.collectionsCard .picture img {
width: 100%;
aspect-ratio: 348 / 154;
height: 100%;
object-fit: cover;
}
.collectionsCard .picture::after {
content: '';
position: absolute;
width: 100%; height: 100%;
top: 0; left: 0;
background-size: 100% 100%;
background-image: url('../assets/images/frame1.png');
z-index: 2;
pointer-events: none;
}
/* Projects */
.projectsCard {
aspect-ratio: 1 / 2; /* to-do: make this cross browser*/
width: 100%;
display: flex;
position: relative;
/*padding: 0.5rem;*/
flex-direction: column;
grid-row: span 2;
}
.projectsCard .picture {
position: relative;
aspect-ratio: 348 / 308;
margin: 1rem 1rem 0.5rem 1rem;
}
.projectsCard .picture img {
width: 100%;
aspect-ratio: 348 / 308;
height: 100%;
object-fit: cover;
}
.projectsCard .picture::after {
content: '';
position: absolute;
width: 100%; height: 100%;
top: 0; left: 0;
background-size: 100% 100%;
background-image: url('../assets/images/frame.png');
z-index: 2;
pointer-events: none;
}
/* Ghost */
.ghostCard {
aspect-ratio: 2 / 1; /* to-do: make this cross browser*/
width: 100%;
display: flex;
/*padding: 0.5rem;*/
position: relative;
outline: 5px dashed #ccc;
outline-offset: -1rem;
grid-column: span 2;
}
.ghostCard:after {
content: '?';
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: #aaa;
font-family: 'Goblin One', serif;
font-size: 2rem;
}
blockquote {
position: relative;
max-width: 30em;
margin: 0 0 2rem 0;
background-color: #eee;
padding: 1.125em 1.5em;
font-size: 1.25em;
}
blockquote::before {
content: '';
position: absolute;
width: 0;
height: 0;
bottom: 100%;
left: 1.5em;
border: .75rem solid transparent;
border-top: none;
border-bottom-color: #eee;
}
.tags span {
background-image: url('../assets/images/postcards_02_input.png');
display: inline-block !important;
margin-right: 0.5rem;
border-radius: 2rem;
padding: 0.5rem 1rem;
}
|
frontend/src/styles/cards.css
|
.resultGrid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
/* 4gaps adds up to 4rem */
grid-auto-flow: dense;
width: calc(100% - 4rem + 1rem);
padding: 1.5rem !important;
}
@media only screen and (max-width: 1150px) {
.resultGrid {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 900px) {
.resultGrid {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 600px) {
.resultGrid {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 500px) {
.resultGrid {
grid-template-columns: 1fr 1fr;
}
}
.cardPadding {
padding: 0.5rem;
}
.cardType {
text-transform: uppercase;
/* font-size: 14px; */
display: block;
margin-bottom: 0 !important;
color: rgba(0,0,0,0.7);
}
.cardLink {
text-decoration: none;
display: contents;
}
.peopleCard, .collectionsCard, .projectsCard {
cursor: pointer;
outline-offset: -0.5rem;
outline: 3px solid transparent;
transition: outline 0.1s;
overflow: hidden;
}
.peopleCard:hover, .collectionsCard:hover, .projectsCard:hover {
outline: 3px solid #EDD6A6;
}
.peopleCard::before, .collectionsCard::before, .projectsCard::before {
content: '';
position: absolute;
top: 0; left: 0;
width: calc(100% - 1rem); height: calc(100% - 1rem);
background-image: url('../assets/images/old_paper6_2_1.png'); /* 2:1 */
background-size: 100% 100%;
z-index: -1;
margin: 0.5rem;
}
/* bottom inner shadows for long & overflowing collection cards */
.collectionsCard::after, .projectsCard::after, .peopleCard::after {
content: '';
position: absolute;
top: 0.5rem; left: 0.5rem;
width: calc(100% - 1rem); height: calc(100% - 1rem);
box-shadow: 0px -40px 40px #EFE6D2 inset;
z-index: 3;
pointer-events: none;
}
.peopleCard .content, .collectionsCard .content, .projectsCard .content {
margin: 1.5rem 1rem 1.5rem 0.5rem;
/* padding: 0.5rem 15px 0.5rem 0; */
font-size: 0.8rem;
color: #121212;
overflow-y: auto;
overflow-x: hidden;
flex: 1;
}
.collectionsCard .content, .projectsCard .content {
margin: 0 0.6rem 0.5rem 0.7rem;
padding: 0 0.5rem 1rem 0.5rem;
}
.peopleCard .content *, .collectionsCard .content *, .projectsCard .content * {
margin-bottom: 0.5rem;
display: block;
}
/* People */
.peopleCard {
grid-column: span 2;
aspect-ratio: 2 / 1; /* to-do: make this cross browser*/
width: 100%;
display: flex;
/*padding: 0.5rem;*/
position: relative;
}
.peopleCard .picture {
position: relative;
aspect-ratio: 308 / 348;
margin: 1rem 0.5rem 1rem 1rem;
z-index: 5;
}
.peopleCard .picture img {
width: 100%;
aspect-ratio: 308 / 348;
height: 100%;
object-fit: cover;
}
.peopleCard .picture::after {
content: '';
position: absolute;
width: 100%; height: 100%;
top: 0; left: 0;
background-size: 100% 100%;
background-image: url('../assets/images/frame.png');
z-index: 2;
pointer-events: none;
}
/* Collections */
.collectionsCard {
grid-column: span 2;
grid-row: span 2;
aspect-ratio: 1 / 1; /* to-do: make this cross browser*/
width: 100%;
display: flex;
position: relative;
/*padding: 0.5rem;*/
flex-direction: column;
}
.collectionsCard .picture {
position: relative;
aspect-ratio: 348 / 154;
margin: 1rem 1rem 0.5rem 1rem;
}
.collectionsCard .picture img {
width: 100%;
aspect-ratio: 348 / 154;
height: 100%;
object-fit: cover;
}
.collectionsCard .picture::after {
content: '';
position: absolute;
width: 100%; height: 100%;
top: 0; left: 0;
background-size: 100% 100%;
background-image: url('../assets/images/frame1.png');
z-index: 2;
pointer-events: none;
}
/* Projects */
.projectsCard {
aspect-ratio: 1 / 2; /* to-do: make this cross browser*/
width: 100%;
display: flex;
position: relative;
/*padding: 0.5rem;*/
flex-direction: column;
grid-row: span 2;
}
.projectsCard .picture {
position: relative;
aspect-ratio: 348 / 308;
margin: 1rem 1rem 0.5rem 1rem;
}
.projectsCard .picture img {
width: 100%;
aspect-ratio: 348 / 308;
height: 100%;
object-fit: cover;
}
.projectsCard .picture::after {
content: '';
position: absolute;
width: 100%; height: 100%;
top: 0; left: 0;
background-size: 100% 100%;
background-image: url('../assets/images/frame.png');
z-index: 2;
pointer-events: none;
}
/* Ghost */
.ghostCard {
aspect-ratio: 2 / 1; /* to-do: make this cross browser*/
width: 100%;
display: flex;
/*padding: 0.5rem;*/
position: relative;
outline: 5px dashed #ccc;
outline-offset: -1rem;
grid-column: span 2;
}
.ghostCard:after {
content: '?';
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: #aaa;
font-family: 'Goblin One', serif;
font-size: 2rem;
}
blockquote {
position: relative;
max-width: 30em;
margin: 0 0 2rem 0;
background-color: #eee;
padding: 1.125em 1.5em;
font-size: 1.25em;
}
blockquote::before {
content: '';
position: absolute;
width: 0;
height: 0;
bottom: 100%;
left: 1.5em;
border: .75rem solid transparent;
border-top: none;
border-bottom-color: #eee;
}
.tags span {
background-image: url('../assets/images/postcards_02_input.png');
display: inline-block !important;
margin-right: 0.5rem;
border-radius: 2rem;
padding: 0.5rem 1rem;
}
| 0.596433 | 0.289887 |
HTML5 display definitions
========================================================================== */
/*
* Corrects block display not defined in IE6/7/8/9 & FF3
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
display: block;
}
/*
* Corrects inline-block display not defined in IE6/7/8/9 & FF3
*/
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
/*
* Prevents modern browsers from displaying 'audio' without controls
* Remove excess height in iOS5 devices
*/
audio:not([controls]) {
display: none;
height: 0;
}
/*
* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
* Known issue: no IE6 support
*/
[hidden] {
display: none;
}
/* =============================================================================
Base
========================================================================== */
/*
* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
* http://clagnut.com/blog/348/#c790
* 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
*/
html {
font-size: 100%;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
-ms-text-size-adjust: 100%;
/* 2 */
}
/*
* Addresses font-family inconsistency between 'textarea' and other form elements.
*/
html,
button,
input,
select,
textarea {
font-family: sans-serif;
}
/*
* Addresses margins handled incorrectly in IE6/7
*/
body {
margin: 0;
}
/* =============================================================================
Links
========================================================================== */
/*
* Addresses outline displayed oddly in Chrome
*/
a:focus {
outline: thin dotted;
}
/*
* Improves readability when focused and also mouse hovered in all browsers
* people.opera.com/patrickl/experiments/keyboard/test
*/
a:hover,
a:active {
outline: 0;
}
/* =============================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE6/7
* Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
h2 {
font-size: 1.5em;
margin: 0.83em 0;
}
h3 {
font-size: 1.17em;
margin: 1em 0;
}
h4 {
font-size: 1em;
margin: 1.33em 0;
}
h5 {
font-size: 0.83em;
margin: 1.67em 0;
}
h6 {
font-size: 0.75em;
margin: 2.33em 0;
}
/*
* Addresses styling not present in IE7/8/9, S5, Chrome
*/
abbr[title] {
border-bottom: 1px dotted;
}
/*
* Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
font-weight: bold;
}
blockquote {
margin: 1em 40px;
}
/*
* Addresses styling not present in S5, Chrome
*/
dfn {
font-style: italic;
}
/*
* Addresses styling not present in IE6/7/8/9
*/
mark {
background: #ff0;
color: #000;
}
/*
* Addresses margins set differently in IE6/7
*/
p,
pre {
margin: 1em 0;
}
/*
* Corrects font family set oddly in IE6, S4/5, Chrome
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
*/
pre,
code,
kbd,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
}
/*
* Improves readability of pre-formatted text in all browsers
*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
/*
* 1. Addresses CSS quotes not supported in IE6/7
* 2. Addresses quote property not supported in S4
*/
/* 1 */
q {
quotes: none;
}
/* 2 */
q:before,
q:after {
content: '';
content: none;
}
small {
font-size: 75%;
}
/*
* Prevents sub and sup affecting line-height in all browsers
* gist.github.com/413930
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* =============================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE6/7
*/
dl,
menu,
ol,
ul {
margin: 1em 0;
}
dd {
margin: 0 0 0 40px;
}
/*
* Addresses paddings set differently in IE6/7
*/
menu,
ol,
ul {
padding: 0 0 0 40px;
}
/*
* Corrects list images handled incorrectly in IE7
*/
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
/* =============================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
* 2. Improves image quality when scaled in IE7
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/
img {
border: 0;
/* 1 */
-ms-interpolation-mode: bicubic;
/* 2 */
}
/*
* Corrects overflow displayed oddly in IE9
*/
svg:not(:root) {
overflow: hidden;
}
/* =============================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE6/7/8/9, S5, O11
*/
figure {
margin: 0;
}
/* =============================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE6/7
*/
form {
margin: 0;
}
/*
* Define consistent border, margin, and padding
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/*
* 1. Corrects color not being inherited in IE6/7/8/9
* 2. Corrects text not wrapping in FF3
* 3. Corrects alignment displayed oddly in IE6/7
*/
legend {
border: 0;
/* 1 */
padding: 0;
white-space: normal;
/* 2 */
*margin-left: -7px;
/* 3 */
}
/*
* 1. Corrects font size not being inherited in all browsers
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
* 3. Improves appearance and consistency in all browsers
*/
button,
input,
select,
textarea {
font-size: 100%;
/* 1 */
margin: 0;
/* 2 */
vertical-align: baseline;
/* 3 */
*vertical-align: middle;
/* 3 */
}
/*
* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
*/
button,
input {
line-height: normal;
/* 1 */
}
/*
* 1. Improves usability and consistency of cursor style between image-type 'input' and others
* 2. Corrects inability to style clickable 'input' types in iOS
* 3. Removes inner spacing in IE7 without affecting normal text inputs
* Known issue: inner spacing remains in IE6
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
/* 1 */
-webkit-appearance: button;
/* 2 */
*overflow: visible;
/* 3 */
}
/*
* Re-set default cursor for disabled elements
*/
button[disabled],
input[disabled] {
cursor: default;
}
/*
* 1. Addresses box sizing set to content-box in IE8/9
* 2. Removes excess padding in IE8/9
* 3. Removes excess padding in IE7
Known issue: excess padding remains in IE6
*/
input[type="checkbox"],
input[type="radio"] {
-moz-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
*height: 13px;
/* 3 */
*width: 13px;
/* 3 */
}
/*
* 1. Addresses appearance set to searchfield in S5, Chrome
* 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
/* 2 */
box-sizing: content-box;
}
/*
* Removes inner padding and search cancel button in S5, Chrome on OS X
*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
/*
* Removes inner padding and border in FF3+
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
* 1. Removes default vertical scrollbar in IE6/7/8/9
* 2. Improves readability and alignment in all browsers
*/
textarea {
overflow: auto;
/* 1 */
vertical-align: top;
/* 2 */
}
/* =============================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
.map, .map img, .slideshow-viewport, .background {
border: 1px solid #CCC;
border-radius: 2px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
h1 {
background: -webkit-linear-gradient(top, white, #dddddd 35%, #888888 60%, #dddddd 65%, #666666);
background: linear-gradient(to bottom, white, #dddddd 35%, #888888 60%, #dddddd 65%, #666666);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: none;
}
ul.slides li div, .content {
background: url(../../assets/images/transparent.png);
background: rgba(255, 255, 255, 0.925);
color: #000;
border: 1px solid #FFF;
border-radius: 2px;
text-align: left;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
@-webkit-keyframes blink {
from {
color: white;
}
to {
color: #969696;
}
}
@keyframes blink {
from {
color: white;
}
to {
color: #969696;
}
}
@-webkit-keyframes slide {
0% {
opacity: 1;
}
19.45% {
opacity: 1;
}
22.21667% {
opacity: 0;
}
97.33333% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes slide {
0% {
opacity: 1;
}
19.45% {
opacity: 1;
}
22.21667% {
opacity: 0;
}
97.33333% {
opacity: 0;
}
100% {
opacity: 1;
}
}
html, body {
margin: 0;
padding: 0;
font-family: 'Gudea', Calibri, 'Lucida Grande', Arial, Verdana, sans-serif;
font-size: 15px;
line-height: 1.55;
}
html {
background-color: #000;
background-image: url(../../assets/images/tapete.png);
color: #CCC;
}
body {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.025) 50%, rgba(0, 0, 0, 0)), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.025) 50%, rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}
h2, h3, h4, h5, h6, p {
margin: 0 0 1em 0;
}
h1 {
margin: 0;
line-height: 1.2;
}
h1, h2, ul.slides li strong {
font-family: "Times New Roman", Times, serif;
font-size: 37.5px;
font-weight: normal;
text-transform: none;
font-variant: small-caps;
}
@media only screen and (max-width: 820px) {
h1 {
font-size: 30px;
}
}
h2 {
font-size: 26.25px;
}
a {
color: #FFF;
}
.header {
position: relative;
z-index: 1;
padding: 20px 0;
font-size: 18.75px;
text-align: center;
}
.logo {
display: block;
width: 304px;
height: 134px;
margin: 0 auto 20px auto;
background: url(../../assets/images/logo.png) no-repeat right top;
}
.main,
.footer {
padding: 20px 0;
}
.blink {
-webkit-animation-name: blink;
animation-name: blink;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: steps(2, end);
animation-timing-function: steps(2, end);
}
.footer {
clear: both;
width: 100%;
margin: 200px auto 0 auto;
font-size: 12px;
color: #000;
background: #ccc6b0 url("../images/wood2.png");
border-top: 2px solid rgba(255, 255, 255, 0.1);
box-shadow: 0px -5px 2px 0 rgba(0, 0, 0, 0.5);
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.footer a {
color: inherit;
}
.wrapper {
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 1000px;
margin: 0 auto;
text-align: center;
}
@media only screen and (max-width: 1279px) {
.wrapper {
margin: 0 10px;
}
}
.map {
position: relative;
width: 100%;
}
.map:before, .map:after {
position: absolute;
content: '';
top: 0;
bottom: 0;
width: 20%;
}
.map:before {
left: 0;
top: 100px;
}
.map:after {
right: 0;
}
.map iframe {
display: block;
width: 100%;
height: 500px;
}
.map img {
position: absolute;
width: 250px;
height: 250px;
right: 10px;
top: 50%;
margin-top: -125px;
border-radius: 50%;
box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 480px) {
.map img {
display: none;
}
}
.menu {
left: 0;
right: 0;
z-index: 3;
display: block;
margin: 0 0 25px 0;
padding: 0;
text-align: center;
background: #ccc6b0 url("../images/wood2.png");
border-top: 2px solid rgba(255, 255, 255, 0.1);
border-bottom: 2px solid rgba(0, 0, 0, 0.25);
box-shadow: 0px 0 2px 3px rgba(0, 0, 0, 0.5);
}
.sticky .menu {
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: sticky;
top: 0;
}
.menu-item {
display: inline-block;
}
.menu-item a {
display: block;
padding: 0.416em 0.833em;
color: #000;
font-size: 22.5px;
text-decoration: none;
-webkit-transition-property: color, text-shadow;
transition-property: color, text-shadow;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 820px) {
.menu-item a {
font-size: 20px;
}
}
@media only screen and (max-width: 740px) {
.menu-item a {
font-size: 18px;
}
}
@media only screen and (max-width: 630px) {
.menu-item a {
font-size: 16px;
}
}
@media only screen and (max-width: 560px) {
.menu-item a {
font-size: 18px;
}
}
.menu-item.active a,
.menu-item a:hover {
color: #FFF;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.slideshow-viewport {
position: relative;
width: 100%;
height: 0;
padding-top: 37.5%;
margin-bottom: 50px;
}
.slideshow {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
ul.slides,
ul.slides li,
.flex-direction-nav,
.flex-direction-nav li {
display: block;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.slides {
overflow: hidden;
}
ul.slides li {
position: relative;
}
ul.slides li strong {
font-size: 24px;
}
ul.slides li div {
position: absolute;
right: 50px;
bottom: 20px;
width: 350px;
padding: 20px 20px 8px 20px;
}
@media only screen and (max-width: 899px) {
ul.slides li div {
display: none;
}
}
ul.slides li div a {
color: #aa6e04;
}
ul.slides li img {
display: block;
width: 100%;
height: auto;
}
.flex-direction-nav {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
position: absolute;
top: 50%;
width: 50px;
height: 60px;
overflow: hidden;
margin-top: -30px;
background-repeat: no-repeat;
background-position: center center;
font-size: 0;
text-indent: -30px;
}
.flex-direction-nav .flex-prev {
left: 0;
background-image: url(../../assets/images/slider-prev.png);
}
.flex-direction-nav .flex-next {
right: 0;
background-image: url(../../assets/images/slider-next.png);
}
.menu-section {
padding-top: 80px;
}
.menu-section:nth-child(1) {
padding-top: 0;
}
.section {
margin: 10px auto 10px auto;
background-size: cover;
}
.separator {
position: relative;
display: block;
max-width: 600px;
height: 82px;
margin: 10px auto 50px auto;
background: url("../images/separator.png") no-repeat center center;
}
.separator:before {
content: '';
position: absolute;
top: 52px;
left: 0;
right: 0;
display: block;
height: 2px;
background-image: -webkit-linear-gradient(left, black, #cccccc 50%, black);
background-image: linear-gradient(to right, black, #cccccc 50%, black);
}
.background {
position: relative;
padding: 25px;
}
.background,
.background .slide {
background-repeat: no-repeat;
background-size: cover;
}
.background .slide {
position: absolute;
z-index: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0;
-webkit-animation-name: slide;
animation-name: slide;
-webkit-animation-duration: 48s;
animation-duration: 48s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.background .slide:nth-child(1) {
-webkit-animation-delay: 40s;
animation-delay: 40s;
}
.background .slide:nth-child(2) {
-webkit-animation-delay: 32s;
animation-delay: 32s;
}
.background .slide:nth-child(3) {
-webkit-animation-delay: 24s;
animation-delay: 24s;
}
.background .slide:nth-child(4) {
-webkit-animation-delay: 16s;
animation-delay: 16s;
}
.background .slide:nth-child(5) {
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
.background .slide:nth-child(6) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.content {
position: relative;
z-index: 2;
max-width: 500px;
margin: 25px auto;
padding: 25px;
}
.content a {
color: inherit;
font-weight: bold;
}
.content p:first-child:first-letter {
font-family: "Times New Roman", Times, serif;
font-size: 37.5px;
font-weight: normal;
line-height: 25px;
}
@media only screen and (min-width: 900px) {
.menu-section:nth-of-type(2n+1) .content {
margin-right: 25px;
}
.menu-section:nth-of-type(2n+2) .content {
margin-left: 25px;
}
}
.infos {
max-width: 500px;
margin: 50px auto;
}
.infos ul {
display: inline-block;
padding-left: 20px;
text-align: left;
}
|
demos/mobile-rendering-performance/examples/position-sticky/good/assets/stylesheets/screen.css
|
HTML5 display definitions
========================================================================== */
/*
* Corrects block display not defined in IE6/7/8/9 & FF3
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
display: block;
}
/*
* Corrects inline-block display not defined in IE6/7/8/9 & FF3
*/
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
/*
* Prevents modern browsers from displaying 'audio' without controls
* Remove excess height in iOS5 devices
*/
audio:not([controls]) {
display: none;
height: 0;
}
/*
* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
* Known issue: no IE6 support
*/
[hidden] {
display: none;
}
/* =============================================================================
Base
========================================================================== */
/*
* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
* http://clagnut.com/blog/348/#c790
* 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
*/
html {
font-size: 100%;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
-ms-text-size-adjust: 100%;
/* 2 */
}
/*
* Addresses font-family inconsistency between 'textarea' and other form elements.
*/
html,
button,
input,
select,
textarea {
font-family: sans-serif;
}
/*
* Addresses margins handled incorrectly in IE6/7
*/
body {
margin: 0;
}
/* =============================================================================
Links
========================================================================== */
/*
* Addresses outline displayed oddly in Chrome
*/
a:focus {
outline: thin dotted;
}
/*
* Improves readability when focused and also mouse hovered in all browsers
* people.opera.com/patrickl/experiments/keyboard/test
*/
a:hover,
a:active {
outline: 0;
}
/* =============================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE6/7
* Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
h2 {
font-size: 1.5em;
margin: 0.83em 0;
}
h3 {
font-size: 1.17em;
margin: 1em 0;
}
h4 {
font-size: 1em;
margin: 1.33em 0;
}
h5 {
font-size: 0.83em;
margin: 1.67em 0;
}
h6 {
font-size: 0.75em;
margin: 2.33em 0;
}
/*
* Addresses styling not present in IE7/8/9, S5, Chrome
*/
abbr[title] {
border-bottom: 1px dotted;
}
/*
* Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
font-weight: bold;
}
blockquote {
margin: 1em 40px;
}
/*
* Addresses styling not present in S5, Chrome
*/
dfn {
font-style: italic;
}
/*
* Addresses styling not present in IE6/7/8/9
*/
mark {
background: #ff0;
color: #000;
}
/*
* Addresses margins set differently in IE6/7
*/
p,
pre {
margin: 1em 0;
}
/*
* Corrects font family set oddly in IE6, S4/5, Chrome
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
*/
pre,
code,
kbd,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
}
/*
* Improves readability of pre-formatted text in all browsers
*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
/*
* 1. Addresses CSS quotes not supported in IE6/7
* 2. Addresses quote property not supported in S4
*/
/* 1 */
q {
quotes: none;
}
/* 2 */
q:before,
q:after {
content: '';
content: none;
}
small {
font-size: 75%;
}
/*
* Prevents sub and sup affecting line-height in all browsers
* gist.github.com/413930
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* =============================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE6/7
*/
dl,
menu,
ol,
ul {
margin: 1em 0;
}
dd {
margin: 0 0 0 40px;
}
/*
* Addresses paddings set differently in IE6/7
*/
menu,
ol,
ul {
padding: 0 0 0 40px;
}
/*
* Corrects list images handled incorrectly in IE7
*/
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
/* =============================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
* 2. Improves image quality when scaled in IE7
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/
img {
border: 0;
/* 1 */
-ms-interpolation-mode: bicubic;
/* 2 */
}
/*
* Corrects overflow displayed oddly in IE9
*/
svg:not(:root) {
overflow: hidden;
}
/* =============================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE6/7/8/9, S5, O11
*/
figure {
margin: 0;
}
/* =============================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE6/7
*/
form {
margin: 0;
}
/*
* Define consistent border, margin, and padding
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/*
* 1. Corrects color not being inherited in IE6/7/8/9
* 2. Corrects text not wrapping in FF3
* 3. Corrects alignment displayed oddly in IE6/7
*/
legend {
border: 0;
/* 1 */
padding: 0;
white-space: normal;
/* 2 */
*margin-left: -7px;
/* 3 */
}
/*
* 1. Corrects font size not being inherited in all browsers
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
* 3. Improves appearance and consistency in all browsers
*/
button,
input,
select,
textarea {
font-size: 100%;
/* 1 */
margin: 0;
/* 2 */
vertical-align: baseline;
/* 3 */
*vertical-align: middle;
/* 3 */
}
/*
* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
*/
button,
input {
line-height: normal;
/* 1 */
}
/*
* 1. Improves usability and consistency of cursor style between image-type 'input' and others
* 2. Corrects inability to style clickable 'input' types in iOS
* 3. Removes inner spacing in IE7 without affecting normal text inputs
* Known issue: inner spacing remains in IE6
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
/* 1 */
-webkit-appearance: button;
/* 2 */
*overflow: visible;
/* 3 */
}
/*
* Re-set default cursor for disabled elements
*/
button[disabled],
input[disabled] {
cursor: default;
}
/*
* 1. Addresses box sizing set to content-box in IE8/9
* 2. Removes excess padding in IE8/9
* 3. Removes excess padding in IE7
Known issue: excess padding remains in IE6
*/
input[type="checkbox"],
input[type="radio"] {
-moz-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
*height: 13px;
/* 3 */
*width: 13px;
/* 3 */
}
/*
* 1. Addresses appearance set to searchfield in S5, Chrome
* 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
/* 2 */
box-sizing: content-box;
}
/*
* Removes inner padding and search cancel button in S5, Chrome on OS X
*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
/*
* Removes inner padding and border in FF3+
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
* 1. Removes default vertical scrollbar in IE6/7/8/9
* 2. Improves readability and alignment in all browsers
*/
textarea {
overflow: auto;
/* 1 */
vertical-align: top;
/* 2 */
}
/* =============================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
.map, .map img, .slideshow-viewport, .background {
border: 1px solid #CCC;
border-radius: 2px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
h1 {
background: -webkit-linear-gradient(top, white, #dddddd 35%, #888888 60%, #dddddd 65%, #666666);
background: linear-gradient(to bottom, white, #dddddd 35%, #888888 60%, #dddddd 65%, #666666);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: none;
}
ul.slides li div, .content {
background: url(../../assets/images/transparent.png);
background: rgba(255, 255, 255, 0.925);
color: #000;
border: 1px solid #FFF;
border-radius: 2px;
text-align: left;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
@-webkit-keyframes blink {
from {
color: white;
}
to {
color: #969696;
}
}
@keyframes blink {
from {
color: white;
}
to {
color: #969696;
}
}
@-webkit-keyframes slide {
0% {
opacity: 1;
}
19.45% {
opacity: 1;
}
22.21667% {
opacity: 0;
}
97.33333% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes slide {
0% {
opacity: 1;
}
19.45% {
opacity: 1;
}
22.21667% {
opacity: 0;
}
97.33333% {
opacity: 0;
}
100% {
opacity: 1;
}
}
html, body {
margin: 0;
padding: 0;
font-family: 'Gudea', Calibri, 'Lucida Grande', Arial, Verdana, sans-serif;
font-size: 15px;
line-height: 1.55;
}
html {
background-color: #000;
background-image: url(../../assets/images/tapete.png);
color: #CCC;
}
body {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.025) 50%, rgba(0, 0, 0, 0)), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.025) 50%, rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}
h2, h3, h4, h5, h6, p {
margin: 0 0 1em 0;
}
h1 {
margin: 0;
line-height: 1.2;
}
h1, h2, ul.slides li strong {
font-family: "Times New Roman", Times, serif;
font-size: 37.5px;
font-weight: normal;
text-transform: none;
font-variant: small-caps;
}
@media only screen and (max-width: 820px) {
h1 {
font-size: 30px;
}
}
h2 {
font-size: 26.25px;
}
a {
color: #FFF;
}
.header {
position: relative;
z-index: 1;
padding: 20px 0;
font-size: 18.75px;
text-align: center;
}
.logo {
display: block;
width: 304px;
height: 134px;
margin: 0 auto 20px auto;
background: url(../../assets/images/logo.png) no-repeat right top;
}
.main,
.footer {
padding: 20px 0;
}
.blink {
-webkit-animation-name: blink;
animation-name: blink;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: steps(2, end);
animation-timing-function: steps(2, end);
}
.footer {
clear: both;
width: 100%;
margin: 200px auto 0 auto;
font-size: 12px;
color: #000;
background: #ccc6b0 url("../images/wood2.png");
border-top: 2px solid rgba(255, 255, 255, 0.1);
box-shadow: 0px -5px 2px 0 rgba(0, 0, 0, 0.5);
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.footer a {
color: inherit;
}
.wrapper {
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 1000px;
margin: 0 auto;
text-align: center;
}
@media only screen and (max-width: 1279px) {
.wrapper {
margin: 0 10px;
}
}
.map {
position: relative;
width: 100%;
}
.map:before, .map:after {
position: absolute;
content: '';
top: 0;
bottom: 0;
width: 20%;
}
.map:before {
left: 0;
top: 100px;
}
.map:after {
right: 0;
}
.map iframe {
display: block;
width: 100%;
height: 500px;
}
.map img {
position: absolute;
width: 250px;
height: 250px;
right: 10px;
top: 50%;
margin-top: -125px;
border-radius: 50%;
box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 480px) {
.map img {
display: none;
}
}
.menu {
left: 0;
right: 0;
z-index: 3;
display: block;
margin: 0 0 25px 0;
padding: 0;
text-align: center;
background: #ccc6b0 url("../images/wood2.png");
border-top: 2px solid rgba(255, 255, 255, 0.1);
border-bottom: 2px solid rgba(0, 0, 0, 0.25);
box-shadow: 0px 0 2px 3px rgba(0, 0, 0, 0.5);
}
.sticky .menu {
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: sticky;
top: 0;
}
.menu-item {
display: inline-block;
}
.menu-item a {
display: block;
padding: 0.416em 0.833em;
color: #000;
font-size: 22.5px;
text-decoration: none;
-webkit-transition-property: color, text-shadow;
transition-property: color, text-shadow;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 820px) {
.menu-item a {
font-size: 20px;
}
}
@media only screen and (max-width: 740px) {
.menu-item a {
font-size: 18px;
}
}
@media only screen and (max-width: 630px) {
.menu-item a {
font-size: 16px;
}
}
@media only screen and (max-width: 560px) {
.menu-item a {
font-size: 18px;
}
}
.menu-item.active a,
.menu-item a:hover {
color: #FFF;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.slideshow-viewport {
position: relative;
width: 100%;
height: 0;
padding-top: 37.5%;
margin-bottom: 50px;
}
.slideshow {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
ul.slides,
ul.slides li,
.flex-direction-nav,
.flex-direction-nav li {
display: block;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.slides {
overflow: hidden;
}
ul.slides li {
position: relative;
}
ul.slides li strong {
font-size: 24px;
}
ul.slides li div {
position: absolute;
right: 50px;
bottom: 20px;
width: 350px;
padding: 20px 20px 8px 20px;
}
@media only screen and (max-width: 899px) {
ul.slides li div {
display: none;
}
}
ul.slides li div a {
color: #aa6e04;
}
ul.slides li img {
display: block;
width: 100%;
height: auto;
}
.flex-direction-nav {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
position: absolute;
top: 50%;
width: 50px;
height: 60px;
overflow: hidden;
margin-top: -30px;
background-repeat: no-repeat;
background-position: center center;
font-size: 0;
text-indent: -30px;
}
.flex-direction-nav .flex-prev {
left: 0;
background-image: url(../../assets/images/slider-prev.png);
}
.flex-direction-nav .flex-next {
right: 0;
background-image: url(../../assets/images/slider-next.png);
}
.menu-section {
padding-top: 80px;
}
.menu-section:nth-child(1) {
padding-top: 0;
}
.section {
margin: 10px auto 10px auto;
background-size: cover;
}
.separator {
position: relative;
display: block;
max-width: 600px;
height: 82px;
margin: 10px auto 50px auto;
background: url("../images/separator.png") no-repeat center center;
}
.separator:before {
content: '';
position: absolute;
top: 52px;
left: 0;
right: 0;
display: block;
height: 2px;
background-image: -webkit-linear-gradient(left, black, #cccccc 50%, black);
background-image: linear-gradient(to right, black, #cccccc 50%, black);
}
.background {
position: relative;
padding: 25px;
}
.background,
.background .slide {
background-repeat: no-repeat;
background-size: cover;
}
.background .slide {
position: absolute;
z-index: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0;
-webkit-animation-name: slide;
animation-name: slide;
-webkit-animation-duration: 48s;
animation-duration: 48s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.background .slide:nth-child(1) {
-webkit-animation-delay: 40s;
animation-delay: 40s;
}
.background .slide:nth-child(2) {
-webkit-animation-delay: 32s;
animation-delay: 32s;
}
.background .slide:nth-child(3) {
-webkit-animation-delay: 24s;
animation-delay: 24s;
}
.background .slide:nth-child(4) {
-webkit-animation-delay: 16s;
animation-delay: 16s;
}
.background .slide:nth-child(5) {
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
.background .slide:nth-child(6) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.content {
position: relative;
z-index: 2;
max-width: 500px;
margin: 25px auto;
padding: 25px;
}
.content a {
color: inherit;
font-weight: bold;
}
.content p:first-child:first-letter {
font-family: "Times New Roman", Times, serif;
font-size: 37.5px;
font-weight: normal;
line-height: 25px;
}
@media only screen and (min-width: 900px) {
.menu-section:nth-of-type(2n+1) .content {
margin-right: 25px;
}
.menu-section:nth-of-type(2n+2) .content {
margin-left: 25px;
}
}
.infos {
max-width: 500px;
margin: 50px auto;
}
.infos ul {
display: inline-block;
padding-left: 20px;
text-align: left;
}
| 0.398992 | 0.062331 |
.wmde-markdown-color .token.tag .attr-value {
color: #032f62;
}
.wmde-markdown-color .token.property,
.wmde-markdown-color .token.tag,
.wmde-markdown-color .token.boolean,
.wmde-markdown-color .token.number,
.wmde-markdown-color .token.function-name,
.wmde-markdown-color .token.constant,
.wmde-markdown-color .token.symbol,
.wmde-markdown-color .token.deleted {
color: #0060c9;
}
.wmde-markdown-color .token.punctuation {
color: #a0a0a0;
}
.wmde-markdown-color code[class*='language-'] {
color: black;
}
.wmde-markdown-color code[class*='language-'] .token.selector,
.wmde-markdown-color code[class*='language-'] .token.attr-name,
.wmde-markdown-color code[class*='language-'] .token.string,
.wmde-markdown-color code[class*='language-'] .token.char,
.wmde-markdown-color code[class*='language-'] .token.function,
.wmde-markdown-color code[class*='language-'] .token.builtin {
color: #6f42c1;
}
.wmde-markdown-color code[class*='language-'] .token.inserted {
color: #22863a;
background-color: #f0fff4;
}
.wmde-markdown-color code[class*='language-'] .token.deleted {
color: #b31d28;
background-color: #ffeef0;
}
.wmde-markdown-color code[class*='language-'] .token.class-name {
color: #6f42c1;
}
.wmde-markdown-color code[class*='language-'] .code-block {
color: #032f62;
}
.wmde-markdown-color code[class*='language-'] .token.comment,
.wmde-markdown-color code[class*='language-'] .token.block-comment,
.wmde-markdown-color code[class*='language-'] .token.prolog,
.wmde-markdown-color code[class*='language-'] .token.doctype,
.wmde-markdown-color code[class*='language-'] .token.cdata {
color: #7d8b99;
}
.wmde-markdown-color code[class*='language-'] .token.punctuation {
color: #a0a0a0;
}
.wmde-markdown-color code[class*='language-'] .token.operator,
.wmde-markdown-color code[class*='language-'] .token.entity,
.wmde-markdown-color code[class*='language-'] .token.url,
.wmde-markdown-color code[class*='language-'] .token.variable {
color: #d73a49;
background: rgba(255, 255, 255, 0.5);
}
.wmde-markdown-color code[class*='language-'] .token.atrule,
.wmde-markdown-color code[class*='language-'] .token.attr-value {
color: #004698;
}
.wmde-markdown-color code[class*='language-'] .token.keyword {
color: #d63200;
}
.wmde-markdown-color code[class*='language-'] .token.regex,
.wmde-markdown-color code[class*='language-'] .token.important {
color: #e90;
}
.wmde-markdown-color code[class*='language-'] .token.string {
color: #0a53c1;
}
|
src/styles/markdown-color.css
|
.wmde-markdown-color .token.tag .attr-value {
color: #032f62;
}
.wmde-markdown-color .token.property,
.wmde-markdown-color .token.tag,
.wmde-markdown-color .token.boolean,
.wmde-markdown-color .token.number,
.wmde-markdown-color .token.function-name,
.wmde-markdown-color .token.constant,
.wmde-markdown-color .token.symbol,
.wmde-markdown-color .token.deleted {
color: #0060c9;
}
.wmde-markdown-color .token.punctuation {
color: #a0a0a0;
}
.wmde-markdown-color code[class*='language-'] {
color: black;
}
.wmde-markdown-color code[class*='language-'] .token.selector,
.wmde-markdown-color code[class*='language-'] .token.attr-name,
.wmde-markdown-color code[class*='language-'] .token.string,
.wmde-markdown-color code[class*='language-'] .token.char,
.wmde-markdown-color code[class*='language-'] .token.function,
.wmde-markdown-color code[class*='language-'] .token.builtin {
color: #6f42c1;
}
.wmde-markdown-color code[class*='language-'] .token.inserted {
color: #22863a;
background-color: #f0fff4;
}
.wmde-markdown-color code[class*='language-'] .token.deleted {
color: #b31d28;
background-color: #ffeef0;
}
.wmde-markdown-color code[class*='language-'] .token.class-name {
color: #6f42c1;
}
.wmde-markdown-color code[class*='language-'] .code-block {
color: #032f62;
}
.wmde-markdown-color code[class*='language-'] .token.comment,
.wmde-markdown-color code[class*='language-'] .token.block-comment,
.wmde-markdown-color code[class*='language-'] .token.prolog,
.wmde-markdown-color code[class*='language-'] .token.doctype,
.wmde-markdown-color code[class*='language-'] .token.cdata {
color: #7d8b99;
}
.wmde-markdown-color code[class*='language-'] .token.punctuation {
color: #a0a0a0;
}
.wmde-markdown-color code[class*='language-'] .token.operator,
.wmde-markdown-color code[class*='language-'] .token.entity,
.wmde-markdown-color code[class*='language-'] .token.url,
.wmde-markdown-color code[class*='language-'] .token.variable {
color: #d73a49;
background: rgba(255, 255, 255, 0.5);
}
.wmde-markdown-color code[class*='language-'] .token.atrule,
.wmde-markdown-color code[class*='language-'] .token.attr-value {
color: #004698;
}
.wmde-markdown-color code[class*='language-'] .token.keyword {
color: #d63200;
}
.wmde-markdown-color code[class*='language-'] .token.regex,
.wmde-markdown-color code[class*='language-'] .token.important {
color: #e90;
}
.wmde-markdown-color code[class*='language-'] .token.string {
color: #0a53c1;
}
| 0.474144 | 0.099164 |
body {
margin: 0;
/* Setting up font size, leading and font family
* http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
letter-spacing: 0.03em; }
/* Links */
/* line 11, ../sass/style.sass */
a:link, a:visited {
color: #500000;
text-decoration: none;
}
/* line 16, ../sass/style.sass */
a:hover, a:active {
color: #900000;
text-decoration: underline;
}
/* Titles. */
/* line 21, ../sass/style.sass */
#site-name {
font-size: 2.2em;
line-height: 1.3em;
font-weight: 300;
padding: 0 0 0.5em;
margin: 0; }
/* line 28, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
line-height: 1.3em; }
/* line 31, ../sass/style.sass */
h1 {
font-size: 2.2em;
font-weight: 300;
padding: 0 0 0.5em;
margin: 0; }
/* line 37, ../sass/style.sass */
h2 {
font-size: 1.5em;
font-weight: 300;
margin-bottom: 0.75em; }
/* line 42, ../sass/style.sass */
h3 {
font-size: 1.4em;
margin-bottom: 1em; }
/* line 46, ../sass/style.sass */
h4 {
font-size: 1.2em;
margin-bottom: 0.8em; }
/* line 50, ../sass/style.sass */
h5 {
font-size: 1.1em;
font-weight: 600;
margin-bottom: 0; }
/* line 55, ../sass/style.sass */
h6 {
font-size: 1em;
font-weight: bold; }
/* Paragraph styles. */
/* line 60, ../sass/style.sass */
p {
margin: 0 0 1em 0; }
/* List styles. */
/* line 64, ../sass/style.sass */
ul, ol {
margin-left: 0;
padding-left: 2em; }
/* Table styles. */
/* line 69, ../sass/style.sass */
table {
width: 99%; }
/* line 74, ../sass/style.sass */
tr.even td,
tr.odd td {
padding: 10px 5px; }
/* line 77, ../sass/style.sass */
tr.odd {
background-color: white; }
/* Code. */
/* line 81, ../sass/style.sass */
pre, code, tt {
font: 1em "andale mono", "lucida console", monospace;
line-height: 1.5; }
/* line 85, ../sass/style.sass */
pre {
background-color: #efefef;
display: block;
padding: 5px;
margin: 5px 0;
border: 1px solid #aaaaaa; }
/* List styles. */
/* line 93, ../sass/style.sass */
ul {
list-style-type: disc; }
/* line 95, ../sass/style.sass */
ul ul {
list-style-type: circle; }
/* line 97, ../sass/style.sass */
ul ul ul {
list-style-type: square; }
/* line 99, ../sass/style.sass */
ul ul ul ul {
list-style-type: circle; }
/* line 102, ../sass/style.sass */
ol {
list-style-type: decimal; }
/* line 104, ../sass/style.sass */
ol ol {
list-style-type: lower-alpha; }
/* line 106, ../sass/style.sass */
ol ol ol {
list-style-type: decimal; }
/* Abbreviation. */
/* line 110, ../sass/style.sass */
abbr {
border-bottom: 1px dotted #666666;
cursor: help;
white-space: nowrap; }
/* UI improvments. */
/* line 116, ../sass/style.sass */
#edit-title {
font-size: 24px;
width: 99%; }
/* line 120, ../sass/style.sass */
#system-themes-form img {
width: 100px; }
/* line 123, ../sass/style.sass */
.form-item .description {
font-style: italic;
line-height: 1.2em;
font-size: 0.8em;
margin-top: 5px;
color: #777777; }
/* line 130, ../sass/style.sass */
#edit-delete {
color: #cc0000; }
/* Console, style from slate theme. */
/* line 134, ../sass/style.sass */
div.messages {
padding: 9px;
margin: 1em 0;
color: #003366;
background: #bbddff;
border: 1px solid #aaccee; }
/* line 141, ../sass/style.sass */
div.warning {
color: #884400;
background: #ffee66;
border-color: #eedd55; }
/* line 146, ../sass/style.sass */
div.error {
color: white;
background: #ee6633;
border-color: #dd5522; }
/* line 151, ../sass/style.sass */
div.status {
color: #336600;
background: #ccff88;
border-color: #bbee77; }
/* Region Colors. delete when starting a new theme. */
/* line 157, ../sass/style.sass */
#header, #footer {
background: #efefef; }
/* line 160, ../sass/style.sass */
#sidebar-first {
background: #e7edff; }
/* line 163, ../sass/style.sass */
#sidebar-second {
background: #ffd075; }
/* line 166, ../sass/style.sass */
#navigation {
background: #feffa5; }
|
css/style.css
|
body {
margin: 0;
/* Setting up font size, leading and font family
* http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
letter-spacing: 0.03em; }
/* Links */
/* line 11, ../sass/style.sass */
a:link, a:visited {
color: #500000;
text-decoration: none;
}
/* line 16, ../sass/style.sass */
a:hover, a:active {
color: #900000;
text-decoration: underline;
}
/* Titles. */
/* line 21, ../sass/style.sass */
#site-name {
font-size: 2.2em;
line-height: 1.3em;
font-weight: 300;
padding: 0 0 0.5em;
margin: 0; }
/* line 28, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
line-height: 1.3em; }
/* line 31, ../sass/style.sass */
h1 {
font-size: 2.2em;
font-weight: 300;
padding: 0 0 0.5em;
margin: 0; }
/* line 37, ../sass/style.sass */
h2 {
font-size: 1.5em;
font-weight: 300;
margin-bottom: 0.75em; }
/* line 42, ../sass/style.sass */
h3 {
font-size: 1.4em;
margin-bottom: 1em; }
/* line 46, ../sass/style.sass */
h4 {
font-size: 1.2em;
margin-bottom: 0.8em; }
/* line 50, ../sass/style.sass */
h5 {
font-size: 1.1em;
font-weight: 600;
margin-bottom: 0; }
/* line 55, ../sass/style.sass */
h6 {
font-size: 1em;
font-weight: bold; }
/* Paragraph styles. */
/* line 60, ../sass/style.sass */
p {
margin: 0 0 1em 0; }
/* List styles. */
/* line 64, ../sass/style.sass */
ul, ol {
margin-left: 0;
padding-left: 2em; }
/* Table styles. */
/* line 69, ../sass/style.sass */
table {
width: 99%; }
/* line 74, ../sass/style.sass */
tr.even td,
tr.odd td {
padding: 10px 5px; }
/* line 77, ../sass/style.sass */
tr.odd {
background-color: white; }
/* Code. */
/* line 81, ../sass/style.sass */
pre, code, tt {
font: 1em "andale mono", "lucida console", monospace;
line-height: 1.5; }
/* line 85, ../sass/style.sass */
pre {
background-color: #efefef;
display: block;
padding: 5px;
margin: 5px 0;
border: 1px solid #aaaaaa; }
/* List styles. */
/* line 93, ../sass/style.sass */
ul {
list-style-type: disc; }
/* line 95, ../sass/style.sass */
ul ul {
list-style-type: circle; }
/* line 97, ../sass/style.sass */
ul ul ul {
list-style-type: square; }
/* line 99, ../sass/style.sass */
ul ul ul ul {
list-style-type: circle; }
/* line 102, ../sass/style.sass */
ol {
list-style-type: decimal; }
/* line 104, ../sass/style.sass */
ol ol {
list-style-type: lower-alpha; }
/* line 106, ../sass/style.sass */
ol ol ol {
list-style-type: decimal; }
/* Abbreviation. */
/* line 110, ../sass/style.sass */
abbr {
border-bottom: 1px dotted #666666;
cursor: help;
white-space: nowrap; }
/* UI improvments. */
/* line 116, ../sass/style.sass */
#edit-title {
font-size: 24px;
width: 99%; }
/* line 120, ../sass/style.sass */
#system-themes-form img {
width: 100px; }
/* line 123, ../sass/style.sass */
.form-item .description {
font-style: italic;
line-height: 1.2em;
font-size: 0.8em;
margin-top: 5px;
color: #777777; }
/* line 130, ../sass/style.sass */
#edit-delete {
color: #cc0000; }
/* Console, style from slate theme. */
/* line 134, ../sass/style.sass */
div.messages {
padding: 9px;
margin: 1em 0;
color: #003366;
background: #bbddff;
border: 1px solid #aaccee; }
/* line 141, ../sass/style.sass */
div.warning {
color: #884400;
background: #ffee66;
border-color: #eedd55; }
/* line 146, ../sass/style.sass */
div.error {
color: white;
background: #ee6633;
border-color: #dd5522; }
/* line 151, ../sass/style.sass */
div.status {
color: #336600;
background: #ccff88;
border-color: #bbee77; }
/* Region Colors. delete when starting a new theme. */
/* line 157, ../sass/style.sass */
#header, #footer {
background: #efefef; }
/* line 160, ../sass/style.sass */
#sidebar-first {
background: #e7edff; }
/* line 163, ../sass/style.sass */
#sidebar-second {
background: #ffd075; }
/* line 166, ../sass/style.sass */
#navigation {
background: #feffa5; }
| 0.128375 | 0.04548 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
*, *:before, *:after {
margin:0;
padding:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
body {
background:#58585A;
-webkit-transform:translateZ(0);
}
html, body {
width:100%;
height:100%;
}
/*
----------------------------------------------
Wrapper
----------------------------------------------
*/
#loader {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
background:#E9E8E3;
z-index:99;
-webkit-animation:offscreen .5s 15s forwards;
animation:offscreen .5s 15s forwards;
}
#refresher {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
z-index:1;
opacity:0;
-webkit-animation:show .15s 16s forwards;
animation:show .15s 16s forwards;
}
.refresh {
color:#E9E8E3;
font-family:'Open Sans Condensed', sans-serif;
font-size:2rem;
text-transform:uppercase;
letter-spacing:.1rem;
}
.face {
width:270px;
height:270px;
}
/*
----------------------------------------------
SVG
----------------------------------------------
*/
.head {
transform-origin: 135px 135px;
transform:scale(0);
-webkit-animation:popup .6s 1s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
animation:popup .6s 1s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
}
#eyeLeft, #eyeRight {
transform:scale(0);
}
#eyeLeft {
transform-origin:66px 127px;
-webkit-animation:popup .5s 1.2s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
animation:popup .5s 1.2s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
}
#eyeRight {
transform-origin:203px 127px;
-webkit-animation:popup .5s 1.25s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
animation:popup .5s 1.25s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
}
.eyeLeft {
transform-origin:66px 127px;
-webkit-animation:downup 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
animation:downup 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
}
.eyeRight {
transform-origin:203px 127px;
-webkit-animation:downup 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
animation:downup 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
}
.eyeLeft > .pupil {
transform-origin:66px 127px;
-webkit-animation:follow 12.1s 1.6s forwards;
animation:follow 12.1s 1.6s forwards;
}
.eyeRight > .pupil {
transform-origin:203px 127px;
-webkit-animation:follow 12.1s 1.6s forwards;
animation:follow 12.1s 1.6s forwards;
}
.closedLeft {
transform-origin:66px 127px;
-webkit-animation:blink 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
animation:blink 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
}
.closedRight {
transform-origin:203px 127px;
-webkit-animation:blink 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
animation:blink 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
}
.mouth {
transform-origin:135px 233px;
-webkit-animation:mouth 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
animation:mouth 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
}
.bar {
transform-origin:135px 233px;
transform:scale(0);
-webkit-animation:patient 12.8s 1s ease-in forwards;
animation:patient 12.8s 1s ease-in forwards;
}
.smile {
transform-origin:135px 233px;
transform:scale(0);
-webkit-animation:happy 12.9s 1s ease-in forwards;
animation:happy 12.9s 1s ease-in forwards;
}
/*
----------------------------------------------
LOADING BAR
----------------------------------------------
*/
.loading-bar {
position:relative;
margin-top:4rem;
width:250px;
background:#C1C0BC;
}
.loading-bar:before {
content:'';
position:absolute;
top:0;
left:0;
width:0;
background:#58585A;
-webkit-animation:load 12.4s 1s forwards;
animation:load 12.4s 1s forwards;
}
.loading-bar, .loading-bar:before {
height:4px;
border-radius:5px;
}
/*
----------------------------------------------
ANIMATIONS
----------------------------------------------
*/
@keyframes popup {
0% {transform:scale(0);}
80% {transform:scale(1);}
90% {transform:scale(0.75);}
100% {transform:scale(1);}
}
@keyframes downup {
0% {transform: translateY(0);}
15% {transform: translateY(40px);}
50% {opacity:1;}
50.7% {opacity:0;}
51.4% {opacity:1;}
98% {transform: translateY(40px);}
100% {transform: translateY(0);}
}
@keyframes mouth {
0% {transform: translateY(-20px);}
15% {transform: translateY(0px);}
100% {transform: translateY(0px);}
}
@keyframes blink {
0% {transform: translateY(0);}
15% {transform: translateY(40px);}
50% {opacity:1;}
98% {transform: translateY(40px);}
100% {transform: translateY(0);}
}
@keyframes follow {
0% {transform: translate(0, 0);}
15% {transform: translate(-4px, 8px);}
95.5% {transform: translate(-2px, 10px);}
98% {transform: translate(8px, 10px);}
100% {transform: translate(0, 0);}
}
@keyframes patient {
0% {transform:scale(0);}
3% {transform:scale(0);}
3.5% {transform:scale(1);}
4% {transform:scale(0.75);}
4.5% {transform:scale(1);}
99% {transform:scale(1);}
100% {transform:scale(0);}
}
@keyframes happy {
0% {transform:scale(0);}
98% {transform:scale(0);}
100% {transform:scale(1);}
}
@keyframes load {
0% {width:0;}
97% {width:50px;}
100% {width:250px;}
}
@keyframes offscreen {
0% {transform:translateY(0);}
100% {transform:translateY(-200%);}
}
@keyframes show {
0% {opacity:0;}
100% {opacity:1;}
}
|
css/style.css
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
*, *:before, *:after {
margin:0;
padding:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
body {
background:#58585A;
-webkit-transform:translateZ(0);
}
html, body {
width:100%;
height:100%;
}
/*
----------------------------------------------
Wrapper
----------------------------------------------
*/
#loader {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
background:#E9E8E3;
z-index:99;
-webkit-animation:offscreen .5s 15s forwards;
animation:offscreen .5s 15s forwards;
}
#refresher {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
z-index:1;
opacity:0;
-webkit-animation:show .15s 16s forwards;
animation:show .15s 16s forwards;
}
.refresh {
color:#E9E8E3;
font-family:'Open Sans Condensed', sans-serif;
font-size:2rem;
text-transform:uppercase;
letter-spacing:.1rem;
}
.face {
width:270px;
height:270px;
}
/*
----------------------------------------------
SVG
----------------------------------------------
*/
.head {
transform-origin: 135px 135px;
transform:scale(0);
-webkit-animation:popup .6s 1s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
animation:popup .6s 1s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
}
#eyeLeft, #eyeRight {
transform:scale(0);
}
#eyeLeft {
transform-origin:66px 127px;
-webkit-animation:popup .5s 1.2s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
animation:popup .5s 1.2s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
}
#eyeRight {
transform-origin:203px 127px;
-webkit-animation:popup .5s 1.25s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
animation:popup .5s 1.25s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
}
.eyeLeft {
transform-origin:66px 127px;
-webkit-animation:downup 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
animation:downup 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
}
.eyeRight {
transform-origin:203px 127px;
-webkit-animation:downup 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
animation:downup 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
}
.eyeLeft > .pupil {
transform-origin:66px 127px;
-webkit-animation:follow 12.1s 1.6s forwards;
animation:follow 12.1s 1.6s forwards;
}
.eyeRight > .pupil {
transform-origin:203px 127px;
-webkit-animation:follow 12.1s 1.6s forwards;
animation:follow 12.1s 1.6s forwards;
}
.closedLeft {
transform-origin:66px 127px;
-webkit-animation:blink 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
animation:blink 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
}
.closedRight {
transform-origin:203px 127px;
-webkit-animation:blink 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
animation:blink 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
}
.mouth {
transform-origin:135px 233px;
-webkit-animation:mouth 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
animation:mouth 12.1s 1.6s cubic-bezier(.44,0,.01,.99) forwards;
}
.bar {
transform-origin:135px 233px;
transform:scale(0);
-webkit-animation:patient 12.8s 1s ease-in forwards;
animation:patient 12.8s 1s ease-in forwards;
}
.smile {
transform-origin:135px 233px;
transform:scale(0);
-webkit-animation:happy 12.9s 1s ease-in forwards;
animation:happy 12.9s 1s ease-in forwards;
}
/*
----------------------------------------------
LOADING BAR
----------------------------------------------
*/
.loading-bar {
position:relative;
margin-top:4rem;
width:250px;
background:#C1C0BC;
}
.loading-bar:before {
content:'';
position:absolute;
top:0;
left:0;
width:0;
background:#58585A;
-webkit-animation:load 12.4s 1s forwards;
animation:load 12.4s 1s forwards;
}
.loading-bar, .loading-bar:before {
height:4px;
border-radius:5px;
}
/*
----------------------------------------------
ANIMATIONS
----------------------------------------------
*/
@keyframes popup {
0% {transform:scale(0);}
80% {transform:scale(1);}
90% {transform:scale(0.75);}
100% {transform:scale(1);}
}
@keyframes downup {
0% {transform: translateY(0);}
15% {transform: translateY(40px);}
50% {opacity:1;}
50.7% {opacity:0;}
51.4% {opacity:1;}
98% {transform: translateY(40px);}
100% {transform: translateY(0);}
}
@keyframes mouth {
0% {transform: translateY(-20px);}
15% {transform: translateY(0px);}
100% {transform: translateY(0px);}
}
@keyframes blink {
0% {transform: translateY(0);}
15% {transform: translateY(40px);}
50% {opacity:1;}
98% {transform: translateY(40px);}
100% {transform: translateY(0);}
}
@keyframes follow {
0% {transform: translate(0, 0);}
15% {transform: translate(-4px, 8px);}
95.5% {transform: translate(-2px, 10px);}
98% {transform: translate(8px, 10px);}
100% {transform: translate(0, 0);}
}
@keyframes patient {
0% {transform:scale(0);}
3% {transform:scale(0);}
3.5% {transform:scale(1);}
4% {transform:scale(0.75);}
4.5% {transform:scale(1);}
99% {transform:scale(1);}
100% {transform:scale(0);}
}
@keyframes happy {
0% {transform:scale(0);}
98% {transform:scale(0);}
100% {transform:scale(1);}
}
@keyframes load {
0% {width:0;}
97% {width:50px;}
100% {width:250px;}
}
@keyframes offscreen {
0% {transform:translateY(0);}
100% {transform:translateY(-200%);}
}
@keyframes show {
0% {opacity:0;}
100% {opacity:1;}
}
| 0.349533 | 0.092811 |
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-weight: 300;
line-height: 1.2em;
color: #000;
}
.serif-font {
font-family: "Roboto Slab", "Times New Roman", serif;
color: #000;
}
.btn{
z-index: 0;
}
body{
background-color: #EEEEEE;
display: flex;
min-height: 100vh;
flex-direction: column;
}
.body-front{
background-attachment: fixed;
background-position: center;
}
.main_admin{
flex: 1 0 auto;
padding-left: 260px;
}
.footer-fgs-cms{
padding-left: 260px;
}
@media only screen and (max-width : 992px) {
.main_admin {
padding-left: 0px;
}
.footer-fgs-cms{
padding-left: 0px;
}
}
.red-fgs{
background-color: #ED3237;
}
div {
-webkit-column-break-inside: avoid !important;
page-break-inside: avoid !important;
break-inside: avoid !important;
}
/*
* SIDENAV & NAVBAR
*/
.brand-logo-fgs{
left: 282px;
font-size: 1.6rem !important;
}
.logo-fgs{
width: 159px;
}
.right-fgs-bar{
background-color: rgba(0,0,0,0);
box-shadow: none;
}
.right-fgs-bar ul a:hover {
background-color: #E7E6E6 !important;
}
.right-fgs-bar .nav-wrapper a{
color: #000 !important;
}
.dropdown-admin-icon-left{
margin-right: 5px !important;
}
.dropdown-admin-icon-right{
margin-left: 8px !important;
}
@media only screen and (max-width : 992px) {
.right-fgs-bar{
background-color: #212121;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.right-fgs-bar .nav-wrapper a{
color: #FFF !important;
}
.page-footer{
text-align: center;
}
}
.side-nav-fgs{
width: 260px;
box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
background-color: #F9F9F9;
}
.divider-fgs{
height: 1px;
width: 90%;
margin-left: 5%;
margin-top: 5px;
margin-bottom: 5px;
overflow: hidden;
background-color: #e0e0e0;
}
.brand-sidenav-fgs{
height: 131px;
font-size: 20px;
line-height: 20px;
display: flex;
}
.brand-sidenav-fgs a{
margin: auto;
}
.menu-item-fgs{
padding: 2px 18px 2px 13px;
margin: 2px 0px;
}
.menu-item-fgs a{
vertical-align: middle;
width: 100%;
padding: 0px 10px;
color: #000;
border-radius: 3px;
font-weight: 300;
}
.menu-item-fgs a i{
vertical-align: middle;
padding: 0px 13px 0px 0px;
color: #9CA4B2;
}
.menu-item-fgs a:hover{
background-color: #F2F3F9;
}
.active-fgs{
background: #009688 !important;
color: #fff !important;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.active-fgs i{
color: #fff !important;
}
.notification-fgs{
position: absolute;
top: 13px;
border: 1px solid #FFF;
right: 201px;
font-size: 9px;
background: #f44336;
color: #FFFFFF;
min-width: 20px;
padding: 0px 5px;
height: 20px;
border-radius: 10px;
text-align: center;
line-height: 19px;
}
.dropdown-content-fgs li a:hover{
background: #009688 !important;
color: #fff !important;
}
/*
* SECTIONS
*/
@media only screen and (min-width : 1500px) {
.container-fgs{
width: 90%;
}
.container-login{
width: 40%;
}
}
@media only screen and (min-width : 992px) {
.container-fgs{
width: 96%;
}
.container-col-fgs{
width: 90%;
}
.container-login{
width: 40%;
}
}
@media only screen and (min-width : 700px) and (max-width : 992px){
.container-fgs{
width: 97%;
}
.container-col-fgs{
width: 93%;
}
.container-announcement{
width: 97%;
}
.container-login{
width: 50%;
}
}
@media only screen and (min-width : 600px) and (max-width : 700px){
.container-fgs{
width: 97%;
}
.container-announcement{
width: 97%;
}
.container-login{
width: 50%;
}
}
@media only screen and (max-width : 600px) {
.container-fgs{
width: 97%;
}
.container-col-fgs{
width: 95%;
}
.container-announcement{
width: 97%;
}
.container-login{
width: 93%;
}
.row-delete-all{
padding: 9px;
margin: 0px !important;
}
.subtitle-caption{
text-align: center;
}
}
.container-login{
margin: 100px auto;
}
table tbody tr .td-fgs{
padding: 6px 8px;
}
.btn-fgs{
padding: 0px 9px;
margin: 4px 4px;
}
.btn-fgs-delete:hover{
background-color: #b71c1c !important;
}
.btn-fgs-edit:hover{
background-color: #00897b !important;
}
.card-panel-search-fgs{
padding: 10px 20px 3px 20px;
}
.section-form{
padding-bottom: 0rem !important;
}
.input-field-fgs{
margin: 0px !important;
padding-top: 15px !important;
}
.label-search-fgs{
padding-top: 15px !important;
top: -10px !important;
}
.row-search-fgs{
margin-bottom: -14px;
padding-top: 7px;
}
.panel-send-fgs{
height: 76px;
padding-left: 0px !important;
}
@media only screen and (max-width : 600px) {
.panel-send-fgs{
height: 45px;
margin-top: -10px;
margin-bottom: 8px;
padding: 0px !important;
}
}
.pagination li.active{
background-color: #009688;
}
.card-badge-fgs{
margin-top: 60px;
width: 100%;
display: inline-block;
}
.card-image-fgs{
height: 77px;
}
#profile-page-header .card-profile-image {
width: 98px;
position: absolute;
top: -53px;
z-index: 1;
left: calc(50% - 49px);
cursor: pointer;
margin: 0;
}
.card-content-badge-fgs{
padding: 47px 24px 4px 24px !important
}
.card-action-badge-fgs{
padding: 7px 21px !important;
}
.cards-container .card {
display: inline-block;
overflow: visible;
}
@media only screen and (max-width: 600px) {
.cards-container {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
.cards-container-front-factories{
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 600px) {
.cards-container {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.cards-container-products {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.cards-container-front-factories{
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
}
@media only screen and (min-width: 916px) and (max-width: 992px) {
.cards-container-products {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
.cards-container-front-factories{
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
}
@media only screen and (max-width: 992px) {
.cards-container-front{
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 993px) and (max-width: 1079px) {
.cards-container-products {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
}
@media only screen and (min-width: 993px){
.cards-container-front{
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
}
@media only screen and (min-width: 1080px) {
.cards-container-products {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
}
@media only screen and (min-width: 750px) {
.cards-container {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
}
@media only screen and (min-width: 1200px) {
.cards-container {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
.cards-container-front-factories{
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
}
.card-content-product-fgs{
padding: 2px 18px !important;
}
.card-content-product-fgs h5{
margin-bottom: 4px !important;
}
.card-content-product-fgs p small{
font-size: 90%;
}
.badge-fgs{
position: absolute;
top: 6px;
left: -4px;
}
.badge-fgs span{
color: #FFF;
border-radius: 2px;
margin: 0px;
}
.badge-fgs-confirmado{
background-color: #22900c;
}
.badge-fgs-pendiente{
background-color: #2196F3;
}
.badge-fgs-rechazado{
background-color: #d01c1c;
}
.justify-text{
text-align : justify;
}
.center-text{
text-align: center !important;
}
.description-product-fgs{
margin: 10px 0px 4px 0px !important;
}
.product-date-fgs{
margin-bottom: 5px !important;
}
.card-product-has-badges{
padding: 0px !important;
}
.card-product-has-badges ul{
margin: 0px !important;
padding: 0px !important;
border: none !important;
box-shadow: none;
}
.collap-fgs-header{
padding: 10px;
}
.collapsible-products{
padding: 4px;
}
.badge-fgs-miniatura{
border-radius: 100%;
width: 38px;
margin: 0px 2px;
}
.badge-status-factory{
margin-left: 0px !important;
color: #FFF !important;
float: left !important;
}
.factory-logo-fgs{
width: 71px;
margin: 0px;
}
#td-span{
display: none;
}
#options-fgs-responsive{
display: none;
}
#menu-messages-fgs{
display: none;
}
.vot{
width: 84%;
margin: auto !important;
}
@media only screen and (max-width: 600px) {
#td-status, #td-town, #td-sector, #td-logo{
display: none;
}
.card-panel-table-factories{
padding: 2px;
}
.vot{
width: 100%;
}
}
@media only screen and (max-width: 992px) {
#options-fgs-responsive{
display: list-item;
}
#menu-messages-fgs{
display: list-item;
}
.vot{
width: 95%;
}
}
@media only screen and (max-width: 626px) {
#td-status, #td-town, #td-sector{
display: none;
}
#td-span{
display: table;
}
}
@media only screen and (max-width: 1062px) {
#td-status, #td-town{
display: none;
}
}
@media only screen and (max-width: 1280px) {
#td-status{
display: none;
}
}
.notification-lateral-fgs{
background: #f44336;
color: #FFF;
border-radius: 5px;
height: auto;
position: relative;
top: 12px;
line-height: 27px;
padding: 0px 7px;
}
.th-status-fgs{
min-width: 103px;
}
.input-search-fgs{
padding: 0px !important;
}
.path-wrapper-fgs{
padding-right: 10px;
padding-left: 0px;
}
.btn-search-fgs{
margin: 15px 0px 0px 0px !important;
height: 3rem;
}
.btn-fgs-filter{
width: 7.333333% !important;
margin: 15px 0px 0px 5px !important;
height: 3rem;
line-height: 3.1rem;
padding: 0px !important;
}
.icon-filter{
font-size: 1.5rem !important;
}
@media only screen and (max-width: 600px) {
.btn-fgs-filter{
width: 12% !important;
}
.form-del-all{
padding: 10px 6px 25px !important;
}
}
@media only screen and (max-width: 992px) {
.btn-fgs-filter{
margin-top: 0px !important;
margin-bottom: 18px !important;
}
.btn-search-fgs{
margin-top: 0px !important;
margin-bottom: 18px !important;
}
}
#panel-filters{
display: none;
}
.create-new-fgs:hover{
background-color: #2e7d32 !important;
}
.create-new-fgs i{
font-size: 1.9em !important;
}
.prefix{
color: #9CA4B2;
}
.img-preview-fgs{
max-width: 65% !important;
}
.img-preview-badge{
border-radius: 100%;
}
.img-preview-fgs-multiple{
max-width: 32% !important;
padding: 0.2em;
}
.head-edit{
padding: 12px;
}
.caption-title{
font-size: 1.7rem;
font-weight: 200;
margin-top: 5px;
margin-bottom: 0;
text-transform: uppercase;
}
.subtitle-caption{
font-size: 1.7rem;
font-weight: 300;
margin-top: 5px;
margin-bottom: 18px;
color: #FFF;
line-height: 23px;
text-transform: uppercase;
}
.textArea-fgs{
color: #9e9e9e;
height: 100%;
font-size: 1rem;
}
.card-preview{
padding: 0 0.2rem !important;
}
.card-action-preview-fgs{
padding: 12px 5px !important;
}
.multi_input_delete{
display: inline-block;
height: 34px;
padding: 0px 0px;
margin: 4px 2px;
background-color: transparent;
}
.multi_input_delete:hover{
background-color: transparent;
}
[type="checkbox"].filled-in-fgs:not(:checked)+label:after {
height: 35px;
width: 35px;
background-color: transparent;
border: 2px solid #5a5a5a;
top: 0px;
z-index: 0;
}
[type="checkbox"].filled-in-fgs:checked+label:after {
top: 0;
width: 35px;
height: 35px;
border: 2px solid #C62828;
background-color: #C62828;
z-index: 0;
}
[type="checkbox"].filled-in-fgs:checked+label:before {
top: 3px;
left: 6px;
width: 10px;
height: 20px;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
-webkit-transform: rotateZ(37deg);
transform: rotateZ(37deg);
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.cancel_multipleDelete{
padding: 0 1rem !important;
margin-left: 3px;
}
.icon-document_preview{
font-size: 83px !important;
padding: 20px 0px !important;
color: #9CA4B2;
}
.card-content-fgs-icon-preview{
padding: 7px !important;
}
/*
* FRONT
*/
#fgs-section-header>nav {
background-color: #009688;
}
.image-brand-fgs-container{
display: table;
}
.image-brand-fgs{
width: 5em;
vertical-align: middle;
}
.item-nav-fgs{
border-bottom: solid;
border-bottom-color: #fff;
}
.item-nav-li-fgs{
background-color: #292929;
}
.dropdown-content {
background-color: #FFFFFF;
color: #000 !important;
margin: 0;
display: none;
overflow: auto;
max-height: 650px;
margin-left: -1px; /* Add this to keep dropdown in line with edge of navbar */
opacity: 0;
position: absolute;
white-space: nowrap;
z-index: 1;
will-change: width, height;
}
.dropdown-content li>a, .dropdown-content li>span {
color: #000;
padding: 16px 9px;
}
.dropdown-content li>a>i {
margin: 0 4px 0 4px;
}
nav {
background-color: #212121;
}
nav i.material-icons {
display: inline-block;
}
.img-slider-fgs{
opacity: 0.1;
}
.dropdown_fgs{
z-index: 4;
min-width: 162px !important;
}
.container-front-fgs{
width:81% !important;
}
@media only screen and (max-width: 1247px) {
.container-front-fgs{
width: 91% !important;
}
}
.card-front{
box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.cards-container-front{
padding-top: 23px;
}
.cards-container-front-factories{
padding-top: 23px;
}
.cards-container-front-factories1{
padding-top: 23px;
}
.cards-front{
padding-top: 10px;
}
.divider-panel{
margin-bottom: 20px;
}
.title-panel-postulate{
margin-left: 24px;
margin-right: 24px;
}
.subtitle-postulation{
padding: 0px 12px;
}
.factory-content{
min-height: 127px !important;
text-align: left;
padding: 25px 0px;
}
.row-profile-fgs{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.factory-name{
font-size: 2.4em;
font-weight: 200;
}
.factory-sector{
font-size: 1.4em;
font-weight: 200;
}
.factory-town{
font-size: 1.4em;
font-weight: 200;
}
.col-description{
padding-right: 36px !important;
}
@media only screen and (max-width: 992px) {
.factory-content{
text-align: center;
}
.row-profile-fgs{
display: inline-block;
text-align: center;
}
.col-description{
padding-right: 0.75rem;
}
}
.progress-fgs{
margin: 0px 8px 58px 8px !important;
}
.progress-fgs a{
font-size: 18px;
}
.btn-level-fgs{
position: relative;
top: 20px;
left: 0px;
z-index: 2 !important;
}
.btn-level-fgs-factory{
position: relative;
top: 15px;
left: 0px;
width: 30px;
height: 30px;
line-height: 30px;
z-index: 2 !important;
}
.progress-fgs-factory{
margin: 0px 8px -8px 8px !important;
}
.progress-fgs-factory a{
font-size: 18px;
}
.card-content-fgs-front{
padding: 6px 6px 20px 6px !important;
}
.cd-fgs-pro{
margin-top: 20px !important;
}
.logo-factory-pro{
width: 95%;
z-index: 20;
}
.logo-factory-pro-det{
width: 53%;
z-index: 20;
}
.logo-factory-pro-div{
padding: 0px !important;
}
.row-product-show-logo{
padding: 0px 41px;
margin: 23px 0px -31px 0px;
}
.container-announcement{
margin-top: 20px;
}
.apply_for_new_product{
margin: -9px 0px 12px 0px;
}
.page-footer {
background-color: #212121 !important;
}
.page-footer .footer-copyright {
background-color: rgba(51, 51, 51, 0.43);
}
.btn-login{
width: 90% !important;
margin: 4px 0px !important;
}
.forget-fgs{
margin-top: 14px;
}
.btn-login-auth{
width: 86% !important;
margin: 4px 0px !important;
}
.row-facebook-auth{
margin-bottom: 0px;
}
.blue-facebook{
background-color: #3B5998 !important;
}
.blue-facebook:hover{
background-color: #395388 !important;
}
.txt-title{
font-size: 14px;
}
.badge-postulation{
color: #ffffff !important;
float: none !important;
margin-left: 2px !important;
}
.col-social-buttons a{
margin-left: 7px;
margin-right: 7px;
text-decoration: none;
color: #FFF;
}
.postulate-preloader{
display: inline-block;
margin: 0px 10px;
width: auto;
height: auto;
vertical-align: middle;
}
.secondary-content {
color: #bb2428 !important;
}
.link-title{
color: #000;
}
.modal.bottom-sheet {
height: auto !important;
max-height: 90% !important;
}
.row-img{
padding: 0px 15px;
}
.col-img{
margin: 0px 0px 14px 0px;
position: relative;
}
.form-del-all{
padding: 0px 20px;
}
.col-buttons-img{
display: inline-block;
position: absolute;
top: 0px;
right: 0px;
}
.card-content-audio{
padding: 14px !important;
}
.card-content-audio .card-title{
margin-bottom: 10px !important;
}
.card-action-audio{
padding: 4px 24px !important;
}
.nones{
display: none;
}
.greysito-text{
color: #bdbdbd !important;
}
.carousel.carousel-slider {
top: -5px !important;
}
.msg-alert-fgs{
width: 100%;
margin: 0px auto 10px auto !important;
padding: 30px;
color: #FFF;
background-color: #039be5;
text-align: justify;
letter-spacing: 1px;
}
.fixed-radio{
position: absolute;
top: 91%;
}
.card-panel-last-pub{
padding: 18px 25px 6px !important;
}
.card-panel-last-new{
padding: 18px 25px 6px !important;
}
.row-last-pub{
margin-bottom: 6px;
}
.title-last-pub{
margin: 0px 0px 6px 0px;
text-transform: uppercase;
}
.img-last-pub{
height: auto;
float: left;
margin-right: 15px;
margin-bottom: 12px;
}
.row .card-panel-last-pub-polls{
float: left;
}
.card-panel-last-pub-polls{
padding: 18px 25px 6px !important;
width: 100%;
margin-left: 10px;
left: auto;
right: auto;
}
.card-panel-last-top{
padding: 13px;
}
.card-panel-last-top p{
margin: 3px 0px 9px;
}
.publication_front_paragraph{
padding: 13px 32px;
}
@media only screen and (min-width: 993px) {
.img-last-pub{
width: 66.6666666667%;
}
.card-panel-last-pub-polls{
width: 48%;
}
}
@media only screen and (max-width: 992px) {
.title-last-pub{
margin: 10px 0px 6px 0px;
}
.img-last-pub{
width: 100%;
}
.card-panel-last-pub-polls{
width: 100%;
}
.publication_front_paragraph{
padding: 13px 3px;
}
}
@media only screen and (max-width: 600px) {
.title-last-pub{
margin: 10px 0px 6px 0px;
}
.img-last-pub{
width: 100%;
}
.card-panel-last-pub-polls{
width: 100%;
}
}
.row-icons-last-pub{
margin-bottom: 0px;
}
.row-icons-last-pub p{
float: left;
margin-right: 12px;
}
.row-icons-last-pub p i{
margin-right: 1px;
line-height: 0 !important;
}
.col-front{
padding: 1.1em .75rem !important;
background-color: #00000040;
}
.btn-last-front{
margin: 0px 0px 25px !important;
}
.row-menu{
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
}
/* Create four equal columns that sits next to each other */
.column-menu {
-ms-flex: 50%; /* IE10 */
flex: 50%;
max-width: 50%;
}
.column-menu img {
vertical-align: middle;
}
/* Responsive layout - makes a two column-menu-layout instead of four column-menus */
@media screen and (max-width: 800px) {
.column-menu {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
/* Responsive layout - makes the two column-menus stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column-menu {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
}
@media screen and (max-width: 700px) {
.col-front{
padding: 1.1em 0px !important;
}
}
.text-abouts{
font-size: 1.2em;
text-align: justify;
line-height: 22px;
letter-spacing: 0.1px;
}
.description-staff{
overflow: auto !important;
text-align: justify;
}
.items_pub{
font-size: 14px;
}
.social_sharing{
padding: 30px 0px 2px;
}
.popup {
padding: 9px;
font-size: 17px;
width: 50px;
text-align: center;
text-decoration: none;
margin: 5px 3px;
}
.popup:hover {
opacity: 0.7;
}
.popup-facebook {
background: #3B5998;
color: white;
}
.popup-twitter {
background: #55ACEE;
color: white;
}
.popup-google {
background: #dd4b39;
color: white;
}
.popup-linkedin {
background: #007bb5;
color: white;
}
.img-pub-front{
margin: auto !important;
}
.front-content img{
text-align: center;
max-width: 90%;
height: auto;
}
.p_front img{
display: none;
}
.container-votes{
display: flex;
}
.progress-fgs{
height: 20px;
margin: 0px 6px !important;
}
.parallax{
background-color: #000000;
}
.parallax-container{
height: 20em !important;
}
/*
.parallax-container img{
opacity: 0.6;
}
*/
.parallax-container img{
width: 100%;
}
#page-title{
text-align: center;
}
#page-title h1{
text-transform: uppercase;
margin-top: 120px;
font-size: 3em;
font-weight: 500;
}
#page-title h1 a{
color: #ffffff;
}
.index-container{
width: 95% !important;
max-width: 1110px !important;
}
.card-title-index{
margin-bottom: 20px !important;
}
.a-title{
color: #606060 !important;
text-decoration: none;
}
.card-icons ul li {
display: inline-block;
color: #606060;
margin-right: 10px;
}
.card-icons ul li i {
color: #424242;
font-size: 20px;
vertical-align: middle;
margin-right: 5px;
}
.card-header-index{
position: relative;
border-bottom: 1px solid #dddddd;
}
.card-content-index{
padding: 23px 0 15px;
margin: 0;
border-bottom: 1px solid #dddddd;
}
.card-panel-index{
position: relative;
padding: 20px 20px 6px !important;
}
#btn-search-index{
bottom: 15px;
right: 15px;
}
.card-footer-index{
padding: 15px 0 0px;
margin: 0;
}
.chip {
display: inline-block;
height: 22px;
font-size: 11px;
font-weight: 500;
color: rgba(0,0,0,0.6);
line-height: 23px;
padding: 0 12px;
border-radius: 16px;
background-color: #e4e4e48c;
margin-bottom: 5px;
margin-right: 5px;
}
.title-index{
width: 100%;
height: auto;
letter-spacing: 0.6px;
margin: 0;
padding: 15px 15px;
font-weight: 300;
color: #ffffff;
background-color: #173C3B;
line-height: 30px;
font-size: 1.2em;
}
.category li {
display: inline-block;
background-color: #ffffff;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
padding: 6px 14px;
margin: 0 10px 15px 0;
cursor: pointer;
}
.category li a{
font-weight: 300;
color: #606060;
background: none !important;
border: none;
}
.card-panel-popular-index{
padding: 0px 20px !important;
}
.card-panel-popular-index .row{
margin-bottom: 0px !important;
}
.col-img-popular{
padding: 1px !important;
}
.popular-articles-title{
margin-bottom: 3px;
font-weight: 400;
letter-spacing: 0.2px;
}
.popular-content p{
margin-top: 1px;
}
@media only screen and (min-width:1490px){
.parallax-container{
height: 23em !important;
}
}
@media only screen and (min-width:1240px) and (max-width: 1490px){
.parallax-container{
height: 22em !important;
}
}
@media only screen and (min-width: 968px) and (max-width: 1240px){
.parallax-container{
height: 19em !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 968px){
.parallax-container{
height: 18em !important;
}
}
@media only screen and (min-width: 668px) and (max-width: 768px){
.parallax-container{
height: 15em !important;
}
}
@media only screen and (max-width: 668px){
.parallax-container{
height: 13em !important;
}
}
|
FreeBlog/public/css/style.css
|
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-weight: 300;
line-height: 1.2em;
color: #000;
}
.serif-font {
font-family: "Roboto Slab", "Times New Roman", serif;
color: #000;
}
.btn{
z-index: 0;
}
body{
background-color: #EEEEEE;
display: flex;
min-height: 100vh;
flex-direction: column;
}
.body-front{
background-attachment: fixed;
background-position: center;
}
.main_admin{
flex: 1 0 auto;
padding-left: 260px;
}
.footer-fgs-cms{
padding-left: 260px;
}
@media only screen and (max-width : 992px) {
.main_admin {
padding-left: 0px;
}
.footer-fgs-cms{
padding-left: 0px;
}
}
.red-fgs{
background-color: #ED3237;
}
div {
-webkit-column-break-inside: avoid !important;
page-break-inside: avoid !important;
break-inside: avoid !important;
}
/*
* SIDENAV & NAVBAR
*/
.brand-logo-fgs{
left: 282px;
font-size: 1.6rem !important;
}
.logo-fgs{
width: 159px;
}
.right-fgs-bar{
background-color: rgba(0,0,0,0);
box-shadow: none;
}
.right-fgs-bar ul a:hover {
background-color: #E7E6E6 !important;
}
.right-fgs-bar .nav-wrapper a{
color: #000 !important;
}
.dropdown-admin-icon-left{
margin-right: 5px !important;
}
.dropdown-admin-icon-right{
margin-left: 8px !important;
}
@media only screen and (max-width : 992px) {
.right-fgs-bar{
background-color: #212121;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.right-fgs-bar .nav-wrapper a{
color: #FFF !important;
}
.page-footer{
text-align: center;
}
}
.side-nav-fgs{
width: 260px;
box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
background-color: #F9F9F9;
}
.divider-fgs{
height: 1px;
width: 90%;
margin-left: 5%;
margin-top: 5px;
margin-bottom: 5px;
overflow: hidden;
background-color: #e0e0e0;
}
.brand-sidenav-fgs{
height: 131px;
font-size: 20px;
line-height: 20px;
display: flex;
}
.brand-sidenav-fgs a{
margin: auto;
}
.menu-item-fgs{
padding: 2px 18px 2px 13px;
margin: 2px 0px;
}
.menu-item-fgs a{
vertical-align: middle;
width: 100%;
padding: 0px 10px;
color: #000;
border-radius: 3px;
font-weight: 300;
}
.menu-item-fgs a i{
vertical-align: middle;
padding: 0px 13px 0px 0px;
color: #9CA4B2;
}
.menu-item-fgs a:hover{
background-color: #F2F3F9;
}
.active-fgs{
background: #009688 !important;
color: #fff !important;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.active-fgs i{
color: #fff !important;
}
.notification-fgs{
position: absolute;
top: 13px;
border: 1px solid #FFF;
right: 201px;
font-size: 9px;
background: #f44336;
color: #FFFFFF;
min-width: 20px;
padding: 0px 5px;
height: 20px;
border-radius: 10px;
text-align: center;
line-height: 19px;
}
.dropdown-content-fgs li a:hover{
background: #009688 !important;
color: #fff !important;
}
/*
* SECTIONS
*/
@media only screen and (min-width : 1500px) {
.container-fgs{
width: 90%;
}
.container-login{
width: 40%;
}
}
@media only screen and (min-width : 992px) {
.container-fgs{
width: 96%;
}
.container-col-fgs{
width: 90%;
}
.container-login{
width: 40%;
}
}
@media only screen and (min-width : 700px) and (max-width : 992px){
.container-fgs{
width: 97%;
}
.container-col-fgs{
width: 93%;
}
.container-announcement{
width: 97%;
}
.container-login{
width: 50%;
}
}
@media only screen and (min-width : 600px) and (max-width : 700px){
.container-fgs{
width: 97%;
}
.container-announcement{
width: 97%;
}
.container-login{
width: 50%;
}
}
@media only screen and (max-width : 600px) {
.container-fgs{
width: 97%;
}
.container-col-fgs{
width: 95%;
}
.container-announcement{
width: 97%;
}
.container-login{
width: 93%;
}
.row-delete-all{
padding: 9px;
margin: 0px !important;
}
.subtitle-caption{
text-align: center;
}
}
.container-login{
margin: 100px auto;
}
table tbody tr .td-fgs{
padding: 6px 8px;
}
.btn-fgs{
padding: 0px 9px;
margin: 4px 4px;
}
.btn-fgs-delete:hover{
background-color: #b71c1c !important;
}
.btn-fgs-edit:hover{
background-color: #00897b !important;
}
.card-panel-search-fgs{
padding: 10px 20px 3px 20px;
}
.section-form{
padding-bottom: 0rem !important;
}
.input-field-fgs{
margin: 0px !important;
padding-top: 15px !important;
}
.label-search-fgs{
padding-top: 15px !important;
top: -10px !important;
}
.row-search-fgs{
margin-bottom: -14px;
padding-top: 7px;
}
.panel-send-fgs{
height: 76px;
padding-left: 0px !important;
}
@media only screen and (max-width : 600px) {
.panel-send-fgs{
height: 45px;
margin-top: -10px;
margin-bottom: 8px;
padding: 0px !important;
}
}
.pagination li.active{
background-color: #009688;
}
.card-badge-fgs{
margin-top: 60px;
width: 100%;
display: inline-block;
}
.card-image-fgs{
height: 77px;
}
#profile-page-header .card-profile-image {
width: 98px;
position: absolute;
top: -53px;
z-index: 1;
left: calc(50% - 49px);
cursor: pointer;
margin: 0;
}
.card-content-badge-fgs{
padding: 47px 24px 4px 24px !important
}
.card-action-badge-fgs{
padding: 7px 21px !important;
}
.cards-container .card {
display: inline-block;
overflow: visible;
}
@media only screen and (max-width: 600px) {
.cards-container {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
.cards-container-front-factories{
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 600px) {
.cards-container {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.cards-container-products {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.cards-container-front-factories{
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
}
@media only screen and (min-width: 916px) and (max-width: 992px) {
.cards-container-products {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
.cards-container-front-factories{
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
}
@media only screen and (max-width: 992px) {
.cards-container-front{
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 993px) and (max-width: 1079px) {
.cards-container-products {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
}
@media only screen and (min-width: 993px){
.cards-container-front{
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
}
@media only screen and (min-width: 1080px) {
.cards-container-products {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
}
@media only screen and (min-width: 750px) {
.cards-container {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
}
@media only screen and (min-width: 1200px) {
.cards-container {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
.cards-container-front-factories{
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
}
.card-content-product-fgs{
padding: 2px 18px !important;
}
.card-content-product-fgs h5{
margin-bottom: 4px !important;
}
.card-content-product-fgs p small{
font-size: 90%;
}
.badge-fgs{
position: absolute;
top: 6px;
left: -4px;
}
.badge-fgs span{
color: #FFF;
border-radius: 2px;
margin: 0px;
}
.badge-fgs-confirmado{
background-color: #22900c;
}
.badge-fgs-pendiente{
background-color: #2196F3;
}
.badge-fgs-rechazado{
background-color: #d01c1c;
}
.justify-text{
text-align : justify;
}
.center-text{
text-align: center !important;
}
.description-product-fgs{
margin: 10px 0px 4px 0px !important;
}
.product-date-fgs{
margin-bottom: 5px !important;
}
.card-product-has-badges{
padding: 0px !important;
}
.card-product-has-badges ul{
margin: 0px !important;
padding: 0px !important;
border: none !important;
box-shadow: none;
}
.collap-fgs-header{
padding: 10px;
}
.collapsible-products{
padding: 4px;
}
.badge-fgs-miniatura{
border-radius: 100%;
width: 38px;
margin: 0px 2px;
}
.badge-status-factory{
margin-left: 0px !important;
color: #FFF !important;
float: left !important;
}
.factory-logo-fgs{
width: 71px;
margin: 0px;
}
#td-span{
display: none;
}
#options-fgs-responsive{
display: none;
}
#menu-messages-fgs{
display: none;
}
.vot{
width: 84%;
margin: auto !important;
}
@media only screen and (max-width: 600px) {
#td-status, #td-town, #td-sector, #td-logo{
display: none;
}
.card-panel-table-factories{
padding: 2px;
}
.vot{
width: 100%;
}
}
@media only screen and (max-width: 992px) {
#options-fgs-responsive{
display: list-item;
}
#menu-messages-fgs{
display: list-item;
}
.vot{
width: 95%;
}
}
@media only screen and (max-width: 626px) {
#td-status, #td-town, #td-sector{
display: none;
}
#td-span{
display: table;
}
}
@media only screen and (max-width: 1062px) {
#td-status, #td-town{
display: none;
}
}
@media only screen and (max-width: 1280px) {
#td-status{
display: none;
}
}
.notification-lateral-fgs{
background: #f44336;
color: #FFF;
border-radius: 5px;
height: auto;
position: relative;
top: 12px;
line-height: 27px;
padding: 0px 7px;
}
.th-status-fgs{
min-width: 103px;
}
.input-search-fgs{
padding: 0px !important;
}
.path-wrapper-fgs{
padding-right: 10px;
padding-left: 0px;
}
.btn-search-fgs{
margin: 15px 0px 0px 0px !important;
height: 3rem;
}
.btn-fgs-filter{
width: 7.333333% !important;
margin: 15px 0px 0px 5px !important;
height: 3rem;
line-height: 3.1rem;
padding: 0px !important;
}
.icon-filter{
font-size: 1.5rem !important;
}
@media only screen and (max-width: 600px) {
.btn-fgs-filter{
width: 12% !important;
}
.form-del-all{
padding: 10px 6px 25px !important;
}
}
@media only screen and (max-width: 992px) {
.btn-fgs-filter{
margin-top: 0px !important;
margin-bottom: 18px !important;
}
.btn-search-fgs{
margin-top: 0px !important;
margin-bottom: 18px !important;
}
}
#panel-filters{
display: none;
}
.create-new-fgs:hover{
background-color: #2e7d32 !important;
}
.create-new-fgs i{
font-size: 1.9em !important;
}
.prefix{
color: #9CA4B2;
}
.img-preview-fgs{
max-width: 65% !important;
}
.img-preview-badge{
border-radius: 100%;
}
.img-preview-fgs-multiple{
max-width: 32% !important;
padding: 0.2em;
}
.head-edit{
padding: 12px;
}
.caption-title{
font-size: 1.7rem;
font-weight: 200;
margin-top: 5px;
margin-bottom: 0;
text-transform: uppercase;
}
.subtitle-caption{
font-size: 1.7rem;
font-weight: 300;
margin-top: 5px;
margin-bottom: 18px;
color: #FFF;
line-height: 23px;
text-transform: uppercase;
}
.textArea-fgs{
color: #9e9e9e;
height: 100%;
font-size: 1rem;
}
.card-preview{
padding: 0 0.2rem !important;
}
.card-action-preview-fgs{
padding: 12px 5px !important;
}
.multi_input_delete{
display: inline-block;
height: 34px;
padding: 0px 0px;
margin: 4px 2px;
background-color: transparent;
}
.multi_input_delete:hover{
background-color: transparent;
}
[type="checkbox"].filled-in-fgs:not(:checked)+label:after {
height: 35px;
width: 35px;
background-color: transparent;
border: 2px solid #5a5a5a;
top: 0px;
z-index: 0;
}
[type="checkbox"].filled-in-fgs:checked+label:after {
top: 0;
width: 35px;
height: 35px;
border: 2px solid #C62828;
background-color: #C62828;
z-index: 0;
}
[type="checkbox"].filled-in-fgs:checked+label:before {
top: 3px;
left: 6px;
width: 10px;
height: 20px;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
-webkit-transform: rotateZ(37deg);
transform: rotateZ(37deg);
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.cancel_multipleDelete{
padding: 0 1rem !important;
margin-left: 3px;
}
.icon-document_preview{
font-size: 83px !important;
padding: 20px 0px !important;
color: #9CA4B2;
}
.card-content-fgs-icon-preview{
padding: 7px !important;
}
/*
* FRONT
*/
#fgs-section-header>nav {
background-color: #009688;
}
.image-brand-fgs-container{
display: table;
}
.image-brand-fgs{
width: 5em;
vertical-align: middle;
}
.item-nav-fgs{
border-bottom: solid;
border-bottom-color: #fff;
}
.item-nav-li-fgs{
background-color: #292929;
}
.dropdown-content {
background-color: #FFFFFF;
color: #000 !important;
margin: 0;
display: none;
overflow: auto;
max-height: 650px;
margin-left: -1px; /* Add this to keep dropdown in line with edge of navbar */
opacity: 0;
position: absolute;
white-space: nowrap;
z-index: 1;
will-change: width, height;
}
.dropdown-content li>a, .dropdown-content li>span {
color: #000;
padding: 16px 9px;
}
.dropdown-content li>a>i {
margin: 0 4px 0 4px;
}
nav {
background-color: #212121;
}
nav i.material-icons {
display: inline-block;
}
.img-slider-fgs{
opacity: 0.1;
}
.dropdown_fgs{
z-index: 4;
min-width: 162px !important;
}
.container-front-fgs{
width:81% !important;
}
@media only screen and (max-width: 1247px) {
.container-front-fgs{
width: 91% !important;
}
}
.card-front{
box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.cards-container-front{
padding-top: 23px;
}
.cards-container-front-factories{
padding-top: 23px;
}
.cards-container-front-factories1{
padding-top: 23px;
}
.cards-front{
padding-top: 10px;
}
.divider-panel{
margin-bottom: 20px;
}
.title-panel-postulate{
margin-left: 24px;
margin-right: 24px;
}
.subtitle-postulation{
padding: 0px 12px;
}
.factory-content{
min-height: 127px !important;
text-align: left;
padding: 25px 0px;
}
.row-profile-fgs{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.factory-name{
font-size: 2.4em;
font-weight: 200;
}
.factory-sector{
font-size: 1.4em;
font-weight: 200;
}
.factory-town{
font-size: 1.4em;
font-weight: 200;
}
.col-description{
padding-right: 36px !important;
}
@media only screen and (max-width: 992px) {
.factory-content{
text-align: center;
}
.row-profile-fgs{
display: inline-block;
text-align: center;
}
.col-description{
padding-right: 0.75rem;
}
}
.progress-fgs{
margin: 0px 8px 58px 8px !important;
}
.progress-fgs a{
font-size: 18px;
}
.btn-level-fgs{
position: relative;
top: 20px;
left: 0px;
z-index: 2 !important;
}
.btn-level-fgs-factory{
position: relative;
top: 15px;
left: 0px;
width: 30px;
height: 30px;
line-height: 30px;
z-index: 2 !important;
}
.progress-fgs-factory{
margin: 0px 8px -8px 8px !important;
}
.progress-fgs-factory a{
font-size: 18px;
}
.card-content-fgs-front{
padding: 6px 6px 20px 6px !important;
}
.cd-fgs-pro{
margin-top: 20px !important;
}
.logo-factory-pro{
width: 95%;
z-index: 20;
}
.logo-factory-pro-det{
width: 53%;
z-index: 20;
}
.logo-factory-pro-div{
padding: 0px !important;
}
.row-product-show-logo{
padding: 0px 41px;
margin: 23px 0px -31px 0px;
}
.container-announcement{
margin-top: 20px;
}
.apply_for_new_product{
margin: -9px 0px 12px 0px;
}
.page-footer {
background-color: #212121 !important;
}
.page-footer .footer-copyright {
background-color: rgba(51, 51, 51, 0.43);
}
.btn-login{
width: 90% !important;
margin: 4px 0px !important;
}
.forget-fgs{
margin-top: 14px;
}
.btn-login-auth{
width: 86% !important;
margin: 4px 0px !important;
}
.row-facebook-auth{
margin-bottom: 0px;
}
.blue-facebook{
background-color: #3B5998 !important;
}
.blue-facebook:hover{
background-color: #395388 !important;
}
.txt-title{
font-size: 14px;
}
.badge-postulation{
color: #ffffff !important;
float: none !important;
margin-left: 2px !important;
}
.col-social-buttons a{
margin-left: 7px;
margin-right: 7px;
text-decoration: none;
color: #FFF;
}
.postulate-preloader{
display: inline-block;
margin: 0px 10px;
width: auto;
height: auto;
vertical-align: middle;
}
.secondary-content {
color: #bb2428 !important;
}
.link-title{
color: #000;
}
.modal.bottom-sheet {
height: auto !important;
max-height: 90% !important;
}
.row-img{
padding: 0px 15px;
}
.col-img{
margin: 0px 0px 14px 0px;
position: relative;
}
.form-del-all{
padding: 0px 20px;
}
.col-buttons-img{
display: inline-block;
position: absolute;
top: 0px;
right: 0px;
}
.card-content-audio{
padding: 14px !important;
}
.card-content-audio .card-title{
margin-bottom: 10px !important;
}
.card-action-audio{
padding: 4px 24px !important;
}
.nones{
display: none;
}
.greysito-text{
color: #bdbdbd !important;
}
.carousel.carousel-slider {
top: -5px !important;
}
.msg-alert-fgs{
width: 100%;
margin: 0px auto 10px auto !important;
padding: 30px;
color: #FFF;
background-color: #039be5;
text-align: justify;
letter-spacing: 1px;
}
.fixed-radio{
position: absolute;
top: 91%;
}
.card-panel-last-pub{
padding: 18px 25px 6px !important;
}
.card-panel-last-new{
padding: 18px 25px 6px !important;
}
.row-last-pub{
margin-bottom: 6px;
}
.title-last-pub{
margin: 0px 0px 6px 0px;
text-transform: uppercase;
}
.img-last-pub{
height: auto;
float: left;
margin-right: 15px;
margin-bottom: 12px;
}
.row .card-panel-last-pub-polls{
float: left;
}
.card-panel-last-pub-polls{
padding: 18px 25px 6px !important;
width: 100%;
margin-left: 10px;
left: auto;
right: auto;
}
.card-panel-last-top{
padding: 13px;
}
.card-panel-last-top p{
margin: 3px 0px 9px;
}
.publication_front_paragraph{
padding: 13px 32px;
}
@media only screen and (min-width: 993px) {
.img-last-pub{
width: 66.6666666667%;
}
.card-panel-last-pub-polls{
width: 48%;
}
}
@media only screen and (max-width: 992px) {
.title-last-pub{
margin: 10px 0px 6px 0px;
}
.img-last-pub{
width: 100%;
}
.card-panel-last-pub-polls{
width: 100%;
}
.publication_front_paragraph{
padding: 13px 3px;
}
}
@media only screen and (max-width: 600px) {
.title-last-pub{
margin: 10px 0px 6px 0px;
}
.img-last-pub{
width: 100%;
}
.card-panel-last-pub-polls{
width: 100%;
}
}
.row-icons-last-pub{
margin-bottom: 0px;
}
.row-icons-last-pub p{
float: left;
margin-right: 12px;
}
.row-icons-last-pub p i{
margin-right: 1px;
line-height: 0 !important;
}
.col-front{
padding: 1.1em .75rem !important;
background-color: #00000040;
}
.btn-last-front{
margin: 0px 0px 25px !important;
}
.row-menu{
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
}
/* Create four equal columns that sits next to each other */
.column-menu {
-ms-flex: 50%; /* IE10 */
flex: 50%;
max-width: 50%;
}
.column-menu img {
vertical-align: middle;
}
/* Responsive layout - makes a two column-menu-layout instead of four column-menus */
@media screen and (max-width: 800px) {
.column-menu {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
/* Responsive layout - makes the two column-menus stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column-menu {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
}
@media screen and (max-width: 700px) {
.col-front{
padding: 1.1em 0px !important;
}
}
.text-abouts{
font-size: 1.2em;
text-align: justify;
line-height: 22px;
letter-spacing: 0.1px;
}
.description-staff{
overflow: auto !important;
text-align: justify;
}
.items_pub{
font-size: 14px;
}
.social_sharing{
padding: 30px 0px 2px;
}
.popup {
padding: 9px;
font-size: 17px;
width: 50px;
text-align: center;
text-decoration: none;
margin: 5px 3px;
}
.popup:hover {
opacity: 0.7;
}
.popup-facebook {
background: #3B5998;
color: white;
}
.popup-twitter {
background: #55ACEE;
color: white;
}
.popup-google {
background: #dd4b39;
color: white;
}
.popup-linkedin {
background: #007bb5;
color: white;
}
.img-pub-front{
margin: auto !important;
}
.front-content img{
text-align: center;
max-width: 90%;
height: auto;
}
.p_front img{
display: none;
}
.container-votes{
display: flex;
}
.progress-fgs{
height: 20px;
margin: 0px 6px !important;
}
.parallax{
background-color: #000000;
}
.parallax-container{
height: 20em !important;
}
/*
.parallax-container img{
opacity: 0.6;
}
*/
.parallax-container img{
width: 100%;
}
#page-title{
text-align: center;
}
#page-title h1{
text-transform: uppercase;
margin-top: 120px;
font-size: 3em;
font-weight: 500;
}
#page-title h1 a{
color: #ffffff;
}
.index-container{
width: 95% !important;
max-width: 1110px !important;
}
.card-title-index{
margin-bottom: 20px !important;
}
.a-title{
color: #606060 !important;
text-decoration: none;
}
.card-icons ul li {
display: inline-block;
color: #606060;
margin-right: 10px;
}
.card-icons ul li i {
color: #424242;
font-size: 20px;
vertical-align: middle;
margin-right: 5px;
}
.card-header-index{
position: relative;
border-bottom: 1px solid #dddddd;
}
.card-content-index{
padding: 23px 0 15px;
margin: 0;
border-bottom: 1px solid #dddddd;
}
.card-panel-index{
position: relative;
padding: 20px 20px 6px !important;
}
#btn-search-index{
bottom: 15px;
right: 15px;
}
.card-footer-index{
padding: 15px 0 0px;
margin: 0;
}
.chip {
display: inline-block;
height: 22px;
font-size: 11px;
font-weight: 500;
color: rgba(0,0,0,0.6);
line-height: 23px;
padding: 0 12px;
border-radius: 16px;
background-color: #e4e4e48c;
margin-bottom: 5px;
margin-right: 5px;
}
.title-index{
width: 100%;
height: auto;
letter-spacing: 0.6px;
margin: 0;
padding: 15px 15px;
font-weight: 300;
color: #ffffff;
background-color: #173C3B;
line-height: 30px;
font-size: 1.2em;
}
.category li {
display: inline-block;
background-color: #ffffff;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
padding: 6px 14px;
margin: 0 10px 15px 0;
cursor: pointer;
}
.category li a{
font-weight: 300;
color: #606060;
background: none !important;
border: none;
}
.card-panel-popular-index{
padding: 0px 20px !important;
}
.card-panel-popular-index .row{
margin-bottom: 0px !important;
}
.col-img-popular{
padding: 1px !important;
}
.popular-articles-title{
margin-bottom: 3px;
font-weight: 400;
letter-spacing: 0.2px;
}
.popular-content p{
margin-top: 1px;
}
@media only screen and (min-width:1490px){
.parallax-container{
height: 23em !important;
}
}
@media only screen and (min-width:1240px) and (max-width: 1490px){
.parallax-container{
height: 22em !important;
}
}
@media only screen and (min-width: 968px) and (max-width: 1240px){
.parallax-container{
height: 19em !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 968px){
.parallax-container{
height: 18em !important;
}
}
@media only screen and (min-width: 668px) and (max-width: 768px){
.parallax-container{
height: 15em !important;
}
}
@media only screen and (max-width: 668px){
.parallax-container{
height: 13em !important;
}
}
| 0.478041 | 0.109182 |
body {background: #f9f9f9 url(../images/soft_wallpaper.jpg) repeat 0 0;}
::selection {
background: #3580ca;
color: #fff;
text-shadow: none;
}
a[rel=external] {
background: url(../images/icn-external.gif) no-repeat right center;padding-right:15px
}
h2, h3, h4, h5, h6 {margin:20px 0;}
.xxl {font-size:57.5px;}
.xl {font-size:47.5px;}
h1, .fs1, .icon-1 {font-size:33.5px;}
h2, .fs2, .icon-2 {font-size:27.5px;}
h3, .f23, .icon-3 {font-size:22.5px;}
h4, .fs4, .icon-4 {font-size:17.5px;}
.normal {font-weight:normal;}
.thick {font-weight:bold;}
.thicker {font-weight:900;}
.carousel-caption h2 {font-size: 300%;}
#MainContent h1 a, #MainContent h2 a, #MainContent .readmore a, #MainContent a.accordion-toggle:link, #MainContent a.accordion-toggle:visited {text-decoration:none;}
#MainContent a {text-decoration:underline;}
.page-header {margin-top:0;}
a:hover, a:focus {
text-decoration: underline;
}
.nav-header {text-transform:none;}
/* top Mast */
.masthead {min-height: 115px;padding: 0; }
.masthead > .row-fluid {padding-top:15px;}
.topmast {padding-top:40px;
background: #3580ca url(../images/top-bg.gif) repeat-x center bottom;
}
.topmast .container {background: /*#3a83ccurl(../images/topmast-graphic.gif) no-repeat bottom right;*/ }
.topmast a {color:#fff;}
h1#site-title, div#site-title {/*line-height: 24px;font-weight: 300;font-size: 22.5px; */ text-decoration: none; color: #3580ca; margin: 0 0 0 30px; width:216px; height:81px; white-space: nowrap; overflow: hidden;}
.navbar-fixed-top {margin-bottom: 0px;}
.navbar-inner {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
.container {margin: 0 auto;max-width: 1170px;}
.form-search, .topsearch form {padding: 5px 0 0 0;margin: 0;}
#mod-search-searchword {margin:0;}
.alert {overflow:auto;}
.alert-info a {color:#3a87ad; text-decoration:underline}
.errorbody {margin-top:55px;}
.errorbody > .container > .header {margin-bottom:15px;}
.errorbody > .container > #mainnav > .navbar-inner {border-bottom: 1px solid #d4d4d4;}
#mainnav > .container {padding-top:0px;}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
#ContentContainer {
margin: 15px auto;
padding-bottom:30px;
background:#fff;
-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.25);
-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.25);
box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.25);
}
/* Padding & Margins */
.is-padded, .pad-20 {padding:20px;}
.pad-10 {padding:10px;}
.pad-5 {padding:5px;}
.margin-5 {margin:5px;}
.margin-10 {margin:10px;}
#map_canvas, #map-canvas {width:100%; height: 350px;}
#RightColumn > .pad-20 {padding-left:0px;}
#mainnav {background:#3580ca; color:#fff;margin-bottom:0;}
#mainnav a {color:#fff;}
#mainnav ul li li a, #mainnav ul li li li a, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {color:#000;}
#mainnav ul li li a:hover, #mainnav ul li li li a:hover {color:#fff;}
#mainnav .nav {
border-right: 1px solid #4992d7;
border-left: 1px solid #226fbb;
}
#mainnav .nav > li {}
#mainnav .nav > li > a {cursor: pointer; color:#fff; text-shadow:none;
border-left: 1px solid #4992d7;
border-right: 1px solid #226fbb;
}
#mainnav .navbar-inner {border-bottom: none;}
.navbar .nav > .active > a,
.navbar .nav > li > a:hover,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > .active > a:visited,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open > a:hover > .dropdown-toggle,
.navbar .nav li.dropdown.open a:hover,
.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle, .dropdown-menu>.active>a:hover {
background:#005590;
color:#fff;
text-shadow: none;
-webkit-box-shadow:none;
-moz-box-shadow: none;
box-shadow:none;
}
.dropdown-menu>.active>a {background:transparent;}
#mainnav .dropdown-menu>.active.current>a {background:#005590;color:#fff;}
.nav>li.current>a, .nav>li>ul>li.current>a {font-weight:normal;}
.navbar .nav li.dropdown>.dropdown-toggle .caret, .navbar .nav li.dropdown>a:hover .caret, .navbar .nav li.dropdown>a:focus .caret
{
border-top-color: #fff;
border-bottom-color: #fff;
}
.well > .nav-list {
border-top: 1px solid #eaeaea;
margin:0;
}
.well > .well {
min-height: 20px;
padding: 0;
margin-bottom: 0;
background-color: #f5f5f5;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 40;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.well > .nav-list>li>a {
padding: 2px 5px;
border-top:1px solid #fff; border-bottom: 1px solid #eaeaea;
}
.well > .nav-list>.active>a, .well > .nav-list>.active>a:hover, .well > .nav-list>.active>a:focus {
color: #2a75bf;
text-shadow:none;
background-color:transparent;
}
.well > .nav-list>li>ul, .well > .nav-list>li>ul>li> a {
border-top:1px solid #fff; border-bottom: 1px solid #eaeaea;
}
.well > .nav-list>.current>a, .well > .nav-list>.current>a:hover, .well > .nav-list>.current>a:focus {
color: #ffffff;
background-color: #226fbb;
}
.well > .nav-list ul {
margin:0 0 0 10px;
border:none;
}
.well > .nav-list>li>ul, .well > .nav-list>li>ul>li> a, .well > .nav-list ul ul li a {border:none;}
.well > .nav-list>li>ul {
margin:0 0 0 5px;
border:none;
padding:5px 0;
}
#basePosition .nav-list>.active>a {background-color:transparent; text-shadow:none;}
#mainnav form {margin:0;padding:0;}
.underNav {
height: 0px;
background: #3580ca;
}
.underNav .container { height:20px; /*background: #f4a120 url(../img/h3Bg.gif) no-repeat bottom right;*/}
#featured {
height:450px;
border-top: 1px solid #4992d7;
border-bottom: 1px solid #357fc9;
margin: 0 0 0 0;
text-shadow: -1px -1px 0 #000;
color: #555555;
/*background: #d93d0d url(../img/top-background-1.jpg) repeat-y 50% 0;*/
background:#000;
padding: 20px 0;
}
.feature {padding-top:300px;}
#featured .feature-right {margin-left:10px;}
.feature-links {padding-top:120px;}
.backstretch {background:#3580ca url(../images/loading-1.gif) no-repeat 50% 50%;}
.under-feature {background: url(../images/under-feature-blue.gif) repeat-x top center; height:20px; }
.well {padding:10px;}
.well > h3 {margin:0;}
.well-inverse {
color: #f9f9f9;
text-shadow: -1px -1px 0 #000;
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #252525;
border: 1px solid #202020;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-inverse a, footer #basePosition .well-inverse a {color:#f9f9f9;}
.well-inverse a:hover, .well-inverse>.nav>li>a:hover, .well-inverse>.nav>li.active>a {color:#339a43;background:transparent;}
.well-orange {
color: #252525;
text-shadow: -1px -1px 0 #f4a120;
min-height: 20px;
padding: 10px;
margin-bottom: 10px;
background-color: #e88e01;
border: 1px solid #de8700;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.pager li>a, .pager li>span {
padding: 5px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.external, #mainnav .dropdown-menu>li>a.external:link, #mainnav .dropdown-menu>li>a.external:visited {background:#f8941d; color: #fff;}
.dropdown-menu>li>a.external:hover {color:#fff; background: #f8941d;}
a.white {color:#fff;}
a.pagetop {}
footer a {color:#fff}
footer a:hover , .footer-links li a:hover , #basePosition .nav > li> a:hover, #basePosition .nav > li > a:focus {color:#466038;background:transparent; text-decoration:none; text-shadow: none;}
#basePosition {background: #749d5f url(../images/social-bg-green.gif) repeat-x 0 0; color:#fff; padding:20px 0 10px 0;}
#basePosition h3 {color:#fff; padding:10px 0; margin:10px 0}
footer #basePosition a {color:#fff; text-shadow: -1px -1px 0 #61834f;}
.socialbar {background: #749d5f;color: #fff;padding-top: 15px;}
.footer-block {background:#6a9057 url(../images/green-divider.png) repeat-x center top ; color: #fff; padding: 40px 0 20px 0; }
.footer-links {margin:0 auto;text-align:center;}
.footer-links li:first-child {
padding-left: 0;
}
.footer-links li:last-child {
border-right:none;
}
.footer-links li {
display: inline;
border-right:1px solid #e8f6ff;
}
.footer-links li a {
display: inline;
padding: 0 10px;
}
.link-wagov {margin:0 auto;text-align:center;font-size: 24.5px;}
.copyright {text-align:center;padding:20px 0;}
.media-object, .img{color:inherit;background-color:#fff;border:1px solid #ddd;padding:4px;}
div.thumbnail > img{border:none;padding:0;}
.carousel-linked-nav,
.item img {
display: block;
margin: 0 auto;
}
.carousel-linked-nav {
margin-bottom: 20px;
}
.mainfeatured .pagination {/*text-align:center;*/margin-bottom:0;}
ul.media-list {border-top: 1px dashed #eaeaea;border-bottom: 1px dashed #fff;}
.media-list li {border-bottom: 1px dashed #eaeaea;border-top: 1px dashed #fff;padding:10px 0;margin:0;}
.media-list li:hover {background:#f0f0f0;}
.alert, .thumbnail, .btn, .label {
webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
figure {margin:10px;}
.breadcrumb {margin: 10px 0 0 0}
.container .visible-phone { display: none !important }
.container .visible-tablet { display: none !important }
.container .hidden-desktop { display: none !important }
.container .visible-desktop { display: block !important }
/* Large desktop */
@media (min-width: 1200px) {
}
/* Normal desktop */
@media (min-width: 980px) {
#mainnav ul.nav li.dropdown:hover > ul.dropdown-menu{ display: block !important;}
}
@media (min-width: 768px) {
figure {
text-align: center;
display: table;
max-width: 33%; /* demo; set some amount (px or %) if you can */
}
}
@media (max-width: 980px) {
.masthead {min-height: 90px;padding: 5px 0 0 0;}
.nav-collapse .nav> li >a, .nav-collapse .dropdown-menu a {padding: 9px 15px;font-weight: normal;color: #777777;-webkit-border-radius: 30px;-moz-border-radius: 0px;border-radius: 0px;}
#mainnav .nav > li > a, #mainnav ul li li a {
cursor: pointer; color:#fff; text-shadow:none;
border-top: 1px solid #4992d7;
border-bottom: 1px solid #226fbb;
margin:0;
}
.navbar .btn-navbar {
float: right;
padding: 4px 12px;
margin-left: 5px;
margin-right: 5px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #363636;
background-image: -moz-linear-gradient(top, #444444, #222222);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
background-image: -webkit-linear-gradient(top, #444444, #222222);
background-image: -o-linear-gradient(top, #444444, #222222);
background-image: linear-gradient(to bottom, #444444, #222222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
border-color: #222222 #222222 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.masthead {min-height:90px;padding:5px 0 0 0;}
.masthead > .row-fluid {padding-top: 0;}
.topmast{padding-top: 0px;}
.agency-freespace h1, .agency-freespace h1 a, .agency-freespace h2, .agency-freespace h2 a {line-height: 22px;font-weight: 300;padding-left: 0px;font-size:22px;}
.container .hidden-desktop { display: block !important }
.container .visible-desktop { display: none !important }
.container .visible-tablet { display: block !important }
.container .hidden-tablet { display: none !important }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
body {padding-left: 10px; padding-right: 10px;}
.navbar-fixed-top, .topmast, #mainnav, .underNav, .under-feature, #featured, footer {margin-left: -10px; margin-right: -10px;}
.topmast{padding:5px 0 5px 10px;}
.masthead > .row-fluid {padding-top:0px;}
.GovLogo {width:23% !important;float:left !important;}
.AgencyLogo {width:77% !important;float:left !important;}
.navbar .nav > li > a {padding: 5px;}
.container .hidden-desktop { display: block !important }
.container .visible-desktop { display: none !important }
.container .visible-phone { display: block !important }
.container .hidden-phone { display: none !important }
.feature, .feature-links {padding-top:0;}
}
/* Landscape phones and down */
@media (max-width: 480px) {
.masthead {min-height:90px;padding:0;}
.masthead > .row-fluid, #mainnav > .container {padding-top: 0;}
h1#site-title, div#site-title {margin:0;}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {font-size:90%;}
.topmast {padding:5px 0;}
.navbar form .btn-inverse {margin-top:0px;}
.navbar .btn-inverse {margin-top:10px;}
#RightColumn > .pad-20 {padding-left:20px;}
.footer-links li {display: inline-block;}
.under-feature {margin-bottom:0;}
.is-padded, .pad-20 {padding: 10px;}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
padding: 0;
}
}
.mainfeature-caption {
background-color: transparent;
position: static;
padding: 0 10px;
margin-bottom: 30px;
}
.mainfeature-caption .lead {
margin: 0;
line-height: 1.25;
color: #fff;
text-shadow: -1px -1px 0 #000;
padding: 10px;
font-size:300%;
}
.unstyled li {
display: inline;
vertical-align: baseline;
padding: 0 16px;
position: relative;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 20px 0; /* Space out the Bootstrap <hr> more */
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 979px) {
.container.navbar-wrapper {
margin-bottom: 0;
width: auto;
}
.carousel .container {
top: 10px;
}
.navbar-inner {
border-radius: 0;
}
.carousel .item {
height: 250px;
}
.carousel img {
}
}
@media (max-width: 767px) {
.navbar-fixed-top {
margin-bottom: 0px;
}
.carousel .container {
top: 20px;
margin-left:0;
}
.carousel .item {
height:240px;
}
.carousel img {
}
.mainfeature-caption {
width: 100%;
padding: 0;
margin: 0;
}
.mainfeature-caption h2 {
font-size: 22px;
}
.mainfeature-caption .lead,
.mainfeature-caption .btn {
font-size: 20px;
}
#featured .feature-right {
margin-left: 0;
}
#featured {height:240px; padding-top:0;}
.feature-links {padding-top:0px;}
.feature-right .span4 {display:inline;float:left; width:33.3%;}
.feature-right .m-block {min-height:70px;text-align:center;}
.m-block i, .socialbar i {font-size:22.5px;}
a.pagetop {float:none;}
}
div.m-block {opacity: 0.9; filter: alpha(opacity90);}
div.m-block a {min-height:75px; }
.m-block, .m-block a {display:block; text-shadow:none;}
.m-block a, .m-block a:hover, div.m-block:hover {color: #fff;text-decoration: none; opacity: 1; filter: alpha(opacity=100);
}
/* Background colors */
.m-orange{
background: #f8941d;
color: #fff;
margin: 5px 2px;
cursor:default;
}
.m-green{
background: #749d5f;
color: #fff;
margin: 5px 2px;
cursor:default;
}
.m-blue{
background: #005590;
color: #fff;
margin: 5px 2px;
cursor:default;
}
.m-black{
background: #000000;
color: #fff;
margin: 5px 2px;
cursor:default;
}
.m-red{
background: #92191c;
color: #fff;
margin: 5px 2px;
cursor:default;
}
#MainContent .article-index .nav li a {
padding: 2px 5px;
text-decoration: none;
}
#MainContent .article-index .nav li a.active {
color:#aeaeae;
background: #eeeeee;
}
/* Joomla Specific */
.label a {color:#fff; font-weight:normal; text-shadow:none;}
.separator {background:#eaeaea; height:1px;padding:0}
.article-index {
margin: 0 0 10px 10px;
}
.category-list h3.item-title {
background: #f9f9f9 /* url(../images/item-title-bg.gif) no-repeat bottom right*/;
padding: 2px 5px;
text-shadow: 1px 1px 0 #fff;
margin:0;
font-size:16px;
}
.category-list .first {border-top:1px solid #f1f1f1;}
.page-header {border-bottom:1px solid #f1f1f1;}
.category-list h3.item-title {border:1px solid #f1f1f1;border-top:1px solid #fff;}
.cat-items {
padding-top: 10px;
margin: 30px 0 0 0px;
border-top: 1px solid #eeeeee;
}
.article-index > .nav-stacked {background:#f9f9f9;}
.tags {margin-bottom:10px;}
.article-info {font-size:90%;}
/* Component overrides */
.nav-header {font-size:14px;}
/* Latest News Extended */
.lnd_introtxt {padding:0;}
li.lnd_latestnews {color:#99ccff;}
.article-info-term {display:none;}
#map-canvas img, #map_canvas img ,.google-maps img{max-width:none;}
/* RS Forms Pro */
legend {margin-bottom:10px;}
#ContentContainer > .rsform-block, #ContentContainer > .form-horizontal > .control-group {border-bottom:1px solid #eaeaea;padding:5px 0;margin-bottom: 5px;}
.formRequired, .formRed {color:#922211}
/* K2 */
div.itemIsFeatured, div.catItemIsFeatured, div.userItemIsFeatured {background:none;}
.itemListSubCategories div.span6 {margin-left:0;}
div.catItemBody {padding: 0;}
div.subCategory img {float:left}
div.subCategory h2 {font-size:22px; line-height:22px;}
div.itemList {margin-top:20px; border-top: 1px dashed #dfdfda;}
#MainContent .catItemHeader a {text-decoration:none;}
div.itemContainer {float:none;}
div.itemContainer h3 {font-size: 18px;font-weight: normal;line-height: 110%;padding: 5px 0;margin: 0;}
div.itemContainer .article-info {padding: 5px 0;margin: 0;}
.even {background: #f5f5f5;}
#rightcolumn .frontpage, #rightcolumn .moduleItemIntrotext, #rightcolumn .lnd_introdate {font-size:90%;}
.frontpage .moduleItemImage { margin: 0 10px 10px 0;}
.moduletable, .moduletablefrontpage, .well {margin-bottom:20px;}
.moduletablefrontpage {padding: 10px; background: #f5f5f5;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px; /* future proofing */
}
.moduletablefrontpage h3 , #RightColumn > .well > h3, #RightColumn > .green > h3 {
color: #fff;
background: #749d5f /*url(../images/h3-bg-2.gif) no-repeat top right*/;
padding: 2px 10px;
margin: -10px -10px 10px -10px;
-moz-border-radius: 2px 2px 0 0;
-webkit-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
text-shadow: -1px -1px 0 #628451;
}
#RightColumn > .orange > h3 {
background:#f8941d;
color: #fff;
padding: 2px 10px;
margin: -10px -10px 10px -10px;
-moz-border-radius: 2px 2px 0 0;
-webkit-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
text-shadow: -1px -1px 0 #e68a1c;
}
div.itemIntroText {font-size:14px; line-height:inherit; font-weight:normal;color:inherit;}
.item-separator, .hdot, .itemContainer {border-bottom: 1px dashed #dfdfda; margin: 0 0 10px;padding: 0;}
.k2-dl dt , .k2-dl dd {margin-left:0; width:auto;}
/* dropdown mobile fix */
.dropdown-backdrop {
position: static;
}
/* Print only CSS styles */
@media only print
{
/* Hide all elements except required content
body:after { content: "Please consider the environment before printing."; }*/
* {color: #000000;background-color: #FFFFFF;}
body {font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;font-size: 1em !important;}
body.print {background-color: #fff; background-image: none; }
a:link, a:visited {background: white; color: black; text-decoration: underline;}
h1, h2, h3, h4, h5 {background: white; color: black;font-size: 150%;font-weight: 400;line-height: 110%;padding: 0;margin: 5px 0;}
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%;}
h1, h2, h3 {border-bottom: 1px solid #eaeaea;}
img {max-width: 500px;page-break-inside: avoid;}
}
|
bfrs/static/css/styles-new.css
|
body {background: #f9f9f9 url(../images/soft_wallpaper.jpg) repeat 0 0;}
::selection {
background: #3580ca;
color: #fff;
text-shadow: none;
}
a[rel=external] {
background: url(../images/icn-external.gif) no-repeat right center;padding-right:15px
}
h2, h3, h4, h5, h6 {margin:20px 0;}
.xxl {font-size:57.5px;}
.xl {font-size:47.5px;}
h1, .fs1, .icon-1 {font-size:33.5px;}
h2, .fs2, .icon-2 {font-size:27.5px;}
h3, .f23, .icon-3 {font-size:22.5px;}
h4, .fs4, .icon-4 {font-size:17.5px;}
.normal {font-weight:normal;}
.thick {font-weight:bold;}
.thicker {font-weight:900;}
.carousel-caption h2 {font-size: 300%;}
#MainContent h1 a, #MainContent h2 a, #MainContent .readmore a, #MainContent a.accordion-toggle:link, #MainContent a.accordion-toggle:visited {text-decoration:none;}
#MainContent a {text-decoration:underline;}
.page-header {margin-top:0;}
a:hover, a:focus {
text-decoration: underline;
}
.nav-header {text-transform:none;}
/* top Mast */
.masthead {min-height: 115px;padding: 0; }
.masthead > .row-fluid {padding-top:15px;}
.topmast {padding-top:40px;
background: #3580ca url(../images/top-bg.gif) repeat-x center bottom;
}
.topmast .container {background: /*#3a83ccurl(../images/topmast-graphic.gif) no-repeat bottom right;*/ }
.topmast a {color:#fff;}
h1#site-title, div#site-title {/*line-height: 24px;font-weight: 300;font-size: 22.5px; */ text-decoration: none; color: #3580ca; margin: 0 0 0 30px; width:216px; height:81px; white-space: nowrap; overflow: hidden;}
.navbar-fixed-top {margin-bottom: 0px;}
.navbar-inner {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
.container {margin: 0 auto;max-width: 1170px;}
.form-search, .topsearch form {padding: 5px 0 0 0;margin: 0;}
#mod-search-searchword {margin:0;}
.alert {overflow:auto;}
.alert-info a {color:#3a87ad; text-decoration:underline}
.errorbody {margin-top:55px;}
.errorbody > .container > .header {margin-bottom:15px;}
.errorbody > .container > #mainnav > .navbar-inner {border-bottom: 1px solid #d4d4d4;}
#mainnav > .container {padding-top:0px;}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
#ContentContainer {
margin: 15px auto;
padding-bottom:30px;
background:#fff;
-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.25);
-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.25);
box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.25);
}
/* Padding & Margins */
.is-padded, .pad-20 {padding:20px;}
.pad-10 {padding:10px;}
.pad-5 {padding:5px;}
.margin-5 {margin:5px;}
.margin-10 {margin:10px;}
#map_canvas, #map-canvas {width:100%; height: 350px;}
#RightColumn > .pad-20 {padding-left:0px;}
#mainnav {background:#3580ca; color:#fff;margin-bottom:0;}
#mainnav a {color:#fff;}
#mainnav ul li li a, #mainnav ul li li li a, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {color:#000;}
#mainnav ul li li a:hover, #mainnav ul li li li a:hover {color:#fff;}
#mainnav .nav {
border-right: 1px solid #4992d7;
border-left: 1px solid #226fbb;
}
#mainnav .nav > li {}
#mainnav .nav > li > a {cursor: pointer; color:#fff; text-shadow:none;
border-left: 1px solid #4992d7;
border-right: 1px solid #226fbb;
}
#mainnav .navbar-inner {border-bottom: none;}
.navbar .nav > .active > a,
.navbar .nav > li > a:hover,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > .active > a:visited,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open > a:hover > .dropdown-toggle,
.navbar .nav li.dropdown.open a:hover,
.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle, .dropdown-menu>.active>a:hover {
background:#005590;
color:#fff;
text-shadow: none;
-webkit-box-shadow:none;
-moz-box-shadow: none;
box-shadow:none;
}
.dropdown-menu>.active>a {background:transparent;}
#mainnav .dropdown-menu>.active.current>a {background:#005590;color:#fff;}
.nav>li.current>a, .nav>li>ul>li.current>a {font-weight:normal;}
.navbar .nav li.dropdown>.dropdown-toggle .caret, .navbar .nav li.dropdown>a:hover .caret, .navbar .nav li.dropdown>a:focus .caret
{
border-top-color: #fff;
border-bottom-color: #fff;
}
.well > .nav-list {
border-top: 1px solid #eaeaea;
margin:0;
}
.well > .well {
min-height: 20px;
padding: 0;
margin-bottom: 0;
background-color: #f5f5f5;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 40;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.well > .nav-list>li>a {
padding: 2px 5px;
border-top:1px solid #fff; border-bottom: 1px solid #eaeaea;
}
.well > .nav-list>.active>a, .well > .nav-list>.active>a:hover, .well > .nav-list>.active>a:focus {
color: #2a75bf;
text-shadow:none;
background-color:transparent;
}
.well > .nav-list>li>ul, .well > .nav-list>li>ul>li> a {
border-top:1px solid #fff; border-bottom: 1px solid #eaeaea;
}
.well > .nav-list>.current>a, .well > .nav-list>.current>a:hover, .well > .nav-list>.current>a:focus {
color: #ffffff;
background-color: #226fbb;
}
.well > .nav-list ul {
margin:0 0 0 10px;
border:none;
}
.well > .nav-list>li>ul, .well > .nav-list>li>ul>li> a, .well > .nav-list ul ul li a {border:none;}
.well > .nav-list>li>ul {
margin:0 0 0 5px;
border:none;
padding:5px 0;
}
#basePosition .nav-list>.active>a {background-color:transparent; text-shadow:none;}
#mainnav form {margin:0;padding:0;}
.underNav {
height: 0px;
background: #3580ca;
}
.underNav .container { height:20px; /*background: #f4a120 url(../img/h3Bg.gif) no-repeat bottom right;*/}
#featured {
height:450px;
border-top: 1px solid #4992d7;
border-bottom: 1px solid #357fc9;
margin: 0 0 0 0;
text-shadow: -1px -1px 0 #000;
color: #555555;
/*background: #d93d0d url(../img/top-background-1.jpg) repeat-y 50% 0;*/
background:#000;
padding: 20px 0;
}
.feature {padding-top:300px;}
#featured .feature-right {margin-left:10px;}
.feature-links {padding-top:120px;}
.backstretch {background:#3580ca url(../images/loading-1.gif) no-repeat 50% 50%;}
.under-feature {background: url(../images/under-feature-blue.gif) repeat-x top center; height:20px; }
.well {padding:10px;}
.well > h3 {margin:0;}
.well-inverse {
color: #f9f9f9;
text-shadow: -1px -1px 0 #000;
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #252525;
border: 1px solid #202020;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-inverse a, footer #basePosition .well-inverse a {color:#f9f9f9;}
.well-inverse a:hover, .well-inverse>.nav>li>a:hover, .well-inverse>.nav>li.active>a {color:#339a43;background:transparent;}
.well-orange {
color: #252525;
text-shadow: -1px -1px 0 #f4a120;
min-height: 20px;
padding: 10px;
margin-bottom: 10px;
background-color: #e88e01;
border: 1px solid #de8700;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.pager li>a, .pager li>span {
padding: 5px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.external, #mainnav .dropdown-menu>li>a.external:link, #mainnav .dropdown-menu>li>a.external:visited {background:#f8941d; color: #fff;}
.dropdown-menu>li>a.external:hover {color:#fff; background: #f8941d;}
a.white {color:#fff;}
a.pagetop {}
footer a {color:#fff}
footer a:hover , .footer-links li a:hover , #basePosition .nav > li> a:hover, #basePosition .nav > li > a:focus {color:#466038;background:transparent; text-decoration:none; text-shadow: none;}
#basePosition {background: #749d5f url(../images/social-bg-green.gif) repeat-x 0 0; color:#fff; padding:20px 0 10px 0;}
#basePosition h3 {color:#fff; padding:10px 0; margin:10px 0}
footer #basePosition a {color:#fff; text-shadow: -1px -1px 0 #61834f;}
.socialbar {background: #749d5f;color: #fff;padding-top: 15px;}
.footer-block {background:#6a9057 url(../images/green-divider.png) repeat-x center top ; color: #fff; padding: 40px 0 20px 0; }
.footer-links {margin:0 auto;text-align:center;}
.footer-links li:first-child {
padding-left: 0;
}
.footer-links li:last-child {
border-right:none;
}
.footer-links li {
display: inline;
border-right:1px solid #e8f6ff;
}
.footer-links li a {
display: inline;
padding: 0 10px;
}
.link-wagov {margin:0 auto;text-align:center;font-size: 24.5px;}
.copyright {text-align:center;padding:20px 0;}
.media-object, .img{color:inherit;background-color:#fff;border:1px solid #ddd;padding:4px;}
div.thumbnail > img{border:none;padding:0;}
.carousel-linked-nav,
.item img {
display: block;
margin: 0 auto;
}
.carousel-linked-nav {
margin-bottom: 20px;
}
.mainfeatured .pagination {/*text-align:center;*/margin-bottom:0;}
ul.media-list {border-top: 1px dashed #eaeaea;border-bottom: 1px dashed #fff;}
.media-list li {border-bottom: 1px dashed #eaeaea;border-top: 1px dashed #fff;padding:10px 0;margin:0;}
.media-list li:hover {background:#f0f0f0;}
.alert, .thumbnail, .btn, .label {
webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
figure {margin:10px;}
.breadcrumb {margin: 10px 0 0 0}
.container .visible-phone { display: none !important }
.container .visible-tablet { display: none !important }
.container .hidden-desktop { display: none !important }
.container .visible-desktop { display: block !important }
/* Large desktop */
@media (min-width: 1200px) {
}
/* Normal desktop */
@media (min-width: 980px) {
#mainnav ul.nav li.dropdown:hover > ul.dropdown-menu{ display: block !important;}
}
@media (min-width: 768px) {
figure {
text-align: center;
display: table;
max-width: 33%; /* demo; set some amount (px or %) if you can */
}
}
@media (max-width: 980px) {
.masthead {min-height: 90px;padding: 5px 0 0 0;}
.nav-collapse .nav> li >a, .nav-collapse .dropdown-menu a {padding: 9px 15px;font-weight: normal;color: #777777;-webkit-border-radius: 30px;-moz-border-radius: 0px;border-radius: 0px;}
#mainnav .nav > li > a, #mainnav ul li li a {
cursor: pointer; color:#fff; text-shadow:none;
border-top: 1px solid #4992d7;
border-bottom: 1px solid #226fbb;
margin:0;
}
.navbar .btn-navbar {
float: right;
padding: 4px 12px;
margin-left: 5px;
margin-right: 5px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #363636;
background-image: -moz-linear-gradient(top, #444444, #222222);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
background-image: -webkit-linear-gradient(top, #444444, #222222);
background-image: -o-linear-gradient(top, #444444, #222222);
background-image: linear-gradient(to bottom, #444444, #222222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
border-color: #222222 #222222 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.masthead {min-height:90px;padding:5px 0 0 0;}
.masthead > .row-fluid {padding-top: 0;}
.topmast{padding-top: 0px;}
.agency-freespace h1, .agency-freespace h1 a, .agency-freespace h2, .agency-freespace h2 a {line-height: 22px;font-weight: 300;padding-left: 0px;font-size:22px;}
.container .hidden-desktop { display: block !important }
.container .visible-desktop { display: none !important }
.container .visible-tablet { display: block !important }
.container .hidden-tablet { display: none !important }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
body {padding-left: 10px; padding-right: 10px;}
.navbar-fixed-top, .topmast, #mainnav, .underNav, .under-feature, #featured, footer {margin-left: -10px; margin-right: -10px;}
.topmast{padding:5px 0 5px 10px;}
.masthead > .row-fluid {padding-top:0px;}
.GovLogo {width:23% !important;float:left !important;}
.AgencyLogo {width:77% !important;float:left !important;}
.navbar .nav > li > a {padding: 5px;}
.container .hidden-desktop { display: block !important }
.container .visible-desktop { display: none !important }
.container .visible-phone { display: block !important }
.container .hidden-phone { display: none !important }
.feature, .feature-links {padding-top:0;}
}
/* Landscape phones and down */
@media (max-width: 480px) {
.masthead {min-height:90px;padding:0;}
.masthead > .row-fluid, #mainnav > .container {padding-top: 0;}
h1#site-title, div#site-title {margin:0;}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {font-size:90%;}
.topmast {padding:5px 0;}
.navbar form .btn-inverse {margin-top:0px;}
.navbar .btn-inverse {margin-top:10px;}
#RightColumn > .pad-20 {padding-left:20px;}
.footer-links li {display: inline-block;}
.under-feature {margin-bottom:0;}
.is-padded, .pad-20 {padding: 10px;}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
padding: 0;
}
}
.mainfeature-caption {
background-color: transparent;
position: static;
padding: 0 10px;
margin-bottom: 30px;
}
.mainfeature-caption .lead {
margin: 0;
line-height: 1.25;
color: #fff;
text-shadow: -1px -1px 0 #000;
padding: 10px;
font-size:300%;
}
.unstyled li {
display: inline;
vertical-align: baseline;
padding: 0 16px;
position: relative;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 20px 0; /* Space out the Bootstrap <hr> more */
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 979px) {
.container.navbar-wrapper {
margin-bottom: 0;
width: auto;
}
.carousel .container {
top: 10px;
}
.navbar-inner {
border-radius: 0;
}
.carousel .item {
height: 250px;
}
.carousel img {
}
}
@media (max-width: 767px) {
.navbar-fixed-top {
margin-bottom: 0px;
}
.carousel .container {
top: 20px;
margin-left:0;
}
.carousel .item {
height:240px;
}
.carousel img {
}
.mainfeature-caption {
width: 100%;
padding: 0;
margin: 0;
}
.mainfeature-caption h2 {
font-size: 22px;
}
.mainfeature-caption .lead,
.mainfeature-caption .btn {
font-size: 20px;
}
#featured .feature-right {
margin-left: 0;
}
#featured {height:240px; padding-top:0;}
.feature-links {padding-top:0px;}
.feature-right .span4 {display:inline;float:left; width:33.3%;}
.feature-right .m-block {min-height:70px;text-align:center;}
.m-block i, .socialbar i {font-size:22.5px;}
a.pagetop {float:none;}
}
div.m-block {opacity: 0.9; filter: alpha(opacity90);}
div.m-block a {min-height:75px; }
.m-block, .m-block a {display:block; text-shadow:none;}
.m-block a, .m-block a:hover, div.m-block:hover {color: #fff;text-decoration: none; opacity: 1; filter: alpha(opacity=100);
}
/* Background colors */
.m-orange{
background: #f8941d;
color: #fff;
margin: 5px 2px;
cursor:default;
}
.m-green{
background: #749d5f;
color: #fff;
margin: 5px 2px;
cursor:default;
}
.m-blue{
background: #005590;
color: #fff;
margin: 5px 2px;
cursor:default;
}
.m-black{
background: #000000;
color: #fff;
margin: 5px 2px;
cursor:default;
}
.m-red{
background: #92191c;
color: #fff;
margin: 5px 2px;
cursor:default;
}
#MainContent .article-index .nav li a {
padding: 2px 5px;
text-decoration: none;
}
#MainContent .article-index .nav li a.active {
color:#aeaeae;
background: #eeeeee;
}
/* Joomla Specific */
.label a {color:#fff; font-weight:normal; text-shadow:none;}
.separator {background:#eaeaea; height:1px;padding:0}
.article-index {
margin: 0 0 10px 10px;
}
.category-list h3.item-title {
background: #f9f9f9 /* url(../images/item-title-bg.gif) no-repeat bottom right*/;
padding: 2px 5px;
text-shadow: 1px 1px 0 #fff;
margin:0;
font-size:16px;
}
.category-list .first {border-top:1px solid #f1f1f1;}
.page-header {border-bottom:1px solid #f1f1f1;}
.category-list h3.item-title {border:1px solid #f1f1f1;border-top:1px solid #fff;}
.cat-items {
padding-top: 10px;
margin: 30px 0 0 0px;
border-top: 1px solid #eeeeee;
}
.article-index > .nav-stacked {background:#f9f9f9;}
.tags {margin-bottom:10px;}
.article-info {font-size:90%;}
/* Component overrides */
.nav-header {font-size:14px;}
/* Latest News Extended */
.lnd_introtxt {padding:0;}
li.lnd_latestnews {color:#99ccff;}
.article-info-term {display:none;}
#map-canvas img, #map_canvas img ,.google-maps img{max-width:none;}
/* RS Forms Pro */
legend {margin-bottom:10px;}
#ContentContainer > .rsform-block, #ContentContainer > .form-horizontal > .control-group {border-bottom:1px solid #eaeaea;padding:5px 0;margin-bottom: 5px;}
.formRequired, .formRed {color:#922211}
/* K2 */
div.itemIsFeatured, div.catItemIsFeatured, div.userItemIsFeatured {background:none;}
.itemListSubCategories div.span6 {margin-left:0;}
div.catItemBody {padding: 0;}
div.subCategory img {float:left}
div.subCategory h2 {font-size:22px; line-height:22px;}
div.itemList {margin-top:20px; border-top: 1px dashed #dfdfda;}
#MainContent .catItemHeader a {text-decoration:none;}
div.itemContainer {float:none;}
div.itemContainer h3 {font-size: 18px;font-weight: normal;line-height: 110%;padding: 5px 0;margin: 0;}
div.itemContainer .article-info {padding: 5px 0;margin: 0;}
.even {background: #f5f5f5;}
#rightcolumn .frontpage, #rightcolumn .moduleItemIntrotext, #rightcolumn .lnd_introdate {font-size:90%;}
.frontpage .moduleItemImage { margin: 0 10px 10px 0;}
.moduletable, .moduletablefrontpage, .well {margin-bottom:20px;}
.moduletablefrontpage {padding: 10px; background: #f5f5f5;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px; /* future proofing */
}
.moduletablefrontpage h3 , #RightColumn > .well > h3, #RightColumn > .green > h3 {
color: #fff;
background: #749d5f /*url(../images/h3-bg-2.gif) no-repeat top right*/;
padding: 2px 10px;
margin: -10px -10px 10px -10px;
-moz-border-radius: 2px 2px 0 0;
-webkit-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
text-shadow: -1px -1px 0 #628451;
}
#RightColumn > .orange > h3 {
background:#f8941d;
color: #fff;
padding: 2px 10px;
margin: -10px -10px 10px -10px;
-moz-border-radius: 2px 2px 0 0;
-webkit-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
text-shadow: -1px -1px 0 #e68a1c;
}
div.itemIntroText {font-size:14px; line-height:inherit; font-weight:normal;color:inherit;}
.item-separator, .hdot, .itemContainer {border-bottom: 1px dashed #dfdfda; margin: 0 0 10px;padding: 0;}
.k2-dl dt , .k2-dl dd {margin-left:0; width:auto;}
/* dropdown mobile fix */
.dropdown-backdrop {
position: static;
}
/* Print only CSS styles */
@media only print
{
/* Hide all elements except required content
body:after { content: "Please consider the environment before printing."; }*/
* {color: #000000;background-color: #FFFFFF;}
body {font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;font-size: 1em !important;}
body.print {background-color: #fff; background-image: none; }
a:link, a:visited {background: white; color: black; text-decoration: underline;}
h1, h2, h3, h4, h5 {background: white; color: black;font-size: 150%;font-weight: 400;line-height: 110%;padding: 0;margin: 5px 0;}
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%;}
h1, h2, h3 {border-bottom: 1px solid #eaeaea;}
img {max-width: 500px;page-break-inside: avoid;}
}
| 0.187579 | 0.062075 |
.row{
width: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12{
--margin-col: 5px;
margin: var(--margin-col);
box-sizing: border-box;
padding: 5px;
}
@media screen and (min-width: 600px){
.row{
flex-direction: row;
}
.col-m-1{width: calc(((100% * 1) /12) - var(--margin-col) * 2);}
.col-m-2{width: calc(((100% * 2) /12) - var(--margin-col) * 2);}
.col-m-3{width: calc(((100% * 3) /12) - var(--margin-col) * 2);}
.col-m-4{width: calc(((100% * 4) /12) - var(--margin-col) * 2);}
.col-m-5{width: calc(((100% * 5) /12) - var(--margin-col) * 2);}
.col-m-6{width: calc(((100% * 6) /12) - var(--margin-col) * 2);}
.col-m-7{width: calc(((100% * 7) /12) - var(--margin-col) * 2);}
.col-m-8{width: calc(((100% * 8) /12) - var(--margin-col) * 2);}
.col-m-9{width: calc(((100% * 9) /12) - var(--margin-col) * 2);}
.col-m-10{width: calc(((100% * 10) /12) - var(--margin-col) * 2);}
.col-m-11{width: calc(((100% * 11) /12) - var(--margin-col) * 2);}
.col-m-12{width: calc(((100% * 12) /12) - var(--margin-col) * 2);}
}
@media screen and (min-width: 768px){
.row{
flex-direction: row;
}
.col-1{width: calc(((100% * 1) /12) - var(--margin-col) * 2);}
.col-2{width: calc(((100% * 2) /12) - var(--margin-col) * 2);}
.col-3{width: calc(((100% * 3) /12) - var(--margin-col) * 2);}
.col-4{width: calc(((100% * 4) /12) - var(--margin-col) * 2);}
.col-5{width: calc(((100% * 5) /12) - var(--margin-col) * 2);}
.col-6{width: calc(((100% * 6) /12) - var(--margin-col) * 2);}
.col-7{width: calc(((100% * 7) /12) - var(--margin-col) * 2);}
.col-8{width: calc(((100% * 8) /12) - var(--margin-col) * 2);}
.col-9{width: calc(((100% * 9) /12) - var(--margin-col) * 2);}
.col-10{width: calc(((100% * 10) /12) - var(--margin-col) * 2);}
.col-11{width: calc(((100% * 11) /12) - var(--margin-col) * 2);}
.col-12{width: calc(((100% * 12) /12) - var(--margin-col) * 2);}
}
|
css/grid.css
|
.row{
width: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12{
--margin-col: 5px;
margin: var(--margin-col);
box-sizing: border-box;
padding: 5px;
}
@media screen and (min-width: 600px){
.row{
flex-direction: row;
}
.col-m-1{width: calc(((100% * 1) /12) - var(--margin-col) * 2);}
.col-m-2{width: calc(((100% * 2) /12) - var(--margin-col) * 2);}
.col-m-3{width: calc(((100% * 3) /12) - var(--margin-col) * 2);}
.col-m-4{width: calc(((100% * 4) /12) - var(--margin-col) * 2);}
.col-m-5{width: calc(((100% * 5) /12) - var(--margin-col) * 2);}
.col-m-6{width: calc(((100% * 6) /12) - var(--margin-col) * 2);}
.col-m-7{width: calc(((100% * 7) /12) - var(--margin-col) * 2);}
.col-m-8{width: calc(((100% * 8) /12) - var(--margin-col) * 2);}
.col-m-9{width: calc(((100% * 9) /12) - var(--margin-col) * 2);}
.col-m-10{width: calc(((100% * 10) /12) - var(--margin-col) * 2);}
.col-m-11{width: calc(((100% * 11) /12) - var(--margin-col) * 2);}
.col-m-12{width: calc(((100% * 12) /12) - var(--margin-col) * 2);}
}
@media screen and (min-width: 768px){
.row{
flex-direction: row;
}
.col-1{width: calc(((100% * 1) /12) - var(--margin-col) * 2);}
.col-2{width: calc(((100% * 2) /12) - var(--margin-col) * 2);}
.col-3{width: calc(((100% * 3) /12) - var(--margin-col) * 2);}
.col-4{width: calc(((100% * 4) /12) - var(--margin-col) * 2);}
.col-5{width: calc(((100% * 5) /12) - var(--margin-col) * 2);}
.col-6{width: calc(((100% * 6) /12) - var(--margin-col) * 2);}
.col-7{width: calc(((100% * 7) /12) - var(--margin-col) * 2);}
.col-8{width: calc(((100% * 8) /12) - var(--margin-col) * 2);}
.col-9{width: calc(((100% * 9) /12) - var(--margin-col) * 2);}
.col-10{width: calc(((100% * 10) /12) - var(--margin-col) * 2);}
.col-11{width: calc(((100% * 11) /12) - var(--margin-col) * 2);}
.col-12{width: calc(((100% * 12) /12) - var(--margin-col) * 2);}
}
| 0.465145 | 0.143427 |
.small-blur{
color: #9197a3;
}
.full{
width: 100%;
}
.half{
width: 50%;
}
.no-makeup{
margin:0;
padding:0;
text-decoration: none;
}
.no-makeup a{
margin:0;
padding:0;
text-decoration: none;
}
/**
* sidebar
*/
.mini-profile>img{
max-width: 150px;
margin:auto;
}
.dot{
font-size: 3px;
color: #428bca;
}
/**
* New post form
*/
.post-form-container{
border: solid 1px #dddddd;
padding:10px;
}
.post-form textarea{
border-radius: 0;
resize:none;
}
.post-form .form-group{
margin-bottom: 5px;
}
.post-form .navbar-nav{
float: left;
margin: 5px 0 0 5px;
font-size: 20px;
}
#attachment-file{
height: 0px;
width:0px;
}
#post-upload-status{
display: none;
color:#428BCA;
height: 0.8em;
width: 150px;
margin: 0 0 2px 15px;
}
#attachment-name{
font-size: 13px;
margin: 2px 0 -7px 0;
}
/**
* display post
*/
.post{
border: solid 1px #DDDDDD;
padding: 5px;
margin-top: 10px;
}
.post .profile-pic{
padding:0 5px 0 0;
float: left;
}
.post .profile-pic img{
margin: 0;
}
.post .post-meta{
padding:0;
clear: both;
margin-bottom: 10px;
}
.post .post-meta h5{
font-weight: bold;
font-size: 16px;
margin: 5px 0 3px 0;
padding-top: 5px;
}
.post .post-status{
padding: 5px;
display: block;
overflow: hidden;
}
.embeded{
width:100%;
clear: both;
margin: 0 0 5px 0;
}
.embeded>img{
max-width: 100%;
margin: 0 auto;
display: block;
padding:0;
}
.embeded>.video-js>video{
display: block;
padding:0;
}
.post .navbar-nav{
margin:0 0 5px 0;
font-size: 15px;
}
@media screen and (max-width: 992px){
.sidebar{
display:none;
}
}
/**
* comments
*/
.add-comment input{
border-radius: 0;
}
.comment-list{
clear:both;
}
.comment-show{
margin: 0;
border-top: solid 1px #dddddd;
}
.comment-image{
float: left;
margin: 5px;
}
.comment-image img{
margin: 0;
}
.comment-main{
float: left;
width:90%;
}
.comment-main h5{
margin: 5px 0 0 0;
font-weight: bold;
float: left;
}
.comment-settings{
position: relative;
background-color: #FFFFFF;
zoom:1;
opacity:1;
display: none;
}
.comment-show:hover .comment-settings,.comment-show:focus .comment-settings{
display: block;
}
.comment-settings i{
color:#428BCA;
background-color: #FFFFFF;
z-index: 2;
}
.comment-settings-list{
background-color: #FFFFFF;
border: solid 1px #DDDDDD;
position: absolute;
z-index: 3;
display: none;
}
.comment-settings-list>li>a{
padding: 3px 30px 2px 5px;
}
.comment-settings-list>li{
line-height: 1;
}
.comment-settings:hover .comment-settings-list,.comment-settings:focus .comment-settings-list{
display: block;
left: -65px;
}
.comment-main p{
margin: 0;
line-height: 1;
clear:both;
}
.comment-meta{
float:right;
}
#dummy-comment-form-wrapper{
display: none;
}
@media screen and (max-width: 768px){
.comment-main{
width:80%;
}
}
/**
* floating notices via ajax
*/
.floating-notice-wrapper{
position:fixed;
top:0;
bottom:0;
right:0;
left:0;
z-index: 5000;
overflow: auto;
overflow-x: hidden;
display: none;
}
.floating-close-area{
position: absolute;
top:0;
right:0;
left:0;
background: #888888;
opacity: 0.5;
cursor: pointer;
}
.floating-notice{
position: relative;
max-width: 500px;
background: #FFFFFF;
z-index: 23423;
top: 100px;
margin: auto;
margin-bottom: 100px;
opacity: 1;
}
|
static/css/base.css
|
.small-blur{
color: #9197a3;
}
.full{
width: 100%;
}
.half{
width: 50%;
}
.no-makeup{
margin:0;
padding:0;
text-decoration: none;
}
.no-makeup a{
margin:0;
padding:0;
text-decoration: none;
}
/**
* sidebar
*/
.mini-profile>img{
max-width: 150px;
margin:auto;
}
.dot{
font-size: 3px;
color: #428bca;
}
/**
* New post form
*/
.post-form-container{
border: solid 1px #dddddd;
padding:10px;
}
.post-form textarea{
border-radius: 0;
resize:none;
}
.post-form .form-group{
margin-bottom: 5px;
}
.post-form .navbar-nav{
float: left;
margin: 5px 0 0 5px;
font-size: 20px;
}
#attachment-file{
height: 0px;
width:0px;
}
#post-upload-status{
display: none;
color:#428BCA;
height: 0.8em;
width: 150px;
margin: 0 0 2px 15px;
}
#attachment-name{
font-size: 13px;
margin: 2px 0 -7px 0;
}
/**
* display post
*/
.post{
border: solid 1px #DDDDDD;
padding: 5px;
margin-top: 10px;
}
.post .profile-pic{
padding:0 5px 0 0;
float: left;
}
.post .profile-pic img{
margin: 0;
}
.post .post-meta{
padding:0;
clear: both;
margin-bottom: 10px;
}
.post .post-meta h5{
font-weight: bold;
font-size: 16px;
margin: 5px 0 3px 0;
padding-top: 5px;
}
.post .post-status{
padding: 5px;
display: block;
overflow: hidden;
}
.embeded{
width:100%;
clear: both;
margin: 0 0 5px 0;
}
.embeded>img{
max-width: 100%;
margin: 0 auto;
display: block;
padding:0;
}
.embeded>.video-js>video{
display: block;
padding:0;
}
.post .navbar-nav{
margin:0 0 5px 0;
font-size: 15px;
}
@media screen and (max-width: 992px){
.sidebar{
display:none;
}
}
/**
* comments
*/
.add-comment input{
border-radius: 0;
}
.comment-list{
clear:both;
}
.comment-show{
margin: 0;
border-top: solid 1px #dddddd;
}
.comment-image{
float: left;
margin: 5px;
}
.comment-image img{
margin: 0;
}
.comment-main{
float: left;
width:90%;
}
.comment-main h5{
margin: 5px 0 0 0;
font-weight: bold;
float: left;
}
.comment-settings{
position: relative;
background-color: #FFFFFF;
zoom:1;
opacity:1;
display: none;
}
.comment-show:hover .comment-settings,.comment-show:focus .comment-settings{
display: block;
}
.comment-settings i{
color:#428BCA;
background-color: #FFFFFF;
z-index: 2;
}
.comment-settings-list{
background-color: #FFFFFF;
border: solid 1px #DDDDDD;
position: absolute;
z-index: 3;
display: none;
}
.comment-settings-list>li>a{
padding: 3px 30px 2px 5px;
}
.comment-settings-list>li{
line-height: 1;
}
.comment-settings:hover .comment-settings-list,.comment-settings:focus .comment-settings-list{
display: block;
left: -65px;
}
.comment-main p{
margin: 0;
line-height: 1;
clear:both;
}
.comment-meta{
float:right;
}
#dummy-comment-form-wrapper{
display: none;
}
@media screen and (max-width: 768px){
.comment-main{
width:80%;
}
}
/**
* floating notices via ajax
*/
.floating-notice-wrapper{
position:fixed;
top:0;
bottom:0;
right:0;
left:0;
z-index: 5000;
overflow: auto;
overflow-x: hidden;
display: none;
}
.floating-close-area{
position: absolute;
top:0;
right:0;
left:0;
background: #888888;
opacity: 0.5;
cursor: pointer;
}
.floating-notice{
position: relative;
max-width: 500px;
background: #FFFFFF;
z-index: 23423;
top: 100px;
margin: auto;
margin-bottom: 100px;
opacity: 1;
}
| 0.273186 | 0.088308 |
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
margin: 0;
padding: 0;
border: 0;
}
/********************************************
Normalize CSS
http://necolas.github.com/normalize.css/
********************************************/
html {
height: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
min-height: 100%;
font-family: 'Oswald', sans-serif;
}
html, body {
overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
display: block;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
b,
strong {
font-weight: bold;
}
abbr[title] {
border-bottom: 1px dotted;
}
input,
textarea,
button,
select {
margin: 0;
font-size: 100%;
line-height: normal;
vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
textarea {
overflow: auto;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* ******************************************
Custom Styles
****************************************** */
html {
font-size: 100%;
line-height: 1;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
/*background-color: #000000;
/*background-image: url(../img/RBhomeimagegreen.jpg);*/
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
height: 100%;
}
body {
/*font-family: 'Open Sans', serif;*/
color: #000;
background: #fff;
}
p {
font-size: 1em;
line-height: 1.2;
margin: .6em 0;
}
h1 {
font-size: 1.4em; /*3.189em*/
line-height: 1.223;
font-weight: bold;
}
h2 {
font-size: 1.2em; /*2.126*/
line-height: 1.2;
text-transform: uppercase;
font-weight: normal;
}
h3 {
line-height: 1.2;
text-transform: uppercase;
font-size: 1.4em;
color: #26415f;
}
a {
color: #888;
}
a:hover {
cursor: pointer;
}
#container-nav {
padding-right: 0em;
margin-top: 0rem;
}
#nav {
margin-top: 0em;
margin-right: 0em;
width: 98%;
text-align: center;
position: fixed;
z-index: 1;
}
#nav ul {
list-style: none;
padding: 0;
margin: .65em 0 .39em;
float: right;
padding: 0.5em 1em 0 0;
}
#nav li {
color: #999;
/*text-shadow: 0 2px 2px rgba(0, 0, 0, .65);*/
letter-spacing: 1px;
}
#nav a{
display: block;
font-size: 1.1em;
text-decoration: none;
color: #fff;
opacity: 1;
text-transform: uppercase;
padding: 1em 0.4em;
}
#nav a:hover {
color: #999;
}
#nav nav {
height: 0;
overflow: hidden;
}
#nav input[type=checkbox] {
position: absolute;
top: -999em;
left: -999em;
}
#nav label {
display: block;
background: url("../img/icon-menuwhite.png") no-repeat right center;
text-indent: -999em;
opacity: 1;
cursor: pointer;
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
user-select: none;
margin-top: 1em;
padding: 0.2em;
}
#nav input[type=checkbox]:checked ~ nav {
height: auto;
overflow: hidden;
}
.wrapper {
padding: .3em 0.65em 1.3em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wrapper a {
text-decoration: none;
color: #999;
}
.wrapper h3 {
padding-bottom: 0.5em;
}
.masthead {
color:#fff;
width:100%;
padding: 0.5em 1em 0.8em 1.1em;
background: rgba(38,65, 95, 0.9);
position: fixed;
z-index: 1;
border-bottom: solid 3px #999;
}
.masthead h1 {
padding-top: 0.5em;
color: #fff;
}
.masthead,
#content, {
margin: 0 5.5%;
}
#container-content {
padding:0 1em;
margin-top: 8em;
}
/***************************** Portfolio Page Start ************************/
.foliocontent h3 {
color: #999;
font-weight: bold;
letter-spacing: 0.6em;
text-align: center;
}
.foliocontent p {
text-align: center;
}
.portfoliocontainer {
background-color: #fff;
padding-top: 1em;
max-width: 1040px;
display: block;
margin: 0 auto 3em;
}
.portfoliocontainersample {
background-color: #fff;
padding-top: 1em;
max-width: 1040px;
display: block;
margin: 0 auto;
}
/******************************************************
Portfolio Styling Madness
*********************************************************/
#portfolioseemore {
margin: 6em 1em 7em;
padding: 5em 0 0;
}
.portfolionav {
display: block;
margin: 0 auto -4em;
text-align: center;
}
.portfolionav li {
display: inline-block;
margin: 0.5em;
}
.portfolionav li a {
color: #26415f;
text-transform: uppercase;
}
.portfolionav li a:hover {
display: inline-block;
color: #999;
}
.publicationtitle {
color: #26415f;
margin: 2em 1em -1.8em;
font-size: 1.8em;
}
#secondaryporttitle {
margin: 4em 1em -2em;
}
.articletease {
background: #fff;
box-shadow: 2px 3px 3px 2px rgba(0, 0, 0, 0.3);
text-align: left;
color: #000;
padding-bottom: 1em;
border-radius: 4px;
}
.articletease img {
width: 300px;
border-radius: 4px;
}
.articletease h2 {
color: #000;
text-align: left;
margin: 1em 0.5em 0em;
}
.articletease h3 {
font-size: 1em;
font-weight: normal;
margin: 0em 0.5em;
padding-bottom: 0;
}
.articletease p {
margin: 0.5em;
}
.continuereading {
padding: 0.4em;
margin: 2em;
border: 2px solid #000;
border-radius: 4px;
width: 114px;
}
.continuereading:hover {
margin: 0.5em;
background-color: #000;
color: #fff;
}
.portfoliographics ul.article-list {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}
.portfoliographics ul.article-list li {
display: inline-block;
height: 300px;
margin: 4em 1em 2em 0;
position: relative;
width: 300px;
border-radius: 50%;
}
/***************************** Contact Details Start *************************/
#contactdeets {
margin-right: auto;
margin-left: auto;
margin-top: 0.5em;
margin-bottom: 0em;
text-align: center;
clear: both;
}
#contactdeets i {
padding-right: 0.15em;
color: #26415f;
}
#contactdeets a {
color: #26415f;
}
#contactdeets a:hover {
color: #999;
}
footer {
padding: 0.5em;
clear: both;
background-color: #eee;
}
footer a {
text-decoration: none;
color: #26415f;
}
footer a:hover {
color: #999;
}
#container-footer {
color: #000;
font-size: 80%;
text-align: center;
opacity: 0.8;
width: 100%;
left: 0;
margin-bottom: 0em;
}
#container-footer p {
color: #000;
line-height: 0.5;
}
/********************************************
Fluid Media
********************************************/
figure {
position: relative;
}
figure img,
figure object,
figure embed,
figure video {
display: block;
max-width: 100%;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
}
/*
interpolation-mode
http://css-tricks.com/ie-fix-bicubic-scaling-for-images/
*/
/* ******************************************
Media Queries for screen less than 45em (720px)
****************************************** */
@media screen and (max-width: 45em) {
#nav ul {
list-style: none;
margin: 1.1em 0 0 0;
float: right;
padding: 0.5em 3em 0.5em 3em;
background: rgba(38,65, 95, 0.9);
}
}
/* ******************************************
Media Queries for screen wider than 45em (720px)
****************************************** */
@media screen and (min-width: 45em) {
body {
font-size: 103%;
}
h1 {
font-size: 2em; /*3.189em*/
line-height: 1.223;
font-weight: bold;
}
h2 {
font-size: 1em; /*3.189em*/
line-height: 1.223;
text-transform: uppercase;
}
#container-header {
background: #fff;
padding:0% 0;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
#nav {
padding: 0;
}
#nav label {
display: none;
}
#nav nav {
height: auto;
}
#nav ul {
border: 0;
margin: 0em;
}
#nav li {
display: inline;
}
#nav a {
display: inline-block;
border: 0;
}
.masthead {
padding-top: 1em;
}
.masthead h1 {
padding-top: 0em;
}
#publications {
width: 40%;
margin-top: 0.3em;
}
}
/* ******************************************
Media Queries for screen wider than 60em (960px)
****************************************** */
@media screen and (min-width: 60em) {
h1 {
font-size: 2.6em; /*3.189em*/
line-height: 1.223;
font-weight: bold;
}
h2 {
font-size: 1.2em; /*3.189em*/
line-height: 1.223;
text-transform: uppercase;
}
#nav {
margin-top: 0.6em;
}
#publications {
width: 42%;
margin-top: 0.3em;
height: 480px;
}
}
/* ******************************************
Print Styles
****************************************** */
@media print and (max-width: 8.5in){
.masthead {
color:black;
}
#container-header {
height: auto;
}
img {
width:2in;
}
#maincontent {
float:left;
width:45%;
}
#container-footer {
clear:both;
}
}
/* Float Clearing http://nicolasgallagher.com/micro-clearfix-hack */
.group:after {
content: " ";
display: table;
clear: both;
}
/* Clearfix */
.group {
*zoom: 1;
}
/* Figures/Images */
.ie #maincontent figure {
width: 100%;
box-sizing: border-box;
}
/* "*" hack applies only to IE7 and below */
.ie #maincontent figure {
*width: auto;
}
/* Navigation */
/* IE8 .checked class for checkbox.js */
#nav input[type=checkbox].checked ~ nav {
height: auto;
overflow: visible;
}
/* Always show nav, IE7 and below */
.ie #nav nav {
*height: auto;
*overflow: visible;
}
/* Hide navicon, IE7 and below */
.ie #nav label {
*background: none;
}
/* box-sizing polyfill, IE7 and below (The URL in .ie textarea is placeholder only. You will need to replace with path to your domain) */
.ie .wrapper,
.ie .name,
.ie .email,
.ie input,
.ie textarea {
*behavior: url("http://www.absolute-path.com/js/boxsizing.htc");
}
|
css/style.css
|
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
margin: 0;
padding: 0;
border: 0;
}
/********************************************
Normalize CSS
http://necolas.github.com/normalize.css/
********************************************/
html {
height: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
min-height: 100%;
font-family: 'Oswald', sans-serif;
}
html, body {
overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
display: block;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
b,
strong {
font-weight: bold;
}
abbr[title] {
border-bottom: 1px dotted;
}
input,
textarea,
button,
select {
margin: 0;
font-size: 100%;
line-height: normal;
vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
textarea {
overflow: auto;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* ******************************************
Custom Styles
****************************************** */
html {
font-size: 100%;
line-height: 1;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
/*background-color: #000000;
/*background-image: url(../img/RBhomeimagegreen.jpg);*/
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
height: 100%;
}
body {
/*font-family: 'Open Sans', serif;*/
color: #000;
background: #fff;
}
p {
font-size: 1em;
line-height: 1.2;
margin: .6em 0;
}
h1 {
font-size: 1.4em; /*3.189em*/
line-height: 1.223;
font-weight: bold;
}
h2 {
font-size: 1.2em; /*2.126*/
line-height: 1.2;
text-transform: uppercase;
font-weight: normal;
}
h3 {
line-height: 1.2;
text-transform: uppercase;
font-size: 1.4em;
color: #26415f;
}
a {
color: #888;
}
a:hover {
cursor: pointer;
}
#container-nav {
padding-right: 0em;
margin-top: 0rem;
}
#nav {
margin-top: 0em;
margin-right: 0em;
width: 98%;
text-align: center;
position: fixed;
z-index: 1;
}
#nav ul {
list-style: none;
padding: 0;
margin: .65em 0 .39em;
float: right;
padding: 0.5em 1em 0 0;
}
#nav li {
color: #999;
/*text-shadow: 0 2px 2px rgba(0, 0, 0, .65);*/
letter-spacing: 1px;
}
#nav a{
display: block;
font-size: 1.1em;
text-decoration: none;
color: #fff;
opacity: 1;
text-transform: uppercase;
padding: 1em 0.4em;
}
#nav a:hover {
color: #999;
}
#nav nav {
height: 0;
overflow: hidden;
}
#nav input[type=checkbox] {
position: absolute;
top: -999em;
left: -999em;
}
#nav label {
display: block;
background: url("../img/icon-menuwhite.png") no-repeat right center;
text-indent: -999em;
opacity: 1;
cursor: pointer;
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
user-select: none;
margin-top: 1em;
padding: 0.2em;
}
#nav input[type=checkbox]:checked ~ nav {
height: auto;
overflow: hidden;
}
.wrapper {
padding: .3em 0.65em 1.3em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wrapper a {
text-decoration: none;
color: #999;
}
.wrapper h3 {
padding-bottom: 0.5em;
}
.masthead {
color:#fff;
width:100%;
padding: 0.5em 1em 0.8em 1.1em;
background: rgba(38,65, 95, 0.9);
position: fixed;
z-index: 1;
border-bottom: solid 3px #999;
}
.masthead h1 {
padding-top: 0.5em;
color: #fff;
}
.masthead,
#content, {
margin: 0 5.5%;
}
#container-content {
padding:0 1em;
margin-top: 8em;
}
/***************************** Portfolio Page Start ************************/
.foliocontent h3 {
color: #999;
font-weight: bold;
letter-spacing: 0.6em;
text-align: center;
}
.foliocontent p {
text-align: center;
}
.portfoliocontainer {
background-color: #fff;
padding-top: 1em;
max-width: 1040px;
display: block;
margin: 0 auto 3em;
}
.portfoliocontainersample {
background-color: #fff;
padding-top: 1em;
max-width: 1040px;
display: block;
margin: 0 auto;
}
/******************************************************
Portfolio Styling Madness
*********************************************************/
#portfolioseemore {
margin: 6em 1em 7em;
padding: 5em 0 0;
}
.portfolionav {
display: block;
margin: 0 auto -4em;
text-align: center;
}
.portfolionav li {
display: inline-block;
margin: 0.5em;
}
.portfolionav li a {
color: #26415f;
text-transform: uppercase;
}
.portfolionav li a:hover {
display: inline-block;
color: #999;
}
.publicationtitle {
color: #26415f;
margin: 2em 1em -1.8em;
font-size: 1.8em;
}
#secondaryporttitle {
margin: 4em 1em -2em;
}
.articletease {
background: #fff;
box-shadow: 2px 3px 3px 2px rgba(0, 0, 0, 0.3);
text-align: left;
color: #000;
padding-bottom: 1em;
border-radius: 4px;
}
.articletease img {
width: 300px;
border-radius: 4px;
}
.articletease h2 {
color: #000;
text-align: left;
margin: 1em 0.5em 0em;
}
.articletease h3 {
font-size: 1em;
font-weight: normal;
margin: 0em 0.5em;
padding-bottom: 0;
}
.articletease p {
margin: 0.5em;
}
.continuereading {
padding: 0.4em;
margin: 2em;
border: 2px solid #000;
border-radius: 4px;
width: 114px;
}
.continuereading:hover {
margin: 0.5em;
background-color: #000;
color: #fff;
}
.portfoliographics ul.article-list {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}
.portfoliographics ul.article-list li {
display: inline-block;
height: 300px;
margin: 4em 1em 2em 0;
position: relative;
width: 300px;
border-radius: 50%;
}
/***************************** Contact Details Start *************************/
#contactdeets {
margin-right: auto;
margin-left: auto;
margin-top: 0.5em;
margin-bottom: 0em;
text-align: center;
clear: both;
}
#contactdeets i {
padding-right: 0.15em;
color: #26415f;
}
#contactdeets a {
color: #26415f;
}
#contactdeets a:hover {
color: #999;
}
footer {
padding: 0.5em;
clear: both;
background-color: #eee;
}
footer a {
text-decoration: none;
color: #26415f;
}
footer a:hover {
color: #999;
}
#container-footer {
color: #000;
font-size: 80%;
text-align: center;
opacity: 0.8;
width: 100%;
left: 0;
margin-bottom: 0em;
}
#container-footer p {
color: #000;
line-height: 0.5;
}
/********************************************
Fluid Media
********************************************/
figure {
position: relative;
}
figure img,
figure object,
figure embed,
figure video {
display: block;
max-width: 100%;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
}
/*
interpolation-mode
http://css-tricks.com/ie-fix-bicubic-scaling-for-images/
*/
/* ******************************************
Media Queries for screen less than 45em (720px)
****************************************** */
@media screen and (max-width: 45em) {
#nav ul {
list-style: none;
margin: 1.1em 0 0 0;
float: right;
padding: 0.5em 3em 0.5em 3em;
background: rgba(38,65, 95, 0.9);
}
}
/* ******************************************
Media Queries for screen wider than 45em (720px)
****************************************** */
@media screen and (min-width: 45em) {
body {
font-size: 103%;
}
h1 {
font-size: 2em; /*3.189em*/
line-height: 1.223;
font-weight: bold;
}
h2 {
font-size: 1em; /*3.189em*/
line-height: 1.223;
text-transform: uppercase;
}
#container-header {
background: #fff;
padding:0% 0;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
#nav {
padding: 0;
}
#nav label {
display: none;
}
#nav nav {
height: auto;
}
#nav ul {
border: 0;
margin: 0em;
}
#nav li {
display: inline;
}
#nav a {
display: inline-block;
border: 0;
}
.masthead {
padding-top: 1em;
}
.masthead h1 {
padding-top: 0em;
}
#publications {
width: 40%;
margin-top: 0.3em;
}
}
/* ******************************************
Media Queries for screen wider than 60em (960px)
****************************************** */
@media screen and (min-width: 60em) {
h1 {
font-size: 2.6em; /*3.189em*/
line-height: 1.223;
font-weight: bold;
}
h2 {
font-size: 1.2em; /*3.189em*/
line-height: 1.223;
text-transform: uppercase;
}
#nav {
margin-top: 0.6em;
}
#publications {
width: 42%;
margin-top: 0.3em;
height: 480px;
}
}
/* ******************************************
Print Styles
****************************************** */
@media print and (max-width: 8.5in){
.masthead {
color:black;
}
#container-header {
height: auto;
}
img {
width:2in;
}
#maincontent {
float:left;
width:45%;
}
#container-footer {
clear:both;
}
}
/* Float Clearing http://nicolasgallagher.com/micro-clearfix-hack */
.group:after {
content: " ";
display: table;
clear: both;
}
/* Clearfix */
.group {
*zoom: 1;
}
/* Figures/Images */
.ie #maincontent figure {
width: 100%;
box-sizing: border-box;
}
/* "*" hack applies only to IE7 and below */
.ie #maincontent figure {
*width: auto;
}
/* Navigation */
/* IE8 .checked class for checkbox.js */
#nav input[type=checkbox].checked ~ nav {
height: auto;
overflow: visible;
}
/* Always show nav, IE7 and below */
.ie #nav nav {
*height: auto;
*overflow: visible;
}
/* Hide navicon, IE7 and below */
.ie #nav label {
*background: none;
}
/* box-sizing polyfill, IE7 and below (The URL in .ie textarea is placeholder only. You will need to replace with path to your domain) */
.ie .wrapper,
.ie .name,
.ie .email,
.ie input,
.ie textarea {
*behavior: url("http://www.absolute-path.com/js/boxsizing.htc");
}
| 0.285571 | 0.069258 |
body {
width: 100%;
}
.gradient {
}
main {
width: 100%;
height: 4000px;
background-color: white;
top: 25px;
position: absolute;
float: right;
left: -1px;
padding-top: -20px;
}
main h1{
font-family: 'Yanone Kaffeesatz';
font-size: 60px;
color: black;
font-weight: bolder;
position: relative;
top: 65px;
left: 315px;
width: 600px;
text-align: center;
}
main h3{
font-family: 'Average', serif;
font-size: 16px;
position: relative;
top: 75px;
left: 865px;
color: black;
font-weight: normal;
}
main h2{
font-family: 'Oswald';
font-size: 22px;
position: relative;
font-weight: normal;
top: 90px;
left: 345px;
color: black;
margin-bottom: 20px;
width: 560px;
}
main h4 {
font-family: 'Oswald';
font-size: 17px;
position: relative;
font-weight: normal;
top: 90px;
left: 335px;
color: black;
}
main h5 {
font-family: 'Oswald';
font-size: 13px;
position: relative;
font-weight: normal;
top: 90px;
left: 352px;
color: black;
}
main h6 {
font-family: 'Oswald';
font-size: 21px;
position: relative;
font-style: italic;
font-weight: normal;
top: 60px;
left: 450px;
color: black;
}
main ol {
position: relative;
left: 390px;
top: 90px;
line-height: 30px;
font-family: Average;
}
}
#links-left {
position: fixed;
top: 30px;
left: -395px;
}
#links-left p {
color: red;
position: relative;
font-family: 'IM Fell French Canon SC', serif;
font-size: 15px;
top: 50px;
left: 10px;
z-index: 99998;
}
#links-left a {
color: #313233;
font-family: 'IM Fell French Canon';
font-size: 16px;
position: relative;
left: 10px;
top: 30px;
z-index: 99999;
}
#links-left a:hover {
color:#0E5B8C;
}
main p{
color: black;
font-family: 'Average';
text-align: justify;
font-size: 16px;
position: relative;
top: 90px;
left: 345px;
width: 540px;
margin-top: 15px;
text-indent: 35px;
line-height: 30px;
}
.less-indent{
text-indent:1px;
}
.quote {
position: relative;
top: 90px;
left: 365px;
width: 500px;
text-indent: -5px;
font-style: italic;
}
.subpoints{
font-size: 16px;
}
.ref{
font-family: Average;
font-size: 10px;
color: blue;
position: relative;
top: -10px;
left: 4px;
}
.codeblock{
position: relative;
top: 95px;
left: 295px;
margin-bottom: 30px;
}
.codeblock2{
position: relative;
top: 15px;
left:-50px;
margin-bottom: 30px;
}
.codeblock3{
position: relative;
top: 105px;
left: 345px;
margin-bottom: 30px;
}
.title-ital {
font-style: italic;
font-size: 16px;
}
.courier {
font-family: Courier;
font-size: 15px;
}
.sublinks {
font-size: 10px;
position: relative;
left: -40px;
top: 5px;
}
main ul {
width: 540px;
left: 355px;
top: 90px;
font-family: Average;
position: relative;
line-height: 30px;
}
table {
font-family: Average;
font-size: 13px;
width: 600px;
position: relative;
left: 345px;
top: 90px;
border: 2px outset black;
}
.th-element {
border-bottom: 1px solid black;
}
th {
border-right: 1px solid black;
}
#th1 {
background-color: #8CB1C8
}
#th2 {
background-color: #8CB1C8
}
#th3 {
background-color: #8CB1C8
}
#th4 {
background-color: #8CB1C8
}
td {
padding-left: 7px;
}
.td-element {
border-bottom: 1px inset black;
}
#move-right {
position: relative;
left: 45px;
}
#meme {
display: inline-block;
position: absolute;
left: 720px;
top: 430px;
}
|
css/blog-template.css
|
body {
width: 100%;
}
.gradient {
}
main {
width: 100%;
height: 4000px;
background-color: white;
top: 25px;
position: absolute;
float: right;
left: -1px;
padding-top: -20px;
}
main h1{
font-family: 'Yanone Kaffeesatz';
font-size: 60px;
color: black;
font-weight: bolder;
position: relative;
top: 65px;
left: 315px;
width: 600px;
text-align: center;
}
main h3{
font-family: 'Average', serif;
font-size: 16px;
position: relative;
top: 75px;
left: 865px;
color: black;
font-weight: normal;
}
main h2{
font-family: 'Oswald';
font-size: 22px;
position: relative;
font-weight: normal;
top: 90px;
left: 345px;
color: black;
margin-bottom: 20px;
width: 560px;
}
main h4 {
font-family: 'Oswald';
font-size: 17px;
position: relative;
font-weight: normal;
top: 90px;
left: 335px;
color: black;
}
main h5 {
font-family: 'Oswald';
font-size: 13px;
position: relative;
font-weight: normal;
top: 90px;
left: 352px;
color: black;
}
main h6 {
font-family: 'Oswald';
font-size: 21px;
position: relative;
font-style: italic;
font-weight: normal;
top: 60px;
left: 450px;
color: black;
}
main ol {
position: relative;
left: 390px;
top: 90px;
line-height: 30px;
font-family: Average;
}
}
#links-left {
position: fixed;
top: 30px;
left: -395px;
}
#links-left p {
color: red;
position: relative;
font-family: 'IM Fell French Canon SC', serif;
font-size: 15px;
top: 50px;
left: 10px;
z-index: 99998;
}
#links-left a {
color: #313233;
font-family: 'IM Fell French Canon';
font-size: 16px;
position: relative;
left: 10px;
top: 30px;
z-index: 99999;
}
#links-left a:hover {
color:#0E5B8C;
}
main p{
color: black;
font-family: 'Average';
text-align: justify;
font-size: 16px;
position: relative;
top: 90px;
left: 345px;
width: 540px;
margin-top: 15px;
text-indent: 35px;
line-height: 30px;
}
.less-indent{
text-indent:1px;
}
.quote {
position: relative;
top: 90px;
left: 365px;
width: 500px;
text-indent: -5px;
font-style: italic;
}
.subpoints{
font-size: 16px;
}
.ref{
font-family: Average;
font-size: 10px;
color: blue;
position: relative;
top: -10px;
left: 4px;
}
.codeblock{
position: relative;
top: 95px;
left: 295px;
margin-bottom: 30px;
}
.codeblock2{
position: relative;
top: 15px;
left:-50px;
margin-bottom: 30px;
}
.codeblock3{
position: relative;
top: 105px;
left: 345px;
margin-bottom: 30px;
}
.title-ital {
font-style: italic;
font-size: 16px;
}
.courier {
font-family: Courier;
font-size: 15px;
}
.sublinks {
font-size: 10px;
position: relative;
left: -40px;
top: 5px;
}
main ul {
width: 540px;
left: 355px;
top: 90px;
font-family: Average;
position: relative;
line-height: 30px;
}
table {
font-family: Average;
font-size: 13px;
width: 600px;
position: relative;
left: 345px;
top: 90px;
border: 2px outset black;
}
.th-element {
border-bottom: 1px solid black;
}
th {
border-right: 1px solid black;
}
#th1 {
background-color: #8CB1C8
}
#th2 {
background-color: #8CB1C8
}
#th3 {
background-color: #8CB1C8
}
#th4 {
background-color: #8CB1C8
}
td {
padding-left: 7px;
}
.td-element {
border-bottom: 1px inset black;
}
#move-right {
position: relative;
left: 45px;
}
#meme {
display: inline-block;
position: absolute;
left: 720px;
top: 430px;
}
| 0.53048 | 0.078395 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: 'idroid';
src: url(fontes/idroid.otf) format('opentype');
}
@font-face {
font-family: 'bebas';
src: url(fontes/bebas\ neue/Regular.ttf) format('opentype');
}
@font-face {
font-family: "Regular";
src: url(fontes/Regular.ttf) format();
}
/*====== BASE =======*/
body {
background-color:var(--cor0);
}
a{
text-decoration: none;
color:var(--cor5);
}
/*========HEADER HOME=========*/
.header {
padding-top: 2.5rem;
background-image: linear-gradient(to bottom,var(--cor3), var(--cor5));
color: var(--cor0);
text-align: center;
max-width: 96.87rem;
text-shadow: 0px .2px 5px rgb(39, 38, 38);
}
.header h1 {
font-size: 3rem;
margin-bottom: 1.25rem;
font-family: "Bebas Neue",'Courier New', Courier, monospace;
color: white;
font-weight: 400;
margin-bottom: 1rem;
text-shadow: 0px .2px 5px rgb(39, 38, 38);
}
.header p {
margin-bottom: 3.12rem;
font-family: 'Regular',sans-serif;
font-size: 1.2rem;
margin: auto;
max-width: 600px;
color: white;
text-shadow: 0px .2px 5px rgb(39, 38, 38); padding-bottom: 3rem;
}
/*========== NAV ==========*/
nav ul {
list-style: none;
display: flex;
padding:.7rem;
gap:.6rem;
background-color: var(--cor5);
}
nav a{
text-decoration: none;
color: var(--cor1);
padding: .7rem;
font-weight: bold;
font-family: var(--fonte-padrao);
}
nav a:hover{
background-color: var(--cor3);
border-radius: .5rem;
transition: .45s;
color: var(--cor5);
}
section{
position: relative;
margin: 0 5px;
}
/*========== ROOT ==========*/
:root{
--cor0: #ebe5c5;
--cor1: #83e1ad;
--cor2: #3ddc84;
--cor3: #2fa866;
--cor4: #1a5c37;
--cor5: #063d1e;
--fonte-padrao: Arial, Verdana, Helvetica, sans-serif;
--fonte-destaque: 'Bebas Neue', cursive;
--fonte-android: 'Android', cursive;
}
/*========== MAIN ==========*/
main{
background-color:white;
max-width: 65rem;
min-width: 400px;
margin: 0 auto 2rem auto;
padding: 1.5rem;
box-shadow: 0px .2px 5px rgb(39, 38, 38);
border-radius: 0 0 .8rem .8rem;
}
main h1{
font-family: 'idroid',cursive;
color: var(--cor5);
font-size: 1.8rem;
font-weight: 300;
}
main p{
margin: 1rem 0;
text-indent: 1.8rem;
text-align: justify;
line-height: 2rem;
font-family: var(--fonte-padrao);
font-size: 1rem;
}
main .topic{
background-image: linear-gradient(to right, var(--cor1), white);
font-family: 'idroid', cursive;
color: var(--cor4);
font-size: 1.3rem;
font-weight: 300;
padding-left: .5rem;
}
article{
position: relative;
}
/*========= IMG =========*/
img {
display: flex;
width: 100%;
margin:0 auto;
}
#bugdroid{
width: 40%;
}
/*========== VIDEO ==========*/
article .video{
background-color: var(--cor5);
height: 40rem;
margin:0 -1.5rem;
position: relative;
display: flex;
padding: 2.2rem 0;
}
.video iframe {
margin: 0 auto;
width: 90%;
}
/*========== ASIDE ==========*/
aside{
border-radius: 5px;
width: 100%;
border-radius: .7rem .7rem 0 0;
}
aside > h3 {
background-color: var(--cor4);
display: flex;
position: relative;
padding: .7rem 0 .7rem .7rem;
border-radius: .8rem .8rem 0 0;
margin: 2rem 0 0 0 ;
color: white;
box-shadow: 0px .2px 5px rgb(39, 38, 38);
font-family: var(--fonte-padrao);
}
.asideTop {
margin:0;
text-indent: 2rem;
text-align: justify;
line-height: 2rem;
font-family: var(--fonte-padrao);
font-size: 1rem;
padding: 1rem ;
}
section > p{
margin:0;
text-indent: 1.5rem;
text-align: justify;
line-height: 2rem;
font-family: var(--fonte-padrao);
font-size: 1rem;
padding: 1rem 1rem 0 1rem ;
}
aside section{
margin: 0;
padding-bottom: 1rem;
border-radius: 0 0 .8rem .8rem;
background-color: var(--cor1);
box-shadow: .5px .3px 8px rgb(70, 69, 69);
}
aside section ul{
columns: 2;
font-family: sans-serif;
font-size: 1rem;
position: relative;
left: 2rem;
list-style-type: '\2714\00A0\00A0';
}
/*========== FOOTER ==========*/
footer{
background-color: var(--cor5);
color: white;
line-height: 1.1rem;
font-family: var(--fonte-padrao);
text-align: center;
padding-top: .2rem;
}
a:hover,a.link:hover{
font-size: 1rem;
position: relative;
top:-.25rem;
transition: .15s;
color: darkgoldenrod;
}
/*=====FOOTER LINK=====*/
a.link{
color: white;
}
/*========== SPAN =========*/
span.green{
color:var(--cor4);
font-weight: 600;
}
.destaque{
background-color: var(--cor1);
color: var(--cor5);
font-weight: 600;
padding: 1px 1px;
}
main article p span.last{
padding: 0;
}
|
style.css
|
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: 'idroid';
src: url(fontes/idroid.otf) format('opentype');
}
@font-face {
font-family: 'bebas';
src: url(fontes/bebas\ neue/Regular.ttf) format('opentype');
}
@font-face {
font-family: "Regular";
src: url(fontes/Regular.ttf) format();
}
/*====== BASE =======*/
body {
background-color:var(--cor0);
}
a{
text-decoration: none;
color:var(--cor5);
}
/*========HEADER HOME=========*/
.header {
padding-top: 2.5rem;
background-image: linear-gradient(to bottom,var(--cor3), var(--cor5));
color: var(--cor0);
text-align: center;
max-width: 96.87rem;
text-shadow: 0px .2px 5px rgb(39, 38, 38);
}
.header h1 {
font-size: 3rem;
margin-bottom: 1.25rem;
font-family: "Bebas Neue",'Courier New', Courier, monospace;
color: white;
font-weight: 400;
margin-bottom: 1rem;
text-shadow: 0px .2px 5px rgb(39, 38, 38);
}
.header p {
margin-bottom: 3.12rem;
font-family: 'Regular',sans-serif;
font-size: 1.2rem;
margin: auto;
max-width: 600px;
color: white;
text-shadow: 0px .2px 5px rgb(39, 38, 38); padding-bottom: 3rem;
}
/*========== NAV ==========*/
nav ul {
list-style: none;
display: flex;
padding:.7rem;
gap:.6rem;
background-color: var(--cor5);
}
nav a{
text-decoration: none;
color: var(--cor1);
padding: .7rem;
font-weight: bold;
font-family: var(--fonte-padrao);
}
nav a:hover{
background-color: var(--cor3);
border-radius: .5rem;
transition: .45s;
color: var(--cor5);
}
section{
position: relative;
margin: 0 5px;
}
/*========== ROOT ==========*/
:root{
--cor0: #ebe5c5;
--cor1: #83e1ad;
--cor2: #3ddc84;
--cor3: #2fa866;
--cor4: #1a5c37;
--cor5: #063d1e;
--fonte-padrao: Arial, Verdana, Helvetica, sans-serif;
--fonte-destaque: 'Bebas Neue', cursive;
--fonte-android: 'Android', cursive;
}
/*========== MAIN ==========*/
main{
background-color:white;
max-width: 65rem;
min-width: 400px;
margin: 0 auto 2rem auto;
padding: 1.5rem;
box-shadow: 0px .2px 5px rgb(39, 38, 38);
border-radius: 0 0 .8rem .8rem;
}
main h1{
font-family: 'idroid',cursive;
color: var(--cor5);
font-size: 1.8rem;
font-weight: 300;
}
main p{
margin: 1rem 0;
text-indent: 1.8rem;
text-align: justify;
line-height: 2rem;
font-family: var(--fonte-padrao);
font-size: 1rem;
}
main .topic{
background-image: linear-gradient(to right, var(--cor1), white);
font-family: 'idroid', cursive;
color: var(--cor4);
font-size: 1.3rem;
font-weight: 300;
padding-left: .5rem;
}
article{
position: relative;
}
/*========= IMG =========*/
img {
display: flex;
width: 100%;
margin:0 auto;
}
#bugdroid{
width: 40%;
}
/*========== VIDEO ==========*/
article .video{
background-color: var(--cor5);
height: 40rem;
margin:0 -1.5rem;
position: relative;
display: flex;
padding: 2.2rem 0;
}
.video iframe {
margin: 0 auto;
width: 90%;
}
/*========== ASIDE ==========*/
aside{
border-radius: 5px;
width: 100%;
border-radius: .7rem .7rem 0 0;
}
aside > h3 {
background-color: var(--cor4);
display: flex;
position: relative;
padding: .7rem 0 .7rem .7rem;
border-radius: .8rem .8rem 0 0;
margin: 2rem 0 0 0 ;
color: white;
box-shadow: 0px .2px 5px rgb(39, 38, 38);
font-family: var(--fonte-padrao);
}
.asideTop {
margin:0;
text-indent: 2rem;
text-align: justify;
line-height: 2rem;
font-family: var(--fonte-padrao);
font-size: 1rem;
padding: 1rem ;
}
section > p{
margin:0;
text-indent: 1.5rem;
text-align: justify;
line-height: 2rem;
font-family: var(--fonte-padrao);
font-size: 1rem;
padding: 1rem 1rem 0 1rem ;
}
aside section{
margin: 0;
padding-bottom: 1rem;
border-radius: 0 0 .8rem .8rem;
background-color: var(--cor1);
box-shadow: .5px .3px 8px rgb(70, 69, 69);
}
aside section ul{
columns: 2;
font-family: sans-serif;
font-size: 1rem;
position: relative;
left: 2rem;
list-style-type: '\2714\00A0\00A0';
}
/*========== FOOTER ==========*/
footer{
background-color: var(--cor5);
color: white;
line-height: 1.1rem;
font-family: var(--fonte-padrao);
text-align: center;
padding-top: .2rem;
}
a:hover,a.link:hover{
font-size: 1rem;
position: relative;
top:-.25rem;
transition: .15s;
color: darkgoldenrod;
}
/*=====FOOTER LINK=====*/
a.link{
color: white;
}
/*========== SPAN =========*/
span.green{
color:var(--cor4);
font-weight: 600;
}
.destaque{
background-color: var(--cor1);
color: var(--cor5);
font-weight: 600;
padding: 1px 1px;
}
main article p span.last{
padding: 0;
}
| 0.370795 | 0.084078 |
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol";
}
section {
padding-top: 30px;
padding-bottom: 50px;
background: transparent;
}
.container .content {
text-align: center;
}
.header-content h2.font-header {
font-size: 25px;
color: #13287e;
padding: 15px;
}
p.text-content {
max-width: 500px;
margin: 0 auto;
padding-bottom: 30px;
opacity: 80%;
}
/* Untuk tampilan mobile / Hanphone */
/* <!-- 1. Awal Section Creative landing page template (HOME)--> */
.section-home {
background-size: cover;
background-image: url(../img/bg/ai2.png);
background-repeat: no-repeat;
background-position: 28% 50%;
min-height: 100vh;
display: flex;
align-items: center;
}
.home {
width: 80%;
}
.home h3 {
padding-left: 50px;
position: relative;
margin-top: 50px;
font-size: 18px;
font-weight: 600;
}
.home h3::before {
content: "";
background: #3964f9;
position: absolute;
top: 50%;
left: 0;
width: 30px;
height: 2px;
}
.home h1 {
padding-top: 20px;
font-weight: 600;
/* font-size: 45px; */
margin-bottom: 20px;
color: #272e3a;
line-height: 1.3;
font-size: clamp(1rem, 10vw, 2rem);
}
.home p {
color: #888888;
font-size: 14px;
margin-bottom: 30px;
line-height: 1.9;
width: 280px;
font-weight: 600;
text-align: justify;
}
/* .btn-home .btn {
color: #fff;
border: 1px solid #f2f4f8;
border-top: 1px solid #f2f4f8;
border-radius: 25px;
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
padding: 10px 30px;
font-weight: 600;
} */
/* 2 */
/* Section 2, Real Time chat ( Features) */
.realtime {
margin: auto;
display: flex;
flex-wrap: wrap;
}
.realtime-col-satu {
vertical-align: auto;
width: 100%;
}
.realtime-col h4 {
margin-bottom: 20px;
font-size: 30px;
color: #354168;
line-height: 1.4;
}
.realtime-col-dua {
width: 100%;
align-self: center;
}
.realtime-col-dua p {
color: #888;
line-height: 1.9;
font-size: 15px;
margin-bottom: 1rem;
}
.kolom-lom {
width: 100%;
display: inline-block;
margin-bottom: 20px;
margin-left: 10px;
margin-right: 10px;
background-color: white;
padding: 10px;
border-radius: 5px;
}
.kolom-lom h5 {
font-size: 22px;
margin-bottom: 20px;
color: #fff;
line-height: 1.4;
}
.kolom-lom p {
color: white;
line-height: 1.9;
margin-bottom: 1rem;
}
.card-satu {
background-color: #007bff;
text-align: center;
}
.card-dua {
background-color: #007bff;
text-align: center;
}
.card-tiga {
background-color: #007bff;
text-align: center;
}
.card-empat {
background-color: #007bff;
text-align: center;
}
/* <!-- 3. Awal Section A Straight Forward --> */
.container-result {
justify-content: center;
padding: 20px;
}
.result {
width: 100%;
/* margin: 0px 0px 0px 50px; */
color: white;
/* padding: 20px; */
}
.result h4 {
margin-bottom: 20px;
font-size: 30px;
color: #354168;
line-height: 1.4;
font-weight: 600;
}
.result p {
font-weight: bolder;
color: #888;
font-size: 15px;
line-height: 1.9;
margin-bottom: 1rem;
}
.gambar-result {
margin: auto;
display: block;
width: 80%;
}
.gambar-result-fitur {
margin: auto;
display: block;
width: 100%;
}
/* <!-- 4. Awal Section How it works--> */
.hex-pat-1 {
background: url(../img/bg-section/hex-pattern.svg) no-repeat center left;
}
.service_icon {
padding-top: 20px;
}
.colored-icon {
padding: 30px;
border: 1px solid #00dcd8;
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
border-radius: 50%;
}
/* h6 & h6.bold umum
-> h6 & h6.bold how it works, h6 & h6.bold our services, */
h6 {
font-size: 18px;
margin-bottom: 15px;
color: #13287e;
font-family: "Poppins", sans-serif;
}
h6.bold {
font-weight: 600;
}
/* <!-- 5. Awal Section Core Our Features--> */
.bub-right {
background: url(../img/bg-section/bg_hero.svg) no-repeat center right;
}
img.img-cof-about {
padding: 30px;
margin: auto;
display: block;
width: 80%;
}
img.img-cof-feature {
padding-top: 15px;
}
/* <!-- 6. Awal Section Our Services --> */
.card .header {
height: 250px;
background-color: #ffffff;
}
/* card umum
-> card how it works, card our services, */
.card {
border-radius: 10px;
background-color: #ffffff;
overflow: hidden;
margin: 10px;
box-sizing: border-box;
box-shadow: #aaaaaa;
}
.card .content {
text-align: center;
box-sizing: border-box;
padding: 20px;
}
img.img-our-services {
max-width: 100%;
height: auto;
align-items: center;
padding-top: 25px;
}
/* <!-- 7. Awal Section Frequently Questions --> */
.faq-timeline-area {
background: url(../img/bg-section/bread-bg.png) no-repeat center center;
background-size: cover;
}
/* image frequently */
.frequntly {
height: 230px;
padding-bottom: 15px;
}
.btn-frequntly {
width: 100%;
text-align: left;
}
/* tombol umum */
.btn-primary {
font-size: 12px;
text-transform: uppercase;
color: #fff;
border: 1px solid #f6f8f2;
border-top: 1px solid #f2f4f8;
margin-bottom: 15px;
border-radius: 25px;
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
padding: 10px 25px;
font-weight: 600;
background-size: 200% auto;
letter-spacing: 1.5px;
}
/*-> btn frequntly, btn our pricing plans */
.btn-frequntly {
color: #fff;
border: 1px solid #f6f8f2;
border-top: 1px solid #f2f4f8;
margin-bottom: 15px;
border-radius: 25px;
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
padding: 10px 25px;
font-weight: 600;
background-size: 200% auto;
letter-spacing: 1.5px;
}
/* <!-- 8. Awal Section Our Pricing Plans / oop --> */
.content.card-our-pricing-plans {
justify-content: center;
}
.col-md-6 {
flex: 0 0 auto;
width: 100% !important;
}
.card-opp {
width: 270px;
border-radius: 10px;
box-sizing: border-box;
padding-bottom: 20px;
padding-top: 40px;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
.card-opp-noactive {
width: 270px;
border-radius: 10px;
box-sizing: border-box;
padding-bottom: 20px;
padding-top: 40px;
}
h3.h3-oop {
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
color: #3964f9;
}
h5.h5-oop {
margin-bottom: 25px;
line-height: 1;
text-transform: lowercase;
}
p.p-oop {
color: #888888;
font-size: 16px;
font-weight: 400;
margin-bottom: 0;
line-height: 1;
}
.table-oop {
box-sizing: border-box;
padding-top: 30px;
margin-bottom: 20px;
}
p.p-sub-opp {
color: #888;
}
.pad-opp {
padding-bottom: 30px;
}
/* <!-- 9. Awal Section Loved By Our Clients --> */
.single-testimonial {
border-radius: 15px;
border: 1px solid #eee;
box-sizing: border-box;
background-color: rgb(255, 255, 255);
}
.header-img {
padding: 25px;
}
.testimonial-image {
height: 100px;
width: 100px;
margin: auto;
}
.testimonial-image img {
border-radius: 50%;
}
.img-lovly {
max-width: 100%;
height: auto;
align-items: center;
}
.testimonial-description {
padding: 15px;
}
.admin_text {
padding-top: 20px;
}
.ptd {
color: #888888;
font-weight: 500;
font-size: 15px;
}
/* <!-- 10. Awal Section Footer --> */
footer {
padding-top: 50px;
background-color: #4934d4d8;
padding-bottom: 100px;
}
.footer-frontend {
background: DARKSLATEGREY;
padding-bottom: 50px;
}
.section-footer {
display: block;
margin: 20px auto;
background-color: #0d6efd;
color: #ffffff;
padding: 50px;
text-align: left;
justify-content: space-between;
border: 1px;
border-radius: 5px;
}
.container-footer {
text-align: center;
}
.img-robovision {
width: 40px;
}
.text-robovision {
font-size: 15pt;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
}
.text-header-robovision {
color: #ccc;
font-size: 11pt;
text-align: center;
margin: 0px 50px;
}
.kolom {
box-sizing: border-box;
color: #fff;
padding-top: 70px !important;
}
.kolom.robovision {
flex: 3.5;
padding-right: 10px;
}
.kolom.privacy-tos {
flex: 3;
}
.kolom.navigate {
flex: 2.5;
}
.kolom.contact-us {
flex: 3;
}
.readmore .rounded-pill {
white-space: nowrap;
}
.kolom a {
text-decoration: none;
color: #ccc;
font-size: 15px;
}
a p {
display: block;
margin-block-start: 0px;
margin-block-end: 5px;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
/* | *********** RESPONSIVE tampilan tablet ********** |*/
@media (min-width: 426px) and (max-width: 768px) {
section {
padding-top: 30px;
padding-bottom: 30px;
}
.kolom-lom {
width: 46%;
}
.card.shadow {
margin: 10px 100px;
}
.card .header {
height: 170px;
}
img.img-our-services {
width: 40%;
}
img.img-cof-about {
padding: 10px;
width: 50%;
}
p.text-content {
padding-bottom: 30px;
}
.gambar-result {
width: 60%;
}
.gambar-result-fitur {
margin: auto;
display: block;
width: 80%;
}
}
/* | *********** RESPONSIVE tampilan website ********** |*/
@media (min-width: 769px) {
/* Btn umum */
.btn-primary {
font-size: 15px;
}
/* <!-- 1. Awal Section Creative landing page template--> */
.section-home {
background-size: cover;
background-image: url(../img/bg/ai2.png);
background-repeat: no-repeat;
background-position: top left;
min-height: 100vh;
display: flex;
align-items: center;
}
.home {
width: 50%;
}
.home h3 {
font-size: 18px;
font-weight: 600;
}
.home h1 {
padding-top: 20px;
font-weight: 600;
font-size: 45px;
margin-bottom: 20px;
color: #272e3a;
}
.home p {
color: #888888;
font-size: 18px;
margin-bottom: 30px;
margin-top: 0;
line-height: 1.9;
width: 80%;
font-weight: 600;
}
/* .btn-home .btn {
display: inline-block;
} */
.result {
width: 60%;
}
/* 2 */
/* Section 2, Real Time chat ( Features) */
.realtime {
margin: auto;
display: flex;
flex-wrap: wrap;
}
.realtime-col-satu {
vertical-align: auto;
width: 50%;
}
.realtime-col h4 {
margin-bottom: 20px;
font-size: 30px;
color: #354168;
line-height: 1.4;
}
.realtime-col-dua {
width: 50%;
align-self: center;
}
.realtime-col-dua p {
color: #888;
line-height: 1.9;
font-size: 15px;
margin-bottom: 1rem;
}
.kolom-lom {
width: 45%;
display: inline-block;
margin-bottom: 20px;
margin-left: 10px;
margin-right: 10px;
background-color: white;
padding: 10px;
border-radius: 5px;
}
.kolom-lom h5 {
font-size: 22px;
margin-bottom: 20px;
color: #fff;
line-height: 1.4;
}
.kolom-lom p {
color: white;
line-height: 1.9;
margin-bottom: 1rem;
}
.card-satu {
background-color: #007bff;
text-align: center;
}
.card-satu {
background-color: #007bff;
text-align: center;
}
.card-dua {
background-color: #007bff;
text-align: center;
}
.card-tiga {
background-color: #007bff;
text-align: center;
}
.card-empat {
background-color: #007bff;
text-align: center;
}
/* <!-- 3. Awal Section A Straight Forward --> */
.container-result {
box-sizing: border-box;
display: flex;
}
.gambar-result {
width: 100%;
}
.img-result-frontend {
text-align: center;
}
.gambar-result-frontend {
width: 70%;
}
.gambar-result-fitur {
margin: auto;
display: block;
width: 60%;
}
/* <!-- 4. Awal Section How it works--> */
.card-hiw {
display: flex;
}
.service_icon {
padding-top: 20px;
}
.colored-icon {
padding: 30px;
position: relative;
border: 2px solid #00dcd8;
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
max-width: 140px;
border-radius: 50%;
transition: all 0.3s ease-in-out;
}
/* <!-- 5. Awal Section Core Our Features--> */
.content-cof {
display: flex;
align-items: center;
}
.img-cof-about {
height: 90%;
}
img.img-cof-about {
width: 100%;
padding-bottom: 15px;
}
.modal-cof {
box-sizing: border-box;
}
.sub-cof {
align-items: center;
}
.img-cof-feature {
max-width: 57px;
height: auto;
}
.card-body {
text-align: left;
}
/* <!-- 6. Awal Section Our Services --> */
.card {
display: flex;
}
.card-our-services {
display: flex;
}
/* <!-- 7. Awal Section Frequently Questions --> */
.content-frequntly {
display: flex;
}
.frequntly {
height: 450px;
}
.menu-frequntly {
padding-left: 20px;
}
.btn-frequntly {
width: 100%;
text-align: left;
}
.btn-frequntly {
color: #fff;
border: 1px solid #f2f4f8;
border-top: 1px solid #f2f4f8;
margin-bottom: 15px;
border-radius: 25px;
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
padding: 5px 25px;
font-weight: 600;
background-size: 200% auto;
}
/* <!-- 8. Awal Section Our Pricing Plans / oop --> */
.card-our-pricing-plans {
display: flex;
justify-content: center;
display: flex;
flex-wrap: wrap;
}
.col-md-6 {
flex: 0 0 auto;
width: 30% !important;
}
/* <!-- 10. Awal Section Footer --> */
.container-footer {
display: flex;
text-align: left;
}
.font-header {
font-size: 30px;
color: #13287e;
padding: 15px;
font-weight: 650;
}
.section-footer {
display: flex;
align-items: center;
}
.readmore {
margin: 12px;
}
.text-header-robovision {
color: #ccc;
font-size: 11pt;
text-align: justify;
width: 310px;
margin: 0px 0px;
}
.kolom {
box-sizing: border-box;
color: #fff;
}
.kolom.robovision {
flex: 3.5;
padding-right: 10px;
}
.kolom.privacy-tos {
flex: 3;
}
.kolom.navigate {
flex: 2.5;
}
.kolom.contact-us {
flex: 3;
}
}
|
public/style_frontend/css/style.css
|
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol";
}
section {
padding-top: 30px;
padding-bottom: 50px;
background: transparent;
}
.container .content {
text-align: center;
}
.header-content h2.font-header {
font-size: 25px;
color: #13287e;
padding: 15px;
}
p.text-content {
max-width: 500px;
margin: 0 auto;
padding-bottom: 30px;
opacity: 80%;
}
/* Untuk tampilan mobile / Hanphone */
/* <!-- 1. Awal Section Creative landing page template (HOME)--> */
.section-home {
background-size: cover;
background-image: url(../img/bg/ai2.png);
background-repeat: no-repeat;
background-position: 28% 50%;
min-height: 100vh;
display: flex;
align-items: center;
}
.home {
width: 80%;
}
.home h3 {
padding-left: 50px;
position: relative;
margin-top: 50px;
font-size: 18px;
font-weight: 600;
}
.home h3::before {
content: "";
background: #3964f9;
position: absolute;
top: 50%;
left: 0;
width: 30px;
height: 2px;
}
.home h1 {
padding-top: 20px;
font-weight: 600;
/* font-size: 45px; */
margin-bottom: 20px;
color: #272e3a;
line-height: 1.3;
font-size: clamp(1rem, 10vw, 2rem);
}
.home p {
color: #888888;
font-size: 14px;
margin-bottom: 30px;
line-height: 1.9;
width: 280px;
font-weight: 600;
text-align: justify;
}
/* .btn-home .btn {
color: #fff;
border: 1px solid #f2f4f8;
border-top: 1px solid #f2f4f8;
border-radius: 25px;
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
padding: 10px 30px;
font-weight: 600;
} */
/* 2 */
/* Section 2, Real Time chat ( Features) */
.realtime {
margin: auto;
display: flex;
flex-wrap: wrap;
}
.realtime-col-satu {
vertical-align: auto;
width: 100%;
}
.realtime-col h4 {
margin-bottom: 20px;
font-size: 30px;
color: #354168;
line-height: 1.4;
}
.realtime-col-dua {
width: 100%;
align-self: center;
}
.realtime-col-dua p {
color: #888;
line-height: 1.9;
font-size: 15px;
margin-bottom: 1rem;
}
.kolom-lom {
width: 100%;
display: inline-block;
margin-bottom: 20px;
margin-left: 10px;
margin-right: 10px;
background-color: white;
padding: 10px;
border-radius: 5px;
}
.kolom-lom h5 {
font-size: 22px;
margin-bottom: 20px;
color: #fff;
line-height: 1.4;
}
.kolom-lom p {
color: white;
line-height: 1.9;
margin-bottom: 1rem;
}
.card-satu {
background-color: #007bff;
text-align: center;
}
.card-dua {
background-color: #007bff;
text-align: center;
}
.card-tiga {
background-color: #007bff;
text-align: center;
}
.card-empat {
background-color: #007bff;
text-align: center;
}
/* <!-- 3. Awal Section A Straight Forward --> */
.container-result {
justify-content: center;
padding: 20px;
}
.result {
width: 100%;
/* margin: 0px 0px 0px 50px; */
color: white;
/* padding: 20px; */
}
.result h4 {
margin-bottom: 20px;
font-size: 30px;
color: #354168;
line-height: 1.4;
font-weight: 600;
}
.result p {
font-weight: bolder;
color: #888;
font-size: 15px;
line-height: 1.9;
margin-bottom: 1rem;
}
.gambar-result {
margin: auto;
display: block;
width: 80%;
}
.gambar-result-fitur {
margin: auto;
display: block;
width: 100%;
}
/* <!-- 4. Awal Section How it works--> */
.hex-pat-1 {
background: url(../img/bg-section/hex-pattern.svg) no-repeat center left;
}
.service_icon {
padding-top: 20px;
}
.colored-icon {
padding: 30px;
border: 1px solid #00dcd8;
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
border-radius: 50%;
}
/* h6 & h6.bold umum
-> h6 & h6.bold how it works, h6 & h6.bold our services, */
h6 {
font-size: 18px;
margin-bottom: 15px;
color: #13287e;
font-family: "Poppins", sans-serif;
}
h6.bold {
font-weight: 600;
}
/* <!-- 5. Awal Section Core Our Features--> */
.bub-right {
background: url(../img/bg-section/bg_hero.svg) no-repeat center right;
}
img.img-cof-about {
padding: 30px;
margin: auto;
display: block;
width: 80%;
}
img.img-cof-feature {
padding-top: 15px;
}
/* <!-- 6. Awal Section Our Services --> */
.card .header {
height: 250px;
background-color: #ffffff;
}
/* card umum
-> card how it works, card our services, */
.card {
border-radius: 10px;
background-color: #ffffff;
overflow: hidden;
margin: 10px;
box-sizing: border-box;
box-shadow: #aaaaaa;
}
.card .content {
text-align: center;
box-sizing: border-box;
padding: 20px;
}
img.img-our-services {
max-width: 100%;
height: auto;
align-items: center;
padding-top: 25px;
}
/* <!-- 7. Awal Section Frequently Questions --> */
.faq-timeline-area {
background: url(../img/bg-section/bread-bg.png) no-repeat center center;
background-size: cover;
}
/* image frequently */
.frequntly {
height: 230px;
padding-bottom: 15px;
}
.btn-frequntly {
width: 100%;
text-align: left;
}
/* tombol umum */
.btn-primary {
font-size: 12px;
text-transform: uppercase;
color: #fff;
border: 1px solid #f6f8f2;
border-top: 1px solid #f2f4f8;
margin-bottom: 15px;
border-radius: 25px;
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
padding: 10px 25px;
font-weight: 600;
background-size: 200% auto;
letter-spacing: 1.5px;
}
/*-> btn frequntly, btn our pricing plans */
.btn-frequntly {
color: #fff;
border: 1px solid #f6f8f2;
border-top: 1px solid #f2f4f8;
margin-bottom: 15px;
border-radius: 25px;
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
padding: 10px 25px;
font-weight: 600;
background-size: 200% auto;
letter-spacing: 1.5px;
}
/* <!-- 8. Awal Section Our Pricing Plans / oop --> */
.content.card-our-pricing-plans {
justify-content: center;
}
.col-md-6 {
flex: 0 0 auto;
width: 100% !important;
}
.card-opp {
width: 270px;
border-radius: 10px;
box-sizing: border-box;
padding-bottom: 20px;
padding-top: 40px;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
.card-opp-noactive {
width: 270px;
border-radius: 10px;
box-sizing: border-box;
padding-bottom: 20px;
padding-top: 40px;
}
h3.h3-oop {
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
color: #3964f9;
}
h5.h5-oop {
margin-bottom: 25px;
line-height: 1;
text-transform: lowercase;
}
p.p-oop {
color: #888888;
font-size: 16px;
font-weight: 400;
margin-bottom: 0;
line-height: 1;
}
.table-oop {
box-sizing: border-box;
padding-top: 30px;
margin-bottom: 20px;
}
p.p-sub-opp {
color: #888;
}
.pad-opp {
padding-bottom: 30px;
}
/* <!-- 9. Awal Section Loved By Our Clients --> */
.single-testimonial {
border-radius: 15px;
border: 1px solid #eee;
box-sizing: border-box;
background-color: rgb(255, 255, 255);
}
.header-img {
padding: 25px;
}
.testimonial-image {
height: 100px;
width: 100px;
margin: auto;
}
.testimonial-image img {
border-radius: 50%;
}
.img-lovly {
max-width: 100%;
height: auto;
align-items: center;
}
.testimonial-description {
padding: 15px;
}
.admin_text {
padding-top: 20px;
}
.ptd {
color: #888888;
font-weight: 500;
font-size: 15px;
}
/* <!-- 10. Awal Section Footer --> */
footer {
padding-top: 50px;
background-color: #4934d4d8;
padding-bottom: 100px;
}
.footer-frontend {
background: DARKSLATEGREY;
padding-bottom: 50px;
}
.section-footer {
display: block;
margin: 20px auto;
background-color: #0d6efd;
color: #ffffff;
padding: 50px;
text-align: left;
justify-content: space-between;
border: 1px;
border-radius: 5px;
}
.container-footer {
text-align: center;
}
.img-robovision {
width: 40px;
}
.text-robovision {
font-size: 15pt;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
}
.text-header-robovision {
color: #ccc;
font-size: 11pt;
text-align: center;
margin: 0px 50px;
}
.kolom {
box-sizing: border-box;
color: #fff;
padding-top: 70px !important;
}
.kolom.robovision {
flex: 3.5;
padding-right: 10px;
}
.kolom.privacy-tos {
flex: 3;
}
.kolom.navigate {
flex: 2.5;
}
.kolom.contact-us {
flex: 3;
}
.readmore .rounded-pill {
white-space: nowrap;
}
.kolom a {
text-decoration: none;
color: #ccc;
font-size: 15px;
}
a p {
display: block;
margin-block-start: 0px;
margin-block-end: 5px;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
/* | *********** RESPONSIVE tampilan tablet ********** |*/
@media (min-width: 426px) and (max-width: 768px) {
section {
padding-top: 30px;
padding-bottom: 30px;
}
.kolom-lom {
width: 46%;
}
.card.shadow {
margin: 10px 100px;
}
.card .header {
height: 170px;
}
img.img-our-services {
width: 40%;
}
img.img-cof-about {
padding: 10px;
width: 50%;
}
p.text-content {
padding-bottom: 30px;
}
.gambar-result {
width: 60%;
}
.gambar-result-fitur {
margin: auto;
display: block;
width: 80%;
}
}
/* | *********** RESPONSIVE tampilan website ********** |*/
@media (min-width: 769px) {
/* Btn umum */
.btn-primary {
font-size: 15px;
}
/* <!-- 1. Awal Section Creative landing page template--> */
.section-home {
background-size: cover;
background-image: url(../img/bg/ai2.png);
background-repeat: no-repeat;
background-position: top left;
min-height: 100vh;
display: flex;
align-items: center;
}
.home {
width: 50%;
}
.home h3 {
font-size: 18px;
font-weight: 600;
}
.home h1 {
padding-top: 20px;
font-weight: 600;
font-size: 45px;
margin-bottom: 20px;
color: #272e3a;
}
.home p {
color: #888888;
font-size: 18px;
margin-bottom: 30px;
margin-top: 0;
line-height: 1.9;
width: 80%;
font-weight: 600;
}
/* .btn-home .btn {
display: inline-block;
} */
.result {
width: 60%;
}
/* 2 */
/* Section 2, Real Time chat ( Features) */
.realtime {
margin: auto;
display: flex;
flex-wrap: wrap;
}
.realtime-col-satu {
vertical-align: auto;
width: 50%;
}
.realtime-col h4 {
margin-bottom: 20px;
font-size: 30px;
color: #354168;
line-height: 1.4;
}
.realtime-col-dua {
width: 50%;
align-self: center;
}
.realtime-col-dua p {
color: #888;
line-height: 1.9;
font-size: 15px;
margin-bottom: 1rem;
}
.kolom-lom {
width: 45%;
display: inline-block;
margin-bottom: 20px;
margin-left: 10px;
margin-right: 10px;
background-color: white;
padding: 10px;
border-radius: 5px;
}
.kolom-lom h5 {
font-size: 22px;
margin-bottom: 20px;
color: #fff;
line-height: 1.4;
}
.kolom-lom p {
color: white;
line-height: 1.9;
margin-bottom: 1rem;
}
.card-satu {
background-color: #007bff;
text-align: center;
}
.card-satu {
background-color: #007bff;
text-align: center;
}
.card-dua {
background-color: #007bff;
text-align: center;
}
.card-tiga {
background-color: #007bff;
text-align: center;
}
.card-empat {
background-color: #007bff;
text-align: center;
}
/* <!-- 3. Awal Section A Straight Forward --> */
.container-result {
box-sizing: border-box;
display: flex;
}
.gambar-result {
width: 100%;
}
.img-result-frontend {
text-align: center;
}
.gambar-result-frontend {
width: 70%;
}
.gambar-result-fitur {
margin: auto;
display: block;
width: 60%;
}
/* <!-- 4. Awal Section How it works--> */
.card-hiw {
display: flex;
}
.service_icon {
padding-top: 20px;
}
.colored-icon {
padding: 30px;
position: relative;
border: 2px solid #00dcd8;
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
max-width: 140px;
border-radius: 50%;
transition: all 0.3s ease-in-out;
}
/* <!-- 5. Awal Section Core Our Features--> */
.content-cof {
display: flex;
align-items: center;
}
.img-cof-about {
height: 90%;
}
img.img-cof-about {
width: 100%;
padding-bottom: 15px;
}
.modal-cof {
box-sizing: border-box;
}
.sub-cof {
align-items: center;
}
.img-cof-feature {
max-width: 57px;
height: auto;
}
.card-body {
text-align: left;
}
/* <!-- 6. Awal Section Our Services --> */
.card {
display: flex;
}
.card-our-services {
display: flex;
}
/* <!-- 7. Awal Section Frequently Questions --> */
.content-frequntly {
display: flex;
}
.frequntly {
height: 450px;
}
.menu-frequntly {
padding-left: 20px;
}
.btn-frequntly {
width: 100%;
text-align: left;
}
.btn-frequntly {
color: #fff;
border: 1px solid #f2f4f8;
border-top: 1px solid #f2f4f8;
margin-bottom: 15px;
border-radius: 25px;
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
padding: 5px 25px;
font-weight: 600;
background-size: 200% auto;
}
/* <!-- 8. Awal Section Our Pricing Plans / oop --> */
.card-our-pricing-plans {
display: flex;
justify-content: center;
display: flex;
flex-wrap: wrap;
}
.col-md-6 {
flex: 0 0 auto;
width: 30% !important;
}
/* <!-- 10. Awal Section Footer --> */
.container-footer {
display: flex;
text-align: left;
}
.font-header {
font-size: 30px;
color: #13287e;
padding: 15px;
font-weight: 650;
}
.section-footer {
display: flex;
align-items: center;
}
.readmore {
margin: 12px;
}
.text-header-robovision {
color: #ccc;
font-size: 11pt;
text-align: justify;
width: 310px;
margin: 0px 0px;
}
.kolom {
box-sizing: border-box;
color: #fff;
}
.kolom.robovision {
flex: 3.5;
padding-right: 10px;
}
.kolom.privacy-tos {
flex: 3;
}
.kolom.navigate {
flex: 2.5;
}
.kolom.contact-us {
flex: 3;
}
}
| 0.422505 | 0.087798 |
.container {
width: 80%;
margin: auto;
position: relative;
font-family: Arial, Helvetica, sans-serif;
}
h2 {
text-align: center;
text-transform: uppercase;
}
table {
padding: 0 20%;
width: 100%;
border-collapse: collapse;
}
table, td, th {
border: 1px solid black;
}
.create {
position: absolute;
right: 0;
top: 0;
}
thead th:first-child {
width: 10%;
}
thead th:nth-child(2){
width: 40%;
}
.func {
position: relative;
height: 100px;
}
.clearfix {
clear: both;
content: ".";
display: block;
width: 0px;
height: 0px;
}
.func a {
padding: 10px;
cursor: pointer;
background-color: blueviolet;
color: white;
text-decoration: none;
}
.func a{
position: absolute;
left: 0;
font-size: 15px;
border-radius: 5px;
}
.func button {
position: absolute;
right: 0;
padding: 10px;
background-color: blueviolet;
color: white;
border: none;
font-size: 15px;
border-radius: 5px;
}
form {
padding: 0 20%;
}
form label {
width: 30%;
font-size: 20px;
}
form input,select {
width: 65%;
background-color: rgb(232, 240, 254);
border: none;
border-radius: 10px;
height: 30px;
}
.input-form {
margin-bottom: 20px;
}
.route {
padding: 0 20%;
display: flex;
list-style: none;
}
.route li {
text-align: center;
padding: 10px 0;
font-size: 20px;
width: 33%;
border: solid 1px #b6b3b3;
background-color: #dddddd;
cursor: pointer;
}
.route li a {
text-decoration: none;
}
.route li.active-route {
background-color: white;
}
/* Client */
.categories-list {
display: flex;
list-style: none;
padding: 0 20%;
margin: 0;
}
.categories-list li {
text-align: center;
padding: 10px 0;
font-size: 20px;
width: 25%;
border: solid 1px #b6b3b3;
background-color: #dddddd;
cursor: pointer;
}
.categories-list li.active {
background-color: white;
}
.product-list {
border: solid 1px #b6b3b3;
padding: 0 20%;
}
.product-header{
display: flex;
align-items: center;
justify-content: space-between;
}
.product {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: solid 1px #b6b3b3;
}
.product:last-child {
border: none;
}
|
public/storage/styles.css
|
.container {
width: 80%;
margin: auto;
position: relative;
font-family: Arial, Helvetica, sans-serif;
}
h2 {
text-align: center;
text-transform: uppercase;
}
table {
padding: 0 20%;
width: 100%;
border-collapse: collapse;
}
table, td, th {
border: 1px solid black;
}
.create {
position: absolute;
right: 0;
top: 0;
}
thead th:first-child {
width: 10%;
}
thead th:nth-child(2){
width: 40%;
}
.func {
position: relative;
height: 100px;
}
.clearfix {
clear: both;
content: ".";
display: block;
width: 0px;
height: 0px;
}
.func a {
padding: 10px;
cursor: pointer;
background-color: blueviolet;
color: white;
text-decoration: none;
}
.func a{
position: absolute;
left: 0;
font-size: 15px;
border-radius: 5px;
}
.func button {
position: absolute;
right: 0;
padding: 10px;
background-color: blueviolet;
color: white;
border: none;
font-size: 15px;
border-radius: 5px;
}
form {
padding: 0 20%;
}
form label {
width: 30%;
font-size: 20px;
}
form input,select {
width: 65%;
background-color: rgb(232, 240, 254);
border: none;
border-radius: 10px;
height: 30px;
}
.input-form {
margin-bottom: 20px;
}
.route {
padding: 0 20%;
display: flex;
list-style: none;
}
.route li {
text-align: center;
padding: 10px 0;
font-size: 20px;
width: 33%;
border: solid 1px #b6b3b3;
background-color: #dddddd;
cursor: pointer;
}
.route li a {
text-decoration: none;
}
.route li.active-route {
background-color: white;
}
/* Client */
.categories-list {
display: flex;
list-style: none;
padding: 0 20%;
margin: 0;
}
.categories-list li {
text-align: center;
padding: 10px 0;
font-size: 20px;
width: 25%;
border: solid 1px #b6b3b3;
background-color: #dddddd;
cursor: pointer;
}
.categories-list li.active {
background-color: white;
}
.product-list {
border: solid 1px #b6b3b3;
padding: 0 20%;
}
.product-header{
display: flex;
align-items: center;
justify-content: space-between;
}
.product {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: solid 1px #b6b3b3;
}
.product:last-child {
border: none;
}
| 0.511473 | 0.11836 |
* {
margin: 0;
padding: 0;
}
ul li {
list-style: none;
}
li {
display: inline-block;
margin: 0 5px 0 5px;
}
svg {
pointer-events: none;
}
html, body {
font-family: Helvetica, sans-serif, Arial;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: hidden;
color: #F0EAD6;
}
#site-body {
display: flex;
flex-direction: column;
}
#site-main {
flex-grow: 1;
display: grid;
grid-template-areas:
"projects items";
grid-template-columns: 1fr 2fr;
grid-template-rows: 1fr;
height: 100%;
}
#site-main > div {
display: flex;
flex-direction: column;
}
#site-main > #site-projects {
grid-area: projects;
background-color: #343148;
align-content: flex-start;
justify-content: flex-start;
border-right: 3px solid #F0EAD6;
}
#site-projects > #site-projects-header {
height: 50px;
background-color: transparent;
}
#site-projects-header > #add-project {
display: block;
margin: auto;
margin-top: 5px;
}
input[type="text"], textarea {
font-weight: bold;
background-color: transparent;
border-color: transparent;
}
textarea {
border: 1px solid #333;
border-radius: 5px;
}
.button {
font-weight: bold;
background-color: #55B4B0;
border-color: #55B4B0;
border-radius: 5px;
padding: 10px;
}
.button:hover {
cursor: pointer;
background-color: #7FCDCD;
}
#site-projects-body {
height: 860px;
overflow-y: auto;
}
.project-container {
display: block;
width: 90%;
height: 100px;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
background-color: #6B5B95;
border-radius: 5px;
border: 3px solid #45B8AC;
}
.edit {
height: 200px;
}
@keyframes project-container-background {
from {background-color: #6B5B95;}
to {background-color: #6F6ABA;}
}
.project-container:hover {
animation-name: project-container-background;
animation-duration: 1.5s;
cursor: pointer;
background-color: #6F6ABA;
}
.project-container > .project-title-container {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-content: center;
}
.project-title-contaier > .project-title {
display: block;
}
.project-title-container > .project-title-input {
display: none;
}
.edit > .project-title-container > .project-title {
display: none;
}
.edit > .project-title-container > .project-title-input {
display: block;
}
.project-title-container > .project-buttons-container > span {
margin: 5px 5px 0 5px;
}
.edit > .project-title-container > .project-buttons-container {
}
.project-title-container > .project-buttons-container > .project-btn-edit {
display: inline-block;
}
.project-title-container > .project-buttons-container > .project-btn-delete {
display: inline-block;
}
.project-title-container > .project-buttons-container > .project-btn-ok {
display: none;
}
.edit > .project-title-container > .project-buttons-container > .project-btn-edit {
display: none;
}
.edit > .project-title-container > .project-buttons-container > .project-btn-delete {
display: none;
}
.edit > .project-title-container > .project-buttons-container > .project-btn-ok {
display: block;
}
.project-buttons-container > button {
cursor: pointer;
margin: 0 3px 5px 3px;
}
.project-container > hr {
border: none;
border-top: 1px solid #333;
color: #333;
overflow: visible;
text-align: center;
height: 5px;
}
.project-container > .project-description {
display: block;
}
.edit > .project-description {
display: none;
}
.project-container > .project-description-input {
display: none;
}
.edit > .project-description-input {
display: block;
width: 100%;
height: 80%;
resize: none;
}
#site-main > #site-items {
grid-area: items;
background-color: #6B5B95;
}
#site-items > #site-items-header {
height: 50px;
background-color: transparent;
}
#site-items-header > .button {
display: block;
margin: auto;
margin-top: 5px;
}
#site-items-body {
height: 860px;
overflow-y: auto;
}
.todo-container {
display: block;
width: 70%;
height: 100px;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
background-color: #343148;
border-radius: 5px;
}
.todo-container input[type="text"], .todo-container textarea {
color: #F0EAD6;
font-weight: bold;
}
.todo-container textarea {
border: 1px solid #F0EAD6;
border-radius: 5px;
}
.high {
border: 3px solid #BD3D3A;
}
.neutral {
border: 3px solid #D5AE41;
}
.low {
border: 3px solid #88B04B;
}
.edit-todo {
height: 300px;
}
.todo-container > .todo-title-container {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-content: center;
}
.todo-title-container > .todo-title {
display: block;
}
.todo-title-container > .todo-title-input {
display: none;
}
.edit-todo > .todo-title-container > .todo-title {
display: none;
}
.edit-todo > .todo-title-container > .todo-title-input {
display: block;
}
.todo-title-container > .todo-buttons-container {
}
.edit-todo > .todo-title-container > .todo-buttons-container {
}
.todo-title-container > .todo-buttons-container > .todo-btn-edit {
display: inline-block;
}
.todo-title-container > .todo-buttons-container > .todo-btn-delete {
display: inline-block;
}
.todo-title-container > .todo-buttons-container > .todo-btn-ok {
display: none;
}
.edit-todo > .todo-title-container > .todo-buttons-container > .todo-btn-edit {
display: none;
}
.edit-todo > .todo-title-container > .todo-buttons-container > .todo-btn-delete {
display: none;
}
.edit-todo > .todo-title-container > .todo-buttons-container > .todo-btn-ok {
display: block;
}
.todo-buttons-container > span {
cursor: pointer;
margin: 5px;
}
.todo-container > hr {
border: none;
border-top: 1px solid #F0EAD6;
color: #F0EAD6;
overflow: visible;
text-align: center;
height: 5px;
}
.todo-container > .todo-description {
display: block;
}
.edit-todo > .todo-description {
display: none;
}
.todo-container > .todo-description-input {
display: none;
}
.edit-todo > .todo-description-input {
display: block;
width: 100%;
height: 40%;
resize: none;
}
.todo-container > .todo-due-date {
display: block;
}
.edit-todo > .todo-due-date {
display: none;
}
.todo-container > .todo-options-container {
display: none;
}
.edit-todo > .todo-options-container {
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
align-items: center;
height: 50px;
}
.todo-options-container {
margin: 10px;
}
.todo-options-container > .todo-due-date-input {
height: 20px;
}
.todo-options-container > .todo-priority-input {
height: 30px;
}
.todo-container > .todo-notes-input {
display: none;
}
.edit-todo > .todo-notes-input {
display: block;
width: 100%;
height: 22%;
resize: none;
}
#site-footer {
background-color: #29234F;
flex-shrink: 0;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
height: 30px;
color: #000;
}
#site-footer .code-icon {
color: #55B4B0;
}
#site-footer .code-icon:hover {
cursor: pointer;
}
#site-footer .bug-icon {
color: #55B4B0;
}
#site-footer .bug-icon:hover {
cursor: pointer;
}
@media all and (max-width: 1000px) {
#site-main {
grid-template-areas:
"projects"
"items";
grid-template-columns: 1fr;
grid-template-rows: 1fr 2fr;
}
#site-main > #site-projects {
border-right: 0;
border-bottom: 3px solid #F0EAD6;
}
#site-items-body {
height: 550px;
overflow-y: auto;
}
#site-projects-body {
height: 250px;
overflow-y: auto;
}
}
|
src/style/style.css
|
* {
margin: 0;
padding: 0;
}
ul li {
list-style: none;
}
li {
display: inline-block;
margin: 0 5px 0 5px;
}
svg {
pointer-events: none;
}
html, body {
font-family: Helvetica, sans-serif, Arial;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: hidden;
color: #F0EAD6;
}
#site-body {
display: flex;
flex-direction: column;
}
#site-main {
flex-grow: 1;
display: grid;
grid-template-areas:
"projects items";
grid-template-columns: 1fr 2fr;
grid-template-rows: 1fr;
height: 100%;
}
#site-main > div {
display: flex;
flex-direction: column;
}
#site-main > #site-projects {
grid-area: projects;
background-color: #343148;
align-content: flex-start;
justify-content: flex-start;
border-right: 3px solid #F0EAD6;
}
#site-projects > #site-projects-header {
height: 50px;
background-color: transparent;
}
#site-projects-header > #add-project {
display: block;
margin: auto;
margin-top: 5px;
}
input[type="text"], textarea {
font-weight: bold;
background-color: transparent;
border-color: transparent;
}
textarea {
border: 1px solid #333;
border-radius: 5px;
}
.button {
font-weight: bold;
background-color: #55B4B0;
border-color: #55B4B0;
border-radius: 5px;
padding: 10px;
}
.button:hover {
cursor: pointer;
background-color: #7FCDCD;
}
#site-projects-body {
height: 860px;
overflow-y: auto;
}
.project-container {
display: block;
width: 90%;
height: 100px;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
background-color: #6B5B95;
border-radius: 5px;
border: 3px solid #45B8AC;
}
.edit {
height: 200px;
}
@keyframes project-container-background {
from {background-color: #6B5B95;}
to {background-color: #6F6ABA;}
}
.project-container:hover {
animation-name: project-container-background;
animation-duration: 1.5s;
cursor: pointer;
background-color: #6F6ABA;
}
.project-container > .project-title-container {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-content: center;
}
.project-title-contaier > .project-title {
display: block;
}
.project-title-container > .project-title-input {
display: none;
}
.edit > .project-title-container > .project-title {
display: none;
}
.edit > .project-title-container > .project-title-input {
display: block;
}
.project-title-container > .project-buttons-container > span {
margin: 5px 5px 0 5px;
}
.edit > .project-title-container > .project-buttons-container {
}
.project-title-container > .project-buttons-container > .project-btn-edit {
display: inline-block;
}
.project-title-container > .project-buttons-container > .project-btn-delete {
display: inline-block;
}
.project-title-container > .project-buttons-container > .project-btn-ok {
display: none;
}
.edit > .project-title-container > .project-buttons-container > .project-btn-edit {
display: none;
}
.edit > .project-title-container > .project-buttons-container > .project-btn-delete {
display: none;
}
.edit > .project-title-container > .project-buttons-container > .project-btn-ok {
display: block;
}
.project-buttons-container > button {
cursor: pointer;
margin: 0 3px 5px 3px;
}
.project-container > hr {
border: none;
border-top: 1px solid #333;
color: #333;
overflow: visible;
text-align: center;
height: 5px;
}
.project-container > .project-description {
display: block;
}
.edit > .project-description {
display: none;
}
.project-container > .project-description-input {
display: none;
}
.edit > .project-description-input {
display: block;
width: 100%;
height: 80%;
resize: none;
}
#site-main > #site-items {
grid-area: items;
background-color: #6B5B95;
}
#site-items > #site-items-header {
height: 50px;
background-color: transparent;
}
#site-items-header > .button {
display: block;
margin: auto;
margin-top: 5px;
}
#site-items-body {
height: 860px;
overflow-y: auto;
}
.todo-container {
display: block;
width: 70%;
height: 100px;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
background-color: #343148;
border-radius: 5px;
}
.todo-container input[type="text"], .todo-container textarea {
color: #F0EAD6;
font-weight: bold;
}
.todo-container textarea {
border: 1px solid #F0EAD6;
border-radius: 5px;
}
.high {
border: 3px solid #BD3D3A;
}
.neutral {
border: 3px solid #D5AE41;
}
.low {
border: 3px solid #88B04B;
}
.edit-todo {
height: 300px;
}
.todo-container > .todo-title-container {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-content: center;
}
.todo-title-container > .todo-title {
display: block;
}
.todo-title-container > .todo-title-input {
display: none;
}
.edit-todo > .todo-title-container > .todo-title {
display: none;
}
.edit-todo > .todo-title-container > .todo-title-input {
display: block;
}
.todo-title-container > .todo-buttons-container {
}
.edit-todo > .todo-title-container > .todo-buttons-container {
}
.todo-title-container > .todo-buttons-container > .todo-btn-edit {
display: inline-block;
}
.todo-title-container > .todo-buttons-container > .todo-btn-delete {
display: inline-block;
}
.todo-title-container > .todo-buttons-container > .todo-btn-ok {
display: none;
}
.edit-todo > .todo-title-container > .todo-buttons-container > .todo-btn-edit {
display: none;
}
.edit-todo > .todo-title-container > .todo-buttons-container > .todo-btn-delete {
display: none;
}
.edit-todo > .todo-title-container > .todo-buttons-container > .todo-btn-ok {
display: block;
}
.todo-buttons-container > span {
cursor: pointer;
margin: 5px;
}
.todo-container > hr {
border: none;
border-top: 1px solid #F0EAD6;
color: #F0EAD6;
overflow: visible;
text-align: center;
height: 5px;
}
.todo-container > .todo-description {
display: block;
}
.edit-todo > .todo-description {
display: none;
}
.todo-container > .todo-description-input {
display: none;
}
.edit-todo > .todo-description-input {
display: block;
width: 100%;
height: 40%;
resize: none;
}
.todo-container > .todo-due-date {
display: block;
}
.edit-todo > .todo-due-date {
display: none;
}
.todo-container > .todo-options-container {
display: none;
}
.edit-todo > .todo-options-container {
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
align-items: center;
height: 50px;
}
.todo-options-container {
margin: 10px;
}
.todo-options-container > .todo-due-date-input {
height: 20px;
}
.todo-options-container > .todo-priority-input {
height: 30px;
}
.todo-container > .todo-notes-input {
display: none;
}
.edit-todo > .todo-notes-input {
display: block;
width: 100%;
height: 22%;
resize: none;
}
#site-footer {
background-color: #29234F;
flex-shrink: 0;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
height: 30px;
color: #000;
}
#site-footer .code-icon {
color: #55B4B0;
}
#site-footer .code-icon:hover {
cursor: pointer;
}
#site-footer .bug-icon {
color: #55B4B0;
}
#site-footer .bug-icon:hover {
cursor: pointer;
}
@media all and (max-width: 1000px) {
#site-main {
grid-template-areas:
"projects"
"items";
grid-template-columns: 1fr;
grid-template-rows: 1fr 2fr;
}
#site-main > #site-projects {
border-right: 0;
border-bottom: 3px solid #F0EAD6;
}
#site-items-body {
height: 550px;
overflow-y: auto;
}
#site-projects-body {
height: 250px;
overflow-y: auto;
}
}
| 0.238905 | 0.08389 |
@-moz-document domain("rubydoc.info") {
body {
margin: 0;
padding: 0;
}
/* eliminate whitespace at top of page */
.frames #content h1 {
margin-top: 0 !important;
}
#content h2 {
margin-top: 1em;
margin-bottom: .5em;
font-weight: bold;
font-size: 24px;
}
#content h2 small {
float: none !important;
display: inline !important;
font-size: 11px !important;
}
/* use serif font for text */
div#body > div#content > div#filecontents,
div#filecontents {
font-family: 'palatino linotype', serif;
font-size: 15px;
color: #444;
padding-left: .5em;
padding-right: .5em;
}
/* use georgia for headers */
div#filecontents h1,
div#filecontents h2,
div#filecontents h3,
div#filecontents h4,
div#filecontents h5,
div#filecontents h6 {
font-family: georgia;
font-weight: bold;
}
div#filecontents h1 {
font-size: 2em;
}
#filecontents ul,
.docstring ul {
margin-left: 1em;
margin-right: 1em;
}
#filecontents li > p,
.docstring li > p {
margin-top: .5em;
margin-bottom: .5em;
}
#body {
padding: 0 20px 20px 20px;
}
#header {
padding: 10px 20px 10px 20px;
background-color: #EEEEEE;
margin-bottom: 10px;
}
#toc {
font-family: 'lucida grande', sans-serif;
padding: 10px;
background-color: #EEEEEE;
border-radius: 6px;
border: none;
}
#full_list {
font-family: 'lucida grande', sans-serif;
font-size: 11px;
}
#full_list li {
padding-top: 2px !important;
padding-bottom: 2px !important;
}
#full_list li,
#toc ol,
#toc > ol > li,
#toc li,
#toc a {
font-family: inherit;
font-size: inherit;
}
#footer {
border-top: none;
padding: 10px 20px 10px 20px;
background-color: #EEEEEE;
margin-top: 10px;
}
/* Box */
#filecontents dl.box,
dl.box {
display: table;
border-top: 1px #c6c6c6 dotted;
margin: 0;
padding-left:0px;
width: 100%;
}
#filecontents div.box-additions dl.box,
div.box-additions dl.box {
border-top: none;
}
#filecontents dl.box div.row,
dl.box div.row {
display: table-row;
margin: 0px;
padding: 2px 0px 2px 0px;
line-height:1.5em;
}
#filecontents dl.box dt,
dl.box dt {
display: table-cell;
background: none !important;
border: 0px ;
border-bottom: 1px #c6c6c6 dotted !important;
white-space: nowrap;
font-weight: bold;
padding: 1px 10px;
width: 25%;
overflow: visible;
text-align: left;
float: none;
}
#filecontents dl.box dd,
dl.box dd {
display: table-cell;
background: none !important;
border: 0px ;
border-bottom: 1px #c6c6c6 dotted !important;
margin:0;
padding: 1px 0px 1px 3px;
float: none;
width: 74%;
}
dl.box > div > dd,
ul.fullTree,
ul.fullTree > li {
font-family: monospace !important;
font-size: 13px;
}
/* Headlines */
h1 {
border-top: none;
}
div.discussion {
margin-left: auto;
margin-right: auto;
width: 90%;
}
h2 {
margin: 3em 0 0.5em 0;
font-size: 1.5em;
/*border-top: 4px #EEEEEE solid;*/
border-bottom: 0px;
padding: 10px 0 3px 0; /*fuer die Linie */
}
.docstring h3 {
margin: 1.5em 0 0.3em 0;
font-size: 1.0em;
}
.docstring h4 {
margin: 1.3em 0 0.2em 0;
font-size: 1.0em;
}
p.signature,
h3.signature {
background-color: #f1f1f1 !important;
font-family: monospace, Courier, Monaco,Consolas;
font-size: 1.1em;
}
.method_details {
border-top: 0px;
margin-top: 50px;
padding-top: 0;
clear:both;
}
.method_details.first {
margin-top: 15px;
}
/* method summary: show as table */
ul.summary {
display: table;
border-top: 1px #c6c6c6 dotted;
margin: 2px 0 5px 0;
padding-left:0px;
width: 100%;
}
ul.summary li.public {
display: table-row;
min-height: 28px;
height: 28px;
line-height: 28px;
vertical-align: middle;
margin: 0px;
/* padding: 1px 0px 1px 0px; */
}
ul.summary a:link,
ul.summary a:visited {
font-size: 1.0em;
font-weight:normal !important;
}
.summary .summary_signature {
display: table-cell;
background: none;
border: 0px;
padding: 1px 10px;
border-bottom: 1px #c6c6c6 dotted;
white-space:nowrap;
width: 25%;
overflow: visible;
}
.summary .summary_desc {
display: table-cell;
margin:0px;
border-bottom: 1px #c6c6c6 dotted;
font-family: "Lucida Sans","Lucida Grande",Verdana,Arial,sans-serif;
font-size: 13px;
width: 74%;
}
p.signature, h3.signature {
background: none;
border: none;
border-top: 1px #c6c6c6 dotted
}
/* method details */
.note.returns_void {
display :none;
}
.showSource {
display: none;
float: right;
}
table.source_code {
margin-left: 100px;
border-left: 0px;
display: table !important;
}
/* rdoc def list as table */
dl.rdoc-list {
display: table;
border: none !important;
border-top: 1px #c6c6c6 dotted !important;
padding-left:0px;
margin: 2px 0 5px 0;
width: 100%;
}
div.rdoc-dl-row {
display: table-row;
margin: 0px;
padding: 2px 0px 2px 0px;
line-height:1.5em;
}
dl.rdoc-list dt {
display: table-cell;
background: none !important;
border: 0px;
padding: 1px 10px !important;
border-bottom: 1px #c6c6c6 dotted;
white-space:nowrap;
font-weight: normal !important;
width: 25%;
overflow: visible;
}
dl.rdoc-list dd {
display: table-cell;
background: none;
border-bottom: 1px #c6c6c6 dotted;
margin:0 !important;
padding: 1px 0px 1px 3px !important;
width: 74%;
}
/* bullet lists */
.docstring ul {
margin: 2px 0 5px 0;
}
/* monospace font*/
.object_link{
font-family: monospace;
}
/* Constants as table */
dl.constants {
display: table;
border: none !important;
border-top: 1px #c6c6c6 dotted !important;
padding-left:0px;
margin: 2px 0 5px 0;
width: 100%;
}
div.constants-dl-row {
display: table-row;
margin: 0px;
padding: 2px 0px 2px 0px;
line-height:1.5em;
}
dl.constants dt {
display: table-cell;
background: none !important;
border: 0px;
padding: 1px 10px !important;
border-bottom: 1px #c6c6c6 dotted;
white-space:nowrap;
font-weight: normal !important;
font-family: monospace;
width: 25%;
overflow: visible;
}
dl.constants dd {
display: table-cell;
background: none;
border-bottom: 1px #c6c6c6 dotted;
font-family: monospace;
margin:0 !important;
padding: 1px 0px 1px 3px !important;
width: 74%;
}
dd pre {
padding: 2px 0 2px 4px !important;
}
table.source_code tbody td,
table.source_code tbody td pre,
#content .method .synopsis,
pre.lines {
margin: 0 !important;
padding: 0 !important;
font-family: monospace !important;
font-size: 13px !important;
font-style: normal !important;
font-weight: normal !important;
line-height: 1.2 !important;
}
table.source_code tbody td > pre,
table.source_code tbody td > pre.code {
border: none;
}
.source_code pre.lines {
padding-left: 2px !important;
padding-right: 2px !important;
}
pre.ruby,
pre.code,
#content pre.ruby,
#content pre.code {
background-color: #3A3A3A;
color: #F5F5F5;
font-family: monospace;
font-size: 13px;
font-style: normal;
font-weight: normal;
line-height: 1.2;
}
pre.ruby,
#content pre.ruby {
border: 4px solid #E3E3E3;
border-radius: 4px 4px 4px 4px;
margin-left: auto;
margin-right: auto;
width: 95%;
white-space: pre-wrap;
word-wrap: break-word;
overflow-x: auto;
padding: 4px 6px;
}
pre.ruby .ruby-keyword,
pre.code .kw {
color: #44a6ff !important;
font-style: normal;
font-weight: normal;
}
pre.ruby .ruby-comment,
pre.code .comment,
pre.code .info,
pre.code .info.file {
color: #FFB7DB !important;
font-style: normal;
font-weight: normal;
}
pre.ruby .ruby-symbol,
pre.code .symbol {
color: #60FF60 !important;
font-style: normal;
font-weight: normal;
}
pre.ruby .ruby-constant,
pre.code .const {
color: #ddb286 !important;
font-style: normal;
font-weight: normal;
}
pre.ruby .ruby-operator,
pre.code .op,
pre.code .rparen,
pre.code .lparen,
pre.code .rbracket,
pre.code .lbracket {
color: #FFFDAE !important;
font-style: normal;
font-weight: bold;
}
pre.ruby .ruby-identifier,
pre.code .id {
color: #42CAD9 !important;
font-style: normal;
font-weight: normal;
}
pre.ruby .ruby-string,
pre.ruby .tstring,
pre.code .tstring,
pre.ruby .tstring_content,
pre.code .tstring_content,
pre.code .string {
color: #ccb3e0 !important;
font-style: normal;
font-weight: normal;
}
}
|
data/usercss/90798.user.css
|
@-moz-document domain("rubydoc.info") {
body {
margin: 0;
padding: 0;
}
/* eliminate whitespace at top of page */
.frames #content h1 {
margin-top: 0 !important;
}
#content h2 {
margin-top: 1em;
margin-bottom: .5em;
font-weight: bold;
font-size: 24px;
}
#content h2 small {
float: none !important;
display: inline !important;
font-size: 11px !important;
}
/* use serif font for text */
div#body > div#content > div#filecontents,
div#filecontents {
font-family: 'palatino linotype', serif;
font-size: 15px;
color: #444;
padding-left: .5em;
padding-right: .5em;
}
/* use georgia for headers */
div#filecontents h1,
div#filecontents h2,
div#filecontents h3,
div#filecontents h4,
div#filecontents h5,
div#filecontents h6 {
font-family: georgia;
font-weight: bold;
}
div#filecontents h1 {
font-size: 2em;
}
#filecontents ul,
.docstring ul {
margin-left: 1em;
margin-right: 1em;
}
#filecontents li > p,
.docstring li > p {
margin-top: .5em;
margin-bottom: .5em;
}
#body {
padding: 0 20px 20px 20px;
}
#header {
padding: 10px 20px 10px 20px;
background-color: #EEEEEE;
margin-bottom: 10px;
}
#toc {
font-family: 'lucida grande', sans-serif;
padding: 10px;
background-color: #EEEEEE;
border-radius: 6px;
border: none;
}
#full_list {
font-family: 'lucida grande', sans-serif;
font-size: 11px;
}
#full_list li {
padding-top: 2px !important;
padding-bottom: 2px !important;
}
#full_list li,
#toc ol,
#toc > ol > li,
#toc li,
#toc a {
font-family: inherit;
font-size: inherit;
}
#footer {
border-top: none;
padding: 10px 20px 10px 20px;
background-color: #EEEEEE;
margin-top: 10px;
}
/* Box */
#filecontents dl.box,
dl.box {
display: table;
border-top: 1px #c6c6c6 dotted;
margin: 0;
padding-left:0px;
width: 100%;
}
#filecontents div.box-additions dl.box,
div.box-additions dl.box {
border-top: none;
}
#filecontents dl.box div.row,
dl.box div.row {
display: table-row;
margin: 0px;
padding: 2px 0px 2px 0px;
line-height:1.5em;
}
#filecontents dl.box dt,
dl.box dt {
display: table-cell;
background: none !important;
border: 0px ;
border-bottom: 1px #c6c6c6 dotted !important;
white-space: nowrap;
font-weight: bold;
padding: 1px 10px;
width: 25%;
overflow: visible;
text-align: left;
float: none;
}
#filecontents dl.box dd,
dl.box dd {
display: table-cell;
background: none !important;
border: 0px ;
border-bottom: 1px #c6c6c6 dotted !important;
margin:0;
padding: 1px 0px 1px 3px;
float: none;
width: 74%;
}
dl.box > div > dd,
ul.fullTree,
ul.fullTree > li {
font-family: monospace !important;
font-size: 13px;
}
/* Headlines */
h1 {
border-top: none;
}
div.discussion {
margin-left: auto;
margin-right: auto;
width: 90%;
}
h2 {
margin: 3em 0 0.5em 0;
font-size: 1.5em;
/*border-top: 4px #EEEEEE solid;*/
border-bottom: 0px;
padding: 10px 0 3px 0; /*fuer die Linie */
}
.docstring h3 {
margin: 1.5em 0 0.3em 0;
font-size: 1.0em;
}
.docstring h4 {
margin: 1.3em 0 0.2em 0;
font-size: 1.0em;
}
p.signature,
h3.signature {
background-color: #f1f1f1 !important;
font-family: monospace, Courier, Monaco,Consolas;
font-size: 1.1em;
}
.method_details {
border-top: 0px;
margin-top: 50px;
padding-top: 0;
clear:both;
}
.method_details.first {
margin-top: 15px;
}
/* method summary: show as table */
ul.summary {
display: table;
border-top: 1px #c6c6c6 dotted;
margin: 2px 0 5px 0;
padding-left:0px;
width: 100%;
}
ul.summary li.public {
display: table-row;
min-height: 28px;
height: 28px;
line-height: 28px;
vertical-align: middle;
margin: 0px;
/* padding: 1px 0px 1px 0px; */
}
ul.summary a:link,
ul.summary a:visited {
font-size: 1.0em;
font-weight:normal !important;
}
.summary .summary_signature {
display: table-cell;
background: none;
border: 0px;
padding: 1px 10px;
border-bottom: 1px #c6c6c6 dotted;
white-space:nowrap;
width: 25%;
overflow: visible;
}
.summary .summary_desc {
display: table-cell;
margin:0px;
border-bottom: 1px #c6c6c6 dotted;
font-family: "Lucida Sans","Lucida Grande",Verdana,Arial,sans-serif;
font-size: 13px;
width: 74%;
}
p.signature, h3.signature {
background: none;
border: none;
border-top: 1px #c6c6c6 dotted
}
/* method details */
.note.returns_void {
display :none;
}
.showSource {
display: none;
float: right;
}
table.source_code {
margin-left: 100px;
border-left: 0px;
display: table !important;
}
/* rdoc def list as table */
dl.rdoc-list {
display: table;
border: none !important;
border-top: 1px #c6c6c6 dotted !important;
padding-left:0px;
margin: 2px 0 5px 0;
width: 100%;
}
div.rdoc-dl-row {
display: table-row;
margin: 0px;
padding: 2px 0px 2px 0px;
line-height:1.5em;
}
dl.rdoc-list dt {
display: table-cell;
background: none !important;
border: 0px;
padding: 1px 10px !important;
border-bottom: 1px #c6c6c6 dotted;
white-space:nowrap;
font-weight: normal !important;
width: 25%;
overflow: visible;
}
dl.rdoc-list dd {
display: table-cell;
background: none;
border-bottom: 1px #c6c6c6 dotted;
margin:0 !important;
padding: 1px 0px 1px 3px !important;
width: 74%;
}
/* bullet lists */
.docstring ul {
margin: 2px 0 5px 0;
}
/* monospace font*/
.object_link{
font-family: monospace;
}
/* Constants as table */
dl.constants {
display: table;
border: none !important;
border-top: 1px #c6c6c6 dotted !important;
padding-left:0px;
margin: 2px 0 5px 0;
width: 100%;
}
div.constants-dl-row {
display: table-row;
margin: 0px;
padding: 2px 0px 2px 0px;
line-height:1.5em;
}
dl.constants dt {
display: table-cell;
background: none !important;
border: 0px;
padding: 1px 10px !important;
border-bottom: 1px #c6c6c6 dotted;
white-space:nowrap;
font-weight: normal !important;
font-family: monospace;
width: 25%;
overflow: visible;
}
dl.constants dd {
display: table-cell;
background: none;
border-bottom: 1px #c6c6c6 dotted;
font-family: monospace;
margin:0 !important;
padding: 1px 0px 1px 3px !important;
width: 74%;
}
dd pre {
padding: 2px 0 2px 4px !important;
}
table.source_code tbody td,
table.source_code tbody td pre,
#content .method .synopsis,
pre.lines {
margin: 0 !important;
padding: 0 !important;
font-family: monospace !important;
font-size: 13px !important;
font-style: normal !important;
font-weight: normal !important;
line-height: 1.2 !important;
}
table.source_code tbody td > pre,
table.source_code tbody td > pre.code {
border: none;
}
.source_code pre.lines {
padding-left: 2px !important;
padding-right: 2px !important;
}
pre.ruby,
pre.code,
#content pre.ruby,
#content pre.code {
background-color: #3A3A3A;
color: #F5F5F5;
font-family: monospace;
font-size: 13px;
font-style: normal;
font-weight: normal;
line-height: 1.2;
}
pre.ruby,
#content pre.ruby {
border: 4px solid #E3E3E3;
border-radius: 4px 4px 4px 4px;
margin-left: auto;
margin-right: auto;
width: 95%;
white-space: pre-wrap;
word-wrap: break-word;
overflow-x: auto;
padding: 4px 6px;
}
pre.ruby .ruby-keyword,
pre.code .kw {
color: #44a6ff !important;
font-style: normal;
font-weight: normal;
}
pre.ruby .ruby-comment,
pre.code .comment,
pre.code .info,
pre.code .info.file {
color: #FFB7DB !important;
font-style: normal;
font-weight: normal;
}
pre.ruby .ruby-symbol,
pre.code .symbol {
color: #60FF60 !important;
font-style: normal;
font-weight: normal;
}
pre.ruby .ruby-constant,
pre.code .const {
color: #ddb286 !important;
font-style: normal;
font-weight: normal;
}
pre.ruby .ruby-operator,
pre.code .op,
pre.code .rparen,
pre.code .lparen,
pre.code .rbracket,
pre.code .lbracket {
color: #FFFDAE !important;
font-style: normal;
font-weight: bold;
}
pre.ruby .ruby-identifier,
pre.code .id {
color: #42CAD9 !important;
font-style: normal;
font-weight: normal;
}
pre.ruby .ruby-string,
pre.ruby .tstring,
pre.code .tstring,
pre.ruby .tstring_content,
pre.code .tstring_content,
pre.code .string {
color: #ccb3e0 !important;
font-style: normal;
font-weight: normal;
}
}
| 0.268078 | 0.059401 |
@charset "UTF-8";
.deck-container {
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-size: 1.25em;
background: #f4fafe;
/* Old browsers */
background: -moz-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4fafe), color-stop(100%, #ccf0f0));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
/* Opera11.10+ */
background: -ms-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
/* IE10+ */
background: linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
/* W3C */
background-attachment: fixed;
}
.deck-container > .slide {
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.deck-container h1, .deck-container h2, .deck-container h3, .deck-container h4, .deck-container h5, .deck-container h6 {
font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
}
.deck-container h1 {
color: #08455f;
}
.deck-container h2 {
color: #0b7495;
border-bottom: 0;
}
.cssreflections .deck-container h2 {
line-height: 1;
-webkit-box-reflect: below -0.556em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.3, transparent), color-stop(0.7, rgba(255, 255, 255, 0.1)), to(transparent));
-moz-box-reflect: below -0.556em -moz-linear-gradient(top, transparent 0%, transparent 30%, rgba(255, 255, 255, 0.3) 100%);
}
.deck-container h3 {
color: #000;
}
.deck-container pre {
border-color: #cde;
background: #fff;
position: relative;
z-index: auto;
/* http://nicolasgallagher.com/css-drop-shadows-without-images/ */
}
.borderradius .deck-container pre {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.csstransforms.boxshadow .deck-container pre > :first-child:before {
content: "";
position: absolute;
z-index: -1;
background: #fff;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.csstransforms.boxshadow .deck-container pre:before, .csstransforms.boxshadow .deck-container pre:after {
content: "";
position: absolute;
z-index: -2;
bottom: 15px;
width: 50%;
height: 20%;
max-width: 300px;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
}
.csstransforms.boxshadow .deck-container pre:before {
left: 10px;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.csstransforms.boxshadow .deck-container pre:after {
right: 10px;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
}
.deck-container code {
color: #789;
}
.deck-container blockquote {
font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
font-size: 2em;
padding: 1em 2em .5em 2em;
color: #000;
background: #fff;
position: relative;
border: 1px solid #cde;
z-index: auto;
}
.borderradius .deck-container blockquote {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.boxshadow .deck-container blockquote > :first-child:before {
content: "";
position: absolute;
z-index: -1;
background: #fff;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.boxshadow .deck-container blockquote:after {
content: "";
position: absolute;
z-index: -2;
top: 10px;
bottom: 10px;
left: 0;
right: 50%;
-moz-border-radius: 10px/100px;
border-radius: 10px/100px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.deck-container blockquote p {
margin: 0;
}
.deck-container blockquote cite {
font-size: .5em;
font-style: normal;
font-weight: bold;
color: #888;
}
.deck-container blockquote:before {
content: "โ";
position: absolute;
top: 0;
left: 0;
font-size: 5em;
line-height: 1;
color: #ccf0f0;
z-index: 1;
}
.deck-container .borderradius img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.deck-container ::-moz-selection {
background: #08455f;
color: #fff;
}
.deck-container ::selection {
background: #08455f;
color: #fff;
}
.deck-container a, .deck-container a:hover, .deck-container a:focus, .deck-container a:active, .deck-container a:visited {
color: #599;
text-decoration: none;
}
.deck-container a:hover, .deck-container a:focus {
text-decoration: underline;
}
.deck-container .deck-prev-link, .deck-container .deck-next-link {
background: #fff;
opacity: 0.5;
}
.deck-container .deck-prev-link, .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-prev-link:active, .deck-container .deck-prev-link:visited, .deck-container .deck-next-link, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus, .deck-container .deck-next-link:active, .deck-container .deck-next-link:visited {
color: #599;
}
.deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus {
opacity: 1;
text-decoration: none;
}
.deck-container .deck-status {
font-size: 0.6666em;
}
.deck-container.deck-menu .slide {
background: transparent;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.rgba .deck-container.deck-menu .slide {
background: rgba(0, 0, 0, 0.1);
}
.deck-container.deck-menu .slide.deck-current, .rgba .deck-container.deck-menu .slide.deck-current, .no-touch .deck-container.deck-menu .slide:hover {
background: #fff;
}
.deck-container .goto-form {
background: #fff;
border: 1px solid #cde;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.boxshadow .deck-container .goto-form {
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
|
templates/deck.js/themes/style/web-2.0.css
|
@charset "UTF-8";
.deck-container {
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-size: 1.25em;
background: #f4fafe;
/* Old browsers */
background: -moz-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4fafe), color-stop(100%, #ccf0f0));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
/* Opera11.10+ */
background: -ms-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
/* IE10+ */
background: linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
/* W3C */
background-attachment: fixed;
}
.deck-container > .slide {
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.deck-container h1, .deck-container h2, .deck-container h3, .deck-container h4, .deck-container h5, .deck-container h6 {
font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
}
.deck-container h1 {
color: #08455f;
}
.deck-container h2 {
color: #0b7495;
border-bottom: 0;
}
.cssreflections .deck-container h2 {
line-height: 1;
-webkit-box-reflect: below -0.556em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.3, transparent), color-stop(0.7, rgba(255, 255, 255, 0.1)), to(transparent));
-moz-box-reflect: below -0.556em -moz-linear-gradient(top, transparent 0%, transparent 30%, rgba(255, 255, 255, 0.3) 100%);
}
.deck-container h3 {
color: #000;
}
.deck-container pre {
border-color: #cde;
background: #fff;
position: relative;
z-index: auto;
/* http://nicolasgallagher.com/css-drop-shadows-without-images/ */
}
.borderradius .deck-container pre {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.csstransforms.boxshadow .deck-container pre > :first-child:before {
content: "";
position: absolute;
z-index: -1;
background: #fff;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.csstransforms.boxshadow .deck-container pre:before, .csstransforms.boxshadow .deck-container pre:after {
content: "";
position: absolute;
z-index: -2;
bottom: 15px;
width: 50%;
height: 20%;
max-width: 300px;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
}
.csstransforms.boxshadow .deck-container pre:before {
left: 10px;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.csstransforms.boxshadow .deck-container pre:after {
right: 10px;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
}
.deck-container code {
color: #789;
}
.deck-container blockquote {
font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
font-size: 2em;
padding: 1em 2em .5em 2em;
color: #000;
background: #fff;
position: relative;
border: 1px solid #cde;
z-index: auto;
}
.borderradius .deck-container blockquote {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.boxshadow .deck-container blockquote > :first-child:before {
content: "";
position: absolute;
z-index: -1;
background: #fff;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.boxshadow .deck-container blockquote:after {
content: "";
position: absolute;
z-index: -2;
top: 10px;
bottom: 10px;
left: 0;
right: 50%;
-moz-border-radius: 10px/100px;
border-radius: 10px/100px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.deck-container blockquote p {
margin: 0;
}
.deck-container blockquote cite {
font-size: .5em;
font-style: normal;
font-weight: bold;
color: #888;
}
.deck-container blockquote:before {
content: "โ";
position: absolute;
top: 0;
left: 0;
font-size: 5em;
line-height: 1;
color: #ccf0f0;
z-index: 1;
}
.deck-container .borderradius img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.deck-container ::-moz-selection {
background: #08455f;
color: #fff;
}
.deck-container ::selection {
background: #08455f;
color: #fff;
}
.deck-container a, .deck-container a:hover, .deck-container a:focus, .deck-container a:active, .deck-container a:visited {
color: #599;
text-decoration: none;
}
.deck-container a:hover, .deck-container a:focus {
text-decoration: underline;
}
.deck-container .deck-prev-link, .deck-container .deck-next-link {
background: #fff;
opacity: 0.5;
}
.deck-container .deck-prev-link, .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-prev-link:active, .deck-container .deck-prev-link:visited, .deck-container .deck-next-link, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus, .deck-container .deck-next-link:active, .deck-container .deck-next-link:visited {
color: #599;
}
.deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus {
opacity: 1;
text-decoration: none;
}
.deck-container .deck-status {
font-size: 0.6666em;
}
.deck-container.deck-menu .slide {
background: transparent;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.rgba .deck-container.deck-menu .slide {
background: rgba(0, 0, 0, 0.1);
}
.deck-container.deck-menu .slide.deck-current, .rgba .deck-container.deck-menu .slide.deck-current, .no-touch .deck-container.deck-menu .slide:hover {
background: #fff;
}
.deck-container .goto-form {
background: #fff;
border: 1px solid #cde;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.boxshadow .deck-container .goto-form {
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
| 0.305905 | 0.067148 |
๏ปฟ.DB_tab25 {width:100%;height:460px;}
.DB_tab25 ul,li{list-style:none;margin:0;padding:0;}
.DB_tab25 .bodys{width:100%;height:460px;overflow:hidden;position:absolute;}
.DB_tab25 .DB_bgSet{position:relative;}
.DB_tab25 .DB_bgSet li{position:absolute;width:100%;height:460px;display:none;}
.DB_tab25 .DB_imgSet{position:absolute;width:988px;left:50%;margin-left:-500px;}
.DB_tab25 .DB_imgSet .DB_1_1{position:absolute;left:273px;top:86px;}
.DB_tab25 .DB_imgSet .DB_1_2{position:absolute;left:162px;top:138px}
.DB_tab25 .DB_imgSet .DB_1_3{position:absolute;left:67px;top:372px}
.DB_tab25 .DB_imgSet .DB_1_4{position:absolute;left:277px;top:371px}
.DB_tab25 .DB_imgSet .DB_1_5{position:absolute;left:470px;top:371px}
.DB_tab25 .DB_imgSet .DB_1_6{position:absolute;left:664px;top:371px}
.DB_tab25 .DB_imgSet .DB_1_7{position:absolute;left:824px;top:371px}
.DB_tab25 .DB_imgSet .DB_2_1{position:absolute;left:674px;top:40px;}
.DB_tab25 .DB_imgSet .DB_2_2{position:absolute;left:472px;top:66px}
.DB_tab25 .DB_imgSet .DB_2_3{position:absolute;left:-64px;top:109px}
.DB_tab25 .DB_imgSet .DB_2_4{position:absolute;left:-64px;top:256px}
.DB_tab25 .DB_imgSet .DB_2_5{position:absolute;left:617px;top:55px}
.DB_tab25 .DB_imgSet .DB_3_1{position:absolute;left:520px;top:120px;}
.DB_tab25 .DB_imgSet .DB_3_2{position:absolute;left:520px;top:200px}
.DB_tab25 .DB_imgSet .DB_3_3{position:absolute;left:-100px;top:0px}
.DB_tab25 .DB_imgSet .DB_4_1{position:absolute;left:120px;top:0px;}
.DB_tab25 .DB_imgSet .DB_4_2{position:absolute;left:540px;top:120px}
.DB_tab25 .DB_imgSet .DB_4_3{position:absolute;left:690px;top:150px}
.DB_tab25 .DB_imgSet .DB_4_4{position:absolute;left:540px;top:250px}
.DB_tab25 .DB_imgSet .DB_4_5{position:absolute;left:770px;top:0px}
.DB_tab25 .DB_imgSet .DB_5_1{position:absolute;left:520px;top:120px;}
.DB_tab25 .DB_imgSet .DB_5_2{position:absolute;left:520px;top:200px}
.DB_tab25 .DB_imgSet .DB_5_3{position:absolute;left:-100px;top:0px}
.DB_tab25 .DB_menuWrap{position:absolute;width:1000px;left:50%;margin-left:-500px; }
.DB_tab25 .DB_menuWrap .DB_menuSet{position:absolute;width:100%;top:435px;text-align:center;font-size:0; border-radius:20px;}
.DB_tab25 .DB_menuWrap .DB_menuSet li{cursor:pointer;margin:0 3px;display:inline}
.DB_tab25 .DB_prev{position:absolute;left:-200px;top:170px;cursor:pointer;display:none;}
.DB_tab25 .DB_next{position:absolute;right:-200px;top:170px;cursor:pointer;display:none; }
|
templets/css/flash.css
|
๏ปฟ.DB_tab25 {width:100%;height:460px;}
.DB_tab25 ul,li{list-style:none;margin:0;padding:0;}
.DB_tab25 .bodys{width:100%;height:460px;overflow:hidden;position:absolute;}
.DB_tab25 .DB_bgSet{position:relative;}
.DB_tab25 .DB_bgSet li{position:absolute;width:100%;height:460px;display:none;}
.DB_tab25 .DB_imgSet{position:absolute;width:988px;left:50%;margin-left:-500px;}
.DB_tab25 .DB_imgSet .DB_1_1{position:absolute;left:273px;top:86px;}
.DB_tab25 .DB_imgSet .DB_1_2{position:absolute;left:162px;top:138px}
.DB_tab25 .DB_imgSet .DB_1_3{position:absolute;left:67px;top:372px}
.DB_tab25 .DB_imgSet .DB_1_4{position:absolute;left:277px;top:371px}
.DB_tab25 .DB_imgSet .DB_1_5{position:absolute;left:470px;top:371px}
.DB_tab25 .DB_imgSet .DB_1_6{position:absolute;left:664px;top:371px}
.DB_tab25 .DB_imgSet .DB_1_7{position:absolute;left:824px;top:371px}
.DB_tab25 .DB_imgSet .DB_2_1{position:absolute;left:674px;top:40px;}
.DB_tab25 .DB_imgSet .DB_2_2{position:absolute;left:472px;top:66px}
.DB_tab25 .DB_imgSet .DB_2_3{position:absolute;left:-64px;top:109px}
.DB_tab25 .DB_imgSet .DB_2_4{position:absolute;left:-64px;top:256px}
.DB_tab25 .DB_imgSet .DB_2_5{position:absolute;left:617px;top:55px}
.DB_tab25 .DB_imgSet .DB_3_1{position:absolute;left:520px;top:120px;}
.DB_tab25 .DB_imgSet .DB_3_2{position:absolute;left:520px;top:200px}
.DB_tab25 .DB_imgSet .DB_3_3{position:absolute;left:-100px;top:0px}
.DB_tab25 .DB_imgSet .DB_4_1{position:absolute;left:120px;top:0px;}
.DB_tab25 .DB_imgSet .DB_4_2{position:absolute;left:540px;top:120px}
.DB_tab25 .DB_imgSet .DB_4_3{position:absolute;left:690px;top:150px}
.DB_tab25 .DB_imgSet .DB_4_4{position:absolute;left:540px;top:250px}
.DB_tab25 .DB_imgSet .DB_4_5{position:absolute;left:770px;top:0px}
.DB_tab25 .DB_imgSet .DB_5_1{position:absolute;left:520px;top:120px;}
.DB_tab25 .DB_imgSet .DB_5_2{position:absolute;left:520px;top:200px}
.DB_tab25 .DB_imgSet .DB_5_3{position:absolute;left:-100px;top:0px}
.DB_tab25 .DB_menuWrap{position:absolute;width:1000px;left:50%;margin-left:-500px; }
.DB_tab25 .DB_menuWrap .DB_menuSet{position:absolute;width:100%;top:435px;text-align:center;font-size:0; border-radius:20px;}
.DB_tab25 .DB_menuWrap .DB_menuSet li{cursor:pointer;margin:0 3px;display:inline}
.DB_tab25 .DB_prev{position:absolute;left:-200px;top:170px;cursor:pointer;display:none;}
.DB_tab25 .DB_next{position:absolute;right:-200px;top:170px;cursor:pointer;display:none; }
| 0.351645 | 0.038502 |
@charset "UTF-8";
/*
Icon classes can be used entirely standalone. They are named after their original file names.
Example usage in HTML:
`display: block` sprite:
<div class="icon-home"></div>
To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:
// CSS
.icon {
display: inline-block;
}
// HTML
<i class="icon icon-home"></i>
*/
.icon-animation_arrow {
background-image: url(../images/sprite.png);
background-position: 0px -297px;
width: 72px;
height: 59px; }
.icon-animation_top {
background-image: url(../images/sprite.png);
background-position: -378px 0px;
width: 59px;
height: 72px; }
.icon-arrow-down-yellow {
background-image: url(../images/sprite.png);
background-position: -111px -233px;
width: 73px;
height: 45px; }
.icon-black_envelope_btn {
background-image: url(../images/sprite.png);
background-position: -500px -179px;
width: 50px;
height: 38px; }
.icon-black_eye_btn, .right_sidebar .btn_wb:after {
background-image: url(../images/sprite.png);
background-position: -226px -366px;
width: 51px;
height: 37px; }
.icon-check-mark {
background-image: url(../images/sprite.png);
background-position: -141px 0px;
width: 129px;
height: 95px; }
.icon-check, .brif .right_colum input[type="checkbox"]:checked + label::before {
background-image: url(../images/sprite.png);
background-position: -447px -312px;
width: 36px;
height: 36px; }
.icon-clip-black {
background-image: url(../images/sprite.png);
background-position: -408px -366px;
width: 29px;
height: 26px; }
.icon-clip {
background-image: url(../images/sprite.png);
background-position: -252px -420px;
width: 21px;
height: 19px; }
.icon-clock {
background-image: url(../images/sprite.png);
background-position: -287px -366px;
width: 31px;
height: 30px; }
.icon-close-btn-hover {
background-image: url(../images/sprite.png);
background-position: -500px -419px;
width: 39px;
height: 39px; }
.icon-close-btn {
background-image: url(../images/sprite.png);
background-position: -500px -321px;
width: 39px;
height: 39px; }
.icon-cross-yellow {
background-image: url(../images/sprite.png);
background-position: 0px -420px;
width: 55px;
height: 54px; }
.icon-envelope_btn {
background-image: url(../images/sprite.png);
background-position: -500px -275px;
width: 48px;
height: 36px; }
.icon-envelope_popmail {
background-image: url(../images/sprite.png);
background-position: -328px -366px;
width: 30px;
height: 29px; }
.icon-eye {
background-image: url(../images/sprite.png);
background-position: -280px -191px;
width: 41px;
height: 23px; }
.icon-eye_btn, .portfolio_block .show-more-portfolio-btn:after {
background-image: url(../images/sprite.png);
background-position: -165px -366px;
width: 51px;
height: 37px; }
.icon-fb_new {
background-image: url(../images/sprite.png);
background-position: 0px -484px;
width: 25px;
height: 45px; }
.icon-google_new {
background-image: url(../images/sprite.png);
background-position: -500px -69px;
width: 46px;
height: 45px; }
.icon-icon_crown {
background-image: url(../images/sprite.png);
background-position: 0px -233px;
width: 101px;
height: 54px; }
.icon-inst_new {
background-image: url(../images/sprite.png);
background-position: -500px -124px;
width: 45px;
height: 45px; }
.icon-kiev {
background-image: url(../images/sprite.png);
background-position: -280px 0px;
width: 88px;
height: 91px; }
.icon-kiev_white {
background-image: url(../images/sprite.png);
background-position: -98px -132px;
width: 88px;
height: 91px; }
.icon-left_arrow {
background-image: url(../images/sprite.png);
background-position: -447px -190px;
width: 28px;
height: 51px; }
.icon-left_arrow_black {
background-image: url(../images/sprite.png);
background-position: -447px -95px;
width: 43px;
height: 85px; }
.icon-left_arrow_black_hover {
background-image: url(../images/sprite.png);
background-position: -447px 0px;
width: 43px;
height: 85px; }
.icon-linckedin {
background-image: url(../images/sprite.png);
background-position: -280px -101px;
width: 80px;
height: 80px; }
.icon-man_popmail {
background-image: url(../images/sprite.png);
background-position: -368px -366px;
width: 30px;
height: 29px; }
.icon-moscow {
background-image: url(../images/sprite.png);
background-position: 0px -132px;
width: 88px;
height: 91px; }
.icon-phone_tube {
background-image: url(../images/sprite.png);
background-position: 0px 0px;
width: 131px;
height: 122px; }
.icon-portolio_row {
background-image: url(../images/sprite.png);
background-position: -196px -132px;
width: 71px;
height: 71px; }
.icon-price_icon {
background-image: url(../images/sprite.png);
background-position: -408px -297px;
width: 27px;
height: 37px; }
.icon-price_icon_small {
background-image: url(../images/sprite.png);
background-position: -129px -420px;
width: 20px;
height: 27px; }
.icon-qotate {
background-image: url(../images/sprite.png);
background-position: -331px -191px;
width: 28px;
height: 22px; }
.icon-radio_check, .brif .right_colum input[type="radio"]:checked + label::before {
background-image: url(../images/sprite.png);
background-position: -500px -370px;
width: 39px;
height: 39px; }
.icon-right_arrow {
background-image: url(../images/sprite.png);
background-position: -447px -251px;
width: 27px;
height: 51px; }
.icon-right_arrow_black {
background-image: url(../images/sprite.png);
background-position: -378px -82px;
width: 43px;
height: 85px; }
.icon-right_arrow_black_hover {
background-image: url(../images/sprite.png);
background-position: -378px -177px;
width: 43px;
height: 85px; }
.icon-round_arrows {
background-image: url(../images/sprite.png);
background-position: -500px 0px;
width: 50px;
height: 59px; }
.icon-service-arrow-up-blue {
background-image: url(../images/sprite.png);
background-position: -276px -233px;
width: 72px;
height: 44px; }
.icon-service-arrow-up-green {
background-image: url(../images/sprite.png);
background-position: -244px -297px;
width: 72px;
height: 44px; }
.icon-service-arrow-up-navy-blue {
background-image: url(../images/sprite.png);
background-position: 0px -366px;
width: 72px;
height: 44px; }
.icon-service-arrow-up-pink {
background-image: url(../images/sprite.png);
background-position: -194px -233px;
width: 72px;
height: 44px; }
.icon-service-arrow-up-red {
background-image: url(../images/sprite.png);
background-position: -326px -297px;
width: 72px;
height: 44px; }
.icon-service-arrow-up-yellow {
background-image: url(../images/sprite.png);
background-position: -162px -297px;
width: 72px;
height: 44px; }
.icon-tel-footer {
background-image: url(../images/sprite.png);
background-position: -447px -366px;
width: 21px;
height: 21px; }
.icon-tel_calback {
background-image: url(../images/sprite.png);
background-position: -159px -420px;
width: 21px;
height: 21px; }
.icon-tel_mts {
background-image: url(../images/sprite.png);
background-position: -190px -420px;
width: 21px;
height: 21px; }
.icon-tel_russian {
background-image: url(../images/sprite.png);
background-position: -221px -420px;
width: 21px;
height: 19px; }
.icon-top {
background-image: url(../images/sprite.png);
background-position: -82px -297px;
width: 70px;
height: 58px; }
.icon-tw_new {
background-image: url(../images/sprite.png);
background-position: -65px -420px;
width: 54px;
height: 44px; }
.icon-vk_new {
background-image: url(../images/sprite.png);
background-position: -82px -366px;
width: 73px;
height: 42px; }
.icon-white_envelope_btn, .manager_connect .btn_TW:after {
background-image: url(../images/sprite.png);
background-position: -500px -227px;
width: 50px;
height: 38px; }
.icon-arrow-left {
background-image: url(../images/general/arrow-left.svg);
background-size: contain;
width: 13px;
height: 20px; }
.icon-arrow-right {
background-image: url(../images/general/arrow-right.svg);
background-size: contain;
width: 13px;
height: 20px; }
.icon-koloro-crown {
background-image: url(../images/koloro-crown.svg);
width: 120px;
height: 160px; }
/*
.foo {
@include placeholder {
color: green;
}
}
*/
* {
box-sizing: border-box;
margin: 0;
padding: 0;
outline: none; }
html {
font-size: 10px;
font-family: "SegoeUIRegular", sans-serif;
font-weight: normal;
overflow-x: hidden;
width: 100%; }
body {
overflow-x: hidden;
max-width: 100%;
position: relative;
z-index: 1; }
.visible_on_mobile {
display: none; }
.visible_sm {
display: none; }
p, span, li, table {
font-size: 1.4rem; }
.container {
width: 100%;
max-width: 1500px;
margin: auto; }
.container_small {
max-width: 1200px;
margin: auto; }
.container:after {
content: " ";
clear: both;
float: none;
display: block; }
.slick-prev, .slick-next {
z-index: 10;
cursor: pointer; }
.btn {
display: block;
margin: auto;
text-align: center;
text-decoration: none;
max-width: 95%;
text-indent: 0px;
position: relative; }
.btn span {
font-size: inherit; }
.btn:hover {
text-decoration: none;
cursor: pointer; }
a {
transition: all 0.4s;
color: inherit;
font: inherit; }
a:hover {
cursor: pointer; }
a[href^="tel"] {
text-decoration: none; }
a[href^="tel"]:hover {
color: #f0cf16; }
a[href^="mailto"] {
text-decoration: none; }
a[href^="mailto"]:hover {
color: #f0cf16;
text-decoration: underline; }
.name_block {
font-family: "SegoeUIBold", sans-serif;
font-size: 6rem;
text-align: center;
text-transform: uppercase; }
.for_read_more {
max-height: 0;
text-indent: 0;
transition: max-height 0.4s;
overflow: hidden; }
.readmore_active {
max-height: 800px; }
.button_read_more {
display: inline-block;
color: #f0cf16;
font-size: 3rem;
padding-top: 30px;
text-align: center;
text-indent: 0;
cursor: pointer; }
.button_read_more span {
opacity: 0;
display: none;
font-size: inherit;
font-family: inherit;
color: inherit;
border-bottom: 2px solid #F0CF16; }
.button_read_more .active {
opacity: 1;
display: inline-block; }
header {
position: absolute;
top: 0px;
width: 100%;
z-index: 97;
transition: all 0.4s ease, background 0.4s ease, opacity 0.4s ease; }
header .container {
width: 100%;
max-width: 1920px;
padding-left: 30px;
padding-right: 30px; }
header .logo_link {
display: inline-block;
float: left; }
.main_menu {
float: right; }
.main_menu ul {
display: block;
vertical-align: top;
float: left; }
.main_menu li {
display: block;
float: left; }
.main_menu li a {
text-transform: uppercase;
text-decoration: none;
color: white;
font-family: "SegoeUIBold", sans-serif;
font-size: 1.4rem;
padding: 21px 22px 20px;
height: 58px;
line-height: 58px;
transition: all 0.4s; }
.main_menu li .active {
color: white;
text-decoration: none;
border-top: 8px solid #f0cf16;
padding: 13px 22px 20px;
height: 58px;
line-height: 58px; }
@media all and (max-width: 1000px) {
.main_menu li .active {
color: #000; } }
.main_menu li a:hover {
background-color: #f0cf16;
color: black; }
.main_menu .btn_calculate {
display: block;
float: left;
width: 182px;
height: 58px;
background-color: #a34699;
color: #f0cf16;
line-height: 58px;
text-align: center;
font-size: 1.5rem;
font-family: "SegoeUIBold", sans-serif;
text-transform: uppercase;
text-decoration: none;
transition: all 0.4s ease;
-webkit-animation: wave 4s infinite alternate;
animation: wave 4s infinite alternate;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
position: relative; }
@-webkit-keyframes wave {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px); }
5% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px); }
15% {
-webkit-transform: translateX(4px);
transform: translateX(4px); }
20% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px); }
25% {
-webkit-transform: translateX(1px);
transform: translateX(1px); }
30% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
@keyframes wave {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px); }
5% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px); }
15% {
-webkit-transform: translateX(4px);
transform: translateX(4px); }
20% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px); }
25% {
-webkit-transform: translateX(1px);
transform: translateX(1px); }
30% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
.main_menu .btn_calculate:hover, .main_menu .btn_calculate:active {
-webkit-animation-play-state: paused;
animation-play-state: paused;
color: #f0cf16;
background-color: #000; }
.main_menu .languge {
display: inline-block;
min-width: 87px;
vertical-align: top;
text-align: right; }
.main_menu .languge li {
display: inline-block;
padding-left: 15px;
min-width: 42px; }
.main_menu .languge li a {
font-size: 1.8rem;
text-decoration: none;
padding-left: 0px;
padding-right: 0px;
font-weight: 400;
display: block;
padding-top: 0px;
padding-bottom: 0px; }
.main_menu .languge li .active {
font-family: "SegoeUIBold", sans-serif;
text-decoration: underline;
background-color: transparent;
border-top: none;
box-shadow: none;
color: #f0cf16; }
.main_menu .languge li a:hover {
color: #f0cf16;
box-shadow: none;
text-decoration: none;
border: none; }
.color_menu, .change_color {
position: absolute; }
.color_menu .main_menu li a, .change_color .main_menu li a {
color: black; }
@media all and (max-width: 1000px) {
.color_menu .main_menu li a, .change_color .main_menu li a {
color: #fff; } }
@media all and (max-width: 1000px) {
.color_menu .main_menu li .active, .change_color .main_menu li .active {
color: #000; } }
.it {
color: white; }
.hide_menu {
top: -60px; }
.menu_visible {
position: fixed;
top: 0px;
opacity: 0;
z-index: 101; }
.change_color {
background: #FFF;
opacity: 1; }
.change_color .white_logo {
display: none; }
.change_color .color_logo {
display: inline !important; }
.fixmenu {
position: fixed; }
/*main page main page main page main page main page main */
.page_name {
font-family: "SegoeUIBold", sans-serif;
font-size: 8rem;
color: black;
text-transform: uppercase;
text-align: center;
padding-top: 80px; }
.section-header {
padding: 50px 0;
font-size: 60px;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
text-align: center;
line-height: 1.2; }
@media all and (max-width: 768px) {
.section-header {
font-size: 30px;
padding: 25px 0; } }
.gl-yellow-btn, .gl-transparent-btn {
display: block;
margin: 15px auto;
padding: 20px 10px;
width: 280px;
max-width: 100%;
font-size: 22px;
font-family: "SegoeUIBold", sans-serif;
text-transform: uppercase;
line-height: 1.2;
text-align: center;
text-decoration: none;
cursor: pointer;
transition: all 0.4s; }
@media all and (max-height: 600px) {
.gl-yellow-btn, .gl-transparent-btn {
padding: 10px; } }
.gl-yellow-btn {
color: black;
background-color: #f0cf16; }
.gl-yellow-btn:hover {
color: #f0cf16;
background-color: black; }
.gl-transparent-btn {
color: #fff;
background-color: transparent;
border: 2px solid #f0cf16; }
.gl-transparent-btn:hover {
color: #f0cf16;
background-color: #000;
border: 2px solid #000; }
@media all and (max-width: 768px) {
.main-slider-container li:not(.mobile-visible) {
display: none; } }
.main-slider-container .gl-container {
position: relative;
height: 100%; }
.main-slider-container .bounce {
/* ะะฐะดะตัะถะบะฐ ะฟะตัะตะด ะฝะฐัะฐะปะพะผ */
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }
.main-slider-container .main-slider-header {
position: relative;
z-index: 5;
padding-top: 40vh;
font-size: 65px;
font-family: "SegoeUIBold", sans-serif;
color: white;
text-transform: uppercase;
text-align: center;
line-height: 1.2; }
@media all and (max-width: 1200px) {
.main-slider-container .main-slider-header {
font-size: 50px; } }
@media all and (max-height: 800px) {
.main-slider-container .main-slider-header {
padding-top: 20vh; } }
@media all and (max-width: 768px) {
.main-slider-container .main-slider-header {
padding-top: 15vh;
font-size: 30px; } }
.main-slider-container .special-offer {
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
z-index: 5;
padding: 30px;
width: 340px;
height: 200px;
background-color: #31c2f0;
font-family: "SegoeUIBold", sans-serif;
color: white;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 830px) {
.main-slider-container .special-offer {
left: -50px; } }
@media all and (max-width: 768px) {
.main-slider-container .special-offer {
bottom: 0;
left: -5vw;
padding: 20px 10px;
width: 100vw;
height: auto; } }
@media all and (max-height: 600px) {
.main-slider-container .special-offer {
display: none;
padding: 10px; } }
.main-slider-container .special-offer .left-block, .main-slider-container .special-offer .right-block {
display: block; }
@media all and (max-width: 768px) {
.main-slider-container .special-offer .left-block, .main-slider-container .special-offer .right-block {
display: inline-block;
vertical-align: middle;
width: 40%; }
.main-slider-container .special-offer .right-block {
display: inline-block;
width: 55%; } }
.main-slider-container .special-offer .special-offer-bonus {
font-size: 65px;
margin-top: -20px;
margin-bottom: 20px; }
@media all and (max-width: 768px) {
.main-slider-container .special-offer .special-offer-bonus {
margin: 0;
text-align: right;
font-size: 40px; } }
.main-slider-container .special-offer .special-offer-text {
font-size: 24px; }
@media all and (max-width: 768px) {
.main-slider-container .special-offer .special-offer-text {
font-size: 18px;
padding-left: 10px; } }
.main-slider-container .order-btns {
display: inline-block;
position: absolute;
bottom: 5%;
right: 0;
z-index: 5; }
@media all and (max-width: 768px) {
.main-slider-container .order-btns {
position: relative;
width: 100%;
bottom: 0;
right: 0; } }
.main-slider-container .order-btns .view-work-btn {
width: 300px;
-webkit-animation-duration: 2s;
animation-duration: 2s; }
.main-slider-container .order-btns .want-expertise-btn {
width: 300px; }
.bx-wrapper {
border: none !important;
margin-bottom: 0 !important; }
.about-koloro {
padding: 70px 0 0 0; }
@media all and (max-width: 768px) {
.about-koloro {
padding: 35px 0 0 0; } }
.about-koloro .icon-icon_crown {
display: inline-block; }
.about-koloro .section-header {
padding: 25px 0;
text-transform: inherit; }
.about-koloro .section-header span {
font: inherit;
text-transform: uppercase;
color: #ab499c; }
.about-koloro hr {
width: 200px;
margin: 0 auto;
color: #646464; }
.about-koloro .about_koloro-text {
padding: 20px 10px;
font-size: 30px;
font-family: "SegoeUILight", sans-serif;
color: #646464;
line-height: 1.2;
text-align: center; }
.about-koloro .about_koloro-text span {
font: inherit;
font-family: "SegoeUIBold", sans-serif;
color: inherit; }
@media all and (max-width: 768px) {
.about-koloro .about_koloro-text {
font-size: 18px; } }
.about-koloro .read-more-btn {
position: relative;
z-index: 5;
display: inline-block;
font-size: 30px;
font-family: "SegoeUIRegular", sans-serif;
color: #f0cf16;
line-height: 1.2;
text-align: center;
margin: 10px 0 10px 0;
cursor: pointer;
transition: all 0.4s; }
@media all and (max-width: 600px) {
.about-koloro .read-more-btn {
font-size: 20px;
margin: 10px 0 0 0; } }
.about-koloro .read-more-btn:hover {
text-decoration: underline; }
@media all and (max-width: 768px) {
.about-koloro {
width: 100%;
float: none;
margin: 0 auto; }
.about-koloro .read-more-btn {
display: block; } }
.portfolio_block {
background: #FFF;
padding: 54px 0px 46px;
text-align: center; }
@media all and (max-width: 768px) {
.portfolio_block {
padding: 20px 0px 20px; } }
.portfolio_block .container {
width: 100%;
max-width: 100%; }
.portfolio_block .name_block {
margin-bottom: 63px; }
.portfolio_block .image_container {
height: auto;
transition: max-height 0.4s ease-in-out;
overflow: hidden;
margin-bottom: 35px; }
.portfolio_block .image_conatainer_full {
max-height: 3500px !important; }
.portfolio_block .one_block {
float: left;
width: 25%;
height: 100%;
display: block;
text-decoration: none;
line-height: 0px;
overflow: hidden;
position: relative; }
.portfolio_block .one_block img {
width: 100%;
max-width: 100%;
height: auto; }
.portfolio_block .one_block:hover .hidden_content {
top: 0px;
bottom: 0px;
opacity: 1; }
.portfolio_block .one_block:hover .hidden_content .name_content {
top: 0px; }
.portfolio_block .one_block:hover .hidden_content .desc_content {
top: 0px; }
.portfolio_block .one_block:hover .hidden_content .icon-portolio_row {
bottom: 3.5rem; }
.portfolio_block .show-more-portfolio-btn {
position: relative;
width: 350px;
max-width: 90%; }
.portfolio_block .show-more-portfolio-btn:after {
content: " ";
position: absolute;
display: block;
top: 0;
bottom: 0;
margin: auto;
opacity: 0;
right: 146px;
transition: all 0.35s ease; }
.portfolio_block .show-more-portfolio-btn:hover:after {
right: 34px;
opacity: 1; }
.hidden_content {
position: absolute;
padding: 50px 35px 0px 35px;
width: 100%;
top: 50%;
height: 100%;
opacity: 0;
transition: opacity 0.35s ease, top 0.35s ease;
background: #9ed3f1;
color: #fff;
line-height: initial;
text-align: left; }
.hidden_content .name_content {
font-family: "SegoeUIBold", sans-serif;
font-size: 3rem;
line-height: 3.3rem;
margin-bottom: 15px;
position: relative;
transition: all 0.4s ease;
top: 25px; }
.hidden_content .desc_content {
font-family: "SegoeUILight", sans-serif;
font-size: 2.4rem;
line-height: 2.6rem;
max-height: 70%;
overflow: hidden;
position: relative;
transition: all 0.5s ease;
top: 40px; }
.hidden_content .icon-portolio_row {
position: absolute;
bottom: 0rem;
left: 35px;
transition: all 0.8s ease; }
.create-and-dev {
padding-bottom: 50px; }
@media all and (max-width: 768px) {
.create-and-dev {
padding-bottom: 25px; } }
.create-and-dev .section-header span {
font-size: inherit;
font-family: inherit;
font-weight: inherit; }
.create-and-dev .section-header span.small {
text-transform: lowercase; }
.create-and-dev .section-header span.orange {
color: #f36d4a; }
.create-and-dev .section-header .size-72 {
font-size: 72px; }
@media all and (max-width: 768px) {
.create-and-dev .section-header .size-72 {
font-size: 30px; } }
.create-and-dev .section-header .size-60 {
font-size: 60px; }
@media all and (max-width: 768px) {
.create-and-dev .section-header .size-60 {
font-size: 26px; } }
.create-and-dev .section-header .size-48 {
font-size: 48px; }
@media all and (max-width: 768px) {
.create-and-dev .section-header .size-48 {
font-size: 20px; } }
.create-and-dev .section-header .size-36 {
font-size: 36px; }
@media all and (max-width: 768px) {
.create-and-dev .section-header .size-36 {
font-size: 16px; } }
.create-and-dev .section-header .size-30 {
font-size: 30px; }
@media all and (max-width: 768px) {
.create-and-dev .section-header .size-30 {
font-size: 12px; } }
.create-and-dev .section-header .font-regular {
font-family: "SegoeUIRegular", sans-serif; }
.create-and-dev .section-header .yellow-bg {
background-color: #f0cf16;
margin-left: 10px; }
.create-and-dev .section-header .yellow-underline {
border-bottom: 4px solid #f0cf16; }
.create-and-dev .gallery {
text-align: center; }
.create-and-dev .gallery .gallery-item {
display: inline-block;
padding: 10px;
width: 30%; }
@media all and (max-width: 1000px) {
.create-and-dev .gallery .gallery-item {
width: 45%; } }
@media all and (max-width: 768px) {
.create-and-dev .gallery .gallery-item {
width: 100%; } }
.create-and-dev .gallery .gallery-item a {
display: inline-block;
text-decoration: none; }
.create-and-dev .gallery .gallery-item .gallery-img-cont img {
width: 100%;
-webkit-transform: scale(0.8);
transform: scale(0.8);
transition: all 0.4s; }
.create-and-dev .gallery .gallery-item .gallery-img-cont img.shops-icon {
max-width: 187px; }
.create-and-dev .gallery .gallery-item .gallery-img-cont img.sites-icon {
max-width: 141px; }
.create-and-dev .gallery .gallery-item .gallery-img-cont img.package-icon {
max-width: 197px; }
.create-and-dev .gallery .gallery-item p.name {
padding: 25px 10px;
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: #bdbcbd;
text-transform: uppercase;
line-height: 1.2;
text-align: center;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.create-and-dev .gallery .gallery-item p.name {
padding: 15px 10px; } }
.create-and-dev .gallery .gallery-item:hover .gallery-img-cont img {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
.create-and-dev .gallery .gallery-item:hover p.color-1 {
color: #299ab4; }
.create-and-dev .gallery .gallery-item:hover p.color-2 {
color: #ff6345; }
.create-and-dev .gallery .gallery-item:hover p.color-3 {
color: #fec36f; }
.call-back-form {
position: relative;
background-color: #1c1c20;
padding: 70px 0;
text-align: center; }
@media all and (max-width: 768px) {
.call-back-form {
padding: 35px 0; } }
.call-back-form .gl-container {
text-align: left; }
.call-back-form .call-back-header {
margin-bottom: 3vh;
font-size: 36px;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
.call-back-form .call-back-header {
font-size: 24px; } }
.call-back-form .left-block {
text-align: right;
width: 33%; }
.call-back-form .center-block {
text-align: left;
width: 33%; }
.call-back-form .left-block, .call-back-form .center-block {
display: inline-block;
vertical-align: top; }
@media all and (max-width: 768px) {
.call-back-form .left-block, .call-back-form .center-block {
text-align: center;
display: block;
width: 100%; } }
.call-back-form .call-back-input, .call-back-form .call-back-btn {
display: block;
margin: 0 auto;
width: 300px;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
line-height: 1.2; }
@media all and (max-width: 768px) {
.call-back-form .call-back-input, .call-back-form .call-back-btn {
width: 100%; } }
.call-back-form .call-back-input {
margin: 10px auto;
padding: 10px 15px;
color: #878686;
text-align: left; }
.call-back-form .call-back-btn {
padding: 15px 0;
margin: 20px auto;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
text-align: center;
background-color: #f0cf16;
cursor: pointer;
border: none;
outline: none;
transition: all 0.4s; }
.call-back-form .call-back-btn:hover {
color: #f0cf16;
background-color: #000; }
.call-back-form .call-us-text {
font-size: 24px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
.call-back-form .call-us-text .call-us-phone {
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16; }
@media all and (max-width: 768px) {
.call-back-form .call-us-text .call-us-phone {
display: block;
padding: 10px 0; } }
.call-back-form-1 {
background-color: #eff3f7; }
.call-back-form-1 .call-back-header {
color: #000; }
.call-back-form-1 .hidden-layer {
display: none; }
.call-back-form-2 {
background-color: #1c1c20; }
.call-back-form-2 .call-back-header {
color: #fff; }
.call-back-form-2 .small-title {
margin-bottom: 4vh;
font-size: 20px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
.call-back-form-2 .left-block {
-webkit-transform: rotateZ(-10deg);
transform: rotateZ(-10deg); }
.call-back-form-2 .left-block .icon-koloro-crown {
margin-bottom: 20px;
margin-right: 10%; }
@media all and (max-width: 768px) {
.call-back-form-2 .left-block .icon-koloro-crown {
margin-right: 0; } }
.call-back-form-2 .left-block .icon-koloro-crown.animated {
webkit-animation-duration: 2s;
-webkit-animation-duration: 2s;
animation-duration: 2s; }
.our-clients {
padding-bottom: 70px;
background-color: #fff; }
@media all and (max-width: 768px) {
.our-clients {
padding-bottom: 20px; } }
.our-clients .koloro-history {
font-size: 20px;
font-family: "SegoeUIRegular", sans-serif;
color: black;
line-height: 1.2;
text-align: center; }
.our-clients .koloro-history span {
font-size: inherit;
font-family: inherit;
color: #000; }
.our-clients .our-clients-gallery {
font-size: 0;
padding: 50px 0; }
.our-clients .our-clients-gallery .client-img-cont {
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
width: 25%;
padding: 30px; }
@media all and (max-width: 1200px) {
.our-clients .our-clients-gallery .client-img-cont {
width: 50%; } }
@media all and (max-width: 768px) {
.our-clients .our-clients-gallery .client-img-cont {
width: 100%;
display: none; } }
.our-clients .our-clients-gallery .client-img-cont img {
width: 100%;
-webkit-filter: grayscale(100%);
transition: all 0.4s; }
@media all and (max-width: 768px) {
.our-clients .our-clients-gallery .client-img-cont img {
-webkit-filter: grayscale(0); } }
.our-clients .our-clients-gallery .client-img-cont img[src$="globino-logo.png"] {
max-width: 215px; }
.our-clients .our-clients-gallery .client-img-cont img[src$="raffhiezen-logo.png"] {
max-width: 218px; }
.our-clients .our-clients-gallery .client-img-cont img[src$="kulinichi-logo.png"] {
max-width: 137px; }
.our-clients .our-clients-gallery .client-img-cont img[src$="obolonj-logo.png"] {
max-width: 218px; }
.our-clients .our-clients-gallery .client-img-cont img[src$="kievstar-logo.png"] {
max-width: 273px; }
.our-clients .our-clients-gallery .client-img-cont img[src$="velmart-logo.png"] {
max-width: 231px; }
.our-clients .our-clients-gallery .client-img-cont img[src$="saltovskiy-logo.png"] {
max-width: 173px; }
.our-clients .our-clients-gallery .client-img-cont img[src$="myasnoy-logo.png"] {
max-width: 262px; }
.our-clients .our-clients-gallery .client-img-cont:hover img {
-webkit-filter: grayscale(0); }
.our-clients .our-clients-gallery .client-img-cont.mob-vis {
display: inline-block; }
.our-clients .client-btn {
display: inline-block;
width: 100%;
height: 70px;
line-height: 70px;
font-size: 22px;
font-family: "SegoeUIBold", sans-serif;
text-transform: uppercase;
text-decoration: none;
text-align: center;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.our-clients .client-btn {
font-size: 18px; } }
.our-clients .client-btn {
max-width: 450px;
background-color: #f0cf16;
color: black; }
.our-clients .client-btn:hover {
background-color: #000;
color: #f0cf16; }
.koloro-quotes {
padding-bottom: 10vh;
background-color: #eff3f7; }
.koloro-quotes .quotes-slider-cont {
position: relative;
max-width: 1300px;
width: 80%;
margin: auto; }
.koloro-quotes .quotes-slider-cont .arrow-left-btn, .koloro-quotes .quotes-slider-cont .arrow-right-btn {
display: inline-block;
vertical-align: top;
cursor: pointer;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
@media all and (max-width: 768px) {
.koloro-quotes .quotes-slider-cont .arrow-left-btn, .koloro-quotes .quotes-slider-cont .arrow-right-btn {
-webkit-transform: translateY(-50%) scale(0.7);
transform: translateY(-50%) scale(0.7); } }
.koloro-quotes .quotes-slider-cont .arrow-left-btn {
left: -50px; }
@media all and (max-width: 768px) {
.koloro-quotes .quotes-slider-cont .arrow-left-btn {
left: -35px; } }
.koloro-quotes .quotes-slider-cont .arrow-right-btn {
right: -50px; }
@media all and (max-width: 768px) {
.koloro-quotes .quotes-slider-cont .arrow-right-btn {
right: -35px; } }
.koloro-quotes .quotes-slider-cont .quotes-slider .item {
text-align: center; }
.koloro-quotes .quotes-slider-cont .quotes-slider .item p {
width: 90%;
margin: 0 auto; }
.koloro-quotes .quotes-slider-cont .quotes-slider .item .quote-text {
position: relative;
margin: 30px auto;
text-indent: 2vw;
font-size: 24px;
font-family: "SegoeUILight", sans-serif;
color: #646464;
line-height: 1.2;
text-align: left; }
.koloro-quotes .quotes-slider-cont .quotes-slider .item .quote-text span {
font: inherit;
font-family: "SegoeUIBold", sans-serif; }
.koloro-quotes .quotes-slider-cont .quotes-slider .item .quote-text:before, .koloro-quotes .quotes-slider-cont .quotes-slider .item .quote-text:after {
position: absolute;
display: inline-block;
font-family: "seguibl", sans-serif;
font-size: 60px;
color: #f0cf16;
line-height: 0; }
.koloro-quotes .quotes-slider-cont .quotes-slider .item .quote-text:before {
content: "โโ";
bottom: 100%;
left: 0; }
.koloro-quotes .quotes-slider-cont .quotes-slider .item .quote-text:after {
content: "โโ";
top: 100%;
right: 0; }
.koloro-quotes .quotes-slider-cont .quotes-slider .item .quote-author {
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: right; }
.services .gl-container {
width: 95%; }
.services .services-menu {
padding-bottom: 50px; }
.services .services-menu ul {
font-size: 0; }
.services .services-menu ul li {
display: inline-block;
vertical-align: top;
width: calc(100% / 6);
padding: 2px; }
@media all and (max-width: 1200px) {
.services .services-menu ul li {
width: calc(100% / 3); } }
@media all and (max-width: 768px) {
.services .services-menu ul li {
width: calc(100% / 2); } }
@media all and (max-width: 600px) {
.services .services-menu ul li {
width: calc(100% / 1); } }
.services .services-menu ul li a {
display: table;
width: 100%;
height: 70px;
cursor: pointer;
text-decoration: none;
border: 2px solid transparent; }
.services .services-menu ul li a span {
display: table-cell;
vertical-align: middle;
font-size: 22px;
font-family: "SegoeUIRegular", sans-serif;
color: black;
line-height: 1.0;
text-align: center; }
.services .services-menu ul li.active a, .services .services-menu ul li:hover a {
border: 2px solid #f0cf16; }
.services .services-gallery {
font-size: 0;
text-align: left;
width: 100%;
margin: 0 auto; }
.services .services-gallery .services-item-cont.visible {
display: inline-block; }
.services .services-gallery .services-item-cont {
display: none;
width: calc(100% / 3); }
@media all and (max-width: 1200px) {
.services .services-gallery .services-item-cont {
width: calc(100% / 2); } }
@media all and (max-width: 1000px) {
.services .services-gallery .services-item-cont {
width: calc(100% / 1); } }
.services .services-gallery .services-item-cont .services-item {
position: relative;
overflow: hidden;
margin: 3px; }
.services .services-gallery .services-item-cont .services-item video {
width: auto;
height: 100%;
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item video {
display: none; } }
.services .services-gallery .services-item-cont .services-item .poster-img-cont {
display: none; }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .poster-img-cont {
display: block; } }
.services .services-gallery .services-item-cont .services-item .poster-img-cont img {
width: 100%; }
.services .services-gallery .services-item-cont .services-item .hover-layer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 25px;
text-align: center;
background-color: rgba(0, 0, 0, 0.749);
opacity: 0;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .hover-layer {
position: relative;
background-color: #000;
opacity: 1;
padding: 15px; } }
.services .services-gallery .services-item-cont .services-item .hover-layer .achievments .price {
display: inline-block;
float: left;
font-size: 48px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16;
line-height: 50px;
text-align: center; }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .hover-layer .achievments .price {
font-size: 24px; } }
.services .services-gallery .services-item-cont .services-item .hover-layer .achievments .executed-works {
display: inline-block;
float: right;
font-size: 20px;
font-family: "SegoeUIBold", sans-serif;
color: white;
line-height: 50px;
text-align: left; }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .hover-layer .achievments .executed-works {
font-size: 16px;
padding-top: 15px; } }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .hover-layer .achievments .price, .services .services-gallery .services-item-cont .services-item .hover-layer .achievments .executed-works {
display: block;
float: none;
text-align: center;
line-height: 1.2; } }
.services .services-gallery .services-item-cont .services-item .hover-layer .header {
padding: 40px 0 20px 0;
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: white;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .hover-layer .header {
font-size: 20px;
padding: 20px 0; } }
.services .services-gallery .services-item-cont .services-item .hover-layer .info {
font-size: 16px;
font-family: "SegoeUILight", sans-serif;
color: white;
line-height: 1.2;
text-align: left; }
.services .services-gallery .services-item-cont .services-item .hover-layer .go-service-btn {
margin-top: 30px;
display: inline-block;
width: 100%;
height: 70px;
line-height: 65px;
font-size: 22px;
font-family: "SegoeUIBold", sans-serif;
text-transform: uppercase;
text-decoration: none;
text-align: center;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .hover-layer .go-service-btn {
font-size: 18px;
margin-top: 20px; } }
.services .services-gallery .services-item-cont .services-item .hover-layer .go-service-btn {
max-width: 300px;
background-color: transparent;
color: #fff;
border: 2px solid #f0cf16; }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .hover-layer .go-service-btn {
height: 50px;
line-height: 45px; } }
.services .services-gallery .services-item-cont .services-item .hover-layer .go-service-btn:hover {
color: #000;
background-color: #f0cf16; }
.services .services-gallery .services-item-cont .services-item .hover-layer-visible {
opacity: 1; }
.services .services-gallery .services-item-cont .services-item:hover .hover-layer {
opacity: 1; }
.services .see-more-services-btn {
width: 100%;
padding: 26px 10px;
vertical-align: middle;
background-color: #000;
text-align: center;
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media all and (max-width: 768px) {
.services .see-more-services-btn {
display: block;
padding: 15px 10px; } }
.services .see-more-services-btn span {
vertical-align: middle;
font-size: 36px;
font-family: "SegoeUIBold", sans-serif;
color: white;
text-transform: uppercase;
text-align: center;
line-height: 1.2; }
@media all and (max-width: 768px) {
.services .see-more-services-btn span {
display: block;
font-size: 18px; } }
.services .see-more-services-btn .icon-round_arrows {
margin-left: 30px;
text-align: center;
-webkit-animation: circle-rotation 2s infinite;
animation: circle-rotation 2s infinite; }
@media all and (max-width: 768px) {
.services .see-more-services-btn .icon-round_arrows {
display: block;
margin: 0 auto;
-webkit-transform: scale(0.5);
transform: scale(0.5); } }
@-webkit-keyframes circle-rotation {
from {
-webkit-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes circle-rotation {
from {
-webkit-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.our-advantages {
padding-bottom: 20px;
margin-bottom: 0; }
@media all and (min-width: 1000px) {
.our-advantages {
margin-bottom: -100px; } }
.our-advantages .our-advantages-gallery {
font-size: 0;
margin: 0 auto;
text-align: center;
width: 100%; }
@media all and (min-width: 1000px) {
.our-advantages .our-advantages-gallery {
background-image: url("../images/main/ellipse.png");
background-repeat: no-repeat;
background-size: contain;
background-position-y: 50px;
width: 772px;
height: 226px; } }
.our-advantages .our-advantages-gallery .advantage-item > .icon {
position: relative;
z-index: 5;
width: 100%;
max-width: 130px;
height: 130px;
background-repeat: no-repeat;
background-size: contain;
transition: all 0.4s; }
.our-advantages .our-advantages-gallery .advantage-item {
display: block;
width: 100%;
margin: 20px 0; }
@media all and (min-width: 1000px) {
.our-advantages .our-advantages-gallery .advantage-item {
margin: 0; } }
.our-advantages .our-advantages-gallery .advantage-item .advantage-block {
display: block; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-1 {
background-image: url(../images/main/advantage-icon-1.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-2 {
background-image: url(../images/main/advantage-icon-2.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-3 {
background-image: url(../images/main/advantage-icon-3.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-4 {
background-image: url(../images/main/advantage-icon-4.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-5 {
background-image: url(../images/main/advantage-icon-5.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-6 {
background-image: url(../images/main/advantage-icon-6.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-1.change-bg {
background-image: url(../images/main/advantage-icon-1-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-2.change-bg {
background-image: url(../images/main/advantage-icon-2-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-3.change-bg {
background-image: url(../images/main/advantage-icon-3-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-4.change-bg {
background-image: url(../images/main/advantage-icon-4-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-5.change-bg {
background-image: url(../images/main/advantage-icon-5-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-6.change-bg {
background-image: url(../images/main/advantage-icon-6-hover.png); }
@media all and (min-width: 1000px) {
.our-advantages .our-advantages-gallery .advantage-item {
display: inline-block;
width: calc(100% / 6);
padding: 0; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-block {
display: none; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-1:hover {
background-image: url(../images/main/advantage-icon-1-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-2:hover {
background-image: url(../images/main/advantage-icon-2-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-3:hover {
background-image: url(../images/main/advantage-icon-3-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-4:hover {
background-image: url(../images/main/advantage-icon-4-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-5:hover {
background-image: url(../images/main/advantage-icon-5-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-6:hover {
background-image: url(../images/main/advantage-icon-6-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-1, .our-advantages .our-advantages-gallery .advantage-item .advantage-icon-6 {
top: 176px; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-3, .our-advantages .our-advantages-gallery .advantage-item .advantage-icon-4 {
top: 0px; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-2, .our-advantages .our-advantages-gallery .advantage-item .advantage-icon-5 {
top: 50px; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-1 {
left: -75px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-6 {
left: 75px; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-2 {
left: -60px; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-5 {
left: 60px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-3 {
left: -20px;
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-4 {
left: 20px; } }
.our-advantages .advantage-block {
display: none; }
.our-advantages .advantage-block .advantage-header {
padding: 5px 0;
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: center; }
@media all and (min-width: 1000px) {
.our-advantages .advantage-block .advantage-header {
padding: 35px 0; } }
.our-advantages .advantage-block .advantage-header.color-1 {
color: #dbac2d; }
.our-advantages .advantage-block .advantage-header.color-2 {
color: #82b461; }
.our-advantages .advantage-block .advantage-header.color-3 {
color: #62b1c5; }
.our-advantages .advantage-block .advantage-header.color-4 {
color: #658bd0; }
.our-advantages .advantage-block .advantage-header.color-5 {
color: #c25ba6; }
.our-advantages .advantage-block .advantage-header.color-6 {
color: #d75b5b; }
.our-advantages .advantage-block .advantage-text {
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: #7c7c7c;
line-height: 1.2;
text-align: center; }
.our-advantages .advantage-block .advantage-text span {
font-size: inherit;
font-family: "SegoeUIBold", sans-serif;
color: #7c7c7c; }
@media all and (max-width: 1000px) {
.our-advantages .advantage-block .advantage-text {
display: none; } }
.our-advantages .advantage-block .advantage-up-btn {
margin-top: 15px;
width: 100%;
border: none;
outline: none;
background-color: transparent; }
@media all and (min-width: 1000px) {
.our-advantages .advantage-block .advantage-up-btn {
display: none; } }
.our-advantages .advantage-block .advantage-up-btn .icon {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.our-advantages .advantage-block .advantage-up-btn .icon-rotate {
-webkit-transform: rotate(0);
transform: rotate(0); }
.our-advantages .our-advantages-texts {
display: none;
position: relative;
top: -100px;
width: 600px;
min-height: 300px;
margin: 0 auto; }
.our-advantages .our-advantages-texts .advantage-block {
display: block; }
@media all and (min-width: 1000px) {
.our-advantages .our-advantages-texts {
display: block; } }
.our-advantages .our-advantages-texts .advantage-block.active {
display: block; }
.social_link {
background: #1c1c20; }
.social_link .flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: 181px;
width: 1130px;
max-width: 100%; }
@media all and (max-width: 768px) {
.social_link .flex {
height: 60px; } }
.social_link a {
display: block;
text-decoration: none;
transition: background-color 0.4s ease-in;
width: 20%;
text-align: center;
line-height: 179px; }
@media all and (max-width: 768px) {
.social_link a {
line-height: 60px; } }
.social_link a i {
vertical-align: middle;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.social_link a i {
-webkit-transform: scale(0.7);
transform: scale(0.7); } }
.social_link a:hover {
text-decoration: none; }
@media all and (min-width: 768px) {
.social_link a:hover i {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@media all and (min-width: 768px) {
.social_link .navy_blue:hover {
background-color: #3b5998; }
.social_link .dark_blue:hover {
background-color: #558DCE; }
.social_link .pink:hover {
background-color: #e560be; }
.social_link .blue:hover {
background-color: #28c5f9; }
.social_link .red:hover {
background-color: #F54E4E; } }
footer {
background-color: #1c1c20;
border-bottom: 5px solid #a44699;
font-size: 0; }
@media all and (max-width: 768px) {
footer .desktop-footer {
display: none; }
footer .mobile-footer {
display: block; } }
@media all and (min-width: 768px) {
footer .desktop-footer {
display: block; }
footer .mobile-footer {
display: none; } }
footer .footer-col {
display: inline-block;
vertical-align: top;
text-align: center;
width: 25%;
padding: 20px 40px; }
@media all and (min-width: 1600px) and (max-width: 1800px) {
footer .footer-col {
padding: 20px 20px; } }
@media all and (max-width: 1600px) {
footer .footer-col {
width: 50%; } }
@media all and (max-width: 1000px) {
footer .footer-col {
width: 100%; } }
@media all and (max-width: 768px) {
footer .footer-col {
padding: 15px 10px; } }
footer .footer-col .footer-img img {
width: 100%;
max-width: 244px; }
footer .footer-col .col-name {
padding-bottom: 35px;
font-size: 22px;
font-family: "SegoeUIBold", sans-serif;
color: #979797;
line-height: 1.2;
text-align: center; }
@media all and (min-width: 1600px) {
footer .footer-col .col-name {
height: 70px; } }
footer .footer-col .footer-btn {
display: inline-block;
width: 100%;
padding: 20px 0;
font-size: 22px;
font-family: "SegoeUIBold", sans-serif;
text-transform: uppercase;
text-decoration: none;
text-align: center;
transition: all 0.4s; }
footer .footer-col .footer-calculate-btn {
max-width: 300px;
background-color: #f0cf16;
color: black; }
footer .footer-col .footer-calculate-btn:hover {
background-color: #000;
color: #f0cf16; }
footer .footer-col .footer-subscribe-btn {
max-width: 230px;
background-color: transparent;
color: #fff;
border: 2px solid #f0cf16; }
footer .footer-col .footer-subscribe-btn:hover {
background-color: #f0cf16;
color: #000; }
@media all and (min-width: 1600px) {
footer .footer-col.footer-contacts {
padding: 20px 20px 20px 60px; } }
footer .footer-col.footer-contacts .col-name {
text-align: center; }
@media all and (min-width: 1000px) and (max-width: 1600px) {
footer .footer-col.footer-contacts .col-name {
text-align: center; } }
@media all and (min-width: 1600px) {
footer .footer-col.footer-contacts .col-name {
text-align: left; } }
footer .footer-col.footer-contacts .contact-info {
padding-bottom: 25px; }
footer .footer-col.footer-contacts .contact-info p {
font-size: 16px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
@media all and (min-width: 1000px) and (max-width: 1600px) {
footer .footer-col.footer-contacts .contact-info p {
text-align: center; } }
@media all and (min-width: 1600px) {
footer .footer-col.footer-contacts .contact-info p {
text-align: left; } }
footer .footer-col.footer-contacts .contact-info p.contact-telephone, footer .footer-col.footer-contacts .contact-info p.contact-email {
font-size: 18px; }
footer .copy_right {
text-align: center;
padding: 16px 18px 21px;
color: white;
font-family: "RobotoRegular", sans-serif; }
.icon {
display: inline-block;
vertical-align: bottom;
background-repeat: no-repeat; }
/*main page end main page end main page end main page end main page end */
/*page blog page blog page blog page blog page blog page blog */
.blog_nav {
margin-top: 54px;
margin-bottom: 70px; }
.blog_nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.blog_nav li {
display: inline-block;
max-width: 274px; }
.blog_nav li a {
display: block;
padding: 1.6rem 3rem;
color: #646464;
font-family: "SegoeUIBold", sans-serif;
transition: all 0.4s ease;
font-size: 2.4rem;
text-decoration: none;
text-align: center;
transition: all 0.4s ease; }
.blog_nav li .active {
background-color: #f0cf16;
color: white; }
.blog_nav li a:hover {
color: #f0cf16; }
.blog_nav li .active:hover {
color: white; }
.news_lenght {
margin: auto;
max-width: 1200px; }
.news_lenght .one_news {
border: 3px solid #efefef;
margin-bottom: 28px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.news_lenght .one_news .preview {
float: left;
width: 40.83%;
text-decoration: none;
overflow: hidden; }
.news_lenght .one_news .preview img {
display: block;
max-width: 100%;
width: 100%;
transition: all 0.4s ease; }
.news_lenght .one_news .preview img:hover {
-webkit-transform: scale(1.1) rotate(-1.5deg);
transform: scale(1.1) rotate(-1.5deg); }
.news_lenght .one_news .news_description {
float: left;
width: 59%;
padding: 16px 18px 6px 32px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.news_lenght .one_news .news_description .article_namel {
text-decoration: none; }
.news_lenght .one_news .news_description h2, .news_lenght .one_news .news_description .article_namel {
font-size: 3rem;
font-family: "SegoeUIBold", sans-serif;
color: black; }
.news_lenght .one_news .news_description h2:hover, .news_lenght .one_news .news_description .article_namel:hover {
text-decoration: none;
color: #646464; }
.news_lenght .one_news .news_description p {
font-size: 1.8rem; }
.news_lenght .one_news .news_description .date {
color: #A3A3A3;
font-size: 1.6rem;
margin-bottom: 28px; }
.news_lenght .one_news .short_desc {
width: 480px;
max-width: 72.73%;
display: inline-block; }
.news_lenght .one_news .short_desc a {
text-decoration: none; }
.news_lenght .one_news .rating_container {
max-width: 26%;
display: inline-block;
vertical-align: top;
width: 162px;
float: right;
padding-top: 10px;
padding-left: 14px; }
.news_lenght .one_news .info {
width: 100%;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end; }
.news_lenght .one_news .info div {
display: inline-block; }
.news_lenght .one_news:after {
content: "";
clear: both;
float: none; }
.news_lenght .link_read {
text-transform: uppercase;
width: 162px;
height: 42px;
line-height: 42px;
font-size: 1.8rem;
font-family: "SegoeUIBold", sans-serif;
float: right; }
.news_lenght .views {
text-align: center;
margin-bottom: 28px; }
.news_lenght .views p {
font-family: "SegoeUIBold", sans-serif;
font-size: 1.6rem;
color: #676767; }
.news_lenght .views p span {
font-size: inherit;
font-family: inherit;
color: inherit; }
.news_lenght .rating-container {
height: 24px;
text-align: center;
margin-bottom: 5px; }
.news_lenght .rating-container .rating {
width: 120px; }
.news_lenght .reviews_count {
text-align: center;
font-size: 1.6rem;
color: #a3a3a3; }
.news_lenght .reviews_count span {
font-size: inherit;
font-family: inherit;
color: inherit; }
.pagination {
margin: 50px auto 50px;
text-align: center; }
.pagination ul {
display: inline-block; }
.pagination li {
display: inline-block;
vertical-align: top;
margin: 2px; }
.pagination li a, .pagination li span {
display: block;
font-family: "seguibl", sans-serif;
color: #a44699;
font-size: 33px;
text-align: center;
width: 67px;
height: 62px;
line-height: 57px;
border: 1px solid #a44699;
transition: all 0.4s ease;
text-decoration: none; }
.pagination li .current_page {
color: white;
background: #a44699; }
.pagination li a:hover, .pagination li.active span {
color: white;
background: #a44699;
text-decoration: none; }
.pagination li .pointer {
line-height: 50px; }
/*page blog end page blog end page blog end page blog end page blog end page blog end*/
.info p {
font-size: 1.6rem;
font-family: "SegoeUIBold", sans-serif;
color: #a3a3a3; }
.info p span {
color: #A44699;
font-size: inherit;
font-family: inherit; }
.info p .autor_link {
color: #A44699;
font-size: inherit;
font-family: inherit;
text-decoration: none; }
.info p .autor_link:hover {
text-decoration: underline; }
/*page autor page autor page autor page autor page autor page autor */
.autor_info {
padding-bottom: 63px; }
.autor_info .container {
max-width: 1200px;
margin: auto; }
.autor_info .autor_ava {
display: inline-block;
vertical-align: top;
width: 260px; }
.autor_info .autor_ava img {
width: 100%;
height: auto; }
.autor_info .about_autor {
display: inline-block;
vertical-align: top;
margin-left: 60px;
font-family: "SegoeUIBold", sans-serif; }
.autor_info .about_autor .name {
font-size: 3.6rem;
color: black;
margin-bottom: 25px; }
.autor_info .about_autor p {
font-family: inherit;
font-weight: inherit;
font-size: 1.6rem; }
.autor_info .about_autor .views {
margin-bottom: 23px; }
.autor_info .about_autor .voice {
font-size: 1.8rem;
color: #969696;
margin-top: 10px; }
.autor_info .about_autor .voice span {
color: #ffcc00;
font-size: inherit; }
/*page autor end page autor end page autor end page autor end page autor end */
/*page article_page page article_page page article_page page article_page */
.article_container {
width: 900px;
max-width: 65%; }
.article_info {
padding-top: 25px; }
.article_info .info {
margin-bottom: 11px; }
.article_info .info p {
display: inline-block;
line-height: 30px; }
.article_info .info p i {
vertical-align: middle; }
.article_info .info p:nth-child(2) {
margin-left: 56px; }
.article_info .info .right_block {
float: right; }
.article_info .info .right_block p:nth-child(2) {
margin-left: 64px; }
.article_info .info .right_block i {
margin-right: 5px; }
.article .article_container {
float: left;
display: inline-block;
padding-top: 42px; }
.article img {
max-width: 100%; }
.article h2 {
font-size: 3.6rem;
font-family: "SegoeUIBold", sans-serif;
margin-bottom: 24px; }
.article h3 {
font-size: 2.4rem;
font-family: "SegoeUIBold", sans-serif;
margin-bottom: 29px; }
.article p {
font-size: 2.4rem;
color: #000;
margin-bottom: 37px; }
@media screen and (max-width: 768px) {
.article p {
margin-bottom: 20px; } }
.article ul, .article ol {
padding-left: 20px;
margin-bottom: 37px; }
@media screen and (max-width: 768px) {
.article ul, .article ol {
margin-bottom: 20px; } }
.article ul li, .article ol li {
font-size: 2.4rem;
color: #000;
padding-bottom: 20px; }
@media screen and (max-width: 768px) {
.article ul li, .article ol li {
padding-bottom: 5px; } }
.article span, .article strong {
font-family: "SegoeUIBold", sans-serif;
font-size: inherit;
color: inherit; }
.article .contact-info-cont .contact-info {
margin: 15px 0;
font-family: "SegoeUIBold", sans-serif;
color: #a44699; }
.right_sidebar {
float: right;
display: inline-block;
width: 28.4%; }
.right_sidebar .name_block {
font-size: 3.5rem;
margin-top: 0px;
line-height: 3.8rem; }
.right_sidebar .btn_wb {
width: 291px;
transition: all 0.4s ease;
line-height: 6.75rem; }
.right_sidebar .btn_wb:after {
content: " ";
position: absolute;
top: 0px;
bottom: 0px;
margin: auto;
right: 30%;
opacity: 0;
transition: all 0.4s ease;
display: block; }
.right_sidebar .btn_wb:hover {
padding-right: 65px; }
.right_sidebar .btn_wb:hover:after {
opacity: 1;
right: 30px; }
.our_jobs {
padding-bottom: 60px; }
.our_jobs p {
text-align: center;
font-family: "SegoeUIBold", sans-serif;
font-size: 3.5rem;
margin-bottom: 28px;
color: #A34699; }
.our_jobs .link-to-material {
display: block;
width: 100%;
text-align: center;
margin-bottom: 27px;
transition: all 0.4s; }
.our_jobs .link-to-material img {
max-width: 100%; }
.our_jobs .link-to-material:hover {
opacity: 0.5; }
.our_service, .popular {
padding-bottom: 60px; }
.our_service p, .popular p {
text-align: center;
font-family: "SegoeUIBold", sans-serif;
font-size: 3.5rem;
margin-bottom: 28px;
color: #A34699; }
.our_service ol li:before, .popular ol li:before {
content: counter(list) " ";
background-color: #f0cf16;
border-radius: 50%;
width: 42px;
min-width: 42px;
height: 42px;
color: black;
font-size: 25px;
font-family: Tahoma, sans-serif;
font-weight: bold;
display: inline-block;
text-align: center;
vertical-align: middle;
line-height: 40px;
margin-right: 12px; }
.our_service ol li, .popular ol li {
list-style-type: none;
counter-increment: list;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 13px; }
.our_service ol li a, .popular ol li a {
font-family: "RobotoRegular", sans-serif;
font-size: 1.8rem;
color: #4A4327;
text-decoration: none; }
.our_service ol li a:hover, .popular ol li a:hover {
text-decoration: underline; }
.popular .nav-tabs li {
display: inline-block;
text-decoration: none;
background: #a34699;
border-radius: 7px 7px 0px 0px;
opacity: 0.7;
transition: all 0.4s ease;
padding: 9px 15px 5px;
margin-right: 12px; }
.popular .nav-tabs li a {
text-decoration: none;
font-family: "RobotoRegular", sans-serif;
color: white;
font-size: 1.5rem; }
.popular .nav-tabs .active {
opacity: 1;
box-shadow: 2px 0 6px -1px #a34699; }
.popular .nav-tabs li:last-child {
margin-right: 0px; }
.popular .nav-tabs li:first-child {
margin-left: 20px; }
.popular .tab-content {
background-color: #f6f6f6;
padding: 42px 10px;
border-radius: 10px;
width: 105%;
margin-left: -2.5%; }
.popular .tab-content a {
width: 86%;
transition: all 0.4s ease; }
.popular .tab-content a:hover {
color: #F0CF16; }
.after_article .flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.after_article .article_container {
text-align: center; }
.creator {
min-width: 250px; }
.hidden_arrow {
display: none; }
.creator_photo {
display: inline-block;
vertical-align: top; }
.creator_photo img {
width: 100px;
border-radius: 50%; }
.creator_info {
display: inline-block;
vertical-align: top;
margin-top: 30px;
margin-left: 25px;
text-align: left; }
.creator_info p {
font-size: 1.2rem;
font-family: "RobotoRegular", sans-serif; }
.creator_info .who {
font-weight: bold; }
.creator_info .who a {
color: #C140AF; }
.creator_info .who a:hover {
text-decoration: none;
color: #601a56; }
.like_it {
padding-top: 30px;
margin-right: 0px; }
.like_it .rating_container {
display: inline-block;
margin-right: 49px; }
.qwestion {
display: inline-block;
vertical-align: top; }
.qwestion span {
display: inline-block;
vertical-align: top;
color: #A44699;
font-family: "RobotoRegular", sans-serif;
font-size: 2.4rem;
line-height: 3rem;
margin-left: 21px; }
.qwestion .shake, .qwestion .shakeY {
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-delay: 2s;
animation-delay: 2s; }
.qwestion .shakeY {
-webkit-animation-name: shakeY;
animation-name: shakeY; }
@-webkit-keyframes shakeY {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); } }
@keyframes shakeY {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); } }
.social_likes {
margin-top: 30px; }
.similar_material {
padding-top: 84px;
padding-bottom: 50px; }
.similar_material .name_block {
margin-bottom: 70px; }
.similar_material .one_material {
border: 3px solid #dddddd;
width: 24.7%;
float: left;
margin: 0px 0.15%;
min-height: 239px;
height: 100%; }
.similar_material .one_material a {
display: inline-block;
text-decoration: none;
overflow: hidden; }
.similar_material .one_material p {
color: #000;
transition: all 0.4s; }
.similar_material .one_material img {
max-width: 100%;
margin-bottom: 15px;
transition: all 0.4s; }
.similar_material .one_material:hover p {
text-decoration: underline; }
.similar_material .one_material:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
.comment_widget img {
max-width: 100%; }
.clear {
content: "";
clear: both;
float: none; }
/*page article_page end page article_page end page article_page end page article_page end page article_page end */
.tab-content .tab-pane {
display: none;
opacity: 0; }
.tab-content .active {
display: block;
-webkit-animation-name: fadeIn;
animation-name: fadeIn; }
/*page comapany_page page comapany_page page comapany_page page comapany_page */
.background {
background-size: cover;
background-repeat: no-repeat;
position: fixed;
top: 0px;
height: 100vh;
width: 100%;
background-position: center center; }
.background .page_name {
color: white;
max-width: 1113px;
margin-left: auto;
margin-right: auto;
padding-top: 406px; }
.some_text {
padding: 59px 0px 0px; }
.some_text .left_container {
width: 49%;
display: inline-block;
text-align: right;
vertical-align: top;
padding-right: 93px; }
.some_text h2 {
font-size: 3.6rem;
font-family: "SegoeUIBold", sans-serif; }
.some_text .text_block {
width: 49%;
display: inline-block;
font-size: 2.4rem;
font-family: "SegoeUILight", sans-serif;
color: #969696;
padding-left: 12px;
text-indent: 33px; }
.some_text .text_block p, .some_text .text_block div {
color: inherit;
font-size: inherit; }
.change_foto {
margin-top: 30px; }
.change_foto img {
float: left;
width: 25%;
height: auto;
-webkit-filter: contrast(130%);
filter: contrast(130%); }
@media all and (max-width: 768px) {
.change_foto img {
width: 50%; } }
@media all and (max-width: 600px) {
.change_foto img {
width: 100%; } }
/*page comapany_page end page comapany_page end page comapany_page end page comapany_page end */
/*page contacts_page page contacts_page page contacts_page page contacts_page */
.plashka {
background: linear-gradient(black, transparent);
opacity: 0.8;
height: 100px;
width: 100%;
position: absolute;
z-index: 5; }
.manager_connect {
background-color: #fff;
padding: 50px 0px; }
.manager_connect .btn_TW {
text-transform: inherit;
width: 813px;
line-height: 7.4rem; }
.manager_connect .btn_TW:after {
content: " ";
position: absolute;
top: 0px;
bottom: 0px;
margin: auto;
right: 10%;
opacity: 0;
transition: all 0.4s ease;
display: block; }
.manager_connect .btn_TW:hover {
padding-right: 34px; }
.manager_connect .btn_TW:hover:after {
opacity: 1;
right: 24px; }
.manager_connect .yellow_button {
width: 310px;
height: 8.2rem;
line-height: 7.8rem;
color: white;
font-size: 3.5rem;
transition: all 0.4s ease; }
.manager_connect .yellow_button:hover {
background: #A44699;
color: #f0cf16; }
.on_contact_page {
padding: 116px 0px 121px; }
.our_manager {
text-align: center;
padding: 0 0 84px; }
.our_manager .name_block {
margin-bottom: 41px; }
.our_manager .price-block {
display: block;
margin-top: 50px; }
@media all and (max-width: 768px) {
.our_manager .price-block {
display: none; } }
.our_manager .price-block span {
padding-right: 40px;
font-size: 36px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: center; }
.our_manager .price-block .btn-calculate {
display: inline-block;
width: 320px;
height: 70px;
line-height: 70px;
font-size: 26px;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
text-align: center;
text-decoration: none;
transition: all 0.4s;
background-color: #f0cf16; }
.our_manager .price-block .btn-calculate:hover {
background-color: #000;
color: #f0cf16; }
.one_manager {
padding: 0px 54px;
text-align: center;
display: inline-block;
vertical-align: top; }
.one_manager .name, .one_manager .mailto {
color: #A44699;
font-family: "SegoeUIBold", sans-serif; }
.one_manager .name {
font-size: 3rem;
margin-top: 10px; }
.one_manager .place {
font-size: 1.8rem;
margin-bottom: 28px; }
.one_manager .phone {
font-size: 2.4rem;
font-family: "SegoeUIBold", sans-serif; }
.one_manager .mailto {
font-size: 2.4rem; }
.one_manager .one_manager_image .lazy {
width: 200px;
height: 200px;
border-radius: 50%; }
/* yellow_form*/
.l-message {
position: relative;
padding-bottom: 3.125em; }
.l-message .btn_TW:hover {
border-color: black; }
.l-message .btn_TW:hover span {
color: black; }
.l-message .btn_BT:hover {
border-color: white; }
.l-message .btn_BT:hover span {
color: white; }
.l-message *::-moz-selection {
color: #000;
background: #ffdb00; }
.l-message .message-wrapper .mask, .l-message .message-wrapper .message {
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
transition: z-index 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
transition: transform 0.4s ease-in-out 0s, z-index 0.4s ease-in-out 0s;
transition: transform 0.4s ease-in-out 0s, z-index 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s; }
.l-message .mask {
display: block;
text-align: center;
position: absolute;
z-index: 2;
top: 0;
left: 0;
background: #ffdb00;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg); }
.l-message .table {
display: table;
height: 100%;
vertical-align: middle;
margin: auto; }
.l-message .table-cell {
position: relative;
overflow: hidden; }
.l-message .table-cell {
display: table-cell;
vertical-align: middle;
width: 100%; }
.l-message .btn_TW span {
font-size: 3.6rem;
height: 8.6rem;
line-height: 7.5rem; }
.l-message .message-wrapper .message {
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
transition: z-index 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
transition: transform 0.4s ease-in-out 0s, z-index 0.4s ease-in-out 0s;
transition: transform 0.4s ease-in-out 0s, z-index 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s; }
.l-message .message {
padding-top: 7.5em;
z-index: 1;
text-align: center;
width: 100%;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg); }
.l-message .icon-remove {
position: absolute;
top: 40px;
right: 40px;
width: 50px;
height: 50px;
display: block;
font-size: 50px;
color: #212121;
transition: all 0.35s cubic-bezier(0.6, -0.28, 0.74, 0.05);
cursor: pointer;
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
.l-message .container-message {
max-width: 973px;
margin: 0 auto;
width: 100%; }
#feedback {
background: #fff; }
.l-message .container-message .row {
position: relative;
margin: 0 0 35px 0; }
.l-message label {
color: #393f50;
font-size: 20px;
left: 0;
line-height: 55px;
position: absolute;
text-align: right;
display: block;
width: 185px;
height: 55px;
font-weight: 100; }
.l-message input[type="text"]::-moz-placeholder, .l-message input[type="email"]::-moz-placeholder, .l-message input[type="password"]::-moz-placeholder, .l-message input[type="date"]::-moz-placeholder, .l-message input[type="search"]::-moz-placeholder, .l-message textarea::-moz-placeholder {
color: #000000;
opacity: 1;
font-family: "SegoeUIRegular", sans-serif; }
.l-message input[type="text"], .l-message input[type="email"], .l-message input[type="password"], .l-message input[type="date"], .l-message input[type="search"], .l-message textarea {
height: 57px;
padding: 0 33px;
font-family: "SegoeUIRegular", sans-serif;
color: #000;
transition: all 0.5s ease;
border-radius: 0px;
font-size: 20px;
line-height: normal;
background: rgba(255, 255, 255, 0.8); }
.l-message input, .l-message textarea {
border: 2px solid #bfccdf;
border-radius: 3px;
background: #fff;
height: 55px;
line-height: 1;
padding-left: 19px;
padding-right: 19px;
width: 100%;
max-width: 539px;
font-family: "SegoeUIRegular", sans-serif;
color: #001227; }
.l-message input:hover, .l-message input:active, .l-message input:focus, .l-message textarea:hover, .l-message textarea:active, .l-message textarea:focus {
border: 2px solid #ffdb00;
background: #ffdb00; }
.l-message input:hover, .l-message input:active, .l-message input:focus, .l-message textarea:hover, .l-message textarea:active, .l-message textarea:focus {
border: 2px solid #ffdb00;
background: #ffdb00; }
textarea:focus, input:focus, a:focus {
outline: 0; }
.l-message input, .l-message textarea {
border: 2px solid #bfccdf;
border-radius: 3px;
background: #fff;
height: 55px;
line-height: 1;
padding-left: 19px;
padding-right: 19px;
width: 100%;
max-width: 539px;
font-family: "SegoeUIRegular", sans-serif;
color: #001227; }
textarea:focus, input:focus {
outline: 0; }
.l-message textarea {
height: 135px;
padding-top: 10px;
padding-bottom: 15px; }
.l-message .conrol {
text-align: left;
width: 100%;
margin: 0 auto;
max-width: 539px;
*zoom: 1; }
.l-message .conrol img {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: middle; }
.l-message .conrol input {
width: 139px;
padding: 0 0.9375em;
margin-right: 15px; }
.l-message .conrol button {
float: right; }
.l-message .conrol button {
font-size: 24px;
line-height: 1;
padding: 16px 2.08333em;
background: #ffdb00;
font-family: "SegoeUIBold", sans-serif;
border: none;
color: #000; }
.flipped .mask {
position: absolute;
z-index: 1;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg); }
.flipped .message {
position: relative;
z-index: 3;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg); }
.message-wrapper .close {
position: absolute;
right: 0px;
top: 0px;
font-size: 16px;
background: url("../images/x.png") no-repeat center;
background-size: cover;
border-radius: 50%;
width: 50px;
height: 50px;
border: none;
z-index: 30;
transition: all 0.4s ease; }
.message-wrapper .close:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
cursor: pointer;
background-color: #969696; }
.message-wrapper .btn_BT {
width: 639px;
font-size: 3rem; }
/*yellow_form*/
/*page contacts_page end page contacts_page end page contacts_page end page contacts_page end */
/*page error_page page error_page page error_page page error_page error_page*/
.error {
background: url("../images/back_404.png") no-repeat;
background-position: left 6.35% top 153px; }
.error .page_name {
margin-bottom: 84px; }
.error p {
max-width: 771px;
font-size: 2.4rem;
margin: auto;
margin-bottom: 21px;
color: #9d9d9d; }
.error .yellow_button {
width: 542px;
height: 8.2rem;
line-height: 8.2rem;
font-size: 3.6rem;
font-family: "SegoeUIRegular", sans-serif;
margin: 35px auto 0;
text-transform: uppercase; }
/*page error_page end page error_page end page error_page end page error_page end */
/*page portfolio page portfolio page portfolio page portfolio error_page*/
.portfolio_subscribe {
background: url("../images/porfolio_subscribe.jpg");
background-size: cover;
padding: 54px 0px 65px;
text-align: center; }
.on_portfolio_page {
padding-bottom: 0px;
padding-top: 0px; }
.on_portfolio_page .image_container {
margin-bottom: 0px; }
.on_portfolio_page .transparent_btn {
margin-top: 50px;
margin-bottom: 66px; }
.on_portfolio_page .image_conatainer_full {
max-height: 3500px !important; }
/*page portfolio end page portfolio end page portfolio end page portfolio end */
/*page service page service page service page service service*/
.service_sec {
background: url("../images/service_back.jpg") no-repeat;
background-size: cover;
background-position: center;
height: 854px;
height: 100vh;
text-align: center; }
.service_sec .page_name {
color: white;
margin-bottom: 49px;
padding-top: 120px; }
.service_sec .container {
max-width: 1200px; }
.service_nav {
display: inline-block; }
.service_nav .flex a {
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; }
.service_nav li {
float: left;
list-style: none;
position: relative;
background: #a44699;
transition: background 0.4s ease; }
.service_nav a {
width: 240px;
height: 5.9rem;
line-height: 5.9rem;
background: transparent;
color: white;
display: block;
text-decoration: none;
border: 1px solid #cac9c9;
padding: 0px 16px;
transition: background 0.4s ease, color 0.4s ease; }
.service_nav a span {
font-family: "SegoeUIRegular", sans-serif;
font-size: 1.8rem;
line-height: 1.95rem;
display: inline-block;
text-align: center; }
.service_nav .active, .service_nav li:hover {
background: white; }
.service_nav .active a, .service_nav li:hover a {
color: #a44699; }
.service_nav .sub_category {
visibility: hidden;
position: absolute;
top: 5.9rem;
padding-top: 1rem;
z-index: 1; }
.service_nav .sub_category a {
background: white;
color: #a44699;
text-align: left;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
transition: color 0.4s ease;
transition: all 0.35s ease; }
.service_nav .sub_category a span {
text-align: left; }
.service_nav .sub_category a:hover {
color: black; }
.service_nav .sub_category:after,
.service_nav .sub_category:before {
bottom: 95%;
left: 35px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
z-index: 2; }
.service_nav .sub_category:before {
border-color: rgba(212, 212, 212, 0);
border-bottom-color: white;
border-width: 11px;
margin-left: -11px; }
.service_nav li:hover .sub_category {
visibility: visible; }
.service_categories {
padding-top: 46px; }
.service_categories .name_block {
margin-bottom: 47px; }
.service_categories .container {
max-width: 1200px; }
.promo_block {
width: 394px;
display: inline-block;
background-repeat: no-repeat;
background-position: top 11px center;
background-color: #a44699;
padding: 130px 10px 27px;
text-align: center;
color: white;
margin-bottom: 30px;
float: none; }
.promo_block h5 {
font-family: "GothamProBold", sans-serif;
font-size: 30px;
margin-bottom: 14px;
color: white;
text-align: center; }
.promo_block p {
font-size: 16px;
font-family: "SegoeUILight", sans-serif; }
.one_category {
margin-bottom: 129px; }
.one_category:last-child {
margin-bottom: 0px; }
.one_category:last-child .promo_block {
background-color: #00a8e0;
background-position: top 22px center; }
.link_block {
display: inline-block;
max-width: 740px;
vertical-align: top;
float: right;
padding-left: 18px; }
.link_block ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.link_block li {
display: inline-block;
color: black;
font-size: 10pt;
line-height: 1.3em;
font-size: 15px;
border-bottom: #f0f0f0 2px solid;
list-style: none;
position: relative;
width: 284px;
max-width: 284px;
margin-right: 111px;
vertical-align: top;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
transition: all 0.4s ease;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.link_block li a {
width: 100%;
padding: 14px 15px 10px 13px;
color: black;
font-family: "SegoeUIRegular", sans-serif;
font-size: 18px;
transition: all 0.4s ease; }
.link_block li a:hover {
background-color: #ffdb00;
text-decoration: none; }
.link_block li a:after {
content: ">";
text-decoration: none;
color: #80807f;
font-size: 11px;
line-height: 11px;
padding-right: 0.5em;
position: absolute;
right: 0px;
top: 0px;
bottom: 0px;
margin: auto;
height: 11px; }
.link_block li .additional-info {
display: none;
transition: all 0.4s;
position: absolute;
z-index: 5;
width: 100%;
top: 90%;
left: 30%;
background-color: white;
text-align: center;
border: 1px solid #e5e5e5; }
.link_block li .additional-info .additional-info-text {
padding: 20px 10px;
font-size: 14px;
font-family: "SegoeUIRegular", sans-serif;
color: black;
line-height: 1.2;
text-align: left; }
.link_block li .additional-info .additional-info-btn {
display: inline-block;
width: 80%;
margin-bottom: 20px;
padding: 10px 10px 15px 10px;
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: center;
text-decoration: none;
border: 2px solid #f0cf16; }
.link_block li:hover {
background-color: #ffdb00; }
@media all and (min-width: 768px) {
.link_block li:hover .additional-info {
display: block; } }
.link_block li:first-child {
border-top: #f0f0f0 2px solid; }
.link_block li:nth-child(2) {
border-top: #f0f0f0 2px solid; }
.link_block li:nth-child(even) {
margin-right: 0px; }
/*page service end page service end page service end page service end */
/*page service_page page service_page page service_page page service_page service_page*/
.its_service_page .service_page_btn, .its_brif_page .service_page_btn {
width: 539px; }
.service_page {
background: url("../images/main_back_chease.jpg") no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
text-align: center;
position: fixed;
width: 100%; }
.service_page .page_name {
color: white;
padding: 0px;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
position: absolute;
margin: auto;
height: 8rem;
max-width: 1328px;
height: 19.4rem; }
.on_service_page {
padding-top: 49px; }
.on_service_page .left_container {
padding-right: 167px; }
.on_service_page .text_block {
font-size: 1.8rem;
font-family: "SegoeUIRegular", sans-serif;
padding-right: 100px;
line-height: 3rem;
text-indent: 0px; }
.on_service_page .button_read_more {
padding-top: 4px; }
.diagram {
width: 100%;
height: auto; }
.you_get {
padding: 50px 0px; }
.you_get .name_block {
margin-bottom: 50px;
margin-top: 58px; }
.what_you_get {
text-align: center; }
.what_you_get .one_block {
display: inline-block;
vertical-align: top;
width: 170px;
margin-left: 15px;
margin-right: 15px; }
.what_you_get .one_block img {
width: 130px;
height: 130px;
display: inline-block;
margin-bottom: 10px; }
.what_you_get .one_block p {
font-size: 1.6rem; }
.offer {
background: #2C353D;
color: green;
padding-bottom: 28px;
padding-top: 37px; }
.offer .price, .offer .term, .offer .cost {
font-family: "SegoeUIBold", sans-serif;
font-size: 3.6rem;
margin-bottom: 3.4rem;
vertical-align: top; }
.offer .left_column {
font-family: inherit;
font-size: inherit;
color: white;
display: inline-block;
width: 49.9%;
text-align: right;
padding-right: 178px;
vertical-align: top; }
.offer .right_column {
font-family: inherit;
font-size: inherit;
color: #f0cf16;
text-align: left;
width: 49.9%; }
.offer .value {
font-size: 4.8rem; }
.offer .cost {
padding-top: 13px; }
.offer .cost .right_column {
font-size: 1.8rem;
font-family: "SegoeUIRegular", sans-serif;
color: #FFF;
max-width: 588px;
display: inline-block;
padding-top: 10px; }
.offer .cost .right_column p {
font-size: 1.8rem;
line-height: 2.8rem; }
.offer .button_read_more {
padding-top: 8px; }
.order {
background: #a44699;
text-align: center;
height: 10rem;
transition: all 0.35s ease; }
.order .order_btn {
transition: all 0.35s ease; }
.order:hover {
background: #f0cf16; }
.order:hover .order_btn {
background: #a44699; }
.order_btn, .expensive {
height: 10rem;
text-transform: uppercase;
line-height: 10rem;
font-family: "SegoeUIBold", sans-serif;
color: #FFF; }
.order_btn {
font-size: 3rem;
background: black;
width: 51.5rem;
max-width: 75%;
display: inline-block;
color: white;
margin-left: 14.5%;
position: relative;
text-align: left;
padding-left: 8.1rem; }
.order_btn .right_row {
height: 5rem;
width: 5rem;
background: url("../images/offer/btn_right_row.png") no-repeat;
background-size: cover;
display: inline-block;
position: absolute;
top: 0px;
bottom: 0px;
margin: auto;
right: 7.7rem; }
.expensive {
font-size: 2.4rem;
text-transform: uppercase;
font-family: "SegoeUIBold", sans-serif;
margin-left: 51px; }
.margin_top {
margin-top: 50px; }
.nice_photo:after {
content: " ";
clear: both;
float: none;
display: block; }
.nice_photo .one_item {
width: 25%;
display: block;
float: left;
position: relative;
line-height: 0px; }
.nice_photo .one_item img {
width: 100%;
height: auto; }
.nice_photo .one_item p {
position: absolute;
height: auto;
margin: auto;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
opacity: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.5);
z-index: 2;
transition: opacity 0.4s ease; }
.nice_photo .one_item p span {
width: 100%;
font-size: 4.8rem;
line-height: 5rem;
font-family: "seguibl", sans-serif;
text-align: center;
color: white;
display: block; }
.nice_photo .one_item:hover p {
opacity: 1; }
.tell_to_as {
background: black;
text-align: center;
transition: all 0.35s ease; }
.tell_to_as a {
color: white; }
.tell_to_as .order_btn {
width: auto;
margin: auto;
padding-left: 0rem;
padding-right: 7rem;
background: transparent; }
.tell_to_as .order_btn .right_row {
right: 0px; }
.tell_to_as:hover {
background-color: #a34699; }
/*page service_page end page service_page end page service_page end page service_page end */
/*page brif page brif page brif page brif page brif page brif page brif page brif page brif */
.under_page_name {
font-size: 2.4rem;
font-family: "SegoeUILight", sans-serif;
color: #969696;
margin: 80px auto;
max-width: 855px; }
.brif .one_block {
margin-bottom: 60px; }
.brif .left_colum, .brif .right_colum {
display: inline-block;
width: 49.8%;
vertical-align: top; }
.brif .left_colum {
text-align: center;
font-size: 3.6rem;
font-family: "SegoeUIBold", sans-serif; }
.brif .right_colum {
padding-left: 35px;
font-size: 2.4rem;
font-family: "SegoeUILight", sans-serif;
color: #969696;
padding-top: 1rem;
padding-left: 33px; }
.brif .right_colum label {
font-family: inherit;
font-size: inherit;
color: inherit;
font-weight: inherit;
display: block;
margin-bottom: 35px; }
.brif .right_colum input[type="radio"] + label, .brif .right_colum input[type="checkbox"] + label {
position: relative; }
.brif .right_colum input[type="checkbox"] + label {
padding-left: 61px; }
.brif .right_colum input[type="radio"] + label {
padding-left: 61px; }
.brif .right_colum input[type="radio"] + label::before {
position: absolute;
left: 0px;
top: -3px; }
.brif .right_colum input[type="checkbox"] + label::before {
position: absolute;
left: -0px;
top: 0px; }
.brif .right_colum input[type="checkbox"], .brif .right_colum input[type="radio"] {
display: none; }
.brif .right_colum input[type="checkbox"] + label::before,
.brif .right_colum input[type="radio"] + label::before {
content: " ";
display: inline-block;
margin: 0 5px 0 0; }
.brif .right_colum input[type="checkbox"] + label::before {
height: 36px;
width: 36px;
border: 2px solid #bfccdf; }
.brif .right_colum input[type="radio"] + label::before {
height: 36px;
width: 36px;
border: 2px solid #bfccdf;
border-radius: 50%; }
.brif .right_colum input[type="radio"]:checked + label::before {
border: none; }
.brif .right_colum fieldset {
border: none; }
.brif .right_colum .custom_label {
display: inline-block;
line-height: 60px; }
.brif .yellow_button {
width: 308px;
height: 8.3rem;
line-height: 8.3rem;
font-size: 2.3rem;
font-family: "SegoeUIRegular", sans-serif;
margin: auto;
border: none;
text-transform: uppercase;
background: #FFDB00;
border-radius: 5px; }
.brif .vse_norm {
text-align: center;
font-size: 2.4rem;
font-family: "SegoeUILight", sans-serif;
color: #969696;
margin-bottom: 8rem; }
.brif .inputs-container .custom_input {
width: 100px; }
@media all and (max-width: 1100px) {
.brif .inputs-container .custom_input {
width: 50%; } }
.brif .inputs-container .currency-select {
width: 60px;
padding-left: 15px;
margin-bottom: 35px; }
.brif .submit-btn {
border: none;
outline: none;
cursor: pointer; }
.custom_input {
border: 2px solid #bfccdf;
border-radius: 3px;
color: black;
font-family: "SegoeUIBold", sans-serif;
padding: 17px 0px 17px 22px;
font-size: 1.8rem;
width: 20%; }
.custom_input.placeholder {
color: black;
font-family: "SegoeUIBold", sans-serif;
font-size: 1.8rem; }
.custom_input:-moz-placeholder {
color: black;
font-family: "SegoeUIBold", sans-serif;
font-size: 1.8rem; }
.custom_input::-webkit-input-placeholder {
color: black;
font-family: "SegoeUIBold", sans-serif;
font-size: 1.8rem; }
.greyplace_holder.placeholder {
font-family: "SegoeUILight", sans-serif;
color: #969696;
font-size: 1.8rem; }
.greyplace_holder:-moz-placeholder {
font-family: "SegoeUILight", sans-serif;
color: #969696;
font-size: 1.8rem; }
.greyplace_holder::-webkit-input-placeholder {
font-family: "SegoeUILight", sans-serif;
color: #969696;
font-size: 1.8rem; }
.full {
width: 89.36%;
margin-left: 10%; }
.textarea {
resize: none;
height: 217px; }
.custom_label {
display: inline-block;
line-height: 60px;
padding: 0px 2.8rem; }
.padding_left {
padding-left: 40px; }
.change_on_resize {
display: inline; }
@media all and (max-width: 1100px) {
.change_on_resize {
display: inline-block;
width: 100%;
text-align: center; } }
/* ะจะธัะธะฝะฐ ัะปะฐะนะดะตัะฐ */
#slider {
width: 88.65%;
margin-top: 16px;
margin-left: 11.52%;
margin-bottom: 50px; }
/* ะะพะฝัะตะนะฝะตั ัะปะฐะนะดะตัะฐ */
.ui-slider {
position: relative; }
/* ะะพะปะทัะฝะพะบ */
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 38px;
/* ะะฐะดะฐะตะผ ะฝัะถะฝัั ัะธัะธะฝั */
height: 38px;
/* ะธ ะฒััะพัั */
border-radius: 50%;
border: black 1px solid;
background-color: white;
cursor: pointer; }
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
overflow: hidden; }
/* ะณะพัะธะทะพะฝัะฐะปัะฝัะน ัะปะฐะนะดะตั (ัะฐะผะฐ ะฟะพะปะพัะฐ ะฟะพ ะบะพัะพัะพะน ะฑะตะณะฐะตั ะฟะพะปะทัะฝะพะบ) */
.ui-slider-horizontal {
height: 12px;
/* ะทะฐะดะฐะตะผ ะฒััะพัั ัะพะณะปะฐัะฝะพ ะดะธะทะฐะนะฝะฐ */ }
/* ะฟะพะทะธัะธะพะฝะธััะตะผ ะฟะพะปะทัะฝะบะธ */
.ui-slider-horizontal .ui-slider-handle {
top: -13px;
margin-left: -18px; }
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%; }
.ui-slider-horizontal .ui-slider-range-min {
left: 0; }
.ui-slider-horizontal .ui-slider-range-max {
right: 0; }
/* ะพัะพัะผะปะตะฝะธะต ะฟะพะปะพัั ะฟะพ ะบะพัะพัะพะน ั
ะพะดะธั ะฟะพะปะทัะฝะพะบ */
.ui-widget-content {
background: #bfccdf; }
/* ะพัะพัะผะปะตะฝะธะต ะฐะบัะธะฒะฝะพะณะพ ััะฐััะบะฐ (ะผะตะถะดั ะดะฒัะผั ะฟะพะปะทัะฝะบะฐะผะธ) */
.ui-widget-header {
background: black; }
/* ัะบััะณะปะตะฝะธะต ะดะปั ะฟะพะปะพัั ัะปะฐะนะดะตัะฐ */
.ui-corner-all {
border-radius: 4px; }
.custom-file-upload-hidden {
display: none;
visibility: hidden;
position: absolute;
left: -9999px; }
.custom-file-upload {
display: block;
width: auto;
font-size: 16px;
margin-top: 30px; }
.custom-file-upload label {
display: block;
margin-bottom: 5px; }
.file-upload-wrapper {
position: relative;
margin-bottom: 5px; }
.file-upload-input {
font-size: 16px;
padding: 11px 17px;
float: left;
/* IE 9 Fix */ }
.file-upload-input:hover, .file-upload-input:focus {
background-color: transparent;
outline: none; }
.file-upload-button {
margin-top: 18px;
cursor: pointer;
display: inline-block;
text-transform: uppercase;
background: #FFF;
margin-left: -1px;
float: right;
/* IE 9 Fix */ }
/*page brif end page brif end page brif end page brif end page brif end*/
/*order form order form order form order form order form order form order form*/
.form_container {
position: fixed;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
background: rgba(0, 0, 0, 0.4);
display: none;
opacity: 0;
transition: opacity 0.4s ease;
z-index: 100500; }
.visible {
display: block;
opacity: 1; }
.content_container {
width: 91%;
margin: auto;
margin-top: 55px; }
.left_text {
width: 369px;
border: 10px solid white;
padding: 27px 14px 57px;
text-align: center;
display: inline-block;
vertical-align: top; }
.left_text p {
text-transform: uppercase;
font-family: "MyriadProRegular", sans-serif;
font-size: 1.8rem; }
.left_text .black_line {
width: 58px;
height: 6px;
display: inline-block;
background: black;
margin: 45px 0px; }
.write_us {
width: 380px;
max-width: 50%;
display: inline-block;
margin-left: 27px;
vertical-align: top;
position: relative; }
.style {
padding: 17px;
font-size: 1.6rem;
color: #3e3d3d;
font-family: "RobotoRegular", sans-serif;
font-weight: 100;
width: 100%;
margin-bottom: 7px;
border: none; }
.style.placeholder {
font-size: 1.6rem;
color: #6f6f6f;
font-family: "RobotoRegular", sans-serif;
font-weight: 100; }
.style:-moz-placeholder {
font-size: 1.6rem;
color: #6f6f6f;
font-family: "RobotoRegular", sans-serif;
font-weight: 100; }
.style::-webkit-input-placeholder {
font-size: 1.6rem;
color: #6f6f6f;
font-family: "RobotoRegular", sans-serif;
font-weight: 100; }
.s_input {
height: 42px; }
.s_textarea {
height: 192px;
resize: none; }
/*custom file upload*/
#file_write_us {
opacity: 0; }
.write_us {
/* style 1 */ }
.write_us .js .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1; }
.write_us .inputfile + label {
max-width: 80%;
font-size: 1.25rem;
/* 20px */
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
height: 27px;
line-height: 27px;
bottom: 30px;
position: absolute;
right: 0px;
padding: 0px 14px; }
.write_us .inputfile + label .icon-clip {
height: 22px;
margin-right: 10px;
vertical-align: middle; }
.write_us .no-js .inputfile + label {
display: none; }
.write_us .inputfile:focus + label,
.write_us .inputfile.has-focus + label {
outline: 1px dotted #000;
outline: -webkit-focus-ring-color auto 5px; }
.write_us .inputfile + label * {
/* pointer-events: none; */
/* in case of FastClick lib use */ }
.write_us .inputfile + label svg {
width: 1em;
height: 1em;
vertical-align: middle;
fill: currentColor;
margin-top: -0.25em;
/* 4px */
margin-right: 0.25em;
/* 4px */ }
.write_us .inputfile-1 + label {
color: white;
background-color: black; }
.write_us .inputfile-1:focus + label,
.write_us .inputfile-1.has-focus + label,
.write_us .inputfile-1 + label:hover {
background-color: #722040; }
@media screen and (max-width: 50em) {
.write_us .inputfile-6 + label strong {
display: block; } }
/*cusom file upload over */
/*order form order form order form order form order form*/
/*pop mail form pop mail form pop mail form pop mail form pop mail form*/
.pop_mail {
width: 437px;
height: 253px;
height: auto;
max-width: calc(100% - 68px);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
position: fixed;
bottom: -200px;
left: 0px;
right: 0px;
margin: auto;
z-index: 500;
transition: all 0.8s ease-in-out;
transition: height 0.4s ease;
opacity: 0;
background-color: #fbfbfb;
background-image: url("../images/back_subscribe.png");
background-position: right -30px top 73px;
background-repeat: no-repeat; }
.pop_mail .icon {
position: absolute;
z-index: 1; }
.pop_mail .sstyle.placeholder {
font-family: "SegoeUIBold", sans-serif;
color: #D7D7D7; }
.pop_mail .sstyle:-moz-placeholder {
font-family: "SegoeUIBold", sans-serif;
color: #D7D7D7; }
.pop_mail .sstyle::-webkit-input-placeholder {
font-family: "SegoeUIBold", sans-serif;
color: #D7D7D7; }
.pop_mail .mail-back {
background: transparent;
margin-top: 0px;
padding: 30px 32px 21px;
margin-bottom: 0px;
transition: all 0.8s ease; }
.pop_mail .mail-back .some_text {
font-size: 18px;
color: #838383;
padding: 0px; }
.pop_mail .subsribe_form {
margin-top: 32px;
width: 291px;
max-width: 100%;
transition: all 0.8s ease; }
.pop_mail #subscription_email, .pop_mail #subscription_name {
width: 291px;
height: 29px;
border: 1px solid #e7e7e7;
padding-left: 41px;
box-sizing: border-box;
position: relative;
display: block;
max-width: 100%;
font-family: "SegoeUIBold", sans-serif;
color: #838383; }
.pop_mail #subscription_email {
margin-top: 0px; }
.pop_mail .hidden_input {
position: relative;
visibility: hidden;
transition: all 0.4s ease;
height: 0px;
margin-bottom: 20px;
opacity: 0;
overflow: hidden; }
.pop_mail .visible_input {
margin-top: 17px;
visibility: visible;
height: 29px;
opacity: 1; }
.close {
position: absolute;
right: -50px;
top: -50px;
font-size: 16px;
background: url("../images/x.png") no-repeat center;
background-size: cover;
border-radius: 50%;
width: 50px;
height: 50px;
border: none;
z-index: 30;
transition: all 0.4s ease; }
.close:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
cursor: pointer;
background-color: #969696; }
.popmail_show {
bottom: 68px;
opacity: 1; }
/* pop mail form end pop mail form end pop mail form end pop mail form end */
.koloro-form {
display: none;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.9);
overflow: auto; }
.koloro-form .form-wrapper {
min-height: 100vh; }
.koloro-form .close-btn {
position: absolute;
top: -50px;
right: 0;
cursor: pointer;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.koloro-form .close-btn {
top: -20px; }
.koloro-form .close-btn .icon-close-btn, .koloro-form .close-btn .icon-close-btn-hover {
-webkit-transform: scale(0.7);
transform: scale(0.7); } }
.koloro-form .close-btn .icon-close-btn {
display: block; }
.koloro-form .close-btn .icon-close-btn-hover {
display: none; }
.koloro-form .close-btn:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.koloro-form .close-btn:hover .icon-close-btn {
display: none; }
.koloro-form .close-btn:hover .icon-close-btn-hover {
display: block; }
.koloro-form .form-header {
margin: 30px 0;
font-size: 60px;
font-family: "SegoeUIBold", sans-serif;
color: white;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 1200px) {
.koloro-form .form-header {
margin: 15px 0;
font-size: 48px; } }
@media all and (max-width: 768px) and (max-height: 768px) {
.koloro-form .form-header {
margin: 15px 0;
font-size: 30px; } }
@media all and (max-height: 768px) {
.koloro-form .form-header {
margin: 15px 0;
font-size: 30px; } }
.koloro-form .form-header-small {
margin: 30px 0;
font-size: 36px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
.koloro-form .form-header-small {
margin: 15px 0;
font-size: 18px; } }
@media all and (max-height: 768px) {
.koloro-form .form-header-small {
margin: 15px 0;
font-size: 18px; } }
.koloro-form .user-name, .koloro-form .user-email, .koloro-form .user-tel, .koloro-form .text-field {
display: block;
width: 320px;
max-width: 100%;
margin: 15px auto;
padding: 15px 25px;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: #878686;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 600px) {
.koloro-form .user-name, .koloro-form .user-email, .koloro-form .user-tel, .koloro-form .text-field {
width: 100%;
padding: 10px 15px; } }
.koloro-form .submit-btn {
border: none;
outline: none;
margin-top: 30px; }
@media all and (max-width: 600px) {
.koloro-form .submit-btn {
margin-top: 15px; } }
.subscribe-form .checkboxes-container .checkbox-item {
display: inline-block;
margin: 15px 20px; }
@media all and (max-width: 600px) {
.subscribe-form .checkboxes-container .checkbox-item {
margin: 10px; } }
.subscribe-form .checkboxes-container .checkbox-item label {
display: table;
cursor: pointer;
position: relative; }
.subscribe-form .checkboxes-container .checkbox-item label span {
display: table-cell;
vertical-align: middle;
font-size: 16px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
text-transform: uppercase;
text-align: center; }
.subscribe-form .checkboxes-container .checkbox-item input[type="checkbox"] {
display: none; }
.subscribe-form .checkboxes-container .checkbox-item input[type="checkbox"] + label:before {
display: inline-block;
vertical-align: bottom;
margin-right: 7px;
content: " ";
width: 20px;
height: 20px;
font-size: 16px;
background-color: transparent;
border: 2px solid white;
transition: all 0.4s; }
.subscribe-form .checkboxes-container .checkbox-item input[type=checkbox]:checked + label:before {
background-color: #f0cf16;
border: 2px solid #f0cf16; }
@media all and (max-width: 1000px) {
.order-form .form-header {
margin: 15px 0;
font-size: 30px; } }
@media all and (max-width: 1000px) {
.order-form .form-header-small {
margin: 15px 0;
font-size: 18px; } }
.order-form .user-name, .order-form .user-email, .order-form .user-tel, .order-form .text-field {
width: 400px; }
.order-form .text-field {
height: 196px; }
.order-form .full-container {
width: 900px;
max-width: 100%;
margin: auto;
font-size: 0;
overflow: auto;
/*custom file upload*/
/* style 1 */
/*cusom file upload over */ }
.order-form .full-container .left-cont, .order-form .full-container .right-cont {
display: inline-block;
vertical-align: top;
width: 50%;
padding: 15px; }
@media all and (max-width: 1000px) {
.order-form .full-container .left-cont, .order-form .full-container .right-cont {
width: 100%; } }
@media all and (max-width: 768px) {
.order-form .full-container .left-cont, .order-form .full-container .right-cont {
padding: 0; } }
.order-form .full-container .right-cont .detailed-brief-btn {
width: 400px;
margin-top: 30px; }
@media all and (max-width: 768px) {
.order-form .full-container .right-cont {
display: none; } }
@media all and (max-height: 800px) {
.order-form .full-container .right-cont {
display: none; } }
.order-form .full-container .right-cont .text-field-cont {
position: relative; }
@media all and (max-width: 1000px) {
.order-form .full-container .right-cont .text-field-cont {
display: inline-block; }
.order-form .full-container .right-cont .text-field-cont .text-field {
margin: 0 auto; } }
.order-form .full-container .js .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1; }
.order-form .full-container .inputfile + label {
max-width: 80%;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
vertical-align: top;
padding: 5px;
overflow: hidden;
position: absolute;
right: 11px;
bottom: 1px; }
.order-form .full-container .inputfile + label span {
font-family: "SegoeUIBold", sans-serif;
font-size: 14px;
color: #000;
text-transform: uppercase;
height: 27px;
line-height: 27px;
padding: 0px 14px; }
.order-form .full-container .inputfile + label .icon {
vertical-align: top; }
.order-form .full-container .no-js .inputfile + label {
display: none; }
.order-form .full-container .inputfile:focus + label,
.order-form .full-container .inputfile.has-focus + label {
outline: 1px dotted #000;
outline: -webkit-focus-ring-color auto 5px; }
.order-form .full-container .inputfile + label * {
/* pointer-events: none; */
/* in case of FastClick lib use */ }
.order-form .full-container .inputfile + label svg {
width: 1em;
height: 1em;
vertical-align: middle;
fill: currentColor;
margin-top: -0.25em;
/* 4px */
margin-right: 0.25em;
/* 4px */ }
.order-form .full-container .inputfile-1 + label {
color: black;
background-color: white; }
.order-form .full-container .inputfile-1:focus + label,
.order-form .full-container .inputfile-1.has-focus + label,
.order-form .full-container .inputfile-1 + label:hover {
background-color: #f0cf16; }
@media screen and (max-width: 50em) {
.order-form .full-container .inputfile-6 + label strong {
display: block; } }
.success-form .success-close-btn {
text-align: center;
cursor: pointer; }
@media all and (max-width: 768px) {
.success-form .success-close-btn .icon-check-mark {
-webkit-transform: scale(0.5);
transform: scale(0.5); } }
.success-form .contact-info {
padding-bottom: 25px; }
.success-form .contact-info p {
font-size: 20px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
.success-form .contact-info p {
font-size: 18px; } }
.success-form .contact-info p.contact-telephone, .success-form .contact-info p.contact-email {
font-size: 24px; }
@media all and (max-width: 768px) {
.success-form .contact-info p.contact-telephone, .success-form .contact-info p.contact-email {
font-size: 20px; } }
.success-form .contact-info p.contact-email {
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16; }
/* for media*/
.name_city {
text-align: center;
margin-bottom: 4rem; }
.name_city p {
font-size: 4.6rem;
font-family: "SegoeUIBold", sans-serif; }
/* for media*/
.yellow_button {
display: block;
width: 283px;
height: 5.8rem;
background-color: #f0cf16;
text-align: center;
color: black;
font-family: "SegoeUIBold", sans-serif;
font-size: 2.5rem;
line-height: 5.8rem;
margin-bottom: 14px;
text-decoration: none;
transition: all 0.35s ease;
cursor: pointer; }
.yellow_button:hover {
color: #f0cf16;
box-shadow: 0 90px 0 0 black inset; }
.transparent_btn {
background: transparent;
border: 1px solid #a44699;
color: #a44699;
line-height: 8.1rem;
height: 8.5rem;
font-size: 3.6rem;
font-family: "SegoeUISemiBold", sans-serif;
padding: 0px 20px;
min-width: 290px;
display: inline-block;
cursor: pointer; }
.btn_wb {
font-size: 2.4rem;
font-family: "SegoeUISemiBold", sans-serif;
border: 3px solid black;
color: black;
width: 244px;
height: 6.9rem;
line-height: 6rem;
text-transform: uppercase;
cursor: pointer; }
.btn_TW, .btn_BT {
font-size: 3.6rem;
height: 8.6rem;
line-height: 7.5rem;
border-radius: 5px;
font-family: "SegoeUIBold", sans-serif;
width: 723px;
background-color: transparent;
text-transform: uppercase;
max-width: 80%;
cursor: pointer;
transition: all 0.35s ease; }
.btn_TW {
color: white;
border: 0.4rem solid white;
transition: all 0.4s ease; }
.btn_BT {
color: black;
border: 0.4rem solid black; }
.btn_close {
float: right;
display: block;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
background: black;
text-decoration: none;
max-width: 80%;
cursor: pointer;
font-size: 25px;
color: white; }
.black_btn {
background: black;
color: #FD0;
height: 6.4rem;
font-size: 2.7rem;
font-family: "SegoeUIBold", sans-serif;
padding: 0px 2.9rem;
border: none;
max-width: 80%;
cursor: pointer; }
.siren_btn {
background: #a34699;
color: white;
font-size: 1.8rem;
font-family: "SegoeUIBold", sans-serif;
text-transform: uppercase;
padding: 0px 2.9rem;
border: none;
height: 3.9rem;
line-height: 3.9rem;
border-radius: 4px;
max-width: 80%;
cursor: pointer; }
.darknes {
position: fixed;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 100400;
display: none;
opacity: 0;
transition: all 0.8s ease;
background: rgba(0, 0, 0, 0.7); }
.darknes_active {
opacity: 1;
display: block; }
.hidden {
visibility: hidden; }
@media screen and (min-width: 1920px) {
.one_job {
background-size: 100%; } }
@media screen and (max-width: 1800px) {
.hidden_content {
padding: 20px 15px 0px; }
.hidden_content .name_content {
font-size: 2.3rem;
line-height: 2.4rem; }
.hidden_content .desc_content {
font-size: 2rem;
line-height: 2.1rem; }
.hidden_content .icon-portolio_row {
bottom: 1.5rem;
left: 15px; }
.one_block:hover .hidden_content {
top: 0px;
bottom: 0px;
opacity: 1; }
.one_block:hover .hidden_content .name_content {
top: 0px; }
.one_block:hover .hidden_content .desc_content {
top: 0px; }
.one_block:hover .hidden_content .icon-portolio_row {
bottom: 1.5rem; } }
@media screen and (max-width: 1550px) {
.after_article .container, .article .container, .article_info .container, .one_job .container {
padding-right: 15px;
padding-left: 15px; } }
@media screen and (max-width: 1500px) {
.services_slider .slick-prev {
left: 5px; }
.services_slider .slick-next {
right: 0px; }
.personal_slider .one_person {
text-align: center; }
.personal_slider .icon-left_arrow_black {
left: 0px; }
.personal_slider .icon-right_arrow_black {
right: 0px; } }
@media screen and (max-width: 1366px) {
.background .page_name {
padding-top: 133px; }
.blog_nav li a {
font-size: 1.8rem; } }
@media screen and (max-width: 1350px) {
.portfolio_block .one_block {
width: 33.3%; }
.services_slider .slick-center {
width: 33.3vw !important; }
.services_slider .slick-center figcaption {
width: 100%;
left: 0px; }
.services_slider .slick-center .slide_description {
width: 100%;
width: 100vw;
left: calc(-33.3vw + 5vw); } }
@media screen and (max-width: 1250px) {
html {
font-size: 8px; }
.main_menu li a {
padding: 13px 11px 21px; }
.brif .left_colum {
width: 45%; }
.brif .right_colum {
width: 54%;
padding-right: 4%; }
.news_lenght .rating-container .rating {
width: 12rem; }
.promo_block {
width: 40%; }
.link_block {
width: 59%; }
.link_block li {
margin-right: 7%;
width: 38%; }
.message-wrapper .close {
right: 15px; }
footer .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
footer .container .one_column {
margin-left: auto; }
footer .container .one_column:last-child {
margin-right: auto; }
.service_nav a {
width: auto;
max-width: 240px; }
.container_small {
padding-left: 15px;
padding-right: 15px; } }
@media screen and (max-width: 1100px) {
.left_text {
width: 40%; } }
@media screen and (max-width: 1000px) {
header {
z-index: 200; }
header.black-header {
background-color: #000; }
.visible_on_mobile {
display: block; }
.main_menu {
width: 100vw;
background-color: #000;
position: absolute;
overflow: hidden;
transition: all 0.4s ease-out;
opacity: 0;
right: -100%;
display: none; }
.main_menu ul {
display: block;
width: 100%; }
.main_menu li {
float: none;
width: 100%; }
.main_menu li a {
display: block;
border-top: 0px;
border-bottom: 3px solid #000;
line-height: 60px;
height: 60px;
padding-top: 0px;
padding-bottom: 0px;
font-family: "SegoeUIBold", sans-serif;
font-size: 24px;
color: #fff;
width: 100%;
text-align: center; }
.main_menu li a:hover, .main_menu li a:active {
background: #c140af;
color: black;
border-bottom: 3px solid #f0cf16; }
.main_menu li .active {
padding: 0px 13px 0px 33px;
color: #000;
background-color: #f0cf16;
border-top: none; }
.main_menu .btn_calculate {
display: block;
width: 100%;
font-family: "SegoeUIBold", sans-serif;
font-size: 24px;
text-align: center;
padding-left: 31px;
padding-right: 13px;
line-height: 60px;
height: 60px; }
.main_menu .languge {
width: 100%;
text-align: center; }
.main_menu .languge li {
width: 50px;
padding-left: 0px; }
.main_menu .languge li .active {
color: #f0cf16;
border-bottom: none; }
.main_menu .languge li a {
font-size: 18px;
border-bottom: none; }
.main_menu .languge li a:hover {
color: #f0cf16; }
.menu_triger {
text-decoration: none;
position: absolute;
right: 10px;
top: 10px;
width: 45px;
transition: top 0.4s ease;
z-index: 100500;
cursor: pointer; }
.menu_triger div {
width: 100%;
height: 4px;
background: #f0cf16;
margin-bottom: 9px;
transition: all 0.4s ease-out, opacity 0.2s; }
.menu_active {
cursor: pointer;
top: 23px; }
.menu_active div {
background: #C140AF; }
.menu_active .first {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0px; }
.menu_active .third {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
top: 0px; }
.menu_active .second {
opacity: 0;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg); }
.menu_triger:hover {
text-decoration: none; }
.show_menu {
width: 100%;
height: 100vh;
right: 0px;
display: block;
opacity: 1; }
.link_on_brif .motivation_text {
padding: 22px; }
.service_nav .flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.news_lenght .one_news .news_description {
border: none; }
.right_sidebar {
display: none; }
.article_container {
max-width: 100%; } }
@media screen and (max-width: 768px) {
.subscribe {
background: url("../images/mobile/subscribe.jpg") no-repeat; }
.background {
background: url("../images/mobile/back_company.jpg") no-repeat; }
.portfolio_subscribe {
background: url("../images/mobile/porfolio_subscribe.jpg") no-repeat; }
.service_sec {
background: url("../images/mobile/service_back.jpg") no-repeat; }
.service_page {
background: url("../images/mobile/main_back_chease.jpg") no-repeat; }
.btn:after {
content: ' ';
opacity: 0 !important; }
.yellow_button:hover, .transparent_btn:hover, .btn_wb:hover, .btn_TW:hover {
padding-right: 0px !important; }
.left_text {
display: none; }
.write_us {
display: block;
margin: auto;
max-width: 100%; }
.main_menu {
display: none; }
.show_menu {
display: block; }
.hidden_content {
padding: 20px 15px 45px; }
.hidden_content .name_content {
font-size: 2.3rem;
line-height: 2.4rem; }
.hidden_content .desc_content {
font-size: 2rem;
line-height: 2.1rem; }
.client_slider {
padding: 15px 0 15px; }
.client_slider .name_block {
margin-bottom: 0px; }
.what_you_get .one_block {
margin-bottom: 15px; }
.page_name {
font-size: 5rem; }
.expensive {
display: none; }
.nice_photo .one_item {
width: 50%; }
.on_service_page .text_block {
padding-right: 0px; }
.order_btn {
margin-left: auto; }
.portfolio_block .name_block {
margin-bottom: 23px; }
.portfolio_subscribe .name_block, .subscribe .name_block {
margin-bottom: 23px; }
.name_block {
font-size: 5rem; }
.our_manager {
padding: 0 0 0; }
.our_manager .name_block {
margin-bottom: 21px; }
.on_contact_page {
padding: 50px 0 50px; }
.brif .left_colum {
width: 100%;
padding-bottom: 15px; }
.brif .right_colum {
width: 100%; }
.brif .one_block {
margin-bottom: 20px; }
.service_sec {
height: auto;
padding-bottom: 30px; }
.service_nav .flex {
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column; }
.personal_slider .one_person .decription_person {
max-width: 100%;
padding-left: 0px; }
.personal_slider .one_person .ava_container {
height: auto;
margin-bottom: 15px; }
.personal_slider .icon-left_arrow_black, .personal_slider .icon-right_arrow_black {
margin-top: 0px;
top: 5%; }
.container {
width: 95%;
margin-left: auto;
margin-right: auto; }
.l-message .message {
padding-left: 15px;
padding-right: 15px; }
.l-message .container-message .row {
margin: 0px; }
.l-message .container-message .row label {
position: static;
text-align: left;
margin: auto;
max-width: 539px;
width: 100%; }
.l-message .btn_TW {
width: 80vw; }
.background .container, .some_text .container {
padding-left: 15px;
padding-right: 15px; }
.services_slider .slick-center {
width: 100vw !important; }
.services_slider .slick-center figcaption {
width: 100%;
left: 0px; }
.services_slider .slick-center .slide_description {
left: 0px;
padding-left: 15px; }
.page_name {
padding-top: 72px; }
.blog_nav {
margin-top: 20px; }
.blog_nav ul {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.news_lenght .one_news {
display: block;
border: 3px solid #efefef; }
.news_lenght .one_news .news_description {
border: none;
width: 100%; }
.news_lenght .one_news .preview {
width: 100%; }
.article_info .info .right_block {
float: none;
display: inline-block; }
.article_info .info p:nth-child(2) {
margin-right: 20px; }
.on_service_page h2 {
padding-right: 15%; }
.offer .left_column {
padding-right: 20px; }
.offer .cost .left_column {
width: 100%;
padding-right: 0px;
text-align: center; }
.offer .cost .right_column {
width: 100%;
max-width: 100%; }
.manager_connect .btn_TW {
line-height: initial;
padding-top: 10px;
padding-bottom: 15px;
height: auto;
font-size: 2.6rem; }
.one_manager {
display: block;
margin-bottom: 40px;
padding: 0px; }
.portfolio_block .one_block {
width: 50%; }
.after_article .flex {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.like_it .rating_container {
margin: auto;
margin-bottom: 15px; }
.like_it .rating_container .hide {
width: 0px; }
.qwestion {
display: block; }
.qwestion span {
display: block;
margin-left: auto;
margin-right: auto;
font-weight: 700; }
.hidden_arrow {
display: inline-block;
margin-bottom: 15px; }
.icon-animation_arrow {
display: none; } }
@media screen and (max-width: 700px) {
body, html {
width: 100vw;
max-width: 100vw; }
.message-wrapper .btn_BT {
width: 70vw;
font-size: 3rem; }
h1 {
font-size: 4.5rem; }
.about_agency h1 {
font-size: 4.5rem; }
h2 {
font-size: 3.6rem; }
h3 {
font-size: 3.0rem; }
h4 {
font-size: 2.5rem; }
.article p {
font-size: 1.8rem; }
.page_name {
font-size: 4.5rem; }
.promo_block {
width: 100%;
margin: auto;
display: block; }
.one_category {
margin-bottom: 20px; }
.link_block {
display: block;
max-width: 740px;
vertical-align: top;
float: none;
padding-left: 0px;
margin: 20px auto 20px;
width: 100%; }
.link_block li {
width: 47%;
margin-right: 2.5%; }
.some_text, .on_service_page {
padding-top: 20px; }
.some_text .left_container, .on_service_page .left_container {
width: 100%;
padding-right: 0px;
text-align: center;
margin-bottom: 15px; }
.some_text .text_block, .on_service_page .text_block {
width: 100%;
padding-right: 0px; }
.order_btn {
margin-left: auto;
max-width: 100%; }
.expensive {
display: none; }
footer .container {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-image: none; }
footer .container .one_column {
text-align: center;
margin-left: auto;
margin-right: auto;
display: block;
margin-bottom: 32px;
float: none; }
footer .container .one_column p {
margin-bottom: 0px; }
footer .container .one_column .number {
text-align: left; }
footer .container .one_column:last-child {
text-align: center;
float: none;
margin-left: auto;
margin-right: auto;
max-width: 150px; }
footer .container .one_column:last-child a .icon {
margin-left: 0px;
vertical-align: middle;
text-align: left; } }
@media screen and (max-width: 600px) {
.message-wrapper .btn_BT {
width: 70vw;
font-size: 2rem;
height: 6rem;
line-height: 5.5rem; }
.nice_photo .one_item {
width: 100%; }
.tell_to_as .order_btn {
line-height: 3.5rem;
height: 8rem;
padding: 5px 21% 10px 10%; }
.tell_to_as .order_btn .right_row {
right: 10%; }
.one_job {
min-height: 600px; }
.one_job .job_name {
font-size: 4.5rem;
line-height: 4.9rem; }
.about_agency .flex_container {
display: block; }
.promo_result {
float: none;
width: 155px; }
.promo_result .bonus {
font-size: 6.6rem; }
.promo_result sup {
font-size: 36px; }
.promo_result p {
font-size: 15px; }
.way_to_order {
float: none;
margin: auto; }
.way_to_order .yellow_button {
margin: 0px auto 14px;
max-width: 90%; }
.portfolio_block .image_conatainer_full {
max-height: 10000px; }
.l-message .conrol img {
margin-right: 15px;
margin-bottom: 20px;
vertical-align: top; }
.l-message .conrol button {
float: none;
display: inline-block; }
.adress span, .work_time span {
width: 30%;
text-align: right; }
.adress p, .work_time p {
font-size: 1.8rem;
width: 69%;
padding-left: 10%; }
.name_block {
font-size: 5rem; }
.blog_nav {
margin-bottom: 20px; }
.blog_nav ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.portfolio_subscribe .subscribeform, .subscribe .subscribeform {
font-size: 3rem;
padding-left: 32px;
width: 300px;
height: 55px;
border-radius: 7px;
border: none; }
.portfolio_subscribe .subscribe_btn, .subscribe .subscribe_btn {
width: 300px; }
.pagination li:nth-child(5) ~ li {
display: none; }
.pagination li:nth-last-child(2) {
display: inline-block !important; }
.news_lenght .one_news .short_desc {
width: 100%;
max-width: 100%;
text-align: justify; }
.news_lenght .one_news .rating_container {
width: 100%;
max-width: 100%; }
.news_lenght .one_news .rating_container .views {
width: 115px;
display: inline-block; }
.news_lenght .one_news .rating_container form {
width: 180px;
display: inline-block;
float: right; } }
@media screen and (max-width: 500px) {
.message-wrapper .btn_BT {
width: 90vw; }
.offer .cost, .offer .price, .offer .term {
font-size: 2.6rem; }
.offer .value {
font-size: 3rem; }
.order_btn {
padding-left: 4%;
width: 280px;
font-size: 2.5rem; }
.order_btn .right_row {
right: 6%; }
.padding_left {
padding-left: 0px; }
.custom_input {
width: 50%; }
.full {
width: 100%;
margin-left: 0px; }
.after_article .flex {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.creator {
margin-bottom: 15px; }
.similar_material .one_material {
width: 49.6%; }
.similar_material .one_material .name_block {
margin-bottom: 20px; }
.link_block {
max-width: 394px;
margin-left: auto;
margin-right: auto; }
.link_block li {
width: 100%;
margin-right: 0px; }
.link_block li:nth-child(2) {
border-top: none; } }
@media screen and (max-width: 400px) {
.services_slider .one_item .slide_description .yellow_button {
height: 50px;
line-height: 48px;
font-size: 2.6rem; }
.page_name {
font-size: 5rem; }
.background .page_name {
padding-top: 261px; }
.portfolio_block .one_block {
width: 100%; }
.article_info .info {
text-align: center; }
.article_info .info p {
margin-left: auto;
margin-right: auto;
display: block;
text-align: center; }
.article_info .info p:nth-child(2) {
margin-left: auto;
margin-right: auto; }
.article_info .info .right_block {
display: block; }
.article_info .info .right_block p:nth-child(2) {
margin-left: auto;
margin-right: auto; }
.mstar {
text-align: center; }
.mstar .rating-md {
display: inline-block;
margin-left: 31px; }
.close {
right: -25px;
top: -35px;
width: 35px;
height: 35px; }
.pop_mail .mail-back .some_text {
font-size: 14px; }
.news_lenght .one_news .news_description {
padding-left: 18px;
padding-right: 18px; }
.news_lenght .one_news .rating_container {
text-align: center;
margin-bottom: 10px;
padding-left: 2px;
padding-right: 2px; }
.news_lenght .one_news .rating_container .views {
display: inline-block;
margin-bottom: 5px; }
.news_lenght .one_news .rating_container form {
float: none; }
.news_lenght .one_news .link_read {
float: none; }
.news_lenght .one_news .info {
text-align: center; }
.news_lenght .one_news .info div {
margin-bottom: 15px; }
.news_lenght .one_news .info a {
display: inline-block;
vertical-align: top; } }
@media screen and (max-width: 360px) {
.page_name {
font-size: 3.5rem; }
.similar_material .one_material {
width: 100%; }
.similar_material .one_material img {
width: 100%; }
.similar_material .one_material:nth-child(2), .similar_material .one_material:nth-child(3), .similar_material .one_material:nth-child(4) {
display: none; } }
.transparent {
opacity: 0; }
.right_blick span {
display: inline-block;
color: #788490;
font-size: 55px;
transition: all 1s ease; }
.i-3 {
-webkit-animation: i-3 0.4s ease infinite;
animation: i-3 0.4s ease infinite; }
.i-2 {
-webkit-animation: i-2 0.4s ease infinite;
animation: i-2 0.4s ease infinite; }
.i-1 {
-webkit-animation: i-1 0.4s ease infinite;
animation: i-1 0.4s ease infinite; }
@-webkit-keyframes i-2 {
0% {
opacity: 1; }
50% {
opacity: 0.2; }
100% {
opacity: 0.6; } }
@keyframes i-2 {
0% {
opacity: 1; }
50% {
opacity: 0.2; }
100% {
opacity: 0.6; } }
@-webkit-keyframes i-3 {
0% {
opacity: 0.6; }
50% {
opacity: 1; }
100% {
opacity: 0.2; } }
@keyframes i-3 {
0% {
opacity: 0.6; }
50% {
opacity: 1; }
100% {
opacity: 0.2; } }
@-webkit-keyframes i-1 {
0% {
opacity: 0.2; }
50% {
opacity: 0.6; }
100% {
opacity: 1; } }
@keyframes i-1 {
0% {
opacity: 0.2; }
50% {
opacity: 0.6; }
100% {
opacity: 1; } }
.some_text h2 {
background-image: linear-gradient(to right, transparent 50%, #f0cf16 50%);
background-size: 204%;
transition: all 0.4s ease-in;
background-position: 0;
display: inline-block; }
.some_text:hover h2 {
background-position: -91%;
background-size: 211%; }
.hideeye {
padding-right: 20px !important; }
.hideeye:after {
content: ' ';
opacity: 0 !important; }
.smile {
font-size: inherit;
font-family: inherit; }
.back_to_top {
position: fixed;
z-index: 100500;
bottom: 100px;
right: 0px;
display: none;
background-color: rgba(163, 70, 153, 0.7);
position: fixed;
height: 80px;
width: 100px;
cursor: pointer;
transition: all 0.35s ease; }
.back_to_top i {
margin: auto;
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;
left: 0px; }
.back_to_top:hover {
background-color: #a34699; }
.back_to_top_visible {
display: block; }
.no_list_style li {
list-style: none; }
* {
box-sizing: border-box; }
html, body {
padding: 0;
margin: 0;
width: 100%; }
h1, h2, h3, h4, h5, h6 {
text-align: left;
font-family: "SegoeUIBold", sans-serif;
color: #000;
line-height: 1.2;
margin-bottom: 20px;
transition: all 1s; }
h2 {
font-size: 36px; }
@media all and (max-width: 600px) {
h2 {
font-size: 20px; } }
h3 {
font-size: 28px; }
@media all and (max-width: 600px) {
h3 {
font-size: 16px; } }
h4 {
font-size: 24px; }
h5 {
font-size: 20px; }
h6 {
font-size: 18px; }
.vertical-align {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.clearfix::after, .gl-container::after {
content: "";
display: table;
clear: both; }
.main-wrapper {
position: relative;
margin: 0 auto;
max-width: 1920px; }
#preloader {
position: fixed;
left: 0;
top: 0;
z-index: 100500;
width: 100%;
height: 100%;
overflow: visible;
background: #ffffff url("../images/preloader.gif") no-repeat center center; }
a.gl-link {
display: inline-block;
font: inherit;
font-family: "SegoeUIBold", sans-serif;
color: #a34699;
text-decoration: none;
cursor: pointer;
transition: all 0.4s;
padding: 0 2px;
border-bottom: 2px solid currentColor; }
.gl-container {
position: relative;
width: 80%;
margin: 0 auto;
text-align: center; }
@media screen and (max-width: 768px) {
.gl-container {
width: 90%; } }
.image-container {
width: 100%;
max-height: 100vh;
text-align: center;
font-size: 0; }
.image-container img {
width: 100%; }
.two-images-container {
width: 100%;
font-size: 0;
position: relative; }
.two-images-container .image-left, .two-images-container .image-right {
display: inline-block;
vertical-align: top;
width: 50%; }
.two-images-container .image-left img, .two-images-container .image-right img {
width: 100%; }
.two-images-container .image-left {
text-align: left; }
.two-images-container .image-right {
text-align: right; }
.three-images-container {
width: 100%;
font-size: 0;
position: relative; }
.three-images-container .image-left, .three-images-container .image-middle, .three-images-container .image-right {
display: inline-block;
width: 33.33%; }
.three-images-container .image-left img, .three-images-container .image-middle img, .three-images-container .image-right img {
width: 100%; }
.three-images-container .image-left {
text-align: left; }
.three-images-container .image-middle {
text-align: center; }
.three-images-container .image-right {
text-align: right; }
.bg-container {
position: relative;
width: 100%;
height: 100vh;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed;
transition: all 1s; }
.bg-container .dark-mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(60, 60, 60, 0.5);
z-index: 2; }
.bg-wrapper {
overflow: hidden; }
@media all and (min-width: 768px) {
.bg-wrapper .bg-container:hover {
-webkit-transform: scale(1.2) rotate(-5deg);
transform: scale(1.2) rotate(-5deg); } }
@media all and (max-width: 768px) {
.height-50-vh {
height: 50vh; } }
.back-to-top {
display: none;
position: fixed;
z-index: 999;
right: calc(10% - 70px);
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
cursor: pointer;
transition: all .35s ease;
opacity: 1;
bottom: 140px; }
@media screen and (max-width: 600px) {
.back-to-top {
bottom: 140px; } }
.back-to-top img {
padding: 25px 20px; }
@media screen and (max-width: 600px) {
.back-to-top img {
padding: 15px 10px; } }
.back-to-top-visible {
display: block; }
.search-container {
position: fixed;
bottom: 70px;
z-index: 999;
right: calc(10% - 70px); }
@media screen and (max-width: 600px) {
.search-container {
bottom: 90px; } }
.search-container .search-form {
font-size: 0; }
.search-container .search-form .input-container {
display: inline-block;
transition: all 0.4s; }
.search-container .search-form .input-container input {
display: none;
height: 68px;
width: 30vw;
padding: 0 20px;
font-size: 20px;
font-family: "SegoeUIRegular", sans-serif;
color: #f0cf16;
background-color: #262626;
line-height: 1.2;
text-align: center;
border: 0;
outline: none; }
@media screen and (max-width: 1000px) {
.search-container .search-form .input-container input {
width: 60vw; } }
@media screen and (max-width: 600px) {
.search-container .search-form .input-container input {
height: 48px;
width: 70vw;
padding: 0 2px; } }
.search-container .search-form .search-btn {
display: inline-block;
vertical-align: bottom;
position: relative;
top: 0;
background-color: rgba(0, 0, 0, 0.5);
border: none;
outline: none;
cursor: pointer;
transition: all .35s ease; }
.search-container .search-form .search-btn img {
padding: 20px; }
@media screen and (max-width: 600px) {
.search-container .search-form .search-btn img {
padding: 10px; } }
.search-container .search-form .search-btn:hover {
background-color: #f0cf16; }
@media all and (max-width: 768px) {
.back-to-top, .search-container {
right: 20px; } }
.back-to-top:hover {
background-color: #f0cf16; }
.back-to-top-visible {
display: block; }
.for-read-more {
display: none; }
.info-block-container {
position: relative;
z-index: 5; }
.info-block-container .gl-container {
width: 80%;
margin: 0 auto;
padding: 60px 0 20px 0;
font-size: 20px;
font-family: "SegoeUILight", sans-serif;
color: black;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 768px) {
.info-block-container .gl-container {
padding: 20px 0 10px 0;
width: 90%; } }
@media all and (max-width: 600px) {
.info-block-container .gl-container {
font-size: 16px; } }
.info-block-container .gl-container p, .info-block-container .gl-container ul, .info-block-container .gl-container ol {
position: relative;
z-index: 5;
font: inherit;
color: inherit;
margin-bottom: 10px; }
.info-block-container .gl-container p br, .info-block-container .gl-container ul br, .info-block-container .gl-container ol br {
line-height: 1.5; }
.info-block-container .gl-container p li, .info-block-container .gl-container p a, .info-block-container .gl-container ul li, .info-block-container .gl-container ul a, .info-block-container .gl-container ol li, .info-block-container .gl-container ol a {
color: inherit;
font: inherit; }
.info-block-container .gl-container p span, .info-block-container .gl-container p strong, .info-block-container .gl-container ul span, .info-block-container .gl-container ul strong, .info-block-container .gl-container ol span, .info-block-container .gl-container ol strong {
font-family: "SegoeUIBold", sans-serif;
font-size: inherit;
color: inherit; }
.info-block-container .gl-container ul, .info-block-container .gl-container ol {
padding-left: 40px; }
.info-block-container .gl-container ul li, .info-block-container .gl-container ol li {
padding-bottom: 10px; }
.info-block-container .gl-container ul {
list-style: disc; }
.info-block-container .gl-container ol {
list-style: decimal; }
.info-block-container .gl-container .for-read-more {
display: none;
padding-top: 15px; }
.info-block-container .gl-container .for-read-more-visible {
display: block; }
.info-block-container .gl-container .read-more-btn {
position: relative;
z-index: 5;
display: inline-block;
font-size: 30px;
font-family: "SegoeUIRegular", sans-serif;
color: #f0cf16;
line-height: 1.2;
text-align: left;
cursor: pointer;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.info-block-container .gl-container .read-more-btn {
display: block;
text-align: center; } }
@media all and (max-width: 600px) {
.info-block-container .gl-container .read-more-btn {
font-size: 20px; } }
.info-block-container .gl-container .read-more-btn.align-center {
display: block;
text-align: center; }
.info-block-container .gl-container .read-more-btn:hover {
text-decoration: underline; }
.info-block-container .gl-container .info-left-title {
font-size: 36px;
font-family: "SegoeUIBold", sans-serif;
color: #000;
line-height: 1.2;
text-align: center;
margin-bottom: 20px;
transition: all 1s; }
@media all and (min-width: 1200px) {
.info-block-container .gl-container .info-left-title {
width: 80%; } }
@media all and (max-width: 600px) {
.info-block-container .gl-container .info-left-title {
font-size: 20px; } }
.info-block-container .gl-container .info-left {
width: 50%;
float: left;
text-align: center;
padding-right: 20px; }
@media all and (max-width: 768px) {
.info-block-container .gl-container .info-left {
width: 100%;
float: none;
margin: 0 auto;
padding-right: 0; } }
.info-block-container .gl-container .info-right {
padding-left: 20px;
width: 50%;
float: left; }
@media all and (max-width: 768px) {
.info-block-container .gl-container .info-right {
width: 100%;
float: none;
margin: 0 auto;
padding-left: 0; } }
.h2-title {
position: relative;
z-index: 5;
padding: 60px 0;
font-size: 36px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 1000px) {
.h2-title {
padding: 40px 0; } }
@media all and (max-width: 768px) {
.h2-title {
font-size: 24px;
padding: 20px 0; } }
@media all and (max-width: 600px) {
.h2-title {
font-size: 20px;
padding: 20px 0; } }
.header-white {
color: white; }
.header-black {
color: black; }
.concepts-info {
position: relative;
background-color: black;
padding-bottom: 140px; }
@media all and (max-width: 768px) {
.concepts-info {
padding-bottom: 70px; } }
@media all and (max-width: 600px) {
.concepts-info {
padding-bottom: 30px; } }
.concepts-info .gl-container {
width: 80%;
margin: 0 auto; }
.concepts-info .gl-container h2 {
padding: 60px 0;
font-size: 60px;
font-family: "SegoeUIBold", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
.concepts-info .gl-container h2 {
font-size: 36px;
padding: 40px 0; } }
@media all and (max-width: 600px) {
.concepts-info .gl-container h2 {
font-size: 20px;
padding: 20px 0; } }
.concepts-info .gl-container p {
font-size: 24px;
font-family: "SegoeUILight", sans-serif;
color: white;
line-height: 1.2;
text-align: justify; }
@media all and (max-width: 600px) {
.concepts-info .gl-container p {
font-size: 16px; } }
.contact-us-form {
position: relative;
padding-bottom: 10px; }
.contact-us-form .gl-container {
width: 80%;
margin: 0 auto; }
.contact-us-form .gl-container .form-title {
padding: 70px 0;
font-size: 60px;
font-family: "SegoeUIBold", sans-serif;
color: #8a3b86;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
.contact-us-form .gl-container .form-title {
font-size: 30px;
padding: 30px 0; } }
@media all and (max-width: 600px) {
.contact-us-form .gl-container .form-title {
font-size: 24px;
padding: 20px 0; } }
.contact-us-form .gl-container .contact-us-header-animate {
position: relative;
opacity: 0;
transition: all 2s; }
.contact-us-form .gl-container .contact-us-header-animate-active {
opacity: 1; }
.contact-us-form .gl-container p {
font-size: 30px;
font-family: "SegoeUIRegular", sans-serif;
color: black;
line-height: 1.6;
text-align: justify; }
@media all and (max-width: 768px) {
.contact-us-form .gl-container p {
font-size: 20px;
line-height: 1.2; } }
@media all and (max-width: 600px) {
.contact-us-form .gl-container p {
font-size: 16px;
line-height: 1.0; } }
.contact-us-form .gl-container p span {
color: #8a3b86;
font-size: 30px;
font-weight: bold; }
@media all and (max-width: 768px) {
.contact-us-form .gl-container p span {
font-size: 20px; } }
@media all and (max-width: 600px) {
.contact-us-form .gl-container p span {
font-size: 16px; } }
.contact-us-form .gl-container p input {
display: inline-block;
width: 300px;
font-size: 30px;
font-family: "SegoeUIRegular", sans-serif;
text-align: center;
color: #8a3b86;
background-color: transparent;
outline: none;
border: none;
border-bottom: 2px solid #000; }
@media all and (max-width: 768px) {
.contact-us-form .gl-container p input {
width: 200px;
font-size: 20px; } }
@media all and (max-width: 600px) {
.contact-us-form .gl-container p input {
font-size: 16px; } }
.contact-us-form .gl-container .contact-us-content-animate {
position: relative;
opacity: 0;
transition: all 2s; }
.contact-us-form .gl-container .contact-us-content-animate-active {
opacity: 1; }
.contact-us-form .gl-container button {
display: block;
margin: 90px auto 70px auto;
padding: 25px 82px;
font-size: 26px;
font-family: "SegoeUIBold", sans-serif;
color: #8a3b86;
text-transform: uppercase;
line-height: 1.2;
text-align: center;
background-color: #ffcc00;
border: none;
outline: none;
cursor: pointer;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.contact-us-form .gl-container button {
padding: 15px 40px;
margin: 40px auto; } }
@media all and (max-width: 600px) {
.contact-us-form .gl-container button {
padding: 15px 40px;
margin: 20px auto;
font-size: 20px; } }
.contact-us-form .gl-container button:hover {
color: #ffcc00;
box-shadow: 0 100px 0 0 #000 inset; }
.contact-us-form .projects-btns-container {
padding-top: 10px;
font-size: 0; }
.contact-us-form .projects-btns-container .left-btn, .contact-us-form .projects-btns-container .right-btn {
display: inline-block;
vertical-align: top;
width: 50%;
position: relative;
z-index: 5; }
.contact-us-form .projects-btns-container .left-btn .inner-cont, .contact-us-form .projects-btns-container .right-btn .inner-cont {
padding: 10px 15px; }
.contact-us-form .projects-btns-container .left-btn .inner-cont a, .contact-us-form .projects-btns-container .right-btn .inner-cont a {
display: inline-block;
height: 40px;
line-height: 20px;
text-align: center;
background-color: #607378;
transition: all 0.4s;
text-decoration: none;
border-radius: 20px; }
.contact-us-form .projects-btns-container .left-btn .inner-cont a .icon, .contact-us-form .projects-btns-container .right-btn .inner-cont a .icon {
vertical-align: top;
position: relative;
top: 10px; }
.contact-us-form .projects-btns-container .left-btn .inner-cont a span, .contact-us-form .projects-btns-container .right-btn .inner-cont a span {
display: inline-block;
color: #fff;
font-size: 20px;
line-height: 35px;
padding: 0 15px;
font-family: "SegoeUILight", sans-serif; }
@media all and (max-width: 600px) {
.contact-us-form .projects-btns-container .left-btn .inner-cont a span, .contact-us-form .projects-btns-container .right-btn .inner-cont a span {
display: none; } }
@media all and (max-width: 600px) {
.contact-us-form .projects-btns-container .left-btn .inner-cont a, .contact-us-form .projects-btns-container .right-btn .inner-cont a {
width: 40px; } }
.contact-us-form .projects-btns-container .left-btn:hover .inner-cont a, .contact-us-form .projects-btns-container .right-btn:hover .inner-cont a {
background-color: #4e5a5d; }
.contact-us-form .projects-btns-container .left-btn {
text-align: left; }
.contact-us-form .projects-btns-container .left-btn .inner-cont a .icon {
margin-left: 15px; }
@media all and (max-width: 600px) {
.contact-us-form .projects-btns-container .left-btn .inner-cont a .icon {
margin-left: 0; } }
.contact-us-form .projects-btns-container .right-btn {
text-align: right; }
.contact-us-form .projects-btns-container .right-btn .inner-cont a .icon {
margin-right: 15px; }
@media all and (max-width: 600px) {
.contact-us-form .projects-btns-container .right-btn .inner-cont a .icon {
margin-right: 0; } }
.animated {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s; }
.bounceInLeft, .bounceInRight, .bounceInDown, .bounceInUp {
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s; }
section .like_it {
text-align: center; }
.services-menu .main_menu li a {
color: #000; }
.service-header {
padding-bottom: 100px;
font-size: 60px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: center;
text-transform: uppercase; }
@media all and (max-width: 1200px) {
.service-header {
font-size: 50px; } }
@media all and (max-width: 1000px) {
.service-header {
font-size: 40px; } }
@media all and (max-width: 600px) {
.service-header {
font-size: 30px;
padding-bottom: 30px; } }
.btn-hidden {
padding: 50px 0;
text-align: center; }
@media all and (max-width: 768px) {
.btn-hidden {
padding: 20px 0; } }
.btn-hidden a {
margin: 0 auto;
text-decoration: none;
text-transform: uppercase;
padding: 30px 20px;
border: 1px solid #a44699;
width: 90%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media all and (max-width: 768px) {
.btn-hidden a {
padding: 10px 5px; } }
.btn-hidden a span {
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: #a44699;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
.btn-hidden a span {
font-size: 20px; } }
.btn-hidden a img {
opacity: 0;
position: relative;
margin-left: -10px;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.btn-hidden a img {
opacity: 1;
margin-left: 10px; } }
.btn-hidden a:hover img {
opacity: 1;
margin-left: 10px; }
@media all and (max-width: 768px) {
.see-more-portfolio-btn {
padding: 20px 0; } }
.see-more-portfolio-btn a {
max-width: 550px; }
h1.top-title {
font-size: 80px;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
line-height: 1.2;
text-align: center;
position: relative;
z-index: 5;
width: 100%; }
@media all and (max-width: 1400px) {
h1.top-title {
font-size: 70px; } }
@media all and (max-width: 1200px) {
h1.top-title {
font-size: 60px; } }
@media all and (max-width: 1000px) {
h1.top-title {
font-size: 50px; } }
@media all and (max-width: 700px) {
h1.top-title {
font-size: 40px; } }
@media all and (max-width: 500px) {
h1.top-title {
font-size: 24px; } }
.service_categories .service-header {
padding-bottom: 50px;
font-size: 60px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: center;
text-transform: uppercase; }
@media all and (max-width: 1200px) {
.service_categories .service-header {
font-size: 50px; } }
@media all and (max-width: 1000px) {
.service_categories .service-header {
font-size: 40px;
padding-bottom: 30px;
padding-top: 20px; } }
@media all and (max-width: 600px) {
.service_categories .service-header {
font-size: 30px;
padding-bottom: 20px; } }
@media all and (max-width: 1200px) {
#services .top-container {
display: none; } }
#services .bg-white-container {
background-color: #fff; }
#services .title-container {
position: relative;
padding: 15vh 0 5vh 0; }
@media all and (max-width: 1200px) {
#services .title-container {
display: none; } }
@media all and (max-height: 768px) {
#services .title-container {
padding: 10vh 0 5vh 0; } }
#services .title-container .top-title {
color: black;
padding-top: 0; }
#services #my-thumbs-list {
position: relative;
height: 700px;
background-image: url("../images/services/picture-main-slide.jpg");
overflow: auto; }
@media all and (max-width: 1200px) {
#services #my-thumbs-list {
display: none; } }
#services #my-thumbs-list .dark-mask {
position: relative;
z-index: 1; }
#services #my-thumbs-list .dark-mask ul {
background-color: rgba(60, 60, 60, 0.5); }
#services #my-thumbs-list .dark-mask ul .slider-item {
width: calc(100% / 6);
height: 700px;
padding: 100px 20px 50px 20px; }
@media all and (max-width: 768px) {
#services #my-thumbs-list .dark-mask ul .slider-item {
width: 100vw; } }
#services #my-thumbs-list .dark-mask ul .slider-item .slide-title {
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all 0.4s;
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
#services #my-thumbs-list .dark-mask ul .slider-item .slide-title-small {
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all 0.4s;
font-size: 16px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: center;
padding: 30px 20px 0 20px; }
#services #my-thumbs-list .dark-mask ul .slider-item .slide-links {
opacity: 0;
transition: all 0.4s;
-webkit-transform: translateY(50px);
transform: translateY(50px);
overflow: hidden; }
#services #my-thumbs-list .dark-mask ul .slider-item .slide-links .slide-hr {
width: 50%;
margin: 30px auto;
color: white; }
#services #my-thumbs-list .dark-mask ul .slider-item .slide-links a {
display: block;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 3;
text-align: center;
text-decoration: none;
transition: all 0.4s; }
#services #my-thumbs-list .dark-mask ul .slider-item .slide-links a:hover {
color: #f0cf16; }
#services #my-thumbs-list .dark-mask ul .slider-item:hover {
background-color: rgba(220, 220, 220, 0.5); }
#services #my-thumbs-list .dark-mask ul .slider-item:hover .slide-title, #services #my-thumbs-list .dark-mask ul .slider-item:hover .slide-title-small {
-webkit-transform: translateY(-50px);
transform: translateY(-50px); }
#services #my-thumbs-list .dark-mask ul .slider-item:hover .slide-links {
opacity: 1;
-webkit-transform: translateY(-50px);
transform: translateY(-50px); }
#services #my-thumbs-list .dark-mask .visual-wrapper {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden; }
#services #my-thumbs-list .dark-mask .visual-wrapper .visual {
position: relative;
display: none;
height: 100%; }
#services #my-thumbs-list .dark-mask .visual-wrapper .visual video {
height: 100%; }
#services #my-thumbs-list .dark-mask .visual-wrapper .vis-active {
display: block; }
#service-page .top-container {
background-image: url("../images/service-page/slide-picture.jpg");
position: relative; }
@media all and (max-height: 768px) {
#service-page .top-container .title-container {
padding-top: 12vh; } }
#service-page .top-container .service-price-container {
position: absolute;
width: 100%;
bottom: 30px;
left: 0;
font-size: 0; }
#service-page .top-container .service-price-container .left-cont, #service-page .top-container .service-price-container .right-cont {
display: inline-block;
vertical-align: top;
width: 50%; }
@media all and (max-width: 1000px) {
#service-page .top-container .service-price-container .left-cont, #service-page .top-container .service-price-container .right-cont {
width: 100%; } }
#service-page .top-container .service-price-container .left-cont .price-title {
font-size: 30px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 500px) {
#service-page .top-container .service-price-container .left-cont .price-title {
font-size: 20px; } }
#service-page .top-container .service-price-container .left-cont .price {
font-size: 120px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 1600px) {
#service-page .top-container .service-price-container .left-cont .price {
font-size: 70px; } }
@media all and (max-width: 1400px) {
#service-page .top-container .service-price-container .left-cont .price {
font-size: 60px; } }
@media all and (max-width: 1200px) {
#service-page .top-container .service-price-container .left-cont .price {
font-size: 50px; } }
@media all and (max-width: 1000px) {
#service-page .top-container .service-price-container .left-cont .price {
font-size: 40px; } }
@media all and (max-width: 768px) {
#service-page .top-container .service-price-container .left-cont .price {
font-size: 24px; } }
#service-page .top-container .service-price-container .left-cont .executed-time {
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16;
text-transform: uppercase;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 768px) {
#service-page .top-container .service-price-container .left-cont .executed-time {
font-size: 24px; } }
#service-page .top-container .service-price-container .left-cont .btns-container {
text-align: left;
font-size: 0; }
#service-page .top-container .service-price-container .left-cont .btns-container .order-service-btn, #service-page .top-container .service-price-container .left-cont .btns-container .too-expensive-btn {
display: inline-block;
width: 250px;
margin: 15px; }
#service-page .top-container .service-price-container .left-cont .btns-container .too-expensive-btn {
border: none;
text-decoration: underline; }
#service-page .top-container .service-price-container .left-cont .btns-container .too-expensive-btn:hover {
background-color: transparent; }
#service-page .top-container .service-price-container .right-cont {
padding-left: 50px; }
@media all and (max-width: 1000px) {
#service-page .top-container .service-price-container .right-cont {
display: none; } }
#service-page .top-container .service-price-container .right-cont .price-factors-title {
font-size: 48px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16;
line-height: 1.2;
text-align: left;
padding-bottom: 20px; }
@media all and (max-width: 1400px) {
#service-page .top-container .service-price-container .right-cont .price-factors-title {
font-size: 40px; } }
@media all and (max-width: 1000px) {
#service-page .top-container .service-price-container .right-cont .price-factors-title {
font-size: 32px; } }
@media all and (max-width: 700px) {
#service-page .top-container .service-price-container .right-cont .price-factors-title {
font-size: 24px; } }
#service-page .top-container .service-price-container .right-cont .price-factors-list {
width: 100%; }
#service-page .top-container .service-price-container .right-cont .price-factors-list .price-factor {
font-size: 24px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: left; }
#service-page .title-container {
position: relative;
padding-top: 30vh; }
@media all and (max-height: 768px) {
#service-page .title-container {
padding-top: 20vh; } }
@media all and (max-width: 768px) {
#service-page .title-container {
padding-top: 20vh; } }
#service-page .title-container .top-title {
color: white; }
#service-page .info-block-container .gl-container {
max-width: 1000px; }
#service-page .info-block-container .gl-container .info-left, #service-page .info-block-container .gl-container .info-right {
width: 100%;
padding: 0; }
#service-page .info-block-container .gl-container .info-right .list {
width: 100%;
padding: 10px 0;
list-style: none;
/* Remove list bullets */ }
#service-page .info-block-container .gl-container .info-right .list .list-item:before {
content: "-";
/* Insert content that looks like bullets */
padding-right: 8px;
color: #000;
/* Or a color you prefer */ }
#service-page .info-block-container .gl-container .info-right .list .list-item {
font-size: 20px;
font-family: "SegoeUILight", sans-serif;
color: black;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 768px) {
#service-page .info-block-container .gl-container .info-right .list .list-item {
font-size: 16px; } }
#service-page .info-block-container .gl-container .info-right p span, #service-page .info-block-container .gl-container .info-right p strong {
font-family: "SegoeUIBold", sans-serif;
color: #000; }
#service-page .info-block-container .gl-container .info-right .image-container {
padding: 30px 0;
overflow: hidden; }
@media all and (max-width: 768px) {
#service-page .info-block-container .gl-container .info-right .image-container {
padding: 10px 0; } }
#service-page .info-block-container .gl-container .info-right p.contact-info {
margin: 15px 0;
font-family: "SegoeUIBold", sans-serif;
color: #a44699; }
@media all and (max-width: 1000px) {
#service-page .info-block-container .gl-container .info-left, #service-page .info-block-container .gl-container .info-right {
width: 100%; } }
#service-page .order-block {
font-size: 0;
background-color: #a44699; }
#service-page .order-block .left-cont, #service-page .order-block .right-cont {
width: 30%; }
#service-page .order-block .middle-cont {
width: 40%; }
#service-page .order-block .left-cont, #service-page .order-block .middle-cont, #service-page .order-block .right-cont {
display: inline-block;
vertical-align: top; }
@media all and (max-width: 1000px) {
#service-page .order-block .left-cont, #service-page .order-block .middle-cont, #service-page .order-block .right-cont {
width: 100%; } }
#service-page .order-block .order-title-wrapper {
height: 125px;
background-color: #a44699;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media all and (max-width: 1000px) {
#service-page .order-block .order-title-wrapper {
height: 75px; } }
#service-page .order-block .order-title-wrapper .order-title {
padding: 10px;
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: white;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
#service-page .order-block .order-title-wrapper .order-title {
font-size: 20px; } }
#service-page .order-block .order-btn a {
width: 100%;
height: 125px;
padding: 0 20px; }
@media all and (max-width: 1000px) {
#service-page .order-block .order-btn a {
height: 75px; } }
#service-page .order-block .expensive-btn {
height: 125px;
padding: 10px;
background-color: #a44699;
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: white;
text-decoration: underline;
text-transform: uppercase;
line-height: 1.2;
text-align: center;
cursor: pointer;
border: none;
outline: none;
width: 100%;
transition: all 0.4s; }
@media all and (max-width: 1000px) {
#service-page .order-block .expensive-btn {
height: 75px; } }
@media all and (max-width: 768px) {
#service-page .order-block .expensive-btn {
font-size: 20px; } }
#service-page .order-block .expensive-btn:hover {
color: #000; }
#service-page .expensive-block {
display: none;
padding: 50px 0 25px 0; }
@media all and (max-width: 768px) {
#service-page .expensive-block {
padding: 20px 0 10px 0; } }
#service-page .expensive-block .expensive-block-header {
font-size: 60px;
font-family: "SegoeUIBold", sans-serif;
color: #010101;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 1000px) {
#service-page .expensive-block .expensive-block-header {
font-size: 48px; } }
@media all and (max-width: 700px) {
#service-page .expensive-block .expensive-block-header {
font-size: 32px; } }
#service-page .expensive-block .expensive-block-header span {
font-size: inherit;
color: #a44699; }
#service-page .expensive-block .expensive-items {
margin: 80px 0;
font-size: 0; }
@media all and (max-width: 768px) {
#service-page .expensive-block .expensive-items {
margin: 20px 0; } }
#service-page .expensive-block .expensive-items .expensive-wrapper {
display: inline-block;
width: 25%;
vertical-align: text-top;
text-align: center; }
@media all and (max-width: 1400px) {
#service-page .expensive-block .expensive-items .expensive-wrapper {
width: 50%; } }
@media all and (max-width: 768px) {
#service-page .expensive-block .expensive-items .expensive-wrapper {
width: 100%; } }
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item {
position: relative;
margin: 10px;
padding: 10px;
height: 50vh;
max-width: 350px;
max-height: 350px;
background-color: #a44699;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media all and (max-width: 1400px) {
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item {
margin: 10px auto; } }
@media all and (max-width: 1000px) {
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item {
margin: 10px; } }
@media all and (max-width: 768px) {
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item {
margin: 10px auto;
height: 40vh; } }
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-item-title {
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-item-title {
font-size: 24px; } }
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-item-percent {
font-size: 100px;
font-family: "SegoeUIBold", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-item-percent {
font-size: 75px; } }
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-item-proposition {
font-size: 24px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-item-proposition {
font-size: 20px; } }
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-hover-layer {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0 20px;
transition: all 0.4s;
border-width: 5px;
border-color: #e2b2dc;
border-style: solid;
background-color: #7f2a75;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-hover-layer span {
display: inline-block;
width: 100%;
font-size: 24px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-hover-layer span {
font-size: 20px; } }
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item:hover .expensive-hover-layer {
opacity: 1; }
#service-page .service-icons-container {
padding-bottom: 20px; }
@media all and (max-width: 768px) {
#service-page .service-icons-container {
padding-bottom: 20px; } }
#service-page .service-icons-container .service-item {
display: inline-block;
vertical-align: top;
text-align: center; }
#service-page .service-icons-container .service-item img {
display: inline-block;
width: 100%;
max-width: 134px; }
#service-page .service-icons-container .service-item .service-icon-text {
padding: 20px 10px;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: black;
line-height: 1.2;
text-align: center; }
#service-page .service-icons-container .owl-item {
text-align: center; }
#service-page .service-images-slider {
position: relative;
background-color: white;
margin: 20px 0; }
#service-page .service-images-slider .item {
max-height: 80vh;
position: relative;
text-align: center; }
#service-page .service-images-slider .owl-dots {
padding-bottom: 50px; }
@media screen and (max-width: 768px) {
#service-page .service-images-slider .owl-dots {
display: none;
padding-bottom: 10px; } }
#service-page .service-images-slider .owl-dots .owl-dot {
zoom: 2; }
#service-page .service-images-slider .owl-dots .owl-dot span {
position: relative;
background: transparent;
display: block;
border: 1px solid #858585; }
#service-page .service-images-slider .owl-dots .owl-dot.active span, #service-page .service-images-slider .owl-dots .owl-dot:hover span {
background: #858585; }
#service-page .service-images-slider .owl-nav {
position: absolute;
width: 100%;
top: calc(50% - 100px);
left: 0; }
@media screen and (max-width: 768px) {
#service-page .service-images-slider .owl-nav {
top: calc(50% - 60px); } }
#service-page .service-images-slider .owl-nav .owl-prev, #service-page .service-images-slider .owl-nav .owl-next {
position: absolute;
width: 51px;
height: 95px;
background-color: transparent;
background-repeat: no-repeat; }
@media screen and (max-width: 768px) {
#service-page .service-images-slider .owl-nav .owl-prev, #service-page .service-images-slider .owl-nav .owl-next {
-webkit-transform: scale(0.5);
transform: scale(0.5); } }
#service-page .service-images-slider .owl-nav .owl-prev {
left: -70px;
background-image: url("../images/service-page/slider-arrow-left.png") !important; }
@media screen and (max-width: 768px) {
#service-page .service-images-slider .owl-nav .owl-prev {
left: 0;
background-image: url("../images/service-page/slider-arrow-left.png") !important; } }
#service-page .service-images-slider .owl-nav .owl-next {
right: -70px;
width: 56px;
height: 103px;
background-image: url("../images/service-page/slider-arrow-right.png") !important; }
@media screen and (max-width: 768px) {
#service-page .service-images-slider .owl-nav .owl-next {
right: 0;
background-image: url("../images/service-page/slider-arrow-right.png") !important; } }
#service-page .marketing-examples {
padding-top: 50px; }
@media all and (max-width: 768px) {
#service-page .marketing-examples {
padding-top: 20px; } }
#service-page .marketing-examples .example-item-cont {
display: inline-block;
width: calc(100% / 3);
float: left;
padding: 15px; }
@media all and (max-width: 1400px) {
#service-page .marketing-examples .example-item-cont {
width: calc(100% / 2); } }
@media all and (max-width: 768px) {
#service-page .marketing-examples .example-item-cont {
width: calc(100% / 1);
padding: 15px 0; } }
#service-page .marketing-examples .example-item-cont .example-item {
position: relative;
width: 500px;
max-width: 100%;
height: 440px;
margin: auto;
background-size: cover;
background-repeat: no-repeat;
background-position: center center; }
@media all and (max-width: 768px) {
#service-page .marketing-examples .example-item-cont .example-item {
height: 350px; } }
#service-page .marketing-examples .example-item-cont .example-item .gray-mask {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.05); }
#service-page .marketing-examples .example-item-cont .example-item .example-header {
position: absolute;
top: 0;
width: 100%;
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: white;
text-transform: uppercase;
line-height: 1.2;
text-align: center;
padding: 15px; }
@media all and (max-width: 1000px) {
#service-page .marketing-examples .example-item-cont .example-item .example-header {
font-size: 20px; } }
#service-page .marketing-examples .example-item-cont .example-item .example-text {
position: absolute;
bottom: 0;
width: 100%;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: left;
padding: 15px; }
@media all and (max-width: 1000px) {
#service-page .marketing-examples .example-item-cont .example-item .example-text {
font-size: 16px; } }
#service-page .marketing-examples .example-item-cont .example-item .hover-layer {
position: absolute;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.4s;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
#service-page .marketing-examples .example-item-cont .example-item .hover-layer .example-header {
position: relative; }
#service-page .marketing-examples .example-item-cont .example-item .hover-layer .go-search-btn {
width: 90%; }
@media all and (min-width: 768px) {
#service-page .marketing-examples .example-item-cont .example-item:hover .hover-layer {
opacity: 1; } }
#service-page .marketing-examples .example-item-cont .orange-bg {
background-color: #d24d03; }
#service-page .marketing-examples .example-item-cont .pink-bg {
background-color: #c93c6a; }
#service-page .marketing-examples .example-item-cont .blue-bg {
background-color: #258dab; }
#service-page .additional-services-container {
font-size: 0; }
#service-page .additional-services-container .additional-service-item {
display: inline-block;
width: 25%;
position: relative;
overflow: hidden; }
@media all and (max-width: 768px) {
#service-page .additional-services-container .additional-service-item {
width: 50%; } }
#service-page .additional-services-container .additional-service-item img {
width: 100%;
max-width: 480px;
transition: all 0.4s; }
#service-page .additional-services-container .additional-service-item .hover-layer {
opacity: 0;
transition: all 0.4s;
background-color: rgba(0, 0, 0, 0.5);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
#service-page .additional-services-container .additional-service-item .hover-layer span {
display: inline-block;
width: 100%;
font-size: 48px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 1200px) {
#service-page .additional-services-container .additional-service-item .hover-layer span {
font-size: 36px; } }
@media all and (max-width: 600px) {
#service-page .additional-services-container .additional-service-item .hover-layer span {
font-size: 24px; } }
@media all and (min-width: 768px) {
#service-page .additional-services-container .additional-service-item:hover img {
-webkit-transform: scale(1.2) rotate(-5deg);
transform: scale(1.2) rotate(-5deg); }
#service-page .additional-services-container .additional-service-item:hover .hover-layer {
opacity: 1; } }
@media all and (max-width: 768px) {
#service-page .additional-services-container .additional-service-item img {
-webkit-transform: scale(1.2) rotate(-5deg);
transform: scale(1.2) rotate(-5deg); }
#service-page .additional-services-container .additional-service-item .hover-layer {
opacity: 1; } }
#service-page .btn-visible {
text-align: center; }
#service-page .btn-visible a {
margin: 0 auto;
text-decoration: none;
padding: 30px 20px;
background-color: #000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media all and (max-width: 1200px) {
#service-page .btn-visible a {
padding: 15px 10px; } }
@media all and (max-width: 768px) {
#service-page .btn-visible a {
padding: 10px 5px; } }
#service-page .btn-visible a span {
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: #fff;
text-transform: uppercase;
line-height: 1.2;
text-align: center;
transition: all 0.4s; }
@media all and (max-width: 768px) {
#service-page .btn-visible a span {
font-size: 20px; } }
#service-page .btn-visible a span.yellow-color {
color: #f0cf16; }
#service-page .btn-visible a img {
position: relative;
margin-left: 20px;
transition: all 0.4s; }
@media all and (max-width: 768px) {
#service-page .btn-visible a img {
margin-left: 10px; } }
#service-page .btn-visible a:hover img {
margin-left: 40px; }
@media all and (max-width: 768px) {
#service-page .btn-visible a:hover img {
margin-left: 20px; } }
#service-page .see-more-services-btn a {
width: 100%;
background-color: #000; }
#service-page .btn-hidden {
padding: 50px 0;
text-align: center; }
@media all and (max-width: 768px) {
#service-page .btn-hidden {
padding: 20px 0; } }
#service-page .btn-hidden a {
margin: 0 auto;
text-decoration: none;
padding: 30px 20px;
border: 1px solid #a44699;
width: 90%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media all and (max-width: 768px) {
#service-page .btn-hidden a {
padding: 10px 5px; } }
#service-page .btn-hidden a span {
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: #a44699;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
#service-page .btn-hidden a span {
font-size: 20px; } }
#service-page .btn-hidden a img {
opacity: 0;
position: relative;
margin-left: -10px;
transition: all 0.4s; }
@media all and (max-width: 768px) {
#service-page .btn-hidden a img {
opacity: 1;
margin-left: 10px; } }
#service-page .btn-hidden a:hover img {
opacity: 1;
margin-left: 10px; }
#service-page .get-indiv-count-btn {
padding: 0; }
#service-page .get-indiv-count-btn a {
background-color: #f0cf16;
max-width: 820px;
border: none; }
#service-page .get-indiv-count-btn a span {
color: #000;
text-transform: inherit; }
#service-page .tell-us-btn {
width: 660px;
margin-top: 50px; }
@media all and (max-width: 768px) {
#service-page .tell-us-btn {
margin-top: 20px; } }
@media all and (max-width: 768px) {
#service-page .see-more-portfolio-btn {
padding: 20px 0; } }
#service-page .see-more-portfolio-btn a {
max-width: 550px; }
.search-result-page .page_name {
padding-top: 50px; }
.search-result-page .search-result-form {
padding-bottom: 10px; }
.search-result-page .search-result-form .search-result-title {
padding: 0;
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
.search-result-page .search-result-form .search-result-title span {
font: inherit;
color: #a34699; }
.search-result-page .search-result-form .inputs-container {
font-size: 0; }
.search-result-page .search-result-form .inputs-container .left-cont {
width: 70%;
margin-top: 15px; }
@media all and (max-width: 768px) {
.search-result-page .search-result-form .inputs-container .left-cont {
margin-top: 0; } }
.search-result-page .search-result-form .inputs-container .left-cont .input-box {
width: 50%; }
@media all and (max-width: 768px) {
.search-result-page .search-result-form .inputs-container .left-cont .input-box {
width: 100%; } }
.search-result-page .search-result-form .inputs-container .right-cont {
width: 30%; }
.search-result-page .search-result-form .inputs-container .right-cont .input-box {
width: 100%; }
.search-result-page .search-result-form .inputs-container .left-cont, .search-result-page .search-result-form .inputs-container .right-cont {
display: inline-block;
vertical-align: top; }
@media all and (max-width: 1200px) {
.search-result-page .search-result-form .inputs-container .left-cont, .search-result-page .search-result-form .inputs-container .right-cont {
width: 100%; } }
.search-result-page .search-result-form .inputs-container .input-box {
display: inline-block;
padding: 10px;
position: relative; }
.search-result-page .search-result-form .inputs-container .input-box .search-text, .search-result-page .search-result-form .inputs-container .input-box .search-category {
display: inline-block;
width: 100%;
padding: 15px 10px;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: black;
line-height: 1.2;
text-align: left;
border: 2px solid #bfccdf; }
.search-result-page .search-result-form .inputs-container .input-box .search-category {
padding: 12.5px 10px;
cursor: pointer;
background: url("../images/general/select_arrow_down.png") no-repeat transparent;
background-position: 95% 50%; }
@media all and (max-width: 768px) {
.search-result-page .search-result-form .inputs-container .input-box .search-category {
background-position: 90% 50%; } }
.search-result-page .search-result-form .inputs-container .input-box .fake-block {
position: absolute;
right: 15px;
top: 20px;
width: 10px;
height: 30px;
background-color: #fff; }
.search-result-page .search-result-form .inputs-container .input-box .submit-btn {
border: none;
outline: none;
padding: 15px 0;
margin: 17px auto;
font-size: 18px; }
.search-result-page .search-result-form .inputs-container .checkboxes-container {
text-align: left; }
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item {
display: inline-block;
margin: 15px 20px; }
@media all and (max-width: 600px) {
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item {
margin: 10px; } }
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item label {
display: table;
cursor: pointer;
position: relative; }
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item label span {
display: table-cell;
vertical-align: middle;
font-size: 16px;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
text-align: center; }
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item input[type="checkbox"] {
display: none; }
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item input[type="checkbox"] + label:before {
display: inline-block;
vertical-align: bottom;
margin-right: 7px;
content: " ";
width: 20px;
height: 20px;
font-size: 16px;
background-color: transparent;
border: 2px solid #bfccdf;
transition: all 0.4s; }
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item input[type=checkbox]:checked + label:before {
background-color: #a34699;
border: 2px solid #a34699; }
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item:first-child {
margin-left: 10px; }
.search-result-page .news-items-container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 10px; }
.search-result-page .news-items-container .news-item-cont {
margin-bottom: 50px; }
.search-result-page .news-items-container .news-item-cont .news-item-header {
padding-bottom: 30px;
font-size: 36px;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item-header {
text-align: center; } }
@media all and (max-width: 768px) {
.search-result-page .news-items-container .news-item-cont .news-item-header {
font-size: 24px;
padding-bottom: 20px; } }
.search-result-page .news-items-container .news-item-cont .news-item {
font-size: 0;
border: 3px solid #efefef; }
.search-result-page .news-items-container .news-item-cont .news-item .left-cont {
width: 40%; }
.search-result-page .news-items-container .news-item-cont .news-item .left-cont .preview {
display: inline-block;
width: 100%;
overflow: hidden;
text-align: center; }
.search-result-page .news-items-container .news-item-cont .news-item .left-cont .preview .preview-bg-image {
width: 100%;
height: 350px;
background-image: url("../images/news_preview.jpg");
background-size: cover;
background-position: center center;
transition: all 0.4s; }
@media all and (max-width: 500px) {
.search-result-page .news-items-container .news-item-cont .news-item .left-cont .preview .preview-bg-image {
height: 250px; } }
@media all and (min-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .left-cont .preview .preview-bg-image:hover {
-webkit-transform: scale(1.1) rotate(-1.5deg);
transform: scale(1.1) rotate(-1.5deg); } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont {
position: relative;
width: 60%;
padding: 20px 20px 0 20px; }
@media all and (min-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont {
height: 350px; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side {
width: 70%; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side .date {
font-size: 14px;
font-family: "SegoeUIRegular", sans-serif;
color: #a3a3a3;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side .date {
text-align: center; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side .service-price {
font-size: 48px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16;
font-weight: bold;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side .service-price {
text-align: center;
font-size: 36px; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side .text {
height: 150px;
overflow: hidden;
text-overflow: ellipsis;
margin: 30px 0 10px 0;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: #646464;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side .text {
height: auto;
margin: 15px 0; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side {
width: 30%;
text-align: center;
padding-left: 15px; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side .raiting-cont .views p {
margin: 15px 0;
font-size: 16px;
font-family: "SegoeUIBold", sans-serif;
color: #676767;
line-height: 1.2;
text-align: center; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side .raiting-cont .stars .rating {
width: 120px; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side .raiting-cont .stars .reviews-count {
font-size: 16px;
font-family: "SegoeUIRegular", sans-serif;
color: #a3a3a3;
line-height: 1.2;
text-align: center; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side .raiting-cont .stars .reviews-count span {
font: inherit; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side .executed-works p {
font-size: 16px;
font-family: "SegoeUIBold", sans-serif;
color: #676767;
line-height: 1.2;
text-align: center; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side .executed-works p.quantity {
color: #a44699; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side {
display: inline-block;
vertical-align: top; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side {
display: block;
width: 100%; } }
@media all and (min-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
padding: 20px; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block {
width: 40%;
margin-top: 20px; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .article-category, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .article-author, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .service-category {
margin: 7px 0;
font-size: 16px;
font-family: "SegoeUIRegular", sans-serif;
color: #a3a3a3;
font-weight: bold;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .article-category, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .article-author, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .service-category {
text-align: center; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .article-category .link, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .article-author .link, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .service-category .link {
padding-left: 5px;
font: inherit;
color: #a34699;
text-decoration: none; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .portfolio-category {
display: inline-block;
font-size: 18px;
font-family: "SegoeUIBold", sans-serif;
color: #a44699;
text-transform: uppercase;
text-decoration: none;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .portfolio-category {
text-align: center; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-btn {
width: 60%;
text-align: right; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-btn a {
font-size: 18px;
display: inline-block;
margin: 0; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-btn a {
max-width: 100%;
margin: 20px 0; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-btn {
display: inline-block;
vertical-align: bottom; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-btn {
text-align: center;
display: block;
width: 100%; } }
.search-result-page .news-items-container .news-item-cont .news-item .left-cont, .search-result-page .news-items-container .news-item-cont .news-item .right-cont {
display: inline-block;
vertical-align: top; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .left-cont, .search-result-page .news-items-container .news-item-cont .news-item .right-cont {
display: block;
width: 100%; } }
#company-page .top-container {
background-position: center top; }
#company-page .top-container .top-title {
padding-top: 35vh;
color: #fff; }
#company-page .top-container .dark-mask {
background-color: rgba(60, 60, 60, 0.2); }
#company-page .info-block-container .gl-container .info-left .info-left-title {
font-size: 36px; }
@media all and (max-width: 600px) {
#company-page .info-block-container .gl-container .info-left .info-left-title {
font-size: 30px; } }
#company-page .info-block-container .gl-container .info-right p {
font-size: 24px;
color: #969696; }
@media all and (max-width: 600px) {
#company-page .info-block-container .gl-container .info-right p {
font-size: 20px; } }
#contacts {
position: relative; }
#contacts .section-header {
color: #fff; }
@media all and (max-width: 768px) {
#contacts .section-header {
padding-top: 80px; } }
#contacts .maps-container {
position: relative;
width: 100%;
height: 100%; }
#contacts .maps-container .koloro-map {
display: none;
width: 100%;
height: 970px; }
@media all and (max-width: 768px) {
#contacts .maps-container .koloro-map {
height: 70vh; } }
#contacts .maps-container .koloro-map.active {
display: block;
-webkit-animation-name: fadeIn;
animation-name: fadeIn; }
#contacts .maps-container .maska {
width: 100%;
height: 970px;
position: absolute;
z-index: 2;
top: 0; }
@media all and (max-width: 768px) {
#contacts .maps-container .maska {
height: 70vh; } }
#contacts .maps-container .maska-hidden {
z-index: -1; }
#contacts .contacts-cont {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 5; }
#contacts .fly-block {
display: inline-block;
position: absolute;
z-index: 5;
top: 20vh;
left: 10%;
width: 600px;
max-width: 100%;
background-color: #fff; }
@media all and (max-width: 768px) {
#contacts .fly-block {
position: relative;
top: 0;
left: 0;
width: 100%; } }
#contacts .fly-block .contacts-menu {
width: 100%;
font-size: 0;
text-align: center; }
#contacts .fly-block .contacts-menu li {
display: inline-block;
width: 50%;
padding: 12px 10px 15px 10px;
background-color: #eeeeee;
color: #898989;
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
line-height: 1.0;
text-align: center;
cursor: pointer; }
@media all and (max-width: 768px) {
#contacts .fly-block .contacts-menu li {
background-color: #a0a0a0;
color: #d8d8d8; } }
#contacts .fly-block .contacts-menu li.active {
background-color: #fff;
color: #000; }
#contacts .fly-block .close-contacts-btn {
position: absolute;
right: -80px;
top: 5px;
cursor: pointer; }
@media all and (max-width: 768px) {
#contacts .fly-block .close-contacts-btn {
display: none; } }
#contacts .fly-block .tab-panel {
padding: 10px 30px 20px; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel {
padding: 10px 15px 0; } }
#contacts .fly-block .tab-panel .tab-pane.active {
display: block;
-webkit-animation-name: fadeIn;
animation-name: fadeIn; }
#contacts .fly-block .tab-panel .tab-pane {
display: none; }
#contacts .fly-block .tab-panel .tab-pane .main-info {
font-size: 0; }
#contacts .fly-block .tab-panel .tab-pane .main-info .city-cont {
width: 25%; }
#contacts .fly-block .tab-panel .tab-pane .main-info .city-cont .icon {
max-width: 100%; }
#contacts .fly-block .tab-panel .tab-pane .main-info .contact-info {
width: 75%;
padding-left: 5px; }
#contacts .fly-block .tab-panel .tab-pane .main-info .contact-info p {
font-size: 32px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.5;
text-align: left; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .main-info .contact-info p {
font-size: 20px;
padding-left: 25px; } }
@media all and (max-width: 400px) {
#contacts .fly-block .tab-panel .tab-pane .main-info .contact-info p {
padding-left: 5px; } }
#contacts .fly-block .tab-panel .tab-pane .main-info .city-cont, #contacts .fly-block .tab-panel .tab-pane .main-info .contact-info {
display: inline-block;
vertical-align: top; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .main-info .city-cont, #contacts .fly-block .tab-panel .tab-pane .main-info .contact-info {
width: auto; } }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont {
position: relative;
left: -15px;
width: calc(100% + 30px); }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .arrow-left-btn, #contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .arrow-right-btn {
display: inline-block;
vertical-align: top;
cursor: pointer;
position: absolute;
z-index: 5;
top: 50%;
-webkit-transform: translateY(-50%) scale(0.7);
transform: translateY(-50%) scale(0.7); }
@media all and (min-width: 767px) {
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .arrow-left-btn, #contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .arrow-right-btn {
display: none; } }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .arrow-left-btn {
left: 5px; }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .arrow-right-btn {
right: 5px; }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider {
position: relative;
margin: 20px 0; }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .item {
overflow: hidden;
height: 200px;
width: auto; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .item {
width: 100%;
height: auto; } }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .item img {
margin: auto;
width: auto;
height: 100%; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .item img {
width: 100%;
height: auto; } }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .owl-dots {
display: block;
width: 100%;
margin-bottom: 10px;
position: absolute;
bottom: 0; }
@media screen and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .owl-dots {
display: none; } }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .owl-dots .owl-dot {
zoom: 1; }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .owl-dots .owl-dot span {
width: 15px;
height: 15px;
position: relative;
background: transparent;
display: block;
border: 1px solid white; }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .owl-dots .owl-dot.active span, #contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .owl-dots .owl-dot:hover span {
background: white; }
#contacts .fly-block .tab-panel .tab-pane .route-btn, #contacts .fly-block .tab-panel .tab-pane .order-form-btn {
height: 50px;
line-height: 50px;
padding: 0; }
#contacts .fly-block .tab-panel .tab-pane .route-btn {
line-height: 40px;
width: 320px;
color: #000;
background-color: #fff; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .route-btn {
display: none; } }
#contacts .fly-block .tab-panel .tab-pane .route-btn:hover {
color: #000;
background-color: #f0cf16;
border-color: #f0cf16; }
#contacts .fly-block .tab-panel .tab-pane .order-form-btn {
position: relative; }
#contacts .fly-block .tab-panel .tab-pane .schedule-info {
font-size: 0;
margin: 20px 0; }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-left {
vertical-align: top;
width: 35%;
padding-bottom: 10px; }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-left .left-text {
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: #969696;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-left .left-text {
text-align: center; } }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right {
width: 65%;
padding-left: 20px; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right {
padding-left: 0; } }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .right-text {
margin: 3px 0;
font-size: 22px;
font-family: "SegoeUIBold", sans-serif;
color: black;
font-weight: bold;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .right-text {
text-align: center;
font-size: 18px; } }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time {
font-size: 0; }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time .col-left, #contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time .col-right {
display: inline-block;
vertical-align: top; }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time .col-left {
width: 40%;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: black;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time .col-left {
text-align: center;
width: 50%; } }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time .col-right {
width: 60%;
font-size: 22px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: center;
border-left: 2px solid #000; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time .col-right {
width: 50%; } }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time .red-time {
color: red;
border-left: 2px solid red; }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-left, #contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right {
display: inline-block; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-left, #contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right {
width: 100%; } }
.fake_div {
height: 100vh;
transition: all 0.25s ease-in-out; }
.for_paralax {
position: relative;
z-index: 99;
top: 0px;
background: #FFF;
transition: top 0.35s ease; }
|
public/css/main.css
|
@charset "UTF-8";
/*
Icon classes can be used entirely standalone. They are named after their original file names.
Example usage in HTML:
`display: block` sprite:
<div class="icon-home"></div>
To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:
// CSS
.icon {
display: inline-block;
}
// HTML
<i class="icon icon-home"></i>
*/
.icon-animation_arrow {
background-image: url(../images/sprite.png);
background-position: 0px -297px;
width: 72px;
height: 59px; }
.icon-animation_top {
background-image: url(../images/sprite.png);
background-position: -378px 0px;
width: 59px;
height: 72px; }
.icon-arrow-down-yellow {
background-image: url(../images/sprite.png);
background-position: -111px -233px;
width: 73px;
height: 45px; }
.icon-black_envelope_btn {
background-image: url(../images/sprite.png);
background-position: -500px -179px;
width: 50px;
height: 38px; }
.icon-black_eye_btn, .right_sidebar .btn_wb:after {
background-image: url(../images/sprite.png);
background-position: -226px -366px;
width: 51px;
height: 37px; }
.icon-check-mark {
background-image: url(../images/sprite.png);
background-position: -141px 0px;
width: 129px;
height: 95px; }
.icon-check, .brif .right_colum input[type="checkbox"]:checked + label::before {
background-image: url(../images/sprite.png);
background-position: -447px -312px;
width: 36px;
height: 36px; }
.icon-clip-black {
background-image: url(../images/sprite.png);
background-position: -408px -366px;
width: 29px;
height: 26px; }
.icon-clip {
background-image: url(../images/sprite.png);
background-position: -252px -420px;
width: 21px;
height: 19px; }
.icon-clock {
background-image: url(../images/sprite.png);
background-position: -287px -366px;
width: 31px;
height: 30px; }
.icon-close-btn-hover {
background-image: url(../images/sprite.png);
background-position: -500px -419px;
width: 39px;
height: 39px; }
.icon-close-btn {
background-image: url(../images/sprite.png);
background-position: -500px -321px;
width: 39px;
height: 39px; }
.icon-cross-yellow {
background-image: url(../images/sprite.png);
background-position: 0px -420px;
width: 55px;
height: 54px; }
.icon-envelope_btn {
background-image: url(../images/sprite.png);
background-position: -500px -275px;
width: 48px;
height: 36px; }
.icon-envelope_popmail {
background-image: url(../images/sprite.png);
background-position: -328px -366px;
width: 30px;
height: 29px; }
.icon-eye {
background-image: url(../images/sprite.png);
background-position: -280px -191px;
width: 41px;
height: 23px; }
.icon-eye_btn, .portfolio_block .show-more-portfolio-btn:after {
background-image: url(../images/sprite.png);
background-position: -165px -366px;
width: 51px;
height: 37px; }
.icon-fb_new {
background-image: url(../images/sprite.png);
background-position: 0px -484px;
width: 25px;
height: 45px; }
.icon-google_new {
background-image: url(../images/sprite.png);
background-position: -500px -69px;
width: 46px;
height: 45px; }
.icon-icon_crown {
background-image: url(../images/sprite.png);
background-position: 0px -233px;
width: 101px;
height: 54px; }
.icon-inst_new {
background-image: url(../images/sprite.png);
background-position: -500px -124px;
width: 45px;
height: 45px; }
.icon-kiev {
background-image: url(../images/sprite.png);
background-position: -280px 0px;
width: 88px;
height: 91px; }
.icon-kiev_white {
background-image: url(../images/sprite.png);
background-position: -98px -132px;
width: 88px;
height: 91px; }
.icon-left_arrow {
background-image: url(../images/sprite.png);
background-position: -447px -190px;
width: 28px;
height: 51px; }
.icon-left_arrow_black {
background-image: url(../images/sprite.png);
background-position: -447px -95px;
width: 43px;
height: 85px; }
.icon-left_arrow_black_hover {
background-image: url(../images/sprite.png);
background-position: -447px 0px;
width: 43px;
height: 85px; }
.icon-linckedin {
background-image: url(../images/sprite.png);
background-position: -280px -101px;
width: 80px;
height: 80px; }
.icon-man_popmail {
background-image: url(../images/sprite.png);
background-position: -368px -366px;
width: 30px;
height: 29px; }
.icon-moscow {
background-image: url(../images/sprite.png);
background-position: 0px -132px;
width: 88px;
height: 91px; }
.icon-phone_tube {
background-image: url(../images/sprite.png);
background-position: 0px 0px;
width: 131px;
height: 122px; }
.icon-portolio_row {
background-image: url(../images/sprite.png);
background-position: -196px -132px;
width: 71px;
height: 71px; }
.icon-price_icon {
background-image: url(../images/sprite.png);
background-position: -408px -297px;
width: 27px;
height: 37px; }
.icon-price_icon_small {
background-image: url(../images/sprite.png);
background-position: -129px -420px;
width: 20px;
height: 27px; }
.icon-qotate {
background-image: url(../images/sprite.png);
background-position: -331px -191px;
width: 28px;
height: 22px; }
.icon-radio_check, .brif .right_colum input[type="radio"]:checked + label::before {
background-image: url(../images/sprite.png);
background-position: -500px -370px;
width: 39px;
height: 39px; }
.icon-right_arrow {
background-image: url(../images/sprite.png);
background-position: -447px -251px;
width: 27px;
height: 51px; }
.icon-right_arrow_black {
background-image: url(../images/sprite.png);
background-position: -378px -82px;
width: 43px;
height: 85px; }
.icon-right_arrow_black_hover {
background-image: url(../images/sprite.png);
background-position: -378px -177px;
width: 43px;
height: 85px; }
.icon-round_arrows {
background-image: url(../images/sprite.png);
background-position: -500px 0px;
width: 50px;
height: 59px; }
.icon-service-arrow-up-blue {
background-image: url(../images/sprite.png);
background-position: -276px -233px;
width: 72px;
height: 44px; }
.icon-service-arrow-up-green {
background-image: url(../images/sprite.png);
background-position: -244px -297px;
width: 72px;
height: 44px; }
.icon-service-arrow-up-navy-blue {
background-image: url(../images/sprite.png);
background-position: 0px -366px;
width: 72px;
height: 44px; }
.icon-service-arrow-up-pink {
background-image: url(../images/sprite.png);
background-position: -194px -233px;
width: 72px;
height: 44px; }
.icon-service-arrow-up-red {
background-image: url(../images/sprite.png);
background-position: -326px -297px;
width: 72px;
height: 44px; }
.icon-service-arrow-up-yellow {
background-image: url(../images/sprite.png);
background-position: -162px -297px;
width: 72px;
height: 44px; }
.icon-tel-footer {
background-image: url(../images/sprite.png);
background-position: -447px -366px;
width: 21px;
height: 21px; }
.icon-tel_calback {
background-image: url(../images/sprite.png);
background-position: -159px -420px;
width: 21px;
height: 21px; }
.icon-tel_mts {
background-image: url(../images/sprite.png);
background-position: -190px -420px;
width: 21px;
height: 21px; }
.icon-tel_russian {
background-image: url(../images/sprite.png);
background-position: -221px -420px;
width: 21px;
height: 19px; }
.icon-top {
background-image: url(../images/sprite.png);
background-position: -82px -297px;
width: 70px;
height: 58px; }
.icon-tw_new {
background-image: url(../images/sprite.png);
background-position: -65px -420px;
width: 54px;
height: 44px; }
.icon-vk_new {
background-image: url(../images/sprite.png);
background-position: -82px -366px;
width: 73px;
height: 42px; }
.icon-white_envelope_btn, .manager_connect .btn_TW:after {
background-image: url(../images/sprite.png);
background-position: -500px -227px;
width: 50px;
height: 38px; }
.icon-arrow-left {
background-image: url(../images/general/arrow-left.svg);
background-size: contain;
width: 13px;
height: 20px; }
.icon-arrow-right {
background-image: url(../images/general/arrow-right.svg);
background-size: contain;
width: 13px;
height: 20px; }
.icon-koloro-crown {
background-image: url(../images/koloro-crown.svg);
width: 120px;
height: 160px; }
/*
.foo {
@include placeholder {
color: green;
}
}
*/
* {
box-sizing: border-box;
margin: 0;
padding: 0;
outline: none; }
html {
font-size: 10px;
font-family: "SegoeUIRegular", sans-serif;
font-weight: normal;
overflow-x: hidden;
width: 100%; }
body {
overflow-x: hidden;
max-width: 100%;
position: relative;
z-index: 1; }
.visible_on_mobile {
display: none; }
.visible_sm {
display: none; }
p, span, li, table {
font-size: 1.4rem; }
.container {
width: 100%;
max-width: 1500px;
margin: auto; }
.container_small {
max-width: 1200px;
margin: auto; }
.container:after {
content: " ";
clear: both;
float: none;
display: block; }
.slick-prev, .slick-next {
z-index: 10;
cursor: pointer; }
.btn {
display: block;
margin: auto;
text-align: center;
text-decoration: none;
max-width: 95%;
text-indent: 0px;
position: relative; }
.btn span {
font-size: inherit; }
.btn:hover {
text-decoration: none;
cursor: pointer; }
a {
transition: all 0.4s;
color: inherit;
font: inherit; }
a:hover {
cursor: pointer; }
a[href^="tel"] {
text-decoration: none; }
a[href^="tel"]:hover {
color: #f0cf16; }
a[href^="mailto"] {
text-decoration: none; }
a[href^="mailto"]:hover {
color: #f0cf16;
text-decoration: underline; }
.name_block {
font-family: "SegoeUIBold", sans-serif;
font-size: 6rem;
text-align: center;
text-transform: uppercase; }
.for_read_more {
max-height: 0;
text-indent: 0;
transition: max-height 0.4s;
overflow: hidden; }
.readmore_active {
max-height: 800px; }
.button_read_more {
display: inline-block;
color: #f0cf16;
font-size: 3rem;
padding-top: 30px;
text-align: center;
text-indent: 0;
cursor: pointer; }
.button_read_more span {
opacity: 0;
display: none;
font-size: inherit;
font-family: inherit;
color: inherit;
border-bottom: 2px solid #F0CF16; }
.button_read_more .active {
opacity: 1;
display: inline-block; }
header {
position: absolute;
top: 0px;
width: 100%;
z-index: 97;
transition: all 0.4s ease, background 0.4s ease, opacity 0.4s ease; }
header .container {
width: 100%;
max-width: 1920px;
padding-left: 30px;
padding-right: 30px; }
header .logo_link {
display: inline-block;
float: left; }
.main_menu {
float: right; }
.main_menu ul {
display: block;
vertical-align: top;
float: left; }
.main_menu li {
display: block;
float: left; }
.main_menu li a {
text-transform: uppercase;
text-decoration: none;
color: white;
font-family: "SegoeUIBold", sans-serif;
font-size: 1.4rem;
padding: 21px 22px 20px;
height: 58px;
line-height: 58px;
transition: all 0.4s; }
.main_menu li .active {
color: white;
text-decoration: none;
border-top: 8px solid #f0cf16;
padding: 13px 22px 20px;
height: 58px;
line-height: 58px; }
@media all and (max-width: 1000px) {
.main_menu li .active {
color: #000; } }
.main_menu li a:hover {
background-color: #f0cf16;
color: black; }
.main_menu .btn_calculate {
display: block;
float: left;
width: 182px;
height: 58px;
background-color: #a34699;
color: #f0cf16;
line-height: 58px;
text-align: center;
font-size: 1.5rem;
font-family: "SegoeUIBold", sans-serif;
text-transform: uppercase;
text-decoration: none;
transition: all 0.4s ease;
-webkit-animation: wave 4s infinite alternate;
animation: wave 4s infinite alternate;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
position: relative; }
@-webkit-keyframes wave {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px); }
5% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px); }
15% {
-webkit-transform: translateX(4px);
transform: translateX(4px); }
20% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px); }
25% {
-webkit-transform: translateX(1px);
transform: translateX(1px); }
30% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
@keyframes wave {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px); }
5% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px); }
15% {
-webkit-transform: translateX(4px);
transform: translateX(4px); }
20% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px); }
25% {
-webkit-transform: translateX(1px);
transform: translateX(1px); }
30% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
.main_menu .btn_calculate:hover, .main_menu .btn_calculate:active {
-webkit-animation-play-state: paused;
animation-play-state: paused;
color: #f0cf16;
background-color: #000; }
.main_menu .languge {
display: inline-block;
min-width: 87px;
vertical-align: top;
text-align: right; }
.main_menu .languge li {
display: inline-block;
padding-left: 15px;
min-width: 42px; }
.main_menu .languge li a {
font-size: 1.8rem;
text-decoration: none;
padding-left: 0px;
padding-right: 0px;
font-weight: 400;
display: block;
padding-top: 0px;
padding-bottom: 0px; }
.main_menu .languge li .active {
font-family: "SegoeUIBold", sans-serif;
text-decoration: underline;
background-color: transparent;
border-top: none;
box-shadow: none;
color: #f0cf16; }
.main_menu .languge li a:hover {
color: #f0cf16;
box-shadow: none;
text-decoration: none;
border: none; }
.color_menu, .change_color {
position: absolute; }
.color_menu .main_menu li a, .change_color .main_menu li a {
color: black; }
@media all and (max-width: 1000px) {
.color_menu .main_menu li a, .change_color .main_menu li a {
color: #fff; } }
@media all and (max-width: 1000px) {
.color_menu .main_menu li .active, .change_color .main_menu li .active {
color: #000; } }
.it {
color: white; }
.hide_menu {
top: -60px; }
.menu_visible {
position: fixed;
top: 0px;
opacity: 0;
z-index: 101; }
.change_color {
background: #FFF;
opacity: 1; }
.change_color .white_logo {
display: none; }
.change_color .color_logo {
display: inline !important; }
.fixmenu {
position: fixed; }
/*main page main page main page main page main page main */
.page_name {
font-family: "SegoeUIBold", sans-serif;
font-size: 8rem;
color: black;
text-transform: uppercase;
text-align: center;
padding-top: 80px; }
.section-header {
padding: 50px 0;
font-size: 60px;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
text-align: center;
line-height: 1.2; }
@media all and (max-width: 768px) {
.section-header {
font-size: 30px;
padding: 25px 0; } }
.gl-yellow-btn, .gl-transparent-btn {
display: block;
margin: 15px auto;
padding: 20px 10px;
width: 280px;
max-width: 100%;
font-size: 22px;
font-family: "SegoeUIBold", sans-serif;
text-transform: uppercase;
line-height: 1.2;
text-align: center;
text-decoration: none;
cursor: pointer;
transition: all 0.4s; }
@media all and (max-height: 600px) {
.gl-yellow-btn, .gl-transparent-btn {
padding: 10px; } }
.gl-yellow-btn {
color: black;
background-color: #f0cf16; }
.gl-yellow-btn:hover {
color: #f0cf16;
background-color: black; }
.gl-transparent-btn {
color: #fff;
background-color: transparent;
border: 2px solid #f0cf16; }
.gl-transparent-btn:hover {
color: #f0cf16;
background-color: #000;
border: 2px solid #000; }
@media all and (max-width: 768px) {
.main-slider-container li:not(.mobile-visible) {
display: none; } }
.main-slider-container .gl-container {
position: relative;
height: 100%; }
.main-slider-container .bounce {
/* ะะฐะดะตัะถะบะฐ ะฟะตัะตะด ะฝะฐัะฐะปะพะผ */
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }
.main-slider-container .main-slider-header {
position: relative;
z-index: 5;
padding-top: 40vh;
font-size: 65px;
font-family: "SegoeUIBold", sans-serif;
color: white;
text-transform: uppercase;
text-align: center;
line-height: 1.2; }
@media all and (max-width: 1200px) {
.main-slider-container .main-slider-header {
font-size: 50px; } }
@media all and (max-height: 800px) {
.main-slider-container .main-slider-header {
padding-top: 20vh; } }
@media all and (max-width: 768px) {
.main-slider-container .main-slider-header {
padding-top: 15vh;
font-size: 30px; } }
.main-slider-container .special-offer {
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
z-index: 5;
padding: 30px;
width: 340px;
height: 200px;
background-color: #31c2f0;
font-family: "SegoeUIBold", sans-serif;
color: white;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 830px) {
.main-slider-container .special-offer {
left: -50px; } }
@media all and (max-width: 768px) {
.main-slider-container .special-offer {
bottom: 0;
left: -5vw;
padding: 20px 10px;
width: 100vw;
height: auto; } }
@media all and (max-height: 600px) {
.main-slider-container .special-offer {
display: none;
padding: 10px; } }
.main-slider-container .special-offer .left-block, .main-slider-container .special-offer .right-block {
display: block; }
@media all and (max-width: 768px) {
.main-slider-container .special-offer .left-block, .main-slider-container .special-offer .right-block {
display: inline-block;
vertical-align: middle;
width: 40%; }
.main-slider-container .special-offer .right-block {
display: inline-block;
width: 55%; } }
.main-slider-container .special-offer .special-offer-bonus {
font-size: 65px;
margin-top: -20px;
margin-bottom: 20px; }
@media all and (max-width: 768px) {
.main-slider-container .special-offer .special-offer-bonus {
margin: 0;
text-align: right;
font-size: 40px; } }
.main-slider-container .special-offer .special-offer-text {
font-size: 24px; }
@media all and (max-width: 768px) {
.main-slider-container .special-offer .special-offer-text {
font-size: 18px;
padding-left: 10px; } }
.main-slider-container .order-btns {
display: inline-block;
position: absolute;
bottom: 5%;
right: 0;
z-index: 5; }
@media all and (max-width: 768px) {
.main-slider-container .order-btns {
position: relative;
width: 100%;
bottom: 0;
right: 0; } }
.main-slider-container .order-btns .view-work-btn {
width: 300px;
-webkit-animation-duration: 2s;
animation-duration: 2s; }
.main-slider-container .order-btns .want-expertise-btn {
width: 300px; }
.bx-wrapper {
border: none !important;
margin-bottom: 0 !important; }
.about-koloro {
padding: 70px 0 0 0; }
@media all and (max-width: 768px) {
.about-koloro {
padding: 35px 0 0 0; } }
.about-koloro .icon-icon_crown {
display: inline-block; }
.about-koloro .section-header {
padding: 25px 0;
text-transform: inherit; }
.about-koloro .section-header span {
font: inherit;
text-transform: uppercase;
color: #ab499c; }
.about-koloro hr {
width: 200px;
margin: 0 auto;
color: #646464; }
.about-koloro .about_koloro-text {
padding: 20px 10px;
font-size: 30px;
font-family: "SegoeUILight", sans-serif;
color: #646464;
line-height: 1.2;
text-align: center; }
.about-koloro .about_koloro-text span {
font: inherit;
font-family: "SegoeUIBold", sans-serif;
color: inherit; }
@media all and (max-width: 768px) {
.about-koloro .about_koloro-text {
font-size: 18px; } }
.about-koloro .read-more-btn {
position: relative;
z-index: 5;
display: inline-block;
font-size: 30px;
font-family: "SegoeUIRegular", sans-serif;
color: #f0cf16;
line-height: 1.2;
text-align: center;
margin: 10px 0 10px 0;
cursor: pointer;
transition: all 0.4s; }
@media all and (max-width: 600px) {
.about-koloro .read-more-btn {
font-size: 20px;
margin: 10px 0 0 0; } }
.about-koloro .read-more-btn:hover {
text-decoration: underline; }
@media all and (max-width: 768px) {
.about-koloro {
width: 100%;
float: none;
margin: 0 auto; }
.about-koloro .read-more-btn {
display: block; } }
.portfolio_block {
background: #FFF;
padding: 54px 0px 46px;
text-align: center; }
@media all and (max-width: 768px) {
.portfolio_block {
padding: 20px 0px 20px; } }
.portfolio_block .container {
width: 100%;
max-width: 100%; }
.portfolio_block .name_block {
margin-bottom: 63px; }
.portfolio_block .image_container {
height: auto;
transition: max-height 0.4s ease-in-out;
overflow: hidden;
margin-bottom: 35px; }
.portfolio_block .image_conatainer_full {
max-height: 3500px !important; }
.portfolio_block .one_block {
float: left;
width: 25%;
height: 100%;
display: block;
text-decoration: none;
line-height: 0px;
overflow: hidden;
position: relative; }
.portfolio_block .one_block img {
width: 100%;
max-width: 100%;
height: auto; }
.portfolio_block .one_block:hover .hidden_content {
top: 0px;
bottom: 0px;
opacity: 1; }
.portfolio_block .one_block:hover .hidden_content .name_content {
top: 0px; }
.portfolio_block .one_block:hover .hidden_content .desc_content {
top: 0px; }
.portfolio_block .one_block:hover .hidden_content .icon-portolio_row {
bottom: 3.5rem; }
.portfolio_block .show-more-portfolio-btn {
position: relative;
width: 350px;
max-width: 90%; }
.portfolio_block .show-more-portfolio-btn:after {
content: " ";
position: absolute;
display: block;
top: 0;
bottom: 0;
margin: auto;
opacity: 0;
right: 146px;
transition: all 0.35s ease; }
.portfolio_block .show-more-portfolio-btn:hover:after {
right: 34px;
opacity: 1; }
.hidden_content {
position: absolute;
padding: 50px 35px 0px 35px;
width: 100%;
top: 50%;
height: 100%;
opacity: 0;
transition: opacity 0.35s ease, top 0.35s ease;
background: #9ed3f1;
color: #fff;
line-height: initial;
text-align: left; }
.hidden_content .name_content {
font-family: "SegoeUIBold", sans-serif;
font-size: 3rem;
line-height: 3.3rem;
margin-bottom: 15px;
position: relative;
transition: all 0.4s ease;
top: 25px; }
.hidden_content .desc_content {
font-family: "SegoeUILight", sans-serif;
font-size: 2.4rem;
line-height: 2.6rem;
max-height: 70%;
overflow: hidden;
position: relative;
transition: all 0.5s ease;
top: 40px; }
.hidden_content .icon-portolio_row {
position: absolute;
bottom: 0rem;
left: 35px;
transition: all 0.8s ease; }
.create-and-dev {
padding-bottom: 50px; }
@media all and (max-width: 768px) {
.create-and-dev {
padding-bottom: 25px; } }
.create-and-dev .section-header span {
font-size: inherit;
font-family: inherit;
font-weight: inherit; }
.create-and-dev .section-header span.small {
text-transform: lowercase; }
.create-and-dev .section-header span.orange {
color: #f36d4a; }
.create-and-dev .section-header .size-72 {
font-size: 72px; }
@media all and (max-width: 768px) {
.create-and-dev .section-header .size-72 {
font-size: 30px; } }
.create-and-dev .section-header .size-60 {
font-size: 60px; }
@media all and (max-width: 768px) {
.create-and-dev .section-header .size-60 {
font-size: 26px; } }
.create-and-dev .section-header .size-48 {
font-size: 48px; }
@media all and (max-width: 768px) {
.create-and-dev .section-header .size-48 {
font-size: 20px; } }
.create-and-dev .section-header .size-36 {
font-size: 36px; }
@media all and (max-width: 768px) {
.create-and-dev .section-header .size-36 {
font-size: 16px; } }
.create-and-dev .section-header .size-30 {
font-size: 30px; }
@media all and (max-width: 768px) {
.create-and-dev .section-header .size-30 {
font-size: 12px; } }
.create-and-dev .section-header .font-regular {
font-family: "SegoeUIRegular", sans-serif; }
.create-and-dev .section-header .yellow-bg {
background-color: #f0cf16;
margin-left: 10px; }
.create-and-dev .section-header .yellow-underline {
border-bottom: 4px solid #f0cf16; }
.create-and-dev .gallery {
text-align: center; }
.create-and-dev .gallery .gallery-item {
display: inline-block;
padding: 10px;
width: 30%; }
@media all and (max-width: 1000px) {
.create-and-dev .gallery .gallery-item {
width: 45%; } }
@media all and (max-width: 768px) {
.create-and-dev .gallery .gallery-item {
width: 100%; } }
.create-and-dev .gallery .gallery-item a {
display: inline-block;
text-decoration: none; }
.create-and-dev .gallery .gallery-item .gallery-img-cont img {
width: 100%;
-webkit-transform: scale(0.8);
transform: scale(0.8);
transition: all 0.4s; }
.create-and-dev .gallery .gallery-item .gallery-img-cont img.shops-icon {
max-width: 187px; }
.create-and-dev .gallery .gallery-item .gallery-img-cont img.sites-icon {
max-width: 141px; }
.create-and-dev .gallery .gallery-item .gallery-img-cont img.package-icon {
max-width: 197px; }
.create-and-dev .gallery .gallery-item p.name {
padding: 25px 10px;
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: #bdbcbd;
text-transform: uppercase;
line-height: 1.2;
text-align: center;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.create-and-dev .gallery .gallery-item p.name {
padding: 15px 10px; } }
.create-and-dev .gallery .gallery-item:hover .gallery-img-cont img {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
.create-and-dev .gallery .gallery-item:hover p.color-1 {
color: #299ab4; }
.create-and-dev .gallery .gallery-item:hover p.color-2 {
color: #ff6345; }
.create-and-dev .gallery .gallery-item:hover p.color-3 {
color: #fec36f; }
.call-back-form {
position: relative;
background-color: #1c1c20;
padding: 70px 0;
text-align: center; }
@media all and (max-width: 768px) {
.call-back-form {
padding: 35px 0; } }
.call-back-form .gl-container {
text-align: left; }
.call-back-form .call-back-header {
margin-bottom: 3vh;
font-size: 36px;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
.call-back-form .call-back-header {
font-size: 24px; } }
.call-back-form .left-block {
text-align: right;
width: 33%; }
.call-back-form .center-block {
text-align: left;
width: 33%; }
.call-back-form .left-block, .call-back-form .center-block {
display: inline-block;
vertical-align: top; }
@media all and (max-width: 768px) {
.call-back-form .left-block, .call-back-form .center-block {
text-align: center;
display: block;
width: 100%; } }
.call-back-form .call-back-input, .call-back-form .call-back-btn {
display: block;
margin: 0 auto;
width: 300px;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
line-height: 1.2; }
@media all and (max-width: 768px) {
.call-back-form .call-back-input, .call-back-form .call-back-btn {
width: 100%; } }
.call-back-form .call-back-input {
margin: 10px auto;
padding: 10px 15px;
color: #878686;
text-align: left; }
.call-back-form .call-back-btn {
padding: 15px 0;
margin: 20px auto;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
text-align: center;
background-color: #f0cf16;
cursor: pointer;
border: none;
outline: none;
transition: all 0.4s; }
.call-back-form .call-back-btn:hover {
color: #f0cf16;
background-color: #000; }
.call-back-form .call-us-text {
font-size: 24px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
.call-back-form .call-us-text .call-us-phone {
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16; }
@media all and (max-width: 768px) {
.call-back-form .call-us-text .call-us-phone {
display: block;
padding: 10px 0; } }
.call-back-form-1 {
background-color: #eff3f7; }
.call-back-form-1 .call-back-header {
color: #000; }
.call-back-form-1 .hidden-layer {
display: none; }
.call-back-form-2 {
background-color: #1c1c20; }
.call-back-form-2 .call-back-header {
color: #fff; }
.call-back-form-2 .small-title {
margin-bottom: 4vh;
font-size: 20px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
.call-back-form-2 .left-block {
-webkit-transform: rotateZ(-10deg);
transform: rotateZ(-10deg); }
.call-back-form-2 .left-block .icon-koloro-crown {
margin-bottom: 20px;
margin-right: 10%; }
@media all and (max-width: 768px) {
.call-back-form-2 .left-block .icon-koloro-crown {
margin-right: 0; } }
.call-back-form-2 .left-block .icon-koloro-crown.animated {
webkit-animation-duration: 2s;
-webkit-animation-duration: 2s;
animation-duration: 2s; }
.our-clients {
padding-bottom: 70px;
background-color: #fff; }
@media all and (max-width: 768px) {
.our-clients {
padding-bottom: 20px; } }
.our-clients .koloro-history {
font-size: 20px;
font-family: "SegoeUIRegular", sans-serif;
color: black;
line-height: 1.2;
text-align: center; }
.our-clients .koloro-history span {
font-size: inherit;
font-family: inherit;
color: #000; }
.our-clients .our-clients-gallery {
font-size: 0;
padding: 50px 0; }
.our-clients .our-clients-gallery .client-img-cont {
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
width: 25%;
padding: 30px; }
@media all and (max-width: 1200px) {
.our-clients .our-clients-gallery .client-img-cont {
width: 50%; } }
@media all and (max-width: 768px) {
.our-clients .our-clients-gallery .client-img-cont {
width: 100%;
display: none; } }
.our-clients .our-clients-gallery .client-img-cont img {
width: 100%;
-webkit-filter: grayscale(100%);
transition: all 0.4s; }
@media all and (max-width: 768px) {
.our-clients .our-clients-gallery .client-img-cont img {
-webkit-filter: grayscale(0); } }
.our-clients .our-clients-gallery .client-img-cont img[src$="globino-logo.png"] {
max-width: 215px; }
.our-clients .our-clients-gallery .client-img-cont img[src$="raffhiezen-logo.png"] {
max-width: 218px; }
.our-clients .our-clients-gallery .client-img-cont img[src$="kulinichi-logo.png"] {
max-width: 137px; }
.our-clients .our-clients-gallery .client-img-cont img[src$="obolonj-logo.png"] {
max-width: 218px; }
.our-clients .our-clients-gallery .client-img-cont img[src$="kievstar-logo.png"] {
max-width: 273px; }
.our-clients .our-clients-gallery .client-img-cont img[src$="velmart-logo.png"] {
max-width: 231px; }
.our-clients .our-clients-gallery .client-img-cont img[src$="saltovskiy-logo.png"] {
max-width: 173px; }
.our-clients .our-clients-gallery .client-img-cont img[src$="myasnoy-logo.png"] {
max-width: 262px; }
.our-clients .our-clients-gallery .client-img-cont:hover img {
-webkit-filter: grayscale(0); }
.our-clients .our-clients-gallery .client-img-cont.mob-vis {
display: inline-block; }
.our-clients .client-btn {
display: inline-block;
width: 100%;
height: 70px;
line-height: 70px;
font-size: 22px;
font-family: "SegoeUIBold", sans-serif;
text-transform: uppercase;
text-decoration: none;
text-align: center;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.our-clients .client-btn {
font-size: 18px; } }
.our-clients .client-btn {
max-width: 450px;
background-color: #f0cf16;
color: black; }
.our-clients .client-btn:hover {
background-color: #000;
color: #f0cf16; }
.koloro-quotes {
padding-bottom: 10vh;
background-color: #eff3f7; }
.koloro-quotes .quotes-slider-cont {
position: relative;
max-width: 1300px;
width: 80%;
margin: auto; }
.koloro-quotes .quotes-slider-cont .arrow-left-btn, .koloro-quotes .quotes-slider-cont .arrow-right-btn {
display: inline-block;
vertical-align: top;
cursor: pointer;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
@media all and (max-width: 768px) {
.koloro-quotes .quotes-slider-cont .arrow-left-btn, .koloro-quotes .quotes-slider-cont .arrow-right-btn {
-webkit-transform: translateY(-50%) scale(0.7);
transform: translateY(-50%) scale(0.7); } }
.koloro-quotes .quotes-slider-cont .arrow-left-btn {
left: -50px; }
@media all and (max-width: 768px) {
.koloro-quotes .quotes-slider-cont .arrow-left-btn {
left: -35px; } }
.koloro-quotes .quotes-slider-cont .arrow-right-btn {
right: -50px; }
@media all and (max-width: 768px) {
.koloro-quotes .quotes-slider-cont .arrow-right-btn {
right: -35px; } }
.koloro-quotes .quotes-slider-cont .quotes-slider .item {
text-align: center; }
.koloro-quotes .quotes-slider-cont .quotes-slider .item p {
width: 90%;
margin: 0 auto; }
.koloro-quotes .quotes-slider-cont .quotes-slider .item .quote-text {
position: relative;
margin: 30px auto;
text-indent: 2vw;
font-size: 24px;
font-family: "SegoeUILight", sans-serif;
color: #646464;
line-height: 1.2;
text-align: left; }
.koloro-quotes .quotes-slider-cont .quotes-slider .item .quote-text span {
font: inherit;
font-family: "SegoeUIBold", sans-serif; }
.koloro-quotes .quotes-slider-cont .quotes-slider .item .quote-text:before, .koloro-quotes .quotes-slider-cont .quotes-slider .item .quote-text:after {
position: absolute;
display: inline-block;
font-family: "seguibl", sans-serif;
font-size: 60px;
color: #f0cf16;
line-height: 0; }
.koloro-quotes .quotes-slider-cont .quotes-slider .item .quote-text:before {
content: "โโ";
bottom: 100%;
left: 0; }
.koloro-quotes .quotes-slider-cont .quotes-slider .item .quote-text:after {
content: "โโ";
top: 100%;
right: 0; }
.koloro-quotes .quotes-slider-cont .quotes-slider .item .quote-author {
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: right; }
.services .gl-container {
width: 95%; }
.services .services-menu {
padding-bottom: 50px; }
.services .services-menu ul {
font-size: 0; }
.services .services-menu ul li {
display: inline-block;
vertical-align: top;
width: calc(100% / 6);
padding: 2px; }
@media all and (max-width: 1200px) {
.services .services-menu ul li {
width: calc(100% / 3); } }
@media all and (max-width: 768px) {
.services .services-menu ul li {
width: calc(100% / 2); } }
@media all and (max-width: 600px) {
.services .services-menu ul li {
width: calc(100% / 1); } }
.services .services-menu ul li a {
display: table;
width: 100%;
height: 70px;
cursor: pointer;
text-decoration: none;
border: 2px solid transparent; }
.services .services-menu ul li a span {
display: table-cell;
vertical-align: middle;
font-size: 22px;
font-family: "SegoeUIRegular", sans-serif;
color: black;
line-height: 1.0;
text-align: center; }
.services .services-menu ul li.active a, .services .services-menu ul li:hover a {
border: 2px solid #f0cf16; }
.services .services-gallery {
font-size: 0;
text-align: left;
width: 100%;
margin: 0 auto; }
.services .services-gallery .services-item-cont.visible {
display: inline-block; }
.services .services-gallery .services-item-cont {
display: none;
width: calc(100% / 3); }
@media all and (max-width: 1200px) {
.services .services-gallery .services-item-cont {
width: calc(100% / 2); } }
@media all and (max-width: 1000px) {
.services .services-gallery .services-item-cont {
width: calc(100% / 1); } }
.services .services-gallery .services-item-cont .services-item {
position: relative;
overflow: hidden;
margin: 3px; }
.services .services-gallery .services-item-cont .services-item video {
width: auto;
height: 100%;
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item video {
display: none; } }
.services .services-gallery .services-item-cont .services-item .poster-img-cont {
display: none; }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .poster-img-cont {
display: block; } }
.services .services-gallery .services-item-cont .services-item .poster-img-cont img {
width: 100%; }
.services .services-gallery .services-item-cont .services-item .hover-layer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 25px;
text-align: center;
background-color: rgba(0, 0, 0, 0.749);
opacity: 0;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .hover-layer {
position: relative;
background-color: #000;
opacity: 1;
padding: 15px; } }
.services .services-gallery .services-item-cont .services-item .hover-layer .achievments .price {
display: inline-block;
float: left;
font-size: 48px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16;
line-height: 50px;
text-align: center; }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .hover-layer .achievments .price {
font-size: 24px; } }
.services .services-gallery .services-item-cont .services-item .hover-layer .achievments .executed-works {
display: inline-block;
float: right;
font-size: 20px;
font-family: "SegoeUIBold", sans-serif;
color: white;
line-height: 50px;
text-align: left; }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .hover-layer .achievments .executed-works {
font-size: 16px;
padding-top: 15px; } }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .hover-layer .achievments .price, .services .services-gallery .services-item-cont .services-item .hover-layer .achievments .executed-works {
display: block;
float: none;
text-align: center;
line-height: 1.2; } }
.services .services-gallery .services-item-cont .services-item .hover-layer .header {
padding: 40px 0 20px 0;
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: white;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .hover-layer .header {
font-size: 20px;
padding: 20px 0; } }
.services .services-gallery .services-item-cont .services-item .hover-layer .info {
font-size: 16px;
font-family: "SegoeUILight", sans-serif;
color: white;
line-height: 1.2;
text-align: left; }
.services .services-gallery .services-item-cont .services-item .hover-layer .go-service-btn {
margin-top: 30px;
display: inline-block;
width: 100%;
height: 70px;
line-height: 65px;
font-size: 22px;
font-family: "SegoeUIBold", sans-serif;
text-transform: uppercase;
text-decoration: none;
text-align: center;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .hover-layer .go-service-btn {
font-size: 18px;
margin-top: 20px; } }
.services .services-gallery .services-item-cont .services-item .hover-layer .go-service-btn {
max-width: 300px;
background-color: transparent;
color: #fff;
border: 2px solid #f0cf16; }
@media all and (max-width: 768px) {
.services .services-gallery .services-item-cont .services-item .hover-layer .go-service-btn {
height: 50px;
line-height: 45px; } }
.services .services-gallery .services-item-cont .services-item .hover-layer .go-service-btn:hover {
color: #000;
background-color: #f0cf16; }
.services .services-gallery .services-item-cont .services-item .hover-layer-visible {
opacity: 1; }
.services .services-gallery .services-item-cont .services-item:hover .hover-layer {
opacity: 1; }
.services .see-more-services-btn {
width: 100%;
padding: 26px 10px;
vertical-align: middle;
background-color: #000;
text-align: center;
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media all and (max-width: 768px) {
.services .see-more-services-btn {
display: block;
padding: 15px 10px; } }
.services .see-more-services-btn span {
vertical-align: middle;
font-size: 36px;
font-family: "SegoeUIBold", sans-serif;
color: white;
text-transform: uppercase;
text-align: center;
line-height: 1.2; }
@media all and (max-width: 768px) {
.services .see-more-services-btn span {
display: block;
font-size: 18px; } }
.services .see-more-services-btn .icon-round_arrows {
margin-left: 30px;
text-align: center;
-webkit-animation: circle-rotation 2s infinite;
animation: circle-rotation 2s infinite; }
@media all and (max-width: 768px) {
.services .see-more-services-btn .icon-round_arrows {
display: block;
margin: 0 auto;
-webkit-transform: scale(0.5);
transform: scale(0.5); } }
@-webkit-keyframes circle-rotation {
from {
-webkit-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes circle-rotation {
from {
-webkit-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.our-advantages {
padding-bottom: 20px;
margin-bottom: 0; }
@media all and (min-width: 1000px) {
.our-advantages {
margin-bottom: -100px; } }
.our-advantages .our-advantages-gallery {
font-size: 0;
margin: 0 auto;
text-align: center;
width: 100%; }
@media all and (min-width: 1000px) {
.our-advantages .our-advantages-gallery {
background-image: url("../images/main/ellipse.png");
background-repeat: no-repeat;
background-size: contain;
background-position-y: 50px;
width: 772px;
height: 226px; } }
.our-advantages .our-advantages-gallery .advantage-item > .icon {
position: relative;
z-index: 5;
width: 100%;
max-width: 130px;
height: 130px;
background-repeat: no-repeat;
background-size: contain;
transition: all 0.4s; }
.our-advantages .our-advantages-gallery .advantage-item {
display: block;
width: 100%;
margin: 20px 0; }
@media all and (min-width: 1000px) {
.our-advantages .our-advantages-gallery .advantage-item {
margin: 0; } }
.our-advantages .our-advantages-gallery .advantage-item .advantage-block {
display: block; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-1 {
background-image: url(../images/main/advantage-icon-1.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-2 {
background-image: url(../images/main/advantage-icon-2.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-3 {
background-image: url(../images/main/advantage-icon-3.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-4 {
background-image: url(../images/main/advantage-icon-4.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-5 {
background-image: url(../images/main/advantage-icon-5.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-6 {
background-image: url(../images/main/advantage-icon-6.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-1.change-bg {
background-image: url(../images/main/advantage-icon-1-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-2.change-bg {
background-image: url(../images/main/advantage-icon-2-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-3.change-bg {
background-image: url(../images/main/advantage-icon-3-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-4.change-bg {
background-image: url(../images/main/advantage-icon-4-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-5.change-bg {
background-image: url(../images/main/advantage-icon-5-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-6.change-bg {
background-image: url(../images/main/advantage-icon-6-hover.png); }
@media all and (min-width: 1000px) {
.our-advantages .our-advantages-gallery .advantage-item {
display: inline-block;
width: calc(100% / 6);
padding: 0; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-block {
display: none; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-1:hover {
background-image: url(../images/main/advantage-icon-1-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-2:hover {
background-image: url(../images/main/advantage-icon-2-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-3:hover {
background-image: url(../images/main/advantage-icon-3-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-4:hover {
background-image: url(../images/main/advantage-icon-4-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-5:hover {
background-image: url(../images/main/advantage-icon-5-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-6:hover {
background-image: url(../images/main/advantage-icon-6-hover.png); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-1, .our-advantages .our-advantages-gallery .advantage-item .advantage-icon-6 {
top: 176px; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-3, .our-advantages .our-advantages-gallery .advantage-item .advantage-icon-4 {
top: 0px; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-2, .our-advantages .our-advantages-gallery .advantage-item .advantage-icon-5 {
top: 50px; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-1 {
left: -75px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-6 {
left: 75px; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-2 {
left: -60px; }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-5 {
left: 60px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-3 {
left: -20px;
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
.our-advantages .our-advantages-gallery .advantage-item .advantage-icon-4 {
left: 20px; } }
.our-advantages .advantage-block {
display: none; }
.our-advantages .advantage-block .advantage-header {
padding: 5px 0;
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: center; }
@media all and (min-width: 1000px) {
.our-advantages .advantage-block .advantage-header {
padding: 35px 0; } }
.our-advantages .advantage-block .advantage-header.color-1 {
color: #dbac2d; }
.our-advantages .advantage-block .advantage-header.color-2 {
color: #82b461; }
.our-advantages .advantage-block .advantage-header.color-3 {
color: #62b1c5; }
.our-advantages .advantage-block .advantage-header.color-4 {
color: #658bd0; }
.our-advantages .advantage-block .advantage-header.color-5 {
color: #c25ba6; }
.our-advantages .advantage-block .advantage-header.color-6 {
color: #d75b5b; }
.our-advantages .advantage-block .advantage-text {
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: #7c7c7c;
line-height: 1.2;
text-align: center; }
.our-advantages .advantage-block .advantage-text span {
font-size: inherit;
font-family: "SegoeUIBold", sans-serif;
color: #7c7c7c; }
@media all and (max-width: 1000px) {
.our-advantages .advantage-block .advantage-text {
display: none; } }
.our-advantages .advantage-block .advantage-up-btn {
margin-top: 15px;
width: 100%;
border: none;
outline: none;
background-color: transparent; }
@media all and (min-width: 1000px) {
.our-advantages .advantage-block .advantage-up-btn {
display: none; } }
.our-advantages .advantage-block .advantage-up-btn .icon {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.our-advantages .advantage-block .advantage-up-btn .icon-rotate {
-webkit-transform: rotate(0);
transform: rotate(0); }
.our-advantages .our-advantages-texts {
display: none;
position: relative;
top: -100px;
width: 600px;
min-height: 300px;
margin: 0 auto; }
.our-advantages .our-advantages-texts .advantage-block {
display: block; }
@media all and (min-width: 1000px) {
.our-advantages .our-advantages-texts {
display: block; } }
.our-advantages .our-advantages-texts .advantage-block.active {
display: block; }
.social_link {
background: #1c1c20; }
.social_link .flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: 181px;
width: 1130px;
max-width: 100%; }
@media all and (max-width: 768px) {
.social_link .flex {
height: 60px; } }
.social_link a {
display: block;
text-decoration: none;
transition: background-color 0.4s ease-in;
width: 20%;
text-align: center;
line-height: 179px; }
@media all and (max-width: 768px) {
.social_link a {
line-height: 60px; } }
.social_link a i {
vertical-align: middle;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.social_link a i {
-webkit-transform: scale(0.7);
transform: scale(0.7); } }
.social_link a:hover {
text-decoration: none; }
@media all and (min-width: 768px) {
.social_link a:hover i {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@media all and (min-width: 768px) {
.social_link .navy_blue:hover {
background-color: #3b5998; }
.social_link .dark_blue:hover {
background-color: #558DCE; }
.social_link .pink:hover {
background-color: #e560be; }
.social_link .blue:hover {
background-color: #28c5f9; }
.social_link .red:hover {
background-color: #F54E4E; } }
footer {
background-color: #1c1c20;
border-bottom: 5px solid #a44699;
font-size: 0; }
@media all and (max-width: 768px) {
footer .desktop-footer {
display: none; }
footer .mobile-footer {
display: block; } }
@media all and (min-width: 768px) {
footer .desktop-footer {
display: block; }
footer .mobile-footer {
display: none; } }
footer .footer-col {
display: inline-block;
vertical-align: top;
text-align: center;
width: 25%;
padding: 20px 40px; }
@media all and (min-width: 1600px) and (max-width: 1800px) {
footer .footer-col {
padding: 20px 20px; } }
@media all and (max-width: 1600px) {
footer .footer-col {
width: 50%; } }
@media all and (max-width: 1000px) {
footer .footer-col {
width: 100%; } }
@media all and (max-width: 768px) {
footer .footer-col {
padding: 15px 10px; } }
footer .footer-col .footer-img img {
width: 100%;
max-width: 244px; }
footer .footer-col .col-name {
padding-bottom: 35px;
font-size: 22px;
font-family: "SegoeUIBold", sans-serif;
color: #979797;
line-height: 1.2;
text-align: center; }
@media all and (min-width: 1600px) {
footer .footer-col .col-name {
height: 70px; } }
footer .footer-col .footer-btn {
display: inline-block;
width: 100%;
padding: 20px 0;
font-size: 22px;
font-family: "SegoeUIBold", sans-serif;
text-transform: uppercase;
text-decoration: none;
text-align: center;
transition: all 0.4s; }
footer .footer-col .footer-calculate-btn {
max-width: 300px;
background-color: #f0cf16;
color: black; }
footer .footer-col .footer-calculate-btn:hover {
background-color: #000;
color: #f0cf16; }
footer .footer-col .footer-subscribe-btn {
max-width: 230px;
background-color: transparent;
color: #fff;
border: 2px solid #f0cf16; }
footer .footer-col .footer-subscribe-btn:hover {
background-color: #f0cf16;
color: #000; }
@media all and (min-width: 1600px) {
footer .footer-col.footer-contacts {
padding: 20px 20px 20px 60px; } }
footer .footer-col.footer-contacts .col-name {
text-align: center; }
@media all and (min-width: 1000px) and (max-width: 1600px) {
footer .footer-col.footer-contacts .col-name {
text-align: center; } }
@media all and (min-width: 1600px) {
footer .footer-col.footer-contacts .col-name {
text-align: left; } }
footer .footer-col.footer-contacts .contact-info {
padding-bottom: 25px; }
footer .footer-col.footer-contacts .contact-info p {
font-size: 16px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
@media all and (min-width: 1000px) and (max-width: 1600px) {
footer .footer-col.footer-contacts .contact-info p {
text-align: center; } }
@media all and (min-width: 1600px) {
footer .footer-col.footer-contacts .contact-info p {
text-align: left; } }
footer .footer-col.footer-contacts .contact-info p.contact-telephone, footer .footer-col.footer-contacts .contact-info p.contact-email {
font-size: 18px; }
footer .copy_right {
text-align: center;
padding: 16px 18px 21px;
color: white;
font-family: "RobotoRegular", sans-serif; }
.icon {
display: inline-block;
vertical-align: bottom;
background-repeat: no-repeat; }
/*main page end main page end main page end main page end main page end */
/*page blog page blog page blog page blog page blog page blog */
.blog_nav {
margin-top: 54px;
margin-bottom: 70px; }
.blog_nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.blog_nav li {
display: inline-block;
max-width: 274px; }
.blog_nav li a {
display: block;
padding: 1.6rem 3rem;
color: #646464;
font-family: "SegoeUIBold", sans-serif;
transition: all 0.4s ease;
font-size: 2.4rem;
text-decoration: none;
text-align: center;
transition: all 0.4s ease; }
.blog_nav li .active {
background-color: #f0cf16;
color: white; }
.blog_nav li a:hover {
color: #f0cf16; }
.blog_nav li .active:hover {
color: white; }
.news_lenght {
margin: auto;
max-width: 1200px; }
.news_lenght .one_news {
border: 3px solid #efefef;
margin-bottom: 28px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.news_lenght .one_news .preview {
float: left;
width: 40.83%;
text-decoration: none;
overflow: hidden; }
.news_lenght .one_news .preview img {
display: block;
max-width: 100%;
width: 100%;
transition: all 0.4s ease; }
.news_lenght .one_news .preview img:hover {
-webkit-transform: scale(1.1) rotate(-1.5deg);
transform: scale(1.1) rotate(-1.5deg); }
.news_lenght .one_news .news_description {
float: left;
width: 59%;
padding: 16px 18px 6px 32px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.news_lenght .one_news .news_description .article_namel {
text-decoration: none; }
.news_lenght .one_news .news_description h2, .news_lenght .one_news .news_description .article_namel {
font-size: 3rem;
font-family: "SegoeUIBold", sans-serif;
color: black; }
.news_lenght .one_news .news_description h2:hover, .news_lenght .one_news .news_description .article_namel:hover {
text-decoration: none;
color: #646464; }
.news_lenght .one_news .news_description p {
font-size: 1.8rem; }
.news_lenght .one_news .news_description .date {
color: #A3A3A3;
font-size: 1.6rem;
margin-bottom: 28px; }
.news_lenght .one_news .short_desc {
width: 480px;
max-width: 72.73%;
display: inline-block; }
.news_lenght .one_news .short_desc a {
text-decoration: none; }
.news_lenght .one_news .rating_container {
max-width: 26%;
display: inline-block;
vertical-align: top;
width: 162px;
float: right;
padding-top: 10px;
padding-left: 14px; }
.news_lenght .one_news .info {
width: 100%;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end; }
.news_lenght .one_news .info div {
display: inline-block; }
.news_lenght .one_news:after {
content: "";
clear: both;
float: none; }
.news_lenght .link_read {
text-transform: uppercase;
width: 162px;
height: 42px;
line-height: 42px;
font-size: 1.8rem;
font-family: "SegoeUIBold", sans-serif;
float: right; }
.news_lenght .views {
text-align: center;
margin-bottom: 28px; }
.news_lenght .views p {
font-family: "SegoeUIBold", sans-serif;
font-size: 1.6rem;
color: #676767; }
.news_lenght .views p span {
font-size: inherit;
font-family: inherit;
color: inherit; }
.news_lenght .rating-container {
height: 24px;
text-align: center;
margin-bottom: 5px; }
.news_lenght .rating-container .rating {
width: 120px; }
.news_lenght .reviews_count {
text-align: center;
font-size: 1.6rem;
color: #a3a3a3; }
.news_lenght .reviews_count span {
font-size: inherit;
font-family: inherit;
color: inherit; }
.pagination {
margin: 50px auto 50px;
text-align: center; }
.pagination ul {
display: inline-block; }
.pagination li {
display: inline-block;
vertical-align: top;
margin: 2px; }
.pagination li a, .pagination li span {
display: block;
font-family: "seguibl", sans-serif;
color: #a44699;
font-size: 33px;
text-align: center;
width: 67px;
height: 62px;
line-height: 57px;
border: 1px solid #a44699;
transition: all 0.4s ease;
text-decoration: none; }
.pagination li .current_page {
color: white;
background: #a44699; }
.pagination li a:hover, .pagination li.active span {
color: white;
background: #a44699;
text-decoration: none; }
.pagination li .pointer {
line-height: 50px; }
/*page blog end page blog end page blog end page blog end page blog end page blog end*/
.info p {
font-size: 1.6rem;
font-family: "SegoeUIBold", sans-serif;
color: #a3a3a3; }
.info p span {
color: #A44699;
font-size: inherit;
font-family: inherit; }
.info p .autor_link {
color: #A44699;
font-size: inherit;
font-family: inherit;
text-decoration: none; }
.info p .autor_link:hover {
text-decoration: underline; }
/*page autor page autor page autor page autor page autor page autor */
.autor_info {
padding-bottom: 63px; }
.autor_info .container {
max-width: 1200px;
margin: auto; }
.autor_info .autor_ava {
display: inline-block;
vertical-align: top;
width: 260px; }
.autor_info .autor_ava img {
width: 100%;
height: auto; }
.autor_info .about_autor {
display: inline-block;
vertical-align: top;
margin-left: 60px;
font-family: "SegoeUIBold", sans-serif; }
.autor_info .about_autor .name {
font-size: 3.6rem;
color: black;
margin-bottom: 25px; }
.autor_info .about_autor p {
font-family: inherit;
font-weight: inherit;
font-size: 1.6rem; }
.autor_info .about_autor .views {
margin-bottom: 23px; }
.autor_info .about_autor .voice {
font-size: 1.8rem;
color: #969696;
margin-top: 10px; }
.autor_info .about_autor .voice span {
color: #ffcc00;
font-size: inherit; }
/*page autor end page autor end page autor end page autor end page autor end */
/*page article_page page article_page page article_page page article_page */
.article_container {
width: 900px;
max-width: 65%; }
.article_info {
padding-top: 25px; }
.article_info .info {
margin-bottom: 11px; }
.article_info .info p {
display: inline-block;
line-height: 30px; }
.article_info .info p i {
vertical-align: middle; }
.article_info .info p:nth-child(2) {
margin-left: 56px; }
.article_info .info .right_block {
float: right; }
.article_info .info .right_block p:nth-child(2) {
margin-left: 64px; }
.article_info .info .right_block i {
margin-right: 5px; }
.article .article_container {
float: left;
display: inline-block;
padding-top: 42px; }
.article img {
max-width: 100%; }
.article h2 {
font-size: 3.6rem;
font-family: "SegoeUIBold", sans-serif;
margin-bottom: 24px; }
.article h3 {
font-size: 2.4rem;
font-family: "SegoeUIBold", sans-serif;
margin-bottom: 29px; }
.article p {
font-size: 2.4rem;
color: #000;
margin-bottom: 37px; }
@media screen and (max-width: 768px) {
.article p {
margin-bottom: 20px; } }
.article ul, .article ol {
padding-left: 20px;
margin-bottom: 37px; }
@media screen and (max-width: 768px) {
.article ul, .article ol {
margin-bottom: 20px; } }
.article ul li, .article ol li {
font-size: 2.4rem;
color: #000;
padding-bottom: 20px; }
@media screen and (max-width: 768px) {
.article ul li, .article ol li {
padding-bottom: 5px; } }
.article span, .article strong {
font-family: "SegoeUIBold", sans-serif;
font-size: inherit;
color: inherit; }
.article .contact-info-cont .contact-info {
margin: 15px 0;
font-family: "SegoeUIBold", sans-serif;
color: #a44699; }
.right_sidebar {
float: right;
display: inline-block;
width: 28.4%; }
.right_sidebar .name_block {
font-size: 3.5rem;
margin-top: 0px;
line-height: 3.8rem; }
.right_sidebar .btn_wb {
width: 291px;
transition: all 0.4s ease;
line-height: 6.75rem; }
.right_sidebar .btn_wb:after {
content: " ";
position: absolute;
top: 0px;
bottom: 0px;
margin: auto;
right: 30%;
opacity: 0;
transition: all 0.4s ease;
display: block; }
.right_sidebar .btn_wb:hover {
padding-right: 65px; }
.right_sidebar .btn_wb:hover:after {
opacity: 1;
right: 30px; }
.our_jobs {
padding-bottom: 60px; }
.our_jobs p {
text-align: center;
font-family: "SegoeUIBold", sans-serif;
font-size: 3.5rem;
margin-bottom: 28px;
color: #A34699; }
.our_jobs .link-to-material {
display: block;
width: 100%;
text-align: center;
margin-bottom: 27px;
transition: all 0.4s; }
.our_jobs .link-to-material img {
max-width: 100%; }
.our_jobs .link-to-material:hover {
opacity: 0.5; }
.our_service, .popular {
padding-bottom: 60px; }
.our_service p, .popular p {
text-align: center;
font-family: "SegoeUIBold", sans-serif;
font-size: 3.5rem;
margin-bottom: 28px;
color: #A34699; }
.our_service ol li:before, .popular ol li:before {
content: counter(list) " ";
background-color: #f0cf16;
border-radius: 50%;
width: 42px;
min-width: 42px;
height: 42px;
color: black;
font-size: 25px;
font-family: Tahoma, sans-serif;
font-weight: bold;
display: inline-block;
text-align: center;
vertical-align: middle;
line-height: 40px;
margin-right: 12px; }
.our_service ol li, .popular ol li {
list-style-type: none;
counter-increment: list;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 13px; }
.our_service ol li a, .popular ol li a {
font-family: "RobotoRegular", sans-serif;
font-size: 1.8rem;
color: #4A4327;
text-decoration: none; }
.our_service ol li a:hover, .popular ol li a:hover {
text-decoration: underline; }
.popular .nav-tabs li {
display: inline-block;
text-decoration: none;
background: #a34699;
border-radius: 7px 7px 0px 0px;
opacity: 0.7;
transition: all 0.4s ease;
padding: 9px 15px 5px;
margin-right: 12px; }
.popular .nav-tabs li a {
text-decoration: none;
font-family: "RobotoRegular", sans-serif;
color: white;
font-size: 1.5rem; }
.popular .nav-tabs .active {
opacity: 1;
box-shadow: 2px 0 6px -1px #a34699; }
.popular .nav-tabs li:last-child {
margin-right: 0px; }
.popular .nav-tabs li:first-child {
margin-left: 20px; }
.popular .tab-content {
background-color: #f6f6f6;
padding: 42px 10px;
border-radius: 10px;
width: 105%;
margin-left: -2.5%; }
.popular .tab-content a {
width: 86%;
transition: all 0.4s ease; }
.popular .tab-content a:hover {
color: #F0CF16; }
.after_article .flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.after_article .article_container {
text-align: center; }
.creator {
min-width: 250px; }
.hidden_arrow {
display: none; }
.creator_photo {
display: inline-block;
vertical-align: top; }
.creator_photo img {
width: 100px;
border-radius: 50%; }
.creator_info {
display: inline-block;
vertical-align: top;
margin-top: 30px;
margin-left: 25px;
text-align: left; }
.creator_info p {
font-size: 1.2rem;
font-family: "RobotoRegular", sans-serif; }
.creator_info .who {
font-weight: bold; }
.creator_info .who a {
color: #C140AF; }
.creator_info .who a:hover {
text-decoration: none;
color: #601a56; }
.like_it {
padding-top: 30px;
margin-right: 0px; }
.like_it .rating_container {
display: inline-block;
margin-right: 49px; }
.qwestion {
display: inline-block;
vertical-align: top; }
.qwestion span {
display: inline-block;
vertical-align: top;
color: #A44699;
font-family: "RobotoRegular", sans-serif;
font-size: 2.4rem;
line-height: 3rem;
margin-left: 21px; }
.qwestion .shake, .qwestion .shakeY {
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-delay: 2s;
animation-delay: 2s; }
.qwestion .shakeY {
-webkit-animation-name: shakeY;
animation-name: shakeY; }
@-webkit-keyframes shakeY {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); } }
@keyframes shakeY {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); } }
.social_likes {
margin-top: 30px; }
.similar_material {
padding-top: 84px;
padding-bottom: 50px; }
.similar_material .name_block {
margin-bottom: 70px; }
.similar_material .one_material {
border: 3px solid #dddddd;
width: 24.7%;
float: left;
margin: 0px 0.15%;
min-height: 239px;
height: 100%; }
.similar_material .one_material a {
display: inline-block;
text-decoration: none;
overflow: hidden; }
.similar_material .one_material p {
color: #000;
transition: all 0.4s; }
.similar_material .one_material img {
max-width: 100%;
margin-bottom: 15px;
transition: all 0.4s; }
.similar_material .one_material:hover p {
text-decoration: underline; }
.similar_material .one_material:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
.comment_widget img {
max-width: 100%; }
.clear {
content: "";
clear: both;
float: none; }
/*page article_page end page article_page end page article_page end page article_page end page article_page end */
.tab-content .tab-pane {
display: none;
opacity: 0; }
.tab-content .active {
display: block;
-webkit-animation-name: fadeIn;
animation-name: fadeIn; }
/*page comapany_page page comapany_page page comapany_page page comapany_page */
.background {
background-size: cover;
background-repeat: no-repeat;
position: fixed;
top: 0px;
height: 100vh;
width: 100%;
background-position: center center; }
.background .page_name {
color: white;
max-width: 1113px;
margin-left: auto;
margin-right: auto;
padding-top: 406px; }
.some_text {
padding: 59px 0px 0px; }
.some_text .left_container {
width: 49%;
display: inline-block;
text-align: right;
vertical-align: top;
padding-right: 93px; }
.some_text h2 {
font-size: 3.6rem;
font-family: "SegoeUIBold", sans-serif; }
.some_text .text_block {
width: 49%;
display: inline-block;
font-size: 2.4rem;
font-family: "SegoeUILight", sans-serif;
color: #969696;
padding-left: 12px;
text-indent: 33px; }
.some_text .text_block p, .some_text .text_block div {
color: inherit;
font-size: inherit; }
.change_foto {
margin-top: 30px; }
.change_foto img {
float: left;
width: 25%;
height: auto;
-webkit-filter: contrast(130%);
filter: contrast(130%); }
@media all and (max-width: 768px) {
.change_foto img {
width: 50%; } }
@media all and (max-width: 600px) {
.change_foto img {
width: 100%; } }
/*page comapany_page end page comapany_page end page comapany_page end page comapany_page end */
/*page contacts_page page contacts_page page contacts_page page contacts_page */
.plashka {
background: linear-gradient(black, transparent);
opacity: 0.8;
height: 100px;
width: 100%;
position: absolute;
z-index: 5; }
.manager_connect {
background-color: #fff;
padding: 50px 0px; }
.manager_connect .btn_TW {
text-transform: inherit;
width: 813px;
line-height: 7.4rem; }
.manager_connect .btn_TW:after {
content: " ";
position: absolute;
top: 0px;
bottom: 0px;
margin: auto;
right: 10%;
opacity: 0;
transition: all 0.4s ease;
display: block; }
.manager_connect .btn_TW:hover {
padding-right: 34px; }
.manager_connect .btn_TW:hover:after {
opacity: 1;
right: 24px; }
.manager_connect .yellow_button {
width: 310px;
height: 8.2rem;
line-height: 7.8rem;
color: white;
font-size: 3.5rem;
transition: all 0.4s ease; }
.manager_connect .yellow_button:hover {
background: #A44699;
color: #f0cf16; }
.on_contact_page {
padding: 116px 0px 121px; }
.our_manager {
text-align: center;
padding: 0 0 84px; }
.our_manager .name_block {
margin-bottom: 41px; }
.our_manager .price-block {
display: block;
margin-top: 50px; }
@media all and (max-width: 768px) {
.our_manager .price-block {
display: none; } }
.our_manager .price-block span {
padding-right: 40px;
font-size: 36px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: center; }
.our_manager .price-block .btn-calculate {
display: inline-block;
width: 320px;
height: 70px;
line-height: 70px;
font-size: 26px;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
text-align: center;
text-decoration: none;
transition: all 0.4s;
background-color: #f0cf16; }
.our_manager .price-block .btn-calculate:hover {
background-color: #000;
color: #f0cf16; }
.one_manager {
padding: 0px 54px;
text-align: center;
display: inline-block;
vertical-align: top; }
.one_manager .name, .one_manager .mailto {
color: #A44699;
font-family: "SegoeUIBold", sans-serif; }
.one_manager .name {
font-size: 3rem;
margin-top: 10px; }
.one_manager .place {
font-size: 1.8rem;
margin-bottom: 28px; }
.one_manager .phone {
font-size: 2.4rem;
font-family: "SegoeUIBold", sans-serif; }
.one_manager .mailto {
font-size: 2.4rem; }
.one_manager .one_manager_image .lazy {
width: 200px;
height: 200px;
border-radius: 50%; }
/* yellow_form*/
.l-message {
position: relative;
padding-bottom: 3.125em; }
.l-message .btn_TW:hover {
border-color: black; }
.l-message .btn_TW:hover span {
color: black; }
.l-message .btn_BT:hover {
border-color: white; }
.l-message .btn_BT:hover span {
color: white; }
.l-message *::-moz-selection {
color: #000;
background: #ffdb00; }
.l-message .message-wrapper .mask, .l-message .message-wrapper .message {
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
transition: z-index 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
transition: transform 0.4s ease-in-out 0s, z-index 0.4s ease-in-out 0s;
transition: transform 0.4s ease-in-out 0s, z-index 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s; }
.l-message .mask {
display: block;
text-align: center;
position: absolute;
z-index: 2;
top: 0;
left: 0;
background: #ffdb00;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg); }
.l-message .table {
display: table;
height: 100%;
vertical-align: middle;
margin: auto; }
.l-message .table-cell {
position: relative;
overflow: hidden; }
.l-message .table-cell {
display: table-cell;
vertical-align: middle;
width: 100%; }
.l-message .btn_TW span {
font-size: 3.6rem;
height: 8.6rem;
line-height: 7.5rem; }
.l-message .message-wrapper .message {
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
transition: z-index 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
transition: transform 0.4s ease-in-out 0s, z-index 0.4s ease-in-out 0s;
transition: transform 0.4s ease-in-out 0s, z-index 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s; }
.l-message .message {
padding-top: 7.5em;
z-index: 1;
text-align: center;
width: 100%;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg); }
.l-message .icon-remove {
position: absolute;
top: 40px;
right: 40px;
width: 50px;
height: 50px;
display: block;
font-size: 50px;
color: #212121;
transition: all 0.35s cubic-bezier(0.6, -0.28, 0.74, 0.05);
cursor: pointer;
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
.l-message .container-message {
max-width: 973px;
margin: 0 auto;
width: 100%; }
#feedback {
background: #fff; }
.l-message .container-message .row {
position: relative;
margin: 0 0 35px 0; }
.l-message label {
color: #393f50;
font-size: 20px;
left: 0;
line-height: 55px;
position: absolute;
text-align: right;
display: block;
width: 185px;
height: 55px;
font-weight: 100; }
.l-message input[type="text"]::-moz-placeholder, .l-message input[type="email"]::-moz-placeholder, .l-message input[type="password"]::-moz-placeholder, .l-message input[type="date"]::-moz-placeholder, .l-message input[type="search"]::-moz-placeholder, .l-message textarea::-moz-placeholder {
color: #000000;
opacity: 1;
font-family: "SegoeUIRegular", sans-serif; }
.l-message input[type="text"], .l-message input[type="email"], .l-message input[type="password"], .l-message input[type="date"], .l-message input[type="search"], .l-message textarea {
height: 57px;
padding: 0 33px;
font-family: "SegoeUIRegular", sans-serif;
color: #000;
transition: all 0.5s ease;
border-radius: 0px;
font-size: 20px;
line-height: normal;
background: rgba(255, 255, 255, 0.8); }
.l-message input, .l-message textarea {
border: 2px solid #bfccdf;
border-radius: 3px;
background: #fff;
height: 55px;
line-height: 1;
padding-left: 19px;
padding-right: 19px;
width: 100%;
max-width: 539px;
font-family: "SegoeUIRegular", sans-serif;
color: #001227; }
.l-message input:hover, .l-message input:active, .l-message input:focus, .l-message textarea:hover, .l-message textarea:active, .l-message textarea:focus {
border: 2px solid #ffdb00;
background: #ffdb00; }
.l-message input:hover, .l-message input:active, .l-message input:focus, .l-message textarea:hover, .l-message textarea:active, .l-message textarea:focus {
border: 2px solid #ffdb00;
background: #ffdb00; }
textarea:focus, input:focus, a:focus {
outline: 0; }
.l-message input, .l-message textarea {
border: 2px solid #bfccdf;
border-radius: 3px;
background: #fff;
height: 55px;
line-height: 1;
padding-left: 19px;
padding-right: 19px;
width: 100%;
max-width: 539px;
font-family: "SegoeUIRegular", sans-serif;
color: #001227; }
textarea:focus, input:focus {
outline: 0; }
.l-message textarea {
height: 135px;
padding-top: 10px;
padding-bottom: 15px; }
.l-message .conrol {
text-align: left;
width: 100%;
margin: 0 auto;
max-width: 539px;
*zoom: 1; }
.l-message .conrol img {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: middle; }
.l-message .conrol input {
width: 139px;
padding: 0 0.9375em;
margin-right: 15px; }
.l-message .conrol button {
float: right; }
.l-message .conrol button {
font-size: 24px;
line-height: 1;
padding: 16px 2.08333em;
background: #ffdb00;
font-family: "SegoeUIBold", sans-serif;
border: none;
color: #000; }
.flipped .mask {
position: absolute;
z-index: 1;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg); }
.flipped .message {
position: relative;
z-index: 3;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg); }
.message-wrapper .close {
position: absolute;
right: 0px;
top: 0px;
font-size: 16px;
background: url("../images/x.png") no-repeat center;
background-size: cover;
border-radius: 50%;
width: 50px;
height: 50px;
border: none;
z-index: 30;
transition: all 0.4s ease; }
.message-wrapper .close:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
cursor: pointer;
background-color: #969696; }
.message-wrapper .btn_BT {
width: 639px;
font-size: 3rem; }
/*yellow_form*/
/*page contacts_page end page contacts_page end page contacts_page end page contacts_page end */
/*page error_page page error_page page error_page page error_page error_page*/
.error {
background: url("../images/back_404.png") no-repeat;
background-position: left 6.35% top 153px; }
.error .page_name {
margin-bottom: 84px; }
.error p {
max-width: 771px;
font-size: 2.4rem;
margin: auto;
margin-bottom: 21px;
color: #9d9d9d; }
.error .yellow_button {
width: 542px;
height: 8.2rem;
line-height: 8.2rem;
font-size: 3.6rem;
font-family: "SegoeUIRegular", sans-serif;
margin: 35px auto 0;
text-transform: uppercase; }
/*page error_page end page error_page end page error_page end page error_page end */
/*page portfolio page portfolio page portfolio page portfolio error_page*/
.portfolio_subscribe {
background: url("../images/porfolio_subscribe.jpg");
background-size: cover;
padding: 54px 0px 65px;
text-align: center; }
.on_portfolio_page {
padding-bottom: 0px;
padding-top: 0px; }
.on_portfolio_page .image_container {
margin-bottom: 0px; }
.on_portfolio_page .transparent_btn {
margin-top: 50px;
margin-bottom: 66px; }
.on_portfolio_page .image_conatainer_full {
max-height: 3500px !important; }
/*page portfolio end page portfolio end page portfolio end page portfolio end */
/*page service page service page service page service service*/
.service_sec {
background: url("../images/service_back.jpg") no-repeat;
background-size: cover;
background-position: center;
height: 854px;
height: 100vh;
text-align: center; }
.service_sec .page_name {
color: white;
margin-bottom: 49px;
padding-top: 120px; }
.service_sec .container {
max-width: 1200px; }
.service_nav {
display: inline-block; }
.service_nav .flex a {
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; }
.service_nav li {
float: left;
list-style: none;
position: relative;
background: #a44699;
transition: background 0.4s ease; }
.service_nav a {
width: 240px;
height: 5.9rem;
line-height: 5.9rem;
background: transparent;
color: white;
display: block;
text-decoration: none;
border: 1px solid #cac9c9;
padding: 0px 16px;
transition: background 0.4s ease, color 0.4s ease; }
.service_nav a span {
font-family: "SegoeUIRegular", sans-serif;
font-size: 1.8rem;
line-height: 1.95rem;
display: inline-block;
text-align: center; }
.service_nav .active, .service_nav li:hover {
background: white; }
.service_nav .active a, .service_nav li:hover a {
color: #a44699; }
.service_nav .sub_category {
visibility: hidden;
position: absolute;
top: 5.9rem;
padding-top: 1rem;
z-index: 1; }
.service_nav .sub_category a {
background: white;
color: #a44699;
text-align: left;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
transition: color 0.4s ease;
transition: all 0.35s ease; }
.service_nav .sub_category a span {
text-align: left; }
.service_nav .sub_category a:hover {
color: black; }
.service_nav .sub_category:after,
.service_nav .sub_category:before {
bottom: 95%;
left: 35px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
z-index: 2; }
.service_nav .sub_category:before {
border-color: rgba(212, 212, 212, 0);
border-bottom-color: white;
border-width: 11px;
margin-left: -11px; }
.service_nav li:hover .sub_category {
visibility: visible; }
.service_categories {
padding-top: 46px; }
.service_categories .name_block {
margin-bottom: 47px; }
.service_categories .container {
max-width: 1200px; }
.promo_block {
width: 394px;
display: inline-block;
background-repeat: no-repeat;
background-position: top 11px center;
background-color: #a44699;
padding: 130px 10px 27px;
text-align: center;
color: white;
margin-bottom: 30px;
float: none; }
.promo_block h5 {
font-family: "GothamProBold", sans-serif;
font-size: 30px;
margin-bottom: 14px;
color: white;
text-align: center; }
.promo_block p {
font-size: 16px;
font-family: "SegoeUILight", sans-serif; }
.one_category {
margin-bottom: 129px; }
.one_category:last-child {
margin-bottom: 0px; }
.one_category:last-child .promo_block {
background-color: #00a8e0;
background-position: top 22px center; }
.link_block {
display: inline-block;
max-width: 740px;
vertical-align: top;
float: right;
padding-left: 18px; }
.link_block ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.link_block li {
display: inline-block;
color: black;
font-size: 10pt;
line-height: 1.3em;
font-size: 15px;
border-bottom: #f0f0f0 2px solid;
list-style: none;
position: relative;
width: 284px;
max-width: 284px;
margin-right: 111px;
vertical-align: top;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
transition: all 0.4s ease;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.link_block li a {
width: 100%;
padding: 14px 15px 10px 13px;
color: black;
font-family: "SegoeUIRegular", sans-serif;
font-size: 18px;
transition: all 0.4s ease; }
.link_block li a:hover {
background-color: #ffdb00;
text-decoration: none; }
.link_block li a:after {
content: ">";
text-decoration: none;
color: #80807f;
font-size: 11px;
line-height: 11px;
padding-right: 0.5em;
position: absolute;
right: 0px;
top: 0px;
bottom: 0px;
margin: auto;
height: 11px; }
.link_block li .additional-info {
display: none;
transition: all 0.4s;
position: absolute;
z-index: 5;
width: 100%;
top: 90%;
left: 30%;
background-color: white;
text-align: center;
border: 1px solid #e5e5e5; }
.link_block li .additional-info .additional-info-text {
padding: 20px 10px;
font-size: 14px;
font-family: "SegoeUIRegular", sans-serif;
color: black;
line-height: 1.2;
text-align: left; }
.link_block li .additional-info .additional-info-btn {
display: inline-block;
width: 80%;
margin-bottom: 20px;
padding: 10px 10px 15px 10px;
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: center;
text-decoration: none;
border: 2px solid #f0cf16; }
.link_block li:hover {
background-color: #ffdb00; }
@media all and (min-width: 768px) {
.link_block li:hover .additional-info {
display: block; } }
.link_block li:first-child {
border-top: #f0f0f0 2px solid; }
.link_block li:nth-child(2) {
border-top: #f0f0f0 2px solid; }
.link_block li:nth-child(even) {
margin-right: 0px; }
/*page service end page service end page service end page service end */
/*page service_page page service_page page service_page page service_page service_page*/
.its_service_page .service_page_btn, .its_brif_page .service_page_btn {
width: 539px; }
.service_page {
background: url("../images/main_back_chease.jpg") no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
text-align: center;
position: fixed;
width: 100%; }
.service_page .page_name {
color: white;
padding: 0px;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
position: absolute;
margin: auto;
height: 8rem;
max-width: 1328px;
height: 19.4rem; }
.on_service_page {
padding-top: 49px; }
.on_service_page .left_container {
padding-right: 167px; }
.on_service_page .text_block {
font-size: 1.8rem;
font-family: "SegoeUIRegular", sans-serif;
padding-right: 100px;
line-height: 3rem;
text-indent: 0px; }
.on_service_page .button_read_more {
padding-top: 4px; }
.diagram {
width: 100%;
height: auto; }
.you_get {
padding: 50px 0px; }
.you_get .name_block {
margin-bottom: 50px;
margin-top: 58px; }
.what_you_get {
text-align: center; }
.what_you_get .one_block {
display: inline-block;
vertical-align: top;
width: 170px;
margin-left: 15px;
margin-right: 15px; }
.what_you_get .one_block img {
width: 130px;
height: 130px;
display: inline-block;
margin-bottom: 10px; }
.what_you_get .one_block p {
font-size: 1.6rem; }
.offer {
background: #2C353D;
color: green;
padding-bottom: 28px;
padding-top: 37px; }
.offer .price, .offer .term, .offer .cost {
font-family: "SegoeUIBold", sans-serif;
font-size: 3.6rem;
margin-bottom: 3.4rem;
vertical-align: top; }
.offer .left_column {
font-family: inherit;
font-size: inherit;
color: white;
display: inline-block;
width: 49.9%;
text-align: right;
padding-right: 178px;
vertical-align: top; }
.offer .right_column {
font-family: inherit;
font-size: inherit;
color: #f0cf16;
text-align: left;
width: 49.9%; }
.offer .value {
font-size: 4.8rem; }
.offer .cost {
padding-top: 13px; }
.offer .cost .right_column {
font-size: 1.8rem;
font-family: "SegoeUIRegular", sans-serif;
color: #FFF;
max-width: 588px;
display: inline-block;
padding-top: 10px; }
.offer .cost .right_column p {
font-size: 1.8rem;
line-height: 2.8rem; }
.offer .button_read_more {
padding-top: 8px; }
.order {
background: #a44699;
text-align: center;
height: 10rem;
transition: all 0.35s ease; }
.order .order_btn {
transition: all 0.35s ease; }
.order:hover {
background: #f0cf16; }
.order:hover .order_btn {
background: #a44699; }
.order_btn, .expensive {
height: 10rem;
text-transform: uppercase;
line-height: 10rem;
font-family: "SegoeUIBold", sans-serif;
color: #FFF; }
.order_btn {
font-size: 3rem;
background: black;
width: 51.5rem;
max-width: 75%;
display: inline-block;
color: white;
margin-left: 14.5%;
position: relative;
text-align: left;
padding-left: 8.1rem; }
.order_btn .right_row {
height: 5rem;
width: 5rem;
background: url("../images/offer/btn_right_row.png") no-repeat;
background-size: cover;
display: inline-block;
position: absolute;
top: 0px;
bottom: 0px;
margin: auto;
right: 7.7rem; }
.expensive {
font-size: 2.4rem;
text-transform: uppercase;
font-family: "SegoeUIBold", sans-serif;
margin-left: 51px; }
.margin_top {
margin-top: 50px; }
.nice_photo:after {
content: " ";
clear: both;
float: none;
display: block; }
.nice_photo .one_item {
width: 25%;
display: block;
float: left;
position: relative;
line-height: 0px; }
.nice_photo .one_item img {
width: 100%;
height: auto; }
.nice_photo .one_item p {
position: absolute;
height: auto;
margin: auto;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
opacity: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.5);
z-index: 2;
transition: opacity 0.4s ease; }
.nice_photo .one_item p span {
width: 100%;
font-size: 4.8rem;
line-height: 5rem;
font-family: "seguibl", sans-serif;
text-align: center;
color: white;
display: block; }
.nice_photo .one_item:hover p {
opacity: 1; }
.tell_to_as {
background: black;
text-align: center;
transition: all 0.35s ease; }
.tell_to_as a {
color: white; }
.tell_to_as .order_btn {
width: auto;
margin: auto;
padding-left: 0rem;
padding-right: 7rem;
background: transparent; }
.tell_to_as .order_btn .right_row {
right: 0px; }
.tell_to_as:hover {
background-color: #a34699; }
/*page service_page end page service_page end page service_page end page service_page end */
/*page brif page brif page brif page brif page brif page brif page brif page brif page brif */
.under_page_name {
font-size: 2.4rem;
font-family: "SegoeUILight", sans-serif;
color: #969696;
margin: 80px auto;
max-width: 855px; }
.brif .one_block {
margin-bottom: 60px; }
.brif .left_colum, .brif .right_colum {
display: inline-block;
width: 49.8%;
vertical-align: top; }
.brif .left_colum {
text-align: center;
font-size: 3.6rem;
font-family: "SegoeUIBold", sans-serif; }
.brif .right_colum {
padding-left: 35px;
font-size: 2.4rem;
font-family: "SegoeUILight", sans-serif;
color: #969696;
padding-top: 1rem;
padding-left: 33px; }
.brif .right_colum label {
font-family: inherit;
font-size: inherit;
color: inherit;
font-weight: inherit;
display: block;
margin-bottom: 35px; }
.brif .right_colum input[type="radio"] + label, .brif .right_colum input[type="checkbox"] + label {
position: relative; }
.brif .right_colum input[type="checkbox"] + label {
padding-left: 61px; }
.brif .right_colum input[type="radio"] + label {
padding-left: 61px; }
.brif .right_colum input[type="radio"] + label::before {
position: absolute;
left: 0px;
top: -3px; }
.brif .right_colum input[type="checkbox"] + label::before {
position: absolute;
left: -0px;
top: 0px; }
.brif .right_colum input[type="checkbox"], .brif .right_colum input[type="radio"] {
display: none; }
.brif .right_colum input[type="checkbox"] + label::before,
.brif .right_colum input[type="radio"] + label::before {
content: " ";
display: inline-block;
margin: 0 5px 0 0; }
.brif .right_colum input[type="checkbox"] + label::before {
height: 36px;
width: 36px;
border: 2px solid #bfccdf; }
.brif .right_colum input[type="radio"] + label::before {
height: 36px;
width: 36px;
border: 2px solid #bfccdf;
border-radius: 50%; }
.brif .right_colum input[type="radio"]:checked + label::before {
border: none; }
.brif .right_colum fieldset {
border: none; }
.brif .right_colum .custom_label {
display: inline-block;
line-height: 60px; }
.brif .yellow_button {
width: 308px;
height: 8.3rem;
line-height: 8.3rem;
font-size: 2.3rem;
font-family: "SegoeUIRegular", sans-serif;
margin: auto;
border: none;
text-transform: uppercase;
background: #FFDB00;
border-radius: 5px; }
.brif .vse_norm {
text-align: center;
font-size: 2.4rem;
font-family: "SegoeUILight", sans-serif;
color: #969696;
margin-bottom: 8rem; }
.brif .inputs-container .custom_input {
width: 100px; }
@media all and (max-width: 1100px) {
.brif .inputs-container .custom_input {
width: 50%; } }
.brif .inputs-container .currency-select {
width: 60px;
padding-left: 15px;
margin-bottom: 35px; }
.brif .submit-btn {
border: none;
outline: none;
cursor: pointer; }
.custom_input {
border: 2px solid #bfccdf;
border-radius: 3px;
color: black;
font-family: "SegoeUIBold", sans-serif;
padding: 17px 0px 17px 22px;
font-size: 1.8rem;
width: 20%; }
.custom_input.placeholder {
color: black;
font-family: "SegoeUIBold", sans-serif;
font-size: 1.8rem; }
.custom_input:-moz-placeholder {
color: black;
font-family: "SegoeUIBold", sans-serif;
font-size: 1.8rem; }
.custom_input::-webkit-input-placeholder {
color: black;
font-family: "SegoeUIBold", sans-serif;
font-size: 1.8rem; }
.greyplace_holder.placeholder {
font-family: "SegoeUILight", sans-serif;
color: #969696;
font-size: 1.8rem; }
.greyplace_holder:-moz-placeholder {
font-family: "SegoeUILight", sans-serif;
color: #969696;
font-size: 1.8rem; }
.greyplace_holder::-webkit-input-placeholder {
font-family: "SegoeUILight", sans-serif;
color: #969696;
font-size: 1.8rem; }
.full {
width: 89.36%;
margin-left: 10%; }
.textarea {
resize: none;
height: 217px; }
.custom_label {
display: inline-block;
line-height: 60px;
padding: 0px 2.8rem; }
.padding_left {
padding-left: 40px; }
.change_on_resize {
display: inline; }
@media all and (max-width: 1100px) {
.change_on_resize {
display: inline-block;
width: 100%;
text-align: center; } }
/* ะจะธัะธะฝะฐ ัะปะฐะนะดะตัะฐ */
#slider {
width: 88.65%;
margin-top: 16px;
margin-left: 11.52%;
margin-bottom: 50px; }
/* ะะพะฝัะตะนะฝะตั ัะปะฐะนะดะตัะฐ */
.ui-slider {
position: relative; }
/* ะะพะปะทัะฝะพะบ */
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 38px;
/* ะะฐะดะฐะตะผ ะฝัะถะฝัั ัะธัะธะฝั */
height: 38px;
/* ะธ ะฒััะพัั */
border-radius: 50%;
border: black 1px solid;
background-color: white;
cursor: pointer; }
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
overflow: hidden; }
/* ะณะพัะธะทะพะฝัะฐะปัะฝัะน ัะปะฐะนะดะตั (ัะฐะผะฐ ะฟะพะปะพัะฐ ะฟะพ ะบะพัะพัะพะน ะฑะตะณะฐะตั ะฟะพะปะทัะฝะพะบ) */
.ui-slider-horizontal {
height: 12px;
/* ะทะฐะดะฐะตะผ ะฒััะพัั ัะพะณะปะฐัะฝะพ ะดะธะทะฐะนะฝะฐ */ }
/* ะฟะพะทะธัะธะพะฝะธััะตะผ ะฟะพะปะทัะฝะบะธ */
.ui-slider-horizontal .ui-slider-handle {
top: -13px;
margin-left: -18px; }
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%; }
.ui-slider-horizontal .ui-slider-range-min {
left: 0; }
.ui-slider-horizontal .ui-slider-range-max {
right: 0; }
/* ะพัะพัะผะปะตะฝะธะต ะฟะพะปะพัั ะฟะพ ะบะพัะพัะพะน ั
ะพะดะธั ะฟะพะปะทัะฝะพะบ */
.ui-widget-content {
background: #bfccdf; }
/* ะพัะพัะผะปะตะฝะธะต ะฐะบัะธะฒะฝะพะณะพ ััะฐััะบะฐ (ะผะตะถะดั ะดะฒัะผั ะฟะพะปะทัะฝะบะฐะผะธ) */
.ui-widget-header {
background: black; }
/* ัะบััะณะปะตะฝะธะต ะดะปั ะฟะพะปะพัั ัะปะฐะนะดะตัะฐ */
.ui-corner-all {
border-radius: 4px; }
.custom-file-upload-hidden {
display: none;
visibility: hidden;
position: absolute;
left: -9999px; }
.custom-file-upload {
display: block;
width: auto;
font-size: 16px;
margin-top: 30px; }
.custom-file-upload label {
display: block;
margin-bottom: 5px; }
.file-upload-wrapper {
position: relative;
margin-bottom: 5px; }
.file-upload-input {
font-size: 16px;
padding: 11px 17px;
float: left;
/* IE 9 Fix */ }
.file-upload-input:hover, .file-upload-input:focus {
background-color: transparent;
outline: none; }
.file-upload-button {
margin-top: 18px;
cursor: pointer;
display: inline-block;
text-transform: uppercase;
background: #FFF;
margin-left: -1px;
float: right;
/* IE 9 Fix */ }
/*page brif end page brif end page brif end page brif end page brif end*/
/*order form order form order form order form order form order form order form*/
.form_container {
position: fixed;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
background: rgba(0, 0, 0, 0.4);
display: none;
opacity: 0;
transition: opacity 0.4s ease;
z-index: 100500; }
.visible {
display: block;
opacity: 1; }
.content_container {
width: 91%;
margin: auto;
margin-top: 55px; }
.left_text {
width: 369px;
border: 10px solid white;
padding: 27px 14px 57px;
text-align: center;
display: inline-block;
vertical-align: top; }
.left_text p {
text-transform: uppercase;
font-family: "MyriadProRegular", sans-serif;
font-size: 1.8rem; }
.left_text .black_line {
width: 58px;
height: 6px;
display: inline-block;
background: black;
margin: 45px 0px; }
.write_us {
width: 380px;
max-width: 50%;
display: inline-block;
margin-left: 27px;
vertical-align: top;
position: relative; }
.style {
padding: 17px;
font-size: 1.6rem;
color: #3e3d3d;
font-family: "RobotoRegular", sans-serif;
font-weight: 100;
width: 100%;
margin-bottom: 7px;
border: none; }
.style.placeholder {
font-size: 1.6rem;
color: #6f6f6f;
font-family: "RobotoRegular", sans-serif;
font-weight: 100; }
.style:-moz-placeholder {
font-size: 1.6rem;
color: #6f6f6f;
font-family: "RobotoRegular", sans-serif;
font-weight: 100; }
.style::-webkit-input-placeholder {
font-size: 1.6rem;
color: #6f6f6f;
font-family: "RobotoRegular", sans-serif;
font-weight: 100; }
.s_input {
height: 42px; }
.s_textarea {
height: 192px;
resize: none; }
/*custom file upload*/
#file_write_us {
opacity: 0; }
.write_us {
/* style 1 */ }
.write_us .js .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1; }
.write_us .inputfile + label {
max-width: 80%;
font-size: 1.25rem;
/* 20px */
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
height: 27px;
line-height: 27px;
bottom: 30px;
position: absolute;
right: 0px;
padding: 0px 14px; }
.write_us .inputfile + label .icon-clip {
height: 22px;
margin-right: 10px;
vertical-align: middle; }
.write_us .no-js .inputfile + label {
display: none; }
.write_us .inputfile:focus + label,
.write_us .inputfile.has-focus + label {
outline: 1px dotted #000;
outline: -webkit-focus-ring-color auto 5px; }
.write_us .inputfile + label * {
/* pointer-events: none; */
/* in case of FastClick lib use */ }
.write_us .inputfile + label svg {
width: 1em;
height: 1em;
vertical-align: middle;
fill: currentColor;
margin-top: -0.25em;
/* 4px */
margin-right: 0.25em;
/* 4px */ }
.write_us .inputfile-1 + label {
color: white;
background-color: black; }
.write_us .inputfile-1:focus + label,
.write_us .inputfile-1.has-focus + label,
.write_us .inputfile-1 + label:hover {
background-color: #722040; }
@media screen and (max-width: 50em) {
.write_us .inputfile-6 + label strong {
display: block; } }
/*cusom file upload over */
/*order form order form order form order form order form*/
/*pop mail form pop mail form pop mail form pop mail form pop mail form*/
.pop_mail {
width: 437px;
height: 253px;
height: auto;
max-width: calc(100% - 68px);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
position: fixed;
bottom: -200px;
left: 0px;
right: 0px;
margin: auto;
z-index: 500;
transition: all 0.8s ease-in-out;
transition: height 0.4s ease;
opacity: 0;
background-color: #fbfbfb;
background-image: url("../images/back_subscribe.png");
background-position: right -30px top 73px;
background-repeat: no-repeat; }
.pop_mail .icon {
position: absolute;
z-index: 1; }
.pop_mail .sstyle.placeholder {
font-family: "SegoeUIBold", sans-serif;
color: #D7D7D7; }
.pop_mail .sstyle:-moz-placeholder {
font-family: "SegoeUIBold", sans-serif;
color: #D7D7D7; }
.pop_mail .sstyle::-webkit-input-placeholder {
font-family: "SegoeUIBold", sans-serif;
color: #D7D7D7; }
.pop_mail .mail-back {
background: transparent;
margin-top: 0px;
padding: 30px 32px 21px;
margin-bottom: 0px;
transition: all 0.8s ease; }
.pop_mail .mail-back .some_text {
font-size: 18px;
color: #838383;
padding: 0px; }
.pop_mail .subsribe_form {
margin-top: 32px;
width: 291px;
max-width: 100%;
transition: all 0.8s ease; }
.pop_mail #subscription_email, .pop_mail #subscription_name {
width: 291px;
height: 29px;
border: 1px solid #e7e7e7;
padding-left: 41px;
box-sizing: border-box;
position: relative;
display: block;
max-width: 100%;
font-family: "SegoeUIBold", sans-serif;
color: #838383; }
.pop_mail #subscription_email {
margin-top: 0px; }
.pop_mail .hidden_input {
position: relative;
visibility: hidden;
transition: all 0.4s ease;
height: 0px;
margin-bottom: 20px;
opacity: 0;
overflow: hidden; }
.pop_mail .visible_input {
margin-top: 17px;
visibility: visible;
height: 29px;
opacity: 1; }
.close {
position: absolute;
right: -50px;
top: -50px;
font-size: 16px;
background: url("../images/x.png") no-repeat center;
background-size: cover;
border-radius: 50%;
width: 50px;
height: 50px;
border: none;
z-index: 30;
transition: all 0.4s ease; }
.close:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
cursor: pointer;
background-color: #969696; }
.popmail_show {
bottom: 68px;
opacity: 1; }
/* pop mail form end pop mail form end pop mail form end pop mail form end */
.koloro-form {
display: none;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.9);
overflow: auto; }
.koloro-form .form-wrapper {
min-height: 100vh; }
.koloro-form .close-btn {
position: absolute;
top: -50px;
right: 0;
cursor: pointer;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.koloro-form .close-btn {
top: -20px; }
.koloro-form .close-btn .icon-close-btn, .koloro-form .close-btn .icon-close-btn-hover {
-webkit-transform: scale(0.7);
transform: scale(0.7); } }
.koloro-form .close-btn .icon-close-btn {
display: block; }
.koloro-form .close-btn .icon-close-btn-hover {
display: none; }
.koloro-form .close-btn:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.koloro-form .close-btn:hover .icon-close-btn {
display: none; }
.koloro-form .close-btn:hover .icon-close-btn-hover {
display: block; }
.koloro-form .form-header {
margin: 30px 0;
font-size: 60px;
font-family: "SegoeUIBold", sans-serif;
color: white;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 1200px) {
.koloro-form .form-header {
margin: 15px 0;
font-size: 48px; } }
@media all and (max-width: 768px) and (max-height: 768px) {
.koloro-form .form-header {
margin: 15px 0;
font-size: 30px; } }
@media all and (max-height: 768px) {
.koloro-form .form-header {
margin: 15px 0;
font-size: 30px; } }
.koloro-form .form-header-small {
margin: 30px 0;
font-size: 36px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
.koloro-form .form-header-small {
margin: 15px 0;
font-size: 18px; } }
@media all and (max-height: 768px) {
.koloro-form .form-header-small {
margin: 15px 0;
font-size: 18px; } }
.koloro-form .user-name, .koloro-form .user-email, .koloro-form .user-tel, .koloro-form .text-field {
display: block;
width: 320px;
max-width: 100%;
margin: 15px auto;
padding: 15px 25px;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: #878686;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 600px) {
.koloro-form .user-name, .koloro-form .user-email, .koloro-form .user-tel, .koloro-form .text-field {
width: 100%;
padding: 10px 15px; } }
.koloro-form .submit-btn {
border: none;
outline: none;
margin-top: 30px; }
@media all and (max-width: 600px) {
.koloro-form .submit-btn {
margin-top: 15px; } }
.subscribe-form .checkboxes-container .checkbox-item {
display: inline-block;
margin: 15px 20px; }
@media all and (max-width: 600px) {
.subscribe-form .checkboxes-container .checkbox-item {
margin: 10px; } }
.subscribe-form .checkboxes-container .checkbox-item label {
display: table;
cursor: pointer;
position: relative; }
.subscribe-form .checkboxes-container .checkbox-item label span {
display: table-cell;
vertical-align: middle;
font-size: 16px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
text-transform: uppercase;
text-align: center; }
.subscribe-form .checkboxes-container .checkbox-item input[type="checkbox"] {
display: none; }
.subscribe-form .checkboxes-container .checkbox-item input[type="checkbox"] + label:before {
display: inline-block;
vertical-align: bottom;
margin-right: 7px;
content: " ";
width: 20px;
height: 20px;
font-size: 16px;
background-color: transparent;
border: 2px solid white;
transition: all 0.4s; }
.subscribe-form .checkboxes-container .checkbox-item input[type=checkbox]:checked + label:before {
background-color: #f0cf16;
border: 2px solid #f0cf16; }
@media all and (max-width: 1000px) {
.order-form .form-header {
margin: 15px 0;
font-size: 30px; } }
@media all and (max-width: 1000px) {
.order-form .form-header-small {
margin: 15px 0;
font-size: 18px; } }
.order-form .user-name, .order-form .user-email, .order-form .user-tel, .order-form .text-field {
width: 400px; }
.order-form .text-field {
height: 196px; }
.order-form .full-container {
width: 900px;
max-width: 100%;
margin: auto;
font-size: 0;
overflow: auto;
/*custom file upload*/
/* style 1 */
/*cusom file upload over */ }
.order-form .full-container .left-cont, .order-form .full-container .right-cont {
display: inline-block;
vertical-align: top;
width: 50%;
padding: 15px; }
@media all and (max-width: 1000px) {
.order-form .full-container .left-cont, .order-form .full-container .right-cont {
width: 100%; } }
@media all and (max-width: 768px) {
.order-form .full-container .left-cont, .order-form .full-container .right-cont {
padding: 0; } }
.order-form .full-container .right-cont .detailed-brief-btn {
width: 400px;
margin-top: 30px; }
@media all and (max-width: 768px) {
.order-form .full-container .right-cont {
display: none; } }
@media all and (max-height: 800px) {
.order-form .full-container .right-cont {
display: none; } }
.order-form .full-container .right-cont .text-field-cont {
position: relative; }
@media all and (max-width: 1000px) {
.order-form .full-container .right-cont .text-field-cont {
display: inline-block; }
.order-form .full-container .right-cont .text-field-cont .text-field {
margin: 0 auto; } }
.order-form .full-container .js .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1; }
.order-form .full-container .inputfile + label {
max-width: 80%;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
vertical-align: top;
padding: 5px;
overflow: hidden;
position: absolute;
right: 11px;
bottom: 1px; }
.order-form .full-container .inputfile + label span {
font-family: "SegoeUIBold", sans-serif;
font-size: 14px;
color: #000;
text-transform: uppercase;
height: 27px;
line-height: 27px;
padding: 0px 14px; }
.order-form .full-container .inputfile + label .icon {
vertical-align: top; }
.order-form .full-container .no-js .inputfile + label {
display: none; }
.order-form .full-container .inputfile:focus + label,
.order-form .full-container .inputfile.has-focus + label {
outline: 1px dotted #000;
outline: -webkit-focus-ring-color auto 5px; }
.order-form .full-container .inputfile + label * {
/* pointer-events: none; */
/* in case of FastClick lib use */ }
.order-form .full-container .inputfile + label svg {
width: 1em;
height: 1em;
vertical-align: middle;
fill: currentColor;
margin-top: -0.25em;
/* 4px */
margin-right: 0.25em;
/* 4px */ }
.order-form .full-container .inputfile-1 + label {
color: black;
background-color: white; }
.order-form .full-container .inputfile-1:focus + label,
.order-form .full-container .inputfile-1.has-focus + label,
.order-form .full-container .inputfile-1 + label:hover {
background-color: #f0cf16; }
@media screen and (max-width: 50em) {
.order-form .full-container .inputfile-6 + label strong {
display: block; } }
.success-form .success-close-btn {
text-align: center;
cursor: pointer; }
@media all and (max-width: 768px) {
.success-form .success-close-btn .icon-check-mark {
-webkit-transform: scale(0.5);
transform: scale(0.5); } }
.success-form .contact-info {
padding-bottom: 25px; }
.success-form .contact-info p {
font-size: 20px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
.success-form .contact-info p {
font-size: 18px; } }
.success-form .contact-info p.contact-telephone, .success-form .contact-info p.contact-email {
font-size: 24px; }
@media all and (max-width: 768px) {
.success-form .contact-info p.contact-telephone, .success-form .contact-info p.contact-email {
font-size: 20px; } }
.success-form .contact-info p.contact-email {
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16; }
/* for media*/
.name_city {
text-align: center;
margin-bottom: 4rem; }
.name_city p {
font-size: 4.6rem;
font-family: "SegoeUIBold", sans-serif; }
/* for media*/
.yellow_button {
display: block;
width: 283px;
height: 5.8rem;
background-color: #f0cf16;
text-align: center;
color: black;
font-family: "SegoeUIBold", sans-serif;
font-size: 2.5rem;
line-height: 5.8rem;
margin-bottom: 14px;
text-decoration: none;
transition: all 0.35s ease;
cursor: pointer; }
.yellow_button:hover {
color: #f0cf16;
box-shadow: 0 90px 0 0 black inset; }
.transparent_btn {
background: transparent;
border: 1px solid #a44699;
color: #a44699;
line-height: 8.1rem;
height: 8.5rem;
font-size: 3.6rem;
font-family: "SegoeUISemiBold", sans-serif;
padding: 0px 20px;
min-width: 290px;
display: inline-block;
cursor: pointer; }
.btn_wb {
font-size: 2.4rem;
font-family: "SegoeUISemiBold", sans-serif;
border: 3px solid black;
color: black;
width: 244px;
height: 6.9rem;
line-height: 6rem;
text-transform: uppercase;
cursor: pointer; }
.btn_TW, .btn_BT {
font-size: 3.6rem;
height: 8.6rem;
line-height: 7.5rem;
border-radius: 5px;
font-family: "SegoeUIBold", sans-serif;
width: 723px;
background-color: transparent;
text-transform: uppercase;
max-width: 80%;
cursor: pointer;
transition: all 0.35s ease; }
.btn_TW {
color: white;
border: 0.4rem solid white;
transition: all 0.4s ease; }
.btn_BT {
color: black;
border: 0.4rem solid black; }
.btn_close {
float: right;
display: block;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
background: black;
text-decoration: none;
max-width: 80%;
cursor: pointer;
font-size: 25px;
color: white; }
.black_btn {
background: black;
color: #FD0;
height: 6.4rem;
font-size: 2.7rem;
font-family: "SegoeUIBold", sans-serif;
padding: 0px 2.9rem;
border: none;
max-width: 80%;
cursor: pointer; }
.siren_btn {
background: #a34699;
color: white;
font-size: 1.8rem;
font-family: "SegoeUIBold", sans-serif;
text-transform: uppercase;
padding: 0px 2.9rem;
border: none;
height: 3.9rem;
line-height: 3.9rem;
border-radius: 4px;
max-width: 80%;
cursor: pointer; }
.darknes {
position: fixed;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 100400;
display: none;
opacity: 0;
transition: all 0.8s ease;
background: rgba(0, 0, 0, 0.7); }
.darknes_active {
opacity: 1;
display: block; }
.hidden {
visibility: hidden; }
@media screen and (min-width: 1920px) {
.one_job {
background-size: 100%; } }
@media screen and (max-width: 1800px) {
.hidden_content {
padding: 20px 15px 0px; }
.hidden_content .name_content {
font-size: 2.3rem;
line-height: 2.4rem; }
.hidden_content .desc_content {
font-size: 2rem;
line-height: 2.1rem; }
.hidden_content .icon-portolio_row {
bottom: 1.5rem;
left: 15px; }
.one_block:hover .hidden_content {
top: 0px;
bottom: 0px;
opacity: 1; }
.one_block:hover .hidden_content .name_content {
top: 0px; }
.one_block:hover .hidden_content .desc_content {
top: 0px; }
.one_block:hover .hidden_content .icon-portolio_row {
bottom: 1.5rem; } }
@media screen and (max-width: 1550px) {
.after_article .container, .article .container, .article_info .container, .one_job .container {
padding-right: 15px;
padding-left: 15px; } }
@media screen and (max-width: 1500px) {
.services_slider .slick-prev {
left: 5px; }
.services_slider .slick-next {
right: 0px; }
.personal_slider .one_person {
text-align: center; }
.personal_slider .icon-left_arrow_black {
left: 0px; }
.personal_slider .icon-right_arrow_black {
right: 0px; } }
@media screen and (max-width: 1366px) {
.background .page_name {
padding-top: 133px; }
.blog_nav li a {
font-size: 1.8rem; } }
@media screen and (max-width: 1350px) {
.portfolio_block .one_block {
width: 33.3%; }
.services_slider .slick-center {
width: 33.3vw !important; }
.services_slider .slick-center figcaption {
width: 100%;
left: 0px; }
.services_slider .slick-center .slide_description {
width: 100%;
width: 100vw;
left: calc(-33.3vw + 5vw); } }
@media screen and (max-width: 1250px) {
html {
font-size: 8px; }
.main_menu li a {
padding: 13px 11px 21px; }
.brif .left_colum {
width: 45%; }
.brif .right_colum {
width: 54%;
padding-right: 4%; }
.news_lenght .rating-container .rating {
width: 12rem; }
.promo_block {
width: 40%; }
.link_block {
width: 59%; }
.link_block li {
margin-right: 7%;
width: 38%; }
.message-wrapper .close {
right: 15px; }
footer .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
footer .container .one_column {
margin-left: auto; }
footer .container .one_column:last-child {
margin-right: auto; }
.service_nav a {
width: auto;
max-width: 240px; }
.container_small {
padding-left: 15px;
padding-right: 15px; } }
@media screen and (max-width: 1100px) {
.left_text {
width: 40%; } }
@media screen and (max-width: 1000px) {
header {
z-index: 200; }
header.black-header {
background-color: #000; }
.visible_on_mobile {
display: block; }
.main_menu {
width: 100vw;
background-color: #000;
position: absolute;
overflow: hidden;
transition: all 0.4s ease-out;
opacity: 0;
right: -100%;
display: none; }
.main_menu ul {
display: block;
width: 100%; }
.main_menu li {
float: none;
width: 100%; }
.main_menu li a {
display: block;
border-top: 0px;
border-bottom: 3px solid #000;
line-height: 60px;
height: 60px;
padding-top: 0px;
padding-bottom: 0px;
font-family: "SegoeUIBold", sans-serif;
font-size: 24px;
color: #fff;
width: 100%;
text-align: center; }
.main_menu li a:hover, .main_menu li a:active {
background: #c140af;
color: black;
border-bottom: 3px solid #f0cf16; }
.main_menu li .active {
padding: 0px 13px 0px 33px;
color: #000;
background-color: #f0cf16;
border-top: none; }
.main_menu .btn_calculate {
display: block;
width: 100%;
font-family: "SegoeUIBold", sans-serif;
font-size: 24px;
text-align: center;
padding-left: 31px;
padding-right: 13px;
line-height: 60px;
height: 60px; }
.main_menu .languge {
width: 100%;
text-align: center; }
.main_menu .languge li {
width: 50px;
padding-left: 0px; }
.main_menu .languge li .active {
color: #f0cf16;
border-bottom: none; }
.main_menu .languge li a {
font-size: 18px;
border-bottom: none; }
.main_menu .languge li a:hover {
color: #f0cf16; }
.menu_triger {
text-decoration: none;
position: absolute;
right: 10px;
top: 10px;
width: 45px;
transition: top 0.4s ease;
z-index: 100500;
cursor: pointer; }
.menu_triger div {
width: 100%;
height: 4px;
background: #f0cf16;
margin-bottom: 9px;
transition: all 0.4s ease-out, opacity 0.2s; }
.menu_active {
cursor: pointer;
top: 23px; }
.menu_active div {
background: #C140AF; }
.menu_active .first {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0px; }
.menu_active .third {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
top: 0px; }
.menu_active .second {
opacity: 0;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg); }
.menu_triger:hover {
text-decoration: none; }
.show_menu {
width: 100%;
height: 100vh;
right: 0px;
display: block;
opacity: 1; }
.link_on_brif .motivation_text {
padding: 22px; }
.service_nav .flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.news_lenght .one_news .news_description {
border: none; }
.right_sidebar {
display: none; }
.article_container {
max-width: 100%; } }
@media screen and (max-width: 768px) {
.subscribe {
background: url("../images/mobile/subscribe.jpg") no-repeat; }
.background {
background: url("../images/mobile/back_company.jpg") no-repeat; }
.portfolio_subscribe {
background: url("../images/mobile/porfolio_subscribe.jpg") no-repeat; }
.service_sec {
background: url("../images/mobile/service_back.jpg") no-repeat; }
.service_page {
background: url("../images/mobile/main_back_chease.jpg") no-repeat; }
.btn:after {
content: ' ';
opacity: 0 !important; }
.yellow_button:hover, .transparent_btn:hover, .btn_wb:hover, .btn_TW:hover {
padding-right: 0px !important; }
.left_text {
display: none; }
.write_us {
display: block;
margin: auto;
max-width: 100%; }
.main_menu {
display: none; }
.show_menu {
display: block; }
.hidden_content {
padding: 20px 15px 45px; }
.hidden_content .name_content {
font-size: 2.3rem;
line-height: 2.4rem; }
.hidden_content .desc_content {
font-size: 2rem;
line-height: 2.1rem; }
.client_slider {
padding: 15px 0 15px; }
.client_slider .name_block {
margin-bottom: 0px; }
.what_you_get .one_block {
margin-bottom: 15px; }
.page_name {
font-size: 5rem; }
.expensive {
display: none; }
.nice_photo .one_item {
width: 50%; }
.on_service_page .text_block {
padding-right: 0px; }
.order_btn {
margin-left: auto; }
.portfolio_block .name_block {
margin-bottom: 23px; }
.portfolio_subscribe .name_block, .subscribe .name_block {
margin-bottom: 23px; }
.name_block {
font-size: 5rem; }
.our_manager {
padding: 0 0 0; }
.our_manager .name_block {
margin-bottom: 21px; }
.on_contact_page {
padding: 50px 0 50px; }
.brif .left_colum {
width: 100%;
padding-bottom: 15px; }
.brif .right_colum {
width: 100%; }
.brif .one_block {
margin-bottom: 20px; }
.service_sec {
height: auto;
padding-bottom: 30px; }
.service_nav .flex {
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column; }
.personal_slider .one_person .decription_person {
max-width: 100%;
padding-left: 0px; }
.personal_slider .one_person .ava_container {
height: auto;
margin-bottom: 15px; }
.personal_slider .icon-left_arrow_black, .personal_slider .icon-right_arrow_black {
margin-top: 0px;
top: 5%; }
.container {
width: 95%;
margin-left: auto;
margin-right: auto; }
.l-message .message {
padding-left: 15px;
padding-right: 15px; }
.l-message .container-message .row {
margin: 0px; }
.l-message .container-message .row label {
position: static;
text-align: left;
margin: auto;
max-width: 539px;
width: 100%; }
.l-message .btn_TW {
width: 80vw; }
.background .container, .some_text .container {
padding-left: 15px;
padding-right: 15px; }
.services_slider .slick-center {
width: 100vw !important; }
.services_slider .slick-center figcaption {
width: 100%;
left: 0px; }
.services_slider .slick-center .slide_description {
left: 0px;
padding-left: 15px; }
.page_name {
padding-top: 72px; }
.blog_nav {
margin-top: 20px; }
.blog_nav ul {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.news_lenght .one_news {
display: block;
border: 3px solid #efefef; }
.news_lenght .one_news .news_description {
border: none;
width: 100%; }
.news_lenght .one_news .preview {
width: 100%; }
.article_info .info .right_block {
float: none;
display: inline-block; }
.article_info .info p:nth-child(2) {
margin-right: 20px; }
.on_service_page h2 {
padding-right: 15%; }
.offer .left_column {
padding-right: 20px; }
.offer .cost .left_column {
width: 100%;
padding-right: 0px;
text-align: center; }
.offer .cost .right_column {
width: 100%;
max-width: 100%; }
.manager_connect .btn_TW {
line-height: initial;
padding-top: 10px;
padding-bottom: 15px;
height: auto;
font-size: 2.6rem; }
.one_manager {
display: block;
margin-bottom: 40px;
padding: 0px; }
.portfolio_block .one_block {
width: 50%; }
.after_article .flex {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.like_it .rating_container {
margin: auto;
margin-bottom: 15px; }
.like_it .rating_container .hide {
width: 0px; }
.qwestion {
display: block; }
.qwestion span {
display: block;
margin-left: auto;
margin-right: auto;
font-weight: 700; }
.hidden_arrow {
display: inline-block;
margin-bottom: 15px; }
.icon-animation_arrow {
display: none; } }
@media screen and (max-width: 700px) {
body, html {
width: 100vw;
max-width: 100vw; }
.message-wrapper .btn_BT {
width: 70vw;
font-size: 3rem; }
h1 {
font-size: 4.5rem; }
.about_agency h1 {
font-size: 4.5rem; }
h2 {
font-size: 3.6rem; }
h3 {
font-size: 3.0rem; }
h4 {
font-size: 2.5rem; }
.article p {
font-size: 1.8rem; }
.page_name {
font-size: 4.5rem; }
.promo_block {
width: 100%;
margin: auto;
display: block; }
.one_category {
margin-bottom: 20px; }
.link_block {
display: block;
max-width: 740px;
vertical-align: top;
float: none;
padding-left: 0px;
margin: 20px auto 20px;
width: 100%; }
.link_block li {
width: 47%;
margin-right: 2.5%; }
.some_text, .on_service_page {
padding-top: 20px; }
.some_text .left_container, .on_service_page .left_container {
width: 100%;
padding-right: 0px;
text-align: center;
margin-bottom: 15px; }
.some_text .text_block, .on_service_page .text_block {
width: 100%;
padding-right: 0px; }
.order_btn {
margin-left: auto;
max-width: 100%; }
.expensive {
display: none; }
footer .container {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-image: none; }
footer .container .one_column {
text-align: center;
margin-left: auto;
margin-right: auto;
display: block;
margin-bottom: 32px;
float: none; }
footer .container .one_column p {
margin-bottom: 0px; }
footer .container .one_column .number {
text-align: left; }
footer .container .one_column:last-child {
text-align: center;
float: none;
margin-left: auto;
margin-right: auto;
max-width: 150px; }
footer .container .one_column:last-child a .icon {
margin-left: 0px;
vertical-align: middle;
text-align: left; } }
@media screen and (max-width: 600px) {
.message-wrapper .btn_BT {
width: 70vw;
font-size: 2rem;
height: 6rem;
line-height: 5.5rem; }
.nice_photo .one_item {
width: 100%; }
.tell_to_as .order_btn {
line-height: 3.5rem;
height: 8rem;
padding: 5px 21% 10px 10%; }
.tell_to_as .order_btn .right_row {
right: 10%; }
.one_job {
min-height: 600px; }
.one_job .job_name {
font-size: 4.5rem;
line-height: 4.9rem; }
.about_agency .flex_container {
display: block; }
.promo_result {
float: none;
width: 155px; }
.promo_result .bonus {
font-size: 6.6rem; }
.promo_result sup {
font-size: 36px; }
.promo_result p {
font-size: 15px; }
.way_to_order {
float: none;
margin: auto; }
.way_to_order .yellow_button {
margin: 0px auto 14px;
max-width: 90%; }
.portfolio_block .image_conatainer_full {
max-height: 10000px; }
.l-message .conrol img {
margin-right: 15px;
margin-bottom: 20px;
vertical-align: top; }
.l-message .conrol button {
float: none;
display: inline-block; }
.adress span, .work_time span {
width: 30%;
text-align: right; }
.adress p, .work_time p {
font-size: 1.8rem;
width: 69%;
padding-left: 10%; }
.name_block {
font-size: 5rem; }
.blog_nav {
margin-bottom: 20px; }
.blog_nav ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.portfolio_subscribe .subscribeform, .subscribe .subscribeform {
font-size: 3rem;
padding-left: 32px;
width: 300px;
height: 55px;
border-radius: 7px;
border: none; }
.portfolio_subscribe .subscribe_btn, .subscribe .subscribe_btn {
width: 300px; }
.pagination li:nth-child(5) ~ li {
display: none; }
.pagination li:nth-last-child(2) {
display: inline-block !important; }
.news_lenght .one_news .short_desc {
width: 100%;
max-width: 100%;
text-align: justify; }
.news_lenght .one_news .rating_container {
width: 100%;
max-width: 100%; }
.news_lenght .one_news .rating_container .views {
width: 115px;
display: inline-block; }
.news_lenght .one_news .rating_container form {
width: 180px;
display: inline-block;
float: right; } }
@media screen and (max-width: 500px) {
.message-wrapper .btn_BT {
width: 90vw; }
.offer .cost, .offer .price, .offer .term {
font-size: 2.6rem; }
.offer .value {
font-size: 3rem; }
.order_btn {
padding-left: 4%;
width: 280px;
font-size: 2.5rem; }
.order_btn .right_row {
right: 6%; }
.padding_left {
padding-left: 0px; }
.custom_input {
width: 50%; }
.full {
width: 100%;
margin-left: 0px; }
.after_article .flex {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.creator {
margin-bottom: 15px; }
.similar_material .one_material {
width: 49.6%; }
.similar_material .one_material .name_block {
margin-bottom: 20px; }
.link_block {
max-width: 394px;
margin-left: auto;
margin-right: auto; }
.link_block li {
width: 100%;
margin-right: 0px; }
.link_block li:nth-child(2) {
border-top: none; } }
@media screen and (max-width: 400px) {
.services_slider .one_item .slide_description .yellow_button {
height: 50px;
line-height: 48px;
font-size: 2.6rem; }
.page_name {
font-size: 5rem; }
.background .page_name {
padding-top: 261px; }
.portfolio_block .one_block {
width: 100%; }
.article_info .info {
text-align: center; }
.article_info .info p {
margin-left: auto;
margin-right: auto;
display: block;
text-align: center; }
.article_info .info p:nth-child(2) {
margin-left: auto;
margin-right: auto; }
.article_info .info .right_block {
display: block; }
.article_info .info .right_block p:nth-child(2) {
margin-left: auto;
margin-right: auto; }
.mstar {
text-align: center; }
.mstar .rating-md {
display: inline-block;
margin-left: 31px; }
.close {
right: -25px;
top: -35px;
width: 35px;
height: 35px; }
.pop_mail .mail-back .some_text {
font-size: 14px; }
.news_lenght .one_news .news_description {
padding-left: 18px;
padding-right: 18px; }
.news_lenght .one_news .rating_container {
text-align: center;
margin-bottom: 10px;
padding-left: 2px;
padding-right: 2px; }
.news_lenght .one_news .rating_container .views {
display: inline-block;
margin-bottom: 5px; }
.news_lenght .one_news .rating_container form {
float: none; }
.news_lenght .one_news .link_read {
float: none; }
.news_lenght .one_news .info {
text-align: center; }
.news_lenght .one_news .info div {
margin-bottom: 15px; }
.news_lenght .one_news .info a {
display: inline-block;
vertical-align: top; } }
@media screen and (max-width: 360px) {
.page_name {
font-size: 3.5rem; }
.similar_material .one_material {
width: 100%; }
.similar_material .one_material img {
width: 100%; }
.similar_material .one_material:nth-child(2), .similar_material .one_material:nth-child(3), .similar_material .one_material:nth-child(4) {
display: none; } }
.transparent {
opacity: 0; }
.right_blick span {
display: inline-block;
color: #788490;
font-size: 55px;
transition: all 1s ease; }
.i-3 {
-webkit-animation: i-3 0.4s ease infinite;
animation: i-3 0.4s ease infinite; }
.i-2 {
-webkit-animation: i-2 0.4s ease infinite;
animation: i-2 0.4s ease infinite; }
.i-1 {
-webkit-animation: i-1 0.4s ease infinite;
animation: i-1 0.4s ease infinite; }
@-webkit-keyframes i-2 {
0% {
opacity: 1; }
50% {
opacity: 0.2; }
100% {
opacity: 0.6; } }
@keyframes i-2 {
0% {
opacity: 1; }
50% {
opacity: 0.2; }
100% {
opacity: 0.6; } }
@-webkit-keyframes i-3 {
0% {
opacity: 0.6; }
50% {
opacity: 1; }
100% {
opacity: 0.2; } }
@keyframes i-3 {
0% {
opacity: 0.6; }
50% {
opacity: 1; }
100% {
opacity: 0.2; } }
@-webkit-keyframes i-1 {
0% {
opacity: 0.2; }
50% {
opacity: 0.6; }
100% {
opacity: 1; } }
@keyframes i-1 {
0% {
opacity: 0.2; }
50% {
opacity: 0.6; }
100% {
opacity: 1; } }
.some_text h2 {
background-image: linear-gradient(to right, transparent 50%, #f0cf16 50%);
background-size: 204%;
transition: all 0.4s ease-in;
background-position: 0;
display: inline-block; }
.some_text:hover h2 {
background-position: -91%;
background-size: 211%; }
.hideeye {
padding-right: 20px !important; }
.hideeye:after {
content: ' ';
opacity: 0 !important; }
.smile {
font-size: inherit;
font-family: inherit; }
.back_to_top {
position: fixed;
z-index: 100500;
bottom: 100px;
right: 0px;
display: none;
background-color: rgba(163, 70, 153, 0.7);
position: fixed;
height: 80px;
width: 100px;
cursor: pointer;
transition: all 0.35s ease; }
.back_to_top i {
margin: auto;
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;
left: 0px; }
.back_to_top:hover {
background-color: #a34699; }
.back_to_top_visible {
display: block; }
.no_list_style li {
list-style: none; }
* {
box-sizing: border-box; }
html, body {
padding: 0;
margin: 0;
width: 100%; }
h1, h2, h3, h4, h5, h6 {
text-align: left;
font-family: "SegoeUIBold", sans-serif;
color: #000;
line-height: 1.2;
margin-bottom: 20px;
transition: all 1s; }
h2 {
font-size: 36px; }
@media all and (max-width: 600px) {
h2 {
font-size: 20px; } }
h3 {
font-size: 28px; }
@media all and (max-width: 600px) {
h3 {
font-size: 16px; } }
h4 {
font-size: 24px; }
h5 {
font-size: 20px; }
h6 {
font-size: 18px; }
.vertical-align {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.clearfix::after, .gl-container::after {
content: "";
display: table;
clear: both; }
.main-wrapper {
position: relative;
margin: 0 auto;
max-width: 1920px; }
#preloader {
position: fixed;
left: 0;
top: 0;
z-index: 100500;
width: 100%;
height: 100%;
overflow: visible;
background: #ffffff url("../images/preloader.gif") no-repeat center center; }
a.gl-link {
display: inline-block;
font: inherit;
font-family: "SegoeUIBold", sans-serif;
color: #a34699;
text-decoration: none;
cursor: pointer;
transition: all 0.4s;
padding: 0 2px;
border-bottom: 2px solid currentColor; }
.gl-container {
position: relative;
width: 80%;
margin: 0 auto;
text-align: center; }
@media screen and (max-width: 768px) {
.gl-container {
width: 90%; } }
.image-container {
width: 100%;
max-height: 100vh;
text-align: center;
font-size: 0; }
.image-container img {
width: 100%; }
.two-images-container {
width: 100%;
font-size: 0;
position: relative; }
.two-images-container .image-left, .two-images-container .image-right {
display: inline-block;
vertical-align: top;
width: 50%; }
.two-images-container .image-left img, .two-images-container .image-right img {
width: 100%; }
.two-images-container .image-left {
text-align: left; }
.two-images-container .image-right {
text-align: right; }
.three-images-container {
width: 100%;
font-size: 0;
position: relative; }
.three-images-container .image-left, .three-images-container .image-middle, .three-images-container .image-right {
display: inline-block;
width: 33.33%; }
.three-images-container .image-left img, .three-images-container .image-middle img, .three-images-container .image-right img {
width: 100%; }
.three-images-container .image-left {
text-align: left; }
.three-images-container .image-middle {
text-align: center; }
.three-images-container .image-right {
text-align: right; }
.bg-container {
position: relative;
width: 100%;
height: 100vh;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed;
transition: all 1s; }
.bg-container .dark-mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(60, 60, 60, 0.5);
z-index: 2; }
.bg-wrapper {
overflow: hidden; }
@media all and (min-width: 768px) {
.bg-wrapper .bg-container:hover {
-webkit-transform: scale(1.2) rotate(-5deg);
transform: scale(1.2) rotate(-5deg); } }
@media all and (max-width: 768px) {
.height-50-vh {
height: 50vh; } }
.back-to-top {
display: none;
position: fixed;
z-index: 999;
right: calc(10% - 70px);
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
cursor: pointer;
transition: all .35s ease;
opacity: 1;
bottom: 140px; }
@media screen and (max-width: 600px) {
.back-to-top {
bottom: 140px; } }
.back-to-top img {
padding: 25px 20px; }
@media screen and (max-width: 600px) {
.back-to-top img {
padding: 15px 10px; } }
.back-to-top-visible {
display: block; }
.search-container {
position: fixed;
bottom: 70px;
z-index: 999;
right: calc(10% - 70px); }
@media screen and (max-width: 600px) {
.search-container {
bottom: 90px; } }
.search-container .search-form {
font-size: 0; }
.search-container .search-form .input-container {
display: inline-block;
transition: all 0.4s; }
.search-container .search-form .input-container input {
display: none;
height: 68px;
width: 30vw;
padding: 0 20px;
font-size: 20px;
font-family: "SegoeUIRegular", sans-serif;
color: #f0cf16;
background-color: #262626;
line-height: 1.2;
text-align: center;
border: 0;
outline: none; }
@media screen and (max-width: 1000px) {
.search-container .search-form .input-container input {
width: 60vw; } }
@media screen and (max-width: 600px) {
.search-container .search-form .input-container input {
height: 48px;
width: 70vw;
padding: 0 2px; } }
.search-container .search-form .search-btn {
display: inline-block;
vertical-align: bottom;
position: relative;
top: 0;
background-color: rgba(0, 0, 0, 0.5);
border: none;
outline: none;
cursor: pointer;
transition: all .35s ease; }
.search-container .search-form .search-btn img {
padding: 20px; }
@media screen and (max-width: 600px) {
.search-container .search-form .search-btn img {
padding: 10px; } }
.search-container .search-form .search-btn:hover {
background-color: #f0cf16; }
@media all and (max-width: 768px) {
.back-to-top, .search-container {
right: 20px; } }
.back-to-top:hover {
background-color: #f0cf16; }
.back-to-top-visible {
display: block; }
.for-read-more {
display: none; }
.info-block-container {
position: relative;
z-index: 5; }
.info-block-container .gl-container {
width: 80%;
margin: 0 auto;
padding: 60px 0 20px 0;
font-size: 20px;
font-family: "SegoeUILight", sans-serif;
color: black;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 768px) {
.info-block-container .gl-container {
padding: 20px 0 10px 0;
width: 90%; } }
@media all and (max-width: 600px) {
.info-block-container .gl-container {
font-size: 16px; } }
.info-block-container .gl-container p, .info-block-container .gl-container ul, .info-block-container .gl-container ol {
position: relative;
z-index: 5;
font: inherit;
color: inherit;
margin-bottom: 10px; }
.info-block-container .gl-container p br, .info-block-container .gl-container ul br, .info-block-container .gl-container ol br {
line-height: 1.5; }
.info-block-container .gl-container p li, .info-block-container .gl-container p a, .info-block-container .gl-container ul li, .info-block-container .gl-container ul a, .info-block-container .gl-container ol li, .info-block-container .gl-container ol a {
color: inherit;
font: inherit; }
.info-block-container .gl-container p span, .info-block-container .gl-container p strong, .info-block-container .gl-container ul span, .info-block-container .gl-container ul strong, .info-block-container .gl-container ol span, .info-block-container .gl-container ol strong {
font-family: "SegoeUIBold", sans-serif;
font-size: inherit;
color: inherit; }
.info-block-container .gl-container ul, .info-block-container .gl-container ol {
padding-left: 40px; }
.info-block-container .gl-container ul li, .info-block-container .gl-container ol li {
padding-bottom: 10px; }
.info-block-container .gl-container ul {
list-style: disc; }
.info-block-container .gl-container ol {
list-style: decimal; }
.info-block-container .gl-container .for-read-more {
display: none;
padding-top: 15px; }
.info-block-container .gl-container .for-read-more-visible {
display: block; }
.info-block-container .gl-container .read-more-btn {
position: relative;
z-index: 5;
display: inline-block;
font-size: 30px;
font-family: "SegoeUIRegular", sans-serif;
color: #f0cf16;
line-height: 1.2;
text-align: left;
cursor: pointer;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.info-block-container .gl-container .read-more-btn {
display: block;
text-align: center; } }
@media all and (max-width: 600px) {
.info-block-container .gl-container .read-more-btn {
font-size: 20px; } }
.info-block-container .gl-container .read-more-btn.align-center {
display: block;
text-align: center; }
.info-block-container .gl-container .read-more-btn:hover {
text-decoration: underline; }
.info-block-container .gl-container .info-left-title {
font-size: 36px;
font-family: "SegoeUIBold", sans-serif;
color: #000;
line-height: 1.2;
text-align: center;
margin-bottom: 20px;
transition: all 1s; }
@media all and (min-width: 1200px) {
.info-block-container .gl-container .info-left-title {
width: 80%; } }
@media all and (max-width: 600px) {
.info-block-container .gl-container .info-left-title {
font-size: 20px; } }
.info-block-container .gl-container .info-left {
width: 50%;
float: left;
text-align: center;
padding-right: 20px; }
@media all and (max-width: 768px) {
.info-block-container .gl-container .info-left {
width: 100%;
float: none;
margin: 0 auto;
padding-right: 0; } }
.info-block-container .gl-container .info-right {
padding-left: 20px;
width: 50%;
float: left; }
@media all and (max-width: 768px) {
.info-block-container .gl-container .info-right {
width: 100%;
float: none;
margin: 0 auto;
padding-left: 0; } }
.h2-title {
position: relative;
z-index: 5;
padding: 60px 0;
font-size: 36px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 1000px) {
.h2-title {
padding: 40px 0; } }
@media all and (max-width: 768px) {
.h2-title {
font-size: 24px;
padding: 20px 0; } }
@media all and (max-width: 600px) {
.h2-title {
font-size: 20px;
padding: 20px 0; } }
.header-white {
color: white; }
.header-black {
color: black; }
.concepts-info {
position: relative;
background-color: black;
padding-bottom: 140px; }
@media all and (max-width: 768px) {
.concepts-info {
padding-bottom: 70px; } }
@media all and (max-width: 600px) {
.concepts-info {
padding-bottom: 30px; } }
.concepts-info .gl-container {
width: 80%;
margin: 0 auto; }
.concepts-info .gl-container h2 {
padding: 60px 0;
font-size: 60px;
font-family: "SegoeUIBold", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
.concepts-info .gl-container h2 {
font-size: 36px;
padding: 40px 0; } }
@media all and (max-width: 600px) {
.concepts-info .gl-container h2 {
font-size: 20px;
padding: 20px 0; } }
.concepts-info .gl-container p {
font-size: 24px;
font-family: "SegoeUILight", sans-serif;
color: white;
line-height: 1.2;
text-align: justify; }
@media all and (max-width: 600px) {
.concepts-info .gl-container p {
font-size: 16px; } }
.contact-us-form {
position: relative;
padding-bottom: 10px; }
.contact-us-form .gl-container {
width: 80%;
margin: 0 auto; }
.contact-us-form .gl-container .form-title {
padding: 70px 0;
font-size: 60px;
font-family: "SegoeUIBold", sans-serif;
color: #8a3b86;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
.contact-us-form .gl-container .form-title {
font-size: 30px;
padding: 30px 0; } }
@media all and (max-width: 600px) {
.contact-us-form .gl-container .form-title {
font-size: 24px;
padding: 20px 0; } }
.contact-us-form .gl-container .contact-us-header-animate {
position: relative;
opacity: 0;
transition: all 2s; }
.contact-us-form .gl-container .contact-us-header-animate-active {
opacity: 1; }
.contact-us-form .gl-container p {
font-size: 30px;
font-family: "SegoeUIRegular", sans-serif;
color: black;
line-height: 1.6;
text-align: justify; }
@media all and (max-width: 768px) {
.contact-us-form .gl-container p {
font-size: 20px;
line-height: 1.2; } }
@media all and (max-width: 600px) {
.contact-us-form .gl-container p {
font-size: 16px;
line-height: 1.0; } }
.contact-us-form .gl-container p span {
color: #8a3b86;
font-size: 30px;
font-weight: bold; }
@media all and (max-width: 768px) {
.contact-us-form .gl-container p span {
font-size: 20px; } }
@media all and (max-width: 600px) {
.contact-us-form .gl-container p span {
font-size: 16px; } }
.contact-us-form .gl-container p input {
display: inline-block;
width: 300px;
font-size: 30px;
font-family: "SegoeUIRegular", sans-serif;
text-align: center;
color: #8a3b86;
background-color: transparent;
outline: none;
border: none;
border-bottom: 2px solid #000; }
@media all and (max-width: 768px) {
.contact-us-form .gl-container p input {
width: 200px;
font-size: 20px; } }
@media all and (max-width: 600px) {
.contact-us-form .gl-container p input {
font-size: 16px; } }
.contact-us-form .gl-container .contact-us-content-animate {
position: relative;
opacity: 0;
transition: all 2s; }
.contact-us-form .gl-container .contact-us-content-animate-active {
opacity: 1; }
.contact-us-form .gl-container button {
display: block;
margin: 90px auto 70px auto;
padding: 25px 82px;
font-size: 26px;
font-family: "SegoeUIBold", sans-serif;
color: #8a3b86;
text-transform: uppercase;
line-height: 1.2;
text-align: center;
background-color: #ffcc00;
border: none;
outline: none;
cursor: pointer;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.contact-us-form .gl-container button {
padding: 15px 40px;
margin: 40px auto; } }
@media all and (max-width: 600px) {
.contact-us-form .gl-container button {
padding: 15px 40px;
margin: 20px auto;
font-size: 20px; } }
.contact-us-form .gl-container button:hover {
color: #ffcc00;
box-shadow: 0 100px 0 0 #000 inset; }
.contact-us-form .projects-btns-container {
padding-top: 10px;
font-size: 0; }
.contact-us-form .projects-btns-container .left-btn, .contact-us-form .projects-btns-container .right-btn {
display: inline-block;
vertical-align: top;
width: 50%;
position: relative;
z-index: 5; }
.contact-us-form .projects-btns-container .left-btn .inner-cont, .contact-us-form .projects-btns-container .right-btn .inner-cont {
padding: 10px 15px; }
.contact-us-form .projects-btns-container .left-btn .inner-cont a, .contact-us-form .projects-btns-container .right-btn .inner-cont a {
display: inline-block;
height: 40px;
line-height: 20px;
text-align: center;
background-color: #607378;
transition: all 0.4s;
text-decoration: none;
border-radius: 20px; }
.contact-us-form .projects-btns-container .left-btn .inner-cont a .icon, .contact-us-form .projects-btns-container .right-btn .inner-cont a .icon {
vertical-align: top;
position: relative;
top: 10px; }
.contact-us-form .projects-btns-container .left-btn .inner-cont a span, .contact-us-form .projects-btns-container .right-btn .inner-cont a span {
display: inline-block;
color: #fff;
font-size: 20px;
line-height: 35px;
padding: 0 15px;
font-family: "SegoeUILight", sans-serif; }
@media all and (max-width: 600px) {
.contact-us-form .projects-btns-container .left-btn .inner-cont a span, .contact-us-form .projects-btns-container .right-btn .inner-cont a span {
display: none; } }
@media all and (max-width: 600px) {
.contact-us-form .projects-btns-container .left-btn .inner-cont a, .contact-us-form .projects-btns-container .right-btn .inner-cont a {
width: 40px; } }
.contact-us-form .projects-btns-container .left-btn:hover .inner-cont a, .contact-us-form .projects-btns-container .right-btn:hover .inner-cont a {
background-color: #4e5a5d; }
.contact-us-form .projects-btns-container .left-btn {
text-align: left; }
.contact-us-form .projects-btns-container .left-btn .inner-cont a .icon {
margin-left: 15px; }
@media all and (max-width: 600px) {
.contact-us-form .projects-btns-container .left-btn .inner-cont a .icon {
margin-left: 0; } }
.contact-us-form .projects-btns-container .right-btn {
text-align: right; }
.contact-us-form .projects-btns-container .right-btn .inner-cont a .icon {
margin-right: 15px; }
@media all and (max-width: 600px) {
.contact-us-form .projects-btns-container .right-btn .inner-cont a .icon {
margin-right: 0; } }
.animated {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s; }
.bounceInLeft, .bounceInRight, .bounceInDown, .bounceInUp {
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s; }
section .like_it {
text-align: center; }
.services-menu .main_menu li a {
color: #000; }
.service-header {
padding-bottom: 100px;
font-size: 60px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: center;
text-transform: uppercase; }
@media all and (max-width: 1200px) {
.service-header {
font-size: 50px; } }
@media all and (max-width: 1000px) {
.service-header {
font-size: 40px; } }
@media all and (max-width: 600px) {
.service-header {
font-size: 30px;
padding-bottom: 30px; } }
.btn-hidden {
padding: 50px 0;
text-align: center; }
@media all and (max-width: 768px) {
.btn-hidden {
padding: 20px 0; } }
.btn-hidden a {
margin: 0 auto;
text-decoration: none;
text-transform: uppercase;
padding: 30px 20px;
border: 1px solid #a44699;
width: 90%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media all and (max-width: 768px) {
.btn-hidden a {
padding: 10px 5px; } }
.btn-hidden a span {
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: #a44699;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
.btn-hidden a span {
font-size: 20px; } }
.btn-hidden a img {
opacity: 0;
position: relative;
margin-left: -10px;
transition: all 0.4s; }
@media all and (max-width: 768px) {
.btn-hidden a img {
opacity: 1;
margin-left: 10px; } }
.btn-hidden a:hover img {
opacity: 1;
margin-left: 10px; }
@media all and (max-width: 768px) {
.see-more-portfolio-btn {
padding: 20px 0; } }
.see-more-portfolio-btn a {
max-width: 550px; }
h1.top-title {
font-size: 80px;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
line-height: 1.2;
text-align: center;
position: relative;
z-index: 5;
width: 100%; }
@media all and (max-width: 1400px) {
h1.top-title {
font-size: 70px; } }
@media all and (max-width: 1200px) {
h1.top-title {
font-size: 60px; } }
@media all and (max-width: 1000px) {
h1.top-title {
font-size: 50px; } }
@media all and (max-width: 700px) {
h1.top-title {
font-size: 40px; } }
@media all and (max-width: 500px) {
h1.top-title {
font-size: 24px; } }
.service_categories .service-header {
padding-bottom: 50px;
font-size: 60px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: center;
text-transform: uppercase; }
@media all and (max-width: 1200px) {
.service_categories .service-header {
font-size: 50px; } }
@media all and (max-width: 1000px) {
.service_categories .service-header {
font-size: 40px;
padding-bottom: 30px;
padding-top: 20px; } }
@media all and (max-width: 600px) {
.service_categories .service-header {
font-size: 30px;
padding-bottom: 20px; } }
@media all and (max-width: 1200px) {
#services .top-container {
display: none; } }
#services .bg-white-container {
background-color: #fff; }
#services .title-container {
position: relative;
padding: 15vh 0 5vh 0; }
@media all and (max-width: 1200px) {
#services .title-container {
display: none; } }
@media all and (max-height: 768px) {
#services .title-container {
padding: 10vh 0 5vh 0; } }
#services .title-container .top-title {
color: black;
padding-top: 0; }
#services #my-thumbs-list {
position: relative;
height: 700px;
background-image: url("../images/services/picture-main-slide.jpg");
overflow: auto; }
@media all and (max-width: 1200px) {
#services #my-thumbs-list {
display: none; } }
#services #my-thumbs-list .dark-mask {
position: relative;
z-index: 1; }
#services #my-thumbs-list .dark-mask ul {
background-color: rgba(60, 60, 60, 0.5); }
#services #my-thumbs-list .dark-mask ul .slider-item {
width: calc(100% / 6);
height: 700px;
padding: 100px 20px 50px 20px; }
@media all and (max-width: 768px) {
#services #my-thumbs-list .dark-mask ul .slider-item {
width: 100vw; } }
#services #my-thumbs-list .dark-mask ul .slider-item .slide-title {
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all 0.4s;
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
#services #my-thumbs-list .dark-mask ul .slider-item .slide-title-small {
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all 0.4s;
font-size: 16px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: center;
padding: 30px 20px 0 20px; }
#services #my-thumbs-list .dark-mask ul .slider-item .slide-links {
opacity: 0;
transition: all 0.4s;
-webkit-transform: translateY(50px);
transform: translateY(50px);
overflow: hidden; }
#services #my-thumbs-list .dark-mask ul .slider-item .slide-links .slide-hr {
width: 50%;
margin: 30px auto;
color: white; }
#services #my-thumbs-list .dark-mask ul .slider-item .slide-links a {
display: block;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 3;
text-align: center;
text-decoration: none;
transition: all 0.4s; }
#services #my-thumbs-list .dark-mask ul .slider-item .slide-links a:hover {
color: #f0cf16; }
#services #my-thumbs-list .dark-mask ul .slider-item:hover {
background-color: rgba(220, 220, 220, 0.5); }
#services #my-thumbs-list .dark-mask ul .slider-item:hover .slide-title, #services #my-thumbs-list .dark-mask ul .slider-item:hover .slide-title-small {
-webkit-transform: translateY(-50px);
transform: translateY(-50px); }
#services #my-thumbs-list .dark-mask ul .slider-item:hover .slide-links {
opacity: 1;
-webkit-transform: translateY(-50px);
transform: translateY(-50px); }
#services #my-thumbs-list .dark-mask .visual-wrapper {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden; }
#services #my-thumbs-list .dark-mask .visual-wrapper .visual {
position: relative;
display: none;
height: 100%; }
#services #my-thumbs-list .dark-mask .visual-wrapper .visual video {
height: 100%; }
#services #my-thumbs-list .dark-mask .visual-wrapper .vis-active {
display: block; }
#service-page .top-container {
background-image: url("../images/service-page/slide-picture.jpg");
position: relative; }
@media all and (max-height: 768px) {
#service-page .top-container .title-container {
padding-top: 12vh; } }
#service-page .top-container .service-price-container {
position: absolute;
width: 100%;
bottom: 30px;
left: 0;
font-size: 0; }
#service-page .top-container .service-price-container .left-cont, #service-page .top-container .service-price-container .right-cont {
display: inline-block;
vertical-align: top;
width: 50%; }
@media all and (max-width: 1000px) {
#service-page .top-container .service-price-container .left-cont, #service-page .top-container .service-price-container .right-cont {
width: 100%; } }
#service-page .top-container .service-price-container .left-cont .price-title {
font-size: 30px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 500px) {
#service-page .top-container .service-price-container .left-cont .price-title {
font-size: 20px; } }
#service-page .top-container .service-price-container .left-cont .price {
font-size: 120px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 1600px) {
#service-page .top-container .service-price-container .left-cont .price {
font-size: 70px; } }
@media all and (max-width: 1400px) {
#service-page .top-container .service-price-container .left-cont .price {
font-size: 60px; } }
@media all and (max-width: 1200px) {
#service-page .top-container .service-price-container .left-cont .price {
font-size: 50px; } }
@media all and (max-width: 1000px) {
#service-page .top-container .service-price-container .left-cont .price {
font-size: 40px; } }
@media all and (max-width: 768px) {
#service-page .top-container .service-price-container .left-cont .price {
font-size: 24px; } }
#service-page .top-container .service-price-container .left-cont .executed-time {
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16;
text-transform: uppercase;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 768px) {
#service-page .top-container .service-price-container .left-cont .executed-time {
font-size: 24px; } }
#service-page .top-container .service-price-container .left-cont .btns-container {
text-align: left;
font-size: 0; }
#service-page .top-container .service-price-container .left-cont .btns-container .order-service-btn, #service-page .top-container .service-price-container .left-cont .btns-container .too-expensive-btn {
display: inline-block;
width: 250px;
margin: 15px; }
#service-page .top-container .service-price-container .left-cont .btns-container .too-expensive-btn {
border: none;
text-decoration: underline; }
#service-page .top-container .service-price-container .left-cont .btns-container .too-expensive-btn:hover {
background-color: transparent; }
#service-page .top-container .service-price-container .right-cont {
padding-left: 50px; }
@media all and (max-width: 1000px) {
#service-page .top-container .service-price-container .right-cont {
display: none; } }
#service-page .top-container .service-price-container .right-cont .price-factors-title {
font-size: 48px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16;
line-height: 1.2;
text-align: left;
padding-bottom: 20px; }
@media all and (max-width: 1400px) {
#service-page .top-container .service-price-container .right-cont .price-factors-title {
font-size: 40px; } }
@media all and (max-width: 1000px) {
#service-page .top-container .service-price-container .right-cont .price-factors-title {
font-size: 32px; } }
@media all and (max-width: 700px) {
#service-page .top-container .service-price-container .right-cont .price-factors-title {
font-size: 24px; } }
#service-page .top-container .service-price-container .right-cont .price-factors-list {
width: 100%; }
#service-page .top-container .service-price-container .right-cont .price-factors-list .price-factor {
font-size: 24px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: left; }
#service-page .title-container {
position: relative;
padding-top: 30vh; }
@media all and (max-height: 768px) {
#service-page .title-container {
padding-top: 20vh; } }
@media all and (max-width: 768px) {
#service-page .title-container {
padding-top: 20vh; } }
#service-page .title-container .top-title {
color: white; }
#service-page .info-block-container .gl-container {
max-width: 1000px; }
#service-page .info-block-container .gl-container .info-left, #service-page .info-block-container .gl-container .info-right {
width: 100%;
padding: 0; }
#service-page .info-block-container .gl-container .info-right .list {
width: 100%;
padding: 10px 0;
list-style: none;
/* Remove list bullets */ }
#service-page .info-block-container .gl-container .info-right .list .list-item:before {
content: "-";
/* Insert content that looks like bullets */
padding-right: 8px;
color: #000;
/* Or a color you prefer */ }
#service-page .info-block-container .gl-container .info-right .list .list-item {
font-size: 20px;
font-family: "SegoeUILight", sans-serif;
color: black;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 768px) {
#service-page .info-block-container .gl-container .info-right .list .list-item {
font-size: 16px; } }
#service-page .info-block-container .gl-container .info-right p span, #service-page .info-block-container .gl-container .info-right p strong {
font-family: "SegoeUIBold", sans-serif;
color: #000; }
#service-page .info-block-container .gl-container .info-right .image-container {
padding: 30px 0;
overflow: hidden; }
@media all and (max-width: 768px) {
#service-page .info-block-container .gl-container .info-right .image-container {
padding: 10px 0; } }
#service-page .info-block-container .gl-container .info-right p.contact-info {
margin: 15px 0;
font-family: "SegoeUIBold", sans-serif;
color: #a44699; }
@media all and (max-width: 1000px) {
#service-page .info-block-container .gl-container .info-left, #service-page .info-block-container .gl-container .info-right {
width: 100%; } }
#service-page .order-block {
font-size: 0;
background-color: #a44699; }
#service-page .order-block .left-cont, #service-page .order-block .right-cont {
width: 30%; }
#service-page .order-block .middle-cont {
width: 40%; }
#service-page .order-block .left-cont, #service-page .order-block .middle-cont, #service-page .order-block .right-cont {
display: inline-block;
vertical-align: top; }
@media all and (max-width: 1000px) {
#service-page .order-block .left-cont, #service-page .order-block .middle-cont, #service-page .order-block .right-cont {
width: 100%; } }
#service-page .order-block .order-title-wrapper {
height: 125px;
background-color: #a44699;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media all and (max-width: 1000px) {
#service-page .order-block .order-title-wrapper {
height: 75px; } }
#service-page .order-block .order-title-wrapper .order-title {
padding: 10px;
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: white;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
#service-page .order-block .order-title-wrapper .order-title {
font-size: 20px; } }
#service-page .order-block .order-btn a {
width: 100%;
height: 125px;
padding: 0 20px; }
@media all and (max-width: 1000px) {
#service-page .order-block .order-btn a {
height: 75px; } }
#service-page .order-block .expensive-btn {
height: 125px;
padding: 10px;
background-color: #a44699;
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: white;
text-decoration: underline;
text-transform: uppercase;
line-height: 1.2;
text-align: center;
cursor: pointer;
border: none;
outline: none;
width: 100%;
transition: all 0.4s; }
@media all and (max-width: 1000px) {
#service-page .order-block .expensive-btn {
height: 75px; } }
@media all and (max-width: 768px) {
#service-page .order-block .expensive-btn {
font-size: 20px; } }
#service-page .order-block .expensive-btn:hover {
color: #000; }
#service-page .expensive-block {
display: none;
padding: 50px 0 25px 0; }
@media all and (max-width: 768px) {
#service-page .expensive-block {
padding: 20px 0 10px 0; } }
#service-page .expensive-block .expensive-block-header {
font-size: 60px;
font-family: "SegoeUIBold", sans-serif;
color: #010101;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 1000px) {
#service-page .expensive-block .expensive-block-header {
font-size: 48px; } }
@media all and (max-width: 700px) {
#service-page .expensive-block .expensive-block-header {
font-size: 32px; } }
#service-page .expensive-block .expensive-block-header span {
font-size: inherit;
color: #a44699; }
#service-page .expensive-block .expensive-items {
margin: 80px 0;
font-size: 0; }
@media all and (max-width: 768px) {
#service-page .expensive-block .expensive-items {
margin: 20px 0; } }
#service-page .expensive-block .expensive-items .expensive-wrapper {
display: inline-block;
width: 25%;
vertical-align: text-top;
text-align: center; }
@media all and (max-width: 1400px) {
#service-page .expensive-block .expensive-items .expensive-wrapper {
width: 50%; } }
@media all and (max-width: 768px) {
#service-page .expensive-block .expensive-items .expensive-wrapper {
width: 100%; } }
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item {
position: relative;
margin: 10px;
padding: 10px;
height: 50vh;
max-width: 350px;
max-height: 350px;
background-color: #a44699;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media all and (max-width: 1400px) {
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item {
margin: 10px auto; } }
@media all and (max-width: 1000px) {
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item {
margin: 10px; } }
@media all and (max-width: 768px) {
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item {
margin: 10px auto;
height: 40vh; } }
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-item-title {
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-item-title {
font-size: 24px; } }
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-item-percent {
font-size: 100px;
font-family: "SegoeUIBold", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-item-percent {
font-size: 75px; } }
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-item-proposition {
font-size: 24px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-item-proposition {
font-size: 20px; } }
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-hover-layer {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0 20px;
transition: all 0.4s;
border-width: 5px;
border-color: #e2b2dc;
border-style: solid;
background-color: #7f2a75;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-hover-layer span {
display: inline-block;
width: 100%;
font-size: 24px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item .expensive-hover-layer span {
font-size: 20px; } }
#service-page .expensive-block .expensive-items .expensive-wrapper .expensive-item:hover .expensive-hover-layer {
opacity: 1; }
#service-page .service-icons-container {
padding-bottom: 20px; }
@media all and (max-width: 768px) {
#service-page .service-icons-container {
padding-bottom: 20px; } }
#service-page .service-icons-container .service-item {
display: inline-block;
vertical-align: top;
text-align: center; }
#service-page .service-icons-container .service-item img {
display: inline-block;
width: 100%;
max-width: 134px; }
#service-page .service-icons-container .service-item .service-icon-text {
padding: 20px 10px;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: black;
line-height: 1.2;
text-align: center; }
#service-page .service-icons-container .owl-item {
text-align: center; }
#service-page .service-images-slider {
position: relative;
background-color: white;
margin: 20px 0; }
#service-page .service-images-slider .item {
max-height: 80vh;
position: relative;
text-align: center; }
#service-page .service-images-slider .owl-dots {
padding-bottom: 50px; }
@media screen and (max-width: 768px) {
#service-page .service-images-slider .owl-dots {
display: none;
padding-bottom: 10px; } }
#service-page .service-images-slider .owl-dots .owl-dot {
zoom: 2; }
#service-page .service-images-slider .owl-dots .owl-dot span {
position: relative;
background: transparent;
display: block;
border: 1px solid #858585; }
#service-page .service-images-slider .owl-dots .owl-dot.active span, #service-page .service-images-slider .owl-dots .owl-dot:hover span {
background: #858585; }
#service-page .service-images-slider .owl-nav {
position: absolute;
width: 100%;
top: calc(50% - 100px);
left: 0; }
@media screen and (max-width: 768px) {
#service-page .service-images-slider .owl-nav {
top: calc(50% - 60px); } }
#service-page .service-images-slider .owl-nav .owl-prev, #service-page .service-images-slider .owl-nav .owl-next {
position: absolute;
width: 51px;
height: 95px;
background-color: transparent;
background-repeat: no-repeat; }
@media screen and (max-width: 768px) {
#service-page .service-images-slider .owl-nav .owl-prev, #service-page .service-images-slider .owl-nav .owl-next {
-webkit-transform: scale(0.5);
transform: scale(0.5); } }
#service-page .service-images-slider .owl-nav .owl-prev {
left: -70px;
background-image: url("../images/service-page/slider-arrow-left.png") !important; }
@media screen and (max-width: 768px) {
#service-page .service-images-slider .owl-nav .owl-prev {
left: 0;
background-image: url("../images/service-page/slider-arrow-left.png") !important; } }
#service-page .service-images-slider .owl-nav .owl-next {
right: -70px;
width: 56px;
height: 103px;
background-image: url("../images/service-page/slider-arrow-right.png") !important; }
@media screen and (max-width: 768px) {
#service-page .service-images-slider .owl-nav .owl-next {
right: 0;
background-image: url("../images/service-page/slider-arrow-right.png") !important; } }
#service-page .marketing-examples {
padding-top: 50px; }
@media all and (max-width: 768px) {
#service-page .marketing-examples {
padding-top: 20px; } }
#service-page .marketing-examples .example-item-cont {
display: inline-block;
width: calc(100% / 3);
float: left;
padding: 15px; }
@media all and (max-width: 1400px) {
#service-page .marketing-examples .example-item-cont {
width: calc(100% / 2); } }
@media all and (max-width: 768px) {
#service-page .marketing-examples .example-item-cont {
width: calc(100% / 1);
padding: 15px 0; } }
#service-page .marketing-examples .example-item-cont .example-item {
position: relative;
width: 500px;
max-width: 100%;
height: 440px;
margin: auto;
background-size: cover;
background-repeat: no-repeat;
background-position: center center; }
@media all and (max-width: 768px) {
#service-page .marketing-examples .example-item-cont .example-item {
height: 350px; } }
#service-page .marketing-examples .example-item-cont .example-item .gray-mask {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.05); }
#service-page .marketing-examples .example-item-cont .example-item .example-header {
position: absolute;
top: 0;
width: 100%;
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: white;
text-transform: uppercase;
line-height: 1.2;
text-align: center;
padding: 15px; }
@media all and (max-width: 1000px) {
#service-page .marketing-examples .example-item-cont .example-item .example-header {
font-size: 20px; } }
#service-page .marketing-examples .example-item-cont .example-item .example-text {
position: absolute;
bottom: 0;
width: 100%;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: left;
padding: 15px; }
@media all and (max-width: 1000px) {
#service-page .marketing-examples .example-item-cont .example-item .example-text {
font-size: 16px; } }
#service-page .marketing-examples .example-item-cont .example-item .hover-layer {
position: absolute;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.4s;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
#service-page .marketing-examples .example-item-cont .example-item .hover-layer .example-header {
position: relative; }
#service-page .marketing-examples .example-item-cont .example-item .hover-layer .go-search-btn {
width: 90%; }
@media all and (min-width: 768px) {
#service-page .marketing-examples .example-item-cont .example-item:hover .hover-layer {
opacity: 1; } }
#service-page .marketing-examples .example-item-cont .orange-bg {
background-color: #d24d03; }
#service-page .marketing-examples .example-item-cont .pink-bg {
background-color: #c93c6a; }
#service-page .marketing-examples .example-item-cont .blue-bg {
background-color: #258dab; }
#service-page .additional-services-container {
font-size: 0; }
#service-page .additional-services-container .additional-service-item {
display: inline-block;
width: 25%;
position: relative;
overflow: hidden; }
@media all and (max-width: 768px) {
#service-page .additional-services-container .additional-service-item {
width: 50%; } }
#service-page .additional-services-container .additional-service-item img {
width: 100%;
max-width: 480px;
transition: all 0.4s; }
#service-page .additional-services-container .additional-service-item .hover-layer {
opacity: 0;
transition: all 0.4s;
background-color: rgba(0, 0, 0, 0.5);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
#service-page .additional-services-container .additional-service-item .hover-layer span {
display: inline-block;
width: 100%;
font-size: 48px;
font-family: "SegoeUIRegular", sans-serif;
color: white;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 1200px) {
#service-page .additional-services-container .additional-service-item .hover-layer span {
font-size: 36px; } }
@media all and (max-width: 600px) {
#service-page .additional-services-container .additional-service-item .hover-layer span {
font-size: 24px; } }
@media all and (min-width: 768px) {
#service-page .additional-services-container .additional-service-item:hover img {
-webkit-transform: scale(1.2) rotate(-5deg);
transform: scale(1.2) rotate(-5deg); }
#service-page .additional-services-container .additional-service-item:hover .hover-layer {
opacity: 1; } }
@media all and (max-width: 768px) {
#service-page .additional-services-container .additional-service-item img {
-webkit-transform: scale(1.2) rotate(-5deg);
transform: scale(1.2) rotate(-5deg); }
#service-page .additional-services-container .additional-service-item .hover-layer {
opacity: 1; } }
#service-page .btn-visible {
text-align: center; }
#service-page .btn-visible a {
margin: 0 auto;
text-decoration: none;
padding: 30px 20px;
background-color: #000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media all and (max-width: 1200px) {
#service-page .btn-visible a {
padding: 15px 10px; } }
@media all and (max-width: 768px) {
#service-page .btn-visible a {
padding: 10px 5px; } }
#service-page .btn-visible a span {
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: #fff;
text-transform: uppercase;
line-height: 1.2;
text-align: center;
transition: all 0.4s; }
@media all and (max-width: 768px) {
#service-page .btn-visible a span {
font-size: 20px; } }
#service-page .btn-visible a span.yellow-color {
color: #f0cf16; }
#service-page .btn-visible a img {
position: relative;
margin-left: 20px;
transition: all 0.4s; }
@media all and (max-width: 768px) {
#service-page .btn-visible a img {
margin-left: 10px; } }
#service-page .btn-visible a:hover img {
margin-left: 40px; }
@media all and (max-width: 768px) {
#service-page .btn-visible a:hover img {
margin-left: 20px; } }
#service-page .see-more-services-btn a {
width: 100%;
background-color: #000; }
#service-page .btn-hidden {
padding: 50px 0;
text-align: center; }
@media all and (max-width: 768px) {
#service-page .btn-hidden {
padding: 20px 0; } }
#service-page .btn-hidden a {
margin: 0 auto;
text-decoration: none;
padding: 30px 20px;
border: 1px solid #a44699;
width: 90%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media all and (max-width: 768px) {
#service-page .btn-hidden a {
padding: 10px 5px; } }
#service-page .btn-hidden a span {
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
color: #a44699;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
@media all and (max-width: 768px) {
#service-page .btn-hidden a span {
font-size: 20px; } }
#service-page .btn-hidden a img {
opacity: 0;
position: relative;
margin-left: -10px;
transition: all 0.4s; }
@media all and (max-width: 768px) {
#service-page .btn-hidden a img {
opacity: 1;
margin-left: 10px; } }
#service-page .btn-hidden a:hover img {
opacity: 1;
margin-left: 10px; }
#service-page .get-indiv-count-btn {
padding: 0; }
#service-page .get-indiv-count-btn a {
background-color: #f0cf16;
max-width: 820px;
border: none; }
#service-page .get-indiv-count-btn a span {
color: #000;
text-transform: inherit; }
#service-page .tell-us-btn {
width: 660px;
margin-top: 50px; }
@media all and (max-width: 768px) {
#service-page .tell-us-btn {
margin-top: 20px; } }
@media all and (max-width: 768px) {
#service-page .see-more-portfolio-btn {
padding: 20px 0; } }
#service-page .see-more-portfolio-btn a {
max-width: 550px; }
.search-result-page .page_name {
padding-top: 50px; }
.search-result-page .search-result-form {
padding-bottom: 10px; }
.search-result-page .search-result-form .search-result-title {
padding: 0;
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
line-height: 1.2;
text-align: center; }
.search-result-page .search-result-form .search-result-title span {
font: inherit;
color: #a34699; }
.search-result-page .search-result-form .inputs-container {
font-size: 0; }
.search-result-page .search-result-form .inputs-container .left-cont {
width: 70%;
margin-top: 15px; }
@media all and (max-width: 768px) {
.search-result-page .search-result-form .inputs-container .left-cont {
margin-top: 0; } }
.search-result-page .search-result-form .inputs-container .left-cont .input-box {
width: 50%; }
@media all and (max-width: 768px) {
.search-result-page .search-result-form .inputs-container .left-cont .input-box {
width: 100%; } }
.search-result-page .search-result-form .inputs-container .right-cont {
width: 30%; }
.search-result-page .search-result-form .inputs-container .right-cont .input-box {
width: 100%; }
.search-result-page .search-result-form .inputs-container .left-cont, .search-result-page .search-result-form .inputs-container .right-cont {
display: inline-block;
vertical-align: top; }
@media all and (max-width: 1200px) {
.search-result-page .search-result-form .inputs-container .left-cont, .search-result-page .search-result-form .inputs-container .right-cont {
width: 100%; } }
.search-result-page .search-result-form .inputs-container .input-box {
display: inline-block;
padding: 10px;
position: relative; }
.search-result-page .search-result-form .inputs-container .input-box .search-text, .search-result-page .search-result-form .inputs-container .input-box .search-category {
display: inline-block;
width: 100%;
padding: 15px 10px;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: black;
line-height: 1.2;
text-align: left;
border: 2px solid #bfccdf; }
.search-result-page .search-result-form .inputs-container .input-box .search-category {
padding: 12.5px 10px;
cursor: pointer;
background: url("../images/general/select_arrow_down.png") no-repeat transparent;
background-position: 95% 50%; }
@media all and (max-width: 768px) {
.search-result-page .search-result-form .inputs-container .input-box .search-category {
background-position: 90% 50%; } }
.search-result-page .search-result-form .inputs-container .input-box .fake-block {
position: absolute;
right: 15px;
top: 20px;
width: 10px;
height: 30px;
background-color: #fff; }
.search-result-page .search-result-form .inputs-container .input-box .submit-btn {
border: none;
outline: none;
padding: 15px 0;
margin: 17px auto;
font-size: 18px; }
.search-result-page .search-result-form .inputs-container .checkboxes-container {
text-align: left; }
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item {
display: inline-block;
margin: 15px 20px; }
@media all and (max-width: 600px) {
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item {
margin: 10px; } }
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item label {
display: table;
cursor: pointer;
position: relative; }
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item label span {
display: table-cell;
vertical-align: middle;
font-size: 16px;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
text-align: center; }
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item input[type="checkbox"] {
display: none; }
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item input[type="checkbox"] + label:before {
display: inline-block;
vertical-align: bottom;
margin-right: 7px;
content: " ";
width: 20px;
height: 20px;
font-size: 16px;
background-color: transparent;
border: 2px solid #bfccdf;
transition: all 0.4s; }
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item input[type=checkbox]:checked + label:before {
background-color: #a34699;
border: 2px solid #a34699; }
.search-result-page .search-result-form .inputs-container .checkboxes-container .checkbox-item:first-child {
margin-left: 10px; }
.search-result-page .news-items-container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 10px; }
.search-result-page .news-items-container .news-item-cont {
margin-bottom: 50px; }
.search-result-page .news-items-container .news-item-cont .news-item-header {
padding-bottom: 30px;
font-size: 36px;
font-family: "SegoeUIBold", sans-serif;
color: black;
text-transform: uppercase;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item-header {
text-align: center; } }
@media all and (max-width: 768px) {
.search-result-page .news-items-container .news-item-cont .news-item-header {
font-size: 24px;
padding-bottom: 20px; } }
.search-result-page .news-items-container .news-item-cont .news-item {
font-size: 0;
border: 3px solid #efefef; }
.search-result-page .news-items-container .news-item-cont .news-item .left-cont {
width: 40%; }
.search-result-page .news-items-container .news-item-cont .news-item .left-cont .preview {
display: inline-block;
width: 100%;
overflow: hidden;
text-align: center; }
.search-result-page .news-items-container .news-item-cont .news-item .left-cont .preview .preview-bg-image {
width: 100%;
height: 350px;
background-image: url("../images/news_preview.jpg");
background-size: cover;
background-position: center center;
transition: all 0.4s; }
@media all and (max-width: 500px) {
.search-result-page .news-items-container .news-item-cont .news-item .left-cont .preview .preview-bg-image {
height: 250px; } }
@media all and (min-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .left-cont .preview .preview-bg-image:hover {
-webkit-transform: scale(1.1) rotate(-1.5deg);
transform: scale(1.1) rotate(-1.5deg); } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont {
position: relative;
width: 60%;
padding: 20px 20px 0 20px; }
@media all and (min-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont {
height: 350px; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side {
width: 70%; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side .date {
font-size: 14px;
font-family: "SegoeUIRegular", sans-serif;
color: #a3a3a3;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side .date {
text-align: center; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side .service-price {
font-size: 48px;
font-family: "SegoeUIBold", sans-serif;
color: #f0cf16;
font-weight: bold;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side .service-price {
text-align: center;
font-size: 36px; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side .text {
height: 150px;
overflow: hidden;
text-overflow: ellipsis;
margin: 30px 0 10px 0;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: #646464;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side .text {
height: auto;
margin: 15px 0; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side {
width: 30%;
text-align: center;
padding-left: 15px; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side .raiting-cont .views p {
margin: 15px 0;
font-size: 16px;
font-family: "SegoeUIBold", sans-serif;
color: #676767;
line-height: 1.2;
text-align: center; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side .raiting-cont .stars .rating {
width: 120px; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side .raiting-cont .stars .reviews-count {
font-size: 16px;
font-family: "SegoeUIRegular", sans-serif;
color: #a3a3a3;
line-height: 1.2;
text-align: center; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side .raiting-cont .stars .reviews-count span {
font: inherit; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side .executed-works p {
font-size: 16px;
font-family: "SegoeUIBold", sans-serif;
color: #676767;
line-height: 1.2;
text-align: center; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side .executed-works p.quantity {
color: #a44699; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side {
display: inline-block;
vertical-align: top; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .left-side, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .right-side {
display: block;
width: 100%; } }
@media all and (min-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
padding: 20px; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block {
width: 40%;
margin-top: 20px; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .article-category, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .article-author, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .service-category {
margin: 7px 0;
font-size: 16px;
font-family: "SegoeUIRegular", sans-serif;
color: #a3a3a3;
font-weight: bold;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .article-category, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .article-author, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .service-category {
text-align: center; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .article-category .link, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .article-author .link, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .service-category .link {
padding-left: 5px;
font: inherit;
color: #a34699;
text-decoration: none; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .portfolio-category {
display: inline-block;
font-size: 18px;
font-family: "SegoeUIBold", sans-serif;
color: #a44699;
text-transform: uppercase;
text-decoration: none;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block .portfolio-category {
text-align: center; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-btn {
width: 60%;
text-align: right; }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-btn a {
font-size: 18px;
display: inline-block;
margin: 0; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-btn a {
max-width: 100%;
margin: 20px 0; } }
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-btn {
display: inline-block;
vertical-align: bottom; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-block, .search-result-page .news-items-container .news-item-cont .news-item .right-cont .bottom-side .info-btn {
text-align: center;
display: block;
width: 100%; } }
.search-result-page .news-items-container .news-item-cont .news-item .left-cont, .search-result-page .news-items-container .news-item-cont .news-item .right-cont {
display: inline-block;
vertical-align: top; }
@media all and (max-width: 800px) {
.search-result-page .news-items-container .news-item-cont .news-item .left-cont, .search-result-page .news-items-container .news-item-cont .news-item .right-cont {
display: block;
width: 100%; } }
#company-page .top-container {
background-position: center top; }
#company-page .top-container .top-title {
padding-top: 35vh;
color: #fff; }
#company-page .top-container .dark-mask {
background-color: rgba(60, 60, 60, 0.2); }
#company-page .info-block-container .gl-container .info-left .info-left-title {
font-size: 36px; }
@media all and (max-width: 600px) {
#company-page .info-block-container .gl-container .info-left .info-left-title {
font-size: 30px; } }
#company-page .info-block-container .gl-container .info-right p {
font-size: 24px;
color: #969696; }
@media all and (max-width: 600px) {
#company-page .info-block-container .gl-container .info-right p {
font-size: 20px; } }
#contacts {
position: relative; }
#contacts .section-header {
color: #fff; }
@media all and (max-width: 768px) {
#contacts .section-header {
padding-top: 80px; } }
#contacts .maps-container {
position: relative;
width: 100%;
height: 100%; }
#contacts .maps-container .koloro-map {
display: none;
width: 100%;
height: 970px; }
@media all and (max-width: 768px) {
#contacts .maps-container .koloro-map {
height: 70vh; } }
#contacts .maps-container .koloro-map.active {
display: block;
-webkit-animation-name: fadeIn;
animation-name: fadeIn; }
#contacts .maps-container .maska {
width: 100%;
height: 970px;
position: absolute;
z-index: 2;
top: 0; }
@media all and (max-width: 768px) {
#contacts .maps-container .maska {
height: 70vh; } }
#contacts .maps-container .maska-hidden {
z-index: -1; }
#contacts .contacts-cont {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 5; }
#contacts .fly-block {
display: inline-block;
position: absolute;
z-index: 5;
top: 20vh;
left: 10%;
width: 600px;
max-width: 100%;
background-color: #fff; }
@media all and (max-width: 768px) {
#contacts .fly-block {
position: relative;
top: 0;
left: 0;
width: 100%; } }
#contacts .fly-block .contacts-menu {
width: 100%;
font-size: 0;
text-align: center; }
#contacts .fly-block .contacts-menu li {
display: inline-block;
width: 50%;
padding: 12px 10px 15px 10px;
background-color: #eeeeee;
color: #898989;
font-size: 30px;
font-family: "SegoeUIBold", sans-serif;
line-height: 1.0;
text-align: center;
cursor: pointer; }
@media all and (max-width: 768px) {
#contacts .fly-block .contacts-menu li {
background-color: #a0a0a0;
color: #d8d8d8; } }
#contacts .fly-block .contacts-menu li.active {
background-color: #fff;
color: #000; }
#contacts .fly-block .close-contacts-btn {
position: absolute;
right: -80px;
top: 5px;
cursor: pointer; }
@media all and (max-width: 768px) {
#contacts .fly-block .close-contacts-btn {
display: none; } }
#contacts .fly-block .tab-panel {
padding: 10px 30px 20px; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel {
padding: 10px 15px 0; } }
#contacts .fly-block .tab-panel .tab-pane.active {
display: block;
-webkit-animation-name: fadeIn;
animation-name: fadeIn; }
#contacts .fly-block .tab-panel .tab-pane {
display: none; }
#contacts .fly-block .tab-panel .tab-pane .main-info {
font-size: 0; }
#contacts .fly-block .tab-panel .tab-pane .main-info .city-cont {
width: 25%; }
#contacts .fly-block .tab-panel .tab-pane .main-info .city-cont .icon {
max-width: 100%; }
#contacts .fly-block .tab-panel .tab-pane .main-info .contact-info {
width: 75%;
padding-left: 5px; }
#contacts .fly-block .tab-panel .tab-pane .main-info .contact-info p {
font-size: 32px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.5;
text-align: left; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .main-info .contact-info p {
font-size: 20px;
padding-left: 25px; } }
@media all and (max-width: 400px) {
#contacts .fly-block .tab-panel .tab-pane .main-info .contact-info p {
padding-left: 5px; } }
#contacts .fly-block .tab-panel .tab-pane .main-info .city-cont, #contacts .fly-block .tab-panel .tab-pane .main-info .contact-info {
display: inline-block;
vertical-align: top; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .main-info .city-cont, #contacts .fly-block .tab-panel .tab-pane .main-info .contact-info {
width: auto; } }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont {
position: relative;
left: -15px;
width: calc(100% + 30px); }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .arrow-left-btn, #contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .arrow-right-btn {
display: inline-block;
vertical-align: top;
cursor: pointer;
position: absolute;
z-index: 5;
top: 50%;
-webkit-transform: translateY(-50%) scale(0.7);
transform: translateY(-50%) scale(0.7); }
@media all and (min-width: 767px) {
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .arrow-left-btn, #contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .arrow-right-btn {
display: none; } }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .arrow-left-btn {
left: 5px; }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .arrow-right-btn {
right: 5px; }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider {
position: relative;
margin: 20px 0; }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .item {
overflow: hidden;
height: 200px;
width: auto; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .item {
width: 100%;
height: auto; } }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .item img {
margin: auto;
width: auto;
height: 100%; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .item img {
width: 100%;
height: auto; } }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .owl-dots {
display: block;
width: 100%;
margin-bottom: 10px;
position: absolute;
bottom: 0; }
@media screen and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .owl-dots {
display: none; } }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .owl-dots .owl-dot {
zoom: 1; }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .owl-dots .owl-dot span {
width: 15px;
height: 15px;
position: relative;
background: transparent;
display: block;
border: 1px solid white; }
#contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .owl-dots .owl-dot.active span, #contacts .fly-block .tab-panel .tab-pane .contacts-slider-cont .contacts-slider .owl-dots .owl-dot:hover span {
background: white; }
#contacts .fly-block .tab-panel .tab-pane .route-btn, #contacts .fly-block .tab-panel .tab-pane .order-form-btn {
height: 50px;
line-height: 50px;
padding: 0; }
#contacts .fly-block .tab-panel .tab-pane .route-btn {
line-height: 40px;
width: 320px;
color: #000;
background-color: #fff; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .route-btn {
display: none; } }
#contacts .fly-block .tab-panel .tab-pane .route-btn:hover {
color: #000;
background-color: #f0cf16;
border-color: #f0cf16; }
#contacts .fly-block .tab-panel .tab-pane .order-form-btn {
position: relative; }
#contacts .fly-block .tab-panel .tab-pane .schedule-info {
font-size: 0;
margin: 20px 0; }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-left {
vertical-align: top;
width: 35%;
padding-bottom: 10px; }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-left .left-text {
font-size: 24px;
font-family: "SegoeUIBold", sans-serif;
color: #969696;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-left .left-text {
text-align: center; } }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right {
width: 65%;
padding-left: 20px; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right {
padding-left: 0; } }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .right-text {
margin: 3px 0;
font-size: 22px;
font-family: "SegoeUIBold", sans-serif;
color: black;
font-weight: bold;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .right-text {
text-align: center;
font-size: 18px; } }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time {
font-size: 0; }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time .col-left, #contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time .col-right {
display: inline-block;
vertical-align: top; }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time .col-left {
width: 40%;
font-size: 18px;
font-family: "SegoeUIRegular", sans-serif;
color: black;
line-height: 1.2;
text-align: left; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time .col-left {
text-align: center;
width: 50%; } }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time .col-right {
width: 60%;
font-size: 22px;
font-family: "SegoeUIBold", sans-serif;
color: black;
line-height: 1.2;
text-align: center;
border-left: 2px solid #000; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time .col-right {
width: 50%; } }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right .days-time .red-time {
color: red;
border-left: 2px solid red; }
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-left, #contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right {
display: inline-block; }
@media all and (max-width: 768px) {
#contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-left, #contacts .fly-block .tab-panel .tab-pane .schedule-info .schedule-info-right {
width: 100%; } }
.fake_div {
height: 100vh;
transition: all 0.25s ease-in-out; }
.for_paralax {
position: relative;
z-index: 99;
top: 0px;
background: #FFF;
transition: top 0.35s ease; }
| 0.471223 | 0.133556 |
.div_1 {
position: absolute;
left: 20px;
top: 20px;
}
.div_2 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_3 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_4 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_5 {
position: absolute;
left: 20px;
top: 20px;
}
.div_6 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_7 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_8 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_9 {
position: absolute;
left: 20px;
top: 20px;
}
.div_10 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_11 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_12 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_13 {
position: absolute;
left: 20px;
top: 20px;
}
.div_14 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_15 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_16 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_17 {
position: absolute;
left: 20px;
top: 20px;
}
.div_18 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_19 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_20 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_21 {
position: absolute;
left: 20px;
top: 20px;
}
.div_22 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_23 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_24 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_25 {
position: absolute;
left: 20px;
top: 20px;
}
.div_26 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_27 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_28 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_29 {
position: absolute;
left: 20px;
top: 20px;
}
.div_30 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_31 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_32 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_33 {
position: absolute;
left: 20px;
top: 20px;
}
.div_34 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_35 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_36 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_37 {
position: absolute;
left: 20px;
top: 20px;
}
.div_38 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_39 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_40 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_41 {
position: absolute;
left: 20px;
top: 20px;
}
.div_42 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_43 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_44 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_45 {
position: absolute;
left: 20px;
top: 20px;
}
.div_46 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_47 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_48 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_49 {
position: absolute;
left: 20px;
top: 20px;
}
.div_50 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_51 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_52 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
|
css/pc_memo.css
|
.div_1 {
position: absolute;
left: 20px;
top: 20px;
}
.div_2 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_3 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_4 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_5 {
position: absolute;
left: 20px;
top: 20px;
}
.div_6 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_7 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_8 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_9 {
position: absolute;
left: 20px;
top: 20px;
}
.div_10 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_11 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_12 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_13 {
position: absolute;
left: 20px;
top: 20px;
}
.div_14 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_15 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_16 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_17 {
position: absolute;
left: 20px;
top: 20px;
}
.div_18 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_19 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_20 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_21 {
position: absolute;
left: 20px;
top: 20px;
}
.div_22 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_23 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_24 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_25 {
position: absolute;
left: 20px;
top: 20px;
}
.div_26 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_27 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_28 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_29 {
position: absolute;
left: 20px;
top: 20px;
}
.div_30 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_31 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_32 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_33 {
position: absolute;
left: 20px;
top: 20px;
}
.div_34 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_35 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_36 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_37 {
position: absolute;
left: 20px;
top: 20px;
}
.div_38 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_39 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_40 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_41 {
position: absolute;
left: 20px;
top: 20px;
}
.div_42 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_43 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_44 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_45 {
position: absolute;
left: 20px;
top: 20px;
}
.div_46 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_47 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_48 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
.div_49 {
position: absolute;
left: 20px;
top: 20px;
}
.div_50 {
position: absolute;
right: 20px;
top: 20px;
/*z-index: -1;*/
}
.div_51 {
position: absolute;
left: 20px;
bottom: 450px;
/*z-index: -1; */
}
.div_52 {
page-break-after: always;
position: absolute;
right: 20px;
bottom: 450px;
/*z-index: -1;*/
}
| 0.361277 | 0.056783 |
* {
padding:0px;
margin:0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background:#0E6655;
}
div.cont{
max-width: 1000px;
display: flex;
flex-wrap: wrap;
border: 1px solid #ccc;
}
div#contenedor{
max-width: 1250px;
flex-wrap: wrap;
align-items: center;
border: 1px solid #ccc;
}
#listaAgregar{
display: flex;
width: 1000px;
left:30px;
flex-wrap: wrap;
}
#listaOrdenar{
}
#listaOrdenar ul{
display: flex;
border: solid;
width: 1000px;
left:30px;
flex-wrap: wrap;
}
.sad{
background-color: hsl(122, 39%, 49%); /* Green */
border: #011826;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
width: auto;
font-size: 16px;
cursor: pointer;
margin:1px;
}
.est{
background-color: hsl(122, 39%, 49%); /* Green */
border: #011826;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
width: auto;
font-size: 16px;
cursor: pointer;
margin:1px;
}
.ord{
background-color: #2E86C1; /* Green */
border: #011826;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
width: auto;
font-size: 16px;
cursor: pointer;
margin:1px;
}
.btn-Ingrese{
background-color: #4CAF50; /* Green */
border: none;
width: 120px;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
margin:10px;
}
.btn-Elimina{
background-color: #E74C3C;
border: none;
color: white;
width: 120px;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
margin:10px;
}
.btn-Actualizar{
background-color: #2E86C1; /* Green */
border: none;
width: 120px;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
margin:10px;
}
.btn-Buscar{
background-color: #F4D03F; /* Green */
border: none;
width: 120px;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
margin:10px;
}
.btn-Guardar{
background-color: #839192; /* Green */
border: none;
width: 120px;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
margin:10px;
}
input#btn_Cargar{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
div#div_file{
position: relative;
/*margin: 50px;*/
padding: 10px;
width: 150px;
height: 40px;
background-color: #0E6655;
}
p#texto{
text-align: center;
color:white;
}
.menu_bar {
display:none;
}
header {
width: 100%;
}
header nav {
background:#023859;
/*z-index:1000;*/
max-width: 100%;
/*width:95%;*/
/*margin:20px auto;*/
}
header nav ul {
list-style:none;
}
header nav ul li {
display:inline-block;
position: relative;
}
header nav ul li:hover {
background:#E6344A;
}
header nav ul li a {
color:#fff;
display:block;
text-decoration:none;
padding: 20px;
}
header nav ul li a span {
margin-right:10px;
}
header nav ul li:hover .children {
display:block;
}
header nav ul li .children {
display: none;
background:#011826;
position: absolute;
width: 150%;
z-index:1000;
}
header nav ul li .children li {
display:block;
overflow: hidden;
border-bottom: 1px solid rgba(255,255,255,.5);
}
header nav ul li .children li a {
display: block;
}
header nav ul li .children li a span {
float: right;
position: relative;
top:3px;
margin-right:0;
margin-left:10px;
}
header nav ul li .caret {
position: relative;
top:3px;
margin-left:10px;
margin-right:0px;
}
/*
@media screen and (max-width: 1250px) {
body {
padding-top:80px;
}
.menu_bar {
display:block;
width:100%;
position: fixed;
top:0;
background:#E6344A;
}
.menu_bar .bt-menu {
display: block;
padding: 20px;
color: #fff;
overflow: hidden;
font-size: 25px;
font-weight: bold;
text-decoration: none;
}
.menu_bar span {
float: right;
font-size: 40px;
}
header nav {
width: 80%;
height: calc(100% - 80px);
position: fixed;
right:100%;
margin: 0;
overflow: scroll;
}
header nav ul li {
display: block;
border-bottom:1px solid rgba(255,255,255,.5);
}
header nav ul li a {
display: block;
}
header nav ul li:hover .children {
display: none;
}
header nav ul li .children {
width: 100%;
position: relative;
}
header nav ul li .children li a {
margin-left:20px;
}
header nav ul li .caret {
float: right;
}
}*/
|
20211SVAC/G11/CSS/estilos.css
|
* {
padding:0px;
margin:0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background:#0E6655;
}
div.cont{
max-width: 1000px;
display: flex;
flex-wrap: wrap;
border: 1px solid #ccc;
}
div#contenedor{
max-width: 1250px;
flex-wrap: wrap;
align-items: center;
border: 1px solid #ccc;
}
#listaAgregar{
display: flex;
width: 1000px;
left:30px;
flex-wrap: wrap;
}
#listaOrdenar{
}
#listaOrdenar ul{
display: flex;
border: solid;
width: 1000px;
left:30px;
flex-wrap: wrap;
}
.sad{
background-color: hsl(122, 39%, 49%); /* Green */
border: #011826;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
width: auto;
font-size: 16px;
cursor: pointer;
margin:1px;
}
.est{
background-color: hsl(122, 39%, 49%); /* Green */
border: #011826;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
width: auto;
font-size: 16px;
cursor: pointer;
margin:1px;
}
.ord{
background-color: #2E86C1; /* Green */
border: #011826;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
width: auto;
font-size: 16px;
cursor: pointer;
margin:1px;
}
.btn-Ingrese{
background-color: #4CAF50; /* Green */
border: none;
width: 120px;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
margin:10px;
}
.btn-Elimina{
background-color: #E74C3C;
border: none;
color: white;
width: 120px;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
margin:10px;
}
.btn-Actualizar{
background-color: #2E86C1; /* Green */
border: none;
width: 120px;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
margin:10px;
}
.btn-Buscar{
background-color: #F4D03F; /* Green */
border: none;
width: 120px;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
margin:10px;
}
.btn-Guardar{
background-color: #839192; /* Green */
border: none;
width: 120px;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
margin:10px;
}
input#btn_Cargar{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
div#div_file{
position: relative;
/*margin: 50px;*/
padding: 10px;
width: 150px;
height: 40px;
background-color: #0E6655;
}
p#texto{
text-align: center;
color:white;
}
.menu_bar {
display:none;
}
header {
width: 100%;
}
header nav {
background:#023859;
/*z-index:1000;*/
max-width: 100%;
/*width:95%;*/
/*margin:20px auto;*/
}
header nav ul {
list-style:none;
}
header nav ul li {
display:inline-block;
position: relative;
}
header nav ul li:hover {
background:#E6344A;
}
header nav ul li a {
color:#fff;
display:block;
text-decoration:none;
padding: 20px;
}
header nav ul li a span {
margin-right:10px;
}
header nav ul li:hover .children {
display:block;
}
header nav ul li .children {
display: none;
background:#011826;
position: absolute;
width: 150%;
z-index:1000;
}
header nav ul li .children li {
display:block;
overflow: hidden;
border-bottom: 1px solid rgba(255,255,255,.5);
}
header nav ul li .children li a {
display: block;
}
header nav ul li .children li a span {
float: right;
position: relative;
top:3px;
margin-right:0;
margin-left:10px;
}
header nav ul li .caret {
position: relative;
top:3px;
margin-left:10px;
margin-right:0px;
}
/*
@media screen and (max-width: 1250px) {
body {
padding-top:80px;
}
.menu_bar {
display:block;
width:100%;
position: fixed;
top:0;
background:#E6344A;
}
.menu_bar .bt-menu {
display: block;
padding: 20px;
color: #fff;
overflow: hidden;
font-size: 25px;
font-weight: bold;
text-decoration: none;
}
.menu_bar span {
float: right;
font-size: 40px;
}
header nav {
width: 80%;
height: calc(100% - 80px);
position: fixed;
right:100%;
margin: 0;
overflow: scroll;
}
header nav ul li {
display: block;
border-bottom:1px solid rgba(255,255,255,.5);
}
header nav ul li a {
display: block;
}
header nav ul li:hover .children {
display: none;
}
header nav ul li .children {
width: 100%;
position: relative;
}
header nav ul li .children li a {
margin-left:20px;
}
header nav ul li .caret {
float: right;
}
}*/
| 0.282889 | 0.044307 |
body {
overflow-x: hidden;
}
p {
font-size: 20px;
}
p.small {
font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
outline: 0;
color: #{{ site.color.primary }};
}
h1,
h2,
h3,
h4,
h5,
h6
{
text-transform: uppercase;
font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 100;
padding-bottom: 20px;
}
#contact h3, #about h3
{
text-transform: uppercase;
font-weight: 100;
padding-top: 20px;
padding-bottom: 0px;
}
.modal-body h3, .modal-body h4 {
color: #444;
font-weight: 300;
padding: 0;
}
hr.star-light,
hr.star-primary {
margin: 25px auto 30px;
padding: 0;
max-width: 250px;
border: 0;
border-top: solid 5px;
text-align: center;
}
hr.star-light:after,
hr.star-primary:after {
content: "\f005";
display: inline-block;
position: relative;
top: -.8em;
padding: 0 .25em;
font-family: FontAwesome;
font-size: 2em;
}
hr.star-light {
border-color: #fff;
}
hr.star-light:after {
color: #fff;
background-color: #{{ site.color.primary }};
}
hr.star-primary {
border-color: #{{ site.color.secondary }};
}
hr.star-primary:after {
color: #{{ site.color.secondary }};
background-color: #fff;
}
.img-centered {
margin: 0 auto;
}
header {
text-align: center;
color: #fff;
background: #{{ site.color.primary }};
}
header .container {
padding-top: 100px;
padding-bottom: 50px;
}
header img {
display: block;
margin: 0 auto 20px;
}
header .intro-text .name {
display: block;
text-transform: uppercase;
font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 2em;
font-weight: 600;
}
header .intro-text .skills {
font-size: 1.2em;
font-weight: 100;
}
.tube-contain {
margin: auto;
max-width: 1170px;
}
.tube {
position: relative;
padding-bottom: 53.65%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 0 0 40px 0;
}
.tube iframe,
.tube object,
.tube embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
@media(min-width:768px) {
header .container {
padding-top: 200px;
padding-bottom: 100px;
}
header .intro-text .name {
font-size: 4.75em;
}
header .intro-text .skills {
font-size: 1.2em;
font-weight: 100;
}
#portfolio .container, #contact .container {
padding: 100px 0;
}
.yo {
background: url(../img/sf.jpg) no-repeat;
padding: 140px 0;
z-index: 1;
position:relative;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
.lo {
background: url(../img/sf-blur.jpg) no-repeat;
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
.fro {
background: url(../img/crawfish.jpg) center center fixed no-repeat;
padding: 100px 0;
position:relative;
-webkit-background-size:150%;
-moz-background-size: 150%;
-o-background-size:150%;
background-size:150%;
}
.profile {
width: 16%;
height: auto;
border-radius: 50%;
margin: .5em auto;
display: block;
border: 8px solid rgba(255,255,255,0.1);
box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
}
h2.project-ttl {
background: #FFF;
font-size: 3em;
padding: 20px 0;
}
}
@media(min-width:768px) {
.navbar-fixed-top {
padding: 20px 0;
-webkit-transition: padding .3s;
-moz-transition: padding .3s;
transition: padding .3s;
}
.navbar-fixed-top .navbar-brand {
font-size: 2em;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
.navbar-fixed-top.navbar-shrink {
padding: 10px 0;
}
.navbar-fixed-top.navbar-shrink .navbar-brand {
font-size: 1.5em;
}
.img-desktop {
display: block;
margin: 10px auto;
width: 100%;
height: auto;
}
.img-desktop-min {
display: block;
margin: 10px auto;
max-width: 600px;
height: auto;
}
.img-mobile {
display: none;
}
}
.img-full {
display: block;
margin: 10px auto;
width: 100%;
height: auto;
max-width: 1170px;
}
.navbar {
text-transform: uppercase;
font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 100;
letter-spacing: 2px;
}
.navbar a:focus {
outline: 0;
}
.navbar .navbar-nav {
letter-spacing: 3px;
}
.navbar .navbar-nav li a:focus {
outline: 0;
}
.navbar-default,
.navbar-inverse {
border: 0;
}
section {
padding: 0;
}
section h2 {
margin: 0;
}
section.success {
color: #fff;
background: #{{ site.color.primary }};
}
@media(max-width:767px) {
section {
padding: 75px 0;
}
section.first {
padding-top: 75px;
}
#contact .container {
padding: 10px 20px;
}
#portfolio .container, {
padding: 10px 0;
}
.yo {
background: url(../img/sf.jpg) center center fixed no-repeat;
padding: 40px 0;
z-index: 1;
position:relative;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
.lo {
background: url(../img/sf-blur.jpg) center center fixed no-repeat;
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
.fro {
background: url(../img/crawfish.jpg) center center fixed no-repeat;
padding: 80px 0;
position:relative;
-webkit-background-size:500%;
-moz-background-size:500%;
-o-background-size:500%;
background-size:500%;
}
.profile {
width: 40%;
height: auto;
border-radius: 50%;
margin: .5em auto;
display: block;
border: 8px solid rgba(255,255,255,0.1);
box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
}
.tube {
padding-bottom: 49.65%;
}
.img-mobile {
display: block;
margin: 10px auto;
width: 100%;
height: auto;
}
.img-desktop, .img-desktop-min {
display: none;
}
h2.project-ttl {
background: #FFF;
font-size: 1.6em;
padding: 0;
display: none;
}
}
#portfolio .portfolio-item {
right: 0;
margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
display: block;
position: relative;
margin: 0 auto;
max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .caption {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
background: rgba({{ site.color.primary-rgb }},.9);
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
position: absolute;
top: 50%;
width: 100%;
height: 20px;
margin-top: -12px;
text-align: center;
font-size: 20px;
color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
margin: 0;
}
#portfolio * {
z-index: 2;
}
@media(min-width:767px) {
#portfolio .portfolio-item {
margin: 0 0 30px;
}
}
.btn-outline {
margin-top: 15px;
border: solid 2px #fff;
font-size: 20px;
color: #fff;
background: 0 0;
transition: all .3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
border: solid 2px #fff;
color: #{{ site.color.primary }};
background: #fff;
}
footer {
color: #999;
font-size: .8em;
font-weight: 300;
}
footer h3 {
margin-bottom: 30px;
}
footer .footer-above {
padding-top: 50px;
background-color: #{{ site.color.secondary }};
}
footer .footer-col {
margin-bottom: 50px;
}
footer .footer-below {
padding: 25px 0;
background-color: #{{ site.color.third }};
}
.btn-social {
display: inline-block;
width: 50px;
height: 50px;
border: 2px solid #6f878a;
border-radius: 100%;
text-align: center;
font-size: 20px;
line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
outline: 0;
}
.portfolio-modal .modal-content {
padding: 100px 0;
min-height: 100%;
border: 0;
border-radius: 0;
text-align: center;
background-clip: border-box;
-webkit-box-shadow: none;
box-shadow: none;
}
.portfolio-modal .modal-content h2 {
margin: 0;
}
.portfolio-modal .modal-content .item-details {
margin: 30px 0;
}
.portfolio-modal .close-modal {
position: absolute;
top: 10px;
right: 10px;
width: 75px;
height: 75px;
background-color: transparent;
cursor: pointer;
}
.portfolio-modal .close-modal:hover {
opacity: .3;
}
.portfolio-modal .close-modal .lr {
z-index: 1051;
width: 1px;
height: 75px;
margin-left: 35px;
background-color: #{{ site.color.secondary }};
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
z-index: 1052;
width: 1px;
height: 75px;
background-color: #{{ site.color.secondary }};
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.navbar-nav>.active>a {
background-color: #549da8 !important;
border-radius: 7px;
}
/* Fix modal mouse wheel issues */
/* https://github.com/twbs/bootstrap/issues/16297 */
.modal.fade.in {
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
nav button {
color: #FFF;
font-size: .8em;
}
#about {
color: #FFF;
}
#about, #contact, .modal-body {
font-size: 1em;
line-height: 1.8em;
font-weight: 200;
}
#contact ul {
margin: 0 0 0 15px;
padding: 0;
list-style-type: none;
}
#contact li {
font-weight: 100;
margin: 5px 0;
padding: 0;
}
.cover-shot {
position: relative;
width: 100%;
height: auto;
margin: auto;
max-width: 1170px;
}
.resume {
margin: 1.5em 0 0 0;
font-size: 1em;
font-weight: 400;
}
.theorize {
opacity: 0.5;
}
.img-caption {
text-align: left;
display: block;
padding: 0;
font-size: .7em;
color: #999;
}
.img-caption:before {
content:"\00bb";
padding-right: 3px;
color: #CCC;
}
|
_includes/css/main.css
|
body {
overflow-x: hidden;
}
p {
font-size: 20px;
}
p.small {
font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
outline: 0;
color: #{{ site.color.primary }};
}
h1,
h2,
h3,
h4,
h5,
h6
{
text-transform: uppercase;
font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 100;
padding-bottom: 20px;
}
#contact h3, #about h3
{
text-transform: uppercase;
font-weight: 100;
padding-top: 20px;
padding-bottom: 0px;
}
.modal-body h3, .modal-body h4 {
color: #444;
font-weight: 300;
padding: 0;
}
hr.star-light,
hr.star-primary {
margin: 25px auto 30px;
padding: 0;
max-width: 250px;
border: 0;
border-top: solid 5px;
text-align: center;
}
hr.star-light:after,
hr.star-primary:after {
content: "\f005";
display: inline-block;
position: relative;
top: -.8em;
padding: 0 .25em;
font-family: FontAwesome;
font-size: 2em;
}
hr.star-light {
border-color: #fff;
}
hr.star-light:after {
color: #fff;
background-color: #{{ site.color.primary }};
}
hr.star-primary {
border-color: #{{ site.color.secondary }};
}
hr.star-primary:after {
color: #{{ site.color.secondary }};
background-color: #fff;
}
.img-centered {
margin: 0 auto;
}
header {
text-align: center;
color: #fff;
background: #{{ site.color.primary }};
}
header .container {
padding-top: 100px;
padding-bottom: 50px;
}
header img {
display: block;
margin: 0 auto 20px;
}
header .intro-text .name {
display: block;
text-transform: uppercase;
font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 2em;
font-weight: 600;
}
header .intro-text .skills {
font-size: 1.2em;
font-weight: 100;
}
.tube-contain {
margin: auto;
max-width: 1170px;
}
.tube {
position: relative;
padding-bottom: 53.65%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 0 0 40px 0;
}
.tube iframe,
.tube object,
.tube embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
@media(min-width:768px) {
header .container {
padding-top: 200px;
padding-bottom: 100px;
}
header .intro-text .name {
font-size: 4.75em;
}
header .intro-text .skills {
font-size: 1.2em;
font-weight: 100;
}
#portfolio .container, #contact .container {
padding: 100px 0;
}
.yo {
background: url(../img/sf.jpg) no-repeat;
padding: 140px 0;
z-index: 1;
position:relative;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
.lo {
background: url(../img/sf-blur.jpg) no-repeat;
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
.fro {
background: url(../img/crawfish.jpg) center center fixed no-repeat;
padding: 100px 0;
position:relative;
-webkit-background-size:150%;
-moz-background-size: 150%;
-o-background-size:150%;
background-size:150%;
}
.profile {
width: 16%;
height: auto;
border-radius: 50%;
margin: .5em auto;
display: block;
border: 8px solid rgba(255,255,255,0.1);
box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
}
h2.project-ttl {
background: #FFF;
font-size: 3em;
padding: 20px 0;
}
}
@media(min-width:768px) {
.navbar-fixed-top {
padding: 20px 0;
-webkit-transition: padding .3s;
-moz-transition: padding .3s;
transition: padding .3s;
}
.navbar-fixed-top .navbar-brand {
font-size: 2em;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
.navbar-fixed-top.navbar-shrink {
padding: 10px 0;
}
.navbar-fixed-top.navbar-shrink .navbar-brand {
font-size: 1.5em;
}
.img-desktop {
display: block;
margin: 10px auto;
width: 100%;
height: auto;
}
.img-desktop-min {
display: block;
margin: 10px auto;
max-width: 600px;
height: auto;
}
.img-mobile {
display: none;
}
}
.img-full {
display: block;
margin: 10px auto;
width: 100%;
height: auto;
max-width: 1170px;
}
.navbar {
text-transform: uppercase;
font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 100;
letter-spacing: 2px;
}
.navbar a:focus {
outline: 0;
}
.navbar .navbar-nav {
letter-spacing: 3px;
}
.navbar .navbar-nav li a:focus {
outline: 0;
}
.navbar-default,
.navbar-inverse {
border: 0;
}
section {
padding: 0;
}
section h2 {
margin: 0;
}
section.success {
color: #fff;
background: #{{ site.color.primary }};
}
@media(max-width:767px) {
section {
padding: 75px 0;
}
section.first {
padding-top: 75px;
}
#contact .container {
padding: 10px 20px;
}
#portfolio .container, {
padding: 10px 0;
}
.yo {
background: url(../img/sf.jpg) center center fixed no-repeat;
padding: 40px 0;
z-index: 1;
position:relative;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
.lo {
background: url(../img/sf-blur.jpg) center center fixed no-repeat;
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
.fro {
background: url(../img/crawfish.jpg) center center fixed no-repeat;
padding: 80px 0;
position:relative;
-webkit-background-size:500%;
-moz-background-size:500%;
-o-background-size:500%;
background-size:500%;
}
.profile {
width: 40%;
height: auto;
border-radius: 50%;
margin: .5em auto;
display: block;
border: 8px solid rgba(255,255,255,0.1);
box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
}
.tube {
padding-bottom: 49.65%;
}
.img-mobile {
display: block;
margin: 10px auto;
width: 100%;
height: auto;
}
.img-desktop, .img-desktop-min {
display: none;
}
h2.project-ttl {
background: #FFF;
font-size: 1.6em;
padding: 0;
display: none;
}
}
#portfolio .portfolio-item {
right: 0;
margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
display: block;
position: relative;
margin: 0 auto;
max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .caption {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
background: rgba({{ site.color.primary-rgb }},.9);
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
position: absolute;
top: 50%;
width: 100%;
height: 20px;
margin-top: -12px;
text-align: center;
font-size: 20px;
color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
margin: 0;
}
#portfolio * {
z-index: 2;
}
@media(min-width:767px) {
#portfolio .portfolio-item {
margin: 0 0 30px;
}
}
.btn-outline {
margin-top: 15px;
border: solid 2px #fff;
font-size: 20px;
color: #fff;
background: 0 0;
transition: all .3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
border: solid 2px #fff;
color: #{{ site.color.primary }};
background: #fff;
}
footer {
color: #999;
font-size: .8em;
font-weight: 300;
}
footer h3 {
margin-bottom: 30px;
}
footer .footer-above {
padding-top: 50px;
background-color: #{{ site.color.secondary }};
}
footer .footer-col {
margin-bottom: 50px;
}
footer .footer-below {
padding: 25px 0;
background-color: #{{ site.color.third }};
}
.btn-social {
display: inline-block;
width: 50px;
height: 50px;
border: 2px solid #6f878a;
border-radius: 100%;
text-align: center;
font-size: 20px;
line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
outline: 0;
}
.portfolio-modal .modal-content {
padding: 100px 0;
min-height: 100%;
border: 0;
border-radius: 0;
text-align: center;
background-clip: border-box;
-webkit-box-shadow: none;
box-shadow: none;
}
.portfolio-modal .modal-content h2 {
margin: 0;
}
.portfolio-modal .modal-content .item-details {
margin: 30px 0;
}
.portfolio-modal .close-modal {
position: absolute;
top: 10px;
right: 10px;
width: 75px;
height: 75px;
background-color: transparent;
cursor: pointer;
}
.portfolio-modal .close-modal:hover {
opacity: .3;
}
.portfolio-modal .close-modal .lr {
z-index: 1051;
width: 1px;
height: 75px;
margin-left: 35px;
background-color: #{{ site.color.secondary }};
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
z-index: 1052;
width: 1px;
height: 75px;
background-color: #{{ site.color.secondary }};
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.navbar-nav>.active>a {
background-color: #549da8 !important;
border-radius: 7px;
}
/* Fix modal mouse wheel issues */
/* https://github.com/twbs/bootstrap/issues/16297 */
.modal.fade.in {
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
nav button {
color: #FFF;
font-size: .8em;
}
#about {
color: #FFF;
}
#about, #contact, .modal-body {
font-size: 1em;
line-height: 1.8em;
font-weight: 200;
}
#contact ul {
margin: 0 0 0 15px;
padding: 0;
list-style-type: none;
}
#contact li {
font-weight: 100;
margin: 5px 0;
padding: 0;
}
.cover-shot {
position: relative;
width: 100%;
height: auto;
margin: auto;
max-width: 1170px;
}
.resume {
margin: 1.5em 0 0 0;
font-size: 1em;
font-weight: 400;
}
.theorize {
opacity: 0.5;
}
.img-caption {
text-align: left;
display: block;
padding: 0;
font-size: .7em;
color: #999;
}
.img-caption:before {
content:"\00bb";
padding-right: 3px;
color: #CCC;
}
| 0.459076 | 0.126866 |
html, body {
margin: 0;
padding: 0;
}
@font-face {
font-family: 'Montserrat';
src: url("../fonts/Montserrat-Regular.otf"), url("../fonts/Montserrat-Italic.otf");
}
@font-face {
font-family: 'Montserrat-Bold';
src: url("../fonts/Montserrat-Bold.otf");
}
@font-face {
font-family: 'Montserrat-SemiBold';
src: url("../fonts/Montserrat-SemiBold.otf");
}
* {
font-family: 'Montserrat';
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
position: relative;
overflow-x: hidden;
color: #0C2D48;
}
a {
text-decoration: none;
color: #fff;
}
.bold {
font-weight: bold;
}
.container {
width: 860px;
margin: auto;
}
.main-button {
border-radius: 8px;
background-color: #FF855E;
color: #fff;
-webkit-box-shadow: 0px 1.5px 2px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0px 1.5px 2px 0 rgba(0, 0, 0, 0.2);
text-decoration: none;
padding: 10px 50px;
font-size: 20px;
cursor: pointer;
text-align: center;
font-family: 'Montserrat-SemiBold';
}
header {
width: 100vw;
height: 65px;
background-color: white;
-webkit-box-shadow: 0px 0.5px 3px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0.5px 3px 2px rgba(0, 0, 0, 0.25);
z-index: 20;
position: fixed;
}
.header__inner {
margin: auto;
max-width: 1680px;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 100px;
}
.header__inner__logo {
background: url("../images/logo.svg");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
width: 150px;
height: calc(100% - 20px);
padding: 10px 0;
}
.header__inner__nav {
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;
}
.header__inner__nav__item {
margin: 0 10px;
cursor: pointer;
}
.header__inner__burger {
display: none;
z-index: 100;
}
@media screen and (max-width: 960px) {
.header__inner {
padding: 0 20px;
}
.header__inner__nav {
top: 0;
left: -10px;
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-top: 65px;
overflow: hidden;
-webkit-transition: .5s;
transition: .5s;
}
.header__inner__nav__item {
height: 40px;
background-color: #fff;
width: 100vw;
padding-left: 20px;
border-top: 1px solid #0C2D48;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header__inner__nav__item:last-child {
border-bottom: 1px solid #0C2D48;
}
.header__inner__nav__item::before {
content: "-";
margin-right: 5px;
}
.header__inner__burger {
display: block;
font-weight: bold;
width: 50px;
height: 50px;
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;
}
}
.index {
background-color: #fff;
width: 100vw;
height: 100vh;
padding-top: 65px;
}
.index__curve1 {
background: url("../images/curve.svg");
background-repeat: no-repeat;
position: absolute;
background-size: contain;
left: 0;
top: 65px;
width: 80%;
height: 100vh;
z-index: 0;
}
.index__block1 {
margin-top: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
z-index: 2;
}
.index__block1__left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 55;
-ms-flex: 55;
flex: 55;
z-index: 2;
}
.index__block1__left h2 {
font-family: 'Montserrat-SemiBold';
font-size: 32px;
}
.index__block1__left p {
color: #0C2D48;
opacity: 0.6;
}
.index__block1__left a {
margin-top: 20px;
}
.index__block1__right {
width: 100%;
height: 100%;
position: relative;
-webkit-box-flex: 45;
-ms-flex: 45;
flex: 45;
z-index: 2;
}
.index__block1__right > div * {
z-index: 15;
position: absolute;
}
.index__block1__right .mashup_phone {
width: 300px;
height: auto;
z-index: 14;
}
.index__block1__right .mashup_app1, .index__block1__right .mashup_app2, .index__block1__right .mashup_app3, .index__block1__right .mashup_app4, .index__block1__right .mashup_man {
width: 100px;
height: auto;
}
.index__block1__right .mashup_app1 {
top: 100px;
}
.index__block1__right .mashup_app2 {
top: -20px;
left: 90px;
width: 70px;
}
.index__block1__right .mashup_app3 {
left: 270px;
top: 150px;
}
.index__block1__right .mashup_app4 {
top: 230px;
left: 200px;
}
.index__block1__right .mashup_man {
width: 120px;
top: 230px;
left: 290px;
z-index: 14;
}
.index__block2 {
margin-top: 180px;
}
.index__block2__label {
font-size: 30px;
font-weight: bold;
}
.index__block2__list {
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;
margin-top: 50px;
}
.index__block2__list__item {
-webkit-box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
border-radius: 15px;
padding: 15px;
padding-top: 0;
width: calc((100% - 20px) / 4);
margin-left: 20px;
}
.index__block2__list__item:not(:last-child) {
margin-right: 20px;
}
.index__block2__list__item > div {
width: 70px;
height: 70px;
border-radius: 10px;
margin: 0 auto;
margin-top: -25px;
background-color: #e9f4fe;
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;
}
.index__block2__list__item > h2 {
font-size: 18px;
}
.index__block2__list__item > p {
font-size: 14px;
}
.index__block3 {
height: 450px;
width: 100%;
position: relative;
}
.index__block3__curve {
background-image: url("../images/curve2.svg");
background-position-y: bottom;
background-position-x: right;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 900px;
height: 600px;
right: calc((860px - 100vw) / 2);
bottom: 0;
z-index: -1;
}
.index__block3__wrapper {
z-index: 10;
padding-top: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.index__block3__wrapper * {
z-index: 10;
}
.index__block3__wrapper > h2 {
font-family: 'Montserrat-SemiBold';
font-weight: bold;
}
.index__block3__wrapper > h2 > span {
color: #ff855e;
}
.index__block3__wrapper > p {
width: 50%;
text-align: center;
font-weight: bold;
}
.index__block3__app1, .index__block3__app3 {
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 120px;
height: 120px;
z-index: 3;
}
.index__block3__app1 {
background-image: url("../images/app1.png");
top: 48%;
left: 18%;
}
.index__block3__app3 {
background-image: url("../images/app3.png");
top: 23%;
left: 70%;
}
@media screen and (max-width: 960px) {
.index__block1 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 10px;
}
.index__block1__right {
display: none;
}
.index__block2 {
margin-top: 50px;
}
.index__block2__list {
margin-top: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.index__block2__list__item {
width: calc((100% - 20px) / 2);
margin-left: 10px;
margin-top: 50px;
}
.index__block2__list__item:not(:last-child) {
margin-right: 0;
}
.index__block3 {
height: 550px;
}
.index__block3__curve {
right: -20px;
padding-top: 20px;
}
.index__block3__app1, .index__block3__app3 {
display: none;
}
.index__block3__wrapper {
padding-top: 50px;
}
.index__block3__wrapper > p {
width: 80%;
}
.index__block3__wrapper > div {
margin-bottom: 50px;
}
}
.events__wrapper {
width: 100vw;
height: 100vh;
padding-top: 65px;
background-image: url("../images/background.png");
background-repeat: repeat;
background-size: cover;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 80px;
}
.events__list {
margin-top: 40px;
-webkit-box-flex: 7;
-ms-flex: 7;
flex: 7;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
overflow-x: scroll;
width: 100%;
padding-bottom: 20px;
}
.events__list__item {
width: 280px;
min-width: 280px;
height: 100%;
border-radius: 12px;
padding: 30px;
background-color: #fff;
-webkit-box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
position: relative;
margin-left: 20px;
}
.events__list__item__index {
font-family: 'Montserrat-SemiBold';
font-size: 42px;
position: relative;
}
.events__list__item__index::after {
content: '';
position: absolute;
top: 100%;
font-family: 'Montserrat-SemiBold';
width: 40px;
height: 10px;
left: 0;
border-radius: 10px;
background-color: #FF855E;
}
.events__list__item__name {
margin-top: 30px;
font-size: 22px;
font-weight: bold;
font-family: 'Montserrat-SemiBold';
}
.events__list__item__datetime {
margin-top: 20px;
padding-right: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.events__list__item__datetime > span {
color: #A2B6C9;
font-size: 12px;
}
.events__list__item__address_label {
margin-top: 30px;
}
.events__list__item__address {
color: #A2B6C9;
font-size: 14px;
margin-top: 10px;
}
.events__list__item__image {
background-image: url("../images/test.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 180px;
border-radius: 5px;
margin-top: 10px;
}
.events__list__item__more {
position: absolute;
bottom: 30px;
padding: 10px;
font-size: 16px;
}
.events__panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding-left: 20px;
}
.events__panel__create_event {
padding: 10px;
font-size: 14px;
}
.events__panel__slider {
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;
}
.events__panel__slider__arrow {
padding: 10px;
width: 50px;
height: 50px;
text-align: center;
background-color: #fff;
border-radius: 50%;
cursor: pointer;
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;
margin: 0 10px;
-webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.2);
}
.events__panel {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
#modal {
position: absolute;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.2);
z-index: 100;
top: 0;
left: 0;
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;
}
.modal__window {
position: absolute;
margin: auto;
max-width: 95vw;
width: 800px;
height: 500px;
background-color: #fff;
border-radius: 10px;
padding: 25px 40px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.modal__window__close {
position: absolute;
top: 15px;
right: 15px;
width: 30px;
height: 30px;
text-align: center;
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;
}
.modal__window__body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.modal__window__body__index {
font-family: 'Montserrat-SemiBold';
font-size: 42px;
position: relative;
}
.modal__window__body__index::after {
content: '';
position: absolute;
top: 100%;
font-family: 'Montserrat-SemiBold';
width: 40px;
height: 10px;
left: 0;
border-radius: 10px;
background-color: #FF855E;
}
.modal__window__body__information {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
.modal__window__body__information__buy {
padding: 10px;
font-size: 14px;
margin: 0 auto;
margin-top: 20px;
}
.modal__window__body__information__top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
margin-top: 20px;
}
.modal__window__body__information__top__name {
font-size: 22px;
font-weight: bold;
font-family: 'Montserrat-SemiBold';
}
.modal__window__body__information__top__datetime {
color: #A2B6C9;
font-size: 12px;
}
.modal__window__body__information__top__address__address {
color: #A2B6C9;
font-size: 14px;
margin-top: 10px;
}
.modal__window__body__information__bottom {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.modal__window__body__information__bottom__left {
min-width: 350px;
height: 250px;
background-image: url("../images/test.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 15px;
-webkit-box-shadow: 0px 1px 1px 1.25px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 1px 1.25px rgba(0, 0, 0, 0.2);
}
.modal__window__body__information__bottom__right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 25px;
}
.modal__window__body__information__bottom__right__description_label {
font-size: 16px;
font-weight: bold;
}
.modal__window__body__information__bottom__right__description {
margin-top: 20px;
font-size: 14px;
}
.modal__window__body__information__bottom__right__price {
margin-top: 20px;
font-weight: bold;
font-family: 'Montserrat-SemiBold';
}
.profile {
width: 100vw;
height: 100vh;
padding-top: 65px;
background-image: url("../images/background.png");
background-repeat: repeat;
background-size: cover;
background-position: center;
}
.profile__panel {
border-radius: 15px;
padding: 20px;
margin: 0 auto;
margin-top: 20px;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
width: auto;
background-color: #fff;
height: 600px;
-webkit-box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
}
.profile__panel__information {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.profile__panel__information__avatar {
background-image: url("../images/test.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-width: 100px;
min-height: 100px;
border-radius: 50%;
-webkit-box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
}
.profile__panel__information__other {
max-width: 300px;
margin-left: 15px;
}
.profile__panel__information__other__name {
font-weight: bold;
}
.profile__panel__information__other__description {
margin-top: 10px;
font-size: 14px;
}
.profile__panel__screens__profile form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.profile__panel__screens__profile form > div {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 10px 0;
}
.profile__panel__screens__profile form > div > input, .profile__panel__screens__profile form > div textarea {
width: 200px;
}
.profile__panel__screens__profile form > button {
padding: 10px;
font-size: 16px;
margin: auto;
border: none;
}
.profile__panel__screens__tickets {
max-height: 400px;
overflow-y: scroll;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-bottom: 100px;
}
.profile__panel__screens__tickets > img {
width: 90%;
max-width: 600px;
margin-top: 20px;
border-radius: 10px;
border: 1px solid #0C2D48;
}
.profile__panel__menu {
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;
margin-top: 20px;
}
.profile__panel__menu * {
font-weight: bold;
cursor: pointer;
}
.profile__panel__menu > div:not(:last-child) {
margin-right: 10px;
}
.profile__panel__menu > div:not(:first-child) {
margin-left: 10px;
}
.create_event {
width: 100vw;
height: 100%;
padding-top: 65px;
background-image: url("../images/background.png");
background-repeat: repeat;
background-size: cover;
background-position: center;
}
.create_event__panel {
border-radius: 15px;
padding: 20px;
margin: 0 auto;
margin-top: 20px;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
width: auto;
background-color: #fff;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
-webkit-box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
}
.create_event__panel__line {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.create_event__panel__line > p {
margin-right: 10px;
font-weight: bold;
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;
}
.create_event__panel__line > p > img {
width: 50px;
height: auto;
}
.create_event__panel__line > input {
width: 200px;
border: 1px solid #0C2D48;
font-size: 14px;
}
.create_event__panel__line > textarea {
width: 200px;
min-width: 200px;
max-width: 200px;
height: 100px;
}
.create_event__panel__submit {
padding: 10px;
font-size: 18px;
margin: auto;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin-top: 20px;
}
#map {
width: 400px;
height: 400px;
}
.vmeste {
color: #FF855E;
}
::-webkit-scrollbar {
width: 4px;
height: 4px;
}
::-webkit-scrollbar-button {
width: 0px;
height: 0px;
}
::-webkit-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
background: #e1e1e1;
}
::-webkit-scrollbar-thumb:active {
background: #bdbdbd;
}
::-webkit-scrollbar-track {
background: transparent;
border: 0px none #ffffff;
border-radius: 50px;
}
::-webkit-scrollbar-corner {
background: transparent;
}
@media screen and (max-width: 960px) {
#app {
width: 100vw;
}
.container {
width: 100vw;
padding: 0 20px;
}
}
/*# sourceMappingURL=main.css.map */
|
src/css/main.css
|
html, body {
margin: 0;
padding: 0;
}
@font-face {
font-family: 'Montserrat';
src: url("../fonts/Montserrat-Regular.otf"), url("../fonts/Montserrat-Italic.otf");
}
@font-face {
font-family: 'Montserrat-Bold';
src: url("../fonts/Montserrat-Bold.otf");
}
@font-face {
font-family: 'Montserrat-SemiBold';
src: url("../fonts/Montserrat-SemiBold.otf");
}
* {
font-family: 'Montserrat';
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
position: relative;
overflow-x: hidden;
color: #0C2D48;
}
a {
text-decoration: none;
color: #fff;
}
.bold {
font-weight: bold;
}
.container {
width: 860px;
margin: auto;
}
.main-button {
border-radius: 8px;
background-color: #FF855E;
color: #fff;
-webkit-box-shadow: 0px 1.5px 2px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0px 1.5px 2px 0 rgba(0, 0, 0, 0.2);
text-decoration: none;
padding: 10px 50px;
font-size: 20px;
cursor: pointer;
text-align: center;
font-family: 'Montserrat-SemiBold';
}
header {
width: 100vw;
height: 65px;
background-color: white;
-webkit-box-shadow: 0px 0.5px 3px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0.5px 3px 2px rgba(0, 0, 0, 0.25);
z-index: 20;
position: fixed;
}
.header__inner {
margin: auto;
max-width: 1680px;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 100px;
}
.header__inner__logo {
background: url("../images/logo.svg");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
width: 150px;
height: calc(100% - 20px);
padding: 10px 0;
}
.header__inner__nav {
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;
}
.header__inner__nav__item {
margin: 0 10px;
cursor: pointer;
}
.header__inner__burger {
display: none;
z-index: 100;
}
@media screen and (max-width: 960px) {
.header__inner {
padding: 0 20px;
}
.header__inner__nav {
top: 0;
left: -10px;
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-top: 65px;
overflow: hidden;
-webkit-transition: .5s;
transition: .5s;
}
.header__inner__nav__item {
height: 40px;
background-color: #fff;
width: 100vw;
padding-left: 20px;
border-top: 1px solid #0C2D48;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header__inner__nav__item:last-child {
border-bottom: 1px solid #0C2D48;
}
.header__inner__nav__item::before {
content: "-";
margin-right: 5px;
}
.header__inner__burger {
display: block;
font-weight: bold;
width: 50px;
height: 50px;
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;
}
}
.index {
background-color: #fff;
width: 100vw;
height: 100vh;
padding-top: 65px;
}
.index__curve1 {
background: url("../images/curve.svg");
background-repeat: no-repeat;
position: absolute;
background-size: contain;
left: 0;
top: 65px;
width: 80%;
height: 100vh;
z-index: 0;
}
.index__block1 {
margin-top: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
z-index: 2;
}
.index__block1__left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 55;
-ms-flex: 55;
flex: 55;
z-index: 2;
}
.index__block1__left h2 {
font-family: 'Montserrat-SemiBold';
font-size: 32px;
}
.index__block1__left p {
color: #0C2D48;
opacity: 0.6;
}
.index__block1__left a {
margin-top: 20px;
}
.index__block1__right {
width: 100%;
height: 100%;
position: relative;
-webkit-box-flex: 45;
-ms-flex: 45;
flex: 45;
z-index: 2;
}
.index__block1__right > div * {
z-index: 15;
position: absolute;
}
.index__block1__right .mashup_phone {
width: 300px;
height: auto;
z-index: 14;
}
.index__block1__right .mashup_app1, .index__block1__right .mashup_app2, .index__block1__right .mashup_app3, .index__block1__right .mashup_app4, .index__block1__right .mashup_man {
width: 100px;
height: auto;
}
.index__block1__right .mashup_app1 {
top: 100px;
}
.index__block1__right .mashup_app2 {
top: -20px;
left: 90px;
width: 70px;
}
.index__block1__right .mashup_app3 {
left: 270px;
top: 150px;
}
.index__block1__right .mashup_app4 {
top: 230px;
left: 200px;
}
.index__block1__right .mashup_man {
width: 120px;
top: 230px;
left: 290px;
z-index: 14;
}
.index__block2 {
margin-top: 180px;
}
.index__block2__label {
font-size: 30px;
font-weight: bold;
}
.index__block2__list {
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;
margin-top: 50px;
}
.index__block2__list__item {
-webkit-box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
border-radius: 15px;
padding: 15px;
padding-top: 0;
width: calc((100% - 20px) / 4);
margin-left: 20px;
}
.index__block2__list__item:not(:last-child) {
margin-right: 20px;
}
.index__block2__list__item > div {
width: 70px;
height: 70px;
border-radius: 10px;
margin: 0 auto;
margin-top: -25px;
background-color: #e9f4fe;
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;
}
.index__block2__list__item > h2 {
font-size: 18px;
}
.index__block2__list__item > p {
font-size: 14px;
}
.index__block3 {
height: 450px;
width: 100%;
position: relative;
}
.index__block3__curve {
background-image: url("../images/curve2.svg");
background-position-y: bottom;
background-position-x: right;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 900px;
height: 600px;
right: calc((860px - 100vw) / 2);
bottom: 0;
z-index: -1;
}
.index__block3__wrapper {
z-index: 10;
padding-top: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.index__block3__wrapper * {
z-index: 10;
}
.index__block3__wrapper > h2 {
font-family: 'Montserrat-SemiBold';
font-weight: bold;
}
.index__block3__wrapper > h2 > span {
color: #ff855e;
}
.index__block3__wrapper > p {
width: 50%;
text-align: center;
font-weight: bold;
}
.index__block3__app1, .index__block3__app3 {
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 120px;
height: 120px;
z-index: 3;
}
.index__block3__app1 {
background-image: url("../images/app1.png");
top: 48%;
left: 18%;
}
.index__block3__app3 {
background-image: url("../images/app3.png");
top: 23%;
left: 70%;
}
@media screen and (max-width: 960px) {
.index__block1 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 10px;
}
.index__block1__right {
display: none;
}
.index__block2 {
margin-top: 50px;
}
.index__block2__list {
margin-top: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.index__block2__list__item {
width: calc((100% - 20px) / 2);
margin-left: 10px;
margin-top: 50px;
}
.index__block2__list__item:not(:last-child) {
margin-right: 0;
}
.index__block3 {
height: 550px;
}
.index__block3__curve {
right: -20px;
padding-top: 20px;
}
.index__block3__app1, .index__block3__app3 {
display: none;
}
.index__block3__wrapper {
padding-top: 50px;
}
.index__block3__wrapper > p {
width: 80%;
}
.index__block3__wrapper > div {
margin-bottom: 50px;
}
}
.events__wrapper {
width: 100vw;
height: 100vh;
padding-top: 65px;
background-image: url("../images/background.png");
background-repeat: repeat;
background-size: cover;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 80px;
}
.events__list {
margin-top: 40px;
-webkit-box-flex: 7;
-ms-flex: 7;
flex: 7;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
overflow-x: scroll;
width: 100%;
padding-bottom: 20px;
}
.events__list__item {
width: 280px;
min-width: 280px;
height: 100%;
border-radius: 12px;
padding: 30px;
background-color: #fff;
-webkit-box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
position: relative;
margin-left: 20px;
}
.events__list__item__index {
font-family: 'Montserrat-SemiBold';
font-size: 42px;
position: relative;
}
.events__list__item__index::after {
content: '';
position: absolute;
top: 100%;
font-family: 'Montserrat-SemiBold';
width: 40px;
height: 10px;
left: 0;
border-radius: 10px;
background-color: #FF855E;
}
.events__list__item__name {
margin-top: 30px;
font-size: 22px;
font-weight: bold;
font-family: 'Montserrat-SemiBold';
}
.events__list__item__datetime {
margin-top: 20px;
padding-right: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.events__list__item__datetime > span {
color: #A2B6C9;
font-size: 12px;
}
.events__list__item__address_label {
margin-top: 30px;
}
.events__list__item__address {
color: #A2B6C9;
font-size: 14px;
margin-top: 10px;
}
.events__list__item__image {
background-image: url("../images/test.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 180px;
border-radius: 5px;
margin-top: 10px;
}
.events__list__item__more {
position: absolute;
bottom: 30px;
padding: 10px;
font-size: 16px;
}
.events__panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding-left: 20px;
}
.events__panel__create_event {
padding: 10px;
font-size: 14px;
}
.events__panel__slider {
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;
}
.events__panel__slider__arrow {
padding: 10px;
width: 50px;
height: 50px;
text-align: center;
background-color: #fff;
border-radius: 50%;
cursor: pointer;
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;
margin: 0 10px;
-webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.2);
}
.events__panel {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
#modal {
position: absolute;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.2);
z-index: 100;
top: 0;
left: 0;
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;
}
.modal__window {
position: absolute;
margin: auto;
max-width: 95vw;
width: 800px;
height: 500px;
background-color: #fff;
border-radius: 10px;
padding: 25px 40px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.modal__window__close {
position: absolute;
top: 15px;
right: 15px;
width: 30px;
height: 30px;
text-align: center;
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;
}
.modal__window__body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.modal__window__body__index {
font-family: 'Montserrat-SemiBold';
font-size: 42px;
position: relative;
}
.modal__window__body__index::after {
content: '';
position: absolute;
top: 100%;
font-family: 'Montserrat-SemiBold';
width: 40px;
height: 10px;
left: 0;
border-radius: 10px;
background-color: #FF855E;
}
.modal__window__body__information {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
.modal__window__body__information__buy {
padding: 10px;
font-size: 14px;
margin: 0 auto;
margin-top: 20px;
}
.modal__window__body__information__top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
margin-top: 20px;
}
.modal__window__body__information__top__name {
font-size: 22px;
font-weight: bold;
font-family: 'Montserrat-SemiBold';
}
.modal__window__body__information__top__datetime {
color: #A2B6C9;
font-size: 12px;
}
.modal__window__body__information__top__address__address {
color: #A2B6C9;
font-size: 14px;
margin-top: 10px;
}
.modal__window__body__information__bottom {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.modal__window__body__information__bottom__left {
min-width: 350px;
height: 250px;
background-image: url("../images/test.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 15px;
-webkit-box-shadow: 0px 1px 1px 1.25px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 1px 1.25px rgba(0, 0, 0, 0.2);
}
.modal__window__body__information__bottom__right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 25px;
}
.modal__window__body__information__bottom__right__description_label {
font-size: 16px;
font-weight: bold;
}
.modal__window__body__information__bottom__right__description {
margin-top: 20px;
font-size: 14px;
}
.modal__window__body__information__bottom__right__price {
margin-top: 20px;
font-weight: bold;
font-family: 'Montserrat-SemiBold';
}
.profile {
width: 100vw;
height: 100vh;
padding-top: 65px;
background-image: url("../images/background.png");
background-repeat: repeat;
background-size: cover;
background-position: center;
}
.profile__panel {
border-radius: 15px;
padding: 20px;
margin: 0 auto;
margin-top: 20px;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
width: auto;
background-color: #fff;
height: 600px;
-webkit-box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
}
.profile__panel__information {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.profile__panel__information__avatar {
background-image: url("../images/test.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-width: 100px;
min-height: 100px;
border-radius: 50%;
-webkit-box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
}
.profile__panel__information__other {
max-width: 300px;
margin-left: 15px;
}
.profile__panel__information__other__name {
font-weight: bold;
}
.profile__panel__information__other__description {
margin-top: 10px;
font-size: 14px;
}
.profile__panel__screens__profile form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.profile__panel__screens__profile form > div {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 10px 0;
}
.profile__panel__screens__profile form > div > input, .profile__panel__screens__profile form > div textarea {
width: 200px;
}
.profile__panel__screens__profile form > button {
padding: 10px;
font-size: 16px;
margin: auto;
border: none;
}
.profile__panel__screens__tickets {
max-height: 400px;
overflow-y: scroll;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-bottom: 100px;
}
.profile__panel__screens__tickets > img {
width: 90%;
max-width: 600px;
margin-top: 20px;
border-radius: 10px;
border: 1px solid #0C2D48;
}
.profile__panel__menu {
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;
margin-top: 20px;
}
.profile__panel__menu * {
font-weight: bold;
cursor: pointer;
}
.profile__panel__menu > div:not(:last-child) {
margin-right: 10px;
}
.profile__panel__menu > div:not(:first-child) {
margin-left: 10px;
}
.create_event {
width: 100vw;
height: 100%;
padding-top: 65px;
background-image: url("../images/background.png");
background-repeat: repeat;
background-size: cover;
background-position: center;
}
.create_event__panel {
border-radius: 15px;
padding: 20px;
margin: 0 auto;
margin-top: 20px;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
width: auto;
background-color: #fff;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
-webkit-box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 2px 1.25px rgba(0, 0, 0, 0.2);
}
.create_event__panel__line {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.create_event__panel__line > p {
margin-right: 10px;
font-weight: bold;
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;
}
.create_event__panel__line > p > img {
width: 50px;
height: auto;
}
.create_event__panel__line > input {
width: 200px;
border: 1px solid #0C2D48;
font-size: 14px;
}
.create_event__panel__line > textarea {
width: 200px;
min-width: 200px;
max-width: 200px;
height: 100px;
}
.create_event__panel__submit {
padding: 10px;
font-size: 18px;
margin: auto;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin-top: 20px;
}
#map {
width: 400px;
height: 400px;
}
.vmeste {
color: #FF855E;
}
::-webkit-scrollbar {
width: 4px;
height: 4px;
}
::-webkit-scrollbar-button {
width: 0px;
height: 0px;
}
::-webkit-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
background: #e1e1e1;
}
::-webkit-scrollbar-thumb:active {
background: #bdbdbd;
}
::-webkit-scrollbar-track {
background: transparent;
border: 0px none #ffffff;
border-radius: 50px;
}
::-webkit-scrollbar-corner {
background: transparent;
}
@media screen and (max-width: 960px) {
#app {
width: 100vw;
}
.container {
width: 100vw;
padding: 0 20px;
}
}
/*# sourceMappingURL=main.css.map */
| 0.385259 | 0.062789 |
personal icon font: personal
Creation date: 28/03/2016 04:39
*/
@font-face {
font-family: "personal";
src: url("../nomie-icons/personal/personal.eot");
src: url("../nomie-icons/personal/personal.eot?#iefix") format("embedded-opentype"),
url("../nomie-icons/personal/personal.woff") format("woff"),
url("../nomie-icons/personal/personal.ttf") format("truetype"),
url("../nomie-icons/personal/personal.svg#personal") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "personal";
src: url("../nomie-icons/personal/personal.svg#personal") format("svg");
}
}
[class^="personal-"]:before, [class*=" personal-"]:before,
[class^="personal-"]:after, [class*=" personal-"]:after {
font-family: personal;
font-style: normal;
}
.personal-bathroom:before {
content: "\f100";
}
.personal-body:before {
content: "\f101";
}
.personal-gender-both:before {
content: "\f102";
}
.personal-gender-gay:before {
content: "\f103";
}
.personal-gender-lesbian:before {
content: "\f104";
}
.personal-logo:before {
content: "\f105";
}
.personal-love:before {
content: "\f106";
}
.personal-love-1:before {
content: "\f107";
}
.personal-love-2:before {
content: "\f108";
}
.personal-love-3:before {
content: "\f109";
}
.personal-love-bed:before {
content: "\f10a";
}
.personal-love-bird:before {
content: "\f10b";
}
.personal-love-bottle:before {
content: "\f10c";
}
.personal-love-boy:before {
content: "\f10d";
}
.personal-love-camera:before {
content: "\f10e";
}
.personal-love-coffee:before {
content: "\f10f";
}
.personal-love-dance:before {
content: "\f110";
}
.personal-love-dinner:before {
content: "\f111";
}
.personal-love-fav:before {
content: "\f112";
}
.personal-love-flower:before {
content: "\f113";
}
.personal-love-flower-1:before {
content: "\f114";
}
.personal-love-food:before {
content: "\f115";
}
.personal-love-gift:before {
content: "\f116";
}
.personal-love-girl:before {
content: "\f117";
}
.personal-love-men:before {
content: "\f118";
}
.personal-love-note:before {
content: "\f119";
}
.personal-love-notes:before {
content: "\f11a";
}
.personal-love-people:before {
content: "\f11b";
}
.personal-love-people-1:before {
content: "\f11c";
}
.personal-love-people-2:before {
content: "\f11d";
}
.personal-love-people-3:before {
content: "\f11e";
}
.personal-love-position:before {
content: "\f11f";
}
.personal-love-search:before {
content: "\f120";
}
.personal-love-shape:before {
content: "\f121";
}
.personal-love-sign:before {
content: "\f122";
}
.personal-love-sign-1:before {
content: "\f123";
}
.personal-love-sign-2:before {
content: "\f124";
}
.personal-love-sign-3:before {
content: "\f125";
}
.personal-love-talk:before {
content: "\f126";
}
.personal-meds-bottle:before {
content: "\f127";
}
.personal-meds-marijuana:before {
content: "\f128";
}
.personal-meds-pill:before {
content: "\f129";
}
.personal-meds-shootup:before {
content: "\f12a";
}
.personal-meds-smoke-cig:before {
content: "\f12b";
}
.personal-meds-weed:before {
content: "\f12c";
}
.personal-sex-bed:before {
content: "\f12d";
}
.personal-sex-black-penis:before {
content: "\f12e";
}
.personal-sex-clamp:before {
content: "\f12f";
}
.personal-sex-dick:before {
content: "\f130";
}
.personal-sex-dick-1:before {
content: "\f131";
}
.personal-sex-dress:before {
content: "\f132";
}
.personal-sex-gear:before {
content: "\f133";
}
.personal-sex-gear-1:before {
content: "\f134";
}
.personal-sex-gear-2:before {
content: "\f135";
}
.personal-sex-gear-3:before {
content: "\f136";
}
.personal-sex-gear-4:before {
content: "\f137";
}
.personal-sex-gear-5:before {
content: "\f138";
}
.personal-sex-handcuff:before {
content: "\f139";
}
.personal-sex-mind:before {
content: "\f13a";
}
.personal-sex-naked:before {
content: "\f13b";
}
.personal-sex-naked-1:before {
content: "\f13c";
}
.personal-sex-penis:before {
content: "\f13d";
}
.personal-sex-rope:before {
content: "\f13e";
}
.personal-wc-bath:before {
content: "\f13f";
}
.personal-wc-bath-1:before {
content: "\f140";
}
.personal-wc-brush:before {
content: "\f141";
}
.personal-wc-pee:before {
content: "\f142";
}
.personal-wc-people:before {
content: "\f143";
}
.personal-wc-poop:before {
content: "\f144";
}
.personal-wc-poop-1:before {
content: "\f145";
}
.personal-wc-shave:before {
content: "\f146";
}
.personal-wc-shower:before {
content: "\f147";
}
.personal-wc-sign:before {
content: "\f148";
}
.personal-wc-soap:before {
content: "\f149";
}
.personal-wc-toilet:before {
content: "\f14a";
}
.personal-wc-toilet-1:before {
content: "\f14b";
}
.personal-wc-toilet-2:before {
content: "\f14c";
}
.personal-wc-tool:before {
content: "\f14d";
}
.personal-wc-tool-1:before {
content: "\f14e";
}
.personal-wc-tool-2:before {
content: "\f14f";
}
.personal-wc-tools:before {
content: "\f150";
}
.personal-wc-women:before {
content: "\f151";
}
|
src/assets/fonts/personal/personal.css
|
personal icon font: personal
Creation date: 28/03/2016 04:39
*/
@font-face {
font-family: "personal";
src: url("../nomie-icons/personal/personal.eot");
src: url("../nomie-icons/personal/personal.eot?#iefix") format("embedded-opentype"),
url("../nomie-icons/personal/personal.woff") format("woff"),
url("../nomie-icons/personal/personal.ttf") format("truetype"),
url("../nomie-icons/personal/personal.svg#personal") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "personal";
src: url("../nomie-icons/personal/personal.svg#personal") format("svg");
}
}
[class^="personal-"]:before, [class*=" personal-"]:before,
[class^="personal-"]:after, [class*=" personal-"]:after {
font-family: personal;
font-style: normal;
}
.personal-bathroom:before {
content: "\f100";
}
.personal-body:before {
content: "\f101";
}
.personal-gender-both:before {
content: "\f102";
}
.personal-gender-gay:before {
content: "\f103";
}
.personal-gender-lesbian:before {
content: "\f104";
}
.personal-logo:before {
content: "\f105";
}
.personal-love:before {
content: "\f106";
}
.personal-love-1:before {
content: "\f107";
}
.personal-love-2:before {
content: "\f108";
}
.personal-love-3:before {
content: "\f109";
}
.personal-love-bed:before {
content: "\f10a";
}
.personal-love-bird:before {
content: "\f10b";
}
.personal-love-bottle:before {
content: "\f10c";
}
.personal-love-boy:before {
content: "\f10d";
}
.personal-love-camera:before {
content: "\f10e";
}
.personal-love-coffee:before {
content: "\f10f";
}
.personal-love-dance:before {
content: "\f110";
}
.personal-love-dinner:before {
content: "\f111";
}
.personal-love-fav:before {
content: "\f112";
}
.personal-love-flower:before {
content: "\f113";
}
.personal-love-flower-1:before {
content: "\f114";
}
.personal-love-food:before {
content: "\f115";
}
.personal-love-gift:before {
content: "\f116";
}
.personal-love-girl:before {
content: "\f117";
}
.personal-love-men:before {
content: "\f118";
}
.personal-love-note:before {
content: "\f119";
}
.personal-love-notes:before {
content: "\f11a";
}
.personal-love-people:before {
content: "\f11b";
}
.personal-love-people-1:before {
content: "\f11c";
}
.personal-love-people-2:before {
content: "\f11d";
}
.personal-love-people-3:before {
content: "\f11e";
}
.personal-love-position:before {
content: "\f11f";
}
.personal-love-search:before {
content: "\f120";
}
.personal-love-shape:before {
content: "\f121";
}
.personal-love-sign:before {
content: "\f122";
}
.personal-love-sign-1:before {
content: "\f123";
}
.personal-love-sign-2:before {
content: "\f124";
}
.personal-love-sign-3:before {
content: "\f125";
}
.personal-love-talk:before {
content: "\f126";
}
.personal-meds-bottle:before {
content: "\f127";
}
.personal-meds-marijuana:before {
content: "\f128";
}
.personal-meds-pill:before {
content: "\f129";
}
.personal-meds-shootup:before {
content: "\f12a";
}
.personal-meds-smoke-cig:before {
content: "\f12b";
}
.personal-meds-weed:before {
content: "\f12c";
}
.personal-sex-bed:before {
content: "\f12d";
}
.personal-sex-black-penis:before {
content: "\f12e";
}
.personal-sex-clamp:before {
content: "\f12f";
}
.personal-sex-dick:before {
content: "\f130";
}
.personal-sex-dick-1:before {
content: "\f131";
}
.personal-sex-dress:before {
content: "\f132";
}
.personal-sex-gear:before {
content: "\f133";
}
.personal-sex-gear-1:before {
content: "\f134";
}
.personal-sex-gear-2:before {
content: "\f135";
}
.personal-sex-gear-3:before {
content: "\f136";
}
.personal-sex-gear-4:before {
content: "\f137";
}
.personal-sex-gear-5:before {
content: "\f138";
}
.personal-sex-handcuff:before {
content: "\f139";
}
.personal-sex-mind:before {
content: "\f13a";
}
.personal-sex-naked:before {
content: "\f13b";
}
.personal-sex-naked-1:before {
content: "\f13c";
}
.personal-sex-penis:before {
content: "\f13d";
}
.personal-sex-rope:before {
content: "\f13e";
}
.personal-wc-bath:before {
content: "\f13f";
}
.personal-wc-bath-1:before {
content: "\f140";
}
.personal-wc-brush:before {
content: "\f141";
}
.personal-wc-pee:before {
content: "\f142";
}
.personal-wc-people:before {
content: "\f143";
}
.personal-wc-poop:before {
content: "\f144";
}
.personal-wc-poop-1:before {
content: "\f145";
}
.personal-wc-shave:before {
content: "\f146";
}
.personal-wc-shower:before {
content: "\f147";
}
.personal-wc-sign:before {
content: "\f148";
}
.personal-wc-soap:before {
content: "\f149";
}
.personal-wc-toilet:before {
content: "\f14a";
}
.personal-wc-toilet-1:before {
content: "\f14b";
}
.personal-wc-toilet-2:before {
content: "\f14c";
}
.personal-wc-tool:before {
content: "\f14d";
}
.personal-wc-tool-1:before {
content: "\f14e";
}
.personal-wc-tool-2:before {
content: "\f14f";
}
.personal-wc-tools:before {
content: "\f150";
}
.personal-wc-women:before {
content: "\f151";
}
| 0.328099 | 0.139719 |
html{ font-size: 100%; height: 100%; overflow-x: hidden; touch-action: manipulation; }
body{ font-size: 15px; font-family: 'Roboto', sans-serif; width: 100%; height: 100%; margin: 0; font-weight: 300;
-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word;
background: #EDF3F3; color: #000; }
h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img{ margin: 0; padding: 0; font-weight: 300; }
h1,h2,h3,h4,h5,h6{ line-height: 1.5; }
p{ line-height: 1.6; font-family: 'Maven Pro', sans-serif; font-weight: 400; color: #444; }
h1{ font-size: 4em; line-height: 1; }
h2{ font-size: 2.8em; line-height: 1.1; }
h3{ font-size: 2em; }
h4{ font-size: 1.2em; }
h5{ font-size: 1.1em; }
h6{ font-size: .9em; letter-spacing: 1px; }
a, button{ display: inline-block; text-decoration: none; color: inherit; transition: all .3s; }
a:focus, a:active, a:hover,
button:focus, button:active, button:hover{ text-decoration: none; color: #498BF9; }
b{ font-weight: 500; }
img{ width: 100%; }
li{ list-style: none; display: inline-block; }
span{ display: inline-block; }
header{ font-weight: 400; }
/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */
.section{ padding: 70px 0 40px; }
.section .heading{ padding-bottom: 70px; }
.center-text{ text-align: center; }
.color-white{ color: #fff; }
.display-table{ display: table; height: 100%; width: 100%; }
.display-table-cell{ display: table-cell; vertical-align: middle; }
.card{ background: transparent; border: 0; }
.no-side-padding{ padding-right: 0px; padding-left: 0px; }
.no-left-padding{ padding-left: 0px; }
.no-right-padding{ padding-right: 0px; }
.icon{ font-size: 2em; }
::-webkit-input-placeholder { font-size: .9em; letter-spacing: 1px; }
::-moz-placeholder { font-size: .9em; letter-spacing: 1px; }
:-ms-input-placeholder { font-size: .9em; letter-spacing: 1px; }
:-moz-placeholder { font-size: .9em; letter-spacing: 1px; }
/* ---------------------------------
3. MENU
--------------------------------- */
header{ overflow: hidden; background: #fff; box-shadow: 0px 2px 10px rgba(0,0,0, .3); }
header .logo{ float: left; height: 20px; margin: 20px 30px; }
header .logo img{ height: 100%; width: auto; }
header .main-menu{ display: inline-block; float: left; }
header .main-menu > li{ float: left; }
header .main-menu > li > a{ height: 60px; line-height: 60px; padding: 0 25px; border-right: 1px solid #eee; }
header .main-menu > li > a:hover{ background: #eee; }
header .main-menu > li:first-child > a{ border-left: 1px solid #eee; }
header .visible.main-menu{ display: block; }
/* SEARCH AREA */
header .src-area{ position: relative; height: 60px; width: 50%; float: right; display: inline-block; background: #F5F7F6; }
header .src-area .src-input{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%;
padding: 0 20px 0 70px; background: transparent; border: 0; outline: 0; }
header .src-area .src-input:focus{ box-shadow: 0px 0px 1px #aaa; }
header .src-area .src-btn{ position: absolute; top: 0; bottom: 0; left: 0; width: 40px; background: none; border: 0;
font-size: 1.2em; outline: 0; margin-left: 20px; opacity: .6; cursor: pointer; z-index: 10; }
/* NAV ICON */
.menu-nav-icon{ display: none; height: 60px; width: 50px; text-align: center; line-height: 60px; cursor: pointer;
position: absolute; right: 0; font-size: 1.8em; }
.content-area-section {
background: #FEF4E5;
overflow: hidden;
}
.main_row {
background-color:rgb(250, 223, 182) ;
margin-bottom: 10px;
}
.left-section{
background-color:rgb(250, 223, 182) ;
margin-top: 20px;
border-right:10px solid #FEF4E5 ;
}
.left-section h4{ color:rgb(173, 115, 7); font-size: 20px;}
.left-section p {font-size:16px;line-height:2rem;}
.right-section {
background-color:rgb(250, 223, 182) ;
margin-top: 20px;
}
.right-section h4 {
color:rgb(173, 115, 7) ;font-size: 20px;
}
.right-section p { font-size:16px;line-height: 2rem;}
.big_video_area {
height:auto;
width:100%;
margin-bottom:30px;
}
.video-icon{
margin:7px;
float: right;
margin-top:-36px;
font-size: 22px;
color:rgb(20, 87, 72);
}
h4 { margin-top:10px; margin-bottom: 10px;}
.small_video_area {
float: left;
min-height: 300px;
width:40%;
margin: 10px;
margin-top:0px;
margin-right:30px;
}
.small-video-icon{
float:right;
margin:5px;
font-size: 18px;
margin-top:-28px;
color:rgb(20, 87, 72)
}
.latest-post-img-container {
height: auto;
width: 100%;
margin-bottom:20 px ;
}
.latest-post-img {
height:240px;
width:100%;
border-radius:10px;
margin-bottom:10px;
background:rgba(177, 177, 136, 0.267);
}
.random-post-container{
height: auto;
width:100% ;
}
.random-post {
float: left;
margin: 20px;
margin-left:0px;
margin-right:40px;
min-height: 300px;
width:40%;
}
.random-post-img{
height:140px;
width:100%;
border-radius:5px;
background:rgba(177, 177, 136, 0.267);
}
.card-header { background:rgb(248, 190, 83);}
.card-footer {
margin-top:20px;overflow: hidden;
background:rgb(240, 183, 79);
}
.card-footer a{ margin-right:10px;}
.footer-section{ overflow: hidden;}
.footer h4 {font-size:20px;font-style:italic;
font-family:Arial, Helvetica, sans-serif; margin-top:80px;}
|
public/site/css/styles.css
|
html{ font-size: 100%; height: 100%; overflow-x: hidden; touch-action: manipulation; }
body{ font-size: 15px; font-family: 'Roboto', sans-serif; width: 100%; height: 100%; margin: 0; font-weight: 300;
-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word;
background: #EDF3F3; color: #000; }
h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img{ margin: 0; padding: 0; font-weight: 300; }
h1,h2,h3,h4,h5,h6{ line-height: 1.5; }
p{ line-height: 1.6; font-family: 'Maven Pro', sans-serif; font-weight: 400; color: #444; }
h1{ font-size: 4em; line-height: 1; }
h2{ font-size: 2.8em; line-height: 1.1; }
h3{ font-size: 2em; }
h4{ font-size: 1.2em; }
h5{ font-size: 1.1em; }
h6{ font-size: .9em; letter-spacing: 1px; }
a, button{ display: inline-block; text-decoration: none; color: inherit; transition: all .3s; }
a:focus, a:active, a:hover,
button:focus, button:active, button:hover{ text-decoration: none; color: #498BF9; }
b{ font-weight: 500; }
img{ width: 100%; }
li{ list-style: none; display: inline-block; }
span{ display: inline-block; }
header{ font-weight: 400; }
/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */
.section{ padding: 70px 0 40px; }
.section .heading{ padding-bottom: 70px; }
.center-text{ text-align: center; }
.color-white{ color: #fff; }
.display-table{ display: table; height: 100%; width: 100%; }
.display-table-cell{ display: table-cell; vertical-align: middle; }
.card{ background: transparent; border: 0; }
.no-side-padding{ padding-right: 0px; padding-left: 0px; }
.no-left-padding{ padding-left: 0px; }
.no-right-padding{ padding-right: 0px; }
.icon{ font-size: 2em; }
::-webkit-input-placeholder { font-size: .9em; letter-spacing: 1px; }
::-moz-placeholder { font-size: .9em; letter-spacing: 1px; }
:-ms-input-placeholder { font-size: .9em; letter-spacing: 1px; }
:-moz-placeholder { font-size: .9em; letter-spacing: 1px; }
/* ---------------------------------
3. MENU
--------------------------------- */
header{ overflow: hidden; background: #fff; box-shadow: 0px 2px 10px rgba(0,0,0, .3); }
header .logo{ float: left; height: 20px; margin: 20px 30px; }
header .logo img{ height: 100%; width: auto; }
header .main-menu{ display: inline-block; float: left; }
header .main-menu > li{ float: left; }
header .main-menu > li > a{ height: 60px; line-height: 60px; padding: 0 25px; border-right: 1px solid #eee; }
header .main-menu > li > a:hover{ background: #eee; }
header .main-menu > li:first-child > a{ border-left: 1px solid #eee; }
header .visible.main-menu{ display: block; }
/* SEARCH AREA */
header .src-area{ position: relative; height: 60px; width: 50%; float: right; display: inline-block; background: #F5F7F6; }
header .src-area .src-input{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%;
padding: 0 20px 0 70px; background: transparent; border: 0; outline: 0; }
header .src-area .src-input:focus{ box-shadow: 0px 0px 1px #aaa; }
header .src-area .src-btn{ position: absolute; top: 0; bottom: 0; left: 0; width: 40px; background: none; border: 0;
font-size: 1.2em; outline: 0; margin-left: 20px; opacity: .6; cursor: pointer; z-index: 10; }
/* NAV ICON */
.menu-nav-icon{ display: none; height: 60px; width: 50px; text-align: center; line-height: 60px; cursor: pointer;
position: absolute; right: 0; font-size: 1.8em; }
.content-area-section {
background: #FEF4E5;
overflow: hidden;
}
.main_row {
background-color:rgb(250, 223, 182) ;
margin-bottom: 10px;
}
.left-section{
background-color:rgb(250, 223, 182) ;
margin-top: 20px;
border-right:10px solid #FEF4E5 ;
}
.left-section h4{ color:rgb(173, 115, 7); font-size: 20px;}
.left-section p {font-size:16px;line-height:2rem;}
.right-section {
background-color:rgb(250, 223, 182) ;
margin-top: 20px;
}
.right-section h4 {
color:rgb(173, 115, 7) ;font-size: 20px;
}
.right-section p { font-size:16px;line-height: 2rem;}
.big_video_area {
height:auto;
width:100%;
margin-bottom:30px;
}
.video-icon{
margin:7px;
float: right;
margin-top:-36px;
font-size: 22px;
color:rgb(20, 87, 72);
}
h4 { margin-top:10px; margin-bottom: 10px;}
.small_video_area {
float: left;
min-height: 300px;
width:40%;
margin: 10px;
margin-top:0px;
margin-right:30px;
}
.small-video-icon{
float:right;
margin:5px;
font-size: 18px;
margin-top:-28px;
color:rgb(20, 87, 72)
}
.latest-post-img-container {
height: auto;
width: 100%;
margin-bottom:20 px ;
}
.latest-post-img {
height:240px;
width:100%;
border-radius:10px;
margin-bottom:10px;
background:rgba(177, 177, 136, 0.267);
}
.random-post-container{
height: auto;
width:100% ;
}
.random-post {
float: left;
margin: 20px;
margin-left:0px;
margin-right:40px;
min-height: 300px;
width:40%;
}
.random-post-img{
height:140px;
width:100%;
border-radius:5px;
background:rgba(177, 177, 136, 0.267);
}
.card-header { background:rgb(248, 190, 83);}
.card-footer {
margin-top:20px;overflow: hidden;
background:rgb(240, 183, 79);
}
.card-footer a{ margin-right:10px;}
.footer-section{ overflow: hidden;}
.footer h4 {font-size:20px;font-style:italic;
font-family:Arial, Helvetica, sans-serif; margin-top:80px;}
| 0.391871 | 0.114393 |
.sp-shop-alignment-left ul.products li.product {
text-align: left; }
.sp-shop-alignment-left ul.products li.product .star-rating,
.sp-shop-alignment-left ul.products li.product img {
margin-left: 0; }
.sp-shop-alignment-right ul.products li.product {
text-align: right; }
.sp-shop-alignment-right ul.products li.product .star-rating,
.sp-shop-alignment-right ul.products li.product img {
margin-right: 0; }
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg); }
to {
-webkit-transform: rotate(360deg); } }
@keyframes spin {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
.jscroll-added .storefront-sorting {
display: none; }
.sp-loader {
position: relative;
height: 1em;
font-size: 2.244em; }
.sp-loader:before {
content: "\f110";
font-family: "FontAwesome";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 1;
text-align: center;
-webkit-animation: spin linear 1s infinite;
animation: spin linear 1s infinite; }
.sp-section-description {
text-align: center; }
@media screen and (min-width: 768px) {
.single-product.sp-product-gallery-hidden div.product .summary,
.single-product.sp-product-gallery-hidden.storefront-full-width-content div.product .summary {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; }
.single-product.sp-product-gallery-stacked div.product .images,
.single-product.sp-product-gallery-stacked div.product .summary,
.single-product.sp-product-gallery-stacked.storefront-full-width-content div.product .images,
.single-product.sp-product-gallery-stacked.storefront-full-width-content div.product .summary {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; }
.single-product.sp-product-gallery-stacked div.product .images .thumbnails a.zoom {
width: 29.4117647059%;
float: left;
margin-right: 5.8823529412%;
margin-right: 5.8823529412%; }
.single-product.sp-product-gallery-stacked.storefront-full-width-content div.product .images .thumbnails a.zoom {
width: 13.0434782609%;
float: left;
margin-right: 4.347826087%;
margin-right: 4.347826087%; }
.site-branding::after,
.site-search::after,
.main-navigation::after,
.secondary-navigation::after,
.site-header-cart::after {
clear: both;
content: "";
display: table; } }
|
web/app/plugins/storefront-powerpack/assets/css/style.css
|
.sp-shop-alignment-left ul.products li.product {
text-align: left; }
.sp-shop-alignment-left ul.products li.product .star-rating,
.sp-shop-alignment-left ul.products li.product img {
margin-left: 0; }
.sp-shop-alignment-right ul.products li.product {
text-align: right; }
.sp-shop-alignment-right ul.products li.product .star-rating,
.sp-shop-alignment-right ul.products li.product img {
margin-right: 0; }
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg); }
to {
-webkit-transform: rotate(360deg); } }
@keyframes spin {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
.jscroll-added .storefront-sorting {
display: none; }
.sp-loader {
position: relative;
height: 1em;
font-size: 2.244em; }
.sp-loader:before {
content: "\f110";
font-family: "FontAwesome";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 1;
text-align: center;
-webkit-animation: spin linear 1s infinite;
animation: spin linear 1s infinite; }
.sp-section-description {
text-align: center; }
@media screen and (min-width: 768px) {
.single-product.sp-product-gallery-hidden div.product .summary,
.single-product.sp-product-gallery-hidden.storefront-full-width-content div.product .summary {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; }
.single-product.sp-product-gallery-stacked div.product .images,
.single-product.sp-product-gallery-stacked div.product .summary,
.single-product.sp-product-gallery-stacked.storefront-full-width-content div.product .images,
.single-product.sp-product-gallery-stacked.storefront-full-width-content div.product .summary {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; }
.single-product.sp-product-gallery-stacked div.product .images .thumbnails a.zoom {
width: 29.4117647059%;
float: left;
margin-right: 5.8823529412%;
margin-right: 5.8823529412%; }
.single-product.sp-product-gallery-stacked.storefront-full-width-content div.product .images .thumbnails a.zoom {
width: 13.0434782609%;
float: left;
margin-right: 4.347826087%;
margin-right: 4.347826087%; }
.site-branding::after,
.site-search::after,
.main-navigation::after,
.secondary-navigation::after,
.site-header-cart::after {
clear: both;
content: "";
display: table; } }
| 0.554712 | 0.133952 |
#DetailTop { /* Product Name or Page Title container */
clear: both;
float: left;
margin: 8px 0 3px 0;
padding: 0;
width: 867px;
}
#DetailTop h1 { /* Product Name or Page Title */
color: #000000;
float: left;
font-size: 1.8em;
font-weight: normal;
height: 1.6em;
line-height: 1.6em;
margin: 0;
padding: 0 0 0 10px;
width: 857px;
}
.strong { font-weight: 600;}
.noBold { font-weight: 400; }
.shareIt {
float: right;
margin: -40px 5px 0 0;
}
.shareIt p {
float: left;
color: #f36f31;
padding: 0 6px 0 0;
font-weight: bolder;
}
.shareIt div {
float: left;
padding: 0 2px;
}
.rightForMe {
float: right;
margin: -5px 5px 0 0;
padding: 0 0 0 35px;
background: transparent url(../images/comparePage/icos/virtual-assistant-help-icon.png) no-repeat 0 0;
}
.rightForMe p {
font-size: 1.1em;
font-weight: bolder;
}
.rightForMe a {
font-size: .9em;
font-weight: bold;
color: #107faa;
}
.productTitleHeader {
height: 200px;
left: auto;
margin-left: 0;
background: transparent url(../images/comparePage/bgs/man-with-phone.png) no-repeat 0 100%;
}
.productTitleHeader p {
padding: 40px 0 0 150px;
}
.orangeText {
color: darkorange;
font-size: 136%;
}
.productTitle {
padding: 50px 0 10px 70px;
background: transparent url(../images/comparePage/icos/icon-prod-basic.png) no-repeat 10% 80%;
}
.mostPopRibbon {
width: 100%;
height: 37px;
background: #7a0001 url(../images/comparePage/bgs/most-pop-bckgnd.gif) no-repeat 100% 0;
}
.mostPopRibbon p {
color: #ffffff;
padding: 10px 0 0 5px;
}
.productTitleMostPop {
padding: 12px 0 10px 70px;
background: transparent url(../images/comparePage/icos/icon-prod-ultimate.png) no-repeat 0 80%;
}
.popRibbon {
height: 37px;
}
.popRibbon p {
color: #ffffff;
padding: 10px 0 0 5px;
}
sup, sub { line-height:0; vertical-align: super; font-size: 0.65em;}
.featureHeader:hover { cursor: pointer; }
/* ############ DetailMiddle ############ */
/* !!!!! Pop Layers !!!!! */
.hideElement { display: none; }
.helptext { position: static; width: 97%; font-size: 80%; margin: 6px 0; padding: 0 5px; z-index: 1000; border: 1px solid #898989; }
a.help { font-size: 100%; position: relative; /* need this position for Overlay filter activate on IE6 */ }
a.help:focus, a.help:active { border: none; outline: none; }
div#popbox { }
div#popbox img { border: 0; }
div#popbox a.close { position: absolute; top: 3px; right: 3px; text-decoration: none; }
div#popbox h3 { color: #000; font-size: 1.0em; }
div#popbox p { font-size: 0.8em; }
.popleft, .popright { position: absolute; z-index: 1000; width: 280px; margin: 0; border-style: solid; border-color: #ffa90e #666 #666 #ffa90e; border-width: 1px 2px 2px 1px; padding: 12px 20px; background: #fff6a7; font-size: 90%; }
.popleft { margin-left: -320px; }
#compareProductsPageContent {
clear: both;
margin: 0 0 15px 0;
padding: 5px 0 0 0;
}
#compareProductsTabs {
font-weight: bold;
float: left;
margin: 0 0 0 5px;
padding: 0 0 0 0px;
}
.activeTabMonitoring, .activeTabReporting {
background: transparent url(../images/comparePage/bgs/bg_compareProducts_tab_active_center2011.gif) repeat-x;
color: #000;
float: left;
margin: 0px 4px 0px 4px;
padding: 13px 40px 12px 40px;
}
.activeTabMonitoring a, .activeTabReporting a { text-decoration: none; cursor: hand; }
html>body .activeTabMonitoring, .activeTabReporting {
margin: 0px 6px 0px 6px;
}
.activeTabLeftMonitoring, .activeTabLeftReporting {
background: transparent url(../images/comparePage/bgs/bg_compareProducts_tab_active_left2011.gif) no-repeat top left;
float: left;
margin-left: 5px;
}
.activeTabRightMonitoring, .activeTabRightReporting {
background: transparent url(../images/comparePage/bgs/bg_compareProducts_tab_active_right2011.gif) no-repeat top right;
float: left;
}
.inactiveTabMonitoring, .inactiveTabReporting {
background: transparent url(../images/comparePage/bgs/bg_compareProducts_tab_inactive_center2011.gif) repeat-x;
color: #000000;
font-size: 0.9em;
float: left;
margin: 0px 4px;
padding: 6px 40px 7px 40px;
}
.inactiveTabMonitoring a, .inactiveTabReporting a { text-decoration: none; cursor: hand; color: #ffffff; }
.inactiveTabMonitoring a:hover, .inactiveTabReporting a { color: #ffffff; }
.activeTabMonitoring a:hover, .activeTabReporting a:hover { color: #002157; }
html>body .inactiveTabMonitoring, .inactiveTabReporting {
margin: 0px 6px 0px 6px;
}
.inactiveTabLeftMonitoring, .inactiveTabLeftReporting {
background: transparent url(../images/comparePage/bgs/bg_compareProducts_tab_inactive_left2011.gif) no-repeat top left;
float: left;
margin: 5px 5px 0px 5px;
}
.inactiveTabRightMonitoring, .inactiveTabRightReporting {
background: transparent url(../images/comparePage/bgs/bg_compareProducts_tab_inactive_right2011.gif) no-repeat top right;
float: left;
}
.compareProductsContainerTop, .compareProductsContainerMiddle, .compareProductsContainerBottom {
float: left;
width: 887px;
}
.compareProductsContainerTop {
background: transparent url(../images/comparePage/bgs/bg_compareProductsContainer_top2011.gif) no-repeat 0px 35px;
}
.compareProductsContainerBottom {
background: transparent;
}
.compareProductsContainerMiddle {
background: transparent;
}
table.compareProducts {
clear: both;
font-size: 0.8em;
margin: 10px 5px 10px 5px;
width: 862px;
}
table.compareProducts th {
padding-bottom: 0px;
text-align: left;
border-left: solid 1px #e0e0e0;
}
table.compareProducts th.buttons {
padding-bottom: 5px;
}
table.compareProducts th.tableDescription {
width: 41%;
border-left: none;
font-weight: normal;
}
table.compareProducts th a {
font-weight: bold;
}
table.compareProducts th p.tableHeaderText {
clear: both;
display: block;
font-weight: normal;
}
table.compareProducts th span.tableHeaderOffer {
clear: both;
display: block;
}
table.compareProducts tr.bottomBorder td {
border-bottom: dotted 2px #e0e0e0;
}
table.compareProducts tr td {
height: 35px;
text-align: center;
border-left: solid 1px #e0e0e0;
}
table.compareProducts tr td.noLeftBorder {
border-left: none;
}
table.compareProducts tr td.headline div.headline {
border: none;
text-align: left;
background: #556b83;
}
table.compareProducts tr td.headline div.headline p {
color: #ffffff;
font-weight:bold;
padding: 5px 0 5px 10px;
}
table.compareProducts tr td.headline div.headline span.clicker {
padding: 0 5px 0 0;
float: right;
}
table.compareProducts tr td.headline div.headline span.clicker:hover {
color:#FC6;
}
table.compareProducts tr td.headline div.mostPopProduct {
border :none;
background: #7a0001;
}
table.compareProducts tr td.headline div.mostPopProduct p {
padding: 5px 0 5px 0;
}
table.compareProducts tr td.headline div.allOtherProd {
border:none;
background:#c1cbd5;
}
table.compareProducts tr td.headline div.allOtherProd p {
padding: 5px 0 5px 0;
}
table.compareProducts tr td.feature {
width: 20%;
text-align: left;
padding: 0 0 0 10px;
}
table.compareProducts tr td.feature span.featureNote {
font-size:0.7em;
font-style:italic;
}
table.compareProducts tr td.help {
border-left: none;
vertical-align: middle;
width: 21px;
}
table.compareProducts tr td.help a {
float: left;
}
.alignBottom {
vertical-align: bottom;
}
.productPrice {
padding: 0 0 5px 0;
}
.productPrice p {
font-size: 1.5em;
padding: 5px 0 0 3px;
}
.Button { /* button*/
background: #f26522 url(../images/btns/btn-orange-middle.png) repeat-x 0 0;
/* background: #f26522 url(../images/comparePage/btns/btn-orange-middle.png) repeat-x 0 0; */
float: left;
margin: 0;
padding: 0;
width: auto;
}
.ButtonCenter {
float: left;
margin: 8px 0 0 35px;
}
.ButtonLeft {
background: transparent url(../images/btns/btn-orange-left.png) no-repeat 0 0;
/* background: transparent url(../images/comparePage/btns/btn-orange-left.png) no-repeat 0 0; */
float: left;
padding: 0 0 0 15px;
}
.ButtonRight {
background: transparent url(../images/btns/btn-orange-right.png) no-repeat right top;
/* background: transparent url(../images/comparePage/btns/btn-orange-right.png) no-repeat right top; */
float: left;
padding-right: 15px;
}
.Button a:link, .Button a:visited, .Button a:hover {
color: #fff;
float: left;
font:bold 1.050em/2.020em Arial,Helvetica,sans-serif;
margin: 0;
padding: 2px 10px 0px 8px;
text-decoration: none;
}
.right {
float: right;
}
.companyName { color: #790000; }
.experian { color: #0076a3; }
.transunion { color: #598527; }
/* STAY INFORMED CSS */
#StayInformed { /* four boxes to present up to four highlighted products */
background: #d6dbe1;
clear: both;
float: left;
margin: 5px 0 15px 0;
padding: 0;
width: 99%;
}
#StayInformed h3 {
border: none;
clear: both;
color: #000;
float: left;
font-size: 1.0em;
margin: 3px 0 0 5px;
padding: 6px 20px 8px 5px;
}
#StayInformed h3 span {
color: #69737f;
display: block;
font-size: .75em;
}
#newsletterForm {
font-size: 1em;
margin: 0;
padding: 0;
}
#newsletterNameDiv, #newsletterEmailAddressDiv {
float: left;
padding: 20px 10px 3px 5px;
}
#newsletterForm label {
color: #69737f;
font-size: .75em;
}
#newsletterForm input {
font-size: .9em;
}
#newsletterSubmitDiv #newsletterSubmit {
background: none;
border: none;
color: #0e5fd8;
cursor: pointer;
font-size: .85em;
text-decoration: underline;
padding: 21px 0 0 18px;
background: url(../images/comparePage/arrows/arrow-secondary-bullet.png) no-repeat 17% 95%;
}
/*-- end Stay Informed --*/
/* !!!!! DETAIL BOTTOM CSS !!!!! */
#DetailBottom { /* container for DetailBottom that holds AdSense and Disclaimer */
clear: both;
margin: 5px 0 5px 0;
padding: 0;
width: 867px;
}
#DetailBottom p {
margin: 0 0 5px 10px;
}
#DetailBottom .Disclaimer p{ /* disclaimer statement in the white canvas */
background-color: #fff;
color: #000;
font: 0.69em Arial, Helvetica, sans-serif;
}
/* ############ END CSS ############ */
|
examples/prod-detail/css/CompareProducts2011.css
|
#DetailTop { /* Product Name or Page Title container */
clear: both;
float: left;
margin: 8px 0 3px 0;
padding: 0;
width: 867px;
}
#DetailTop h1 { /* Product Name or Page Title */
color: #000000;
float: left;
font-size: 1.8em;
font-weight: normal;
height: 1.6em;
line-height: 1.6em;
margin: 0;
padding: 0 0 0 10px;
width: 857px;
}
.strong { font-weight: 600;}
.noBold { font-weight: 400; }
.shareIt {
float: right;
margin: -40px 5px 0 0;
}
.shareIt p {
float: left;
color: #f36f31;
padding: 0 6px 0 0;
font-weight: bolder;
}
.shareIt div {
float: left;
padding: 0 2px;
}
.rightForMe {
float: right;
margin: -5px 5px 0 0;
padding: 0 0 0 35px;
background: transparent url(../images/comparePage/icos/virtual-assistant-help-icon.png) no-repeat 0 0;
}
.rightForMe p {
font-size: 1.1em;
font-weight: bolder;
}
.rightForMe a {
font-size: .9em;
font-weight: bold;
color: #107faa;
}
.productTitleHeader {
height: 200px;
left: auto;
margin-left: 0;
background: transparent url(../images/comparePage/bgs/man-with-phone.png) no-repeat 0 100%;
}
.productTitleHeader p {
padding: 40px 0 0 150px;
}
.orangeText {
color: darkorange;
font-size: 136%;
}
.productTitle {
padding: 50px 0 10px 70px;
background: transparent url(../images/comparePage/icos/icon-prod-basic.png) no-repeat 10% 80%;
}
.mostPopRibbon {
width: 100%;
height: 37px;
background: #7a0001 url(../images/comparePage/bgs/most-pop-bckgnd.gif) no-repeat 100% 0;
}
.mostPopRibbon p {
color: #ffffff;
padding: 10px 0 0 5px;
}
.productTitleMostPop {
padding: 12px 0 10px 70px;
background: transparent url(../images/comparePage/icos/icon-prod-ultimate.png) no-repeat 0 80%;
}
.popRibbon {
height: 37px;
}
.popRibbon p {
color: #ffffff;
padding: 10px 0 0 5px;
}
sup, sub { line-height:0; vertical-align: super; font-size: 0.65em;}
.featureHeader:hover { cursor: pointer; }
/* ############ DetailMiddle ############ */
/* !!!!! Pop Layers !!!!! */
.hideElement { display: none; }
.helptext { position: static; width: 97%; font-size: 80%; margin: 6px 0; padding: 0 5px; z-index: 1000; border: 1px solid #898989; }
a.help { font-size: 100%; position: relative; /* need this position for Overlay filter activate on IE6 */ }
a.help:focus, a.help:active { border: none; outline: none; }
div#popbox { }
div#popbox img { border: 0; }
div#popbox a.close { position: absolute; top: 3px; right: 3px; text-decoration: none; }
div#popbox h3 { color: #000; font-size: 1.0em; }
div#popbox p { font-size: 0.8em; }
.popleft, .popright { position: absolute; z-index: 1000; width: 280px; margin: 0; border-style: solid; border-color: #ffa90e #666 #666 #ffa90e; border-width: 1px 2px 2px 1px; padding: 12px 20px; background: #fff6a7; font-size: 90%; }
.popleft { margin-left: -320px; }
#compareProductsPageContent {
clear: both;
margin: 0 0 15px 0;
padding: 5px 0 0 0;
}
#compareProductsTabs {
font-weight: bold;
float: left;
margin: 0 0 0 5px;
padding: 0 0 0 0px;
}
.activeTabMonitoring, .activeTabReporting {
background: transparent url(../images/comparePage/bgs/bg_compareProducts_tab_active_center2011.gif) repeat-x;
color: #000;
float: left;
margin: 0px 4px 0px 4px;
padding: 13px 40px 12px 40px;
}
.activeTabMonitoring a, .activeTabReporting a { text-decoration: none; cursor: hand; }
html>body .activeTabMonitoring, .activeTabReporting {
margin: 0px 6px 0px 6px;
}
.activeTabLeftMonitoring, .activeTabLeftReporting {
background: transparent url(../images/comparePage/bgs/bg_compareProducts_tab_active_left2011.gif) no-repeat top left;
float: left;
margin-left: 5px;
}
.activeTabRightMonitoring, .activeTabRightReporting {
background: transparent url(../images/comparePage/bgs/bg_compareProducts_tab_active_right2011.gif) no-repeat top right;
float: left;
}
.inactiveTabMonitoring, .inactiveTabReporting {
background: transparent url(../images/comparePage/bgs/bg_compareProducts_tab_inactive_center2011.gif) repeat-x;
color: #000000;
font-size: 0.9em;
float: left;
margin: 0px 4px;
padding: 6px 40px 7px 40px;
}
.inactiveTabMonitoring a, .inactiveTabReporting a { text-decoration: none; cursor: hand; color: #ffffff; }
.inactiveTabMonitoring a:hover, .inactiveTabReporting a { color: #ffffff; }
.activeTabMonitoring a:hover, .activeTabReporting a:hover { color: #002157; }
html>body .inactiveTabMonitoring, .inactiveTabReporting {
margin: 0px 6px 0px 6px;
}
.inactiveTabLeftMonitoring, .inactiveTabLeftReporting {
background: transparent url(../images/comparePage/bgs/bg_compareProducts_tab_inactive_left2011.gif) no-repeat top left;
float: left;
margin: 5px 5px 0px 5px;
}
.inactiveTabRightMonitoring, .inactiveTabRightReporting {
background: transparent url(../images/comparePage/bgs/bg_compareProducts_tab_inactive_right2011.gif) no-repeat top right;
float: left;
}
.compareProductsContainerTop, .compareProductsContainerMiddle, .compareProductsContainerBottom {
float: left;
width: 887px;
}
.compareProductsContainerTop {
background: transparent url(../images/comparePage/bgs/bg_compareProductsContainer_top2011.gif) no-repeat 0px 35px;
}
.compareProductsContainerBottom {
background: transparent;
}
.compareProductsContainerMiddle {
background: transparent;
}
table.compareProducts {
clear: both;
font-size: 0.8em;
margin: 10px 5px 10px 5px;
width: 862px;
}
table.compareProducts th {
padding-bottom: 0px;
text-align: left;
border-left: solid 1px #e0e0e0;
}
table.compareProducts th.buttons {
padding-bottom: 5px;
}
table.compareProducts th.tableDescription {
width: 41%;
border-left: none;
font-weight: normal;
}
table.compareProducts th a {
font-weight: bold;
}
table.compareProducts th p.tableHeaderText {
clear: both;
display: block;
font-weight: normal;
}
table.compareProducts th span.tableHeaderOffer {
clear: both;
display: block;
}
table.compareProducts tr.bottomBorder td {
border-bottom: dotted 2px #e0e0e0;
}
table.compareProducts tr td {
height: 35px;
text-align: center;
border-left: solid 1px #e0e0e0;
}
table.compareProducts tr td.noLeftBorder {
border-left: none;
}
table.compareProducts tr td.headline div.headline {
border: none;
text-align: left;
background: #556b83;
}
table.compareProducts tr td.headline div.headline p {
color: #ffffff;
font-weight:bold;
padding: 5px 0 5px 10px;
}
table.compareProducts tr td.headline div.headline span.clicker {
padding: 0 5px 0 0;
float: right;
}
table.compareProducts tr td.headline div.headline span.clicker:hover {
color:#FC6;
}
table.compareProducts tr td.headline div.mostPopProduct {
border :none;
background: #7a0001;
}
table.compareProducts tr td.headline div.mostPopProduct p {
padding: 5px 0 5px 0;
}
table.compareProducts tr td.headline div.allOtherProd {
border:none;
background:#c1cbd5;
}
table.compareProducts tr td.headline div.allOtherProd p {
padding: 5px 0 5px 0;
}
table.compareProducts tr td.feature {
width: 20%;
text-align: left;
padding: 0 0 0 10px;
}
table.compareProducts tr td.feature span.featureNote {
font-size:0.7em;
font-style:italic;
}
table.compareProducts tr td.help {
border-left: none;
vertical-align: middle;
width: 21px;
}
table.compareProducts tr td.help a {
float: left;
}
.alignBottom {
vertical-align: bottom;
}
.productPrice {
padding: 0 0 5px 0;
}
.productPrice p {
font-size: 1.5em;
padding: 5px 0 0 3px;
}
.Button { /* button*/
background: #f26522 url(../images/btns/btn-orange-middle.png) repeat-x 0 0;
/* background: #f26522 url(../images/comparePage/btns/btn-orange-middle.png) repeat-x 0 0; */
float: left;
margin: 0;
padding: 0;
width: auto;
}
.ButtonCenter {
float: left;
margin: 8px 0 0 35px;
}
.ButtonLeft {
background: transparent url(../images/btns/btn-orange-left.png) no-repeat 0 0;
/* background: transparent url(../images/comparePage/btns/btn-orange-left.png) no-repeat 0 0; */
float: left;
padding: 0 0 0 15px;
}
.ButtonRight {
background: transparent url(../images/btns/btn-orange-right.png) no-repeat right top;
/* background: transparent url(../images/comparePage/btns/btn-orange-right.png) no-repeat right top; */
float: left;
padding-right: 15px;
}
.Button a:link, .Button a:visited, .Button a:hover {
color: #fff;
float: left;
font:bold 1.050em/2.020em Arial,Helvetica,sans-serif;
margin: 0;
padding: 2px 10px 0px 8px;
text-decoration: none;
}
.right {
float: right;
}
.companyName { color: #790000; }
.experian { color: #0076a3; }
.transunion { color: #598527; }
/* STAY INFORMED CSS */
#StayInformed { /* four boxes to present up to four highlighted products */
background: #d6dbe1;
clear: both;
float: left;
margin: 5px 0 15px 0;
padding: 0;
width: 99%;
}
#StayInformed h3 {
border: none;
clear: both;
color: #000;
float: left;
font-size: 1.0em;
margin: 3px 0 0 5px;
padding: 6px 20px 8px 5px;
}
#StayInformed h3 span {
color: #69737f;
display: block;
font-size: .75em;
}
#newsletterForm {
font-size: 1em;
margin: 0;
padding: 0;
}
#newsletterNameDiv, #newsletterEmailAddressDiv {
float: left;
padding: 20px 10px 3px 5px;
}
#newsletterForm label {
color: #69737f;
font-size: .75em;
}
#newsletterForm input {
font-size: .9em;
}
#newsletterSubmitDiv #newsletterSubmit {
background: none;
border: none;
color: #0e5fd8;
cursor: pointer;
font-size: .85em;
text-decoration: underline;
padding: 21px 0 0 18px;
background: url(../images/comparePage/arrows/arrow-secondary-bullet.png) no-repeat 17% 95%;
}
/*-- end Stay Informed --*/
/* !!!!! DETAIL BOTTOM CSS !!!!! */
#DetailBottom { /* container for DetailBottom that holds AdSense and Disclaimer */
clear: both;
margin: 5px 0 5px 0;
padding: 0;
width: 867px;
}
#DetailBottom p {
margin: 0 0 5px 10px;
}
#DetailBottom .Disclaimer p{ /* disclaimer statement in the white canvas */
background-color: #fff;
color: #000;
font: 0.69em Arial, Helvetica, sans-serif;
}
/* ############ END CSS ############ */
| 0.227641 | 0.123498 |
.cs-Editor {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
background-color: #f9f9f9;
border-radius: 4px;
}
.tox-notifications-container,
.tox-statusbar__text-container {
display: none !important;
}
/* ====================== panel styles ========================== */
.cs-Editor .panel {
position: fixed;
top: 0;
left: -200%;
width: 280px;
height: 100vh;
display: block;
background-color: #4374ff;
z-index: 1050;
box-shadow: 9px 1px 10px #00000026;
padding: 90px 0 0 0;
cursor: auto;
font-family: Montserrat;
transition: ease-in-out 0.4s;
overflow: hidden;
overflow-y: auto;
padding-bottom: 60px;
}
.cs-Editor .panel.out {
left: 0;
}
.cs-Editor .panel .projectsBar {
position: fixed;
top: 50px;
width: 280px;
height: 40px;
display: block;
box-shadow: 0 0 10px 1px rgba(66, 66, 66, 0.418);
line-height: 40px;
cursor: pointer;
font-size: 16px;
text-align: center;
font-weight: 600;
background-color: #111111;
color: white;
}
.cs-Editor .panel .work {
width: calc(100% - 15px);
height: 40px;
display: block;
text-align: left;
padding: 0 0 0 40px;
margin: 7px 0 0 0;
box-shadow: 5px 1px 5px #4040400d, 0 0 10px #ffffff0a;
line-height: 45px;
font-size: 12px;
color: #ffffff;
background-color: #efefef61;
border: 2px white solid;
transition: ease-in-out 0.2s;
cursor: pointer;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
}
.cs-Editor .panel .work:hover {
width: calc(100% - 5px);
}
/* ========================== end =============================== */
.cs-Editor .helper {
position: fixed;
left: 50%;
bottom: 10px;
transform: translateX(-50%);
width: auto;
min-width: fit-content;
height: 40px;
text-transform: capitalize;
display: block;
background-color: black;
z-index: 100000;
cursor: pointer;
transition: ease-in-out 0.4s;
}
.cs-Editor .helper .draws {
width: 100%;
height: 100%;
display: flex;
}
.cs-Editor .helper span {
width: calc(100% / 2);
min-width: fit-content;
padding: 0 10px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: white;
line-height: 40px;
font-family: Montserrat;
font-size: 14px;
}
.cs-Editor .helper span svg {
width: 15px;
height: 15px;
display: flex;
fill: #ffffff;
margin: 0 10px;
transition: ease-in-out 0.2s;
}
.cs-Editor .helper .draws span:hover svg {
width: 20px;
height: 20px;
fill: #ff4d4d;
}
/* ======================= nav styles ========================== */
.cs-Editor nav {
position: fixed;
top: 0em;
left: 0;
width: 100%;
height: 50px;
display: flex;
line-height: 50px;
padding: 0 60px;
font-size: 18px;
font-family: Montserrat;
background-color: #383838;
cursor: auto;
z-index: 10000;
box-shadow: 0px 6px 10px #38383847;
}
.cs-Editor nav .nav-menu {
position: absolute;
left: 10px;
top: 5px;
width: 40px;
height: 40px;
display: block;
background-color: rgba(255, 255, 255, 0);
transition: ease-in-out 0.4s;
border-radius: 50%;
cursor: pointer;
}
.cs-Editor nav .nav-menu:hover,
.cs-Editor nav .nav-menu.active {
background-color: rgba(255, 255, 255, 0.2);
}
.cs-Editor nav .nav-menu svg {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
display: block;
fill: white;
}
.cs-Editor nav .title {
width: 200px;
height: 100%;
display: block;
color: white;
}
.cs-Editor nav .nav-btns {
position: absolute;
right: 0;
width: auto;
height: 100%;
display: flex;
}
.cs-Editor nav .nav-btns .Btn-nav {
margin: 10px 6px;
width: 30px;
min-width: 30px;
height: 30px;
display: flex;
border-radius: 50px;
background-color: #131313;
cursor: pointer;
}
.cs-Editor nav .nav-btns .Btn-nav svg {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 16px;
height: 16px;
fill: #ffffff;
display: block;
}
.tippy-tooltip.navBtns-theme {
background-color: #2d3667;
color: #ffffff;
font-size: 12px !important;
}
.tippy-tooltip.navBtns-theme .tippy-svg-arrow {
fill: #2d3667;
border-width: 3px;
}
/* ======================= end styles ========================== */
.cs-Editor .tabs {
position: fixed;
top: 50px;
left: 0;
display: flex;
background-color: #eeeeee;
width: 100%;
height: 25px;
}
.cs-Editor .tabs .tab {
width: 100%;
height: 100%;
line-height: 25px;
font-size: 12px;
justify-content: center;
display: flex;
font-family: Montserrat;
}
.cs-Editor .tabs .tab p {
font-size: 12px;
}
/* ==================== rules =================== */
.cs-Editor .rules {
position: fixed;
top: 75px;
left: 0px;
width: 20px;
height: 100%;
display: block;
z-index: 1000;
background-color: #eeeeee;
}
.cs-Editor .rules span {
position: relative;
width: 15px;
height: 18px;
display: block;
margin: 1px 0;
}
.cs-Editor .rules span::before {
content: '';
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 90%;
height: 2px;
background-color: #b1b1b1;
}
/* ======================= end ====================== */
/* ==================== planField =================== */
.cs-Editor .planField {
position: absolute;
top: 75px;
right: 0;
width: calc(50% - 10px);
height: calc(100% - 75px);
overflow: hidden;
overflow-y: auto;
font-family: Montserrat;
padding: 20px 30px;
cursor: text;
box-shadow: 0 0 10px #f3f3f3;
font-size: 13px;
}
.cs-Editor .planField div {
font-size: 13px;
line-height: 19px;
}
/* ======================== end ===================== */
/* ==================== QuestionPlan =================== */
.QuestionsPlan {
position: absolute;
top: 75px;
left: 0;
width: calc(50% - 10px);
height: calc(100% - 75px);
overflow: hidden;
overflow-y: auto;
font-family: Montserrat;
padding: 20px 10px 20px 30px;
cursor: text;
box-shadow: 0 0 10px #f3f3f3;
font-size: 13px;
}
.QuestionsPlan .plan {
margin: 0 auto;
width: 100%;
height: auto;
display: block;
min-height: 300px;
padding: 0 10px;
margin: 40px 0;
}
.QuestionsPlan .plan div {
font-size: 13px !important;
}
.QuestionsPlan .plan .question {
position: relative;
width: 100%;
height: auto;
min-height: 100px;
display: block;
margin: 20px 0;
border: 0px black solid;
transition: ease-in-out 0.3s;
box-shadow: 5px 5px 5px #1b1b1b0d, -6px -5px 10px white;
}
.QuestionsPlan .plan .question:hover {
border: 1px black solid;
}
.QuestionsPlan .plan .question::before {
position: absolute;
top: -20px;
left: 10px;
width: 100px;
height: 20px;
content: 'Question';
background-color: #ff4d4d;
border-radius: 5px 5px 0 0;
color: white;
text-align: center;
}
.QuestionsPlan .plan .question .mark {
position: absolute;
top: -20px;
right: 10px;
width: 100px;
height: 20px;
content: 'Question';
background-color: #2d3667;
border-radius: 5px 5px 0 0;
color: white;
text-align: center;
font-size: 13px;
}
.QuestionsPlan .plan .question .mark::before {
content: 'mark: ';
width: fit-content;
height: fit-content;
font-weight: 600;
}
.QuestionsPlan .plan .question .ques,
.QuestionsPlan .plan .solu {
position: relative;
width: 100%;
height: auto;
min-height: 100px;
display: block;
font-size: 13px;
padding: 10px;
}
.QuestionsPlan .plan .solu {
margin: 35px 0 10px 0;
min-height: 50px;
border: 1px black solid;
box-shadow: 5px 5px 5px #1b1b1b0d, -6px -5px 10px white;
}
.QuestionsPlan .plan .solu::before {
position: absolute;
top: -20px;
left: 10px;
width: 100px;
min-width: 100px;
height: 20px;
content: 'Question';
background-color: #57c574;
border-radius: 5px 5px 0 0;
color: white;
text-align: center;
font-size: 13px;
content: 'Solution';
font-weight: 600;
}
.QuestionsPlan .plan .image {
position: relative;
width: 100%;
height: auto;
min-height: 50px;
margin: 0 0 30px 0;
display: block;
}
.QuestionsPlan .plan .image img {
position: relative;
width: 100%;
height: 100%;
min-width: 100%;
min-height: 90px;
max-width: 100%;
max-height: 200px;
display: block;
background-color: transparent;
box-shadow: 5px 5px 5px #1b1b1b0d, -6px -5px 10px white;
border: 1px black solid;
}
.QuestionsPlan .plan .image img::before {
content: '';
background-image: url(../assets/icons/image.svg);
background-position: center;
background-size: cover;
width: 70px;
height: 70px;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.QuestionsPlan .plan .image .imgBtn {
position: absolute;
bottom: -20px;
width: 50%;
left: 50%;
transform: translateX(-50%);
text-align: center;
background-color: #111111;
color: #eeeeee;
padding: 5px;
border-radius: 2px;
font-size: 12px;
text-transform: uppercase;
box-shadow: 0 0 10px #00000057;
cursor: pointer;
}
.QuestionsPlan .plan .ans {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
min-height: 100px;
box-shadow: 5px 5px 5px #a9a9a90d, -6px -5px 10px #ffffff85;
padding: 7px;
cursor: default;
}
.QuestionsPlan .plan .ans .answer {
position: relative;
width: 100%;
height: auto;
/* min-height: 40px; */
border-radius: 10px;
line-height: 20px;
display: block;
padding: 10px 25px;
background-color: transparent;
border: 1px #0000000f solid;
margin: 10px 0;
cursor: text;
transition: ease-in-out 0.4s;
font-size: 13px;
}
.QuestionsPlan .plan .ans .answer span {
background-color: transparent !important;
}
.QuestionsPlan .plan .ans .answer::before {
content: '';
font-size: 14px;
position: absolute;
left: 10px;
top: 15px;
width: 10px;
height: 10px;
background-color: #2929293d;
border-radius: 50%;
}
.QuestionsPlan .plan .ans .answer.correct span {
color: white !important;
}
/* .QuestionsPlan .plan .ans .answer.correct {
background-color: #ff4d4d;
color: white;
} */
.QuestionsPlan .plan .ans .answer.correct::before {
/* border: 1px #ffffff0f solid; */
background-color: #111111;
}
.QuestionsPlan .plan .ans .image_answer {
position: relative;
width: 150px;
height: 100px;
border-radius: 10px;
line-height: 20px;
display: flex;
background-color: transparent;
border: 1px #0000000f solid;
margin: 10px 0;
transition: ease-in-out 0.4s;
font-size: 13px;
margin: 15px;
overflow: hidden;
}
.QuestionsPlan .plan .ans .image_answer input {
position: absolute;
opacity: 0;
}
.QuestionsPlan .plan .ans .image_answer label {
width: 100%;
height: 100%;
display: flex;
flex: 1;
cursor: grab;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.QuestionsPlan .plan .ans .image_answer label:active {
cursor: grabbing;
}
.QuestionsPlan .plan .ans .image_answer .imgLabel {
width: fit-content;
min-width: fit-content;
height: 25px;
color: white;
display: flex;
background-color: #06c;
content: 'Add image';
position: absolute;
top: 0;
left: 0;
cursor: pointer;
padding: 0 5px;
line-height: 25px;
font-size: 12px;
text-transform: capitalize;
user-select: none;
}
.QuestionsPlan .plan .ans .image_answer .imgLabel.correct {
background-color: #57c574;
}
/* ======================= end ====================== */
.delete {
width: 70%;
height: 40px;
display: block;
text-align: center;
font-size: 12px;
line-height: 40px;
margin: 0 auto;
background-color: red;
color: #f3f3f3;
font-weight: 600;
cursor: pointer;
}
|
styles/editor.css
|
.cs-Editor {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
background-color: #f9f9f9;
border-radius: 4px;
}
.tox-notifications-container,
.tox-statusbar__text-container {
display: none !important;
}
/* ====================== panel styles ========================== */
.cs-Editor .panel {
position: fixed;
top: 0;
left: -200%;
width: 280px;
height: 100vh;
display: block;
background-color: #4374ff;
z-index: 1050;
box-shadow: 9px 1px 10px #00000026;
padding: 90px 0 0 0;
cursor: auto;
font-family: Montserrat;
transition: ease-in-out 0.4s;
overflow: hidden;
overflow-y: auto;
padding-bottom: 60px;
}
.cs-Editor .panel.out {
left: 0;
}
.cs-Editor .panel .projectsBar {
position: fixed;
top: 50px;
width: 280px;
height: 40px;
display: block;
box-shadow: 0 0 10px 1px rgba(66, 66, 66, 0.418);
line-height: 40px;
cursor: pointer;
font-size: 16px;
text-align: center;
font-weight: 600;
background-color: #111111;
color: white;
}
.cs-Editor .panel .work {
width: calc(100% - 15px);
height: 40px;
display: block;
text-align: left;
padding: 0 0 0 40px;
margin: 7px 0 0 0;
box-shadow: 5px 1px 5px #4040400d, 0 0 10px #ffffff0a;
line-height: 45px;
font-size: 12px;
color: #ffffff;
background-color: #efefef61;
border: 2px white solid;
transition: ease-in-out 0.2s;
cursor: pointer;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
}
.cs-Editor .panel .work:hover {
width: calc(100% - 5px);
}
/* ========================== end =============================== */
.cs-Editor .helper {
position: fixed;
left: 50%;
bottom: 10px;
transform: translateX(-50%);
width: auto;
min-width: fit-content;
height: 40px;
text-transform: capitalize;
display: block;
background-color: black;
z-index: 100000;
cursor: pointer;
transition: ease-in-out 0.4s;
}
.cs-Editor .helper .draws {
width: 100%;
height: 100%;
display: flex;
}
.cs-Editor .helper span {
width: calc(100% / 2);
min-width: fit-content;
padding: 0 10px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: white;
line-height: 40px;
font-family: Montserrat;
font-size: 14px;
}
.cs-Editor .helper span svg {
width: 15px;
height: 15px;
display: flex;
fill: #ffffff;
margin: 0 10px;
transition: ease-in-out 0.2s;
}
.cs-Editor .helper .draws span:hover svg {
width: 20px;
height: 20px;
fill: #ff4d4d;
}
/* ======================= nav styles ========================== */
.cs-Editor nav {
position: fixed;
top: 0em;
left: 0;
width: 100%;
height: 50px;
display: flex;
line-height: 50px;
padding: 0 60px;
font-size: 18px;
font-family: Montserrat;
background-color: #383838;
cursor: auto;
z-index: 10000;
box-shadow: 0px 6px 10px #38383847;
}
.cs-Editor nav .nav-menu {
position: absolute;
left: 10px;
top: 5px;
width: 40px;
height: 40px;
display: block;
background-color: rgba(255, 255, 255, 0);
transition: ease-in-out 0.4s;
border-radius: 50%;
cursor: pointer;
}
.cs-Editor nav .nav-menu:hover,
.cs-Editor nav .nav-menu.active {
background-color: rgba(255, 255, 255, 0.2);
}
.cs-Editor nav .nav-menu svg {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
display: block;
fill: white;
}
.cs-Editor nav .title {
width: 200px;
height: 100%;
display: block;
color: white;
}
.cs-Editor nav .nav-btns {
position: absolute;
right: 0;
width: auto;
height: 100%;
display: flex;
}
.cs-Editor nav .nav-btns .Btn-nav {
margin: 10px 6px;
width: 30px;
min-width: 30px;
height: 30px;
display: flex;
border-radius: 50px;
background-color: #131313;
cursor: pointer;
}
.cs-Editor nav .nav-btns .Btn-nav svg {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 16px;
height: 16px;
fill: #ffffff;
display: block;
}
.tippy-tooltip.navBtns-theme {
background-color: #2d3667;
color: #ffffff;
font-size: 12px !important;
}
.tippy-tooltip.navBtns-theme .tippy-svg-arrow {
fill: #2d3667;
border-width: 3px;
}
/* ======================= end styles ========================== */
.cs-Editor .tabs {
position: fixed;
top: 50px;
left: 0;
display: flex;
background-color: #eeeeee;
width: 100%;
height: 25px;
}
.cs-Editor .tabs .tab {
width: 100%;
height: 100%;
line-height: 25px;
font-size: 12px;
justify-content: center;
display: flex;
font-family: Montserrat;
}
.cs-Editor .tabs .tab p {
font-size: 12px;
}
/* ==================== rules =================== */
.cs-Editor .rules {
position: fixed;
top: 75px;
left: 0px;
width: 20px;
height: 100%;
display: block;
z-index: 1000;
background-color: #eeeeee;
}
.cs-Editor .rules span {
position: relative;
width: 15px;
height: 18px;
display: block;
margin: 1px 0;
}
.cs-Editor .rules span::before {
content: '';
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 90%;
height: 2px;
background-color: #b1b1b1;
}
/* ======================= end ====================== */
/* ==================== planField =================== */
.cs-Editor .planField {
position: absolute;
top: 75px;
right: 0;
width: calc(50% - 10px);
height: calc(100% - 75px);
overflow: hidden;
overflow-y: auto;
font-family: Montserrat;
padding: 20px 30px;
cursor: text;
box-shadow: 0 0 10px #f3f3f3;
font-size: 13px;
}
.cs-Editor .planField div {
font-size: 13px;
line-height: 19px;
}
/* ======================== end ===================== */
/* ==================== QuestionPlan =================== */
.QuestionsPlan {
position: absolute;
top: 75px;
left: 0;
width: calc(50% - 10px);
height: calc(100% - 75px);
overflow: hidden;
overflow-y: auto;
font-family: Montserrat;
padding: 20px 10px 20px 30px;
cursor: text;
box-shadow: 0 0 10px #f3f3f3;
font-size: 13px;
}
.QuestionsPlan .plan {
margin: 0 auto;
width: 100%;
height: auto;
display: block;
min-height: 300px;
padding: 0 10px;
margin: 40px 0;
}
.QuestionsPlan .plan div {
font-size: 13px !important;
}
.QuestionsPlan .plan .question {
position: relative;
width: 100%;
height: auto;
min-height: 100px;
display: block;
margin: 20px 0;
border: 0px black solid;
transition: ease-in-out 0.3s;
box-shadow: 5px 5px 5px #1b1b1b0d, -6px -5px 10px white;
}
.QuestionsPlan .plan .question:hover {
border: 1px black solid;
}
.QuestionsPlan .plan .question::before {
position: absolute;
top: -20px;
left: 10px;
width: 100px;
height: 20px;
content: 'Question';
background-color: #ff4d4d;
border-radius: 5px 5px 0 0;
color: white;
text-align: center;
}
.QuestionsPlan .plan .question .mark {
position: absolute;
top: -20px;
right: 10px;
width: 100px;
height: 20px;
content: 'Question';
background-color: #2d3667;
border-radius: 5px 5px 0 0;
color: white;
text-align: center;
font-size: 13px;
}
.QuestionsPlan .plan .question .mark::before {
content: 'mark: ';
width: fit-content;
height: fit-content;
font-weight: 600;
}
.QuestionsPlan .plan .question .ques,
.QuestionsPlan .plan .solu {
position: relative;
width: 100%;
height: auto;
min-height: 100px;
display: block;
font-size: 13px;
padding: 10px;
}
.QuestionsPlan .plan .solu {
margin: 35px 0 10px 0;
min-height: 50px;
border: 1px black solid;
box-shadow: 5px 5px 5px #1b1b1b0d, -6px -5px 10px white;
}
.QuestionsPlan .plan .solu::before {
position: absolute;
top: -20px;
left: 10px;
width: 100px;
min-width: 100px;
height: 20px;
content: 'Question';
background-color: #57c574;
border-radius: 5px 5px 0 0;
color: white;
text-align: center;
font-size: 13px;
content: 'Solution';
font-weight: 600;
}
.QuestionsPlan .plan .image {
position: relative;
width: 100%;
height: auto;
min-height: 50px;
margin: 0 0 30px 0;
display: block;
}
.QuestionsPlan .plan .image img {
position: relative;
width: 100%;
height: 100%;
min-width: 100%;
min-height: 90px;
max-width: 100%;
max-height: 200px;
display: block;
background-color: transparent;
box-shadow: 5px 5px 5px #1b1b1b0d, -6px -5px 10px white;
border: 1px black solid;
}
.QuestionsPlan .plan .image img::before {
content: '';
background-image: url(../assets/icons/image.svg);
background-position: center;
background-size: cover;
width: 70px;
height: 70px;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.QuestionsPlan .plan .image .imgBtn {
position: absolute;
bottom: -20px;
width: 50%;
left: 50%;
transform: translateX(-50%);
text-align: center;
background-color: #111111;
color: #eeeeee;
padding: 5px;
border-radius: 2px;
font-size: 12px;
text-transform: uppercase;
box-shadow: 0 0 10px #00000057;
cursor: pointer;
}
.QuestionsPlan .plan .ans {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
min-height: 100px;
box-shadow: 5px 5px 5px #a9a9a90d, -6px -5px 10px #ffffff85;
padding: 7px;
cursor: default;
}
.QuestionsPlan .plan .ans .answer {
position: relative;
width: 100%;
height: auto;
/* min-height: 40px; */
border-radius: 10px;
line-height: 20px;
display: block;
padding: 10px 25px;
background-color: transparent;
border: 1px #0000000f solid;
margin: 10px 0;
cursor: text;
transition: ease-in-out 0.4s;
font-size: 13px;
}
.QuestionsPlan .plan .ans .answer span {
background-color: transparent !important;
}
.QuestionsPlan .plan .ans .answer::before {
content: '';
font-size: 14px;
position: absolute;
left: 10px;
top: 15px;
width: 10px;
height: 10px;
background-color: #2929293d;
border-radius: 50%;
}
.QuestionsPlan .plan .ans .answer.correct span {
color: white !important;
}
/* .QuestionsPlan .plan .ans .answer.correct {
background-color: #ff4d4d;
color: white;
} */
.QuestionsPlan .plan .ans .answer.correct::before {
/* border: 1px #ffffff0f solid; */
background-color: #111111;
}
.QuestionsPlan .plan .ans .image_answer {
position: relative;
width: 150px;
height: 100px;
border-radius: 10px;
line-height: 20px;
display: flex;
background-color: transparent;
border: 1px #0000000f solid;
margin: 10px 0;
transition: ease-in-out 0.4s;
font-size: 13px;
margin: 15px;
overflow: hidden;
}
.QuestionsPlan .plan .ans .image_answer input {
position: absolute;
opacity: 0;
}
.QuestionsPlan .plan .ans .image_answer label {
width: 100%;
height: 100%;
display: flex;
flex: 1;
cursor: grab;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.QuestionsPlan .plan .ans .image_answer label:active {
cursor: grabbing;
}
.QuestionsPlan .plan .ans .image_answer .imgLabel {
width: fit-content;
min-width: fit-content;
height: 25px;
color: white;
display: flex;
background-color: #06c;
content: 'Add image';
position: absolute;
top: 0;
left: 0;
cursor: pointer;
padding: 0 5px;
line-height: 25px;
font-size: 12px;
text-transform: capitalize;
user-select: none;
}
.QuestionsPlan .plan .ans .image_answer .imgLabel.correct {
background-color: #57c574;
}
/* ======================= end ====================== */
.delete {
width: 70%;
height: 40px;
display: block;
text-align: center;
font-size: 12px;
line-height: 40px;
margin: 0 auto;
background-color: red;
color: #f3f3f3;
font-weight: 600;
cursor: pointer;
}
| 0.392337 | 0.09451 |
@import url("reset.css");
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
margin: 0px;
padding: 0;
background: #19233E url(/static/img/img01.jpg) no-repeat left top;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #72809F;
}
h1, h2, h3 {
margin: 0;
font-weight: normal;
color: #1E3F7F;
}
h1 { font-size: 44px; }
h2 { font-size: 18px; }
h3 { }
p, ul, ol {
margin-top: 0;
line-height: 240%;
text-align: justify;
}
ul, ol { }
blockquote { }
a { color: #ADBFE1; }
a:hover { text-decoration: none; }
a img {
border: none;
}
img.left {
float: left;
margin: 7px 30px 0 0;
}
img.right {
float: right;
margin: 7px 0 0 30px;
}
hr { display: none; }
.list1 {
}
.list1 li {
float: left;
line-height: normal;
}
.list1 li img {
margin: 0 30px 30px 0;
}
.list1 li.alt img {
margin-right: 0;
}
#wrapper {
}
/* Certification*/
#Certification{
width: 1000px;
/*height: 180px;*/
margin: 0 auto;
}
/* register*/
div#register form label {
width: 100px;
padding: 5px 0px 5px 0px;
float: left;
}
div#register form input {
margin: 5px 0px 5px 0px;
}
/* Header */
#header {
width: 1000px;
height: 180px;
margin: 0 auto;
background: url(/static/img/img01.jpg) no-repeat left top;
}
/* Menu */
#menu {
float: left;
width: 900px;
height: 44px;
}
#menu ul {
margin: 0;
padding: 0px 0px 0px 0px;
list-style: none;
line-height: normal;
}
#menu li {
display: block;
float: left;
}
#menu a {
display: block;
float: left;
height: 34px;
margin-right: 1px;
padding: 10px 30px 0px 30px;
letter-spacing: -1px;
text-decoration: none;
text-align: center;
text-transform: lowercase;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #FFFFFF;
}
#menu a:hover {
text-decoration: none;
}
#menu .current_page_item a {
background: #2D5298;
}
#menu .first {
}
/* Search */
#search {
float: right;
}
#search form {
float: right;
margin: 0;
padding: 4px 0px 0 0;
}
#search fieldset {
margin: 0;
padding: 0;
border: none;
}
#search input {
float: left;
font: 14px Georgia, "Times New Roman", Times, serif;
}
#search-text {
width: 213px;
height: 28px;
padding: 6px 0 0 7px;
border: none;
color: #000000;
}
#search-submit {
width: 82px;
height: 28px;
margin-left: 10px;
padding: 0px 5px;
border: none;
text-indent: -9999px;
color: #FFFFFF;
}
/* Page */
#page {
width: 1000px;
margin: 0px auto 20px auto;
padding: 0px;
}
/** LOGO */
#logo {
width: 1000px;
height: 100px;
margin: 0 auto;
padding: 0px 0px 20px 0px;
text-transform: lowercase;
}
#logo h1, #logo h2 {
margin: 0px;
line-height: normal;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
}
#logo h2 {
color: #FFFFFF;
}
#logo h1 a {
color: #FFFFFF;
}
#logo h1 {
padding-top: 80px;
font-size: 52px;
font-weight: normal;
font-style: italic;
color: #FFFFFF;
}
#logo a {
text-decoration: none;
color: #FFFFFF;
}
#banner {
padding-bottom: 20px;
}
/* Content */
#content {
float: right;
width: 560px;
margin: 0px 0px 0px 0px;
padding: 40px 30px 0px 20px;
}
/* Post */
.post {
margin-bottom: 45px;
padding-bottom: 30px;
border-bottom: #203253 dashed 1px;
}
.post .title {
border-bottom: 4px dashed #203253;
}
.post .title a {
display: block;
padding: 0px 0px 10px 0px;
text-decoration: none;
text-transform: capitalize;
text-transform: uppercase;
font-weight: bold;
font-size: 28px;
color: #FFFFFF;
}
.post .date {
display: inline-block;
margin: 0px;
padding: 0px 0px;
color: #FFFFFF;
}
.post .meta {
margin-left: 2px;
padding: 4px 30px 2px 0px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
font-style: italic;
}
.post .meta span {
margin: 0px;
}
.post .meta a {
padding: 6px 10px 5px 10px;
text-decoration: none;
color: #FFFFFF;
}
.post .entry {
padding: 10px 0px 20px 0px;
}
.post .links {
height: 18px;
margin: 0px 0px 4px 0px;
padding: 6px 10px 5px 10px;
background: #1E3F7F ;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
.post .comments {
display: block;
width: 120px;
height: 18px;
margin: 0px;
padding: 3px 0px 0px 40px;
border: 1px solid #5F817E;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
.post .author_signature {
display: block;
margin: 15px;
padding: 10px 10px 10px 10px;
border: 1px solid #5F817E;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
.post .comments_list {
}
.post .comment_header {
display: block;
width:150px;
height:145px;
float:left;
padding: 0px 0px 0px 0px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
.post .comment_body {
display: block;
width:380px;
height:145px;
float:left;
padding: 0px 0px 0px 20px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
#comment_form {
width:560px;
height:500px;
padding: 5px 0px 5px 0px;
float:left;
}
#comment_form .comment_form_header{
width:560px;
height:30px;
float:left;
padding: 5px 0px 5px 0px;
font-size: 18px;
color: #1E3F7F;
}
#comment_form div{
display: block;
float:left;
padding: 5px 0px 0px 0px;
width:500px;
}
#comment_form label{
border: 1px solid #5F817E;
}
/*post_edit_list */
#post_edit_list{
padding: 5px 0px 5px 0px;
}
#post_edit_list li{
display: block;
float:left;
padding: 5px 0px 0px 0px;
width:560px;
}
/*user_editer*/
#register p {
display: block;
float:left;
padding: 5px 0px 0px 0px;
width:560px;
}
/* Sidebar */
#sidebar {
float: left;
width: 320px;
padding: 40px 0px 0px 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
}
#sidebar li {
margin-bottom: 30px;
padding: 0 0 10px 0px;
}
#sidebar li ul {
margin: 0px 0px;
}
#sidebar li li {
margin: 0px 10px 0px 10px;
padding: 10px 0px 10px 0px;
border-bottom: #203253 dashed 1px;
}
#sidebar li li a {
font-weight: normal;
}
#sidebar li li a:hover {
}
#sidebar p {
margin: 0;
padding: 0px 14px;
}
#sidebar li h2 {
height: 30px;
margin: 0 0 10px 0px;
padding: 6px 0 2px 0px;
border-bottom: 4px dashed #203253;
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
}
#sidebar p {
line-height: 200%;
}
#sidebar a {
text-align: left;
text-decoration: none;
color: #71809E;
}
/* Calendar */
#calendar {
}
#calendar caption {
padding-bottom: 5px;
font-weight: bold;
}
#calendar table {
width: 100%;
border-collapse: collapse;
border-bottom: 1px solid #24130F;
border-left: 1px solid #24130F;
border-right: 1px solid #24130F;
}
#calendar thead th {
padding: 5px 0;
text-align: center;
border-top: 1px solid #24130F;
border-left: 1px solid #24130F;
background: #24130F;
}
#calendar tbody td {
padding: 5px 0;
text-align: center;
border-top: 1px solid #24130F;
border-left: 1px solid #24130F;
border-bottom: 1px solid #24130F;
}
#calendar tfoot td {
padding: 5px;
border-left: 1px solid #24130F;
border-bottom: 1px solid #24130F;
}
#calendar tfoot #next {
border-top: 1px solid #24130F;
text-align: right;
}
#calendar tfoot #prev {
border-top: 1px solid #24130F;
}
#calendar .pad {
border-bottom: 1px solid #24130F;
}
#calendar td.filled {
background: #24130F;
}
#calendar #today {
background: #24130F;
}
/* Footer */
#footer {
width: 920px;
height: 60px;
margin: 0 auto;
padding: 0;
}
#footer-bgcontent {
height: 110px;
background: url(/static/img/img01.jpg) repeat-x left top;
}
#footer p {
margin: 0;
padding: 28px 0px 0px 0px;
text-align: center;
line-height: normal;
font-size: 14px;
}
#footer a {
}
|
static/css/style.css
|
@import url("reset.css");
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
margin: 0px;
padding: 0;
background: #19233E url(/static/img/img01.jpg) no-repeat left top;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #72809F;
}
h1, h2, h3 {
margin: 0;
font-weight: normal;
color: #1E3F7F;
}
h1 { font-size: 44px; }
h2 { font-size: 18px; }
h3 { }
p, ul, ol {
margin-top: 0;
line-height: 240%;
text-align: justify;
}
ul, ol { }
blockquote { }
a { color: #ADBFE1; }
a:hover { text-decoration: none; }
a img {
border: none;
}
img.left {
float: left;
margin: 7px 30px 0 0;
}
img.right {
float: right;
margin: 7px 0 0 30px;
}
hr { display: none; }
.list1 {
}
.list1 li {
float: left;
line-height: normal;
}
.list1 li img {
margin: 0 30px 30px 0;
}
.list1 li.alt img {
margin-right: 0;
}
#wrapper {
}
/* Certification*/
#Certification{
width: 1000px;
/*height: 180px;*/
margin: 0 auto;
}
/* register*/
div#register form label {
width: 100px;
padding: 5px 0px 5px 0px;
float: left;
}
div#register form input {
margin: 5px 0px 5px 0px;
}
/* Header */
#header {
width: 1000px;
height: 180px;
margin: 0 auto;
background: url(/static/img/img01.jpg) no-repeat left top;
}
/* Menu */
#menu {
float: left;
width: 900px;
height: 44px;
}
#menu ul {
margin: 0;
padding: 0px 0px 0px 0px;
list-style: none;
line-height: normal;
}
#menu li {
display: block;
float: left;
}
#menu a {
display: block;
float: left;
height: 34px;
margin-right: 1px;
padding: 10px 30px 0px 30px;
letter-spacing: -1px;
text-decoration: none;
text-align: center;
text-transform: lowercase;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #FFFFFF;
}
#menu a:hover {
text-decoration: none;
}
#menu .current_page_item a {
background: #2D5298;
}
#menu .first {
}
/* Search */
#search {
float: right;
}
#search form {
float: right;
margin: 0;
padding: 4px 0px 0 0;
}
#search fieldset {
margin: 0;
padding: 0;
border: none;
}
#search input {
float: left;
font: 14px Georgia, "Times New Roman", Times, serif;
}
#search-text {
width: 213px;
height: 28px;
padding: 6px 0 0 7px;
border: none;
color: #000000;
}
#search-submit {
width: 82px;
height: 28px;
margin-left: 10px;
padding: 0px 5px;
border: none;
text-indent: -9999px;
color: #FFFFFF;
}
/* Page */
#page {
width: 1000px;
margin: 0px auto 20px auto;
padding: 0px;
}
/** LOGO */
#logo {
width: 1000px;
height: 100px;
margin: 0 auto;
padding: 0px 0px 20px 0px;
text-transform: lowercase;
}
#logo h1, #logo h2 {
margin: 0px;
line-height: normal;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
}
#logo h2 {
color: #FFFFFF;
}
#logo h1 a {
color: #FFFFFF;
}
#logo h1 {
padding-top: 80px;
font-size: 52px;
font-weight: normal;
font-style: italic;
color: #FFFFFF;
}
#logo a {
text-decoration: none;
color: #FFFFFF;
}
#banner {
padding-bottom: 20px;
}
/* Content */
#content {
float: right;
width: 560px;
margin: 0px 0px 0px 0px;
padding: 40px 30px 0px 20px;
}
/* Post */
.post {
margin-bottom: 45px;
padding-bottom: 30px;
border-bottom: #203253 dashed 1px;
}
.post .title {
border-bottom: 4px dashed #203253;
}
.post .title a {
display: block;
padding: 0px 0px 10px 0px;
text-decoration: none;
text-transform: capitalize;
text-transform: uppercase;
font-weight: bold;
font-size: 28px;
color: #FFFFFF;
}
.post .date {
display: inline-block;
margin: 0px;
padding: 0px 0px;
color: #FFFFFF;
}
.post .meta {
margin-left: 2px;
padding: 4px 30px 2px 0px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
font-style: italic;
}
.post .meta span {
margin: 0px;
}
.post .meta a {
padding: 6px 10px 5px 10px;
text-decoration: none;
color: #FFFFFF;
}
.post .entry {
padding: 10px 0px 20px 0px;
}
.post .links {
height: 18px;
margin: 0px 0px 4px 0px;
padding: 6px 10px 5px 10px;
background: #1E3F7F ;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
.post .comments {
display: block;
width: 120px;
height: 18px;
margin: 0px;
padding: 3px 0px 0px 40px;
border: 1px solid #5F817E;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
.post .author_signature {
display: block;
margin: 15px;
padding: 10px 10px 10px 10px;
border: 1px solid #5F817E;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
.post .comments_list {
}
.post .comment_header {
display: block;
width:150px;
height:145px;
float:left;
padding: 0px 0px 0px 0px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
.post .comment_body {
display: block;
width:380px;
height:145px;
float:left;
padding: 0px 0px 0px 20px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
#comment_form {
width:560px;
height:500px;
padding: 5px 0px 5px 0px;
float:left;
}
#comment_form .comment_form_header{
width:560px;
height:30px;
float:left;
padding: 5px 0px 5px 0px;
font-size: 18px;
color: #1E3F7F;
}
#comment_form div{
display: block;
float:left;
padding: 5px 0px 0px 0px;
width:500px;
}
#comment_form label{
border: 1px solid #5F817E;
}
/*post_edit_list */
#post_edit_list{
padding: 5px 0px 5px 0px;
}
#post_edit_list li{
display: block;
float:left;
padding: 5px 0px 0px 0px;
width:560px;
}
/*user_editer*/
#register p {
display: block;
float:left;
padding: 5px 0px 0px 0px;
width:560px;
}
/* Sidebar */
#sidebar {
float: left;
width: 320px;
padding: 40px 0px 0px 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
}
#sidebar li {
margin-bottom: 30px;
padding: 0 0 10px 0px;
}
#sidebar li ul {
margin: 0px 0px;
}
#sidebar li li {
margin: 0px 10px 0px 10px;
padding: 10px 0px 10px 0px;
border-bottom: #203253 dashed 1px;
}
#sidebar li li a {
font-weight: normal;
}
#sidebar li li a:hover {
}
#sidebar p {
margin: 0;
padding: 0px 14px;
}
#sidebar li h2 {
height: 30px;
margin: 0 0 10px 0px;
padding: 6px 0 2px 0px;
border-bottom: 4px dashed #203253;
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
}
#sidebar p {
line-height: 200%;
}
#sidebar a {
text-align: left;
text-decoration: none;
color: #71809E;
}
/* Calendar */
#calendar {
}
#calendar caption {
padding-bottom: 5px;
font-weight: bold;
}
#calendar table {
width: 100%;
border-collapse: collapse;
border-bottom: 1px solid #24130F;
border-left: 1px solid #24130F;
border-right: 1px solid #24130F;
}
#calendar thead th {
padding: 5px 0;
text-align: center;
border-top: 1px solid #24130F;
border-left: 1px solid #24130F;
background: #24130F;
}
#calendar tbody td {
padding: 5px 0;
text-align: center;
border-top: 1px solid #24130F;
border-left: 1px solid #24130F;
border-bottom: 1px solid #24130F;
}
#calendar tfoot td {
padding: 5px;
border-left: 1px solid #24130F;
border-bottom: 1px solid #24130F;
}
#calendar tfoot #next {
border-top: 1px solid #24130F;
text-align: right;
}
#calendar tfoot #prev {
border-top: 1px solid #24130F;
}
#calendar .pad {
border-bottom: 1px solid #24130F;
}
#calendar td.filled {
background: #24130F;
}
#calendar #today {
background: #24130F;
}
/* Footer */
#footer {
width: 920px;
height: 60px;
margin: 0 auto;
padding: 0;
}
#footer-bgcontent {
height: 110px;
background: url(/static/img/img01.jpg) repeat-x left top;
}
#footer p {
margin: 0;
padding: 28px 0px 0px 0px;
text-align: center;
line-height: normal;
font-size: 14px;
}
#footer a {
}
| 0.132964 | 0.043732 |
.v-VerdantPanel-search {
height: 100%;
display: flex;
flex-direction: column;
}
.v-VerdantPanel-searchContainer {
display: flex;
position: relative;
flex-direction: row;
vertical-align: text-bottom;
padding: 18px 12px;
background: var(--jp-layout-color0);
}
.v-VerdantPanel-searchIcon {
display: inline-block;
width: 14px;
flex: 0 0 auto; /* prevents icon shrinking in flex context */
margin-right: 4px;
fill: var(--jp-content-font-color2);
}
.v-VerdantPanel-searchContainer .v-VerdantPanel-searchIcon {
width: calc(1.75em - 2px);
fill: var(--jp-layout-color4);
margin-right: 1em;
}
.v-VerdantPanel-searchContainer .verdant-icon-x {
margin-top: 3px;
z-index: 2;
fill: var(--jp-ui-font-color2);
padding: 3px;
border-radius: 5px;
background: var(--verdant-ghost-color1);
}
.v-VerdantPanel-searchText {
display: inline-block;
flex: 1 1 auto;
height: 1.75em;
vertical-align: text-bottom;
outline: transparent;
color: var(--jp-ui-font-color0);
background: var(--jp-layout-color0);
padding-left: 5px;
border: 1px solid var(--jp-layout-color4);
border-radius: var(--jp-border-radius);
}
.v-VerdantPanel-searchContent {
display: flex;
flex-direction: column;
flex: 1 1 auto;
overflow: hidden;
}
.VerdantPanel-search-results-message {
text-align: center;
padding: var(--jp-cell-padding);
font-style: italic;
}
.VerdantPanel-search-results-header {
display: flex;
padding: 14px 10px;
background: var(--jp-layout-color0);
color: var(--jp-ui-font-color1);
}
.VerdantPanel-search-results-header.open {
border-bottom: 1px solid var(--jp-layout-color2);
box-shadow: 0px 0px 2px var(--jp-inverse-layout-color2);
}
.VerdantPanel-search-results-header-title {
margin-left: 2em;
}
.VerdantPanel-search-results-category {
flex: 0 0 auto;
min-height: calc(24px + 1.5em);
overflow: hidden;
border-bottom: 2px solid var(--jp-layout-color3);
}
.VerdantPanel-search-results-category.open {
flex: 0 1 auto;
display: flex;
flex-direction: column;
}
.VerdantPanel-search-results-category-content {
overflow: scroll;
}
.VerdantPanel-search-results-category-footer {
border: 4px solid var(--jp-layout-color0);
border-bottom: 6px solid var(--jp-layout-color0);
border-top: 0px;
text-align: right;
padding: var(--jp-cell-padding);
padding-top: 0px;
display: none;
}
.VerdantPanel-search-results-category-footer:hover {
background: var(--jp-rendermime-table-row-background);
}
.VerdantPanel-search-results-artifact-header {
display: flex;
justify-content: space-between;
padding: 4px 10px;
font-size: var(--jp-content-font-size0);
color: var(--jp-ui-font-color2);
}
.VerdantPanel-search-results-artifact-header.list-result {
justify-content: flex-end;
}
.VerdantPanel-search-results-artifact-header.open-artifact {
position: sticky;
top: 0px;
background: var(--jp-layout-color0);
z-index: 5;
}
.VerdantPanel-search-results-artifact-cell-title svg {
margin-right: 1em;
}
.VerdantPanel-search-results-artifact {
margin-top: 20px;
border-bottom: 1px solid var(--jp-border-color3);
padding-bottom: 10px;
}
.VerdantPanel-search-results-artifact.open {
padding-bottom: 20px;
border-color: var(--jp-border-color0);
}
.VerdantPanel-search-results-artifact:last-child,
.VerdantPanel-search-results-artifact.open:last-child {
border-color: transparent;
}
.VerdantPanel-search-results-header-button {
padding-top: 2px;
width: 12px;
font-size: 1em;
opacity: 0.7;
display: inline-block;
float: left;
}
.VerdantPanel-search-results-header-button .circle {
position: relative;
width: 12px;
height: 12px;
}
.VerdantPanel-search-results-header-button .circle .horizontal {
position: absolute;
background-color: var(--jp-content-font-color1);
width: 8px;
height: 2px;
left: 50%;
margin-left: -4px;
top: 50%;
margin-top: 2px;
}
.VerdantPanel-search-results-header-button .circle .vertical {
position: absolute;
background-color: var(--jp-content-font-color1);
width: 2px;
height: 8px;
left: 50%;
margin-left: -1px;
top: 50%;
margin-top: -6px;
}
.v-VerdantPanel-search-version {
margin: 2px 10px;
border: 1px solid var(--jp-content-link-color);
border-radius: var(--jp-border-radius);
max-height: 50vh;
overflow: scroll;
}
|
style/search.css
|
.v-VerdantPanel-search {
height: 100%;
display: flex;
flex-direction: column;
}
.v-VerdantPanel-searchContainer {
display: flex;
position: relative;
flex-direction: row;
vertical-align: text-bottom;
padding: 18px 12px;
background: var(--jp-layout-color0);
}
.v-VerdantPanel-searchIcon {
display: inline-block;
width: 14px;
flex: 0 0 auto; /* prevents icon shrinking in flex context */
margin-right: 4px;
fill: var(--jp-content-font-color2);
}
.v-VerdantPanel-searchContainer .v-VerdantPanel-searchIcon {
width: calc(1.75em - 2px);
fill: var(--jp-layout-color4);
margin-right: 1em;
}
.v-VerdantPanel-searchContainer .verdant-icon-x {
margin-top: 3px;
z-index: 2;
fill: var(--jp-ui-font-color2);
padding: 3px;
border-radius: 5px;
background: var(--verdant-ghost-color1);
}
.v-VerdantPanel-searchText {
display: inline-block;
flex: 1 1 auto;
height: 1.75em;
vertical-align: text-bottom;
outline: transparent;
color: var(--jp-ui-font-color0);
background: var(--jp-layout-color0);
padding-left: 5px;
border: 1px solid var(--jp-layout-color4);
border-radius: var(--jp-border-radius);
}
.v-VerdantPanel-searchContent {
display: flex;
flex-direction: column;
flex: 1 1 auto;
overflow: hidden;
}
.VerdantPanel-search-results-message {
text-align: center;
padding: var(--jp-cell-padding);
font-style: italic;
}
.VerdantPanel-search-results-header {
display: flex;
padding: 14px 10px;
background: var(--jp-layout-color0);
color: var(--jp-ui-font-color1);
}
.VerdantPanel-search-results-header.open {
border-bottom: 1px solid var(--jp-layout-color2);
box-shadow: 0px 0px 2px var(--jp-inverse-layout-color2);
}
.VerdantPanel-search-results-header-title {
margin-left: 2em;
}
.VerdantPanel-search-results-category {
flex: 0 0 auto;
min-height: calc(24px + 1.5em);
overflow: hidden;
border-bottom: 2px solid var(--jp-layout-color3);
}
.VerdantPanel-search-results-category.open {
flex: 0 1 auto;
display: flex;
flex-direction: column;
}
.VerdantPanel-search-results-category-content {
overflow: scroll;
}
.VerdantPanel-search-results-category-footer {
border: 4px solid var(--jp-layout-color0);
border-bottom: 6px solid var(--jp-layout-color0);
border-top: 0px;
text-align: right;
padding: var(--jp-cell-padding);
padding-top: 0px;
display: none;
}
.VerdantPanel-search-results-category-footer:hover {
background: var(--jp-rendermime-table-row-background);
}
.VerdantPanel-search-results-artifact-header {
display: flex;
justify-content: space-between;
padding: 4px 10px;
font-size: var(--jp-content-font-size0);
color: var(--jp-ui-font-color2);
}
.VerdantPanel-search-results-artifact-header.list-result {
justify-content: flex-end;
}
.VerdantPanel-search-results-artifact-header.open-artifact {
position: sticky;
top: 0px;
background: var(--jp-layout-color0);
z-index: 5;
}
.VerdantPanel-search-results-artifact-cell-title svg {
margin-right: 1em;
}
.VerdantPanel-search-results-artifact {
margin-top: 20px;
border-bottom: 1px solid var(--jp-border-color3);
padding-bottom: 10px;
}
.VerdantPanel-search-results-artifact.open {
padding-bottom: 20px;
border-color: var(--jp-border-color0);
}
.VerdantPanel-search-results-artifact:last-child,
.VerdantPanel-search-results-artifact.open:last-child {
border-color: transparent;
}
.VerdantPanel-search-results-header-button {
padding-top: 2px;
width: 12px;
font-size: 1em;
opacity: 0.7;
display: inline-block;
float: left;
}
.VerdantPanel-search-results-header-button .circle {
position: relative;
width: 12px;
height: 12px;
}
.VerdantPanel-search-results-header-button .circle .horizontal {
position: absolute;
background-color: var(--jp-content-font-color1);
width: 8px;
height: 2px;
left: 50%;
margin-left: -4px;
top: 50%;
margin-top: 2px;
}
.VerdantPanel-search-results-header-button .circle .vertical {
position: absolute;
background-color: var(--jp-content-font-color1);
width: 2px;
height: 8px;
left: 50%;
margin-left: -1px;
top: 50%;
margin-top: -6px;
}
.v-VerdantPanel-search-version {
margin: 2px 10px;
border: 1px solid var(--jp-content-link-color);
border-radius: var(--jp-border-radius);
max-height: 50vh;
overflow: scroll;
}
| 0.52683 | 0.069101 |
html,
body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
.application {
position: absolute;
width: 100%;
height: 100%;
}
.hljs {
font-size: 130%;
line-height: 120%;
}
.mapping {
position: absolute;
width: 100%;
height: 100%;
}
.application-panel {
padding: 10px;
min-width: 550px;
display: flex;
flex-direction: column;
}
/*
.application-panel .hljs {
background: black;
} */
/* .esri-widget .application-panel {
background-color: #242424AA;
backdrop-filter: blur(5px) contrast(200%);
} */
.application-panel fieldset {
border: none;
padding: 0;
margin: 0;
}
.application-panel .js-code {
position: relative;
}
.application-panel .run-button {
position: absolute;
right: 5px;
top: 5px;
}
.application-panel legend {
font-size: 16px;
}
.esri-widget--button.esri-widget.free-width {
width: auto;
padding-left: 12px;
padding-right: 12px;
}
.histogram-slider {
display: flex;
flex-direction: column;
justify-content: stretch;
}
.histogram-slider .histogram {
height: 80px;
padding-left: 40px;
padding-right: 40px;
/* background: red; */
/* container of the bars */
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-end;
}
.histogram-slider .histogram .bar {
flex-grow: 1;
}
.histogram-slider .histogram .bar .content {
/* margin-left: 2px;
margin-right: 2px; */
background: #69dcff;
}
/**
* multi thumb slider
*/
/* input[type=range]:focus::-webkit-slider-thumb { outline: 1px solid #369; outline-offset: 2px; }
input[type=range]:focus::-moz-range-thumb { outline: 1px solid #369; outline-offset: 2px; }
input[type=range]:focus::-ms-thumb { outline: 3px solid #369; outline-offset: 2px; } */
input[type="range"] {
display: block;
height: 2em;
margin: 0;
pointer-events: none;
width: 100%;
}
_:-ms-lang(x), input[type="range"] {
display: inline;
pointer-events: all;
}
input[type="range"] + input[type="range"] {
margin-top: -2em;
}
input[type="range"]::-webkit-slider-thumb {
pointer-events: all;
}
input[type="range"]::-moz-range-thumb {
pointer-events: all;
}
input[type="range"]::-ms-thumb {
pointer-events: all;
}
input[type=range]::-moz-range-thumb {
background-color: #999;
pointer-events: all;
}
input[type="range"]::-ms-thumb {
pointer-events: all;
}
.multithumb {
display: flex;
flex-direction: row;
justify-content: stretch;
align-items: center;
}
.label-wrapper {
width: 40px;
text-align: center;
}
.slider-wrapper {
flex-grow: 1;
}
fieldset {
padding: 12px;
border: none;
}
fieldset > legend {
padding: 12px;
}
fieldset p {
clear:both;
}
.histogram-slider-wrapper.vertical {
height: 200px;
}
.histogram-slider-wrapper.vertical .histogram-slider{
width: 160px;
height: 160px;
transform: rotate(90deg);
}
.histogram-slider-wrapper.vertical .histogram-slider .histogram {
width: 160px;
height: 127px;
padding-left: 0;
padding-right: 0;
}
.esri-view-width-less-than-large .hljs {
font-size: 100%;
line-height: 100%;
}
.esri-view-width-less-than-large .application-panel .run-button {
position: relative;
}
.esri-view-width-less-than-small .esri-expand--auto .esri-widget.application-panel .run-button
{
width: auto;
position: fixed;
top: 1.023rem;
right: 1.023rem;
}
|
src/3_filter_effect/application.css
|
html,
body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
.application {
position: absolute;
width: 100%;
height: 100%;
}
.hljs {
font-size: 130%;
line-height: 120%;
}
.mapping {
position: absolute;
width: 100%;
height: 100%;
}
.application-panel {
padding: 10px;
min-width: 550px;
display: flex;
flex-direction: column;
}
/*
.application-panel .hljs {
background: black;
} */
/* .esri-widget .application-panel {
background-color: #242424AA;
backdrop-filter: blur(5px) contrast(200%);
} */
.application-panel fieldset {
border: none;
padding: 0;
margin: 0;
}
.application-panel .js-code {
position: relative;
}
.application-panel .run-button {
position: absolute;
right: 5px;
top: 5px;
}
.application-panel legend {
font-size: 16px;
}
.esri-widget--button.esri-widget.free-width {
width: auto;
padding-left: 12px;
padding-right: 12px;
}
.histogram-slider {
display: flex;
flex-direction: column;
justify-content: stretch;
}
.histogram-slider .histogram {
height: 80px;
padding-left: 40px;
padding-right: 40px;
/* background: red; */
/* container of the bars */
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-end;
}
.histogram-slider .histogram .bar {
flex-grow: 1;
}
.histogram-slider .histogram .bar .content {
/* margin-left: 2px;
margin-right: 2px; */
background: #69dcff;
}
/**
* multi thumb slider
*/
/* input[type=range]:focus::-webkit-slider-thumb { outline: 1px solid #369; outline-offset: 2px; }
input[type=range]:focus::-moz-range-thumb { outline: 1px solid #369; outline-offset: 2px; }
input[type=range]:focus::-ms-thumb { outline: 3px solid #369; outline-offset: 2px; } */
input[type="range"] {
display: block;
height: 2em;
margin: 0;
pointer-events: none;
width: 100%;
}
_:-ms-lang(x), input[type="range"] {
display: inline;
pointer-events: all;
}
input[type="range"] + input[type="range"] {
margin-top: -2em;
}
input[type="range"]::-webkit-slider-thumb {
pointer-events: all;
}
input[type="range"]::-moz-range-thumb {
pointer-events: all;
}
input[type="range"]::-ms-thumb {
pointer-events: all;
}
input[type=range]::-moz-range-thumb {
background-color: #999;
pointer-events: all;
}
input[type="range"]::-ms-thumb {
pointer-events: all;
}
.multithumb {
display: flex;
flex-direction: row;
justify-content: stretch;
align-items: center;
}
.label-wrapper {
width: 40px;
text-align: center;
}
.slider-wrapper {
flex-grow: 1;
}
fieldset {
padding: 12px;
border: none;
}
fieldset > legend {
padding: 12px;
}
fieldset p {
clear:both;
}
.histogram-slider-wrapper.vertical {
height: 200px;
}
.histogram-slider-wrapper.vertical .histogram-slider{
width: 160px;
height: 160px;
transform: rotate(90deg);
}
.histogram-slider-wrapper.vertical .histogram-slider .histogram {
width: 160px;
height: 127px;
padding-left: 0;
padding-right: 0;
}
.esri-view-width-less-than-large .hljs {
font-size: 100%;
line-height: 100%;
}
.esri-view-width-less-than-large .application-panel .run-button {
position: relative;
}
.esri-view-width-less-than-small .esri-expand--auto .esri-widget.application-panel .run-button
{
width: auto;
position: fixed;
top: 1.023rem;
right: 1.023rem;
}
| 0.567697 | 0.108378 |
.identity-login-box-container {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px !important;
-webkit-font-smoothing: antialiased;
position: relative;
background: #fff;
padding: 25px;
text-align: center;
min-width: 250px;
max-width: 350px;
margin: 0 auto;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
overflow: auto;
color: #5e6570; }
.identity-login-box-container .bx-hd-title {
text-transform: uppercase;
color: #ff5252;
font-size: 1.2em;
margin: 10px 0;
font-weight: bold; }
.identity-login-box-container .bx-sub-title {
color: #5e6570;
font-size: 1em;
margin: 5px 0;
font-weight: normal; }
.identity-login-box-container .bx-sub-title.action {
color: #ff5252;
cursor: pointer; }
.identity-login-box-container .box-header {
overflow: auto; }
.identity-login-box-container .box-header .login-ico {
width: 60px;
height: 60px;
margin: 10px auto;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%; }
.identity-login-box-container .box-header .login-ico:empty {
background: #f3f3f3 url("https://cdn.loginbox.io/styleguide/loginbox/login-profile-default.svg") no-repeat center;
background-size: cover; }
.identity-login-box-container .box-header .login-ico img {
width: inherit;
height: inherit;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%; }
.identity-login-box-container .box-header .btn-close {
position: absolute;
top: 10px;
right: 10px;
width: 24px;
height: 24px;
background: url("https://cdn.loginbox.io/styleguide/loginbox/close-x.svg") no-repeat center;
background-position: 0px -24px;
background-size: cover;
cursor: pointer;
display: none; }
.identity-login-box-container .identity-login-box.dialog .box-header .btn-close {
display: block; }
.identity-login-box-container .box-main .form-container {
padding: 5px; }
.identity-login-box-container .box-main .form-container form.has-error .inp-container {
border-color: #c00403;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-main .form-container .inp-container {
border: 1px solid #999;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
margin: 8px 0;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-main .form-container .lpinp {
width: 100%;
height: 36px;
padding: 10px 12px;
margin: 0;
font-size: 14px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
color: #777;
outline: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px; }
.identity-login-box-container .box-main .form-container .inp-container .lpinp {
border: none;
border-bottom: 1px solid #ddd; }
.identity-login-box-container .box-main .form-container .inp-container .lpinp:last-child {
border-bottom: none; }
.identity-login-box-container .box-main .form-container .lpbtn {
padding: 8px 30px;
max-width: 45%;
margin: 8px auto;
font-size: 13px;
border-color: rgba(0, 0, 0, 0.1);
background: #ff5252;
color: #fff;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px; }
.identity-login-box-container .box-main .form-container .lpbtn:hover {
border-color: rgba(0, 0, 0, 0.1);
color: white;
outline: none;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-main .form-container .ntf {
color: #777; }
.identity-login-box-container .box-main .form-container .ntf.error {
color: #c00403; }
.identity-login-box-container .box-main .form-container .err-container {
padding: 10px 12px;
text-align: left;
color: #c00403; }
.identity-login-box-container .box-main .form-container .err-container:empty {
display: none; }
.identity-login-box-container .box-main.register .terms {
margin: 15px 0;
text-decoration: none; }
.identity-login-box-container .box-main.register .terms .ico {
float: left;
width: 24px;
height: 24px;
background: url("https://cdn.loginbox.io/styleguide/loginbox/terms-ico.svg") no-repeat center;
background-size: cover;
margin: 3px 0; }
.identity-login-box-container .box-main.register .terms .bx-sub-title {
font-size: 0.9em;
color: #999;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-main.register .terms:hover .bx-sub-title {
color: #555;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-main.success .ico {
width: 70%;
height: 80px;
margin: 20px auto;
background: url("https://cdn.loginbox.io/styleguide/loginbox/success-tick.svg") no-repeat center;
background-size: contain; }
.identity-login-box-container .box-main.success .bx-succ-title {
margin: 20px 0;
font-size: 1.15em;
text-align: center;
color: #42b549; }
.identity-login-box-container .social-container {
overflow: auto;
max-width: 300px;
margin: 0 auto;
margin-bottom: 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center; }
.identity-login-box-container .social-container .social_or {
margin: 10px 0;
color: #555459;
text-align: center; }
.identity-login-box-container .social-container .btn_social {
float: left;
margin: 5px;
width: 40px;
height: 40px;
cursor: pointer;
background: url("https://cdn.loginbox.io/styleguide/social/img/social-sprite-light.svg") no-repeat;
background-size: cover;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
opacity: 1;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .social-container .btn_social.fb {
background-color: #3c589a;
background-position: 0 0; }
.identity-login-box-container .social-container .btn_social.gp {
background-color: #dd4b39;
background-position: 0px -40px; }
.identity-login-box-container .social-container .btn_social.gh {
background-color: #5e6570;
background-position: 0px -80px; }
.identity-login-box-container .social-container .btn_social.tt {
background-color: #55acee;
background-position: 0px -120px; }
.identity-login-box-container .social-container .btn_social.lin {
background-color: #006fa6;
background-position: 0px -160px; }
.identity-login-box-container .social-container .btn_social.win {
background-color: #0078d7;
background-position: 0px -200px; }
.identity-login-box-container .social-container .btn_social:hover {
opacity: 0.75;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-footer {
border-top: 1px solid #ccc;
margin-top: 10px;
padding-top: 10px;
color: #777;
font-weight: normal; }
.identity-login-box-container .box-footer .ft-lnk,
.identity-login-box-container .box-footer .ft-lnk-bull {
display: inline-block;
margin: 5px 0; }
.identity-login-box-container .box-footer .ft-lnk {
cursor: pointer;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-footer .ft-lnk:hover {
text-decoration: underline;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-footer .ft-lnk-bull {
margin: 5px; }
.identity-login-box-container .hidden {
display: none !important; }
.login-popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 400;
background: rgba(0, 0, 0, 0.4); }
.login-popup {
position: absolute;
top: 15%;
left: 0;
background: #fff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3); }
.popup-content {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px; }
/*# sourceMappingURL=loginbox.css.map */
|
assets/css/loginbox.css
|
.identity-login-box-container {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px !important;
-webkit-font-smoothing: antialiased;
position: relative;
background: #fff;
padding: 25px;
text-align: center;
min-width: 250px;
max-width: 350px;
margin: 0 auto;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
overflow: auto;
color: #5e6570; }
.identity-login-box-container .bx-hd-title {
text-transform: uppercase;
color: #ff5252;
font-size: 1.2em;
margin: 10px 0;
font-weight: bold; }
.identity-login-box-container .bx-sub-title {
color: #5e6570;
font-size: 1em;
margin: 5px 0;
font-weight: normal; }
.identity-login-box-container .bx-sub-title.action {
color: #ff5252;
cursor: pointer; }
.identity-login-box-container .box-header {
overflow: auto; }
.identity-login-box-container .box-header .login-ico {
width: 60px;
height: 60px;
margin: 10px auto;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%; }
.identity-login-box-container .box-header .login-ico:empty {
background: #f3f3f3 url("https://cdn.loginbox.io/styleguide/loginbox/login-profile-default.svg") no-repeat center;
background-size: cover; }
.identity-login-box-container .box-header .login-ico img {
width: inherit;
height: inherit;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%; }
.identity-login-box-container .box-header .btn-close {
position: absolute;
top: 10px;
right: 10px;
width: 24px;
height: 24px;
background: url("https://cdn.loginbox.io/styleguide/loginbox/close-x.svg") no-repeat center;
background-position: 0px -24px;
background-size: cover;
cursor: pointer;
display: none; }
.identity-login-box-container .identity-login-box.dialog .box-header .btn-close {
display: block; }
.identity-login-box-container .box-main .form-container {
padding: 5px; }
.identity-login-box-container .box-main .form-container form.has-error .inp-container {
border-color: #c00403;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-main .form-container .inp-container {
border: 1px solid #999;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
margin: 8px 0;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-main .form-container .lpinp {
width: 100%;
height: 36px;
padding: 10px 12px;
margin: 0;
font-size: 14px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
color: #777;
outline: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px; }
.identity-login-box-container .box-main .form-container .inp-container .lpinp {
border: none;
border-bottom: 1px solid #ddd; }
.identity-login-box-container .box-main .form-container .inp-container .lpinp:last-child {
border-bottom: none; }
.identity-login-box-container .box-main .form-container .lpbtn {
padding: 8px 30px;
max-width: 45%;
margin: 8px auto;
font-size: 13px;
border-color: rgba(0, 0, 0, 0.1);
background: #ff5252;
color: #fff;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px; }
.identity-login-box-container .box-main .form-container .lpbtn:hover {
border-color: rgba(0, 0, 0, 0.1);
color: white;
outline: none;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-main .form-container .ntf {
color: #777; }
.identity-login-box-container .box-main .form-container .ntf.error {
color: #c00403; }
.identity-login-box-container .box-main .form-container .err-container {
padding: 10px 12px;
text-align: left;
color: #c00403; }
.identity-login-box-container .box-main .form-container .err-container:empty {
display: none; }
.identity-login-box-container .box-main.register .terms {
margin: 15px 0;
text-decoration: none; }
.identity-login-box-container .box-main.register .terms .ico {
float: left;
width: 24px;
height: 24px;
background: url("https://cdn.loginbox.io/styleguide/loginbox/terms-ico.svg") no-repeat center;
background-size: cover;
margin: 3px 0; }
.identity-login-box-container .box-main.register .terms .bx-sub-title {
font-size: 0.9em;
color: #999;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-main.register .terms:hover .bx-sub-title {
color: #555;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-main.success .ico {
width: 70%;
height: 80px;
margin: 20px auto;
background: url("https://cdn.loginbox.io/styleguide/loginbox/success-tick.svg") no-repeat center;
background-size: contain; }
.identity-login-box-container .box-main.success .bx-succ-title {
margin: 20px 0;
font-size: 1.15em;
text-align: center;
color: #42b549; }
.identity-login-box-container .social-container {
overflow: auto;
max-width: 300px;
margin: 0 auto;
margin-bottom: 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center; }
.identity-login-box-container .social-container .social_or {
margin: 10px 0;
color: #555459;
text-align: center; }
.identity-login-box-container .social-container .btn_social {
float: left;
margin: 5px;
width: 40px;
height: 40px;
cursor: pointer;
background: url("https://cdn.loginbox.io/styleguide/social/img/social-sprite-light.svg") no-repeat;
background-size: cover;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
opacity: 1;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .social-container .btn_social.fb {
background-color: #3c589a;
background-position: 0 0; }
.identity-login-box-container .social-container .btn_social.gp {
background-color: #dd4b39;
background-position: 0px -40px; }
.identity-login-box-container .social-container .btn_social.gh {
background-color: #5e6570;
background-position: 0px -80px; }
.identity-login-box-container .social-container .btn_social.tt {
background-color: #55acee;
background-position: 0px -120px; }
.identity-login-box-container .social-container .btn_social.lin {
background-color: #006fa6;
background-position: 0px -160px; }
.identity-login-box-container .social-container .btn_social.win {
background-color: #0078d7;
background-position: 0px -200px; }
.identity-login-box-container .social-container .btn_social:hover {
opacity: 0.75;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-footer {
border-top: 1px solid #ccc;
margin-top: 10px;
padding-top: 10px;
color: #777;
font-weight: normal; }
.identity-login-box-container .box-footer .ft-lnk,
.identity-login-box-container .box-footer .ft-lnk-bull {
display: inline-block;
margin: 5px 0; }
.identity-login-box-container .box-footer .ft-lnk {
cursor: pointer;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-footer .ft-lnk:hover {
text-decoration: underline;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out; }
.identity-login-box-container .box-footer .ft-lnk-bull {
margin: 5px; }
.identity-login-box-container .hidden {
display: none !important; }
.login-popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 400;
background: rgba(0, 0, 0, 0.4); }
.login-popup {
position: absolute;
top: 15%;
left: 0;
background: #fff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3); }
.popup-content {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px; }
/*# sourceMappingURL=loginbox.css.map */
| 0.264643 | 0.041153 |
@charset "utf-8";
body,div,dl,dt,dd,ul,li,form,input,button,h1,h2,h3,h4,h5,h6,p{margin: 0 auto;padding:0;font-family:"ๅพฎ่ฝฏ้
้ป";color:#105eae}
ul,li,dl,dt,dd{display:block;list-style:none;}
a{text-decoration:none;outline:none;width: 40px;display: block;}
.fl{float:left;}
.fr{float:right;}
.none{display:none;}
.loan_jm1{width:94%;margin:0 auto;}
.loan_jm_spa1{width:39%;height:40px;line-height:40px;font-size:1em;color:#666;display:block;float:left;}
.loan_jm_l1{margin-top:10px;margin-bottom:15px;height:40px;}
.wbk_srn{width:57%;height:40px;border:1px solid #ccc;background:#FFF;float:left;padding-left:3%;line-height:40px;color:#ADADAD;
font-size:1.1em; background-size:45%;background-position:center;background:#fff;}
.wbk_srn b{width:30px;height:40px;border:1px solid #ccc;background:#FFF;float:left;padding-left:3%;line-height:40px;color:#ADADAD;
font-size:1.1em;}
/*ๆพ็คบ็นๅปๆฏๅชไธชๅญๆฏ*/
.showLetter{
position: fixed;
color:#105eae;
width: 50px;
height:50px;
top:45%;
left: 45%;
border-radius: 50%;
border: #105eae 1px solid;
text-align: center;
display: none;
}
.showLetter span{
width: 50px;
height: 50px;
line-height: 50px;
font-size: 30px;
}
.seach{
width: 90%;
height: 45px;
padding-top: 10px;
background: #fff;
}
.seach input{
width: 90%;
height: 45px;
font-size: 16px;
padding-left: 10px;
padding-right: 10px;
border: 1px solid #eee;
color: #000
}
/*ๅๅธๅผนๅฑ*/
.container{width:90%;right:20;overflow-y:scroll}
.letter{width:auto;position:fixed;top:0px;right:5px;text-align:center;}
.letter ul{list-style-type:none;}
.letter ul li a{text-decoration:none;color:#105eae;font-size: 16px}
.city{
width: 90%;
padding: 20px 20px 20px 10px;
}
.history{margin-top: 15px;}
.hot{overflow: hidden;}
.hot div{
display: block;
width: 29%;
height: 40px;
float: left;
text-align: center;
line-height: 40px;
color: #afafaf;
margin-top: 10px;
margin-right: 3%;
border: 1px solid #eee;
border-radius: 5px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.clear-history{display: block;float: right;}
.city-list{width:100%;}
.city-list .city-letter{font-size:20px;display:inline-block;padding-top:15px;padding-bottom:5px;border-bottom:1px solid #e8ecf1;width:100%;}
.city-list p{color:#afafaf;width:95%;min-height:50px;line-height:50px;border-bottom:1px solid #e8ecf1;cursor:pointer;}
.UISelect{margin-top:5px}
|
fszn-admin/src/main/resources/static/css/diqu.css
|
@charset "utf-8";
body,div,dl,dt,dd,ul,li,form,input,button,h1,h2,h3,h4,h5,h6,p{margin: 0 auto;padding:0;font-family:"ๅพฎ่ฝฏ้
้ป";color:#105eae}
ul,li,dl,dt,dd{display:block;list-style:none;}
a{text-decoration:none;outline:none;width: 40px;display: block;}
.fl{float:left;}
.fr{float:right;}
.none{display:none;}
.loan_jm1{width:94%;margin:0 auto;}
.loan_jm_spa1{width:39%;height:40px;line-height:40px;font-size:1em;color:#666;display:block;float:left;}
.loan_jm_l1{margin-top:10px;margin-bottom:15px;height:40px;}
.wbk_srn{width:57%;height:40px;border:1px solid #ccc;background:#FFF;float:left;padding-left:3%;line-height:40px;color:#ADADAD;
font-size:1.1em; background-size:45%;background-position:center;background:#fff;}
.wbk_srn b{width:30px;height:40px;border:1px solid #ccc;background:#FFF;float:left;padding-left:3%;line-height:40px;color:#ADADAD;
font-size:1.1em;}
/*ๆพ็คบ็นๅปๆฏๅชไธชๅญๆฏ*/
.showLetter{
position: fixed;
color:#105eae;
width: 50px;
height:50px;
top:45%;
left: 45%;
border-radius: 50%;
border: #105eae 1px solid;
text-align: center;
display: none;
}
.showLetter span{
width: 50px;
height: 50px;
line-height: 50px;
font-size: 30px;
}
.seach{
width: 90%;
height: 45px;
padding-top: 10px;
background: #fff;
}
.seach input{
width: 90%;
height: 45px;
font-size: 16px;
padding-left: 10px;
padding-right: 10px;
border: 1px solid #eee;
color: #000
}
/*ๅๅธๅผนๅฑ*/
.container{width:90%;right:20;overflow-y:scroll}
.letter{width:auto;position:fixed;top:0px;right:5px;text-align:center;}
.letter ul{list-style-type:none;}
.letter ul li a{text-decoration:none;color:#105eae;font-size: 16px}
.city{
width: 90%;
padding: 20px 20px 20px 10px;
}
.history{margin-top: 15px;}
.hot{overflow: hidden;}
.hot div{
display: block;
width: 29%;
height: 40px;
float: left;
text-align: center;
line-height: 40px;
color: #afafaf;
margin-top: 10px;
margin-right: 3%;
border: 1px solid #eee;
border-radius: 5px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.clear-history{display: block;float: right;}
.city-list{width:100%;}
.city-list .city-letter{font-size:20px;display:inline-block;padding-top:15px;padding-bottom:5px;border-bottom:1px solid #e8ecf1;width:100%;}
.city-list p{color:#afafaf;width:95%;min-height:50px;line-height:50px;border-bottom:1px solid #e8ecf1;cursor:pointer;}
.UISelect{margin-top:5px}
| 0.252476 | 0.066146 |
.dash-btn.active.focus,
.dash-btn.active:focus,
.dash-btn.focus,
.dash-btn.focus:active,
.dash-btn:active:focus,
.dash-btn:focus {
outline: 0 !important;
outline-offset: 0 !important;
background-image: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.tar-in-detail{
color: #d196d2;
font-family: sans-serif;
font-size: medium;
font-weight: 700;
}
.tar-name-in-detail{
font-style: normal;
font-weight: 600;
font-size: 16px;
color: black;
}
.circle {
width: 6vw;
height: 6vw;
border-radius: 100px;
}
.post {
font-size: 1.5vw
}
.row-dash {
padding-top: 1vw
}
@media only screen and (max-width: 425px) {
.main {
width: 90vw;
height: 300vw
}
.circle {
width: 24vw;
height: 24vw
}
.post {
font-size: 6vw
}
}
.swal2-popup {
display: none;
position: relative;
box-sizing: border-box;
flex-direction: column;
justify-content: center;
width: 62em !important;
height: 20em !important;
max-width: 100%;
padding: 1em;
border: none;
border-radius: .3125em;
background: #fff;
font-family: inherit;
font-size: 1.2rem;
}
.swal2-styled.swal2-confirm {
border-radius: .25em;
background: initial;
background-color: #3e2a98 !important;
color: #fff;
font-size: 1.0625em;
}
.blur{
color:#0c0c0b73;
}
.error-msg{
color: red;
}
table.tt_buyseries, table.tt_buyseries thead tr th {
border-bottom: 1px solid #d8d4d4;
}
table.tt_buyseries th span {
font-family: 'Avenir LT Std 85 Heavy';
margin: 40px 0px 10px;
display: block;
font-size: 20px;
color: #5752a4;
padding: 10px;
}
table.tt_buyseries {
width: 100%;
font-size: 11px;
color: #666;
margin-top: 30px;
border: none;
letter-spacing: normal;
font-size: 11px;
line-height: normal;
background: #fff !important;
}
.td_class{
font-size: 15px;
}
.seriesBlock {
height: 8em;
margin-bottom: 0;
padding:30px 10px 10px 10px;
position: relative;
}
.seriesBlock a {
font-family: 'Avenir LT Std 95 Black';
text-transform: uppercase;
color: #fffefe;
font-size: 14px;
text-align: center;
width: 320px;
padding: 10px;
border: 2px solid #5752a4;
background-color: #5752a4;
margin: 0;
}
|
public/css/new.css
|
.dash-btn.active.focus,
.dash-btn.active:focus,
.dash-btn.focus,
.dash-btn.focus:active,
.dash-btn:active:focus,
.dash-btn:focus {
outline: 0 !important;
outline-offset: 0 !important;
background-image: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.tar-in-detail{
color: #d196d2;
font-family: sans-serif;
font-size: medium;
font-weight: 700;
}
.tar-name-in-detail{
font-style: normal;
font-weight: 600;
font-size: 16px;
color: black;
}
.circle {
width: 6vw;
height: 6vw;
border-radius: 100px;
}
.post {
font-size: 1.5vw
}
.row-dash {
padding-top: 1vw
}
@media only screen and (max-width: 425px) {
.main {
width: 90vw;
height: 300vw
}
.circle {
width: 24vw;
height: 24vw
}
.post {
font-size: 6vw
}
}
.swal2-popup {
display: none;
position: relative;
box-sizing: border-box;
flex-direction: column;
justify-content: center;
width: 62em !important;
height: 20em !important;
max-width: 100%;
padding: 1em;
border: none;
border-radius: .3125em;
background: #fff;
font-family: inherit;
font-size: 1.2rem;
}
.swal2-styled.swal2-confirm {
border-radius: .25em;
background: initial;
background-color: #3e2a98 !important;
color: #fff;
font-size: 1.0625em;
}
.blur{
color:#0c0c0b73;
}
.error-msg{
color: red;
}
table.tt_buyseries, table.tt_buyseries thead tr th {
border-bottom: 1px solid #d8d4d4;
}
table.tt_buyseries th span {
font-family: 'Avenir LT Std 85 Heavy';
margin: 40px 0px 10px;
display: block;
font-size: 20px;
color: #5752a4;
padding: 10px;
}
table.tt_buyseries {
width: 100%;
font-size: 11px;
color: #666;
margin-top: 30px;
border: none;
letter-spacing: normal;
font-size: 11px;
line-height: normal;
background: #fff !important;
}
.td_class{
font-size: 15px;
}
.seriesBlock {
height: 8em;
margin-bottom: 0;
padding:30px 10px 10px 10px;
position: relative;
}
.seriesBlock a {
font-family: 'Avenir LT Std 95 Black';
text-transform: uppercase;
color: #fffefe;
font-size: 14px;
text-align: center;
width: 320px;
padding: 10px;
border: 2px solid #5752a4;
background-color: #5752a4;
margin: 0;
}
| 0.342791 | 0.069101 |
* {
margin: 0;
padding: 0;
transition: .3s;
}
html,
body {
background-color: #f9f9fa;
font-size: calc(16px + (22 - 16) * (100vw - 320px) / 1200);
height: 100%;
overflow-x: hidden;
}
li {
list-style-type: none;
}
.header {
background-color: #c80815;
color: #fff;
padding-bottom: .5em;
}
.button {
border: 0;
padding: .5em;
background-color: #ccc;
}
.button:hover {
background-color: #d9381a;
color: #fff;
cursor: pointer;
}
.button--danger {
background-color: #c80815;
color: #fff;
}
[class*="header__"] {
display: inline-block;
}
.header__navigation li {
display: inline;
padding-left: 0.5em;
}
.header__brand {
font-size: 180%;
font-variant: small-caps;
width: 30%;
}
.header__navigation {
text-align: center;
width: 45%;
}
.header__navigation a:link,
.header__navigation a:visited {
color: #fff;
text-decoration: none;
}
.header__navigation a:hover {
border-bottom: 3px solid #ffffff;
transition: .2s;
}
.header__form {
text-align: right;
width: 23%;
}
.header__form .form-input {
border: 1px solid #c80815;
padding: .4em;
width: 43%;
}
form .button--danger {
background-color: #fff;
border: 1px solid #c80815;
color: #c80815;
padding: .4em;
width: 30%;
}
.container {
margin-bottom: -3.125em;
min-height: 100%;
padding: 1em;
}
.blog-content {
float: left;
width: 70%;
}
.button[value="older posts"] {
display: block;
margin: 1em auto;
width: 20%;
}
.button[value="read more"] {
float: right;
}
.post {
border: 2px solid #c80815;
margin-bottom: 1em;
padding: 0 .6em 2.5em .6em;
}
.entry__content {
line-height: 1.618;
}
.meta {
color: #c80815;
margin-bottom: .4em;
}
.meta a {
text-decoration: none;
color: inherit;
}
.meta__author a,
.meta__category a {
border-bottom: double;
}
.sidebar {
background-color: #c80815;
color: #fff;
float: right;
margin-right: -.1em;
width: 25%;
}
.sidebar h3 {
font-variant: small-caps;
padding-left: 1em;
text-decoration: underline;
}
.sidebar ul {
padding-left: 2em;
}
.sidebar > ul li {
display: block;
}
.sidebar ul li:last-child {
padding-bottom: 1em;
}
.most-read {
border-bottom: .625em solid #f9f9fa;
}
.push {
height: 3.125em;
}
.footer {
background-color: #c80815;
color: #fff;
overflow: auto;
padding: 1.25em;
text-align: center;
width: 100%;
}
@media screen and (max-width: 48em) {
[class*="header__"] {
width: 100%;
}
.header__brand,
.header__form {
text-align: center;
}
.form-input {
margin: 1em 0 1em 0;
}
.sidebar {
display: none;
}
.blog-content {
float: none;
margin: 0 auto;
margin-top: 1em;
width: 90%;
}
}
@media screen and (max-width: 30em) {
.meta > span {
display: block;
}
}
|
css/blog.css
|
* {
margin: 0;
padding: 0;
transition: .3s;
}
html,
body {
background-color: #f9f9fa;
font-size: calc(16px + (22 - 16) * (100vw - 320px) / 1200);
height: 100%;
overflow-x: hidden;
}
li {
list-style-type: none;
}
.header {
background-color: #c80815;
color: #fff;
padding-bottom: .5em;
}
.button {
border: 0;
padding: .5em;
background-color: #ccc;
}
.button:hover {
background-color: #d9381a;
color: #fff;
cursor: pointer;
}
.button--danger {
background-color: #c80815;
color: #fff;
}
[class*="header__"] {
display: inline-block;
}
.header__navigation li {
display: inline;
padding-left: 0.5em;
}
.header__brand {
font-size: 180%;
font-variant: small-caps;
width: 30%;
}
.header__navigation {
text-align: center;
width: 45%;
}
.header__navigation a:link,
.header__navigation a:visited {
color: #fff;
text-decoration: none;
}
.header__navigation a:hover {
border-bottom: 3px solid #ffffff;
transition: .2s;
}
.header__form {
text-align: right;
width: 23%;
}
.header__form .form-input {
border: 1px solid #c80815;
padding: .4em;
width: 43%;
}
form .button--danger {
background-color: #fff;
border: 1px solid #c80815;
color: #c80815;
padding: .4em;
width: 30%;
}
.container {
margin-bottom: -3.125em;
min-height: 100%;
padding: 1em;
}
.blog-content {
float: left;
width: 70%;
}
.button[value="older posts"] {
display: block;
margin: 1em auto;
width: 20%;
}
.button[value="read more"] {
float: right;
}
.post {
border: 2px solid #c80815;
margin-bottom: 1em;
padding: 0 .6em 2.5em .6em;
}
.entry__content {
line-height: 1.618;
}
.meta {
color: #c80815;
margin-bottom: .4em;
}
.meta a {
text-decoration: none;
color: inherit;
}
.meta__author a,
.meta__category a {
border-bottom: double;
}
.sidebar {
background-color: #c80815;
color: #fff;
float: right;
margin-right: -.1em;
width: 25%;
}
.sidebar h3 {
font-variant: small-caps;
padding-left: 1em;
text-decoration: underline;
}
.sidebar ul {
padding-left: 2em;
}
.sidebar > ul li {
display: block;
}
.sidebar ul li:last-child {
padding-bottom: 1em;
}
.most-read {
border-bottom: .625em solid #f9f9fa;
}
.push {
height: 3.125em;
}
.footer {
background-color: #c80815;
color: #fff;
overflow: auto;
padding: 1.25em;
text-align: center;
width: 100%;
}
@media screen and (max-width: 48em) {
[class*="header__"] {
width: 100%;
}
.header__brand,
.header__form {
text-align: center;
}
.form-input {
margin: 1em 0 1em 0;
}
.sidebar {
display: none;
}
.blog-content {
float: none;
margin: 0 auto;
margin-top: 1em;
width: 90%;
}
}
@media screen and (max-width: 30em) {
.meta > span {
display: block;
}
}
| 0.333829 | 0.057045 |
.header{
height: 54px;
border-bottom: 1px solid rgb(220, 220, 220);
display: grid;
/* grid-template-columns: min-content; */
padding-left: 16vw;
padding-right: 16vw;
}
nav{
height: 54px;
display: grid;
grid-template-columns: min-content 1fr min-content 1fr min-content min-content min-content min-content min-content;
grid-gap: 25px;
}
.nav-svg{
height: calc(54px*0.5);
}
.header-logo-container{
grid-column: 1;
}
.header-logo{
height: 48px;
width: 48px;
}
.nav-search{
grid-column: 3;
display: flex;
}
.nav-search input{
height: 75%;
margin: auto 0 auto 0;
}
.nav-home{
grid-column: 5;
}
.nav-messages{
grid-column: 6;
}
.nav-upload{
grid-column: 7;
}
.nav-notification{
grid-column: 8;
}
.nav-account{
grid-column: 9;
}
.header-element{
align-self: center;
margin: 0 auto;
}
main{
width: min-content;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
display: grid;
grid-template-columns: min-content min-content;
grid-template-rows: 115px min-content min-content;
}
.post{
background-color: darkkhaki;
height: max-content;
max-width: 615px;
border-radius: 3px;
grid-column: 1;
grid-row: 2;
margin-top: 24px;
}
.post-picture-container{
width: min-content;
}
.post-header{
display: grid;
grid-template-columns: min-content 1fr;
}
.post-author{
grid-column: 1;
width: min-content;
height: 60px;
display: grid;
grid-template-columns: repeat(3, min-content);
align-content: center;
align-items: center;
}
.post-author-profilepic{
width: 48px;
height: 48px;
margin-left: 12px;
border-radius: 50%;
background-color: darkturquoise;
}
.post-author-username{
margin-left: 12px;
}
.post-buttons-moreoptions-container{
grid-column: 2;
width: 26px;
height: 26px;
margin-right: 12px;
justify-self: end;
align-self: center;
}
.post-buttons-moreoptions{
width: 20px;
height: 20px;
}
.post-footer{
padding: 4px 8px 2px 8px;
}
.post-buttons-container{
height: 40px;
}
.post-buttons{
height: 100%;
margin-left: 5px;
}
.post-buttons-svg{
height: 75%;
}
.post-addfav-button-container{
float: right;
margin-right: 6px;
}
.post-text{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.short-videos-bar{
background-color: indianred;
height: 115px;
max-width: 615px;
border-radius: 3px;
display: flex;
overflow-x: scroll;
scrollbar-width: thin;
margin-left: auto;
margin-right: auto;
grid-column: 1;
grid-row: 1;
}
.short-videos-bar::-webkit-scrollbar{
display: none;
}
.short-videos-block{
min-width: 80px;
height: 100%;
display: flex;
flex-direction: column;
}
.short-videos-block-pic{
width: 58px;
height: 58px;
background-image: url(../img/profilepic-videos.png);
border-radius: 50%;
background-repeat: no-repeat;
margin-top: auto;
align-self: center;
}
.short-videos-block-author{
align-self: end;
margin: 4px auto auto auto;
}
.short-videos-arrows{
position: absolute;
min-width: 615px;
height: 115px;
display: grid;
grid-template-columns: 18px 1fr 18px;
pointer-events: none;
}
.short-videos-arrows button{
width: 14px;
height: 14px;
}
.short-videos-arrows .l{
grid-column: 1;
align-self: center;
background-image: url(../img/svg/left-arrow.svg);
margin-bottom: 16px;
cursor: pointer;
pointer-events: all;
}
.short-videos-arrows .r{
grid-column: -1;
align-self: center;
background-image: url(../img/svg/right-arrow.svg);
margin-bottom: 16px;
cursor: pointer;
pointer-events: all;
}
aside{
width: 310px;
grid-row: 1/2;
margin-left: 24px;
}
.credits{
font-size: 12px;
color: rgba(128, 128, 128, 0.5);
}
.credits a:link{
color: rgb(128, 128, 128);
}
.credits a:visited{
color: rgb(128, 128, 128);
}
.aside-suggestion header{
display: flex;
}
.aside-suggestion header h2{
font-size: 15px;
color: rgb(70, 70, 70);
}
.aside-suggestion header a{
margin-left: auto;
color: rgb(0, 120, 245);
}
.aside-suggestion-list div{
max-height: 64px;
display: flex;
align-items: center;
}
.aside-suggestion-list img{
width: 48px;
height: 48px;
border-radius: 50%;
}
.aside-suggestion-list span{
display: flex;
flex-direction: column;
margin-left: 8px;
}
small{
font-size: 12px;
}
.aside-suggestion-list button{
margin-left: auto;
color: rgb(0, 120, 245);
}
.aside-suggestion-list li{
margin-top: 12px;
}
ul{
padding-left: 6px;
}
img{
vertical-align: top;
}
|
docs/css/master.css
|
.header{
height: 54px;
border-bottom: 1px solid rgb(220, 220, 220);
display: grid;
/* grid-template-columns: min-content; */
padding-left: 16vw;
padding-right: 16vw;
}
nav{
height: 54px;
display: grid;
grid-template-columns: min-content 1fr min-content 1fr min-content min-content min-content min-content min-content;
grid-gap: 25px;
}
.nav-svg{
height: calc(54px*0.5);
}
.header-logo-container{
grid-column: 1;
}
.header-logo{
height: 48px;
width: 48px;
}
.nav-search{
grid-column: 3;
display: flex;
}
.nav-search input{
height: 75%;
margin: auto 0 auto 0;
}
.nav-home{
grid-column: 5;
}
.nav-messages{
grid-column: 6;
}
.nav-upload{
grid-column: 7;
}
.nav-notification{
grid-column: 8;
}
.nav-account{
grid-column: 9;
}
.header-element{
align-self: center;
margin: 0 auto;
}
main{
width: min-content;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
display: grid;
grid-template-columns: min-content min-content;
grid-template-rows: 115px min-content min-content;
}
.post{
background-color: darkkhaki;
height: max-content;
max-width: 615px;
border-radius: 3px;
grid-column: 1;
grid-row: 2;
margin-top: 24px;
}
.post-picture-container{
width: min-content;
}
.post-header{
display: grid;
grid-template-columns: min-content 1fr;
}
.post-author{
grid-column: 1;
width: min-content;
height: 60px;
display: grid;
grid-template-columns: repeat(3, min-content);
align-content: center;
align-items: center;
}
.post-author-profilepic{
width: 48px;
height: 48px;
margin-left: 12px;
border-radius: 50%;
background-color: darkturquoise;
}
.post-author-username{
margin-left: 12px;
}
.post-buttons-moreoptions-container{
grid-column: 2;
width: 26px;
height: 26px;
margin-right: 12px;
justify-self: end;
align-self: center;
}
.post-buttons-moreoptions{
width: 20px;
height: 20px;
}
.post-footer{
padding: 4px 8px 2px 8px;
}
.post-buttons-container{
height: 40px;
}
.post-buttons{
height: 100%;
margin-left: 5px;
}
.post-buttons-svg{
height: 75%;
}
.post-addfav-button-container{
float: right;
margin-right: 6px;
}
.post-text{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.short-videos-bar{
background-color: indianred;
height: 115px;
max-width: 615px;
border-radius: 3px;
display: flex;
overflow-x: scroll;
scrollbar-width: thin;
margin-left: auto;
margin-right: auto;
grid-column: 1;
grid-row: 1;
}
.short-videos-bar::-webkit-scrollbar{
display: none;
}
.short-videos-block{
min-width: 80px;
height: 100%;
display: flex;
flex-direction: column;
}
.short-videos-block-pic{
width: 58px;
height: 58px;
background-image: url(../img/profilepic-videos.png);
border-radius: 50%;
background-repeat: no-repeat;
margin-top: auto;
align-self: center;
}
.short-videos-block-author{
align-self: end;
margin: 4px auto auto auto;
}
.short-videos-arrows{
position: absolute;
min-width: 615px;
height: 115px;
display: grid;
grid-template-columns: 18px 1fr 18px;
pointer-events: none;
}
.short-videos-arrows button{
width: 14px;
height: 14px;
}
.short-videos-arrows .l{
grid-column: 1;
align-self: center;
background-image: url(../img/svg/left-arrow.svg);
margin-bottom: 16px;
cursor: pointer;
pointer-events: all;
}
.short-videos-arrows .r{
grid-column: -1;
align-self: center;
background-image: url(../img/svg/right-arrow.svg);
margin-bottom: 16px;
cursor: pointer;
pointer-events: all;
}
aside{
width: 310px;
grid-row: 1/2;
margin-left: 24px;
}
.credits{
font-size: 12px;
color: rgba(128, 128, 128, 0.5);
}
.credits a:link{
color: rgb(128, 128, 128);
}
.credits a:visited{
color: rgb(128, 128, 128);
}
.aside-suggestion header{
display: flex;
}
.aside-suggestion header h2{
font-size: 15px;
color: rgb(70, 70, 70);
}
.aside-suggestion header a{
margin-left: auto;
color: rgb(0, 120, 245);
}
.aside-suggestion-list div{
max-height: 64px;
display: flex;
align-items: center;
}
.aside-suggestion-list img{
width: 48px;
height: 48px;
border-radius: 50%;
}
.aside-suggestion-list span{
display: flex;
flex-direction: column;
margin-left: 8px;
}
small{
font-size: 12px;
}
.aside-suggestion-list button{
margin-left: auto;
color: rgb(0, 120, 245);
}
.aside-suggestion-list li{
margin-top: 12px;
}
ul{
padding-left: 6px;
}
img{
vertical-align: top;
}
| 0.476092 | 0.09795 |
body {
font-family: "Myriad Pro", "Lucida Grande", Helvetica, Tahoma, Arial, Sans-serif;
}
.box, fieldset, table {
position: relative;
-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0, 0, 0, 0.3);
box-shadow: 0.2em 0.2em 0.6em rgba(0, 0, 0, 0.3);
}
a:hover {
text-decoration:underline;
color:#000;
background:none;
}
#top-navigation ul {
list-style:none;
padding:0 0 10px 0;
margin:0;
}
#top-navigation ul li {
display:inline;
}
#top-navigation ul li a {
padding:4px 12px;
border:1px solid #ccc;
text-decoration:none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#top-navigation ul li a:hover {
background-color:#fcfcfc;
text-decoration:none;
}
#breadcrumbs {
padding:0 0 10px 0;
}
.people {
color:#888;
}
.people span {
display: block;
}
.info {
color:#333;
}
.info span {
display:block;
}
.actions {
list-style:none;
margin:0;
text-align:right;
}
.actions li {
padding-left: 0.5em;
float:right;
}
.actions li.destroy {
float:left;
}
.actions li.destroy a {
background:#FBE3E4;
color:#8a1f11;
border-color:#FBC2C4;
}
.actions li a {
display:block;
padding:2px 18px;
border:1px solid #C6D880;
background:#E6EFC2;color:#264409;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
text-decoration:none;
}
textarea {
height: 150px;
}
td {
vertical-align: top;
}
fieldset {
position: relative;
}
fieldset > a.form_close {
position:absolute;
top:3px;
right:-3px;
}
.box h2 {
position:absolute;
top:-10px;
right:-5px;
padding:5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
font-size: 100%;
-webkit-box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.4);
box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.4);
}
#brazil-release {
float: right;
}
.box hr {
background-color: #888;
}
.box hr.space {
background-color: transparent;
}
.box.error h2 {
display: none;
}
.box.activity {
border: 2px solid #BCC2CC;
}
.box.activity.development h2 {
border: 3px solid #AB3E1D;
background:#D14D25;
color:#FFF;
}
.box.activity.versioned h2 {
border: 3px solid #AD8C3E;
background:#FFCE5B;
}
.box.activity.deployed h2 {
border: 3px solid #6D924B;
background:#86B35C;
color: #FFF;
}
.head {
margin-bottom: 0.4em;
}
.head h3 {
display: inline;
margin-right: 0.4em;
}
h3 {
margin-bottom:0.2em;
}
.head a {
font-size: 1.1em;
}
div.fieldWithErrors {
display: inline;
}
div.fieldWithErrors input, div.fieldWithErrors textarea {
background:#FBE3E4;
color:#8a1f11;
border-color:#FBC2C4;
}
pre {
overflow: auto;
overflow-Y: hidden; /*--Hides vertical scroll created by IE--*/
background: #EEE;
}
|
public/stylesheets/brazil/screen.css
|
body {
font-family: "Myriad Pro", "Lucida Grande", Helvetica, Tahoma, Arial, Sans-serif;
}
.box, fieldset, table {
position: relative;
-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0, 0, 0, 0.3);
box-shadow: 0.2em 0.2em 0.6em rgba(0, 0, 0, 0.3);
}
a:hover {
text-decoration:underline;
color:#000;
background:none;
}
#top-navigation ul {
list-style:none;
padding:0 0 10px 0;
margin:0;
}
#top-navigation ul li {
display:inline;
}
#top-navigation ul li a {
padding:4px 12px;
border:1px solid #ccc;
text-decoration:none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#top-navigation ul li a:hover {
background-color:#fcfcfc;
text-decoration:none;
}
#breadcrumbs {
padding:0 0 10px 0;
}
.people {
color:#888;
}
.people span {
display: block;
}
.info {
color:#333;
}
.info span {
display:block;
}
.actions {
list-style:none;
margin:0;
text-align:right;
}
.actions li {
padding-left: 0.5em;
float:right;
}
.actions li.destroy {
float:left;
}
.actions li.destroy a {
background:#FBE3E4;
color:#8a1f11;
border-color:#FBC2C4;
}
.actions li a {
display:block;
padding:2px 18px;
border:1px solid #C6D880;
background:#E6EFC2;color:#264409;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
text-decoration:none;
}
textarea {
height: 150px;
}
td {
vertical-align: top;
}
fieldset {
position: relative;
}
fieldset > a.form_close {
position:absolute;
top:3px;
right:-3px;
}
.box h2 {
position:absolute;
top:-10px;
right:-5px;
padding:5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
font-size: 100%;
-webkit-box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.4);
box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.4);
}
#brazil-release {
float: right;
}
.box hr {
background-color: #888;
}
.box hr.space {
background-color: transparent;
}
.box.error h2 {
display: none;
}
.box.activity {
border: 2px solid #BCC2CC;
}
.box.activity.development h2 {
border: 3px solid #AB3E1D;
background:#D14D25;
color:#FFF;
}
.box.activity.versioned h2 {
border: 3px solid #AD8C3E;
background:#FFCE5B;
}
.box.activity.deployed h2 {
border: 3px solid #6D924B;
background:#86B35C;
color: #FFF;
}
.head {
margin-bottom: 0.4em;
}
.head h3 {
display: inline;
margin-right: 0.4em;
}
h3 {
margin-bottom:0.2em;
}
.head a {
font-size: 1.1em;
}
div.fieldWithErrors {
display: inline;
}
div.fieldWithErrors input, div.fieldWithErrors textarea {
background:#FBE3E4;
color:#8a1f11;
border-color:#FBC2C4;
}
pre {
overflow: auto;
overflow-Y: hidden; /*--Hides vertical scroll created by IE--*/
background: #EEE;
}
| 0.327561 | 0.100967 |
@-webkit-keyframes animate {
0% { width:38px; height: 44px; margin: 0% 0%; opacity:0}
100% { width: 110px; height:132px; margin: 0% 0%; opacity:1}
}
/*
100% { width: 150px; height:176px; margin: 0% 0%; opacity:1}*/
.onload-logo {
-webkit-animation: animate 1.4s ease-in;
}
@-webkit-keyframes logotextanim {
0% { opacity:0}
100% { opacity:1}
}
.onload-text {
-webkit-animation: logotextanim 1.5s ease-in;
}
.navshadow { box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.07); }
.phone {
color:#1a2a0f;
font-family: 'Myriadprocond';
font-size: 37px;
font-weight: 900;
}
p.logotextbottom {
/* margin-top: -17px; */
margin-left: 28px;
/* font-style: italic; */
font-size:11px;
/* position: fixed;
font-family: 'Exo 2';*/
}
div.affix-top {
margin-left: 0;
margin-right: 0;
}
.header-top {height:100px}
img.logotop {
margin-top: 25px;
margin-left: 11px;
opacity: 0.9;
}
.rightblock {
/* margin-right: -120px !important; */
right: -26px !important;
padding-top:10px;
}
.navbar-nav {
font-family: 'Myriadsetpro';
font-size: 16px;
font-weight: 500;
}
.navbar { border-radius: 3px;
min-height: 37px ;
height: 37px }
.right-aside {margin-top:-55px !important;}
.navbar-default .navbar-nav>li>a { color: #1b1a1a }
.navbar-default .navbar-nav>li a:hover, .navbar-default .navbar-nav > li a:focus { color: #123611 !important;
/* background-color: #f1f1f1;
#e7e7e7;*/
}
.affix .logo46 {
background: url(/images/logo46.png) 100% 100% no-repeat;
background-size: contain;
z-index:50;
height:46px;
top:0;
left:50px;
width:39px;
position:absolute;
/* width:170px;
width:165px;
height:185px; */
/* box-shadow: 0 0 5px #000 inset, 0 0 5px #000; transition: background 1s ease; */
}
.logo-akademia {
background: url(/images/logo150.png) no-repeat;
background-size: contain;
z-index:50;
/* width:170px;
height:195px;
width:165px;
height:185px; */
width:110px;
height:132px;
background-position: top right;
position: absolute;
top: 0;
left:6px;
/* left:35px; box-shadow: 0 0 5px #000 inset, 0 0 5px #000; transition: background 1s ease; */
}
.navbar-nav>li>a { padding-top:9px !important;
line-height: 14px;
}
/* menu5 */
/*** for menu5 */
span.icos {
position: absolute;
left: 5px;
top: 3px;
transform: skew(25deg);
opacity: 0.7;
}
span.icos{
display:none;
top:4px
}
.skew-menu ul li:hover span.icos{ display:inherit;
}
ul li:nth-child(1) span.icos {
transform: scale(1.1) skew(25deg);
top:5px;
}
ul li:nth-child(2) span.icos {
left: 3px;
top:6px;
}
ul li:nth-child(3) span.icos{
left: 4px;
transform: scale(0.9) skew(25deg);
top:6px;
}
ul li:nth-child(5) span.icos {
transform: scale(1.05) skew(25deg);
top:6px;
}
|
frontend/web/assets/css-OLD/topmenu.css
|
@-webkit-keyframes animate {
0% { width:38px; height: 44px; margin: 0% 0%; opacity:0}
100% { width: 110px; height:132px; margin: 0% 0%; opacity:1}
}
/*
100% { width: 150px; height:176px; margin: 0% 0%; opacity:1}*/
.onload-logo {
-webkit-animation: animate 1.4s ease-in;
}
@-webkit-keyframes logotextanim {
0% { opacity:0}
100% { opacity:1}
}
.onload-text {
-webkit-animation: logotextanim 1.5s ease-in;
}
.navshadow { box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.07); }
.phone {
color:#1a2a0f;
font-family: 'Myriadprocond';
font-size: 37px;
font-weight: 900;
}
p.logotextbottom {
/* margin-top: -17px; */
margin-left: 28px;
/* font-style: italic; */
font-size:11px;
/* position: fixed;
font-family: 'Exo 2';*/
}
div.affix-top {
margin-left: 0;
margin-right: 0;
}
.header-top {height:100px}
img.logotop {
margin-top: 25px;
margin-left: 11px;
opacity: 0.9;
}
.rightblock {
/* margin-right: -120px !important; */
right: -26px !important;
padding-top:10px;
}
.navbar-nav {
font-family: 'Myriadsetpro';
font-size: 16px;
font-weight: 500;
}
.navbar { border-radius: 3px;
min-height: 37px ;
height: 37px }
.right-aside {margin-top:-55px !important;}
.navbar-default .navbar-nav>li>a { color: #1b1a1a }
.navbar-default .navbar-nav>li a:hover, .navbar-default .navbar-nav > li a:focus { color: #123611 !important;
/* background-color: #f1f1f1;
#e7e7e7;*/
}
.affix .logo46 {
background: url(/images/logo46.png) 100% 100% no-repeat;
background-size: contain;
z-index:50;
height:46px;
top:0;
left:50px;
width:39px;
position:absolute;
/* width:170px;
width:165px;
height:185px; */
/* box-shadow: 0 0 5px #000 inset, 0 0 5px #000; transition: background 1s ease; */
}
.logo-akademia {
background: url(/images/logo150.png) no-repeat;
background-size: contain;
z-index:50;
/* width:170px;
height:195px;
width:165px;
height:185px; */
width:110px;
height:132px;
background-position: top right;
position: absolute;
top: 0;
left:6px;
/* left:35px; box-shadow: 0 0 5px #000 inset, 0 0 5px #000; transition: background 1s ease; */
}
.navbar-nav>li>a { padding-top:9px !important;
line-height: 14px;
}
/* menu5 */
/*** for menu5 */
span.icos {
position: absolute;
left: 5px;
top: 3px;
transform: skew(25deg);
opacity: 0.7;
}
span.icos{
display:none;
top:4px
}
.skew-menu ul li:hover span.icos{ display:inherit;
}
ul li:nth-child(1) span.icos {
transform: scale(1.1) skew(25deg);
top:5px;
}
ul li:nth-child(2) span.icos {
left: 3px;
top:6px;
}
ul li:nth-child(3) span.icos{
left: 4px;
transform: scale(0.9) skew(25deg);
top:6px;
}
ul li:nth-child(5) span.icos {
transform: scale(1.05) skew(25deg);
top:6px;
}
| 0.330039 | 0.112113 |
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:300,400,600");
@import url(~react-virtualized/styles.css);
body {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
letter-spacing: .005em;
min-width: 360px; }
h1, h2, h3, h4, h5 {
font-family: 'Lato', sans-serif;
font-weight: 700;
margin-top: 10px;
color: #333; }
.Nav {
margin-bottom: 0;
background-color: #FFFFFF;
border-radius: 0; }
.Nav .navbar-toggle {
margin-top: 17px; }
.Nav .navbar-header {
width: initial; }
@media (min-width: 768px) and (max-width: 992px) {
.Nav .navbar-header {
width: 130px; } }
.Nav .navbar-header .App-logo {
height: 56px;
margin-left: 15px;
margin-top: 4px; }
@media (max-width: 991px) {
.Nav .navbar-header .App-logo {
margin-bottom: 5px; } }
@media (min-width: 768px) {
.Nav .navbar-header .App-logo {
margin-left: 0px; } }
@media (min-width: 992px) {
.Nav .navbar-header .App-logo {
height: initial;
margin-top: 0px; } }
.Nav .Nav-group {
margin-top: 9px;
letter-spacing: .5px;
font-size: 14px;
font-weight: 600; }
.Nav .Nav-group .Nav-link > a {
text-transform: uppercase;
color: #919191; }
.Nav .Nav-group .Nav-link > a:hover {
color: #22D6D6; }
.Nav .Nav-group .Nav-link.active > a,
.Nav .Nav-group .Nav-link.active > a:focus,
.Nav .Nav-group .Nav-link.active > a:hover {
background-color: transparent;
color: #22D6D6; }
.Nav .Nav-group .User-dropdown {
margin-top: 5px;
margin-left: 15px;
border: 1px solid #E7E7E7; }
@media (max-width: 767px) {
.Nav .Nav-group .User-dropdown {
margin-bottom: 5px;
margin-right: 15px; } }
.Nav .Nav-group .User-dropdown #nav-dropdown {
padding: 0;
padding-right: 15px; }
@media (max-width: 767px) {
.Nav .Nav-group .User-dropdown #nav-dropdown .caret {
float: right;
margin-top: 18px; } }
.Nav .Nav-group .User-dropdown .Logged-in-user {
display: inline; }
.Nav .Nav-group .User-dropdown .Logged-in-user span {
margin-left: 15px; }
.Nav .Nav-group .Profile-pic {
height: 40px; }
.Nav .Nav-group .Dropdown-link > a {
padding: 10px 20px;
font-weight: 600;
color: #919191; }
a {
color: #919191;
font-weight: 600; }
a:hover {
color: #1EC0C0;
text-decoration: none; }
.Primary-button {
margin-top: 8px;
font-size: 16px;
display: block;
border-radius: 2px;
font-weight: 700;
font-family: 'Lato', sans-serif;
transition: .25s;
padding: 6px 20px;
color: #FFFFFF;
background-color: #22D6D6;
border-color: #22D6D6; }
.Primary-button:focus,
.Primary-button.focus,
.Primary-button:hover,
.Primary-button:active,
.Primary-button.active,
.open > .dropdown-toggle.Primary-button,
.Primary-button:active:hover,
.Primary-button.active:hover,
.open > .dropdown-toggle.Primary-button:hover,
.Primary-button:active:focus,
.Primary-button.active:focus,
.open > .dropdown-toggle.Primary-button:focus,
.Primary-button:active.focus,
.Primary-button.active.focus,
.open > .dropdown-toggle.Primary-button.focus {
color: #FFFFFF;
background-color: #1EC0C0;
border-color: #1EC0C0; }
.Primary-button.disabled, .Primary-button[disabled],
.Primary-button.disabled:hover, .Primary-button[disabled]:hover {
color: #FFFFFF;
background-color: #1EC0C0;
border-color: #1EC0C0;
opacity: .5; }
.Secondary-button {
margin-top: 8px;
font-size: 16px;
display: block;
border-radius: 2px;
font-weight: 700;
font-family: 'Lato', sans-serif;
transition: .25s;
padding: 4px 20px;
color: #333;
background-color: #FFFFFF;
border: 2px solid #333; }
.Secondary-button:focus,
.Secondary-button.focus,
.Secondary-button:hover,
.Secondary-button:active,
.Secondary-button.active,
.open > .dropdown-toggle.Secondary-button,
.Secondary-button:active:hover,
.Secondary-button.active:hover,
.open > .dropdown-toggle.Secondary-button:hover,
.Secondary-button:active:focus,
.Secondary-button.active:focus,
.open > .dropdown-toggle.Secondary-button:focus,
.Secondary-button:active.focus,
.Secondary-button.active.focus,
.open > .dropdown-toggle.Secondary-button.focus {
color: #333;
background-color: #E7E7E7;
border-color: #333; }
.Secondary-button.disabled, .Secondary-button[disabled],
.Secondary-button.disabled:hover, .Secondary-button[disabled]:hover {
color: #333;
background-color: #E7E7E7;
border-color: #333;
opacity: .5; }
.form-control {
border-radius: 0;
border-color: #E7E7E7; }
.ReactVirtualized__Table {
background-color: #f9f9f9; }
.ReactVirtualized__Table :focus {
outline: none !important; }
.ReactVirtualized__Table .ReactVirtualized__Table__row {
cursor: pointer; }
.ReactVirtualized__Table .ReactVirtualized__Table__headerRow {
background-color: #333;
color: #f5f5f5;
font-weight: 300;
padding-top: 6px;
height: 36px;
cursor: default !important; }
.explorerBody {
height: calc(100vh - 50px - 92px - 15px - 30px);
margin-left: -15px;
margin-right: -15px; }
.explorerBody h5 {
padding-left: 15px; }
.explorerBody h5.heading {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 11px; }
.explorerColumn {
height: 100%;
border-left: 1px solid #333;
border-bottom: 1px solid #333; }
.explorerColumn:last-child {
border-right: 1px solid #333; }
.explorerColumn p {
padding-top: 10px; }
.explorerColumnHeading {
background-color: #333;
color: #f5f5f5;
font-weight: 300;
padding-top: 9px;
height: 40px; }
.fillHeight {
height: 100%; }
.search {
text-align: right; }
.search :global(.input-group) {
margin-top: -6px; }
.form {
vertical-align: middle;
height: 50px;
padding-top: 10px;
background-color: #f5f5f5; }
.form label {
color: #333 !important; }
.json {
width: calc(100% + 30px);
height: calc(100% - 40px);
margin-left: -15px;
overflow-x: scroll;
overflow-y: scroll;
padding-left: 15px; }
.json pre {
overflow: initial;
font-size: 12px; }
.tableHeader {
color: #333;
background-color: #E7E7E7;
font-size: 14px;
font-weight: 500; }
.table {
background-color: #f9f9f9; }
.tableHeight {
height: calc(100% - 40px);
overflow-y: auto; }
.row {
cursor: pointer; }
.blockTable {
height: calc(100% - 40px);
overflow-y: auto; }
.blockTable .blockTableBody {
background-color: #f9f9f9; }
.blockTable .blockTableRow {
cursor: pointer; }
.blockTable .blockTableHeader {
color: #333;
background-color: #E7E7E7;
font-size: 14px;
font-weight: 500; }
.blockTable .headerRow {
color: #333;
background-color: #E7E7E7 !important;
cursor: default !important;
text-transform: capitalize; }
.blockTable .alternatingRow {
background-color: #f1f1f1; }
.blockTable .selectedRow {
background-color: #dddddd; }
.metadata, .actions {
overflow-y: auto; }
.metadata table, .actions table {
font-size: 12px; }
.metadata table th, .actions table th {
font-size: 14px;
font-weight: 500; }
.metadata table thead tr th:first-child,
.metadata table tbody tr td:first-child, .actions table thead tr th:first-child,
.actions table tbody tr td:first-child {
vertical-align: middle;
padding-left: 15px;
padding-right: 8px; }
.metadata {
height: calc(40% - 40px); }
.actions {
height: calc(60% - 40px); }
.actions .actionTitle {
background-color: #dddddd;
margin: 0px;
padding-top: 10px;
padding-bottom: 10px; }
.actions table {
margin-bottom: 0px; }
.actions table tbody tr:first-child td:first-child {
vertical-align: top;
padding-top: 18px; }
/*# sourceMappingURL=index.css.map */
|
packages/interbit-ui-components/src/css/index.css
|
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:300,400,600");
@import url(~react-virtualized/styles.css);
body {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
letter-spacing: .005em;
min-width: 360px; }
h1, h2, h3, h4, h5 {
font-family: 'Lato', sans-serif;
font-weight: 700;
margin-top: 10px;
color: #333; }
.Nav {
margin-bottom: 0;
background-color: #FFFFFF;
border-radius: 0; }
.Nav .navbar-toggle {
margin-top: 17px; }
.Nav .navbar-header {
width: initial; }
@media (min-width: 768px) and (max-width: 992px) {
.Nav .navbar-header {
width: 130px; } }
.Nav .navbar-header .App-logo {
height: 56px;
margin-left: 15px;
margin-top: 4px; }
@media (max-width: 991px) {
.Nav .navbar-header .App-logo {
margin-bottom: 5px; } }
@media (min-width: 768px) {
.Nav .navbar-header .App-logo {
margin-left: 0px; } }
@media (min-width: 992px) {
.Nav .navbar-header .App-logo {
height: initial;
margin-top: 0px; } }
.Nav .Nav-group {
margin-top: 9px;
letter-spacing: .5px;
font-size: 14px;
font-weight: 600; }
.Nav .Nav-group .Nav-link > a {
text-transform: uppercase;
color: #919191; }
.Nav .Nav-group .Nav-link > a:hover {
color: #22D6D6; }
.Nav .Nav-group .Nav-link.active > a,
.Nav .Nav-group .Nav-link.active > a:focus,
.Nav .Nav-group .Nav-link.active > a:hover {
background-color: transparent;
color: #22D6D6; }
.Nav .Nav-group .User-dropdown {
margin-top: 5px;
margin-left: 15px;
border: 1px solid #E7E7E7; }
@media (max-width: 767px) {
.Nav .Nav-group .User-dropdown {
margin-bottom: 5px;
margin-right: 15px; } }
.Nav .Nav-group .User-dropdown #nav-dropdown {
padding: 0;
padding-right: 15px; }
@media (max-width: 767px) {
.Nav .Nav-group .User-dropdown #nav-dropdown .caret {
float: right;
margin-top: 18px; } }
.Nav .Nav-group .User-dropdown .Logged-in-user {
display: inline; }
.Nav .Nav-group .User-dropdown .Logged-in-user span {
margin-left: 15px; }
.Nav .Nav-group .Profile-pic {
height: 40px; }
.Nav .Nav-group .Dropdown-link > a {
padding: 10px 20px;
font-weight: 600;
color: #919191; }
a {
color: #919191;
font-weight: 600; }
a:hover {
color: #1EC0C0;
text-decoration: none; }
.Primary-button {
margin-top: 8px;
font-size: 16px;
display: block;
border-radius: 2px;
font-weight: 700;
font-family: 'Lato', sans-serif;
transition: .25s;
padding: 6px 20px;
color: #FFFFFF;
background-color: #22D6D6;
border-color: #22D6D6; }
.Primary-button:focus,
.Primary-button.focus,
.Primary-button:hover,
.Primary-button:active,
.Primary-button.active,
.open > .dropdown-toggle.Primary-button,
.Primary-button:active:hover,
.Primary-button.active:hover,
.open > .dropdown-toggle.Primary-button:hover,
.Primary-button:active:focus,
.Primary-button.active:focus,
.open > .dropdown-toggle.Primary-button:focus,
.Primary-button:active.focus,
.Primary-button.active.focus,
.open > .dropdown-toggle.Primary-button.focus {
color: #FFFFFF;
background-color: #1EC0C0;
border-color: #1EC0C0; }
.Primary-button.disabled, .Primary-button[disabled],
.Primary-button.disabled:hover, .Primary-button[disabled]:hover {
color: #FFFFFF;
background-color: #1EC0C0;
border-color: #1EC0C0;
opacity: .5; }
.Secondary-button {
margin-top: 8px;
font-size: 16px;
display: block;
border-radius: 2px;
font-weight: 700;
font-family: 'Lato', sans-serif;
transition: .25s;
padding: 4px 20px;
color: #333;
background-color: #FFFFFF;
border: 2px solid #333; }
.Secondary-button:focus,
.Secondary-button.focus,
.Secondary-button:hover,
.Secondary-button:active,
.Secondary-button.active,
.open > .dropdown-toggle.Secondary-button,
.Secondary-button:active:hover,
.Secondary-button.active:hover,
.open > .dropdown-toggle.Secondary-button:hover,
.Secondary-button:active:focus,
.Secondary-button.active:focus,
.open > .dropdown-toggle.Secondary-button:focus,
.Secondary-button:active.focus,
.Secondary-button.active.focus,
.open > .dropdown-toggle.Secondary-button.focus {
color: #333;
background-color: #E7E7E7;
border-color: #333; }
.Secondary-button.disabled, .Secondary-button[disabled],
.Secondary-button.disabled:hover, .Secondary-button[disabled]:hover {
color: #333;
background-color: #E7E7E7;
border-color: #333;
opacity: .5; }
.form-control {
border-radius: 0;
border-color: #E7E7E7; }
.ReactVirtualized__Table {
background-color: #f9f9f9; }
.ReactVirtualized__Table :focus {
outline: none !important; }
.ReactVirtualized__Table .ReactVirtualized__Table__row {
cursor: pointer; }
.ReactVirtualized__Table .ReactVirtualized__Table__headerRow {
background-color: #333;
color: #f5f5f5;
font-weight: 300;
padding-top: 6px;
height: 36px;
cursor: default !important; }
.explorerBody {
height: calc(100vh - 50px - 92px - 15px - 30px);
margin-left: -15px;
margin-right: -15px; }
.explorerBody h5 {
padding-left: 15px; }
.explorerBody h5.heading {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 11px; }
.explorerColumn {
height: 100%;
border-left: 1px solid #333;
border-bottom: 1px solid #333; }
.explorerColumn:last-child {
border-right: 1px solid #333; }
.explorerColumn p {
padding-top: 10px; }
.explorerColumnHeading {
background-color: #333;
color: #f5f5f5;
font-weight: 300;
padding-top: 9px;
height: 40px; }
.fillHeight {
height: 100%; }
.search {
text-align: right; }
.search :global(.input-group) {
margin-top: -6px; }
.form {
vertical-align: middle;
height: 50px;
padding-top: 10px;
background-color: #f5f5f5; }
.form label {
color: #333 !important; }
.json {
width: calc(100% + 30px);
height: calc(100% - 40px);
margin-left: -15px;
overflow-x: scroll;
overflow-y: scroll;
padding-left: 15px; }
.json pre {
overflow: initial;
font-size: 12px; }
.tableHeader {
color: #333;
background-color: #E7E7E7;
font-size: 14px;
font-weight: 500; }
.table {
background-color: #f9f9f9; }
.tableHeight {
height: calc(100% - 40px);
overflow-y: auto; }
.row {
cursor: pointer; }
.blockTable {
height: calc(100% - 40px);
overflow-y: auto; }
.blockTable .blockTableBody {
background-color: #f9f9f9; }
.blockTable .blockTableRow {
cursor: pointer; }
.blockTable .blockTableHeader {
color: #333;
background-color: #E7E7E7;
font-size: 14px;
font-weight: 500; }
.blockTable .headerRow {
color: #333;
background-color: #E7E7E7 !important;
cursor: default !important;
text-transform: capitalize; }
.blockTable .alternatingRow {
background-color: #f1f1f1; }
.blockTable .selectedRow {
background-color: #dddddd; }
.metadata, .actions {
overflow-y: auto; }
.metadata table, .actions table {
font-size: 12px; }
.metadata table th, .actions table th {
font-size: 14px;
font-weight: 500; }
.metadata table thead tr th:first-child,
.metadata table tbody tr td:first-child, .actions table thead tr th:first-child,
.actions table tbody tr td:first-child {
vertical-align: middle;
padding-left: 15px;
padding-right: 8px; }
.metadata {
height: calc(40% - 40px); }
.actions {
height: calc(60% - 40px); }
.actions .actionTitle {
background-color: #dddddd;
margin: 0px;
padding-top: 10px;
padding-bottom: 10px; }
.actions table {
margin-bottom: 0px; }
.actions table tbody tr:first-child td:first-child {
vertical-align: top;
padding-top: 18px; }
/*# sourceMappingURL=index.css.map */
| 0.371023 | 0.055592 |
@media all and (max-width:450px){
body{
background:#f1f0ee;
width:100%;
height:3000px;
}
#wrap{
width:100%
}
.header{
width:100%;
min-height:100%;
background-color:blue;
}
.header-top{
width:100%;
height:50%;
}
.logo{
width:100%;
height:100%;
}
.logo-res{
width:100%;
height:100%;
}
.top-nav{
width:100%;
background-color:#fff;
border-bottom:2px solid #026660;
}
.top-nav-left{
width:100%;
}
.nav-btn{
display:block;
background-color:#026660;
color:#fff;
font-size:30px;
text-align:center;
cursor:pointer;
}
.nav-btn:before{
content:"Menu";
}
.top-nav-left > .nav-menu{
width:100%;
display:none;
background-color:#026660;
}
.top-nav-left > .nav-menu > li{
padding:0px;
margin:0px;
display:block;
border-bottom:1px solid #d8d8d8;
}
.nav-menu > li >a{
color:#fff;
font-size:120%;
text-decoration: none;
}
#container{
width:100%;
height:85%;
margin-top:3%;
}
#property{
width:100%;
height:90%;
}
#property-info{
width:100%;
height:5%;
margin-top:3%;
background-color:#fff;
}
#info{
width:100%;
height:50%;
padding-top:1%;
padding-left:5%;
font-size:90%;
border-bottom:1px solid #d8d8d8;
}
#contacts{
width:100%;
height:50%;
padding-left:5%;
}
#pic{
width:100%;
height:7%;
margin:auto;
}
#img-res{
width:100%;
height:100%;
}
#property-details{
width:100%;
height:7%;
background-color:#fff;
margin-top:2%;
padding-left:5%;
padding-top:10%;
font-size:120%;
padding-right:10%;
}
#lble{
font-weight: normal;
}
#lble2{
font-weight:normal;
float:right;
}
#property-desc{
width:100%;
height:auto;
background-color:#fff;
padding-left:5%;
padding-right:5%;
padding-top:5%;
padding-bottom:5%;
font-size:100%;
border-bottom:1px solid #d8d8d8;
border-top:1px solid #d8d8d8;
}
#property-contact{
width:100%;
height:50%;
background-color:#fff;
margin-top:2%;
}
#contact-header{
width:100%;
height:5%;
background-color:#fff;
padding-top:2%;
padding-left:5%;
font-size:150%;
border-bottom:1px solid #d8d8d8;
color:#026660;
}
#contact-body{
width:100%;
height:60%;
padding-top:5%;
padding-left:5%;
padding-right:10%;
}
#agent-details{
width:100%;
height:30%;
border-top:1px solid #d8d8d8;
}
#agent-details-header{
width:100%;
height:10%;
font-size:130%;
color:#026660;
padding-top:1%;
padding-left:5%;
border-bottom:1px solid #d8d8d8;
}
#agent-details-body{
width:100%;
height:90%;
}
#agent-logo{
width:100%;
height:60%;
}
#agent-info{
width:100%;
height:30%;
padding-top:2%;
padding-left:5%;
font-size:100%;
border-top:1px solid #d8d8d8;
margin-top:1%;
}
#footer{
width:100%;
height:10%;
background-color:#323A45;
clear:both;
}
.footer-top-grid{
width:100%;
height:85%;
}
.footer-top-grid-header{
width:100%;
height:20%;
border-bottom:1px solid #fff;
padding-left:5%;
padding-top:1%;
color:#fff;
font-family:helvetica;
}
.footer-top-grid-body{
width:100%;
height:80%;
color:#fff;
padding-left:5%;
}
.footer-bottom-grid{
width:100%;
height:15%;
background-color:#202020;
}
.footer-bottom-grid-copywrite{
margin-top:1%;
padding-left:1%;
float:left;
color:#fff;
font-family:helvetica;
font-size:100%;
font-weight:normal;
}
|
public/css/mobile/property.css
|
@media all and (max-width:450px){
body{
background:#f1f0ee;
width:100%;
height:3000px;
}
#wrap{
width:100%
}
.header{
width:100%;
min-height:100%;
background-color:blue;
}
.header-top{
width:100%;
height:50%;
}
.logo{
width:100%;
height:100%;
}
.logo-res{
width:100%;
height:100%;
}
.top-nav{
width:100%;
background-color:#fff;
border-bottom:2px solid #026660;
}
.top-nav-left{
width:100%;
}
.nav-btn{
display:block;
background-color:#026660;
color:#fff;
font-size:30px;
text-align:center;
cursor:pointer;
}
.nav-btn:before{
content:"Menu";
}
.top-nav-left > .nav-menu{
width:100%;
display:none;
background-color:#026660;
}
.top-nav-left > .nav-menu > li{
padding:0px;
margin:0px;
display:block;
border-bottom:1px solid #d8d8d8;
}
.nav-menu > li >a{
color:#fff;
font-size:120%;
text-decoration: none;
}
#container{
width:100%;
height:85%;
margin-top:3%;
}
#property{
width:100%;
height:90%;
}
#property-info{
width:100%;
height:5%;
margin-top:3%;
background-color:#fff;
}
#info{
width:100%;
height:50%;
padding-top:1%;
padding-left:5%;
font-size:90%;
border-bottom:1px solid #d8d8d8;
}
#contacts{
width:100%;
height:50%;
padding-left:5%;
}
#pic{
width:100%;
height:7%;
margin:auto;
}
#img-res{
width:100%;
height:100%;
}
#property-details{
width:100%;
height:7%;
background-color:#fff;
margin-top:2%;
padding-left:5%;
padding-top:10%;
font-size:120%;
padding-right:10%;
}
#lble{
font-weight: normal;
}
#lble2{
font-weight:normal;
float:right;
}
#property-desc{
width:100%;
height:auto;
background-color:#fff;
padding-left:5%;
padding-right:5%;
padding-top:5%;
padding-bottom:5%;
font-size:100%;
border-bottom:1px solid #d8d8d8;
border-top:1px solid #d8d8d8;
}
#property-contact{
width:100%;
height:50%;
background-color:#fff;
margin-top:2%;
}
#contact-header{
width:100%;
height:5%;
background-color:#fff;
padding-top:2%;
padding-left:5%;
font-size:150%;
border-bottom:1px solid #d8d8d8;
color:#026660;
}
#contact-body{
width:100%;
height:60%;
padding-top:5%;
padding-left:5%;
padding-right:10%;
}
#agent-details{
width:100%;
height:30%;
border-top:1px solid #d8d8d8;
}
#agent-details-header{
width:100%;
height:10%;
font-size:130%;
color:#026660;
padding-top:1%;
padding-left:5%;
border-bottom:1px solid #d8d8d8;
}
#agent-details-body{
width:100%;
height:90%;
}
#agent-logo{
width:100%;
height:60%;
}
#agent-info{
width:100%;
height:30%;
padding-top:2%;
padding-left:5%;
font-size:100%;
border-top:1px solid #d8d8d8;
margin-top:1%;
}
#footer{
width:100%;
height:10%;
background-color:#323A45;
clear:both;
}
.footer-top-grid{
width:100%;
height:85%;
}
.footer-top-grid-header{
width:100%;
height:20%;
border-bottom:1px solid #fff;
padding-left:5%;
padding-top:1%;
color:#fff;
font-family:helvetica;
}
.footer-top-grid-body{
width:100%;
height:80%;
color:#fff;
padding-left:5%;
}
.footer-bottom-grid{
width:100%;
height:15%;
background-color:#202020;
}
.footer-bottom-grid-copywrite{
margin-top:1%;
padding-left:1%;
float:left;
color:#fff;
font-family:helvetica;
font-size:100%;
font-weight:normal;
}
| 0.160759 | 0.049451 |
body{
font-family: 'Mandali';
}
:root {
--button_height: 50px;
--button_width: 80px;
}
.headerFilter {
height: 14%;
}
.header__back>a>button{
font-size: 20px;
width: 30px;
height: 30px;
text-align: center;
border-radius: 10px;
border: solid rgb(231, 231, 231) 1px;
background-color: white;
}
.header__back>a>button:focus{
outline: 0;
}
.headerFilter__grid {
display: flex;
justify-content: space-between;
align-items: center;
width: 90%;
margin: auto;
position: relative;
top: 30%;
left: 1%;
}
.gender {
border: solid white 2px;
width: 296px;
height: 70px;
background-color: white;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.gender__title {
border: white solid 1px;
font-size: 20px;
margin-left: 12px;
margin-top: 3px;
}
.gender__men>button:focus {
background-color: rgb(254, 85, 69);
outline: 0;
color: white;
}
.gender__women>button:focus {
background-color: rgb(254, 85, 69);
outline: 0;
color: white;
}
.gender__both>button:focus {
background-color: rgb(254, 85, 69);
outline: 0;
color: white;
}
.button__gender__men {
height: var(--button_height);
width: var(--button_width);
border-radius: 15px;
margin: 10px;
background-color: white;
border: solid 1px lightgray;
}
.button__gender__women {
height: var(--button_height);
width: var(--button_width);
border-radius: 15px;
margin: 10px;
background-color: white;
border: solid 1px lightgray;
}
.button__gender__both {
height: var(--button_height);
width: var(--button_width);
border-radius: 15px;
margin: 10px;
background-color: white;
border: solid 1px lightgray;
}
.price__title {
margin-left: 12px;
margin-top: 15px;
font-size: 20px;
}
.price__range>img {
margin-left: 23%;
max-width: 50%;
height:7%;
display: flex;
justify-content: center;
}
.price__range__form{
margin-left: 13.5%;
margin-top: -15%
}
.price__range__form>input{
width:60%;
}
.color__title {
font-size: 20px;
margin-left: 12px;
margin-top: 15px;
margin-bottom: 15px;
}
.size__title {
font-size: 20px;
margin-left: 12px;
margin-top: -5%;
margin-bottom: 5%;
}
.size__size {
font-size: 30px;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
text-align: center;
background-color: transparent;
font-family: 'Courier New', Courier, monospace;
position:relative;
color: lightgray;
border: white solid 1px;
background-color: white;
height: 200px;
}
.size__size__39:hover {
color: rgb(254, 85, 69);
font-size: 40px;
background-color: white;
border-radius: 50%;
margin-top: -20px;
width: 120%;
height: 60%;
}
.size__size__40:hover {
color: rgb(254, 85, 69);
font-size: 40px;
background-color: white;
border-radius: 50%;
margin-top: -20px;
width: 120%;
height: 60%;
}
.size__size__41:hover {
color: rgb(254, 85, 69);
font-size: 40px;
background-color: white;
border-radius: 50%;
margin-top: -20px;
width: 120%;
height: 60%;
}
.size__size__43:hover {
color: rgb(254, 85, 69);
font-size: 40px;
background-color: white;
border-radius: 50%;
margin-top: -20px;
width: 120%;
height: 60%;
}
.size__size__44:hover {
color: rgb(254, 85, 69);
font-size: 40px;
background-color: white;
border-radius: 50%;
margin-top: -20px;
width: 120%;
height: 60%;}
.footer__clear>button {
margin-left: 15px;
background-color: rgb(255, 255, 255);
border: lightgray 1px solid;
width: 120px;
height: 50px;
border-radius: 12px;
position: relative;
top: 10px;
}
.footer__apply>a>button {
margin-left: 15px;
background-color: rgb(255, 255, 255);
border: lightgray 1px solid;
width: 120px;
height: 50px;
border-radius: 12px;
position: relative;
top: 10px;
}
.footer__clear>button:focus {
background-color: rgb(105, 188, 252);
outline: 0;
color: white;
}
.footer__apply>a>button:focus {
background-color: rgb(105, 188, 252);
outline: 0;
color: white;
}
.footer3 {
width: 100%;
height: 10%;
margin: auto;
position: absolute;
bottom: 0;
border-radius: 8px;
display: flex;
background-color: white;
}
|
HTML_CSS/projects/dribbles/Avichai-Gil-Gilad-Group1/page3.css
|
body{
font-family: 'Mandali';
}
:root {
--button_height: 50px;
--button_width: 80px;
}
.headerFilter {
height: 14%;
}
.header__back>a>button{
font-size: 20px;
width: 30px;
height: 30px;
text-align: center;
border-radius: 10px;
border: solid rgb(231, 231, 231) 1px;
background-color: white;
}
.header__back>a>button:focus{
outline: 0;
}
.headerFilter__grid {
display: flex;
justify-content: space-between;
align-items: center;
width: 90%;
margin: auto;
position: relative;
top: 30%;
left: 1%;
}
.gender {
border: solid white 2px;
width: 296px;
height: 70px;
background-color: white;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.gender__title {
border: white solid 1px;
font-size: 20px;
margin-left: 12px;
margin-top: 3px;
}
.gender__men>button:focus {
background-color: rgb(254, 85, 69);
outline: 0;
color: white;
}
.gender__women>button:focus {
background-color: rgb(254, 85, 69);
outline: 0;
color: white;
}
.gender__both>button:focus {
background-color: rgb(254, 85, 69);
outline: 0;
color: white;
}
.button__gender__men {
height: var(--button_height);
width: var(--button_width);
border-radius: 15px;
margin: 10px;
background-color: white;
border: solid 1px lightgray;
}
.button__gender__women {
height: var(--button_height);
width: var(--button_width);
border-radius: 15px;
margin: 10px;
background-color: white;
border: solid 1px lightgray;
}
.button__gender__both {
height: var(--button_height);
width: var(--button_width);
border-radius: 15px;
margin: 10px;
background-color: white;
border: solid 1px lightgray;
}
.price__title {
margin-left: 12px;
margin-top: 15px;
font-size: 20px;
}
.price__range>img {
margin-left: 23%;
max-width: 50%;
height:7%;
display: flex;
justify-content: center;
}
.price__range__form{
margin-left: 13.5%;
margin-top: -15%
}
.price__range__form>input{
width:60%;
}
.color__title {
font-size: 20px;
margin-left: 12px;
margin-top: 15px;
margin-bottom: 15px;
}
.size__title {
font-size: 20px;
margin-left: 12px;
margin-top: -5%;
margin-bottom: 5%;
}
.size__size {
font-size: 30px;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
text-align: center;
background-color: transparent;
font-family: 'Courier New', Courier, monospace;
position:relative;
color: lightgray;
border: white solid 1px;
background-color: white;
height: 200px;
}
.size__size__39:hover {
color: rgb(254, 85, 69);
font-size: 40px;
background-color: white;
border-radius: 50%;
margin-top: -20px;
width: 120%;
height: 60%;
}
.size__size__40:hover {
color: rgb(254, 85, 69);
font-size: 40px;
background-color: white;
border-radius: 50%;
margin-top: -20px;
width: 120%;
height: 60%;
}
.size__size__41:hover {
color: rgb(254, 85, 69);
font-size: 40px;
background-color: white;
border-radius: 50%;
margin-top: -20px;
width: 120%;
height: 60%;
}
.size__size__43:hover {
color: rgb(254, 85, 69);
font-size: 40px;
background-color: white;
border-radius: 50%;
margin-top: -20px;
width: 120%;
height: 60%;
}
.size__size__44:hover {
color: rgb(254, 85, 69);
font-size: 40px;
background-color: white;
border-radius: 50%;
margin-top: -20px;
width: 120%;
height: 60%;}
.footer__clear>button {
margin-left: 15px;
background-color: rgb(255, 255, 255);
border: lightgray 1px solid;
width: 120px;
height: 50px;
border-radius: 12px;
position: relative;
top: 10px;
}
.footer__apply>a>button {
margin-left: 15px;
background-color: rgb(255, 255, 255);
border: lightgray 1px solid;
width: 120px;
height: 50px;
border-radius: 12px;
position: relative;
top: 10px;
}
.footer__clear>button:focus {
background-color: rgb(105, 188, 252);
outline: 0;
color: white;
}
.footer__apply>a>button:focus {
background-color: rgb(105, 188, 252);
outline: 0;
color: white;
}
.footer3 {
width: 100%;
height: 10%;
margin: auto;
position: absolute;
bottom: 0;
border-radius: 8px;
display: flex;
background-color: white;
}
| 0.516839 | 0.077938 |
.paragraph--section .paragraph--type--featured-items {
padding: 30px 1em;
}
@media (min-width: 900px) {
.paragraph--section .paragraph--type--featured-items {
padding: 50px 1em;
}
}
.paragraph--type--featured-items .title {
margin-top: 25px;
font-size: 24px;
line-height: 2;
color: #4A4A4A;
}
.paragraph--type--featured-items .field--name-field-featured-items-items {
min-height: 230px;
}
@media (min-width: 600px) {
.paragraph--type--featured-items .field--name-field-featured-items-items {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
margin: 0 -1%;
}
}
.paragraph--type--featured-items .field--name-field-featured-items-items > .field--item {
margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 600px) {
.paragraph--type--featured-items .field--name-field-featured-items-items > .field--item {
flex: 1 0 calc(50% - 2% - 20px);
}
}
@media (min-width: 900px) {
.paragraph--type--featured-items .field--name-field-featured-items-items > .field--item {
flex: 1 0 calc(33.33333% - 2% - 20px);
}
}
@media (min-width: 1200px) {
.paragraph--type--featured-items .field--name-field-featured-items-items > .field--item {
flex: 1 0 calc(20% - 2% - 20px);
}
}
.card__featured-items {
margin-bottom: 2.5rem;
}
.card__featured-items > div {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.card__featured-items .teaser__info {
width: 20px;
height: 20px;
position: absolute;
top: 16px;
right: 15px;
z-index: 1;
cursor: pointer;
}
.card__featured-items .teaser__info svg {
width: 20px;
height: 20px;
}
.card__featured-items .teaser__image {
display: flex;
align-items: center;
justify-content: center;
background: transparent;
height: 104px;
flex: 0 0 104px;
padding: 16px 0 8px;
}
.card__featured-items .teaser__image img {
width: auto;
height: 80px;
}
.card__featured-items .teaser__body {
justify-content: space-between;
padding: 0 15px 20px;
}
.card__featured-items .teaser__title {
font-size: 18px;
line-height: 30px;
font-weight: 700;
min-height: 80px;
max-height: inherit;
text-align: center;
margin-bottom: 15px;
}
.card__featured-items .card__text {
display: none;
}
.card__featured-items .card__link {
width: 100%;
}
.card__featured-items .card__link .btn-default, .card__featured-items .card__link.btn-default {
border-width: 2px;
}
.card__featured-items .card__link a {
font-weight: 700;
}
.card__featured-items .card__actionbar {
margin-top: 0;
padding: 0;
}
/*# sourceMappingURL=paragraph.featured_items.css.map */
|
profiles/contrib/social/modules/social_features/social_featured_items/css/paragraph.featured_items.css
|
.paragraph--section .paragraph--type--featured-items {
padding: 30px 1em;
}
@media (min-width: 900px) {
.paragraph--section .paragraph--type--featured-items {
padding: 50px 1em;
}
}
.paragraph--type--featured-items .title {
margin-top: 25px;
font-size: 24px;
line-height: 2;
color: #4A4A4A;
}
.paragraph--type--featured-items .field--name-field-featured-items-items {
min-height: 230px;
}
@media (min-width: 600px) {
.paragraph--type--featured-items .field--name-field-featured-items-items {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
margin: 0 -1%;
}
}
.paragraph--type--featured-items .field--name-field-featured-items-items > .field--item {
margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 600px) {
.paragraph--type--featured-items .field--name-field-featured-items-items > .field--item {
flex: 1 0 calc(50% - 2% - 20px);
}
}
@media (min-width: 900px) {
.paragraph--type--featured-items .field--name-field-featured-items-items > .field--item {
flex: 1 0 calc(33.33333% - 2% - 20px);
}
}
@media (min-width: 1200px) {
.paragraph--type--featured-items .field--name-field-featured-items-items > .field--item {
flex: 1 0 calc(20% - 2% - 20px);
}
}
.card__featured-items {
margin-bottom: 2.5rem;
}
.card__featured-items > div {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.card__featured-items .teaser__info {
width: 20px;
height: 20px;
position: absolute;
top: 16px;
right: 15px;
z-index: 1;
cursor: pointer;
}
.card__featured-items .teaser__info svg {
width: 20px;
height: 20px;
}
.card__featured-items .teaser__image {
display: flex;
align-items: center;
justify-content: center;
background: transparent;
height: 104px;
flex: 0 0 104px;
padding: 16px 0 8px;
}
.card__featured-items .teaser__image img {
width: auto;
height: 80px;
}
.card__featured-items .teaser__body {
justify-content: space-between;
padding: 0 15px 20px;
}
.card__featured-items .teaser__title {
font-size: 18px;
line-height: 30px;
font-weight: 700;
min-height: 80px;
max-height: inherit;
text-align: center;
margin-bottom: 15px;
}
.card__featured-items .card__text {
display: none;
}
.card__featured-items .card__link {
width: 100%;
}
.card__featured-items .card__link .btn-default, .card__featured-items .card__link.btn-default {
border-width: 2px;
}
.card__featured-items .card__link a {
font-weight: 700;
}
.card__featured-items .card__actionbar {
margin-top: 0;
padding: 0;
}
/*# sourceMappingURL=paragraph.featured_items.css.map */
| 0.413832 | 0.074703 |
#flyout_menu {
font-weight: 600;
width: 80%; }
#flyout_menu ul, li {
list-style: none;
margin: 0;
padding: 0;
}
#flyout_menu ul li.hover,
#flyout_menu ul li:hover { position: relative; z-index: 599; }
#flyout_menu ul ul{
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
z-index: 598;
}
#flyout_menu ul li:hover > ul { visibility: visible; }
#flyout_menu ul ul { top: 0; left: 100%; }
#flyout_menu span, #flyout_menu a {
display: inline-block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none; }
#flyout_menu li { background:#383838; }
#flyout_menu li:hover, #flyout_menu li.active { background: #383838; }
#flyout_menu a {
color: #fbf0f0;
line-height: 160%;
padding: 16px 8px 16px 28px;
width: 100px; }
#flyout_menu ul ul li {
background: #383838;
border-bottom: 1px solid #161f29; }
/*#flyout_menu ul ul li:hover { background: #E9AEE0; }*/
.with-errors{
color: red
}
#flyout_menu_detail {
font-weight: bold;
width: 220px;
margin-top: -50px;
font-size: 20px;
color: red; }
#flyout_menu_detail ul, li {
list-style: none;
margin: 0;
padding: 0;
}
#flyout_menu_detail ul li.hover,
#flyout_menu_detail ul li:hover { position: relative; z-index: 599; }
#flyout_menu_detail ul ul{
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
z-index: 598;
}
#flyout_menu_detail ul li:hover > ul { visibility: visible; }
#flyout_menu_detail ul ul { top: 0; left: 100%; }
#flyout_menu_detail span, #flyout_menu_detail a {
display: inline-block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none; }
#flyout_menu_detail li { background:#FAD8D8; }
#flyout_menu_detail li:hover, #flyout_menu_detail li.active { background: #F7DBF3; }
#flyout_menu_detail a {
color: #0D060C;
line-height: 160%;
padding: 16px 8px 16px 28px;
width: 100%; }
#flyout_menu_detail ul ul li {
background: #F7DBF3;
border-bottom: 1px solid #EB92DE; }
#flyout_menu_detail ul ul li:hover { background: #E9AEE0; }
body {
font-family: 'Roboto', sans-serif;
font-size: 13px;
background-color: #F7F5F5;
color: #898989;
}
ul {
list-style: none;
}
a,
a:hover,
a:focus {
text-decoration: none;
}
.col-57 {
width: 57%;
float: left;
}
.col-43 {
width: 43%;
float: left;
}
.item-quantity {
width: 50px;
text-align:center;
}
#yt-totop {
background:url(../../images/up-arrow.png) no-repeat scroll center center #333333;
bottom: 30px;
height: 45px;
overflow: hidden;
position: fixed;
right: 20px;
width: 45px;
z-index: 9999;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.header-top-nav ul {
margin: 0;
padding: 0;
}
.header-top-nav ul li {
float: left;
}
.header-top-nav ul li a {
display: block;
padding: 7px 24px;
color: #ffffff;
text-transform: uppercase;
cursor: pointer;
}
.header-top-nav ul li a:hover {
color: #3c8dbc;
}
.header-top-nav ul li i {
margin-right: 5px;
}
.header-logo h1 {
margin: 0;
padding: 0;
}
.header-bottom {
padding-top: 36px;
padding-bottom: 36px;
background-color: #3c8dbc;
}
.header-services ul {
padding: 0;
}
.header-services ul li {
}
.header-services ul li a {
color: #ffffff;
text-transform: uppercase;
}
.header-services ul li i {
display: inline-block;
margin-right: 5px;
padding: 7px;
background-color: rgba(0,0,0,0.1);
}
.header-services ul li:hover i {
background-color: #red;
}
.nav-mobile-button {
display: none;
}
.cart-mini-button {
position: relative;
padding: 9px 55px 9px 40px;
color: #000000;
margin-top:15px;
border: 2px solid;
text-transform: uppercase;
}
.cart-mini-button:hover {
color: #EE9C9C;
background-color: #E76D75;
border-color: #000000;
}
.cart-mini-button::before {
content: "";
position: absolute;
top: 9px;
left: 10px;
width: 14px;
height: 16px;
background-position: -32px 0;
background-color: transparent;
background-repeat: no-repeat;
background-image: url(../../images/icon-sprites.png);
}
.cart-mini-button::after {
content: "\f0dd";
position: absolute;
top: 8px;
right: 8px;
margin-left: 30px;
font-family: 'FontAwesome';
font-size: 12px;
}
.cart-mini-button:hover .cart-mini-dropdown {
display: block;
}
.cart-mini-dropdown {
position: absolute;
top: 100%;
right: -2px;
z-index: 9;
display: none;
width: 275px;
background-color: #ffffff;
border-top: 5px solid #000000;
box-shadow: 0px 0px 11px 0px;
}
.cart-mini-dropdown > p {
margin: 25px;
color: #636363;
}
.cart-mini-item {
position: relative;
padding: 10px 15px;
border-bottom: 1px solid #eeeeee;
}
.cmi-edit,
.cmi-remove {
position: absolute;
top: 15px;
color: #898989;
}
.cmi-remove {
right: 15px;
}
.cmi-edit {
right: 35px;
}
.cmi-name {
font-size: 16px;
display: block;
margin-bottom: 10px;
font-weight: bold;
color: #636363;
}
.cmi-price {
font-size: 22px;
font-weight: bold;
color: #3c8dbc;
}
.cmi-price span {
font-size: 13px;
color: #636363;
}
.cart-mini-total {
padding: 10px 15px;
border-bottom: 1px solid #eeeeee;
}
.cart-mini-total p {
margin: 0;
padding: 0;
font-size: 26px;
font-weight: bold;
color: #3c8dbc;
}
.cart-mini-total p span {
margin-right: 10px;
font-size: 16px;
color: #898989;
}
.cart-mini-footer {
padding: 10px 15px;
}
.cmf-btn {
display: inline-block;
height: 30px;
padding: 0 15px;
color: #ffffff;
line-height: 30px;
text-transform: uppercase;
border: 1px solid;
background-color: #666666;
}
.cmf-btn:hover {
border-color: #3c8dbc;
background-color: #3c8dbc;
color: #ffffff;
}
.header-nav-search {
background-color: #3c8dcc;
}
.header-nav > ul {
margin: 0;
padding: 0;
}
.header-nav > ul > li {
float: left;
position: relative;
}
.header-nav > ul > li > a {
display: block;
padding: 10px 20px;
line-height: 27px;
color: #ffffff;
text-transform: uppercase;
}
.header-nav > ul > li > a > i {
margin-left: 10px;
}
.header-nav > ul > li:hover > a,
.header-nav > ul > li.active > a {
background-color: #000000;
}
.header-nav > ul > li ul {
position: absolute;
top: 100%;
left: 0;
z-index: 99;
display: none;
width: 200px;
padding: 0;
background-color: #e1e1e1;
border-left: 8px solid #3c8dbc;
}
.header-nav > ul > li:hover > ul {
display: block;
}
.header-nav > ul > li > ul li {
float: none;
padding: 10px 20px;
}
.header-nav > ul > li > ul li:hover ul {
display: block;
}
.header-nav > ul > li > ul li a {
display: block;
width: 100%;
padding: 6px 0;
color: #636363;
}
.header-nav > ul > li > ul li a i {
float: right;
margin-top: 3px;
}
.header-nav > ul > li > ul > li:hover > a {
color: #3c8dbc;
background-color: transparent;
}
.header-nav ul li ul a:hover {
color: #3c8dbc;
}
.header-nav > ul > li > ul li ul {
display: none;
left: 192px;
top: 0;
}
.header-search {
position: relative;
margin: 10px 0;
}
.hs-text {
width: 100%;
height: 27px;
padding: 0 10px;
line-height: 27px;
border:none;
outline: none;
}
.hs-submit {
position: absolute;
top: 4px;
right: 3px;
color: #6b6b6b;
background-color: transparent;
border: none;
}
.section {
margin: 42px 0 30px;
margin-left: 120px;
}
.block {
position: relative;
background-color: #fff;
box-shadow: 0 1px 2px #eeecec;
}
.block::before {
content: "";
position: absolute;
right: 6px;
left: 6px;
bottom: -6px;
height: 50px;
display: inline-block;
background-color: #fff;
box-shadow: 0 1px 2px #eeecec;
z-index: -1;
}
.block + .block {
margin-top: 30px;
}
.block-title {
margin: 0;
padding: 23px 15px 0 15px;
font-size: 16px;
font-weight: bold;
color: #363636;
text-transform: uppercase;
}
.block-content {
padding: 15px;
}
.block-content .product-item-image img {
height: 194px;
}
.product-item {
position: relative;
margin: 15px;
margin-bottom: 35px;
padding: 15px;
box-shadow: 0 1px 2px #ececec;
text-align: center;
}
.product-item-name {
display: block;
padding-top: 15px;
font-weight: bold;
color: #636363;
text-transform: uppercase;
text-align: center;
}
.product-item-name:hover {
color: #3c8dbc;
}
.product-item-image {
text-align: center;
}
.product-item-image img {
display: inline-block;
}
.product-item-price {
font-size: 18px;
font-weight: bold;
color: #3c8dbc;
text-align: center;
}
.product-item-price a {
float: right;
color: #636363;
}
.product-item-price a:hover {
color: #3c8dbc;
}
.product-item-price-sale {
font-size: 12px;
margin: 15px 0 0 0;
padding: 0;
color: #999999;
text-decoration: line-through;
}
.product-item-sale {
position: absolute;
bottom: -28px;
left: 50%;
z-index: 1;
overflow: hidden;
width: 52px;
height: 29px;
margin-left: -26px;
background-image: url(../../images/icon-sprites.png);
background-repeat: no-repeat;
background-position: 0 -121px;
margin-left: -26px;
}
#owl-slider .item img{
display: block;
width: 100%;
height: auto;
}
#owl-slider .owl-buttons > div {
position: absolute;
top: 50%;
height: 44px;
width: 30px;
margin-top: -22px;
background-image: url(../../images/fc-control.png);
background-repeat: no-repeat;
}
#owl-slider .owl-buttons > div.owl-prev {
left: 20px;
background-position: 3px -481px;
}
#owl-slider .owl-buttons > div.owl-next {
right: 20px;
background-position: -27px -481px;
}
#owl-slider .owl-buttons > div.owl-prev:hover {
background-position: 3px -539px;
}
#owl-slider .owl-buttons > div.owl-next:hover {
background-position: -27px -539px;
}
.slider-banner {
text-align: center;
display: block;
}
.slider-banner img {
display: inline-block;
}
.slider-banner-top,
.slider-banner-bottom {
display: block;
overflow: hidden;
}
.slider-banner-top img,
.slider-banner-bottom img {
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
}
.slider-banner-top img:hover,
.slider-banner-bottom img:hover {
transform: scale(1.05);
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
}
.slider-banner-top {
margin-bottom: 10px;
}
.hot-new-banner {
margin-bottom: 25px;
text-align: center;
display: block;
}
.hot-new-banner img {
text-align: center;
display: inline-block;
}
.owl-product .owl-buttons > div {
position: absolute;
top: -40px;
display: inline-block;
width: 15px;
height: 30px;
font-size: 24px;
background: none;
line-height: 30px;
color: #cccccc;
text-align: center;
}
.owl-product .owl-buttons > div:hover {
color: #3c8dbc;
}
.owl-product .owl-buttons .owl-next {
right: 0;
}
.owl-product .owl-buttons .owl-prev {
right: 20px;
}
.owl-product-sale .owl-buttons > div {
position: absolute;
top: -40px;
display: inline-block;
width: 15px;
height: 30px;
font-size: 24px;
background: none;
line-height: 30px;
color: #cccccc;
text-align: center;
}
.owl-product-sale .owl-buttons > div:hover {
color: #3c8dbc;
}
.owl-product-sale .owl-buttons .owl-next {
right: 0;
}
.owl-product-sale .owl-buttons .owl-prev {
right: 20px;
}
.section-banner a {
display: block;
text-align: center;
}
.section-banner a img {
display: inline;
transition: 0.9s;
-moz-transition: 0.9s;
-webkit-transition: 0.9s;
}
.section-banner a img:hover {
opacity: 0.5;
}
.banner_banner_top img {
margin-bottom: 30px;
}
.client-say {
position: relative;
margin: 10px 0 20px 0;
}
.client-say::before {
content: "\f10d";
position: relative;
top: -10px;
margin-right: 10px;
margin-left: 1px;
font-family: "FontAwesome";
font-size: 130%;
color: #3c8dbc;
}
.client-say::after {
content: "\f10e";
position: relative;
top: 10px;
margin-left: 10px;
margin-right: 10px;
font-family: "FontAwesome";
font-size: 130%;
color: #3c8dbc;
}
.client-image {
position: relative;
text-align: center;
padding: 20px 0;
border-top: 1px solid #e4e4e4;
}
.client-image::before {
content: "";
position: absolute;
border-top: 7px solid #e4e4e4;
top: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
left: 50%;
margin-left: -8px;
}
.client-image::after {
content: "";
position: absolute;
border-top: 7px solid #fff;
top: -1px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
left: 50%;
margin-left: -8px;
}
.client-image img {
max-width: 41px;
}
.client-name {
text-align: center;
font-style: italic;
}
#owl-client .owl-buttons > div {
position: absolute;
top: -50px;
display: inline-block;
width: 15px;
height: 30px;
font-size: 24px;
background: none;
line-height: 30px;
color: #cccccc;
text-align: center;
}
#owl-client .owl-buttons > div:hover {
color: #3c8dbc;
}
#owl-client .owl-buttons .owl-next {
right: 0;
}
#owl-client .owl-buttons .owl-prev {
right: 20px;
}
.products-tab .nav-tabs {
border: none;
}
.products-tab .nav-tabs>li {
cursor: pointer;
margin: 10px 10px 10px 35px;
border-left: 3px solid #959595;
padding-left: 7px;
}
.products-tab .nav-tabs>li.active,
.products-tab .nav-tabs>li:focus,
.products-tab .nav-tabs>li:hover {
border-color: #3c8dbc;
}
.products-tab .nav-tabs>li>span {
font-size: 16px;
}
.products-tab .nav-tabs>li>a {
margin: 0;
padding: 0;
font-size: 26px;
font-weight: bold;
color: #636363;
text-transform: uppercase;
background-color: transparent;
border: none;
}
.products-tab .nav-tabs>li.active>a,
.products-tab .nav-tabs>li.active>a:focus,
.products-tab .nav-tabs>li.active>a:hover {
margin: 0;
padding: 0;
font-size: 26px;
font-weight: bold;
color: #3c8dbc;
text-transform: uppercase;
background-color: transparent;
border: none;
}
.block-social ul {
margin: 0;
padding: 0;
overflow: hidden;
}
.block-social ul li {
float: left;
}
.block-social ul li a {
display: block;
margin-right: 15px;
}
.block-social .fa-facebook-square {
color: #507dc0;
}
.block-social .fa-twitter-square {
color: ##62cdf1;
}
.block-social .fa-google-plus-square {
color: #898989;
}
.block-social .fa-pinterest-square {
color: #ef6160;
}
.block-social i:hover {
color: #3c8dbc;
}
.section-subscribe {
background-color: #ffffff;
padding: 30px 0;
margin-bottom: 0;
}
.subscribe-content h2 {
padding-bottom: 15px;
padding-top: 30px;
font-size: 15px;
font-weight: bold;
color: #363636;
text-transform: uppercase;
text-align: center;
}
.subscribe-content p {
text-align: center;
margin: 0 27% 30px;
}
.form-subscribe {
position: relative;
margin: 0 15%;
padding-bottom: 68px;
background-image: url(bg-newsletter.png);
background-repeat: no-repeat;
background-position: bottom center;
text-align: center;
}
.subscribe-text {
width: 100%;
height: 55px;
border: 1px solid #e1e1e1;
text-transform: uppercase;
text-indent: 15px;
color: #898989;
outline: none;
}
.subscribe-submit {
position: absolute;
top: 6px;
right: 15px;
font-size: 30px;
color: #3c8dbc;
background-color: transparent;
border: none;
}
.section-brand {
padding: 0;
margin: 0;
}
#owl-brand .item {
text-align: center;
}
#owl-brand .owl-buttons > div {
position: absolute;
background-color: #b7b7b7;
background-repeat: no-repeat;
width: 38px;
height: 38px;
top: 50%;
margin-top: -18px;
display: inline-block;
text-indent: -999px;
overflow: hidden;
/*background-image: url(../../images/icon-sprites.png);*/
transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
-webkit-transition: background-color 0.3s;
}
#owl-brand .owl-buttons > div:hover {
background-color: #3c8dbc;
}
#owl-brand .owl-buttons .owl-next {
right: -38px;
background-position: -22px -314px;
}
#owl-brand .owl-buttons .owl-prev {
left: -38px;
background-position: 12px -314px;
}
.footer-top {
background-color: #ffffff;
padding: 30px 0;
}
.footer-bottom {
padding: 15px;
}
.footer-menu h3,
.footer-contact h3 {
font-size:15px;
font-weight: bold;
color: #363636;
}
.footer-menu ul,
.footer-contact ul {
margin: 0;
padding: 0;
}
.footer-menu ul li {
padding-bottom: 4px;
}
.footer-menu ul li a {
display: block;
color: #898989;
}
.footer-menu ul li a:hover {
color: #3c8dbc;
}
.footer-contact ul li {
overflow: hidden;
}
.footer-contact ul li p {
color: #898989;
}
.footer-contact ul li a {
color: #3c8dbc;
}
.footer-contact i {
height: 25px;
width: 25px;
float: left;
margin-right: 15px;
margin-bottom: 15px;
padding: 7px;
background-color: #636363;
color: #ffffff;
text-align: center;
border-radius: 2px;
}
.footer-contact ul li:hover i {
background-color: #3c8dbc;
}
.footer-payments {
float: right;
}
.footer-payments ul {
margin: 0;
padding: 0;
}
.footer-payments ul li {
float: left;
}
.footer-payments ul li a {
display: block;
margin-left: 15px;
}
.footer-bottom p {
margin: 7px 0 0 0;
}
.footer-bottom p a {
font-size: bold;
color: #3c8dbc;
}
.breadcrumb {
margin: 15px 0 20px 0;
padding: 0;
}
.breadcrumb>li+li:before {
font-family: "FontAwesome";
content:"\f105";
color: #6b6b6b;
}
.breadcrumb>li>a {
color: #6b6b6b;
}
.breadcrumb>li.active {
color: #3c8dbc;
}
.sb-block + .sb-block {
margin-top: 20px;
}
.sb-block-title h2 {
margin: 0;
padding: 0;
font-size: 18px;
line-height: 22px;
font-weight: bold;
color: #707070;
text-transform: uppercase;
border-bottom: 2px solid;
}
.sb-block-content {
}
.nav-category ul {
padding: 15px 0;
margin: 0 15px;
}
.nav-category ul li {
position: relative;
}
.nav-category ul li a {
font-size: 15px;
display: block;
padding: 5px 0;
color: #636363;
}
.nav-category ul li i {
position: absolute;
top:0;
right: 0;
padding: 7px;
}
.nav-category ul li a:hover,
.nav-category ul li.active a {
color: #3c8dbc;
}
.nav-category ul li ul {
display: none;
}
.sb-products ul {
margin: 0;
padding: 0;
}
.product-item-mini {
margin: 15px 0;
overflow: hidden;
}
.product-item-mini:hover {
box-shadow: 0 1px 2px #cecece;
}
.pim-image {
float: left;
width: 70px;
height: auto;
margin-right: 15px;
}
.pim-name {
padding: 7px 0;
margin: 0;
font-size: 15px;
color: #636363;
}
.pim-name:hover {
color: #3c8dbc;
}
.pim-description {
font-size: 12px;
color: #636363;
}
.pim-price {
font-size: 15px;
font-weight: bold;
color: #3c8dbc;
}
.pim-price span {
text-decoration: line-through;
color: #636363;
font-size: 13px;
font-weight: normal;
margin-left: 10px;
}
.cc-title h1 {
margin: 0;
padding: 0;
font-size: 18px;
line-height: 22px;
font-weight: bold;
color: #707070;
text-transform: uppercase;
}
.cc-toolbar {
margin: 15px 0 30px 0;
padding: 10px 0;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
}
.cct-mode a {
display: inline-block;
padding: 10px;
color: #636363;
background-color: #e1e1e1;
margin-right: 10px;
}
.cct-mode a:hover,
.cct-mode a.active {
background-color: #3c8dbc;
color: #ffffff;
}
.cc-sortby {
margin-top: 5px;
}
.cc-sortby > ul {
margin: 0;
padding: 0;
}
.cc-sortby > ul > li {
float: left;
position: relative;
width: 50%;
}
.cc-sortby > ul > li:hover > ul {
display: block;
}
.cc-sortby > ul > li > span {
padding-top: 5px;
display: block;
text-align: center;
}
.cc-sortby > ul > li > a {
display: block;
border: 1px solid #e1e1e1;
padding: 5px 10px;
background-color: #ffffff;
color: #636363;
}
.cc-sortby > ul > li > a > i {
margin-top: 2px;
float: right;
}
.cc-sortby > ul > li > ul {
position: absolute;
top: 100%;
left: 0;
z-index: 99;
display: none;
width: 100%;
margin: 0;
padding: 0;
background-color: #ffffff;
box-shadow: 0 1px 2px #cecece;
}
.cc-sortby > ul > li > ul > li+li {
border-top: 1px solid #e1e1e1;
}
.cc-sortby > ul > li > ul > li > a {
display: block;
padding: 5px 10px;
color: #636363;
}
.pagination {
margin: 5px 0 0 81px;
padding: 0;
}
.pagination>li>a,
.pagination>li>span {
height: 30px;
line-height: 29px;
border: 1px solid #e1e1e1;
background-color: #ffffff;
padding: 0 10px;
margin-left: 5px;
color: #404040;
text-align: center;
transition: 0.2s;
-moz-transition: 0.2s;
-webkit-transition: 0.2s;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
color: #ffffff;
background-color: #3c8dbc;
border-color: #3c8dbc;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
border-radius: 0;
}
.cc-list .col-md-4 {
width: 100%;
}
.cc-list .product-item-category {
text-align: left;
overflow: hidden;
}
.cc-list .product-item-image {
float: left;
margin-right: 30px;
}
.cc-list .product-item-category .product-item-sale {
left: 46px;
}
.cc-list .product-item-name {
text-align: left;
}
.cc-list .product-item-description {
display: block;
}
.product-item-category {
margin-bottom: 30px;
padding: 26px 20px 15px;
background-color: #ffffff;
text-align: center;
position: relative;
box-shadow: 0 1px 2px #cccccc;
}
.product-item-category::before {
content: "";
position: absolute;
right: 6px;
left: 6px;
bottom: -6px;
height: 50px;
display: inline-block;
background-color: #fff;
box-shadow: 0 1px 2px #eeecec;
z-index: -1;
}
.product-item-category .product-item-sale {
top: 0;
left: 60px;
bottom: auto;
}
.product-item-category .product-item-price {
margin-top: 5px;
}
.product-item-category .product-item-price span {
font-size: 15px;
font-weight: normal;
margin-left: 10px;
color: #999999;
text-decoration: line-through;
}
.product-item-description {
display: none;
}
.product-item-cart {
position: relative;
display: inline-block;
width: auto;
height: auto;
margin-top: 15px;
padding: 7px 15px 8px 30px;
border: 2px solid #e1e1e1;
background-image: none;
background-color: transparent;
border: 2px solid #e1e1e1;
text-indent: 0;
color: #898989;
}
.product-item-cart:before {
content: "";
position: absolute;
top: 6px;
left: 7px;
width: 14px;
height: 16px;
background-image: url(../../images/icon-sprites.png);
background-color: #898989;
background-position: top left;
background-repeat: no-repeat;
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
}
.product-item-cart:hover {
color: #ffffff;
border-color: #3c8dbc;
background-color: #3c8dbc;
}
.product-item-cart:hover:before {
background-color: #3c8dbc;
background-position: -32px 0;
}
.content-product-image {
background-color: #ffffff;
padding: 20px;
}
#owl-product {
margin-top: 20px;
}
#owl-product .item {
margin: 5px;
}
#owl-product .item img {
display: block;
width: 100%;
height: auto;
}
#owl-product .owl-buttons > div {
position: absolute;
background-color: #b7b7b7;
background-repeat: no-repeat;
width: 38px;
height: 38px;
top: 50%;
margin-top: -18px;
display: inline-block;
text-indent: -999px;
overflow: hidden;
background-image: url(../../images/icon-sprites.png);
transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
-webkit-transition: background-color 0.3s;
}
#owl-product .owl-buttons > div:hover {
background-color: #3c8dbc;
}
#owl-product .owl-buttons .owl-next {
right: -20px;
background-position: -22px -314px;
}
#owl-product .owl-buttons .owl-prev {
left: -20px;
background-position: 12px -314px;
}
.content-product-image .product-item-sale {
bottom: auto;
top: 0;
}
.product-name {
margin: 0;
padding: 0;
font-size: 18px;
line-height: 22px;
font-weight: bold;
color: #707070;
text-transform: uppercase;
}
.product-availability {
margin: 15px 0;
font-size: 15px;
font-weight: bold;
color: #000000;
}
.product-price {
font-size: 20px;
font-weight: bold;
color: #3c8dbc;
}
.product-price span {
margin-left: 10px;
font-size: 15px;
font-weight: normal;
text-decoration: line-through;
color: #636363;
}
.product-description {
text-align: justify;
}
.product-availability span {
color: #3c8dbc;
}
.fac-quantity {
position: relative;
overflow: hidden;
width: 128px;
}
.fac-quantity input {
width: 100%;
height: 30px;
line-height: 30px;
text-align: right;
padding-right: 20px;
}
.fac-quantity span {
position: absolute;
text-align: center;
cursor: pointer;
}
.fac-quantity span:hover {
background-color: #3c8dbc;
}
.facq-up {
right: 0;
top: 0;
height: 15px;
width: 15px;
background-color: #999999;
color: #ffffff;
}
.facq-down {
right: 0;
bottom: 0;
height: 15px;
width: 15px;
background-color: #999999;
color: #ffffff;
}
.content-product-tabs .nav-tabs {
border-bottom: 2px solid #e1e1e1;
}
.content-product-tabs .nav-tabs>li {
margin-bottom: -2px;
}
.content-product-tabs .nav-tabs>li>a {
border: 2px solid transparent;
border-bottom: none;
margin-left: 20px;
border-radius: 0;
background-color: #F7F5F5;
text-transform: uppercase;
color: #707070;
}
.content-product-tabs .nav-tabs>li>a:focus,
.content-product-tabs .nav-tabs>li>a:hover {
background-color: #F7F5F5;
border: 2px solid #e1e1e1;
border-bottom: 2px solid transparent;
}
.content-product-tabs .nav-tabs>li.active>a,
.content-product-tabs .nav-tabs>li.active>a:focus,
.content-product-tabs .nav-tabs>li.active>a:hover {
border: 2px solid #e1e1e1;
background-color: #F7F5F5;
border-bottom: 2px solid transparent;
}
.tab-pane {
padding: 20px 30px;
}
.cc-products-title {
margin: 20px 0;
padding: 0;
font-size: 18px;
line-height: 22px;
font-weight: bold;
color: #707070;
text-transform: uppercase;
text-align: center;
}
.nav-blogs ul {
margin: 20px 0 0 0;
padding: 0;
}
.nav-blogs ul li a {
padding: 8px 3px 10px;
display: block;
border-bottom: 1px dotted #ddd;
color: #636363;
}
.nav-blogs ul li a:hover {
color: #3c8dbc;
}
.sb-blogs ul {
margin: 20px 0 0 0;
padding: 0;
}
.sb-blogs ul li a {
padding: 8px 3px 10px;
display: block;
border-bottom: 1px dotted #ddd;
color: #636363;
}
.sb-blogs ul li a:hover {
color: #3c8dbc;
}
.article-item {
margin-bottom: 20px;
border-bottom: 1px solid #e1e1e1;
padding: 20px;
}
.article-item-title,
.article-item-title a {
margin: 0 0 10px 0;
padding: 0;
font-size: 18px;
font-weight: normal;
color: #636363;
}
.article-item-title a:hover {
color: #3c8dbc;
}
.article-item-tags a {
display: inline-block;
margin-left: 10px;
color: #636363;
}
.article-item-tags a:hover {
color: #3c8dbc;
}
.article-item-description {
font-size: 15px;
}
.article-item-description a {
color: #636363;
margin-left: 10px;
}
.article-item-description a:hover {
color: #3c8dbc;
}
.comment-add label {
font-weight: normal;
}
.comment-email,
.comment-name {
height: 30px;
line-height: 30px;
margin-bottom: 10px;
}
.comment-email,
.comment-name,
.comment-body {
outline: none;
width: 100%;
border: 1px solid #ddd;
color: #666;
}
.article-comments {
margin-top: 30px;
}
.comment-submit {
cursor: pointer;
display:inline-block;
height: 30px;
line-height: 28px;
padding: 0 15px;
transition: background-color 0.2s;
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
transition: border-color 0.2s;
-webkit-transition: border-color 0.2s;
-moz-transition: border-color 0.2s;
white-space: nowrap;
font-size: 108%;
border: 1px solid;
background-color: #666;
color: #fff;
}
.comment-submit:hover {
border-color: #3c8dbc;
background-color: #3c8dbc;
color: #fff;
}
.back2home {
background-color: #3cb7e7;
height: 38px;
line-height: 38px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
display: inline-block;
padding: 0 20px;
color: #fff;
margin: 0 4px;
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
text-transform: uppercase;
margin-bottom: 10px;
}
.selector-wrapper label {
width: 100%;
}
.selector-wrapper select {
width: 128px;
height: 30px;
line-height: 30px;
text-align: right;
padding-right: 20px;
}
.article-content img {
max-width: 100%;
}
#map {
width: 100%;
height: 300px;
}
.form-contact input {
width: 100%;
margin-bottom: 20px;
height: 30px;
line-height: 30px;
outline: none;
padding: 0 5px;
}
.form-contact textarea {
width: 100%;
margin-bottom: 20px;
padding: 5px;
height:130px;
outline:none;
}
.form-style input[type="text"],
.form-style input[type="email"],
.form-style input[type="password"] {
width: 100%;
height: 30px;
line-height: 30px;
padding: 0 5px;
margin-bottom: 20px;
outline:none;
}
.form-style select {
width: 100%;
height: 30px;
line-height: 30px;
padding: 0 5px;
margin-bottom: 20px;
outline:none;
}
.form-style {
margin:0;
padding:0
}
.form-style p span {
color: #ff0000;
}
.new-address {
margin-bottom: 20px;
}
@media (min-width: 1200px){
.container {
width: 1200px;
}
.section-slider > .container > .row > .col-md-8 {
width: 69.2%;
}
.section-slider > .container > .row > .col-md-4 {
width: 30.8%;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.header-services {
margin-top: 30px;
}
.header-cart {
margin-top: 30px;
}
.section-banner a img {
margin-bottom: 30px;
}
.block {
margin-bottom: 30px;
}
#owl-brand .owl-buttons .owl-next {
right: 0;
}
#owl-brand .owl-buttons .owl-prev {
left: 0;
}
.product-name {
margin-top: 20px;
}
.form-add-cart {
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.block {
margin-bottom: 20px;
}
.header-logo {
margin-bottom: 30px;
}
.nav-mobile-button {
margin-top: 7px;
display: block;
}
.nav-mobile-button a {
color: #ffffff;
}
#owl-slider {
margin-bottom: 10px;
}
.slider-banner-top,
.slider-banner-bottom {
text-align: center;
}
.slider-banner-top img,
.slider-banner-bottom img {
display: inline;
}
#owl-brand .owl-buttons .owl-next {
right: 0;
}
#owl-brand .owl-buttons .owl-prev {
left: 0;
}
.section-banner a img {
margin-bottom: 10px;
}
.article-item-title {
margin-top: 20px;
}
.form-subscribe {
margin: 0;
}
.subscribe-content p {
margin: 0;
margin-bottom: 30px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.clrgrid {
clear:both;
}
}
.tab-content img {
max-width: 100%;
}
|
public/css/menu.css
|
#flyout_menu {
font-weight: 600;
width: 80%; }
#flyout_menu ul, li {
list-style: none;
margin: 0;
padding: 0;
}
#flyout_menu ul li.hover,
#flyout_menu ul li:hover { position: relative; z-index: 599; }
#flyout_menu ul ul{
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
z-index: 598;
}
#flyout_menu ul li:hover > ul { visibility: visible; }
#flyout_menu ul ul { top: 0; left: 100%; }
#flyout_menu span, #flyout_menu a {
display: inline-block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none; }
#flyout_menu li { background:#383838; }
#flyout_menu li:hover, #flyout_menu li.active { background: #383838; }
#flyout_menu a {
color: #fbf0f0;
line-height: 160%;
padding: 16px 8px 16px 28px;
width: 100px; }
#flyout_menu ul ul li {
background: #383838;
border-bottom: 1px solid #161f29; }
/*#flyout_menu ul ul li:hover { background: #E9AEE0; }*/
.with-errors{
color: red
}
#flyout_menu_detail {
font-weight: bold;
width: 220px;
margin-top: -50px;
font-size: 20px;
color: red; }
#flyout_menu_detail ul, li {
list-style: none;
margin: 0;
padding: 0;
}
#flyout_menu_detail ul li.hover,
#flyout_menu_detail ul li:hover { position: relative; z-index: 599; }
#flyout_menu_detail ul ul{
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
z-index: 598;
}
#flyout_menu_detail ul li:hover > ul { visibility: visible; }
#flyout_menu_detail ul ul { top: 0; left: 100%; }
#flyout_menu_detail span, #flyout_menu_detail a {
display: inline-block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none; }
#flyout_menu_detail li { background:#FAD8D8; }
#flyout_menu_detail li:hover, #flyout_menu_detail li.active { background: #F7DBF3; }
#flyout_menu_detail a {
color: #0D060C;
line-height: 160%;
padding: 16px 8px 16px 28px;
width: 100%; }
#flyout_menu_detail ul ul li {
background: #F7DBF3;
border-bottom: 1px solid #EB92DE; }
#flyout_menu_detail ul ul li:hover { background: #E9AEE0; }
body {
font-family: 'Roboto', sans-serif;
font-size: 13px;
background-color: #F7F5F5;
color: #898989;
}
ul {
list-style: none;
}
a,
a:hover,
a:focus {
text-decoration: none;
}
.col-57 {
width: 57%;
float: left;
}
.col-43 {
width: 43%;
float: left;
}
.item-quantity {
width: 50px;
text-align:center;
}
#yt-totop {
background:url(../../images/up-arrow.png) no-repeat scroll center center #333333;
bottom: 30px;
height: 45px;
overflow: hidden;
position: fixed;
right: 20px;
width: 45px;
z-index: 9999;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.header-top-nav ul {
margin: 0;
padding: 0;
}
.header-top-nav ul li {
float: left;
}
.header-top-nav ul li a {
display: block;
padding: 7px 24px;
color: #ffffff;
text-transform: uppercase;
cursor: pointer;
}
.header-top-nav ul li a:hover {
color: #3c8dbc;
}
.header-top-nav ul li i {
margin-right: 5px;
}
.header-logo h1 {
margin: 0;
padding: 0;
}
.header-bottom {
padding-top: 36px;
padding-bottom: 36px;
background-color: #3c8dbc;
}
.header-services ul {
padding: 0;
}
.header-services ul li {
}
.header-services ul li a {
color: #ffffff;
text-transform: uppercase;
}
.header-services ul li i {
display: inline-block;
margin-right: 5px;
padding: 7px;
background-color: rgba(0,0,0,0.1);
}
.header-services ul li:hover i {
background-color: #red;
}
.nav-mobile-button {
display: none;
}
.cart-mini-button {
position: relative;
padding: 9px 55px 9px 40px;
color: #000000;
margin-top:15px;
border: 2px solid;
text-transform: uppercase;
}
.cart-mini-button:hover {
color: #EE9C9C;
background-color: #E76D75;
border-color: #000000;
}
.cart-mini-button::before {
content: "";
position: absolute;
top: 9px;
left: 10px;
width: 14px;
height: 16px;
background-position: -32px 0;
background-color: transparent;
background-repeat: no-repeat;
background-image: url(../../images/icon-sprites.png);
}
.cart-mini-button::after {
content: "\f0dd";
position: absolute;
top: 8px;
right: 8px;
margin-left: 30px;
font-family: 'FontAwesome';
font-size: 12px;
}
.cart-mini-button:hover .cart-mini-dropdown {
display: block;
}
.cart-mini-dropdown {
position: absolute;
top: 100%;
right: -2px;
z-index: 9;
display: none;
width: 275px;
background-color: #ffffff;
border-top: 5px solid #000000;
box-shadow: 0px 0px 11px 0px;
}
.cart-mini-dropdown > p {
margin: 25px;
color: #636363;
}
.cart-mini-item {
position: relative;
padding: 10px 15px;
border-bottom: 1px solid #eeeeee;
}
.cmi-edit,
.cmi-remove {
position: absolute;
top: 15px;
color: #898989;
}
.cmi-remove {
right: 15px;
}
.cmi-edit {
right: 35px;
}
.cmi-name {
font-size: 16px;
display: block;
margin-bottom: 10px;
font-weight: bold;
color: #636363;
}
.cmi-price {
font-size: 22px;
font-weight: bold;
color: #3c8dbc;
}
.cmi-price span {
font-size: 13px;
color: #636363;
}
.cart-mini-total {
padding: 10px 15px;
border-bottom: 1px solid #eeeeee;
}
.cart-mini-total p {
margin: 0;
padding: 0;
font-size: 26px;
font-weight: bold;
color: #3c8dbc;
}
.cart-mini-total p span {
margin-right: 10px;
font-size: 16px;
color: #898989;
}
.cart-mini-footer {
padding: 10px 15px;
}
.cmf-btn {
display: inline-block;
height: 30px;
padding: 0 15px;
color: #ffffff;
line-height: 30px;
text-transform: uppercase;
border: 1px solid;
background-color: #666666;
}
.cmf-btn:hover {
border-color: #3c8dbc;
background-color: #3c8dbc;
color: #ffffff;
}
.header-nav-search {
background-color: #3c8dcc;
}
.header-nav > ul {
margin: 0;
padding: 0;
}
.header-nav > ul > li {
float: left;
position: relative;
}
.header-nav > ul > li > a {
display: block;
padding: 10px 20px;
line-height: 27px;
color: #ffffff;
text-transform: uppercase;
}
.header-nav > ul > li > a > i {
margin-left: 10px;
}
.header-nav > ul > li:hover > a,
.header-nav > ul > li.active > a {
background-color: #000000;
}
.header-nav > ul > li ul {
position: absolute;
top: 100%;
left: 0;
z-index: 99;
display: none;
width: 200px;
padding: 0;
background-color: #e1e1e1;
border-left: 8px solid #3c8dbc;
}
.header-nav > ul > li:hover > ul {
display: block;
}
.header-nav > ul > li > ul li {
float: none;
padding: 10px 20px;
}
.header-nav > ul > li > ul li:hover ul {
display: block;
}
.header-nav > ul > li > ul li a {
display: block;
width: 100%;
padding: 6px 0;
color: #636363;
}
.header-nav > ul > li > ul li a i {
float: right;
margin-top: 3px;
}
.header-nav > ul > li > ul > li:hover > a {
color: #3c8dbc;
background-color: transparent;
}
.header-nav ul li ul a:hover {
color: #3c8dbc;
}
.header-nav > ul > li > ul li ul {
display: none;
left: 192px;
top: 0;
}
.header-search {
position: relative;
margin: 10px 0;
}
.hs-text {
width: 100%;
height: 27px;
padding: 0 10px;
line-height: 27px;
border:none;
outline: none;
}
.hs-submit {
position: absolute;
top: 4px;
right: 3px;
color: #6b6b6b;
background-color: transparent;
border: none;
}
.section {
margin: 42px 0 30px;
margin-left: 120px;
}
.block {
position: relative;
background-color: #fff;
box-shadow: 0 1px 2px #eeecec;
}
.block::before {
content: "";
position: absolute;
right: 6px;
left: 6px;
bottom: -6px;
height: 50px;
display: inline-block;
background-color: #fff;
box-shadow: 0 1px 2px #eeecec;
z-index: -1;
}
.block + .block {
margin-top: 30px;
}
.block-title {
margin: 0;
padding: 23px 15px 0 15px;
font-size: 16px;
font-weight: bold;
color: #363636;
text-transform: uppercase;
}
.block-content {
padding: 15px;
}
.block-content .product-item-image img {
height: 194px;
}
.product-item {
position: relative;
margin: 15px;
margin-bottom: 35px;
padding: 15px;
box-shadow: 0 1px 2px #ececec;
text-align: center;
}
.product-item-name {
display: block;
padding-top: 15px;
font-weight: bold;
color: #636363;
text-transform: uppercase;
text-align: center;
}
.product-item-name:hover {
color: #3c8dbc;
}
.product-item-image {
text-align: center;
}
.product-item-image img {
display: inline-block;
}
.product-item-price {
font-size: 18px;
font-weight: bold;
color: #3c8dbc;
text-align: center;
}
.product-item-price a {
float: right;
color: #636363;
}
.product-item-price a:hover {
color: #3c8dbc;
}
.product-item-price-sale {
font-size: 12px;
margin: 15px 0 0 0;
padding: 0;
color: #999999;
text-decoration: line-through;
}
.product-item-sale {
position: absolute;
bottom: -28px;
left: 50%;
z-index: 1;
overflow: hidden;
width: 52px;
height: 29px;
margin-left: -26px;
background-image: url(../../images/icon-sprites.png);
background-repeat: no-repeat;
background-position: 0 -121px;
margin-left: -26px;
}
#owl-slider .item img{
display: block;
width: 100%;
height: auto;
}
#owl-slider .owl-buttons > div {
position: absolute;
top: 50%;
height: 44px;
width: 30px;
margin-top: -22px;
background-image: url(../../images/fc-control.png);
background-repeat: no-repeat;
}
#owl-slider .owl-buttons > div.owl-prev {
left: 20px;
background-position: 3px -481px;
}
#owl-slider .owl-buttons > div.owl-next {
right: 20px;
background-position: -27px -481px;
}
#owl-slider .owl-buttons > div.owl-prev:hover {
background-position: 3px -539px;
}
#owl-slider .owl-buttons > div.owl-next:hover {
background-position: -27px -539px;
}
.slider-banner {
text-align: center;
display: block;
}
.slider-banner img {
display: inline-block;
}
.slider-banner-top,
.slider-banner-bottom {
display: block;
overflow: hidden;
}
.slider-banner-top img,
.slider-banner-bottom img {
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
}
.slider-banner-top img:hover,
.slider-banner-bottom img:hover {
transform: scale(1.05);
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
}
.slider-banner-top {
margin-bottom: 10px;
}
.hot-new-banner {
margin-bottom: 25px;
text-align: center;
display: block;
}
.hot-new-banner img {
text-align: center;
display: inline-block;
}
.owl-product .owl-buttons > div {
position: absolute;
top: -40px;
display: inline-block;
width: 15px;
height: 30px;
font-size: 24px;
background: none;
line-height: 30px;
color: #cccccc;
text-align: center;
}
.owl-product .owl-buttons > div:hover {
color: #3c8dbc;
}
.owl-product .owl-buttons .owl-next {
right: 0;
}
.owl-product .owl-buttons .owl-prev {
right: 20px;
}
.owl-product-sale .owl-buttons > div {
position: absolute;
top: -40px;
display: inline-block;
width: 15px;
height: 30px;
font-size: 24px;
background: none;
line-height: 30px;
color: #cccccc;
text-align: center;
}
.owl-product-sale .owl-buttons > div:hover {
color: #3c8dbc;
}
.owl-product-sale .owl-buttons .owl-next {
right: 0;
}
.owl-product-sale .owl-buttons .owl-prev {
right: 20px;
}
.section-banner a {
display: block;
text-align: center;
}
.section-banner a img {
display: inline;
transition: 0.9s;
-moz-transition: 0.9s;
-webkit-transition: 0.9s;
}
.section-banner a img:hover {
opacity: 0.5;
}
.banner_banner_top img {
margin-bottom: 30px;
}
.client-say {
position: relative;
margin: 10px 0 20px 0;
}
.client-say::before {
content: "\f10d";
position: relative;
top: -10px;
margin-right: 10px;
margin-left: 1px;
font-family: "FontAwesome";
font-size: 130%;
color: #3c8dbc;
}
.client-say::after {
content: "\f10e";
position: relative;
top: 10px;
margin-left: 10px;
margin-right: 10px;
font-family: "FontAwesome";
font-size: 130%;
color: #3c8dbc;
}
.client-image {
position: relative;
text-align: center;
padding: 20px 0;
border-top: 1px solid #e4e4e4;
}
.client-image::before {
content: "";
position: absolute;
border-top: 7px solid #e4e4e4;
top: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
left: 50%;
margin-left: -8px;
}
.client-image::after {
content: "";
position: absolute;
border-top: 7px solid #fff;
top: -1px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
left: 50%;
margin-left: -8px;
}
.client-image img {
max-width: 41px;
}
.client-name {
text-align: center;
font-style: italic;
}
#owl-client .owl-buttons > div {
position: absolute;
top: -50px;
display: inline-block;
width: 15px;
height: 30px;
font-size: 24px;
background: none;
line-height: 30px;
color: #cccccc;
text-align: center;
}
#owl-client .owl-buttons > div:hover {
color: #3c8dbc;
}
#owl-client .owl-buttons .owl-next {
right: 0;
}
#owl-client .owl-buttons .owl-prev {
right: 20px;
}
.products-tab .nav-tabs {
border: none;
}
.products-tab .nav-tabs>li {
cursor: pointer;
margin: 10px 10px 10px 35px;
border-left: 3px solid #959595;
padding-left: 7px;
}
.products-tab .nav-tabs>li.active,
.products-tab .nav-tabs>li:focus,
.products-tab .nav-tabs>li:hover {
border-color: #3c8dbc;
}
.products-tab .nav-tabs>li>span {
font-size: 16px;
}
.products-tab .nav-tabs>li>a {
margin: 0;
padding: 0;
font-size: 26px;
font-weight: bold;
color: #636363;
text-transform: uppercase;
background-color: transparent;
border: none;
}
.products-tab .nav-tabs>li.active>a,
.products-tab .nav-tabs>li.active>a:focus,
.products-tab .nav-tabs>li.active>a:hover {
margin: 0;
padding: 0;
font-size: 26px;
font-weight: bold;
color: #3c8dbc;
text-transform: uppercase;
background-color: transparent;
border: none;
}
.block-social ul {
margin: 0;
padding: 0;
overflow: hidden;
}
.block-social ul li {
float: left;
}
.block-social ul li a {
display: block;
margin-right: 15px;
}
.block-social .fa-facebook-square {
color: #507dc0;
}
.block-social .fa-twitter-square {
color: ##62cdf1;
}
.block-social .fa-google-plus-square {
color: #898989;
}
.block-social .fa-pinterest-square {
color: #ef6160;
}
.block-social i:hover {
color: #3c8dbc;
}
.section-subscribe {
background-color: #ffffff;
padding: 30px 0;
margin-bottom: 0;
}
.subscribe-content h2 {
padding-bottom: 15px;
padding-top: 30px;
font-size: 15px;
font-weight: bold;
color: #363636;
text-transform: uppercase;
text-align: center;
}
.subscribe-content p {
text-align: center;
margin: 0 27% 30px;
}
.form-subscribe {
position: relative;
margin: 0 15%;
padding-bottom: 68px;
background-image: url(bg-newsletter.png);
background-repeat: no-repeat;
background-position: bottom center;
text-align: center;
}
.subscribe-text {
width: 100%;
height: 55px;
border: 1px solid #e1e1e1;
text-transform: uppercase;
text-indent: 15px;
color: #898989;
outline: none;
}
.subscribe-submit {
position: absolute;
top: 6px;
right: 15px;
font-size: 30px;
color: #3c8dbc;
background-color: transparent;
border: none;
}
.section-brand {
padding: 0;
margin: 0;
}
#owl-brand .item {
text-align: center;
}
#owl-brand .owl-buttons > div {
position: absolute;
background-color: #b7b7b7;
background-repeat: no-repeat;
width: 38px;
height: 38px;
top: 50%;
margin-top: -18px;
display: inline-block;
text-indent: -999px;
overflow: hidden;
/*background-image: url(../../images/icon-sprites.png);*/
transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
-webkit-transition: background-color 0.3s;
}
#owl-brand .owl-buttons > div:hover {
background-color: #3c8dbc;
}
#owl-brand .owl-buttons .owl-next {
right: -38px;
background-position: -22px -314px;
}
#owl-brand .owl-buttons .owl-prev {
left: -38px;
background-position: 12px -314px;
}
.footer-top {
background-color: #ffffff;
padding: 30px 0;
}
.footer-bottom {
padding: 15px;
}
.footer-menu h3,
.footer-contact h3 {
font-size:15px;
font-weight: bold;
color: #363636;
}
.footer-menu ul,
.footer-contact ul {
margin: 0;
padding: 0;
}
.footer-menu ul li {
padding-bottom: 4px;
}
.footer-menu ul li a {
display: block;
color: #898989;
}
.footer-menu ul li a:hover {
color: #3c8dbc;
}
.footer-contact ul li {
overflow: hidden;
}
.footer-contact ul li p {
color: #898989;
}
.footer-contact ul li a {
color: #3c8dbc;
}
.footer-contact i {
height: 25px;
width: 25px;
float: left;
margin-right: 15px;
margin-bottom: 15px;
padding: 7px;
background-color: #636363;
color: #ffffff;
text-align: center;
border-radius: 2px;
}
.footer-contact ul li:hover i {
background-color: #3c8dbc;
}
.footer-payments {
float: right;
}
.footer-payments ul {
margin: 0;
padding: 0;
}
.footer-payments ul li {
float: left;
}
.footer-payments ul li a {
display: block;
margin-left: 15px;
}
.footer-bottom p {
margin: 7px 0 0 0;
}
.footer-bottom p a {
font-size: bold;
color: #3c8dbc;
}
.breadcrumb {
margin: 15px 0 20px 0;
padding: 0;
}
.breadcrumb>li+li:before {
font-family: "FontAwesome";
content:"\f105";
color: #6b6b6b;
}
.breadcrumb>li>a {
color: #6b6b6b;
}
.breadcrumb>li.active {
color: #3c8dbc;
}
.sb-block + .sb-block {
margin-top: 20px;
}
.sb-block-title h2 {
margin: 0;
padding: 0;
font-size: 18px;
line-height: 22px;
font-weight: bold;
color: #707070;
text-transform: uppercase;
border-bottom: 2px solid;
}
.sb-block-content {
}
.nav-category ul {
padding: 15px 0;
margin: 0 15px;
}
.nav-category ul li {
position: relative;
}
.nav-category ul li a {
font-size: 15px;
display: block;
padding: 5px 0;
color: #636363;
}
.nav-category ul li i {
position: absolute;
top:0;
right: 0;
padding: 7px;
}
.nav-category ul li a:hover,
.nav-category ul li.active a {
color: #3c8dbc;
}
.nav-category ul li ul {
display: none;
}
.sb-products ul {
margin: 0;
padding: 0;
}
.product-item-mini {
margin: 15px 0;
overflow: hidden;
}
.product-item-mini:hover {
box-shadow: 0 1px 2px #cecece;
}
.pim-image {
float: left;
width: 70px;
height: auto;
margin-right: 15px;
}
.pim-name {
padding: 7px 0;
margin: 0;
font-size: 15px;
color: #636363;
}
.pim-name:hover {
color: #3c8dbc;
}
.pim-description {
font-size: 12px;
color: #636363;
}
.pim-price {
font-size: 15px;
font-weight: bold;
color: #3c8dbc;
}
.pim-price span {
text-decoration: line-through;
color: #636363;
font-size: 13px;
font-weight: normal;
margin-left: 10px;
}
.cc-title h1 {
margin: 0;
padding: 0;
font-size: 18px;
line-height: 22px;
font-weight: bold;
color: #707070;
text-transform: uppercase;
}
.cc-toolbar {
margin: 15px 0 30px 0;
padding: 10px 0;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
}
.cct-mode a {
display: inline-block;
padding: 10px;
color: #636363;
background-color: #e1e1e1;
margin-right: 10px;
}
.cct-mode a:hover,
.cct-mode a.active {
background-color: #3c8dbc;
color: #ffffff;
}
.cc-sortby {
margin-top: 5px;
}
.cc-sortby > ul {
margin: 0;
padding: 0;
}
.cc-sortby > ul > li {
float: left;
position: relative;
width: 50%;
}
.cc-sortby > ul > li:hover > ul {
display: block;
}
.cc-sortby > ul > li > span {
padding-top: 5px;
display: block;
text-align: center;
}
.cc-sortby > ul > li > a {
display: block;
border: 1px solid #e1e1e1;
padding: 5px 10px;
background-color: #ffffff;
color: #636363;
}
.cc-sortby > ul > li > a > i {
margin-top: 2px;
float: right;
}
.cc-sortby > ul > li > ul {
position: absolute;
top: 100%;
left: 0;
z-index: 99;
display: none;
width: 100%;
margin: 0;
padding: 0;
background-color: #ffffff;
box-shadow: 0 1px 2px #cecece;
}
.cc-sortby > ul > li > ul > li+li {
border-top: 1px solid #e1e1e1;
}
.cc-sortby > ul > li > ul > li > a {
display: block;
padding: 5px 10px;
color: #636363;
}
.pagination {
margin: 5px 0 0 81px;
padding: 0;
}
.pagination>li>a,
.pagination>li>span {
height: 30px;
line-height: 29px;
border: 1px solid #e1e1e1;
background-color: #ffffff;
padding: 0 10px;
margin-left: 5px;
color: #404040;
text-align: center;
transition: 0.2s;
-moz-transition: 0.2s;
-webkit-transition: 0.2s;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
color: #ffffff;
background-color: #3c8dbc;
border-color: #3c8dbc;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
border-radius: 0;
}
.cc-list .col-md-4 {
width: 100%;
}
.cc-list .product-item-category {
text-align: left;
overflow: hidden;
}
.cc-list .product-item-image {
float: left;
margin-right: 30px;
}
.cc-list .product-item-category .product-item-sale {
left: 46px;
}
.cc-list .product-item-name {
text-align: left;
}
.cc-list .product-item-description {
display: block;
}
.product-item-category {
margin-bottom: 30px;
padding: 26px 20px 15px;
background-color: #ffffff;
text-align: center;
position: relative;
box-shadow: 0 1px 2px #cccccc;
}
.product-item-category::before {
content: "";
position: absolute;
right: 6px;
left: 6px;
bottom: -6px;
height: 50px;
display: inline-block;
background-color: #fff;
box-shadow: 0 1px 2px #eeecec;
z-index: -1;
}
.product-item-category .product-item-sale {
top: 0;
left: 60px;
bottom: auto;
}
.product-item-category .product-item-price {
margin-top: 5px;
}
.product-item-category .product-item-price span {
font-size: 15px;
font-weight: normal;
margin-left: 10px;
color: #999999;
text-decoration: line-through;
}
.product-item-description {
display: none;
}
.product-item-cart {
position: relative;
display: inline-block;
width: auto;
height: auto;
margin-top: 15px;
padding: 7px 15px 8px 30px;
border: 2px solid #e1e1e1;
background-image: none;
background-color: transparent;
border: 2px solid #e1e1e1;
text-indent: 0;
color: #898989;
}
.product-item-cart:before {
content: "";
position: absolute;
top: 6px;
left: 7px;
width: 14px;
height: 16px;
background-image: url(../../images/icon-sprites.png);
background-color: #898989;
background-position: top left;
background-repeat: no-repeat;
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
}
.product-item-cart:hover {
color: #ffffff;
border-color: #3c8dbc;
background-color: #3c8dbc;
}
.product-item-cart:hover:before {
background-color: #3c8dbc;
background-position: -32px 0;
}
.content-product-image {
background-color: #ffffff;
padding: 20px;
}
#owl-product {
margin-top: 20px;
}
#owl-product .item {
margin: 5px;
}
#owl-product .item img {
display: block;
width: 100%;
height: auto;
}
#owl-product .owl-buttons > div {
position: absolute;
background-color: #b7b7b7;
background-repeat: no-repeat;
width: 38px;
height: 38px;
top: 50%;
margin-top: -18px;
display: inline-block;
text-indent: -999px;
overflow: hidden;
background-image: url(../../images/icon-sprites.png);
transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
-webkit-transition: background-color 0.3s;
}
#owl-product .owl-buttons > div:hover {
background-color: #3c8dbc;
}
#owl-product .owl-buttons .owl-next {
right: -20px;
background-position: -22px -314px;
}
#owl-product .owl-buttons .owl-prev {
left: -20px;
background-position: 12px -314px;
}
.content-product-image .product-item-sale {
bottom: auto;
top: 0;
}
.product-name {
margin: 0;
padding: 0;
font-size: 18px;
line-height: 22px;
font-weight: bold;
color: #707070;
text-transform: uppercase;
}
.product-availability {
margin: 15px 0;
font-size: 15px;
font-weight: bold;
color: #000000;
}
.product-price {
font-size: 20px;
font-weight: bold;
color: #3c8dbc;
}
.product-price span {
margin-left: 10px;
font-size: 15px;
font-weight: normal;
text-decoration: line-through;
color: #636363;
}
.product-description {
text-align: justify;
}
.product-availability span {
color: #3c8dbc;
}
.fac-quantity {
position: relative;
overflow: hidden;
width: 128px;
}
.fac-quantity input {
width: 100%;
height: 30px;
line-height: 30px;
text-align: right;
padding-right: 20px;
}
.fac-quantity span {
position: absolute;
text-align: center;
cursor: pointer;
}
.fac-quantity span:hover {
background-color: #3c8dbc;
}
.facq-up {
right: 0;
top: 0;
height: 15px;
width: 15px;
background-color: #999999;
color: #ffffff;
}
.facq-down {
right: 0;
bottom: 0;
height: 15px;
width: 15px;
background-color: #999999;
color: #ffffff;
}
.content-product-tabs .nav-tabs {
border-bottom: 2px solid #e1e1e1;
}
.content-product-tabs .nav-tabs>li {
margin-bottom: -2px;
}
.content-product-tabs .nav-tabs>li>a {
border: 2px solid transparent;
border-bottom: none;
margin-left: 20px;
border-radius: 0;
background-color: #F7F5F5;
text-transform: uppercase;
color: #707070;
}
.content-product-tabs .nav-tabs>li>a:focus,
.content-product-tabs .nav-tabs>li>a:hover {
background-color: #F7F5F5;
border: 2px solid #e1e1e1;
border-bottom: 2px solid transparent;
}
.content-product-tabs .nav-tabs>li.active>a,
.content-product-tabs .nav-tabs>li.active>a:focus,
.content-product-tabs .nav-tabs>li.active>a:hover {
border: 2px solid #e1e1e1;
background-color: #F7F5F5;
border-bottom: 2px solid transparent;
}
.tab-pane {
padding: 20px 30px;
}
.cc-products-title {
margin: 20px 0;
padding: 0;
font-size: 18px;
line-height: 22px;
font-weight: bold;
color: #707070;
text-transform: uppercase;
text-align: center;
}
.nav-blogs ul {
margin: 20px 0 0 0;
padding: 0;
}
.nav-blogs ul li a {
padding: 8px 3px 10px;
display: block;
border-bottom: 1px dotted #ddd;
color: #636363;
}
.nav-blogs ul li a:hover {
color: #3c8dbc;
}
.sb-blogs ul {
margin: 20px 0 0 0;
padding: 0;
}
.sb-blogs ul li a {
padding: 8px 3px 10px;
display: block;
border-bottom: 1px dotted #ddd;
color: #636363;
}
.sb-blogs ul li a:hover {
color: #3c8dbc;
}
.article-item {
margin-bottom: 20px;
border-bottom: 1px solid #e1e1e1;
padding: 20px;
}
.article-item-title,
.article-item-title a {
margin: 0 0 10px 0;
padding: 0;
font-size: 18px;
font-weight: normal;
color: #636363;
}
.article-item-title a:hover {
color: #3c8dbc;
}
.article-item-tags a {
display: inline-block;
margin-left: 10px;
color: #636363;
}
.article-item-tags a:hover {
color: #3c8dbc;
}
.article-item-description {
font-size: 15px;
}
.article-item-description a {
color: #636363;
margin-left: 10px;
}
.article-item-description a:hover {
color: #3c8dbc;
}
.comment-add label {
font-weight: normal;
}
.comment-email,
.comment-name {
height: 30px;
line-height: 30px;
margin-bottom: 10px;
}
.comment-email,
.comment-name,
.comment-body {
outline: none;
width: 100%;
border: 1px solid #ddd;
color: #666;
}
.article-comments {
margin-top: 30px;
}
.comment-submit {
cursor: pointer;
display:inline-block;
height: 30px;
line-height: 28px;
padding: 0 15px;
transition: background-color 0.2s;
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
transition: border-color 0.2s;
-webkit-transition: border-color 0.2s;
-moz-transition: border-color 0.2s;
white-space: nowrap;
font-size: 108%;
border: 1px solid;
background-color: #666;
color: #fff;
}
.comment-submit:hover {
border-color: #3c8dbc;
background-color: #3c8dbc;
color: #fff;
}
.back2home {
background-color: #3cb7e7;
height: 38px;
line-height: 38px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
display: inline-block;
padding: 0 20px;
color: #fff;
margin: 0 4px;
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
text-transform: uppercase;
margin-bottom: 10px;
}
.selector-wrapper label {
width: 100%;
}
.selector-wrapper select {
width: 128px;
height: 30px;
line-height: 30px;
text-align: right;
padding-right: 20px;
}
.article-content img {
max-width: 100%;
}
#map {
width: 100%;
height: 300px;
}
.form-contact input {
width: 100%;
margin-bottom: 20px;
height: 30px;
line-height: 30px;
outline: none;
padding: 0 5px;
}
.form-contact textarea {
width: 100%;
margin-bottom: 20px;
padding: 5px;
height:130px;
outline:none;
}
.form-style input[type="text"],
.form-style input[type="email"],
.form-style input[type="password"] {
width: 100%;
height: 30px;
line-height: 30px;
padding: 0 5px;
margin-bottom: 20px;
outline:none;
}
.form-style select {
width: 100%;
height: 30px;
line-height: 30px;
padding: 0 5px;
margin-bottom: 20px;
outline:none;
}
.form-style {
margin:0;
padding:0
}
.form-style p span {
color: #ff0000;
}
.new-address {
margin-bottom: 20px;
}
@media (min-width: 1200px){
.container {
width: 1200px;
}
.section-slider > .container > .row > .col-md-8 {
width: 69.2%;
}
.section-slider > .container > .row > .col-md-4 {
width: 30.8%;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.header-services {
margin-top: 30px;
}
.header-cart {
margin-top: 30px;
}
.section-banner a img {
margin-bottom: 30px;
}
.block {
margin-bottom: 30px;
}
#owl-brand .owl-buttons .owl-next {
right: 0;
}
#owl-brand .owl-buttons .owl-prev {
left: 0;
}
.product-name {
margin-top: 20px;
}
.form-add-cart {
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.block {
margin-bottom: 20px;
}
.header-logo {
margin-bottom: 30px;
}
.nav-mobile-button {
margin-top: 7px;
display: block;
}
.nav-mobile-button a {
color: #ffffff;
}
#owl-slider {
margin-bottom: 10px;
}
.slider-banner-top,
.slider-banner-bottom {
text-align: center;
}
.slider-banner-top img,
.slider-banner-bottom img {
display: inline;
}
#owl-brand .owl-buttons .owl-next {
right: 0;
}
#owl-brand .owl-buttons .owl-prev {
left: 0;
}
.section-banner a img {
margin-bottom: 10px;
}
.article-item-title {
margin-top: 20px;
}
.form-subscribe {
margin: 0;
}
.subscribe-content p {
margin: 0;
margin-bottom: 30px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.clrgrid {
clear:both;
}
}
.tab-content img {
max-width: 100%;
}
| 0.349977 | 0.043855 |
๏ปฟ@charset "utf-8";
@charset "utf-8";
/* Typography */
@font-face {
font-family: 'siemens';
src: url('../fonts/siemenssans-roman-webfont.eot');
src: url('../fonts/siemenssans-roman-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/siemenssans-roman-webfont.woff') format('woff'), url('../fonts/siemenssans-roman-webfont.ttf') format('truetype'), url('../fonts/siemenssans-roman-webfont.svg#siemenssans-roman-webfont') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'siemensblack';
src: url('../fonts/siemenssans-black-webfont.eot');
src: url('../fonts/siemenssans-black-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/siemenssans-black-webfont.woff') format('woff'), url('../fonts/siemenssans-black-webfont.ttf') format('truetype'), url('../fonts/siemenssans-black-webfont.svg#siemenssans-black-webfont') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'siemensbold';
src: url('../fonts/siemenssans-bold-webfont.eot');
src: url('../fonts/siemenssans-bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/siemenssans-bold-webfont.woff') format('woff'), url('../fonts/siemenssans-bold-webfont.ttf') format('truetype'), url('../fonts/siemenssans-bold-webfont.svg#siemenssans-bold-webfont') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'bebas';
src: url('../fonts/bebasneue-webfont.eot');
src: url('../fonts/bebasneue-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue-webfont.woff') format('woff'), url('../fonts/bebasneue-webfont.ttf') format('truetype'), url('../fonts/bebasneue-webfont.svg#bebasneue-webfont') format('svg');
font-weight: normal;
font-style: normal;
}
.clear {
clear: both;
}
body {
width: 100%;
background-color: #e5e5e5;
font-family: 'siemens';
font-size: 16px;
}
.marRight {
margin-right: 0px !important;
}
.accordionButton {
width: 97.7%;
float: left;
_float: none;
cursor: pointer;
padding: 5px 0 5px 20px;
background: url(../svg/icon-plus.gif) no-repeat 5px 10px;
font-size: 14px;
line-height: 20px;
color: #606060;
font-weight: normal;
}
.accordionContent {
width: 100%;
float: left;
_float: none;
color: #606060;
padding: 8px 5px;
line-height: 22px;
}
.accordionContent p {
width: 100%;
float: left;
_float: none;
font-size: 14px;
}
.on {
color: #fff !important;
background: url(../svg/icon-minus.gif) no-repeat 5px 10px #EE8E4F;
border: none;
padding-right: 10px;
}
.borac {
border-bottom: 1px dashed #acacac;
float: left;
margin-bottom: 7px;
margin-left: 0px;
width: 99%;
background: #e3e3e3;
padding-right: 10px;
}
.over {
color: #666;
}
.teampic {
float: right;
margin-left: 10px;
width: 138px;
color: #EE8E4F;
padding: 5px;
background: #eee;
text-align: center;
}
.teampic img {
border: 1px dashed #ccc;
padding: 2px;
margin-bottom: 2px;
}
.teampic span {
color: #606060;
font-size: 12px;
}
.boardteamimg {
float: left;
margin-right: 42px;
width: 131px;
height: 160px;
color: #EE8E4F;
margin-bottom: 25px;
padding: 5px;
background: #eee;
text-align: center;
}
.boardteamimg img {
border: 1px dashed #ccc;
padding: 2px;
margin-bottom: 2px;
}
.boardteamimg span {
color: #606060;
font-size: 12px;
}
.contactmap {
float: right;
width: 500px;
border: 1px dashed #cdcdcd;
padding: 2px;
margin: 0 0 20px 20px;
}
.email {
color: #EE8E4F;
text-decoration: none;
}
.email:hover {
color: #5A5955;
text-decoration: underline;
}
.cntBox2 {
background: #e3e3e3;
float: left;
margin-right: 24px;
padding: 10px;
line-height: 20px;
border-bottom: 3px solid #ccc;
width: 44%;
margin-bottom: 20px;
/*color:#7c7c7c;*/
}
.h6 {
color: #606060;
font-size: 16px;
font-weight: normal;
margin-bottom: 5px;
}
.bookm {
float: left;
margin-bottom: 20px;
margin-left: -38px;
}
.bookm ul {
list-style: none;
margin: 0px !important;
}
.bookm ul li {
list-style: none;
font-size: 16px;
color: #606060;
float: left;
}
.bookm ul li a {
text-decoration: none;
color: #fff;
background: #EE8E4F;
padding: 3px 10px;
display: block;
margin-right: 5px;
border-bottom: 3px solid #ccc;
}
.bookm ul li a:hover {
text-decoration: none;
color: #000;
background: #f3f3f3;
}
#text {
font-size: 14px;
}
#text p {
line-height: 18px;
margin-bottom: 20px;
}
#text .title {
font-size: 26px;
text-transform: uppercase;
font-family: 'siemensbold';
margin-bottom: 20px;
line-height: 28px;
}
#text .subtitle {
font-size: 18px;
font-family: 'siemensbold';
margin-bottom: 5px;
line-height: 20px;
color: #EE8E4F;
}
#text ul {
margin: 0px 0px 15px 15px;
list-style: square;
}
#text ul li {
font-size: 14px;
line-height: 20px;
}
#text ol {
margin: 0px 0px 15px 0px;
}
#text ol li {
font-size: 14px;
line-height: 20px;
margin-bottom: 16px;
}
.innerlinks {
color: #e14926;
}
.innerlinks:hover {
color: #000000;
}
.table-format {
margin-bottom: 30px;
}
.table-format td {
border-bottom: 1px solid #cccccc;
padding: 5px 6px 5px 6px;
color: #444;
}
.table-format a {
color: #EE8E4F !important;
text-decoration: none !important;
}
.table-format a:hover {
color: #000 !important;
text-decoration: none !important;
}
.table-head td {
font-weight: 700;
background-color: #000;
color: #000 !important;
}
.table-head {
font-weight: 700;
background-color: #000;
color: #fff !important;
}
.table-head1 {
font-weight: 700;
background-color: #CCC;
border-bottom: 1px solid #dcdcdc !important;
}
.table-format1 {
margin-bottom: 30px;
}
.table-format1 td {
border-bottom: 1px solid #cccccc;
padding: 5px 6px 5px 6px;
color: #444;
}
.table-format1 a {
color: #EE8E4F !important;
text-decoration: none !important;
}
.table-format1 a:hover {
color: #000 !important;
text-decoration: none !important;
}
.table-head td {
font-weight: 700;
background-color: #000;
color: #000 !important;
}
.table-head {
font-weight: 700;
background-color: #000;
color: #fff !important;
}
.table-head1 {
font-weight: 700;
background-color: #CCC;
border-bottom: 1px solid #dcdcdc !important;
}
.careerslft {
float: left;
width: 160px;
padding-right: 20px;
margin-top: 6px;
color: #444;
padding-left: 5px;
}
.careersrght {
float: left;
background: url(../svg/colon.png) no-repeat 0px 10px;
padding-left: 20px;
}
.careersline {
border-bottom: 1px solid #ded9d9;
clear: both;
margin: 5px 0px;
}
.inp {
background: #ececec;
padding: 3px 5px;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
outline: none;
width: 250px;
}
.inp1 {
background: #ececec;
padding: 2px 5px;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
outline: none;
width: 82px;
}
.inp2 {
background: #ececec;
padding: 2px 5px;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
outline: none;
width: 262px;
}
.inp3 {
background: #ececec;
padding: 2px 5px;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
outline: none;
width: 250px;
font-family: Arial;
}
.but {
padding: 3px 7px;
background: #7a7a7a;
border: 1px solid #3B3B3B;
border-bottom: 3px solid #3B3B3B;
color: #fff;
font-weight: bold;
}
.but:hover {
background: #ececec;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
color: #000;
cursor: pointer;
}
.apply-btn-dont {
display: block;
float: right;
font-family: 'Arial';
padding: 3px 7px;
background: #975a5a;
border: 1px solid #5a2020;
border-bottom: 3px solid #5a2020;
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 14px;
margin-right: 10px;
}
.apply-btn-dont:hover {
background: #ececec;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
color: #000;
cursor: pointer;
}
.apply-btn {
display: block;
float: right;
font-family: 'Arial';
padding: 3px 7px;
background: #5a975a;
border: 1px solid #205a20;
border-bottom: 3px solid #205a20;
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 14px;
}
.apply-btn:hover {
background: #ececec;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
color: #000;
cursor: pointer;
}
.red {
color: red;
font-size: 12px;
}
.mediatitle {
font-size: 14px;
color: #db511b;
line-height: 20px;
}
.medialocation {
font-size: 13px;
color: #5f5f5f;
line-height: 20px;
}
.mediathumbnail {
background: #eee;
border: 1px solid #ddd;
padding: 2px;
float: left;
margin-right: 12px;
width: 200px;
height: 213px;
margin-bottom: 15px;
}
.mediathumbnail img {
width: 100%;
margin-bottom: 3px;
}
.mediathumbnail a {
text-decoration: none;
}
.scroll-pane-menu {
width: 529px;
height: 370px;
overflow: auto;
padding-right: 20px;
font-size: 14px;
line-height: 18px;
color: #666666;
outline: none;
}
.header {
position: fixed;
top: 0px;
left: 0px;
background-color: #000000;
height: 32px;
width: 100%;
z-index: 1000;
color: #fff;
}
.hdleft {
float: left;
margin-left: 10px;
}
.hdright {
float: right;
margin-right: 24px;
}
.hd_call {
float: left;
padding: 10px 0px 0px 0px;
margin-top: 0px;
color: #fff;
}
/*.hd_call {float:left; background: url('../svg/icon_call.png') no-repeat 0px 8px; padding:12px 0px 0px 52px; margin-right:40px; margin-top:58px; color:#fff;}*/
.hd_sms {
float: left;
background: url('../svg/icon_sms.png') no-repeat 0px 8px;
padding: 12px 0px 0px 52px;
margin-left: 40px;
margin-top: 58px;
color: #fff;
}
.hdicon {
font-family: 'siemens';
font-size: 11px;
line-height: 11px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 4px;
}
.hdtext {
font-family: 'siemensblack';
font-size: 14px;
line-height: 14px;
}
.hdright ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.hdright ul li {
float: left;
position: relative;
}
.hdright ul li .mainlk {
font-size: 12px;
line-height: 12px;
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
display: block;
padding: 11px 12px 10px 12px;
}
.hdright ul li .mainlk:hover {
color: #000000;
background-color: #ffffff;
}
.hdright .mainlk.active {
color: #000000;
background-color: #ffffff;
}
.hdrlinks {
margin: 0px;
padding: 0px;
list-style: none;
border-top: 1px dashed #666;
}
.hdrlinks li {
position: relative;
width: 100%;
}
.hdrlinks li a {
font-size: 12px;
line-height: 12px;
color: #000000;
text-decoration: none;
text-transform: uppercase;
display: block;
padding: 11px 0px 10px 0px;
border-bottom: 1px dashed #666;
}
.hdrlinks li a:hover {
color: #e14926;
}
.hdrlinksactive {
color: #e14926 !important;
}
.menu {
position: absolute;
margin-top: 32px;
z-index: 500;
overflow: hidden;
}
.menupad {
padding: 10px;
}
.menubg {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #ffffff;
opacity: 0.9;
z-index: -1
}
#m1 {
left: 0px;
width: 150px;
display: none;
}
#m2 {
left: -500px;
width: 830px;
display: none;
overflow: hidden;
}
#m3 {
left: 0px;
width: 150px;
display: none;
}
#m4 {
left: 0px;
width: 150px;
display: none;
}
#m5 {
left: 0px;
width: 150px;
display: none;
}
#m6 {
left: 0px;
width: 150px;
display: none;
}
#m7 {
right: 0px;
width: 150px;
display: none;
}
#m8 {
right: 0px;
width: 190px;
display: none;
}
.prmenuleft {
float: left;
width: 200px;
margin-right: 20px;
padding-right: 20px;
border-right: 1px dashed #666;
height: 600px;
}
.prmenuright {
float: left;
}
.prmenuloc {
font-size: 14px;
font-weight: 700;
color: #000;
margin-bottom: 4px;
margin-top: 16px;
}
.prmenusubtitle {
font-size: 18px;
line-height: 20px;
font-weight: 400;
color: #e14926;
margin-top: 10px;
}
.prmenutitle {
font-size: 24px;
line-height: 26px;
font-weight: 400;
color: #e14926;
}
.prmenuright a {
font-size: 14px;
line-height: 16px;
color: #000000;
text-decoration: none;
padding: 4px 0px 4px 12px;
display: block;
background: url(../svg/menubullet.png) no-repeat 0px 8px;
}
.prmenuright a:hover {
color: #e14926;
}
.menucolleft {
float: left;
width: 247px;
margin-right: 20px;
}
.menucolright {
float: left;
width: 247px;
}
.mobileback {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 1111111111111;
display: none;
}
#mobilemenu {
position: absolute;
top: 0px;
left: -275px;
width: 275px;
min-height: 100%;
background: url(../svg/mobilemenubg.png);
z-index: 1111111111111;
-moz-box-shadow: 2px 2px 6px 0px #333;
-webkit-box-shadow: 2px 2px 6px 0px #333;
box-shadow: 2px 2px 6px 0px #333;
}
.mobilemenucontent {
width: 90%;
margin: 0px 0px 0px 5%;
border: 0px solid #c8bebd;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-bottom: 30px;
}
.mobilemenuclose {
width: 90%;
margin: 14px 0px 14px 5%;
text-align: right;
cursor: pointer;
}
.btnmenu {
display: none;
float: right;
margin: 0px 4px 0px 0px;
}
.footer {
position: fixed;
bottom: -170px;
left: 0px;
background-color: #000000;
height: 220px;
width: 100%;
z-index: 1000;
}
.footer .ftleft {
float: left;
margin: 15px 0px 0px 10px;
}
.footer .backtotop {
position: absolute;
bottom: 60px;
right: -150px;
z-index: 1000;
}
.footer .ftcenter {
position: absolute;
top: -58px;
left: 48%;
margin-left: -490px;
width: 980px;
}
.footer .ftright {
float: right;
margin: 6px 24px 0px 0px;
}
.footer .ft_links {
float: left;
margin-top: 170px;
display: none;
}
.footer .ft_links a {
display: block;
float: left;
background-color: #333333;
text-decoration: none;
color: #ffffff;
padding: 4px 18px 4px 18px;
margin-right: 2px;
}
.footer .ft_links a:hover {
background-color: #de3c26;
}
.footer .ft_links_static {
background-color: #de3c26 !important;
}
.footer .ft_links_left {
margin: 63px 185px 0px 50px;
}
.footer .ft_links_right {
margin-top: 63px;
}
.footer .logo_home {
position: absolute;
left: 50%;
margin-left: -80px;
}
.footer_inner {
position: fixed;
bottom: -184px;
left: 0px;
background-color: #000000;
height: 220px;
width: 100%;
z-index: 1000;
}
.footer_inner .ftleft {
float: left;
margin: 8px 0px 0px 10px;
}
.footer_inner .ftcenter {
position: absolute;
top: -58px;
left: 50%;
margin-left: -490px;
width: 980px;
}
.footer_inner .ftright {
float: right;
margin: 4px 24px 0px 0px;
}
.footer_inner .ft_links {
float: left;
margin-top: 170px;
display: block;
}
.footer_inner .ft_links a {
display: block;
float: left;
background-color: #333333;
text-decoration: none;
color: #ffffff;
padding: 4px 18px 4px 18px;
margin-right: 2px;
}
.footer_inner .ft_links a:hover {
background-color: #de3c26;
}
.footer_inner .ft_links_static {
background-color: #de3c26 !important;
}
.footer_inner .ft_links_left {
margin: 63px 165px 0px 46px;
}
.footer_inner .ft_links_right {
margin-top: 63px;
}
.footer_inner .logo_home {
position: absolute;
left: 50%;
top: 20px;
margin-left: -72px;
}
.footerline {
background-color: #1e1e1e;
height: 30px;
}
.ftlleft {
float: left;
margin-left: 20px;
font-size: 11px;
line-height: 14px;
color: #848484;
padding-top: 8px;
}
.ftlright {
float: right;
margin-right: 40px;
padding-top: 8px;
}
.ftlpopdiv {
position: relative;
display: none;
}
.ftlpop {
position: absolute;
bottom: 8px;
right: 0px;
width: 700px;
height: 250px;
background-color: #1e1e1e;
}
.ftllinks {
font-size: 12px;
line-height: 12px;
color: #848484;
}
.ftllinks a {
color: #848484;
text-decoration: none;
}
.ftllinks a:hover {
color: #ffffff;
}
.ftlpoptitle {
color: #c7a56c;
margin-bottom: 10px;
}
.ftlpopleft {
float: left;
width: 230px;
}
.ftlpopright {
float: left;
width: 230px;
}
.ftlProject {
padding-left: 14px;
}
.ftlProject_active {
background: url(../svg/prarrow.gif) no-repeat 0px 5px !important;
color: #ffffff !important;
}
.ftlcat a {
float: left;
color: #ababab;
text-decoration: none;
font-size: 12px;
line-height: 12px;
padding: 10px 10px 10px 10px;
}
.ftlcat a:hover {
color: #fff;
}
.ftactive {
color: #c7a56c !important;
background-color: #333333;
}
.ftpoplinks {
padding: 20px;
background-color: #333;
height: 140px;
}
.ftpoplinks a {
display: block;
color: #ababab;
text-decoration: none;
font-size: 12px;
line-height: 16px;
padding: 4px 0px 4px 0px;
}
.ftpoplinks a:hover {
color: #fff;
}
.backtotop {
position: absolute;
bottom: 60px;
right: -150px;
z-index: 1000;
}
.copyright {
float: left;
font-size: 11px;
color: #8b8b8b;
margin: 12px 20px 0px 0px;
}
.ft_search {
background: url(../svg/icon_search.png) no-repeat 0px 0px;
font-family: 'siemens';
font-size: 12px;
line-height: 12px;
text-transform: uppercase;
color: #fff;
text-decoration: none;
padding: 4px 0px 3px 24px;
display: block;
}
.searchBox {
position: absolute;
top: 50px;
left: 0px;
color: #fff;
background-color: #111;
width: 100%;
}
.searchClose {
position: absolute;
top: 10px;
right: 70px;
}
.searchLeft {
float: left;
border-right: 1px dashed #333;
padding-right: 20px;
margin-right: 20px;
height: 132px;
}
.searchRight {
float: left;
}
.searchTitle {
font-family: 'siemensbold';
font-size: 20px;
color: #ffffff;
text-transform: uppercase;
margin-bottom: 10px;
}
.searchSubTitle {
font-size: 18px;
line-height: 18px;
margin-bottom: 8px;
color: #e14926;
}
.searchButton {
width: 100%;
text-align: right;
margin-top: 6px;
}
.searchText {
font-size: 14px;
color: #ccc;
line-height: 16px;
margin-bottom: 24px;
}
.searchRightCol0 {
float: left;
margin-right: 10px;
}
.searchRightCol1 {
float: left;
margin-right: 10px;
}
.searchRightCol2 {
float: left;
margin-right: 10px;
}
.searchRightCol3 {
float: left;
margin-right: 10px;
}
.searchRightCol4 {
float: left;
margin-top: 28px;
}
.searchInput {
font-family: 'siemens';
font-size: 13px;
background-color: #333;
border: 1px solid #333;
color: #999;
padding: 6px;
outline: none;
width: 250px;
}
.searchSelect {
font-family: 'siemens';
font-size: 13px;
background-color: #333;
border: 1px solid #333;
color: #999;
padding: 5px;
outline: none;
width: 130px;
}
/*.ftleft_div1 {float:left; margin-right:4px;}
.ftleft_div2 {float:left; margin-top:4px;}
.ft_input {font-family:'siemens'; font-size:12px; text-transform:uppercase; background:none; color:#fff; border:none; outline:none; width:150px;}*/
/*ADDED BY <NAME>*/
.month {
float: left;
margin: 0px;
margin-bottom: 10px;
}
.month ul {
margin: 0px;
padding: 0px;
list-style: none !important;
margin-left: 0px !important;
}
.month ul li {
display: inline-block;
background: none !important;
margin-right: 2px;
}
.month ul li a {
font-size: 13px;
color: #FFF !important;
text-decoration: none !important;
padding: 5px 7px;
background: #db511b;
}
.month ul li a:hover {
color: #ffffff;
text-decoration: none;
padding: 5px 7px;
background-color: #000;
}
.month ul li.deactive {
position: relative;
}
.month ul li.deactive a {
background: #CDCDCD;
}
.month ul li.deactive a:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
cursor: default;
}
.month ul li span {
font-weight: 400;
color: #eee;
font-size: 13px;
padding: 5px 7px;
border: 0px solid #c89302;
background: #ccc;
}
.month ul li span.active {
color: #fff;
font-size: 13px;
padding: 5px 7px;
background: #000;
}
.month ul li b {
font-weight: 400;
color: #cccccc;
font-size: 14px;
padding: 5px 7px;
border: 0px solid #cccccc;
}
.select {
border: 0px solid #FF0000;
padding: 1px 2px;
font-size: 13px;
width: 62px;
margin-top: -23px;
background: #000;
color: #FFFFFF;
float: right;
}
.selectyear {
padding: 3px 5px 2px 5px;
font-size: 13px;
margin-top: -3px;
background: #ccc;
color: #000;
float: left;
margin-bottom: 10px;
}
.selectyear select {
background: #fff;
color: #000;
outline: none;
}
.media ul {
margin: 0 !important;
padding: 0;
}
.media ul li {
border-bottom: 1px dashed #acacac;
margin-left: 0px;
width: 100%;
background: #e3e3e3;
list-style: none;
color: #db511b;
font-weight: normal;
padding: 5px;
}
.media ul li a {
text-decoration: none;
display: block;
color: #db511b;
}
.media ul li a:hover {
color: #606060;
}
.media ul li span {
color: #606060;
font-size: 12px;
}
.media ul li a:hover span {
color: #db511b;
}
.pagination {
float: right;
margin-right: 16px;
}
.pagination a {
font-size: 12px;
color: #FFF !important;
text-decoration: none !important;
padding: 3px 5px;
background: #db511b;
margin-right: 2px;
}
.pagination a:hover {
text-decoration: none !important;
background: #000;
}
.disabled {
color: #eee;
font-size: 12px;
padding: 3px 5px;
background: #ccc !important;
text-decoration: none;
margin-right: 2px;
}
.disabled:hover {
color: #eee;
background: #000;
text-decoration: none;
}
.current {
font-size: 12px;
color: #FFF !important;
text-decoration: none !important;
padding: 3px 5px;
background: #000;
margin-right: 2px;
}
.mediaprtitle {
color: #db511b;
font-size: 18px;
line-height: 22px;
margin-bottom: 3px;
}
.back {
font-size: 13px;
color: #FFF !important;
text-decoration: none !important;
padding: 5px 7px;
background: #db511b;
}
.back:hover {
color: #ffffff;
text-decoration: none;
padding: 5px 7px;
background-color: #000;
}
.searchfloatleft {
float: left;
}
.searchfrmrgn {
margin-right: 0px !important;
}
.searchcenter {}
/****END****/
.sresults {
padding: 15px;
background: #f8f8f8;
margin-bottom: 25px;
font-size: 14px;
line-height: 20px;
}
.sresults strong {
color: #EC872B;
}
.sr {
width: 200px;
margin: 0 19px 15px 0;
float: left;
position: relative;
border: 2px solid #B5B5B5;
min-height: 323px;
}
.sr a {
text-decoration: none;
}
.srtitle {
font-weight: 400;
border-top: 7px solid #989898;
font-size: 16px;
text-transform: uppercase;
margin: 0px 0px 0px 5px;
color: #e14926;
padding: 5px 10px 0px 10px;
}
.srpic {
margin-top: 0px;
}
.srpic img {
width: 100% !important;
}
.srhplogo {
position: absolute;
top: 21px;
right: -29px;
}
.srhplogo img {
width: 70%;
}
.srname {
font-weight: 400;
color: #000;
font-size: 18px;
font-weight: 400;
border-bottom: 1px solid #b5b5b5;
margin: 3px 0px 0px 0px;
padding: 5px 5px 7px 5px;
line-height: 18px;
text-align: center;
font-weight: 600;
}
.srloc {
color: #000;
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
margin: 6px 0px 0px 12px;
}
.srname span {
font-size: 14px;
color: #e14926;
}
.srBudget {
font-family: 'siemens';
font-weight: 400;
color: #000;
font-size: 14px;
font-weight: 400;
border-bottom: 0px solid #666;
margin: 8px 12px 0px 5px;
padding-bottom: 0px;
text-align: center;
}
.srBudget span {
font-family: 'siemens';
font-weight: 400;
color: #e14926;
font-size: 14px;
}
.rsr {
width: 175px;
margin: 0;
background: url(../svg/whitebg.html);
float: left;
position: relative;
border: 5px solid #3aa366;
min-height: 251px;
}
.rsr a {
text-decoration: none;
}
.rsr .srpic {
margin-top: 0px;
}
.rsr .srpic img {
width: 100% !important;
}
.rsr .srname {
font-family: 'Raleway';
font-weight: 400;
color: #000;
font-size: 14px;
font-weight: 400;
border-bottom: 1px solid #666;
margin: 8px 12px 0px 12px;
padding-bottom: 6px;
}
.rsr .srloc {
color: #000;
font-size: 11px;
text-transform: uppercase;
font-weight: 400;
margin: 6px 0px 0px 12px;
}
.rsr .srname span {
font-size: 12px;
text-transform: uppercase;
}
.rsr .srBudget {
font-family: 'source';
font-weight: 400;
color: #000;
font-size: 16px;
font-weight: 400;
border-bottom: 0px solid #666;
margin: 8px 12px 0px 12px;
padding-bottom: 0px;
}
.rsr .srBudget span {
font-family: 'sourcebold';
font-weight: 400;
color: #000;
font-size: 16px;
}
.manage-line {
margin: 10px 0px 10px 0px;
height: 1px;
border-bottom: solid 1px #979797;
}
.specs-div {
float: left;
margin-bottom: 10px;
border-bottom: 1px dashed #ccc;
width: 490px;
margin-right: 20px;
}
.specs-div ul {
list-style: none;
margin: 0auto;
padding: 0px;
}
.specs-div li {
font-size: 13px;
color: #fff;
text-decoration: none;
line-height: 18px;
background: url('../svg/bullet.html') no-repeat 4px 5px;
padding: 0px 0px 14px 18px;
}
.specs-div li strong {
color: #FFD6B0;
font-weight: normal;
}
.p-heading {
text-align: center;
font-size: 54px;
color: #000;
padding: 0px !important;
margin: 0px !important;
background: #fff;
}
.specifications-heading {
font-size: 16px;
color: #fff;
margin-bottom: 15px;
border-bottom: 1px solid #fff;
padding-bottom: 7px;
float: left;
padding-right: 25px;
}
.specs-head {
color: #EC872B;
font-size: 24px;
text-transform: uppercase;
margin-bottom: 10px;
margin-top: 20px;
}
.specs-head2 {
color: #EC872B;
font-size: 24px;
text-transform: uppercase;
margin-bottom: 10px;
}
.prj {
width: 224px;
background: url(../svg/whitebg.html);
float: left;
margin: 0 17px 15px 0;
padding-top: 10px;
position: relative;
overflow: hidden;
border: 5px solid #000;
}
.prj:hover {
background: #eee;
/* -webkit-transition: background-color 1000ms linear;
-moz-transition: background-color 1000ms linear;
-o-transition: background-color 1000ms linear;
-ms-transition: background-color 1000ms linear;
transition: background-color 1000ms linear;*/
border: 5px solid #3AA366;
}
.prj:hover h2 {
color: #3AA366 !important;
}
.prj h2 {
color: #000 !important;
font-size: 18px !important;
font-family: 'myriad_semibold';
line-height: 20px !important;
font-weight: 400;
margin: 14px 15px 0 15px;
border-bottom: 1px solid #000;
padding-bottom: 12px !important;
display: block;
}
.prj h3 {
color: #222 !important;
font-size: 12px !important;
font-weight: 400;
margin: 0px 0px 0 15px;
text-transform: uppercase;
text-align: left !important;
line-height: 23px !important;
display: block;
}
.prj a h3:hover {
text-decoration: none !important;
}
.prj .plogo {
position: absolute;
top: 0px;
right: 0px;
}
.marrgt0 {
margin-right: 0 !important;
}
.prj .imgs {
margin-left: -18px;
}
.prpic {
margin-top: 11px;
}
.prhplogo {
position: absolute;
top: 0px;
right: 0px;
}
.prname {
font-family: 'Raleway';
font-weight: 400;
color: #000;
font-size: 17px;
font-weight: 400;
border-bottom: 1px solid #666;
margin: 8px 12px 0px 12px;
padding-bottom: 6px;
}
.prloc {
color: #000;
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
margin: 6px 0px 0px 12px;
}
.prname span {
font-size: 12px;
text-transform: uppercase;
}
.prBudget {
font-family: 'sourcebold';
font-weight: 400;
color: #000;
font-size: 14px;
font-weight: 400;
border-bottom: 0px solid #666;
margin: 8px 12px 0px 12px;
padding-bottom: 6px;
}
.prod {
font-size: 12px;
text-transform: capitalize;
background: #000;
width: auto;
padding: 5px 10px;
float: left;
color: #fff;
position: absolute;
bottom: 5px;
right: 5px;
border-radius: 15px;
left: 5px;
width: 63px;
}
.prod:hover {
background: #EC872B;
}
.prodn {
text-align: center;
padding: 10px 0;
}
.prodn a {
font-size: 14px;
text-transform: capitalize;
background: #000;
padding: 5px 10px;
color: #fff;
border-radius: 15px;
text-decoration: none;
}
.prodn a:hover {
background: #EC872B;
}
.prod1 {
font-size: 12px;
text-transform: capitalize;
background: #EC872B;
width: auto;
padding: 5px 10px;
float: right;
color: #fff;
position: absolute;
bottom: 5px;
right: 5px;
/* margin:15px 7px;*/
border-radius: 15px;
}
.prod1:hover {
background: #000;
}
.srbk {
position: absolute;
bottom: 8px;
left: 5px;
}
/****END****/
/*END */
.enqBox {
position: absolute;
top: 50%;
margin-top: -185px;
right: -480px;
width: 555px;
z-index: 10000;
}
.enqBoxBut {
float: left;
width: 75px;
}
.enqBoxDiv {
float: left;
width: 480px;
margin-top: 7px;
background: url(../svg/enq_bg.png);
color: #fff;
}
.enqBoxClos {
position: absolute;
top: 20px;
right: 30px;
}
.enqCont {
padding: 20px;
}
.enqTitle {
font-size: 16px;
color: #301e00;
line-height: 20px;
margin-bottom: 10px;
text-transform: uppercase;
}
.enqColLeft {
float: left;
width: 420px;
}
.enqColLeft1 {
float: left;
margin-right: 10px;
}
.enqColLeft2 {
float: left;
margin-right: 10px;
}
.enqColLeft3 {
float: left;
margin-top: 78px;
}
.enqColLeft_div {
height: 39px;
}
.enqColRight {
float: left;
width: 420px;
}
.enqColRight1 {
float: left;
margin-right: 10px;
}
.enqColRight2 {
float: left;
}
.enqColRight3 {
text-align: right;
}
.enqColRight_div {
height: 40px;
}
.enqInput {
font-family: 'siemens';
font-size: 13px;
background-color: #ccbca2;
border: 1px solid #ae9f86;
color: #301e00;
padding: 6px;
outline: none;
width: 150px;
}
.enqTextArea {
font-family: 'siemens';
font-size: 13px;
background-color: #ccbca2;
border: 1px solid #ae9f86;
color: #301e00;
padding: 6px;
outline: none;
width: 158px;
resize: none;
height: 93px;
}
.enqSelect {
font-family: 'siemens';
font-size: 13px;
background-color: #ccbca2;
border: 1px solid #ae9f86;
color: #301e00;
padding: 5px;
outline: none;
width: 205px;
}
.enqSelect-sm {
font-family: 'siemens';
font-size: 13px;
background-color: #ccbca2;
border: 1px solid #ae9f86;
color: #301e00;
padding: 6px;
outline: none;
width: 164px;
}
.tablestyle {
float: left;
width: 48%;
margin-right: 2%;
}
.landing {
background: #eee;
margin-bottom: 20px;
}
.landing .landing-img {
float: left;
margin: 15px 0 15px 15px;
width: 16%;
}
.landing .landing-img img {
border: 1px dashed #ccc;
padding: 2px;
margin-bottom: 2px;
}
.landing .landing-img span {
color: #606060;
font-size: 12px;
}
.landing .landing-text {
margin: 0px 10px 0 15px;
float: left;
width: 78%;
}
.landing .marB10 {
margin-bottom: 10px !important;
}
.landing .landing-text ul {
margin: 0px;
padding: 0px;
}
.landing .landing-text ul li {
line-height: 19px !important;
;
margin-bottom: 4px !important;
;
}
.landing .landing-text .btn {
padding: 3px 7px;
background: #7a7a7a;
border: 1px solid #3B3B3B;
border-bottom: 3px solid #3B3B3B;
color: #fff;
text-decoration: none;
}
.landing .landing-text .btn:hover {
background: #ececec;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
color: #000;
cursor: pointer;
text-decoration: none;
}
#text .sitemap {
width: 218px;
float: left;
margin-bottom: 20px
}
#text .sitemap h1 {
color: #EC872B;
font-size: 16px;
text-transform: capitalize;
margin: 0 0 10px 0;
padding: 0;
background: none;
font-family: 'siemensbold'
}
#text .sitemap h3 {
color: #000;
font-size: 14px;
text-transform: capitalize;
margin: 0px 0 10px 5px;
padding: 0;
background: none;
text-align: left;
font-weight: 700;
}
#text .sitemapul {
list-style: none;
margin: 0 0 20px 5px;
padding: 0px;
}
#text .sitemapul li {
color: #fff;
text-decoration: none;
background: none;
padding: 0px 0px 0px 0px;
line-height: 16px;
}
#text .sitemapul li a {
color: #000;
text-decoration: none;
}
#text .sitemapul li a:hover {
color: #E17930;
}
#text .sitemap-pro {
width: 290px;
float: left;
margin-bottom: 20px
}
#text .sitemap-pro h1 {
color: #EC872B;
font-size: 16px;
text-transform: capitalize;
margin: 0 0 10px 0;
padding: 0;
background: none;
font-family: 'siemensbold'
}
#text .sitemap-pro h3 {
color: #000;
font-size: 14px;
text-transform: capitalize;
margin: 0px 0 10px 5px;
padding: 0;
background: none;
text-align: left;
font-weight: 700;
}
#text .sitemapul {
list-style: none;
margin: 0 0 20px 5px;
padding: 0px;
}
#text .sitemapul li {
color: #fff;
text-decoration: none;
background: none;
padding: 0px 0px 0px 0px;
line-height: 16px;
}
#text .sitemapul li a {
color: #000;
text-decoration: none;
}
#text .sitemapul li a:hover {
color: #E17930;
}
.st-num1 {
position: absolute;
top: 10px;
left: 12px;
font-weight: bold;
color: #000;
}
.st-num2 {
position: absolute;
top: 10px;
left: 9px;
font-weight: bold;
color: #000;
}
.bookdiv {
width: 284px;
margin-right: 10px;
float: left;
}
.bookoldiv {
width: 200px;
margin-right: 10px;
float: left;
}
.bkLeft {
margin-top: 16px;
margin-bottom: 6px;
}
.bkRight {
margin-bottom: 8px;
}
.bookdiv2 {
float: left;
border-right: 1px dashed #ccc;
margin-right: 25px;
width: 273px;
}
.booktext {
margin-bottom: 6px;
}
.booktxtbox {
margin-bottom: 20px;
}
.bookcheck {
float: left;
width: 26px;
}
.bookterms {
float: left;
width: 840px;
margin-top: 2px;
}
.bookdetail {
border: 1px solid #e2e2e2;
margin-top: 30px;
}
.bookpad {
padding: 20px;
}
.bookdetail_d1 {
float: left;
width: 44%;
margin-bottom: 16px;
border-top: 1px dashed #ccc;
padding-top: 16px;
}
.bookdetail_d2 {
float: left;
width: 4%;
border-top: 1px dashed #ccc;
padding-top: 16px;
}
.bookdetail_d3 {
float: left;
width: 26%;
border-top: 1px dashed #ccc;
padding-top: 16px;
}
.bookdetail_d4 {
float: left;
width: 26%;
border-top: 1px dashed #ccc;
padding-top: 16px;
}
.bookdetail_d1lp {
float: left;
width: 44%;
margin-bottom: 16px;
border-top: 0px dashed #ccc;
padding-top: 16px;
}
.bookdetail_d2lp {
float: left;
width: 4%;
border-top: 0px dashed #ccc;
padding-top: 16px;
}
.bookdetail_d3lp {
float: left;
width: 26%;
border-top: 0px dashed #ccc;
padding-top: 16px;
}
.bookdetail_d4lp {
float: left;
width: 26%;
border-top: 0px dashed #ccc;
padding-top: 16px;
}
.bookbut {
display: block;
float: right;
font-family: 'Arial';
padding: 3px 7px;
background: #7a7a7a;
border: 1px solid #3B3B3B;
border-bottom: 3px solid #3B3B3B;
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 14px;
}
.bookbut:hover {
background: #ececec;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
color: #000;
cursor: pointer;
}
.book_maintab {
border: 1px solid #e2e2e2;
border-bottom: none;
-webkit-box-shadow: 0px -4px 4px #ccc;
-moz-box-shadow: 0px -4px 4px #ccc;
box-shadow: 0px -4px 4px #e2e2e2;
border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
font-size: 18px;
line-height: 18px;
color: #EE8E4F;
font-family: 'siemensbold';
}
.book_maintab .pd {
padding: 20px 10px 0px 20px;
}
.book_city {
float: left;
color: #666;
text-decoration: none;
text-align: center;
margin: 0px 20px 20px 0px;
width: 167px;
background-color: #e2e2e2;
padding: 10px;
}
.book_city .pic {
margin-bottom: 6px;
}
.book_city .pic img {
width: 100%;
}
.book_city .text {
font-size: 18px;
font-family: 'bebas';
}
.book_city:hover {
background-color: #e17930;
color: #fff;
}
.book_city_active {
background-color: #e17930 !important;
color: #fff !important;
}
.book_pr {
float: left;
color: #666;
text-decoration: none;
text-align: center;
margin: 0px 20px 20px 0px;
width: 110px;
padding: 4px;
background-color: #e2e2e2;
position: relative;
}
.book_pr .pic {
margin-bottom: 4px;
}
.book_pr .pic img {
width: 100%;
}
.book_pr .text {
font-family: 'siemens';
font-size: 12px;
}
.book_pr:hover {
background-color: #0b6702;
color: #fff;
}
.book_pr_active {
background-color: #0b6702 !important;
color: #fff !important;
}
.rec {
position: absolute;
top: -6px;
right: 0px;
background-color: #ff0000;
font-size: 11px;
line-height: 11px;
color: #fff;
padding: 2px 10px;
}
.book_unit {
float: left;
color: #666;
text-decoration: none;
text-align: center;
margin: 0px 20px 20px 0px;
padding: 10px 20px;
background-color: #e2e2e2;
}
.book_unit:hover {
background-color: #023867;
color: #fff;
}
.book_unit_active {
background-color: #023867 !important;
color: #fff !important;
}
.book_type {
float: left;
color: #666;
text-decoration: none;
text-align: center;
margin: 0px 20px 20px 0px;
padding: 10px 20px;
background-color: #e2e2e2;
}
.book_type:hover {
background-color: #710d9b;
color: #fff;
}
.book_type_active {
background-color: #710d9b !important;
color: #fff !important;
}
.book_unitsize {
float: left;
color: #666;
text-decoration: none;
text-align: center;
margin: 0px 20px 20px 0px;
padding: 10px 0px;
background-color: #e2e2e2;
width: 100%;
}
.book_unitsize:hover {
background-color: #67022f;
color: #fff;
}
.book_unitsize_active {
background-color: #67022f !important;
color: #fff !important;
}
.book_payment {
float: left;
color: #666;
text-decoration: none;
text-align: center;
margin: 0px 20px 20px 0px;
padding: 10px 20px;
background-color: #e2e2e2;
position: relative;
}
.book_payment:hover {
background-color: #897100;
color: #fff;
}
.book_payment_active {
background-color: #897100 !important;
color: #fff !important;
}
.book_content {
border: 1px solid #e2e2e2;
border-bottom: none;
border-top: 0px;
}
.book_content_pad {
padding: 10px 20px 10px 20px;
}
.book_title {
font-size: 16px;
margin-bottom: 20px;
border-bottom: 1px dashed #ccc;
color: #666;
padding-bottom: 4px;
text-transform: uppercase;
}
.bdcr {
margin-top: 20px;
}
.bdcr_div {
float: left;
border-right: 1px solid #ccc;
font-size: 14px;
line-height: 14px;
padding: 4px 8px;
}
.bdcr1 {
color: #f08e4f;
}
.bdcr2 {
color: #0b6702;
}
.bdcr3 {
color: #710d9b;
}
.bdcr4 {
color: #106ab8;
}
.bdcr5 {
color: #b70149;
}
.bdcr6 {
color: #a67100;
border: none;
}
@media (max-width: 1410px) {
.footer .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer .text-right {
text-align: right;
}
}
@media (max-width: 1376px) {
.footer .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer .text-right {
text-align: right;
}
}
@media (max-width: 1260px) {
.footer .ftcenter {
margin-left: -360px;
width: 650px;
}
.footer .ft_links a {
padding: 4px 4px 4px 4px;
font-size: 12px;
}
.footer .ft_links_left {
margin: 66px 175px 0px 34px;
}
.footer .ft_links_right {
margin-top: 66px;
}
.tablestyle {
float: left;
width: 48%;
margin-right: 2%;
}
.footer .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer .text-right {
text-align: right;
}
}
@media (max-width: 1160px) {
.footer_inner .ftcenter {
margin-left: -315px;
width: 630px;
}
.footer_inner .ft_links a {
padding: 4px 8px 4px 8px;
font-size: 12px;
}
.footer_inner .ft_links_left {
margin: 66px 145px 0px 0px;
}
.footer_inner .ft_links_right {
margin-top: 66px;
}
.footer_inner .logo_home {
margin-left: -72px;
}
.footer .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer .text-right {
text-align: right;
}
.footer_inner .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer_inner .text-right {
text-align: right;
}
}
@media (max-width: 996px) {
.searchLeft {
float: none;
width: 100%;
border: none;
padding: 0px;
margin-right: 0px;
border-bottom: 1px dashed #333;
padding-bottom: 10px;
margin-bottom: 20px;
height: auto;
}
.searchRight {
clear: both;
float: left;
}
.searchTheWebsite {
float: left;
}
.searchInpDiv {
float: left;
margin: -5px 6px 0px 10px;
}
.searchButton {
float: left;
width: auto;
margin-top: -3px;
}
.footer .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer .text-right {
text-align: right;
}
.footer_inner .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer_inner .text-right {
text-align: right;
}
}
@media (max-width: 969px) {
.footer .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer .text-right {
text-align: right;
}
.footer_inner .text-right {
text-align: right;
}
.footer_inner .footer-social {
width: 12% !important;
margin-top: 6px;
}
}
@media (max-width: 969px) {
.teampic {
margin-right: 0;
}
.boardteamimg {
margin-right: 32px !important;
}
.marRight {
margin-right: 32px !important;
}
.bookcheck {
float: left;
width: 5%;
}
.bookterms {
float: left;
width: 95%;
}
.footer .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer .text-right {
text-align: right;
}
}
@media (max-width: 922px) {
.boardteamimg {
margin-right: 2% !important;
}
.marRight {
margin-right: 2% !important;
}
}
@media (max-width: 790px) {
.cntBox2 {
width: 43%;
}
}
@media (max-width: 712px) {
.tablestyle {
float: left;
width: 100%;
margin-right: 2%;
}
.contactmap {
width: 100%;
margin: 0 0 20px 0;
float: right;
}
}
@media (max-width: 686px) {
.searchInpDiv {
clear: both;
margin: -5px 6px 0px 0px;
}
.searchInput {
width: 186px;
}
.searchText {
margin-bottom: 12px;
padding-right: 30px;
}
.searchRightCol2 {
clear: both;
margin-top: 12px;
}
.searchRightCol3 {
margin-top: 12px;
}
.searchRightCol4 {
clear: both;
margin-top: 12px;
}
.searchTitle {
font-family: 'siemens';
font-size: 16px;
}
.searchSubTitle {
font-size: 14px;
line-height: 14px;
margin-bottom: 4px;
}
.searchBox {
height: 380px;
}
}
@media (max-width: 486px) {
.copyright {
display: none;
}
}
@media (max-width: 900px) {
.careerslft {
float: none;
width: 100%;
}
.careersrght {
float: none;
width: 100%;
background: none;
padding-left: 5px;
margin-top: 5px;
}
}
@media (max-width: 926px) {
.searchfrmrgn {
margin-right: 10px !important;
}
}
@media (max-width: 900px) {
.ftlleft {
display: none;
}
.ftlright {
display: none;
}
.header {
position: absolute;
}
.hdright {
display: none;
}
.btnmenu {
display: block;
}
.searchClose {
right: 60px;
}
.logo_home {
display: none;
}
.enqCont {
padding: 0px;
}
.footer .ftcenter {
display: none;
}
.footer_inner .ftcenter {
display: none;
}
}
@media (max-width: 686px) {
.cntBox2 {
width: 97%;
}
}
@media (max-width: 500px) {
.enqColLeft1 {
width: 100%;
}
.enqColLeft3 {
margin-top: 10px;
}
.enqColLeft2 {
width: 100%;
}
.enqCont {
width: 96%;
}
.enqColLeft {
width: 100%;
}
.enqColRight {
width: 100%;
}
.enqInput {
width: 100%;
}
.enqTextArea {
width: 100%;
}
.enqSelect {
width: 100%;
}
.enqSelect-sm {
width: 103%;
}
}
|
public/front/realestate/css/style_common.css
|
๏ปฟ@charset "utf-8";
@charset "utf-8";
/* Typography */
@font-face {
font-family: 'siemens';
src: url('../fonts/siemenssans-roman-webfont.eot');
src: url('../fonts/siemenssans-roman-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/siemenssans-roman-webfont.woff') format('woff'), url('../fonts/siemenssans-roman-webfont.ttf') format('truetype'), url('../fonts/siemenssans-roman-webfont.svg#siemenssans-roman-webfont') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'siemensblack';
src: url('../fonts/siemenssans-black-webfont.eot');
src: url('../fonts/siemenssans-black-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/siemenssans-black-webfont.woff') format('woff'), url('../fonts/siemenssans-black-webfont.ttf') format('truetype'), url('../fonts/siemenssans-black-webfont.svg#siemenssans-black-webfont') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'siemensbold';
src: url('../fonts/siemenssans-bold-webfont.eot');
src: url('../fonts/siemenssans-bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/siemenssans-bold-webfont.woff') format('woff'), url('../fonts/siemenssans-bold-webfont.ttf') format('truetype'), url('../fonts/siemenssans-bold-webfont.svg#siemenssans-bold-webfont') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'bebas';
src: url('../fonts/bebasneue-webfont.eot');
src: url('../fonts/bebasneue-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue-webfont.woff') format('woff'), url('../fonts/bebasneue-webfont.ttf') format('truetype'), url('../fonts/bebasneue-webfont.svg#bebasneue-webfont') format('svg');
font-weight: normal;
font-style: normal;
}
.clear {
clear: both;
}
body {
width: 100%;
background-color: #e5e5e5;
font-family: 'siemens';
font-size: 16px;
}
.marRight {
margin-right: 0px !important;
}
.accordionButton {
width: 97.7%;
float: left;
_float: none;
cursor: pointer;
padding: 5px 0 5px 20px;
background: url(../svg/icon-plus.gif) no-repeat 5px 10px;
font-size: 14px;
line-height: 20px;
color: #606060;
font-weight: normal;
}
.accordionContent {
width: 100%;
float: left;
_float: none;
color: #606060;
padding: 8px 5px;
line-height: 22px;
}
.accordionContent p {
width: 100%;
float: left;
_float: none;
font-size: 14px;
}
.on {
color: #fff !important;
background: url(../svg/icon-minus.gif) no-repeat 5px 10px #EE8E4F;
border: none;
padding-right: 10px;
}
.borac {
border-bottom: 1px dashed #acacac;
float: left;
margin-bottom: 7px;
margin-left: 0px;
width: 99%;
background: #e3e3e3;
padding-right: 10px;
}
.over {
color: #666;
}
.teampic {
float: right;
margin-left: 10px;
width: 138px;
color: #EE8E4F;
padding: 5px;
background: #eee;
text-align: center;
}
.teampic img {
border: 1px dashed #ccc;
padding: 2px;
margin-bottom: 2px;
}
.teampic span {
color: #606060;
font-size: 12px;
}
.boardteamimg {
float: left;
margin-right: 42px;
width: 131px;
height: 160px;
color: #EE8E4F;
margin-bottom: 25px;
padding: 5px;
background: #eee;
text-align: center;
}
.boardteamimg img {
border: 1px dashed #ccc;
padding: 2px;
margin-bottom: 2px;
}
.boardteamimg span {
color: #606060;
font-size: 12px;
}
.contactmap {
float: right;
width: 500px;
border: 1px dashed #cdcdcd;
padding: 2px;
margin: 0 0 20px 20px;
}
.email {
color: #EE8E4F;
text-decoration: none;
}
.email:hover {
color: #5A5955;
text-decoration: underline;
}
.cntBox2 {
background: #e3e3e3;
float: left;
margin-right: 24px;
padding: 10px;
line-height: 20px;
border-bottom: 3px solid #ccc;
width: 44%;
margin-bottom: 20px;
/*color:#7c7c7c;*/
}
.h6 {
color: #606060;
font-size: 16px;
font-weight: normal;
margin-bottom: 5px;
}
.bookm {
float: left;
margin-bottom: 20px;
margin-left: -38px;
}
.bookm ul {
list-style: none;
margin: 0px !important;
}
.bookm ul li {
list-style: none;
font-size: 16px;
color: #606060;
float: left;
}
.bookm ul li a {
text-decoration: none;
color: #fff;
background: #EE8E4F;
padding: 3px 10px;
display: block;
margin-right: 5px;
border-bottom: 3px solid #ccc;
}
.bookm ul li a:hover {
text-decoration: none;
color: #000;
background: #f3f3f3;
}
#text {
font-size: 14px;
}
#text p {
line-height: 18px;
margin-bottom: 20px;
}
#text .title {
font-size: 26px;
text-transform: uppercase;
font-family: 'siemensbold';
margin-bottom: 20px;
line-height: 28px;
}
#text .subtitle {
font-size: 18px;
font-family: 'siemensbold';
margin-bottom: 5px;
line-height: 20px;
color: #EE8E4F;
}
#text ul {
margin: 0px 0px 15px 15px;
list-style: square;
}
#text ul li {
font-size: 14px;
line-height: 20px;
}
#text ol {
margin: 0px 0px 15px 0px;
}
#text ol li {
font-size: 14px;
line-height: 20px;
margin-bottom: 16px;
}
.innerlinks {
color: #e14926;
}
.innerlinks:hover {
color: #000000;
}
.table-format {
margin-bottom: 30px;
}
.table-format td {
border-bottom: 1px solid #cccccc;
padding: 5px 6px 5px 6px;
color: #444;
}
.table-format a {
color: #EE8E4F !important;
text-decoration: none !important;
}
.table-format a:hover {
color: #000 !important;
text-decoration: none !important;
}
.table-head td {
font-weight: 700;
background-color: #000;
color: #000 !important;
}
.table-head {
font-weight: 700;
background-color: #000;
color: #fff !important;
}
.table-head1 {
font-weight: 700;
background-color: #CCC;
border-bottom: 1px solid #dcdcdc !important;
}
.table-format1 {
margin-bottom: 30px;
}
.table-format1 td {
border-bottom: 1px solid #cccccc;
padding: 5px 6px 5px 6px;
color: #444;
}
.table-format1 a {
color: #EE8E4F !important;
text-decoration: none !important;
}
.table-format1 a:hover {
color: #000 !important;
text-decoration: none !important;
}
.table-head td {
font-weight: 700;
background-color: #000;
color: #000 !important;
}
.table-head {
font-weight: 700;
background-color: #000;
color: #fff !important;
}
.table-head1 {
font-weight: 700;
background-color: #CCC;
border-bottom: 1px solid #dcdcdc !important;
}
.careerslft {
float: left;
width: 160px;
padding-right: 20px;
margin-top: 6px;
color: #444;
padding-left: 5px;
}
.careersrght {
float: left;
background: url(../svg/colon.png) no-repeat 0px 10px;
padding-left: 20px;
}
.careersline {
border-bottom: 1px solid #ded9d9;
clear: both;
margin: 5px 0px;
}
.inp {
background: #ececec;
padding: 3px 5px;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
outline: none;
width: 250px;
}
.inp1 {
background: #ececec;
padding: 2px 5px;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
outline: none;
width: 82px;
}
.inp2 {
background: #ececec;
padding: 2px 5px;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
outline: none;
width: 262px;
}
.inp3 {
background: #ececec;
padding: 2px 5px;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
outline: none;
width: 250px;
font-family: Arial;
}
.but {
padding: 3px 7px;
background: #7a7a7a;
border: 1px solid #3B3B3B;
border-bottom: 3px solid #3B3B3B;
color: #fff;
font-weight: bold;
}
.but:hover {
background: #ececec;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
color: #000;
cursor: pointer;
}
.apply-btn-dont {
display: block;
float: right;
font-family: 'Arial';
padding: 3px 7px;
background: #975a5a;
border: 1px solid #5a2020;
border-bottom: 3px solid #5a2020;
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 14px;
margin-right: 10px;
}
.apply-btn-dont:hover {
background: #ececec;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
color: #000;
cursor: pointer;
}
.apply-btn {
display: block;
float: right;
font-family: 'Arial';
padding: 3px 7px;
background: #5a975a;
border: 1px solid #205a20;
border-bottom: 3px solid #205a20;
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 14px;
}
.apply-btn:hover {
background: #ececec;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
color: #000;
cursor: pointer;
}
.red {
color: red;
font-size: 12px;
}
.mediatitle {
font-size: 14px;
color: #db511b;
line-height: 20px;
}
.medialocation {
font-size: 13px;
color: #5f5f5f;
line-height: 20px;
}
.mediathumbnail {
background: #eee;
border: 1px solid #ddd;
padding: 2px;
float: left;
margin-right: 12px;
width: 200px;
height: 213px;
margin-bottom: 15px;
}
.mediathumbnail img {
width: 100%;
margin-bottom: 3px;
}
.mediathumbnail a {
text-decoration: none;
}
.scroll-pane-menu {
width: 529px;
height: 370px;
overflow: auto;
padding-right: 20px;
font-size: 14px;
line-height: 18px;
color: #666666;
outline: none;
}
.header {
position: fixed;
top: 0px;
left: 0px;
background-color: #000000;
height: 32px;
width: 100%;
z-index: 1000;
color: #fff;
}
.hdleft {
float: left;
margin-left: 10px;
}
.hdright {
float: right;
margin-right: 24px;
}
.hd_call {
float: left;
padding: 10px 0px 0px 0px;
margin-top: 0px;
color: #fff;
}
/*.hd_call {float:left; background: url('../svg/icon_call.png') no-repeat 0px 8px; padding:12px 0px 0px 52px; margin-right:40px; margin-top:58px; color:#fff;}*/
.hd_sms {
float: left;
background: url('../svg/icon_sms.png') no-repeat 0px 8px;
padding: 12px 0px 0px 52px;
margin-left: 40px;
margin-top: 58px;
color: #fff;
}
.hdicon {
font-family: 'siemens';
font-size: 11px;
line-height: 11px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 4px;
}
.hdtext {
font-family: 'siemensblack';
font-size: 14px;
line-height: 14px;
}
.hdright ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.hdright ul li {
float: left;
position: relative;
}
.hdright ul li .mainlk {
font-size: 12px;
line-height: 12px;
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
display: block;
padding: 11px 12px 10px 12px;
}
.hdright ul li .mainlk:hover {
color: #000000;
background-color: #ffffff;
}
.hdright .mainlk.active {
color: #000000;
background-color: #ffffff;
}
.hdrlinks {
margin: 0px;
padding: 0px;
list-style: none;
border-top: 1px dashed #666;
}
.hdrlinks li {
position: relative;
width: 100%;
}
.hdrlinks li a {
font-size: 12px;
line-height: 12px;
color: #000000;
text-decoration: none;
text-transform: uppercase;
display: block;
padding: 11px 0px 10px 0px;
border-bottom: 1px dashed #666;
}
.hdrlinks li a:hover {
color: #e14926;
}
.hdrlinksactive {
color: #e14926 !important;
}
.menu {
position: absolute;
margin-top: 32px;
z-index: 500;
overflow: hidden;
}
.menupad {
padding: 10px;
}
.menubg {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #ffffff;
opacity: 0.9;
z-index: -1
}
#m1 {
left: 0px;
width: 150px;
display: none;
}
#m2 {
left: -500px;
width: 830px;
display: none;
overflow: hidden;
}
#m3 {
left: 0px;
width: 150px;
display: none;
}
#m4 {
left: 0px;
width: 150px;
display: none;
}
#m5 {
left: 0px;
width: 150px;
display: none;
}
#m6 {
left: 0px;
width: 150px;
display: none;
}
#m7 {
right: 0px;
width: 150px;
display: none;
}
#m8 {
right: 0px;
width: 190px;
display: none;
}
.prmenuleft {
float: left;
width: 200px;
margin-right: 20px;
padding-right: 20px;
border-right: 1px dashed #666;
height: 600px;
}
.prmenuright {
float: left;
}
.prmenuloc {
font-size: 14px;
font-weight: 700;
color: #000;
margin-bottom: 4px;
margin-top: 16px;
}
.prmenusubtitle {
font-size: 18px;
line-height: 20px;
font-weight: 400;
color: #e14926;
margin-top: 10px;
}
.prmenutitle {
font-size: 24px;
line-height: 26px;
font-weight: 400;
color: #e14926;
}
.prmenuright a {
font-size: 14px;
line-height: 16px;
color: #000000;
text-decoration: none;
padding: 4px 0px 4px 12px;
display: block;
background: url(../svg/menubullet.png) no-repeat 0px 8px;
}
.prmenuright a:hover {
color: #e14926;
}
.menucolleft {
float: left;
width: 247px;
margin-right: 20px;
}
.menucolright {
float: left;
width: 247px;
}
.mobileback {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 1111111111111;
display: none;
}
#mobilemenu {
position: absolute;
top: 0px;
left: -275px;
width: 275px;
min-height: 100%;
background: url(../svg/mobilemenubg.png);
z-index: 1111111111111;
-moz-box-shadow: 2px 2px 6px 0px #333;
-webkit-box-shadow: 2px 2px 6px 0px #333;
box-shadow: 2px 2px 6px 0px #333;
}
.mobilemenucontent {
width: 90%;
margin: 0px 0px 0px 5%;
border: 0px solid #c8bebd;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-bottom: 30px;
}
.mobilemenuclose {
width: 90%;
margin: 14px 0px 14px 5%;
text-align: right;
cursor: pointer;
}
.btnmenu {
display: none;
float: right;
margin: 0px 4px 0px 0px;
}
.footer {
position: fixed;
bottom: -170px;
left: 0px;
background-color: #000000;
height: 220px;
width: 100%;
z-index: 1000;
}
.footer .ftleft {
float: left;
margin: 15px 0px 0px 10px;
}
.footer .backtotop {
position: absolute;
bottom: 60px;
right: -150px;
z-index: 1000;
}
.footer .ftcenter {
position: absolute;
top: -58px;
left: 48%;
margin-left: -490px;
width: 980px;
}
.footer .ftright {
float: right;
margin: 6px 24px 0px 0px;
}
.footer .ft_links {
float: left;
margin-top: 170px;
display: none;
}
.footer .ft_links a {
display: block;
float: left;
background-color: #333333;
text-decoration: none;
color: #ffffff;
padding: 4px 18px 4px 18px;
margin-right: 2px;
}
.footer .ft_links a:hover {
background-color: #de3c26;
}
.footer .ft_links_static {
background-color: #de3c26 !important;
}
.footer .ft_links_left {
margin: 63px 185px 0px 50px;
}
.footer .ft_links_right {
margin-top: 63px;
}
.footer .logo_home {
position: absolute;
left: 50%;
margin-left: -80px;
}
.footer_inner {
position: fixed;
bottom: -184px;
left: 0px;
background-color: #000000;
height: 220px;
width: 100%;
z-index: 1000;
}
.footer_inner .ftleft {
float: left;
margin: 8px 0px 0px 10px;
}
.footer_inner .ftcenter {
position: absolute;
top: -58px;
left: 50%;
margin-left: -490px;
width: 980px;
}
.footer_inner .ftright {
float: right;
margin: 4px 24px 0px 0px;
}
.footer_inner .ft_links {
float: left;
margin-top: 170px;
display: block;
}
.footer_inner .ft_links a {
display: block;
float: left;
background-color: #333333;
text-decoration: none;
color: #ffffff;
padding: 4px 18px 4px 18px;
margin-right: 2px;
}
.footer_inner .ft_links a:hover {
background-color: #de3c26;
}
.footer_inner .ft_links_static {
background-color: #de3c26 !important;
}
.footer_inner .ft_links_left {
margin: 63px 165px 0px 46px;
}
.footer_inner .ft_links_right {
margin-top: 63px;
}
.footer_inner .logo_home {
position: absolute;
left: 50%;
top: 20px;
margin-left: -72px;
}
.footerline {
background-color: #1e1e1e;
height: 30px;
}
.ftlleft {
float: left;
margin-left: 20px;
font-size: 11px;
line-height: 14px;
color: #848484;
padding-top: 8px;
}
.ftlright {
float: right;
margin-right: 40px;
padding-top: 8px;
}
.ftlpopdiv {
position: relative;
display: none;
}
.ftlpop {
position: absolute;
bottom: 8px;
right: 0px;
width: 700px;
height: 250px;
background-color: #1e1e1e;
}
.ftllinks {
font-size: 12px;
line-height: 12px;
color: #848484;
}
.ftllinks a {
color: #848484;
text-decoration: none;
}
.ftllinks a:hover {
color: #ffffff;
}
.ftlpoptitle {
color: #c7a56c;
margin-bottom: 10px;
}
.ftlpopleft {
float: left;
width: 230px;
}
.ftlpopright {
float: left;
width: 230px;
}
.ftlProject {
padding-left: 14px;
}
.ftlProject_active {
background: url(../svg/prarrow.gif) no-repeat 0px 5px !important;
color: #ffffff !important;
}
.ftlcat a {
float: left;
color: #ababab;
text-decoration: none;
font-size: 12px;
line-height: 12px;
padding: 10px 10px 10px 10px;
}
.ftlcat a:hover {
color: #fff;
}
.ftactive {
color: #c7a56c !important;
background-color: #333333;
}
.ftpoplinks {
padding: 20px;
background-color: #333;
height: 140px;
}
.ftpoplinks a {
display: block;
color: #ababab;
text-decoration: none;
font-size: 12px;
line-height: 16px;
padding: 4px 0px 4px 0px;
}
.ftpoplinks a:hover {
color: #fff;
}
.backtotop {
position: absolute;
bottom: 60px;
right: -150px;
z-index: 1000;
}
.copyright {
float: left;
font-size: 11px;
color: #8b8b8b;
margin: 12px 20px 0px 0px;
}
.ft_search {
background: url(../svg/icon_search.png) no-repeat 0px 0px;
font-family: 'siemens';
font-size: 12px;
line-height: 12px;
text-transform: uppercase;
color: #fff;
text-decoration: none;
padding: 4px 0px 3px 24px;
display: block;
}
.searchBox {
position: absolute;
top: 50px;
left: 0px;
color: #fff;
background-color: #111;
width: 100%;
}
.searchClose {
position: absolute;
top: 10px;
right: 70px;
}
.searchLeft {
float: left;
border-right: 1px dashed #333;
padding-right: 20px;
margin-right: 20px;
height: 132px;
}
.searchRight {
float: left;
}
.searchTitle {
font-family: 'siemensbold';
font-size: 20px;
color: #ffffff;
text-transform: uppercase;
margin-bottom: 10px;
}
.searchSubTitle {
font-size: 18px;
line-height: 18px;
margin-bottom: 8px;
color: #e14926;
}
.searchButton {
width: 100%;
text-align: right;
margin-top: 6px;
}
.searchText {
font-size: 14px;
color: #ccc;
line-height: 16px;
margin-bottom: 24px;
}
.searchRightCol0 {
float: left;
margin-right: 10px;
}
.searchRightCol1 {
float: left;
margin-right: 10px;
}
.searchRightCol2 {
float: left;
margin-right: 10px;
}
.searchRightCol3 {
float: left;
margin-right: 10px;
}
.searchRightCol4 {
float: left;
margin-top: 28px;
}
.searchInput {
font-family: 'siemens';
font-size: 13px;
background-color: #333;
border: 1px solid #333;
color: #999;
padding: 6px;
outline: none;
width: 250px;
}
.searchSelect {
font-family: 'siemens';
font-size: 13px;
background-color: #333;
border: 1px solid #333;
color: #999;
padding: 5px;
outline: none;
width: 130px;
}
/*.ftleft_div1 {float:left; margin-right:4px;}
.ftleft_div2 {float:left; margin-top:4px;}
.ft_input {font-family:'siemens'; font-size:12px; text-transform:uppercase; background:none; color:#fff; border:none; outline:none; width:150px;}*/
/*ADDED BY <NAME>*/
.month {
float: left;
margin: 0px;
margin-bottom: 10px;
}
.month ul {
margin: 0px;
padding: 0px;
list-style: none !important;
margin-left: 0px !important;
}
.month ul li {
display: inline-block;
background: none !important;
margin-right: 2px;
}
.month ul li a {
font-size: 13px;
color: #FFF !important;
text-decoration: none !important;
padding: 5px 7px;
background: #db511b;
}
.month ul li a:hover {
color: #ffffff;
text-decoration: none;
padding: 5px 7px;
background-color: #000;
}
.month ul li.deactive {
position: relative;
}
.month ul li.deactive a {
background: #CDCDCD;
}
.month ul li.deactive a:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
cursor: default;
}
.month ul li span {
font-weight: 400;
color: #eee;
font-size: 13px;
padding: 5px 7px;
border: 0px solid #c89302;
background: #ccc;
}
.month ul li span.active {
color: #fff;
font-size: 13px;
padding: 5px 7px;
background: #000;
}
.month ul li b {
font-weight: 400;
color: #cccccc;
font-size: 14px;
padding: 5px 7px;
border: 0px solid #cccccc;
}
.select {
border: 0px solid #FF0000;
padding: 1px 2px;
font-size: 13px;
width: 62px;
margin-top: -23px;
background: #000;
color: #FFFFFF;
float: right;
}
.selectyear {
padding: 3px 5px 2px 5px;
font-size: 13px;
margin-top: -3px;
background: #ccc;
color: #000;
float: left;
margin-bottom: 10px;
}
.selectyear select {
background: #fff;
color: #000;
outline: none;
}
.media ul {
margin: 0 !important;
padding: 0;
}
.media ul li {
border-bottom: 1px dashed #acacac;
margin-left: 0px;
width: 100%;
background: #e3e3e3;
list-style: none;
color: #db511b;
font-weight: normal;
padding: 5px;
}
.media ul li a {
text-decoration: none;
display: block;
color: #db511b;
}
.media ul li a:hover {
color: #606060;
}
.media ul li span {
color: #606060;
font-size: 12px;
}
.media ul li a:hover span {
color: #db511b;
}
.pagination {
float: right;
margin-right: 16px;
}
.pagination a {
font-size: 12px;
color: #FFF !important;
text-decoration: none !important;
padding: 3px 5px;
background: #db511b;
margin-right: 2px;
}
.pagination a:hover {
text-decoration: none !important;
background: #000;
}
.disabled {
color: #eee;
font-size: 12px;
padding: 3px 5px;
background: #ccc !important;
text-decoration: none;
margin-right: 2px;
}
.disabled:hover {
color: #eee;
background: #000;
text-decoration: none;
}
.current {
font-size: 12px;
color: #FFF !important;
text-decoration: none !important;
padding: 3px 5px;
background: #000;
margin-right: 2px;
}
.mediaprtitle {
color: #db511b;
font-size: 18px;
line-height: 22px;
margin-bottom: 3px;
}
.back {
font-size: 13px;
color: #FFF !important;
text-decoration: none !important;
padding: 5px 7px;
background: #db511b;
}
.back:hover {
color: #ffffff;
text-decoration: none;
padding: 5px 7px;
background-color: #000;
}
.searchfloatleft {
float: left;
}
.searchfrmrgn {
margin-right: 0px !important;
}
.searchcenter {}
/****END****/
.sresults {
padding: 15px;
background: #f8f8f8;
margin-bottom: 25px;
font-size: 14px;
line-height: 20px;
}
.sresults strong {
color: #EC872B;
}
.sr {
width: 200px;
margin: 0 19px 15px 0;
float: left;
position: relative;
border: 2px solid #B5B5B5;
min-height: 323px;
}
.sr a {
text-decoration: none;
}
.srtitle {
font-weight: 400;
border-top: 7px solid #989898;
font-size: 16px;
text-transform: uppercase;
margin: 0px 0px 0px 5px;
color: #e14926;
padding: 5px 10px 0px 10px;
}
.srpic {
margin-top: 0px;
}
.srpic img {
width: 100% !important;
}
.srhplogo {
position: absolute;
top: 21px;
right: -29px;
}
.srhplogo img {
width: 70%;
}
.srname {
font-weight: 400;
color: #000;
font-size: 18px;
font-weight: 400;
border-bottom: 1px solid #b5b5b5;
margin: 3px 0px 0px 0px;
padding: 5px 5px 7px 5px;
line-height: 18px;
text-align: center;
font-weight: 600;
}
.srloc {
color: #000;
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
margin: 6px 0px 0px 12px;
}
.srname span {
font-size: 14px;
color: #e14926;
}
.srBudget {
font-family: 'siemens';
font-weight: 400;
color: #000;
font-size: 14px;
font-weight: 400;
border-bottom: 0px solid #666;
margin: 8px 12px 0px 5px;
padding-bottom: 0px;
text-align: center;
}
.srBudget span {
font-family: 'siemens';
font-weight: 400;
color: #e14926;
font-size: 14px;
}
.rsr {
width: 175px;
margin: 0;
background: url(../svg/whitebg.html);
float: left;
position: relative;
border: 5px solid #3aa366;
min-height: 251px;
}
.rsr a {
text-decoration: none;
}
.rsr .srpic {
margin-top: 0px;
}
.rsr .srpic img {
width: 100% !important;
}
.rsr .srname {
font-family: 'Raleway';
font-weight: 400;
color: #000;
font-size: 14px;
font-weight: 400;
border-bottom: 1px solid #666;
margin: 8px 12px 0px 12px;
padding-bottom: 6px;
}
.rsr .srloc {
color: #000;
font-size: 11px;
text-transform: uppercase;
font-weight: 400;
margin: 6px 0px 0px 12px;
}
.rsr .srname span {
font-size: 12px;
text-transform: uppercase;
}
.rsr .srBudget {
font-family: 'source';
font-weight: 400;
color: #000;
font-size: 16px;
font-weight: 400;
border-bottom: 0px solid #666;
margin: 8px 12px 0px 12px;
padding-bottom: 0px;
}
.rsr .srBudget span {
font-family: 'sourcebold';
font-weight: 400;
color: #000;
font-size: 16px;
}
.manage-line {
margin: 10px 0px 10px 0px;
height: 1px;
border-bottom: solid 1px #979797;
}
.specs-div {
float: left;
margin-bottom: 10px;
border-bottom: 1px dashed #ccc;
width: 490px;
margin-right: 20px;
}
.specs-div ul {
list-style: none;
margin: 0auto;
padding: 0px;
}
.specs-div li {
font-size: 13px;
color: #fff;
text-decoration: none;
line-height: 18px;
background: url('../svg/bullet.html') no-repeat 4px 5px;
padding: 0px 0px 14px 18px;
}
.specs-div li strong {
color: #FFD6B0;
font-weight: normal;
}
.p-heading {
text-align: center;
font-size: 54px;
color: #000;
padding: 0px !important;
margin: 0px !important;
background: #fff;
}
.specifications-heading {
font-size: 16px;
color: #fff;
margin-bottom: 15px;
border-bottom: 1px solid #fff;
padding-bottom: 7px;
float: left;
padding-right: 25px;
}
.specs-head {
color: #EC872B;
font-size: 24px;
text-transform: uppercase;
margin-bottom: 10px;
margin-top: 20px;
}
.specs-head2 {
color: #EC872B;
font-size: 24px;
text-transform: uppercase;
margin-bottom: 10px;
}
.prj {
width: 224px;
background: url(../svg/whitebg.html);
float: left;
margin: 0 17px 15px 0;
padding-top: 10px;
position: relative;
overflow: hidden;
border: 5px solid #000;
}
.prj:hover {
background: #eee;
/* -webkit-transition: background-color 1000ms linear;
-moz-transition: background-color 1000ms linear;
-o-transition: background-color 1000ms linear;
-ms-transition: background-color 1000ms linear;
transition: background-color 1000ms linear;*/
border: 5px solid #3AA366;
}
.prj:hover h2 {
color: #3AA366 !important;
}
.prj h2 {
color: #000 !important;
font-size: 18px !important;
font-family: 'myriad_semibold';
line-height: 20px !important;
font-weight: 400;
margin: 14px 15px 0 15px;
border-bottom: 1px solid #000;
padding-bottom: 12px !important;
display: block;
}
.prj h3 {
color: #222 !important;
font-size: 12px !important;
font-weight: 400;
margin: 0px 0px 0 15px;
text-transform: uppercase;
text-align: left !important;
line-height: 23px !important;
display: block;
}
.prj a h3:hover {
text-decoration: none !important;
}
.prj .plogo {
position: absolute;
top: 0px;
right: 0px;
}
.marrgt0 {
margin-right: 0 !important;
}
.prj .imgs {
margin-left: -18px;
}
.prpic {
margin-top: 11px;
}
.prhplogo {
position: absolute;
top: 0px;
right: 0px;
}
.prname {
font-family: 'Raleway';
font-weight: 400;
color: #000;
font-size: 17px;
font-weight: 400;
border-bottom: 1px solid #666;
margin: 8px 12px 0px 12px;
padding-bottom: 6px;
}
.prloc {
color: #000;
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
margin: 6px 0px 0px 12px;
}
.prname span {
font-size: 12px;
text-transform: uppercase;
}
.prBudget {
font-family: 'sourcebold';
font-weight: 400;
color: #000;
font-size: 14px;
font-weight: 400;
border-bottom: 0px solid #666;
margin: 8px 12px 0px 12px;
padding-bottom: 6px;
}
.prod {
font-size: 12px;
text-transform: capitalize;
background: #000;
width: auto;
padding: 5px 10px;
float: left;
color: #fff;
position: absolute;
bottom: 5px;
right: 5px;
border-radius: 15px;
left: 5px;
width: 63px;
}
.prod:hover {
background: #EC872B;
}
.prodn {
text-align: center;
padding: 10px 0;
}
.prodn a {
font-size: 14px;
text-transform: capitalize;
background: #000;
padding: 5px 10px;
color: #fff;
border-radius: 15px;
text-decoration: none;
}
.prodn a:hover {
background: #EC872B;
}
.prod1 {
font-size: 12px;
text-transform: capitalize;
background: #EC872B;
width: auto;
padding: 5px 10px;
float: right;
color: #fff;
position: absolute;
bottom: 5px;
right: 5px;
/* margin:15px 7px;*/
border-radius: 15px;
}
.prod1:hover {
background: #000;
}
.srbk {
position: absolute;
bottom: 8px;
left: 5px;
}
/****END****/
/*END */
.enqBox {
position: absolute;
top: 50%;
margin-top: -185px;
right: -480px;
width: 555px;
z-index: 10000;
}
.enqBoxBut {
float: left;
width: 75px;
}
.enqBoxDiv {
float: left;
width: 480px;
margin-top: 7px;
background: url(../svg/enq_bg.png);
color: #fff;
}
.enqBoxClos {
position: absolute;
top: 20px;
right: 30px;
}
.enqCont {
padding: 20px;
}
.enqTitle {
font-size: 16px;
color: #301e00;
line-height: 20px;
margin-bottom: 10px;
text-transform: uppercase;
}
.enqColLeft {
float: left;
width: 420px;
}
.enqColLeft1 {
float: left;
margin-right: 10px;
}
.enqColLeft2 {
float: left;
margin-right: 10px;
}
.enqColLeft3 {
float: left;
margin-top: 78px;
}
.enqColLeft_div {
height: 39px;
}
.enqColRight {
float: left;
width: 420px;
}
.enqColRight1 {
float: left;
margin-right: 10px;
}
.enqColRight2 {
float: left;
}
.enqColRight3 {
text-align: right;
}
.enqColRight_div {
height: 40px;
}
.enqInput {
font-family: 'siemens';
font-size: 13px;
background-color: #ccbca2;
border: 1px solid #ae9f86;
color: #301e00;
padding: 6px;
outline: none;
width: 150px;
}
.enqTextArea {
font-family: 'siemens';
font-size: 13px;
background-color: #ccbca2;
border: 1px solid #ae9f86;
color: #301e00;
padding: 6px;
outline: none;
width: 158px;
resize: none;
height: 93px;
}
.enqSelect {
font-family: 'siemens';
font-size: 13px;
background-color: #ccbca2;
border: 1px solid #ae9f86;
color: #301e00;
padding: 5px;
outline: none;
width: 205px;
}
.enqSelect-sm {
font-family: 'siemens';
font-size: 13px;
background-color: #ccbca2;
border: 1px solid #ae9f86;
color: #301e00;
padding: 6px;
outline: none;
width: 164px;
}
.tablestyle {
float: left;
width: 48%;
margin-right: 2%;
}
.landing {
background: #eee;
margin-bottom: 20px;
}
.landing .landing-img {
float: left;
margin: 15px 0 15px 15px;
width: 16%;
}
.landing .landing-img img {
border: 1px dashed #ccc;
padding: 2px;
margin-bottom: 2px;
}
.landing .landing-img span {
color: #606060;
font-size: 12px;
}
.landing .landing-text {
margin: 0px 10px 0 15px;
float: left;
width: 78%;
}
.landing .marB10 {
margin-bottom: 10px !important;
}
.landing .landing-text ul {
margin: 0px;
padding: 0px;
}
.landing .landing-text ul li {
line-height: 19px !important;
;
margin-bottom: 4px !important;
;
}
.landing .landing-text .btn {
padding: 3px 7px;
background: #7a7a7a;
border: 1px solid #3B3B3B;
border-bottom: 3px solid #3B3B3B;
color: #fff;
text-decoration: none;
}
.landing .landing-text .btn:hover {
background: #ececec;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
color: #000;
cursor: pointer;
text-decoration: none;
}
#text .sitemap {
width: 218px;
float: left;
margin-bottom: 20px
}
#text .sitemap h1 {
color: #EC872B;
font-size: 16px;
text-transform: capitalize;
margin: 0 0 10px 0;
padding: 0;
background: none;
font-family: 'siemensbold'
}
#text .sitemap h3 {
color: #000;
font-size: 14px;
text-transform: capitalize;
margin: 0px 0 10px 5px;
padding: 0;
background: none;
text-align: left;
font-weight: 700;
}
#text .sitemapul {
list-style: none;
margin: 0 0 20px 5px;
padding: 0px;
}
#text .sitemapul li {
color: #fff;
text-decoration: none;
background: none;
padding: 0px 0px 0px 0px;
line-height: 16px;
}
#text .sitemapul li a {
color: #000;
text-decoration: none;
}
#text .sitemapul li a:hover {
color: #E17930;
}
#text .sitemap-pro {
width: 290px;
float: left;
margin-bottom: 20px
}
#text .sitemap-pro h1 {
color: #EC872B;
font-size: 16px;
text-transform: capitalize;
margin: 0 0 10px 0;
padding: 0;
background: none;
font-family: 'siemensbold'
}
#text .sitemap-pro h3 {
color: #000;
font-size: 14px;
text-transform: capitalize;
margin: 0px 0 10px 5px;
padding: 0;
background: none;
text-align: left;
font-weight: 700;
}
#text .sitemapul {
list-style: none;
margin: 0 0 20px 5px;
padding: 0px;
}
#text .sitemapul li {
color: #fff;
text-decoration: none;
background: none;
padding: 0px 0px 0px 0px;
line-height: 16px;
}
#text .sitemapul li a {
color: #000;
text-decoration: none;
}
#text .sitemapul li a:hover {
color: #E17930;
}
.st-num1 {
position: absolute;
top: 10px;
left: 12px;
font-weight: bold;
color: #000;
}
.st-num2 {
position: absolute;
top: 10px;
left: 9px;
font-weight: bold;
color: #000;
}
.bookdiv {
width: 284px;
margin-right: 10px;
float: left;
}
.bookoldiv {
width: 200px;
margin-right: 10px;
float: left;
}
.bkLeft {
margin-top: 16px;
margin-bottom: 6px;
}
.bkRight {
margin-bottom: 8px;
}
.bookdiv2 {
float: left;
border-right: 1px dashed #ccc;
margin-right: 25px;
width: 273px;
}
.booktext {
margin-bottom: 6px;
}
.booktxtbox {
margin-bottom: 20px;
}
.bookcheck {
float: left;
width: 26px;
}
.bookterms {
float: left;
width: 840px;
margin-top: 2px;
}
.bookdetail {
border: 1px solid #e2e2e2;
margin-top: 30px;
}
.bookpad {
padding: 20px;
}
.bookdetail_d1 {
float: left;
width: 44%;
margin-bottom: 16px;
border-top: 1px dashed #ccc;
padding-top: 16px;
}
.bookdetail_d2 {
float: left;
width: 4%;
border-top: 1px dashed #ccc;
padding-top: 16px;
}
.bookdetail_d3 {
float: left;
width: 26%;
border-top: 1px dashed #ccc;
padding-top: 16px;
}
.bookdetail_d4 {
float: left;
width: 26%;
border-top: 1px dashed #ccc;
padding-top: 16px;
}
.bookdetail_d1lp {
float: left;
width: 44%;
margin-bottom: 16px;
border-top: 0px dashed #ccc;
padding-top: 16px;
}
.bookdetail_d2lp {
float: left;
width: 4%;
border-top: 0px dashed #ccc;
padding-top: 16px;
}
.bookdetail_d3lp {
float: left;
width: 26%;
border-top: 0px dashed #ccc;
padding-top: 16px;
}
.bookdetail_d4lp {
float: left;
width: 26%;
border-top: 0px dashed #ccc;
padding-top: 16px;
}
.bookbut {
display: block;
float: right;
font-family: 'Arial';
padding: 3px 7px;
background: #7a7a7a;
border: 1px solid #3B3B3B;
border-bottom: 3px solid #3B3B3B;
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 14px;
}
.bookbut:hover {
background: #ececec;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
color: #000;
cursor: pointer;
}
.book_maintab {
border: 1px solid #e2e2e2;
border-bottom: none;
-webkit-box-shadow: 0px -4px 4px #ccc;
-moz-box-shadow: 0px -4px 4px #ccc;
box-shadow: 0px -4px 4px #e2e2e2;
border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
font-size: 18px;
line-height: 18px;
color: #EE8E4F;
font-family: 'siemensbold';
}
.book_maintab .pd {
padding: 20px 10px 0px 20px;
}
.book_city {
float: left;
color: #666;
text-decoration: none;
text-align: center;
margin: 0px 20px 20px 0px;
width: 167px;
background-color: #e2e2e2;
padding: 10px;
}
.book_city .pic {
margin-bottom: 6px;
}
.book_city .pic img {
width: 100%;
}
.book_city .text {
font-size: 18px;
font-family: 'bebas';
}
.book_city:hover {
background-color: #e17930;
color: #fff;
}
.book_city_active {
background-color: #e17930 !important;
color: #fff !important;
}
.book_pr {
float: left;
color: #666;
text-decoration: none;
text-align: center;
margin: 0px 20px 20px 0px;
width: 110px;
padding: 4px;
background-color: #e2e2e2;
position: relative;
}
.book_pr .pic {
margin-bottom: 4px;
}
.book_pr .pic img {
width: 100%;
}
.book_pr .text {
font-family: 'siemens';
font-size: 12px;
}
.book_pr:hover {
background-color: #0b6702;
color: #fff;
}
.book_pr_active {
background-color: #0b6702 !important;
color: #fff !important;
}
.rec {
position: absolute;
top: -6px;
right: 0px;
background-color: #ff0000;
font-size: 11px;
line-height: 11px;
color: #fff;
padding: 2px 10px;
}
.book_unit {
float: left;
color: #666;
text-decoration: none;
text-align: center;
margin: 0px 20px 20px 0px;
padding: 10px 20px;
background-color: #e2e2e2;
}
.book_unit:hover {
background-color: #023867;
color: #fff;
}
.book_unit_active {
background-color: #023867 !important;
color: #fff !important;
}
.book_type {
float: left;
color: #666;
text-decoration: none;
text-align: center;
margin: 0px 20px 20px 0px;
padding: 10px 20px;
background-color: #e2e2e2;
}
.book_type:hover {
background-color: #710d9b;
color: #fff;
}
.book_type_active {
background-color: #710d9b !important;
color: #fff !important;
}
.book_unitsize {
float: left;
color: #666;
text-decoration: none;
text-align: center;
margin: 0px 20px 20px 0px;
padding: 10px 0px;
background-color: #e2e2e2;
width: 100%;
}
.book_unitsize:hover {
background-color: #67022f;
color: #fff;
}
.book_unitsize_active {
background-color: #67022f !important;
color: #fff !important;
}
.book_payment {
float: left;
color: #666;
text-decoration: none;
text-align: center;
margin: 0px 20px 20px 0px;
padding: 10px 20px;
background-color: #e2e2e2;
position: relative;
}
.book_payment:hover {
background-color: #897100;
color: #fff;
}
.book_payment_active {
background-color: #897100 !important;
color: #fff !important;
}
.book_content {
border: 1px solid #e2e2e2;
border-bottom: none;
border-top: 0px;
}
.book_content_pad {
padding: 10px 20px 10px 20px;
}
.book_title {
font-size: 16px;
margin-bottom: 20px;
border-bottom: 1px dashed #ccc;
color: #666;
padding-bottom: 4px;
text-transform: uppercase;
}
.bdcr {
margin-top: 20px;
}
.bdcr_div {
float: left;
border-right: 1px solid #ccc;
font-size: 14px;
line-height: 14px;
padding: 4px 8px;
}
.bdcr1 {
color: #f08e4f;
}
.bdcr2 {
color: #0b6702;
}
.bdcr3 {
color: #710d9b;
}
.bdcr4 {
color: #106ab8;
}
.bdcr5 {
color: #b70149;
}
.bdcr6 {
color: #a67100;
border: none;
}
@media (max-width: 1410px) {
.footer .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer .text-right {
text-align: right;
}
}
@media (max-width: 1376px) {
.footer .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer .text-right {
text-align: right;
}
}
@media (max-width: 1260px) {
.footer .ftcenter {
margin-left: -360px;
width: 650px;
}
.footer .ft_links a {
padding: 4px 4px 4px 4px;
font-size: 12px;
}
.footer .ft_links_left {
margin: 66px 175px 0px 34px;
}
.footer .ft_links_right {
margin-top: 66px;
}
.tablestyle {
float: left;
width: 48%;
margin-right: 2%;
}
.footer .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer .text-right {
text-align: right;
}
}
@media (max-width: 1160px) {
.footer_inner .ftcenter {
margin-left: -315px;
width: 630px;
}
.footer_inner .ft_links a {
padding: 4px 8px 4px 8px;
font-size: 12px;
}
.footer_inner .ft_links_left {
margin: 66px 145px 0px 0px;
}
.footer_inner .ft_links_right {
margin-top: 66px;
}
.footer_inner .logo_home {
margin-left: -72px;
}
.footer .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer .text-right {
text-align: right;
}
.footer_inner .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer_inner .text-right {
text-align: right;
}
}
@media (max-width: 996px) {
.searchLeft {
float: none;
width: 100%;
border: none;
padding: 0px;
margin-right: 0px;
border-bottom: 1px dashed #333;
padding-bottom: 10px;
margin-bottom: 20px;
height: auto;
}
.searchRight {
clear: both;
float: left;
}
.searchTheWebsite {
float: left;
}
.searchInpDiv {
float: left;
margin: -5px 6px 0px 10px;
}
.searchButton {
float: left;
width: auto;
margin-top: -3px;
}
.footer .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer .text-right {
text-align: right;
}
.footer_inner .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer_inner .text-right {
text-align: right;
}
}
@media (max-width: 969px) {
.footer .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer .text-right {
text-align: right;
}
.footer_inner .text-right {
text-align: right;
}
.footer_inner .footer-social {
width: 12% !important;
margin-top: 6px;
}
}
@media (max-width: 969px) {
.teampic {
margin-right: 0;
}
.boardteamimg {
margin-right: 32px !important;
}
.marRight {
margin-right: 32px !important;
}
.bookcheck {
float: left;
width: 5%;
}
.bookterms {
float: left;
width: 95%;
}
.footer .footer-social {
width: 12% !important;
margin-top: 6px;
}
.footer .text-right {
text-align: right;
}
}
@media (max-width: 922px) {
.boardteamimg {
margin-right: 2% !important;
}
.marRight {
margin-right: 2% !important;
}
}
@media (max-width: 790px) {
.cntBox2 {
width: 43%;
}
}
@media (max-width: 712px) {
.tablestyle {
float: left;
width: 100%;
margin-right: 2%;
}
.contactmap {
width: 100%;
margin: 0 0 20px 0;
float: right;
}
}
@media (max-width: 686px) {
.searchInpDiv {
clear: both;
margin: -5px 6px 0px 0px;
}
.searchInput {
width: 186px;
}
.searchText {
margin-bottom: 12px;
padding-right: 30px;
}
.searchRightCol2 {
clear: both;
margin-top: 12px;
}
.searchRightCol3 {
margin-top: 12px;
}
.searchRightCol4 {
clear: both;
margin-top: 12px;
}
.searchTitle {
font-family: 'siemens';
font-size: 16px;
}
.searchSubTitle {
font-size: 14px;
line-height: 14px;
margin-bottom: 4px;
}
.searchBox {
height: 380px;
}
}
@media (max-width: 486px) {
.copyright {
display: none;
}
}
@media (max-width: 900px) {
.careerslft {
float: none;
width: 100%;
}
.careersrght {
float: none;
width: 100%;
background: none;
padding-left: 5px;
margin-top: 5px;
}
}
@media (max-width: 926px) {
.searchfrmrgn {
margin-right: 10px !important;
}
}
@media (max-width: 900px) {
.ftlleft {
display: none;
}
.ftlright {
display: none;
}
.header {
position: absolute;
}
.hdright {
display: none;
}
.btnmenu {
display: block;
}
.searchClose {
right: 60px;
}
.logo_home {
display: none;
}
.enqCont {
padding: 0px;
}
.footer .ftcenter {
display: none;
}
.footer_inner .ftcenter {
display: none;
}
}
@media (max-width: 686px) {
.cntBox2 {
width: 97%;
}
}
@media (max-width: 500px) {
.enqColLeft1 {
width: 100%;
}
.enqColLeft3 {
margin-top: 10px;
}
.enqColLeft2 {
width: 100%;
}
.enqCont {
width: 96%;
}
.enqColLeft {
width: 100%;
}
.enqColRight {
width: 100%;
}
.enqInput {
width: 100%;
}
.enqTextArea {
width: 100%;
}
.enqSelect {
width: 100%;
}
.enqSelect-sm {
width: 103%;
}
}
| 0.328745 | 0.043896 |
Google Fonts
---------------------*/
@import url('../../../external.html?link=https://fonts.googleapis.com/css?family=Lato:400,900|Merriweather:400,700|Open+Sans:400,700');
/*--------------------
1. BASE CSS
----------------------*/
*,
*:after,
*:before {
box-sizing: border-box;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.fix {
overflow: hidden;
}
.aligncenter {
display: block;
margin: 0 auto 15px;
}
a {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
text-decoration: none;
}
a:focus,
a:hover {
outline: none;
}
a:hover {
-webkit-transition: 0.3s;
transition: 0.3s;
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Open Sans", sans-serif;
font-weight: 700;
margin: 0 0 15px;
color: #333333;
}
html,
body {
height: 100%
}
body {
font-family: 'Lato', sans-serif;
font-size: 14px;
line-height: 2;
color: #555555;
font-weight: 400;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.section-padding {
padding: 100px 0;
}
.padding-top {
padding-top: 100px;
}
.inline {
display: inline-block;
}
.blue-bg {
background-color: #3350b9;
}
.btn {
border-radius: 0;
margin: 0 6px;
padding: 10px 28px;
font-weight: 700;
-webkit-transition: .4s;
transition: .4s;
}
.blue-btn {
background-color: #4b67ce;
color: #ddd;
}
.blue-btn:hover {
background-color: #314eb4;
color: #ffffff;
}
.red-btn {
background-color: #e15151;
color: #dddddd;
}
.red-btn:hover {
background-color: #da2525;
color: #ffffff;
}
/*-------------------
2.1 HEADER AREA
---------------------*/
.header-area {
border-top: 3px solid #d71b1f;
}
.header-text-area {
background-position: center center;
height: 100%;
position: relative;
width: 100%;
}
.header-single-text {
position: relative;
z-index: 1;
}
.header-bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.header-bg-1 {
background: url("images/slide/slide_1.jpg") no-repeat scroll 0 0 / cover;
}
.header-bg-2 {
background: url("images/slide/slide_2.jpg") no-repeat scroll 0 0 / cover;
}
.header-bg-3 {
background: url("images/slide/silde_3.jpg") no-repeat scroll 0 0 / cover;
}
.header-bg:after {
background-color: #000000;
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.header-top-bar {
padding: 15px 0;
}
.contact-info > div {
display: inline-block;
}
.contact-info > div a {
border: 1px solid #d71b1f;
color: #222222;
display: block;
font-size: 15px;
margin: 5px;
padding: 6px 10px;
font-family: 'Lato', sans-serif;
font-weight: 900
}
.contact-info > div a i.fa {
color: #3f51b5;
margin-right: 10px;
}
/*-------------------
2.2 MAINMENU AREA
---------------------*/
.mainmenu-area {
background-color: #3350b9;
box-shadow: 0 0 2px 0 #dddddd;
z-index: 999;
width: 100%;
}
.main-nav-scrolled {
position: fixed;
left: 0;
top: 0;
}
.mainmenu-area a {
color: #ffffff;
}
.mainmenu {
position: relative;
}
.mainmenu ul.nav.navbar-nav li a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-radius: 2px;
margin: 15px 30px 15px 0;
padding: 5px 8px;
text-transform: uppercase;
}
.mainmenu ul.nav.navbar-nav li a:hover,
.mainmenu ul.navbar-nav li.active a {
background-color: #db2727;
}
.mainmenu .navbar {
margin-bottom: 0;
}
.search-box {
position: absolute;
right: 20px;
top: 13px;
}
.search-box input,
.search-box button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
color: #ffffff;
}
.sb-search-input:-moz-placeholder {
color: #ffffff;
}
.sb-search-input::-moz-placeholder {
color: #ffffff;
}
.sb-search-input:-ms-input-placeholder {
color: #ffffff;
}
/*------------------------
2.3 HEADER TEXT AREA
-------------------------*/
.header-single-text {
padding: 200px 0;
}
.header-single-text > h1 {
color: #ffffff;
margin-bottom: 30px;
font-size: 68px;
text-transform: uppercase;
}
/*-------------------
2.4 ABOUT AREA
---------------------*/
.page-title > h2 {
font-family: 'Merriweather', serif;
margin-bottom: 40px;
text-transform: uppercase;
font-size: 24px;
}
.about-area .btn {
margin-top: 50px;
}
.about-image-slide .owl-nav {
position: absolute;
right: 0;
top: 0;
}
.about-image-slide img {
width: 100%;
}
/*-------------------
2.5 BLOG AREA
---------------------*/
.blue-bg .page-title h2 {
color: #ffffff;
}
.sinlge-blog {
background-color: #ffffff;
padding: 25px;
}
.single-team img,
.single-gallery img,
.blog-thumb img {
width: 100%;
}
.sinlge-blog a h3 {
color: #3350b9;
margin: 20px 0;
text-align: center;
text-transform: uppercase;
}
.meta-date i.fa {
margin-right: 5px;
}
.meta-tag span {
color: #555555;
font-weight: 400;
margin-left: 5px;
}
.meta-tag span i.fa {
margin-right: 5px;
}
/*-------------------
2.6 TEAM AREA
---------------------*/
.team-details {
background-color: #3350b9;
padding: 20px 0;
text-align: center;
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
}
.single-team {
margin: 16px 0;
overflow: hidden
}
.single-team img,
.single-gallery img {
-webkit-transition: .6s;
transition: .6s;
}
.single-gallery:hover img,
.single-team:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
.team-details > h3 {
color: #ffffff;
font-size: 20px;
text-transform: uppercase;
}
.team-social-list > a {
background-color: #db2727;
color: #ffffff;
display: inline-block;
height: 30px;
margin: 0 5px;
width: 30px;
}
.team-social-list > a:hover {
background-color: #ffffff;
color: #db2727;
}
.gallery-area .load-more {
margin-top: 40px;
}
/*-------------------
2.7 TESTIMONIAL AREA
---------------------*/
.testimonial-single-item {
color: #ffffff;
}
.testimonial-single-item > img {
margin: 15px auto;
}
.testimonial-single-item h4,
.testimonial-single-item h5 {
color: #ffffff;
}
.testimonial-single-item > p:before {
content: "\f10d";
font-family: fontawesome;
font-size: 30px;
line-height: 1;
margin-right: 10px;
}
.testimonial-single-item > p:after {
content: "\f10e";
font-family: fontawesome;
font-size: 30px;
margin-left: 10px;
line-height: 1;
}
/*-------------------
2.8 CLIENT AREA
---------------------*/
.client-logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 60px;
}
.single-client {
box-shadow: 0 0 2px 0 #666;
margin: 5px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 170px;
}
.single-client img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .4s;
transition: .4s;
}
.single-client:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
.single-client:hover {
border-color: #3350b9;
}
.clients-text h3 {
color: #3350b9;
font-size: 24px;
text-transform: uppercase;
}
/*-------------------
2.9 GALLERY AREA
---------------------*/
.single-gallery {
margin: 13px 0;
overflow: hidden;
position: relative;
}
.gallery-area .gallery-icon {
background-color: rgba(0, 0, 0, 0.8);
height: 100%;
left: -100%;
position: absolute;
text-align: center;
top: 0;
width: 100%;
}
.gallery-icon > a {
color: rgb(255, 255, 255);
font-size: 26px;
height: 30px;
left: 50%;
line-height: 1.2;
margin-left: -15px;
margin-top: -15px;
position: absolute;
top: 50%;
width: 30px;
}
/*-------------------
2.10 SERVICE AREA
---------------------*/
.single-service {
background-color: #3350b9;
color: #ffffff;
padding: 30px 15px;
box-shadow: 0 0 0 0 #888888;
-webkit-transform: translate(0px, 0);
transform: translate(0px, 0);
-webkit-transition: .4s;
transition: .4s;
}
.single-service:hover {
box-shadow: 0 40px 30px -26px #888888;
-webkit-transform: translate(0px, -6px);
transform: translate(0px, -6px);
}
.single-service .serivce-icon {
font-size: 34px;
margin-bottom: 10px;
}
.single-service h3,
.skill-area h3 {
color: #ffffff;
font-size: 18px;
text-transform: uppercase;
}
.single-service a {
color: #ffffff;
display: inline-block
}
.single-service a:hover {
color: #ffffff;
}
.about-text a i.fa,
.single-service a i.fa {
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.btn i.fa {
-webkit-transition: .3s;
transition: .3s
}
.btn:hover i.fa {
padding-left: 10px;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
/*-------------------
2.11 VIDEO AREA
---------------------*/
.video-text {
color: #ffffff;
}
.video-text a {
margin-top: 20px;
}
.video-overlay {
box-shadow: 0 0 40px 6px #444444;
}
/*---------------------------
2.12 SUBSCRIBE FORM AREA
----------------------------*/
.subscribe-form {
background-color: #3350b9;
display: inline-block;
margin-top: 30px;
padding: 50px;
width: 100%;
}
.subscribe-form input[type="email"] {
border: medium none;
font-size: 14px;
padding: 10px 15px;
width: 100%;
}
.subscribe-form > form {
position: relative;
}
.subscribe-form input[type="submit"] {
border: medium none;
color: #ffffff;
font-size: 14px;
font-weight: 700;
height: 100%;
margin: 0;
padding: 0 25px;
position: absolute;
right: 0;
text-align: center;
text-transform: uppercase;
top: 0;
}
/*---------------------------
2.13 FOOTER AREA
----------------------------*/
.footer-area {
background-color: #1b1b1b;
color: #ffffff;
}
.single-footer h3 {
color: #ffffff;
font-size: 16px;
text-transform: uppercase;
}
.single-footer h3 span {
color: #d82626;
}
.social-list {
margin-top: 20px;
}
.social-list a {
background-color: #db2520;
border-radius: 50%;
color: #ffffff;
display: inline-block;
height: 35px;
line-height: 2.4;
margin-right: 10px;
text-align: center;
width: 35px;
}
.social-list a:hover {
background-color: #ffffff;
color: #db2520;
}
.single-footer .link ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.single-footer .link ul li a {
color: #ffffff;
font-size: 13px;
}
.single-footer .link ul li:before {
content: "\f0da";
font-family: fontawesome;
margin-right: 10px;
-webkit-transition: .2s;
transition: .2s
}
.single-footer .link ul li:hover:before {
margin-right: 15px
}
.single-events {
position: relative;
}
.single-events .event-date {
background-color: #db2727;
float: left;
font-size: 22px;
font-weight: 700;
height: 50px;
line-height: 1;
margin-right: 16px;
padding: 5px;
text-align: center;
width: 50px;
-webkit-transition: .4s;
transition: .4s;
}
.single-events:hover .event-date {
background-color: #ffffff;
color: #db2727;
}
.single-events .event-date span {
display: block;
font-size: 12px;
font-weight: 400;
line-height: 1;
}
.single-events {
line-height: 1.5;
margin-bottom: 20px;
}
.single-events h4 {
color: #ffffff;
font-size: 14px;
margin-bottom: 4px;
text-transform: uppercase;
}
.single-info {
margin: 14px 0;
}
.single-info a {
border: 1px solid #d92728;
color: #ffffff;
display: block;
font-size: 12px;
font-weight: 400;
line-height: 1;
padding: 10px 30px 10px 50px;
position: relative;
}
.single-info span {
background-color: #d92728;
display: inline-block;
font-size: 20px;
height: 40px;
left: -1px;
line-height: 1.8;
position: absolute;
text-align: center;
top: -4px;
width: 40px;
-webkit-transition: .3s;
transition: .3s
}
.single-info a:hover span {
-webkit-transform: scale(1.2);
transform: scale(1.2);
background-color: #ffffff;
color: #d92728;
}
/*------------------------
12. ABOUT PAGE
-------------------------*/
/*------------------------
3.1 ABOUT HEADER
-------------------------*/
.about .header-text-area {
background-image: url("images/about/about-header.jpg");
}
.sub-header-text {
padding: 100px 0;
}
.sub-header-text h2 {
color: #ffffff;
font-size: 40px;
text-transform: uppercase;
margin: 0
}
.sub-header-text > ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.sub-header-text li {
color: #ffffff;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
}
.sub-header-text li {
margin: 0 5px;
text-decoration: line-through;
}
.sub-header-text li.active {
text-decoration: none;
}
/*--------------------
3.2 ABOUT SKILL
---------------------*/
.skill > div {
margin: auto auto 20px;
}
/*------------------------
3.2 ABOUT SKILL
--------------------------*/
.client-slide-item {
border: 1px solid #ddd;
margin: 0 10px;
}
.blog-nav.nav.navbar-right.nav-tabs {
border: medium none;
margin-bottom: 30px;
}
.blog-nav.nav.nav-tabs li a {
background-color: #ffffff;
border: medium none;
border-radius: 0;
color: #3451ba;
margin-left: 10px;
padding: 6px 15px;
}
.blog-nav.nav.nav-tabs li.active a {
background-color: #d92728;
color: #ffffff;
}
/*------------------------
3.4 ABOUT MESSAGE
--------------------------*/
.about-page .header-text-area {
background-image: url(images/about/about-header.jpg)
}
.about-message-area .slide h2 {
color: #fff;
text-transform: uppercase;
}
.about-message-area .slide {
color: #ffffff;
padding: 30px 60px;
position: relative;
}
/*------------------------
3.5 ABOUT TESTIMONIAL
--------------------------*/
.about-message-area .container {
background: url("images/about/president.png") no-repeat scroll right 100px bottom;
}
.single-about-testimonial > img {
float: left;
}
.about-testimonial-test {
background-color: #3350b9;
color: #ffffff;
overflow: hidden;
padding: 28px;
}
.about-testimonial-test h4 {
color: #ffffff;
font-size: 14px;
margin-bottom: 10px;
}
.about-testimonial-test h5 {
color: #ffffff;
}
.about-testimonial-area .owl-nav {
margin-top: 30px;
text-align: center;
}
/*------------------------
4.1 SERVICE HEADER
--------------------------*/
.service-page .header-text-area {
background-image: url(images/service/service-header-bg.jpg);
}
/*------------------------
4.2 SERVICE BODY
--------------------------*/
.service-thumb-title {
background-color: #3350b9;
bottom: -30px;
color: #fff;
left: 0;
margin: auto 30px;
padding: 15px 30px;
position: absolute;
right: 0;
text-align: center;
text-transform: uppercase;
z-index: 1;
}
.service-thumb {
margin-bottom: 30px;
position: relative;
}
.service-details h3 {
color: #3350b9;
margin: 25px 0;
}
.alignleft .service-details {
text-align: right;
}
.service .service-details .blue-btn.btn {
margin-top: 35px;
}
/*------------------------
5.1 GALLERY HEADER
--------------------------*/
.gallery-page .header-text-area {
background-image: url(images/gallery/gallery-header-bg.jpg);
}
/*------------------------
6.1 TEAM HEADER
--------------------------*/
.team-page .header-text-area {
background-image: url(images/team/team-header.jpg);
}
/*----------------------
7.1 TESTIMONIAL HEADER
----------------------*/
.testimonial-page .header-text-area {
background-image: url(images/testimonial/testimonial-header.jpg);
}
.testimonial-page .testimonial-area .testimonial-single-item {
color: #555555;
margin: 15px 0;
-webkit-transition: .3s;
transition: .3s;
}
.testimonial-page .testimonial-single-item:hover {
box-shadow: 0 24px 50px -40px #444;
-webkit-transform: translate(0px, -10px);
transform: translate(0px, -10px);
}
.testimonial-page .testimonial-area .testimonial-single-item h5 {
color: #555555;
}
.testimonial-page .testimonial-single-item {
border: 1px solid #dddddd;
padding: 20px;
}
.testimonial-page .testimonial-single-item > img {
margin-bottom: 15px;
}
.testimonial-page .testimonial-single-item > h4 {
color: #db2727 !important;
margin: 20px 0 10px;
}
/*------------------------
8.1 CONTACT HEADER
-------------------------*/
.contact-page .header-text-area {
background-image: url(images/contact/contact-header.jpg);
}
/*------------------------
8.2 CONTACT FORM
-------------------------*/
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
border: 4px double #dddddd;
margin-bottom: 20px;
padding: 5px 10px;
width: 100%;
}
/*------------------------
8.3 CONTACT ADDRESS
-------------------------*/
.address {
padding: 20px;
}
.contact-page .address .single-info span {
background-color: #ffffff;
color: #3350b9;
}
.contact-page .address .single-info a {
border-color: #ffffff;
}
.contact-page .address .social-list a {
background: transparent;
color: #ffffff;
border: 1px solid #ffffff;
}
.contact-page .address .social-list a:hover {
background-color: #ffffff;
color: #3350b9;
}
#scrollUp {
background-color: #db2727;
bottom: 20px;
color: #fff;
display: block;
font-size: 18px;
height: 40px;
line-height: 2;
position: fixed;
right: 20px;
text-align: center;
width: 40px;
}
|
public/style.css
|
Google Fonts
---------------------*/
@import url('../../../external.html?link=https://fonts.googleapis.com/css?family=Lato:400,900|Merriweather:400,700|Open+Sans:400,700');
/*--------------------
1. BASE CSS
----------------------*/
*,
*:after,
*:before {
box-sizing: border-box;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.fix {
overflow: hidden;
}
.aligncenter {
display: block;
margin: 0 auto 15px;
}
a {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
text-decoration: none;
}
a:focus,
a:hover {
outline: none;
}
a:hover {
-webkit-transition: 0.3s;
transition: 0.3s;
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Open Sans", sans-serif;
font-weight: 700;
margin: 0 0 15px;
color: #333333;
}
html,
body {
height: 100%
}
body {
font-family: 'Lato', sans-serif;
font-size: 14px;
line-height: 2;
color: #555555;
font-weight: 400;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.section-padding {
padding: 100px 0;
}
.padding-top {
padding-top: 100px;
}
.inline {
display: inline-block;
}
.blue-bg {
background-color: #3350b9;
}
.btn {
border-radius: 0;
margin: 0 6px;
padding: 10px 28px;
font-weight: 700;
-webkit-transition: .4s;
transition: .4s;
}
.blue-btn {
background-color: #4b67ce;
color: #ddd;
}
.blue-btn:hover {
background-color: #314eb4;
color: #ffffff;
}
.red-btn {
background-color: #e15151;
color: #dddddd;
}
.red-btn:hover {
background-color: #da2525;
color: #ffffff;
}
/*-------------------
2.1 HEADER AREA
---------------------*/
.header-area {
border-top: 3px solid #d71b1f;
}
.header-text-area {
background-position: center center;
height: 100%;
position: relative;
width: 100%;
}
.header-single-text {
position: relative;
z-index: 1;
}
.header-bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.header-bg-1 {
background: url("images/slide/slide_1.jpg") no-repeat scroll 0 0 / cover;
}
.header-bg-2 {
background: url("images/slide/slide_2.jpg") no-repeat scroll 0 0 / cover;
}
.header-bg-3 {
background: url("images/slide/silde_3.jpg") no-repeat scroll 0 0 / cover;
}
.header-bg:after {
background-color: #000000;
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.header-top-bar {
padding: 15px 0;
}
.contact-info > div {
display: inline-block;
}
.contact-info > div a {
border: 1px solid #d71b1f;
color: #222222;
display: block;
font-size: 15px;
margin: 5px;
padding: 6px 10px;
font-family: 'Lato', sans-serif;
font-weight: 900
}
.contact-info > div a i.fa {
color: #3f51b5;
margin-right: 10px;
}
/*-------------------
2.2 MAINMENU AREA
---------------------*/
.mainmenu-area {
background-color: #3350b9;
box-shadow: 0 0 2px 0 #dddddd;
z-index: 999;
width: 100%;
}
.main-nav-scrolled {
position: fixed;
left: 0;
top: 0;
}
.mainmenu-area a {
color: #ffffff;
}
.mainmenu {
position: relative;
}
.mainmenu ul.nav.navbar-nav li a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-radius: 2px;
margin: 15px 30px 15px 0;
padding: 5px 8px;
text-transform: uppercase;
}
.mainmenu ul.nav.navbar-nav li a:hover,
.mainmenu ul.navbar-nav li.active a {
background-color: #db2727;
}
.mainmenu .navbar {
margin-bottom: 0;
}
.search-box {
position: absolute;
right: 20px;
top: 13px;
}
.search-box input,
.search-box button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
color: #ffffff;
}
.sb-search-input:-moz-placeholder {
color: #ffffff;
}
.sb-search-input::-moz-placeholder {
color: #ffffff;
}
.sb-search-input:-ms-input-placeholder {
color: #ffffff;
}
/*------------------------
2.3 HEADER TEXT AREA
-------------------------*/
.header-single-text {
padding: 200px 0;
}
.header-single-text > h1 {
color: #ffffff;
margin-bottom: 30px;
font-size: 68px;
text-transform: uppercase;
}
/*-------------------
2.4 ABOUT AREA
---------------------*/
.page-title > h2 {
font-family: 'Merriweather', serif;
margin-bottom: 40px;
text-transform: uppercase;
font-size: 24px;
}
.about-area .btn {
margin-top: 50px;
}
.about-image-slide .owl-nav {
position: absolute;
right: 0;
top: 0;
}
.about-image-slide img {
width: 100%;
}
/*-------------------
2.5 BLOG AREA
---------------------*/
.blue-bg .page-title h2 {
color: #ffffff;
}
.sinlge-blog {
background-color: #ffffff;
padding: 25px;
}
.single-team img,
.single-gallery img,
.blog-thumb img {
width: 100%;
}
.sinlge-blog a h3 {
color: #3350b9;
margin: 20px 0;
text-align: center;
text-transform: uppercase;
}
.meta-date i.fa {
margin-right: 5px;
}
.meta-tag span {
color: #555555;
font-weight: 400;
margin-left: 5px;
}
.meta-tag span i.fa {
margin-right: 5px;
}
/*-------------------
2.6 TEAM AREA
---------------------*/
.team-details {
background-color: #3350b9;
padding: 20px 0;
text-align: center;
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
}
.single-team {
margin: 16px 0;
overflow: hidden
}
.single-team img,
.single-gallery img {
-webkit-transition: .6s;
transition: .6s;
}
.single-gallery:hover img,
.single-team:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
.team-details > h3 {
color: #ffffff;
font-size: 20px;
text-transform: uppercase;
}
.team-social-list > a {
background-color: #db2727;
color: #ffffff;
display: inline-block;
height: 30px;
margin: 0 5px;
width: 30px;
}
.team-social-list > a:hover {
background-color: #ffffff;
color: #db2727;
}
.gallery-area .load-more {
margin-top: 40px;
}
/*-------------------
2.7 TESTIMONIAL AREA
---------------------*/
.testimonial-single-item {
color: #ffffff;
}
.testimonial-single-item > img {
margin: 15px auto;
}
.testimonial-single-item h4,
.testimonial-single-item h5 {
color: #ffffff;
}
.testimonial-single-item > p:before {
content: "\f10d";
font-family: fontawesome;
font-size: 30px;
line-height: 1;
margin-right: 10px;
}
.testimonial-single-item > p:after {
content: "\f10e";
font-family: fontawesome;
font-size: 30px;
margin-left: 10px;
line-height: 1;
}
/*-------------------
2.8 CLIENT AREA
---------------------*/
.client-logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 60px;
}
.single-client {
box-shadow: 0 0 2px 0 #666;
margin: 5px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 170px;
}
.single-client img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .4s;
transition: .4s;
}
.single-client:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
.single-client:hover {
border-color: #3350b9;
}
.clients-text h3 {
color: #3350b9;
font-size: 24px;
text-transform: uppercase;
}
/*-------------------
2.9 GALLERY AREA
---------------------*/
.single-gallery {
margin: 13px 0;
overflow: hidden;
position: relative;
}
.gallery-area .gallery-icon {
background-color: rgba(0, 0, 0, 0.8);
height: 100%;
left: -100%;
position: absolute;
text-align: center;
top: 0;
width: 100%;
}
.gallery-icon > a {
color: rgb(255, 255, 255);
font-size: 26px;
height: 30px;
left: 50%;
line-height: 1.2;
margin-left: -15px;
margin-top: -15px;
position: absolute;
top: 50%;
width: 30px;
}
/*-------------------
2.10 SERVICE AREA
---------------------*/
.single-service {
background-color: #3350b9;
color: #ffffff;
padding: 30px 15px;
box-shadow: 0 0 0 0 #888888;
-webkit-transform: translate(0px, 0);
transform: translate(0px, 0);
-webkit-transition: .4s;
transition: .4s;
}
.single-service:hover {
box-shadow: 0 40px 30px -26px #888888;
-webkit-transform: translate(0px, -6px);
transform: translate(0px, -6px);
}
.single-service .serivce-icon {
font-size: 34px;
margin-bottom: 10px;
}
.single-service h3,
.skill-area h3 {
color: #ffffff;
font-size: 18px;
text-transform: uppercase;
}
.single-service a {
color: #ffffff;
display: inline-block
}
.single-service a:hover {
color: #ffffff;
}
.about-text a i.fa,
.single-service a i.fa {
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.btn i.fa {
-webkit-transition: .3s;
transition: .3s
}
.btn:hover i.fa {
padding-left: 10px;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
/*-------------------
2.11 VIDEO AREA
---------------------*/
.video-text {
color: #ffffff;
}
.video-text a {
margin-top: 20px;
}
.video-overlay {
box-shadow: 0 0 40px 6px #444444;
}
/*---------------------------
2.12 SUBSCRIBE FORM AREA
----------------------------*/
.subscribe-form {
background-color: #3350b9;
display: inline-block;
margin-top: 30px;
padding: 50px;
width: 100%;
}
.subscribe-form input[type="email"] {
border: medium none;
font-size: 14px;
padding: 10px 15px;
width: 100%;
}
.subscribe-form > form {
position: relative;
}
.subscribe-form input[type="submit"] {
border: medium none;
color: #ffffff;
font-size: 14px;
font-weight: 700;
height: 100%;
margin: 0;
padding: 0 25px;
position: absolute;
right: 0;
text-align: center;
text-transform: uppercase;
top: 0;
}
/*---------------------------
2.13 FOOTER AREA
----------------------------*/
.footer-area {
background-color: #1b1b1b;
color: #ffffff;
}
.single-footer h3 {
color: #ffffff;
font-size: 16px;
text-transform: uppercase;
}
.single-footer h3 span {
color: #d82626;
}
.social-list {
margin-top: 20px;
}
.social-list a {
background-color: #db2520;
border-radius: 50%;
color: #ffffff;
display: inline-block;
height: 35px;
line-height: 2.4;
margin-right: 10px;
text-align: center;
width: 35px;
}
.social-list a:hover {
background-color: #ffffff;
color: #db2520;
}
.single-footer .link ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.single-footer .link ul li a {
color: #ffffff;
font-size: 13px;
}
.single-footer .link ul li:before {
content: "\f0da";
font-family: fontawesome;
margin-right: 10px;
-webkit-transition: .2s;
transition: .2s
}
.single-footer .link ul li:hover:before {
margin-right: 15px
}
.single-events {
position: relative;
}
.single-events .event-date {
background-color: #db2727;
float: left;
font-size: 22px;
font-weight: 700;
height: 50px;
line-height: 1;
margin-right: 16px;
padding: 5px;
text-align: center;
width: 50px;
-webkit-transition: .4s;
transition: .4s;
}
.single-events:hover .event-date {
background-color: #ffffff;
color: #db2727;
}
.single-events .event-date span {
display: block;
font-size: 12px;
font-weight: 400;
line-height: 1;
}
.single-events {
line-height: 1.5;
margin-bottom: 20px;
}
.single-events h4 {
color: #ffffff;
font-size: 14px;
margin-bottom: 4px;
text-transform: uppercase;
}
.single-info {
margin: 14px 0;
}
.single-info a {
border: 1px solid #d92728;
color: #ffffff;
display: block;
font-size: 12px;
font-weight: 400;
line-height: 1;
padding: 10px 30px 10px 50px;
position: relative;
}
.single-info span {
background-color: #d92728;
display: inline-block;
font-size: 20px;
height: 40px;
left: -1px;
line-height: 1.8;
position: absolute;
text-align: center;
top: -4px;
width: 40px;
-webkit-transition: .3s;
transition: .3s
}
.single-info a:hover span {
-webkit-transform: scale(1.2);
transform: scale(1.2);
background-color: #ffffff;
color: #d92728;
}
/*------------------------
12. ABOUT PAGE
-------------------------*/
/*------------------------
3.1 ABOUT HEADER
-------------------------*/
.about .header-text-area {
background-image: url("images/about/about-header.jpg");
}
.sub-header-text {
padding: 100px 0;
}
.sub-header-text h2 {
color: #ffffff;
font-size: 40px;
text-transform: uppercase;
margin: 0
}
.sub-header-text > ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.sub-header-text li {
color: #ffffff;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
}
.sub-header-text li {
margin: 0 5px;
text-decoration: line-through;
}
.sub-header-text li.active {
text-decoration: none;
}
/*--------------------
3.2 ABOUT SKILL
---------------------*/
.skill > div {
margin: auto auto 20px;
}
/*------------------------
3.2 ABOUT SKILL
--------------------------*/
.client-slide-item {
border: 1px solid #ddd;
margin: 0 10px;
}
.blog-nav.nav.navbar-right.nav-tabs {
border: medium none;
margin-bottom: 30px;
}
.blog-nav.nav.nav-tabs li a {
background-color: #ffffff;
border: medium none;
border-radius: 0;
color: #3451ba;
margin-left: 10px;
padding: 6px 15px;
}
.blog-nav.nav.nav-tabs li.active a {
background-color: #d92728;
color: #ffffff;
}
/*------------------------
3.4 ABOUT MESSAGE
--------------------------*/
.about-page .header-text-area {
background-image: url(images/about/about-header.jpg)
}
.about-message-area .slide h2 {
color: #fff;
text-transform: uppercase;
}
.about-message-area .slide {
color: #ffffff;
padding: 30px 60px;
position: relative;
}
/*------------------------
3.5 ABOUT TESTIMONIAL
--------------------------*/
.about-message-area .container {
background: url("images/about/president.png") no-repeat scroll right 100px bottom;
}
.single-about-testimonial > img {
float: left;
}
.about-testimonial-test {
background-color: #3350b9;
color: #ffffff;
overflow: hidden;
padding: 28px;
}
.about-testimonial-test h4 {
color: #ffffff;
font-size: 14px;
margin-bottom: 10px;
}
.about-testimonial-test h5 {
color: #ffffff;
}
.about-testimonial-area .owl-nav {
margin-top: 30px;
text-align: center;
}
/*------------------------
4.1 SERVICE HEADER
--------------------------*/
.service-page .header-text-area {
background-image: url(images/service/service-header-bg.jpg);
}
/*------------------------
4.2 SERVICE BODY
--------------------------*/
.service-thumb-title {
background-color: #3350b9;
bottom: -30px;
color: #fff;
left: 0;
margin: auto 30px;
padding: 15px 30px;
position: absolute;
right: 0;
text-align: center;
text-transform: uppercase;
z-index: 1;
}
.service-thumb {
margin-bottom: 30px;
position: relative;
}
.service-details h3 {
color: #3350b9;
margin: 25px 0;
}
.alignleft .service-details {
text-align: right;
}
.service .service-details .blue-btn.btn {
margin-top: 35px;
}
/*------------------------
5.1 GALLERY HEADER
--------------------------*/
.gallery-page .header-text-area {
background-image: url(images/gallery/gallery-header-bg.jpg);
}
/*------------------------
6.1 TEAM HEADER
--------------------------*/
.team-page .header-text-area {
background-image: url(images/team/team-header.jpg);
}
/*----------------------
7.1 TESTIMONIAL HEADER
----------------------*/
.testimonial-page .header-text-area {
background-image: url(images/testimonial/testimonial-header.jpg);
}
.testimonial-page .testimonial-area .testimonial-single-item {
color: #555555;
margin: 15px 0;
-webkit-transition: .3s;
transition: .3s;
}
.testimonial-page .testimonial-single-item:hover {
box-shadow: 0 24px 50px -40px #444;
-webkit-transform: translate(0px, -10px);
transform: translate(0px, -10px);
}
.testimonial-page .testimonial-area .testimonial-single-item h5 {
color: #555555;
}
.testimonial-page .testimonial-single-item {
border: 1px solid #dddddd;
padding: 20px;
}
.testimonial-page .testimonial-single-item > img {
margin-bottom: 15px;
}
.testimonial-page .testimonial-single-item > h4 {
color: #db2727 !important;
margin: 20px 0 10px;
}
/*------------------------
8.1 CONTACT HEADER
-------------------------*/
.contact-page .header-text-area {
background-image: url(images/contact/contact-header.jpg);
}
/*------------------------
8.2 CONTACT FORM
-------------------------*/
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
border: 4px double #dddddd;
margin-bottom: 20px;
padding: 5px 10px;
width: 100%;
}
/*------------------------
8.3 CONTACT ADDRESS
-------------------------*/
.address {
padding: 20px;
}
.contact-page .address .single-info span {
background-color: #ffffff;
color: #3350b9;
}
.contact-page .address .single-info a {
border-color: #ffffff;
}
.contact-page .address .social-list a {
background: transparent;
color: #ffffff;
border: 1px solid #ffffff;
}
.contact-page .address .social-list a:hover {
background-color: #ffffff;
color: #3350b9;
}
#scrollUp {
background-color: #db2727;
bottom: 20px;
color: #fff;
display: block;
font-size: 18px;
height: 40px;
line-height: 2;
position: fixed;
right: 20px;
text-align: center;
width: 40px;
}
| 0.514644 | 0.100746 |
* {
background-color: black;
}
html,
body,
#container {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
box-sizing: border-box;
overflow: hidden;
}
body {
font-family: Tahoma, Geneva, sans-serif;
width: 100%;
height: 100%;
margin: 0px;
}
<<<<<<< HEAD
.indicator{
=======
.indicator {
>>>>>>> working3
position: absolute;
background-color: black;
opacity: 0.9;
color: #f0f0f0;
/* padding: 1em; */
width: 15em;
/* height: 15em; */
overflow-y: auto;
cursor: pointer;
display: flex;
flex-direction: column;
<<<<<<< HEAD
z-index:5;
}
.indicator-title{
=======
z-index: 5;
}
.indicator-title {
>>>>>>> working3
padding: 1em;
background-color: #181010;
opacity: 1;
}
<<<<<<< HEAD
.indicator-text{
padding: 1em;
}
=======
.indicator-text {
padding: 1em;
}
>>>>>>> working3
.indicator-more {
padding: 1em;
background-color: #222222;
opacity: 1;
color: #0066cc;
}
<<<<<<< HEAD
=======
>>>>>>> working3
.indicator-more:hover {
color: #0077dd;
}
#info {
position: absolute;
top: -100%;
left: 0px;
height: 100%;
width: 100%;
background-color: black;
transition: top ease-in 0.2s;
color: white;
display: flex;
flex-direction: row;
opacity: 0.9;
<<<<<<< HEAD
z-index:10;
=======
z-index: 10;
>>>>>>> working3
}
#canvas {
flex-basis: 20%;
margin: 1em;
box-sizing: content-box;
}
#content {
flex-grow: 1;
display: flex;
flex-direction: column;
}
#title {
padding-left: 2em;
padding-top: 1em;
padding-bottom: 1em;
background-color: #333333;
margin: 0em;
/* p. */
}
#text {
flex-grow: 1;
padding: 1em;
background-color: #002244;
font-size: 1.5em;
line-height: 1.8;
color: #f0f0f0;
overflow-y: auto;
font-weight: 100;
/* text-ali */
}
#text .sources {
color: #333333;
font-size: 0.75em;
}
#text a {
background-color: inherit;
font-size: 0.75em;
padding-left: 1em;
}
#info.visible {
top: 0px;
transition: top ease-in 0.2s;
}
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #444;
opacity: 0.25;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
#close {
position: absolute;
right: 22px;
top: 22px;
width: 32px;
height: 32px;
opacity: 0.5;
}
#close:hover {
opacity: 1;
cursor: pointer;
}
#close:before,
#close:after {
position: absolute;
content: " ";
height: 32px;
width: 5px;
background-color: darkgrey;
/* position: relative; */
background-color: #333;
}
#close:before {
transform: translateX(13px) rotate(-45deg);
}
#close:after {
transform: translateX(13px) rotate(45deg);
}
|
dist/styles.8986bff4.css
|
* {
background-color: black;
}
html,
body,
#container {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
box-sizing: border-box;
overflow: hidden;
}
body {
font-family: Tahoma, Geneva, sans-serif;
width: 100%;
height: 100%;
margin: 0px;
}
<<<<<<< HEAD
.indicator{
=======
.indicator {
>>>>>>> working3
position: absolute;
background-color: black;
opacity: 0.9;
color: #f0f0f0;
/* padding: 1em; */
width: 15em;
/* height: 15em; */
overflow-y: auto;
cursor: pointer;
display: flex;
flex-direction: column;
<<<<<<< HEAD
z-index:5;
}
.indicator-title{
=======
z-index: 5;
}
.indicator-title {
>>>>>>> working3
padding: 1em;
background-color: #181010;
opacity: 1;
}
<<<<<<< HEAD
.indicator-text{
padding: 1em;
}
=======
.indicator-text {
padding: 1em;
}
>>>>>>> working3
.indicator-more {
padding: 1em;
background-color: #222222;
opacity: 1;
color: #0066cc;
}
<<<<<<< HEAD
=======
>>>>>>> working3
.indicator-more:hover {
color: #0077dd;
}
#info {
position: absolute;
top: -100%;
left: 0px;
height: 100%;
width: 100%;
background-color: black;
transition: top ease-in 0.2s;
color: white;
display: flex;
flex-direction: row;
opacity: 0.9;
<<<<<<< HEAD
z-index:10;
=======
z-index: 10;
>>>>>>> working3
}
#canvas {
flex-basis: 20%;
margin: 1em;
box-sizing: content-box;
}
#content {
flex-grow: 1;
display: flex;
flex-direction: column;
}
#title {
padding-left: 2em;
padding-top: 1em;
padding-bottom: 1em;
background-color: #333333;
margin: 0em;
/* p. */
}
#text {
flex-grow: 1;
padding: 1em;
background-color: #002244;
font-size: 1.5em;
line-height: 1.8;
color: #f0f0f0;
overflow-y: auto;
font-weight: 100;
/* text-ali */
}
#text .sources {
color: #333333;
font-size: 0.75em;
}
#text a {
background-color: inherit;
font-size: 0.75em;
padding-left: 1em;
}
#info.visible {
top: 0px;
transition: top ease-in 0.2s;
}
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #444;
opacity: 0.25;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
#close {
position: absolute;
right: 22px;
top: 22px;
width: 32px;
height: 32px;
opacity: 0.5;
}
#close:hover {
opacity: 1;
cursor: pointer;
}
#close:before,
#close:after {
position: absolute;
content: " ";
height: 32px;
width: 5px;
background-color: darkgrey;
/* position: relative; */
background-color: #333;
}
#close:before {
transform: translateX(13px) rotate(-45deg);
}
#close:after {
transform: translateX(13px) rotate(45deg);
}
| 0.380529 | 0.085978 |
:root {
--main-bg-color: #00404c;
--planner-main-color: #048da7;
--planner-border-color: #a5fbfb;
--text-color: #a5fbfb;
--skillTitle: #00cc00;
--skillsColor: #ffbb00;
--skillbox-default-color: #006074;
--skillbox-active-color: #02ab2e;
--skillbox-highlight-color: #26672a;
--red-button-color: #d10000;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: flex;
background-color: var(--main-bg-color);
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
flex-direction: column;
}
main {
flex: 1;
display: flex;
justify-content: center;
min-height: 0;
min-width: 0;
position: relative;
}
.loadingOverlay {
position: absolute;
height: 100%;
width: 100%;
z-index: 10;
background-color: var(--main-bg-color);
display: flex;
align-items: center;
justify-content: center;
color: var(--text-color);
font-size: 4rem;
}
.mainDiv {
height: 100vh;
display: flex;
flex-direction: column;
/* overflow: auto; */
justify-content: center;
}
header {
display: flex;
background-color: var(--planner-main-color);
padding: 16px 25px;
}
header h1 {
color: var(--text-color);
text-shadow: 1px 2px black;
}
.websiteDiv {
flex: 1;
display: flex;
justify-content: flex-end;
align-items: center;
padding-right: 50px;
}
.professionContainer {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
padding-right: 25px;
padding-left: 20px;
overflow: hidden;
margin-bottom: 5px;
margin-top: 5px;
min-height: 0;
min-width: 0;
}
.rightSideOfPage {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
background-color: var(--main-bg-color);
padding-left: 25px;
padding-right: 20px;
min-height: 0;
min-width: 0;
overflow: hidden;
}
footer {
display: inline-grid;
width: 100%;
justify-items: center;
background-color: var(--planner-main-color);
color: var(--text-color);
position: relative;
}
footer span {
padding: 5px;
}
.selectProfessions {
display: flex;
align-items: flex-end;
justify-content: left;
/* flex-wrap: wrap; */
width: 100%;
max-width: 1000px;
/* min-height: 70px; */
}
.selectedProfessionBox {
display: flex;
align-items: center;
justify-content: center;
width: 125px;
height: 40px;
background-color: var(--skillbox-active-color);
margin-right: 25px;
margin-top: 16px;
position: relative;
color: var(--text-color);
cursor: pointer;
border-radius: 0px 8px 0px 8px;
padding: 5px;
text-align: center;
transition: background-color 0.5s ease;
box-shadow: 3px 3px 4px black;
}
.selectedProfessionBox:hover {
background-color: var(--skillbox-highlight-color);
}
.cancelSelectedProfessionBox {
position: absolute;
top: 2px;
right: 2px;
cursor: pointer;
}
.skillPlannerContainer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0 6px;
}
.skillPlannerBody {
flex: 1;
display: grid;
grid-template-areas:
"topMasterSkills topMasterSkills topMasterSkills topMasterSkills"
"masterSkillBox masterSkillBox masterSkillBox masterSkillBox"
"toEliteSkills1 toEliteSkills2 toEliteSkills3 toEliteSkills4"
"skillbox_3_0 skillbox_3_1 skillbox_3_2 skillbox_3_3"
"skillbox_2_0 skillbox_2_1 skillbox_2_2 skillbox_2_3"
"skillbox_1_0 skillbox_1_1 skillbox_1_2 skillbox_1_3"
"skillbox_0_0 skillbox_0_1 skillbox_0_2 skillbox_0_3"
"noviceSkillBox noviceSkillBox noviceSkillBox noviceSkillBox"
"prerequesiteSkills prerequesiteSkills prerequesiteSkills prerequesiteSkills"
"skillPointsRemaining skillPointsRemaining skillPointsRemaining skillPointsRemaining";
grid-template-columns: 1fr 1fr 1fr 1fr;
/* grid-template-rows: 0.5fr 1.5fr 1fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr 0.25fr 0.5fr; */
gap: 3px 5px;
border-radius: 6px;
padding: 15px 5px;
box-shadow: 3px 3px 4px black;
background-color: var(--planner-main-color);
/* min-height: 400px; */
max-width: 800px;
border: 1px solid var(--planner-border-color);
margin-top: 20px;
}
.skillTitleHeader {
display: flex;
align-items: center;
margin-top: 10px;
width: 100%;
}
/* Skill Planner Grid */
.skillName {
font-size: 2.5rem;
color: var(--text-color);
text-shadow: 2px 1px black;
flex: 1;
}
.topMasterSkills {
grid-area: topMasterSkills;
display: inline-grid;
justify-items: center;
}
.prerequesiteSkills {
grid-area: prerequesiteSkills;
display: inline-grid;
justify-items: center;
}
.masterSkillBox {
grid-area: masterSkillBox;
display: inline-grid;
place-items: center;
}
.toEliteSkills1 {
grid-area: toEliteSkills1;
display: inline-grid;
justify-items: center;
}
.toEliteSkills2 {
grid-area: toEliteSkills2;
display: inline-grid;
justify-items: center;
}
.toEliteSkills3 {
grid-area: toEliteSkills3;
display: inline-grid;
justify-items: center;
}
.toEliteSkills4 {
grid-area: toEliteSkills4;
display: inline-grid;
justify-items: center;
}
/* Skill Boxes */
.skillbox_0_3 {
grid-area: skillbox_0_3;
}
.skillbox_0_2 {
grid-area: skillbox_0_2;
}
.skillbox_0_1 {
grid-area: skillbox_0_1;
}
.skillbox_0_0 {
grid-area: skillbox_0_0;
}
.skillbox_1_3 {
grid-area: skillbox_1_3;
}
.skillbox_1_2 {
grid-area: skillbox_1_2;
}
.skillbox_1_1 {
grid-area: skillbox_1_1;
}
.skillbox_1_0 {
grid-area: skillbox_1_0;
}
.skillbox_2_3 {
grid-area: skillbox_2_3;
}
.skillbox_2_2 {
grid-area: skillbox_2_2;
}
.skillbox_2_1 {
grid-area: skillbox_2_1;
}
.skillbox_2_0 {
grid-area: skillbox_2_0;
}
.skillbox_3_3 {
grid-area: skillbox_3_3;
}
.skillbox_3_2 {
grid-area: skillbox_3_2;
}
.skillbox_3_1 {
grid-area: skillbox_3_1;
}
.skillbox_3_0 {
grid-area: skillbox_3_0;
}
.noviceSkillBox {
grid-area: noviceSkillBox;
display: inline-grid;
place-items: center;
}
.skillPointsRemaining {
grid-area: skillPointsRemaining;
display: flex;
/* place-items: center; */
background-color: var(--skillbox-default-color);
position: relative;
height: 24px;
}
.skillPointsRemaining::before {
content: "Skill Points Remaining:";
position: absolute;
top: -20px;
color: white;
text-shadow: 1px 2px black;
}
#skillPointsNumbers {
color: white;
z-index: 1;
align-self: center;
display: flex;
flex: 1;
justify-content: center;
}
#skillPointsBar {
position: absolute;
background: #02ab2e;
width: 100%;
/* For stripes similar to game
background: repeating-linear-gradient(
to right,
#02ab2e,
#02ab2e 6px,
rgba(0, 0, 0, 0) 8px,
rgba(0, 0, 0, 0) 8px
); */
color: white;
height: 100%;
transition: all 0.5s ease;
}
.largeSkillBox {
width: 35%;
/* height: 90%; */
/* height: 4rem; */
background-color: var(--skillbox-default-color);
cursor: pointer;
border-radius: 0px 8px 0px 8px;
color: var(--text-color);
/* display: inline-grid;
place-items: center; */
display: flex;
justify-content: center;
align-items: center;
position: relative;
border: 1px solid black;
padding: 20px 0;
}
.largeSkillBox:hover {
background-color: var(--skillbox-highlight-color);
}
.largeSkillBox.active {
transition: background-color 0.5s ease;
background-color: var(--skillbox-active-color);
}
.professionSkillBox {
background-color: var(--skillbox-default-color);
cursor: pointer;
border-radius: 0px 8px 0px 8px;
color: var(--text-color);
display: flex;
justify-content: center;
text-align: center;
align-items: center;
position: relative;
border: 1px solid black;
min-height: 3em;
}
.professionSkillBox:hover {
background-color: var(--skillbox-highlight-color);
}
.professionSkillBox.active {
transition: background-color 0.5s ease;
background-color: var(--skillbox-active-color);
}
.topMasterEliteSkillsText {
color: var(--text-color);
display: flex;
justify-content: space-evenly;
width: 100%;
min-height: 2rem;
}
.topMasterEliteSkillsText>span:hover {
cursor: pointer;
text-decoration: underline;
}
.prerequesitSkillsText {
color: var(--text-color);
display: flex;
justify-content: space-evenly;
width: 50%;
height: 1rem;
}
.prerequesitSkillsText>span:hover {
cursor: pointer;
text-decoration: underline;
}
.eliteSkillsText {
color: var(--text-color);
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
height: 5rem;
}
.eliteSkillsText>span:hover {
cursor: pointer;
text-decoration: underline;
}
.smallTitle {
font-size: 1.25em;
color: #fffffa;
}
#listProfessions {
list-style: none;
background-color: var(--planner-main-color);
padding: 5px 0;
border-radius: 6px;
border: 1px solid var(--text-color);
/* min-width: 150px; */
box-shadow: 3px 3px 4px black;
overflow: auto;
margin-bottom: 1rem;
}
#listProfessions li {
color: #fffffa;
text-shadow: 2px 1px black;
cursor: pointer;
padding-left: 3px;
padding-right: 3px;
}
#listProfessions li:hover {
text-decoration: underline;
background-color: var(--planner-border-color);
}
#listProfessions>hr {
border: 1px solid var(--planner-border-color);
margin: 8px 0;
}
#listProfessions li.activeProfession {
background-color: var(--planner-border-color);
}
#listProfessions li.selectedProfession {
background-color: var(--planner-border-color);
}
#listProfessions li.selectedProfession::before {
content: ">>";
padding-right: 2px;
}
#listProfessions::-webkit-scrollbar {
width: 5px;
height: 5px;
}
#listProfessions::-webkit-scrollbar-thumb {
background: var(--planner-border-color);
border-radius: 5px;
box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25),
inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}
#listProfessions::-webkit-scrollbar-track {
background: linear-gradient(90deg, var(--planner-border-color), var(--planner-border-color) 1px, var(--main-bg-color) 0, var(--main-bg-color));
}
.rightTablesContainer {
display: flex;
flex-direction: column;
height: 90%;
width: 100%;
}
.rightTables {
color: var(--planner-border-color);
border: 1px solid black;
border-radius: 5px;
position: relative;
border-collapse: collapse;
width: 100%;
}
.rightTables th {
position: sticky;
top: -1px;
background-color: var(--skillbox-default-color);
color: var(--text-color);
text-align: left;
font-weight: bold;
padding: 2px 3px;
cursor: pointer;
}
.rightTables tr {
border-bottom: 1px solid #404040;
}
.rightTables td {
text-shadow: 1px 1px black;
padding: 4px 5px;
}
.rightTables td:nth-child(1) {
border-right: 1px solid #404040;
}
.skillMods {
display: flex;
flex-direction: column;
/* width: 85%; */
background-color: var(--planner-main-color);
/* padding: 5px 0; */
border-radius: 6px;
border: 1px solid var(--planner-border-color);
min-width: 250px;
max-width: 400px;
/* width: 90%; */
height: 400px;
/* padding: 10px 20px; */
overflow: auto;
margin-bottom: 50px;
}
#tableSkillMods {
max-height: 500px;
}
.experienceRequired {
display: flex;
flex-direction: column;
/* width: 85%; */
background-color: var(--planner-main-color);
border-radius: 6px;
border: 1px solid var(--planner-border-color);
min-width: 350px;
/* max-width: 400px; */
/* width: 90%; */
min-height: 150px;
/* max-height: 300px; */
/* padding: 5px 10px; */
overflow: auto;
box-shadow: 3px 3px 4px black;
}
#tableExperienceRequired {
max-height: 350px;
}
#tableExperienceRequired th {
position: sticky;
top: -1px;
background-color: var(--skillbox-default-color);
color: var(--text-color);
}
/* .professionSkillBox {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
} */
.tooltiptext {
display: flex;
flex-direction: column;
font-size: 0.75rem;
width: 500px;
min-height: 75px;
background-color: var(--main-bg-color);
color: #fff;
text-align: center;
padding: 5px;
opacity: 80%;
border: 1px solid var(--planner-border-color);
text-align: left;
cursor: default;
/* Position the tooltip */
position: absolute;
z-index: 2;
top: 80%;
left: 50%;
margin-left: -20px;
}
.tooltiptext span {
padding: 8px 2px;
}
.resetButton {
display: flex;
justify-content: center;
align-items: center;
/* position: absolute;
right: 5px;
top: 5px; */
width: 80px;
height: 35px;
background-color: var(--red-button-color);
color: white;
text-shadow: 1px 1px black;
border-radius: 0px 8px 0px 8px;
box-shadow: 2px 2px 3px black;
cursor: pointer;
}
.resetButton:hover {
background-color: rgb(255, 62, 62);
}
.resetButton:active {
transform: translate(2px, 2px);
background-color: rgb(151, 0, 0);
box-shadow: none;
}
.experienceRequired::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.experienceRequired::-webkit-scrollbar-thumb {
background: var(--planner-border-color);
border-radius: 5px;
box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25),
inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}
.experienceRequired::-webkit-scrollbar-track {
background: linear-gradient(90deg, var(--planner-border-color), var(--planner-border-color) 1px, var(--main-bg-color) 0, var(--main-bg-color));
}
.commandsAndSchematicsContainer {
display: flex;
justify-content: space-between;
margin-top: 15px;
/* border: 1px solid var(--planner-border-color); */
width: 100%;
padding: 5px;
height: 150px;
}
.tableContainer {
color: white;
border: 1px solid var(--planner-border-color);
flex: 1;
/* margin: 10px; */
background-color: var(--planner-main-color);
border-radius: 6px;
position: relative;
overflow: auto;
/* min-width: 250px; */
margin-bottom: 15px;
box-shadow: 3px 3px 4px black;
}
.tableContainer::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.tableContainer::-webkit-scrollbar-thumb {
background: var(--planner-border-color);
border-radius: 5px;
box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25),
inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}
.tableContainer::-webkit-scrollbar-track {
background: linear-gradient(90deg, var(--planner-border-color), var(--planner-border-color) 1px, var(--main-bg-color) 0, var(--main-bg-color));
/* background: var(--main-bg-color); */
}
.listHeader {
display: block;
/* position: absolute;
top: 1px; */
background-color: var(--skillbox-default-color);
width: 99%;
border-radius: 4px 4px 0 0;
border-bottom: 1px solid black;
padding: 4px 0 4px 4px;
position: sticky;
top: 0;
}
.experienceRequiredDiv {
height: 250px;
width: 100%;
display: flex;
flex-direction: column;
padding: 2rem 0;
}
.listContainer {
overflow: auto;
height: 100%;
margin-bottom: 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
.skillTitle {
color: var(--skillTitle);
font-weight: bold;
font-size: 1.1em;
}
.skillsColor {
color: var(--skillsColor);
}
.shareBuildContainer {
width: 100%;
display: flex;
padding: 8px 0;
position: relative;
}
.mainButton {
background-color: var(--planner-main-color);
border: 1px solid var(--main-bg-color);
padding: 8px;
border-radius: 0 8px 0 8px;
color: var(--planner-border-color);
font-weight: bold;
margin-right: 8px;
cursor: pointer;
margin-top: 6px;
box-shadow: 2px 2px 3px black;
}
.mainButton:hover {
background-color: var(--skillbox-highlight-color);
border: 1px solid var(--main-bg-color);
color: var(--text-color);
}
.mainButton:active {
transform: translate(2px, 2px);
background-color: var(--skillbox-highlight-color);
color: var(--text-color);
box-shadow: none;
}
.shareBuildInput {
padding: 4px;
display: block;
border: 1px solid #ccc;
width: 50%;
color: #505050;
background-color: var(--planner-border-color);
font-style: italic;
}
.toast {
position: absolute;
transform: translateY(2rem);
background-color: white;
border: 1px solid var(--planner-main-color);
padding: 8px;
font-style: italic;
color: black;
}
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.75s ease;
}
.fade-enter-from,
.fade-leave-to {
opacity: 0;
}
.themeContainer {
color: var(--text-color);
}
.dropdown {
margin-left: 5px;
padding: 4px;
border-radius: 6px;
background-color: var(--planner-main-color);
color: var(--text-color);
font-weight: bold;
font-size: 1.1em;
}
.plus-button {
border: 2px solid var(--planner-border-color);
background-color: var(--planner-main-color);
font-size: 0.75rem;
height: 2.5em;
width: 2.5em;
border-radius: 999px;
position: relative;
margin: 0 8px;
cursor: pointer;
}
.plus-button:after,
.plus-button:before {
content: "";
display: block;
background-color: var(--text-color);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.plus-button:before {
height: 1em;
width: 0.2em;
}
.plus-button:after {
height: 0.2em;
width: 1em;
}
.clear-button {
border: 2px solid #404040;
background-color: #404040;
font-size: 0.75rem;
border-radius: 999px;
position: relative;
margin: 0 4px;
cursor: pointer;
padding: 0.75em;
transform: rotate(45deg);
}
.clear-button:after,
.clear-button:before {
content: "";
display: block;
background-color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.clear-button:before {
height: 1.25em;
width: 0.25em;
}
.clear-button:after {
height: 0.25em;
width: 1.25em;
}
.clear-button:hover {
background-color: var(--red-button-color);
border: 2px solid var(--red-button-color);
}
.themeCreationContainer {
position: absolute;
border: 1px solid var(--planner-border-color);
background-color: var(--planner-main-color);
z-index: 2;
padding: 8px 16px;
box-shadow: 3px 3px 4px black;
}
.colorRow {
padding: 8px;
display: flex;
border-bottom: 1px solid var(--planner-border-color);
}
.colorRow label {
flex: 1;
padding-right: 8px;
color: var(--text-color);
}
.themeCreationButtons {
display: flex;
justify-content: flex-end;
padding: 8px 0;
position: relative;
}
.applyButton {
background-color: var(--skillbox-active-color);
border: none;
color: white;
padding: 8px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-left: 8px;
cursor: pointer;
}
.cancelButton {
background-color: var(--skillsColor);
border: none;
color: white;
padding: 8px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-left: 8px;
cursor: pointer;
}
.deleteButton {
background-color: var(--red-button-color);
border: none;
color: white;
padding: 8px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-left: 8px;
cursor: pointer;
}
.dataLists {
width: 100%;
padding: 4px;
margin: 4px 0;
}
.links {
color: var(--text-color);
}
.links:visited {
color: var(--text-color);
}
.links:hover {
color: var(--skillbox-default-color);
}
.feedbackForm {
display: flex;
flex-direction: column;
border: 1px solid var(--planner-border-color);
background-color: var(--planner-main-color);
transform: translateY(-100%);
right: 0;
top: 0;
position: absolute;
width: 500px;
box-shadow: 3px 3px 4px black;
}
.feedbackForm textarea {
flex: 1;
resize: none;
}
.feedbackForm input,
textarea {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin-top: 8px;
margin-bottom: 8px;
resize: vertical;
}
.feedbackForm select {
padding: 4px;
border-radius: 4px;
margin: 6px 8px 6px 0;
}
.feedbackForm label {
padding: 0 0 4px 0;
font-size: 1.25rem;
margin-right: 8px;
}
.feedbackTitle {
padding: 8px;
text-align: center;
font-size: 2rem;
background-color: var(--skillbox-active-color);
color: var(--text-color);
border-bottom: 1px solid var(--planner-border-color);
cursor: move;
}
.feedbackSubmitButtonContainer {
text-align: center;
padding: 8px;
}
.feedbackSubmitButtonContainer button {
width: 65%;
background-color: var(--red-button-color);
}
.closeFeedbackForm {
position: absolute;
top: 6px;
right: 8px;
cursor: pointer;
font-size: 1.5rem;
}
.closeFeedbackForm:hover {
color: var(--red-button-color);
}
|
public/css/skillPlanner.css
|
:root {
--main-bg-color: #00404c;
--planner-main-color: #048da7;
--planner-border-color: #a5fbfb;
--text-color: #a5fbfb;
--skillTitle: #00cc00;
--skillsColor: #ffbb00;
--skillbox-default-color: #006074;
--skillbox-active-color: #02ab2e;
--skillbox-highlight-color: #26672a;
--red-button-color: #d10000;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: flex;
background-color: var(--main-bg-color);
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
flex-direction: column;
}
main {
flex: 1;
display: flex;
justify-content: center;
min-height: 0;
min-width: 0;
position: relative;
}
.loadingOverlay {
position: absolute;
height: 100%;
width: 100%;
z-index: 10;
background-color: var(--main-bg-color);
display: flex;
align-items: center;
justify-content: center;
color: var(--text-color);
font-size: 4rem;
}
.mainDiv {
height: 100vh;
display: flex;
flex-direction: column;
/* overflow: auto; */
justify-content: center;
}
header {
display: flex;
background-color: var(--planner-main-color);
padding: 16px 25px;
}
header h1 {
color: var(--text-color);
text-shadow: 1px 2px black;
}
.websiteDiv {
flex: 1;
display: flex;
justify-content: flex-end;
align-items: center;
padding-right: 50px;
}
.professionContainer {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
padding-right: 25px;
padding-left: 20px;
overflow: hidden;
margin-bottom: 5px;
margin-top: 5px;
min-height: 0;
min-width: 0;
}
.rightSideOfPage {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
background-color: var(--main-bg-color);
padding-left: 25px;
padding-right: 20px;
min-height: 0;
min-width: 0;
overflow: hidden;
}
footer {
display: inline-grid;
width: 100%;
justify-items: center;
background-color: var(--planner-main-color);
color: var(--text-color);
position: relative;
}
footer span {
padding: 5px;
}
.selectProfessions {
display: flex;
align-items: flex-end;
justify-content: left;
/* flex-wrap: wrap; */
width: 100%;
max-width: 1000px;
/* min-height: 70px; */
}
.selectedProfessionBox {
display: flex;
align-items: center;
justify-content: center;
width: 125px;
height: 40px;
background-color: var(--skillbox-active-color);
margin-right: 25px;
margin-top: 16px;
position: relative;
color: var(--text-color);
cursor: pointer;
border-radius: 0px 8px 0px 8px;
padding: 5px;
text-align: center;
transition: background-color 0.5s ease;
box-shadow: 3px 3px 4px black;
}
.selectedProfessionBox:hover {
background-color: var(--skillbox-highlight-color);
}
.cancelSelectedProfessionBox {
position: absolute;
top: 2px;
right: 2px;
cursor: pointer;
}
.skillPlannerContainer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0 6px;
}
.skillPlannerBody {
flex: 1;
display: grid;
grid-template-areas:
"topMasterSkills topMasterSkills topMasterSkills topMasterSkills"
"masterSkillBox masterSkillBox masterSkillBox masterSkillBox"
"toEliteSkills1 toEliteSkills2 toEliteSkills3 toEliteSkills4"
"skillbox_3_0 skillbox_3_1 skillbox_3_2 skillbox_3_3"
"skillbox_2_0 skillbox_2_1 skillbox_2_2 skillbox_2_3"
"skillbox_1_0 skillbox_1_1 skillbox_1_2 skillbox_1_3"
"skillbox_0_0 skillbox_0_1 skillbox_0_2 skillbox_0_3"
"noviceSkillBox noviceSkillBox noviceSkillBox noviceSkillBox"
"prerequesiteSkills prerequesiteSkills prerequesiteSkills prerequesiteSkills"
"skillPointsRemaining skillPointsRemaining skillPointsRemaining skillPointsRemaining";
grid-template-columns: 1fr 1fr 1fr 1fr;
/* grid-template-rows: 0.5fr 1.5fr 1fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr 0.25fr 0.5fr; */
gap: 3px 5px;
border-radius: 6px;
padding: 15px 5px;
box-shadow: 3px 3px 4px black;
background-color: var(--planner-main-color);
/* min-height: 400px; */
max-width: 800px;
border: 1px solid var(--planner-border-color);
margin-top: 20px;
}
.skillTitleHeader {
display: flex;
align-items: center;
margin-top: 10px;
width: 100%;
}
/* Skill Planner Grid */
.skillName {
font-size: 2.5rem;
color: var(--text-color);
text-shadow: 2px 1px black;
flex: 1;
}
.topMasterSkills {
grid-area: topMasterSkills;
display: inline-grid;
justify-items: center;
}
.prerequesiteSkills {
grid-area: prerequesiteSkills;
display: inline-grid;
justify-items: center;
}
.masterSkillBox {
grid-area: masterSkillBox;
display: inline-grid;
place-items: center;
}
.toEliteSkills1 {
grid-area: toEliteSkills1;
display: inline-grid;
justify-items: center;
}
.toEliteSkills2 {
grid-area: toEliteSkills2;
display: inline-grid;
justify-items: center;
}
.toEliteSkills3 {
grid-area: toEliteSkills3;
display: inline-grid;
justify-items: center;
}
.toEliteSkills4 {
grid-area: toEliteSkills4;
display: inline-grid;
justify-items: center;
}
/* Skill Boxes */
.skillbox_0_3 {
grid-area: skillbox_0_3;
}
.skillbox_0_2 {
grid-area: skillbox_0_2;
}
.skillbox_0_1 {
grid-area: skillbox_0_1;
}
.skillbox_0_0 {
grid-area: skillbox_0_0;
}
.skillbox_1_3 {
grid-area: skillbox_1_3;
}
.skillbox_1_2 {
grid-area: skillbox_1_2;
}
.skillbox_1_1 {
grid-area: skillbox_1_1;
}
.skillbox_1_0 {
grid-area: skillbox_1_0;
}
.skillbox_2_3 {
grid-area: skillbox_2_3;
}
.skillbox_2_2 {
grid-area: skillbox_2_2;
}
.skillbox_2_1 {
grid-area: skillbox_2_1;
}
.skillbox_2_0 {
grid-area: skillbox_2_0;
}
.skillbox_3_3 {
grid-area: skillbox_3_3;
}
.skillbox_3_2 {
grid-area: skillbox_3_2;
}
.skillbox_3_1 {
grid-area: skillbox_3_1;
}
.skillbox_3_0 {
grid-area: skillbox_3_0;
}
.noviceSkillBox {
grid-area: noviceSkillBox;
display: inline-grid;
place-items: center;
}
.skillPointsRemaining {
grid-area: skillPointsRemaining;
display: flex;
/* place-items: center; */
background-color: var(--skillbox-default-color);
position: relative;
height: 24px;
}
.skillPointsRemaining::before {
content: "Skill Points Remaining:";
position: absolute;
top: -20px;
color: white;
text-shadow: 1px 2px black;
}
#skillPointsNumbers {
color: white;
z-index: 1;
align-self: center;
display: flex;
flex: 1;
justify-content: center;
}
#skillPointsBar {
position: absolute;
background: #02ab2e;
width: 100%;
/* For stripes similar to game
background: repeating-linear-gradient(
to right,
#02ab2e,
#02ab2e 6px,
rgba(0, 0, 0, 0) 8px,
rgba(0, 0, 0, 0) 8px
); */
color: white;
height: 100%;
transition: all 0.5s ease;
}
.largeSkillBox {
width: 35%;
/* height: 90%; */
/* height: 4rem; */
background-color: var(--skillbox-default-color);
cursor: pointer;
border-radius: 0px 8px 0px 8px;
color: var(--text-color);
/* display: inline-grid;
place-items: center; */
display: flex;
justify-content: center;
align-items: center;
position: relative;
border: 1px solid black;
padding: 20px 0;
}
.largeSkillBox:hover {
background-color: var(--skillbox-highlight-color);
}
.largeSkillBox.active {
transition: background-color 0.5s ease;
background-color: var(--skillbox-active-color);
}
.professionSkillBox {
background-color: var(--skillbox-default-color);
cursor: pointer;
border-radius: 0px 8px 0px 8px;
color: var(--text-color);
display: flex;
justify-content: center;
text-align: center;
align-items: center;
position: relative;
border: 1px solid black;
min-height: 3em;
}
.professionSkillBox:hover {
background-color: var(--skillbox-highlight-color);
}
.professionSkillBox.active {
transition: background-color 0.5s ease;
background-color: var(--skillbox-active-color);
}
.topMasterEliteSkillsText {
color: var(--text-color);
display: flex;
justify-content: space-evenly;
width: 100%;
min-height: 2rem;
}
.topMasterEliteSkillsText>span:hover {
cursor: pointer;
text-decoration: underline;
}
.prerequesitSkillsText {
color: var(--text-color);
display: flex;
justify-content: space-evenly;
width: 50%;
height: 1rem;
}
.prerequesitSkillsText>span:hover {
cursor: pointer;
text-decoration: underline;
}
.eliteSkillsText {
color: var(--text-color);
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
height: 5rem;
}
.eliteSkillsText>span:hover {
cursor: pointer;
text-decoration: underline;
}
.smallTitle {
font-size: 1.25em;
color: #fffffa;
}
#listProfessions {
list-style: none;
background-color: var(--planner-main-color);
padding: 5px 0;
border-radius: 6px;
border: 1px solid var(--text-color);
/* min-width: 150px; */
box-shadow: 3px 3px 4px black;
overflow: auto;
margin-bottom: 1rem;
}
#listProfessions li {
color: #fffffa;
text-shadow: 2px 1px black;
cursor: pointer;
padding-left: 3px;
padding-right: 3px;
}
#listProfessions li:hover {
text-decoration: underline;
background-color: var(--planner-border-color);
}
#listProfessions>hr {
border: 1px solid var(--planner-border-color);
margin: 8px 0;
}
#listProfessions li.activeProfession {
background-color: var(--planner-border-color);
}
#listProfessions li.selectedProfession {
background-color: var(--planner-border-color);
}
#listProfessions li.selectedProfession::before {
content: ">>";
padding-right: 2px;
}
#listProfessions::-webkit-scrollbar {
width: 5px;
height: 5px;
}
#listProfessions::-webkit-scrollbar-thumb {
background: var(--planner-border-color);
border-radius: 5px;
box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25),
inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}
#listProfessions::-webkit-scrollbar-track {
background: linear-gradient(90deg, var(--planner-border-color), var(--planner-border-color) 1px, var(--main-bg-color) 0, var(--main-bg-color));
}
.rightTablesContainer {
display: flex;
flex-direction: column;
height: 90%;
width: 100%;
}
.rightTables {
color: var(--planner-border-color);
border: 1px solid black;
border-radius: 5px;
position: relative;
border-collapse: collapse;
width: 100%;
}
.rightTables th {
position: sticky;
top: -1px;
background-color: var(--skillbox-default-color);
color: var(--text-color);
text-align: left;
font-weight: bold;
padding: 2px 3px;
cursor: pointer;
}
.rightTables tr {
border-bottom: 1px solid #404040;
}
.rightTables td {
text-shadow: 1px 1px black;
padding: 4px 5px;
}
.rightTables td:nth-child(1) {
border-right: 1px solid #404040;
}
.skillMods {
display: flex;
flex-direction: column;
/* width: 85%; */
background-color: var(--planner-main-color);
/* padding: 5px 0; */
border-radius: 6px;
border: 1px solid var(--planner-border-color);
min-width: 250px;
max-width: 400px;
/* width: 90%; */
height: 400px;
/* padding: 10px 20px; */
overflow: auto;
margin-bottom: 50px;
}
#tableSkillMods {
max-height: 500px;
}
.experienceRequired {
display: flex;
flex-direction: column;
/* width: 85%; */
background-color: var(--planner-main-color);
border-radius: 6px;
border: 1px solid var(--planner-border-color);
min-width: 350px;
/* max-width: 400px; */
/* width: 90%; */
min-height: 150px;
/* max-height: 300px; */
/* padding: 5px 10px; */
overflow: auto;
box-shadow: 3px 3px 4px black;
}
#tableExperienceRequired {
max-height: 350px;
}
#tableExperienceRequired th {
position: sticky;
top: -1px;
background-color: var(--skillbox-default-color);
color: var(--text-color);
}
/* .professionSkillBox {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
} */
.tooltiptext {
display: flex;
flex-direction: column;
font-size: 0.75rem;
width: 500px;
min-height: 75px;
background-color: var(--main-bg-color);
color: #fff;
text-align: center;
padding: 5px;
opacity: 80%;
border: 1px solid var(--planner-border-color);
text-align: left;
cursor: default;
/* Position the tooltip */
position: absolute;
z-index: 2;
top: 80%;
left: 50%;
margin-left: -20px;
}
.tooltiptext span {
padding: 8px 2px;
}
.resetButton {
display: flex;
justify-content: center;
align-items: center;
/* position: absolute;
right: 5px;
top: 5px; */
width: 80px;
height: 35px;
background-color: var(--red-button-color);
color: white;
text-shadow: 1px 1px black;
border-radius: 0px 8px 0px 8px;
box-shadow: 2px 2px 3px black;
cursor: pointer;
}
.resetButton:hover {
background-color: rgb(255, 62, 62);
}
.resetButton:active {
transform: translate(2px, 2px);
background-color: rgb(151, 0, 0);
box-shadow: none;
}
.experienceRequired::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.experienceRequired::-webkit-scrollbar-thumb {
background: var(--planner-border-color);
border-radius: 5px;
box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25),
inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}
.experienceRequired::-webkit-scrollbar-track {
background: linear-gradient(90deg, var(--planner-border-color), var(--planner-border-color) 1px, var(--main-bg-color) 0, var(--main-bg-color));
}
.commandsAndSchematicsContainer {
display: flex;
justify-content: space-between;
margin-top: 15px;
/* border: 1px solid var(--planner-border-color); */
width: 100%;
padding: 5px;
height: 150px;
}
.tableContainer {
color: white;
border: 1px solid var(--planner-border-color);
flex: 1;
/* margin: 10px; */
background-color: var(--planner-main-color);
border-radius: 6px;
position: relative;
overflow: auto;
/* min-width: 250px; */
margin-bottom: 15px;
box-shadow: 3px 3px 4px black;
}
.tableContainer::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.tableContainer::-webkit-scrollbar-thumb {
background: var(--planner-border-color);
border-radius: 5px;
box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25),
inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}
.tableContainer::-webkit-scrollbar-track {
background: linear-gradient(90deg, var(--planner-border-color), var(--planner-border-color) 1px, var(--main-bg-color) 0, var(--main-bg-color));
/* background: var(--main-bg-color); */
}
.listHeader {
display: block;
/* position: absolute;
top: 1px; */
background-color: var(--skillbox-default-color);
width: 99%;
border-radius: 4px 4px 0 0;
border-bottom: 1px solid black;
padding: 4px 0 4px 4px;
position: sticky;
top: 0;
}
.experienceRequiredDiv {
height: 250px;
width: 100%;
display: flex;
flex-direction: column;
padding: 2rem 0;
}
.listContainer {
overflow: auto;
height: 100%;
margin-bottom: 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
.skillTitle {
color: var(--skillTitle);
font-weight: bold;
font-size: 1.1em;
}
.skillsColor {
color: var(--skillsColor);
}
.shareBuildContainer {
width: 100%;
display: flex;
padding: 8px 0;
position: relative;
}
.mainButton {
background-color: var(--planner-main-color);
border: 1px solid var(--main-bg-color);
padding: 8px;
border-radius: 0 8px 0 8px;
color: var(--planner-border-color);
font-weight: bold;
margin-right: 8px;
cursor: pointer;
margin-top: 6px;
box-shadow: 2px 2px 3px black;
}
.mainButton:hover {
background-color: var(--skillbox-highlight-color);
border: 1px solid var(--main-bg-color);
color: var(--text-color);
}
.mainButton:active {
transform: translate(2px, 2px);
background-color: var(--skillbox-highlight-color);
color: var(--text-color);
box-shadow: none;
}
.shareBuildInput {
padding: 4px;
display: block;
border: 1px solid #ccc;
width: 50%;
color: #505050;
background-color: var(--planner-border-color);
font-style: italic;
}
.toast {
position: absolute;
transform: translateY(2rem);
background-color: white;
border: 1px solid var(--planner-main-color);
padding: 8px;
font-style: italic;
color: black;
}
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.75s ease;
}
.fade-enter-from,
.fade-leave-to {
opacity: 0;
}
.themeContainer {
color: var(--text-color);
}
.dropdown {
margin-left: 5px;
padding: 4px;
border-radius: 6px;
background-color: var(--planner-main-color);
color: var(--text-color);
font-weight: bold;
font-size: 1.1em;
}
.plus-button {
border: 2px solid var(--planner-border-color);
background-color: var(--planner-main-color);
font-size: 0.75rem;
height: 2.5em;
width: 2.5em;
border-radius: 999px;
position: relative;
margin: 0 8px;
cursor: pointer;
}
.plus-button:after,
.plus-button:before {
content: "";
display: block;
background-color: var(--text-color);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.plus-button:before {
height: 1em;
width: 0.2em;
}
.plus-button:after {
height: 0.2em;
width: 1em;
}
.clear-button {
border: 2px solid #404040;
background-color: #404040;
font-size: 0.75rem;
border-radius: 999px;
position: relative;
margin: 0 4px;
cursor: pointer;
padding: 0.75em;
transform: rotate(45deg);
}
.clear-button:after,
.clear-button:before {
content: "";
display: block;
background-color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.clear-button:before {
height: 1.25em;
width: 0.25em;
}
.clear-button:after {
height: 0.25em;
width: 1.25em;
}
.clear-button:hover {
background-color: var(--red-button-color);
border: 2px solid var(--red-button-color);
}
.themeCreationContainer {
position: absolute;
border: 1px solid var(--planner-border-color);
background-color: var(--planner-main-color);
z-index: 2;
padding: 8px 16px;
box-shadow: 3px 3px 4px black;
}
.colorRow {
padding: 8px;
display: flex;
border-bottom: 1px solid var(--planner-border-color);
}
.colorRow label {
flex: 1;
padding-right: 8px;
color: var(--text-color);
}
.themeCreationButtons {
display: flex;
justify-content: flex-end;
padding: 8px 0;
position: relative;
}
.applyButton {
background-color: var(--skillbox-active-color);
border: none;
color: white;
padding: 8px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-left: 8px;
cursor: pointer;
}
.cancelButton {
background-color: var(--skillsColor);
border: none;
color: white;
padding: 8px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-left: 8px;
cursor: pointer;
}
.deleteButton {
background-color: var(--red-button-color);
border: none;
color: white;
padding: 8px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-left: 8px;
cursor: pointer;
}
.dataLists {
width: 100%;
padding: 4px;
margin: 4px 0;
}
.links {
color: var(--text-color);
}
.links:visited {
color: var(--text-color);
}
.links:hover {
color: var(--skillbox-default-color);
}
.feedbackForm {
display: flex;
flex-direction: column;
border: 1px solid var(--planner-border-color);
background-color: var(--planner-main-color);
transform: translateY(-100%);
right: 0;
top: 0;
position: absolute;
width: 500px;
box-shadow: 3px 3px 4px black;
}
.feedbackForm textarea {
flex: 1;
resize: none;
}
.feedbackForm input,
textarea {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin-top: 8px;
margin-bottom: 8px;
resize: vertical;
}
.feedbackForm select {
padding: 4px;
border-radius: 4px;
margin: 6px 8px 6px 0;
}
.feedbackForm label {
padding: 0 0 4px 0;
font-size: 1.25rem;
margin-right: 8px;
}
.feedbackTitle {
padding: 8px;
text-align: center;
font-size: 2rem;
background-color: var(--skillbox-active-color);
color: var(--text-color);
border-bottom: 1px solid var(--planner-border-color);
cursor: move;
}
.feedbackSubmitButtonContainer {
text-align: center;
padding: 8px;
}
.feedbackSubmitButtonContainer button {
width: 65%;
background-color: var(--red-button-color);
}
.closeFeedbackForm {
position: absolute;
top: 6px;
right: 8px;
cursor: pointer;
font-size: 1.5rem;
}
.closeFeedbackForm:hover {
color: var(--red-button-color);
}
| 0.448426 | 0.12692 |
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
body {
background-color: #F8F8F8;
color: #2C2C2C;
font-family: 'Roboto', Helvetica, Arial, sans-serif;
font-size: 14px;
min-width: 300px;
padding-top: 56px;
width: auto !important;
}
/*****************************************************************************
* ICONS
****************************************************************************/
.icon-logo,
.icon-about,
.icon-filters,
.icon-close,
.icon-location,
.icon-male,
.icon-female {
display: inline-block;
vertical-align: middle;
}
.icon-logo::before,
.icon-logo::after {
display: table;
vertical-align: middle;
}
.icon-logo {
font-size: 24px;
margin-right: 6px;
}
.icon-about {
font-size: 16px;
padding-top: 5px;
}
.icon-filters {
font-size: 22px;
padding-top: 2px;
}
.icon-close {
font-size: 24px;
}
.icon-location {
font-size: 12px;
}
/*****************************************************************************
* NAVIGATION
****************************************************************************/
.navbar {
margin-bottom: 0;
}
.navbar-fixed-top {
background-color: #F1C40F;
border: none;
}
.navbar-fixed-top > .container {
height: 56px;
}
.navbar-fixed-top .navbar-header {
height: inherit;
}
.navbar-fixed-top .navbar-header > .navbar-brand {
color: #2C2C2C;
height: inherit;
}
.navbar-fixed-top .navbar-header > .navbar-brand > h1 {
display: inline-block;
font-size: 20px;
font-weight: 500;
line-height: 24px;
margin: 0;
padding: 0;
text-transform: uppercase;
vertical-align: middle;
}
.navbar-fixed-top .nav {
display: table-row;
height: inherit;
}
.navbar-fixed-top .navbar-right > .nav-item {
display: table-cell;
height: inherit;
vertical-align: middle;
text-align: center;
}
.navbar-fixed-top .navbar-right > .nav-item > a,
.navbar-fixed-top .navbar-right > .nav-item > a:hover,
.navbar-fixed-top .navbar-right > .nav-item > a:focus {
color: #2C2C2C;
display:table-cell;
height: inherit;
vertical-align: middle;
min-width: 56px;
}
#btn-about.btn-collapse {
background-color: transparent;
}
#btn-about.btn-collapsing {
background-color: #FFFFFF;
color: #2C2C2C;
}
#btn-about.btn-collapse.in {
background-color: #FFFFFF;
color: #2C2C2C;
}
#btn-filters.btn-collapse {
background-color: transparent;
}
#btn-filters.btn-collapsing {
background-color: #FFFFFF;
color: #2C2C2C;
}
#btn-filters.btn-collapse.in {
background-color: #FFFFFF;
color: #2C2C2C;
}
/*****************************************************************************
* CONTENT
****************************************************************************/
/* General */
.content-container {
padding: 15px 10px 15px 10px;
}
.supersize-container {
padding-bottom: 5px;
padding-top: 15px;
text-align: center;
}
/* About (collapse) */
#content-about-collapse {
background-color: #FFFFFF;
color: #2C2C2C;
}
#content-about-collapse .icon-logo {
font-size: 70px;
text-align: center;
}
#content-about-collapse h2 {
font-size: 30px;
font-weight: 500;
margin: 0;
padding: 0;
text-align: center;
text-transform: uppercase;
}
#content-about-collapse h3 {
color: #777777;
font-size: 14px;
font-weight: 500;
margin: 0 0 40px 0;
padding: 0;
text-align: center;
}
#content-about-collapse a,
#content-about-collapse a:hover,
#content-about-collapse a:focus {
color: #E2B70D;
text-decoration: underline;
}
/* Filters (collapse) */
#content-filters-collapse {
background-color: #FFFFFF;
color: #2C2C2C;
}
#content-filters-collapse .visible-markers-counter {
font-size: 70px;
line-height: 60px;
text-align: center;
}
#content-filters-collapse h2 {
font-size: 30px;
font-weight: 500;
margin: 0;
padding: 0;
text-align: center;
text-transform: uppercase;
}
#content-filters-collapse h3 {
color: #777777;
font-size: 14px;
font-weight: 500;
margin: 0 0 40px 0;
padding: 0;
text-align: center;
}
#content-filters-collapse .form-group {
margin-bottom: 40px;
text-align: left;
}
#content-filters-collapse .form-group.gender {
margin-bottom: 10px;
}
#content-filters-collapse .form-group > label {
color: #2C2C2C;
display: block;
font-size: 20px;
font-weight: 500;
margin-bottom: 35px;
}
#content-filters-collapse .form-group.gender > label {
margin-bottom: 10px;
}
/* noUiSlider */
.noUi-background {
background-color: #DDDDDD;
box-shadow: none;
}
.noUi-horizontal {
height: 2px;
}
.noUi-horizontal.noUi-extended {
padding-right: 23px;
}
.noUi-horizontal .noUi-handle {
border-radius: 12px;
width: 24px;
height: 24px;
top: -12px;
box-shadow: 0px 1px 1px 0px rgba( 44, 44, 44, 0.9 );
border: 1px solid rgba( 44, 44, 44, 0.2 );
background-color: #F1C40F;
}
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
display: none;
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip,
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
top: -32px;
}
.noUi-horizontal.noUi-extended .noUi-handle {
left: -1px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
right: -23px;
}
.noUi-connect {
background-color: #F1C40F;
box-shadow: inset 0 0 1px rgba( 44, 44, 44, 0.45 );
}
.noUi-target {
border: none;
border-radius: 0;
}
.noUi-tooltip {
background-color: transparent;
border: none;
border-radius: 0;
color: #777777;
font-size: 12px;
font-weight: 500;
left: 3px;
}
.grade .noUi-tooltip {
left: 0;
}
/* Gender buttons */
.gender .btn {
background-color: #FFFFFF;
}
.gender .btn-default {
background-color: #FFFFFF;
border: 1px solid #AAAAAA;
color: #AAAAAA;
}
.gender .btn-default:hover,
.gender .btn-default:focus {
background-color: #FFFFFF;
border: 1px solid #777777;
color: #777777;
}
.gender #btn-male {
margin-right: 5px;
}
.gender .btn-checked {
background-color: #F1C40F;
border: 1px solid #A28309;
color: #2C2C2C;
}
.gender .btn-checked:hover,
.gender .btn-checked:focus {
background-color: #F6D85F;
border: 1px solid #A28309;
color: #2C2C2C;
}
/* Map */
#content-map {
height: 100%;
position: relative;
width: 100%;
}
#content-map.container {
padding: 0;
}
/* Marker information window */
.marker-info > h4 {
color: #2C2C2C;
font-size: 16px;
font-weight: 700;
margin: 0;
padding: 0 0 2px 0;
}
.marker-info > p {
color: #777777;
margin: 0;
padding: 0;
}
.marker-info > .links {
padding-top: 20px;
}
.marker-info a,
.marker-info a:hover,
.marker-info a:focus {
color: #E2B70D;
text-decoration: underline;
}
.marker-info .approximate-location {
color: #FF4444;
}
|
2017/resources/css/boulders.css
|
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
body {
background-color: #F8F8F8;
color: #2C2C2C;
font-family: 'Roboto', Helvetica, Arial, sans-serif;
font-size: 14px;
min-width: 300px;
padding-top: 56px;
width: auto !important;
}
/*****************************************************************************
* ICONS
****************************************************************************/
.icon-logo,
.icon-about,
.icon-filters,
.icon-close,
.icon-location,
.icon-male,
.icon-female {
display: inline-block;
vertical-align: middle;
}
.icon-logo::before,
.icon-logo::after {
display: table;
vertical-align: middle;
}
.icon-logo {
font-size: 24px;
margin-right: 6px;
}
.icon-about {
font-size: 16px;
padding-top: 5px;
}
.icon-filters {
font-size: 22px;
padding-top: 2px;
}
.icon-close {
font-size: 24px;
}
.icon-location {
font-size: 12px;
}
/*****************************************************************************
* NAVIGATION
****************************************************************************/
.navbar {
margin-bottom: 0;
}
.navbar-fixed-top {
background-color: #F1C40F;
border: none;
}
.navbar-fixed-top > .container {
height: 56px;
}
.navbar-fixed-top .navbar-header {
height: inherit;
}
.navbar-fixed-top .navbar-header > .navbar-brand {
color: #2C2C2C;
height: inherit;
}
.navbar-fixed-top .navbar-header > .navbar-brand > h1 {
display: inline-block;
font-size: 20px;
font-weight: 500;
line-height: 24px;
margin: 0;
padding: 0;
text-transform: uppercase;
vertical-align: middle;
}
.navbar-fixed-top .nav {
display: table-row;
height: inherit;
}
.navbar-fixed-top .navbar-right > .nav-item {
display: table-cell;
height: inherit;
vertical-align: middle;
text-align: center;
}
.navbar-fixed-top .navbar-right > .nav-item > a,
.navbar-fixed-top .navbar-right > .nav-item > a:hover,
.navbar-fixed-top .navbar-right > .nav-item > a:focus {
color: #2C2C2C;
display:table-cell;
height: inherit;
vertical-align: middle;
min-width: 56px;
}
#btn-about.btn-collapse {
background-color: transparent;
}
#btn-about.btn-collapsing {
background-color: #FFFFFF;
color: #2C2C2C;
}
#btn-about.btn-collapse.in {
background-color: #FFFFFF;
color: #2C2C2C;
}
#btn-filters.btn-collapse {
background-color: transparent;
}
#btn-filters.btn-collapsing {
background-color: #FFFFFF;
color: #2C2C2C;
}
#btn-filters.btn-collapse.in {
background-color: #FFFFFF;
color: #2C2C2C;
}
/*****************************************************************************
* CONTENT
****************************************************************************/
/* General */
.content-container {
padding: 15px 10px 15px 10px;
}
.supersize-container {
padding-bottom: 5px;
padding-top: 15px;
text-align: center;
}
/* About (collapse) */
#content-about-collapse {
background-color: #FFFFFF;
color: #2C2C2C;
}
#content-about-collapse .icon-logo {
font-size: 70px;
text-align: center;
}
#content-about-collapse h2 {
font-size: 30px;
font-weight: 500;
margin: 0;
padding: 0;
text-align: center;
text-transform: uppercase;
}
#content-about-collapse h3 {
color: #777777;
font-size: 14px;
font-weight: 500;
margin: 0 0 40px 0;
padding: 0;
text-align: center;
}
#content-about-collapse a,
#content-about-collapse a:hover,
#content-about-collapse a:focus {
color: #E2B70D;
text-decoration: underline;
}
/* Filters (collapse) */
#content-filters-collapse {
background-color: #FFFFFF;
color: #2C2C2C;
}
#content-filters-collapse .visible-markers-counter {
font-size: 70px;
line-height: 60px;
text-align: center;
}
#content-filters-collapse h2 {
font-size: 30px;
font-weight: 500;
margin: 0;
padding: 0;
text-align: center;
text-transform: uppercase;
}
#content-filters-collapse h3 {
color: #777777;
font-size: 14px;
font-weight: 500;
margin: 0 0 40px 0;
padding: 0;
text-align: center;
}
#content-filters-collapse .form-group {
margin-bottom: 40px;
text-align: left;
}
#content-filters-collapse .form-group.gender {
margin-bottom: 10px;
}
#content-filters-collapse .form-group > label {
color: #2C2C2C;
display: block;
font-size: 20px;
font-weight: 500;
margin-bottom: 35px;
}
#content-filters-collapse .form-group.gender > label {
margin-bottom: 10px;
}
/* noUiSlider */
.noUi-background {
background-color: #DDDDDD;
box-shadow: none;
}
.noUi-horizontal {
height: 2px;
}
.noUi-horizontal.noUi-extended {
padding-right: 23px;
}
.noUi-horizontal .noUi-handle {
border-radius: 12px;
width: 24px;
height: 24px;
top: -12px;
box-shadow: 0px 1px 1px 0px rgba( 44, 44, 44, 0.9 );
border: 1px solid rgba( 44, 44, 44, 0.2 );
background-color: #F1C40F;
}
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
display: none;
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip,
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
top: -32px;
}
.noUi-horizontal.noUi-extended .noUi-handle {
left: -1px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
right: -23px;
}
.noUi-connect {
background-color: #F1C40F;
box-shadow: inset 0 0 1px rgba( 44, 44, 44, 0.45 );
}
.noUi-target {
border: none;
border-radius: 0;
}
.noUi-tooltip {
background-color: transparent;
border: none;
border-radius: 0;
color: #777777;
font-size: 12px;
font-weight: 500;
left: 3px;
}
.grade .noUi-tooltip {
left: 0;
}
/* Gender buttons */
.gender .btn {
background-color: #FFFFFF;
}
.gender .btn-default {
background-color: #FFFFFF;
border: 1px solid #AAAAAA;
color: #AAAAAA;
}
.gender .btn-default:hover,
.gender .btn-default:focus {
background-color: #FFFFFF;
border: 1px solid #777777;
color: #777777;
}
.gender #btn-male {
margin-right: 5px;
}
.gender .btn-checked {
background-color: #F1C40F;
border: 1px solid #A28309;
color: #2C2C2C;
}
.gender .btn-checked:hover,
.gender .btn-checked:focus {
background-color: #F6D85F;
border: 1px solid #A28309;
color: #2C2C2C;
}
/* Map */
#content-map {
height: 100%;
position: relative;
width: 100%;
}
#content-map.container {
padding: 0;
}
/* Marker information window */
.marker-info > h4 {
color: #2C2C2C;
font-size: 16px;
font-weight: 700;
margin: 0;
padding: 0 0 2px 0;
}
.marker-info > p {
color: #777777;
margin: 0;
padding: 0;
}
.marker-info > .links {
padding-top: 20px;
}
.marker-info a,
.marker-info a:hover,
.marker-info a:focus {
color: #E2B70D;
text-decoration: underline;
}
.marker-info .approximate-location {
color: #FF4444;
}
| 0.379953 | 0.054149 |
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;300;400;500;700;800&family=Source+Sans+Pro:wght@300;400;700&display=swap');
/*sets google font-size*/
html,
body {
font-size: 16px;
}
/*sets headers font size and weight*/
h1,
h2,
.timer {
font-size: 1.5rem;
font-weight: bold;
font-family: 'Source Sans Pro', sans-serif;
}
/*resets margin and padding across all*/
* {
margin: 0;
padding: 0;
}
/*sets background theme colour*/
body {
background-color: rgb(247, 243, 235);
}
/*flex styling to align and/or justify content*/
.highscore-link h2 {
justify-self: flex-start;
}
/*flex styling to align and/or justify content*/
.start-container {
display: flex;
justify-content: center;
align-items: center;
height: 90vh;
}
/*flex styling to align and/or justify content*/
.wrapper {
display: flex;
flex-direction: column;
justify-content: space;
align-items: space-between;
max-width: 60vh;
}
/*flex styling to align and/or justify content*/
.sub-header {
display: flex;
flex-direction: space-around;
}
/*flex styling to align and/or justify content*/
.header-container {
display: flex;
justify-content: space-between;
}
/*flex styling to align and/or justify content*/
.time-container {
display: flex;
margin-right: 1rem;
}
/*timer styling to add some margin aside the header block*/
.timer {
margin-left: 0.5rem;
}
/*main screen styling to add some margin to question and answer containers*/
.question-container,
.answers-container {
margin: 2rem;
}
/*styles answers mutliple choice list */
.answers-container li {
border: 0.1rem solid black;
margin: 0.5rem;
padding: 13px 10px;
list-style: none;
background-color: rgb(5, 25, 45);
border-radius: 5px;
color: white;
font-family: 'JetBrains Mono', monospace;
}
/*styles answers mutliple choice list with hover effect */
.answers-container li:hover {
opacity: 0.5;
font-size: bold;
background-color: rgb(6, 189, 252);
}
/*sets flex direction to column on scores container*/
.scores-container {
display: flex;
flex-direction: column;
}
/*flex styling to align and/or justify content*/
.question {
display: flex;
margin-bottom: 1rem;
font-size: 1.5rem;
font-weight: bold;
}
.question-id {
margin-left: 0.5rem;
font-family: 'Source Sans Pro', sans-serif;
}
.question-text {
font-size: 1.5rem;
font-family: 'Source Sans Pro', sans-serif;
}
/*flex styling to align and/or justify content*/
.end-container {
display: flex;
flex-direction: column;
align-items: center;
height: 100vh;
}
.end-container h2 {
box-sizing: border-box;
margin: 0;
min-width: 0;
font-size: 1.25rem;
font-weight: 700;
letter-spacing: -0.5px;
line-height: 1.2;
margin-top: 0;
text-align: center;
margin-bottom: 20px;
}
/*label styling to submit scores button under*/
label {
border: 0;
display: block;
margin: 0;
margin-top: 0;
min-width: 0;
padding: 0;
margin-bottom: 12px;
padding: 0;
width: 100%;
}
/*styles input under the submit scores container*/
input {
font-size: 16px;
height: 48px;
padding-left: 16px;
padding-right: 16px;
background: white;
border: 0;
border-radius: 4px;
box-shadow: inset 0 0 0 2px rgb(229, 225, 218);
box-sizing: border-box;
display: inline-block;
font-family: Arial;
margin: 0;
vertical-align: baseline;
-webkit-appearance: none;
color: rgb(5, 25, 45);
width: 100%;
background-color: #e8f0fe;
margin-bottom: 15px;
}
/*styles the submit button under the submit scores container*/
#submit {
display: inline-flex;
justify-content: center;
align-items: center;
border: none;
border-radius: 4px;
border-style: solid;
border-width: 15px;
cursor: pointer;
text-transform: capitalize;
text-decoration: none;
transition: 0.15s;
border-color: #03ef62;
color: black;
background-color: #03ef62; /*green*/
padding: 0 15 px;
margin-top: 24 px;
width: 100%;
}
/*IMPORTANT class used to hide content for interactivity*/
.hidden {
display: none;
}
/*Adds pointer cursos to the view scores link under the header*/
.highscore-link:hover {
cursor: pointer;
}
/*Styles paragraph under the first start-container*/
p {
margin-bottom: 3rem;
}
/*Styles h1 under the first start-container*/
h1 {
font-size: 2rem;
margin-bottom: 1rem;
}
/*styles all buttons except submit button*/
.btn {
padding: 1.6em 5em;
font-size: 1rem;
line-height: 1;
background-color: #03ef62;
border-radius: 3px;
display: inline-flex;
justify-content: center;
align-items: center;
border: none;
border-radius: 4px;
border-style: solid;
border-width: 15px;
cursor: pointer;
text-transform: capitalize;
text-decoration: none;
transition: 0.15s;
border-color: #03ef62;
color: black;
background-color: #03ef62;
padding: 0 15 px;
margin-top: 24 px;
width: 100%;
}
/*Styles scores table with name and score results*/
table {
border-collapse: collapse;
width: 100%;
}
thead th {
background: #ccc;
}
th,
td {
border: 1px solid #ccc;
text-align: center;
}
tr:nth-child(even) {
background: #efefef;
}
tr:hover {
background: #d1d1d1;
}
/* Styling card that backgrounds main buttons */
.dc-card {
background-color: #ffffff;
border-radius: 4px;
box-shadow: 0 2px 4px -1px rgba(5, 25, 45, 0.3);
padding: 57px;
position: relative;
}
/*High scores table section styling*/
.high-scores {
background-color: #ffffff;
border-radius: 4px;
box-shadow: 0 2px 4px -1px rgba(5, 25, 45, 0.3);
padding: 0px;
position: relative;
margin-top: 0.5rem;
}
/*Adds margin to clear history and go back buttons*/
.scores-container button {
margin: 0.25rem;
}
/* Progress bar background color fill */
.progress-bar {
background-color: cornflowerblue;
}
|
style.css
|
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;300;400;500;700;800&family=Source+Sans+Pro:wght@300;400;700&display=swap');
/*sets google font-size*/
html,
body {
font-size: 16px;
}
/*sets headers font size and weight*/
h1,
h2,
.timer {
font-size: 1.5rem;
font-weight: bold;
font-family: 'Source Sans Pro', sans-serif;
}
/*resets margin and padding across all*/
* {
margin: 0;
padding: 0;
}
/*sets background theme colour*/
body {
background-color: rgb(247, 243, 235);
}
/*flex styling to align and/or justify content*/
.highscore-link h2 {
justify-self: flex-start;
}
/*flex styling to align and/or justify content*/
.start-container {
display: flex;
justify-content: center;
align-items: center;
height: 90vh;
}
/*flex styling to align and/or justify content*/
.wrapper {
display: flex;
flex-direction: column;
justify-content: space;
align-items: space-between;
max-width: 60vh;
}
/*flex styling to align and/or justify content*/
.sub-header {
display: flex;
flex-direction: space-around;
}
/*flex styling to align and/or justify content*/
.header-container {
display: flex;
justify-content: space-between;
}
/*flex styling to align and/or justify content*/
.time-container {
display: flex;
margin-right: 1rem;
}
/*timer styling to add some margin aside the header block*/
.timer {
margin-left: 0.5rem;
}
/*main screen styling to add some margin to question and answer containers*/
.question-container,
.answers-container {
margin: 2rem;
}
/*styles answers mutliple choice list */
.answers-container li {
border: 0.1rem solid black;
margin: 0.5rem;
padding: 13px 10px;
list-style: none;
background-color: rgb(5, 25, 45);
border-radius: 5px;
color: white;
font-family: 'JetBrains Mono', monospace;
}
/*styles answers mutliple choice list with hover effect */
.answers-container li:hover {
opacity: 0.5;
font-size: bold;
background-color: rgb(6, 189, 252);
}
/*sets flex direction to column on scores container*/
.scores-container {
display: flex;
flex-direction: column;
}
/*flex styling to align and/or justify content*/
.question {
display: flex;
margin-bottom: 1rem;
font-size: 1.5rem;
font-weight: bold;
}
.question-id {
margin-left: 0.5rem;
font-family: 'Source Sans Pro', sans-serif;
}
.question-text {
font-size: 1.5rem;
font-family: 'Source Sans Pro', sans-serif;
}
/*flex styling to align and/or justify content*/
.end-container {
display: flex;
flex-direction: column;
align-items: center;
height: 100vh;
}
.end-container h2 {
box-sizing: border-box;
margin: 0;
min-width: 0;
font-size: 1.25rem;
font-weight: 700;
letter-spacing: -0.5px;
line-height: 1.2;
margin-top: 0;
text-align: center;
margin-bottom: 20px;
}
/*label styling to submit scores button under*/
label {
border: 0;
display: block;
margin: 0;
margin-top: 0;
min-width: 0;
padding: 0;
margin-bottom: 12px;
padding: 0;
width: 100%;
}
/*styles input under the submit scores container*/
input {
font-size: 16px;
height: 48px;
padding-left: 16px;
padding-right: 16px;
background: white;
border: 0;
border-radius: 4px;
box-shadow: inset 0 0 0 2px rgb(229, 225, 218);
box-sizing: border-box;
display: inline-block;
font-family: Arial;
margin: 0;
vertical-align: baseline;
-webkit-appearance: none;
color: rgb(5, 25, 45);
width: 100%;
background-color: #e8f0fe;
margin-bottom: 15px;
}
/*styles the submit button under the submit scores container*/
#submit {
display: inline-flex;
justify-content: center;
align-items: center;
border: none;
border-radius: 4px;
border-style: solid;
border-width: 15px;
cursor: pointer;
text-transform: capitalize;
text-decoration: none;
transition: 0.15s;
border-color: #03ef62;
color: black;
background-color: #03ef62; /*green*/
padding: 0 15 px;
margin-top: 24 px;
width: 100%;
}
/*IMPORTANT class used to hide content for interactivity*/
.hidden {
display: none;
}
/*Adds pointer cursos to the view scores link under the header*/
.highscore-link:hover {
cursor: pointer;
}
/*Styles paragraph under the first start-container*/
p {
margin-bottom: 3rem;
}
/*Styles h1 under the first start-container*/
h1 {
font-size: 2rem;
margin-bottom: 1rem;
}
/*styles all buttons except submit button*/
.btn {
padding: 1.6em 5em;
font-size: 1rem;
line-height: 1;
background-color: #03ef62;
border-radius: 3px;
display: inline-flex;
justify-content: center;
align-items: center;
border: none;
border-radius: 4px;
border-style: solid;
border-width: 15px;
cursor: pointer;
text-transform: capitalize;
text-decoration: none;
transition: 0.15s;
border-color: #03ef62;
color: black;
background-color: #03ef62;
padding: 0 15 px;
margin-top: 24 px;
width: 100%;
}
/*Styles scores table with name and score results*/
table {
border-collapse: collapse;
width: 100%;
}
thead th {
background: #ccc;
}
th,
td {
border: 1px solid #ccc;
text-align: center;
}
tr:nth-child(even) {
background: #efefef;
}
tr:hover {
background: #d1d1d1;
}
/* Styling card that backgrounds main buttons */
.dc-card {
background-color: #ffffff;
border-radius: 4px;
box-shadow: 0 2px 4px -1px rgba(5, 25, 45, 0.3);
padding: 57px;
position: relative;
}
/*High scores table section styling*/
.high-scores {
background-color: #ffffff;
border-radius: 4px;
box-shadow: 0 2px 4px -1px rgba(5, 25, 45, 0.3);
padding: 0px;
position: relative;
margin-top: 0.5rem;
}
/*Adds margin to clear history and go back buttons*/
.scores-container button {
margin: 0.25rem;
}
/* Progress bar background color fill */
.progress-bar {
background-color: cornflowerblue;
}
| 0.304559 | 0.071138 |
body, html, #flex-container, .slides {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
html {
overflow: scroll;
}
#flex-container {
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-pack: center;
-moz-box-pack: center;
box-pack: center;
-webkit-box-align: center;
-moz-box-align: center;
box-align: center;
min-height: 704px;
min-width: 904px;
}
body {
overflow: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
background: #778;
min-height: 704px;
min-width: 904px;
}
.slides {
position: relative;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
z-index: 8;
width: 900px;
height: 700px;
}
.presentation {
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
display: block;
overflow: hidden;
background: #778;
}
.slides-old {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
display: none;
}
.slide {
width: 900px;
height: 700px;
background: #fff;
-webkit-transition: -webkit-transform 0.8s ease-in-out, opacity 1.2s ease-in-out;
-moz-transition: -moz-transform 0.8s ease-in-out, opacity 1.2s ease-in-out;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
box-orient: vertical;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
overflow: hidden;
display: none;
position: absolute;
border-radius: 10px;
background-color: #eee;
}
.slide p, .slide textarea {
font-size: 20px;
}
.slide .counter {
color: #999999;
position: absolute;
left: 20px;
bottom: 20px;
display: block;
font-size: 12px;
width: 100%;
}
.slide:not(.transitionSlide) .counter:after {
content: '';
width: 32px;
height: 32px;
background-repeat: no-repeat;
background-position: right bottom;
position: absolute;
bottom: 0;
right: 45px;
opacity: 0.25;
}
.slide.transitionSlide h2 {
margin: 0;
font-size: 40px;
line-height: 10px;
}
.slide.transitionSlide p {
margin: 0;
}
.slide.transitionSlide img {
opacity: 0.25;
width: 64px;
height: 64px;
}
#presentation-counter {
color: #ccc;
font-size: 100px;
letter-spacing: 1px;
position: absolute;
top: 40%;
left: 0;
width: 100%;
text-align: center;
}
.offline-storage .counter:after {
background-image: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_Offline_Storage_32.png);
}
.device-access .counter:after {
background-image: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_Device_Access_32.png);
}
.realtime-communication .counter:after {
background-image: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_Connectivity_32.png);
}
.performance .counter:after {
background-image: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_Performance_32.png);
}
.semantics .counter:after {
background-image: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_Semantics_32.png);
}
.multimedia .counter:after {
background: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_MultiMedia_32.png);
}
.effects .counter:after {
background: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_3D_Effects_32.png);
}
.styling .counter:after {
background: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_Styling_32.png);
}
.slide.far-past {
z-index: 8;
display: block;
opacity: 0;
-webkit-transform: translateZ(-600px) rotateY(-180deg) translateZ(600px);
-moz-transform: translateZ(-600px) rotateY(-180deg) translateZ(600px);
-o-transform: translateZ(-600px) rotateY(-180deg) translateZ(600px);
transform: translateZ(-600px) rotateY(-180deg) translateZ(600px);
}
.slide.past {
z-index: 8;
visibility: visible;
display: block;
opacity: 0;
-webkit-transform: translateZ(-600px) rotateY(-90deg) translateZ(600px);
-moz-transform: translateZ(-600px) rotateY(-90deg) translateZ(600px);
-o-transform: translateZ(-600px) rotateY(-90deg) translateZ(600px);
transform: translateZ(-600px) rotateY(-90deg) translateZ(600px);
}
.slide.current {
z-index: 9;
visibility: visible;
display: block;
opacity: 1;
-webkit-transform: translateZ(-600px) rotateY(0deg) translateZ(600px);
-moz-transform: translateZ(-600px) rotateY(0deg) translateZ(600px);
-o-transform: translateZ(-600px) rotateY(0deg) translateZ(600px);
transform: translateZ(-600px) rotateY(0deg) translateZ(600px);
}
.slide.future {
z-index: 8;
visibility: visible;
display: block;
opacity: 0;
-webkit-transform: translateZ(-600px) rotateY(90deg) translateZ(600px);
-moz-transform: translateZ(-600px) rotateY(90deg) translateZ(600px);
-o-transform: translateZ(-600px) rotateY(90deg) translateZ(600px);
transform: translateZ(-600px) rotateY(90deg) translateZ(600px);
}
.slide.far-future {
z-index: 8;
display: block;
opacity: 0;
-webkit-transform: translateZ(-600px) rotateY(180deg) translateZ(600px);
-moz-transform: translateZ(-600px) rotateY(180deg) translateZ(600px);
-o-transform: translateZ(-600px) rotateY(180deg) translateZ(600px);
transform: translateZ(-600px) rotateY(180deg) translateZ(600px);
}
body.three-d {
}
body.three-d .slides {
-webkit-transform: translateX(50px) scale(0.8) rotateY(10deg);
-moz-transform: translateX(50px) scale(0.8) rotateY(10deg);
-o-transform: translateX(50px) scale(0.8) rotateY(10deg);
transform: translateX(50px) scale(0.8) rotateY(10deg);
}
body.three-d .presentation {
-webkit-tranform-style: preserve-3d;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
}
|
css/presentation.css
|
body, html, #flex-container, .slides {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
html {
overflow: scroll;
}
#flex-container {
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-pack: center;
-moz-box-pack: center;
box-pack: center;
-webkit-box-align: center;
-moz-box-align: center;
box-align: center;
min-height: 704px;
min-width: 904px;
}
body {
overflow: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
background: #778;
min-height: 704px;
min-width: 904px;
}
.slides {
position: relative;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
z-index: 8;
width: 900px;
height: 700px;
}
.presentation {
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
display: block;
overflow: hidden;
background: #778;
}
.slides-old {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
display: none;
}
.slide {
width: 900px;
height: 700px;
background: #fff;
-webkit-transition: -webkit-transform 0.8s ease-in-out, opacity 1.2s ease-in-out;
-moz-transition: -moz-transform 0.8s ease-in-out, opacity 1.2s ease-in-out;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
box-orient: vertical;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
overflow: hidden;
display: none;
position: absolute;
border-radius: 10px;
background-color: #eee;
}
.slide p, .slide textarea {
font-size: 20px;
}
.slide .counter {
color: #999999;
position: absolute;
left: 20px;
bottom: 20px;
display: block;
font-size: 12px;
width: 100%;
}
.slide:not(.transitionSlide) .counter:after {
content: '';
width: 32px;
height: 32px;
background-repeat: no-repeat;
background-position: right bottom;
position: absolute;
bottom: 0;
right: 45px;
opacity: 0.25;
}
.slide.transitionSlide h2 {
margin: 0;
font-size: 40px;
line-height: 10px;
}
.slide.transitionSlide p {
margin: 0;
}
.slide.transitionSlide img {
opacity: 0.25;
width: 64px;
height: 64px;
}
#presentation-counter {
color: #ccc;
font-size: 100px;
letter-spacing: 1px;
position: absolute;
top: 40%;
left: 0;
width: 100%;
text-align: center;
}
.offline-storage .counter:after {
background-image: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_Offline_Storage_32.png);
}
.device-access .counter:after {
background-image: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_Device_Access_32.png);
}
.realtime-communication .counter:after {
background-image: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_Connectivity_32.png);
}
.performance .counter:after {
background-image: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_Performance_32.png);
}
.semantics .counter:after {
background-image: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_Semantics_32.png);
}
.multimedia .counter:after {
background: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_MultiMedia_32.png);
}
.effects .counter:after {
background: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_3D_Effects_32.png);
}
.styling .counter:after {
background: url(http://www.html5rocks.com/static/images/identity/classes_32/HTML5_Styling_32.png);
}
.slide.far-past {
z-index: 8;
display: block;
opacity: 0;
-webkit-transform: translateZ(-600px) rotateY(-180deg) translateZ(600px);
-moz-transform: translateZ(-600px) rotateY(-180deg) translateZ(600px);
-o-transform: translateZ(-600px) rotateY(-180deg) translateZ(600px);
transform: translateZ(-600px) rotateY(-180deg) translateZ(600px);
}
.slide.past {
z-index: 8;
visibility: visible;
display: block;
opacity: 0;
-webkit-transform: translateZ(-600px) rotateY(-90deg) translateZ(600px);
-moz-transform: translateZ(-600px) rotateY(-90deg) translateZ(600px);
-o-transform: translateZ(-600px) rotateY(-90deg) translateZ(600px);
transform: translateZ(-600px) rotateY(-90deg) translateZ(600px);
}
.slide.current {
z-index: 9;
visibility: visible;
display: block;
opacity: 1;
-webkit-transform: translateZ(-600px) rotateY(0deg) translateZ(600px);
-moz-transform: translateZ(-600px) rotateY(0deg) translateZ(600px);
-o-transform: translateZ(-600px) rotateY(0deg) translateZ(600px);
transform: translateZ(-600px) rotateY(0deg) translateZ(600px);
}
.slide.future {
z-index: 8;
visibility: visible;
display: block;
opacity: 0;
-webkit-transform: translateZ(-600px) rotateY(90deg) translateZ(600px);
-moz-transform: translateZ(-600px) rotateY(90deg) translateZ(600px);
-o-transform: translateZ(-600px) rotateY(90deg) translateZ(600px);
transform: translateZ(-600px) rotateY(90deg) translateZ(600px);
}
.slide.far-future {
z-index: 8;
display: block;
opacity: 0;
-webkit-transform: translateZ(-600px) rotateY(180deg) translateZ(600px);
-moz-transform: translateZ(-600px) rotateY(180deg) translateZ(600px);
-o-transform: translateZ(-600px) rotateY(180deg) translateZ(600px);
transform: translateZ(-600px) rotateY(180deg) translateZ(600px);
}
body.three-d {
}
body.three-d .slides {
-webkit-transform: translateX(50px) scale(0.8) rotateY(10deg);
-moz-transform: translateX(50px) scale(0.8) rotateY(10deg);
-o-transform: translateX(50px) scale(0.8) rotateY(10deg);
transform: translateX(50px) scale(0.8) rotateY(10deg);
}
body.three-d .presentation {
-webkit-tranform-style: preserve-3d;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
}
| 0.459076 | 0.084758 |
@font-face {
font-family: planetiumx;
src: url('Planetium-X_Regular_Demo.otf');
}
ul,li {
list-style: none;
padding: 0;
margin: 0;
}
header, footer{
width: 94%;
padding: 3%;
}
header {
font-size: 40px;
}
span {
font-family: Tahoma, Geneva, sans-serif;
font-size: 10;
padding: 10px;
}
#notfound {
visibility: hidden;
/*font-weight: bold;*/
background: #555555;
color: #010101;
border: 3px solid #010101;
margin: auto;
width: 320px;
align: center;
margin-top: 5px;
}
#notfound.error-state {
visibility: visible;
}
.youtube-searcher-app {
background: -webkit-linear-gradient(122deg, rgb(153, 146, 161) 0%, rgba(31, 219, 203, 0.71) 51%, #2ce8cc 75%);
background: linear-gradient(328deg, rgb(153, 146, 161) 0%, rgba(31, 219, 203, 0.71) 51%, #2ce8cc 75%);
font-family: planetiumx, Tahoma, Geneva, sans-serif;
}
.api-form, .search-form {
text-align: center;
padding: 10px;
}
.content-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 5px 5px 5px 5px;
}
.list-of-results {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 10px 0 10px;
}
.result {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 5px 0px 5px 0px;
background:rgba(0,0,0,0.1);
cursor: pointer;
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.result:hover {
background: rgba(0,0,0,0.3);
}
.video-player {
position: relative;
padding-bottom: 42.2%;
-webkit-box-flex: 5;
-ms-flex: 5;
flex: 5;
overflow: hidden;
margin: 0 5px 0 5px;
background: rgba(0,0,0,0.1);
}
.video-player iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.watch-select-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.title {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (max-width: 1230px) {
span {
font-size: 13px;
}
}
@media (max-width: 1060px) {
.list-of-results {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.content-area {
display: inline;
}
.result {
margin: 5px 5px 5px 5px;
}
}
@media (max-width: 777px) {
.list-of-results {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
span {
font-size: 15px;
}
}
|
src/css/prefixed/style.css
|
@font-face {
font-family: planetiumx;
src: url('Planetium-X_Regular_Demo.otf');
}
ul,li {
list-style: none;
padding: 0;
margin: 0;
}
header, footer{
width: 94%;
padding: 3%;
}
header {
font-size: 40px;
}
span {
font-family: Tahoma, Geneva, sans-serif;
font-size: 10;
padding: 10px;
}
#notfound {
visibility: hidden;
/*font-weight: bold;*/
background: #555555;
color: #010101;
border: 3px solid #010101;
margin: auto;
width: 320px;
align: center;
margin-top: 5px;
}
#notfound.error-state {
visibility: visible;
}
.youtube-searcher-app {
background: -webkit-linear-gradient(122deg, rgb(153, 146, 161) 0%, rgba(31, 219, 203, 0.71) 51%, #2ce8cc 75%);
background: linear-gradient(328deg, rgb(153, 146, 161) 0%, rgba(31, 219, 203, 0.71) 51%, #2ce8cc 75%);
font-family: planetiumx, Tahoma, Geneva, sans-serif;
}
.api-form, .search-form {
text-align: center;
padding: 10px;
}
.content-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 5px 5px 5px 5px;
}
.list-of-results {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 10px 0 10px;
}
.result {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 5px 0px 5px 0px;
background:rgba(0,0,0,0.1);
cursor: pointer;
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.result:hover {
background: rgba(0,0,0,0.3);
}
.video-player {
position: relative;
padding-bottom: 42.2%;
-webkit-box-flex: 5;
-ms-flex: 5;
flex: 5;
overflow: hidden;
margin: 0 5px 0 5px;
background: rgba(0,0,0,0.1);
}
.video-player iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.watch-select-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.title {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media (max-width: 1230px) {
span {
font-size: 13px;
}
}
@media (max-width: 1060px) {
.list-of-results {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.content-area {
display: inline;
}
.result {
margin: 5px 5px 5px 5px;
}
}
@media (max-width: 777px) {
.list-of-results {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
span {
font-size: 15px;
}
}
| 0.446495 | 0.093885 |
body {
background-image: url("/img/nav-background.png");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed,
}
.container {
background-color:rgba(216, 216, 216, 0.80);
width: 80%;
}
.navButton {
background-color: #4CAF50;
border: 1px solid black;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
float:left;
}
.navHeader {
background-color: rgba(52, 58, 64, 0.73);
min-height: 100%;
}
.homeButton {
width: 312px;
height: 261px;
font-size: 36px;
margin: 3px 0px 0px 0px;
font-family: 'Advent Pro', sans-serif;
background-color:rgba(52, 58, 64, 0.73);
color: #ffffff;
}
.landing {
height: 100%;
width: 100%;
background-image: url("/img/nav-background.png");
background-size: 100% auto;
}
.table-responsive {
margin: 0 auto;
text-align: left;
width: 90%;
}
.wrapper {
background: #303030;
position: absolute;
left: 0;
width: 100%;
height: 85%;
margin-top: 0px;
overflow: hidden;
}
.loginBox {
background-color: #444343;
border-radius: 10px;
max-width: 600px;
margin: 10% auto;
padding: 55px auto;
height: 300px;
text-align: center;
}
.pleaselogin {
color: #fff;
font-family: 'Advent Pro', sans-serif;
font-size: 50px;
padding-top: 20px;
}
.form {
padding: 25px;
position: relative;
z-index: 2;
}
input[type=submit] {
background-color: #d3a944;
color: #FFF;
padding: 5px 10px 5px 10px;
}
input[type=reset] {
background-color: rgba(52, 58, 64, 0.73);
color: #FFF;
padding: 5px 10px 5px 10px;
}
input[type=button] {
background-color: rgba(52, 58, 64, 0.73);
color: #FFF;
padding: 5px 10px 5px 10px;
}
.select-radio {
width: auto;
border: 0px 0px 0px 0px;
}
.new-container {
width: 600px;
margin: auto;
color:#000;
}
table {
border-collapse: collapse;
}
td, th, tr {
border: 1px solid black;
line-height: 15px;
}
#headerText {
margin-left: 20px;
color: #303030;
width: 876px;
font-family: 'Advent Pro', sans-serif;
font-size: 38px;
}
select.field-wrapper input {
float: right;
}
select.required-field::before {
content: "*";
float: right;
color: red;
}
|
client/main.css
|
body {
background-image: url("/img/nav-background.png");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed,
}
.container {
background-color:rgba(216, 216, 216, 0.80);
width: 80%;
}
.navButton {
background-color: #4CAF50;
border: 1px solid black;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
float:left;
}
.navHeader {
background-color: rgba(52, 58, 64, 0.73);
min-height: 100%;
}
.homeButton {
width: 312px;
height: 261px;
font-size: 36px;
margin: 3px 0px 0px 0px;
font-family: 'Advent Pro', sans-serif;
background-color:rgba(52, 58, 64, 0.73);
color: #ffffff;
}
.landing {
height: 100%;
width: 100%;
background-image: url("/img/nav-background.png");
background-size: 100% auto;
}
.table-responsive {
margin: 0 auto;
text-align: left;
width: 90%;
}
.wrapper {
background: #303030;
position: absolute;
left: 0;
width: 100%;
height: 85%;
margin-top: 0px;
overflow: hidden;
}
.loginBox {
background-color: #444343;
border-radius: 10px;
max-width: 600px;
margin: 10% auto;
padding: 55px auto;
height: 300px;
text-align: center;
}
.pleaselogin {
color: #fff;
font-family: 'Advent Pro', sans-serif;
font-size: 50px;
padding-top: 20px;
}
.form {
padding: 25px;
position: relative;
z-index: 2;
}
input[type=submit] {
background-color: #d3a944;
color: #FFF;
padding: 5px 10px 5px 10px;
}
input[type=reset] {
background-color: rgba(52, 58, 64, 0.73);
color: #FFF;
padding: 5px 10px 5px 10px;
}
input[type=button] {
background-color: rgba(52, 58, 64, 0.73);
color: #FFF;
padding: 5px 10px 5px 10px;
}
.select-radio {
width: auto;
border: 0px 0px 0px 0px;
}
.new-container {
width: 600px;
margin: auto;
color:#000;
}
table {
border-collapse: collapse;
}
td, th, tr {
border: 1px solid black;
line-height: 15px;
}
#headerText {
margin-left: 20px;
color: #303030;
width: 876px;
font-family: 'Advent Pro', sans-serif;
font-size: 38px;
}
select.field-wrapper input {
float: right;
}
select.required-field::before {
content: "*";
float: right;
color: red;
}
| 0.489992 | 0.105165 |
@charset "utf-8";
/***Nav node hide*/
.nav_node { display:none;}
/***Focus*/
.focus { position:relative; z-index:1; width:100%; min-width:940px; height:350px; border:1px solid #e7e7e7; border-width:1px 0; overflow:hidden;}
.focus .fI { display:block; position:relative; z-index:1; width:100%; height:350px;}
.focus .fT { display:block; position:absolute; z-index:3; left:50%; bottom:14px; width:25px; height:13px; overflow:hidden;}
.fI li { display:none; position:absolute; z-index:2; top:0; left:0; width:100%; height:350px; background:#fff no-repeat center 0;}
.fI li.on { display:block;}
.fI li a { display:block; width:100%; height:350px;}
.fT li { display:block; float:left; width:13px; height:15px; padding-right:12px;}
.fT li a { display:block; width:13px; height:15px; background:url(../images/dot.png) no-repeat -14px 0; _background:url(../images/dot.gif) no-repeat -14px 0; overflow:hidden;}
.fT li.on a,
.fT li a:hover { background-position:0 0;}
.fT li.end { padding:0;}
/***Function*/
.func { display:block; width:100%; height:95px; margin:30px 0 10px; overflow:hidden;}
.func li { display:block; float:left; width:33.333%; _width:33.3%; height:95px; cursor:pointer; overflow:hidden;}
.func li div { height:100%;}
.func li em { float:left; display:block; width:95px; height:95px; background:url(../images/index_menu.jpg) no-repeat;}
.func li p { padding:0 10px 0 110px;}
.func li p span{ display:block;}
.func li .s1 { padding-top:13px; font-size:26px;}
.func li .s2 { font-size:18px;}
.func li .s3 { display:none; font-size:16px;}
.func li.on em { background-image:url(../images/index_menu2.jpg);}
.func li.on p { color:#0088E0;}
.func li .d1 em { background-position:0 0;}
.func li .d2 em { background-position:-100px 0;}
.func li .d3 em { background-position:-200px 0;}
/***Count*/
.count { float:left; display:block; padding:10px 0;}
.count li { float:left; display:block; transition:all 0.3s ease-in;}
.count .ico { float:left; display:block; width:55px; height:55px; overflow:hidden; background:url(../images/icon_count1.jpg) no-repeat;}
.count .data { width:220px;}
.count .trade { width:290px;}
.count .make { width:290px;}
.count .rake { width:180px;}
.count div { float:left; padding:12px 0 0 5px;}
.count .data h6 { line-height:30px;}
.count li:hover .ico{ background-image:url(../images/icon_count2.jpg);}
.count .data .ico { background-position:0 0;}
.count .trade .ico { background-position:-59px 0;}
.count .make .ico { background-position:-119px 0;}
.count .rake .ico { background-position:-179px 0;}
.count div h6 { font-weight:normal;}
.count div h6 b { color:#999; vertical-align:bottom;}
.count div .num { display:inline-block; padding:0 2px;}
.count div .num i { display:inline-block; width:17px; height:30px; background:url(../images/icon_0-9.jpg) no-repeat 0 0; text-align:center; line-height:30px;}
.count div .num i.d { background-position:-4px -300px; width:9px;}
.count div p { padding-top:10px; font-size:14px;}
/***Notice new*/
.notices { display:block; border-top:1px solid #e2e2e2;}
.notices li { display:block; position:relative; height:25px; padding:10px; border-bottom:1px solid #e2e2e2; line-height:25px;}
.notices li a { float:left; width:70%}
.notices li span { float:right; width:22%; text-align:left; color:#bbb;}
.notices li .more { display:block; position:absolute; right:10px; top:10px; width:88px; height:23px; border:1px solid #e2e2e2; border-radius:15px; line-height:23px; text-align:center;}
/***Notice*/
.notice_l { width:700px;}
.notice_ti { width:100%; height:70px; margin-bottom:10px; border-bottom:1px dashed #ebebeb; overflow:hidden;}
.notice_ti u { display:block; position:relative; z-index:-1; height:0; margin:0; margin-top:-18px; border:0; border-bottom:1px solid #ebebeb; overflow:hidden;}
.notice_ti .p1 { text-align:center;}
.notice_ti .p1 span { display:inline-block; padding:0 25px; background:#fff; font-size:24px;}
.notice_ti .p2 { padding-top:22px; text-align:center;}
.notice_l .timer { width:285px; padding:10px 0; background:#0088e0; color:#fff;}
.notice_l .timer:hover { background:#009bff;}
.notice_l .timer .ti { padding-left:50px; padding-bottom:5px; letter-spacing:1px; font-size:18px; text-shadow:-1px 0 0 rgba(55,55,55,0.3);}
.notice_l .timing { text-align:center;}
.notice_l .timing span { display:inline-block; font-size:24px; font-family:"Times New Roman", Times, serif, Geneva, sans-serif; text-align:center; vertical-align:top;}
.notice_l .timing em { display:inline-block; padding:0 ; font-size:30px;}
.notice_l .timing span s { display:block; font-size:48px; line-height:1; text-shadow:-2px 0 0 rgba(55,55,55,0.4);}
.notice_l .timing span b { display:block; font-size:18px; font-family:"Microsoft YaHei";}
.notice_l .info { position:relative; width:400px;}
.info .ti { line-height:28px;}
.info .ti a { display:inline-block; max-width:360px; font-size:18px; color:#3c5370; vertical-align:middle; margin-right:10px;}
.info .ti a:hover { color:#FF7F00;}
.info .te { width:200px;}
.info .te p { border-bottom:1px dashed #ebebeb; line-height:32px;}
.info .te p span { display:inline-block; width:70px; vertical-align:middle; color:#888;}
.info .te p em { display:inline-block; vertical-align:middle;}
.info .tips { position:absolute; right:0; bottom:0; _bottom:-1px; width:220px; height:25px; border:1px solid #e2e2e2; border-radius:2px; text-align:center; line-height:25px;}
.notice_r { width:245px;}
.notice_r ul li { display:block; clear:both; width:100%; border-bottom:1px dashed #ebebeb; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:42px;}
/***Product List*/
.proList { margin-top:40px;}
.proList_ti span { display:inline-block; height:48px; padding-left:58px; background:url(../images/idx_ti_icon.jpg) no-repeat; font-size:24px; line-height:48px;}
.proList_ti em { padding-left:20px; color:#ccc;}
.proList_te { width:100%; margin-top:10px;}
.proList_te tr:hover { background:#fcfcfc;}
.proList_te th { height:60px; background:#f9f9f9; border-bottom:1px solid #ebebeb; font-weight:normal;}
.proList_te td { height:60px; border-bottom:1px dotted #ebebeb; text-align:center;}
.proList_te td.txt_l { text-align:left;}
.proList_te td.txt_r { text-align:right;}
.proList_te th span { padding-left:3px; vertical-align:middle;}
.proList_mo { position:relative; width:100%; height:50px; border-bottom:1px dotted #ebebeb; line-height:50px; font-size:16px; text-align:center; }
.proList_mo span { display:block; position:relative; top:47px; z-index:2; width:12px; height:6px; overflow:hidden; background:#ddd;}
.proList_mo:hover { background:#fcfcfc;}
.proList_mo span:after { position:absolute; top:0; content:""; width:0; height:0; line-height:0; font-size:0; overflow: hidden; border-style:solid; border-width:3px;}
.proList_mo span.fl:after { right:0; border-color:transparent #fff transparent transparent;}
.proList_mo span.fr:after { left:0; border-color:transparent transparent transparent #fff;}
.btn_pro_o,
.btn_pro_h { display:inline-block; width:100px; height:32px; border-radius:4px; background:#ff9000; color:#fff; text-align:center; line-height:32px; font-size:16px;}
.btn_pro_o:hover { box-shadow:0 1px 0 rgba(102,102,102,0.2); background:#f80; color:#fff; text-shadow:none;}
.btn_pro_h,
.btn_pro_h:hover { background:#d7d7d7; color:#fff;}
.c_plan { display:inline-block; width:46px; height:45px; background:url(../images/jdt_1.gif) no-repeat; text-align:center; line-height:45px; font-size:12px;}
.icon_pro1,
.icon_pro2,
.icon_pro3,
.icon_pro4,
.icon_pro5,
.icon_pro6 { display:inline-block; width:15px; height:15px; background:url(../images/proList_icon.gif) no-repeat; vertical-align:middle; overflow:hidden;}
.icon_pro1 { background-position:0 2px;}
.icon_pro2 { background-position:0 -15px;}
.icon_pro3 { background-position:-1px -33px;}
.icon_pro4 { background-position:0 -50px;}
.icon_pro5 { background-position:0 -67px;}
.icon_pro6 { background-position:-1px -84px;}
/***Partner*/
.partner { margin-top:30px;}
.partner .ti { text-align:center; color:#697a97;}
.partner .ti span { padding:0 5px; letter-spacing:2px;}
.partLi { margin-top:20px; text-align:center;}
.partLi li { display:block; float:left; margin-right:13px; margin-bottom:13px; border:1px solid #ebebeb;}
.partLi li.end { float:right; margin-right:0;}
.partLi li img { height:30px; margin:10px 15px;}
.partLi li:hover { border-color:#d9d9d9; box-shadow:0 0 3px rgba(102,102,102,0.1);}
.partLi li:hover img { -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
/***Home footer*/
.footer { width:100%; min-width:980px; margin-top:25px; background:#f0f0f0; overflow:hidden;}
.foot_t { width:980px; margin:0 auto; border-bottom:1px solid #E6E6E6;}
.foot_m { width:980px; height:36px; margin:0 auto; padding:30px 0 20px; text-align:center;}
.foot_b { width:980px; margin:0 auto; padding-bottom:25px; text-align:center; font-size:12px;}
.foot_help { float:left; display:block; height:179px; padding-right:15px; border-right:1px solid #E6E6E6; overflow:hidden;}
.foot_help li { display:block; float:left; padding:25px 0 20px; padding-right:30px;}
.foot_help li h6 { padding-bottom:5px; font-size:16px; font-weight:normal;}
.foot_help li p { width:100%; font-size:12px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:2.2;}
.foot_help li.l1 { width:230px;}
.foot_help li.l2 { width:110px;}
.foot_help li.l3 { width:110px;}
.foot_help .l1 p { line-height:1.8;}
.foot_ser { float:left; width:180px; height:154px; padding:25px 47px 0; border-right:1px solid #E6E6E6; overflow:hidden;}
.foot_ser dt { padding-bottom:4px;}
.foot_ser dt span { padding-left:3px;}
.foot_ser .tel b { font:bold 28px "Arial";}
.foot_ser .tel s { font-size:12px;}
.foot_ser .ico { width:100%; height:30px; margin-top:12px;}
.foot_ser .ico a { display:inline-block; width:30px; height:30px; margin-right:2px; background:url(../images/icon_01.gif) no-repeat;}
.foot_ser .ico a.wx { background-position:-90px 0;}
.foot_ser .ico a.wb { background-position:-60px 0;}
.foot_ser .ico a.qu { background-position:-120px 0;}
.foot_ser .ico a.em { background-position:0 0;}
.foot_ser .ico a.ca { background-position:-30px 0;}
.foot_ser .ico a.wx:hover { background-position:-90px -30px;}
.foot_ser .ico a.wb:hover { background-position:-60px -30px;}
.foot_ser .ico a.qu:hover { background-position:-120px -30px;}
.foot_ser .ico a.em:hover { background-position:0 -30px;}
.foot_ser .ico a.ca:hover { background-position:-30px -30px;}
.foot_code { float:right; padding-top:25px;}
.foot_code h6 { font-size:16px; font-weight:normal;}
.foot_code p img { width:100px;}
.foot_m a { display:inline-block; height:36px; margin:0 3px; background:url(../images/icon_approve.gif) no-repeat; overflow:hidden;}
.foot_m a.ap1 { width:90px; background-position:0 0;}
.foot_m a.ap2 { width:99px; background-position:-180px 0;}
.foot_m a.ap3 { width:135px; background-position:-378px 0;}
.foot_m a.ap4 { width:40px; background-position:-648px 0;}
.foot_m a.ap5 { width:100px; background-position:-728px 0;}
.foot_m a.ap6 { width:90px; background-position:-928px 0;}
.foot_m a.ap1:hover { background-position:-90px 0;}
.foot_m a.ap2:hover { background-position:-279px 0;}
.foot_m a.ap3:hover { background-position:-513px 0;}
.foot_m a.ap4:hover { background-position:-688px 0;}
.foot_m a.ap5:hover { background-position:-828px 0;}
.foot_m a.ap6:hover { background-position:-1018px 0;}
.foot_b span { padding:0 12px; color:#d5d5d5;}
|
PTPSystemFront/src/main/webapp/resources/css/index.css
|
@charset "utf-8";
/***Nav node hide*/
.nav_node { display:none;}
/***Focus*/
.focus { position:relative; z-index:1; width:100%; min-width:940px; height:350px; border:1px solid #e7e7e7; border-width:1px 0; overflow:hidden;}
.focus .fI { display:block; position:relative; z-index:1; width:100%; height:350px;}
.focus .fT { display:block; position:absolute; z-index:3; left:50%; bottom:14px; width:25px; height:13px; overflow:hidden;}
.fI li { display:none; position:absolute; z-index:2; top:0; left:0; width:100%; height:350px; background:#fff no-repeat center 0;}
.fI li.on { display:block;}
.fI li a { display:block; width:100%; height:350px;}
.fT li { display:block; float:left; width:13px; height:15px; padding-right:12px;}
.fT li a { display:block; width:13px; height:15px; background:url(../images/dot.png) no-repeat -14px 0; _background:url(../images/dot.gif) no-repeat -14px 0; overflow:hidden;}
.fT li.on a,
.fT li a:hover { background-position:0 0;}
.fT li.end { padding:0;}
/***Function*/
.func { display:block; width:100%; height:95px; margin:30px 0 10px; overflow:hidden;}
.func li { display:block; float:left; width:33.333%; _width:33.3%; height:95px; cursor:pointer; overflow:hidden;}
.func li div { height:100%;}
.func li em { float:left; display:block; width:95px; height:95px; background:url(../images/index_menu.jpg) no-repeat;}
.func li p { padding:0 10px 0 110px;}
.func li p span{ display:block;}
.func li .s1 { padding-top:13px; font-size:26px;}
.func li .s2 { font-size:18px;}
.func li .s3 { display:none; font-size:16px;}
.func li.on em { background-image:url(../images/index_menu2.jpg);}
.func li.on p { color:#0088E0;}
.func li .d1 em { background-position:0 0;}
.func li .d2 em { background-position:-100px 0;}
.func li .d3 em { background-position:-200px 0;}
/***Count*/
.count { float:left; display:block; padding:10px 0;}
.count li { float:left; display:block; transition:all 0.3s ease-in;}
.count .ico { float:left; display:block; width:55px; height:55px; overflow:hidden; background:url(../images/icon_count1.jpg) no-repeat;}
.count .data { width:220px;}
.count .trade { width:290px;}
.count .make { width:290px;}
.count .rake { width:180px;}
.count div { float:left; padding:12px 0 0 5px;}
.count .data h6 { line-height:30px;}
.count li:hover .ico{ background-image:url(../images/icon_count2.jpg);}
.count .data .ico { background-position:0 0;}
.count .trade .ico { background-position:-59px 0;}
.count .make .ico { background-position:-119px 0;}
.count .rake .ico { background-position:-179px 0;}
.count div h6 { font-weight:normal;}
.count div h6 b { color:#999; vertical-align:bottom;}
.count div .num { display:inline-block; padding:0 2px;}
.count div .num i { display:inline-block; width:17px; height:30px; background:url(../images/icon_0-9.jpg) no-repeat 0 0; text-align:center; line-height:30px;}
.count div .num i.d { background-position:-4px -300px; width:9px;}
.count div p { padding-top:10px; font-size:14px;}
/***Notice new*/
.notices { display:block; border-top:1px solid #e2e2e2;}
.notices li { display:block; position:relative; height:25px; padding:10px; border-bottom:1px solid #e2e2e2; line-height:25px;}
.notices li a { float:left; width:70%}
.notices li span { float:right; width:22%; text-align:left; color:#bbb;}
.notices li .more { display:block; position:absolute; right:10px; top:10px; width:88px; height:23px; border:1px solid #e2e2e2; border-radius:15px; line-height:23px; text-align:center;}
/***Notice*/
.notice_l { width:700px;}
.notice_ti { width:100%; height:70px; margin-bottom:10px; border-bottom:1px dashed #ebebeb; overflow:hidden;}
.notice_ti u { display:block; position:relative; z-index:-1; height:0; margin:0; margin-top:-18px; border:0; border-bottom:1px solid #ebebeb; overflow:hidden;}
.notice_ti .p1 { text-align:center;}
.notice_ti .p1 span { display:inline-block; padding:0 25px; background:#fff; font-size:24px;}
.notice_ti .p2 { padding-top:22px; text-align:center;}
.notice_l .timer { width:285px; padding:10px 0; background:#0088e0; color:#fff;}
.notice_l .timer:hover { background:#009bff;}
.notice_l .timer .ti { padding-left:50px; padding-bottom:5px; letter-spacing:1px; font-size:18px; text-shadow:-1px 0 0 rgba(55,55,55,0.3);}
.notice_l .timing { text-align:center;}
.notice_l .timing span { display:inline-block; font-size:24px; font-family:"Times New Roman", Times, serif, Geneva, sans-serif; text-align:center; vertical-align:top;}
.notice_l .timing em { display:inline-block; padding:0 ; font-size:30px;}
.notice_l .timing span s { display:block; font-size:48px; line-height:1; text-shadow:-2px 0 0 rgba(55,55,55,0.4);}
.notice_l .timing span b { display:block; font-size:18px; font-family:"Microsoft YaHei";}
.notice_l .info { position:relative; width:400px;}
.info .ti { line-height:28px;}
.info .ti a { display:inline-block; max-width:360px; font-size:18px; color:#3c5370; vertical-align:middle; margin-right:10px;}
.info .ti a:hover { color:#FF7F00;}
.info .te { width:200px;}
.info .te p { border-bottom:1px dashed #ebebeb; line-height:32px;}
.info .te p span { display:inline-block; width:70px; vertical-align:middle; color:#888;}
.info .te p em { display:inline-block; vertical-align:middle;}
.info .tips { position:absolute; right:0; bottom:0; _bottom:-1px; width:220px; height:25px; border:1px solid #e2e2e2; border-radius:2px; text-align:center; line-height:25px;}
.notice_r { width:245px;}
.notice_r ul li { display:block; clear:both; width:100%; border-bottom:1px dashed #ebebeb; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:42px;}
/***Product List*/
.proList { margin-top:40px;}
.proList_ti span { display:inline-block; height:48px; padding-left:58px; background:url(../images/idx_ti_icon.jpg) no-repeat; font-size:24px; line-height:48px;}
.proList_ti em { padding-left:20px; color:#ccc;}
.proList_te { width:100%; margin-top:10px;}
.proList_te tr:hover { background:#fcfcfc;}
.proList_te th { height:60px; background:#f9f9f9; border-bottom:1px solid #ebebeb; font-weight:normal;}
.proList_te td { height:60px; border-bottom:1px dotted #ebebeb; text-align:center;}
.proList_te td.txt_l { text-align:left;}
.proList_te td.txt_r { text-align:right;}
.proList_te th span { padding-left:3px; vertical-align:middle;}
.proList_mo { position:relative; width:100%; height:50px; border-bottom:1px dotted #ebebeb; line-height:50px; font-size:16px; text-align:center; }
.proList_mo span { display:block; position:relative; top:47px; z-index:2; width:12px; height:6px; overflow:hidden; background:#ddd;}
.proList_mo:hover { background:#fcfcfc;}
.proList_mo span:after { position:absolute; top:0; content:""; width:0; height:0; line-height:0; font-size:0; overflow: hidden; border-style:solid; border-width:3px;}
.proList_mo span.fl:after { right:0; border-color:transparent #fff transparent transparent;}
.proList_mo span.fr:after { left:0; border-color:transparent transparent transparent #fff;}
.btn_pro_o,
.btn_pro_h { display:inline-block; width:100px; height:32px; border-radius:4px; background:#ff9000; color:#fff; text-align:center; line-height:32px; font-size:16px;}
.btn_pro_o:hover { box-shadow:0 1px 0 rgba(102,102,102,0.2); background:#f80; color:#fff; text-shadow:none;}
.btn_pro_h,
.btn_pro_h:hover { background:#d7d7d7; color:#fff;}
.c_plan { display:inline-block; width:46px; height:45px; background:url(../images/jdt_1.gif) no-repeat; text-align:center; line-height:45px; font-size:12px;}
.icon_pro1,
.icon_pro2,
.icon_pro3,
.icon_pro4,
.icon_pro5,
.icon_pro6 { display:inline-block; width:15px; height:15px; background:url(../images/proList_icon.gif) no-repeat; vertical-align:middle; overflow:hidden;}
.icon_pro1 { background-position:0 2px;}
.icon_pro2 { background-position:0 -15px;}
.icon_pro3 { background-position:-1px -33px;}
.icon_pro4 { background-position:0 -50px;}
.icon_pro5 { background-position:0 -67px;}
.icon_pro6 { background-position:-1px -84px;}
/***Partner*/
.partner { margin-top:30px;}
.partner .ti { text-align:center; color:#697a97;}
.partner .ti span { padding:0 5px; letter-spacing:2px;}
.partLi { margin-top:20px; text-align:center;}
.partLi li { display:block; float:left; margin-right:13px; margin-bottom:13px; border:1px solid #ebebeb;}
.partLi li.end { float:right; margin-right:0;}
.partLi li img { height:30px; margin:10px 15px;}
.partLi li:hover { border-color:#d9d9d9; box-shadow:0 0 3px rgba(102,102,102,0.1);}
.partLi li:hover img { -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
/***Home footer*/
.footer { width:100%; min-width:980px; margin-top:25px; background:#f0f0f0; overflow:hidden;}
.foot_t { width:980px; margin:0 auto; border-bottom:1px solid #E6E6E6;}
.foot_m { width:980px; height:36px; margin:0 auto; padding:30px 0 20px; text-align:center;}
.foot_b { width:980px; margin:0 auto; padding-bottom:25px; text-align:center; font-size:12px;}
.foot_help { float:left; display:block; height:179px; padding-right:15px; border-right:1px solid #E6E6E6; overflow:hidden;}
.foot_help li { display:block; float:left; padding:25px 0 20px; padding-right:30px;}
.foot_help li h6 { padding-bottom:5px; font-size:16px; font-weight:normal;}
.foot_help li p { width:100%; font-size:12px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:2.2;}
.foot_help li.l1 { width:230px;}
.foot_help li.l2 { width:110px;}
.foot_help li.l3 { width:110px;}
.foot_help .l1 p { line-height:1.8;}
.foot_ser { float:left; width:180px; height:154px; padding:25px 47px 0; border-right:1px solid #E6E6E6; overflow:hidden;}
.foot_ser dt { padding-bottom:4px;}
.foot_ser dt span { padding-left:3px;}
.foot_ser .tel b { font:bold 28px "Arial";}
.foot_ser .tel s { font-size:12px;}
.foot_ser .ico { width:100%; height:30px; margin-top:12px;}
.foot_ser .ico a { display:inline-block; width:30px; height:30px; margin-right:2px; background:url(../images/icon_01.gif) no-repeat;}
.foot_ser .ico a.wx { background-position:-90px 0;}
.foot_ser .ico a.wb { background-position:-60px 0;}
.foot_ser .ico a.qu { background-position:-120px 0;}
.foot_ser .ico a.em { background-position:0 0;}
.foot_ser .ico a.ca { background-position:-30px 0;}
.foot_ser .ico a.wx:hover { background-position:-90px -30px;}
.foot_ser .ico a.wb:hover { background-position:-60px -30px;}
.foot_ser .ico a.qu:hover { background-position:-120px -30px;}
.foot_ser .ico a.em:hover { background-position:0 -30px;}
.foot_ser .ico a.ca:hover { background-position:-30px -30px;}
.foot_code { float:right; padding-top:25px;}
.foot_code h6 { font-size:16px; font-weight:normal;}
.foot_code p img { width:100px;}
.foot_m a { display:inline-block; height:36px; margin:0 3px; background:url(../images/icon_approve.gif) no-repeat; overflow:hidden;}
.foot_m a.ap1 { width:90px; background-position:0 0;}
.foot_m a.ap2 { width:99px; background-position:-180px 0;}
.foot_m a.ap3 { width:135px; background-position:-378px 0;}
.foot_m a.ap4 { width:40px; background-position:-648px 0;}
.foot_m a.ap5 { width:100px; background-position:-728px 0;}
.foot_m a.ap6 { width:90px; background-position:-928px 0;}
.foot_m a.ap1:hover { background-position:-90px 0;}
.foot_m a.ap2:hover { background-position:-279px 0;}
.foot_m a.ap3:hover { background-position:-513px 0;}
.foot_m a.ap4:hover { background-position:-688px 0;}
.foot_m a.ap5:hover { background-position:-828px 0;}
.foot_m a.ap6:hover { background-position:-1018px 0;}
.foot_b span { padding:0 12px; color:#d5d5d5;}
| 0.385606 | 0.135575 |
font-size: 0.18rem;
font-weight: 600;
}
#head h3 small {
padding-left: 0.03rem;
color: #fff;
}
#body {
padding: 0.2rem 0.02rem 0;
}
#body ul li {
margin: 0.15rem 0.05rem;
display: flex;
justify-content: center;
padding: 0.05rem !important;
border: 1px solid #e8e8e8;
border-radius: 0.05rem;
}
#body ul li section {
flex-grow: 1;
}
#body ul li .left {
padding: 0.05rem;
box-sizing: border-box;
border-right: 1px solid #e8e8e8;
position: relative;
}
#body ul li .left .name {
display: flex;
align-items: center;
}
#body ul li .left .name .ti {
padding: 0.02rem !important;
margin-right: 0.04rem;
width: 0.35rem;
}
#body ul li .left .name .iner {
font-size: 0.16rem;
font-weight: bold;
max-width: 1.1rem;
}
#body ul li .left .attr > span {
display: block;
margin: 0.04rem 0;
}
#body ul li .left .attr > span span:first-child {
display: inline-block;
padding: 0.02rem !important;
width: 0.35rem;
background: #4583eb !important;
}
#body ul li .left .attr > span span:last-child {
display: inline-block;
vertical-align: middle;
margin-left: 0.04rem;
max-width: 1rem;
}
#body ul li .left .desc {
margin-top: 0.1rem;
min-width: 1.55rem;
max-width: 1.4rem;
position: absolute;
bottom: 0;
min-height: 0.3rem;
max-height: 0.4rem;
white-space: normal!important;
display: flex;
align-items: center;
overflow: scroll!important;
}
#body ul li .mid,
#body ul li .right {
display: flex;
justify-content: center;
align-items: center;
}
#body ul li .mid {
border-right: 1px solid #e8e8e8;
padding: 0.05rem;
box-sizing: border-box;
flex-direction: column;
justify-content: space-between;
}
#body ul li .mid .rate:first-child {
color: green;
}
#body ul li .mid .rate:nth-child(2) {
color: red;
}
#body ul li .mid .rate {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}
#body ul li .mid .rate span {
width: 50%;
text-align: center;
}
#body ul li .mid .rate span i {
padding-right: 0.02rem;
}
#body ul li .mid .rate span:first-child {
font-weight: bold;
width: 100%;
}
#body ul li .mid a {
margin-top: 0.1rem;
color: #333 !important;
}
#body ul li .right {
display: flex;
flex-direction: column;
justify-content: center;
}
#body ul li .right button {
margin: 0.05rem 0;
font-size: 0.12rem;
padding: 0.05rem 0.1rem;
background: #4583eb !important;
}
|
template/phone/new/static/css/new/machines.css
|
font-size: 0.18rem;
font-weight: 600;
}
#head h3 small {
padding-left: 0.03rem;
color: #fff;
}
#body {
padding: 0.2rem 0.02rem 0;
}
#body ul li {
margin: 0.15rem 0.05rem;
display: flex;
justify-content: center;
padding: 0.05rem !important;
border: 1px solid #e8e8e8;
border-radius: 0.05rem;
}
#body ul li section {
flex-grow: 1;
}
#body ul li .left {
padding: 0.05rem;
box-sizing: border-box;
border-right: 1px solid #e8e8e8;
position: relative;
}
#body ul li .left .name {
display: flex;
align-items: center;
}
#body ul li .left .name .ti {
padding: 0.02rem !important;
margin-right: 0.04rem;
width: 0.35rem;
}
#body ul li .left .name .iner {
font-size: 0.16rem;
font-weight: bold;
max-width: 1.1rem;
}
#body ul li .left .attr > span {
display: block;
margin: 0.04rem 0;
}
#body ul li .left .attr > span span:first-child {
display: inline-block;
padding: 0.02rem !important;
width: 0.35rem;
background: #4583eb !important;
}
#body ul li .left .attr > span span:last-child {
display: inline-block;
vertical-align: middle;
margin-left: 0.04rem;
max-width: 1rem;
}
#body ul li .left .desc {
margin-top: 0.1rem;
min-width: 1.55rem;
max-width: 1.4rem;
position: absolute;
bottom: 0;
min-height: 0.3rem;
max-height: 0.4rem;
white-space: normal!important;
display: flex;
align-items: center;
overflow: scroll!important;
}
#body ul li .mid,
#body ul li .right {
display: flex;
justify-content: center;
align-items: center;
}
#body ul li .mid {
border-right: 1px solid #e8e8e8;
padding: 0.05rem;
box-sizing: border-box;
flex-direction: column;
justify-content: space-between;
}
#body ul li .mid .rate:first-child {
color: green;
}
#body ul li .mid .rate:nth-child(2) {
color: red;
}
#body ul li .mid .rate {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}
#body ul li .mid .rate span {
width: 50%;
text-align: center;
}
#body ul li .mid .rate span i {
padding-right: 0.02rem;
}
#body ul li .mid .rate span:first-child {
font-weight: bold;
width: 100%;
}
#body ul li .mid a {
margin-top: 0.1rem;
color: #333 !important;
}
#body ul li .right {
display: flex;
flex-direction: column;
justify-content: center;
}
#body ul li .right button {
margin: 0.05rem 0;
font-size: 0.12rem;
padding: 0.05rem 0.1rem;
background: #4583eb !important;
}
| 0.341253 | 0.054475 |
body {
/* backgaround: rgba(172,188,147,0.5) 100% */
background-color: #f1f1f1;
}
/* Layout */
.header-container,
.navbar-container,
.content-container,
.footer-contianer {
/* padding: 0; */
padding-top: 10px;
padding-bottom: 10px;
}
/* End Layout */
/* Header */
.main-container{
/* border-top: 3px solid black; */
/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent)); */
/* background-image: -webkit-linear-gradient(#000, transparent); */
/* background-image: */
/* -moz-linear-gradient(#000, transparent), */
/* -moz-linear-gradient(#000, transparent); */
/* background-image: */
/* -o-linear-gradient(#000, transparent), */
/* -o-linear-gradient(#000, transparent); */
/* background-image: */
/* linear-gradient(#000, transparent), */
/* linear-gradient(#000, transparent); */
/* -moz-background-size: 3px 100%; */
/* background-size: 3px 100%; */
/* background-position: 0 0, 100% 0; */
/* background-repeat: no-repeat; */
/* border-left: 2px solid gray; */
/* border-right: 2px solid gray; */
-webkit-box-shadow: 0 0 4px #BBB;
-moz-box-shadow: 0 0 4px #BBB;
box-shadow: 0 0 4px #BBB;
background-color: #FFF;
}
.header-container{
background: #e5e5e5 url(../../images/header_bg.gif) repeat-x;
background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#e5e5e5));
background-image: -webkit-linear-gradient(top,#f8f8f8,#e5e5e5);
background-image: -moz-linear-gradient(top,#f8f8f8,#e5e5e5);
background-image: -ms-linear-gradient(top,#f8f8f8,#e5e5e5);
background-image: -o-linear-gradient(top,#f8f8f8,#e5e5e5);
background-image: linear-gradient(top,#f8f8f8,#e5e5e5);
-webkit-box-shadow: 0 3px 0 #FFF;
-moz-box-shadow: 0 3px 0 #FFF;
box-shadow: 0 3px 0 #FFF;
}
.footer-contianer{
background-color: #f4f4f4;
background-image: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#dcdcdc));
background-image: -webkit-linear-gradient(top,#f4f4f4,#dcdcdc);
background-image: -moz-linear-gradient(top,#f4f4f4,#dcdcdc);
background-image: -ms-linear-gradient(top,#f4f4f4,#dcdcdc);
background-image: -o-linear-gradient(top,#f4f4f4,#dcdcdc);
background-image: linear-gradient(top,#f4f4f4,#dcdcdc);
-webkit-box-shadow: 0 -1px 0 0 #dcdcdc;
-moz-box-shadow: 0 -1px 0 0 #dcdcdc;
box-shadow: 0 -1px 0 0 #dcdcdc;
color: #666;
text-align:center;
}
.search-contianer{
/* float:right; */
width: 80%;
padding-top: 13px;
}
.input-group{
-webkit-box-shadow: 2px 2px 1px #BBB;
-moz-box-shadow: 2px 2px 1px #BBB;
box-shadow: 2px 2px 1px #BBB;
}
/* Utils class */
.no-margin {
margin: 0;
}
.no-border-radius {
border-radius: 0;
}
.center-content {
text-align: center;
}
.content-right {
text-align: right;
}
.member-contianer{
float:right;
}
nav.navbar{
margin: 0;
}
.panel{
-webkit-box-shadow: 1px 2px 10px #BBB;
-moz-box-shadow: 1px 2px 10px #BBB;
box-shadow: 1px 2px 10px #BBB;
}
.btn-warning.advance-search {
color: #666;
background-color: #fff;
border: none;
}
|
web-assets/css/main.css
|
body {
/* backgaround: rgba(172,188,147,0.5) 100% */
background-color: #f1f1f1;
}
/* Layout */
.header-container,
.navbar-container,
.content-container,
.footer-contianer {
/* padding: 0; */
padding-top: 10px;
padding-bottom: 10px;
}
/* End Layout */
/* Header */
.main-container{
/* border-top: 3px solid black; */
/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent)); */
/* background-image: -webkit-linear-gradient(#000, transparent); */
/* background-image: */
/* -moz-linear-gradient(#000, transparent), */
/* -moz-linear-gradient(#000, transparent); */
/* background-image: */
/* -o-linear-gradient(#000, transparent), */
/* -o-linear-gradient(#000, transparent); */
/* background-image: */
/* linear-gradient(#000, transparent), */
/* linear-gradient(#000, transparent); */
/* -moz-background-size: 3px 100%; */
/* background-size: 3px 100%; */
/* background-position: 0 0, 100% 0; */
/* background-repeat: no-repeat; */
/* border-left: 2px solid gray; */
/* border-right: 2px solid gray; */
-webkit-box-shadow: 0 0 4px #BBB;
-moz-box-shadow: 0 0 4px #BBB;
box-shadow: 0 0 4px #BBB;
background-color: #FFF;
}
.header-container{
background: #e5e5e5 url(../../images/header_bg.gif) repeat-x;
background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#e5e5e5));
background-image: -webkit-linear-gradient(top,#f8f8f8,#e5e5e5);
background-image: -moz-linear-gradient(top,#f8f8f8,#e5e5e5);
background-image: -ms-linear-gradient(top,#f8f8f8,#e5e5e5);
background-image: -o-linear-gradient(top,#f8f8f8,#e5e5e5);
background-image: linear-gradient(top,#f8f8f8,#e5e5e5);
-webkit-box-shadow: 0 3px 0 #FFF;
-moz-box-shadow: 0 3px 0 #FFF;
box-shadow: 0 3px 0 #FFF;
}
.footer-contianer{
background-color: #f4f4f4;
background-image: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#dcdcdc));
background-image: -webkit-linear-gradient(top,#f4f4f4,#dcdcdc);
background-image: -moz-linear-gradient(top,#f4f4f4,#dcdcdc);
background-image: -ms-linear-gradient(top,#f4f4f4,#dcdcdc);
background-image: -o-linear-gradient(top,#f4f4f4,#dcdcdc);
background-image: linear-gradient(top,#f4f4f4,#dcdcdc);
-webkit-box-shadow: 0 -1px 0 0 #dcdcdc;
-moz-box-shadow: 0 -1px 0 0 #dcdcdc;
box-shadow: 0 -1px 0 0 #dcdcdc;
color: #666;
text-align:center;
}
.search-contianer{
/* float:right; */
width: 80%;
padding-top: 13px;
}
.input-group{
-webkit-box-shadow: 2px 2px 1px #BBB;
-moz-box-shadow: 2px 2px 1px #BBB;
box-shadow: 2px 2px 1px #BBB;
}
/* Utils class */
.no-margin {
margin: 0;
}
.no-border-radius {
border-radius: 0;
}
.center-content {
text-align: center;
}
.content-right {
text-align: right;
}
.member-contianer{
float:right;
}
nav.navbar{
margin: 0;
}
.panel{
-webkit-box-shadow: 1px 2px 10px #BBB;
-moz-box-shadow: 1px 2px 10px #BBB;
box-shadow: 1px 2px 10px #BBB;
}
.btn-warning.advance-search {
color: #666;
background-color: #fff;
border: none;
}
| 0.238462 | 0.053552 |
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/*------------------------------------------------------------------
[1. Wrappers]
*/
.tm-slider-container,
.mobile .tm-slider-parallax-container .tm-slider-container{
background: none;
position: relative;
}
.tm-slider-parallax-container .tm-slider-container{
position: fixed;
}
.tm-slider-container.background-slider{
position: absolute;
z-index: 0;
}
.tm-slider-container.fullscreen,
.tm-slider-container.full-width-slider{
width: 100%;
}
.tm-slider-container.fullscreen{
width: 100%;
height: 100%;
height: 100vh;
}
.tm-slider-container.tms-carousel{
overflow: hidden;
}
.tm-slider-container.tms-carousel > ul{
opacity: 0;
}
.tm-slider-container.tms-carousel > ul > li{
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.tm-slider-container.tms-scalable-height,
.tms-content-scalable{
-webkit-transition-property: height, opacity;
-moz-transition-property: height, opacity;
-o-transition-property: height, opacity;
-ms-transition-property: height, opacity;
transition-property: height, opacity;
-webkit-transition-duration: 600ms;
-moz-transition-duration: 600ms;
-o-transition-duration: 600ms;
-ms-transition-duration: 600ms;
transition-duration: 600ms;
}
.tms-slides {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
position: relative;
}
.tms-slide {
width:100%;
height: 100%;
overflow: hidden;
visibility: hidden;
position: absolute;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
left: 0;
z-index: 1;
}
.tms-carousel .tms-slide{
float: left;
position: relative;
}
.tms-slide.active {
visibility: visible;
}
.tms-overlay{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.tms-error {
width: 100%;
font-size: 1.4rem;
text-align: center;
position: relative;
top: 50%;
}
/*------------------------------------------------------------------
[2. Media]
*/
.tms-slide > video,
.tms-slide > iframe,
.tms-slide > object,
.tms-slide > embed{
position: relative;
opacity: 0;
}
.tms-slide > video{
z-index: 1;
}
.tms-slide.tms-video-no-ratio:not(.tms-forcefit) > video,
.tms-slide.tms-video-no-ratio:not(.tms-forcefit) > iframe,
.tms-slide.tms-video-no-ratio:not(.tms-forcefit) > object,
.tms-slide.tms-video-no-ratio:not(.tms-forcefit) > embed{
width: 100% !important;
height: 100% !important;
position: static;
}
.tms-slide.tms-forcefit > iframe,
.tms-slide.tms-forcefit > object,
.tms-slide.tms-forcefit > embed{
position: relative;
}
.tms-slide img {
max-width: 100%;
max-height: 100%;
margin: 0 auto;
display: block;
float: none;
position: relative;
transform: translate(0,0);
}
.tms-carousel .tms-slide img{
max-height: none;
}
.tms-slide > video + img,
.tms-slide.tms-forcefit > img,
.tms-fullscreen .tms-slide > img {
max-width: none;
max-height: none;
float: none;
position: absolute;
}
[data-video-bkg] img,
[data-video-bkg-youtube] img,
[data-video-bkg-vimeo] img,
[data-video-bkg-youtube] iframe,
[data-video-bkg-vimeo] iframe,
.mobile [data-video-bkg-youtube] iframe,
.mobile [data-video-bkg-vimeo] iframe{
opacity: 0 !important;
}
[data-video-bkg-youtube],
[data-video-bkg-vimeo]{
background-size: 0;
}
.mobile .tms-slide,
.video-bkg-loaded iframe,
.tms-slide.error{
background-size: cover !important;
opacity: 1 !important;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 1000ms;
transition-duration: 1000ms;
}
/*------------------------------------------------------------------
[3. Progress Bar]
*/
.tms-progress-bar{
width: 0;
height: 0.5rem;
background: rgba( 0, 0, 0, 0.3 );
position: absolute;
top: 0;
z-index: 2;
}
/*------------------------------------------------------------------
[4. Preloader]
*/
/* Remove if full framework is used */
.tm-loader,
.tm-loader #circle{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.tm-loader {
width: 2rem;
height: 2rem;
margin: -1rem 0 0 -1rem;
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
}
.tm-loader #circle {
width: 2rem;
height: 2rem;
background: #666666;
-webkit-animation:preloader 1s ease infinite;
-moz-animation:preloader 1s ease infinite;
-o-animation:preloader 1s ease infinite;
animation:preloader 1s ease infinite;
}
@-webkit-keyframes preloader{
from { opacity: 1; -webkit-transform: scale( 1 ); }
to { opacity: 0; -webkit-transform: scale( 0 ); }
}
@keyframes preloader{
from { opacity: 1; transform: scale( 1 ); }
to { opacity: 0; transform: scale( 0 ); }
}
/*------------------------------------------------------------------
[5. Captions]
*/
.tms-caption:not([class*="width-"]){
width: auto;
}
.tms-caption{
display: inline-block !important;
background-image: url(../images/blank.png);
opacity: 0;
position: absolute;
z-index: 2;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
}
.tms-caption.scale{
line-height: 1;
}
.tms-caption video,
.tms-caption iframe,
.tms-caption object,
.tms-caption embed{
width: 100% !important;
height: 100% !important;
}
.tms-caption.no-transition{
opacity: 1 !important;
visibility: hidden;
display: block !important;
}
.tms-caption:last-child{
margin-bottom: 0;
}
.tms-perspective{
perspective: 800px;
}
/*Slider Fullscreen Captions*/
.tms-content{
width: 100%;
max-width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
display: table;
table-layout: fixed;
text-align: center;
position: absolute;
z-index: 2;
}
.tms-content-inner{
height: 100%;
vertical-align: middle;
display: table-cell;
float: none;
}
.tms-content-scalable{
padding-bottom: 3rem;
opacity: 0;
}
.tms-content-inner .tms-caption{
position: static;
}
.tms-content-inner.left{
text-align: left;
}
.tms-content-inner.right{
text-align: right;
}
.tms-content-inner.v-align-top{
padding-top: 7rem;
vertical-align: top;
}
.tms-content-inner.v-align-bottom{
padding-bottom: 7rem;
vertical-align: bottom;
}
.tms-fullscreen .tms-caption{
position: relative;
}
.tms-slide .row,
.tms-slide .column{
height: 100%;
}
.tms-content .row,
.tms-content .column{
height: auto;
}
.tms-slide .row .tms-content{
position: relative;
}
@media only screen and (max-width: 768px){
.tms-slide .row .tms-content,
.tms-slide .row .tms-content-inner{
display: block;
}
.tms-caption.hide-on-mobile{
display: none !important
}
}
/*------------------------------------------------------------------
[6. Navigation]
*/
/* Arrow */
.tms-arrow-nav {
margin-top: -2.5rem;
width: 5rem;
height: 5rem;
background-color: rgba(0,0,0,0.3);
color: #ccc;
font-size: 3rem;
text-align: center;
line-height: 5rem;
display: none;
position: absolute;
z-index: 10;
}
.tms-arrow-nav:hover{
width: 7rem;
color: #fff;
}
#tms-next {
top: 50%;
right: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
#tms-next:before {
content: '\e644';
}
#tms-prev {
top: 50%;
left: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
#tms-prev:before {
content: "\e643";
}
/* Bullets/Thumb */
.tms-pagination {
width: 100%;
text-align: center;
display: none;
position: absolute;
bottom: 2rem;
line-height: 0;
z-index: 10;
}
.tms-bullet-nav {
width: 0.8rem;
height: 0.8rem;
margin: 0 0.3rem;
display: inline-block;
background: #ffffff;
opacity: 0.5;
border-radius: 50%;
}
.tms-thumb-nav {
width: 5rem;
height: 5rem;
opacity: 0.5;
}
.tms-bullet-nav:hover,
.tms-thumb-nav:hover {
opacity: 1;
}
.tms-bullet-nav.active,
.tms-thumb-nav.active {
opacity: 1;
}
.tm-slider-container.show-on-hover .tms-arrow-nav,
.tm-slider-container.show-on-hover .tms-pagination{
opacity: 0;
}
.tm-slider-container.show-on-hover:hover .tms-arrow-nav,
.tm-slider-container.show-on-hover:hover .tms-pagination{
opacity: 1;
}
.tm-slider-container.background-slider .tms-arrow-nav,
.tm-slider-container.background-slider .tms-pagination{
display: none !important;
}
.tm-slider-container.pagination-below .tms-pagination{
bottom: -3rem;
}
.tm-slider-container.pagination-below .tms-bullet-nav{
background: #000;
}
/* Nav Animation */
.tms-arrow-nav,
.tms-pagination{
-webkit-transition-property: width, background, color, opacity;
-moz-transition-property: width, background, color, opacity;
-o-transition-property: width, background, color, opacity;
-ms-transition-property: width, background, color, opacity;
transition-property: width, background, color, opacity;
-webkit-transition-duration: 300ms;
-moz-transition-duration: 300ms;
-o-transition-duration: 300ms;
-ms-transition-duration: 300ms;
transition-duration: 300ms;
}
/*------------------------------------------------------------------
[7. Font Icons]
*/
@font-face {
font-family: 'icomoon';
src:url('../fonts/entypo.eot');
src:url('../fonts/entypo.eot') format('embedded-opentype'),
url('../fonts/entypo.woff') format('woff'),
url('../fonts/entypo.ttf') format('truetype'),
url('../fonts/entypo.svg') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="tms-arrow-nav"]:before,
[class*="tms-arrow-nav"]:before {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
display: inline-block;
/* Better Font Rendering */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
|
public/css/avalanche.css
|
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/*------------------------------------------------------------------
[1. Wrappers]
*/
.tm-slider-container,
.mobile .tm-slider-parallax-container .tm-slider-container{
background: none;
position: relative;
}
.tm-slider-parallax-container .tm-slider-container{
position: fixed;
}
.tm-slider-container.background-slider{
position: absolute;
z-index: 0;
}
.tm-slider-container.fullscreen,
.tm-slider-container.full-width-slider{
width: 100%;
}
.tm-slider-container.fullscreen{
width: 100%;
height: 100%;
height: 100vh;
}
.tm-slider-container.tms-carousel{
overflow: hidden;
}
.tm-slider-container.tms-carousel > ul{
opacity: 0;
}
.tm-slider-container.tms-carousel > ul > li{
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.tm-slider-container.tms-scalable-height,
.tms-content-scalable{
-webkit-transition-property: height, opacity;
-moz-transition-property: height, opacity;
-o-transition-property: height, opacity;
-ms-transition-property: height, opacity;
transition-property: height, opacity;
-webkit-transition-duration: 600ms;
-moz-transition-duration: 600ms;
-o-transition-duration: 600ms;
-ms-transition-duration: 600ms;
transition-duration: 600ms;
}
.tms-slides {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
position: relative;
}
.tms-slide {
width:100%;
height: 100%;
overflow: hidden;
visibility: hidden;
position: absolute;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
left: 0;
z-index: 1;
}
.tms-carousel .tms-slide{
float: left;
position: relative;
}
.tms-slide.active {
visibility: visible;
}
.tms-overlay{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.tms-error {
width: 100%;
font-size: 1.4rem;
text-align: center;
position: relative;
top: 50%;
}
/*------------------------------------------------------------------
[2. Media]
*/
.tms-slide > video,
.tms-slide > iframe,
.tms-slide > object,
.tms-slide > embed{
position: relative;
opacity: 0;
}
.tms-slide > video{
z-index: 1;
}
.tms-slide.tms-video-no-ratio:not(.tms-forcefit) > video,
.tms-slide.tms-video-no-ratio:not(.tms-forcefit) > iframe,
.tms-slide.tms-video-no-ratio:not(.tms-forcefit) > object,
.tms-slide.tms-video-no-ratio:not(.tms-forcefit) > embed{
width: 100% !important;
height: 100% !important;
position: static;
}
.tms-slide.tms-forcefit > iframe,
.tms-slide.tms-forcefit > object,
.tms-slide.tms-forcefit > embed{
position: relative;
}
.tms-slide img {
max-width: 100%;
max-height: 100%;
margin: 0 auto;
display: block;
float: none;
position: relative;
transform: translate(0,0);
}
.tms-carousel .tms-slide img{
max-height: none;
}
.tms-slide > video + img,
.tms-slide.tms-forcefit > img,
.tms-fullscreen .tms-slide > img {
max-width: none;
max-height: none;
float: none;
position: absolute;
}
[data-video-bkg] img,
[data-video-bkg-youtube] img,
[data-video-bkg-vimeo] img,
[data-video-bkg-youtube] iframe,
[data-video-bkg-vimeo] iframe,
.mobile [data-video-bkg-youtube] iframe,
.mobile [data-video-bkg-vimeo] iframe{
opacity: 0 !important;
}
[data-video-bkg-youtube],
[data-video-bkg-vimeo]{
background-size: 0;
}
.mobile .tms-slide,
.video-bkg-loaded iframe,
.tms-slide.error{
background-size: cover !important;
opacity: 1 !important;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 1000ms;
transition-duration: 1000ms;
}
/*------------------------------------------------------------------
[3. Progress Bar]
*/
.tms-progress-bar{
width: 0;
height: 0.5rem;
background: rgba( 0, 0, 0, 0.3 );
position: absolute;
top: 0;
z-index: 2;
}
/*------------------------------------------------------------------
[4. Preloader]
*/
/* Remove if full framework is used */
.tm-loader,
.tm-loader #circle{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.tm-loader {
width: 2rem;
height: 2rem;
margin: -1rem 0 0 -1rem;
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
}
.tm-loader #circle {
width: 2rem;
height: 2rem;
background: #666666;
-webkit-animation:preloader 1s ease infinite;
-moz-animation:preloader 1s ease infinite;
-o-animation:preloader 1s ease infinite;
animation:preloader 1s ease infinite;
}
@-webkit-keyframes preloader{
from { opacity: 1; -webkit-transform: scale( 1 ); }
to { opacity: 0; -webkit-transform: scale( 0 ); }
}
@keyframes preloader{
from { opacity: 1; transform: scale( 1 ); }
to { opacity: 0; transform: scale( 0 ); }
}
/*------------------------------------------------------------------
[5. Captions]
*/
.tms-caption:not([class*="width-"]){
width: auto;
}
.tms-caption{
display: inline-block !important;
background-image: url(../images/blank.png);
opacity: 0;
position: absolute;
z-index: 2;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
}
.tms-caption.scale{
line-height: 1;
}
.tms-caption video,
.tms-caption iframe,
.tms-caption object,
.tms-caption embed{
width: 100% !important;
height: 100% !important;
}
.tms-caption.no-transition{
opacity: 1 !important;
visibility: hidden;
display: block !important;
}
.tms-caption:last-child{
margin-bottom: 0;
}
.tms-perspective{
perspective: 800px;
}
/*Slider Fullscreen Captions*/
.tms-content{
width: 100%;
max-width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
display: table;
table-layout: fixed;
text-align: center;
position: absolute;
z-index: 2;
}
.tms-content-inner{
height: 100%;
vertical-align: middle;
display: table-cell;
float: none;
}
.tms-content-scalable{
padding-bottom: 3rem;
opacity: 0;
}
.tms-content-inner .tms-caption{
position: static;
}
.tms-content-inner.left{
text-align: left;
}
.tms-content-inner.right{
text-align: right;
}
.tms-content-inner.v-align-top{
padding-top: 7rem;
vertical-align: top;
}
.tms-content-inner.v-align-bottom{
padding-bottom: 7rem;
vertical-align: bottom;
}
.tms-fullscreen .tms-caption{
position: relative;
}
.tms-slide .row,
.tms-slide .column{
height: 100%;
}
.tms-content .row,
.tms-content .column{
height: auto;
}
.tms-slide .row .tms-content{
position: relative;
}
@media only screen and (max-width: 768px){
.tms-slide .row .tms-content,
.tms-slide .row .tms-content-inner{
display: block;
}
.tms-caption.hide-on-mobile{
display: none !important
}
}
/*------------------------------------------------------------------
[6. Navigation]
*/
/* Arrow */
.tms-arrow-nav {
margin-top: -2.5rem;
width: 5rem;
height: 5rem;
background-color: rgba(0,0,0,0.3);
color: #ccc;
font-size: 3rem;
text-align: center;
line-height: 5rem;
display: none;
position: absolute;
z-index: 10;
}
.tms-arrow-nav:hover{
width: 7rem;
color: #fff;
}
#tms-next {
top: 50%;
right: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
#tms-next:before {
content: '\e644';
}
#tms-prev {
top: 50%;
left: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
#tms-prev:before {
content: "\e643";
}
/* Bullets/Thumb */
.tms-pagination {
width: 100%;
text-align: center;
display: none;
position: absolute;
bottom: 2rem;
line-height: 0;
z-index: 10;
}
.tms-bullet-nav {
width: 0.8rem;
height: 0.8rem;
margin: 0 0.3rem;
display: inline-block;
background: #ffffff;
opacity: 0.5;
border-radius: 50%;
}
.tms-thumb-nav {
width: 5rem;
height: 5rem;
opacity: 0.5;
}
.tms-bullet-nav:hover,
.tms-thumb-nav:hover {
opacity: 1;
}
.tms-bullet-nav.active,
.tms-thumb-nav.active {
opacity: 1;
}
.tm-slider-container.show-on-hover .tms-arrow-nav,
.tm-slider-container.show-on-hover .tms-pagination{
opacity: 0;
}
.tm-slider-container.show-on-hover:hover .tms-arrow-nav,
.tm-slider-container.show-on-hover:hover .tms-pagination{
opacity: 1;
}
.tm-slider-container.background-slider .tms-arrow-nav,
.tm-slider-container.background-slider .tms-pagination{
display: none !important;
}
.tm-slider-container.pagination-below .tms-pagination{
bottom: -3rem;
}
.tm-slider-container.pagination-below .tms-bullet-nav{
background: #000;
}
/* Nav Animation */
.tms-arrow-nav,
.tms-pagination{
-webkit-transition-property: width, background, color, opacity;
-moz-transition-property: width, background, color, opacity;
-o-transition-property: width, background, color, opacity;
-ms-transition-property: width, background, color, opacity;
transition-property: width, background, color, opacity;
-webkit-transition-duration: 300ms;
-moz-transition-duration: 300ms;
-o-transition-duration: 300ms;
-ms-transition-duration: 300ms;
transition-duration: 300ms;
}
/*------------------------------------------------------------------
[7. Font Icons]
*/
@font-face {
font-family: 'icomoon';
src:url('../fonts/entypo.eot');
src:url('../fonts/entypo.eot') format('embedded-opentype'),
url('../fonts/entypo.woff') format('woff'),
url('../fonts/entypo.ttf') format('truetype'),
url('../fonts/entypo.svg') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="tms-arrow-nav"]:before,
[class*="tms-arrow-nav"]:before {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
display: inline-block;
/* Better Font Rendering */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
| 0.286169 | 0.062904 |
@import url("https://fonts.googleapis.com/css?family=Montserrat");
.market-landing-icon {
display: flex;
justify-content: center;
align-items: center;
background-color:#38212E;
width: 175px;
height: 175px;
border-radius: 150px;
margin-top: -190px;
margin-left: 30px;
margin-bottom: 50px;
border: 2px solid white;
}
.market-landing-icon img {
width: 66%;
height: 66%;
}
.market-card-right a {
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: white;
font-size: 16px;
border-radius: 25px;
font-family: "Montserrat";
padding: 7px;
margin: 5px;
width: 45%;
background-color: rgba(180, 45, 90, 0.911);
}
.market-card-right a:hover {
background-color: white;
color: rgba(180, 45, 90);
}
.market-landing-card-link:hover {
background-color: #38212f;
color: white;
}
.market-card {
display: flex;
flex-wrap: wrap;
justify-content: center;
font-family: "Montserrat";
font-size: 20px;
width: 100%;
border-radius: 10px;
text-align: center;
}
.market-list-page-header {
display: flex;
align-items: center;
justify-content: center;
background-image: url("../../images/market4.jpg");
background-position: center center;
box-shadow: inset 0 0 0 2000px rgba(105, 7, 40, 0.3);
background-size: cover;
min-height: 250px;
width: 100%;
color: white;
font-size: 30px;
margin-bottom: 50px;
text-shadow: 2px 2px #000000;
box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
text-align: center
}
.market-landing-page-wrapper {
background-color: #e9ebee;
padding-bottom: 50px;
padding-right: 20%;
padding-left: 20%;
}
.market-left {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
background-color: white;
font-family: "Montserrat";
font-size: 20px;
margin-top: 10px;
margin-bottom: 10px;
width: 28%;
border-radius: 10px;
text-align: center;
box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
/* background-image: url('../../images/defaultStall.jpg'); */
background-color: white;
max-height: 220px;
overflow: hidden;
}
.market-left img {
object-fit: cover;
max-width: 100%;
max-height: 100%;
border-radius: 10px;
}
.market-card-right {
display: flex;
flex-wrap: wrap;
justify-content: center;
background-color: white;
font-family: "Montserrat";
font-size: 20px;
margin: 10px;
width: 68%;
border-radius: 10px;
text-align: center;
box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}
.market-card-right h2 {
width: 100%;
margin: 0px;
}
.market-card-right h3 {
width: 100%;
margin: 0px;
}
.market-card-right h4 {
width: 50%;
}
.market-card-wrapped {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 10px;
}
.market-card {
background: none;
}
@media (max-width: 1300px) {
.market-landing-page-wrapper {
padding: 0%;
}
}
@media (max-width: 800px) {
.market-left {
width: 50%;
margin-top: 20px;
}
.market-card-right {
width: 100%;
}
.market-left img {
width: 200px;
height: 200px;
border-radius: 150px;
}
.market-card-right h4 {
width: 100%;
margin: 5px !important;
}
.market-card-right a {
width: 80%;
margin-top: 25px;
}
.market-card-wrapped {
padding: 20px;
margin: 20px;
border-radius: 10px;
}
.market-landing-icon {
display: flex;
justify-content: center;
width: 60%;
height: 100%;
margin: 0px;
padding: 5px;
margin-top: -100px;
margin-left: 20%;
margin-right: 20%;
}
.market-landing-icon img {
height: 90px;
width: 90px;
}
}
|
market-org/src/components/marketLandingPage/marketLandingPage.css
|
@import url("https://fonts.googleapis.com/css?family=Montserrat");
.market-landing-icon {
display: flex;
justify-content: center;
align-items: center;
background-color:#38212E;
width: 175px;
height: 175px;
border-radius: 150px;
margin-top: -190px;
margin-left: 30px;
margin-bottom: 50px;
border: 2px solid white;
}
.market-landing-icon img {
width: 66%;
height: 66%;
}
.market-card-right a {
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: white;
font-size: 16px;
border-radius: 25px;
font-family: "Montserrat";
padding: 7px;
margin: 5px;
width: 45%;
background-color: rgba(180, 45, 90, 0.911);
}
.market-card-right a:hover {
background-color: white;
color: rgba(180, 45, 90);
}
.market-landing-card-link:hover {
background-color: #38212f;
color: white;
}
.market-card {
display: flex;
flex-wrap: wrap;
justify-content: center;
font-family: "Montserrat";
font-size: 20px;
width: 100%;
border-radius: 10px;
text-align: center;
}
.market-list-page-header {
display: flex;
align-items: center;
justify-content: center;
background-image: url("../../images/market4.jpg");
background-position: center center;
box-shadow: inset 0 0 0 2000px rgba(105, 7, 40, 0.3);
background-size: cover;
min-height: 250px;
width: 100%;
color: white;
font-size: 30px;
margin-bottom: 50px;
text-shadow: 2px 2px #000000;
box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
text-align: center
}
.market-landing-page-wrapper {
background-color: #e9ebee;
padding-bottom: 50px;
padding-right: 20%;
padding-left: 20%;
}
.market-left {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
background-color: white;
font-family: "Montserrat";
font-size: 20px;
margin-top: 10px;
margin-bottom: 10px;
width: 28%;
border-radius: 10px;
text-align: center;
box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
/* background-image: url('../../images/defaultStall.jpg'); */
background-color: white;
max-height: 220px;
overflow: hidden;
}
.market-left img {
object-fit: cover;
max-width: 100%;
max-height: 100%;
border-radius: 10px;
}
.market-card-right {
display: flex;
flex-wrap: wrap;
justify-content: center;
background-color: white;
font-family: "Montserrat";
font-size: 20px;
margin: 10px;
width: 68%;
border-radius: 10px;
text-align: center;
box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}
.market-card-right h2 {
width: 100%;
margin: 0px;
}
.market-card-right h3 {
width: 100%;
margin: 0px;
}
.market-card-right h4 {
width: 50%;
}
.market-card-wrapped {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 10px;
}
.market-card {
background: none;
}
@media (max-width: 1300px) {
.market-landing-page-wrapper {
padding: 0%;
}
}
@media (max-width: 800px) {
.market-left {
width: 50%;
margin-top: 20px;
}
.market-card-right {
width: 100%;
}
.market-left img {
width: 200px;
height: 200px;
border-radius: 150px;
}
.market-card-right h4 {
width: 100%;
margin: 5px !important;
}
.market-card-right a {
width: 80%;
margin-top: 25px;
}
.market-card-wrapped {
padding: 20px;
margin: 20px;
border-radius: 10px;
}
.market-landing-icon {
display: flex;
justify-content: center;
width: 60%;
height: 100%;
margin: 0px;
padding: 5px;
margin-top: -100px;
margin-left: 20%;
margin-right: 20%;
}
.market-landing-icon img {
height: 90px;
width: 90px;
}
}
| 0.478285 | 0.090333 |
๏ปฟ@charset "utf-8";
/*้ฃๆฌๆ ๅไฟกๆฏ็ฎก็็ณป็ปๆจกๆฟ*/
/*ๅพฎ่ฝฏ้
้ป \5FAE\8F6F\96C5\9ED1 ๆ Microsoft YaHei
้ปไฝ \9ED1\4F53
ๆฐๅฎไฝ \65B0\5B8B\4F53
ๅฎไฝ \5b8b\4f53
ๅนผๅ YouYuan \5E7C\5706
*/
.cms-rows:after,
.cms-row:after,.cms-brow:after,
.cms-aside:after,.cms-laside:after,
.cms-section:after,.cms-bsection:after,
.cms-section div:after,
.cms h1:after,.cms h2:after,.cms ul:after,.cms ol:after,.cms dl:after,.cms dt:after,.cms dd:after,.art_copy:after,.cms:after,.app-row:after,.app-rows:after,.app-dis:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.cms-row{width:1100px}.cms-brow{width:1250px}.cms-rows{width:100%}
.cms-laside{width:200px;min-height:1px;float:left}
.cms-section{width:760px;border-top:1px solid #5db2ff;float:left}
.cms-bsection{width:710px;padding-left:35px;float:left}
.cms-aside{width:300px;float:right}
.cms{font-size:14px}
.cms .ad,.art_content h4{width:100%; float:left}
.art_content h4,.art_content h6,.art_content p{width:100%;}
/*ไฝ็ฝฎๆงๅถๅบ*/
.cms h1,.cms h2,.cms ul,.cms li,.cms ol,.cms .ul_list .lines,.img_tit em,.cov_pic em,.cms .img_tit span,.cms img,.cov_pic,.cov_pic span,.cms .img_list,.cms .o_tit,.cms .b_tit{width:100%;display:block;overflow:hidden}
.cms li{float:left}
.cms h3,.cms h4,.cms h5,.cms h6{float:left;display:block;overflow:hidden}
.cov_pic,.cms img{width:100%;height:100%}
.cms dd,.cov_pic,.res_share{position:relative}
.cms .b,.cov_pic span,.cov_pic em{position:absolute}
/*position*/
.cms-nav .Logo,.cms-nav .classname,.cms-nav .navs{height:45px;line-height:40px;font-size:12px;float:left}
.cms-nav .Logo{width:45px}
.cms-nav .classname{font-family:"\5FAE\8F6F\96C5\9ED1","\5E7C\5706","ๅนผๅ";font-size:24px;color:#379be9!important;font-weight:500;padding-right:80px;background:url(images/youliao.png) no-repeat right 9px}
.cms-nav .navs{padding-left:25px;font-family:Arial,"ๅฎไฝ","\5b8b\4f53";font-size:12px;color:#727272}
.cms-nav .navs a{color:#727272}
.cms-nav .Logo{background:url(images/logo.png) no-repeat 3px 5px!important}
/*cms*/
.cms h1{line-height:25px;text-align:center;font-size:20px;font-weight:normal}
.cms h2{height:23px;padding-top:8px;line-height:15px;font-size:12px;text-align:center;font-weight:normal}.cms h2 a:first-child{padding-right:12px}
.cms h1 a{color:#ff7519}.cms h2 a{color:#9d9c9d}
.cms .ul_list .dot{width:4px;height:4px;margin-top:-4px;vertical-align:middle}
.cms .ul_list li{height:28px;padding:3px 0}
.cms .ul_list li a.a,.cms .ul_list li .rspan{height:22px;line-height:22px;overflow:hidden}.cms .ul_list li a.a{padding-left:9px}
.cms .rspan{color:#B9B9B9;float:right}
.cms .ul_list .lines{padding:0!important;margin:3px 0 3px 0!important;height:1px;line-height:1px;border-top:1px dotted #DEDEDE}
.cms a:hover .u,.cms a:hover ol{text-decoration:underline!important}.cms a:hover .m{text-decoration:none!important}
.cms ol{padding-top:12px;line-height:15px}.cms dl{width:100%;padding:0.12rem 0}.cms dl p{display:inline-block}
.cms .u{line-height:0.20rem;padding-bottom:0.03rem;margin-top:-0.01rem;color:#222222}
.cms .m{line-height:0.18rem;font-size:0.12rem;color:#8d8d8d}
.cms .b{bottom:0;right:0;color:#999999}
.cms dl.app-dl{display:table;width:100%}.cms .app-dl dt,.cms .app-dl dd{display:table-cell;vertical-align:top}
.cms .img_tit{font-size:12px;cursor:pointer}
.cms .img_tit em,.cms .img_tit span{line-height:20px;font-size:13px;color:#172c45;text-align:center;padding:5px 0}
.cms .img_tit a:hover em{background:#F5F5F5; text-decoration:none!important}
.cov_pic span,.cov_pic em{height:25px!important;line-height:25px!important;padding:0!important;font-size:13px;color:#FFF!important;text-align:center;left:0;bottom:0;}
.cov_pic span,.cov_pic:hover span{background:#000!important;z-index:2}
.cov_pic span{filter:Alpha(Opacity=30);-moz-opacity:0.3;opacity:0.3}
.cov_pic:hover span{filter:Alpha(Opacity=70);-moz-opacity:0.7;opacity:0.7}
.cov_pic em{z-index:10;background:none!important}.cov_pic:hover em{color:#FFF000!important}
.cms .img_list{height:124px;padding:12px 0}
.cms .img_list .image{width:33%;height:100px;float:left}
.cms .img_list .lists{width:62.66666%;margin-top:-7px;float:right}
.cms .img_list.mini{height:94px}.cms .img_list.mini .image{height:70px}
.cms .o_tit h4,.cms .o_tit h5,.cms .o_tit h6,.cms .o_tit p{height:20px;line-height:20px;padding:0px 0px 0px 8px;font-weight:400;display:block}
.cms .o_tit h4,.cms .o_tit h5,.cms .o_tit h6{border-style:solid; border-width:0 0 0 2px}
.cms .o_tit p{line-height:20px;font-size:12px;display:block;float:right}
.cms .b_tit{height:30px;border-style:solid; border-width:0 0 1px 0;border-color:#eeeeee;}
.cms .b_tit h4,.cms .b_tit h5,.cms .b_tit h6{height:30px;line-height:30px;border-style:solid; border-width:0 0 1px 0; z-index:20;position:absolute}
/*thinkarticle*/
.art_title{padding:10px 0 15px 0}.art_title h1{line-height:1.5;font-size:24px;color:#222222;font-weight:normal;text-align:center}
.art_res{height:33px;line-height:28px;font-size:12px;border-bottom:0px solid #dedede}
.art_org{line-height:28px;color:#5c5b5b;float:left}.art_org a{color:#2d96e9}
.art_intros{padding:15px;line-height:25px;background:#f7f7f7;color:#666666;font-size:12px}
.art_content{padding:20px 0;font-size:16px;color:#222222!important}
.art_content h4{line-height:40px;font-weight:bold}
.art_content h6{line-height:30px;padding-bottom:10px;font-size:12px;font-weight:normal;text-align:center}
.art_content p{text-indent:2em;line-height:1.9;padding-bottom:15px;word-wrap:break-word;text-align:justify;text-justify:distribute-all-lines;overflow:hidden}
.art_content img{width:600px;display:block;margin:10px auto 15px auto}.art_content p a{color:#5db2ff;font-weight:bold}
/*thinkpage*/
.cms-list a:hover .u{text-decoration:none!important;color:#228fdd}.cms-list dl:hover{cursor:pointer}
.cms-list dl{padding:20px 0}.cms-list dl:hover,.cms-list dl:hover .btn{background:#fafafa}
.cms-list ol,.cms-list .u{font-size:20px}.cms-list ol{line-height:20px;padding:20px 0 8px 0}
.cms-list .u{padding-bottom:10px!important;line-height:1.2!important}.cms-list .m{text-indent:2em!important;line-height:22px}
.cms-list ul{padding-bottom:20px}
@media(max-width:767px) {
.cms-row,.cms-rows,.cms-brow,.cms-section,.cms-bsection,.cms-aside{width:100%}
.cms-section,.cms-bsection,.cms-aside{padding-left:0.12rem;padding-right:0.12rem;border-top:none}
.cms-section{padding-top:0}
.cms-laside{display:none}
.cms a:hover .u,.cms a:hover ol{text-decoration:none!important}
.cms ol,.cms .u{font-size:16px!important}.cms ol{line-height:18px!important}.cms .u{line-height:22px!important}
.cms .img_tit em,.cms .img_tit span{line-height:18px;}
.cms-list ol{padding:12px 0 8px 0}.cms-list dl{padding:12px 0}.cms-list ul{padding-bottom:12px}
.art_title h1{font-size:20px!important;line-height:25px;text-align:left}
.art_res{border-bottom:1px solid #dedede}
.art_content img{width:100%;display:block;margin:0 auto}
}
|
assets/tui/css/Tui-article.css
|
๏ปฟ@charset "utf-8";
/*้ฃๆฌๆ ๅไฟกๆฏ็ฎก็็ณป็ปๆจกๆฟ*/
/*ๅพฎ่ฝฏ้
้ป \5FAE\8F6F\96C5\9ED1 ๆ Microsoft YaHei
้ปไฝ \9ED1\4F53
ๆฐๅฎไฝ \65B0\5B8B\4F53
ๅฎไฝ \5b8b\4f53
ๅนผๅ YouYuan \5E7C\5706
*/
.cms-rows:after,
.cms-row:after,.cms-brow:after,
.cms-aside:after,.cms-laside:after,
.cms-section:after,.cms-bsection:after,
.cms-section div:after,
.cms h1:after,.cms h2:after,.cms ul:after,.cms ol:after,.cms dl:after,.cms dt:after,.cms dd:after,.art_copy:after,.cms:after,.app-row:after,.app-rows:after,.app-dis:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.cms-row{width:1100px}.cms-brow{width:1250px}.cms-rows{width:100%}
.cms-laside{width:200px;min-height:1px;float:left}
.cms-section{width:760px;border-top:1px solid #5db2ff;float:left}
.cms-bsection{width:710px;padding-left:35px;float:left}
.cms-aside{width:300px;float:right}
.cms{font-size:14px}
.cms .ad,.art_content h4{width:100%; float:left}
.art_content h4,.art_content h6,.art_content p{width:100%;}
/*ไฝ็ฝฎๆงๅถๅบ*/
.cms h1,.cms h2,.cms ul,.cms li,.cms ol,.cms .ul_list .lines,.img_tit em,.cov_pic em,.cms .img_tit span,.cms img,.cov_pic,.cov_pic span,.cms .img_list,.cms .o_tit,.cms .b_tit{width:100%;display:block;overflow:hidden}
.cms li{float:left}
.cms h3,.cms h4,.cms h5,.cms h6{float:left;display:block;overflow:hidden}
.cov_pic,.cms img{width:100%;height:100%}
.cms dd,.cov_pic,.res_share{position:relative}
.cms .b,.cov_pic span,.cov_pic em{position:absolute}
/*position*/
.cms-nav .Logo,.cms-nav .classname,.cms-nav .navs{height:45px;line-height:40px;font-size:12px;float:left}
.cms-nav .Logo{width:45px}
.cms-nav .classname{font-family:"\5FAE\8F6F\96C5\9ED1","\5E7C\5706","ๅนผๅ";font-size:24px;color:#379be9!important;font-weight:500;padding-right:80px;background:url(images/youliao.png) no-repeat right 9px}
.cms-nav .navs{padding-left:25px;font-family:Arial,"ๅฎไฝ","\5b8b\4f53";font-size:12px;color:#727272}
.cms-nav .navs a{color:#727272}
.cms-nav .Logo{background:url(images/logo.png) no-repeat 3px 5px!important}
/*cms*/
.cms h1{line-height:25px;text-align:center;font-size:20px;font-weight:normal}
.cms h2{height:23px;padding-top:8px;line-height:15px;font-size:12px;text-align:center;font-weight:normal}.cms h2 a:first-child{padding-right:12px}
.cms h1 a{color:#ff7519}.cms h2 a{color:#9d9c9d}
.cms .ul_list .dot{width:4px;height:4px;margin-top:-4px;vertical-align:middle}
.cms .ul_list li{height:28px;padding:3px 0}
.cms .ul_list li a.a,.cms .ul_list li .rspan{height:22px;line-height:22px;overflow:hidden}.cms .ul_list li a.a{padding-left:9px}
.cms .rspan{color:#B9B9B9;float:right}
.cms .ul_list .lines{padding:0!important;margin:3px 0 3px 0!important;height:1px;line-height:1px;border-top:1px dotted #DEDEDE}
.cms a:hover .u,.cms a:hover ol{text-decoration:underline!important}.cms a:hover .m{text-decoration:none!important}
.cms ol{padding-top:12px;line-height:15px}.cms dl{width:100%;padding:0.12rem 0}.cms dl p{display:inline-block}
.cms .u{line-height:0.20rem;padding-bottom:0.03rem;margin-top:-0.01rem;color:#222222}
.cms .m{line-height:0.18rem;font-size:0.12rem;color:#8d8d8d}
.cms .b{bottom:0;right:0;color:#999999}
.cms dl.app-dl{display:table;width:100%}.cms .app-dl dt,.cms .app-dl dd{display:table-cell;vertical-align:top}
.cms .img_tit{font-size:12px;cursor:pointer}
.cms .img_tit em,.cms .img_tit span{line-height:20px;font-size:13px;color:#172c45;text-align:center;padding:5px 0}
.cms .img_tit a:hover em{background:#F5F5F5; text-decoration:none!important}
.cov_pic span,.cov_pic em{height:25px!important;line-height:25px!important;padding:0!important;font-size:13px;color:#FFF!important;text-align:center;left:0;bottom:0;}
.cov_pic span,.cov_pic:hover span{background:#000!important;z-index:2}
.cov_pic span{filter:Alpha(Opacity=30);-moz-opacity:0.3;opacity:0.3}
.cov_pic:hover span{filter:Alpha(Opacity=70);-moz-opacity:0.7;opacity:0.7}
.cov_pic em{z-index:10;background:none!important}.cov_pic:hover em{color:#FFF000!important}
.cms .img_list{height:124px;padding:12px 0}
.cms .img_list .image{width:33%;height:100px;float:left}
.cms .img_list .lists{width:62.66666%;margin-top:-7px;float:right}
.cms .img_list.mini{height:94px}.cms .img_list.mini .image{height:70px}
.cms .o_tit h4,.cms .o_tit h5,.cms .o_tit h6,.cms .o_tit p{height:20px;line-height:20px;padding:0px 0px 0px 8px;font-weight:400;display:block}
.cms .o_tit h4,.cms .o_tit h5,.cms .o_tit h6{border-style:solid; border-width:0 0 0 2px}
.cms .o_tit p{line-height:20px;font-size:12px;display:block;float:right}
.cms .b_tit{height:30px;border-style:solid; border-width:0 0 1px 0;border-color:#eeeeee;}
.cms .b_tit h4,.cms .b_tit h5,.cms .b_tit h6{height:30px;line-height:30px;border-style:solid; border-width:0 0 1px 0; z-index:20;position:absolute}
/*thinkarticle*/
.art_title{padding:10px 0 15px 0}.art_title h1{line-height:1.5;font-size:24px;color:#222222;font-weight:normal;text-align:center}
.art_res{height:33px;line-height:28px;font-size:12px;border-bottom:0px solid #dedede}
.art_org{line-height:28px;color:#5c5b5b;float:left}.art_org a{color:#2d96e9}
.art_intros{padding:15px;line-height:25px;background:#f7f7f7;color:#666666;font-size:12px}
.art_content{padding:20px 0;font-size:16px;color:#222222!important}
.art_content h4{line-height:40px;font-weight:bold}
.art_content h6{line-height:30px;padding-bottom:10px;font-size:12px;font-weight:normal;text-align:center}
.art_content p{text-indent:2em;line-height:1.9;padding-bottom:15px;word-wrap:break-word;text-align:justify;text-justify:distribute-all-lines;overflow:hidden}
.art_content img{width:600px;display:block;margin:10px auto 15px auto}.art_content p a{color:#5db2ff;font-weight:bold}
/*thinkpage*/
.cms-list a:hover .u{text-decoration:none!important;color:#228fdd}.cms-list dl:hover{cursor:pointer}
.cms-list dl{padding:20px 0}.cms-list dl:hover,.cms-list dl:hover .btn{background:#fafafa}
.cms-list ol,.cms-list .u{font-size:20px}.cms-list ol{line-height:20px;padding:20px 0 8px 0}
.cms-list .u{padding-bottom:10px!important;line-height:1.2!important}.cms-list .m{text-indent:2em!important;line-height:22px}
.cms-list ul{padding-bottom:20px}
@media(max-width:767px) {
.cms-row,.cms-rows,.cms-brow,.cms-section,.cms-bsection,.cms-aside{width:100%}
.cms-section,.cms-bsection,.cms-aside{padding-left:0.12rem;padding-right:0.12rem;border-top:none}
.cms-section{padding-top:0}
.cms-laside{display:none}
.cms a:hover .u,.cms a:hover ol{text-decoration:none!important}
.cms ol,.cms .u{font-size:16px!important}.cms ol{line-height:18px!important}.cms .u{line-height:22px!important}
.cms .img_tit em,.cms .img_tit span{line-height:18px;}
.cms-list ol{padding:12px 0 8px 0}.cms-list dl{padding:12px 0}.cms-list ul{padding-bottom:12px}
.art_title h1{font-size:20px!important;line-height:25px;text-align:left}
.art_res{border-bottom:1px solid #dedede}
.art_content img{width:100%;display:block;margin:0 auto}
}
| 0.287268 | 0.069479 |
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
:root {
--color-light: #f1e9e9;
--color-dark: #0c0c0c;
--color-starbucks: #000c07;
--color-container-one: #0e572c;
--color-container-two: #7a0b0b;
--color-container-six: #ddf0dd;
--color-buttons-hover: #d47e8c;
--color-footer-menu: #4ab66e;
--starbucks-logo-width: 4%;
--starbucks-logo-height: 4%;
--starbucks-mobile-logo-width: 14%;
--starbucks-mobile-logo-height: 14%;
--starbucks-mb-marker-width: 14%;
--starbucks-mb-marker-height: 14%;
--starbucks-mb-social-width: 8%;
--starbucks-mb-social-height: 8%;
--line-height-container-one: 1.2;
--line-height-body: 1.3;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Quicksand", sans-serif;
width: 100%;
color: var(--color-light);
line-height: var(--line-height-body);
}
.logo_img {
width: var(--starbucks-logo-width);
height: var(--starbucks-logo-height);
margin-left: 1%;
display: inline-block;
}
.section_one {
display: flex;
flex: 1;
text-align: center;
margin-top: 2%;
}
ul {
list-style-type: none;
}
a {
font-weight: bold;
color: var(--color-starbucks);
padding-right: 15px;
text-decoration: none;
text-transform: uppercase;
padding-left: 15px;
}
li {
display: inline-block;
}
.btn {
border-radius: 45px;
font-weight: bold;
}
.navbar {
width: 100%;
}
.section_two {
display: flex;
text-align: center;
margin-top: 2%;
justify-self: end;
}
.container_one {
background-color: var(--color-container-one);
line-height: var(--line-height-container-one);
font-size: 50px;
letter-spacing: 5px;
color: var(--color-light);
}
.container_two,
.container_three,
.container_four,
.container_five {
background-color: var(--color-container-two);
line-height: var(--line-height-container-one);
letter-spacing: 5px;
color: var(--color-light);
}
.a-link-one {
color: var(--color-light);
}
.first_txt {
color: var(--color-dark);
margin-left: -80%;
}
.secImg,
.fourthImg {
height: 40rem;
}
.secText,
.thirdText,
.fourthText {
padding: 5% 5%;
font-size: 26px;
}
.first_a_col,
.fourth_a_col,
.fifth_a_col,
.sixth_a_col {
height: 400px;
text-align: center;
}
.secTop,
.thirdTop,
.fourthTop {
letter-spacing: 5px;
margin-left: 7%;
}
.secBut,
.fourthBut {
margin: 0 38%;
width: 32%;
border-radius: 45px;
color: var(--color-light);
border-color: var(--color-light);
}
.secBut:hover,
.thirdBut:hover,
.fourthBut:hover,
.fifthBut:hover,
.sixthBut:hover {
background-color: var(--color-buttons-hover);
border-color: var(--color-light);
box-shadow: none;
}
.thirdBut,
.fifthBut {
margin: 0 30%;
width: 32%;
border-radius: 45px;
color: var(--color-light);
border-color: var(--color-light);
}
.thirdImg {
height: 40rem;
right: 0;
margin-left: 30%;
}
.fifthImg {
height: 22rem;
width: 43rem;
right: 0;
}
.thirdAllTxt,
.fifthAllTxt {
margin-left: 5%;
}
.fifthText {
padding: 5% 5%;
}
.allSections {
width: 100%;
}
.sixthImg {
height: 30rem;
width: 50rem;
}
.sixthText {
padding: 5% 5%;
font-size: 18px;
}
.container_six {
background-color: var(--color-container-six);
line-height: var(--line-height-container-one);
letter-spacing: 3px;
color: var(--color-dark);
}
.sixthBut {
margin: 0 38%;
width: 32%;
border-radius: 45px;
color: var(--color-dark);
border-color: var(--color-dark);
}
.footer {
color: var(--color-dark);
}
.icon_img_1,
.icon_img_2,
.icon_img_3,
.icon_img_4,
.icon_img_5,
.icon_img_6 {
width: 2%;
height: 2%;
}
hr {
color: var(--color-dark);
border-top: 2px solid var(--color-dark);
}
.footerUl {
margin-left: -2%;
}
.ft_sign {
margin-left: 1.2%;
}
.ft_li {
display: flex;
justify-content: space-between;
margin-top: 40px;
margin-bottom: 40px;
}
.ft_a {
text-transform: none;
font-size: 18px;
color: var(--color-footer-menu);
/* text-shadow: 0.5px 0.5px #000c07; */
}
.section_three {
display: none;
}
.dropdown_menu {
display: none;
}
@media only screen and (max-width: 600px) {
.navbar {
width: 100%;
}
.logo_img {
width: var(--starbucks-mobile-logo-width);
height: var(--starbucks-mobile-logo-height);
margin-left: 1.5%;
display: inline-block;
}
col {
width: 100%;
}
[class*="col-"] {
width: 100%;
}
.section_one {
display: none;
}
.section_two {
display: none;
}
.section_three {
display: flex;
align-items: center;
justify-content: center;
background-color: #7a0b0b;
width: 50px;
height: 50px;
border-radius: 7px;
margin-right: 3%;
line-height: 0.7;
}
.menu-icon {
margin-bottom: 9px;
display: grid;
place-items: center;
height: 55px;
width: 50px;
cursor: pointer;
}
.hamburger_line {
width: 35px;
height: 2px;
background: #f0e6e6;
display: block;
}
.hm_1 {
margin-top: 8px;
}
.secThreeCopy {
display: none;
align-items: center;
justify-content: center;
background-color: #7a0b0b;
width: 50px;
height: 50px;
border-radius: 7px;
margin-right: 3%;
line-height: 0.7;
}
.mnIconCopy {
margin-bottom: 9px;
display: grid;
place-items: center;
height: 55px;
width: 50px;
cursor: pointer;
}
.hmLinecopy {
width: 35px;
height: 2px;
background: #f0e6e6;
display: block;
}
.hm_1_copy {
margin-top: 4px;
}
.dropdown_menu {
width: 250px;
padding-bottom: 10px;
background-color: #4ab66e;
margin-right: 4px;
right: 0;
float: right;
position: fixed;
-moz-transition: 2s;
-o-transition: 2s;
-webkit-transition: 2s;
}
.dropdown_menu:hover {
background-color: var(--color-light);
}
.dropdown_menu a {
color: #b35757;
display: block;
list-style-type: none;
height: 40px;
margin-top: 20px;
padding-top: 10px;
background-color: #ddf0dd;
font-weight: bold;
}
.marker_logo {
display: flex;
}
.marker_img {
width: var(--starbucks-mb-marker-width);
height: var(--starbucks-mb-marker-height);
padding-left: 7px;
}
.div_menu_btn {
display: flex;
justify-content: space-between;
padding-left: 7px;
padding-right: 7px;
}
.frt_menu_btn {
color: var(--color-dark);
width: 100px;
}
.sec_menu_btn {
color: var(--color-light);
width: 100px;
}
.marker_txt {
margin-top: 5px;
margin-left: 10px;
color: var(--color-dark);
font-weight: bold;
}
.container_one {
background-color: var(--color-container-one);
line-height: var(--line-height-container-one);
font-size: 20px;
letter-spacing: 5px;
color: var(--color-light);
width: 100%;
}
.container_two,
.container_three,
.container_four,
.container_five {
background-color: var(--color-container-two);
line-height: var(--line-height-container-one);
letter-spacing: 5px;
color: var(--color-light);
width: 100%;
}
.secImg {
width: 100%;
}
.mb_container_two,
.mb_container_four {
display: block;
}
.secText,
.thirdText,
.fourthText {
font-size: 20px;
}
.thirdImg,
.fourthImg {
height: 40rem;
width: 100%;
margin-left: -10px;
}
.fifthBut {
margin-left: 25%;
margin-bottom: 15px;
width: 52%;
border-radius: 35px;
color: var(--color-light);
border-color: var(--color-light);
}
.fifthImg {
height: 20rem;
width: 100%;
margin-left: -10px;
}
.sixthImg {
height: 20rem;
width: 100%;
}
.sixthTop {
margin-left: 5px;
padding: 15px 15px;
}
.sixthBut {
margin-left: 35%;
margin-top: -10px;
width: 32%;
border-radius: 45px;
color: var(--color-dark);
border-color: var(--color-dark);
}
.mb_footer {
display: none;
}
.icon_img_1 {
width: var(--starbucks-mb-social-width);
height: var(--starbucks-mb-social-height);
}
.icon_img_2,
.icon_img_3,
.icon_img_4,
.icon_img_5,
.icon_img_6 {
width: var(--starbucks-mb-social-width);
height: var(--starbucks-mb-social-height);
margin-left: -5px;
}
.footerUl,
.mbf_hr {
display: none;
}
.ft_sign {
font-size: 14px;
font-weight: bold;
margin-left: 12px;
}
.allSections {
width: 100%;
}
}
|
myStyle.css
|
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
:root {
--color-light: #f1e9e9;
--color-dark: #0c0c0c;
--color-starbucks: #000c07;
--color-container-one: #0e572c;
--color-container-two: #7a0b0b;
--color-container-six: #ddf0dd;
--color-buttons-hover: #d47e8c;
--color-footer-menu: #4ab66e;
--starbucks-logo-width: 4%;
--starbucks-logo-height: 4%;
--starbucks-mobile-logo-width: 14%;
--starbucks-mobile-logo-height: 14%;
--starbucks-mb-marker-width: 14%;
--starbucks-mb-marker-height: 14%;
--starbucks-mb-social-width: 8%;
--starbucks-mb-social-height: 8%;
--line-height-container-one: 1.2;
--line-height-body: 1.3;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Quicksand", sans-serif;
width: 100%;
color: var(--color-light);
line-height: var(--line-height-body);
}
.logo_img {
width: var(--starbucks-logo-width);
height: var(--starbucks-logo-height);
margin-left: 1%;
display: inline-block;
}
.section_one {
display: flex;
flex: 1;
text-align: center;
margin-top: 2%;
}
ul {
list-style-type: none;
}
a {
font-weight: bold;
color: var(--color-starbucks);
padding-right: 15px;
text-decoration: none;
text-transform: uppercase;
padding-left: 15px;
}
li {
display: inline-block;
}
.btn {
border-radius: 45px;
font-weight: bold;
}
.navbar {
width: 100%;
}
.section_two {
display: flex;
text-align: center;
margin-top: 2%;
justify-self: end;
}
.container_one {
background-color: var(--color-container-one);
line-height: var(--line-height-container-one);
font-size: 50px;
letter-spacing: 5px;
color: var(--color-light);
}
.container_two,
.container_three,
.container_four,
.container_five {
background-color: var(--color-container-two);
line-height: var(--line-height-container-one);
letter-spacing: 5px;
color: var(--color-light);
}
.a-link-one {
color: var(--color-light);
}
.first_txt {
color: var(--color-dark);
margin-left: -80%;
}
.secImg,
.fourthImg {
height: 40rem;
}
.secText,
.thirdText,
.fourthText {
padding: 5% 5%;
font-size: 26px;
}
.first_a_col,
.fourth_a_col,
.fifth_a_col,
.sixth_a_col {
height: 400px;
text-align: center;
}
.secTop,
.thirdTop,
.fourthTop {
letter-spacing: 5px;
margin-left: 7%;
}
.secBut,
.fourthBut {
margin: 0 38%;
width: 32%;
border-radius: 45px;
color: var(--color-light);
border-color: var(--color-light);
}
.secBut:hover,
.thirdBut:hover,
.fourthBut:hover,
.fifthBut:hover,
.sixthBut:hover {
background-color: var(--color-buttons-hover);
border-color: var(--color-light);
box-shadow: none;
}
.thirdBut,
.fifthBut {
margin: 0 30%;
width: 32%;
border-radius: 45px;
color: var(--color-light);
border-color: var(--color-light);
}
.thirdImg {
height: 40rem;
right: 0;
margin-left: 30%;
}
.fifthImg {
height: 22rem;
width: 43rem;
right: 0;
}
.thirdAllTxt,
.fifthAllTxt {
margin-left: 5%;
}
.fifthText {
padding: 5% 5%;
}
.allSections {
width: 100%;
}
.sixthImg {
height: 30rem;
width: 50rem;
}
.sixthText {
padding: 5% 5%;
font-size: 18px;
}
.container_six {
background-color: var(--color-container-six);
line-height: var(--line-height-container-one);
letter-spacing: 3px;
color: var(--color-dark);
}
.sixthBut {
margin: 0 38%;
width: 32%;
border-radius: 45px;
color: var(--color-dark);
border-color: var(--color-dark);
}
.footer {
color: var(--color-dark);
}
.icon_img_1,
.icon_img_2,
.icon_img_3,
.icon_img_4,
.icon_img_5,
.icon_img_6 {
width: 2%;
height: 2%;
}
hr {
color: var(--color-dark);
border-top: 2px solid var(--color-dark);
}
.footerUl {
margin-left: -2%;
}
.ft_sign {
margin-left: 1.2%;
}
.ft_li {
display: flex;
justify-content: space-between;
margin-top: 40px;
margin-bottom: 40px;
}
.ft_a {
text-transform: none;
font-size: 18px;
color: var(--color-footer-menu);
/* text-shadow: 0.5px 0.5px #000c07; */
}
.section_three {
display: none;
}
.dropdown_menu {
display: none;
}
@media only screen and (max-width: 600px) {
.navbar {
width: 100%;
}
.logo_img {
width: var(--starbucks-mobile-logo-width);
height: var(--starbucks-mobile-logo-height);
margin-left: 1.5%;
display: inline-block;
}
col {
width: 100%;
}
[class*="col-"] {
width: 100%;
}
.section_one {
display: none;
}
.section_two {
display: none;
}
.section_three {
display: flex;
align-items: center;
justify-content: center;
background-color: #7a0b0b;
width: 50px;
height: 50px;
border-radius: 7px;
margin-right: 3%;
line-height: 0.7;
}
.menu-icon {
margin-bottom: 9px;
display: grid;
place-items: center;
height: 55px;
width: 50px;
cursor: pointer;
}
.hamburger_line {
width: 35px;
height: 2px;
background: #f0e6e6;
display: block;
}
.hm_1 {
margin-top: 8px;
}
.secThreeCopy {
display: none;
align-items: center;
justify-content: center;
background-color: #7a0b0b;
width: 50px;
height: 50px;
border-radius: 7px;
margin-right: 3%;
line-height: 0.7;
}
.mnIconCopy {
margin-bottom: 9px;
display: grid;
place-items: center;
height: 55px;
width: 50px;
cursor: pointer;
}
.hmLinecopy {
width: 35px;
height: 2px;
background: #f0e6e6;
display: block;
}
.hm_1_copy {
margin-top: 4px;
}
.dropdown_menu {
width: 250px;
padding-bottom: 10px;
background-color: #4ab66e;
margin-right: 4px;
right: 0;
float: right;
position: fixed;
-moz-transition: 2s;
-o-transition: 2s;
-webkit-transition: 2s;
}
.dropdown_menu:hover {
background-color: var(--color-light);
}
.dropdown_menu a {
color: #b35757;
display: block;
list-style-type: none;
height: 40px;
margin-top: 20px;
padding-top: 10px;
background-color: #ddf0dd;
font-weight: bold;
}
.marker_logo {
display: flex;
}
.marker_img {
width: var(--starbucks-mb-marker-width);
height: var(--starbucks-mb-marker-height);
padding-left: 7px;
}
.div_menu_btn {
display: flex;
justify-content: space-between;
padding-left: 7px;
padding-right: 7px;
}
.frt_menu_btn {
color: var(--color-dark);
width: 100px;
}
.sec_menu_btn {
color: var(--color-light);
width: 100px;
}
.marker_txt {
margin-top: 5px;
margin-left: 10px;
color: var(--color-dark);
font-weight: bold;
}
.container_one {
background-color: var(--color-container-one);
line-height: var(--line-height-container-one);
font-size: 20px;
letter-spacing: 5px;
color: var(--color-light);
width: 100%;
}
.container_two,
.container_three,
.container_four,
.container_five {
background-color: var(--color-container-two);
line-height: var(--line-height-container-one);
letter-spacing: 5px;
color: var(--color-light);
width: 100%;
}
.secImg {
width: 100%;
}
.mb_container_two,
.mb_container_four {
display: block;
}
.secText,
.thirdText,
.fourthText {
font-size: 20px;
}
.thirdImg,
.fourthImg {
height: 40rem;
width: 100%;
margin-left: -10px;
}
.fifthBut {
margin-left: 25%;
margin-bottom: 15px;
width: 52%;
border-radius: 35px;
color: var(--color-light);
border-color: var(--color-light);
}
.fifthImg {
height: 20rem;
width: 100%;
margin-left: -10px;
}
.sixthImg {
height: 20rem;
width: 100%;
}
.sixthTop {
margin-left: 5px;
padding: 15px 15px;
}
.sixthBut {
margin-left: 35%;
margin-top: -10px;
width: 32%;
border-radius: 45px;
color: var(--color-dark);
border-color: var(--color-dark);
}
.mb_footer {
display: none;
}
.icon_img_1 {
width: var(--starbucks-mb-social-width);
height: var(--starbucks-mb-social-height);
}
.icon_img_2,
.icon_img_3,
.icon_img_4,
.icon_img_5,
.icon_img_6 {
width: var(--starbucks-mb-social-width);
height: var(--starbucks-mb-social-height);
margin-left: -5px;
}
.footerUl,
.mbf_hr {
display: none;
}
.ft_sign {
font-size: 14px;
font-weight: bold;
margin-left: 12px;
}
.allSections {
width: 100%;
}
}
| 0.336876 | 0.120516 |
@font-face {
font-family: 'PF SC NUM';
src: url('../../../assets/fonts/PingFang-SC-Regular.ttf');
}
:global(body) {
margin: 0;
padding: 0;
user-select: none;
font-family: 'PF SC NUM', 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
:global(::-webkit-scrollbar) {
width: 10px;
height: 0px;
}
:global(::-webkit-scrollbar-thumb) {
border-radius: 7px;
background: var(--scrollbar-thumb-color);
}
:global(::-webkit-scrollbar-track) {
-webkit-border-radius: 0px;
border-radius: 0px;
background: var(--black-color);
}
:global(::-webkit-resizer),
:global(::-webkit-scrollbar-corner) {
-webkit-border-radius: 0px;
border-radius: 0px;
background: var(--black-color);
}
:global(.ant-pagination) {
}
:global(.ant-pagination .ant-pagination-prev .ant-pagination-item-link),
:global(.ant-pagination .ant-pagination-next .ant-pagination-item-link) {
background-color: transparent;
border: none;
}
:global(.ant-pagination .ant-pagination-prev .ant-pagination-item-link .anticon-left),
:global(.ant-pagination .ant-pagination-next .ant-pagination-item-link .anticon-right) {
color: var(--darker-grey-color);
}
:global(.ant-pagination .ant-pagination-item) {
border-radius: 16px;
background-color: transparent;
border: none;
}
:global(.ant-pagination .ant-pagination-item a) {
color: var(--text-white-color);
letter-spacing: 0;
text-align: center;
}
:global(.ant-pagination .ant-pagination-item.ant-pagination-item-active) {
background-color: var(--blue-color);
}
:global(.ant-pagination .ant-pagination-total-text) {
color: var(--text-white-color);
}
:global(body),
:global(body #app) {
background-color: var(--lighter-dark-color);
}
.container {
width: 100%;
min-height: 100vh;
display: flex;
flex-direction: column;
margin: 0px;
overflow: visible;
overflow-y: auto;
background-color: var(--lighter-dark-color);
transition: all 0.2s linear, ease;
}
.headerWrapper {
width: 100%;
margin: 0px;
top: 0px;
/* z-index: 10000; */
}
.bodyWrapper {
width: 100%;
display: flex;
flex: 1;
margin: 0px;
/* padding: 25px 11px 25px 11px; */
overflow-y: auto;
}
.loading {
margin: auto;
}
.footerWrapper {
}
|
src/pages/web/home/home.module.css
|
@font-face {
font-family: 'PF SC NUM';
src: url('../../../assets/fonts/PingFang-SC-Regular.ttf');
}
:global(body) {
margin: 0;
padding: 0;
user-select: none;
font-family: 'PF SC NUM', 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
:global(::-webkit-scrollbar) {
width: 10px;
height: 0px;
}
:global(::-webkit-scrollbar-thumb) {
border-radius: 7px;
background: var(--scrollbar-thumb-color);
}
:global(::-webkit-scrollbar-track) {
-webkit-border-radius: 0px;
border-radius: 0px;
background: var(--black-color);
}
:global(::-webkit-resizer),
:global(::-webkit-scrollbar-corner) {
-webkit-border-radius: 0px;
border-radius: 0px;
background: var(--black-color);
}
:global(.ant-pagination) {
}
:global(.ant-pagination .ant-pagination-prev .ant-pagination-item-link),
:global(.ant-pagination .ant-pagination-next .ant-pagination-item-link) {
background-color: transparent;
border: none;
}
:global(.ant-pagination .ant-pagination-prev .ant-pagination-item-link .anticon-left),
:global(.ant-pagination .ant-pagination-next .ant-pagination-item-link .anticon-right) {
color: var(--darker-grey-color);
}
:global(.ant-pagination .ant-pagination-item) {
border-radius: 16px;
background-color: transparent;
border: none;
}
:global(.ant-pagination .ant-pagination-item a) {
color: var(--text-white-color);
letter-spacing: 0;
text-align: center;
}
:global(.ant-pagination .ant-pagination-item.ant-pagination-item-active) {
background-color: var(--blue-color);
}
:global(.ant-pagination .ant-pagination-total-text) {
color: var(--text-white-color);
}
:global(body),
:global(body #app) {
background-color: var(--lighter-dark-color);
}
.container {
width: 100%;
min-height: 100vh;
display: flex;
flex-direction: column;
margin: 0px;
overflow: visible;
overflow-y: auto;
background-color: var(--lighter-dark-color);
transition: all 0.2s linear, ease;
}
.headerWrapper {
width: 100%;
margin: 0px;
top: 0px;
/* z-index: 10000; */
}
.bodyWrapper {
width: 100%;
display: flex;
flex: 1;
margin: 0px;
/* padding: 25px 11px 25px 11px; */
overflow-y: auto;
}
.loading {
margin: auto;
}
.footerWrapper {
}
| 0.38943 | 0.059729 |
html, body, #angular, #principal, #full_images {
min-height: 100% !important;
height: 100%;
}
body {
text-align: center;
padding-right:0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
line-height: 1.4;
}
#header {
display: block;
position: fixed;
top: 0;
z-index: 1050;
}
#principal {
display: block;
position: absolute;
width:100%;
text-align: center;
z-index: 1;
-webkit-animation-name: image-show; /* Chrome, Safari, Opera */
-webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
animation-name: image-show;
animation-duration: 0.3s;
overflow-y: scroll;
overflow-x: hidden;
}
#header-menu-icon {
height: 20px;
}
#alert {
padding-left: 0!important;
padding-right: 0!important;
background-color: rgba(0, 0, 0, 0.5);
}
.animate-show {
-webkit-animation-name: image-show; /* Chrome, Safari, Opera */
-webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
animation-name: image-show;
animation-duration: 0.3s;
}
.center-position {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
width: 100%;
}
#current_image {
max-height: 500px;
max-width: 90%;
}
#tutorial {
display: block;
position: relative;
width:80%;
margin: 10%;
margin-top: 0;
text-align: center;
z-index: 2;
}
a:hover, a:active {
color: #232323;
}
#info-table {
width: 100%;
line-height: 35px;
}
#info-table > tbody > tr > td {
text-align-last: left;
}
#info-table > tbody > tr > th {
text-align-last: right;
}
#full_images {
display: block;
position: relative;
max-width:100%;
text-align: center;
z-index: 2;
background-color: black;
overflow: scroll;
}
#fullscreenimage {
display: block;
position: relative;
margin-top: 10%;
width: 100%;
opacity: 1;
-webkit-animation-name: image-show; /* Chrome, Safari, Opera */
-webkit-animation-duration: 1.5s; /* Chrome, Safari, Opera */
animation-name: image-show;
animation-duration: 1.5s;
}
@-webkit-keyframes image-show {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes image-show {
from {opacity: 0;}
to {opacity: 1;}
}
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
#fullscreen {
background-color: black;
}
#fullimage_button {
margin-top: 5px;
position: absolute;
top: 0;
width: 100%;
}
#fullimage_button > ul > li {
display: inline-block;
}
#fullimage_title {
color: orange;
margin-top: 20%;
}
#capa {
display: block;
position: fixed;
top:50px;
width: 100%;
height: 100%;
z-index: 0;
transition: background-color 0.2s linear;
}
.navbar {
min-height: 0%;
max-height: 50px;
margin-bottom: 0;
}
.navbar-header {
text-align: center;
}
.navbar-title {
padding: 3px;
position:absolute;
width:100%;
text-align:center;
}
.navbar-title > img {
height: 44px;
}
#navbar-left-button {
float:left;
margin-left: 40px;
font-size: 150%;
padding: 12px;
color: white;
}
#navbar-right-button {
float:right;
font-size: 150%;
padding: 12px;
color: white;
}
#navbar-list {
font-size: 130%;
}
#navbar-dropdown {
padding-top: 15px;
padding-bottom: 12px;
}
#navbar-image {
width: 30%;
max-width: 120px;
}
#dropdown-collapse {
position: fixed;
z-index: 1050;
right: 0;
line-height: 2;
background-color: transparent;
}
#uib-datepicker-collapse {
background-color: transparent;
}
.uib-datepicker button {
background: transparent;
font-size: inherit;
}
#dropdown-dialog {
margin: 0;
float: right;
width: initial;
}
#options-collapse {
position: fixed;
z-index: 1040;
line-height: 2;
}
#options-collapse.collapsing {
height: auto;
width: 0;
transition-property: width,height,visibility;
}
#navbar-list {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
font-size: 150%;
}
#navbar-list>li>a{
color:#333;
text-decoration: none;
}
.fade {
opacity: 1;
transition: 0s;
}
.modal-dialog {
top: 50px;
}
.modal-backdrop.in {
z-index: -5;
}
.well {
background-color: white;
background-image: none;
margin: 0;
box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}
#loader > img {
width: auto;
}
.table {
margin-bottom: 0;
}
#counter {
float: none;
display: inline-block;
}
#counter_full {
font-size: 125%;
line-height: 35px;
-webkit-filter: invert(100%);
padding: 5px;
}
.table {
font-size: 120%;
}
#experiment-coordinates {
width: 100%;
}
#experiment-coordinates > tbody > tr > * {
font-weight: 500;
}
#experiment-coordinates_sel > tr > * {
text-align:left;
}
#experiment-coordinates_sel > tr > th > * {
width: 40px;
text-align: center;
}
#experiment-coordinates_info > tr > th {
text-align:center;
width: 40px;
}
#experiment-nav {
display: inline-block;
width: 100%;
}
#experiment-list > ul {
padding: 0;
}
#experiment-list > ul > li {
display: inline-block;
width: 49%;
}
#experiment-list > ul > li > button {
width: 100%;
}
#experiment-option.active {
background-color: orange;
transition: all 0.2s linear;
}
.progress-bar {
transition: initial;
}
@media (max-width: 359px) {
.uib-datepicker button {
background: transparent;
font-size: 11px;
}
}
@media (min-width: 768px) {
.navbar {
min-height: 30px;
max-height: 50px;
margin-bottom: 0;
}
.navbar-header {
float: none;
}
}
@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
position: absolute;
right: 0;
left: auto;
float: none;
width: auto;
margin-top: 0;
background-color: white;
border: 1px solid rgba(0,0,0,.15);
-webkit-box-shadow: -1 6px 12px rgba(0,0,0,.175);
box-shadow: -1 6px 12px rgba(0,0,0,.175);
}
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
background-image: none;
}
.carousel-control .glyphicon-triangle-left, .carousel-control .glyphicon-triangle-right, .carousel-control .glyphicon-plus, .carousel-control .glyphicon-minus, .carousel-control .carousel_icon, .carousel-control .icon-next, .carousel-control .icon-prev {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -14px;
}
.carousel-control:focus, .carousel-control:hover {
opacity: .5;
}
.animate-loading {
-animation: spin 1.5s infinite linear;
-webkit-animation: spin2 1.5s infinite linear;
}
@keyframes spin {
from { transform: scale(1) rotate(0deg);}
to { transform: scale(1) rotate(360deg);}
}
@-webkit-keyframes spin2 {
from { -webkit-transform: rotate(0deg);}
to { -webkit-transform: rotate(360deg);}
}
input[type=range][orient=vertical] {
writing-mode: bt-lr; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 8px;
height: 175px;
padding: 0 5px;
}
#slider {
-webkit-appearance: none;
margin: 18px 0;
width: 100%;
}
#slider:focus {
outline: none;
}
#slider::-webkit-slider-runnable-track {
width: 100%;
height: 8.4px;
cursor: pointer;
animate: 0.2s;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
background: #3071a9;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
#slider::-webkit-slider-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -14px;
}
#slider:focus::-webkit-slider-runnable-track {
background: #367ebd;
}
#slider::-moz-range-track {
width: 100%;
height: 8.4px;
cursor: pointer;
animate: 0.2s;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
background: #3071a9;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
#slider::-moz-range-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
}
#slider::-ms-track {
width: 100%;
height: 8.4px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
border-width: 16px 0;
color: transparent;
}
#slider::-ms-fill-lower {
background: #2a6495;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#slider::-ms-fill-upper {
background: #3071a9;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#slider::-ms-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
}
#slider:focus::-ms-fill-lower {
background: #3071a9;
}
#slider:focus::-ms-fill-upper {
background: #367ebd;
}
#scam-show.active {
position:absolute;
left:2.5%;
margin-right:2.5%;
z-index:6;
-webkit-animation-name: camera-show; /* Chrome, Safari, Opera */
-webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
animation-name: camera-show;
animation-duration: 0.3s;
}
@-webkit-keyframes camera-show {
from {max-width: 0%;
margin-left:50%;}
to {max-width: 95%;
margin-left:0%;}
}
@keyframes camera-show {
from {max-width: 0%;
margin-left:50%;}
to {max-width: 95%;
margin-left:0%;}
}
|
css/styles.css
|
html, body, #angular, #principal, #full_images {
min-height: 100% !important;
height: 100%;
}
body {
text-align: center;
padding-right:0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
line-height: 1.4;
}
#header {
display: block;
position: fixed;
top: 0;
z-index: 1050;
}
#principal {
display: block;
position: absolute;
width:100%;
text-align: center;
z-index: 1;
-webkit-animation-name: image-show; /* Chrome, Safari, Opera */
-webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
animation-name: image-show;
animation-duration: 0.3s;
overflow-y: scroll;
overflow-x: hidden;
}
#header-menu-icon {
height: 20px;
}
#alert {
padding-left: 0!important;
padding-right: 0!important;
background-color: rgba(0, 0, 0, 0.5);
}
.animate-show {
-webkit-animation-name: image-show; /* Chrome, Safari, Opera */
-webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
animation-name: image-show;
animation-duration: 0.3s;
}
.center-position {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
width: 100%;
}
#current_image {
max-height: 500px;
max-width: 90%;
}
#tutorial {
display: block;
position: relative;
width:80%;
margin: 10%;
margin-top: 0;
text-align: center;
z-index: 2;
}
a:hover, a:active {
color: #232323;
}
#info-table {
width: 100%;
line-height: 35px;
}
#info-table > tbody > tr > td {
text-align-last: left;
}
#info-table > tbody > tr > th {
text-align-last: right;
}
#full_images {
display: block;
position: relative;
max-width:100%;
text-align: center;
z-index: 2;
background-color: black;
overflow: scroll;
}
#fullscreenimage {
display: block;
position: relative;
margin-top: 10%;
width: 100%;
opacity: 1;
-webkit-animation-name: image-show; /* Chrome, Safari, Opera */
-webkit-animation-duration: 1.5s; /* Chrome, Safari, Opera */
animation-name: image-show;
animation-duration: 1.5s;
}
@-webkit-keyframes image-show {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes image-show {
from {opacity: 0;}
to {opacity: 1;}
}
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
#fullscreen {
background-color: black;
}
#fullimage_button {
margin-top: 5px;
position: absolute;
top: 0;
width: 100%;
}
#fullimage_button > ul > li {
display: inline-block;
}
#fullimage_title {
color: orange;
margin-top: 20%;
}
#capa {
display: block;
position: fixed;
top:50px;
width: 100%;
height: 100%;
z-index: 0;
transition: background-color 0.2s linear;
}
.navbar {
min-height: 0%;
max-height: 50px;
margin-bottom: 0;
}
.navbar-header {
text-align: center;
}
.navbar-title {
padding: 3px;
position:absolute;
width:100%;
text-align:center;
}
.navbar-title > img {
height: 44px;
}
#navbar-left-button {
float:left;
margin-left: 40px;
font-size: 150%;
padding: 12px;
color: white;
}
#navbar-right-button {
float:right;
font-size: 150%;
padding: 12px;
color: white;
}
#navbar-list {
font-size: 130%;
}
#navbar-dropdown {
padding-top: 15px;
padding-bottom: 12px;
}
#navbar-image {
width: 30%;
max-width: 120px;
}
#dropdown-collapse {
position: fixed;
z-index: 1050;
right: 0;
line-height: 2;
background-color: transparent;
}
#uib-datepicker-collapse {
background-color: transparent;
}
.uib-datepicker button {
background: transparent;
font-size: inherit;
}
#dropdown-dialog {
margin: 0;
float: right;
width: initial;
}
#options-collapse {
position: fixed;
z-index: 1040;
line-height: 2;
}
#options-collapse.collapsing {
height: auto;
width: 0;
transition-property: width,height,visibility;
}
#navbar-list {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
font-size: 150%;
}
#navbar-list>li>a{
color:#333;
text-decoration: none;
}
.fade {
opacity: 1;
transition: 0s;
}
.modal-dialog {
top: 50px;
}
.modal-backdrop.in {
z-index: -5;
}
.well {
background-color: white;
background-image: none;
margin: 0;
box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}
#loader > img {
width: auto;
}
.table {
margin-bottom: 0;
}
#counter {
float: none;
display: inline-block;
}
#counter_full {
font-size: 125%;
line-height: 35px;
-webkit-filter: invert(100%);
padding: 5px;
}
.table {
font-size: 120%;
}
#experiment-coordinates {
width: 100%;
}
#experiment-coordinates > tbody > tr > * {
font-weight: 500;
}
#experiment-coordinates_sel > tr > * {
text-align:left;
}
#experiment-coordinates_sel > tr > th > * {
width: 40px;
text-align: center;
}
#experiment-coordinates_info > tr > th {
text-align:center;
width: 40px;
}
#experiment-nav {
display: inline-block;
width: 100%;
}
#experiment-list > ul {
padding: 0;
}
#experiment-list > ul > li {
display: inline-block;
width: 49%;
}
#experiment-list > ul > li > button {
width: 100%;
}
#experiment-option.active {
background-color: orange;
transition: all 0.2s linear;
}
.progress-bar {
transition: initial;
}
@media (max-width: 359px) {
.uib-datepicker button {
background: transparent;
font-size: 11px;
}
}
@media (min-width: 768px) {
.navbar {
min-height: 30px;
max-height: 50px;
margin-bottom: 0;
}
.navbar-header {
float: none;
}
}
@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
position: absolute;
right: 0;
left: auto;
float: none;
width: auto;
margin-top: 0;
background-color: white;
border: 1px solid rgba(0,0,0,.15);
-webkit-box-shadow: -1 6px 12px rgba(0,0,0,.175);
box-shadow: -1 6px 12px rgba(0,0,0,.175);
}
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
background-image: none;
}
.carousel-control .glyphicon-triangle-left, .carousel-control .glyphicon-triangle-right, .carousel-control .glyphicon-plus, .carousel-control .glyphicon-minus, .carousel-control .carousel_icon, .carousel-control .icon-next, .carousel-control .icon-prev {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -14px;
}
.carousel-control:focus, .carousel-control:hover {
opacity: .5;
}
.animate-loading {
-animation: spin 1.5s infinite linear;
-webkit-animation: spin2 1.5s infinite linear;
}
@keyframes spin {
from { transform: scale(1) rotate(0deg);}
to { transform: scale(1) rotate(360deg);}
}
@-webkit-keyframes spin2 {
from { -webkit-transform: rotate(0deg);}
to { -webkit-transform: rotate(360deg);}
}
input[type=range][orient=vertical] {
writing-mode: bt-lr; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 8px;
height: 175px;
padding: 0 5px;
}
#slider {
-webkit-appearance: none;
margin: 18px 0;
width: 100%;
}
#slider:focus {
outline: none;
}
#slider::-webkit-slider-runnable-track {
width: 100%;
height: 8.4px;
cursor: pointer;
animate: 0.2s;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
background: #3071a9;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
#slider::-webkit-slider-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -14px;
}
#slider:focus::-webkit-slider-runnable-track {
background: #367ebd;
}
#slider::-moz-range-track {
width: 100%;
height: 8.4px;
cursor: pointer;
animate: 0.2s;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
background: #3071a9;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
#slider::-moz-range-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
}
#slider::-ms-track {
width: 100%;
height: 8.4px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
border-width: 16px 0;
color: transparent;
}
#slider::-ms-fill-lower {
background: #2a6495;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#slider::-ms-fill-upper {
background: #3071a9;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#slider::-ms-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
}
#slider:focus::-ms-fill-lower {
background: #3071a9;
}
#slider:focus::-ms-fill-upper {
background: #367ebd;
}
#scam-show.active {
position:absolute;
left:2.5%;
margin-right:2.5%;
z-index:6;
-webkit-animation-name: camera-show; /* Chrome, Safari, Opera */
-webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
animation-name: camera-show;
animation-duration: 0.3s;
}
@-webkit-keyframes camera-show {
from {max-width: 0%;
margin-left:50%;}
to {max-width: 95%;
margin-left:0%;}
}
@keyframes camera-show {
from {max-width: 0%;
margin-left:50%;}
to {max-width: 95%;
margin-left:0%;}
}
| 0.257112 | 0.077169 |
width: 60%;
margin: 100px 200px;
background-color: white;
}
#main1 img {
height: 220px;
width: auto;
float: left;
margin-right: 90px;
background-color: white;
}
#main1{
text-align: center;
font-size: 13px;
}
*{
font-family: 'Poppins', sans-serif;
}
#main1 h1{
color: orange ;
}
/* Explore section*/
#explore{
font-family: 'Poppins', sans-serif;
background-color: azure;
}
#first {
width: 26%;
padding-right: 60px;
}
#first h4{
margin-bottom: -15px;
text-align: start;
}
#first p{
text-align: center;
font-size: 13px;
}
#first img {
height: 120px;
width: auto;
float: left;
margin-right: -30px;
}
h2{
text-align: center;
padding: 5px;
}
h2 span{
color: #6CB840;
}
#second{
width: 26%;
padding-right: 60px;
}
#second h4{
margin-bottom: -15px;
text-align: start;
}
#second p{
text-align: center;
font-size: 13px;
}
#second img {
height: 120px;
width: auto;
float: left;
margin-right: -30px;
}
#third{
width: 26%;
padding-right: 65px;
}
#third h4{
margin-bottom: -15px;
text-align: start;
}
#third p{
text-align: center;
font-size: 13px;
}
#third img {
height: 120px;
width: auto;
float: left;
margin-right: -30px;
}
#fourth{
width: 19%;
padding-right: 60px;
}
#fourth h4{
margin-bottom: -15px;
text-align: start;
}
#fourth p{
text-align: center;
font-size: 13px;
}
#fourth img {
height: 120px;
width: auto;
float: left;
margin-right: -30px;
margin-left: -73px;
margin-bottom: 30px;
}
#fifth{
width: 26%;
padding-right: 60px;
}
#fifth h4{
margin-bottom: -15px;
text-align: start;
}
#fifth p{
text-align: center;
font-size: 13px;
}
#fifth img {
height: 120px;
width: auto;
float: left;
margin-right: -30px;
margin-bottom: 30px;
}
#sixth{
width: 26%;
padding-bottom: 20px;
}
#sixth h4{
margin-bottom: -15px;
text-align: start;
}
#sixth p{
text-align: center;
font-size: 13px;
}
#sixth img {
height: 120px;
width: auto;
float: left;
margin-right: -30px;
margin-bottom: 30px;
}
main{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
/* Hot deals sectiion*/
#hot-deals{
font-family: 'Poppins', sans-serif;
background-color: #C9ECB5;
}
#hot-deals h2{
text-align: center;
padding-top: 10px;
}
#hot-deals h2 span{
color: #6CB840;
}
#main2 {
margin: 10px 50px;
padding-bottom: 50px;
padding-right: 10px;
}
#main2 .juice {
width: auto;
float: left;
margin-right: -150px;
margin-top: -110px;
margin-left: -50px;
}
#main2 h2{
text-align: start;
padding-bottom: -20px;
}
#main2 h1{
color: #6CB840;
padding-bottom: -10px;
}
#main2 p{
width: 85%;
}
#main2 .burger {
width: auto;
float: left;
margin-top: 90px;
margin-left: -70px;
}
/*contact us*/
#contact{
font-family: 'Poppins', sans-serif;
background-color: #FFD77C;
padding: 10px;
}
#contact span{
color: #6CB840;
}
#contact h2{
text-align: center;
}
#contact p{
margin: 0 460px;
text-align: center;
}
#contact form {
text-align: center;
color: white;
padding: 20px;
}
#contact input{
width: 400px;
border: 15px solid white;
border-radius: 20px;
}
#contact button{
background-color: #6CB840;
color: white;
margin-left: 550px;
border: 13px solid #6CB840;
width: 130px;
border-radius: 25px;
}
/* footer*/
footer{
font-family: 'Poppins', sans-serif;
display: flex;
padding-left: 50px;
padding-top: 35px;
background-color: azure;
}
#section1{
width: 15%;
padding-right: 45px;
}
#section2{
width: 25%;
padding-top: 40px;
padding-right: 70px;
border-left: dotted #6CB840 ;
padding-left: 35px;
}
#follow{
width: 25%;
padding-top: 40px;
padding-right: 40px;
}
#send button{
width: auto;
background-color: #6CB840;
color: white;
border: 5px solid #6CB840;
}
#send{
padding-top: 100px;
}
/*header*/
nav ul li a{
font-family: 'Poppins', sans-serif;
padding: 20px;
text-decoration: none;
color: black;
}
nav ul li{
display: inline;
}
nav ul li #street-food{
font-weight: 200;
}
nav{
padding-top: 20px;
padding-left: 20px;
}
nav ul li a #logo{
padding-right: 40px;
}
header{
padding-left: 20px;
padding-bottom: 70px;
font-family: 'Poppins', sans-serif;
background-color: azure;
background-image: radial-gradient(closest-corner at 75% 30%, #6CB840, azure);
}
#food{
width: 30%;
padding-left: 85px;
padding-top: 40px;
border-bottom: 20px;
}
#food h1{
color: #6CB840;
}
#food span{
color: #EAAB1B;
}
#order{
padding-left: 85px;
}
#order button{
background-color: #6CB840;
color: white;
border: 10px solid #6CB840;
border-radius: 15px;
width: 120px;
}
#plate{
display: flex;
float: right;
padding-right: -300px;
padding-top: 190px;
}
#one{
display: flex;
float: right;
padding-right: 300px;
padding-left: -50px;
}
#insta img{
background-color: azure;
}
|
index.css
|
width: 60%;
margin: 100px 200px;
background-color: white;
}
#main1 img {
height: 220px;
width: auto;
float: left;
margin-right: 90px;
background-color: white;
}
#main1{
text-align: center;
font-size: 13px;
}
*{
font-family: 'Poppins', sans-serif;
}
#main1 h1{
color: orange ;
}
/* Explore section*/
#explore{
font-family: 'Poppins', sans-serif;
background-color: azure;
}
#first {
width: 26%;
padding-right: 60px;
}
#first h4{
margin-bottom: -15px;
text-align: start;
}
#first p{
text-align: center;
font-size: 13px;
}
#first img {
height: 120px;
width: auto;
float: left;
margin-right: -30px;
}
h2{
text-align: center;
padding: 5px;
}
h2 span{
color: #6CB840;
}
#second{
width: 26%;
padding-right: 60px;
}
#second h4{
margin-bottom: -15px;
text-align: start;
}
#second p{
text-align: center;
font-size: 13px;
}
#second img {
height: 120px;
width: auto;
float: left;
margin-right: -30px;
}
#third{
width: 26%;
padding-right: 65px;
}
#third h4{
margin-bottom: -15px;
text-align: start;
}
#third p{
text-align: center;
font-size: 13px;
}
#third img {
height: 120px;
width: auto;
float: left;
margin-right: -30px;
}
#fourth{
width: 19%;
padding-right: 60px;
}
#fourth h4{
margin-bottom: -15px;
text-align: start;
}
#fourth p{
text-align: center;
font-size: 13px;
}
#fourth img {
height: 120px;
width: auto;
float: left;
margin-right: -30px;
margin-left: -73px;
margin-bottom: 30px;
}
#fifth{
width: 26%;
padding-right: 60px;
}
#fifth h4{
margin-bottom: -15px;
text-align: start;
}
#fifth p{
text-align: center;
font-size: 13px;
}
#fifth img {
height: 120px;
width: auto;
float: left;
margin-right: -30px;
margin-bottom: 30px;
}
#sixth{
width: 26%;
padding-bottom: 20px;
}
#sixth h4{
margin-bottom: -15px;
text-align: start;
}
#sixth p{
text-align: center;
font-size: 13px;
}
#sixth img {
height: 120px;
width: auto;
float: left;
margin-right: -30px;
margin-bottom: 30px;
}
main{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
/* Hot deals sectiion*/
#hot-deals{
font-family: 'Poppins', sans-serif;
background-color: #C9ECB5;
}
#hot-deals h2{
text-align: center;
padding-top: 10px;
}
#hot-deals h2 span{
color: #6CB840;
}
#main2 {
margin: 10px 50px;
padding-bottom: 50px;
padding-right: 10px;
}
#main2 .juice {
width: auto;
float: left;
margin-right: -150px;
margin-top: -110px;
margin-left: -50px;
}
#main2 h2{
text-align: start;
padding-bottom: -20px;
}
#main2 h1{
color: #6CB840;
padding-bottom: -10px;
}
#main2 p{
width: 85%;
}
#main2 .burger {
width: auto;
float: left;
margin-top: 90px;
margin-left: -70px;
}
/*contact us*/
#contact{
font-family: 'Poppins', sans-serif;
background-color: #FFD77C;
padding: 10px;
}
#contact span{
color: #6CB840;
}
#contact h2{
text-align: center;
}
#contact p{
margin: 0 460px;
text-align: center;
}
#contact form {
text-align: center;
color: white;
padding: 20px;
}
#contact input{
width: 400px;
border: 15px solid white;
border-radius: 20px;
}
#contact button{
background-color: #6CB840;
color: white;
margin-left: 550px;
border: 13px solid #6CB840;
width: 130px;
border-radius: 25px;
}
/* footer*/
footer{
font-family: 'Poppins', sans-serif;
display: flex;
padding-left: 50px;
padding-top: 35px;
background-color: azure;
}
#section1{
width: 15%;
padding-right: 45px;
}
#section2{
width: 25%;
padding-top: 40px;
padding-right: 70px;
border-left: dotted #6CB840 ;
padding-left: 35px;
}
#follow{
width: 25%;
padding-top: 40px;
padding-right: 40px;
}
#send button{
width: auto;
background-color: #6CB840;
color: white;
border: 5px solid #6CB840;
}
#send{
padding-top: 100px;
}
/*header*/
nav ul li a{
font-family: 'Poppins', sans-serif;
padding: 20px;
text-decoration: none;
color: black;
}
nav ul li{
display: inline;
}
nav ul li #street-food{
font-weight: 200;
}
nav{
padding-top: 20px;
padding-left: 20px;
}
nav ul li a #logo{
padding-right: 40px;
}
header{
padding-left: 20px;
padding-bottom: 70px;
font-family: 'Poppins', sans-serif;
background-color: azure;
background-image: radial-gradient(closest-corner at 75% 30%, #6CB840, azure);
}
#food{
width: 30%;
padding-left: 85px;
padding-top: 40px;
border-bottom: 20px;
}
#food h1{
color: #6CB840;
}
#food span{
color: #EAAB1B;
}
#order{
padding-left: 85px;
}
#order button{
background-color: #6CB840;
color: white;
border: 10px solid #6CB840;
border-radius: 15px;
width: 120px;
}
#plate{
display: flex;
float: right;
padding-right: -300px;
padding-top: 190px;
}
#one{
display: flex;
float: right;
padding-right: 300px;
padding-left: -50px;
}
#insta img{
background-color: azure;
}
| 0.428473 | 0.066206 |
๏ปฟ/*General*/
body {
color: #1b1d1f;
font-family: "Open Sans",sans-serif;
font-size: 13px;
line-height: inherit;
margin: 0;
padding: 0;
}
.wrap{
overflow:hidden;
}
*{
box-sizing:border-box;
outline:none;
}
img{
max-width:100%;
}
a:hover,a:focus{
text-decoration:none;
outline:none;
}
.container {
max-width: 1200px;
width: 100%;
}
input,input:focus,input:hover{
outline:none;
}
p {
line-height: 24px;
}
blockquote {
border-left: 5px solid #1b1d1f;
color: #999;
font-size: 16px;
line-height: 30px;
padding: 0 30px;
}
.owl-theme .owl-controls{
margin:0;
}
.owl-default .owl-theme .owl-controls .owl-buttons div.owl-prev {
/*background: rgba(0, 0, 0, 0) url("../images/left.png") no-repeat scroll 0 0;*/
left: 0;
}
.owl-default .owl-theme .owl-controls .owl-buttons div.owl-next {
right: 0;
/*background: rgba(0, 0, 0, 0) url("../images/right.png") no-repeat scroll 0 0;*/
}
.owl-default .owl-theme .owl-controls .owl-buttons div {
background:transparent;
border-radius: 0;
color: #1b1d1f;
display: block;
font-size: inherit;
height: 18px;
margin: -10px 0 0;
opacity: 0;
padding: 0;
position: absolute;
text-indent: -9999px;
top: 50%;
width: 11px;
transition:all 0.5s ease-out 0s;
}
.owl-default:hover .owl-theme .owl-controls .owl-buttons div {
opacity:1;
}
/*Header*/
.header{
/*padding:20px 0;*/
background: #1b1d1f;
}
.header-banner {
font-family:"Grand Hotel";
color: #fff;
}
.logo.logo-header h1 {
color: #1b1d1f;
font-size: 40px;
font-weight: 700;
/*letter-spacing: -3px;*/
margin: 0;
font-family: "Grand Hotel"
}
.logo.logo-header {
display: inline-block;
}
.main-nav {
position: relative;
}
.main-nav.main-nav3 {
z-index: 999;
}
.mobile-menu {
border: 1px solid #e5e5e5;
display: block;
height: 30px;
overflow: hidden;
padding: 2px;
position: absolute;
right: 0;
top: -35px;
width: 30px;
display:none;
}
.mobile-menu a {
color: #1b1d1f;
display: block;
font-size: 24px;
line-height: 24px;
}
.info-header {
padding-top: 10px;
}
.main-nav > ul > li > a {
color: #1b1d1f;
display: block;
position: relative;
text-shadow: 0 0 0;
text-transform: uppercase;
}
.main-nav > ul > li > a:hover{
color:#999;
}
.main-nav > ul {
list-style: outside none none;
padding: 0;
font-size:0;
}
.main-menu{
margin-top:15px;
}
.main-nav > ul > li {
display: inline-block;
font-size: 13px;
margin-right: 50px;
}
.main-nav > ul > li:last-child{
margin-right:0;
}
.main-nav > ul >li.menu-item-has-childrent{
position:relative;
}
.main-nav > ul >li.menu-item-has-childrent::after{
background: #fff none repeat scroll 0 0;
color: #e5e5e5;
content: "๎กณ";
font-family: linearicons;
font-size: 13px;
left: 50%;
margin-left: -5px;
margin-top: 30px;
opacity: 0;
position: absolute;
top: 100%;
transition: all 0.5s ease-out 0s;
visibility: hidden;
width: 11px;
z-index: 10;
}
.main-nav .sub-menu{
position:absolute;
top:100%;
left:0;
opacity:0;
visibility:hidden;
width:200px;
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
padding:10px 0px 30px;
list-style:none;
margin:40px 0 0;
z-index:999;
transition: all 0.5s ease-out 0s;
}
.main-nav .sub-menu .menu-item-has-childrent>.sub-menu{
position:absolute;
top:0;
left:100%;
opacity:0;
visibility:hidden;
width:200px;
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
padding:10px 0px 30px;
list-style:none;
margin:20px 0 0;
z-index:9;
transition: all 0.5s ease-out 0s;
}
.main-nav .sub-menu .menu-item-has-childrent::after {
color: #999;
content: "๎กถ";
font-family: linearicons;
font-size: 12px;
position: absolute;
right: 15px;
top: 15px;
}
.main-nav .sub-menu .menu-item-has-childrent>a{
padding-right:15px;
}
.main-nav .sub-menu .menu-item-has-childrent:hover >.sub-menu{
opacity:1;
visibility:visible;
margin:-10px 0 0;
}
.main-nav > ul >li.menu-item-has-childrent:hover>.sub-menu{
opacity:1;
visibility:visible;
margin:10px 0 0;
}
.main-nav > ul >li.menu-item-has-childrent:hover::after{
opacity:1;
visibility:visible;
margin-top: 0px;
}
.main-nav .menu-item-has-childrent .sub-menu a {
color: #666;
display: block;
padding: 15px 0;
text-transform:capitalize;
}
.main-nav .menu-item-has-childrent .sub-menu a:hover{
color:#999;
}
.main-nav .menu-item-has-childrent .sub-menu li {
padding: 0 15px;
position: relative;
}
.main-nav .menu-item-has-childrent .sub-menu li>a{
border-bottom:1px solid #e5e5e5;
}
.main-nav > ul > li > a > sup {
font-size: 10px;
left: 50%;
margin-left: -8px;
position: absolute;
top: -10px;
}
.main-nav > ul > li > a > sup.title-hot{
color:#fbb450;
}
.main-nav > ul > li > a > sup.title-new{
color:#2caae1;
}
.info-search .search-form {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
height: 70px;
margin-right: -95px;
margin-top: 45px;
padding: 15px;
position: absolute;
right: 0;
top: 100%;
transition: all 0.5s ease-out 0s;
width: 490px;
z-index: 9;
opacity:0;
visibility:hidden;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
}
.info-search:hover .search-form {
opacity:1;
visibility:visible;
margin-top: 15px;
}
.info-search:hover::after {
opacity: 1;
visibility: visible;
margin-top: 10px;
}
.info-search::after {
background: #fff none repeat scroll 0 0;
border-color: #e5e5e5;
border-style: solid;
border-width: 0 0 1px 1px;
color: #e5e5e5;
content: "";
height: 10px;
left: 0;
margin-left: 2px;
margin-top: 40px;
opacity: 0;
position: absolute;
top: 100%;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transition: all 0.5s ease-out 0s;
visibility: hidden;
width: 10px;
z-index: 10;
}
.wrap-toggle-search {
border: 2px solid white;
border-radius: 25px;
height: 30px;
margin-top: 2px;
position: relative;
width: 500px;
}
.toggle-search-category {
display: block;
height: 100%;
position: relative;
width: 50px;
}
.search-form .btn-link-default {
position: absolute;
right: 15px;
top: 15px;
}
.toggle-search-category .toggle-category {
color: #999;
display: block;
height: 100%;
position: relative;
text-align: center;
width: 100%;
z-index: 9;
}
.search-form .btn-link-default {
position: absolute;
right: 15px;
top: 15px;
}
.select-category li {
border-top: 1px solid #e5e5e5;
}
.select-category li:first-child {
border-top: medium none;
}
.select-category li a {
color: #666;
display: block;
padding: 5px 15px;
}
.select-category li a:hover{
color:#999;
}
.toggle-category span {
line-height: 40px;
}
.info-user .inner-user-info {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
margin-right: -48px;
margin-top: 45px;
opacity: 0;
padding: 12px 15px 30px;
position: absolute;
right: 0;
top: 100%;
transition: all 0.5s ease-out 0s;
visibility: hidden;
width: 210px;
z-index: 9;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
}
.info-user::after {
background: #fff none repeat scroll 0 0;
border-color: #e5e5e5;
border-style: solid;
border-width: 0 0 1px 1px;
color: #e5e5e5;
content: "";
height: 10px;
left: 0;
margin-left: 2px;
margin-top:40px;
opacity: 0;
position: absolute;
top: 100%;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transition: all 0.5s ease-out 0s;
visibility: hidden;
width: 10px;
z-index: 10;
}
.info-user:hover .inner-user-info {
opacity:1;
visibility:visible;
margin-top: 15px;
}
.info-user:hover::after {
opacity:1;
visibility:visible;
margin-top:10px;
}
.info-total .info-cart::after{
display:none;
}
.info-total .info-cart::before{
background: #fff none repeat scroll 0 0;
border-color: #e5e5e5;
border-style: solid;
border-width: 0 0 1px 1px;
color: #e5e5e5;
content: "";
height: 10px;
left: 0;
margin-left: 2px;
margin-top: 40px;
opacity: 0;
position: absolute;
top: 100%;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transition: all 0.5s ease-out 0s;
visibility: hidden;
width: 10px;
z-index: 11;
}
.info-total .info-cart .inner-cart-info{
margin-top: 43px;
}
.info-total .info-cart:hover .inner-cart-info{
margin-top: 15px;
}
.info-total .info-cart:hover::before {
opacity:1;
visibility:visible;
margin-top:10px;
}
.info-user .inner-user-info a {
color: #666;
display: block;
padding: 15px 0;
}
.info-user .inner-user-info a:hover{
color:#999;
}
.info-user .inner-user-info li {
border-bottom: 1px solid #e5e5e5;
}
.info-user .inner-user-info a span {
color: #999;
margin-right: 9px;
}
.info-cart .inner-cart-info {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
opacity: 0;
padding: 30px;
position: absolute;
right: -1px;
top: 100%;
transition: all 0.5s ease-out 0s;
width: 400px;
z-index: 10;
text-align:left;
margin-top:30px;
visibility:hidden;
margin-right: -50px;
}
.info-cart:hover .inner-cart-info{
opacity:1;
visibility:visible;
margin-top:0;
}
.info-cart:hover::after{
opacity:1;
}
.info-cart::after{
color: #fff;
content: "๎กณ";
font-family: linearicons;
left: 50%;
margin-left: -5px;
margin-top: -10px;
opacity: 0;
position: absolute;
top: 100%;
transition: all 0.5s ease-out 0s;
}
.inner-cart-info > h2 {
color: #a7a8a8;
font-size: 16px;
margin: 0;
text-transform: uppercase;
}
.info-cart .inner-cart-info.append{
opacity:1;
visibility:visible;
right:0;
}
.inner-cart-info .close-cart-info {
/*background: rgba(0, 0, 0, 0) url("../images/x-bg.png") no-repeat scroll left top;*/
color: #999;
display: block;
font-size: 16px;
height: 30px;
line-height: 28px;
margin-top: 15px;
padding-left: 43px;
text-transform: uppercase;
}
.cart-thumb {
background: #f5f5f5 none repeat scroll 0 0;
display: table-cell;
vertical-align: middle;
width: 70px;
}
.cart-thumb a{
display:block;
}
.cart-thumb a:hover img{
transform:scale(1.2);
}
.cart-thumb img {
width: 70px;
transition:all 0.5s ease-out 0s;
}
.info-list-cart {
list-style: outside none none;
margin: 30px 0 0;
padding: 0;
}
.cart-title a {
color: #666;
font-size: 13px;
}
.cart-title a:hover{
color:#999;
}
.cart-title {
margin: 5px 0 13px;
}
.wrap-cart-title {
display: table-cell;
padding: 0 20px;
vertical-align: top;
width: 200px;
}
.cart-qty {
color: #999;
}
.cart-qty > label {
font-weight: 400;
margin-right: 10px;
}
.wrap-cart-remove {
color: #999;
display: table-cell;
text-align: right;
vertical-align: top;
}
.item-info-cart {
border-top: 1px solid #f5f5f5;
display: table;
padding: 20px 0;
width: 100%;
}
.total-cart {
border-top: 1px solid #f5f5f5;
color: #1b1d1f;
display: table;
font-size: 16px;
padding-top: 25px;
text-transform: uppercase;
width: 100%;
}
.total-cart > label {
display: table-cell;
font-weight: 400;
}
.total-cart span {
display: table-cell;
text-align: right;
}
.link-cart {
margin-bottom: 20px;
margin-top: 40px;
}
.link-cart .cart-edit {
margin-right: 10px;
}
.wrap-cart-remove .remove-product {
/*background: rgba(0, 0, 0, 0) url("../images/remove-cart2.png") no-repeat scroll center center;*/
border: 1px solid #e5e5e5;
border-radius: 50%;
display: inline-block;
height: 30px;
margin-bottom: 3px;
width: 30px;
transition:all 0.5s ease-out 0s;
}
.wrap-cart-remove .remove-product:hover{
background-color:#e5e5e5;
}
.link-cart a{
display:inline-block;
width:160px;
height:40px;
background:#1b1d1f;
text-align:center;
line-height:40px;
color:#fff;
vertical-align:top;
transition:all 0.5s ease-out 0s;
text-transform:uppercase;
}
.link-cart a:hover{
background:#fec64d;
}
.info-total > li {
display: inline-block;
list-style: outside none none;
margin-left: 25px;
position: relative;
text-align: left;
}
.info-total{
text-align:right;
padding:0;
margin:0;
}
.info-total .info-icon {
color: #1b1d1f;
font-size: 18px;
padding-bottom: 15px;
}
.info-cart .info-icon{
position:relative;
}
.info-cart .info-icon sup {
font-size: 10px;
left: 50%;
margin-left: -5px;
position: absolute;
top: -2px;
}
.info-search {
position: relative;
}
.select-category {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
display: none;
left: -1px;
position: absolute;
top: 100%;
width: 180px;
}
.search-form input[type="text"] {
border: medium none;
border-radius: 25px;
color: #999;
height: 100%;
left: 0;
padding: 0 10px 0 30px;
position: absolute;
top: 0;
width: 100%;
}
/*Home Slider*/
.home-slider {
background: #eeeeee none repeat scroll 0 0;
}
.slider-tab {
position: relative;
}
.slider-tab #bx-pager {
bottom: 0;
left: 0;
padding-left: 30px;
position: absolute;
text-align: center;
width: 100%;
}
.slider-tab #bx-pager a {
background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
color: #1b1d1f;
display: inline-block;
float: left;
font-size: 13px;
font-weight: 700;
margin: 0 1px 0 0;
padding: 15px;
position: relative;
text-transform: uppercase;
transition: all 0.5s ease-out 0s;
width: 370px;
}
.slider-tab #bx-pager a::before{
position:absolute;
background:#1b1d1f;
top:-3px;
left:0;
width:100%;
height:3px;
opacity:0;
transition:all 0.5s ease-out 0s;
content:"";
}
.slider-tab #bx-pager a:hover::before,#bx-pager a.active::before{
opacity:1;
}
.slider-tab #bx-pager a.active{
background:#fff;
}
/*Advert*/
.advert {
margin-top: 10px;
}
.item-advert.left {
margin-right: -10px;
}
.item-advert.right {
margin-left: -10px;
}
.item-advert {
position: relative;
overflow:hidden;
}
.text-adv {
background: rgba(246, 246, 246, 0.65) none repeat scroll 0 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-top: 1px solid rgba(0, 0, 0, 0.1);
bottom: 0;
height: 215px;
left: 0;
margin: auto;
max-width: 370px;
padding: 45px 0;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 100%;
}
.item-advert .thumb-adv img{
transition:all 0.5s ease-out 0s;
}
.item-advert:hover .thumb-adv img{
filter:blur(5px);
-webkit-filter:blur(5px);
-moz-filter:blur(5px);
transform:scale(1.15);
}
/*Featured*/
.sub-title {
font-size: 16px;
font-weight: 700;
margin: 0;
text-transform: uppercase;
}
.title {
font-size: 30px;
font-weight: 700;
margin: 0;
text-transform: uppercase;
}
.btn-link-default {
background: #1b1d1f none repeat scroll 0 0;
border: medium none;
color: #fff;
display: inline-block;
height: 40px;
line-height: 40px;
padding: 0 30px;
text-align: center;
text-transform: uppercase;
transition:all 0.5s ease-out 0s;
}
.btn-link-default:hover{
color:#fff;
background:#FBB450;
}
.text-adv .btn-link-default{
margin-top:25px;
}
.box-intro h2 {
margin: 0;
position: relative;
}
.box-intro {
margin-bottom: 30px;
text-align: center;
}
.box-intro h2::before {
background: #e5e5e5 none repeat scroll 0 0;
content: "";
height: 2px;
left: 0;
position: absolute;
top: 17px;
width: 100%;
}
.box-intro .title {
background: #fff none repeat scroll 0 0;
display: inline-block;
margin-bottom: 10px;
padding: 0 40px;
position: relative;
}
.desc-title {
color: #999;
text-transform: uppercase;
}
.featured-product {
margin-top: 70px;
}
.nav-tabs-default .nav.nav-tabs {
border: medium none;
margin: 25px 0 0;
text-align: center;
}
.nav-tabs-default .nav.nav-tabs li {
display: inline-block;
float: none;
}
.nav-tabs-default .nav.nav-tabs li.active a{
background:#1b1d1f;
color:#fff;
}
.nav-tabs-default .nav.nav-tabs li a:hover{
background:#1b1d1f;
color:#fff;
}
.nav-tabs-default .nav.nav-tabs li a {
border: medium none;
border-radius: 0;
color: #1b1d1f;
text-transform: uppercase;
transition:all 0.5s ease-out 0s;
}
.item-product-thumb {
background: #f5f5f5 none repeat scroll 0 0;
position: relative;
transition:all 0.5s ease-out 0s;
}
.title-product {
font-size: 13px;
margin: 0 0 7px;
}
.item-product-info {
margin-top: 27px;
text-align: center;
}
.item-product-info .desc {
color: #666;
}
.title-product a {
color: #1b1d1f;
text-shadow: 0 0 0;
text-transform: uppercase;
}
.title-product a:hover {
color: #999;
}
.info-price del {
color:#999;
margin-left:5px;
}
.info-price span {
font-size: 24px;
}
.item-product-thumb::after {
/*background-image: url("../images/bg-product.png");*/
background-position: left top;
background-repeat: no-repeat;
background-size: 100% 100%;
bottom: -27px;
content: "";
height: 27px;
left: 0;
opacity: 0;
position: absolute;
width: 100%;
transition:all 0.5s ease-out 0s;
}
.item-product-thumb img{
width:100%;
}
.item-product-thumb:hover::after {
opacity:1;
}
.item-product {
margin-bottom: 30px;
position: relative;
}
.featured-product .tab-content {
margin-top: 30px;
}
.product-extra-link a {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
color: #1b1d1f;
display: inline-block;
height: 40px;
margin: auto;
position: absolute;
text-align: center;
width: 40px;
z-index:99;
transition:all 0.5s ease-out 0s;
transform:scale(0.5);
}
.product-extra-link a:hover{
color:#fff;
background:#1b1d1f;
}
.product-extra-link a span {
line-height: 40px;
}
.product-extra-link .product-add-cart {
bottom: 0;
height: 60px;
left: 0;
right: 0;
top: 0;
width: 60px;
}
.product-extra-link .product-compare {
left: 50%;
margin-left: 10px;
margin-top: -70px;
top: 50%;
}
.product-extra-link .product-wishlist {
left: 50%;
margin-left: -50px;
margin-top: 30px;
top: 50%;
}
.product-extra-link .product-quick-view {
bottom: -30px;
height: 81px;
padding-left: 25px;
padding-top: 7px;
right: -25px;
text-align: left;
width: 80px;
}
.product-extra-link .product-add-cart span {
line-height: 60px;
}
.item-product.item-product-leading {
position: relative;
}
.item-product-leading .item-product-info {
left: 70px;
position: absolute;
text-align: left;
top: 0;
}
.item-product-leading .info-price span {
color: #c2bebe;
display: block;
font-size: 55px;
font-weight: 700;
margin-bottom: -10px;
}
.item-product-leading .readmore:hover {
color:#999;
}
.item-product-leading .readmore {
color: #1b1d1f;
display: block;
margin-top: 10px;
text-decoration: underline;
text-transform: uppercase;
}
.product-extra-mask{
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity:0;
visibility:hidden;
transition:all 0.5s ease-out 0s;
}
.product-extra-link {
background: rgba(27, 29, 31, 0.5) none repeat scroll 0 0;
height: 100%;
width: 100%;
overflow:hidden;
position:relative;
}
.item-product-thumb:hover .product-extra-mask {
opacity:1;
visibility:visible;
}
.item-product-thumb:hover .product-extra-link a{
transform:scale(1);
}
.product-box-promotion {
left: 3px;
position: absolute;
top: 0;
}
.item-product:hover .product-box-promotion span {
opacity:0;
transform:scale(0.5);
}
.product-box-promotion span {
border-radius: 50%;
color: #fff;
display: inline-block;
height: 44px;
line-height: 44px;
margin-left: 7px;
margin-top: 10px;
text-align: center;
width: 44px;
transition:all 0.5s ease-out 0s;
opacity:1;
}
.product-box-promotion span.new-item {
background:#f87028;
}
.product-box-promotion span.sale-item {
background:#5398d7;
}
/*Advert*/
.product-advert {
margin-top: 40px;
}
.leading-box-adv {
color: #fff;
}
.product-advert .col-lg-3.col-md-3.col-sm-6.col-xs-12 {
padding: 0;
}
.product-box-adv {
overflow: hidden;
position: relative;
}
.product-thumb-link {
display: block;
overflow: hidden;
position: relative;
}
.product-thumb-link img {
width: 100%;
transition:all 0.5s ease-out 0s;
}
.product-box-adv:hover img {
transform: scale(1.2);
}
.list-product .item-product-thumb:hover .product-thumb-link img{
transform:scale(1.15);
}
.product-box-adv .btn-link-default {
bottom: 0;
position: absolute;
right: 0;
text-align: center;
transition: all 0.5s ease-out 0s;
width:130px;
}
.item-box-adv:hover .btn-link-default {
background:transparent;
color:#fff;
background:rgba(27,29,31,0.5);
width:100%;
height:100%;
}
.leading-text-adv {
bottom: 0;
color: #fff;
height: 85px;
left: 0;
margin: auto;
position: absolute;
right: 0;
text-align: center;
text-transform: uppercase;
top: 0;
width: 100%;
}
.item-text-adv {
top: 100%;
color: #fff;
font-size: 30px;
left: 100%;
margin: 16px 0 0;
position: absolute;
text-align: center;
text-transform: uppercase;
width: 100%;
opacity:0;
transition:all 0.5s ease-out 0s;
font-weight:700;
z-index:999;
}
.item-box-adv .btn-link-default span {
position: absolute;
width:130px;
height:40px;
line-height:40px;
display:inline-block;
text-align:center;
right:0;
bottom:0;
transition:all 0.5s ease-out 0s;
text-decoration:underline;
}
.item-box-adv:hover .btn-link-default span{
width:100%;
}
.item-box-adv .btn-link-default span:hover{
text-decoration:none;
}
.item-box-adv:hover .item-text-adv{
opacity:1;
top: 50%;
left: 0;
margin: -16px 0 0;
}
.leading-text-adv h3 {
font-size: 20px;
font-weight: 700;
margin:0;
transition:all 0.5s ease-out 0s;
}
.leading-text-adv h2 {
font-size: 40px;
font-weight: 700;
margin: 0;
transition:all 0.3s ease-out 0s;
}
.leading-box-adv:hover .leading-text-adv h3 {
font-size:30px;
}
.leading-box-adv:hover .leading-text-adv h2 {
font-size:20px;
}
.leading-text-adv > a {
color: #fff;
display: inline-block;
text-decoration: underline;
}
/*New Product*/
.new-product {
margin-top: 70px;
}
.new-product .product-box-promotion {
left: 12px;
top: 11px;
}
.new-product .box-intro {
margin-bottom: 45px;
}
.new-product .product-extra-link a{
background:#1b1d1f;
color:#fff;
}
.new-product .product-extra-link a:hover{
background:#FBB450;
color:#fff;
}
/* .new-product .product-extra-mask{
padding:10px;
} */
.new-product .product-extra-link {
background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
/* box-shadow: 0 0 5px 0 #cecece; */
}
.new-product .product-extra-link .product-wishlist {
margin-left: -75px;
margin-top: 20px;
}
.new-product .product-extra-link .product-compare {
margin-left: 35px;
margin-top: 20px;
}
.new-product .product-extra-link .product-add-cart{
margin-top:10px;
top:50%;
}
.new-product .item-product-info{
position:absolute;
top:50%;
left:0;
width:100%;
margin-top:-70px;
opacity:0;
visibility:hidden;
transition:all 0.5s ease-out 0s;
}
.new-product .item-product:hover .item-product-info,.new-product .item-product:hover .product-extra-mask{
opacity:1;
visibility:visible;
}
.new-product .item-product:hover .product-extra-link a{
transform:scale(1);
}
.new-product .owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
border: 1px solid #1b1d1f;
border-radius: 0;
color: #1b1d1f;
display: inline-block;
font-size: 10px;
height: 24px;
margin: 0;
opacity: 0;
padding: 6px;
position: absolute;
text-shadow: 0 0 0;
top: -66px;
transition: all 0.5s ease-out 0s;
width: 24px;
}
.new-product:hover .owl-theme .owl-controls .owl-buttons div{
opacity:1;
}
.new-product .owl-theme .owl-controls .owl-buttons div:hover {
border-color: #fbb450;
color: #fbb450;
}
.new-product .owl-theme .owl-controls .owl-buttons div.owl-prev{
left:0;
}
.new-product .owl-theme .owl-controls .owl-buttons div.owl-next{
right:0;
}
/*The Brand*/
.the-brand {
margin-top: 35px;
}
.item-brand {
margin: 0 -15px;
position: relative;
text-align: center;
}
.item-brand-text {
margin-top: 25px;
}
.btn-link-default.brand-link {
margin-bottom: 26px;
margin-top: 20px;
}
.item-brand::after {
/*background-image: url("../images/bg-product-2.png");*/
background-position: left top;
background-repeat: no-repeat;
background-size: 100% 100%;
bottom: -40px;
content: "";
height: 40px;
left: 0;
position: absolute;
width: 100%;
}
.item-product-thumb.item-left {
margin-right: -5px;
}
.item-product-thumb.item-right {
margin-left: -5px;
}
.paginav-slider .owl-theme .owl-controls .owl-page span {
background: #ccc none repeat scroll 0 0;
border-radius: 50%;
display: block;
height: 7px;
margin: 4px;
opacity: 1;
width: 7px;
}
.paginav-slider .owl-theme .owl-controls .owl-page span:hover,.paginav-slider .owl-theme .owl-controls .owl-page.active span{
background:#1b1d1f;
}
.paginav-slider .owl-pagination {
left: 0;
position: absolute;
top: -40px;
width: 100%;
}
.paginav-slider .wrap-item {
margin-top: 60px;
}
.partner-slider-paginav.style1 .wrap-item{
margin-top: 30px;
}
.the-brand .owl-theme .owl-controls .owl-buttons div {
border-radius: 0;
color: #fff;
display: inline-block;
font-size: inherit;
height: 123px;
margin: -100px 0 0;
opacity: 1;
padding: 0;
position: absolute;
text-indent: -9999px;
top: 50%;
width: 57px;
}
.the-brand .owl-theme .owl-controls .owl-buttons div.owl-prev{
/*background: transparent url("../images/prev.png") no-repeat scroll center center;*/
left:25%;
margin-left:5px;
}
.the-brand .owl-theme .owl-controls .owl-buttons div.owl-next{
/*background: transparent url("../images/next.png") no-repeat scroll center center;*/
right:25%;
margin-right:5px;
}
/*Testimonial*/
.testimonial-slider {
margin: 40px 0 70px;
}
.testimo-item {
background: #797979 none repeat scroll 0 0;
color: #fff;
}
.info-testimo-author {
left: 0;
position: absolute;
top: 90px;
width: 100%;
z-index: 2;
}
.testimo-thumb {
filter: blur(8px);
-moz-filter: blur(8px);
-webkit-filter: blur(8px);
transform: scale(1.1);
}
.testimo-content-left::before {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.testimo-content-left {
overflow: hidden;
position: relative;
text-align: center;
}
.testimo-avatar {
border: 3px solid #3a3a3a;
border-radius: 50%;
display: inline-block;
overflow: hidden;
position: relative;
width:150px;
}
.testimo-avatar::before{
position:absolute;
content:"";
background:rgba(251,180,80,0.2);
width:100%;
height:100%;
display:block;
top:0;
left:0;
transition:all 0.5s ease-out 0s;
opacity:0;
border-radius: 50%;
z-index:9;
}
.testimo-avatar:hover::before{
opacity:1;
}
.testimo-avatar img {
border-radius: 50%;
width:100%;
transition:all 0.5s ease-out 0s;
}
.testimo-avatar:hover img{
transform:rotate(30deg);
}
.testimo-name {
font-size: 16px;
font-weight: bold;
}
.testimo-name > a {
color: #fff;
}
.testimo-name > a:hover {
color: #999;
}
.testimo-desc {
font-size: 16px;
}
.testimo-content-right {
padding-left: 55px;
padding-right: 70px;
padding-top: 95px;
position: relative;
}
.testimo-content-right .testimo-desc::before {
content: "๎ ฟ";
font-family: linearicons;
font-size: 30px;
left: 0;
position: absolute;
top: 0;
}
.testimo-desc {
padding-top: 60px;
position: relative;
}
.testimo-date {
color: #ccc;
display: block;
margin-top: 24px;
padding-top: 15px;
position: relative;
}
.testimo-date::before {
background: #fff none repeat scroll 0 0;
content: "";
height: 1px;
left: 0;
position: absolute;
top: 0;
width: 24px;
}
/*Popular Post*/
.popular-post {
margin-top: 35px;
}
.popular-box::before {
position:absolute;
background: rgba(27, 29, 31, 0.5) none repeat scroll 0 0;
width:100%;
height:100%;
content:"";
top:0;
left:0;
opacity:0;
transition:all 0.5s ease-out 0s;
}
.popular-box-thumb > a {
display: block;
}
.popular-box-thumb > a img{
width:100%;
}
.popular-box:hover::before{
opacity:1;
}
.popular-box {
margin: 0 -10px 10px;
position: relative;
overflow:hidden;
}
.popular-box-text {
left: 0;
position: absolute;
top: 50px;
}
.popular-post .item {
padding: 0 10px;
}
.title-popular-box {
font-size: 16px;
margin: 0;
text-transform: uppercase;
}
.title-popular-box a {
display: block;
}
.title-popular-box a:hover span{
color:#FBB450;
}
.desc-popular-box {
font-size: 13px;
margin: 0;
}
.desc-popular-box span {
background: #f9f9f9 none repeat scroll 0 0;
display: inline-block;
padding: 8px 20px;
}
.title-popular-box span {
background: rgba(27, 29, 31, 0.9) none repeat scroll 0 0;
color: #fff;
display: inline-block;
padding: 16px 20px;
}
.popular-box-thumb img{
width:100%;
}
/*Partner Slider*/
.partner-slider .partner-item img {
filter: grayscale(1);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
width: 100%;
transition:all 0.5s ease-out 0s;
}
.partner-item:hover a img{
filter: grayscale(0);
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
transform:scale(1.1);
}
.partner-item:hover a {
border:1px solid #e5e5e5;
}
.partner-item a {
display: block;
transition:all 0.5s ease-out 0s;
overflow:hidden;
border:1px solid #e5e5e5;
}
.partner-slider .item {
padding: 0 15px;
}
.partner-slider {
margin-bottom: 53px;
margin-top: 70px;
}
.partner-item {
padding-bottom: 27px;
position: relative;
}
.partner-item::after {
/*background-image: url("../images/theme/sharp-partner.png");*/
background-repeat:no-repeat;
background-size:100% 100%;
background-position:center top;
bottom: 0;
content: "";
height: 27px;
left: 0;
position: absolute;
width: 100%;
z-index: 999;
transition:all 0.5s ease-out 0s;
opacity:0;
}
.partner-item:hover::after{
opacity:1;
}
/*Footer*/
.footer {
background: #f5f5f5 none repeat scroll 0 0;
margin-top: 50px;
padding: 20px 0 20px;
}
.logo-footer .sub-title {
color: #1b1d1f;
}
.footer-nav {
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
margin: auto;
max-width: 280px;
min-height: 280px;
padding: 0 60px;
width: 100%;
}
.footer-nav a {
color: #666;
}
.footer-nav li {
margin-bottom: 20px;
}
.footer-nav .sub-title {
margin-bottom: 20px;
}
.logo.logo-footer {
margin-bottom: 25px;
}
.footer-nav .sub-title {
margin-bottom: 20px;
}
.logo.logo-footer {
margin-bottom: 25px;
}
.download p {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 12px;
padding-bottom: 15px;
}
.download-link a {
color: #999;
}
.download-link li {
margin-bottom: 10px;
}
.newsletter .sub-title {
margin-bottom: 20px;
}
.newsletter input[type="text"] {
color: #999;
height: 40px;
line-height: 40px;
margin-top: 10px;
padding: 0 15px;
width: 306px;
}
.footer-dark .newsletter input[type="text"] {
border:none;
}
.newsletter input[type="submit"] {
border: medium none;
margin-top: 10px;
}
.newsletter {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 30px;
}
.share-social a {
color: #666;
font-size: 24px;
transition:all 0.5s ease-out 0s;
}
.share-social a:hover{
color:#1b1d1f;
}
.share-social {
margin-top: 23px;
}
.footer-bottom {
border-top: 1px solid #e5e5e5;
margin-top: 40px;
padding-top: 45px;
}
.menu-footer a {
color: #666;
}
.menu-footer li {
margin-right: 10px;
}
.copyright {
color: #666;
}
.footer-dark .copyright{
text-align:right;
}
.copyright a {
color: #1b1d1f;
}
#footer .copyright a:hover{
color:#999;
}
.contact-phone {
margin-top: 30px;
}
.phone-number {
color: #666;
margin-left: 10px;
}
.download-link span {
margin-right: 8px;
}
.footer a:hover{
color:#1b1d1f;
}
/*************************************************************
Page Detail
*************************************************************/
.category-slider .item img {
width: 100%;
}
.category-slider .item {
padding: 0 15px;
}
.category-slider {
background: #f6f6f6 none repeat scroll 0 0;
padding: 50px 0;
}
.relate-product .nav-tabs-default {
margin-bottom: 30px;
}
.relate-product .owl-default .owl-theme .owl-controls .owl-buttons div {
margin-top: -50px;
}
.product-slider .item{
padding:0 15px;
}
.relate-product .item-product{
margin-bottom:0;
}
.relate-product .title-product a {
text-transform: uppercase;
}
.detail-product-tab {
border: 1px solid #e5e5e5;
margin-bottom: 50px;
margin-top: 35px;
padding: 0 30px 20px;
}
.nav-tabs-default {
margin-bottom: 20px;
}
.product-gallery .bx-wrapper {
float: left;
margin: 0;
padding-right: 10px;
position: relative;
width: 81.4%;
}
.product-gallery #bx-pager {
float: left;
width: 18.6%;
}
.product-gallery #bx-pager a {
background: #f5f5f5 none repeat scroll 0 0;
display: block;
margin-bottom: 10px;
overflow: hidden;
position: relative;
width: 100%;
}
.product-gallery #bx-pager a.active::before {
background: #1b1d1f none repeat scroll 0 0;
content: "";
height: 1px;
left: -50%;
position: absolute;
top: 50%;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
width: 200%;
}
.product-gallery #bx-pager a img {
width: 100%;
}
.product-gallery .bxslider img {
height: auto;
width: 100%;
}
.product-gallery .bx-viewport {
background: #f5f5f5 none repeat scroll 0 0;
}
.product-gallery .bx-prev {
color: #a0a0a0;
font-size: 18px;
left: 0;
margin-left: 25px;
margin-top: -10px;
position: absolute;
top: 50%;
}
.product-gallery .bx-controls-direction a:hover {
color: #fec64d;
}
.product-gallery .bx-next {
color: #a0a0a0;
font-size: 18px;
right: 10px;
margin-right: 15px;
margin-top: -10px;
position: absolute;
top: 50%;
}
.bread-crumb .lnr.lnr-chevron-right {
font-size: 8px;
}
.bread-crumb a {
color: #999;
}
.bread-crumb {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 30px;
padding: 15px 0;
text-shadow: 0 0 0;
}
.title-product-detail {
font-size: 30px;
margin-bottom: 15px;
margin-top: 0;
text-transform: uppercase;
}
.wrap-star-rating {
/*background: rgba(0, 0, 0, 0) url("../images/rate-bg.png") repeat-x scroll left top;*/
height: 12px;
width: 80px;
}
.inner-star-rating {
/*background: rgba(0, 0, 0, 0) url("../images/rate-star.png") repeat-x scroll left center;*/
height: 12px;
}
.inner-star-rating {
/*background: rgba(0, 0, 0, 0) url("../images/rate-star.png") repeat-x scroll left center;*/
height: 12px;
}
.info-product-detail .desc {
color: #666;
margin: 15px 0 10px;
}
.product-gallery .share-social a {
color: #999;
font-size: 18px;
padding: 0 5px;
}
.product-gallery .share-social {
margin-left: 150px;
margin-top: 15px;
}
.attr-product {
border: 1px solid #e5e5e5;
}
.select-attr-size {
background: #fafafa none repeat scroll 0 0;
box-shadow: 0 0 0 1px #e5e5e5;
display: none;
left: 0;
list-style: outside none none;
margin: 0;
padding: 0;
position: absolute;
top: 100%;
width: 100%;
z-index: 9;
}
.attr-product.attr-size {
margin-top: 20px;
position: relative;
text-transform: uppercase;
}
.attr-size .selected-attr-size {
/*background: rgba(0, 0, 0, 0) url("../images/arrow-down.png") no-repeat scroll right 20px center;*/
color: #1b1d1f;
display: block;
padding: 10px 20px;
}
.attr-product label {
font-weight: 400;
margin: 0;
text-transform: uppercase;
}
.selected-attr-size > span {
position: absolute;
right: 65px;
}
.select-attr-size li a {
display: block;
padding: 5px 20px;
color: #1b1d1f;
}
.select-attr-size li{
border-bottom:1px solid #e5e5e5;
}
.select-attr-size li:last-child{
border-bottom:1px solid transparent;
}
.select-attr-size li a.selected {
background: #f5f5f5 none repeat scroll 0 0;
}
.attr-product.attr-color {
display: table;
margin-top: 20px;
padding: 15px 10px 10px 20px;
width: 100%;
}
.attr-product.attr-color > ul {
display: table-cell;
list-style: outside none none;
margin: 0;
padding: 0;
}
.attr-product.attr-color > label {
display: table-cell;
padding-right: 20px;
vertical-align: top;
}
.attr-product.attr-color li {
display: inline-block;
}
.attr-product.attr-color a {
border: 1px solid #e5e5e5;
display: block;
height: 30px;
margin: 0 3px 5px 0;
padding: 1px;
width: 30px;
}
.attr-product.attr-color a span {
display: block;
height: 100%;
overflow: hidden;
position: relative;
width: 100%;
}
.attr-product.attr-color a.selected span::after {
background: #1b1d1f none repeat scroll 0 0;
content: "";
height: 1px;
left: -50%;
position: absolute;
top: 50%;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
width: 200%;
}
.blue {
background: #4d6dbd none repeat scroll 0 0;
}
.blue-air {
background: #2fbcda none repeat scroll 0 0;
}
.orange {
background: #fbb450 none repeat scroll 0 0;
}
.green {
background: #72b226 none repeat scroll 0 0;
}
.gray {
background: #d8d8d9 none repeat scroll 0 0;
}
.black {
background: #202020 none repeat scroll 0 0;
}
.red {
background: #fb5d5d none repeat scroll 0 0;
}
.yellow {
background: #ffe00c none repeat scroll 0 0;
}
.blue-light {
background: #1997d4 none repeat scroll 0 0;
}
.blue-ocean {
background: #5990de none repeat scroll 0 0;
}
.info-qty {
border: 1px solid #e5e5e5;
height: 40px;
line-height: 40px;
max-width: 220px;
padding: 0 20px;
}
.info-qty > label {
font-weight: 400;
margin: 0 40px 0 0;
text-transform: uppercase;
}
.info-qty a {
color: #b8b8b8;
}
.info-qty a:hover {
color: #fec64d;
}
.qty-val {
display: inline-block;
text-align: center;
width: 60px;
}
.wrap-cart-qty .btn-link-default.add-to-cart {
margin-top: 20px;
max-width: 220px;
width: 100%;
}
.info-extra a {
color: #1b1d1f;
margin-right: 15px;
}
.info-extra {
margin-top: 20px;
}
.content-product-detail.none-sidebar .wrap-attr-product {
float: left;
margin-right: 20px;
}
.wrap-attr-product {
max-width: 320px;
width: 100%;
}
.wrap-cart-qty {
float: left;
margin-top: 20px;
max-width: 220px;
width: 100%;
}
/*****************************************
Page Detail Mr
******************************************/
.content-product-detail.has-sidebar .product-gallery .bx-wrapper {
float: none;
margin: 0;
padding-right: 0;
position: relative;
width: 100%;
}
.content-product-detail.has-sidebar .product-gallery #bx-pager {
float: none;
width: auto;
}
.content-product-detail.has-sidebar .product-gallery #bx-pager a {
display: inline-block;
margin-bottom: 0;
margin-right: 6px;
margin-top: 10px;
max-width: 97px;
}
.content-product-detail.has-sidebar .product-gallery #bx-pager a:last-child{
margin-right:0;
}
.widget.widget-category h3 {
font-size: 13px;
margin: 0 0 15px;
text-transform: uppercase;
}
.widget-title.sub-title {
margin: 0 0 25px;
}
.widget.widget-category > h3 a {
color: #1b1d1f;
}
.widget.widget-category > h3 a:hover ,.widget.widget-category ul li a:hover,.sidebar-product .title-product a:hover{
color: #999;
}
.widget.widget-category > ul {
list-style: outside none none;
margin: 0 0 40px;
padding: 0;
}
.widget.widget-category > ul:last-child {
margin-bottom: 0;
}
.widget.widget-category ul li a {
color: #666;
padding-left: 30px;
position: relative;
}
.widget.widget-category ul li a::before {
content: "๎กบ";
font-family: linearicons;
left: 0;
position: absolute;
top: 0;
}
.sidebar-product .widget {
border: 1px solid #e5e5e5;
margin-bottom: 30px;
padding:30px;
}
.sidebar-product ul{
padding:0;
list-style:none;
}
.product-thumb {
background: #f5f5f5 none repeat scroll 0 0;
float: left;
margin-right: 20px;
max-width: 70px;
width: 100%;
}
.sidebar-product .title-product a {
color: #666;
}
.widget-top-seller li {
margin-bottom: 20px;
}
.widget.widget-category li {
border-bottom: 1px solid #e5e5e5;
padding: 8px 0;
}
.widget.widget-category li:last-child{
border-bottom: 1px solid transparent;
}
.widget.widget-compare li{
position:relative;
}
.widget.widget-compare ul li .remove-product-compare {
color: #1b1d1f;
left: -20px;
position: absolute;
top: 0;
}
.widget.widget-compare ul li{
margin-bottom:20px;
}
.btn-link-default.btn-compare {
margin-right: 25px;
padding: 0 20px;
}
.widget-compare-link .clear-compare {
color: #1b1d1f;
text-transform: uppercase;
}
.widget-compare-link .clear-compare:hover{
color:#999;
}
.widget-compare-link {
border-top: 1px solid #e5e5e5;
margin-bottom: 20px;
padding-top: 20px;
}
/******************************************
Page Grid
*******************************************/
.product-sort a {
border: 1px solid #e5e5e5;
color: #1b1d1f;
display: block;
height: 36px;
line-height: 36px;
padding: 0 20px 0 44px;
text-transform: uppercase;
}
.product-sort a.active{
color:#fff;
border: 1px solid #1b1d1f;
}
.product-sort li {
float: left;
padding: 0;
}
.product-sort a.grid {
/*background: rgba(0, 0, 0, 0) url("../images/icon-grid.png") no-repeat scroll left 20px center;*/
}
.product-sort a.grid.active {
/*background: #1b1d1f url("../images/icon-grid-active.png") no-repeat scroll left 20px center;*/
}
.product-sort a.list {
/*background: rgba(0, 0, 0, 0) url("../images/icon-list.png") no-repeat scroll left 20px center;*/
}
.product-sort a.list.active {
/*background: #1b1d1f url("../images/icon-list-active.png") no-repeat scroll left 20px center;*/
}
.product-sort{
margin:0;
padding:0;
}
.product-filter .ui-selectmenu-button{
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 0;
color: #1b1d1f;
display: inline-block;
font-family: open sans;
font-size: 13px;
font-weight: 400;
height: 36px;
text-transform: uppercase;
width: 130px !important;
}
.product-filter .ui-selectmenu-button::after {
content: "๎กด";
font-family: linearicons;
position: absolute;
right: 15px;
top: 10px;
}
.product-filter .ui-selectmenu-button .ui-selectmenu-text {
display: block;
height: 34px;
line-height: 34px;
padding: 0 30px 0 20px;
width: 100%;
}
.ui-selectmenu-menu .ui-menu {
border-radius: 0;
overflow: hidden;
padding: 0;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
border: 1px solid #fbcb09;
color: #fbb450;
font-weight: normal;
}
.ui-menu .ui-menu-item {
padding: 5px 1em 5px 0.4em;
}
.product-filter .ui-state-default .ui-icon{
display:none;
}
.product-filter {
position: relative;
}
.filter-type {
position: absolute;
}
.product-filter .filter-selected {
border: 1px solid #e5e5e5;
color: #1b1d1f;
display: block;
height: 36px;
line-height: 36px;
padding: 0 54px 0 20px;
position: relative;
text-transform: uppercase;
}
.product-filter .filter-selected::after {
content: "๎กด";
font-family: linearicons;
position: absolute;
right: 20px;
top: 0;
}
.sort-pagi-bar.top {
margin-bottom: 30px;
}
.filter-type li a {
display: block;
padding: 5px 20px;
color: #666;
}
.filter-type {
background: #fafafa none repeat scroll 0 0;
border: 1px solid #e5e5e5;
display: none;
left: 0;
list-style: outside none none;
margin: 0;
padding: 0;
position: absolute;
top: 100%;
width: 100%;
z-index: 9;
}
.filter-type li{
border-bottom:1px solid #e5e5e5;
}
.filter-type li:last-child{
border-bottom:1px solid transparent;
}
.filter-type li a.selected {
background: #f5f5f5 none repeat scroll 0 0;
}
.filter-type li a:hover {
color: #999;
}
.product-pagi-nav a {
border: 1px solid #e5e5e5;
color: #1b1d1f;
display: block;
height: 36px;
line-height: 36px;
text-align: center;
width: 36px;
transition:all 0.5s ease-out 0s;
}
.product-pagi-nav a.active,.product-pagi-nav a:hover{
color:#fff;
border-color:#1b1d1f;
background-color:#1b1d1f;
}
.product-pagi-nav li {
margin: 0;
padding: 0;
vertical-align: top;
}
.product-pagi-nav a span {
display: block;
line-height: 36px;
}
.product-pagi-nav {
margin: 0 0 0 30px;
}
.sort-pagi-bar.bottom {
border-top: 1px solid #e5e5e5;
padding-top: 30px;
}
.list-product {
margin-bottom: 0;
}
/*****************************************
Page Grid Mr
******************************************/
.widget.widget-default ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.widget.widget-default ul li a {
color: #1b1d1f;
position: relative;
}
.widget.widget-default ul li a:hover{
color:#999;
}
.widget.widget-default li {
border-bottom: 1px solid #e5e5e5;
padding: 8px 0;
}
.widget.widget-default li:last-child{
border-bottom: 1px solid transparent;
}
.widget.widget-default li:first-child{
padding-top:0;
}
.widget.widget-attribute a span {
color: #999;
}
.widget.widget-filter-price input#amount {
border: medium none;
color: #666;
font-size: 13px;
font-weight: 400;
max-width: 80px;
}
.widget-filter-price .btn-link-default {
margin: 30px auto 10px;
padding: 0;
width: 80px;
}
.info-price-filter {
text-align: center;
}
.info-price-filter label {
color: #666;
font-weight: 400;
margin-left: 15px;
}
.info-price-filter label {
color: #666;
font-weight: 400;
margin-left: 15px;
}
.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
background: #1b1d1f none repeat scroll 0 0;
border: medium none;
border-radius: 0;
height: 2px;
margin: 0;
padding: 0;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
background: #fbb450 none repeat scroll 0 0;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
background: #fff none repeat scroll 0 0;
border: 2px solid #fbb450;
border-radius: 0;
height: 10px;
margin: 0 0 0 -5px;
top: -4px;
width: 10px;
}
.thumb-link-default {
display: block;
position: relative;
overflow:hidden;
}
.thumb-link-default::before{
position:absolute;
content:"";
width:100%;
height:100%;
opacity:0;
background:rgba(27,29,31,0.5);
transition:all 0.5s ease-out 0s;
top:0;
left:0;
z-index:9;
}
.thumb-link-default img{
transition:all 0.5s ease-out 0s;
width:100%;
}
.thumb-link-default:hover::before{
opacity:1;
}
.thumb-link-default:hover img{
transform:scale(1.2);
}
/**************************************
Page Product List
***************************************/
.product-list .item-product-info {
text-align: left;
}
.product-list.none-sidebar .item-product-thumb {
float: left;
width: 25%;
}
.product-list.none-sidebar .item-product-info {
float: left;
margin: 0;
padding: 0 30px;
width: 53%;
}
.product-list.none-sidebar .wrap-cart-qty {
border-left: 1px solid #e5e5e5;
float: left;
margin: 0;
max-width: none;
padding: 40px 0 45px 30px;
width: 22%;
}
.product-list .item-product {
border: 1px solid #e5e5e5;
padding: 30px;
}
.product-list.none-sidebar .info-qty {
margin-top: 18px;
}
.product-list .title-product {
font-size: 16px;
margin: 0 0 20px;
}
.product-list.none-sidebar .wrap-star-rating {
margin-bottom: 20px;
}
.item-product-info .product-readmore:hover {
background: #1b1d1f none repeat scroll 0 0;
border: 1px solid #1b1d1f;
color: #fff;
}
.item-product-info .product-readmore {
border: 1px solid #e5e5e5;
color: #1b1d1f;
display: inline-block;
height: 40px;
line-height: 40px;
margin-top: 15px;
padding: 0 30px;
text-transform: uppercase;
transition: all 0.5s ease-out 0s;
}
/**************************************
Page Product List Mr
***************************************/
.product-list.has-sidebar .item-product-thumb {
float: left;
width: 33%;
}
.product-list.has-sidebar .item-product-info {
float: left;
margin-top: 0;
padding-left: 30px;
width: 67%;
}
.product-list.has-sidebar .desc {
margin-top: 20px;
}
.product-list.has-sidebar .wrap-cart-qty {
margin-top: 5px;
}
.product-list.has-sidebar .wrap-cart-qty {
margin-top: 5px;
max-width: inherit;
}
.product-list.has-sidebar .info-extra {
margin-bottom: 20px;
}
.product-list.has-sidebar .info-qty {
display: inline-block;
margin-right: 10px;
max-width: 220px;
vertical-align: top;
width: 100%;
}
.product-list.has-sidebar .btn-link-default.add-to-cart {
margin: 0;
max-width: 220px;
}
/*******************************************************************
Page Blog
********************************************************************/
.content-blog-page .megafolio-container{
box-sizing: border-box;
position: relative;
width: 100%;
}
.news-load-more {
margin: 40px auto 0;
max-width: 470px;
width: 100%;
}
.addmore.btn-link-default {
width: 100%;
}
.mega-entry .popular-box {
margin: 0;
}
.mega-entry .popular-box {
height: 100%;
margin: 0;
width: 100%;
}
/*******************************************************************
Single
********************************************************************/
.content-single .bread-crumb {
margin-bottom:50px;
}
.content-single {
border-top: 1px solid #e5e5e5;
}
.post-title {
color: #1b1d1f;
font-size: 16px;
margin: 0 0 20px;
text-shadow: 0 0 0;
text-transform: uppercase;
}
.post-text {
color: #666;
margin: 0 0 25px;
}
.post-info p {
color: #999;
}
.post-info label{
font-weight:400;
}
.post-info .share-social label {
color: #999;
margin-right: 10px;
vertical-align: super;
}
.post-info .share-social {
margin-bottom: 20px;
margin-top: 0;
}
.post-info .share-social a {
color: #999;
margin-right: 20px;
line-height: 24px;
}
.post-info .share-social a:hover {
color: #1b1d1f;
}
.post-info a {
color: #333;
}
.post-info a:hover{
color:#666;
}
.single-post-thumb.img-responsive {
margin-bottom: 50px;
}
.text-upper {
color: #333;
font-size: 30px;
}
.item-post-gallery h3 a {
color: #999;
font-size: 13px;
}
.item-post-gallery h3 {
margin: 15px 0 0;
text-align: center;
}
.post-gallery {
margin: 25px auto auto;
max-width: 940px;
}
.post-gallery .item {
padding: 0 10px;
}
.item-post-gallery .fancybox {
display: block;
position: relative;
overflow:hidden;
}
.item-post-gallery .fancybox img{
transition: all 0.5s ease-out 0s;
width:100%;
}
.item-post-gallery .fancybox:hover img{
transform:scale(1.2);
}
.item-post-gallery .fancybox::before {
/*background: rgba(120, 120, 120, 0.5) url("../images/icon-zoom.png") no-repeat scroll center center;*/
content: "";
height: 0;
left: 50%;
opacity: 0;
position: absolute;
top: 50%;
transition: all 0.5s ease-out 0s;
width: 0;
z-index: 9;
}
.item-post-gallery .fancybox:hover::before {
height: 100%;
left: 0;
opacity: 1;
top: 0;
width: 100%;
}
.list-post-tags {
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
padding: 10px 15px;
text-align: center;
}
.list-post-tags label {
color: #999;
font-weight: 400;
margin: 0;
}
.list-post-tags a {
color: #333;
margin-right: 15px;
position: relative;
}
.list-post-tags a:last-child{
margin:0;
}
.list-post-tags a:last-child::after{
display:none;
}
.list-post-tags a::after {
background: #e5e5e5 none repeat scroll 0 0;
content: "";
height: 10px;
position: absolute;
right: -9px;
top: 5px;
transform: rotate(10deg);
width: 1px;
}
.post-title a {
color: #333;
}
.control-post .prev-post, .control-post .next-post {
color: #999;
display: inline-block;
margin-bottom: 15px;
}
.control-post .prev-post:hover, .control-post .next-post:hover{
color:#333;
}
.control-post {
border-bottom: 1px solid #e5e5e5;
padding: 25px 0 8px;
}
.post-comment {
margin-top: 45px;
}
.post-comment ol, .post-comment ul {
list-style: outside none none;
margin: 30px 0 0;
padding: 0;
}
.item-comment {
display: table;
width: 100%;
}
.comment-thumb {
display: table-cell;
vertical-align: top;
width: 85px;
}
.comment-info {
border-bottom: 1px solid #e5e5e5;
display: table-cell;
padding-bottom: 30px;
vertical-align: top;
}
.comment-author {
font-size: 16px;
margin: 0;
}
.comment-author a {
color: #333;
}
.comment-text {
color: #666;
}
.comment-time {
color: #999;
margin: 5px 0 10px;
}
.comment-reply {
color: #fbb450;
}
.avatar {
display: block;
width: 60px;
}
.post-comment-reply {
margin-top: 40px;
}
.comment-form {
margin-top: 40px;
}
.comment-form input[type="text"] {
border: 1px solid #e5e5e5;
color: #999;
height: 50px;
padding: 0 15px;
width: 100%;
}
.comment-form textarea {
border: 1px solid #e5e5e5;
color: #999;
padding: 15px;
width: 100%;
}
.comment-form p {
margin-bottom: 30px;
}
.comment-form > p {
margin-bottom: 0;
}
.post-comment .comment-form ol {
margin-top: 50px;
}
.post-comment ol {
margin-top: 45px;
}
.item-post-gallery {
margin-bottom: 25px;
}
/*******************************************************************
Index 2
********************************************************************/
/*Header*/
.header-form {
padding: 8px;
}
.header-form .form-control {
width: 50%;
}
.top-header {
background: #1b1d1f none repeat scroll 0 0;
}
.top-left .top-header{
background:#1b1d1f;
}
.category {
display: inline-block;
position:relative;
}
.category::after{
position:absolute;
}
.category-link .last-category {
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.category-link {
/*border-left: 1px solid rgba(255, 255, 255, 0.1);*/
/*border-right: 1px solid rgba(255, 255, 255, 0.1);*/
color: white;
display: block;
font-size: 13px;
height: 40px;
line-height: 40px;
padding: 0 45px 0 0px;
position: relative;
text-transform: uppercase;
}
.category-link,.top-left .currency-box:hover .currency-link{
color:white;
}
.top-left .category-link::after {
font-family: linearicons;
position: absolute;
right: 20px;
top: 0;
}
.top-left .language-box {
display: inline-block;
position:relative;
}
.top-left .currency-box {
display: inline-block;
position:relative;
}
.language-box::after{
position:absolute;
}
.language-box:hover .language-inner-box{
opacity:1;
visibility: visible;
margin-top:0;
}
.language-box::after ,.currency-box::after{
color: #fff;
content: "๎กณ";
font-family: linearicons;
left: 50%;
margin-left: -5px;
margin-top: -10px;
position: absolute;
top: 100%;
transition: all 0.5s ease-out 0s;
opacity:0;
}
.language-box:hover::after,.currency-box:hover::after{
opacity:1;
}
.currency-box:hover .currency-inner-box{
opacity:1;
visibility: visible;
margin-top:0;
}
.item-box-sub {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
left: 0;
opacity: 0;
padding: 12px 20px 30px;
position: absolute;
top: 100%;
transition: all 0.5s ease-out 0s;
visibility: hidden;
width: 210px;
z-index: 9;
margin-top:30px;
margin-left:-65px;
}
.item-box-sub li::before {
content: "๎ข";
font-family: linearicons;
left: 0;
position: absolute;
top: 17px;
color:#999;
}
.top-left ul li {
vertical-align: top;
}
.top-right ul li {
vertical-align: top;
}
.item-box-sub > ul {
list-style: outside none none;
padding: 0;
}
.item-box-sub li {
border-bottom: 1px solid #e5e5e5;
padding-left: 20px;
position: relative;
}
.item-box-sub li a {
color: #666;
display: block;
padding: 15px 0;
}
.item-box-sub li a:hover{
color:#999;
}
.top-left .language-link {
border-left: 1px solid rgba(255, 255, 255, 0.1);
border-right: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
display: block;
font-size: 10px;
height: 40px;
line-height: 40px;
padding: 0 45px 0 20px;
position: relative;
text-transform: uppercase;
}
.top-left .language-box:hover .language-link,.top-left .currency-box:hover .currency-link{
color:#999;
}
.top-left .language-link::after {
content: "๎กด";
font-family: linearicons;
position: absolute;
right: 20px;
top: 0;
}
.top-left .currency-link {
border-right: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
display: block;
font-size: 10px;
height: 40px;
line-height: 40px;
padding: 0 45px 0 17px;
position: relative;
text-transform: uppercase;
}
.top-left .currency-link::after {
content: "๎กด";
font-family: linearicons;
position: absolute;
right: 20px;
top: 0;
}
.top-right {
border-right: 1px solid rgba(255, 255, 255, 0.1);
text-align: right;
}
.top-right>ul {
margin: 0;
padding: 0;
}
.top-right>ul>li>a {
border-left: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
display: block;
height: 40px;
line-height: 40px;
padding: 0 20px;
text-transform: uppercase;
font-size: 10px;
}
.top-right .info-user::after{
display:none;
}
.top-right .info-user::before {
color: #fff;
content: "๎กณ";
font-family: linearicons;
left: 50%;
margin-top: -10px;
opacity: 0;
position: absolute;
top: 100%;
transition:all 0.5s ease-out 0s;
}
.top-right .info-user:hover::before {
opacity:1;
}
.top-right>ul>li>a>span.lnr {
color: #999;
margin-right: 12px;
}
.top-right>ul>li:hover>a {
color: #999;
}
.top-right .info-user .inner-user-info {
margin-right: 0px;
margin-top: 30px;
padding: 12px 20px 30px;
right: auto;
text-align: left;
top:100%;
left:0;
}
.top-right .info-cart{
position:relative;
}
.info-user {
position: relative;
}
.top-right .info-user:hover .inner-user-info{
margin-top: 0px;
}
.top-right .mycart-link .number-cart-total {
background: #fbb450 none repeat scroll 0 0;
color: #fff;
font-size: 13px;
margin-left: 20px;
padding: 0 5px;
}
.info-header2 .info-search::after {
margin-top:2px;
margin-left: 10px;
top:100%;
}
.info-header2 .info-search:hover::after{
opacity:1;
}
.info-header.info-header2 {
padding-top: 5px;
}
.info-header2 .info-search {
margin-left: 0;
}
.info-header2 .info-icon.icon-search {
border: 1px solid #1b1d1f;
display: block;
font-size: 13px;
height: 32px;
width: 32px;
text-align:center;
}
.info-header2 .info-search .search-form{
margin-right: -55px;
}
.info-header2 .info-search:hover .search-form {
margin-top: 7px;
}
.info-header2 .info-icon.icon-search span{
line-height:32px;
}
.logo.logo-footer2 a {
color: #fff;
font-size: 30px;
font-family: "Grand Hotel";
}
/*Banner Slider*/
.owl-arrow-banner .owl-theme .owl-controls .owl-buttons div:hover {
border-color: #fbb450;
color: #fbb450;
}
.owl-arrow-banner .owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
border: 1px solid #1b1d1f;
border-radius: 0;
color: #1b1d1f;
display: inline-block;
font-size: 10px;
height: 34px;
margin: -17px 0 0;
opacity: 1;
padding: 10px;
width: 34px;
position:absolute;
top:50%;
transition:all 0.5s ease-out 0s;
opacity:0;
background:#fff;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev{
left:15px;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next{
right:15px;
}
.banner-slider:hover .owl-theme .owl-controls .owl-buttons div{
opacity:1;
}
.banner-info {
height: 220px;
left: 0;
margin-top: -110px;
position: absolute;
top: 50%;
width: 100%;
}
.banner-info-text {
color: #fff;
padding-left: 50px;
text-transform: uppercase;
}
.banner-info-text h4 {
font-size: 30px;
font-weight: 700;
margin: 0;
text-shadow: 1px 1px 3px #808080;
}
.banner-info-text > h2 {
font-size: 60px;
margin: 0;
text-shadow: 1px 1px 3px #808080;
}
.banner-info-text .btn-link-default.banner-link {
margin-top: 45px;
}
/*Featured Product Tab*/
.product-tab-slider {
margin-top: 50px;
}
.header-product-tab {
border-bottom: 2px solid #e5e5e5;
margin-bottom: 30px;
padding-bottom: 14px;
}
.list-tab-title .nav > li > a {
border: medium none;
color: #1b1d1f;
font-size: 13px;
padding: 0;
position: relative;
text-transform: uppercase;
}
.list-tab-title .nav.nav-tabs {
border: medium none;
margin-top: 7px;
}
.list-tab-title .nav-tabs > li {
margin: 0 50px 0 0;
}
.header-product-tab .title {
}
.list-tab-title .nav > li > a:hover ,.list-tab-title .nav > li.active > a{
background: transparent none repeat scroll 0 0;
border: medium none;
color:#999;
}
.list-tab-title .nav > li > a::after {
background: #1b1d1f none repeat scroll 0 0;
bottom: -24px;
content: "";
height: 4px;
left: 50%;
position: absolute;
width: 0;
transition:all 0.5s ease-out 0s;
opacity:0;
}
.list-tab-title .nav > li > a:hover::after,.list-tab-title .nav > li.active > a::after{
opacity:1;
width:100%;
left:0;
}
.product-tab-slider .owl-buttons {
position: absolute;
right: 0;
top: -75px;
}
.product-tab-slider .owl-theme .owl-controls .owl-buttons div:hover {
border-color:#FBB450;
color:#FBB450;
}
.product-tab-slider .owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
border: 1px solid #1b1d1f;
border-radius: 0;
color: #1b1d1f;
display: inline-block;
font-size: 10px;
height: 24px;
margin: 0 0 0 5px;
opacity: 1;
padding: 6px;
width: 24px;
text-shadow: 0 0 0;
}
.hotdeal-countdown {
margin-top: -50px;
width: 272px;
margin-bottom: 15px;
}
.info-sale {
/*background: url("../images/bg-sale.png") no-repeat;*/
position: relative;
width: 77px;
height: 78px;
text-align: center;
margin-top: 25px;
margin-bottom: 15px;
}
.info-sale > span {
display: block;
line-height: 78px;
font-weight: bold;
}
.hotdeal-countdown .time_circles > div {
background: #5f6062 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: inline-block;
height: 64px;
margin: 0 2px;
padding-top: 12px;
text-align: center;
width: 64px !important;
}
.hotdeal-countdown canvas {
left: 0px;
position: relative;
top: 70px;
z-index: 9;
}
.hotdeal-countdown .number {
display: block;
font-size: 16px;
font-weight: bold;
margin-bottom: -4px;
}
.hotdeal-countdown .text {
color: #ccc;
font-size: 13px;
text-transform: uppercase;
}
/*Catalog*/
.catalog {
background-attachment: fixed;
/*background-image: url("../images/index2/bg-parallax.png");*/
background-position: center bottom;
background-repeat: no-repeat;
background-size: inherit;
padding: 75px 0;
margin-top: 15px;
}
.content-catelog {
color: #fff;
padding-left: 45px;
}
.content-catelog > h2 {
font-size: 30px;
font-weight: 700;
margin: 0 0 15px;
text-transform: uppercase;
}
.content-catelog ul li a {
color: #fff;
font-style: italic;
padding: 0 0 0 30px;
position: relative;
}
.content-catelog ul li a::before {
content: "๎ข";
font-family: linearicons;
left: 0;
position: absolute;
top: 0;
}
.content-catelog .download-catalog {
background: #fff none repeat scroll 0 0;
color: #1b1d1f;
display: inline-block;
height: 40px;
line-height: 40px;
margin-top: 15px;
padding: 0 20px;
text-transform: uppercase;
transition:all 0.5s ease-out 0s;
}
.content-catelog .download-catalog:hover{
color:#fff;
background:#1b1d1f;
}
/*Latest Post*/
.box-title {
margin-bottom: 42px;
text-align: center;
}
.box-title h2 {
color: #1b1d1f;
font-size: 30px;
font-weight: bold;
margin: 0 0 10px;
text-transform:uppercase;
}
.box-title p {
color: #666;
margin: 0;
}
.latest-post {
background: #f6f6f6 none repeat scroll 0 0;
margin-top: 15px;
padding: 70px 0 0;
}
.item-latest-post {
padding: 80px 0;
position: relative;
}
.item-latest-post::after {
position: absolute;
width: 50%;
height: 100%;
content: "";
background: rgba(27,29,31,0.5);
top: 0;
opacity: 0;
transition: all 0.5s ease-out 0s;
}
.item-latest-post.item-left::after{
left: 50%;
}
.item-latest-post.item-right::after{
left: 0;
}
.item-latest-post:hover::after{
opacity:1;
}
.item-latest-post.item-left {
/*background-image: url("../images/index2/bg-box2.jpg");*/
background-position: center top;
background-repeat: no-repeat;
background-size:auto 100%;
}
.item-latest-post.item-right {
/*background-image: url("../images/index2/bg-box3.jpg");*/
background-position: center top;
background-repeat: no-repeat;
background-size:auto 100%;
}
.latest-post-content {
color: #fff;
}
.item-latest-post.item-left .latest-post-content {
padding-right: 45px;
text-align: right;
}
.item-latest-post.item-right .latest-post-content {
padding-left: 45px;
text-align: left;
}
.latest-post-thumb {
display: block;
margin: 0 -15px;
}
.latest-post-content > h3 {
font-size: 16px;
font-weight: 700;
margin: 0 0 15px;
text-transform: uppercase;
}
.latest-post-content a {
color: #fff;
}
.latest-post-content a:hover {
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.latest-post-info {
border-top: 1px solid rgba(255,255,255,0.5);
margin-top: 23px;
padding-top: 26px;
}
.latest-post-info li a {
display: block;
margin-bottom: 10px;
}
.latest-post-info li {
margin-left: 15px;
text-align: center;
}
.latest-post-content .readmore {
background: #fff none repeat scroll 0 0;
color: #1b1d1f;
display: inline-block;
height: 40px;
line-height: 40px;
margin-top: 15px;
padding: 0 20px;
text-transform: uppercase;
transition:all 0.5s ease-out 0s;
}
.latest-post-content .readmore:hover{
background: #1b1d1f none repeat scroll 0 0;
color: #fff;
}
/*Custom Service*/
.custom-service {
background: #f6f6f6 none repeat scroll 0 0;
padding-top: 70px;
}
.item-service-text .sub-title a {
color: #1b1d1f;
transition:all 0.5s ease-out 0s;
}
.item-service-text .sub-title {
margin: 0 0 17px;
}
.item-custom-service {
display: table;
margin-top: 75px;
width: 100%;
}
.item-service-text {
display: table-cell;
vertical-align: top;
}
.item-service-thumb {
display: table-cell;
width: 90px;
}
.item-service-thumb > a {
border-radius: 50%;
color: #fff;
display: block;
font-size: 30px;
height: 70px;
margin: 0 10px;
position: relative;
text-align: center;
width: 70px;
transition:all 0.5s ease-out 0s;
box-shadow: 0 0 0 10px transparent;
}
.item-service-thumb > a:hover{
transform:rotate(45deg);
}
.box-left {
margin-right: -15px;
}
.box-left .item-service-text{
padding-right:15px;
}
.box-right {
margin-left: -15px;
}
.box-right .item-service-text{
padding-left:15px;
}
.item-service-thumb > a span {
line-height: 70px;
}
.sv-green .item-service-thumb > a{
background-color: rgba(94,227,168,1);
}
.sv-green .item-service-thumb > a:hover{
box-shadow: 0 0 0 10px rgba(94,227,168,0.2);
}
.sv-green .item-service-text .sub-title a:hover {
color: rgba(94,227,168,1);
}
.sv-blue .item-service-thumb > a{
background-color: rgba(76,214,214,1);
}
.sv-blue .item-service-thumb > a:hover{
box-shadow: 0 0 0 10px rgba(76,214,214,0.2);
}
.sv-blue .item-service-text .sub-title a:hover {
color: rgba(76,214,214,1);
}
.sv-yellow .item-service-thumb > a{
background-color: rgba(249,221,71,1);
}
.sv-yellow .item-service-thumb > a:hover{
box-shadow: 0 0 0 10px rgba(249,221,71,0.2);
}
.sv-yellow .item-service-text .sub-title a:hover {
color: rgba(249,221,71,1);
}
.sv-orange .item-service-thumb > a{
background-color: rgba(255,168,35,1);
}
.sv-orange .item-service-thumb > a:hover{
box-shadow: 0 0 0 10px rgba(255,168,35,0.2);
}
.sv-orange .item-service-text .sub-title a:hover {
color: rgba(255,168,35,1);
}
.sv-red .item-service-thumb > a{
background-color: rgba(255,87,54,1);
}
.sv-red .item-service-thumb > a:hover{
box-shadow: 0 0 0 10px rgba(255,87,54,0.2);
}
.sv-red .item-service-text .sub-title a:hover {
color: rgba(255,87,54,1);
}
.sv-pink .item-service-thumb > a{
background-color: rgba(227,55,78,1);
}
.sv-pink .item-service-thumb > a:hover{
box-shadow: 0 0 0 10px rgba(227,55,78,0.2);
}
.sv-pink .item-service-text .sub-title a:hover {
color: rgba(227,55,78,1);
}
/*Footer*/
.footer.footer2 {
background: #1b1d1f none repeat scroll 0 0;
margin-top: 0;
}
.footer-bottom2 {
margin-top: 15px;
}
.footer.footer2 a:hover {
color: #fff;
}
.footer.footer2 .copyright a {
color: #fff;
}
.footer.footer2 .copyright a:hover{
color:#666;
}
/*******************************************************************
Contact
********************************************************************/
.content-contact .bread-crumb {
border: medium none;
margin: 0;
}
.item-contact-box {
color: #1997d4;
display: inline-block;
margin-bottom: 20px;
min-width: 160px;
vertical-align: middle;
}
.item-contact-box > a {
border: 2px solid #1997d4;
border-radius: 50%;
color: #1997d4;
display: inline-block;
height: 55px;
margin-right: 15px;
text-align: center;
width: 55px;
}
.item-contact-box > a span {
font-size: 18px;
line-height: 51px;
}
.item-contact-box > label {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
}
.contact-info-box {
color: #666;
margin-top: 50px;
}
.phone-box h2 {
font-size: 20px;
margin: 0 0 12px;
}
.phone-box {
display: inline-block;
padding-top: 20px;
vertical-align: top;
}
.mail-box {
display: inline-block;
padding-top: 20px;
vertical-align: top;
}
.mail-box a{
color:#666;
}
.mail-box a:hover{
color:#999;
}
.contact-form > h2 {
color: #1997d4;
font-size: 16px;
margin: 20px 0 0;
text-transform: uppercase;
}
.contact-form .comment-form {
margin-top: 25px;
}
.contact-form {
margin-top: 25px;
}
.contact-form .comment-form input[type="text"],.contact-form .comment-form textarea{
border-color:#ccc;
}
.btn-submit-form {
background: #1997d4 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
height: 40px;
margin-right: 2px;
padding: 0 30px;
text-transform: uppercase;
transition:all 0.5s ease-out 0s;
}
.btn-submit-form:hover{
background: #fdd932 none repeat scroll 0 0;
}
.btn-reset-form {
background: #fdd932 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
height: 40px;
padding: 0 30px;
text-transform: uppercase;
transition:all 0.5s ease-out 0s;
}
.btn-reset-form:hover{
background: #1997d4 none repeat scroll 0 0;
}
/*******************************************************************
Page About
********************************************************************/
.content-page {
border-top: 1px solid #e5e5e5;
}
.content-page .bread-crumb {
border: medium none;
margin: 0;
}
.about-box-image > img {
width: 100%;
}
.about-box{
margin-bottom:30px;
position:relative;
overflow:hidden;
}
.about-box::before {
background: rgba(27, 29, 31, 0.1) none repeat scroll 0 0;
content: "";
height: 0;
left: 50%;
position: absolute;
top: 50%;
transition: all 0.5s ease-out 0s;
width: 0;
}
.about-box:hover::before {
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.about-box-text {
text-align: center;
padding-top:55px;
height:292px;
}
.about-box-text p {
font-size: 30px;
margin: 25px 0 0;
color:#fff;
}
.about-box-text a {
font-size: 90px;
color:#fff;
}
.blue-box {
background: #1997d4 none repeat scroll 0 0;
}
.dark-yellow-box{
background: #f3b929 none repeat scroll 0 0;
}
.violet-box{
background: #37436d none repeat scroll 0 0;
}
.yellow-box {
background: #fdd932 none repeat scroll 0 0;
}
.about-box.yellow-box p,.about-box.yellow-box a{
color:#000;
}
.about-big-text {
color: #000;
font-size: 60px;
left: 65px;
line-height: 60px;
position: absolute;
text-align: center;
top: 80px;
width: 200px;
}
.about-box-image img{
transition: all 0.5s ease-out 0s;
}
.about-box-image:hover img{
transform:scale(1.15);
}
.about-big-icon {
bottom: 60px;
color: #fff;
font-size: 60px;
line-height: 60px;
position: absolute;
right: 30px;
text-align: center;
width: 120px;
}
.about-small-text {
font-size: 30px;
left: 50px;
position: absolute;
top: 120px;
}
.about-intro > h2 {
color: #000;
margin: 0 0 20px;
}
.about-intro > p {
color: #666;
margin: 0 0 20px;
}
.about-content {
margin-top: 20px;
}
.item-post-slider h3 a {
color: #379fd7;
font-size: 16px;
margin-bottom: 20px;
}
.item-post-slider > h3 {
margin: 0 0 25px;
}
.post-slider {
border: 1px solid #e5e5e5;
padding: 25px 50px;
}
.post-slider-thumb {
display: block;
margin-bottom: 20px;
overflow: hidden;
width: 100%;
}
.post-slider-thumb img{
width:100%;
transition:all 0.5s ease-out 0s;
}
.post-slider-thumb:hover img{
transform:scale(1.15);
}
.item-post-slider > span {
color: #999;
}
.item-post-slider > span {
color: #999;
}
.item-post-slider > p {
color: #666;
margin-top: 10px;
}
.post-social-network {
margin: 15px 0 0;
padding: 0;
}
.post-social-network > li {
display: inline-block;
margin-right: 5px;
}
.post-social-network a {
background: #f5f5f5 none repeat scroll 0 0;
border-radius: 50%;
color: #666;
display: block;
height: 33px;
text-align: center;
width: 33px;
}
.post-social-network a:hover {
background: #1997d4 none repeat scroll 0 0;
color: #fff;
}
.post-social-network a i {
line-height: 33px;
}
.item-post-slider {
padding: 0 10px;
}
.post-slider .owl-theme .owl-controls .owl-buttons div {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
color: #333;
display: block;
font-size: 12px;
height: 36px;
margin: 0;
opacity: 1;
padding: 0;
position: absolute;
text-align: center;
top: 100px;
width: 36px;
transition:all 0.5s ease-out 0s;
}
.post-slider .owl-theme .owl-controls .owl-buttons div:hover{
box-shadow:none;
background:#1997d4;
color:#fff;
}
.post-slider .owl-theme .owl-controls .owl-buttons div i{
line-height:36px;
}
.post-slider .owl-theme .owl-controls .owl-buttons .owl-prev{
left:0;
margin-left: -35px;
box-shadow: -1px 3px 3px -1px rgba(0, 0, 0, 0.2);
}
.post-slider .owl-theme .owl-controls .owl-buttons .owl-next{
right:0;
margin-right: -35px;
box-shadow: -1px 3px 3px -1px rgba(0, 0, 0, 0.2);
}
.item-customer-saying {
display: table;
width: 100%;
}
.thumb-customer-saying {
display: table-cell;
width: 70px;
}
.thumb-customer-saying > a {
border-radius: 50%;
display: block;
overflow: hidden;
}
.thumb-customer-saying img {
border-radius: 50%;
transition: all 0.5s ease-out 0s;
width: 100%;
}
.info-customer-saying {
display: table-cell;
padding-left: 40px;
padding-right: 20px;
position: relative;
vertical-align: top;
}
.info-customer-saying h3 a {
color: #1997d4;
font-size: 16px;
}
.info-customer-saying h3 a:hover,.item-post-slider h3 a:hover {
color: #fdd932;
}
.info-customer-saying .desc {
position: relative;
}
.info-customer-saying::before {
color: #ccc;
content: "๏";
font-family: fontawesome;
left: 20px;
position: absolute;
top: 5px;
}
.info-customer-saying > h3 {
margin: 20px 0 5px;
}
.info-customer-saying > span {
color: #999;
}
.customer-saying > h2 {
margin: 0 0 45px;
}
.customer-saying {
margin-top: 45px;
}
.thumb-customer-saying a:hover img {
transform: rotate(30deg);
}
.footer.footer-about {
margin-top: 0;
}
.newsletter-form {
text-align: center;
}
.newsletter-about {
background: #f5f5f5 none repeat scroll 0 0;
border-bottom: 1px solid #e3e3e3;
border-top: 1px solid #e3e3e3;
margin-top: 40px;
padding: 40px 0;
}
.newsletter-about {
background: #f5f5f5 none repeat scroll 0 0;
border-bottom: 1px solid #e3e3e3;
border-top: 1px solid #e3e3e3;
margin-top: 40px;
padding: 35px 0;
}
.newsletter-form label {
font-weight: 400;
margin-right: 25px;
text-transform: uppercase;
}
.newsletter-form input[type="text"] {
border: 1px solid #1997d4;
border-radius: 4px;
color: #999;
height: 40px;
max-width: 495px;
padding: 0 15px;
width: 100%;
margin: 5px 0;
}
.newsletter-form input[type="submit"]:hover {
background:#FDD932;
}
.newsletter-form input[type="submit"] {
background: #1997d4 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
height: 40px;
padding: 0 25px;
text-transform: uppercase;
margin: 5px 0;
transition:all 0.5s ease-out 0s;
}
/*******************************************************************
Post Format Gallery
********************************************************************/
.post-format-gallery #bx-pager img {
height: 50px;
width: 50px;
}
.post-format-gallery {
margin-bottom: 50px;
position: relative;
}
.post-format-video{
margin-bottom: 50px;
}
.post-format-gallery #bx-pager {
bottom: 25px;
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.post-format-gallery #bx-pager a.active {
border: 1px solid #fec64d;
}
.post-format-gallery #bx-pager a {
border: 1px solid #e5e5e5;
display: inline-block;
margin: 3px;
position: relative;
}
.post-format-gallery #bx-pager a::before{
position:absolute;
content:"";
background:rgba(255,255,255,0.2);
width:100%;
height:100%;
top:0;
left:0;
transition:all 0.5s ease-out 0s;
opacity:0;
}
.post-format-gallery #bx-pager a:hover::before,.post-format-gallery #bx-pager a.active::before{
opacity:1;
}
.post-format-gallery #bx-pager a:hover {
border: 1px solid #fec64d;
}
.post-format-gallery .bxslider {
margin: 0;
}
.post-format-gallery .bx-controls-direction a{
color: #999;
font-size: 30px;
position: absolute;
top: 50%;
margin-top:-15px;
}
.post-format-gallery .bx-controls-direction a:hover{
color:#fec64d;
}
.post-format-gallery .bx-controls-direction .bx-prev {
left: 0;
margin-left: 30px;
}
.post-format-gallery .bx-controls-direction .bx-next {
right: 0;
margin-right: 30px;
}
.post-format-gallery .bxslider img{
width:100%;
}
/*******************************************************************
Post Format Hot Deal
********************************************************************/
.box-hot-deal {
margin-top: 40px;
}
.wrap-deal-countdown {
left: 0;
position: absolute;
top: -30px;
width: 100%;
}
.deal-countdown {
width:200px;
margin:auto;
text-align:center;
}
.deal-countdown .time_circles > div {
background: #5f6062 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: inline-block;
height: 46px;
line-height: 38px;
margin: 0 2px;
width: 46px !important;
}
.deal-countdown canvas {
position: relative;
top: 52px;
z-index: 9;
}
/*******************************************************************
Post Format Image
********************************************************************/
.title-post-leading {
border-bottom: 2px solid #fec64d;
font-size: 16px;
margin-bottom: 22px;
padding-bottom: 17px;
text-transform: uppercase;
}
.post-banner-link {
display: block;
}
.post-banner-link img {
height: auto;
width: 100%;
}
.post-banner-image {
background: #fff9ec none repeat scroll 0 0;
border: 2px solid #fec64d;
margin-bottom: 30px;
padding: 15px;
}
.inner-post-banner-image {
position: relative;
}
.post-banner-text {
background: #fec64d none repeat scroll 0 0;
bottom: 0;
color: #fff;
left: 0;
margin: 0;
padding: 10px 15px;
position: absolute;
text-align: center;
width: 100%;
}
/*******************************************************************
Blog List
********************************************************************/
.item-blog-list {
margin-bottom: 50px;
}
.blog-list-title {
font-size: 16px;
margin: 0 0 15px;
text-transform: uppercase;
}
.blog-list-title a {
color: #1b1d1f;
text-shadow: 0 0 0;
}
.blog-list-title a:hover {
color: #feca5e;
}
.blog-list-info .readmore {
color: #1b1d1f;
display: inline-block;
margin-top: 5px;
padding-left: 20px;
position: relative;
}
.blog-list-info .readmore:hover {
color: #feca5e;
}
.blog-list-info .readmore::before {
content: "๎กบ";
font-family: linearicons;
left: 0;
position: absolute;
top: 0;
}
.blog-list-thumb {
padding-left: 10px;
padding-top: 10px;
position: relative;
}
.blog-list-thumb-link::before {
border: 1px solid #e5e5e5;
content: "";
height: 100%;
left: -10px;
position: absolute;
top: -10px;
width: 100%;
}
.blog-list-thumb-link {
display: block;
position: relative;
}
.blog-list-thumb-link img {
position: relative;
transition: all 0.5s ease-out 0s;
width: 100%;
}
.blog-list-thumb-link::after {
background: rgba(27, 29, 31, 0.2) none repeat scroll 0 0;
content: "";
height: 0;
left: 50%;
opacity: 0;
position: absolute;
top: 50%;
transition: all 0.5s ease-out 0s;
width: 0;
}
.blog-list-thumb-link:hover::after {
height: 100%;
left: 0;
opacity: 1;
top: 0;
width: 100%;
}
.post-pagi-nav {
border-top: 1px solid #e5e5e5;
padding-top: 30px;
}
.post-pagi-nav a {
background: #f5f5f5 none repeat scroll 0 0;
border-radius: 50%;
color: #666;
display: inline-block;
height: 36px;
line-height: 36px;
text-align: center;
width: 36px;
transition: all 0.5s ease-out 0s;
}
.post-pagi-nav a:hover,.post-pagi-nav .current-page {
background: #fec64d none repeat scroll 0 0;
color: #fff;
}
.widget.widget-post-adv {
position: relative;
}
.widget-post-adv-text {
bottom: 60px;
display: block;
left: 0;
position: absolute;
text-align: center;
text-transform: uppercase;
width: 125px;
}
.widget-post-adv-text strong {
background: #fff none repeat scroll 0 0;
box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.2);
color: #ff8523;
display: block;
font-size: 30px;
padding: 10px 5px;
position: relative;
}
.intro-text-adv {
background: #ff8523 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: block;
font-size: 16px;
font-weight: bold;
height: 86px;
line-height: 86px;
margin: -17px auto auto;
width: 86px;
}
.title-sidebar-blog {
border-bottom: 1px solid #e5e5e5;
font-size: 16px;
margin: 0 0 30px;
padding-bottom: 10px;
text-transform: uppercase;
}
.sidebar-blog .widget {
margin-bottom: 47px;
}
.sidebar-blog .widget ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.widget.widget-post-list a {
color: #666;
padding-left: 20px;
position: relative;
}
.widget.widget-post-list a:hover {
color: #fec64d;
}
.widget.widget-post-list a::before {
content: "๎ข";
font-family: linearicons;
left: 0;
position: absolute;
top: 2px;
}
.widget.widget-post-list li {
margin-bottom: 10px;
}
.widget.widget-post-list li:last-child {
margin-bottom: 0;
}
.widget.widget-recent-post li {
display: table;
margin-bottom: 30px;
}
.widget-recent-post-thumb {
display: table-cell;
width: 50px;
}
.widget-recent-post-info {
display: table-cell;
padding-left: 20px;
vertical-align: top;
}
.widget-recent-post-info h3 {
font-size: 13px;
margin: 0 0 5px;
}
.widget-recent-post-info h3 a {
color: #666;
text-shadow: 0 0 0;
}
.widget .post-date {
color: #999;
margin: 0;
}
.tagcloud a {
border: 1px solid #e5e5e5;
display: inline-block;
margin: 0 5px 10px 0;
padding: 8px 18px;
}
.tagcloud a:hover{
border: 1px solid #fec64d;
}
.sidebar-blog .widget a{
color:#666;
}
.sidebar-blog .widget a:hover{
color: #fec64d;
}
.widget-post-adv-link {
position: relative;
display:block
}
.widget-post-adv-link > img {
width: 100%;
}
.widget-post-adv-link::before {
background: rgba(27, 29, 31, 0.1) none repeat scroll 0 0;
content: "";
height: 0;
left: 0;
position: absolute;
top: 0;
width: 0;
transition:all 0.5s ease-out 0s;
}
.widget-post-adv-link::after {
background: rgba(27, 29, 31, 0.1) none repeat scroll 0 0;
content: "";
height: 0;
right: 0;
position: absolute;
bottom: 0;
width: 0;
transition:all 0.5s ease-out 0s;
}
.widget-post-adv-link:hover::before,.widget-post-adv-link:hover::after{
width:100%;
height:100%;
}
/*******************************************************************
Newsletter Popup
********************************************************************/
.newsletter-popup {
background: #fff none repeat scroll 0 0;
margin: auto;
max-width: 768px;
position: relative;
width: 96%;
}
.title-popup {
background: #fbb450 none repeat scroll 0 0;
color: #fff;
font-size: 16px;
font-weight: 700;
margin: 0;
padding: 13px 15px;
text-transform: uppercase;
}
.newsletter-popup .close-popup {
color: #fff;
position: absolute;
right: 15px;
top: 15px;
}
.newsletter-popup-thumb {
text-align: center;
}
.content-popup {
box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.1);
padding: 30px;
}
.newsletter-popup-info > h3 {
font-size: 16px;
text-transform: uppercase;
}
.newsletter-popup-info > form {
margin-top: 20px;
}
.newsletter-popup-info input[type="text"] {
border: 1px solid #e5e5e5;
color: #999;
height: 40px;
padding: 0 15px;
width: 100%;
}
.newsletter-popup-info > p {
color: #666;
}
.newsletter-popup-info input[type="submit"] {
background: #fbb450 none repeat scroll 0 0;
border: medium none;
color: #fff;
height: 40px;
margin-bottom: 10px;
padding: 0 30px;
text-transform: uppercase;
}
.newsletter-popup-info input[type="submit"]:hover{
background:#1b1d1f;
}
.newsletter-popup-info label {
color: #999;
font-weight: normal;
margin: 0;
}
.newsletter-popup-info input[type="checkbox"] {
border: 1px solid #e5e5e5;
display: inline-block;
height: 10px;
margin-right: 5px;
vertical-align: text-top;
width: 10px;
}
.box-header-intro a {
color: #fece6e;
}
.box-header-intro label {
border-right: 1px solid #1b1d1f;
font-size: 30px;
font-weight: 400;
margin-right: 20px;
padding-right: 20px;
text-transform: uppercase;
vertical-align: middle;
}
.box-header-intro {
margin-bottom: 25px;
margin-top: 40px;
}
.content-element {
border-top: 1px solid #e5e5e5;
}
#mask {
position:absolute;
left:0;
top:0;
z-index:9000;
background-color:#000;
display:none;
}
#boxes .window {
position:absolute;
left:0;
top:0;
display:none;
z-index:9999;
}
/***********************************************************************
Arrow Style Slider
************************************************************************/
.arrow-style .owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
border-radius: 0;
color: #999;
display: inline-block;
font-size: 30px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
opacity: 1;
padding: 0;
position: absolute;
top: 50%;
transition:all 0.5s ease-out 0s;
opacity:0;
}
.arrow-style:hover .owl-theme .owl-controls .owl-buttons div {
opacity:1;
}
.arrow-style .owl-theme .owl-controls .owl-buttons div:hover {
color: #fece6e;
}
.arrow-style .owl-theme .owl-controls .owl-buttons div.owl-prev{
left:30px;
}
.arrow-style:hover .owl-theme .owl-controls .owl-buttons div.owl-prev{
left:0px;
}
.arrow-style .owl-theme .owl-controls .owl-buttons div.owl-next{
right:30px;
}
.arrow-style:hover .owl-theme .owl-controls .owl-buttons div.owl-next{
right:0px;
}
.post-gallery .owl-theme .owl-controls .owl-buttons div{
margin-top:-40px;
}
.post-gallery .owl-theme .owl-controls .owl-buttons div.owl-prev{
margin-left:-5px;
}
.post-gallery .owl-theme .owl-controls .owl-buttons div.owl-next{
margin-right:-5px;
}
/***********************************************************************
Tabs&Toggles
************************************************************************/
/*Tabs Icon*/
.product-slider.arrow-style .owl-theme .owl-controls .owl-buttons div {
margin-top: -55px;
}
.relate-product .nav-tabs-icon {
margin-top: 50px;
}
.relate-product .nav-tabs-icon {
margin-top: 50px;
}
.nav-tabs-icon {
margin-bottom: 50px;
}
.nav-tabs-icon .nav-tabs > li > a > span {
margin-right: 10px;
}
.nav-tabs-icon .nav-tabs > li > a {
box-shadow: 0 0 0 1px #e5e5e5 inset;
border-radius: 0;
color: #999;
font-size: 16px;
line-height: inherit;
margin-right: 6px;
padding: 13px 30px;
text-transform: uppercase;
background:transparent;
transition:all 0.5s ease-out 0s;
border:none;
}
.nav-tabs-icon .nav-tabs > li > a:hover,.nav-tabs-icon .nav-tabs > li.active > a{
color:#1b1d1f;
border:none;
}
.nav-tabs-icon .nav-tabs{
text-align:center;
border-bottom: 1px solid #e5e5e5;
}
.nav-tabs-icon .nav-tabs > li {
display: inline-block;
float: none;
margin-right: 5px;
}
.nav-tabs-icon .nav-tabs > li > a::before{
position:absolute;
width:0;
height:3px;
top:0;
left:50%;
content:"";
background:#1b1d1f;
opacity:0;
transition:all 0.5s ease-out 0s;
}
.nav-tabs-icon .nav-tabs > li > a:hover::before,.nav-tabs-icon .nav-tabs > li.active > a::before{
width:100%;
opacity:1;
left:0;
}
.nav-tabs-icon .nav-tabs > li > a::after{
position:absolute;
width:0;
height:1px;
bottom:0;
left:50%;
content:"";
background:#fff;
opacity:0;
transition:all 0.5s ease-out 0s;
}
.nav-tabs-icon .nav-tabs > li > a:hover::after,.nav-tabs-icon .nav-tabs > li.active > a::after{
width:100%;
opacity:1;
left:0;
}
.box-product-tab{
margin:80px 0;
}
/*Tabs Border*/
.nav-tabs-border .nav-tabs > li > a {
box-shadow: 0 0 0 1px #e5e5e5 inset;
border-radius: 4px;
color: #1b1d1f;
font-size: 13px;
line-height: inherit;
margin-right: 6px;
padding: 10px 25px;
text-transform: uppercase;
background:transparent;
transition:all 0.5s ease-out 0s;
border:none;
overflow:hidden;
}
.nav-tabs-border .nav-tabs > li > a:hover,.nav-tabs-border .nav-tabs > li.active > a{
color:#1b1d1f;
border:none;
}
.nav-tabs-border .nav-tabs{
border-bottom: none;
}
.nav-tabs-border .nav-tabs > li {
display: inline-block;
float: none;
margin-right: 2px;
}
.nav-tabs-border .nav-tabs > li > a::before{
position:absolute;
width:5px;
height:100%;
top:0;
left:0;
content:"";
background:#1997d4;
opacity:0;
transition:all 0.5s ease-out 0s;
}
.nav-tabs-border .nav-tabs > li > a:hover::before,.nav-tabs-border .nav-tabs > li.active > a::before{
opacity:1;
}
.nav-tabs-border {
margin-bottom: 30px;
}
.nav-tabs-border.nav-tabs-block .nav-tabs > li {
display: block;
float: none;
margin-bottom: 10px;
margin-right: 0;
}
.nav-tabs-border.nav-tabs-block .nav-tabs > li > a{
margin:0;
}
.tab-content.tab-content-border {
border: 1px solid #e5e5e5;
border-radius: 4px;
padding: 20px 25px 15px;
}
/***********************************************************************
Message Boxes
************************************************************************/
.list-message-box {
margin: 80px 0 20px;
}
.item-message-box {
margin-bottom: 30px;
padding: 20px 30px;
}
.item-message-box.item-message-info {
background: #1997d4 none repeat scroll 0 0;
color: #fff;
}
.item-message-box span.lnr {
font-size: 30px;
margin-right: 20px;
vertical-align: middle;
}
.item-message-box p {
font-size: 16px;
margin: 0;
}
.item-message-box.item-message-error {
background: #fff2f2 none repeat scroll 0 0;
color: #ff0000;
}
.item-message-box.item-message-success {
background: #eaf8e7 none repeat scroll 0 0;
color: #2ebe12;
}
.item-message-box.item-message-warning {
background: #fff9ed none repeat scroll 0 0;
color: #fec64d;
}
/***********************************************************************
Feature Boxes
************************************************************************/
.list-feature-boxes .item-feature-box{
margin:40px 0;
}
.list-feature-boxes .row .col-md-6.col-sm-6.col-xs-12:nth-child(2n+1){
padding-right: 70px;
}
.list-feature-boxes .row .col-md-6.col-sm-6.col-xs-12:nth-child(2n){
padding-left: 70px;
}
.feature-box-info h3 {
font-size: 16px;
margin: 0 0 10px;
}
.feature-box-info h3 a:hover {
color:#999;
}
.feature-box-info h3 a {
color: #1b1d1f;
}
.feature-box-info p {
color: #666;
margin: 0;
}
.item-feature-box {
display: table;
width: 100%;
}
.feature-box-icon {
display: table-cell;
}
.feature-box-link {
display: block;
height: 70px;
text-align: center;
width: 70px;
border-radius:4px;
position:relative;
}
.feature-box-link .lnr {
font-size: 30px;
line-height: 70px;
position: relative;
}
.feature-box-info {
display: table-cell;
vertical-align: top;
padding:0 0 0 30px;
}
.item-feature-box.text-left .feature-box-info{
padding:0 0 0 30px;
}
.item-feature-box.text-right .feature-box-info{
padding:0 30px 0 0;
text-align:right;
}
.item-feature-box.text-center{
display:block;
}
.item-feature-box.text-center .feature-box-icon{
display:block;
}
.item-feature-box.text-center .feature-box-icon .feature-box-link{
margin:0 auto 25px;
}
.item-feature-box.text-center .feature-box-info{
display:block;
padding:0;
}
.feature-box-style-01 .feature-box-link {
background: #e5e5e5;
color: #1b1d1f;
}
.feature-box-style-02 .feature-box-link {
border:1px solid #e5e5e5;
color: #1b1d1f;
}
.feature-box-style-03 .feature-box-link {
background: #fec64d;
color: #fff;
}
.feature-box-style-04 .feature-box-link {
border:1px solid #fec64d;
color: #fec64d;
}
.feature-box-style-05 .feature-box-link {
background: #1b1d1f;
color: #fff;
}
.feature-box-style-06 .feature-box-link {
background: #1b1d1f;
color: #fec64d;
}
.feature-box-style-07 .feature-box-link {
border:1px solid #1b1d1f;
color: #1b1d1f;
}
.feature-box-style-08 .feature-box-link {
border:1px solid #1b1d1f;
color: #1b1d1f;
background:#ffd21e;
}
.feature-box-style-09 .feature-box-link {
background:#1b1d1f;
color: #fff;
}
.feature-box-style-10 .feature-box-link {
border:1px solid #1997d4;
color: #fff;
border-radius:50%;
}
.feature-box-style-10 .feature-box-link::before{
position:absolute;
background:#1997d4;
width:100%;
height:100%;
top:0;
left:0;
content:"";
border-radius:50%;
display:block;
transform:scale(0.85);
}
.feature-box-style-10 .feature-box-link .lnr{
line-height:65px;
}
.item-feature-box.text-center.feature-box-style-11 .feature-box-link {
border:1px solid #e5e5e5;
color: #1b1d1f;
border-radius:50%;
margin-top: -35px;
background:#fff;
}
.item-feature-box .readmore {
display: inline-block;
margin-top: 15px;
}
.feature-box-style-11 .readmore{
color:#fec64d
}
.feature-box-style-11 {
border: 1px solid #e5e5e5;
border-radius: 4px;
padding: 0 50px 45px;
}
.item-feature-box.text-center.feature-box-style-12 .feature-box-link {
color: #fff;
border-radius:0px;
margin-top: -35px;
background:#1997d4;
}
.feature-box-style-12 .readmore{
color:#1997d4
}
.feature-box-style-12 {
border: 1px solid #e5e5e5;
border-radius: 0px;
padding: 0 50px 45px;
}
.feature-box-style-13 {
background: #1997d4 none repeat scroll 0 0;
border-radius: 4px;
padding: 40px 30px;
}
.feature-box-style-13 .feature-box-link {
color: #1997d4;
border-radius:50%;
background:#fff;
}
.feature-box-style-13 .feature-box-info h3 a{
color:#fff;
}
.feature-box-style-13 .feature-box-info p{
color:#fff;
}
.feature-box-style-14 {
background: #fff none repeat scroll 0 0;
border-radius: 0px;
padding: 40px 30px;
border:1px solid #e5e5e5;
}
.feature-box-style-14 .feature-box-link {
color: #fff;
border-radius:0;
background:#1997d4;
}
.feature-box-style-14 .feature-box-info h3 a{
color:#1997d4;
}
/***********************************************************************
Charts & Progress Bars
************************************************************************/
/*Circle Chart*/
.circle1 .circles-text {
color: #ccc;
font-size: 60px!important;
}
.list-chart-processbar {
padding: 40px 0;
}
.circle1 {
float: left;
margin-right: 135px;
width: 300px;
}
.circle1:last-child{
margin-right:0;
}
.circle2 {
border-radius: 50%;
float: left;
height: 170px;
margin-right: 80px;
padding: 23px;
width: 170px;
}
.circle2:last-child{
margin-right:0;
}
.circle2 .circles-text {
font-size: 30px!important;
}
#chart-4{
background:#2ea0d7;
}
#chart-4 .circles-text{
color:#fff;
}
#chart-5{
background:#fec942;
}
#chart-5 .circles-text{
color:#fff;
}
#chart-6{
background:#cccccc;
}
#chart-6 .circles-text{
color:#1b1d1f;
}
#chart-7{
background:#ffd21e;
}
#chart-7 .circles-text{
color:#1b1d1f;
}
#chart-8{
background:#1b1d1f;
}
#chart-8 .circles-text{
color:#ffd21e;
}
/*Progressbar*/
.item-progressbar label{
display:block;
width:100%;
font-weight:400;
font-size:16px;
color:#494a4c;
}
.list-chart-processbar .item-progressbar{
max-width:470px;
width:100%;
}
.list-chart-processbar .ui-progressbar .ui-progressbar-value {
float: right;
margin:0;
border:none;
}
.list-chart-processbar .ui-progressbar.ui-widget-content {
background: #e5e5e5;
border:none;
}
.list-chart-processbar #progressbar-1.ui-progressbar {
height:5px;
border-radius:0;
}
.list-chart-processbar #progressbar-1.ui-progressbar .ui-progressbar-value {
background:#fec942;
border-radius:0;
}
.list-chart-processbar #progressbar-2.ui-progressbar {
height:5px;
border-radius:0;
}
.list-chart-processbar #progressbar-2.ui-progressbar .ui-progressbar-value {
background:#2ea0d7;
border-radius:0;
}
.list-chart-processbar #progressbar-3.ui-progressbar {
height:5px;
border-radius:0;
}
.list-chart-processbar #progressbar-3.ui-progressbar .ui-progressbar-value {
background:#494a4c;
border-radius:0;
}
.list-chart-processbar #progressbar-4.ui-progressbar {
height:5px;
border-radius:0;
}
.list-chart-processbar #progressbar-4.ui-progressbar .ui-progressbar-value {
background:#ffd21e;
border-radius:0;
}
.list-chart-processbar #progressbar-5.ui-progressbar {
height:11px;
border-radius:4;
}
.list-chart-processbar #progressbar-5.ui-progressbar .ui-progressbar-value {
background:#fec942;
border-radius:4;
}
.list-chart-processbar #progressbar-6.ui-progressbar {
height:11px;
border-radius:4;
}
.list-chart-processbar #progressbar-6.ui-progressbar .ui-progressbar-value {
background:#2ea0d7;
border-radius:4;
}
.list-chart-processbar #progressbar-7.ui-progressbar {
height:11px;
border-radius:4;
}
.list-chart-processbar #progressbar-7.ui-progressbar .ui-progressbar-value {
background:#494a4c;
border-radius:4;
}
.list-chart-processbar #progressbar-8.ui-progressbar {
height:11px;
border-radius:4;
}
.list-chart-processbar #progressbar-8.ui-progressbar .ui-progressbar-value {
background:#ffd21e;
border-radius:4;
}
#progressbar-2,#progressbar-2,#progressbar-5,#progressbar-6{
margin-bottom:50px;
}
#progressbar-3,#progressbar-4{
margin-bottom:100px;
}
/*Pie Chart*/
.pie-chart {
float: left;
height: 210px;
margin-left: -8px;
margin-right: 52px;
max-width: 200px;
}
.pie-chart:last-child{
margin-right:0;
}
.percentage:last-child{
display:none;
}
#target1 .pie0 {
background-color: #2ea0d7;
fill: #2ea0d7;
}
#target1 .pie1 {
background-color: #2a86b2;
fill: #2a86b2;
}
#target2 .pie0 {
background-color: #fec942;
fill: #fec942;
}
#target2 .pie1 {
background-color: #d1a73b;
fill: #d1a73b;
}
#target3 .pie0 {
background-color: #a9a9a9;
fill: #a9a9a9;
}
#target3 .pie1 {
background-color: #cccccc;
fill: #cccccc;
}
#target4 .pie0 {
background-color: #d1ae1e;
fill: #d1ae1e;
}
#target4 .pie1 {
background-color: #ffd21e;
fill: #ffd21e;
}
#target5 .pie0 {
background-color: #494a4c;
fill: #494a4c;
}
#target5 .pie1 {
background-color: #1b1d1f;
fill: #1b1d1f;
}
/***********************************************************************
Buttons
************************************************************************/
.bt-link {
border: medium none;
display: inline-block;
height: 40px;
padding: 0 30px;
text-transform: uppercase;
transition: all 0.5s ease-out 0s;
vertical-align: top;
overflow:hidden;
}
.list-button-box1 {
background: #f5f5f5 none repeat scroll 0 0;
padding: 50px 0 40px;
}
.list-button-box2 {
background: #1b1d1f none repeat scroll 0 0;
padding: 50px 0 40px;
}
.list-button-box1 .bt-link {
margin-bottom: 10px;
margin-left: 50px;
}
.list-button-box2 .bt-link {
margin-bottom: 10px;
margin-left: 50px;
}
.bt-black {
background:#1b1d1f;
color:#fff;
}
.bt-yellow{
background:#fec64d;
color:#fff;
}
.bt-white{
background:#fff;
color:#1b1d1f;
}
.bt-style1:hover {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 0 2px #1b1d1f inset;
color: #1b1d1f;
}
.bt-style6{
box-shadow: 0 0 0 2px #1b1d1f inset;
}
.bt-style6:hover {
background: #1b1d1f none repeat scroll 0 0;
box-shadow: none;
color: #fff;
}
.bt-style7 {
box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
}
.bt-style7:hover{
background:#1b1d1f;
color:#fff;
box-shadow:none;
}
.bt-style2:hover{
box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
background:#fff;
color:#1b1d1f;
}
.bt-style8 {
background-clip: content-box;
box-shadow: 0 0 0 1px #1b1d1f inset;
padding: 5px;
width: 143px;
}
.bt-style8:hover{
background-clip: padding-box;
}
.bt-style3{
padding: 5px;
width: 143px;
box-shadow: 0 0 0 1px #1b1d1f inset;
}
.bt-style3:hover{
background-clip: content-box;
}
.bt-style4:hover{
background: #fec64d;
}
.bt-style9:hover{
background: #1b1d1f;
}
.bt-style5:hover{
background: #1b1d1f;
}
.bt-style10:hover{
background: #fec64d;
}
.bt-style11 {
box-shadow: 0 0 0 1px #fff inset;
}
.bt-style11:hover {
background:#fec64d;
box-shadow: 0 0 0 2px #fff inset;
}
.bt-style16{
box-shadow: 0 0 0 2px #fff inset;
}
.bt-style16:hover{
background: #1b1d1f;
box-shadow: 0 0 0 1px #fff inset;
}
.bt-style12 {
box-shadow: 0 0 0 1px #fff inset;
}
.bt-style12:hover {
box-shadow: 0 0 0 1px #FEC64D inset;
background:#fff;
color:#1b1d1f;
}
.bt-style17{
box-shadow: 0 0 0 1px #FEC64D inset;
}
.bt-style17:hover{
box-shadow: 0 0 0 1px #fff inset;
background:#1b1d1f;
color:#fff;
}
.bt-style13 {
box-shadow: 0 0 0 1px #fff inset;
}
.bt-style13:hover {
box-shadow: 0 0 0 4px #FEC64D inset;
background:#fff;
color:#1b1d1f;
}
.bt-style18{
box-shadow: 0 0 0 4px #FEC64D inset;
background:#fff;
color:#1b1d1f;
}
.bt-style18:hover{
box-shadow: 0 0 0 1px #fff inset;
background:#1b1d1f;
color:#fff;
}
.bt-style14 {
box-shadow: 0 0 0 1px #fff inset;
}
.bt-style14:hover {
background: #fff;
color:#1b1d1f;
}
.bt-style19 {
box-shadow: 0 0 0 1px #fff inset;
}
.bt-style19:hover {
background: #1b1d1f;
color:#fff;
}
.bt-brown{
background:#323436;
color:#FEC64D;
}
.bt-style15:hover{
background:#323436;
color:#FEC64D;
}
.bt-style20:hover{
background:#FEC64D;
color:#fff;
}
.title-bittons {
font-size: 16px;
margin: 50px 0 30px;
text-transform: uppercase;
}
.bt-blue{
background:#1997D4;
color:#fff;
}
.bt-radius,.bt-radius span{
border-radius:4px;
}
.bt-cart{
text-transform:capitalize;
}
.bt-loadmore{
width:300px;
color:#fff;
}
.bt-link span{
display:block;
line-height:32px;
transition:all 0.5s ease-ut 0s;
margin:4px;
}
.bt-style21{
width:140px;
padding:0;
}
.bt-style21:hover{
box-shadow: 0 0 0 1px #1997D4 inset;
background:#fff;
}
.bt-style21:hover span{
background:#1997D4;
}
.bt-style26{
width:140px;
background:#fff;
box-shadow: 0 0 0 1px #1997D4 inset;
padding:0;
}
.bt-style26:hover{
background:#1997D4;
}
.bt-style26 span{
background:#1997D4;
}
.bt-style22:hover{
box-shadow: 0 0 0 1px #1997D4 inset;
background:#fff;
color:#1997D4;
}
.bt-style27{
box-shadow: 0 0 0 1px #1997D4 inset;
background:#fff;
color:#1997D4;
}
.bt-style27:hover{
background:#1997D4;
color:#fff;
}
.bt-style23:hover{
background:#FFD21D;
color:#1b1d1f;
box-shadow:0 4px 4px 0 rgba(0,0,0,0.3);
}
.bt-shadow{
box-shadow:0 4px 4px 0 rgba(0,0,0,0.3);
}
.bt-gold{
background:#FFD21D;
}
.bt-style28:hover{
background:#1997D4;
color:#fff;
box-shadow:none;
}
.bt-style24:hover{
background:#FFD21D;
}
.bt-style29:hover{
background:#1997D4;
}
.bt-style25{
box-shadow: 0 0 0 1px #e3e3e3 inset;
}
.bt-style25:hover{
box-shadow:none;
background:#1997D4;
color:#fff;
}
.bt-style30:hover{
box-shadow: 0 0 0 1px #e3e3e3 inset;
background:#fff;
color:#1b1d1f;
}
.bt-style31{
width:140px;
padding:0;
}
.bt-style31 span{
background:#1997D4;
}
.bt-style31:hover{
box-shadow: 0 0 0 1px #1997D4 inset;
background:#1b1d1f;
}
.bt-style36{
width:140px;
padding:0;
box-shadow: 0 0 0 1px #1997D4 inset;
background:#1b1d1f;
}
.bt-style36 span{
background:#1997D4;
}
.bt-style36:hover{
background:#1997D4;
}
.bt-style32{
box-shadow: 0 0 0 1px #8d8d8d inset;
}
.bt-style32:hover{
box-shadow: 0 0 0 1px #fff inset;
background:#fff;
color:#1b1d1f;
}
.bt-style37:hover{
box-shadow: 0 0 0 1px #8d8d8d inset;
background:#1b1d1f;
color:#fff;
}
.bt-style33{
box-shadow: 0 0 0 1px #FFD21D inset;
color:#FFD21D;
}
.bt-style33:hover{
box-shadow: 0 0 0 1px #FFD21D inset;
color:#1b1d1f;
background:#FFD21D;
}
.bt-style38{
box-shadow: 0 0 0 1px #FFD21D inset;
color:#1b1d1f;
background:#FFD21D;
}
.bt-style38:hover{
box-shadow: 0 0 0 1px #FFD21D inset;
color:#FFD21D;
background:#1b1d1f;
}
.bt-style34{
box-shadow: 0 0 0 2px #fff inset;
}
.bt-style34:hover{
box-shadow: 0 0 0 2px #4082F0 inset;
background:#4082F0;
}
.bt-style39:hover{
box-shadow: 0 0 0 2px #fff inset;
background:#1b1d1f;
}
.bt-style35{
color: #fff;
}
.bt-style35:hover{
color: #1997D4;
background:#1b1d1f;
box-shadow: 0 0 0 2px #1997D4 inset;
}
.bt-style40{
color: #1997D4;
background:#1b1d1f;
box-shadow: 0 0 0 2px #1997D4 inset;
}
.bt-style40:hover{
color: #fff;
background:#323436;
box-shadow: 0 0 0 2px #323436 inset;
}
.link-black {
background: transparent none repeat scroll 0 0;
color: #1b1d1f;
margin-right: 40px;
padding: 0;
position: relative;
text-decoration: underline;
transition:all 0.5s ease-out 0s;
height:36px;
line-height:36px;
}
.link-style1{
padding:0 30px;
border:1px solid transparent;
}
.link-style1:hover{
border:1px solid #1b1d1f;
text-decoration: none;
}
.link-style6{
padding:0 30px;
border:1px solid #1b1d1f;
text-decoration: none;
}
.link-style6:hover{
border:1px solid transparent;
text-decoration: underline;
}
.link-style2{
border-bottom:3px double transparent;
}
.link-style2:hover{
border-bottom:3px double #1b1d1f;
text-decoration: none;
color:#666;
}
.link-style7{
border-bottom:3px double #1b1d1f;
color:#666;
text-decoration: none;
}
.link-style7:hover{
border-bottom:3px double transparent;
text-decoration: underline;
color:#1b1d1f;
}
.link-style3{
border-bottom:1px solid transparent;
border-top:1px solid transparent;
}
.link-style3:hover{
border-bottom:1px solid #1b1d1f;
border-top:1px solid #1b1d1f;
text-decoration: none;
}
.link-style8{
text-decoration: none;
border-bottom:1px solid #1b1d1f;
border-top:1px solid #1b1d1f;
}
.link-style8:hover{
border-bottom:1px solid transparent;
border-top:1px solid transparent;
text-decoration: underline;
}
.link-style5:hover{
color:#fec64d;
}
.link-style10:hover{
color:#1b1d1f;
}
.link-style10{
color:#fec64d;
}
.link-style4 span{
transition: all 0.5s ease-out 0s;
transform:translate(0,0);
}
.link-style4:hover span {
transform:translate(0,100%);
}
.link-style4:hover::before {
top:0;
}
.link-style4::before {
content: "๎ ฎ";
font-family: linearicons;
left: 0;
position: absolute;
top: -100%;
transition: all 0.5s ease-out 0s;
width: 100%;
font-size:18px;
}
.link-style4::after {
background: #1b1d1f none repeat scroll 0 0;
bottom: 100%;
content: "";
height: 1px;
left: 0;
position: absolute;
transition: all 0.5s ease-out 0s;
width: 100%;
}
.link-style4:hover::after{
bottom:0;
}
.link-style9 span{
transition: all 0.5s ease-out 0s;
transform:translate(0,100%);
}
.link-style9:hover span {
transform:translate(0,0);
}
.link-style9:hover::before {
top:-100%;
}
.link-style9::before {
content: "๎ ฎ";
font-family: linearicons;
left: 0;
position: absolute;
top: 0;
transition: all 0.5s ease-out 0s;
width: 100%;
font-size:18px;
}
.link-style9::after {
background: #1b1d1f none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
left: 0;
position: absolute;
transition: all 0.5s ease-out 0s;
width: 100%;
}
.link-style9:hover::after{
bottom:100%;
}
.link-white {
background: transparent none repeat scroll 0 0;
color: #fff;
height: 36px;
line-height: 36px;
margin-right: 40px;
padding: 0;
position: relative;
text-decoration: underline;
transition: all 0.5s ease-out 0s;
}
.link-style11{
padding:0 30px;
border:1px solid transparent;
}
.link-style11:hover{
border:1px solid #fec64d;
text-decoration: none;
color:#fec64d;
}
.link-style16{
padding:0 30px;
border:1px solid #fec64d;
text-decoration: none;
color:#fec64d;
}
.link-style16:hover{
border:1px solid transparent;
text-decoration: underline;
color:#fff;
}
.link-style12{
border-bottom:3px double transparent;
}
.link-style12:hover{
border-bottom:3px double #666;
text-decoration: none;
color:#fec64d;
}
.link-style17{
border-bottom:3px double #666;
color:#fec64d;
text-decoration: none;
}
.link-style17:hover{
border-bottom:3px double transparent;
text-decoration: underline;
color:#fff;
}
.link-style13{
border-bottom:1px solid transparent;
border-top:1px solid transparent;
}
.link-style13:hover{
border-bottom:1px solid #1997d4;
border-top:1px solid #1997d4;
text-decoration: none;
color:#1997d4;
}
.link-style18{
text-decoration: none;
border-bottom:1px solid #1997d4;
border-top:1px solid #1997d4;
color:#1997d4;
}
.link-style18:hover{
border-bottom:1px solid transparent;
border-top:1px solid transparent;
text-decoration: underline;
color:#fff;
}
.link-style15:hover{
color:#fec64d;
}
.link-style20:hover{
color:#fff;
}
.link-style20{
color:#fec64d;
}
.link-style14 span{
transition: all 0.5s ease-out 0s;
transform:translate(0,0);
}
.link-style14:hover span {
transform:translate(0,100%);
}
.link-style14:hover::before {
top:0;
}
.link-style14::before {
content: "๎ ฎ";
font-family: linearicons;
left: 0;
position: absolute;
top: -100%;
transition: all 0.5s ease-out 0s;
width: 100%;
font-size:18px;
color:#fec64d;
}
.link-style14::after {
background: #fec64d none repeat scroll 0 0;
bottom: 100%;
content: "";
height: 1px;
left: 0;
position: absolute;
transition: all 0.5s ease-out 0s;
width: 100%;
}
.link-style14:hover::after{
bottom:0;
}
.link-style19 span{
transition: all 0.5s ease-out 0s;
transform:translate(0,100%);
}
.link-style19:hover span {
transform:translate(0,0);
}
.link-style19:hover::before {
top:-100%;
}
.link-style19::before {
content: "๎ ฎ";
font-family: linearicons;
left: 0;
position: absolute;
top: 0;
transition: all 0.5s ease-out 0s;
width: 100%;
font-size:18px;
color:#fec64d;
}
.link-style19::after {
background: #fec64d none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
left: 0;
position: absolute;
transition: all 0.5s ease-out 0s;
width: 100%;
}
.link-style19:hover::after{
bottom:100%;
}
.btn-circle-box {
display: inline-block;
margin:0 35px;
vertical-align:middle;
}
.btn-circle-box a{
display: inline-block;
margin:0 15px;
vertical-align:middle;
border-radius:50%;
text-align:center;
text-transform:uppercase;
position:relative;
transition: all 0.5s ease-out 0s;
overflow:hidden;
}
.btn-circle-box a span{
bottom: 0;
display: block;
height: 13px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
font-size:13px;
transition: all 0.5s ease-out 0s;
z-index: 99;
}
.btn-circle-box a.link-add-cart span{
height: 18px;
font-size:18px;
}
.btn-circle-box .link-add-cart{
width:48px;
height:48px;
}
.btn-circle-box .link-wishlist{
width:36px;
height:36px;
}
.btn-circle-box .link-compare{
width:36px;
height:36px;
}
.btn-circle-box .link-quick-view{
width:130px;
height:130px;
line-height:130px;
}
.btn-circle-box1 a{
background:#2FA0D8;
color:#fff;
}
.btn-circle-box1 .link-add-cart{
/*background:#2FA0D8 url("../images/icon-cart.png") no-repeat center center;*/
}
.btn-circle-box1 a:hover{
background-color:#FFD21D;
}
.btn-circle-box1 .link-wishlist:hover span{
transform:scale(2);
}
.btn-circle-box1 .link-compare:hover {
box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn-circle-box11 a{
background:#FFD21D;
color:#fff;
}
.btn-circle-box11 .link-add-cart{
/*background:#FFD21D url("../images/icon-cart.png") no-repeat center center;*/
}
.btn-circle-box11 a:hover{
background-color:#2FA0D8;
}
.btn-circle-box11 .link-wishlist:hover span{
transform:scale(2);
}
.btn-circle-box11 .link-compare:hover {
box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn-circle-box2 a{
background:#1b1d1f;
color:#fff;
}
.btn-circle-box2 .link-add-cart{
width:56px;
height:56px;
}
.btn-circle-box2 .link-add-cart:hover{
background-color:#fff;
box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.btn-circle-box2 .link-wishlist:hover span{
transform:scale(2);
}
.btn-circle-box2 .link-compare:hover span{
transform:scale(2);
}
.btn-circle-box2 .link-add-cart::before {
background: #1b1d1f none repeat scroll 0 0;
border-radius: 50%;
bottom: 0;
content: "";
height: 48px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 48px;
}
.btn-circle-box22 a{
background:#FEC64D;
color:#fff;
}
.btn-circle-box22 .link-add-cart{
width:56px;
height:56px;
}
.btn-circle-box22 .link-add-cart:hover{
background-color:#fff;
box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.btn-circle-box22 .link-wishlist:hover{
box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn-circle-box22 .link-compare:hover{
box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn-circle-box22 .link-add-cart::before {
background: #FEC64D none repeat scroll 0 0;
border-radius: 50%;
bottom: 0;
content: "";
height: 48px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 48px;
}
.btn-circle-box3 .link-quick-view{
background:#2FA0D8;
color:#fff;
}
.btn-circle-box3 .link-quick-view:hover{
background:#FFD533;
}
.btn-circle-box33 .link-quick-view{
background:#FFD533;
color:#fff;
}
.btn-circle-box33 .link-quick-view:hover{
background:#2FA0D8;
}
.btn-circle-box4 a{
background:#fff;
color:#2FA0D8;
box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.btn-circle-box4 .link-add-cart{
c
box-shadow:none;
}
.btn-circle-box4 a,.btn-circle-box44 a{
margin:0 5px;
}
.btn-circle-box4 .link-add-cart:hover{
background-color:#1b1d1f;
}
.btn-circle-box4 .link-wishlist:hover{
box-shadow: 0 0 0 1px #1997D4 inset;
}
.btn-circle-box4 .link-compare:hover{
box-shadow: 0 0 0 1px #1997D4 inset;
background-color:#1997D4;
color:#fff;
}
.btn-circle-box44 .link-add-cart{
/*background:#1b1d1f url("../images/icon-cart.png") no-repeat center center;*/
}
.btn-circle-box44 .link-add-cart:hover{
background-color:#1997D4;
}
.btn-circle-box44 .link-wishlist{
box-shadow: 0 0 0 1px #1997D4 inset;
background:#fff;
color:#1997D4;
}
.btn-circle-box44 .link-wishlist:hover{
box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.btn-circle-box44 .link-compare{
background:#1997D4;
color:#fff;
}
.btn-circle-box44 .link-compare:hover{
box-shadow: 0 0 0 1px #e5e5e5 inset;
background:#fff;
color:#1997D4;
}
.list-button-circle {
padding: 10px 0;
}
.list-button-circle > div {
padding: 5px 0;
}
.btn-circle-box7 .link-quick-view{
background:#e9e9e9;
color:#1b1d1f;
border:3px solid transparent;
}
.btn-circle-box7 .link-quick-view:hover{
border:3px solid #000;
}
.btn-circle-box77 .link-quick-view{
background:#e9e9e9;
color:#1b1d1f;
border:3px solid #000;
}
.btn-circle-box77 .link-quick-view:hover{
border:3px solid transparent;
}
.btn-circle-box5 .link-add-cart{
/*background:#1997D4 url("../images/icon-cart.png") no-repeat center center;*/
}
.btn-circle-box5 .link-add-cart:hover{
background-color:#FFD21D;
}
.btn-circle-box5 .link-add-cart:hover::before{
border:1px solid transparent;
width:48px;
height:48px;
}
.btn-circle-box5 .link-add-cart::before{
content:"";
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
width:38px;
height:38px;
border:1px solid #1b1d1f;
border-radius:50%;
transition:all 0.5s ease-out 0s;
}
.btn-circle-box5 .link-wishlist{
background:#fff;
box-shadow: 0 0 0 1px #1997D4 inset;
color:#1997D4;
}
.btn-circle-box5 .link-wishlist:hover{
background:#FFD21D;
color:#fff;
box-shadow: 0 0 0 1px transparent inset;
}
.btn-circle-box5 .link-wishlist:hover span{
transform:scale(2);
}
.btn-circle-box5 .link-compare{
background:#1997D4;
color:#fff;
}
.btn-circle-box5 .link-compare:hover{
background:#FFD21D;
color:#1b1d1f;
}
.btn-circle-box55 .link-add-cart{
/*background:#FFD21D url("../images/icon-cart.png") no-repeat center center;*/
}
.btn-circle-box55 .link-add-cart:hover{
background-color:#1997D4;
}
.btn-circle-box55 .link-add-cart:hover::before{
border:1px solid #1b1d1f;
width:38px;
height:38px;
}
.btn-circle-box55 .link-add-cart::before{
content:"";
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
width:48px;
height:48px;
margin:auto;
border:1px solid transparent;
border-radius:50%;
transition:all 0.5s ease-out 0s;
}
.btn-circle-box55 .link-wishlist{
background:#FFD21D;
color:#fff;
box-shadow: 0 0 0 1px transparent inset;
}
.btn-circle-box55 .link-wishlist:hover{
background:#fff;
color:#1997D4;
box-shadow: 0 0 0 1px #1997D4 inset;
}
.btn-circle-box55 .link-wishlist:hover span{
transform:scale(2);
}
.btn-circle-box55 .link-compare:hover{
background:#1997D4;
color:#fff;
}
.btn-circle-box55 .link-compare{
background:#FFD21D;
color:#1b1d1f;
}
.btn-circle-box55 .link-compare:hover span{
transform:rotate(225deg);
}
.btn-circle-box5 .link-compare:hover span{
transform:rotate(225deg);
}
.btn-circle-box6 a{
color:#fff;
}
.btn-circle-box6 .link-wishlist:hover{
background:#fff;
color:#1b1d1f;
}
.btn-circle-box6 .link-add-cart{
width:56px;
height:56px;
}
.btn-circle-box6 .link-add-cart:hover{
background:#fff;
color:#1b1d1f;
}
.btn-circle-box6 .link-add-cart::before{
content:"";
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
width:56px;
height:56px;
margin:auto;
border:3px solid transparent;
border-radius:50%;
transition:all 0.5s ease-out 0s;
}
.btn-circle-box6 .link-add-cart:hover::before{
border:3px solid #1b1d1f;
width:52px;
height:52px;
}
.btn-circle-box6 .link-compare:hover {
transform:rotate(225deg) scale(2);
}
.btn-circle-box66 .link-wishlist{
background:#fff;
color:#1b1d1f;
}
.btn-circle-box66 .link-wishlist:hover{
background:transparent;
color:#fff;
}
.btn-circle-box66 .link-add-cart{
width:56px;
height:56px;
background:#fff;
color:#1b1d1f;
}
.btn-circle-box66 .link-add-cart:hover{
background:transparent;
color:#fff;
}
.btn-circle-box66 .link-add-cart::before{
content:"";
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
width:52px;
height:52px;
margin:auto;
border:3px solid #1b1d1f;
border-radius:50%;
transition:all 0.5s ease-out 0s;
}
.btn-circle-box66 .link-add-cart:hover::before{
border:3px solid transparent;
width:56px;
height:56px;
}
.btn-circle-box66 .link-compare {
transform:scale(2);
color:#fff;
}
.btn-circle-box66 .link-compare:hover {
transform:rotate(225deg);
}
.btn-circle-box8 a, .btn-circle-box88 a {
margin: 0 5px;
}
.btn-circle-box8 a {
background: transparent;
box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
color: #fff;
}
.btn-circle-box8 .link-add-cart{
/*background:#fff url("../images/icon-cart2.png") no-repeat center center;*/
box-shadow: 0 0 0 1px transparent inset;
}
.btn-circle-box8 .link-add-cart:hover{
/*background:transparent url("../images/icon-cart.png") no-repeat center center;*/
box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
}
.btn-circle-box8 .link-wishlist:hover{
color:#1698D4;
box-shadow: 0 0 0 1px #1698D4 inset;
}
.btn-circle-box8 .link-compare:hover{
color:#fff;
box-shadow: 0 0 0 1px #fff inset;
}
.btn-circle-box88 .link-add-cart:hover{
/*background:#fff url("../images/icon-cart2.png") no-repeat center center;*/
box-shadow: 0 0 0 1px transparent inset;
}
.btn-circle-box88 .link-add-cart{
/*background:transparent url("../images/icon-cart.png") no-repeat center center;*/
box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
}
.btn-circle-box88 .link-wishlist{
color:#1698D4;
box-shadow: 0 0 0 1px #1698D4 inset;
}
.btn-circle-box88 .link-wishlist:hover{
color:#fff;
box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
}
.btn-circle-box88 .link-compare{
color:#fff;
box-shadow: 0 0 0 1px #fff inset;
}
.btn-circle-box88 .link-compare:hover{
box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
}
/***********************************************************************
Accordions
************************************************************************/
.accordion-box {
margin-bottom: 30px;
}
.accordion-box h2 {
color: #999;
font-size: 16px;
margin: 0;
text-transform: uppercase;
}
.desc-accordion {
color: #666;
margin: 0 0 20px;
display:none;
}
.item-accordion.active .desc-accordion{
display:block;
}
.title-accordion {
font-size: 16px;
margin: 0;
color: #1b1d1f;
padding:15px 0;
cursor:pointer;
position:relative;
}
.title-accordion:hover{
color:#999;
}
.accordion-box.style1 .title-accordion::after {
color: #747474;
content: "๎กณ";
font-family: linearicons;
font-size: 13px;
position: absolute;
right: 0;
top: 15px;
}
.accordion-box.style1 .title-accordion{
padding-right:20px;
}
.accordion-box.style1 .item-accordion.active .title-accordion::after {
content:"๎กด";
}
.accordion-box.style1 .item-accordion {
border-bottom: 1px solid #e5e5e5;
}
.accordion-box.style2 .title-accordion {
font-size: 13px;
padding: 17px 15px 17px 25px;
text-transform: uppercase;
}
.accordion-box.style3 .title-accordion {
background: #f5f5f5 none repeat scroll 0 0;
border: 1px solid #e5e5e5;
font-size: 13px;
margin-bottom: 15px;
padding: 12px 15px 12px 55px;
text-transform: uppercase;
}
.accordion-box.style2 .item-accordion {
border: 1px solid #e5e5e5;
margin-bottom: 5px;
padding: 0 20px;
}
.accordion-box.style3 .item-accordion {
margin-bottom: 5px;
}
.accordion-box.style2 h2 {
margin-bottom: 30px;
}
.accordion-box.style3 h2 {
margin-bottom: 30px;
}
.accordion-box.style2 .title-accordion::before {
/*background: rgba(0, 0, 0, 0) url("../images/add.png") no-repeat scroll center center;*/
content: "";
display: block;
height: 14px;
left: 0;
position: absolute;
top: 17px;
width: 14px;
}
.accordion-box.style2 .item-accordion.active .title-accordion::before {
/*background: rgba(0, 0, 0, 0) url("../images/sub.png") no-repeat scroll center center;*/
}
.accordion-box.style3 .title-accordion::before {
/*background: #1b1d1f url("../images/add1.png") no-repeat scroll center center;*/
content: "";
display: block;
height: 40px;
left: 0;
position: absolute;
top: -1px;
width: 40px;
}
.accordion-box.style3 .item-accordion.active .title-accordion::before {
/*background: #1b1d1f url("../images/sub1.png") no-repeat scroll center center;*/
}
/***********************************************************************
Banner Slider
************************************************************************/
.list-banner-slider>div{
margin-bottom:50px;
}
/*Circle Vertical*/
.banner-slider-circle-vertical .owl-pagination {
position: absolute;
right: 0;
top: -190px;
}
.banner-slider-circle-vertical .owl-theme .owl-controls {
margin: auto;
max-width: 1185px;
position: relative;
}
.banner-slider-circle-vertical .owl-theme .owl-controls .owl-page span {
background: #1b1d1f none repeat scroll 0 0;
border-radius: 50%;
display: block;
height: 6px;
margin: 4px 0;
opacity: 1;
width: 6px;
}
.banner-slider-circle-vertical .owl-theme .owl-controls .owl-page.active span,.banner-slider-circle-vertical .owl-theme .owl-controls.clickable .owl-page:hover span {
background: #fbb450 none repeat scroll 0 0;
opacity: 1;
}
.banner-slider-circle-vertical .owl-theme .owl-controls .owl-page {
display: block;
}
/*Rect Vertical*/
.banner-slider-rect-vertical .owl-pagination {
position: absolute;
right: 0;
top: -290px;
}
.banner-slider-rect-vertical .owl-theme .owl-controls {
margin: auto;
max-width: 1185px;
position: relative;
}
.banner-slider-rect-vertical .owl-theme .owl-controls .owl-page span {
background: #fed533 none repeat scroll 0 0;
border-radius: 4px;
display: block;
height: 5px;
margin: 8px 0;
opacity: 1;
width: 30px;
}
.banner-slider-rect-vertical .owl-theme .owl-controls .owl-page.active span,.banner-slider-rect-vertical .owl-theme .owl-controls.clickable .owl-page:hover span {
background: #1997d4 none repeat scroll 0 0;
opacity: 1;
}
.banner-slider-rect-vertical .owl-theme .owl-controls .owl-page {
display: block;
}
.banner-rect-info{
text-transform:uppercase;
}
.banner-rect-info h4{
font-size: 30px;
margin: 0;
}
.banner-rect-info h4 span {
background: #fed533 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
padding: 0 10px 3px;
}
.banner-rect-info h2{
font-size: 60px;
margin: 0;
}
.banner-rect-info h2 span {
background: #2ea0d7 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
padding: 0 10px 5px;
}
.banner-rect-info .btn-link-default {
background: #2ea0d7 none repeat scroll 0 0;
border-radius: 4px;
margin-top: 15px;
}
.banner-rect-info .btn-link-default:hover {
background: #FED533 none repeat scroll 0 0;
}
.banner-rect-info .desc {
letter-spacing: 5px;
margin-top: 22px;
}
/*Hoztical Slider*/
.banner-slider-circle-hoztical .content-banner-slider {
background: #f5f5f5 none repeat scroll 0 0;
height: 680px;
padding-top: 140px;
}
.banner-slider-circle-hoztical .banner-thumb-link {
display: block;
text-align: center;
}
.banner-slider-circle-hoztical .banner-rect-info {
margin-top: 100px;
margin-left:100px;
}
.banner-slider-circle-hoztical .banner-rect-info h4 {
color: #666;
margin: 0 0 10px;
}
.banner-slider-circle-hoztical .banner-rect-info h2 {
margin: 0 0 25px;
}
.banner-slider-circle-hoztical .owl-theme .owl-controls {
bottom: 70px;
left: 0;
margin: 0;
position: absolute;
width: 100%;
}
.banner-slider-circle-hoztical .owl-pagination {
display: inline-block;
position: relative;
}
.banner-slider-circle-hoztical .owl-pagination::before {
background: #e3e3e3 none repeat scroll 0 0;
content: "";
height: 1px;
left: 0;
position: absolute;
top: 8px;
width: 100%;
}
.banner-slider-circle-hoztical .owl-theme .owl-controls .owl-page {
display: inline-block;
margin-right: 20px;
position: relative;
}
.banner-slider-circle-hoztical .owl-theme .owl-controls .owl-page:last-child{
margin-right:0;
}
.banner-slider-circle-hoztical .owl-theme .owl-controls .owl-page span {
background: #1b1d1f none repeat scroll 0 0;
border-radius: 50%;
display: block;
height: 10px;
margin: 0;
opacity: 1;
width: 10px;
}
.banner-slider-circle-hoztical .owl-theme .owl-controls .owl-page.active span,.banner-slider-circle-hoztical .owl-theme .owl-controls.clickable .owl-page:hover span {
background: #1997d4 none repeat scroll 0 0;
opacity: 1;
}
/***********************************************************************
Banners
************************************************************************/
.item-product-leading .item-product-thumb:hover .product-thumb-link img{
transform:scale(1.15);
}
.banner-box {
margin-bottom: 50px;
overflow: hidden;
position: relative;
text-transform: uppercase;
}
.banner-style1 .banner-box-info {
left: 30px;
position: absolute;
top: 200px;
z-index: 10;
}
.title-banner-box-yellow > span {
background: #ffd21e none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
font-size: 30px;
padding: 0 10px 3px;
}
.title-banner-box-yellow {
margin: 0;
}
.title-banner-box-blue {
margin: 0;
}
.title-banner-box-blue > span {
background: #1997d4 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
font-size: 30px;
padding: 0 10px 4px;
}
.banner-box.banner-style1 .desc {
letter-spacing: 5px;
margin-top: 20px;
}
.btn-box-banner {
background: #1997d4 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
height: 40px;
line-height: 40px;
margin-top: 12px;
padding: 0 20px;
transition:all 0.5s ease-out 0s;
}
.btn-box-banner:hover {
background: #FFD21E none repeat scroll 0 0;
color: #fff;
}
.banner-box.banner-style1.box-center {
margin: 0 -7px;
}
.banner-box.banner-style1.box-left {
margin-right: -14px;
}
.banner-box.banner-style1.box-right {
margin-left: -14px;
}
.banner-box.banner-style1::before{
position:absolute;
content:"";
background:rgba(27,29,31,0.1);
top:0;
left:0;
width:0;
height:0;
transition:all 0.5s ease-out 0s;
z-index:9;
}
.banner-box.banner-style1:hover::before{
width:100%;
height:100%;
}
.banner-box.banner-style1::after{
position:absolute;
content:"";
background:rgba(27,29,31,0.1);
bottom:0;
right:0;
width:0;
height:0;
transition:all 0.5s ease-out 0s;
z-index:9;
}
.banner-box.banner-style1:hover::after{
width:100%;
height:100%;
}
.banner-box .banner-box-link img {
transition: all 0.5s ease-out 0s;
width: 100%;
}
.banner-box:hover .banner-box-link img{
transform:scale(1.15);
}
.banner-box-link {
display: block;
overflow: hidden;
position: relative;
}
.banner-style2 .banner-box-title.banner-box-title-blue {
background: #1997d4;
text-align: center;
margin: 0;
padding: 2px 15px 5px;
color: #fff;
transition:all 0.5s ease-out 0s;
}
.banner-style2 .title-banner-box-blue {
font-size: 48px;
color: #1997d4;
margin: 0;
}
.banner-style2:hover .banner-box-title.banner-box-title-blue {
background: #ffd21e;
}
.banner-style2 .title-banner-box-black {
font-size: 24px;
margin: 0;
}
.banner-style2 .banner-box-info {
position: absolute;
top: 120px;
left: 0;
width: 100%;
text-align: center;
z-index:10;
opacity:0;
transition:all 0.5s ease-out 0s;
}
.banner-style2:hover .banner-box-info {
opacity:1;
}
.banner-adv-product {
margin: 50px 0 20px;
}
.banner-adv-product {
margin: 50px 0 20px;
}
.banner-box.banner-style3.box-left {
margin-right: -10px;
}
.banner-box.banner-style3.box-right {
margin-left: -10px;
}
.banner-box.banner-style3 .banner-box-info {
background: #fff none repeat scroll 0 0;
box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
left: 0;
margin-top: -50px;
position: absolute;
text-transform: uppercase;
top: 50%;
z-index: 10;
padding:25px 30px;
}
.title-banner-box {
font-size: 18px;
margin: 0;
}
.title-banner-box.style1 {
color: #333;
}
.title-banner-box.style2 {
color: #1997d4;
}
.banner-box.banner-style3 .banner-box-info::before {
border-right: 36px solid transparent;
border-top: 36px solid #1997d4;
content: "";
height: 0;
left: 0;
position: absolute;
top: 0;
width: 0;
transition:all 0.5s ease-out 0s;
}
.banner-box.banner-style3 .banner-box-info::after {
border-right: 36px solid transparent;
border-top: 36px solid #fff;
content: "";
height: 0;
left: 36px;
position: absolute;
top: 0;
width: 0;
transition:all 0.5s ease-out 0s;
opacity:0;
}
.banner-box.banner-style3 .btn-link-hidden {
background: #1997d4 none repeat scroll 0 0;
border-radius: 6px;
color: #fff;
display: inline-block;
height: 40px;
left: 100%;
line-height: 40px;
margin-top: -20px;
opacity: 0;
position: absolute;
text-align: center;
text-transform: uppercase;
top: 50%;
transition: all 0.5s ease-out 0s;
width: 140px;
margin-left:10px;
transform:scale(0);
}
.banner-box.banner-style3 .btn-link-hidden:hover{
background: #fdd932 none repeat scroll 0 0;
}
.banner-box.banner-style3:hover .banner-box-info::after{
opacity:1;
left:0;
}
.banner-box.banner-style3:hover .btn-link-hidden {
opacity:1;
transform:scale(1);
}
.banner-box.banner-style3 {
margin-bottom: 10px;
transition:all 0.5s ease-out 0s;
overflow: visible;
}
.banner-box.banner-style3:hover {
box-shadow: 4px 4px 4px -1px rgba(0, 0, 0, 0.1);
}
.banner-box.banner-style3:hover .banner-box-info::before {
left: -2px;
}
/***********************************************************************
Home 2
************************************************************************/
.item-popular-info {
text-align: center;
}
.item-popular-info h3 a {
color: #1b1d1f;
font-size: 13px;
text-transform: uppercase;
}
.item-popular-info > p {
color: #666;
}
.item-popular-info > h3 {
margin: 28px 0 17px;
}
.item-popular-info h3 a:hover {
color: #666;
}
.popular-post-date {
border: 1px solid #e5e5e5;
margin-top: 40px;
padding: 10px 15px;
position: relative;
}
.popular-post-date::before {
background: #e5e5e5 none repeat scroll 0 0;
content: "";
height: 100%;
left: 50%;
position: absolute;
top: 0;
width: 1px;
}
.popular-post-date .lnr {
color: #999;
display: inline-block;
font-size: 16px;
margin-right: 5px;
vertical-align: text-top;
}
.popular-post-date span {
color: #999;
}
.popular-post-date .readmore {
color: #999;
}
.item-popular-info {
text-align: center;
}
.item-popular-info h3 a {
color: #1b1d1f;
font-size: 13px;
text-transform: uppercase;
}
.item-popular-info > p {
color: #666;
}
.item-popular-info > h3 {
margin: 28px 0 17px;
}
.item-popular-info h3 a:hover {
color: #666;
}
.popular-post-date {
border: 1px solid #e5e5e5;
margin-top: 40px;
padding: 10px 15px;
position: relative;
}
.popular-post-date::before {
background: #e5e5e5 none repeat scroll 0 0;
content: "";
height: 100%;
left: 50%;
position: absolute;
top: 0;
width: 1px;
}
.popular-post-date .lnr {
color: #999;
display: inline-block;
font-size: 16px;
margin-right: 5px;
vertical-align: text-top;
}
.popular-post-date span {
color: #999;
}
.popular-post-date .readmore {
color: #999;
}
.popular-post-date .readmore:hover{
color:#666;
}
.item-popular-thumb {
position: relative;
}
.item-popular-thumb::after {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
bottom: -20px;
color: #1b1d1f;
content: "๎ ฟ";
display: block;
font-family: linearicons;
font-size: 16px;
left: 50%;
margin-left: -13px;
padding: 10px;
position: absolute;
}
.item-popular-thumb-link {
display: block;
overflow: hidden;
position: relative;
}
.item-popular-thumb-link::before{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
content:"";
background:rgba(27,29,31,0.5);
opacity:0;
transition:all 0.5s ease-out 0s;
}
.item-popular-thumb-link > img {
width: 100%;
}
.item-popular-thumb-link:hover::before{
opacity:1;
}
.item-brand-thumb {
overflow: hidden;
}
.item-brand-thumb img{
transition:all 0.5s ease-out 0s;
}
.item-brand-thumb:hover img{
transform:scale(1.15);
}
.locator {
margin-top: 80px;
text-align: center;
}
.locator-thumb .locator-thumb-link {
color: #1b1d1f;
font-size: 60px;
position: relative;
transition: all 0.5s ease-out 0s;
z-index: 9;
}
.locator-thumb {
/*background: rgba(0, 0, 0, 0) url("../images/bg-icon.png") no-repeat scroll center center;*/
height: 200px;
margin: auto auto 20px;
padding: 65px;
position: relative;
width: 200px;
}
.locator-info .sub-title a {
color: #1b1d1f;
}
.locator-info p {
margin-top: 10px;
color:#666;
}
.locator .title {
margin-bottom: 20px;
}
.locator-thumb:hover .locator-thumb-link {
color: #FBB450;
}
.locator-info .sub-title a:hover{
color:#FBB450;
}
.locator-thumb::after {
/*background: rgba(0, 0, 0, 0) url("../images/bg-icon.png") no-repeat scroll center center;*/
content: "";
height: 100%;
left: 0px;
position: absolute;
top: 0px;
width: 100%;
transition:all 0.5s ease-out 0s;
}
.locator-thumb:hover::after {
transform:translate(10px,10px);
}
.partner-slider-paginav .box-intro {
margin-bottom: 0;
}
/***********************************************************************
Home 3
************************************************************************/
.banner-top-home3 {
margin-top: 50px;
}
.main-nav.main-nav3 .sub-menu {
border:none;
box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.1);
border-radius:6px;
}
.main-nav.main-nav3 > ul > li.menu-item-has-childrent::after{
display:none;
}
.top-header3 {
border-bottom: 1px solid #f1f1f1;
padding: 8px 0;
}
.contact-top3 {
color: #999;
margin: 0;
}
.contact-top3 > label {
border-right: 1px solid #ebebeb;
font-weight: normal;
height: 13px;
line-height: 13px;
margin-bottom: 0;
margin-right: 12px;
padding-right: 15px;
}
.menu-top3 a {
color: #999;
}
.menu-top3 a:hover {
color: #1997d4;
}
.menu-top3 {
margin: 0;
}
.menu-top3 li {
border-left: 1px solid #ebebeb;
height: 13px;
line-height: 13px;
margin-left: 10px;
padding: 0 0 0 13px;
}
.menu-top3 li:first-child {
border: medium none;
margin: 0;
padding: 0;
}
.logo-footer3 h1 {
font-size: 48px;
margin: 0;
padding: 0;
}
.logo-header3 h1 {
color: #1997d4;
font-size: 48px;
margin: 0;
}
.logo-header3 span {
color: #fdd932;
}
.header.header3 {
background: #fbfbfb none repeat scroll 0 0;
}
.box-info-user {
background: #fff none repeat scroll 0 0;
border-radius: 6px;
box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.11);
display: table;
padding: 25px 0;
position: absolute;
right: 0;
top: 100%;
width: 400px;
margin-top:35px;
transition:all 0.5s ease-out 0s;
opacity:0;
visibility:hidden;
}
.info-user:hover .box-info-user{
opacity:1;
visibility:visible;
margin-top:5px;
}
.info-header.info-header3 {
padding-top: 5px;
position: relative;
z-index: 100;
}
.info-header3 .info-total > li {
margin-left: 1px;
}
.info-header3 .info-total .info-icon:hover {
background:#fdd932;
}
.info-header3 .info-total .info-icon {
background: #2ea0d7 none repeat scroll 0 0;
border-radius: 6px;
color: #fff;
display: block;
height: 40px;
padding: 10px;
text-align: center;
width: 40px;
}
.info-header3 .info-cart .info-icon sup {
margin-left: 6px;
top: 7px;
}
.box-info-user > ul {
display: table-cell;
padding: 0 25px;
vertical-align: top;
}
.box-info-user li a {
color: #666;
}
.box-info-user li a:hover {
color: #2ea0d7;
}
.box-info-user li a .lnr {
color: #999;
margin-right: 10px;
}
.user-info-list > li {
margin-bottom: 14px;
}
.list-unstyled.language-list {
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
.language-list img {
margin-right: 15px;
}
.language-list li.active {
border-bottom: 1px solid #e5e5e5;
}
.language-list li.active a{
color: #2ea0d7;
}
.language-list li {
margin-bottom: 7px;
padding-bottom: 7px;
}
.currency-list li.active {
border-bottom: 1px solid #e5e5e5;
}
.currency-list li.active a{
color: #2ea0d7;
}
.currency-list li {
margin-bottom: 7px;
padding-bottom: 7px;
}
.info-header3 .info-total>li::before,.info-header3 .info-total>li::after{
display:none;
}
.search-form.search-form3 input[type="text"] {
border: 1px solid #e5e5e5;
border-radius: 6px;
color: #999;
height: 40px;
left: 15px;
padding: 0 15px;
position: absolute;
top: 15px;
width: 327px;
}
.search-form.search-form3 .btn-link-default:hover {
background:#FED533;
}
.search-form.search-form3 .btn-link-default {
background: #2ea0d7 none repeat scroll 0 0;
border-radius: 6px;
right: 15px;
top: 15px;
padding:0 20px;
}
.info-search .search-form3.search-form {
background: #fff none repeat scroll 0 0;
border: medium none;
border-radius: 6px;
box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.1);
margin-right: -0px;
margin-top: 35px;
overflow: hidden;
right: 0;
width: 450px;
}
.info-search:hover .search-form3.search-form{
margin-top:5px;
}
.info-total .info-cart3 .inner-cart-info {
border: medium none;
border-radius: 6px;
box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.1);
margin-right: 0;
margin-top: 35px;
right: 0;
}
.info-cart.info-cart3:hover .inner-cart-info {
margin-top:5px;
}
.logo-footer3 > a {
color: #1997d4;
font-size: 30px;
text-transform: uppercase;
}
.contact-footer3 li {
color: #666;
margin-bottom: 7px;
}
.box-menu-footer3 > h2 {
font-size: 16px;
margin: 15px 0 25px;
text-transform: uppercase;
}
.logo-footer3 {
margin-bottom: 25px;
}
.social-network3 .share-social a {
color: #1b1d1f;
font-size: 16px;
margin-right: 7px;
}
.box-menu-footer3 a {
color: #666;
position: relative;
}
.box-menu-footer3 a:hover {
color: #1997d4;
}
.box-menu-footer3 li {
padding: 6px 0;
}
.footer-bottom3 {
border-top: 1px solid #e5e5e5;
padding: 30px 0 40px;
}
.menu-footer3 a {
color: #1b1d1f;
}
.menu-footer3 > li {
margin-right: 20px;
padding: 0;
}
.menu-footer3 {
margin: 0;
}
.menu-footer3 a:hover {
color: #1997d4;
}
.copyright3 > p {
margin: 0;
text-align: right;
}
.box-menu-footer3 > ul {
list-style: outside none none;
padding: 0;
}
.box-menu-footer3 a::before {
content: "๎ข";
font-family: linearicons;
left: 0;
margin-right: 10px;
top: 0;
}
.footer-3 {
padding: 40px 0;
}
.footer.footer-dark {
background: #171717 none repeat scroll 0 0;
color: #fff;
}
.footer.footer-dark .logo-footer .sub-title {
color: #fff;
}
.footer.footer-dark .download p {
border-color: rgba(255, 255, 255, 0.1);
color: #999;
}
.footer.footer-dark .newsletter > p {
color: #999;
}
.footer.footer-dark .footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 25px;
}
.footer.footer-dark .footer-nav {
border-color: rgba(255, 255, 255, 0.1);
}
.footer.footer-dark .newsletter {
border-color: rgba(255, 255, 255, 0.1);
}
.footer.footer-dark a:hover {
color: #fff;
}
.footer.footer-dark .newsletter input[type="submit"]{
background:#fec64d;
}
.footer.footer-dark .newsletter input[type="submit"]:hover {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 0 2px #fec64d inset;
color: #1b1d1f;
}
.footer.footer-dark .copyright a {
color: #999;
}
.footer.footer-dark .share-social a {
color: #999;
}
.footer.footer-dark .share-social a:hover{
color:#fff;
}
.title-normal {
font-size: 30px;
margin: 0 0 10px;
text-transform: uppercase;
}
.title-product-best-sale {
margin-bottom: 50px;
position: relative;
}
.nav-tabs-bestsale .filter-product .btn-filter {
border-right: 5px solid #1997d4;
}
.nav-tabs-bestsale .nav-tabs {
border: medium none;
}
.nav-tabs-bestsale .nav-tabs > li {
float: left;
margin-bottom: 0;
}
.nav-tabs-bestsale .nav-tabs > li > a:hover ,.nav-tabs-bestsale .nav-tabs > li.active > a{
color:#1997d4;
background:none;
border:none;
}
.nav-tabs-bestsale .nav-tabs > li > a {
border: medium none transparent;
border-radius: 0;
line-height: inherit;
margin-right: 30px;
padding: 0;
position: relative;
text-transform: capitalize;
color:#1b1d1f;
}
.filter-product .btn-filter.style-border-left {
margin-top: 25px;
padding-left: 25px;
width: 120px;
}
.filter-product .btn-filter.style-border-left::before {
background: #1997d4 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 5px;
}
.nav-tabs-bestsale .nav-tabs > li > a::after {
background: #ccc none repeat scroll 0 0;
content: "";
height: 12px;
position: absolute;
right: -16px;
top: 4px;
transform: rotate(20deg);
width: 1px;
}
.nav-tabs-bestsale .nav-tabs > li:last-child > a{
margin-right:0;
}
.nav-tabs-bestsale .nav-tabs > li:last-child > a::after{
display:none;
}
.product-best-sale .item-product-loadmore .item-product-thumb {
background: #f5f5f5 none repeat scroll 0 0;
}
.product-best-sale .item-product.item-product-loadmore {
background: #fff none repeat scroll 0 0;
box-shadow: none;
margin: 0 0 30px;
}
.product-best-sale .item-product-loadmore .item-product-info {
margin: 15px 0 0;
padding: 0;
text-align: left;
}
.product-best-sale .cart-wishlist-compare .product-compare {
display:none;
}
.product-best-sale .cart-wishlist-compare .product-wishlist {
background:#1997D4;
border-color:#1997D4;
color:#fff;
}
.product-best-sale .cart-wishlist-compare .product-wishlist:hover{
background:#FFD21E;
border-color:#FFD21E;
}
.product-best-sale .cart-wishlist-compare .product-compare {
background:#1997D4;
border-color:#1997D4;
color:#fff;
}
.product-best-sale .cart-wishlist-compare .product-compare:hover{
background:#FFD21E;
border-color:#FFD21E;
}
.product-best-sale .item-product:hover .item-product-thumb {
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.paginav-best-seller {
border-top: 1px solid #e3e3e3;
margin-top: 20px;
padding-top: 30px;
text-align:center;
}
.product-best-sale{
margin-bottom:50px;
}
.paginav-best-seller a {
background: #f5f5f5 none repeat scroll 0 0;
border-radius: 50%;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
display: block;
height: 36px;
line-height: 36px;
margin: 0 3px;
opacity: 1;
padding: 0;
width: 36px;
color:#1b1d1f;
}
.paginav-best-seller a.active,.paginav-best-seller a:hover {
opacity: 1;
background: #fff none repeat scroll 0 0;
color:#1997d4;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.paginav-best-seller a.active{
position:relative;
}
.paginav-best-seller a.active::before{
position:absolute;
width:8px;
height:8px;
background:#1997d4;
content:"";
top:0px;
left:14px;
border-radius:50%;
}
/*******************************************************************
Front Page
********************************************************************/
.header.header-home {
/*background-image: url("../images/home/bg-page.jpg");*/
background-position: center top;
background-repeat: no-repeat;
background-size: auto 100%;
padding:50px 0 20px;
}
.logo-home {
background: #1b1d1f none repeat scroll 0 0;
max-width: 200px;
padding: 30px 15px;
text-align: center;
width: 100%;
}
.logo.logo-home h1 span {
display: block;
font-size: 60px;
}
.logo.logo-home h1 {
font-size: 36px;
font-weight: 700;
margin: 0;
}
.logo.logo-home > a {
color: #fff;
}
.main-nav.main-nav-home {
max-width: 200px;
}
.main-nav.main-nav-home > ul > li {
display: block;
margin: 0;
}
.main-nav.main-nav-home .main-menu {
margin-top: 50px;
}
.main-nav.main-nav-home li.menu-item-has-childrent> .sub-menu{
background: #1b1d1f none repeat scroll 0 0;
left: 100%;
margin-top: -10px;
top: 0;
border:none;
}
.main-nav.main-nav-home .menu-item-has-childrent .sub-menu li a {
border-bottom: 1px solid rgba(255,255,255,0.1);
padding: 12px 0;
color: #a0a0a0;
}
.main-nav.main-nav-home .menu-item-has-childrent .sub-menu a:hover{
color:#fff;
}
.main-nav.main-nav-home > ul > li.menu-item-has-childrent:hover > .sub-menu {
margin-top:-10px;
}
.main-nav.main-nav-home > ul > li > a {
padding: 13px 20px;
}
.main-nav.main-nav-home > ul > li::before,.main-nav.main-nav-home > ul > li::after{
display:none;
}
.main-nav.main-nav-home > ul > li > a::before {
/*background: rgba(0, 0, 0, 0) url("../images/home/before.png") no-repeat scroll 0 0;*/
content: "";
height: 42px;
left: 20px;
position: absolute;
top: 0;
width: 11px;
opacity:0;
transition:all 0.5s ease-out 0s;
}
.main-nav.main-nav-home > ul > li > a::after {
/*background: rgba(0, 0, 0, 0) url("../images/home/after.png") no-repeat scroll 0 0;*/
content: "";
height: 42px;
position: absolute;
right: 20px;
top: 0;
width: 11px;
opacity:0;
transition:all 0.5s ease-out 0s;
}
.header-slider.default-paginav {
border: 10px solid #fff;
margin: 10px -15px 50px;
}
.header-slider .owl-pagination {
left: 0;
position: absolute;
bottom: 40px;
width: 100%;
}
.header-slider .owl-theme .owl-controls .owl-page span {
background: #666 none repeat scroll 0 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
display: block;
height: 7px;
margin: 4px;
opacity: 1;
width: 7px;
}
.header-slider .owl-theme .owl-controls .owl-page span:hover, .header-slider .owl-theme .owl-controls .owl-page.active span {
background: #000 none repeat scroll 0 0;
}
.main-nav.main-nav-home > ul > li:hover > a::before {
opacity:1;
left:0;
}
.main-nav.main-nav-home > ul > li:hover > a::after {
opacity:1;
right:0;
}
.home-extra-sub {
background: #1b1d1f none repeat scroll 0 0;
left: 100px;
opacity: 0;
position: absolute;
text-align: left;
top: 0;
visibility: hidden;
width: 400px;
padding: 40px 30px;
transition:all 0.5s ease-out 0s;
}
.home-extra-sub.show-box{
left:-300px;
opacity: 1;
visibility: visible;
}
.icon-extra-sub.hide-box{
opacity:0;
visibility: hidden;
}
.home-box-extra {
float: right;
position: relative;
width: 100px;
}
.icon-home-cart {
background: #1b1d1f none repeat scroll 0 0;
}
.icon-home-share {
background: #252627 none repeat scroll 0 0;
}
.icon-home-search {
background: #333 none repeat scroll 0 0;
}
.home-box-extra > div > a > .lnr {
bottom: 0;
display: block;
font-size: 30px;
height: 30px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 30px;
transition: all 0.5s ease-out 0s;
}
.home-box-extra > div > a:hover >.lnr{
transform:scale(1.2);
}
.home-box-extra > div > a:hover{
color:#FBB450;
}
.home-box-extra > div > a {
color: #fff;
display: block;
height: 100px;
opacity: 1;
position: relative;
text-align: right;
transition: all 0.5s ease-out 0s;
visibility: visible;
width: 100px;
}
.home-box-extra .icon-home-cart sup {
font-size: 13px;
position: absolute;
right: 25px;
top: 35px;
}
.header-banner {
margin: 0 -15px;
position: relative;
}
.item-header-banner {
background: #f5f5f5 none repeat scroll 0 0;
border: 10px solid #fff;
margin-bottom: 50px;
}
.item-header-banner:hover .header-banner-title{
background: #1b1d1f none repeat scroll 0 0;
color: #fff;
}
.item-header-banner:hover .header-banner-title::after {
background:#fff;
}
.header-banner-thumb {
overflow: hidden;
position: relative;
}
.header-banner-title {
background: #fff none repeat scroll 0 0;
color: #1b1d1f;
display: inline-block;
font-size: 13px;
left: 0;
margin: -25px 0 0;
overflow: hidden;
padding: 18px 120px 18px 20px;
position: absolute;
text-transform: uppercase;
top: 50%;
transition:all 0.5s ease-out 0s;
}
.header-banner-title::after {
background: #1b1d1f none repeat scroll 0 0;
content: "";
height: 100%;
position: absolute;
right: -26px;
top: 0;
transform: skewX(-15deg);
width: 120px;
transition:all 0.5s ease-out 0s;
}
.header-banner-title > span {
color: #bbb;
position: absolute;
right: 20px;
text-transform: none;
top: 18px;
z-index: 99;
}
.header-banner-title > a {
color: #1b1d1f;
}
.item-header-banner.box-left {
margin-right: 10px;
}
.item-header-banner.box-right {
margin-left: 10px;
}
.header-banner-thumb {
overflow: hidden;
position: relative;
}
.category-lightbox {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
left: 50%;
margin-left: -635px;
padding: 22px 30px 30px;
position: absolute;
top: 50px;
width: 1170px;
z-index: 999;
opacity:0;
visibility:hidden;
transition:all 0.5s ease-out 0s;
}
.category-lightbox.height-light{
opacity:1;
visibility:visible;
top:0;
}
.header-banner-link img{
transition:all 0.5s ease-out 0s;
}
.item-header-banner:hover .header-banner-link img{
transform:scale(1.15);
}
.item-header-banner:hover .header-banner-title > span{
color:#1b1d1f;
}
.category-lightbox .item-product {
margin: 0 -10px 10px;
}
.category-lightbox .list-product {
padding: 0 10px;
}
.category-lightbox > h2 {
font-size: 30px;
font-weight: bold;
margin: 0 0 25px;
text-transform: uppercase;
}
.category-lightbox .close-category-lightbox {
color: #d0d0d0;
padding-right: 30px;
position: absolute;
right: 30px;
text-transform: uppercase;
top: 30px;
}
.category-lightbox .home-directnav .owl-buttons {
margin-right: -85px;
position: absolute;
right: 50%;
top: -60px;
}
.category-lightbox .close-category-lightbox::after {
/*background: rgba(0, 0, 0, 0) url("../images/home/x-close.png") no-repeat scroll center center;*/
content: "";
height: 11px;
position: absolute;
right: 0;
top: 4px;
width: 11px;
}
.category-lightbox .item-product-thumb::after {
display: none;
}
.category-lightbox .item-product-info {
bottom: 12px;
left: 0;
margin: 0;
position: absolute;
width: 100%;
}
.header-banner .col-md-6.col-sm-6.col-xs-12 {
position:static;
}
.product-featured-thumb {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
}
.home-featured-slider {
background: #f5f5f5 none repeat scroll 0 0;
padding: 80px 0 60px;
}
.product-featured-info .bx-pager img {
width: 50px;
}
.product-featured-info .bx-pager a {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
display: inline-block;
margin-right: 5px;
overflow: hidden;
position: relative;
margin-bottom: 5px;
}
.bx-pager .active::after {
background: #898a8b none repeat scroll 0 0;
content: "";
height: 1px;
left: -50%;
position: absolute;
top: 50%;
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
width: 200%;
z-index: 99;
}
.control-paginav-featured-slider {
margin: 70px auto auto;
max-width: 580px;
position: relative;
width: 100%;
}
.control-paginav-featured-slider .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
background: #1b1d1f none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 5px;
height: 10px;
margin: 0;
padding: 0;
}
.control-paginav-featured-slider .ui-slider-range.ui-widget-header.ui-corner-all {
background: #fff none repeat scroll 0 0;
}
.control-paginav-featured-slider .ui-slider-handle.ui-state-default.ui-corner-all {
background: #fff none repeat scroll 0 0;
border: 1px solid #333;
border-radius: 50%;
cursor: pointer;
display: inline-block;
height: 36px;
margin: 0 -18px;
opacity: 1;
position: relative;
text-align: center;
top: -14px;
width: 36px;
}
#slider-range-max #amount {
color: #1b1d1f;
font-size: 13px;
line-height: 32px;
}
.home-featured-slider .control-paginav-featured-slider .first-num {
font-size: 30px;
left: -35px;
position: absolute;
top: -18px;
}
.home-featured-slider .control-paginav-featured-slider .last-num {
font-size: 30px;
position: absolute;
right: -55px;
top: -18px;
}
.home-featured-product {
margin-top: 90px;
}
.title.title-home {
margin-bottom: 45px;
}
.product-featured-info > h3 {
font-size: 13px;
margin: 0 0 10px;
text-shadow: 0 0 0;
text-transform: uppercase;
}
.product-featured-info .desc {
margin-top: 13px;
}
.product-featured-info .bx-pager {
margin-top: 43px;
}
.product-featured-info .wrap-cart-qty {
margin-top: 25px;
max-width: none;
float:none;
}
.home-directnav .owl-theme .owl-controls .owl-buttons div:hover {
color: #fbb450;
}
.home-directnav .owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
border-radius: 0;
color: #999;
display: inline-block;
font-size: 30px;
margin: 0 0 0 10px;
opacity: 1;
padding: 0;
}
.home-directnav .owl-buttons {
position: absolute;
right: 0;
top: -50px;
}
.home-partner-slider .partner-slider-directnav .owl-buttons {
margin-right: 15px;
margin-top: -30px;
}
.home-bestsale-product .home-directnav .owl-buttons {
margin-top: -125px;
}
.home-bestsale-product{
margin-top:90px;
}
.home-testimonial {
background: #f5f5f5 none repeat scroll 0 0;
margin-top: 60px;
padding: 50px 0 100px;
position: relative;
}
.home-testimonial::before {
background: #1b1d1f none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 50%;
}
.testimonial-title {
font-size: 60px;
margin: 35px 0 25px;
}
.testimonial-thumb-link {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
display: inline-block;
overflow: hidden;
padding: 10px;
position: relative;
}
.testimonial-thumb-link::before{
position:absolute;
content:"";
background:rgba(254,198,77,0.5);
width:100%;
height:100%;
top:0;
left:0;
display:block;
border-radius:50%;
opacity:0;
transition: all 0.5s ease-out 0s;
z-index:9;
padding:10px;
border:10px solid #fff;
}
.testimonial-thumb-link:hover::before{
opacity:1;
}
.testimonial-thumb-link > img {
border-radius: 50%;
height: 170px;
transition: all 0.5s ease-out 0s;
width: 170px;
}
.testimonial-thumb-link:hover img{
transform:rotate(30deg);
}
.item-testimonial {
text-align: center;
}
.home-latest-news {
margin-top: 90px;
}
.home-testimonial .title.title-home {
color: #fff;
position: relative;
}
.item-testimonial.item-left .testimonial-title a{
color:#fff;
}
.item-testimonial.item-left .testimonial-job{
color:#fff;
border-top:1px solid #fff;
}
.item-testimonial.item-right .testimonial-title a{
color:#1b1d1f;
}
.item-testimonial.item-right .testimonial-job{
color:#1b1d1f;
border-top:1px solid #1b1d1f;
}
.item-testimonial .testimonial-job{
font-size:16px;
text-transform:uppercase;
font-weight:700;
padding-top:35px;
display:inline-block;
}
.partner-slider.home-partner-slider {
margin-bottom: 70px;
}
.home-featured-product .home-directnav .owl-buttons {
margin-top: -103px;
}
.home-testimonial .home-directnav .owl-buttons {
margin-top: -26px;
}
.product-featured-info .info-qty {
background: #fff none repeat scroll 0 0;
display: inline-block;
margin-right: 5px;
padding: 0;
position: relative;
vertical-align: top;
width: 95px;
}
.product-featured-info .wrap-cart-qty > label {
font-weight: normal;
margin-right: 20px;
margin-top: 10px;
vertical-align: top;
}
.product-featured-info .qty-up {
border-bottom: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
height: 20px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 20px;
}
.product-featured-info .qty-up span {
font-size: 6px;
position: absolute;
right: 7px;
top: 7px;
}
.product-featured-info .qty-down {
height: 20px;
position: absolute;
right: 0;
width: 20px;
bottom:0;
border-left: 1px solid #e5e5e5;
text-align: center;
}
.product-featured-info .qty-down span{
font-size: 6px;
position: absolute;
right: 7px;
top: 7px;
}
.product-featured-info .wrap-cart-qty .btn-link-default.add-to-cart {
margin: 0;
padding: 0;
width: 130px;
}
.home-featured-slider .owl-pagination::before {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 10px;
content: "";
display: block;
height: 10px;
left: 0;
position: absolute;
top: 13px;
width: 100%;
}
.home-featured-slider .owl-pagination {
display: inline-block;
margin-top: 70px;
position: relative;
display:none;
}
.home-featured-slider .owl-theme .owl-controls .owl-page {
border: 1px solid #333;
border-radius: 50%;
display: inline-block;
height: 36px;
margin: 0 25px 0 0;
text-align: center;
width: 36px;
opacity:0;
background:#fff;
position:relative;
}
.home-featured-slider .owl-theme .owl-controls .owl-page.active{
opacity:1;
}
.home-featured-slider .owl-theme .owl-controls .owl-page span {
background: transparent none repeat scroll 0 0;
height: auto;
line-height: 36px;
margin: 0;
opacity: 1;
width: auto;
}
.home-featured-slider .first-num {
font-size: 30px;
left: -25px;
position: absolute;
top: -4px;
}
.home-featured-slider .last-num{
font-size:30px;
position:absolute;
top:-4px;
right:-45px;
}
.product-featured-info .qty-val {
vertical-align: top;
width: 73px;
}
.wrap-latest-news-slider {
background: #1b1d1f none repeat scroll 0 0;
padding: 100px 0;
position: relative;
}
.home-latest-news .item {
position: relative;
height:505px;
overflow:hidden;
}
.item-home-latest-news {
background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
box-shadow: 3px 0 3px 3px rgba(0, 0, 0, 0.05);
padding: 100px 80px 50px;
transition: all 0.5s ease-out 0s;
}
.item-home-latest-news:nth-child(1) {
margin: 0 80px;
}
.item-home-latest-news:nth-child(2) {
margin: 35px 40px 0;
transform: translate(0px, -100%);
}
.item-home-latest-news:nth-child(3) {
background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
margin-top: 55px;
transform: translate(0px, -200%);
}
.item-home-latest-news{
background-position:right 30px top 30px;
}
.item-home-latest-news.active {
background-color: rgba(255, 255, 255, 1);
background-repeat: no-repeat;
background-attachment:scroll;
background-position:right 30px top 30px;
background-size:20px 20px;
/*background-image: url("../images/cross.png");*/
height: 100%;
left: 0;
margin: 0;
position: fixed;
top: 0;
transform: translate(0px, 0px);
width: 100%;
z-index: 99999;
}
.item-home-latest-news.active .home-latest-news-thumb img{
width:100%;
}
.home-latest-news-info > h3 {
font-size: 30px;
margin: 0;
}
.item-home-latest-news .home-latest-news-info h3 a {
color: #1b1d1f;
}
.item-home-latest-news .home-latest-news-info h3 a:hover{
color:#999;
}
.item-home-latest-news .home-latest-news-info .btn-link-default{
color:#fff;
}
.item-home-latest-news .home-latest-news-info{
font-weight:normal;
}
.home-latest-news-info .latest-post-info {
border-bottom: 1px solid #e5e5e5;
border-top: medium none;
margin-bottom: 20px;
margin-top: 23px;
padding-bottom: 14px;
padding-top: 0;
}
.home-latest-news-thumb a {
display: block;
overflow: hidden;
position:relative;
}
.home-latest-news-info .latest-post-info li a {
color:#999;
}
.home-latest-news-info .latest-post-info li span {
color:#666;
}
.home-latest-news-info .latest-post-info li {
margin-left: 0;
margin-right: 15px;
}
.home-latest-news-info .desc {
color: #666;
margin-bottom: 22px;
}
.home-latest-news .home-directnav .owl-buttons {
margin-top: -125px;
}
.home-extra-sub .close-extra-sub {
color: #a8a8a9;
display: block;
font-size: 16px;
position: relative;
text-align: right;
text-transform: uppercase;
padding-right:36px;
}
.home-extra-sub .close-extra-sub::after {
/*background: rgba(0, 0, 0, 0) url("../images/home/x-close2.png") no-repeat scroll center center;*/
content: "";
display: block;
height: 17px;
position: absolute;
right: 0;
top: 3px;
width: 17px;
}
.home-extra-sub .wrap-cart-remove .remove-product {
/*background: rgba(0, 0, 0, 0) url("../images/remove-cart.png") no-repeat scroll center center;*/
border: none;
}
.home-extra-sub .cart-title a {
color: #fff;
}
.home-extra-sub .cart-title a:hover{
color:#999;
}
.home-extra-sub .cart-thumb {
background: #fff none repeat scroll 0 0;
}
.home-extra-sub .item-info-cart {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.home-extra-sub .total-cart {
border-top: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
}
.home-extra-sub .link-cart a{
background:#fff;
color:#1b1d1f;
}
.home-extra-sub .link-cart a:hover{
background: #fec64d none repeat scroll 0 0;
color:#fff;
}
.home-extra-sub .share-social {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 35px;
}
.home-extra-sub .share-social a {
color: #fff;
display: block;
font-size: 13px;
margin-top: 25px;
}
.home-extra-sub .share-social a i {
color: #999;
display: inline-block;
font-size: 30px;
margin-right: 10px;
vertical-align: middle;
}
.home-extra-sub .share-social a:hover i{
color:#fff;
}
.home-search-form {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 35px;
padding-top: 20px;
}
.home-search-form > input[type="text"] {
border: medium none;
color: #999;
height: 50px;
padding: 0 20px;
width: 100%;
}
.home-search-form .btn-link-default {
background: #fec64d none repeat scroll 0 0;
font-size: 16px;
font-weight: 700;
height: 50px;
margin-top: 10px;
width: 100%;
}
/*Testimonial*/
span.click-button{
clear: both;
display: block;
font-size: 30px;
z-index: 2;
}
.click-button:hover{
cursor: pointer;
}
.left-open span.click-button::before{
content: "\e879";
font-family: 'Linearicons';
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;
}
.right-open span.click-button::before{
content: "\e87a";
font-family: 'Linearicons';
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;
}
.side-testimonial{
width: 50%;
float: left;
webkit-transition: -webkit-transform 0.5s ease-in-out;
-webkit-transform: translateX(0%) scale(1);
transform: translateX(0%) scale(1);
transition: transform 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.testimonial-page{
position: absolute;
width: 50%;
z-index: 1;
transition: transform 0.5s ease-in-out;
-webkit-backface-visibility: hidden;
}
.testimonial-page-left{
color: #fff;
left: -250%;
padding-right: 50px;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
transition: transform 0.5s ease-in-out;
}
.testimonial-page-right{
color: #1b1d1f;
right: -100%;
padding-left: 50px;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.side-right{
position: relative;
right: 0;
}
.side-left {
position: relative;
left: 0;
}
.left-open .side-left {
transition: all 0.5s ease-in-out;
}
.left-open .side-right {
visibility: hidden;
position: absolute;
right: -50%;
-webkit-transform: translateX(50%) scale(1);
transform: translateX(50%) scale(1);
}
.right-open .side-left {
visibility: hidden;
position: absolute;
left: -65%;
-webkit-transform: translateX(50%) scale(1);
transform: translateX(-50%) scale(1);
}
.left-open .testimonial-page-left{
position: relative;
float: left;
left: 0;
text-align: right;
-webkit-transform: translateX(0%);
transform: translateX(0%);
transition: transform 0.5s ease-in-out;
-webkit-backface-visibility: hidden;
}
.right-open .testimonial-page-right{
position: relative;
float: left;
right: 0;
-webkit-transform: translateX(0%);
transform: translateX(0%);
transition: transform 0.5s ease-in-out;
-webkit-backface-visibility: hidden;
}
.left-open .item-testimonial.item-left .testimonial-job{
color: #1b1d1f;
border-top: 1px solid #1b1d1f;
}
.right-open span.click-button,
.left-open .item-testimonial.item-left .testimonial-title a{
color: #1b1d1f;
}
.right-open .item-testimonial.item-right .testimonial-job{
color: #fff;
border-top: 1px solid #fff;
}
.left-open span.click-button,
.right-open .item-testimonial.item-right .testimonial-title a{
color: #fff;
}
/*End Testimonial*/
/***********************************************************************
Lightbox
************************************************************************/
.product-popup-content{
max-width:870px;
width:100%;
}
/***********************************************************************
Home 5
************************************************************************/
.inner-cart-info5.inner-cart-info .link-cart a{
background:#1997d4;
border-radius:6px;
}
.inner-cart-info5.inner-cart-info .link-cart a:hover{
background:#fdd932;
}
.partner-home5 .owl-theme .owl-controls .owl-buttons div:hover {
color: #fff;
background:#1997d4;
}
.partner-home5 .owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
border-radius: 50%;
color: #999;
display: inline-block;
height: 36px;
margin: -32px 0 0;
opacity: 0;
padding: 0;
position: absolute;
text-align: center;
top: 50%;
transition: all 0.5s ease-out 0s;
width: 36px;
}
.partner-home5 .owl-theme .owl-controls .owl-buttons div>span {
font-size: 30px;
line-height: 35px;
margin-left: 2px;
}
.partner-home5:hover .owl-theme .owl-controls .owl-buttons div {
opacity:1;
}
.partner-home5 .owl-theme .owl-controls .owl-buttons div.owl-prev{
left:-3px;
}
.partner-home5 .owl-theme .owl-controls .owl-buttons div.owl-next{
right:-3px;
}
.nav-tabs-filter .nav-tabs > li.active > a,.nav-tabs-filter .nav-tabs > li.active > a:hover,.nav-tabs-filter .nav-tabs > li.active > a:focus,.nav-tabs-filter .nav-tabs > li > a:hover {
background: #1997d4 none repeat scroll 0 0;
border-color: #1997d4;
color: #fff;
}
.nav-tabs-filter .nav-tabs > li > a {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 4px;
color: #1b1d1f;
height: 36px;
line-height: 36px;
margin-right: 0;
padding: 0 23px;
text-transform: uppercase;
transition:all 0.5s ease-out 0s;
}
.nav-tabs-filter .nav-tabs > li {
margin: 0 10px 0 0;
}
.nav-tabs-filter .nav.nav-tabs {
border: medium none;
margin: 0;
}
.product-list-filter {
background: #f5f5f5 none repeat scroll 0 0;
padding: 50px 0;
}
.filter-product .btn-filter {
background: #fff none repeat scroll 0 0;
border: 1px solid #e3e3e3;
border-radius: 4px;
color: #1b1d1f;
display: block;
float: right;
height: 36px;
line-height: 36px;
overflow: hidden;
padding: 0 30px 0 15px;
position: relative;
text-transform: uppercase;
width: 116px;
}
.filter-product .btn-filter::after {
content: "๏";
font-family: fontawesome;
position: absolute;
right: 20px;
top: 0;
}
.title-product-filter {
margin-bottom: 50px;
position: relative;
}
.item-product-loadmore .item-product-thumb{
background:#fff;
}
.item-product-loadmore .item-product-thumb::after{
display:none;
}
.item-product-loadmore .product-quick-view {
background: rgba(45, 159, 208, 0.9) none repeat scroll 0 0;
border-radius: 50%;
bottom: 0;
color: #fff;
display: block;
height: 130px;
left: 0;
line-height: 130px;
margin: auto;
position: absolute;
right: 0;
text-align: center;
text-transform: uppercase;
top: 0;
width: 130px;
transition:all 0.5s ease-out 0s;
opacity:0;
transform:scale(0.5);
}
.item-product-loadmore:hover .product-quick-view {
opacity:1;
transform:scale(1);
}
.item-product-loadmore .item-product-info {
margin: 0;
padding: 25px;
text-align: left;
}
.item-product-loadmore .item-product-info .desc {
color: #999;
}
.item-product-loadmore .title-product a {
color: #1b1d1f;
text-transform: uppercase;
}
.item-product-loadmore .title-product a:hover{
color: #1997d4;
}
.item-product-loadmore .title-product {
margin: 15px 0 10px;
}
.item-product-loadmore .info-price span {
color: #1997d4;
font-family: georgia;
}
.item-product-loadmore .info-price del {
color: #999;
font-size: 16px;
}
.item-product.item-product-loadmore {
background: #fff none repeat scroll 0 0;
box-shadow: 1px 3px 2px 0 rgba(0, 0, 0, 0.1);
margin: 0 -5px 20px;
}
.product-list-filter .list-product {
padding: 0 5px;
}
.cart-wishlist-compare .product-add-cart {
/*background: #1997d4 url("../images/icon-cart.png") no-repeat scroll center center;*/
border-radius: 50%;
display: inline-block;
height: 48px;
margin-right: 10px;
vertical-align: middle;
width: 48px;
transition:all 0.5s ease-out 0s;
}
.cart-wishlist-compare .product-add-cart:hover{
background-color:#fdd932;
}
.cart-wishlist-compare .product-wishlist {
border: 1px solid #e5e5e5;
border-radius: 50%;
color: #1997d4;
display: inline-block;
height: 38px;
margin-right: 7px;
text-align: center;
vertical-align: middle;
width: 38px;
transition:all 0.5s ease-out 0s;
}
.cart-wishlist-compare .product-wishlist:hover{
background:#1997d4;
color:#fff;
border-color:#1997d4;
}
.cart-wishlist-compare .product-compare {
border: 1px solid #e5e5e5;
border-radius: 50%;
color: #1997d4;
display: inline-block;
height: 38px;
text-align: center;
vertical-align: middle;
width: 38px;
transition:all 0.5s ease-out 0s;
}
.cart-wishlist-compare .product-compare:hover{
background:#1997d4;
color:#fff;
border-color:#1997d4;
}
.cart-wishlist-compare {
margin-top:20px;
}
.cart-wishlist-compare a span{
line-height:38px;
}
.btn-link-default.btn-link-loadmore:hover {
background:#fdd932;
}
.btn-link-default.btn-link-loadmore {
background: #1997d4 none repeat scroll 0 0;
border-radius: 4px;
display: block;
margin: 30px auto auto;
width: 300px;
}
/***********************************************************************
Home 7
************************************************************************/
.product-best-sale.style2 .filter-product .btn-filter.style-border-left {
margin-top: 0px;
}
.title-product-best-sale .nav-tabs-border {
margin-bottom: 0px;
}
.banner-home7 {
margin-bottom: 50px;
}
.product-best-sale.style2 .item-product-loadmore .item-product-info {
margin: 25px 0 0;
padding: 0;
text-align: center;
}
.product-best-sale.style2 .item-product-loadmore .title-product a {
text-transform: capitalize;
}
.logo-header7 {
display: inline-block;
vertical-align:top;
}
.search-form7 {
border-left: 1px solid #e3e3e3;
display: inline-block;
height: 50px;
margin-left: 25px;
padding-left: 30px;
width: 220px;
}
.main-nav.main-nav7 {
float: right;
}
.search-form7 input[type="text"] {
border: medium none;
color: #999;
max-width: 165px;
}
.register-box a {
border-radius: 6px;
color: #fff;
display: inline-block;
height: 40px;
text-align: center;
vertical-align: top;
width: 100px;
transition:all 0.5s ease-out 0s;
line-height:40px;
text-transform:uppercase;
}
.register-box {
float: right;
}
.info-cart7 .info-icon.icon-cart {
background: #1997d4 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: block;
height: 56px;
position: relative;
text-align: center;
width: 56px;
}
.info-cart7{
position:fixed;
right:10px;
top:100px;
z-index:99999;
}
.info-cart.info-cart7 .info-icon sup {
font-size: 10px;
position: absolute;
right: 12px;
top: 20px;
left:auto;
}
.info-cart.info-cart7 .inner-cart-info {
margin-right: 0;
right: 0;
z-index: 9999;
}
.info-cart7 .link-cart .cart-edit {
background: #1997d4 none repeat scroll 0 0;
}
.info-cart7 .link-cart a{
border-radius:6px;
}
.info-cart7 .link-cart .cart-edit:hover {
background: #fec64d none repeat scroll 0 0;
}
.info-cart7 .link-cart .cart-checkout {
background: #fec64d none repeat scroll 0 0;
}
.cart-title a:hover {
color: #fec64d;
}
.info-cart7 .link-cart .cart-checkout:hover {
background: #1997d4 none repeat scroll 0 0;
}
.info-cart7 .info-icon.icon-cart span{
font-size:18px;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
width:18px;
height:18px;
display:block;
}
.register-box .link-login{
background:#1997d4;
}
.register-box .link-login:hover{
background:#fdd932;
}
.register-box .link-signin{
background:#fdd932;
}
.register-box .link-signin:hover{
background:#1997d4;
}
.search-form7 input[type="submit"] {
/*background: url("../images/icon-search.png") no-repeat center center;*/
border: medium none;
display: inline-block;
height: 16px;
width: 16px;
}
.search-form7 > form {
padding-top: 15px;
}
.cart-wishlist-compare2 {
margin-top: 17px;
}
.cart-wishlist-compare2 a {
color: #999;
line-height: 36px;
transition:all 0.5s ease-out 0s;
}
.cart-wishlist-compare2 a:hover {
color: #1b1d1f;
}
.cart-wishlist-compare2 .product-add-cart {
border: 1px solid #e3e3e3;
border-radius: 4px;
display: inline-block;
height: 36px;
margin: 0 17px;
padding: 0 20px;
}
.product-best-sale.style2 .item-product.item-product-loadmore {
margin: 0 0 50px;
}
.product-best-sale.style2 .btn-link-default.btn-link-loadmore{
margin-top:0;
}
.box-attr-filter {
background: #fff none repeat scroll 0 0;
border: 1px solid #e3e3e3;
border-radius: 4px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
left: 0;
padding: 30px 0;
position: absolute;
top: 100%;
width: 100%;
z-index: 1000;
display:none;
margin-top:5px;
}
.item-box-attr {
display: table;
overflow: hidden;
position: relative;
width: 100%;
}
.item-attr-title {
display: table-cell;
padding: 0 25px;
position: relative;
width: 170px;
}
.item-attr-content {
display: table;
padding: 0 30px;
vertical-align: top;
color:#666;
}
.item-attr-content a {
color: #666;
display: inline-block;
}
.item-attr-content a:hover{
color:#FDD932;
}
.attr-category a {
margin-right: 30px;
}
.box-attr-filter::before {
background: #fbfbfb none repeat scroll 0 0;
border-right: 1px solid #e3e3e3;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 170px;
}
.box-attr-filter .attr-color li a span {
display: block;
height: 16px;
width: 36px;
}
.box-attr-filter .attr-color li a {
border: 1px solid #eaeaea;
display: block;
padding: 1px;
}
.box-attr-filter .attr-size a {
border: 1px solid #eaeaea;
display: block;
height: 20px;
line-height: 18px;
padding: 0;
text-align: center;
width: 40px;
}
.box-attr-filter .attr-brand a{
margin-right:30px;
}
.box-attr-filter .attr-size,.attr-color{
margin-bottom: 20px;
}
.box-attr-filter .attr-category {
margin-bottom: 20px;
}
#slider-range-price {
background: #5a88ca none repeat scroll 0 0;
display: inline-block;
height: 1px;
margin-right: 27px;
width: 255px;
vertical-align:middle;
}
#slider-range-price .ui-slider-range.ui-widget-header.ui-corner-all {
background: #eaeaea none repeat scroll 0 0;
}
#slider-range-price .ui-slider-handle.ui-state-default.ui-corner-all {
background: #5a88ca none repeat scroll 0 0;
border: medium none;
border-radius: 50%;
height: 10px;
margin: 0 0 0 -5px;
top: -4px;
width: 10px;
}
#slider-range-price .ui-slider-handle.ui-state-default.ui-corner-alll:last-child{
background:#666;
}
.attr-price-filter {
display: inline-block;
}
.attr-price-filter label {
font-weight: normal;
}
.attr-price-filter input {
border: medium none;
}
.attr-price-filter > p {
margin-bottom: 15px;
}
.height-light .item-product-thumb {
padding-bottom: 30px;
}
/***********************************************************************
Headings&Separators
************************************************************************/
.box-intro-border {
border-bottom: 2px solid #e5e5e5;
padding-bottom: 15px;
}
.box-intro-background {
background: #f6f6f6 none repeat scroll 0 0;
margin-bottom: 100px;
padding: 70px 0 40px;
text-align: center;
}
.box-intro-background .title {
margin-bottom: 7px;
}
.list-box-intro {
margin-bottom: 100px;
margin-top: 60px;
}
.list-box-intro .box-intro {
margin-bottom: 90px;
}
.box-intro-border {
border-bottom: 2px solid #e5e5e5;
padding-bottom: 15px;
}
.box-intro-background {
background: #f6f6f6 none repeat scroll 0 0;
margin-bottom: 100px;
padding: 70px 0 40px;
text-align: center;
}
.box-intro-background .title {
margin-bottom: 7px;
}
.list-box-intro {
margin-bottom: 100px;
margin-top: 60px;
}
.list-box-intro .box-intro {
margin-bottom: 90px;
}
.heading-box > h1 {
color: #1b1d1f;
font-size: 60px;
font-family: "Open Sans",sans-serif;
margin-bottom:70px;
}
.heading-box > h2 {
color: #1997d4;
font-size: 40px;
margin-bottom:80px;
font-family: 'Oswald', sans-serif;
}
.heading-box h3 {
color: #fec64d;
font-size: 24px;
font-family: "Open Sans",sans-serif;
margin-bottom:80px;
}
.heading-box h4{
font-size: 24px;
color: #1b1d1f;
font-family: 'Great Vibes';
margin-bottom:80px;
}
/***********************************************************************
Teams
************************************************************************/
.team-gallery-thumb {
display: block;
margin-bottom: 20px;
position:relative;
}
.team-gallery-thumb img {
width: 100%;
}
.item-team-gallery h3 a{
color:#1997d4;
font-size:16px;
}
.item-team-gallery h3 a:hover{
color:#1b1d1f;
}
.item-team-gallery h3{
margin:0 0 20px;
}
.item-team-gallery > span {
color: #999;
display: block;
margin-bottom: 10px;
}
.item-team-gallery .desc{
color:#666;
}
.team-gallery-thumb::before {
/*background: rgba(120, 120, 120, 0.5) url("../images/icon-zoom.png") no-repeat scroll center center;*/
content: "";
height: 0;
left: 50%;
opacity: 0;
position: absolute;
top: 50%;
transition: all 0.5s ease-out 0s;
width: 0;
z-index: 9;
}
.team-gallery-thumb:hover::before {
height: 100%;
left: 0;
opacity: 1;
top: 0;
width: 100%;
}
.team-social-network a {
background: #f5f5f5 none repeat scroll 0 0;
border-radius: 50%;
color: #666;
display: block;
height: 34px;
text-align: center;
transition: all 0.5s ease-out 0s;
width: 34px;
}
.team-social-network a:hover{
background:#1997D4;
color:#fff;
}
.team-social-network a i{
line-height:34px;
}
.team-social-network li {
display: inline-block;
padding-left: 2px;
padding-right: 2px;
}
.team-social-network {
margin-left: -2px;
margin-top: 20px;
}
.team-circle-thumb {
background: #1b1d1f none repeat scroll 0 0;
border-radius: 50%;
position: relative;
cursor:pointer;
}
.team-cirle-image {
border-radius: 50%;
transition: all 0.5s ease-out 0s;
width:100%;
}
.info-circle-thumb {
left: 0;
padding: 50px 50px 0;
position: absolute;
text-align: center;
top: 0;
visibility: hidden;
width: 100%;
transition: all 0.5s ease-out 0s;
opacity:0;
transform:scale(0);
}
.info-circle-thumb .desc{
color:#999;
}
.team-circle-social-network a {
background: #f5f5f5 none repeat scroll 0 0;
border-radius: 50%;
color: #666;
display: block;
height: 34px;
text-align: center;
transition: all 0.5s ease-out 0s;
width: 34px;
}
.team-circle-social-network a:hover{
background:#FEC64D;
color:#fff;
}
.team-circle-social-network a i{
line-height:34px;
}
.team-circle-social-network li {
display: inline-block;
padding-left: 2px;
padding-right: 2px;
}
.team-circle-social-network {
margin-left: -2px;
margin-top: 20px;
}
.team-circle-info {
text-align: center;
}
.team-circle-info h3 a{
color:#1b1d1f;
font-size:16px;
}
.team-circle-info h3 a:hover{
color:#FEC64D;
}
.team-circle-info span{
color:#999;
}
.team-circle-info > h3 {
margin: 15px 0 10px;
}
.team-circle-thumb:hover .team-cirle-image{
transform:scale(0.5) translateX(100%) rotate(360deg);
margin-left:30px;
}
.team-circle-thumb:hover {
z-index:9;
}
.team-circle-thumb:hover .info-circle-thumb{
visibility:visible;
opacity:1;
transform:scale(1);
}
.item-team-rectang {
border: 1px solid #e3e3e3;
overflow: hidden;
position: relative;
text-align: center;
}
.item-team-rectang .team-circle-info {
background: #fff none repeat scroll 0 0;
bottom: -60px;
left: 0;
padding: 0 20px 15px;
position: absolute;
transition: all 0.5s ease-out 0s;
width: 100%;
}
.item-team-rectang:hover .team-circle-info {
bottom:0;
}
.list-team-box {
margin-bottom: 50px;
margin-top: 55px;
}
.list-team-box .team-gallery ,.list-team-box .team-circle{
margin-bottom: 100px;
}
.item-team-circle1{
z-index:104;
}
.item-team-circle2{
z-index:103;
}
.item-team-circle3{
z-index:102;
}
.item-team-circle4{
z-index:101;
}
.item-team-circle{
position:relative;
}
.team-rectang-thumb > img ,.team-circle-thumb > img {
width: 100%;
}
.vendor-logo img {
width: 50%;
height: 50%;
}
.banner-text {
text-shadow: 1px 1px 1px #000000;
}
|
Ecosters/Web/ClientApp/app/theme.css
|
๏ปฟ/*General*/
body {
color: #1b1d1f;
font-family: "Open Sans",sans-serif;
font-size: 13px;
line-height: inherit;
margin: 0;
padding: 0;
}
.wrap{
overflow:hidden;
}
*{
box-sizing:border-box;
outline:none;
}
img{
max-width:100%;
}
a:hover,a:focus{
text-decoration:none;
outline:none;
}
.container {
max-width: 1200px;
width: 100%;
}
input,input:focus,input:hover{
outline:none;
}
p {
line-height: 24px;
}
blockquote {
border-left: 5px solid #1b1d1f;
color: #999;
font-size: 16px;
line-height: 30px;
padding: 0 30px;
}
.owl-theme .owl-controls{
margin:0;
}
.owl-default .owl-theme .owl-controls .owl-buttons div.owl-prev {
/*background: rgba(0, 0, 0, 0) url("../images/left.png") no-repeat scroll 0 0;*/
left: 0;
}
.owl-default .owl-theme .owl-controls .owl-buttons div.owl-next {
right: 0;
/*background: rgba(0, 0, 0, 0) url("../images/right.png") no-repeat scroll 0 0;*/
}
.owl-default .owl-theme .owl-controls .owl-buttons div {
background:transparent;
border-radius: 0;
color: #1b1d1f;
display: block;
font-size: inherit;
height: 18px;
margin: -10px 0 0;
opacity: 0;
padding: 0;
position: absolute;
text-indent: -9999px;
top: 50%;
width: 11px;
transition:all 0.5s ease-out 0s;
}
.owl-default:hover .owl-theme .owl-controls .owl-buttons div {
opacity:1;
}
/*Header*/
.header{
/*padding:20px 0;*/
background: #1b1d1f;
}
.header-banner {
font-family:"Grand Hotel";
color: #fff;
}
.logo.logo-header h1 {
color: #1b1d1f;
font-size: 40px;
font-weight: 700;
/*letter-spacing: -3px;*/
margin: 0;
font-family: "Grand Hotel"
}
.logo.logo-header {
display: inline-block;
}
.main-nav {
position: relative;
}
.main-nav.main-nav3 {
z-index: 999;
}
.mobile-menu {
border: 1px solid #e5e5e5;
display: block;
height: 30px;
overflow: hidden;
padding: 2px;
position: absolute;
right: 0;
top: -35px;
width: 30px;
display:none;
}
.mobile-menu a {
color: #1b1d1f;
display: block;
font-size: 24px;
line-height: 24px;
}
.info-header {
padding-top: 10px;
}
.main-nav > ul > li > a {
color: #1b1d1f;
display: block;
position: relative;
text-shadow: 0 0 0;
text-transform: uppercase;
}
.main-nav > ul > li > a:hover{
color:#999;
}
.main-nav > ul {
list-style: outside none none;
padding: 0;
font-size:0;
}
.main-menu{
margin-top:15px;
}
.main-nav > ul > li {
display: inline-block;
font-size: 13px;
margin-right: 50px;
}
.main-nav > ul > li:last-child{
margin-right:0;
}
.main-nav > ul >li.menu-item-has-childrent{
position:relative;
}
.main-nav > ul >li.menu-item-has-childrent::after{
background: #fff none repeat scroll 0 0;
color: #e5e5e5;
content: "๎กณ";
font-family: linearicons;
font-size: 13px;
left: 50%;
margin-left: -5px;
margin-top: 30px;
opacity: 0;
position: absolute;
top: 100%;
transition: all 0.5s ease-out 0s;
visibility: hidden;
width: 11px;
z-index: 10;
}
.main-nav .sub-menu{
position:absolute;
top:100%;
left:0;
opacity:0;
visibility:hidden;
width:200px;
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
padding:10px 0px 30px;
list-style:none;
margin:40px 0 0;
z-index:999;
transition: all 0.5s ease-out 0s;
}
.main-nav .sub-menu .menu-item-has-childrent>.sub-menu{
position:absolute;
top:0;
left:100%;
opacity:0;
visibility:hidden;
width:200px;
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
padding:10px 0px 30px;
list-style:none;
margin:20px 0 0;
z-index:9;
transition: all 0.5s ease-out 0s;
}
.main-nav .sub-menu .menu-item-has-childrent::after {
color: #999;
content: "๎กถ";
font-family: linearicons;
font-size: 12px;
position: absolute;
right: 15px;
top: 15px;
}
.main-nav .sub-menu .menu-item-has-childrent>a{
padding-right:15px;
}
.main-nav .sub-menu .menu-item-has-childrent:hover >.sub-menu{
opacity:1;
visibility:visible;
margin:-10px 0 0;
}
.main-nav > ul >li.menu-item-has-childrent:hover>.sub-menu{
opacity:1;
visibility:visible;
margin:10px 0 0;
}
.main-nav > ul >li.menu-item-has-childrent:hover::after{
opacity:1;
visibility:visible;
margin-top: 0px;
}
.main-nav .menu-item-has-childrent .sub-menu a {
color: #666;
display: block;
padding: 15px 0;
text-transform:capitalize;
}
.main-nav .menu-item-has-childrent .sub-menu a:hover{
color:#999;
}
.main-nav .menu-item-has-childrent .sub-menu li {
padding: 0 15px;
position: relative;
}
.main-nav .menu-item-has-childrent .sub-menu li>a{
border-bottom:1px solid #e5e5e5;
}
.main-nav > ul > li > a > sup {
font-size: 10px;
left: 50%;
margin-left: -8px;
position: absolute;
top: -10px;
}
.main-nav > ul > li > a > sup.title-hot{
color:#fbb450;
}
.main-nav > ul > li > a > sup.title-new{
color:#2caae1;
}
.info-search .search-form {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
height: 70px;
margin-right: -95px;
margin-top: 45px;
padding: 15px;
position: absolute;
right: 0;
top: 100%;
transition: all 0.5s ease-out 0s;
width: 490px;
z-index: 9;
opacity:0;
visibility:hidden;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
}
.info-search:hover .search-form {
opacity:1;
visibility:visible;
margin-top: 15px;
}
.info-search:hover::after {
opacity: 1;
visibility: visible;
margin-top: 10px;
}
.info-search::after {
background: #fff none repeat scroll 0 0;
border-color: #e5e5e5;
border-style: solid;
border-width: 0 0 1px 1px;
color: #e5e5e5;
content: "";
height: 10px;
left: 0;
margin-left: 2px;
margin-top: 40px;
opacity: 0;
position: absolute;
top: 100%;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transition: all 0.5s ease-out 0s;
visibility: hidden;
width: 10px;
z-index: 10;
}
.wrap-toggle-search {
border: 2px solid white;
border-radius: 25px;
height: 30px;
margin-top: 2px;
position: relative;
width: 500px;
}
.toggle-search-category {
display: block;
height: 100%;
position: relative;
width: 50px;
}
.search-form .btn-link-default {
position: absolute;
right: 15px;
top: 15px;
}
.toggle-search-category .toggle-category {
color: #999;
display: block;
height: 100%;
position: relative;
text-align: center;
width: 100%;
z-index: 9;
}
.search-form .btn-link-default {
position: absolute;
right: 15px;
top: 15px;
}
.select-category li {
border-top: 1px solid #e5e5e5;
}
.select-category li:first-child {
border-top: medium none;
}
.select-category li a {
color: #666;
display: block;
padding: 5px 15px;
}
.select-category li a:hover{
color:#999;
}
.toggle-category span {
line-height: 40px;
}
.info-user .inner-user-info {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
margin-right: -48px;
margin-top: 45px;
opacity: 0;
padding: 12px 15px 30px;
position: absolute;
right: 0;
top: 100%;
transition: all 0.5s ease-out 0s;
visibility: hidden;
width: 210px;
z-index: 9;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
}
.info-user::after {
background: #fff none repeat scroll 0 0;
border-color: #e5e5e5;
border-style: solid;
border-width: 0 0 1px 1px;
color: #e5e5e5;
content: "";
height: 10px;
left: 0;
margin-left: 2px;
margin-top:40px;
opacity: 0;
position: absolute;
top: 100%;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transition: all 0.5s ease-out 0s;
visibility: hidden;
width: 10px;
z-index: 10;
}
.info-user:hover .inner-user-info {
opacity:1;
visibility:visible;
margin-top: 15px;
}
.info-user:hover::after {
opacity:1;
visibility:visible;
margin-top:10px;
}
.info-total .info-cart::after{
display:none;
}
.info-total .info-cart::before{
background: #fff none repeat scroll 0 0;
border-color: #e5e5e5;
border-style: solid;
border-width: 0 0 1px 1px;
color: #e5e5e5;
content: "";
height: 10px;
left: 0;
margin-left: 2px;
margin-top: 40px;
opacity: 0;
position: absolute;
top: 100%;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transition: all 0.5s ease-out 0s;
visibility: hidden;
width: 10px;
z-index: 11;
}
.info-total .info-cart .inner-cart-info{
margin-top: 43px;
}
.info-total .info-cart:hover .inner-cart-info{
margin-top: 15px;
}
.info-total .info-cart:hover::before {
opacity:1;
visibility:visible;
margin-top:10px;
}
.info-user .inner-user-info a {
color: #666;
display: block;
padding: 15px 0;
}
.info-user .inner-user-info a:hover{
color:#999;
}
.info-user .inner-user-info li {
border-bottom: 1px solid #e5e5e5;
}
.info-user .inner-user-info a span {
color: #999;
margin-right: 9px;
}
.info-cart .inner-cart-info {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
opacity: 0;
padding: 30px;
position: absolute;
right: -1px;
top: 100%;
transition: all 0.5s ease-out 0s;
width: 400px;
z-index: 10;
text-align:left;
margin-top:30px;
visibility:hidden;
margin-right: -50px;
}
.info-cart:hover .inner-cart-info{
opacity:1;
visibility:visible;
margin-top:0;
}
.info-cart:hover::after{
opacity:1;
}
.info-cart::after{
color: #fff;
content: "๎กณ";
font-family: linearicons;
left: 50%;
margin-left: -5px;
margin-top: -10px;
opacity: 0;
position: absolute;
top: 100%;
transition: all 0.5s ease-out 0s;
}
.inner-cart-info > h2 {
color: #a7a8a8;
font-size: 16px;
margin: 0;
text-transform: uppercase;
}
.info-cart .inner-cart-info.append{
opacity:1;
visibility:visible;
right:0;
}
.inner-cart-info .close-cart-info {
/*background: rgba(0, 0, 0, 0) url("../images/x-bg.png") no-repeat scroll left top;*/
color: #999;
display: block;
font-size: 16px;
height: 30px;
line-height: 28px;
margin-top: 15px;
padding-left: 43px;
text-transform: uppercase;
}
.cart-thumb {
background: #f5f5f5 none repeat scroll 0 0;
display: table-cell;
vertical-align: middle;
width: 70px;
}
.cart-thumb a{
display:block;
}
.cart-thumb a:hover img{
transform:scale(1.2);
}
.cart-thumb img {
width: 70px;
transition:all 0.5s ease-out 0s;
}
.info-list-cart {
list-style: outside none none;
margin: 30px 0 0;
padding: 0;
}
.cart-title a {
color: #666;
font-size: 13px;
}
.cart-title a:hover{
color:#999;
}
.cart-title {
margin: 5px 0 13px;
}
.wrap-cart-title {
display: table-cell;
padding: 0 20px;
vertical-align: top;
width: 200px;
}
.cart-qty {
color: #999;
}
.cart-qty > label {
font-weight: 400;
margin-right: 10px;
}
.wrap-cart-remove {
color: #999;
display: table-cell;
text-align: right;
vertical-align: top;
}
.item-info-cart {
border-top: 1px solid #f5f5f5;
display: table;
padding: 20px 0;
width: 100%;
}
.total-cart {
border-top: 1px solid #f5f5f5;
color: #1b1d1f;
display: table;
font-size: 16px;
padding-top: 25px;
text-transform: uppercase;
width: 100%;
}
.total-cart > label {
display: table-cell;
font-weight: 400;
}
.total-cart span {
display: table-cell;
text-align: right;
}
.link-cart {
margin-bottom: 20px;
margin-top: 40px;
}
.link-cart .cart-edit {
margin-right: 10px;
}
.wrap-cart-remove .remove-product {
/*background: rgba(0, 0, 0, 0) url("../images/remove-cart2.png") no-repeat scroll center center;*/
border: 1px solid #e5e5e5;
border-radius: 50%;
display: inline-block;
height: 30px;
margin-bottom: 3px;
width: 30px;
transition:all 0.5s ease-out 0s;
}
.wrap-cart-remove .remove-product:hover{
background-color:#e5e5e5;
}
.link-cart a{
display:inline-block;
width:160px;
height:40px;
background:#1b1d1f;
text-align:center;
line-height:40px;
color:#fff;
vertical-align:top;
transition:all 0.5s ease-out 0s;
text-transform:uppercase;
}
.link-cart a:hover{
background:#fec64d;
}
.info-total > li {
display: inline-block;
list-style: outside none none;
margin-left: 25px;
position: relative;
text-align: left;
}
.info-total{
text-align:right;
padding:0;
margin:0;
}
.info-total .info-icon {
color: #1b1d1f;
font-size: 18px;
padding-bottom: 15px;
}
.info-cart .info-icon{
position:relative;
}
.info-cart .info-icon sup {
font-size: 10px;
left: 50%;
margin-left: -5px;
position: absolute;
top: -2px;
}
.info-search {
position: relative;
}
.select-category {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
display: none;
left: -1px;
position: absolute;
top: 100%;
width: 180px;
}
.search-form input[type="text"] {
border: medium none;
border-radius: 25px;
color: #999;
height: 100%;
left: 0;
padding: 0 10px 0 30px;
position: absolute;
top: 0;
width: 100%;
}
/*Home Slider*/
.home-slider {
background: #eeeeee none repeat scroll 0 0;
}
.slider-tab {
position: relative;
}
.slider-tab #bx-pager {
bottom: 0;
left: 0;
padding-left: 30px;
position: absolute;
text-align: center;
width: 100%;
}
.slider-tab #bx-pager a {
background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
color: #1b1d1f;
display: inline-block;
float: left;
font-size: 13px;
font-weight: 700;
margin: 0 1px 0 0;
padding: 15px;
position: relative;
text-transform: uppercase;
transition: all 0.5s ease-out 0s;
width: 370px;
}
.slider-tab #bx-pager a::before{
position:absolute;
background:#1b1d1f;
top:-3px;
left:0;
width:100%;
height:3px;
opacity:0;
transition:all 0.5s ease-out 0s;
content:"";
}
.slider-tab #bx-pager a:hover::before,#bx-pager a.active::before{
opacity:1;
}
.slider-tab #bx-pager a.active{
background:#fff;
}
/*Advert*/
.advert {
margin-top: 10px;
}
.item-advert.left {
margin-right: -10px;
}
.item-advert.right {
margin-left: -10px;
}
.item-advert {
position: relative;
overflow:hidden;
}
.text-adv {
background: rgba(246, 246, 246, 0.65) none repeat scroll 0 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-top: 1px solid rgba(0, 0, 0, 0.1);
bottom: 0;
height: 215px;
left: 0;
margin: auto;
max-width: 370px;
padding: 45px 0;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 100%;
}
.item-advert .thumb-adv img{
transition:all 0.5s ease-out 0s;
}
.item-advert:hover .thumb-adv img{
filter:blur(5px);
-webkit-filter:blur(5px);
-moz-filter:blur(5px);
transform:scale(1.15);
}
/*Featured*/
.sub-title {
font-size: 16px;
font-weight: 700;
margin: 0;
text-transform: uppercase;
}
.title {
font-size: 30px;
font-weight: 700;
margin: 0;
text-transform: uppercase;
}
.btn-link-default {
background: #1b1d1f none repeat scroll 0 0;
border: medium none;
color: #fff;
display: inline-block;
height: 40px;
line-height: 40px;
padding: 0 30px;
text-align: center;
text-transform: uppercase;
transition:all 0.5s ease-out 0s;
}
.btn-link-default:hover{
color:#fff;
background:#FBB450;
}
.text-adv .btn-link-default{
margin-top:25px;
}
.box-intro h2 {
margin: 0;
position: relative;
}
.box-intro {
margin-bottom: 30px;
text-align: center;
}
.box-intro h2::before {
background: #e5e5e5 none repeat scroll 0 0;
content: "";
height: 2px;
left: 0;
position: absolute;
top: 17px;
width: 100%;
}
.box-intro .title {
background: #fff none repeat scroll 0 0;
display: inline-block;
margin-bottom: 10px;
padding: 0 40px;
position: relative;
}
.desc-title {
color: #999;
text-transform: uppercase;
}
.featured-product {
margin-top: 70px;
}
.nav-tabs-default .nav.nav-tabs {
border: medium none;
margin: 25px 0 0;
text-align: center;
}
.nav-tabs-default .nav.nav-tabs li {
display: inline-block;
float: none;
}
.nav-tabs-default .nav.nav-tabs li.active a{
background:#1b1d1f;
color:#fff;
}
.nav-tabs-default .nav.nav-tabs li a:hover{
background:#1b1d1f;
color:#fff;
}
.nav-tabs-default .nav.nav-tabs li a {
border: medium none;
border-radius: 0;
color: #1b1d1f;
text-transform: uppercase;
transition:all 0.5s ease-out 0s;
}
.item-product-thumb {
background: #f5f5f5 none repeat scroll 0 0;
position: relative;
transition:all 0.5s ease-out 0s;
}
.title-product {
font-size: 13px;
margin: 0 0 7px;
}
.item-product-info {
margin-top: 27px;
text-align: center;
}
.item-product-info .desc {
color: #666;
}
.title-product a {
color: #1b1d1f;
text-shadow: 0 0 0;
text-transform: uppercase;
}
.title-product a:hover {
color: #999;
}
.info-price del {
color:#999;
margin-left:5px;
}
.info-price span {
font-size: 24px;
}
.item-product-thumb::after {
/*background-image: url("../images/bg-product.png");*/
background-position: left top;
background-repeat: no-repeat;
background-size: 100% 100%;
bottom: -27px;
content: "";
height: 27px;
left: 0;
opacity: 0;
position: absolute;
width: 100%;
transition:all 0.5s ease-out 0s;
}
.item-product-thumb img{
width:100%;
}
.item-product-thumb:hover::after {
opacity:1;
}
.item-product {
margin-bottom: 30px;
position: relative;
}
.featured-product .tab-content {
margin-top: 30px;
}
.product-extra-link a {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
color: #1b1d1f;
display: inline-block;
height: 40px;
margin: auto;
position: absolute;
text-align: center;
width: 40px;
z-index:99;
transition:all 0.5s ease-out 0s;
transform:scale(0.5);
}
.product-extra-link a:hover{
color:#fff;
background:#1b1d1f;
}
.product-extra-link a span {
line-height: 40px;
}
.product-extra-link .product-add-cart {
bottom: 0;
height: 60px;
left: 0;
right: 0;
top: 0;
width: 60px;
}
.product-extra-link .product-compare {
left: 50%;
margin-left: 10px;
margin-top: -70px;
top: 50%;
}
.product-extra-link .product-wishlist {
left: 50%;
margin-left: -50px;
margin-top: 30px;
top: 50%;
}
.product-extra-link .product-quick-view {
bottom: -30px;
height: 81px;
padding-left: 25px;
padding-top: 7px;
right: -25px;
text-align: left;
width: 80px;
}
.product-extra-link .product-add-cart span {
line-height: 60px;
}
.item-product.item-product-leading {
position: relative;
}
.item-product-leading .item-product-info {
left: 70px;
position: absolute;
text-align: left;
top: 0;
}
.item-product-leading .info-price span {
color: #c2bebe;
display: block;
font-size: 55px;
font-weight: 700;
margin-bottom: -10px;
}
.item-product-leading .readmore:hover {
color:#999;
}
.item-product-leading .readmore {
color: #1b1d1f;
display: block;
margin-top: 10px;
text-decoration: underline;
text-transform: uppercase;
}
.product-extra-mask{
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity:0;
visibility:hidden;
transition:all 0.5s ease-out 0s;
}
.product-extra-link {
background: rgba(27, 29, 31, 0.5) none repeat scroll 0 0;
height: 100%;
width: 100%;
overflow:hidden;
position:relative;
}
.item-product-thumb:hover .product-extra-mask {
opacity:1;
visibility:visible;
}
.item-product-thumb:hover .product-extra-link a{
transform:scale(1);
}
.product-box-promotion {
left: 3px;
position: absolute;
top: 0;
}
.item-product:hover .product-box-promotion span {
opacity:0;
transform:scale(0.5);
}
.product-box-promotion span {
border-radius: 50%;
color: #fff;
display: inline-block;
height: 44px;
line-height: 44px;
margin-left: 7px;
margin-top: 10px;
text-align: center;
width: 44px;
transition:all 0.5s ease-out 0s;
opacity:1;
}
.product-box-promotion span.new-item {
background:#f87028;
}
.product-box-promotion span.sale-item {
background:#5398d7;
}
/*Advert*/
.product-advert {
margin-top: 40px;
}
.leading-box-adv {
color: #fff;
}
.product-advert .col-lg-3.col-md-3.col-sm-6.col-xs-12 {
padding: 0;
}
.product-box-adv {
overflow: hidden;
position: relative;
}
.product-thumb-link {
display: block;
overflow: hidden;
position: relative;
}
.product-thumb-link img {
width: 100%;
transition:all 0.5s ease-out 0s;
}
.product-box-adv:hover img {
transform: scale(1.2);
}
.list-product .item-product-thumb:hover .product-thumb-link img{
transform:scale(1.15);
}
.product-box-adv .btn-link-default {
bottom: 0;
position: absolute;
right: 0;
text-align: center;
transition: all 0.5s ease-out 0s;
width:130px;
}
.item-box-adv:hover .btn-link-default {
background:transparent;
color:#fff;
background:rgba(27,29,31,0.5);
width:100%;
height:100%;
}
.leading-text-adv {
bottom: 0;
color: #fff;
height: 85px;
left: 0;
margin: auto;
position: absolute;
right: 0;
text-align: center;
text-transform: uppercase;
top: 0;
width: 100%;
}
.item-text-adv {
top: 100%;
color: #fff;
font-size: 30px;
left: 100%;
margin: 16px 0 0;
position: absolute;
text-align: center;
text-transform: uppercase;
width: 100%;
opacity:0;
transition:all 0.5s ease-out 0s;
font-weight:700;
z-index:999;
}
.item-box-adv .btn-link-default span {
position: absolute;
width:130px;
height:40px;
line-height:40px;
display:inline-block;
text-align:center;
right:0;
bottom:0;
transition:all 0.5s ease-out 0s;
text-decoration:underline;
}
.item-box-adv:hover .btn-link-default span{
width:100%;
}
.item-box-adv .btn-link-default span:hover{
text-decoration:none;
}
.item-box-adv:hover .item-text-adv{
opacity:1;
top: 50%;
left: 0;
margin: -16px 0 0;
}
.leading-text-adv h3 {
font-size: 20px;
font-weight: 700;
margin:0;
transition:all 0.5s ease-out 0s;
}
.leading-text-adv h2 {
font-size: 40px;
font-weight: 700;
margin: 0;
transition:all 0.3s ease-out 0s;
}
.leading-box-adv:hover .leading-text-adv h3 {
font-size:30px;
}
.leading-box-adv:hover .leading-text-adv h2 {
font-size:20px;
}
.leading-text-adv > a {
color: #fff;
display: inline-block;
text-decoration: underline;
}
/*New Product*/
.new-product {
margin-top: 70px;
}
.new-product .product-box-promotion {
left: 12px;
top: 11px;
}
.new-product .box-intro {
margin-bottom: 45px;
}
.new-product .product-extra-link a{
background:#1b1d1f;
color:#fff;
}
.new-product .product-extra-link a:hover{
background:#FBB450;
color:#fff;
}
/* .new-product .product-extra-mask{
padding:10px;
} */
.new-product .product-extra-link {
background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
/* box-shadow: 0 0 5px 0 #cecece; */
}
.new-product .product-extra-link .product-wishlist {
margin-left: -75px;
margin-top: 20px;
}
.new-product .product-extra-link .product-compare {
margin-left: 35px;
margin-top: 20px;
}
.new-product .product-extra-link .product-add-cart{
margin-top:10px;
top:50%;
}
.new-product .item-product-info{
position:absolute;
top:50%;
left:0;
width:100%;
margin-top:-70px;
opacity:0;
visibility:hidden;
transition:all 0.5s ease-out 0s;
}
.new-product .item-product:hover .item-product-info,.new-product .item-product:hover .product-extra-mask{
opacity:1;
visibility:visible;
}
.new-product .item-product:hover .product-extra-link a{
transform:scale(1);
}
.new-product .owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
border: 1px solid #1b1d1f;
border-radius: 0;
color: #1b1d1f;
display: inline-block;
font-size: 10px;
height: 24px;
margin: 0;
opacity: 0;
padding: 6px;
position: absolute;
text-shadow: 0 0 0;
top: -66px;
transition: all 0.5s ease-out 0s;
width: 24px;
}
.new-product:hover .owl-theme .owl-controls .owl-buttons div{
opacity:1;
}
.new-product .owl-theme .owl-controls .owl-buttons div:hover {
border-color: #fbb450;
color: #fbb450;
}
.new-product .owl-theme .owl-controls .owl-buttons div.owl-prev{
left:0;
}
.new-product .owl-theme .owl-controls .owl-buttons div.owl-next{
right:0;
}
/*The Brand*/
.the-brand {
margin-top: 35px;
}
.item-brand {
margin: 0 -15px;
position: relative;
text-align: center;
}
.item-brand-text {
margin-top: 25px;
}
.btn-link-default.brand-link {
margin-bottom: 26px;
margin-top: 20px;
}
.item-brand::after {
/*background-image: url("../images/bg-product-2.png");*/
background-position: left top;
background-repeat: no-repeat;
background-size: 100% 100%;
bottom: -40px;
content: "";
height: 40px;
left: 0;
position: absolute;
width: 100%;
}
.item-product-thumb.item-left {
margin-right: -5px;
}
.item-product-thumb.item-right {
margin-left: -5px;
}
.paginav-slider .owl-theme .owl-controls .owl-page span {
background: #ccc none repeat scroll 0 0;
border-radius: 50%;
display: block;
height: 7px;
margin: 4px;
opacity: 1;
width: 7px;
}
.paginav-slider .owl-theme .owl-controls .owl-page span:hover,.paginav-slider .owl-theme .owl-controls .owl-page.active span{
background:#1b1d1f;
}
.paginav-slider .owl-pagination {
left: 0;
position: absolute;
top: -40px;
width: 100%;
}
.paginav-slider .wrap-item {
margin-top: 60px;
}
.partner-slider-paginav.style1 .wrap-item{
margin-top: 30px;
}
.the-brand .owl-theme .owl-controls .owl-buttons div {
border-radius: 0;
color: #fff;
display: inline-block;
font-size: inherit;
height: 123px;
margin: -100px 0 0;
opacity: 1;
padding: 0;
position: absolute;
text-indent: -9999px;
top: 50%;
width: 57px;
}
.the-brand .owl-theme .owl-controls .owl-buttons div.owl-prev{
/*background: transparent url("../images/prev.png") no-repeat scroll center center;*/
left:25%;
margin-left:5px;
}
.the-brand .owl-theme .owl-controls .owl-buttons div.owl-next{
/*background: transparent url("../images/next.png") no-repeat scroll center center;*/
right:25%;
margin-right:5px;
}
/*Testimonial*/
.testimonial-slider {
margin: 40px 0 70px;
}
.testimo-item {
background: #797979 none repeat scroll 0 0;
color: #fff;
}
.info-testimo-author {
left: 0;
position: absolute;
top: 90px;
width: 100%;
z-index: 2;
}
.testimo-thumb {
filter: blur(8px);
-moz-filter: blur(8px);
-webkit-filter: blur(8px);
transform: scale(1.1);
}
.testimo-content-left::before {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.testimo-content-left {
overflow: hidden;
position: relative;
text-align: center;
}
.testimo-avatar {
border: 3px solid #3a3a3a;
border-radius: 50%;
display: inline-block;
overflow: hidden;
position: relative;
width:150px;
}
.testimo-avatar::before{
position:absolute;
content:"";
background:rgba(251,180,80,0.2);
width:100%;
height:100%;
display:block;
top:0;
left:0;
transition:all 0.5s ease-out 0s;
opacity:0;
border-radius: 50%;
z-index:9;
}
.testimo-avatar:hover::before{
opacity:1;
}
.testimo-avatar img {
border-radius: 50%;
width:100%;
transition:all 0.5s ease-out 0s;
}
.testimo-avatar:hover img{
transform:rotate(30deg);
}
.testimo-name {
font-size: 16px;
font-weight: bold;
}
.testimo-name > a {
color: #fff;
}
.testimo-name > a:hover {
color: #999;
}
.testimo-desc {
font-size: 16px;
}
.testimo-content-right {
padding-left: 55px;
padding-right: 70px;
padding-top: 95px;
position: relative;
}
.testimo-content-right .testimo-desc::before {
content: "๎ ฟ";
font-family: linearicons;
font-size: 30px;
left: 0;
position: absolute;
top: 0;
}
.testimo-desc {
padding-top: 60px;
position: relative;
}
.testimo-date {
color: #ccc;
display: block;
margin-top: 24px;
padding-top: 15px;
position: relative;
}
.testimo-date::before {
background: #fff none repeat scroll 0 0;
content: "";
height: 1px;
left: 0;
position: absolute;
top: 0;
width: 24px;
}
/*Popular Post*/
.popular-post {
margin-top: 35px;
}
.popular-box::before {
position:absolute;
background: rgba(27, 29, 31, 0.5) none repeat scroll 0 0;
width:100%;
height:100%;
content:"";
top:0;
left:0;
opacity:0;
transition:all 0.5s ease-out 0s;
}
.popular-box-thumb > a {
display: block;
}
.popular-box-thumb > a img{
width:100%;
}
.popular-box:hover::before{
opacity:1;
}
.popular-box {
margin: 0 -10px 10px;
position: relative;
overflow:hidden;
}
.popular-box-text {
left: 0;
position: absolute;
top: 50px;
}
.popular-post .item {
padding: 0 10px;
}
.title-popular-box {
font-size: 16px;
margin: 0;
text-transform: uppercase;
}
.title-popular-box a {
display: block;
}
.title-popular-box a:hover span{
color:#FBB450;
}
.desc-popular-box {
font-size: 13px;
margin: 0;
}
.desc-popular-box span {
background: #f9f9f9 none repeat scroll 0 0;
display: inline-block;
padding: 8px 20px;
}
.title-popular-box span {
background: rgba(27, 29, 31, 0.9) none repeat scroll 0 0;
color: #fff;
display: inline-block;
padding: 16px 20px;
}
.popular-box-thumb img{
width:100%;
}
/*Partner Slider*/
.partner-slider .partner-item img {
filter: grayscale(1);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
width: 100%;
transition:all 0.5s ease-out 0s;
}
.partner-item:hover a img{
filter: grayscale(0);
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
transform:scale(1.1);
}
.partner-item:hover a {
border:1px solid #e5e5e5;
}
.partner-item a {
display: block;
transition:all 0.5s ease-out 0s;
overflow:hidden;
border:1px solid #e5e5e5;
}
.partner-slider .item {
padding: 0 15px;
}
.partner-slider {
margin-bottom: 53px;
margin-top: 70px;
}
.partner-item {
padding-bottom: 27px;
position: relative;
}
.partner-item::after {
/*background-image: url("../images/theme/sharp-partner.png");*/
background-repeat:no-repeat;
background-size:100% 100%;
background-position:center top;
bottom: 0;
content: "";
height: 27px;
left: 0;
position: absolute;
width: 100%;
z-index: 999;
transition:all 0.5s ease-out 0s;
opacity:0;
}
.partner-item:hover::after{
opacity:1;
}
/*Footer*/
.footer {
background: #f5f5f5 none repeat scroll 0 0;
margin-top: 50px;
padding: 20px 0 20px;
}
.logo-footer .sub-title {
color: #1b1d1f;
}
.footer-nav {
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
margin: auto;
max-width: 280px;
min-height: 280px;
padding: 0 60px;
width: 100%;
}
.footer-nav a {
color: #666;
}
.footer-nav li {
margin-bottom: 20px;
}
.footer-nav .sub-title {
margin-bottom: 20px;
}
.logo.logo-footer {
margin-bottom: 25px;
}
.footer-nav .sub-title {
margin-bottom: 20px;
}
.logo.logo-footer {
margin-bottom: 25px;
}
.download p {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 12px;
padding-bottom: 15px;
}
.download-link a {
color: #999;
}
.download-link li {
margin-bottom: 10px;
}
.newsletter .sub-title {
margin-bottom: 20px;
}
.newsletter input[type="text"] {
color: #999;
height: 40px;
line-height: 40px;
margin-top: 10px;
padding: 0 15px;
width: 306px;
}
.footer-dark .newsletter input[type="text"] {
border:none;
}
.newsletter input[type="submit"] {
border: medium none;
margin-top: 10px;
}
.newsletter {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 30px;
}
.share-social a {
color: #666;
font-size: 24px;
transition:all 0.5s ease-out 0s;
}
.share-social a:hover{
color:#1b1d1f;
}
.share-social {
margin-top: 23px;
}
.footer-bottom {
border-top: 1px solid #e5e5e5;
margin-top: 40px;
padding-top: 45px;
}
.menu-footer a {
color: #666;
}
.menu-footer li {
margin-right: 10px;
}
.copyright {
color: #666;
}
.footer-dark .copyright{
text-align:right;
}
.copyright a {
color: #1b1d1f;
}
#footer .copyright a:hover{
color:#999;
}
.contact-phone {
margin-top: 30px;
}
.phone-number {
color: #666;
margin-left: 10px;
}
.download-link span {
margin-right: 8px;
}
.footer a:hover{
color:#1b1d1f;
}
/*************************************************************
Page Detail
*************************************************************/
.category-slider .item img {
width: 100%;
}
.category-slider .item {
padding: 0 15px;
}
.category-slider {
background: #f6f6f6 none repeat scroll 0 0;
padding: 50px 0;
}
.relate-product .nav-tabs-default {
margin-bottom: 30px;
}
.relate-product .owl-default .owl-theme .owl-controls .owl-buttons div {
margin-top: -50px;
}
.product-slider .item{
padding:0 15px;
}
.relate-product .item-product{
margin-bottom:0;
}
.relate-product .title-product a {
text-transform: uppercase;
}
.detail-product-tab {
border: 1px solid #e5e5e5;
margin-bottom: 50px;
margin-top: 35px;
padding: 0 30px 20px;
}
.nav-tabs-default {
margin-bottom: 20px;
}
.product-gallery .bx-wrapper {
float: left;
margin: 0;
padding-right: 10px;
position: relative;
width: 81.4%;
}
.product-gallery #bx-pager {
float: left;
width: 18.6%;
}
.product-gallery #bx-pager a {
background: #f5f5f5 none repeat scroll 0 0;
display: block;
margin-bottom: 10px;
overflow: hidden;
position: relative;
width: 100%;
}
.product-gallery #bx-pager a.active::before {
background: #1b1d1f none repeat scroll 0 0;
content: "";
height: 1px;
left: -50%;
position: absolute;
top: 50%;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
width: 200%;
}
.product-gallery #bx-pager a img {
width: 100%;
}
.product-gallery .bxslider img {
height: auto;
width: 100%;
}
.product-gallery .bx-viewport {
background: #f5f5f5 none repeat scroll 0 0;
}
.product-gallery .bx-prev {
color: #a0a0a0;
font-size: 18px;
left: 0;
margin-left: 25px;
margin-top: -10px;
position: absolute;
top: 50%;
}
.product-gallery .bx-controls-direction a:hover {
color: #fec64d;
}
.product-gallery .bx-next {
color: #a0a0a0;
font-size: 18px;
right: 10px;
margin-right: 15px;
margin-top: -10px;
position: absolute;
top: 50%;
}
.bread-crumb .lnr.lnr-chevron-right {
font-size: 8px;
}
.bread-crumb a {
color: #999;
}
.bread-crumb {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 30px;
padding: 15px 0;
text-shadow: 0 0 0;
}
.title-product-detail {
font-size: 30px;
margin-bottom: 15px;
margin-top: 0;
text-transform: uppercase;
}
.wrap-star-rating {
/*background: rgba(0, 0, 0, 0) url("../images/rate-bg.png") repeat-x scroll left top;*/
height: 12px;
width: 80px;
}
.inner-star-rating {
/*background: rgba(0, 0, 0, 0) url("../images/rate-star.png") repeat-x scroll left center;*/
height: 12px;
}
.inner-star-rating {
/*background: rgba(0, 0, 0, 0) url("../images/rate-star.png") repeat-x scroll left center;*/
height: 12px;
}
.info-product-detail .desc {
color: #666;
margin: 15px 0 10px;
}
.product-gallery .share-social a {
color: #999;
font-size: 18px;
padding: 0 5px;
}
.product-gallery .share-social {
margin-left: 150px;
margin-top: 15px;
}
.attr-product {
border: 1px solid #e5e5e5;
}
.select-attr-size {
background: #fafafa none repeat scroll 0 0;
box-shadow: 0 0 0 1px #e5e5e5;
display: none;
left: 0;
list-style: outside none none;
margin: 0;
padding: 0;
position: absolute;
top: 100%;
width: 100%;
z-index: 9;
}
.attr-product.attr-size {
margin-top: 20px;
position: relative;
text-transform: uppercase;
}
.attr-size .selected-attr-size {
/*background: rgba(0, 0, 0, 0) url("../images/arrow-down.png") no-repeat scroll right 20px center;*/
color: #1b1d1f;
display: block;
padding: 10px 20px;
}
.attr-product label {
font-weight: 400;
margin: 0;
text-transform: uppercase;
}
.selected-attr-size > span {
position: absolute;
right: 65px;
}
.select-attr-size li a {
display: block;
padding: 5px 20px;
color: #1b1d1f;
}
.select-attr-size li{
border-bottom:1px solid #e5e5e5;
}
.select-attr-size li:last-child{
border-bottom:1px solid transparent;
}
.select-attr-size li a.selected {
background: #f5f5f5 none repeat scroll 0 0;
}
.attr-product.attr-color {
display: table;
margin-top: 20px;
padding: 15px 10px 10px 20px;
width: 100%;
}
.attr-product.attr-color > ul {
display: table-cell;
list-style: outside none none;
margin: 0;
padding: 0;
}
.attr-product.attr-color > label {
display: table-cell;
padding-right: 20px;
vertical-align: top;
}
.attr-product.attr-color li {
display: inline-block;
}
.attr-product.attr-color a {
border: 1px solid #e5e5e5;
display: block;
height: 30px;
margin: 0 3px 5px 0;
padding: 1px;
width: 30px;
}
.attr-product.attr-color a span {
display: block;
height: 100%;
overflow: hidden;
position: relative;
width: 100%;
}
.attr-product.attr-color a.selected span::after {
background: #1b1d1f none repeat scroll 0 0;
content: "";
height: 1px;
left: -50%;
position: absolute;
top: 50%;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
width: 200%;
}
.blue {
background: #4d6dbd none repeat scroll 0 0;
}
.blue-air {
background: #2fbcda none repeat scroll 0 0;
}
.orange {
background: #fbb450 none repeat scroll 0 0;
}
.green {
background: #72b226 none repeat scroll 0 0;
}
.gray {
background: #d8d8d9 none repeat scroll 0 0;
}
.black {
background: #202020 none repeat scroll 0 0;
}
.red {
background: #fb5d5d none repeat scroll 0 0;
}
.yellow {
background: #ffe00c none repeat scroll 0 0;
}
.blue-light {
background: #1997d4 none repeat scroll 0 0;
}
.blue-ocean {
background: #5990de none repeat scroll 0 0;
}
.info-qty {
border: 1px solid #e5e5e5;
height: 40px;
line-height: 40px;
max-width: 220px;
padding: 0 20px;
}
.info-qty > label {
font-weight: 400;
margin: 0 40px 0 0;
text-transform: uppercase;
}
.info-qty a {
color: #b8b8b8;
}
.info-qty a:hover {
color: #fec64d;
}
.qty-val {
display: inline-block;
text-align: center;
width: 60px;
}
.wrap-cart-qty .btn-link-default.add-to-cart {
margin-top: 20px;
max-width: 220px;
width: 100%;
}
.info-extra a {
color: #1b1d1f;
margin-right: 15px;
}
.info-extra {
margin-top: 20px;
}
.content-product-detail.none-sidebar .wrap-attr-product {
float: left;
margin-right: 20px;
}
.wrap-attr-product {
max-width: 320px;
width: 100%;
}
.wrap-cart-qty {
float: left;
margin-top: 20px;
max-width: 220px;
width: 100%;
}
/*****************************************
Page Detail Mr
******************************************/
.content-product-detail.has-sidebar .product-gallery .bx-wrapper {
float: none;
margin: 0;
padding-right: 0;
position: relative;
width: 100%;
}
.content-product-detail.has-sidebar .product-gallery #bx-pager {
float: none;
width: auto;
}
.content-product-detail.has-sidebar .product-gallery #bx-pager a {
display: inline-block;
margin-bottom: 0;
margin-right: 6px;
margin-top: 10px;
max-width: 97px;
}
.content-product-detail.has-sidebar .product-gallery #bx-pager a:last-child{
margin-right:0;
}
.widget.widget-category h3 {
font-size: 13px;
margin: 0 0 15px;
text-transform: uppercase;
}
.widget-title.sub-title {
margin: 0 0 25px;
}
.widget.widget-category > h3 a {
color: #1b1d1f;
}
.widget.widget-category > h3 a:hover ,.widget.widget-category ul li a:hover,.sidebar-product .title-product a:hover{
color: #999;
}
.widget.widget-category > ul {
list-style: outside none none;
margin: 0 0 40px;
padding: 0;
}
.widget.widget-category > ul:last-child {
margin-bottom: 0;
}
.widget.widget-category ul li a {
color: #666;
padding-left: 30px;
position: relative;
}
.widget.widget-category ul li a::before {
content: "๎กบ";
font-family: linearicons;
left: 0;
position: absolute;
top: 0;
}
.sidebar-product .widget {
border: 1px solid #e5e5e5;
margin-bottom: 30px;
padding:30px;
}
.sidebar-product ul{
padding:0;
list-style:none;
}
.product-thumb {
background: #f5f5f5 none repeat scroll 0 0;
float: left;
margin-right: 20px;
max-width: 70px;
width: 100%;
}
.sidebar-product .title-product a {
color: #666;
}
.widget-top-seller li {
margin-bottom: 20px;
}
.widget.widget-category li {
border-bottom: 1px solid #e5e5e5;
padding: 8px 0;
}
.widget.widget-category li:last-child{
border-bottom: 1px solid transparent;
}
.widget.widget-compare li{
position:relative;
}
.widget.widget-compare ul li .remove-product-compare {
color: #1b1d1f;
left: -20px;
position: absolute;
top: 0;
}
.widget.widget-compare ul li{
margin-bottom:20px;
}
.btn-link-default.btn-compare {
margin-right: 25px;
padding: 0 20px;
}
.widget-compare-link .clear-compare {
color: #1b1d1f;
text-transform: uppercase;
}
.widget-compare-link .clear-compare:hover{
color:#999;
}
.widget-compare-link {
border-top: 1px solid #e5e5e5;
margin-bottom: 20px;
padding-top: 20px;
}
/******************************************
Page Grid
*******************************************/
.product-sort a {
border: 1px solid #e5e5e5;
color: #1b1d1f;
display: block;
height: 36px;
line-height: 36px;
padding: 0 20px 0 44px;
text-transform: uppercase;
}
.product-sort a.active{
color:#fff;
border: 1px solid #1b1d1f;
}
.product-sort li {
float: left;
padding: 0;
}
.product-sort a.grid {
/*background: rgba(0, 0, 0, 0) url("../images/icon-grid.png") no-repeat scroll left 20px center;*/
}
.product-sort a.grid.active {
/*background: #1b1d1f url("../images/icon-grid-active.png") no-repeat scroll left 20px center;*/
}
.product-sort a.list {
/*background: rgba(0, 0, 0, 0) url("../images/icon-list.png") no-repeat scroll left 20px center;*/
}
.product-sort a.list.active {
/*background: #1b1d1f url("../images/icon-list-active.png") no-repeat scroll left 20px center;*/
}
.product-sort{
margin:0;
padding:0;
}
.product-filter .ui-selectmenu-button{
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 0;
color: #1b1d1f;
display: inline-block;
font-family: open sans;
font-size: 13px;
font-weight: 400;
height: 36px;
text-transform: uppercase;
width: 130px !important;
}
.product-filter .ui-selectmenu-button::after {
content: "๎กด";
font-family: linearicons;
position: absolute;
right: 15px;
top: 10px;
}
.product-filter .ui-selectmenu-button .ui-selectmenu-text {
display: block;
height: 34px;
line-height: 34px;
padding: 0 30px 0 20px;
width: 100%;
}
.ui-selectmenu-menu .ui-menu {
border-radius: 0;
overflow: hidden;
padding: 0;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
border: 1px solid #fbcb09;
color: #fbb450;
font-weight: normal;
}
.ui-menu .ui-menu-item {
padding: 5px 1em 5px 0.4em;
}
.product-filter .ui-state-default .ui-icon{
display:none;
}
.product-filter {
position: relative;
}
.filter-type {
position: absolute;
}
.product-filter .filter-selected {
border: 1px solid #e5e5e5;
color: #1b1d1f;
display: block;
height: 36px;
line-height: 36px;
padding: 0 54px 0 20px;
position: relative;
text-transform: uppercase;
}
.product-filter .filter-selected::after {
content: "๎กด";
font-family: linearicons;
position: absolute;
right: 20px;
top: 0;
}
.sort-pagi-bar.top {
margin-bottom: 30px;
}
.filter-type li a {
display: block;
padding: 5px 20px;
color: #666;
}
.filter-type {
background: #fafafa none repeat scroll 0 0;
border: 1px solid #e5e5e5;
display: none;
left: 0;
list-style: outside none none;
margin: 0;
padding: 0;
position: absolute;
top: 100%;
width: 100%;
z-index: 9;
}
.filter-type li{
border-bottom:1px solid #e5e5e5;
}
.filter-type li:last-child{
border-bottom:1px solid transparent;
}
.filter-type li a.selected {
background: #f5f5f5 none repeat scroll 0 0;
}
.filter-type li a:hover {
color: #999;
}
.product-pagi-nav a {
border: 1px solid #e5e5e5;
color: #1b1d1f;
display: block;
height: 36px;
line-height: 36px;
text-align: center;
width: 36px;
transition:all 0.5s ease-out 0s;
}
.product-pagi-nav a.active,.product-pagi-nav a:hover{
color:#fff;
border-color:#1b1d1f;
background-color:#1b1d1f;
}
.product-pagi-nav li {
margin: 0;
padding: 0;
vertical-align: top;
}
.product-pagi-nav a span {
display: block;
line-height: 36px;
}
.product-pagi-nav {
margin: 0 0 0 30px;
}
.sort-pagi-bar.bottom {
border-top: 1px solid #e5e5e5;
padding-top: 30px;
}
.list-product {
margin-bottom: 0;
}
/*****************************************
Page Grid Mr
******************************************/
.widget.widget-default ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.widget.widget-default ul li a {
color: #1b1d1f;
position: relative;
}
.widget.widget-default ul li a:hover{
color:#999;
}
.widget.widget-default li {
border-bottom: 1px solid #e5e5e5;
padding: 8px 0;
}
.widget.widget-default li:last-child{
border-bottom: 1px solid transparent;
}
.widget.widget-default li:first-child{
padding-top:0;
}
.widget.widget-attribute a span {
color: #999;
}
.widget.widget-filter-price input#amount {
border: medium none;
color: #666;
font-size: 13px;
font-weight: 400;
max-width: 80px;
}
.widget-filter-price .btn-link-default {
margin: 30px auto 10px;
padding: 0;
width: 80px;
}
.info-price-filter {
text-align: center;
}
.info-price-filter label {
color: #666;
font-weight: 400;
margin-left: 15px;
}
.info-price-filter label {
color: #666;
font-weight: 400;
margin-left: 15px;
}
.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
background: #1b1d1f none repeat scroll 0 0;
border: medium none;
border-radius: 0;
height: 2px;
margin: 0;
padding: 0;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
background: #fbb450 none repeat scroll 0 0;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
background: #fff none repeat scroll 0 0;
border: 2px solid #fbb450;
border-radius: 0;
height: 10px;
margin: 0 0 0 -5px;
top: -4px;
width: 10px;
}
.thumb-link-default {
display: block;
position: relative;
overflow:hidden;
}
.thumb-link-default::before{
position:absolute;
content:"";
width:100%;
height:100%;
opacity:0;
background:rgba(27,29,31,0.5);
transition:all 0.5s ease-out 0s;
top:0;
left:0;
z-index:9;
}
.thumb-link-default img{
transition:all 0.5s ease-out 0s;
width:100%;
}
.thumb-link-default:hover::before{
opacity:1;
}
.thumb-link-default:hover img{
transform:scale(1.2);
}
/**************************************
Page Product List
***************************************/
.product-list .item-product-info {
text-align: left;
}
.product-list.none-sidebar .item-product-thumb {
float: left;
width: 25%;
}
.product-list.none-sidebar .item-product-info {
float: left;
margin: 0;
padding: 0 30px;
width: 53%;
}
.product-list.none-sidebar .wrap-cart-qty {
border-left: 1px solid #e5e5e5;
float: left;
margin: 0;
max-width: none;
padding: 40px 0 45px 30px;
width: 22%;
}
.product-list .item-product {
border: 1px solid #e5e5e5;
padding: 30px;
}
.product-list.none-sidebar .info-qty {
margin-top: 18px;
}
.product-list .title-product {
font-size: 16px;
margin: 0 0 20px;
}
.product-list.none-sidebar .wrap-star-rating {
margin-bottom: 20px;
}
.item-product-info .product-readmore:hover {
background: #1b1d1f none repeat scroll 0 0;
border: 1px solid #1b1d1f;
color: #fff;
}
.item-product-info .product-readmore {
border: 1px solid #e5e5e5;
color: #1b1d1f;
display: inline-block;
height: 40px;
line-height: 40px;
margin-top: 15px;
padding: 0 30px;
text-transform: uppercase;
transition: all 0.5s ease-out 0s;
}
/**************************************
Page Product List Mr
***************************************/
.product-list.has-sidebar .item-product-thumb {
float: left;
width: 33%;
}
.product-list.has-sidebar .item-product-info {
float: left;
margin-top: 0;
padding-left: 30px;
width: 67%;
}
.product-list.has-sidebar .desc {
margin-top: 20px;
}
.product-list.has-sidebar .wrap-cart-qty {
margin-top: 5px;
}
.product-list.has-sidebar .wrap-cart-qty {
margin-top: 5px;
max-width: inherit;
}
.product-list.has-sidebar .info-extra {
margin-bottom: 20px;
}
.product-list.has-sidebar .info-qty {
display: inline-block;
margin-right: 10px;
max-width: 220px;
vertical-align: top;
width: 100%;
}
.product-list.has-sidebar .btn-link-default.add-to-cart {
margin: 0;
max-width: 220px;
}
/*******************************************************************
Page Blog
********************************************************************/
.content-blog-page .megafolio-container{
box-sizing: border-box;
position: relative;
width: 100%;
}
.news-load-more {
margin: 40px auto 0;
max-width: 470px;
width: 100%;
}
.addmore.btn-link-default {
width: 100%;
}
.mega-entry .popular-box {
margin: 0;
}
.mega-entry .popular-box {
height: 100%;
margin: 0;
width: 100%;
}
/*******************************************************************
Single
********************************************************************/
.content-single .bread-crumb {
margin-bottom:50px;
}
.content-single {
border-top: 1px solid #e5e5e5;
}
.post-title {
color: #1b1d1f;
font-size: 16px;
margin: 0 0 20px;
text-shadow: 0 0 0;
text-transform: uppercase;
}
.post-text {
color: #666;
margin: 0 0 25px;
}
.post-info p {
color: #999;
}
.post-info label{
font-weight:400;
}
.post-info .share-social label {
color: #999;
margin-right: 10px;
vertical-align: super;
}
.post-info .share-social {
margin-bottom: 20px;
margin-top: 0;
}
.post-info .share-social a {
color: #999;
margin-right: 20px;
line-height: 24px;
}
.post-info .share-social a:hover {
color: #1b1d1f;
}
.post-info a {
color: #333;
}
.post-info a:hover{
color:#666;
}
.single-post-thumb.img-responsive {
margin-bottom: 50px;
}
.text-upper {
color: #333;
font-size: 30px;
}
.item-post-gallery h3 a {
color: #999;
font-size: 13px;
}
.item-post-gallery h3 {
margin: 15px 0 0;
text-align: center;
}
.post-gallery {
margin: 25px auto auto;
max-width: 940px;
}
.post-gallery .item {
padding: 0 10px;
}
.item-post-gallery .fancybox {
display: block;
position: relative;
overflow:hidden;
}
.item-post-gallery .fancybox img{
transition: all 0.5s ease-out 0s;
width:100%;
}
.item-post-gallery .fancybox:hover img{
transform:scale(1.2);
}
.item-post-gallery .fancybox::before {
/*background: rgba(120, 120, 120, 0.5) url("../images/icon-zoom.png") no-repeat scroll center center;*/
content: "";
height: 0;
left: 50%;
opacity: 0;
position: absolute;
top: 50%;
transition: all 0.5s ease-out 0s;
width: 0;
z-index: 9;
}
.item-post-gallery .fancybox:hover::before {
height: 100%;
left: 0;
opacity: 1;
top: 0;
width: 100%;
}
.list-post-tags {
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
padding: 10px 15px;
text-align: center;
}
.list-post-tags label {
color: #999;
font-weight: 400;
margin: 0;
}
.list-post-tags a {
color: #333;
margin-right: 15px;
position: relative;
}
.list-post-tags a:last-child{
margin:0;
}
.list-post-tags a:last-child::after{
display:none;
}
.list-post-tags a::after {
background: #e5e5e5 none repeat scroll 0 0;
content: "";
height: 10px;
position: absolute;
right: -9px;
top: 5px;
transform: rotate(10deg);
width: 1px;
}
.post-title a {
color: #333;
}
.control-post .prev-post, .control-post .next-post {
color: #999;
display: inline-block;
margin-bottom: 15px;
}
.control-post .prev-post:hover, .control-post .next-post:hover{
color:#333;
}
.control-post {
border-bottom: 1px solid #e5e5e5;
padding: 25px 0 8px;
}
.post-comment {
margin-top: 45px;
}
.post-comment ol, .post-comment ul {
list-style: outside none none;
margin: 30px 0 0;
padding: 0;
}
.item-comment {
display: table;
width: 100%;
}
.comment-thumb {
display: table-cell;
vertical-align: top;
width: 85px;
}
.comment-info {
border-bottom: 1px solid #e5e5e5;
display: table-cell;
padding-bottom: 30px;
vertical-align: top;
}
.comment-author {
font-size: 16px;
margin: 0;
}
.comment-author a {
color: #333;
}
.comment-text {
color: #666;
}
.comment-time {
color: #999;
margin: 5px 0 10px;
}
.comment-reply {
color: #fbb450;
}
.avatar {
display: block;
width: 60px;
}
.post-comment-reply {
margin-top: 40px;
}
.comment-form {
margin-top: 40px;
}
.comment-form input[type="text"] {
border: 1px solid #e5e5e5;
color: #999;
height: 50px;
padding: 0 15px;
width: 100%;
}
.comment-form textarea {
border: 1px solid #e5e5e5;
color: #999;
padding: 15px;
width: 100%;
}
.comment-form p {
margin-bottom: 30px;
}
.comment-form > p {
margin-bottom: 0;
}
.post-comment .comment-form ol {
margin-top: 50px;
}
.post-comment ol {
margin-top: 45px;
}
.item-post-gallery {
margin-bottom: 25px;
}
/*******************************************************************
Index 2
********************************************************************/
/*Header*/
.header-form {
padding: 8px;
}
.header-form .form-control {
width: 50%;
}
.top-header {
background: #1b1d1f none repeat scroll 0 0;
}
.top-left .top-header{
background:#1b1d1f;
}
.category {
display: inline-block;
position:relative;
}
.category::after{
position:absolute;
}
.category-link .last-category {
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.category-link {
/*border-left: 1px solid rgba(255, 255, 255, 0.1);*/
/*border-right: 1px solid rgba(255, 255, 255, 0.1);*/
color: white;
display: block;
font-size: 13px;
height: 40px;
line-height: 40px;
padding: 0 45px 0 0px;
position: relative;
text-transform: uppercase;
}
.category-link,.top-left .currency-box:hover .currency-link{
color:white;
}
.top-left .category-link::after {
font-family: linearicons;
position: absolute;
right: 20px;
top: 0;
}
.top-left .language-box {
display: inline-block;
position:relative;
}
.top-left .currency-box {
display: inline-block;
position:relative;
}
.language-box::after{
position:absolute;
}
.language-box:hover .language-inner-box{
opacity:1;
visibility: visible;
margin-top:0;
}
.language-box::after ,.currency-box::after{
color: #fff;
content: "๎กณ";
font-family: linearicons;
left: 50%;
margin-left: -5px;
margin-top: -10px;
position: absolute;
top: 100%;
transition: all 0.5s ease-out 0s;
opacity:0;
}
.language-box:hover::after,.currency-box:hover::after{
opacity:1;
}
.currency-box:hover .currency-inner-box{
opacity:1;
visibility: visible;
margin-top:0;
}
.item-box-sub {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
left: 0;
opacity: 0;
padding: 12px 20px 30px;
position: absolute;
top: 100%;
transition: all 0.5s ease-out 0s;
visibility: hidden;
width: 210px;
z-index: 9;
margin-top:30px;
margin-left:-65px;
}
.item-box-sub li::before {
content: "๎ข";
font-family: linearicons;
left: 0;
position: absolute;
top: 17px;
color:#999;
}
.top-left ul li {
vertical-align: top;
}
.top-right ul li {
vertical-align: top;
}
.item-box-sub > ul {
list-style: outside none none;
padding: 0;
}
.item-box-sub li {
border-bottom: 1px solid #e5e5e5;
padding-left: 20px;
position: relative;
}
.item-box-sub li a {
color: #666;
display: block;
padding: 15px 0;
}
.item-box-sub li a:hover{
color:#999;
}
.top-left .language-link {
border-left: 1px solid rgba(255, 255, 255, 0.1);
border-right: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
display: block;
font-size: 10px;
height: 40px;
line-height: 40px;
padding: 0 45px 0 20px;
position: relative;
text-transform: uppercase;
}
.top-left .language-box:hover .language-link,.top-left .currency-box:hover .currency-link{
color:#999;
}
.top-left .language-link::after {
content: "๎กด";
font-family: linearicons;
position: absolute;
right: 20px;
top: 0;
}
.top-left .currency-link {
border-right: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
display: block;
font-size: 10px;
height: 40px;
line-height: 40px;
padding: 0 45px 0 17px;
position: relative;
text-transform: uppercase;
}
.top-left .currency-link::after {
content: "๎กด";
font-family: linearicons;
position: absolute;
right: 20px;
top: 0;
}
.top-right {
border-right: 1px solid rgba(255, 255, 255, 0.1);
text-align: right;
}
.top-right>ul {
margin: 0;
padding: 0;
}
.top-right>ul>li>a {
border-left: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
display: block;
height: 40px;
line-height: 40px;
padding: 0 20px;
text-transform: uppercase;
font-size: 10px;
}
.top-right .info-user::after{
display:none;
}
.top-right .info-user::before {
color: #fff;
content: "๎กณ";
font-family: linearicons;
left: 50%;
margin-top: -10px;
opacity: 0;
position: absolute;
top: 100%;
transition:all 0.5s ease-out 0s;
}
.top-right .info-user:hover::before {
opacity:1;
}
.top-right>ul>li>a>span.lnr {
color: #999;
margin-right: 12px;
}
.top-right>ul>li:hover>a {
color: #999;
}
.top-right .info-user .inner-user-info {
margin-right: 0px;
margin-top: 30px;
padding: 12px 20px 30px;
right: auto;
text-align: left;
top:100%;
left:0;
}
.top-right .info-cart{
position:relative;
}
.info-user {
position: relative;
}
.top-right .info-user:hover .inner-user-info{
margin-top: 0px;
}
.top-right .mycart-link .number-cart-total {
background: #fbb450 none repeat scroll 0 0;
color: #fff;
font-size: 13px;
margin-left: 20px;
padding: 0 5px;
}
.info-header2 .info-search::after {
margin-top:2px;
margin-left: 10px;
top:100%;
}
.info-header2 .info-search:hover::after{
opacity:1;
}
.info-header.info-header2 {
padding-top: 5px;
}
.info-header2 .info-search {
margin-left: 0;
}
.info-header2 .info-icon.icon-search {
border: 1px solid #1b1d1f;
display: block;
font-size: 13px;
height: 32px;
width: 32px;
text-align:center;
}
.info-header2 .info-search .search-form{
margin-right: -55px;
}
.info-header2 .info-search:hover .search-form {
margin-top: 7px;
}
.info-header2 .info-icon.icon-search span{
line-height:32px;
}
.logo.logo-footer2 a {
color: #fff;
font-size: 30px;
font-family: "Grand Hotel";
}
/*Banner Slider*/
.owl-arrow-banner .owl-theme .owl-controls .owl-buttons div:hover {
border-color: #fbb450;
color: #fbb450;
}
.owl-arrow-banner .owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
border: 1px solid #1b1d1f;
border-radius: 0;
color: #1b1d1f;
display: inline-block;
font-size: 10px;
height: 34px;
margin: -17px 0 0;
opacity: 1;
padding: 10px;
width: 34px;
position:absolute;
top:50%;
transition:all 0.5s ease-out 0s;
opacity:0;
background:#fff;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev{
left:15px;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next{
right:15px;
}
.banner-slider:hover .owl-theme .owl-controls .owl-buttons div{
opacity:1;
}
.banner-info {
height: 220px;
left: 0;
margin-top: -110px;
position: absolute;
top: 50%;
width: 100%;
}
.banner-info-text {
color: #fff;
padding-left: 50px;
text-transform: uppercase;
}
.banner-info-text h4 {
font-size: 30px;
font-weight: 700;
margin: 0;
text-shadow: 1px 1px 3px #808080;
}
.banner-info-text > h2 {
font-size: 60px;
margin: 0;
text-shadow: 1px 1px 3px #808080;
}
.banner-info-text .btn-link-default.banner-link {
margin-top: 45px;
}
/*Featured Product Tab*/
.product-tab-slider {
margin-top: 50px;
}
.header-product-tab {
border-bottom: 2px solid #e5e5e5;
margin-bottom: 30px;
padding-bottom: 14px;
}
.list-tab-title .nav > li > a {
border: medium none;
color: #1b1d1f;
font-size: 13px;
padding: 0;
position: relative;
text-transform: uppercase;
}
.list-tab-title .nav.nav-tabs {
border: medium none;
margin-top: 7px;
}
.list-tab-title .nav-tabs > li {
margin: 0 50px 0 0;
}
.header-product-tab .title {
}
.list-tab-title .nav > li > a:hover ,.list-tab-title .nav > li.active > a{
background: transparent none repeat scroll 0 0;
border: medium none;
color:#999;
}
.list-tab-title .nav > li > a::after {
background: #1b1d1f none repeat scroll 0 0;
bottom: -24px;
content: "";
height: 4px;
left: 50%;
position: absolute;
width: 0;
transition:all 0.5s ease-out 0s;
opacity:0;
}
.list-tab-title .nav > li > a:hover::after,.list-tab-title .nav > li.active > a::after{
opacity:1;
width:100%;
left:0;
}
.product-tab-slider .owl-buttons {
position: absolute;
right: 0;
top: -75px;
}
.product-tab-slider .owl-theme .owl-controls .owl-buttons div:hover {
border-color:#FBB450;
color:#FBB450;
}
.product-tab-slider .owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
border: 1px solid #1b1d1f;
border-radius: 0;
color: #1b1d1f;
display: inline-block;
font-size: 10px;
height: 24px;
margin: 0 0 0 5px;
opacity: 1;
padding: 6px;
width: 24px;
text-shadow: 0 0 0;
}
.hotdeal-countdown {
margin-top: -50px;
width: 272px;
margin-bottom: 15px;
}
.info-sale {
/*background: url("../images/bg-sale.png") no-repeat;*/
position: relative;
width: 77px;
height: 78px;
text-align: center;
margin-top: 25px;
margin-bottom: 15px;
}
.info-sale > span {
display: block;
line-height: 78px;
font-weight: bold;
}
.hotdeal-countdown .time_circles > div {
background: #5f6062 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: inline-block;
height: 64px;
margin: 0 2px;
padding-top: 12px;
text-align: center;
width: 64px !important;
}
.hotdeal-countdown canvas {
left: 0px;
position: relative;
top: 70px;
z-index: 9;
}
.hotdeal-countdown .number {
display: block;
font-size: 16px;
font-weight: bold;
margin-bottom: -4px;
}
.hotdeal-countdown .text {
color: #ccc;
font-size: 13px;
text-transform: uppercase;
}
/*Catalog*/
.catalog {
background-attachment: fixed;
/*background-image: url("../images/index2/bg-parallax.png");*/
background-position: center bottom;
background-repeat: no-repeat;
background-size: inherit;
padding: 75px 0;
margin-top: 15px;
}
.content-catelog {
color: #fff;
padding-left: 45px;
}
.content-catelog > h2 {
font-size: 30px;
font-weight: 700;
margin: 0 0 15px;
text-transform: uppercase;
}
.content-catelog ul li a {
color: #fff;
font-style: italic;
padding: 0 0 0 30px;
position: relative;
}
.content-catelog ul li a::before {
content: "๎ข";
font-family: linearicons;
left: 0;
position: absolute;
top: 0;
}
.content-catelog .download-catalog {
background: #fff none repeat scroll 0 0;
color: #1b1d1f;
display: inline-block;
height: 40px;
line-height: 40px;
margin-top: 15px;
padding: 0 20px;
text-transform: uppercase;
transition:all 0.5s ease-out 0s;
}
.content-catelog .download-catalog:hover{
color:#fff;
background:#1b1d1f;
}
/*Latest Post*/
.box-title {
margin-bottom: 42px;
text-align: center;
}
.box-title h2 {
color: #1b1d1f;
font-size: 30px;
font-weight: bold;
margin: 0 0 10px;
text-transform:uppercase;
}
.box-title p {
color: #666;
margin: 0;
}
.latest-post {
background: #f6f6f6 none repeat scroll 0 0;
margin-top: 15px;
padding: 70px 0 0;
}
.item-latest-post {
padding: 80px 0;
position: relative;
}
.item-latest-post::after {
position: absolute;
width: 50%;
height: 100%;
content: "";
background: rgba(27,29,31,0.5);
top: 0;
opacity: 0;
transition: all 0.5s ease-out 0s;
}
.item-latest-post.item-left::after{
left: 50%;
}
.item-latest-post.item-right::after{
left: 0;
}
.item-latest-post:hover::after{
opacity:1;
}
.item-latest-post.item-left {
/*background-image: url("../images/index2/bg-box2.jpg");*/
background-position: center top;
background-repeat: no-repeat;
background-size:auto 100%;
}
.item-latest-post.item-right {
/*background-image: url("../images/index2/bg-box3.jpg");*/
background-position: center top;
background-repeat: no-repeat;
background-size:auto 100%;
}
.latest-post-content {
color: #fff;
}
.item-latest-post.item-left .latest-post-content {
padding-right: 45px;
text-align: right;
}
.item-latest-post.item-right .latest-post-content {
padding-left: 45px;
text-align: left;
}
.latest-post-thumb {
display: block;
margin: 0 -15px;
}
.latest-post-content > h3 {
font-size: 16px;
font-weight: 700;
margin: 0 0 15px;
text-transform: uppercase;
}
.latest-post-content a {
color: #fff;
}
.latest-post-content a:hover {
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.latest-post-info {
border-top: 1px solid rgba(255,255,255,0.5);
margin-top: 23px;
padding-top: 26px;
}
.latest-post-info li a {
display: block;
margin-bottom: 10px;
}
.latest-post-info li {
margin-left: 15px;
text-align: center;
}
.latest-post-content .readmore {
background: #fff none repeat scroll 0 0;
color: #1b1d1f;
display: inline-block;
height: 40px;
line-height: 40px;
margin-top: 15px;
padding: 0 20px;
text-transform: uppercase;
transition:all 0.5s ease-out 0s;
}
.latest-post-content .readmore:hover{
background: #1b1d1f none repeat scroll 0 0;
color: #fff;
}
/*Custom Service*/
.custom-service {
background: #f6f6f6 none repeat scroll 0 0;
padding-top: 70px;
}
.item-service-text .sub-title a {
color: #1b1d1f;
transition:all 0.5s ease-out 0s;
}
.item-service-text .sub-title {
margin: 0 0 17px;
}
.item-custom-service {
display: table;
margin-top: 75px;
width: 100%;
}
.item-service-text {
display: table-cell;
vertical-align: top;
}
.item-service-thumb {
display: table-cell;
width: 90px;
}
.item-service-thumb > a {
border-radius: 50%;
color: #fff;
display: block;
font-size: 30px;
height: 70px;
margin: 0 10px;
position: relative;
text-align: center;
width: 70px;
transition:all 0.5s ease-out 0s;
box-shadow: 0 0 0 10px transparent;
}
.item-service-thumb > a:hover{
transform:rotate(45deg);
}
.box-left {
margin-right: -15px;
}
.box-left .item-service-text{
padding-right:15px;
}
.box-right {
margin-left: -15px;
}
.box-right .item-service-text{
padding-left:15px;
}
.item-service-thumb > a span {
line-height: 70px;
}
.sv-green .item-service-thumb > a{
background-color: rgba(94,227,168,1);
}
.sv-green .item-service-thumb > a:hover{
box-shadow: 0 0 0 10px rgba(94,227,168,0.2);
}
.sv-green .item-service-text .sub-title a:hover {
color: rgba(94,227,168,1);
}
.sv-blue .item-service-thumb > a{
background-color: rgba(76,214,214,1);
}
.sv-blue .item-service-thumb > a:hover{
box-shadow: 0 0 0 10px rgba(76,214,214,0.2);
}
.sv-blue .item-service-text .sub-title a:hover {
color: rgba(76,214,214,1);
}
.sv-yellow .item-service-thumb > a{
background-color: rgba(249,221,71,1);
}
.sv-yellow .item-service-thumb > a:hover{
box-shadow: 0 0 0 10px rgba(249,221,71,0.2);
}
.sv-yellow .item-service-text .sub-title a:hover {
color: rgba(249,221,71,1);
}
.sv-orange .item-service-thumb > a{
background-color: rgba(255,168,35,1);
}
.sv-orange .item-service-thumb > a:hover{
box-shadow: 0 0 0 10px rgba(255,168,35,0.2);
}
.sv-orange .item-service-text .sub-title a:hover {
color: rgba(255,168,35,1);
}
.sv-red .item-service-thumb > a{
background-color: rgba(255,87,54,1);
}
.sv-red .item-service-thumb > a:hover{
box-shadow: 0 0 0 10px rgba(255,87,54,0.2);
}
.sv-red .item-service-text .sub-title a:hover {
color: rgba(255,87,54,1);
}
.sv-pink .item-service-thumb > a{
background-color: rgba(227,55,78,1);
}
.sv-pink .item-service-thumb > a:hover{
box-shadow: 0 0 0 10px rgba(227,55,78,0.2);
}
.sv-pink .item-service-text .sub-title a:hover {
color: rgba(227,55,78,1);
}
/*Footer*/
.footer.footer2 {
background: #1b1d1f none repeat scroll 0 0;
margin-top: 0;
}
.footer-bottom2 {
margin-top: 15px;
}
.footer.footer2 a:hover {
color: #fff;
}
.footer.footer2 .copyright a {
color: #fff;
}
.footer.footer2 .copyright a:hover{
color:#666;
}
/*******************************************************************
Contact
********************************************************************/
.content-contact .bread-crumb {
border: medium none;
margin: 0;
}
.item-contact-box {
color: #1997d4;
display: inline-block;
margin-bottom: 20px;
min-width: 160px;
vertical-align: middle;
}
.item-contact-box > a {
border: 2px solid #1997d4;
border-radius: 50%;
color: #1997d4;
display: inline-block;
height: 55px;
margin-right: 15px;
text-align: center;
width: 55px;
}
.item-contact-box > a span {
font-size: 18px;
line-height: 51px;
}
.item-contact-box > label {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
}
.contact-info-box {
color: #666;
margin-top: 50px;
}
.phone-box h2 {
font-size: 20px;
margin: 0 0 12px;
}
.phone-box {
display: inline-block;
padding-top: 20px;
vertical-align: top;
}
.mail-box {
display: inline-block;
padding-top: 20px;
vertical-align: top;
}
.mail-box a{
color:#666;
}
.mail-box a:hover{
color:#999;
}
.contact-form > h2 {
color: #1997d4;
font-size: 16px;
margin: 20px 0 0;
text-transform: uppercase;
}
.contact-form .comment-form {
margin-top: 25px;
}
.contact-form {
margin-top: 25px;
}
.contact-form .comment-form input[type="text"],.contact-form .comment-form textarea{
border-color:#ccc;
}
.btn-submit-form {
background: #1997d4 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
height: 40px;
margin-right: 2px;
padding: 0 30px;
text-transform: uppercase;
transition:all 0.5s ease-out 0s;
}
.btn-submit-form:hover{
background: #fdd932 none repeat scroll 0 0;
}
.btn-reset-form {
background: #fdd932 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
height: 40px;
padding: 0 30px;
text-transform: uppercase;
transition:all 0.5s ease-out 0s;
}
.btn-reset-form:hover{
background: #1997d4 none repeat scroll 0 0;
}
/*******************************************************************
Page About
********************************************************************/
.content-page {
border-top: 1px solid #e5e5e5;
}
.content-page .bread-crumb {
border: medium none;
margin: 0;
}
.about-box-image > img {
width: 100%;
}
.about-box{
margin-bottom:30px;
position:relative;
overflow:hidden;
}
.about-box::before {
background: rgba(27, 29, 31, 0.1) none repeat scroll 0 0;
content: "";
height: 0;
left: 50%;
position: absolute;
top: 50%;
transition: all 0.5s ease-out 0s;
width: 0;
}
.about-box:hover::before {
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.about-box-text {
text-align: center;
padding-top:55px;
height:292px;
}
.about-box-text p {
font-size: 30px;
margin: 25px 0 0;
color:#fff;
}
.about-box-text a {
font-size: 90px;
color:#fff;
}
.blue-box {
background: #1997d4 none repeat scroll 0 0;
}
.dark-yellow-box{
background: #f3b929 none repeat scroll 0 0;
}
.violet-box{
background: #37436d none repeat scroll 0 0;
}
.yellow-box {
background: #fdd932 none repeat scroll 0 0;
}
.about-box.yellow-box p,.about-box.yellow-box a{
color:#000;
}
.about-big-text {
color: #000;
font-size: 60px;
left: 65px;
line-height: 60px;
position: absolute;
text-align: center;
top: 80px;
width: 200px;
}
.about-box-image img{
transition: all 0.5s ease-out 0s;
}
.about-box-image:hover img{
transform:scale(1.15);
}
.about-big-icon {
bottom: 60px;
color: #fff;
font-size: 60px;
line-height: 60px;
position: absolute;
right: 30px;
text-align: center;
width: 120px;
}
.about-small-text {
font-size: 30px;
left: 50px;
position: absolute;
top: 120px;
}
.about-intro > h2 {
color: #000;
margin: 0 0 20px;
}
.about-intro > p {
color: #666;
margin: 0 0 20px;
}
.about-content {
margin-top: 20px;
}
.item-post-slider h3 a {
color: #379fd7;
font-size: 16px;
margin-bottom: 20px;
}
.item-post-slider > h3 {
margin: 0 0 25px;
}
.post-slider {
border: 1px solid #e5e5e5;
padding: 25px 50px;
}
.post-slider-thumb {
display: block;
margin-bottom: 20px;
overflow: hidden;
width: 100%;
}
.post-slider-thumb img{
width:100%;
transition:all 0.5s ease-out 0s;
}
.post-slider-thumb:hover img{
transform:scale(1.15);
}
.item-post-slider > span {
color: #999;
}
.item-post-slider > span {
color: #999;
}
.item-post-slider > p {
color: #666;
margin-top: 10px;
}
.post-social-network {
margin: 15px 0 0;
padding: 0;
}
.post-social-network > li {
display: inline-block;
margin-right: 5px;
}
.post-social-network a {
background: #f5f5f5 none repeat scroll 0 0;
border-radius: 50%;
color: #666;
display: block;
height: 33px;
text-align: center;
width: 33px;
}
.post-social-network a:hover {
background: #1997d4 none repeat scroll 0 0;
color: #fff;
}
.post-social-network a i {
line-height: 33px;
}
.item-post-slider {
padding: 0 10px;
}
.post-slider .owl-theme .owl-controls .owl-buttons div {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
color: #333;
display: block;
font-size: 12px;
height: 36px;
margin: 0;
opacity: 1;
padding: 0;
position: absolute;
text-align: center;
top: 100px;
width: 36px;
transition:all 0.5s ease-out 0s;
}
.post-slider .owl-theme .owl-controls .owl-buttons div:hover{
box-shadow:none;
background:#1997d4;
color:#fff;
}
.post-slider .owl-theme .owl-controls .owl-buttons div i{
line-height:36px;
}
.post-slider .owl-theme .owl-controls .owl-buttons .owl-prev{
left:0;
margin-left: -35px;
box-shadow: -1px 3px 3px -1px rgba(0, 0, 0, 0.2);
}
.post-slider .owl-theme .owl-controls .owl-buttons .owl-next{
right:0;
margin-right: -35px;
box-shadow: -1px 3px 3px -1px rgba(0, 0, 0, 0.2);
}
.item-customer-saying {
display: table;
width: 100%;
}
.thumb-customer-saying {
display: table-cell;
width: 70px;
}
.thumb-customer-saying > a {
border-radius: 50%;
display: block;
overflow: hidden;
}
.thumb-customer-saying img {
border-radius: 50%;
transition: all 0.5s ease-out 0s;
width: 100%;
}
.info-customer-saying {
display: table-cell;
padding-left: 40px;
padding-right: 20px;
position: relative;
vertical-align: top;
}
.info-customer-saying h3 a {
color: #1997d4;
font-size: 16px;
}
.info-customer-saying h3 a:hover,.item-post-slider h3 a:hover {
color: #fdd932;
}
.info-customer-saying .desc {
position: relative;
}
.info-customer-saying::before {
color: #ccc;
content: "๏";
font-family: fontawesome;
left: 20px;
position: absolute;
top: 5px;
}
.info-customer-saying > h3 {
margin: 20px 0 5px;
}
.info-customer-saying > span {
color: #999;
}
.customer-saying > h2 {
margin: 0 0 45px;
}
.customer-saying {
margin-top: 45px;
}
.thumb-customer-saying a:hover img {
transform: rotate(30deg);
}
.footer.footer-about {
margin-top: 0;
}
.newsletter-form {
text-align: center;
}
.newsletter-about {
background: #f5f5f5 none repeat scroll 0 0;
border-bottom: 1px solid #e3e3e3;
border-top: 1px solid #e3e3e3;
margin-top: 40px;
padding: 40px 0;
}
.newsletter-about {
background: #f5f5f5 none repeat scroll 0 0;
border-bottom: 1px solid #e3e3e3;
border-top: 1px solid #e3e3e3;
margin-top: 40px;
padding: 35px 0;
}
.newsletter-form label {
font-weight: 400;
margin-right: 25px;
text-transform: uppercase;
}
.newsletter-form input[type="text"] {
border: 1px solid #1997d4;
border-radius: 4px;
color: #999;
height: 40px;
max-width: 495px;
padding: 0 15px;
width: 100%;
margin: 5px 0;
}
.newsletter-form input[type="submit"]:hover {
background:#FDD932;
}
.newsletter-form input[type="submit"] {
background: #1997d4 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
height: 40px;
padding: 0 25px;
text-transform: uppercase;
margin: 5px 0;
transition:all 0.5s ease-out 0s;
}
/*******************************************************************
Post Format Gallery
********************************************************************/
.post-format-gallery #bx-pager img {
height: 50px;
width: 50px;
}
.post-format-gallery {
margin-bottom: 50px;
position: relative;
}
.post-format-video{
margin-bottom: 50px;
}
.post-format-gallery #bx-pager {
bottom: 25px;
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.post-format-gallery #bx-pager a.active {
border: 1px solid #fec64d;
}
.post-format-gallery #bx-pager a {
border: 1px solid #e5e5e5;
display: inline-block;
margin: 3px;
position: relative;
}
.post-format-gallery #bx-pager a::before{
position:absolute;
content:"";
background:rgba(255,255,255,0.2);
width:100%;
height:100%;
top:0;
left:0;
transition:all 0.5s ease-out 0s;
opacity:0;
}
.post-format-gallery #bx-pager a:hover::before,.post-format-gallery #bx-pager a.active::before{
opacity:1;
}
.post-format-gallery #bx-pager a:hover {
border: 1px solid #fec64d;
}
.post-format-gallery .bxslider {
margin: 0;
}
.post-format-gallery .bx-controls-direction a{
color: #999;
font-size: 30px;
position: absolute;
top: 50%;
margin-top:-15px;
}
.post-format-gallery .bx-controls-direction a:hover{
color:#fec64d;
}
.post-format-gallery .bx-controls-direction .bx-prev {
left: 0;
margin-left: 30px;
}
.post-format-gallery .bx-controls-direction .bx-next {
right: 0;
margin-right: 30px;
}
.post-format-gallery .bxslider img{
width:100%;
}
/*******************************************************************
Post Format Hot Deal
********************************************************************/
.box-hot-deal {
margin-top: 40px;
}
.wrap-deal-countdown {
left: 0;
position: absolute;
top: -30px;
width: 100%;
}
.deal-countdown {
width:200px;
margin:auto;
text-align:center;
}
.deal-countdown .time_circles > div {
background: #5f6062 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: inline-block;
height: 46px;
line-height: 38px;
margin: 0 2px;
width: 46px !important;
}
.deal-countdown canvas {
position: relative;
top: 52px;
z-index: 9;
}
/*******************************************************************
Post Format Image
********************************************************************/
.title-post-leading {
border-bottom: 2px solid #fec64d;
font-size: 16px;
margin-bottom: 22px;
padding-bottom: 17px;
text-transform: uppercase;
}
.post-banner-link {
display: block;
}
.post-banner-link img {
height: auto;
width: 100%;
}
.post-banner-image {
background: #fff9ec none repeat scroll 0 0;
border: 2px solid #fec64d;
margin-bottom: 30px;
padding: 15px;
}
.inner-post-banner-image {
position: relative;
}
.post-banner-text {
background: #fec64d none repeat scroll 0 0;
bottom: 0;
color: #fff;
left: 0;
margin: 0;
padding: 10px 15px;
position: absolute;
text-align: center;
width: 100%;
}
/*******************************************************************
Blog List
********************************************************************/
.item-blog-list {
margin-bottom: 50px;
}
.blog-list-title {
font-size: 16px;
margin: 0 0 15px;
text-transform: uppercase;
}
.blog-list-title a {
color: #1b1d1f;
text-shadow: 0 0 0;
}
.blog-list-title a:hover {
color: #feca5e;
}
.blog-list-info .readmore {
color: #1b1d1f;
display: inline-block;
margin-top: 5px;
padding-left: 20px;
position: relative;
}
.blog-list-info .readmore:hover {
color: #feca5e;
}
.blog-list-info .readmore::before {
content: "๎กบ";
font-family: linearicons;
left: 0;
position: absolute;
top: 0;
}
.blog-list-thumb {
padding-left: 10px;
padding-top: 10px;
position: relative;
}
.blog-list-thumb-link::before {
border: 1px solid #e5e5e5;
content: "";
height: 100%;
left: -10px;
position: absolute;
top: -10px;
width: 100%;
}
.blog-list-thumb-link {
display: block;
position: relative;
}
.blog-list-thumb-link img {
position: relative;
transition: all 0.5s ease-out 0s;
width: 100%;
}
.blog-list-thumb-link::after {
background: rgba(27, 29, 31, 0.2) none repeat scroll 0 0;
content: "";
height: 0;
left: 50%;
opacity: 0;
position: absolute;
top: 50%;
transition: all 0.5s ease-out 0s;
width: 0;
}
.blog-list-thumb-link:hover::after {
height: 100%;
left: 0;
opacity: 1;
top: 0;
width: 100%;
}
.post-pagi-nav {
border-top: 1px solid #e5e5e5;
padding-top: 30px;
}
.post-pagi-nav a {
background: #f5f5f5 none repeat scroll 0 0;
border-radius: 50%;
color: #666;
display: inline-block;
height: 36px;
line-height: 36px;
text-align: center;
width: 36px;
transition: all 0.5s ease-out 0s;
}
.post-pagi-nav a:hover,.post-pagi-nav .current-page {
background: #fec64d none repeat scroll 0 0;
color: #fff;
}
.widget.widget-post-adv {
position: relative;
}
.widget-post-adv-text {
bottom: 60px;
display: block;
left: 0;
position: absolute;
text-align: center;
text-transform: uppercase;
width: 125px;
}
.widget-post-adv-text strong {
background: #fff none repeat scroll 0 0;
box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.2);
color: #ff8523;
display: block;
font-size: 30px;
padding: 10px 5px;
position: relative;
}
.intro-text-adv {
background: #ff8523 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: block;
font-size: 16px;
font-weight: bold;
height: 86px;
line-height: 86px;
margin: -17px auto auto;
width: 86px;
}
.title-sidebar-blog {
border-bottom: 1px solid #e5e5e5;
font-size: 16px;
margin: 0 0 30px;
padding-bottom: 10px;
text-transform: uppercase;
}
.sidebar-blog .widget {
margin-bottom: 47px;
}
.sidebar-blog .widget ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.widget.widget-post-list a {
color: #666;
padding-left: 20px;
position: relative;
}
.widget.widget-post-list a:hover {
color: #fec64d;
}
.widget.widget-post-list a::before {
content: "๎ข";
font-family: linearicons;
left: 0;
position: absolute;
top: 2px;
}
.widget.widget-post-list li {
margin-bottom: 10px;
}
.widget.widget-post-list li:last-child {
margin-bottom: 0;
}
.widget.widget-recent-post li {
display: table;
margin-bottom: 30px;
}
.widget-recent-post-thumb {
display: table-cell;
width: 50px;
}
.widget-recent-post-info {
display: table-cell;
padding-left: 20px;
vertical-align: top;
}
.widget-recent-post-info h3 {
font-size: 13px;
margin: 0 0 5px;
}
.widget-recent-post-info h3 a {
color: #666;
text-shadow: 0 0 0;
}
.widget .post-date {
color: #999;
margin: 0;
}
.tagcloud a {
border: 1px solid #e5e5e5;
display: inline-block;
margin: 0 5px 10px 0;
padding: 8px 18px;
}
.tagcloud a:hover{
border: 1px solid #fec64d;
}
.sidebar-blog .widget a{
color:#666;
}
.sidebar-blog .widget a:hover{
color: #fec64d;
}
.widget-post-adv-link {
position: relative;
display:block
}
.widget-post-adv-link > img {
width: 100%;
}
.widget-post-adv-link::before {
background: rgba(27, 29, 31, 0.1) none repeat scroll 0 0;
content: "";
height: 0;
left: 0;
position: absolute;
top: 0;
width: 0;
transition:all 0.5s ease-out 0s;
}
.widget-post-adv-link::after {
background: rgba(27, 29, 31, 0.1) none repeat scroll 0 0;
content: "";
height: 0;
right: 0;
position: absolute;
bottom: 0;
width: 0;
transition:all 0.5s ease-out 0s;
}
.widget-post-adv-link:hover::before,.widget-post-adv-link:hover::after{
width:100%;
height:100%;
}
/*******************************************************************
Newsletter Popup
********************************************************************/
.newsletter-popup {
background: #fff none repeat scroll 0 0;
margin: auto;
max-width: 768px;
position: relative;
width: 96%;
}
.title-popup {
background: #fbb450 none repeat scroll 0 0;
color: #fff;
font-size: 16px;
font-weight: 700;
margin: 0;
padding: 13px 15px;
text-transform: uppercase;
}
.newsletter-popup .close-popup {
color: #fff;
position: absolute;
right: 15px;
top: 15px;
}
.newsletter-popup-thumb {
text-align: center;
}
.content-popup {
box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.1);
padding: 30px;
}
.newsletter-popup-info > h3 {
font-size: 16px;
text-transform: uppercase;
}
.newsletter-popup-info > form {
margin-top: 20px;
}
.newsletter-popup-info input[type="text"] {
border: 1px solid #e5e5e5;
color: #999;
height: 40px;
padding: 0 15px;
width: 100%;
}
.newsletter-popup-info > p {
color: #666;
}
.newsletter-popup-info input[type="submit"] {
background: #fbb450 none repeat scroll 0 0;
border: medium none;
color: #fff;
height: 40px;
margin-bottom: 10px;
padding: 0 30px;
text-transform: uppercase;
}
.newsletter-popup-info input[type="submit"]:hover{
background:#1b1d1f;
}
.newsletter-popup-info label {
color: #999;
font-weight: normal;
margin: 0;
}
.newsletter-popup-info input[type="checkbox"] {
border: 1px solid #e5e5e5;
display: inline-block;
height: 10px;
margin-right: 5px;
vertical-align: text-top;
width: 10px;
}
.box-header-intro a {
color: #fece6e;
}
.box-header-intro label {
border-right: 1px solid #1b1d1f;
font-size: 30px;
font-weight: 400;
margin-right: 20px;
padding-right: 20px;
text-transform: uppercase;
vertical-align: middle;
}
.box-header-intro {
margin-bottom: 25px;
margin-top: 40px;
}
.content-element {
border-top: 1px solid #e5e5e5;
}
#mask {
position:absolute;
left:0;
top:0;
z-index:9000;
background-color:#000;
display:none;
}
#boxes .window {
position:absolute;
left:0;
top:0;
display:none;
z-index:9999;
}
/***********************************************************************
Arrow Style Slider
************************************************************************/
.arrow-style .owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
border-radius: 0;
color: #999;
display: inline-block;
font-size: 30px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
opacity: 1;
padding: 0;
position: absolute;
top: 50%;
transition:all 0.5s ease-out 0s;
opacity:0;
}
.arrow-style:hover .owl-theme .owl-controls .owl-buttons div {
opacity:1;
}
.arrow-style .owl-theme .owl-controls .owl-buttons div:hover {
color: #fece6e;
}
.arrow-style .owl-theme .owl-controls .owl-buttons div.owl-prev{
left:30px;
}
.arrow-style:hover .owl-theme .owl-controls .owl-buttons div.owl-prev{
left:0px;
}
.arrow-style .owl-theme .owl-controls .owl-buttons div.owl-next{
right:30px;
}
.arrow-style:hover .owl-theme .owl-controls .owl-buttons div.owl-next{
right:0px;
}
.post-gallery .owl-theme .owl-controls .owl-buttons div{
margin-top:-40px;
}
.post-gallery .owl-theme .owl-controls .owl-buttons div.owl-prev{
margin-left:-5px;
}
.post-gallery .owl-theme .owl-controls .owl-buttons div.owl-next{
margin-right:-5px;
}
/***********************************************************************
Tabs&Toggles
************************************************************************/
/*Tabs Icon*/
.product-slider.arrow-style .owl-theme .owl-controls .owl-buttons div {
margin-top: -55px;
}
.relate-product .nav-tabs-icon {
margin-top: 50px;
}
.relate-product .nav-tabs-icon {
margin-top: 50px;
}
.nav-tabs-icon {
margin-bottom: 50px;
}
.nav-tabs-icon .nav-tabs > li > a > span {
margin-right: 10px;
}
.nav-tabs-icon .nav-tabs > li > a {
box-shadow: 0 0 0 1px #e5e5e5 inset;
border-radius: 0;
color: #999;
font-size: 16px;
line-height: inherit;
margin-right: 6px;
padding: 13px 30px;
text-transform: uppercase;
background:transparent;
transition:all 0.5s ease-out 0s;
border:none;
}
.nav-tabs-icon .nav-tabs > li > a:hover,.nav-tabs-icon .nav-tabs > li.active > a{
color:#1b1d1f;
border:none;
}
.nav-tabs-icon .nav-tabs{
text-align:center;
border-bottom: 1px solid #e5e5e5;
}
.nav-tabs-icon .nav-tabs > li {
display: inline-block;
float: none;
margin-right: 5px;
}
.nav-tabs-icon .nav-tabs > li > a::before{
position:absolute;
width:0;
height:3px;
top:0;
left:50%;
content:"";
background:#1b1d1f;
opacity:0;
transition:all 0.5s ease-out 0s;
}
.nav-tabs-icon .nav-tabs > li > a:hover::before,.nav-tabs-icon .nav-tabs > li.active > a::before{
width:100%;
opacity:1;
left:0;
}
.nav-tabs-icon .nav-tabs > li > a::after{
position:absolute;
width:0;
height:1px;
bottom:0;
left:50%;
content:"";
background:#fff;
opacity:0;
transition:all 0.5s ease-out 0s;
}
.nav-tabs-icon .nav-tabs > li > a:hover::after,.nav-tabs-icon .nav-tabs > li.active > a::after{
width:100%;
opacity:1;
left:0;
}
.box-product-tab{
margin:80px 0;
}
/*Tabs Border*/
.nav-tabs-border .nav-tabs > li > a {
box-shadow: 0 0 0 1px #e5e5e5 inset;
border-radius: 4px;
color: #1b1d1f;
font-size: 13px;
line-height: inherit;
margin-right: 6px;
padding: 10px 25px;
text-transform: uppercase;
background:transparent;
transition:all 0.5s ease-out 0s;
border:none;
overflow:hidden;
}
.nav-tabs-border .nav-tabs > li > a:hover,.nav-tabs-border .nav-tabs > li.active > a{
color:#1b1d1f;
border:none;
}
.nav-tabs-border .nav-tabs{
border-bottom: none;
}
.nav-tabs-border .nav-tabs > li {
display: inline-block;
float: none;
margin-right: 2px;
}
.nav-tabs-border .nav-tabs > li > a::before{
position:absolute;
width:5px;
height:100%;
top:0;
left:0;
content:"";
background:#1997d4;
opacity:0;
transition:all 0.5s ease-out 0s;
}
.nav-tabs-border .nav-tabs > li > a:hover::before,.nav-tabs-border .nav-tabs > li.active > a::before{
opacity:1;
}
.nav-tabs-border {
margin-bottom: 30px;
}
.nav-tabs-border.nav-tabs-block .nav-tabs > li {
display: block;
float: none;
margin-bottom: 10px;
margin-right: 0;
}
.nav-tabs-border.nav-tabs-block .nav-tabs > li > a{
margin:0;
}
.tab-content.tab-content-border {
border: 1px solid #e5e5e5;
border-radius: 4px;
padding: 20px 25px 15px;
}
/***********************************************************************
Message Boxes
************************************************************************/
.list-message-box {
margin: 80px 0 20px;
}
.item-message-box {
margin-bottom: 30px;
padding: 20px 30px;
}
.item-message-box.item-message-info {
background: #1997d4 none repeat scroll 0 0;
color: #fff;
}
.item-message-box span.lnr {
font-size: 30px;
margin-right: 20px;
vertical-align: middle;
}
.item-message-box p {
font-size: 16px;
margin: 0;
}
.item-message-box.item-message-error {
background: #fff2f2 none repeat scroll 0 0;
color: #ff0000;
}
.item-message-box.item-message-success {
background: #eaf8e7 none repeat scroll 0 0;
color: #2ebe12;
}
.item-message-box.item-message-warning {
background: #fff9ed none repeat scroll 0 0;
color: #fec64d;
}
/***********************************************************************
Feature Boxes
************************************************************************/
.list-feature-boxes .item-feature-box{
margin:40px 0;
}
.list-feature-boxes .row .col-md-6.col-sm-6.col-xs-12:nth-child(2n+1){
padding-right: 70px;
}
.list-feature-boxes .row .col-md-6.col-sm-6.col-xs-12:nth-child(2n){
padding-left: 70px;
}
.feature-box-info h3 {
font-size: 16px;
margin: 0 0 10px;
}
.feature-box-info h3 a:hover {
color:#999;
}
.feature-box-info h3 a {
color: #1b1d1f;
}
.feature-box-info p {
color: #666;
margin: 0;
}
.item-feature-box {
display: table;
width: 100%;
}
.feature-box-icon {
display: table-cell;
}
.feature-box-link {
display: block;
height: 70px;
text-align: center;
width: 70px;
border-radius:4px;
position:relative;
}
.feature-box-link .lnr {
font-size: 30px;
line-height: 70px;
position: relative;
}
.feature-box-info {
display: table-cell;
vertical-align: top;
padding:0 0 0 30px;
}
.item-feature-box.text-left .feature-box-info{
padding:0 0 0 30px;
}
.item-feature-box.text-right .feature-box-info{
padding:0 30px 0 0;
text-align:right;
}
.item-feature-box.text-center{
display:block;
}
.item-feature-box.text-center .feature-box-icon{
display:block;
}
.item-feature-box.text-center .feature-box-icon .feature-box-link{
margin:0 auto 25px;
}
.item-feature-box.text-center .feature-box-info{
display:block;
padding:0;
}
.feature-box-style-01 .feature-box-link {
background: #e5e5e5;
color: #1b1d1f;
}
.feature-box-style-02 .feature-box-link {
border:1px solid #e5e5e5;
color: #1b1d1f;
}
.feature-box-style-03 .feature-box-link {
background: #fec64d;
color: #fff;
}
.feature-box-style-04 .feature-box-link {
border:1px solid #fec64d;
color: #fec64d;
}
.feature-box-style-05 .feature-box-link {
background: #1b1d1f;
color: #fff;
}
.feature-box-style-06 .feature-box-link {
background: #1b1d1f;
color: #fec64d;
}
.feature-box-style-07 .feature-box-link {
border:1px solid #1b1d1f;
color: #1b1d1f;
}
.feature-box-style-08 .feature-box-link {
border:1px solid #1b1d1f;
color: #1b1d1f;
background:#ffd21e;
}
.feature-box-style-09 .feature-box-link {
background:#1b1d1f;
color: #fff;
}
.feature-box-style-10 .feature-box-link {
border:1px solid #1997d4;
color: #fff;
border-radius:50%;
}
.feature-box-style-10 .feature-box-link::before{
position:absolute;
background:#1997d4;
width:100%;
height:100%;
top:0;
left:0;
content:"";
border-radius:50%;
display:block;
transform:scale(0.85);
}
.feature-box-style-10 .feature-box-link .lnr{
line-height:65px;
}
.item-feature-box.text-center.feature-box-style-11 .feature-box-link {
border:1px solid #e5e5e5;
color: #1b1d1f;
border-radius:50%;
margin-top: -35px;
background:#fff;
}
.item-feature-box .readmore {
display: inline-block;
margin-top: 15px;
}
.feature-box-style-11 .readmore{
color:#fec64d
}
.feature-box-style-11 {
border: 1px solid #e5e5e5;
border-radius: 4px;
padding: 0 50px 45px;
}
.item-feature-box.text-center.feature-box-style-12 .feature-box-link {
color: #fff;
border-radius:0px;
margin-top: -35px;
background:#1997d4;
}
.feature-box-style-12 .readmore{
color:#1997d4
}
.feature-box-style-12 {
border: 1px solid #e5e5e5;
border-radius: 0px;
padding: 0 50px 45px;
}
.feature-box-style-13 {
background: #1997d4 none repeat scroll 0 0;
border-radius: 4px;
padding: 40px 30px;
}
.feature-box-style-13 .feature-box-link {
color: #1997d4;
border-radius:50%;
background:#fff;
}
.feature-box-style-13 .feature-box-info h3 a{
color:#fff;
}
.feature-box-style-13 .feature-box-info p{
color:#fff;
}
.feature-box-style-14 {
background: #fff none repeat scroll 0 0;
border-radius: 0px;
padding: 40px 30px;
border:1px solid #e5e5e5;
}
.feature-box-style-14 .feature-box-link {
color: #fff;
border-radius:0;
background:#1997d4;
}
.feature-box-style-14 .feature-box-info h3 a{
color:#1997d4;
}
/***********************************************************************
Charts & Progress Bars
************************************************************************/
/*Circle Chart*/
.circle1 .circles-text {
color: #ccc;
font-size: 60px!important;
}
.list-chart-processbar {
padding: 40px 0;
}
.circle1 {
float: left;
margin-right: 135px;
width: 300px;
}
.circle1:last-child{
margin-right:0;
}
.circle2 {
border-radius: 50%;
float: left;
height: 170px;
margin-right: 80px;
padding: 23px;
width: 170px;
}
.circle2:last-child{
margin-right:0;
}
.circle2 .circles-text {
font-size: 30px!important;
}
#chart-4{
background:#2ea0d7;
}
#chart-4 .circles-text{
color:#fff;
}
#chart-5{
background:#fec942;
}
#chart-5 .circles-text{
color:#fff;
}
#chart-6{
background:#cccccc;
}
#chart-6 .circles-text{
color:#1b1d1f;
}
#chart-7{
background:#ffd21e;
}
#chart-7 .circles-text{
color:#1b1d1f;
}
#chart-8{
background:#1b1d1f;
}
#chart-8 .circles-text{
color:#ffd21e;
}
/*Progressbar*/
.item-progressbar label{
display:block;
width:100%;
font-weight:400;
font-size:16px;
color:#494a4c;
}
.list-chart-processbar .item-progressbar{
max-width:470px;
width:100%;
}
.list-chart-processbar .ui-progressbar .ui-progressbar-value {
float: right;
margin:0;
border:none;
}
.list-chart-processbar .ui-progressbar.ui-widget-content {
background: #e5e5e5;
border:none;
}
.list-chart-processbar #progressbar-1.ui-progressbar {
height:5px;
border-radius:0;
}
.list-chart-processbar #progressbar-1.ui-progressbar .ui-progressbar-value {
background:#fec942;
border-radius:0;
}
.list-chart-processbar #progressbar-2.ui-progressbar {
height:5px;
border-radius:0;
}
.list-chart-processbar #progressbar-2.ui-progressbar .ui-progressbar-value {
background:#2ea0d7;
border-radius:0;
}
.list-chart-processbar #progressbar-3.ui-progressbar {
height:5px;
border-radius:0;
}
.list-chart-processbar #progressbar-3.ui-progressbar .ui-progressbar-value {
background:#494a4c;
border-radius:0;
}
.list-chart-processbar #progressbar-4.ui-progressbar {
height:5px;
border-radius:0;
}
.list-chart-processbar #progressbar-4.ui-progressbar .ui-progressbar-value {
background:#ffd21e;
border-radius:0;
}
.list-chart-processbar #progressbar-5.ui-progressbar {
height:11px;
border-radius:4;
}
.list-chart-processbar #progressbar-5.ui-progressbar .ui-progressbar-value {
background:#fec942;
border-radius:4;
}
.list-chart-processbar #progressbar-6.ui-progressbar {
height:11px;
border-radius:4;
}
.list-chart-processbar #progressbar-6.ui-progressbar .ui-progressbar-value {
background:#2ea0d7;
border-radius:4;
}
.list-chart-processbar #progressbar-7.ui-progressbar {
height:11px;
border-radius:4;
}
.list-chart-processbar #progressbar-7.ui-progressbar .ui-progressbar-value {
background:#494a4c;
border-radius:4;
}
.list-chart-processbar #progressbar-8.ui-progressbar {
height:11px;
border-radius:4;
}
.list-chart-processbar #progressbar-8.ui-progressbar .ui-progressbar-value {
background:#ffd21e;
border-radius:4;
}
#progressbar-2,#progressbar-2,#progressbar-5,#progressbar-6{
margin-bottom:50px;
}
#progressbar-3,#progressbar-4{
margin-bottom:100px;
}
/*Pie Chart*/
.pie-chart {
float: left;
height: 210px;
margin-left: -8px;
margin-right: 52px;
max-width: 200px;
}
.pie-chart:last-child{
margin-right:0;
}
.percentage:last-child{
display:none;
}
#target1 .pie0 {
background-color: #2ea0d7;
fill: #2ea0d7;
}
#target1 .pie1 {
background-color: #2a86b2;
fill: #2a86b2;
}
#target2 .pie0 {
background-color: #fec942;
fill: #fec942;
}
#target2 .pie1 {
background-color: #d1a73b;
fill: #d1a73b;
}
#target3 .pie0 {
background-color: #a9a9a9;
fill: #a9a9a9;
}
#target3 .pie1 {
background-color: #cccccc;
fill: #cccccc;
}
#target4 .pie0 {
background-color: #d1ae1e;
fill: #d1ae1e;
}
#target4 .pie1 {
background-color: #ffd21e;
fill: #ffd21e;
}
#target5 .pie0 {
background-color: #494a4c;
fill: #494a4c;
}
#target5 .pie1 {
background-color: #1b1d1f;
fill: #1b1d1f;
}
/***********************************************************************
Buttons
************************************************************************/
.bt-link {
border: medium none;
display: inline-block;
height: 40px;
padding: 0 30px;
text-transform: uppercase;
transition: all 0.5s ease-out 0s;
vertical-align: top;
overflow:hidden;
}
.list-button-box1 {
background: #f5f5f5 none repeat scroll 0 0;
padding: 50px 0 40px;
}
.list-button-box2 {
background: #1b1d1f none repeat scroll 0 0;
padding: 50px 0 40px;
}
.list-button-box1 .bt-link {
margin-bottom: 10px;
margin-left: 50px;
}
.list-button-box2 .bt-link {
margin-bottom: 10px;
margin-left: 50px;
}
.bt-black {
background:#1b1d1f;
color:#fff;
}
.bt-yellow{
background:#fec64d;
color:#fff;
}
.bt-white{
background:#fff;
color:#1b1d1f;
}
.bt-style1:hover {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 0 2px #1b1d1f inset;
color: #1b1d1f;
}
.bt-style6{
box-shadow: 0 0 0 2px #1b1d1f inset;
}
.bt-style6:hover {
background: #1b1d1f none repeat scroll 0 0;
box-shadow: none;
color: #fff;
}
.bt-style7 {
box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
}
.bt-style7:hover{
background:#1b1d1f;
color:#fff;
box-shadow:none;
}
.bt-style2:hover{
box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
background:#fff;
color:#1b1d1f;
}
.bt-style8 {
background-clip: content-box;
box-shadow: 0 0 0 1px #1b1d1f inset;
padding: 5px;
width: 143px;
}
.bt-style8:hover{
background-clip: padding-box;
}
.bt-style3{
padding: 5px;
width: 143px;
box-shadow: 0 0 0 1px #1b1d1f inset;
}
.bt-style3:hover{
background-clip: content-box;
}
.bt-style4:hover{
background: #fec64d;
}
.bt-style9:hover{
background: #1b1d1f;
}
.bt-style5:hover{
background: #1b1d1f;
}
.bt-style10:hover{
background: #fec64d;
}
.bt-style11 {
box-shadow: 0 0 0 1px #fff inset;
}
.bt-style11:hover {
background:#fec64d;
box-shadow: 0 0 0 2px #fff inset;
}
.bt-style16{
box-shadow: 0 0 0 2px #fff inset;
}
.bt-style16:hover{
background: #1b1d1f;
box-shadow: 0 0 0 1px #fff inset;
}
.bt-style12 {
box-shadow: 0 0 0 1px #fff inset;
}
.bt-style12:hover {
box-shadow: 0 0 0 1px #FEC64D inset;
background:#fff;
color:#1b1d1f;
}
.bt-style17{
box-shadow: 0 0 0 1px #FEC64D inset;
}
.bt-style17:hover{
box-shadow: 0 0 0 1px #fff inset;
background:#1b1d1f;
color:#fff;
}
.bt-style13 {
box-shadow: 0 0 0 1px #fff inset;
}
.bt-style13:hover {
box-shadow: 0 0 0 4px #FEC64D inset;
background:#fff;
color:#1b1d1f;
}
.bt-style18{
box-shadow: 0 0 0 4px #FEC64D inset;
background:#fff;
color:#1b1d1f;
}
.bt-style18:hover{
box-shadow: 0 0 0 1px #fff inset;
background:#1b1d1f;
color:#fff;
}
.bt-style14 {
box-shadow: 0 0 0 1px #fff inset;
}
.bt-style14:hover {
background: #fff;
color:#1b1d1f;
}
.bt-style19 {
box-shadow: 0 0 0 1px #fff inset;
}
.bt-style19:hover {
background: #1b1d1f;
color:#fff;
}
.bt-brown{
background:#323436;
color:#FEC64D;
}
.bt-style15:hover{
background:#323436;
color:#FEC64D;
}
.bt-style20:hover{
background:#FEC64D;
color:#fff;
}
.title-bittons {
font-size: 16px;
margin: 50px 0 30px;
text-transform: uppercase;
}
.bt-blue{
background:#1997D4;
color:#fff;
}
.bt-radius,.bt-radius span{
border-radius:4px;
}
.bt-cart{
text-transform:capitalize;
}
.bt-loadmore{
width:300px;
color:#fff;
}
.bt-link span{
display:block;
line-height:32px;
transition:all 0.5s ease-ut 0s;
margin:4px;
}
.bt-style21{
width:140px;
padding:0;
}
.bt-style21:hover{
box-shadow: 0 0 0 1px #1997D4 inset;
background:#fff;
}
.bt-style21:hover span{
background:#1997D4;
}
.bt-style26{
width:140px;
background:#fff;
box-shadow: 0 0 0 1px #1997D4 inset;
padding:0;
}
.bt-style26:hover{
background:#1997D4;
}
.bt-style26 span{
background:#1997D4;
}
.bt-style22:hover{
box-shadow: 0 0 0 1px #1997D4 inset;
background:#fff;
color:#1997D4;
}
.bt-style27{
box-shadow: 0 0 0 1px #1997D4 inset;
background:#fff;
color:#1997D4;
}
.bt-style27:hover{
background:#1997D4;
color:#fff;
}
.bt-style23:hover{
background:#FFD21D;
color:#1b1d1f;
box-shadow:0 4px 4px 0 rgba(0,0,0,0.3);
}
.bt-shadow{
box-shadow:0 4px 4px 0 rgba(0,0,0,0.3);
}
.bt-gold{
background:#FFD21D;
}
.bt-style28:hover{
background:#1997D4;
color:#fff;
box-shadow:none;
}
.bt-style24:hover{
background:#FFD21D;
}
.bt-style29:hover{
background:#1997D4;
}
.bt-style25{
box-shadow: 0 0 0 1px #e3e3e3 inset;
}
.bt-style25:hover{
box-shadow:none;
background:#1997D4;
color:#fff;
}
.bt-style30:hover{
box-shadow: 0 0 0 1px #e3e3e3 inset;
background:#fff;
color:#1b1d1f;
}
.bt-style31{
width:140px;
padding:0;
}
.bt-style31 span{
background:#1997D4;
}
.bt-style31:hover{
box-shadow: 0 0 0 1px #1997D4 inset;
background:#1b1d1f;
}
.bt-style36{
width:140px;
padding:0;
box-shadow: 0 0 0 1px #1997D4 inset;
background:#1b1d1f;
}
.bt-style36 span{
background:#1997D4;
}
.bt-style36:hover{
background:#1997D4;
}
.bt-style32{
box-shadow: 0 0 0 1px #8d8d8d inset;
}
.bt-style32:hover{
box-shadow: 0 0 0 1px #fff inset;
background:#fff;
color:#1b1d1f;
}
.bt-style37:hover{
box-shadow: 0 0 0 1px #8d8d8d inset;
background:#1b1d1f;
color:#fff;
}
.bt-style33{
box-shadow: 0 0 0 1px #FFD21D inset;
color:#FFD21D;
}
.bt-style33:hover{
box-shadow: 0 0 0 1px #FFD21D inset;
color:#1b1d1f;
background:#FFD21D;
}
.bt-style38{
box-shadow: 0 0 0 1px #FFD21D inset;
color:#1b1d1f;
background:#FFD21D;
}
.bt-style38:hover{
box-shadow: 0 0 0 1px #FFD21D inset;
color:#FFD21D;
background:#1b1d1f;
}
.bt-style34{
box-shadow: 0 0 0 2px #fff inset;
}
.bt-style34:hover{
box-shadow: 0 0 0 2px #4082F0 inset;
background:#4082F0;
}
.bt-style39:hover{
box-shadow: 0 0 0 2px #fff inset;
background:#1b1d1f;
}
.bt-style35{
color: #fff;
}
.bt-style35:hover{
color: #1997D4;
background:#1b1d1f;
box-shadow: 0 0 0 2px #1997D4 inset;
}
.bt-style40{
color: #1997D4;
background:#1b1d1f;
box-shadow: 0 0 0 2px #1997D4 inset;
}
.bt-style40:hover{
color: #fff;
background:#323436;
box-shadow: 0 0 0 2px #323436 inset;
}
.link-black {
background: transparent none repeat scroll 0 0;
color: #1b1d1f;
margin-right: 40px;
padding: 0;
position: relative;
text-decoration: underline;
transition:all 0.5s ease-out 0s;
height:36px;
line-height:36px;
}
.link-style1{
padding:0 30px;
border:1px solid transparent;
}
.link-style1:hover{
border:1px solid #1b1d1f;
text-decoration: none;
}
.link-style6{
padding:0 30px;
border:1px solid #1b1d1f;
text-decoration: none;
}
.link-style6:hover{
border:1px solid transparent;
text-decoration: underline;
}
.link-style2{
border-bottom:3px double transparent;
}
.link-style2:hover{
border-bottom:3px double #1b1d1f;
text-decoration: none;
color:#666;
}
.link-style7{
border-bottom:3px double #1b1d1f;
color:#666;
text-decoration: none;
}
.link-style7:hover{
border-bottom:3px double transparent;
text-decoration: underline;
color:#1b1d1f;
}
.link-style3{
border-bottom:1px solid transparent;
border-top:1px solid transparent;
}
.link-style3:hover{
border-bottom:1px solid #1b1d1f;
border-top:1px solid #1b1d1f;
text-decoration: none;
}
.link-style8{
text-decoration: none;
border-bottom:1px solid #1b1d1f;
border-top:1px solid #1b1d1f;
}
.link-style8:hover{
border-bottom:1px solid transparent;
border-top:1px solid transparent;
text-decoration: underline;
}
.link-style5:hover{
color:#fec64d;
}
.link-style10:hover{
color:#1b1d1f;
}
.link-style10{
color:#fec64d;
}
.link-style4 span{
transition: all 0.5s ease-out 0s;
transform:translate(0,0);
}
.link-style4:hover span {
transform:translate(0,100%);
}
.link-style4:hover::before {
top:0;
}
.link-style4::before {
content: "๎ ฎ";
font-family: linearicons;
left: 0;
position: absolute;
top: -100%;
transition: all 0.5s ease-out 0s;
width: 100%;
font-size:18px;
}
.link-style4::after {
background: #1b1d1f none repeat scroll 0 0;
bottom: 100%;
content: "";
height: 1px;
left: 0;
position: absolute;
transition: all 0.5s ease-out 0s;
width: 100%;
}
.link-style4:hover::after{
bottom:0;
}
.link-style9 span{
transition: all 0.5s ease-out 0s;
transform:translate(0,100%);
}
.link-style9:hover span {
transform:translate(0,0);
}
.link-style9:hover::before {
top:-100%;
}
.link-style9::before {
content: "๎ ฎ";
font-family: linearicons;
left: 0;
position: absolute;
top: 0;
transition: all 0.5s ease-out 0s;
width: 100%;
font-size:18px;
}
.link-style9::after {
background: #1b1d1f none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
left: 0;
position: absolute;
transition: all 0.5s ease-out 0s;
width: 100%;
}
.link-style9:hover::after{
bottom:100%;
}
.link-white {
background: transparent none repeat scroll 0 0;
color: #fff;
height: 36px;
line-height: 36px;
margin-right: 40px;
padding: 0;
position: relative;
text-decoration: underline;
transition: all 0.5s ease-out 0s;
}
.link-style11{
padding:0 30px;
border:1px solid transparent;
}
.link-style11:hover{
border:1px solid #fec64d;
text-decoration: none;
color:#fec64d;
}
.link-style16{
padding:0 30px;
border:1px solid #fec64d;
text-decoration: none;
color:#fec64d;
}
.link-style16:hover{
border:1px solid transparent;
text-decoration: underline;
color:#fff;
}
.link-style12{
border-bottom:3px double transparent;
}
.link-style12:hover{
border-bottom:3px double #666;
text-decoration: none;
color:#fec64d;
}
.link-style17{
border-bottom:3px double #666;
color:#fec64d;
text-decoration: none;
}
.link-style17:hover{
border-bottom:3px double transparent;
text-decoration: underline;
color:#fff;
}
.link-style13{
border-bottom:1px solid transparent;
border-top:1px solid transparent;
}
.link-style13:hover{
border-bottom:1px solid #1997d4;
border-top:1px solid #1997d4;
text-decoration: none;
color:#1997d4;
}
.link-style18{
text-decoration: none;
border-bottom:1px solid #1997d4;
border-top:1px solid #1997d4;
color:#1997d4;
}
.link-style18:hover{
border-bottom:1px solid transparent;
border-top:1px solid transparent;
text-decoration: underline;
color:#fff;
}
.link-style15:hover{
color:#fec64d;
}
.link-style20:hover{
color:#fff;
}
.link-style20{
color:#fec64d;
}
.link-style14 span{
transition: all 0.5s ease-out 0s;
transform:translate(0,0);
}
.link-style14:hover span {
transform:translate(0,100%);
}
.link-style14:hover::before {
top:0;
}
.link-style14::before {
content: "๎ ฎ";
font-family: linearicons;
left: 0;
position: absolute;
top: -100%;
transition: all 0.5s ease-out 0s;
width: 100%;
font-size:18px;
color:#fec64d;
}
.link-style14::after {
background: #fec64d none repeat scroll 0 0;
bottom: 100%;
content: "";
height: 1px;
left: 0;
position: absolute;
transition: all 0.5s ease-out 0s;
width: 100%;
}
.link-style14:hover::after{
bottom:0;
}
.link-style19 span{
transition: all 0.5s ease-out 0s;
transform:translate(0,100%);
}
.link-style19:hover span {
transform:translate(0,0);
}
.link-style19:hover::before {
top:-100%;
}
.link-style19::before {
content: "๎ ฎ";
font-family: linearicons;
left: 0;
position: absolute;
top: 0;
transition: all 0.5s ease-out 0s;
width: 100%;
font-size:18px;
color:#fec64d;
}
.link-style19::after {
background: #fec64d none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
left: 0;
position: absolute;
transition: all 0.5s ease-out 0s;
width: 100%;
}
.link-style19:hover::after{
bottom:100%;
}
.btn-circle-box {
display: inline-block;
margin:0 35px;
vertical-align:middle;
}
.btn-circle-box a{
display: inline-block;
margin:0 15px;
vertical-align:middle;
border-radius:50%;
text-align:center;
text-transform:uppercase;
position:relative;
transition: all 0.5s ease-out 0s;
overflow:hidden;
}
.btn-circle-box a span{
bottom: 0;
display: block;
height: 13px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
font-size:13px;
transition: all 0.5s ease-out 0s;
z-index: 99;
}
.btn-circle-box a.link-add-cart span{
height: 18px;
font-size:18px;
}
.btn-circle-box .link-add-cart{
width:48px;
height:48px;
}
.btn-circle-box .link-wishlist{
width:36px;
height:36px;
}
.btn-circle-box .link-compare{
width:36px;
height:36px;
}
.btn-circle-box .link-quick-view{
width:130px;
height:130px;
line-height:130px;
}
.btn-circle-box1 a{
background:#2FA0D8;
color:#fff;
}
.btn-circle-box1 .link-add-cart{
/*background:#2FA0D8 url("../images/icon-cart.png") no-repeat center center;*/
}
.btn-circle-box1 a:hover{
background-color:#FFD21D;
}
.btn-circle-box1 .link-wishlist:hover span{
transform:scale(2);
}
.btn-circle-box1 .link-compare:hover {
box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn-circle-box11 a{
background:#FFD21D;
color:#fff;
}
.btn-circle-box11 .link-add-cart{
/*background:#FFD21D url("../images/icon-cart.png") no-repeat center center;*/
}
.btn-circle-box11 a:hover{
background-color:#2FA0D8;
}
.btn-circle-box11 .link-wishlist:hover span{
transform:scale(2);
}
.btn-circle-box11 .link-compare:hover {
box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn-circle-box2 a{
background:#1b1d1f;
color:#fff;
}
.btn-circle-box2 .link-add-cart{
width:56px;
height:56px;
}
.btn-circle-box2 .link-add-cart:hover{
background-color:#fff;
box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.btn-circle-box2 .link-wishlist:hover span{
transform:scale(2);
}
.btn-circle-box2 .link-compare:hover span{
transform:scale(2);
}
.btn-circle-box2 .link-add-cart::before {
background: #1b1d1f none repeat scroll 0 0;
border-radius: 50%;
bottom: 0;
content: "";
height: 48px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 48px;
}
.btn-circle-box22 a{
background:#FEC64D;
color:#fff;
}
.btn-circle-box22 .link-add-cart{
width:56px;
height:56px;
}
.btn-circle-box22 .link-add-cart:hover{
background-color:#fff;
box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.btn-circle-box22 .link-wishlist:hover{
box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn-circle-box22 .link-compare:hover{
box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn-circle-box22 .link-add-cart::before {
background: #FEC64D none repeat scroll 0 0;
border-radius: 50%;
bottom: 0;
content: "";
height: 48px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 48px;
}
.btn-circle-box3 .link-quick-view{
background:#2FA0D8;
color:#fff;
}
.btn-circle-box3 .link-quick-view:hover{
background:#FFD533;
}
.btn-circle-box33 .link-quick-view{
background:#FFD533;
color:#fff;
}
.btn-circle-box33 .link-quick-view:hover{
background:#2FA0D8;
}
.btn-circle-box4 a{
background:#fff;
color:#2FA0D8;
box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.btn-circle-box4 .link-add-cart{
c
box-shadow:none;
}
.btn-circle-box4 a,.btn-circle-box44 a{
margin:0 5px;
}
.btn-circle-box4 .link-add-cart:hover{
background-color:#1b1d1f;
}
.btn-circle-box4 .link-wishlist:hover{
box-shadow: 0 0 0 1px #1997D4 inset;
}
.btn-circle-box4 .link-compare:hover{
box-shadow: 0 0 0 1px #1997D4 inset;
background-color:#1997D4;
color:#fff;
}
.btn-circle-box44 .link-add-cart{
/*background:#1b1d1f url("../images/icon-cart.png") no-repeat center center;*/
}
.btn-circle-box44 .link-add-cart:hover{
background-color:#1997D4;
}
.btn-circle-box44 .link-wishlist{
box-shadow: 0 0 0 1px #1997D4 inset;
background:#fff;
color:#1997D4;
}
.btn-circle-box44 .link-wishlist:hover{
box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.btn-circle-box44 .link-compare{
background:#1997D4;
color:#fff;
}
.btn-circle-box44 .link-compare:hover{
box-shadow: 0 0 0 1px #e5e5e5 inset;
background:#fff;
color:#1997D4;
}
.list-button-circle {
padding: 10px 0;
}
.list-button-circle > div {
padding: 5px 0;
}
.btn-circle-box7 .link-quick-view{
background:#e9e9e9;
color:#1b1d1f;
border:3px solid transparent;
}
.btn-circle-box7 .link-quick-view:hover{
border:3px solid #000;
}
.btn-circle-box77 .link-quick-view{
background:#e9e9e9;
color:#1b1d1f;
border:3px solid #000;
}
.btn-circle-box77 .link-quick-view:hover{
border:3px solid transparent;
}
.btn-circle-box5 .link-add-cart{
/*background:#1997D4 url("../images/icon-cart.png") no-repeat center center;*/
}
.btn-circle-box5 .link-add-cart:hover{
background-color:#FFD21D;
}
.btn-circle-box5 .link-add-cart:hover::before{
border:1px solid transparent;
width:48px;
height:48px;
}
.btn-circle-box5 .link-add-cart::before{
content:"";
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
width:38px;
height:38px;
border:1px solid #1b1d1f;
border-radius:50%;
transition:all 0.5s ease-out 0s;
}
.btn-circle-box5 .link-wishlist{
background:#fff;
box-shadow: 0 0 0 1px #1997D4 inset;
color:#1997D4;
}
.btn-circle-box5 .link-wishlist:hover{
background:#FFD21D;
color:#fff;
box-shadow: 0 0 0 1px transparent inset;
}
.btn-circle-box5 .link-wishlist:hover span{
transform:scale(2);
}
.btn-circle-box5 .link-compare{
background:#1997D4;
color:#fff;
}
.btn-circle-box5 .link-compare:hover{
background:#FFD21D;
color:#1b1d1f;
}
.btn-circle-box55 .link-add-cart{
/*background:#FFD21D url("../images/icon-cart.png") no-repeat center center;*/
}
.btn-circle-box55 .link-add-cart:hover{
background-color:#1997D4;
}
.btn-circle-box55 .link-add-cart:hover::before{
border:1px solid #1b1d1f;
width:38px;
height:38px;
}
.btn-circle-box55 .link-add-cart::before{
content:"";
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
width:48px;
height:48px;
margin:auto;
border:1px solid transparent;
border-radius:50%;
transition:all 0.5s ease-out 0s;
}
.btn-circle-box55 .link-wishlist{
background:#FFD21D;
color:#fff;
box-shadow: 0 0 0 1px transparent inset;
}
.btn-circle-box55 .link-wishlist:hover{
background:#fff;
color:#1997D4;
box-shadow: 0 0 0 1px #1997D4 inset;
}
.btn-circle-box55 .link-wishlist:hover span{
transform:scale(2);
}
.btn-circle-box55 .link-compare:hover{
background:#1997D4;
color:#fff;
}
.btn-circle-box55 .link-compare{
background:#FFD21D;
color:#1b1d1f;
}
.btn-circle-box55 .link-compare:hover span{
transform:rotate(225deg);
}
.btn-circle-box5 .link-compare:hover span{
transform:rotate(225deg);
}
.btn-circle-box6 a{
color:#fff;
}
.btn-circle-box6 .link-wishlist:hover{
background:#fff;
color:#1b1d1f;
}
.btn-circle-box6 .link-add-cart{
width:56px;
height:56px;
}
.btn-circle-box6 .link-add-cart:hover{
background:#fff;
color:#1b1d1f;
}
.btn-circle-box6 .link-add-cart::before{
content:"";
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
width:56px;
height:56px;
margin:auto;
border:3px solid transparent;
border-radius:50%;
transition:all 0.5s ease-out 0s;
}
.btn-circle-box6 .link-add-cart:hover::before{
border:3px solid #1b1d1f;
width:52px;
height:52px;
}
.btn-circle-box6 .link-compare:hover {
transform:rotate(225deg) scale(2);
}
.btn-circle-box66 .link-wishlist{
background:#fff;
color:#1b1d1f;
}
.btn-circle-box66 .link-wishlist:hover{
background:transparent;
color:#fff;
}
.btn-circle-box66 .link-add-cart{
width:56px;
height:56px;
background:#fff;
color:#1b1d1f;
}
.btn-circle-box66 .link-add-cart:hover{
background:transparent;
color:#fff;
}
.btn-circle-box66 .link-add-cart::before{
content:"";
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
width:52px;
height:52px;
margin:auto;
border:3px solid #1b1d1f;
border-radius:50%;
transition:all 0.5s ease-out 0s;
}
.btn-circle-box66 .link-add-cart:hover::before{
border:3px solid transparent;
width:56px;
height:56px;
}
.btn-circle-box66 .link-compare {
transform:scale(2);
color:#fff;
}
.btn-circle-box66 .link-compare:hover {
transform:rotate(225deg);
}
.btn-circle-box8 a, .btn-circle-box88 a {
margin: 0 5px;
}
.btn-circle-box8 a {
background: transparent;
box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
color: #fff;
}
.btn-circle-box8 .link-add-cart{
/*background:#fff url("../images/icon-cart2.png") no-repeat center center;*/
box-shadow: 0 0 0 1px transparent inset;
}
.btn-circle-box8 .link-add-cart:hover{
/*background:transparent url("../images/icon-cart.png") no-repeat center center;*/
box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
}
.btn-circle-box8 .link-wishlist:hover{
color:#1698D4;
box-shadow: 0 0 0 1px #1698D4 inset;
}
.btn-circle-box8 .link-compare:hover{
color:#fff;
box-shadow: 0 0 0 1px #fff inset;
}
.btn-circle-box88 .link-add-cart:hover{
/*background:#fff url("../images/icon-cart2.png") no-repeat center center;*/
box-shadow: 0 0 0 1px transparent inset;
}
.btn-circle-box88 .link-add-cart{
/*background:transparent url("../images/icon-cart.png") no-repeat center center;*/
box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
}
.btn-circle-box88 .link-wishlist{
color:#1698D4;
box-shadow: 0 0 0 1px #1698D4 inset;
}
.btn-circle-box88 .link-wishlist:hover{
color:#fff;
box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
}
.btn-circle-box88 .link-compare{
color:#fff;
box-shadow: 0 0 0 1px #fff inset;
}
.btn-circle-box88 .link-compare:hover{
box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
}
/***********************************************************************
Accordions
************************************************************************/
.accordion-box {
margin-bottom: 30px;
}
.accordion-box h2 {
color: #999;
font-size: 16px;
margin: 0;
text-transform: uppercase;
}
.desc-accordion {
color: #666;
margin: 0 0 20px;
display:none;
}
.item-accordion.active .desc-accordion{
display:block;
}
.title-accordion {
font-size: 16px;
margin: 0;
color: #1b1d1f;
padding:15px 0;
cursor:pointer;
position:relative;
}
.title-accordion:hover{
color:#999;
}
.accordion-box.style1 .title-accordion::after {
color: #747474;
content: "๎กณ";
font-family: linearicons;
font-size: 13px;
position: absolute;
right: 0;
top: 15px;
}
.accordion-box.style1 .title-accordion{
padding-right:20px;
}
.accordion-box.style1 .item-accordion.active .title-accordion::after {
content:"๎กด";
}
.accordion-box.style1 .item-accordion {
border-bottom: 1px solid #e5e5e5;
}
.accordion-box.style2 .title-accordion {
font-size: 13px;
padding: 17px 15px 17px 25px;
text-transform: uppercase;
}
.accordion-box.style3 .title-accordion {
background: #f5f5f5 none repeat scroll 0 0;
border: 1px solid #e5e5e5;
font-size: 13px;
margin-bottom: 15px;
padding: 12px 15px 12px 55px;
text-transform: uppercase;
}
.accordion-box.style2 .item-accordion {
border: 1px solid #e5e5e5;
margin-bottom: 5px;
padding: 0 20px;
}
.accordion-box.style3 .item-accordion {
margin-bottom: 5px;
}
.accordion-box.style2 h2 {
margin-bottom: 30px;
}
.accordion-box.style3 h2 {
margin-bottom: 30px;
}
.accordion-box.style2 .title-accordion::before {
/*background: rgba(0, 0, 0, 0) url("../images/add.png") no-repeat scroll center center;*/
content: "";
display: block;
height: 14px;
left: 0;
position: absolute;
top: 17px;
width: 14px;
}
.accordion-box.style2 .item-accordion.active .title-accordion::before {
/*background: rgba(0, 0, 0, 0) url("../images/sub.png") no-repeat scroll center center;*/
}
.accordion-box.style3 .title-accordion::before {
/*background: #1b1d1f url("../images/add1.png") no-repeat scroll center center;*/
content: "";
display: block;
height: 40px;
left: 0;
position: absolute;
top: -1px;
width: 40px;
}
.accordion-box.style3 .item-accordion.active .title-accordion::before {
/*background: #1b1d1f url("../images/sub1.png") no-repeat scroll center center;*/
}
/***********************************************************************
Banner Slider
************************************************************************/
.list-banner-slider>div{
margin-bottom:50px;
}
/*Circle Vertical*/
.banner-slider-circle-vertical .owl-pagination {
position: absolute;
right: 0;
top: -190px;
}
.banner-slider-circle-vertical .owl-theme .owl-controls {
margin: auto;
max-width: 1185px;
position: relative;
}
.banner-slider-circle-vertical .owl-theme .owl-controls .owl-page span {
background: #1b1d1f none repeat scroll 0 0;
border-radius: 50%;
display: block;
height: 6px;
margin: 4px 0;
opacity: 1;
width: 6px;
}
.banner-slider-circle-vertical .owl-theme .owl-controls .owl-page.active span,.banner-slider-circle-vertical .owl-theme .owl-controls.clickable .owl-page:hover span {
background: #fbb450 none repeat scroll 0 0;
opacity: 1;
}
.banner-slider-circle-vertical .owl-theme .owl-controls .owl-page {
display: block;
}
/*Rect Vertical*/
.banner-slider-rect-vertical .owl-pagination {
position: absolute;
right: 0;
top: -290px;
}
.banner-slider-rect-vertical .owl-theme .owl-controls {
margin: auto;
max-width: 1185px;
position: relative;
}
.banner-slider-rect-vertical .owl-theme .owl-controls .owl-page span {
background: #fed533 none repeat scroll 0 0;
border-radius: 4px;
display: block;
height: 5px;
margin: 8px 0;
opacity: 1;
width: 30px;
}
.banner-slider-rect-vertical .owl-theme .owl-controls .owl-page.active span,.banner-slider-rect-vertical .owl-theme .owl-controls.clickable .owl-page:hover span {
background: #1997d4 none repeat scroll 0 0;
opacity: 1;
}
.banner-slider-rect-vertical .owl-theme .owl-controls .owl-page {
display: block;
}
.banner-rect-info{
text-transform:uppercase;
}
.banner-rect-info h4{
font-size: 30px;
margin: 0;
}
.banner-rect-info h4 span {
background: #fed533 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
padding: 0 10px 3px;
}
.banner-rect-info h2{
font-size: 60px;
margin: 0;
}
.banner-rect-info h2 span {
background: #2ea0d7 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
padding: 0 10px 5px;
}
.banner-rect-info .btn-link-default {
background: #2ea0d7 none repeat scroll 0 0;
border-radius: 4px;
margin-top: 15px;
}
.banner-rect-info .btn-link-default:hover {
background: #FED533 none repeat scroll 0 0;
}
.banner-rect-info .desc {
letter-spacing: 5px;
margin-top: 22px;
}
/*Hoztical Slider*/
.banner-slider-circle-hoztical .content-banner-slider {
background: #f5f5f5 none repeat scroll 0 0;
height: 680px;
padding-top: 140px;
}
.banner-slider-circle-hoztical .banner-thumb-link {
display: block;
text-align: center;
}
.banner-slider-circle-hoztical .banner-rect-info {
margin-top: 100px;
margin-left:100px;
}
.banner-slider-circle-hoztical .banner-rect-info h4 {
color: #666;
margin: 0 0 10px;
}
.banner-slider-circle-hoztical .banner-rect-info h2 {
margin: 0 0 25px;
}
.banner-slider-circle-hoztical .owl-theme .owl-controls {
bottom: 70px;
left: 0;
margin: 0;
position: absolute;
width: 100%;
}
.banner-slider-circle-hoztical .owl-pagination {
display: inline-block;
position: relative;
}
.banner-slider-circle-hoztical .owl-pagination::before {
background: #e3e3e3 none repeat scroll 0 0;
content: "";
height: 1px;
left: 0;
position: absolute;
top: 8px;
width: 100%;
}
.banner-slider-circle-hoztical .owl-theme .owl-controls .owl-page {
display: inline-block;
margin-right: 20px;
position: relative;
}
.banner-slider-circle-hoztical .owl-theme .owl-controls .owl-page:last-child{
margin-right:0;
}
.banner-slider-circle-hoztical .owl-theme .owl-controls .owl-page span {
background: #1b1d1f none repeat scroll 0 0;
border-radius: 50%;
display: block;
height: 10px;
margin: 0;
opacity: 1;
width: 10px;
}
.banner-slider-circle-hoztical .owl-theme .owl-controls .owl-page.active span,.banner-slider-circle-hoztical .owl-theme .owl-controls.clickable .owl-page:hover span {
background: #1997d4 none repeat scroll 0 0;
opacity: 1;
}
/***********************************************************************
Banners
************************************************************************/
.item-product-leading .item-product-thumb:hover .product-thumb-link img{
transform:scale(1.15);
}
.banner-box {
margin-bottom: 50px;
overflow: hidden;
position: relative;
text-transform: uppercase;
}
.banner-style1 .banner-box-info {
left: 30px;
position: absolute;
top: 200px;
z-index: 10;
}
.title-banner-box-yellow > span {
background: #ffd21e none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
font-size: 30px;
padding: 0 10px 3px;
}
.title-banner-box-yellow {
margin: 0;
}
.title-banner-box-blue {
margin: 0;
}
.title-banner-box-blue > span {
background: #1997d4 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
font-size: 30px;
padding: 0 10px 4px;
}
.banner-box.banner-style1 .desc {
letter-spacing: 5px;
margin-top: 20px;
}
.btn-box-banner {
background: #1997d4 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
display: inline-block;
height: 40px;
line-height: 40px;
margin-top: 12px;
padding: 0 20px;
transition:all 0.5s ease-out 0s;
}
.btn-box-banner:hover {
background: #FFD21E none repeat scroll 0 0;
color: #fff;
}
.banner-box.banner-style1.box-center {
margin: 0 -7px;
}
.banner-box.banner-style1.box-left {
margin-right: -14px;
}
.banner-box.banner-style1.box-right {
margin-left: -14px;
}
.banner-box.banner-style1::before{
position:absolute;
content:"";
background:rgba(27,29,31,0.1);
top:0;
left:0;
width:0;
height:0;
transition:all 0.5s ease-out 0s;
z-index:9;
}
.banner-box.banner-style1:hover::before{
width:100%;
height:100%;
}
.banner-box.banner-style1::after{
position:absolute;
content:"";
background:rgba(27,29,31,0.1);
bottom:0;
right:0;
width:0;
height:0;
transition:all 0.5s ease-out 0s;
z-index:9;
}
.banner-box.banner-style1:hover::after{
width:100%;
height:100%;
}
.banner-box .banner-box-link img {
transition: all 0.5s ease-out 0s;
width: 100%;
}
.banner-box:hover .banner-box-link img{
transform:scale(1.15);
}
.banner-box-link {
display: block;
overflow: hidden;
position: relative;
}
.banner-style2 .banner-box-title.banner-box-title-blue {
background: #1997d4;
text-align: center;
margin: 0;
padding: 2px 15px 5px;
color: #fff;
transition:all 0.5s ease-out 0s;
}
.banner-style2 .title-banner-box-blue {
font-size: 48px;
color: #1997d4;
margin: 0;
}
.banner-style2:hover .banner-box-title.banner-box-title-blue {
background: #ffd21e;
}
.banner-style2 .title-banner-box-black {
font-size: 24px;
margin: 0;
}
.banner-style2 .banner-box-info {
position: absolute;
top: 120px;
left: 0;
width: 100%;
text-align: center;
z-index:10;
opacity:0;
transition:all 0.5s ease-out 0s;
}
.banner-style2:hover .banner-box-info {
opacity:1;
}
.banner-adv-product {
margin: 50px 0 20px;
}
.banner-adv-product {
margin: 50px 0 20px;
}
.banner-box.banner-style3.box-left {
margin-right: -10px;
}
.banner-box.banner-style3.box-right {
margin-left: -10px;
}
.banner-box.banner-style3 .banner-box-info {
background: #fff none repeat scroll 0 0;
box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
left: 0;
margin-top: -50px;
position: absolute;
text-transform: uppercase;
top: 50%;
z-index: 10;
padding:25px 30px;
}
.title-banner-box {
font-size: 18px;
margin: 0;
}
.title-banner-box.style1 {
color: #333;
}
.title-banner-box.style2 {
color: #1997d4;
}
.banner-box.banner-style3 .banner-box-info::before {
border-right: 36px solid transparent;
border-top: 36px solid #1997d4;
content: "";
height: 0;
left: 0;
position: absolute;
top: 0;
width: 0;
transition:all 0.5s ease-out 0s;
}
.banner-box.banner-style3 .banner-box-info::after {
border-right: 36px solid transparent;
border-top: 36px solid #fff;
content: "";
height: 0;
left: 36px;
position: absolute;
top: 0;
width: 0;
transition:all 0.5s ease-out 0s;
opacity:0;
}
.banner-box.banner-style3 .btn-link-hidden {
background: #1997d4 none repeat scroll 0 0;
border-radius: 6px;
color: #fff;
display: inline-block;
height: 40px;
left: 100%;
line-height: 40px;
margin-top: -20px;
opacity: 0;
position: absolute;
text-align: center;
text-transform: uppercase;
top: 50%;
transition: all 0.5s ease-out 0s;
width: 140px;
margin-left:10px;
transform:scale(0);
}
.banner-box.banner-style3 .btn-link-hidden:hover{
background: #fdd932 none repeat scroll 0 0;
}
.banner-box.banner-style3:hover .banner-box-info::after{
opacity:1;
left:0;
}
.banner-box.banner-style3:hover .btn-link-hidden {
opacity:1;
transform:scale(1);
}
.banner-box.banner-style3 {
margin-bottom: 10px;
transition:all 0.5s ease-out 0s;
overflow: visible;
}
.banner-box.banner-style3:hover {
box-shadow: 4px 4px 4px -1px rgba(0, 0, 0, 0.1);
}
.banner-box.banner-style3:hover .banner-box-info::before {
left: -2px;
}
/***********************************************************************
Home 2
************************************************************************/
.item-popular-info {
text-align: center;
}
.item-popular-info h3 a {
color: #1b1d1f;
font-size: 13px;
text-transform: uppercase;
}
.item-popular-info > p {
color: #666;
}
.item-popular-info > h3 {
margin: 28px 0 17px;
}
.item-popular-info h3 a:hover {
color: #666;
}
.popular-post-date {
border: 1px solid #e5e5e5;
margin-top: 40px;
padding: 10px 15px;
position: relative;
}
.popular-post-date::before {
background: #e5e5e5 none repeat scroll 0 0;
content: "";
height: 100%;
left: 50%;
position: absolute;
top: 0;
width: 1px;
}
.popular-post-date .lnr {
color: #999;
display: inline-block;
font-size: 16px;
margin-right: 5px;
vertical-align: text-top;
}
.popular-post-date span {
color: #999;
}
.popular-post-date .readmore {
color: #999;
}
.item-popular-info {
text-align: center;
}
.item-popular-info h3 a {
color: #1b1d1f;
font-size: 13px;
text-transform: uppercase;
}
.item-popular-info > p {
color: #666;
}
.item-popular-info > h3 {
margin: 28px 0 17px;
}
.item-popular-info h3 a:hover {
color: #666;
}
.popular-post-date {
border: 1px solid #e5e5e5;
margin-top: 40px;
padding: 10px 15px;
position: relative;
}
.popular-post-date::before {
background: #e5e5e5 none repeat scroll 0 0;
content: "";
height: 100%;
left: 50%;
position: absolute;
top: 0;
width: 1px;
}
.popular-post-date .lnr {
color: #999;
display: inline-block;
font-size: 16px;
margin-right: 5px;
vertical-align: text-top;
}
.popular-post-date span {
color: #999;
}
.popular-post-date .readmore {
color: #999;
}
.popular-post-date .readmore:hover{
color:#666;
}
.item-popular-thumb {
position: relative;
}
.item-popular-thumb::after {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
bottom: -20px;
color: #1b1d1f;
content: "๎ ฟ";
display: block;
font-family: linearicons;
font-size: 16px;
left: 50%;
margin-left: -13px;
padding: 10px;
position: absolute;
}
.item-popular-thumb-link {
display: block;
overflow: hidden;
position: relative;
}
.item-popular-thumb-link::before{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
content:"";
background:rgba(27,29,31,0.5);
opacity:0;
transition:all 0.5s ease-out 0s;
}
.item-popular-thumb-link > img {
width: 100%;
}
.item-popular-thumb-link:hover::before{
opacity:1;
}
.item-brand-thumb {
overflow: hidden;
}
.item-brand-thumb img{
transition:all 0.5s ease-out 0s;
}
.item-brand-thumb:hover img{
transform:scale(1.15);
}
.locator {
margin-top: 80px;
text-align: center;
}
.locator-thumb .locator-thumb-link {
color: #1b1d1f;
font-size: 60px;
position: relative;
transition: all 0.5s ease-out 0s;
z-index: 9;
}
.locator-thumb {
/*background: rgba(0, 0, 0, 0) url("../images/bg-icon.png") no-repeat scroll center center;*/
height: 200px;
margin: auto auto 20px;
padding: 65px;
position: relative;
width: 200px;
}
.locator-info .sub-title a {
color: #1b1d1f;
}
.locator-info p {
margin-top: 10px;
color:#666;
}
.locator .title {
margin-bottom: 20px;
}
.locator-thumb:hover .locator-thumb-link {
color: #FBB450;
}
.locator-info .sub-title a:hover{
color:#FBB450;
}
.locator-thumb::after {
/*background: rgba(0, 0, 0, 0) url("../images/bg-icon.png") no-repeat scroll center center;*/
content: "";
height: 100%;
left: 0px;
position: absolute;
top: 0px;
width: 100%;
transition:all 0.5s ease-out 0s;
}
.locator-thumb:hover::after {
transform:translate(10px,10px);
}
.partner-slider-paginav .box-intro {
margin-bottom: 0;
}
/***********************************************************************
Home 3
************************************************************************/
.banner-top-home3 {
margin-top: 50px;
}
.main-nav.main-nav3 .sub-menu {
border:none;
box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.1);
border-radius:6px;
}
.main-nav.main-nav3 > ul > li.menu-item-has-childrent::after{
display:none;
}
.top-header3 {
border-bottom: 1px solid #f1f1f1;
padding: 8px 0;
}
.contact-top3 {
color: #999;
margin: 0;
}
.contact-top3 > label {
border-right: 1px solid #ebebeb;
font-weight: normal;
height: 13px;
line-height: 13px;
margin-bottom: 0;
margin-right: 12px;
padding-right: 15px;
}
.menu-top3 a {
color: #999;
}
.menu-top3 a:hover {
color: #1997d4;
}
.menu-top3 {
margin: 0;
}
.menu-top3 li {
border-left: 1px solid #ebebeb;
height: 13px;
line-height: 13px;
margin-left: 10px;
padding: 0 0 0 13px;
}
.menu-top3 li:first-child {
border: medium none;
margin: 0;
padding: 0;
}
.logo-footer3 h1 {
font-size: 48px;
margin: 0;
padding: 0;
}
.logo-header3 h1 {
color: #1997d4;
font-size: 48px;
margin: 0;
}
.logo-header3 span {
color: #fdd932;
}
.header.header3 {
background: #fbfbfb none repeat scroll 0 0;
}
.box-info-user {
background: #fff none repeat scroll 0 0;
border-radius: 6px;
box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.11);
display: table;
padding: 25px 0;
position: absolute;
right: 0;
top: 100%;
width: 400px;
margin-top:35px;
transition:all 0.5s ease-out 0s;
opacity:0;
visibility:hidden;
}
.info-user:hover .box-info-user{
opacity:1;
visibility:visible;
margin-top:5px;
}
.info-header.info-header3 {
padding-top: 5px;
position: relative;
z-index: 100;
}
.info-header3 .info-total > li {
margin-left: 1px;
}
.info-header3 .info-total .info-icon:hover {
background:#fdd932;
}
.info-header3 .info-total .info-icon {
background: #2ea0d7 none repeat scroll 0 0;
border-radius: 6px;
color: #fff;
display: block;
height: 40px;
padding: 10px;
text-align: center;
width: 40px;
}
.info-header3 .info-cart .info-icon sup {
margin-left: 6px;
top: 7px;
}
.box-info-user > ul {
display: table-cell;
padding: 0 25px;
vertical-align: top;
}
.box-info-user li a {
color: #666;
}
.box-info-user li a:hover {
color: #2ea0d7;
}
.box-info-user li a .lnr {
color: #999;
margin-right: 10px;
}
.user-info-list > li {
margin-bottom: 14px;
}
.list-unstyled.language-list {
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
.language-list img {
margin-right: 15px;
}
.language-list li.active {
border-bottom: 1px solid #e5e5e5;
}
.language-list li.active a{
color: #2ea0d7;
}
.language-list li {
margin-bottom: 7px;
padding-bottom: 7px;
}
.currency-list li.active {
border-bottom: 1px solid #e5e5e5;
}
.currency-list li.active a{
color: #2ea0d7;
}
.currency-list li {
margin-bottom: 7px;
padding-bottom: 7px;
}
.info-header3 .info-total>li::before,.info-header3 .info-total>li::after{
display:none;
}
.search-form.search-form3 input[type="text"] {
border: 1px solid #e5e5e5;
border-radius: 6px;
color: #999;
height: 40px;
left: 15px;
padding: 0 15px;
position: absolute;
top: 15px;
width: 327px;
}
.search-form.search-form3 .btn-link-default:hover {
background:#FED533;
}
.search-form.search-form3 .btn-link-default {
background: #2ea0d7 none repeat scroll 0 0;
border-radius: 6px;
right: 15px;
top: 15px;
padding:0 20px;
}
.info-search .search-form3.search-form {
background: #fff none repeat scroll 0 0;
border: medium none;
border-radius: 6px;
box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.1);
margin-right: -0px;
margin-top: 35px;
overflow: hidden;
right: 0;
width: 450px;
}
.info-search:hover .search-form3.search-form{
margin-top:5px;
}
.info-total .info-cart3 .inner-cart-info {
border: medium none;
border-radius: 6px;
box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.1);
margin-right: 0;
margin-top: 35px;
right: 0;
}
.info-cart.info-cart3:hover .inner-cart-info {
margin-top:5px;
}
.logo-footer3 > a {
color: #1997d4;
font-size: 30px;
text-transform: uppercase;
}
.contact-footer3 li {
color: #666;
margin-bottom: 7px;
}
.box-menu-footer3 > h2 {
font-size: 16px;
margin: 15px 0 25px;
text-transform: uppercase;
}
.logo-footer3 {
margin-bottom: 25px;
}
.social-network3 .share-social a {
color: #1b1d1f;
font-size: 16px;
margin-right: 7px;
}
.box-menu-footer3 a {
color: #666;
position: relative;
}
.box-menu-footer3 a:hover {
color: #1997d4;
}
.box-menu-footer3 li {
padding: 6px 0;
}
.footer-bottom3 {
border-top: 1px solid #e5e5e5;
padding: 30px 0 40px;
}
.menu-footer3 a {
color: #1b1d1f;
}
.menu-footer3 > li {
margin-right: 20px;
padding: 0;
}
.menu-footer3 {
margin: 0;
}
.menu-footer3 a:hover {
color: #1997d4;
}
.copyright3 > p {
margin: 0;
text-align: right;
}
.box-menu-footer3 > ul {
list-style: outside none none;
padding: 0;
}
.box-menu-footer3 a::before {
content: "๎ข";
font-family: linearicons;
left: 0;
margin-right: 10px;
top: 0;
}
.footer-3 {
padding: 40px 0;
}
.footer.footer-dark {
background: #171717 none repeat scroll 0 0;
color: #fff;
}
.footer.footer-dark .logo-footer .sub-title {
color: #fff;
}
.footer.footer-dark .download p {
border-color: rgba(255, 255, 255, 0.1);
color: #999;
}
.footer.footer-dark .newsletter > p {
color: #999;
}
.footer.footer-dark .footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 25px;
}
.footer.footer-dark .footer-nav {
border-color: rgba(255, 255, 255, 0.1);
}
.footer.footer-dark .newsletter {
border-color: rgba(255, 255, 255, 0.1);
}
.footer.footer-dark a:hover {
color: #fff;
}
.footer.footer-dark .newsletter input[type="submit"]{
background:#fec64d;
}
.footer.footer-dark .newsletter input[type="submit"]:hover {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 0 2px #fec64d inset;
color: #1b1d1f;
}
.footer.footer-dark .copyright a {
color: #999;
}
.footer.footer-dark .share-social a {
color: #999;
}
.footer.footer-dark .share-social a:hover{
color:#fff;
}
.title-normal {
font-size: 30px;
margin: 0 0 10px;
text-transform: uppercase;
}
.title-product-best-sale {
margin-bottom: 50px;
position: relative;
}
.nav-tabs-bestsale .filter-product .btn-filter {
border-right: 5px solid #1997d4;
}
.nav-tabs-bestsale .nav-tabs {
border: medium none;
}
.nav-tabs-bestsale .nav-tabs > li {
float: left;
margin-bottom: 0;
}
.nav-tabs-bestsale .nav-tabs > li > a:hover ,.nav-tabs-bestsale .nav-tabs > li.active > a{
color:#1997d4;
background:none;
border:none;
}
.nav-tabs-bestsale .nav-tabs > li > a {
border: medium none transparent;
border-radius: 0;
line-height: inherit;
margin-right: 30px;
padding: 0;
position: relative;
text-transform: capitalize;
color:#1b1d1f;
}
.filter-product .btn-filter.style-border-left {
margin-top: 25px;
padding-left: 25px;
width: 120px;
}
.filter-product .btn-filter.style-border-left::before {
background: #1997d4 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 5px;
}
.nav-tabs-bestsale .nav-tabs > li > a::after {
background: #ccc none repeat scroll 0 0;
content: "";
height: 12px;
position: absolute;
right: -16px;
top: 4px;
transform: rotate(20deg);
width: 1px;
}
.nav-tabs-bestsale .nav-tabs > li:last-child > a{
margin-right:0;
}
.nav-tabs-bestsale .nav-tabs > li:last-child > a::after{
display:none;
}
.product-best-sale .item-product-loadmore .item-product-thumb {
background: #f5f5f5 none repeat scroll 0 0;
}
.product-best-sale .item-product.item-product-loadmore {
background: #fff none repeat scroll 0 0;
box-shadow: none;
margin: 0 0 30px;
}
.product-best-sale .item-product-loadmore .item-product-info {
margin: 15px 0 0;
padding: 0;
text-align: left;
}
.product-best-sale .cart-wishlist-compare .product-compare {
display:none;
}
.product-best-sale .cart-wishlist-compare .product-wishlist {
background:#1997D4;
border-color:#1997D4;
color:#fff;
}
.product-best-sale .cart-wishlist-compare .product-wishlist:hover{
background:#FFD21E;
border-color:#FFD21E;
}
.product-best-sale .cart-wishlist-compare .product-compare {
background:#1997D4;
border-color:#1997D4;
color:#fff;
}
.product-best-sale .cart-wishlist-compare .product-compare:hover{
background:#FFD21E;
border-color:#FFD21E;
}
.product-best-sale .item-product:hover .item-product-thumb {
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.paginav-best-seller {
border-top: 1px solid #e3e3e3;
margin-top: 20px;
padding-top: 30px;
text-align:center;
}
.product-best-sale{
margin-bottom:50px;
}
.paginav-best-seller a {
background: #f5f5f5 none repeat scroll 0 0;
border-radius: 50%;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
display: block;
height: 36px;
line-height: 36px;
margin: 0 3px;
opacity: 1;
padding: 0;
width: 36px;
color:#1b1d1f;
}
.paginav-best-seller a.active,.paginav-best-seller a:hover {
opacity: 1;
background: #fff none repeat scroll 0 0;
color:#1997d4;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.paginav-best-seller a.active{
position:relative;
}
.paginav-best-seller a.active::before{
position:absolute;
width:8px;
height:8px;
background:#1997d4;
content:"";
top:0px;
left:14px;
border-radius:50%;
}
/*******************************************************************
Front Page
********************************************************************/
.header.header-home {
/*background-image: url("../images/home/bg-page.jpg");*/
background-position: center top;
background-repeat: no-repeat;
background-size: auto 100%;
padding:50px 0 20px;
}
.logo-home {
background: #1b1d1f none repeat scroll 0 0;
max-width: 200px;
padding: 30px 15px;
text-align: center;
width: 100%;
}
.logo.logo-home h1 span {
display: block;
font-size: 60px;
}
.logo.logo-home h1 {
font-size: 36px;
font-weight: 700;
margin: 0;
}
.logo.logo-home > a {
color: #fff;
}
.main-nav.main-nav-home {
max-width: 200px;
}
.main-nav.main-nav-home > ul > li {
display: block;
margin: 0;
}
.main-nav.main-nav-home .main-menu {
margin-top: 50px;
}
.main-nav.main-nav-home li.menu-item-has-childrent> .sub-menu{
background: #1b1d1f none repeat scroll 0 0;
left: 100%;
margin-top: -10px;
top: 0;
border:none;
}
.main-nav.main-nav-home .menu-item-has-childrent .sub-menu li a {
border-bottom: 1px solid rgba(255,255,255,0.1);
padding: 12px 0;
color: #a0a0a0;
}
.main-nav.main-nav-home .menu-item-has-childrent .sub-menu a:hover{
color:#fff;
}
.main-nav.main-nav-home > ul > li.menu-item-has-childrent:hover > .sub-menu {
margin-top:-10px;
}
.main-nav.main-nav-home > ul > li > a {
padding: 13px 20px;
}
.main-nav.main-nav-home > ul > li::before,.main-nav.main-nav-home > ul > li::after{
display:none;
}
.main-nav.main-nav-home > ul > li > a::before {
/*background: rgba(0, 0, 0, 0) url("../images/home/before.png") no-repeat scroll 0 0;*/
content: "";
height: 42px;
left: 20px;
position: absolute;
top: 0;
width: 11px;
opacity:0;
transition:all 0.5s ease-out 0s;
}
.main-nav.main-nav-home > ul > li > a::after {
/*background: rgba(0, 0, 0, 0) url("../images/home/after.png") no-repeat scroll 0 0;*/
content: "";
height: 42px;
position: absolute;
right: 20px;
top: 0;
width: 11px;
opacity:0;
transition:all 0.5s ease-out 0s;
}
.header-slider.default-paginav {
border: 10px solid #fff;
margin: 10px -15px 50px;
}
.header-slider .owl-pagination {
left: 0;
position: absolute;
bottom: 40px;
width: 100%;
}
.header-slider .owl-theme .owl-controls .owl-page span {
background: #666 none repeat scroll 0 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
display: block;
height: 7px;
margin: 4px;
opacity: 1;
width: 7px;
}
.header-slider .owl-theme .owl-controls .owl-page span:hover, .header-slider .owl-theme .owl-controls .owl-page.active span {
background: #000 none repeat scroll 0 0;
}
.main-nav.main-nav-home > ul > li:hover > a::before {
opacity:1;
left:0;
}
.main-nav.main-nav-home > ul > li:hover > a::after {
opacity:1;
right:0;
}
.home-extra-sub {
background: #1b1d1f none repeat scroll 0 0;
left: 100px;
opacity: 0;
position: absolute;
text-align: left;
top: 0;
visibility: hidden;
width: 400px;
padding: 40px 30px;
transition:all 0.5s ease-out 0s;
}
.home-extra-sub.show-box{
left:-300px;
opacity: 1;
visibility: visible;
}
.icon-extra-sub.hide-box{
opacity:0;
visibility: hidden;
}
.home-box-extra {
float: right;
position: relative;
width: 100px;
}
.icon-home-cart {
background: #1b1d1f none repeat scroll 0 0;
}
.icon-home-share {
background: #252627 none repeat scroll 0 0;
}
.icon-home-search {
background: #333 none repeat scroll 0 0;
}
.home-box-extra > div > a > .lnr {
bottom: 0;
display: block;
font-size: 30px;
height: 30px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 30px;
transition: all 0.5s ease-out 0s;
}
.home-box-extra > div > a:hover >.lnr{
transform:scale(1.2);
}
.home-box-extra > div > a:hover{
color:#FBB450;
}
.home-box-extra > div > a {
color: #fff;
display: block;
height: 100px;
opacity: 1;
position: relative;
text-align: right;
transition: all 0.5s ease-out 0s;
visibility: visible;
width: 100px;
}
.home-box-extra .icon-home-cart sup {
font-size: 13px;
position: absolute;
right: 25px;
top: 35px;
}
.header-banner {
margin: 0 -15px;
position: relative;
}
.item-header-banner {
background: #f5f5f5 none repeat scroll 0 0;
border: 10px solid #fff;
margin-bottom: 50px;
}
.item-header-banner:hover .header-banner-title{
background: #1b1d1f none repeat scroll 0 0;
color: #fff;
}
.item-header-banner:hover .header-banner-title::after {
background:#fff;
}
.header-banner-thumb {
overflow: hidden;
position: relative;
}
.header-banner-title {
background: #fff none repeat scroll 0 0;
color: #1b1d1f;
display: inline-block;
font-size: 13px;
left: 0;
margin: -25px 0 0;
overflow: hidden;
padding: 18px 120px 18px 20px;
position: absolute;
text-transform: uppercase;
top: 50%;
transition:all 0.5s ease-out 0s;
}
.header-banner-title::after {
background: #1b1d1f none repeat scroll 0 0;
content: "";
height: 100%;
position: absolute;
right: -26px;
top: 0;
transform: skewX(-15deg);
width: 120px;
transition:all 0.5s ease-out 0s;
}
.header-banner-title > span {
color: #bbb;
position: absolute;
right: 20px;
text-transform: none;
top: 18px;
z-index: 99;
}
.header-banner-title > a {
color: #1b1d1f;
}
.item-header-banner.box-left {
margin-right: 10px;
}
.item-header-banner.box-right {
margin-left: 10px;
}
.header-banner-thumb {
overflow: hidden;
position: relative;
}
.category-lightbox {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
left: 50%;
margin-left: -635px;
padding: 22px 30px 30px;
position: absolute;
top: 50px;
width: 1170px;
z-index: 999;
opacity:0;
visibility:hidden;
transition:all 0.5s ease-out 0s;
}
.category-lightbox.height-light{
opacity:1;
visibility:visible;
top:0;
}
.header-banner-link img{
transition:all 0.5s ease-out 0s;
}
.item-header-banner:hover .header-banner-link img{
transform:scale(1.15);
}
.item-header-banner:hover .header-banner-title > span{
color:#1b1d1f;
}
.category-lightbox .item-product {
margin: 0 -10px 10px;
}
.category-lightbox .list-product {
padding: 0 10px;
}
.category-lightbox > h2 {
font-size: 30px;
font-weight: bold;
margin: 0 0 25px;
text-transform: uppercase;
}
.category-lightbox .close-category-lightbox {
color: #d0d0d0;
padding-right: 30px;
position: absolute;
right: 30px;
text-transform: uppercase;
top: 30px;
}
.category-lightbox .home-directnav .owl-buttons {
margin-right: -85px;
position: absolute;
right: 50%;
top: -60px;
}
.category-lightbox .close-category-lightbox::after {
/*background: rgba(0, 0, 0, 0) url("../images/home/x-close.png") no-repeat scroll center center;*/
content: "";
height: 11px;
position: absolute;
right: 0;
top: 4px;
width: 11px;
}
.category-lightbox .item-product-thumb::after {
display: none;
}
.category-lightbox .item-product-info {
bottom: 12px;
left: 0;
margin: 0;
position: absolute;
width: 100%;
}
.header-banner .col-md-6.col-sm-6.col-xs-12 {
position:static;
}
.product-featured-thumb {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
}
.home-featured-slider {
background: #f5f5f5 none repeat scroll 0 0;
padding: 80px 0 60px;
}
.product-featured-info .bx-pager img {
width: 50px;
}
.product-featured-info .bx-pager a {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
display: inline-block;
margin-right: 5px;
overflow: hidden;
position: relative;
margin-bottom: 5px;
}
.bx-pager .active::after {
background: #898a8b none repeat scroll 0 0;
content: "";
height: 1px;
left: -50%;
position: absolute;
top: 50%;
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
width: 200%;
z-index: 99;
}
.control-paginav-featured-slider {
margin: 70px auto auto;
max-width: 580px;
position: relative;
width: 100%;
}
.control-paginav-featured-slider .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
background: #1b1d1f none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 5px;
height: 10px;
margin: 0;
padding: 0;
}
.control-paginav-featured-slider .ui-slider-range.ui-widget-header.ui-corner-all {
background: #fff none repeat scroll 0 0;
}
.control-paginav-featured-slider .ui-slider-handle.ui-state-default.ui-corner-all {
background: #fff none repeat scroll 0 0;
border: 1px solid #333;
border-radius: 50%;
cursor: pointer;
display: inline-block;
height: 36px;
margin: 0 -18px;
opacity: 1;
position: relative;
text-align: center;
top: -14px;
width: 36px;
}
#slider-range-max #amount {
color: #1b1d1f;
font-size: 13px;
line-height: 32px;
}
.home-featured-slider .control-paginav-featured-slider .first-num {
font-size: 30px;
left: -35px;
position: absolute;
top: -18px;
}
.home-featured-slider .control-paginav-featured-slider .last-num {
font-size: 30px;
position: absolute;
right: -55px;
top: -18px;
}
.home-featured-product {
margin-top: 90px;
}
.title.title-home {
margin-bottom: 45px;
}
.product-featured-info > h3 {
font-size: 13px;
margin: 0 0 10px;
text-shadow: 0 0 0;
text-transform: uppercase;
}
.product-featured-info .desc {
margin-top: 13px;
}
.product-featured-info .bx-pager {
margin-top: 43px;
}
.product-featured-info .wrap-cart-qty {
margin-top: 25px;
max-width: none;
float:none;
}
.home-directnav .owl-theme .owl-controls .owl-buttons div:hover {
color: #fbb450;
}
.home-directnav .owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
border-radius: 0;
color: #999;
display: inline-block;
font-size: 30px;
margin: 0 0 0 10px;
opacity: 1;
padding: 0;
}
.home-directnav .owl-buttons {
position: absolute;
right: 0;
top: -50px;
}
.home-partner-slider .partner-slider-directnav .owl-buttons {
margin-right: 15px;
margin-top: -30px;
}
.home-bestsale-product .home-directnav .owl-buttons {
margin-top: -125px;
}
.home-bestsale-product{
margin-top:90px;
}
.home-testimonial {
background: #f5f5f5 none repeat scroll 0 0;
margin-top: 60px;
padding: 50px 0 100px;
position: relative;
}
.home-testimonial::before {
background: #1b1d1f none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 50%;
}
.testimonial-title {
font-size: 60px;
margin: 35px 0 25px;
}
.testimonial-thumb-link {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
display: inline-block;
overflow: hidden;
padding: 10px;
position: relative;
}
.testimonial-thumb-link::before{
position:absolute;
content:"";
background:rgba(254,198,77,0.5);
width:100%;
height:100%;
top:0;
left:0;
display:block;
border-radius:50%;
opacity:0;
transition: all 0.5s ease-out 0s;
z-index:9;
padding:10px;
border:10px solid #fff;
}
.testimonial-thumb-link:hover::before{
opacity:1;
}
.testimonial-thumb-link > img {
border-radius: 50%;
height: 170px;
transition: all 0.5s ease-out 0s;
width: 170px;
}
.testimonial-thumb-link:hover img{
transform:rotate(30deg);
}
.item-testimonial {
text-align: center;
}
.home-latest-news {
margin-top: 90px;
}
.home-testimonial .title.title-home {
color: #fff;
position: relative;
}
.item-testimonial.item-left .testimonial-title a{
color:#fff;
}
.item-testimonial.item-left .testimonial-job{
color:#fff;
border-top:1px solid #fff;
}
.item-testimonial.item-right .testimonial-title a{
color:#1b1d1f;
}
.item-testimonial.item-right .testimonial-job{
color:#1b1d1f;
border-top:1px solid #1b1d1f;
}
.item-testimonial .testimonial-job{
font-size:16px;
text-transform:uppercase;
font-weight:700;
padding-top:35px;
display:inline-block;
}
.partner-slider.home-partner-slider {
margin-bottom: 70px;
}
.home-featured-product .home-directnav .owl-buttons {
margin-top: -103px;
}
.home-testimonial .home-directnav .owl-buttons {
margin-top: -26px;
}
.product-featured-info .info-qty {
background: #fff none repeat scroll 0 0;
display: inline-block;
margin-right: 5px;
padding: 0;
position: relative;
vertical-align: top;
width: 95px;
}
.product-featured-info .wrap-cart-qty > label {
font-weight: normal;
margin-right: 20px;
margin-top: 10px;
vertical-align: top;
}
.product-featured-info .qty-up {
border-bottom: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
height: 20px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 20px;
}
.product-featured-info .qty-up span {
font-size: 6px;
position: absolute;
right: 7px;
top: 7px;
}
.product-featured-info .qty-down {
height: 20px;
position: absolute;
right: 0;
width: 20px;
bottom:0;
border-left: 1px solid #e5e5e5;
text-align: center;
}
.product-featured-info .qty-down span{
font-size: 6px;
position: absolute;
right: 7px;
top: 7px;
}
.product-featured-info .wrap-cart-qty .btn-link-default.add-to-cart {
margin: 0;
padding: 0;
width: 130px;
}
.home-featured-slider .owl-pagination::before {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 10px;
content: "";
display: block;
height: 10px;
left: 0;
position: absolute;
top: 13px;
width: 100%;
}
.home-featured-slider .owl-pagination {
display: inline-block;
margin-top: 70px;
position: relative;
display:none;
}
.home-featured-slider .owl-theme .owl-controls .owl-page {
border: 1px solid #333;
border-radius: 50%;
display: inline-block;
height: 36px;
margin: 0 25px 0 0;
text-align: center;
width: 36px;
opacity:0;
background:#fff;
position:relative;
}
.home-featured-slider .owl-theme .owl-controls .owl-page.active{
opacity:1;
}
.home-featured-slider .owl-theme .owl-controls .owl-page span {
background: transparent none repeat scroll 0 0;
height: auto;
line-height: 36px;
margin: 0;
opacity: 1;
width: auto;
}
.home-featured-slider .first-num {
font-size: 30px;
left: -25px;
position: absolute;
top: -4px;
}
.home-featured-slider .last-num{
font-size:30px;
position:absolute;
top:-4px;
right:-45px;
}
.product-featured-info .qty-val {
vertical-align: top;
width: 73px;
}
.wrap-latest-news-slider {
background: #1b1d1f none repeat scroll 0 0;
padding: 100px 0;
position: relative;
}
.home-latest-news .item {
position: relative;
height:505px;
overflow:hidden;
}
.item-home-latest-news {
background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
box-shadow: 3px 0 3px 3px rgba(0, 0, 0, 0.05);
padding: 100px 80px 50px;
transition: all 0.5s ease-out 0s;
}
.item-home-latest-news:nth-child(1) {
margin: 0 80px;
}
.item-home-latest-news:nth-child(2) {
margin: 35px 40px 0;
transform: translate(0px, -100%);
}
.item-home-latest-news:nth-child(3) {
background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
margin-top: 55px;
transform: translate(0px, -200%);
}
.item-home-latest-news{
background-position:right 30px top 30px;
}
.item-home-latest-news.active {
background-color: rgba(255, 255, 255, 1);
background-repeat: no-repeat;
background-attachment:scroll;
background-position:right 30px top 30px;
background-size:20px 20px;
/*background-image: url("../images/cross.png");*/
height: 100%;
left: 0;
margin: 0;
position: fixed;
top: 0;
transform: translate(0px, 0px);
width: 100%;
z-index: 99999;
}
.item-home-latest-news.active .home-latest-news-thumb img{
width:100%;
}
.home-latest-news-info > h3 {
font-size: 30px;
margin: 0;
}
.item-home-latest-news .home-latest-news-info h3 a {
color: #1b1d1f;
}
.item-home-latest-news .home-latest-news-info h3 a:hover{
color:#999;
}
.item-home-latest-news .home-latest-news-info .btn-link-default{
color:#fff;
}
.item-home-latest-news .home-latest-news-info{
font-weight:normal;
}
.home-latest-news-info .latest-post-info {
border-bottom: 1px solid #e5e5e5;
border-top: medium none;
margin-bottom: 20px;
margin-top: 23px;
padding-bottom: 14px;
padding-top: 0;
}
.home-latest-news-thumb a {
display: block;
overflow: hidden;
position:relative;
}
.home-latest-news-info .latest-post-info li a {
color:#999;
}
.home-latest-news-info .latest-post-info li span {
color:#666;
}
.home-latest-news-info .latest-post-info li {
margin-left: 0;
margin-right: 15px;
}
.home-latest-news-info .desc {
color: #666;
margin-bottom: 22px;
}
.home-latest-news .home-directnav .owl-buttons {
margin-top: -125px;
}
.home-extra-sub .close-extra-sub {
color: #a8a8a9;
display: block;
font-size: 16px;
position: relative;
text-align: right;
text-transform: uppercase;
padding-right:36px;
}
.home-extra-sub .close-extra-sub::after {
/*background: rgba(0, 0, 0, 0) url("../images/home/x-close2.png") no-repeat scroll center center;*/
content: "";
display: block;
height: 17px;
position: absolute;
right: 0;
top: 3px;
width: 17px;
}
.home-extra-sub .wrap-cart-remove .remove-product {
/*background: rgba(0, 0, 0, 0) url("../images/remove-cart.png") no-repeat scroll center center;*/
border: none;
}
.home-extra-sub .cart-title a {
color: #fff;
}
.home-extra-sub .cart-title a:hover{
color:#999;
}
.home-extra-sub .cart-thumb {
background: #fff none repeat scroll 0 0;
}
.home-extra-sub .item-info-cart {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.home-extra-sub .total-cart {
border-top: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
}
.home-extra-sub .link-cart a{
background:#fff;
color:#1b1d1f;
}
.home-extra-sub .link-cart a:hover{
background: #fec64d none repeat scroll 0 0;
color:#fff;
}
.home-extra-sub .share-social {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 35px;
}
.home-extra-sub .share-social a {
color: #fff;
display: block;
font-size: 13px;
margin-top: 25px;
}
.home-extra-sub .share-social a i {
color: #999;
display: inline-block;
font-size: 30px;
margin-right: 10px;
vertical-align: middle;
}
.home-extra-sub .share-social a:hover i{
color:#fff;
}
.home-search-form {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 35px;
padding-top: 20px;
}
.home-search-form > input[type="text"] {
border: medium none;
color: #999;
height: 50px;
padding: 0 20px;
width: 100%;
}
.home-search-form .btn-link-default {
background: #fec64d none repeat scroll 0 0;
font-size: 16px;
font-weight: 700;
height: 50px;
margin-top: 10px;
width: 100%;
}
/*Testimonial*/
span.click-button{
clear: both;
display: block;
font-size: 30px;
z-index: 2;
}
.click-button:hover{
cursor: pointer;
}
.left-open span.click-button::before{
content: "\e879";
font-family: 'Linearicons';
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;
}
.right-open span.click-button::before{
content: "\e87a";
font-family: 'Linearicons';
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;
}
.side-testimonial{
width: 50%;
float: left;
webkit-transition: -webkit-transform 0.5s ease-in-out;
-webkit-transform: translateX(0%) scale(1);
transform: translateX(0%) scale(1);
transition: transform 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.testimonial-page{
position: absolute;
width: 50%;
z-index: 1;
transition: transform 0.5s ease-in-out;
-webkit-backface-visibility: hidden;
}
.testimonial-page-left{
color: #fff;
left: -250%;
padding-right: 50px;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
transition: transform 0.5s ease-in-out;
}
.testimonial-page-right{
color: #1b1d1f;
right: -100%;
padding-left: 50px;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.side-right{
position: relative;
right: 0;
}
.side-left {
position: relative;
left: 0;
}
.left-open .side-left {
transition: all 0.5s ease-in-out;
}
.left-open .side-right {
visibility: hidden;
position: absolute;
right: -50%;
-webkit-transform: translateX(50%) scale(1);
transform: translateX(50%) scale(1);
}
.right-open .side-left {
visibility: hidden;
position: absolute;
left: -65%;
-webkit-transform: translateX(50%) scale(1);
transform: translateX(-50%) scale(1);
}
.left-open .testimonial-page-left{
position: relative;
float: left;
left: 0;
text-align: right;
-webkit-transform: translateX(0%);
transform: translateX(0%);
transition: transform 0.5s ease-in-out;
-webkit-backface-visibility: hidden;
}
.right-open .testimonial-page-right{
position: relative;
float: left;
right: 0;
-webkit-transform: translateX(0%);
transform: translateX(0%);
transition: transform 0.5s ease-in-out;
-webkit-backface-visibility: hidden;
}
.left-open .item-testimonial.item-left .testimonial-job{
color: #1b1d1f;
border-top: 1px solid #1b1d1f;
}
.right-open span.click-button,
.left-open .item-testimonial.item-left .testimonial-title a{
color: #1b1d1f;
}
.right-open .item-testimonial.item-right .testimonial-job{
color: #fff;
border-top: 1px solid #fff;
}
.left-open span.click-button,
.right-open .item-testimonial.item-right .testimonial-title a{
color: #fff;
}
/*End Testimonial*/
/***********************************************************************
Lightbox
************************************************************************/
.product-popup-content{
max-width:870px;
width:100%;
}
/***********************************************************************
Home 5
************************************************************************/
.inner-cart-info5.inner-cart-info .link-cart a{
background:#1997d4;
border-radius:6px;
}
.inner-cart-info5.inner-cart-info .link-cart a:hover{
background:#fdd932;
}
.partner-home5 .owl-theme .owl-controls .owl-buttons div:hover {
color: #fff;
background:#1997d4;
}
.partner-home5 .owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
border-radius: 50%;
color: #999;
display: inline-block;
height: 36px;
margin: -32px 0 0;
opacity: 0;
padding: 0;
position: absolute;
text-align: center;
top: 50%;
transition: all 0.5s ease-out 0s;
width: 36px;
}
.partner-home5 .owl-theme .owl-controls .owl-buttons div>span {
font-size: 30px;
line-height: 35px;
margin-left: 2px;
}
.partner-home5:hover .owl-theme .owl-controls .owl-buttons div {
opacity:1;
}
.partner-home5 .owl-theme .owl-controls .owl-buttons div.owl-prev{
left:-3px;
}
.partner-home5 .owl-theme .owl-controls .owl-buttons div.owl-next{
right:-3px;
}
.nav-tabs-filter .nav-tabs > li.active > a,.nav-tabs-filter .nav-tabs > li.active > a:hover,.nav-tabs-filter .nav-tabs > li.active > a:focus,.nav-tabs-filter .nav-tabs > li > a:hover {
background: #1997d4 none repeat scroll 0 0;
border-color: #1997d4;
color: #fff;
}
.nav-tabs-filter .nav-tabs > li > a {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 4px;
color: #1b1d1f;
height: 36px;
line-height: 36px;
margin-right: 0;
padding: 0 23px;
text-transform: uppercase;
transition:all 0.5s ease-out 0s;
}
.nav-tabs-filter .nav-tabs > li {
margin: 0 10px 0 0;
}
.nav-tabs-filter .nav.nav-tabs {
border: medium none;
margin: 0;
}
.product-list-filter {
background: #f5f5f5 none repeat scroll 0 0;
padding: 50px 0;
}
.filter-product .btn-filter {
background: #fff none repeat scroll 0 0;
border: 1px solid #e3e3e3;
border-radius: 4px;
color: #1b1d1f;
display: block;
float: right;
height: 36px;
line-height: 36px;
overflow: hidden;
padding: 0 30px 0 15px;
position: relative;
text-transform: uppercase;
width: 116px;
}
.filter-product .btn-filter::after {
content: "๏";
font-family: fontawesome;
position: absolute;
right: 20px;
top: 0;
}
.title-product-filter {
margin-bottom: 50px;
position: relative;
}
.item-product-loadmore .item-product-thumb{
background:#fff;
}
.item-product-loadmore .item-product-thumb::after{
display:none;
}
.item-product-loadmore .product-quick-view {
background: rgba(45, 159, 208, 0.9) none repeat scroll 0 0;
border-radius: 50%;
bottom: 0;
color: #fff;
display: block;
height: 130px;
left: 0;
line-height: 130px;
margin: auto;
position: absolute;
right: 0;
text-align: center;
text-transform: uppercase;
top: 0;
width: 130px;
transition:all 0.5s ease-out 0s;
opacity:0;
transform:scale(0.5);
}
.item-product-loadmore:hover .product-quick-view {
opacity:1;
transform:scale(1);
}
.item-product-loadmore .item-product-info {
margin: 0;
padding: 25px;
text-align: left;
}
.item-product-loadmore .item-product-info .desc {
color: #999;
}
.item-product-loadmore .title-product a {
color: #1b1d1f;
text-transform: uppercase;
}
.item-product-loadmore .title-product a:hover{
color: #1997d4;
}
.item-product-loadmore .title-product {
margin: 15px 0 10px;
}
.item-product-loadmore .info-price span {
color: #1997d4;
font-family: georgia;
}
.item-product-loadmore .info-price del {
color: #999;
font-size: 16px;
}
.item-product.item-product-loadmore {
background: #fff none repeat scroll 0 0;
box-shadow: 1px 3px 2px 0 rgba(0, 0, 0, 0.1);
margin: 0 -5px 20px;
}
.product-list-filter .list-product {
padding: 0 5px;
}
.cart-wishlist-compare .product-add-cart {
/*background: #1997d4 url("../images/icon-cart.png") no-repeat scroll center center;*/
border-radius: 50%;
display: inline-block;
height: 48px;
margin-right: 10px;
vertical-align: middle;
width: 48px;
transition:all 0.5s ease-out 0s;
}
.cart-wishlist-compare .product-add-cart:hover{
background-color:#fdd932;
}
.cart-wishlist-compare .product-wishlist {
border: 1px solid #e5e5e5;
border-radius: 50%;
color: #1997d4;
display: inline-block;
height: 38px;
margin-right: 7px;
text-align: center;
vertical-align: middle;
width: 38px;
transition:all 0.5s ease-out 0s;
}
.cart-wishlist-compare .product-wishlist:hover{
background:#1997d4;
color:#fff;
border-color:#1997d4;
}
.cart-wishlist-compare .product-compare {
border: 1px solid #e5e5e5;
border-radius: 50%;
color: #1997d4;
display: inline-block;
height: 38px;
text-align: center;
vertical-align: middle;
width: 38px;
transition:all 0.5s ease-out 0s;
}
.cart-wishlist-compare .product-compare:hover{
background:#1997d4;
color:#fff;
border-color:#1997d4;
}
.cart-wishlist-compare {
margin-top:20px;
}
.cart-wishlist-compare a span{
line-height:38px;
}
.btn-link-default.btn-link-loadmore:hover {
background:#fdd932;
}
.btn-link-default.btn-link-loadmore {
background: #1997d4 none repeat scroll 0 0;
border-radius: 4px;
display: block;
margin: 30px auto auto;
width: 300px;
}
/***********************************************************************
Home 7
************************************************************************/
.product-best-sale.style2 .filter-product .btn-filter.style-border-left {
margin-top: 0px;
}
.title-product-best-sale .nav-tabs-border {
margin-bottom: 0px;
}
.banner-home7 {
margin-bottom: 50px;
}
.product-best-sale.style2 .item-product-loadmore .item-product-info {
margin: 25px 0 0;
padding: 0;
text-align: center;
}
.product-best-sale.style2 .item-product-loadmore .title-product a {
text-transform: capitalize;
}
.logo-header7 {
display: inline-block;
vertical-align:top;
}
.search-form7 {
border-left: 1px solid #e3e3e3;
display: inline-block;
height: 50px;
margin-left: 25px;
padding-left: 30px;
width: 220px;
}
.main-nav.main-nav7 {
float: right;
}
.search-form7 input[type="text"] {
border: medium none;
color: #999;
max-width: 165px;
}
.register-box a {
border-radius: 6px;
color: #fff;
display: inline-block;
height: 40px;
text-align: center;
vertical-align: top;
width: 100px;
transition:all 0.5s ease-out 0s;
line-height:40px;
text-transform:uppercase;
}
.register-box {
float: right;
}
.info-cart7 .info-icon.icon-cart {
background: #1997d4 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: block;
height: 56px;
position: relative;
text-align: center;
width: 56px;
}
.info-cart7{
position:fixed;
right:10px;
top:100px;
z-index:99999;
}
.info-cart.info-cart7 .info-icon sup {
font-size: 10px;
position: absolute;
right: 12px;
top: 20px;
left:auto;
}
.info-cart.info-cart7 .inner-cart-info {
margin-right: 0;
right: 0;
z-index: 9999;
}
.info-cart7 .link-cart .cart-edit {
background: #1997d4 none repeat scroll 0 0;
}
.info-cart7 .link-cart a{
border-radius:6px;
}
.info-cart7 .link-cart .cart-edit:hover {
background: #fec64d none repeat scroll 0 0;
}
.info-cart7 .link-cart .cart-checkout {
background: #fec64d none repeat scroll 0 0;
}
.cart-title a:hover {
color: #fec64d;
}
.info-cart7 .link-cart .cart-checkout:hover {
background: #1997d4 none repeat scroll 0 0;
}
.info-cart7 .info-icon.icon-cart span{
font-size:18px;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
width:18px;
height:18px;
display:block;
}
.register-box .link-login{
background:#1997d4;
}
.register-box .link-login:hover{
background:#fdd932;
}
.register-box .link-signin{
background:#fdd932;
}
.register-box .link-signin:hover{
background:#1997d4;
}
.search-form7 input[type="submit"] {
/*background: url("../images/icon-search.png") no-repeat center center;*/
border: medium none;
display: inline-block;
height: 16px;
width: 16px;
}
.search-form7 > form {
padding-top: 15px;
}
.cart-wishlist-compare2 {
margin-top: 17px;
}
.cart-wishlist-compare2 a {
color: #999;
line-height: 36px;
transition:all 0.5s ease-out 0s;
}
.cart-wishlist-compare2 a:hover {
color: #1b1d1f;
}
.cart-wishlist-compare2 .product-add-cart {
border: 1px solid #e3e3e3;
border-radius: 4px;
display: inline-block;
height: 36px;
margin: 0 17px;
padding: 0 20px;
}
.product-best-sale.style2 .item-product.item-product-loadmore {
margin: 0 0 50px;
}
.product-best-sale.style2 .btn-link-default.btn-link-loadmore{
margin-top:0;
}
.box-attr-filter {
background: #fff none repeat scroll 0 0;
border: 1px solid #e3e3e3;
border-radius: 4px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
left: 0;
padding: 30px 0;
position: absolute;
top: 100%;
width: 100%;
z-index: 1000;
display:none;
margin-top:5px;
}
.item-box-attr {
display: table;
overflow: hidden;
position: relative;
width: 100%;
}
.item-attr-title {
display: table-cell;
padding: 0 25px;
position: relative;
width: 170px;
}
.item-attr-content {
display: table;
padding: 0 30px;
vertical-align: top;
color:#666;
}
.item-attr-content a {
color: #666;
display: inline-block;
}
.item-attr-content a:hover{
color:#FDD932;
}
.attr-category a {
margin-right: 30px;
}
.box-attr-filter::before {
background: #fbfbfb none repeat scroll 0 0;
border-right: 1px solid #e3e3e3;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 170px;
}
.box-attr-filter .attr-color li a span {
display: block;
height: 16px;
width: 36px;
}
.box-attr-filter .attr-color li a {
border: 1px solid #eaeaea;
display: block;
padding: 1px;
}
.box-attr-filter .attr-size a {
border: 1px solid #eaeaea;
display: block;
height: 20px;
line-height: 18px;
padding: 0;
text-align: center;
width: 40px;
}
.box-attr-filter .attr-brand a{
margin-right:30px;
}
.box-attr-filter .attr-size,.attr-color{
margin-bottom: 20px;
}
.box-attr-filter .attr-category {
margin-bottom: 20px;
}
#slider-range-price {
background: #5a88ca none repeat scroll 0 0;
display: inline-block;
height: 1px;
margin-right: 27px;
width: 255px;
vertical-align:middle;
}
#slider-range-price .ui-slider-range.ui-widget-header.ui-corner-all {
background: #eaeaea none repeat scroll 0 0;
}
#slider-range-price .ui-slider-handle.ui-state-default.ui-corner-all {
background: #5a88ca none repeat scroll 0 0;
border: medium none;
border-radius: 50%;
height: 10px;
margin: 0 0 0 -5px;
top: -4px;
width: 10px;
}
#slider-range-price .ui-slider-handle.ui-state-default.ui-corner-alll:last-child{
background:#666;
}
.attr-price-filter {
display: inline-block;
}
.attr-price-filter label {
font-weight: normal;
}
.attr-price-filter input {
border: medium none;
}
.attr-price-filter > p {
margin-bottom: 15px;
}
.height-light .item-product-thumb {
padding-bottom: 30px;
}
/***********************************************************************
Headings&Separators
************************************************************************/
.box-intro-border {
border-bottom: 2px solid #e5e5e5;
padding-bottom: 15px;
}
.box-intro-background {
background: #f6f6f6 none repeat scroll 0 0;
margin-bottom: 100px;
padding: 70px 0 40px;
text-align: center;
}
.box-intro-background .title {
margin-bottom: 7px;
}
.list-box-intro {
margin-bottom: 100px;
margin-top: 60px;
}
.list-box-intro .box-intro {
margin-bottom: 90px;
}
.box-intro-border {
border-bottom: 2px solid #e5e5e5;
padding-bottom: 15px;
}
.box-intro-background {
background: #f6f6f6 none repeat scroll 0 0;
margin-bottom: 100px;
padding: 70px 0 40px;
text-align: center;
}
.box-intro-background .title {
margin-bottom: 7px;
}
.list-box-intro {
margin-bottom: 100px;
margin-top: 60px;
}
.list-box-intro .box-intro {
margin-bottom: 90px;
}
.heading-box > h1 {
color: #1b1d1f;
font-size: 60px;
font-family: "Open Sans",sans-serif;
margin-bottom:70px;
}
.heading-box > h2 {
color: #1997d4;
font-size: 40px;
margin-bottom:80px;
font-family: 'Oswald', sans-serif;
}
.heading-box h3 {
color: #fec64d;
font-size: 24px;
font-family: "Open Sans",sans-serif;
margin-bottom:80px;
}
.heading-box h4{
font-size: 24px;
color: #1b1d1f;
font-family: 'Great Vibes';
margin-bottom:80px;
}
/***********************************************************************
Teams
************************************************************************/
.team-gallery-thumb {
display: block;
margin-bottom: 20px;
position:relative;
}
.team-gallery-thumb img {
width: 100%;
}
.item-team-gallery h3 a{
color:#1997d4;
font-size:16px;
}
.item-team-gallery h3 a:hover{
color:#1b1d1f;
}
.item-team-gallery h3{
margin:0 0 20px;
}
.item-team-gallery > span {
color: #999;
display: block;
margin-bottom: 10px;
}
.item-team-gallery .desc{
color:#666;
}
.team-gallery-thumb::before {
/*background: rgba(120, 120, 120, 0.5) url("../images/icon-zoom.png") no-repeat scroll center center;*/
content: "";
height: 0;
left: 50%;
opacity: 0;
position: absolute;
top: 50%;
transition: all 0.5s ease-out 0s;
width: 0;
z-index: 9;
}
.team-gallery-thumb:hover::before {
height: 100%;
left: 0;
opacity: 1;
top: 0;
width: 100%;
}
.team-social-network a {
background: #f5f5f5 none repeat scroll 0 0;
border-radius: 50%;
color: #666;
display: block;
height: 34px;
text-align: center;
transition: all 0.5s ease-out 0s;
width: 34px;
}
.team-social-network a:hover{
background:#1997D4;
color:#fff;
}
.team-social-network a i{
line-height:34px;
}
.team-social-network li {
display: inline-block;
padding-left: 2px;
padding-right: 2px;
}
.team-social-network {
margin-left: -2px;
margin-top: 20px;
}
.team-circle-thumb {
background: #1b1d1f none repeat scroll 0 0;
border-radius: 50%;
position: relative;
cursor:pointer;
}
.team-cirle-image {
border-radius: 50%;
transition: all 0.5s ease-out 0s;
width:100%;
}
.info-circle-thumb {
left: 0;
padding: 50px 50px 0;
position: absolute;
text-align: center;
top: 0;
visibility: hidden;
width: 100%;
transition: all 0.5s ease-out 0s;
opacity:0;
transform:scale(0);
}
.info-circle-thumb .desc{
color:#999;
}
.team-circle-social-network a {
background: #f5f5f5 none repeat scroll 0 0;
border-radius: 50%;
color: #666;
display: block;
height: 34px;
text-align: center;
transition: all 0.5s ease-out 0s;
width: 34px;
}
.team-circle-social-network a:hover{
background:#FEC64D;
color:#fff;
}
.team-circle-social-network a i{
line-height:34px;
}
.team-circle-social-network li {
display: inline-block;
padding-left: 2px;
padding-right: 2px;
}
.team-circle-social-network {
margin-left: -2px;
margin-top: 20px;
}
.team-circle-info {
text-align: center;
}
.team-circle-info h3 a{
color:#1b1d1f;
font-size:16px;
}
.team-circle-info h3 a:hover{
color:#FEC64D;
}
.team-circle-info span{
color:#999;
}
.team-circle-info > h3 {
margin: 15px 0 10px;
}
.team-circle-thumb:hover .team-cirle-image{
transform:scale(0.5) translateX(100%) rotate(360deg);
margin-left:30px;
}
.team-circle-thumb:hover {
z-index:9;
}
.team-circle-thumb:hover .info-circle-thumb{
visibility:visible;
opacity:1;
transform:scale(1);
}
.item-team-rectang {
border: 1px solid #e3e3e3;
overflow: hidden;
position: relative;
text-align: center;
}
.item-team-rectang .team-circle-info {
background: #fff none repeat scroll 0 0;
bottom: -60px;
left: 0;
padding: 0 20px 15px;
position: absolute;
transition: all 0.5s ease-out 0s;
width: 100%;
}
.item-team-rectang:hover .team-circle-info {
bottom:0;
}
.list-team-box {
margin-bottom: 50px;
margin-top: 55px;
}
.list-team-box .team-gallery ,.list-team-box .team-circle{
margin-bottom: 100px;
}
.item-team-circle1{
z-index:104;
}
.item-team-circle2{
z-index:103;
}
.item-team-circle3{
z-index:102;
}
.item-team-circle4{
z-index:101;
}
.item-team-circle{
position:relative;
}
.team-rectang-thumb > img ,.team-circle-thumb > img {
width: 100%;
}
.vendor-logo img {
width: 50%;
height: 50%;
}
.banner-text {
text-shadow: 1px 1px 1px #000000;
}
| 0.306631 | 0.062703 |
body
{
width: 100%;
margin: 0;
padding: 0;
}
div, header, main, footer, aside, nav, section, article
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
header, main, footer, aside, nav, section, article
{
display: block;
}
.container
{
display: block;
margin-left: auto;
margin-right: auto;
}
.row
{
display: block;
width: 100%;
float: left;
clear: both;
}
.col
{
float: left;
display: block;
width: 100%;
}
.clf::after, .row::after
{
content: "";
clear: both;
display:table;
}
.only
{
display: none;
}
.left
{
float:left;
}
.right
{
float:right;
}
@media(min-width:1200px) /* xl */
{
.container
{
width: 1140px;
}
.only.xl
{
display: block;
}
/* 100% */
.col.xl-100
{
width: 100%;
}
/* 9/10 */
.col.xl-90
{
width: 90%;
}
/* 4/5 */
.col.xl-80
{
width: 80%;
}
/* 3/4 */
.col.xl-75
{
width: 75%;
}
/* 7/10 */
.col.xl-70
{
width: 70%;
}
/* 2/3 */
.col.xl-66
{
width: 66.66666%;
}
/* 3/5 */
.col.xl-60
{
width: 60%;
}
/* 1/2 */
.col.xl-50
{
width: 50%;
}
/* 2/5 */
.col.xl-40
{
width: 40%;
}
/* 1/3 */
.col.xl-33
{
width: 33.33333%;
}
/* 3/10 */
.col.xl-30
{
width: 30%;
}
/* 1/4 */
.col.xl-25
{
width: 25%;
}
/* 1/5 */
.col.xl-20
{
width: 20%;
}
/* 1/6 */
.col.xl-16
{
width: 16,66666%;
}
/* 1/10 */
.col.xl-10
{
width: 10%;
}
}
@media(min-width:992px) and (max-width:1199px) /* l */
{
.container
{
width: 960px;
}
.only.l
{
display: block;
}
/* 100% */
.col.l-100
{
width: 100%;
}
/* 9/10 */
.col.l-90
{
width: 90%;
}
/* 4/5 */
.col.l-80
{
width: 80%;
}
/* 3/4 */
.col.l-75
{
width: 75%;
}
/* 7/10 */
.col.l-70
{
width: 70%;
}
/* 2/3 */
.col.l-66
{
width: 66.66666%;
}
/* 3/5 */
.col.l-60
{
width: 60%;
}
/* 1/2 */
.col.l-50
{
width: 50%;
}
/* 2/5 */
.col.l-40
{
width: 40%;
}
/* 1/3 */
.col.l-33
{
width: 33.33333%;
}
/* 3/10 */
.col.l-30
{
width: 30%;
}
/* 1/4 */
.col.l-25
{
width: 25%;
}
/* 1/5 */
.col.l-20
{
width: 20%;
}
/* 1/6 */
.col.l-16
{
width: 16,66666%;
}
/* 1/10 */
.col.l-10
{
width: 10%;
}
}
@media (min-width:600px) and (max-width:991px) /* m */
{
.container
{
width: 570px;
}
.only.m
{
display: block;
}
/* 100% */
.col.m-100
{
width: 100%;
}
/* 9/10 */
.col.m-90
{
width: 90%;
}
/* 4/5 */
.col.m-80
{
width: 80%;
}
/* 3/4 */
.col.m-75
{
width: 75%;
}
/* 7/10 */
.col.m-70
{
width: 70%;
}
/* 2/3 */
.col.m-66
{
width: 66.66666%;
}
/* 3/5 */
.col.m-60
{
width: 60%;
}
/* 1/2 */
.col.m-50
{
width: 50%;
}
/* 2/5 */
.col.m-40
{
width: 40%;
}
/* 1/3 */
.col.m-33
{
width: 33.33333%;
}
/* 3/10 */
.col.m-30
{
width: 30%;
}
/* 1/4 */
.col.m-25
{
width: 25%;
}
/* 1/5 */
.col.m-20
{
width: 20%;
}
/* 1/6 */
.col.m-16
{
width: 16,66666%;
}
/* 1/10 */
.col.m-10
{
width: 10%;
}
}
@media (max-width:599px) /* s */
{
.container
{
width: 100%;
}
.only.s
{
display: block;
}
/* 100% */
.col.s-100
{
width: 100%;
}
/* 9/10 */
.col.s-90
{
width: 90%;
}
/* 4/5 */
.col.s-80
{
width: 80%;
}
/* 3/4 */
.col.s-75
{
width: 75%;
}
/* 7/10 */
.col.s-70
{
width: 70%;
}
/* 2/3 */
.col.s-66
{
width: 66.66666%;
}
/* 3/5 */
.col.s-60
{
width: 60%;
}
/* 1/2 */
.col.s-50
{
width: 50%;
}
/* 2/5 */
.col.s-40
{
width: 40%;
}
/* 1/3 */
.col.s-33
{
width: 33.33333%;
}
/* 3/10 */
.col.s-30
{
width: 30%;
}
/* 1/4 */
.col.s-25
{
width: 25%;
}
/* 1/5 */
.col.s-20
{
width: 20%;
}
/* 1/6 */
.col.s-16
{
width: 16,66666%;
}
/* 1/10 */
.col.s-10
{
width: 10%;
}
}
|
jantar.css
|
body
{
width: 100%;
margin: 0;
padding: 0;
}
div, header, main, footer, aside, nav, section, article
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
header, main, footer, aside, nav, section, article
{
display: block;
}
.container
{
display: block;
margin-left: auto;
margin-right: auto;
}
.row
{
display: block;
width: 100%;
float: left;
clear: both;
}
.col
{
float: left;
display: block;
width: 100%;
}
.clf::after, .row::after
{
content: "";
clear: both;
display:table;
}
.only
{
display: none;
}
.left
{
float:left;
}
.right
{
float:right;
}
@media(min-width:1200px) /* xl */
{
.container
{
width: 1140px;
}
.only.xl
{
display: block;
}
/* 100% */
.col.xl-100
{
width: 100%;
}
/* 9/10 */
.col.xl-90
{
width: 90%;
}
/* 4/5 */
.col.xl-80
{
width: 80%;
}
/* 3/4 */
.col.xl-75
{
width: 75%;
}
/* 7/10 */
.col.xl-70
{
width: 70%;
}
/* 2/3 */
.col.xl-66
{
width: 66.66666%;
}
/* 3/5 */
.col.xl-60
{
width: 60%;
}
/* 1/2 */
.col.xl-50
{
width: 50%;
}
/* 2/5 */
.col.xl-40
{
width: 40%;
}
/* 1/3 */
.col.xl-33
{
width: 33.33333%;
}
/* 3/10 */
.col.xl-30
{
width: 30%;
}
/* 1/4 */
.col.xl-25
{
width: 25%;
}
/* 1/5 */
.col.xl-20
{
width: 20%;
}
/* 1/6 */
.col.xl-16
{
width: 16,66666%;
}
/* 1/10 */
.col.xl-10
{
width: 10%;
}
}
@media(min-width:992px) and (max-width:1199px) /* l */
{
.container
{
width: 960px;
}
.only.l
{
display: block;
}
/* 100% */
.col.l-100
{
width: 100%;
}
/* 9/10 */
.col.l-90
{
width: 90%;
}
/* 4/5 */
.col.l-80
{
width: 80%;
}
/* 3/4 */
.col.l-75
{
width: 75%;
}
/* 7/10 */
.col.l-70
{
width: 70%;
}
/* 2/3 */
.col.l-66
{
width: 66.66666%;
}
/* 3/5 */
.col.l-60
{
width: 60%;
}
/* 1/2 */
.col.l-50
{
width: 50%;
}
/* 2/5 */
.col.l-40
{
width: 40%;
}
/* 1/3 */
.col.l-33
{
width: 33.33333%;
}
/* 3/10 */
.col.l-30
{
width: 30%;
}
/* 1/4 */
.col.l-25
{
width: 25%;
}
/* 1/5 */
.col.l-20
{
width: 20%;
}
/* 1/6 */
.col.l-16
{
width: 16,66666%;
}
/* 1/10 */
.col.l-10
{
width: 10%;
}
}
@media (min-width:600px) and (max-width:991px) /* m */
{
.container
{
width: 570px;
}
.only.m
{
display: block;
}
/* 100% */
.col.m-100
{
width: 100%;
}
/* 9/10 */
.col.m-90
{
width: 90%;
}
/* 4/5 */
.col.m-80
{
width: 80%;
}
/* 3/4 */
.col.m-75
{
width: 75%;
}
/* 7/10 */
.col.m-70
{
width: 70%;
}
/* 2/3 */
.col.m-66
{
width: 66.66666%;
}
/* 3/5 */
.col.m-60
{
width: 60%;
}
/* 1/2 */
.col.m-50
{
width: 50%;
}
/* 2/5 */
.col.m-40
{
width: 40%;
}
/* 1/3 */
.col.m-33
{
width: 33.33333%;
}
/* 3/10 */
.col.m-30
{
width: 30%;
}
/* 1/4 */
.col.m-25
{
width: 25%;
}
/* 1/5 */
.col.m-20
{
width: 20%;
}
/* 1/6 */
.col.m-16
{
width: 16,66666%;
}
/* 1/10 */
.col.m-10
{
width: 10%;
}
}
@media (max-width:599px) /* s */
{
.container
{
width: 100%;
}
.only.s
{
display: block;
}
/* 100% */
.col.s-100
{
width: 100%;
}
/* 9/10 */
.col.s-90
{
width: 90%;
}
/* 4/5 */
.col.s-80
{
width: 80%;
}
/* 3/4 */
.col.s-75
{
width: 75%;
}
/* 7/10 */
.col.s-70
{
width: 70%;
}
/* 2/3 */
.col.s-66
{
width: 66.66666%;
}
/* 3/5 */
.col.s-60
{
width: 60%;
}
/* 1/2 */
.col.s-50
{
width: 50%;
}
/* 2/5 */
.col.s-40
{
width: 40%;
}
/* 1/3 */
.col.s-33
{
width: 33.33333%;
}
/* 3/10 */
.col.s-30
{
width: 30%;
}
/* 1/4 */
.col.s-25
{
width: 25%;
}
/* 1/5 */
.col.s-20
{
width: 20%;
}
/* 1/6 */
.col.s-16
{
width: 16,66666%;
}
/* 1/10 */
.col.s-10
{
width: 10%;
}
}
| 0.142381 | 0.057891 |
* Name : Userscripts.org Pimped
* Author : kilroy @ http://userstyles.org/users/43074
* Created on : 26-03-2010
* Version : 0.1
* Homepage : http://userstyles.org/styles/
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("userscripts.org") {
* {
font-family: "Segoe UI" !important;
font-size: 8pt !important;
}
h5, pre, pre *, textarea#script_src {
font-family: Consolas !important;
font-size: 8pt !important;
}
pre {
border-style: solid !important;
border-width: 1px !important;
border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA !important;
max-width: 100% !important;
margin: .5em 0 !important;
}
.container, #nav { width: 1100px !important; }
#right {
padding: 0 5px !important;
float: right !important;
width: 17% !important;
}
#right input {
/*-moz-border-radius: 5px !important;*/
border-style: solid !important;
border-width: 2px !important;
border-color: #888888 #EEEEEE #EEEEEE #888888 !important;
max-width: 100% !important;
}
#content {
padding: 0 5px !important;
width: 80% !important;
}
#script_q {
-moz-border-radius : 4px !important;
height: 12px !important;
line-height: 12px !important;
margin: 0 !important;
border: 1px solid #FF7700 !important;
}
tr[id*="scripts-"] > td { border: none !important; }
table.wide { width: 99% !important; }
th {
border: none !important;
background-color: #FF8800 !important;
}
th a:active { color: white !important; }
th.la a:visited { color: white !important }
/*th.la:first-child { -moz-border-radius-topleft: 5px !important; }
th.la:last-child { -moz-border-radius-topright: 5px !important; }
table > tbody > tr > th { display: inline-block !important; width: auto !important; }
th.la { border: 1px solid black !important; }*/
div.avatar > p > a { text-decoration: none !important; }
a.feed { padding-top: 1px !important; }
body#users-show .main .box {
width: auto !important;
min-height: 0 !important;
}
#install_script { margin: 0 15px 0 0 !important; }
#install_script a.userjs {
font-size: 1.7em !important;
padding: 5px 15px !important;
}
body.wide #content { width: 100% !important; }
h1, h1 > a { font-size: 13pt !important; font-weight: bold !important; }
h2, h2 > a { font-size: 10pt !important; font-weight: bold !important; }
h3, h3 > a { font-weight: bold !important; }
#heading a#avatar { margin-top: -15px !important; }
#script-nav { height: 16px !important; }
#script-nav li {
-moz-border-radius-topleft: 4px !important;
-moz-border-radius-topright: 4px !important;
margin-right: 1px !important;
height: 16px !important;
line-height: 16px !important;
background: #FF7700 !important;
}
#script-nav li.current {
color: white !important;
background: #000000 !important;
line-height: 15px !important;
border-color: #000000 !important;
}
#script-nav li.current span { color: white !important; }
#script-nav li.menu a { color: black !important; padding: 0 10px !important; }
#script-nav li.menu a span { color: black !important; }
#script-nav li.menu a.admin { color: yellow !important; font-weight: normal !important; }
body#users-show .avatar .photo { border: none !important; }
body.users ul.subnav,
body.users ul.subnav li { border: none !important; }
ul.subnav > li.menu { margin-bottom: 1px !important; }
ul.subnav > li.menu:first-child,
ul.subnav > li.menu:first-child > a {
-moz-border-radius-topleft: 5px !important;
-moz-border-radius-topright: 5px !important;
}
ul.subnav > li.menu:last-child,
ul.subnav > li.menu:last-child > a {
-moz-border-radius-bottomleft: 5px !important;
-moz-border-radius-bottomright: 5px !important;
}
ul.subnav > li.menu > a {
background: #FF8800 !important;
color: black !important;
}
ul.subnav > li.menu.current { background: #000000 !important; }
p.subtitle {
margin-bottom: .625em !important;
}
table {
border-collapse: separate !important;
border: 1px solid black !important;
}
table > tbody > tr > th { border-bottom: 1px solid black !important; }
[class="author vcard"] { border-right: 1px solid #CCCCCC !important; }
.author > img { margin: 2px 60px 2px 0 !important; }
table p { margin: 2px 0 5px 0 !important; }
div.admin_section > form > p { margin: 1em 0 1em !important; }
div#about-summary > div#topics {
width: 25% !important;
margin: 0 0 0 10px !important;
float: right !important;
}
div#about-summary > div#topics > p.details {
margin: -16px 0 0 0 !important;
padding: 2px 0 !important;
vertical-align: middle !important;
border: 1px solid black !important;
background: white !important;
}
div#about-summary > div#topics th { padding: 1px 10px 3px 10px !important; }
div#about-summary > div#activity { float: right !important; width: 22% !important; }
div#about-summary > div#activity > div#review-list > div.overview > p.details {
margin: -1px -5px 0 5px !important;
padding: 2px 0 !important;
border: 1px solid black !important;
background: white !important;
}
div#about-summary > div#summary { width: 50% !important; }
div#content > div.postactions { margin-left: 15px !important; }
.pagination { padding-left: 0 !important; }
.pagination * {
display: inline-block !important;
margin-right: -4px !important;
border: 1px solid black !important;
line-height: 1.9em !important;
padding: 0 10px !important;
background: #FF8800 !important;
color: black !important;
}
.pagination a:hover {
background: black !important;
color: white !important;
text-decoration: none !important;
}
.pagination .current,
.pagination *:first-child,
.pagination *:last-child {
background: black !important;
color: white !important;
}
.pagination *:first-child {
margin-right: -1px !important;
-moz-border-radius-topleft: 4px !important;
-moz-border-radius-bottomleft: 4px !important;
padding: 0 10px !important;
}
.pagination *:last-child {
margin-left: 3px !important;
-moz-border-radius-topright: 4px !important;
-moz-border-radius-bottomright: 4px !important;
padding: 0 10px !important;
}
abbr, acronym { border: none !important; }
} /** END **/
|
data/usercss/26719.user.css
|
* Name : Userscripts.org Pimped
* Author : kilroy @ http://userstyles.org/users/43074
* Created on : 26-03-2010
* Version : 0.1
* Homepage : http://userstyles.org/styles/
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("userscripts.org") {
* {
font-family: "Segoe UI" !important;
font-size: 8pt !important;
}
h5, pre, pre *, textarea#script_src {
font-family: Consolas !important;
font-size: 8pt !important;
}
pre {
border-style: solid !important;
border-width: 1px !important;
border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA !important;
max-width: 100% !important;
margin: .5em 0 !important;
}
.container, #nav { width: 1100px !important; }
#right {
padding: 0 5px !important;
float: right !important;
width: 17% !important;
}
#right input {
/*-moz-border-radius: 5px !important;*/
border-style: solid !important;
border-width: 2px !important;
border-color: #888888 #EEEEEE #EEEEEE #888888 !important;
max-width: 100% !important;
}
#content {
padding: 0 5px !important;
width: 80% !important;
}
#script_q {
-moz-border-radius : 4px !important;
height: 12px !important;
line-height: 12px !important;
margin: 0 !important;
border: 1px solid #FF7700 !important;
}
tr[id*="scripts-"] > td { border: none !important; }
table.wide { width: 99% !important; }
th {
border: none !important;
background-color: #FF8800 !important;
}
th a:active { color: white !important; }
th.la a:visited { color: white !important }
/*th.la:first-child { -moz-border-radius-topleft: 5px !important; }
th.la:last-child { -moz-border-radius-topright: 5px !important; }
table > tbody > tr > th { display: inline-block !important; width: auto !important; }
th.la { border: 1px solid black !important; }*/
div.avatar > p > a { text-decoration: none !important; }
a.feed { padding-top: 1px !important; }
body#users-show .main .box {
width: auto !important;
min-height: 0 !important;
}
#install_script { margin: 0 15px 0 0 !important; }
#install_script a.userjs {
font-size: 1.7em !important;
padding: 5px 15px !important;
}
body.wide #content { width: 100% !important; }
h1, h1 > a { font-size: 13pt !important; font-weight: bold !important; }
h2, h2 > a { font-size: 10pt !important; font-weight: bold !important; }
h3, h3 > a { font-weight: bold !important; }
#heading a#avatar { margin-top: -15px !important; }
#script-nav { height: 16px !important; }
#script-nav li {
-moz-border-radius-topleft: 4px !important;
-moz-border-radius-topright: 4px !important;
margin-right: 1px !important;
height: 16px !important;
line-height: 16px !important;
background: #FF7700 !important;
}
#script-nav li.current {
color: white !important;
background: #000000 !important;
line-height: 15px !important;
border-color: #000000 !important;
}
#script-nav li.current span { color: white !important; }
#script-nav li.menu a { color: black !important; padding: 0 10px !important; }
#script-nav li.menu a span { color: black !important; }
#script-nav li.menu a.admin { color: yellow !important; font-weight: normal !important; }
body#users-show .avatar .photo { border: none !important; }
body.users ul.subnav,
body.users ul.subnav li { border: none !important; }
ul.subnav > li.menu { margin-bottom: 1px !important; }
ul.subnav > li.menu:first-child,
ul.subnav > li.menu:first-child > a {
-moz-border-radius-topleft: 5px !important;
-moz-border-radius-topright: 5px !important;
}
ul.subnav > li.menu:last-child,
ul.subnav > li.menu:last-child > a {
-moz-border-radius-bottomleft: 5px !important;
-moz-border-radius-bottomright: 5px !important;
}
ul.subnav > li.menu > a {
background: #FF8800 !important;
color: black !important;
}
ul.subnav > li.menu.current { background: #000000 !important; }
p.subtitle {
margin-bottom: .625em !important;
}
table {
border-collapse: separate !important;
border: 1px solid black !important;
}
table > tbody > tr > th { border-bottom: 1px solid black !important; }
[class="author vcard"] { border-right: 1px solid #CCCCCC !important; }
.author > img { margin: 2px 60px 2px 0 !important; }
table p { margin: 2px 0 5px 0 !important; }
div.admin_section > form > p { margin: 1em 0 1em !important; }
div#about-summary > div#topics {
width: 25% !important;
margin: 0 0 0 10px !important;
float: right !important;
}
div#about-summary > div#topics > p.details {
margin: -16px 0 0 0 !important;
padding: 2px 0 !important;
vertical-align: middle !important;
border: 1px solid black !important;
background: white !important;
}
div#about-summary > div#topics th { padding: 1px 10px 3px 10px !important; }
div#about-summary > div#activity { float: right !important; width: 22% !important; }
div#about-summary > div#activity > div#review-list > div.overview > p.details {
margin: -1px -5px 0 5px !important;
padding: 2px 0 !important;
border: 1px solid black !important;
background: white !important;
}
div#about-summary > div#summary { width: 50% !important; }
div#content > div.postactions { margin-left: 15px !important; }
.pagination { padding-left: 0 !important; }
.pagination * {
display: inline-block !important;
margin-right: -4px !important;
border: 1px solid black !important;
line-height: 1.9em !important;
padding: 0 10px !important;
background: #FF8800 !important;
color: black !important;
}
.pagination a:hover {
background: black !important;
color: white !important;
text-decoration: none !important;
}
.pagination .current,
.pagination *:first-child,
.pagination *:last-child {
background: black !important;
color: white !important;
}
.pagination *:first-child {
margin-right: -1px !important;
-moz-border-radius-topleft: 4px !important;
-moz-border-radius-bottomleft: 4px !important;
padding: 0 10px !important;
}
.pagination *:last-child {
margin-left: 3px !important;
-moz-border-radius-topright: 4px !important;
-moz-border-radius-bottomright: 4px !important;
padding: 0 10px !important;
}
abbr, acronym { border: none !important; }
} /** END **/
| 0.343892 | 0.070784 |
@media screen and (max-width: 1270px){
.main{
width:95%;
margin:auto;
}
#shopdesc{
display: none;
}
#shopping-bar{
width:91px;
float:left;
background-color:transparent;
border-bottom: 0px solid transparent;
margin-right:0px;
}
#shopmark{
float:left;
border-bottom: 2px solid #333333;
}
#arrow{
display: none;
}
.opena{
height:350px;
position: relative;
float:right;
visibility: hidden;
}
.bottom-menu ul li:hover .opena{
visibility: visible;
}
.bottom-menu .main-navigation > ul > li > ul{
width: 300px;
height: 100%;
overflow-y: scroll;
right:auto;
margin-right:-17px;
}
#shopping-drop #drop{
margin-left:0px;
}
#footer{
height:auto;
float:right;
padding-bottom:5%;
}
#footer #outrow{
margin-right:4%;
}
.rightads{
width: 100%;
}
.leftads{
width: 100%;
}
}
@media screen and (max-width: 1140px){
#shopmark{
width:80px;
}
#header #header-content #top-menu ul li{
width:80px;
}
#header #header-content #top-menu ul .home{
margin-right:31px;
}
#header #header-content #top-menu ul .shop{
margin-right:32px;
}
#header #header-content #top-menu ul .cooperate{
margin-right:26px;
}
#header #header-content #top-menu ul .requare{
margin-right:33px;
}
#header #header-content #top-menu ul .support{
margin-right:27px;
}
#header #header-content #top-menu ul .advertise{
margin-right:30px;
}
#header #header-content #top-menu ul .contact{
margin-right:30px;
}
#header #header-content #top-menu ul .panel{
margin-right:30px;
}
#shopmark .shopping{
margin-right:29px;
}
}
@media screen and (max-width: 1044px){
#shopmark{
position: relative;
}
#header #header-content{
height:220px;
}
.hclear{
clear: both;
}
#header #header-content #logo{
width:200px;
height:auto;
direction: rtl;
float:none;
margin:auto;
}
#shopdesc{
display: block;
}
#shopping-bar{
width:217px;
float:left;
background-color:#424242;
border-bottom: 2px solid #333333;
}
#shopmark{
float:right;
border-bottom: 0px solid transparent;
}
#arrow{
display: block;
}
.fixed{
margin-top:-225px;
}
}
@media screen and (max-width: 967px){
#shopdesc{
display: none;
}
#shopping-bar{
width:91px;
float:left;
background-color:#3c3c3c;
border-bottom: 0px solid transparent;
margin-right:0px;
}
#shopmark{
float:left;
border-bottom: 2px solid #333333;
}
#arrow{
display: none;
}
}
@media screen and (max-width: 450px){
#mainer{
display: none;
}
}
@media screen and (max-width: 833px){
#header #header-content #top-menu ul li{
display: none;
}
#header #header-content #top-menu{
margin-top:15px;
}
a#nav-toggle {
display: block;
}
#mobile-nav {
display: block;
}
#shopping-bar{
float:none;
margin:auto;
display: none;
padding-top:7px;
padding-bottom:7px;
}
.fixed{
margin-top:-480px;
}
.shopping{
display: none;
}
#shopmark{
display: none;
margin:auto;
height:10px;
width: 100%;
margin-bottom:0px;
padding-top:7px;
padding-bottom:7px;
background-color:#424242;
}
#drop{
display: none;
}
#header #header-content{
height: 170px;
}
.advertise .rightads{
width: 61%;
}
.advertise .leftads{
width: 39%;
}
}
@media screen and (max-width: 880px){
.bottom-menu ul li{
padding-left:10px;
padding-right:10px;
font-size:11px;
}
.bottom-menu .main-navigation > ul > li > ul{
margin-right:-10px;
}
.bottom-menu{
height:auto;
}
.bottom-menu .main-navigation > ul > li > ul{
margin-top:20px;
}
}
@media screen and (max-width: 950px){
#news ul li{
font-size:11px;
}
#notfound .main{
width:100%;
}
#notfound .logo{
display: inline-table;
clear:both;
width:100%;
direction: rtl;
text-align: right;
background-position: right;
}
}
@media screen and (max-width: 1150px){
.openers .title{
width:80%;
}
.page .sharebox .boxed p{
display: none;
}
}
@media screen and (max-width: 1024px){
.bottom-menu #fixshop{
display: none;
}
}
@media screen and (max-width: 1320px){
.downloadbox .way{
width:90%;
}
.downloadbox .way .online{
width:100%;
margin-right:3%;
}
.downloadbox .way .pay{
width:100%;
margin-right:3%;
}
.downloadbox .way .posting{
width:100%;
margin-right:3%;
}
}
@media screen and (max-width: 700px){
.downloadbox .way .online{
width:89%;
margin-right:3%;
}
.downloadbox .way .pay{
width:89%;
margin-right:3%;
}
.downloadbox .way .posting{
width:89%;
margin-right:3%;
}
}
@media screen and (max-width: 1315px){
#wrapper #posts{
width:70%;
}
#slideshow{
width:70%;
}
#wrapper .posts{
width:100%;
}
.accordion .header{
padding-left:1.5%;
padding-right:1.5%;
}
}
@media screen and (max-width: 1185px){
#wrapper #posts{
width:65%;
}
#slideshow{
width:65%;
}
.post .moreinfo .stat{
font-size:11px;
}
.post .moreinfo .writer{
font-size:11px;
}
.post .moreinfo .comments{
font-size:11px;
}
#wrapper #abzarak{
float: left;
margin-left:2%;
}
#special{
float: left;
margin-left:2%;
}
.post .postpicture{
float:none;
margin: auto;
clear: both;
}
.post .posttitle{
margin-bottom:20px;
}
.post .postinfo{
display: none;
}
}
@media screen and (max-width: 1120px){
#wrapper #abzarak{
margin-left:1%;
}
#special{
margin-left:1%;
}
}
@media screen and (max-width: 1111px){
#wrapper #posts{
width:64%;
}
#slideshow{
width:64%;
}
#wrapper #abzarak{
margin-left:1%;
}
#special{
margin-left:1%;
}
.posts .moreinfo{
width:100%;
text-align: right;
float:none;
clear: both;
margin: auto;
}
.posts .moreinfo .writer{
float: none;
display: inline-block;
margin-right:25px;
}
.posts .moreinfo .stat{
float: none;
display: inline-block;
}
.posts .moreinfo .comments{
float: none;
display: inline-block;
}
.posts .readmore{
float:none;
margin:auto;
text-align: center;
margin-top:20px;
}
}
@media screen and (max-width: 1253px){
.posts .stars{
display: none;
}
}
@media screen and (max-width: 1050px){
#wrapper #posts{
width:60%;
}
.video{
display: none;
}
#card h5{
display: none;
}
#slideshow{
width:60%;
}
#wrapper #abzarak{
margin-left:2%;
}
#special{
margin-left:2%;
}
}
@media screen and (max-width: 800px){
#news{
display: none;
}
#sendcm .message{
width:90%;
}
}
@media screen and (max-width: 995px){
.catcontent .cattitle h4{
margin-bottom:10px;
}
.video{
display: block;
}
.fixed #download{
display: none;
}
#card h5{
display: block;
}
.page .sharebox .boxed p{
display: block;
}
.headcontent ul{
text-align: right;
}
#wrapper #abzarak{
width:100%;
text-align: center;
margin: auto;
margin-top:20px;
direction: rtl;
}
#wrapper #abzarak #category{
width:49%;
}
#wrapper #abzarak #mag{
width:49%;
margin-right:2%;
margin-top:0px;
}
#wrapper #abzarak #teachers{
width:49%;
margin-top:0px;
margin-top:2%;
}
#wrapper #abzarak #nikandroid{
width:49%;
margin-top:0px;
margin-right:2%;
margin-top:2%;
}
#offer .offerlogo{
float:right;
}
#wrapper #abzarak #matlab{
width:49%;
margin-top:0px;
margin-top:2%;
}
#wrapper #abzarak #source{
width:49%;
margin-top:0px;
margin-right:2%;
margin-top:2%;
}
#wrapper #abzarak #order{
width:49%;
margin-top:0px;
margin-top:2%;
}
#wrapper #abzarak #offer{
width:49%;
margin-top:0px;
margin-right:2%;
margin-top:2%;
}
#wrapper #abzarak #rankbox ul{
width:94%;
}
#special{
width:100%;
text-align: center;
margin: auto;
margin-top:20px;
overflow:hidden;
}
.wclear{
clear:both;
}
#wrapper #posts{
width:100%;
}
#slideshow{
width:100%;
}
.arrowbox{
position: absolute;
border-bottom:0px solid transparent;
left:3%;
z-index:1;
}
#matlab .arrowbox{
position:absolute;
border-bottom:0px solid transparent;
left:52%;
}
#searchbox{
width:100%;
direction: ltr;
}
#searchbox .input{
width:100%;
direction: rtl;
}
#searchbox .submit{
position: absolute;
margin-top:-38px;
}
}
@media screen and (max-width: 500px){
.post-sabet .post .stexts,
.post-sabet .post .simage-buy{
width:100%; margin-bottom:20px;
}
#wrapper #abzarak #rankbox ul{
width:90%;
}
.aclear{
clear: both;
}
#notfound .solve{
float:right;
margin-right:0px;
margin-top:20px;
}
}
@media screen and (max-width: 700px){
.demo{
display: none;
}
.special{
display: none;
}
.posts .moreinfo .writer{
margin-right:25px;
}
.video{
display: none;
}
#card h5{
display: none;
}
.posts .moreinfo .stat{
margin-right:25px;
margin-top:5px;
}
.posts .moreinfo .comments{
margin-right:25px;
margin-top:5px;
}
.posts .posttitle h2{
width:80%;
word-break: keep-all;
}
}
@media screen and (max-width: 650px){
.posts .postpicture{
width:70%;
height:70%;
margin-top:10px;
}
.posts .postpicture img {
width: 100%;
height: 100%;
}
}
@media screen and (max-width: 760px){
#wrapper #abzarak #category{
width:100%;
}
#wrapper #abzarak #mag{
width:100%;
margin-right:0%;
}
.page .sharebox .boxed p{
display: none;
}
#wrapper #abzarak #teachers{
width:100%;
margin-top:2%;
}
#wrapper #abzarak #nikandroid{
width:100%;
margin-top:2%;
margin-right:0%;
}
#wrapper #abzarak #matlab{
width:100%;
margin-top:2%;
}
#wrapper #abzarak #source{
width:100%;
margin-top:2%;
margin-right:0%;
}
#wrapper #abzarak #order{
width:100%;
margin-top:2%;
}
#wrapper #abzarak #offer{
width:100%;
margin-top:2%;
margin-right:0%;
}
#wrapper #abzarak #rankbox ul{
width:94%;
}
#matlab .arrowbox{
position:absolute;
border-bottom:0px solid transparent;
left:3%;
}
.headcontent ul li h4{
width:80%;
}
.headcontent ul{
text-align: right;
}
#offer .offerlogo{
float:right;
}
#footer p{
display: none;
}
}
@media screen and (max-width: 1270px){
#footer #lastcomments{
clear: both;
display: inline-table;
}
#footer #links{
display: inline-table;
}
#footer #outrow{
clear: both;
display: inline-table;
/*margin-top:-250px;*/
}
}
@media screen and (max-width: 1400px){
#gotop{
display: none;
}
}
@media screen and (max-width: 753px){
#footer #links{
clear: both;
margin-top:-250px;
}
#footer #outrow{
width:90%;
clear: both;
display: inline-table;
/*margin-top:40px;*/
}
#footer{
padding-bottom:30px;
}
}
@media screen and (max-width: 770px){
#slideshow{
display: none;
}
}
@media screen and (max-width: 380px){
#notfound .logo{
width:250px;
height:120px;
background-size:cover;
}
}
|
resources/views/themes/danesh/css/responsive.css
|
@media screen and (max-width: 1270px){
.main{
width:95%;
margin:auto;
}
#shopdesc{
display: none;
}
#shopping-bar{
width:91px;
float:left;
background-color:transparent;
border-bottom: 0px solid transparent;
margin-right:0px;
}
#shopmark{
float:left;
border-bottom: 2px solid #333333;
}
#arrow{
display: none;
}
.opena{
height:350px;
position: relative;
float:right;
visibility: hidden;
}
.bottom-menu ul li:hover .opena{
visibility: visible;
}
.bottom-menu .main-navigation > ul > li > ul{
width: 300px;
height: 100%;
overflow-y: scroll;
right:auto;
margin-right:-17px;
}
#shopping-drop #drop{
margin-left:0px;
}
#footer{
height:auto;
float:right;
padding-bottom:5%;
}
#footer #outrow{
margin-right:4%;
}
.rightads{
width: 100%;
}
.leftads{
width: 100%;
}
}
@media screen and (max-width: 1140px){
#shopmark{
width:80px;
}
#header #header-content #top-menu ul li{
width:80px;
}
#header #header-content #top-menu ul .home{
margin-right:31px;
}
#header #header-content #top-menu ul .shop{
margin-right:32px;
}
#header #header-content #top-menu ul .cooperate{
margin-right:26px;
}
#header #header-content #top-menu ul .requare{
margin-right:33px;
}
#header #header-content #top-menu ul .support{
margin-right:27px;
}
#header #header-content #top-menu ul .advertise{
margin-right:30px;
}
#header #header-content #top-menu ul .contact{
margin-right:30px;
}
#header #header-content #top-menu ul .panel{
margin-right:30px;
}
#shopmark .shopping{
margin-right:29px;
}
}
@media screen and (max-width: 1044px){
#shopmark{
position: relative;
}
#header #header-content{
height:220px;
}
.hclear{
clear: both;
}
#header #header-content #logo{
width:200px;
height:auto;
direction: rtl;
float:none;
margin:auto;
}
#shopdesc{
display: block;
}
#shopping-bar{
width:217px;
float:left;
background-color:#424242;
border-bottom: 2px solid #333333;
}
#shopmark{
float:right;
border-bottom: 0px solid transparent;
}
#arrow{
display: block;
}
.fixed{
margin-top:-225px;
}
}
@media screen and (max-width: 967px){
#shopdesc{
display: none;
}
#shopping-bar{
width:91px;
float:left;
background-color:#3c3c3c;
border-bottom: 0px solid transparent;
margin-right:0px;
}
#shopmark{
float:left;
border-bottom: 2px solid #333333;
}
#arrow{
display: none;
}
}
@media screen and (max-width: 450px){
#mainer{
display: none;
}
}
@media screen and (max-width: 833px){
#header #header-content #top-menu ul li{
display: none;
}
#header #header-content #top-menu{
margin-top:15px;
}
a#nav-toggle {
display: block;
}
#mobile-nav {
display: block;
}
#shopping-bar{
float:none;
margin:auto;
display: none;
padding-top:7px;
padding-bottom:7px;
}
.fixed{
margin-top:-480px;
}
.shopping{
display: none;
}
#shopmark{
display: none;
margin:auto;
height:10px;
width: 100%;
margin-bottom:0px;
padding-top:7px;
padding-bottom:7px;
background-color:#424242;
}
#drop{
display: none;
}
#header #header-content{
height: 170px;
}
.advertise .rightads{
width: 61%;
}
.advertise .leftads{
width: 39%;
}
}
@media screen and (max-width: 880px){
.bottom-menu ul li{
padding-left:10px;
padding-right:10px;
font-size:11px;
}
.bottom-menu .main-navigation > ul > li > ul{
margin-right:-10px;
}
.bottom-menu{
height:auto;
}
.bottom-menu .main-navigation > ul > li > ul{
margin-top:20px;
}
}
@media screen and (max-width: 950px){
#news ul li{
font-size:11px;
}
#notfound .main{
width:100%;
}
#notfound .logo{
display: inline-table;
clear:both;
width:100%;
direction: rtl;
text-align: right;
background-position: right;
}
}
@media screen and (max-width: 1150px){
.openers .title{
width:80%;
}
.page .sharebox .boxed p{
display: none;
}
}
@media screen and (max-width: 1024px){
.bottom-menu #fixshop{
display: none;
}
}
@media screen and (max-width: 1320px){
.downloadbox .way{
width:90%;
}
.downloadbox .way .online{
width:100%;
margin-right:3%;
}
.downloadbox .way .pay{
width:100%;
margin-right:3%;
}
.downloadbox .way .posting{
width:100%;
margin-right:3%;
}
}
@media screen and (max-width: 700px){
.downloadbox .way .online{
width:89%;
margin-right:3%;
}
.downloadbox .way .pay{
width:89%;
margin-right:3%;
}
.downloadbox .way .posting{
width:89%;
margin-right:3%;
}
}
@media screen and (max-width: 1315px){
#wrapper #posts{
width:70%;
}
#slideshow{
width:70%;
}
#wrapper .posts{
width:100%;
}
.accordion .header{
padding-left:1.5%;
padding-right:1.5%;
}
}
@media screen and (max-width: 1185px){
#wrapper #posts{
width:65%;
}
#slideshow{
width:65%;
}
.post .moreinfo .stat{
font-size:11px;
}
.post .moreinfo .writer{
font-size:11px;
}
.post .moreinfo .comments{
font-size:11px;
}
#wrapper #abzarak{
float: left;
margin-left:2%;
}
#special{
float: left;
margin-left:2%;
}
.post .postpicture{
float:none;
margin: auto;
clear: both;
}
.post .posttitle{
margin-bottom:20px;
}
.post .postinfo{
display: none;
}
}
@media screen and (max-width: 1120px){
#wrapper #abzarak{
margin-left:1%;
}
#special{
margin-left:1%;
}
}
@media screen and (max-width: 1111px){
#wrapper #posts{
width:64%;
}
#slideshow{
width:64%;
}
#wrapper #abzarak{
margin-left:1%;
}
#special{
margin-left:1%;
}
.posts .moreinfo{
width:100%;
text-align: right;
float:none;
clear: both;
margin: auto;
}
.posts .moreinfo .writer{
float: none;
display: inline-block;
margin-right:25px;
}
.posts .moreinfo .stat{
float: none;
display: inline-block;
}
.posts .moreinfo .comments{
float: none;
display: inline-block;
}
.posts .readmore{
float:none;
margin:auto;
text-align: center;
margin-top:20px;
}
}
@media screen and (max-width: 1253px){
.posts .stars{
display: none;
}
}
@media screen and (max-width: 1050px){
#wrapper #posts{
width:60%;
}
.video{
display: none;
}
#card h5{
display: none;
}
#slideshow{
width:60%;
}
#wrapper #abzarak{
margin-left:2%;
}
#special{
margin-left:2%;
}
}
@media screen and (max-width: 800px){
#news{
display: none;
}
#sendcm .message{
width:90%;
}
}
@media screen and (max-width: 995px){
.catcontent .cattitle h4{
margin-bottom:10px;
}
.video{
display: block;
}
.fixed #download{
display: none;
}
#card h5{
display: block;
}
.page .sharebox .boxed p{
display: block;
}
.headcontent ul{
text-align: right;
}
#wrapper #abzarak{
width:100%;
text-align: center;
margin: auto;
margin-top:20px;
direction: rtl;
}
#wrapper #abzarak #category{
width:49%;
}
#wrapper #abzarak #mag{
width:49%;
margin-right:2%;
margin-top:0px;
}
#wrapper #abzarak #teachers{
width:49%;
margin-top:0px;
margin-top:2%;
}
#wrapper #abzarak #nikandroid{
width:49%;
margin-top:0px;
margin-right:2%;
margin-top:2%;
}
#offer .offerlogo{
float:right;
}
#wrapper #abzarak #matlab{
width:49%;
margin-top:0px;
margin-top:2%;
}
#wrapper #abzarak #source{
width:49%;
margin-top:0px;
margin-right:2%;
margin-top:2%;
}
#wrapper #abzarak #order{
width:49%;
margin-top:0px;
margin-top:2%;
}
#wrapper #abzarak #offer{
width:49%;
margin-top:0px;
margin-right:2%;
margin-top:2%;
}
#wrapper #abzarak #rankbox ul{
width:94%;
}
#special{
width:100%;
text-align: center;
margin: auto;
margin-top:20px;
overflow:hidden;
}
.wclear{
clear:both;
}
#wrapper #posts{
width:100%;
}
#slideshow{
width:100%;
}
.arrowbox{
position: absolute;
border-bottom:0px solid transparent;
left:3%;
z-index:1;
}
#matlab .arrowbox{
position:absolute;
border-bottom:0px solid transparent;
left:52%;
}
#searchbox{
width:100%;
direction: ltr;
}
#searchbox .input{
width:100%;
direction: rtl;
}
#searchbox .submit{
position: absolute;
margin-top:-38px;
}
}
@media screen and (max-width: 500px){
.post-sabet .post .stexts,
.post-sabet .post .simage-buy{
width:100%; margin-bottom:20px;
}
#wrapper #abzarak #rankbox ul{
width:90%;
}
.aclear{
clear: both;
}
#notfound .solve{
float:right;
margin-right:0px;
margin-top:20px;
}
}
@media screen and (max-width: 700px){
.demo{
display: none;
}
.special{
display: none;
}
.posts .moreinfo .writer{
margin-right:25px;
}
.video{
display: none;
}
#card h5{
display: none;
}
.posts .moreinfo .stat{
margin-right:25px;
margin-top:5px;
}
.posts .moreinfo .comments{
margin-right:25px;
margin-top:5px;
}
.posts .posttitle h2{
width:80%;
word-break: keep-all;
}
}
@media screen and (max-width: 650px){
.posts .postpicture{
width:70%;
height:70%;
margin-top:10px;
}
.posts .postpicture img {
width: 100%;
height: 100%;
}
}
@media screen and (max-width: 760px){
#wrapper #abzarak #category{
width:100%;
}
#wrapper #abzarak #mag{
width:100%;
margin-right:0%;
}
.page .sharebox .boxed p{
display: none;
}
#wrapper #abzarak #teachers{
width:100%;
margin-top:2%;
}
#wrapper #abzarak #nikandroid{
width:100%;
margin-top:2%;
margin-right:0%;
}
#wrapper #abzarak #matlab{
width:100%;
margin-top:2%;
}
#wrapper #abzarak #source{
width:100%;
margin-top:2%;
margin-right:0%;
}
#wrapper #abzarak #order{
width:100%;
margin-top:2%;
}
#wrapper #abzarak #offer{
width:100%;
margin-top:2%;
margin-right:0%;
}
#wrapper #abzarak #rankbox ul{
width:94%;
}
#matlab .arrowbox{
position:absolute;
border-bottom:0px solid transparent;
left:3%;
}
.headcontent ul li h4{
width:80%;
}
.headcontent ul{
text-align: right;
}
#offer .offerlogo{
float:right;
}
#footer p{
display: none;
}
}
@media screen and (max-width: 1270px){
#footer #lastcomments{
clear: both;
display: inline-table;
}
#footer #links{
display: inline-table;
}
#footer #outrow{
clear: both;
display: inline-table;
/*margin-top:-250px;*/
}
}
@media screen and (max-width: 1400px){
#gotop{
display: none;
}
}
@media screen and (max-width: 753px){
#footer #links{
clear: both;
margin-top:-250px;
}
#footer #outrow{
width:90%;
clear: both;
display: inline-table;
/*margin-top:40px;*/
}
#footer{
padding-bottom:30px;
}
}
@media screen and (max-width: 770px){
#slideshow{
display: none;
}
}
@media screen and (max-width: 380px){
#notfound .logo{
width:250px;
height:120px;
background-size:cover;
}
}
| 0.168823 | 0.064359 |
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
/* background:rgb(241,241,241); */
}
body{
margin:auto;
padding:1em;
margin-top: 0.7em;
padding-top:0.7em;
color:#444;
/* font-family:-apple-system,"Helvetica Neue","Lucida Grande",'Open Sans', sans-serif; */
font-family: sans-serif;
font-size:15px;
line-height:1.5em;
max-width:800px;
background:#fefefe;
}
a{
color: #0645ad;
text-decoration:none;
}
/*
a:visited{ color: #0b0080; }
a:hover{ color: #06e; }
a:active{ color:#faa700; }
a:focus{ outline: thin dotted; }
a:hover, a:active{ outline: 0; }
::-moz-selection{background:rgba(255,255,0,0.3);color:#000}
::selection{background:rgba(255,255,0,0.3);color:#000}
a::-moz-selection{background:rgba(255,255,0,0.3);color:#0645ad}
a::selection{background:rgba(255,255,0,0.3);color:#0645ad}
*/
p{
margin:1em 0;
}
textarea,
pre {
-moz-tab-size : 4;
-o-tab-size : 4;
tab-size : 4;
}
h1,h2,h3,h4,h5,h6{
font-weight:normal;
color:#111;
line-height:1em;
font-family: georgia;
}
h4,h5,h6{ font-weight: bold; }
h1{ font-size:2.5em; }
h2{ font-size:2em; }
h3{ font-size:1.5em; }
h4{ font-size:1.2em; }
h5{ font-size:1em; }
h6{ font-size:0.9em; }
div.toc:before{
content:"Table of Contents:";
font-weight: bold;
font-family: georgia;
}
div.toc{
content:"TOC";
border: 2px dashed #ccc;
padding: 5px 10px;
border-radius: 1px;
margin: 10px 10px;
background-color: #f8f8f8;
width:fit-content; width:-webkit-fit-content; width:-moz-fit-content;
}
/*
blockquote{
color:#666666;
margin:0;
padding-left: 3em;
border-left: 0.5em #EEE solid;
}
*/
blockquote {
font-size: 1em;
margin: 2em 2em 2em 1em;
padding: 0 .75em 0 1.25em;
border-left: 1px solid #777;
}
hr {
display: block;
height: 2px;
border: 0;
border-top: 1px solid #aaa;
border-bottom: 1px solid #eee;
margin: 1em 0;
padding: 0;
}
/*
pre, code, kbd, samp {
color: #000;
font-family: monospace, monospace; _font-family: 'courier new', monospace;
font-size: 0.98em; }
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
*/
pre {
background-color: #f8f8f8;
border: 1px solid #ccc;
line-height: 19px;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
overflow: false;
/* overflow: auto; */ /* Shouldn't be needed with wrapping */
padding: 5px 10px;
border-radius: 3px;
margin: 10px 5px;
}
pre code, pre tt ,samp,code{
background-color: transparent;
font-family:'courier', monospace;;
border: none;
}
b, strong { font-weight: bold; }
dfn { font-style: italic; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol {
margin: 0 0;
padding: 0 0 0 1em;
}
li p:last-child {
margin:0
}
dd {
margin: 0 0 0 2em;
}
/*
ul, ol, li {
padding: 1;
margin: 0.5;
/* line-height: 0; */
video {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
max-width:100%;
/* width: 100%; */
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
max-width:100%;
/* width: 100%; */
}
@-moz-document url-prefix() {
/* Firefox doesn't respect max-width in certain situations */
img { width: 100%; max-width: -moz-max-content; }
/* These are Firefox specific fixes are from: http://stackoverflow.com/a/33791838/3633154 */
}
table {
border: 1px solid rgba(0,0,0,0.25);
border-collapse: collapse;
display: table;
empty-cells: hide;
margin: -1px 0 23px;
padding: 0;
table-layout: fixed;
}
table th,table td {
font-size: 1.1em;
line-height: 23px;
padding: 0 1em;
}
table thead {
background: rgba(0,0,0,0.15);
border: 1px solid rgba(0,0,0,0.15);
border-bottom: 1px solid rgba(0,0,0,0.2);
}
table tbody {
background: rgba(0,0,0,0.05);
}
table tfoot {
background: rgba(0,0,0,0.15);
border: 1px solid rgba(0,0,0,0.15);
border-top: 1px solid rgba(0,0,0,0.2);
}
table tr:nth-child(odd),table th:nth-child(odd),table td:nth-child(odd) {
background: rgba(255,255,255,0.06);
}
table tr:nth-child(even),table td:nth-child(even) {
background: rgba(200,200,200,0.25);
}
td { vertical-align: top; }
|
NBweb/_NBweb/style.css
|
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
/* background:rgb(241,241,241); */
}
body{
margin:auto;
padding:1em;
margin-top: 0.7em;
padding-top:0.7em;
color:#444;
/* font-family:-apple-system,"Helvetica Neue","Lucida Grande",'Open Sans', sans-serif; */
font-family: sans-serif;
font-size:15px;
line-height:1.5em;
max-width:800px;
background:#fefefe;
}
a{
color: #0645ad;
text-decoration:none;
}
/*
a:visited{ color: #0b0080; }
a:hover{ color: #06e; }
a:active{ color:#faa700; }
a:focus{ outline: thin dotted; }
a:hover, a:active{ outline: 0; }
::-moz-selection{background:rgba(255,255,0,0.3);color:#000}
::selection{background:rgba(255,255,0,0.3);color:#000}
a::-moz-selection{background:rgba(255,255,0,0.3);color:#0645ad}
a::selection{background:rgba(255,255,0,0.3);color:#0645ad}
*/
p{
margin:1em 0;
}
textarea,
pre {
-moz-tab-size : 4;
-o-tab-size : 4;
tab-size : 4;
}
h1,h2,h3,h4,h5,h6{
font-weight:normal;
color:#111;
line-height:1em;
font-family: georgia;
}
h4,h5,h6{ font-weight: bold; }
h1{ font-size:2.5em; }
h2{ font-size:2em; }
h3{ font-size:1.5em; }
h4{ font-size:1.2em; }
h5{ font-size:1em; }
h6{ font-size:0.9em; }
div.toc:before{
content:"Table of Contents:";
font-weight: bold;
font-family: georgia;
}
div.toc{
content:"TOC";
border: 2px dashed #ccc;
padding: 5px 10px;
border-radius: 1px;
margin: 10px 10px;
background-color: #f8f8f8;
width:fit-content; width:-webkit-fit-content; width:-moz-fit-content;
}
/*
blockquote{
color:#666666;
margin:0;
padding-left: 3em;
border-left: 0.5em #EEE solid;
}
*/
blockquote {
font-size: 1em;
margin: 2em 2em 2em 1em;
padding: 0 .75em 0 1.25em;
border-left: 1px solid #777;
}
hr {
display: block;
height: 2px;
border: 0;
border-top: 1px solid #aaa;
border-bottom: 1px solid #eee;
margin: 1em 0;
padding: 0;
}
/*
pre, code, kbd, samp {
color: #000;
font-family: monospace, monospace; _font-family: 'courier new', monospace;
font-size: 0.98em; }
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
*/
pre {
background-color: #f8f8f8;
border: 1px solid #ccc;
line-height: 19px;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
overflow: false;
/* overflow: auto; */ /* Shouldn't be needed with wrapping */
padding: 5px 10px;
border-radius: 3px;
margin: 10px 5px;
}
pre code, pre tt ,samp,code{
background-color: transparent;
font-family:'courier', monospace;;
border: none;
}
b, strong { font-weight: bold; }
dfn { font-style: italic; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol {
margin: 0 0;
padding: 0 0 0 1em;
}
li p:last-child {
margin:0
}
dd {
margin: 0 0 0 2em;
}
/*
ul, ol, li {
padding: 1;
margin: 0.5;
/* line-height: 0; */
video {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
max-width:100%;
/* width: 100%; */
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
max-width:100%;
/* width: 100%; */
}
@-moz-document url-prefix() {
/* Firefox doesn't respect max-width in certain situations */
img { width: 100%; max-width: -moz-max-content; }
/* These are Firefox specific fixes are from: http://stackoverflow.com/a/33791838/3633154 */
}
table {
border: 1px solid rgba(0,0,0,0.25);
border-collapse: collapse;
display: table;
empty-cells: hide;
margin: -1px 0 23px;
padding: 0;
table-layout: fixed;
}
table th,table td {
font-size: 1.1em;
line-height: 23px;
padding: 0 1em;
}
table thead {
background: rgba(0,0,0,0.15);
border: 1px solid rgba(0,0,0,0.15);
border-bottom: 1px solid rgba(0,0,0,0.2);
}
table tbody {
background: rgba(0,0,0,0.05);
}
table tfoot {
background: rgba(0,0,0,0.15);
border: 1px solid rgba(0,0,0,0.15);
border-top: 1px solid rgba(0,0,0,0.2);
}
table tr:nth-child(odd),table th:nth-child(odd),table td:nth-child(odd) {
background: rgba(255,255,255,0.06);
}
table tr:nth-child(even),table td:nth-child(even) {
background: rgba(200,200,200,0.25);
}
td { vertical-align: top; }
| 0.314366 | 0.074131 |
@charset "UTF-8";
/*!
* Material Design Iconic Font by <NAME> ($zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
* License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
font-family: "Material-Design-Iconic-Font";
src: url("../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0") format("woff2"), url("../fonts/Material-Design-Iconic-Font.woff?v=2.2.0") format("woff"), url("../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0") format("truetype");
font-weight: normal;
font-style: normal; }
.zmdi {
display: inline-block;
font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.zmdi-hc-lg {
font-size: 1.3333333333em;
line-height: 0.75em;
vertical-align: -15%; }
.zmdi-hc-2x {
font-size: 2em; }
.zmdi-hc-3x {
font-size: 3em; }
.zmdi-hc-4x {
font-size: 4em; }
.zmdi-hc-5x {
font-size: 5em; }
.zmdi-hc-fw {
width: 1.2857142857em;
text-align: center; }
.zmdi-hc-ul {
padding-left: 0;
margin-left: 2.1428571429em;
list-style-type: none; }
.zmdi-hc-ul > li {
position: relative; }
.zmdi-hc-li {
position: absolute;
left: -2.1428571429em;
width: 2.1428571429em;
top: 0.1428571429em;
text-align: center; }
.zmdi-hc-li.zmdi-hc-lg {
left: -1.8571428571em; }
.zmdi-hc-border {
padding: .1em .25em;
border: solid 0.1em #9E9E9E;
border-radius: 2px; }
.zmdi-hc-border-circle {
padding: .1em .25em;
border: solid 0.1em #9E9E9E;
border-radius: 50%; }
.zmdi.pull-left {
float: left;
margin-right: .15em; }
.zmdi.pull-right {
float: right;
margin-left: .15em; }
.zmdi-hc-spin {
animation: zmdi-spin 1.5s infinite linear; }
.zmdi-hc-spin-reverse {
animation: zmdi-spin-reverse 1.5s infinite linear; }
@keyframes zmdi-spin {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(359deg); } }
@keyframes zmdi-spin-reverse {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(-359deg); } }
.zmdi-hc-rotate-90 {
transform: rotate(90deg); }
.zmdi-hc-rotate-180 {
transform: rotate(180deg); }
.zmdi-hc-rotate-270 {
transform: rotate(270deg); }
.zmdi-hc-flip-horizontal {
transform: scale(-1, 1); }
.zmdi-hc-flip-vertical {
transform: scale(1, -1); }
.zmdi-hc-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle; }
.zmdi-hc-stack-1x, .zmdi-hc-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center; }
.zmdi-hc-stack-1x {
line-height: inherit; }
.zmdi-hc-stack-2x {
font-size: 2em; }
.zmdi-hc-inverse {
color: #FFFFFF; }
/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.zmdi-3d-rotation:before {
content: "๏"; }
.zmdi-airplane-off:before {
content: "๏"; }
.zmdi-airplane:before {
content: "๏"; }
.zmdi-album:before {
content: "๏"; }
.zmdi-archive:before {
content: "๏
"; }
.zmdi-assignment-account:before {
content: "๏"; }
.zmdi-assignment-alert:before {
content: "๏"; }
.zmdi-assignment-check:before {
content: "๏"; }
.zmdi-assignment-o:before {
content: "๏"; }
.zmdi-assignment-return:before {
content: "๏"; }
.zmdi-assignment-returned:before {
content: "๏"; }
.zmdi-assignment:before {
content: "๏"; }
.zmdi-attachment-alt:before {
content: "๏"; }
.zmdi-attachment:before {
content: "๏"; }
.zmdi-audio:before {
content: "๏"; }
.zmdi-badge-check:before {
content: "๏"; }
.zmdi-balance-wallet:before {
content: "๏"; }
.zmdi-balance:before {
content: "๏"; }
.zmdi-battery-alert:before {
content: "๏"; }
.zmdi-battery-flash:before {
content: "๏"; }
.zmdi-battery-unknown:before {
content: "๏"; }
.zmdi-battery:before {
content: "๏"; }
.zmdi-bike:before {
content: "๏"; }
.zmdi-block-alt:before {
content: "๏"; }
.zmdi-block:before {
content: "๏"; }
.zmdi-boat:before {
content: "๏"; }
.zmdi-book-image:before {
content: "๏"; }
.zmdi-book:before {
content: "๏"; }
.zmdi-bookmark-outline:before {
content: "๏"; }
.zmdi-bookmark:before {
content: "๏"; }
.zmdi-brush:before {
content: "๏"; }
.zmdi-bug:before {
content: "๏ "; }
.zmdi-bus:before {
content: "๏ก"; }
.zmdi-cake:before {
content: "๏ข"; }
.zmdi-car-taxi:before {
content: "๏ฃ"; }
.zmdi-car-wash:before {
content: "๏ค"; }
.zmdi-car:before {
content: "๏ฅ"; }
.zmdi-card-giftcard:before {
content: "๏ฆ"; }
.zmdi-card-membership:before {
content: "๏ง"; }
.zmdi-card-travel:before {
content: "๏จ"; }
.zmdi-card:before {
content: "๏ฉ"; }
.zmdi-case-check:before {
content: "๏ช"; }
.zmdi-case-download:before {
content: "๏ซ"; }
.zmdi-case-play:before {
content: "๏ฌ"; }
.zmdi-case:before {
content: "๏ญ"; }
.zmdi-cast-connected:before {
content: "๏ฎ"; }
.zmdi-cast:before {
content: "๏ฏ"; }
.zmdi-chart-donut:before {
content: "๏ฐ"; }
.zmdi-chart:before {
content: "๏ฑ"; }
.zmdi-city-alt:before {
content: "๏ฒ"; }
.zmdi-city:before {
content: "๏ณ"; }
.zmdi-close-circle-o:before {
content: "๏ด"; }
.zmdi-close-circle:before {
content: "๏ต"; }
.zmdi-close:before {
content: "๏ถ"; }
.zmdi-cocktail:before {
content: "๏ท"; }
.zmdi-code-setting:before {
content: "๏ธ"; }
.zmdi-code-smartphone:before {
content: "๏น"; }
.zmdi-code:before {
content: "๏บ"; }
.zmdi-coffee:before {
content: "๏ป"; }
.zmdi-collection-bookmark:before {
content: "๏ผ"; }
.zmdi-collection-case-play:before {
content: "๏ฝ"; }
.zmdi-collection-folder-image:before {
content: "๏พ"; }
.zmdi-collection-image-o:before {
content: "๏ฟ"; }
.zmdi-collection-image:before {
content: "๏
"; }
.zmdi-collection-item-1:before {
content: "๏
"; }
.zmdi-collection-item-2:before {
content: "๏
"; }
.zmdi-collection-item-3:before {
content: "๏
"; }
.zmdi-collection-item-4:before {
content: "๏
"; }
.zmdi-collection-item-5:before {
content: "๏
"; }
.zmdi-collection-item-6:before {
content: "๏
"; }
.zmdi-collection-item-7:before {
content: "๏
"; }
.zmdi-collection-item-8:before {
content: "๏
"; }
.zmdi-collection-item-9-plus:before {
content: "๏
"; }
.zmdi-collection-item-9:before {
content: "๏
"; }
.zmdi-collection-item:before {
content: "๏
"; }
.zmdi-collection-music:before {
content: "๏
"; }
.zmdi-collection-pdf:before {
content: "๏
"; }
.zmdi-collection-plus:before {
content: "๏
"; }
.zmdi-collection-speaker:before {
content: "๏
"; }
.zmdi-collection-text:before {
content: "๏
"; }
.zmdi-collection-video:before {
content: "๏
"; }
.zmdi-compass:before {
content: "๏
"; }
.zmdi-cutlery:before {
content: "๏
"; }
.zmdi-delete:before {
content: "๏
"; }
.zmdi-dialpad:before {
content: "๏
"; }
.zmdi-dns:before {
content: "๏
"; }
.zmdi-drink:before {
content: "๏
"; }
.zmdi-edit:before {
content: "๏
"; }
.zmdi-email-open:before {
content: "๏
"; }
.zmdi-email:before {
content: "๏
"; }
.zmdi-eye-off:before {
content: "๏
"; }
.zmdi-eye:before {
content: "๏
"; }
.zmdi-eyedropper:before {
content: "๏
"; }
.zmdi-favorite-outline:before {
content: "๏
"; }
.zmdi-favorite:before {
content: "๏
"; }
.zmdi-filter-list:before {
content: "๏
"; }
.zmdi-fire:before {
content: "๏
ก"; }
.zmdi-flag:before {
content: "๏
ข"; }
.zmdi-flare:before {
content: "๏
ฃ"; }
.zmdi-flash-auto:before {
content: "๏
ค"; }
.zmdi-flash-off:before {
content: "๏
ฅ"; }
.zmdi-flash:before {
content: "๏
ฆ"; }
.zmdi-flip:before {
content: "๏
ง"; }
.zmdi-flower-alt:before {
content: "๏
จ"; }
.zmdi-flower:before {
content: "๏
ฉ"; }
.zmdi-font:before {
content: "๏
ช"; }
.zmdi-fullscreen-alt:before {
content: "๏
ซ"; }
.zmdi-fullscreen-exit:before {
content: "๏
ฌ"; }
.zmdi-fullscreen:before {
content: "๏
ญ"; }
.zmdi-functions:before {
content: "๏
ฎ"; }
.zmdi-gas-station:before {
content: "๏
ฏ"; }
.zmdi-gesture:before {
content: "๏
ฐ"; }
.zmdi-globe-alt:before {
content: "๏
ฑ"; }
.zmdi-globe-lock:before {
content: "๏
ฒ"; }
.zmdi-globe:before {
content: "๏
ณ"; }
.zmdi-graduation-cap:before {
content: "๏
ด"; }
.zmdi-home:before {
content: "๏
ต"; }
.zmdi-hospital-alt:before {
content: "๏
ถ"; }
.zmdi-hospital:before {
content: "๏
ท"; }
.zmdi-hotel:before {
content: "๏
ธ"; }
.zmdi-hourglass-alt:before {
content: "๏
น"; }
.zmdi-hourglass-outline:before {
content: "๏
บ"; }
.zmdi-hourglass:before {
content: "๏
ป"; }
.zmdi-http:before {
content: "๏
ผ"; }
.zmdi-image-alt:before {
content: "๏
ฝ"; }
.zmdi-image-o:before {
content: "๏
พ"; }
.zmdi-image:before {
content: "๏
ฟ"; }
.zmdi-inbox:before {
content: "๏"; }
.zmdi-invert-colors-off:before {
content: "๏"; }
.zmdi-invert-colors:before {
content: "๏"; }
.zmdi-key:before {
content: "๏"; }
.zmdi-label-alt-outline:before {
content: "๏"; }
.zmdi-label-alt:before {
content: "๏
"; }
.zmdi-label-heart:before {
content: "๏"; }
.zmdi-label:before {
content: "๏"; }
.zmdi-labels:before {
content: "๏"; }
.zmdi-lamp:before {
content: "๏"; }
.zmdi-landscape:before {
content: "๏"; }
.zmdi-layers-off:before {
content: "๏"; }
.zmdi-layers:before {
content: "๏"; }
.zmdi-library:before {
content: "๏"; }
.zmdi-link:before {
content: "๏"; }
.zmdi-lock-open:before {
content: "๏"; }
.zmdi-lock-outline:before {
content: "๏"; }
.zmdi-lock:before {
content: "๏"; }
.zmdi-mail-reply-all:before {
content: "๏"; }
.zmdi-mail-reply:before {
content: "๏"; }
.zmdi-mail-send:before {
content: "๏"; }
.zmdi-mall:before {
content: "๏"; }
.zmdi-map:before {
content: "๏"; }
.zmdi-menu:before {
content: "๏"; }
.zmdi-money-box:before {
content: "๏"; }
.zmdi-money-off:before {
content: "๏"; }
.zmdi-money:before {
content: "๏"; }
.zmdi-more-vert:before {
content: "๏"; }
.zmdi-more:before {
content: "๏"; }
.zmdi-movie-alt:before {
content: "๏"; }
.zmdi-movie:before {
content: "๏"; }
.zmdi-nature-people:before {
content: "๏"; }
.zmdi-nature:before {
content: "๏ "; }
.zmdi-navigation:before {
content: "๏ก"; }
.zmdi-open-in-browser:before {
content: "๏ข"; }
.zmdi-open-in-new:before {
content: "๏ฃ"; }
.zmdi-palette:before {
content: "๏ค"; }
.zmdi-parking:before {
content: "๏ฅ"; }
.zmdi-pin-account:before {
content: "๏ฆ"; }
.zmdi-pin-assistant:before {
content: "๏ง"; }
.zmdi-pin-drop:before {
content: "๏จ"; }
.zmdi-pin-help:before {
content: "๏ฉ"; }
.zmdi-pin-off:before {
content: "๏ช"; }
.zmdi-pin:before {
content: "๏ซ"; }
.zmdi-pizza:before {
content: "๏ฌ"; }
.zmdi-plaster:before {
content: "๏ญ"; }
.zmdi-power-setting:before {
content: "๏ฎ"; }
.zmdi-power:before {
content: "๏ฏ"; }
.zmdi-print:before {
content: "๏ฐ"; }
.zmdi-puzzle-piece:before {
content: "๏ฑ"; }
.zmdi-quote:before {
content: "๏ฒ"; }
.zmdi-railway:before {
content: "๏ณ"; }
.zmdi-receipt:before {
content: "๏ด"; }
.zmdi-refresh-alt:before {
content: "๏ต"; }
.zmdi-refresh-sync-alert:before {
content: "๏ถ"; }
.zmdi-refresh-sync-off:before {
content: "๏ท"; }
.zmdi-refresh-sync:before {
content: "๏ธ"; }
.zmdi-refresh:before {
content: "๏น"; }
.zmdi-roller:before {
content: "๏บ"; }
.zmdi-ruler:before {
content: "๏ป"; }
.zmdi-scissors:before {
content: "๏ผ"; }
.zmdi-screen-rotation-lock:before {
content: "๏ฝ"; }
.zmdi-screen-rotation:before {
content: "๏พ"; }
.zmdi-search-for:before {
content: "๏ฟ"; }
.zmdi-search-in-file:before {
content: "๏"; }
.zmdi-search-in-page:before {
content: "๏"; }
.zmdi-search-replace:before {
content: "๏"; }
.zmdi-search:before {
content: "๏"; }
.zmdi-seat:before {
content: "๏"; }
.zmdi-settings-square:before {
content: "๏
"; }
.zmdi-settings:before {
content: "๏"; }
.zmdi-shield-check:before {
content: "๏"; }
.zmdi-shield-security:before {
content: "๏"; }
.zmdi-shopping-basket:before {
content: "๏"; }
.zmdi-shopping-cart-plus:before {
content: "๏"; }
.zmdi-shopping-cart:before {
content: "๏"; }
.zmdi-sign-in:before {
content: "๏"; }
.zmdi-sort-amount-asc:before {
content: "๏"; }
.zmdi-sort-amount-desc:before {
content: "๏"; }
.zmdi-sort-asc:before {
content: "๏"; }
.zmdi-sort-desc:before {
content: "๏"; }
.zmdi-spellcheck:before {
content: "๏"; }
.zmdi-storage:before {
content: "๏"; }
.zmdi-store-24:before {
content: "๏"; }
.zmdi-store:before {
content: "๏"; }
.zmdi-subway:before {
content: "๏"; }
.zmdi-sun:before {
content: "๏"; }
.zmdi-tab-unselected:before {
content: "๏"; }
.zmdi-tab:before {
content: "๏"; }
.zmdi-tag-close:before {
content: "๏"; }
.zmdi-tag-more:before {
content: "๏"; }
.zmdi-tag:before {
content: "๏"; }
.zmdi-thumb-down:before {
content: "๏"; }
.zmdi-thumb-up-down:before {
content: "๏"; }
.zmdi-thumb-up:before {
content: "๏"; }
.zmdi-ticket-star:before {
content: "๏"; }
.zmdi-toll:before {
content: "๏ "; }
.zmdi-toys:before {
content: "๏ก"; }
.zmdi-traffic:before {
content: "๏ข"; }
.zmdi-translate:before {
content: "๏ฃ"; }
.zmdi-triangle-down:before {
content: "๏ค"; }
.zmdi-triangle-up:before {
content: "๏ฅ"; }
.zmdi-truck:before {
content: "๏ฆ"; }
.zmdi-turning-sign:before {
content: "๏ง"; }
.zmdi-wallpaper:before {
content: "๏จ"; }
.zmdi-washing-machine:before {
content: "๏ฉ"; }
.zmdi-window-maximize:before {
content: "๏ช"; }
.zmdi-window-minimize:before {
content: "๏ซ"; }
.zmdi-window-restore:before {
content: "๏ฌ"; }
.zmdi-wrench:before {
content: "๏ญ"; }
.zmdi-zoom-in:before {
content: "๏ฎ"; }
.zmdi-zoom-out:before {
content: "๏ฏ"; }
.zmdi-alert-circle-o:before {
content: "๏ฐ"; }
.zmdi-alert-circle:before {
content: "๏ฑ"; }
.zmdi-alert-octagon:before {
content: "๏ฒ"; }
.zmdi-alert-polygon:before {
content: "๏ณ"; }
.zmdi-alert-triangle:before {
content: "๏ด"; }
.zmdi-help-outline:before {
content: "๏ต"; }
.zmdi-help:before {
content: "๏ถ"; }
.zmdi-info-outline:before {
content: "๏ท"; }
.zmdi-info:before {
content: "๏ธ"; }
.zmdi-notifications-active:before {
content: "๏น"; }
.zmdi-notifications-add:before {
content: "๏บ"; }
.zmdi-notifications-none:before {
content: "๏ป"; }
.zmdi-notifications-off:before {
content: "๏ผ"; }
.zmdi-notifications-paused:before {
content: "๏ฝ"; }
.zmdi-notifications:before {
content: "๏พ"; }
.zmdi-account-add:before {
content: "๏ฟ"; }
.zmdi-account-box-mail:before {
content: "๏"; }
.zmdi-account-box-o:before {
content: "๏"; }
.zmdi-account-box-phone:before {
content: "๏"; }
.zmdi-account-box:before {
content: "๏"; }
.zmdi-account-calendar:before {
content: "๏"; }
.zmdi-account-circle:before {
content: "๏
"; }
.zmdi-account-o:before {
content: "๏"; }
.zmdi-account:before {
content: "๏"; }
.zmdi-accounts-add:before {
content: "๏"; }
.zmdi-accounts-alt:before {
content: "๏"; }
.zmdi-accounts-list-alt:before {
content: "๏"; }
.zmdi-accounts-list:before {
content: "๏"; }
.zmdi-accounts-outline:before {
content: "๏"; }
.zmdi-accounts:before {
content: "๏"; }
.zmdi-face:before {
content: "๏"; }
.zmdi-female:before {
content: "๏"; }
.zmdi-male-alt:before {
content: "๏"; }
.zmdi-male-female:before {
content: "๏"; }
.zmdi-male:before {
content: "๏"; }
.zmdi-mood-bad:before {
content: "๏"; }
.zmdi-mood:before {
content: "๏"; }
.zmdi-run:before {
content: "๏"; }
.zmdi-walk:before {
content: "๏"; }
.zmdi-cloud-box:before {
content: "๏"; }
.zmdi-cloud-circle:before {
content: "๏"; }
.zmdi-cloud-done:before {
content: "๏"; }
.zmdi-cloud-download:before {
content: "๏"; }
.zmdi-cloud-off:before {
content: "๏"; }
.zmdi-cloud-outline-alt:before {
content: "๏"; }
.zmdi-cloud-outline:before {
content: "๏"; }
.zmdi-cloud-upload:before {
content: "๏"; }
.zmdi-cloud:before {
content: "๏"; }
.zmdi-download:before {
content: "๏ "; }
.zmdi-file-plus:before {
content: "๏ก"; }
.zmdi-file-text:before {
content: "๏ข"; }
.zmdi-file:before {
content: "๏ฃ"; }
.zmdi-folder-outline:before {
content: "๏ค"; }
.zmdi-folder-person:before {
content: "๏ฅ"; }
.zmdi-folder-star-alt:before {
content: "๏ฆ"; }
.zmdi-folder-star:before {
content: "๏ง"; }
.zmdi-folder:before {
content: "๏จ"; }
.zmdi-gif:before {
content: "๏ฉ"; }
.zmdi-upload:before {
content: "๏ช"; }
.zmdi-border-all:before {
content: "๏ซ"; }
.zmdi-border-bottom:before {
content: "๏ฌ"; }
.zmdi-border-clear:before {
content: "๏ญ"; }
.zmdi-border-color:before {
content: "๏ฎ"; }
.zmdi-border-horizontal:before {
content: "๏ฏ"; }
.zmdi-border-inner:before {
content: "๏ฐ"; }
.zmdi-border-left:before {
content: "๏ฑ"; }
.zmdi-border-outer:before {
content: "๏ฒ"; }
.zmdi-border-right:before {
content: "๏ณ"; }
.zmdi-border-style:before {
content: "๏ด"; }
.zmdi-border-top:before {
content: "๏ต"; }
.zmdi-border-vertical:before {
content: "๏ถ"; }
.zmdi-copy:before {
content: "๏ท"; }
.zmdi-crop:before {
content: "๏ธ"; }
.zmdi-format-align-center:before {
content: "๏น"; }
.zmdi-format-align-justify:before {
content: "๏บ"; }
.zmdi-format-align-left:before {
content: "๏ป"; }
.zmdi-format-align-right:before {
content: "๏ผ"; }
.zmdi-format-bold:before {
content: "๏ฝ"; }
.zmdi-format-clear-all:before {
content: "๏พ"; }
.zmdi-format-clear:before {
content: "๏ฟ"; }
.zmdi-format-color-fill:before {
content: "๏"; }
.zmdi-format-color-reset:before {
content: "๏"; }
.zmdi-format-color-text:before {
content: "๏"; }
.zmdi-format-indent-decrease:before {
content: "๏"; }
.zmdi-format-indent-increase:before {
content: "๏"; }
.zmdi-format-italic:before {
content: "๏
"; }
.zmdi-format-line-spacing:before {
content: "๏"; }
.zmdi-format-list-bulleted:before {
content: "๏"; }
.zmdi-format-list-numbered:before {
content: "๏"; }
.zmdi-format-ltr:before {
content: "๏"; }
.zmdi-format-rtl:before {
content: "๏"; }
.zmdi-format-size:before {
content: "๏"; }
.zmdi-format-strikethrough-s:before {
content: "๏"; }
.zmdi-format-strikethrough:before {
content: "๏"; }
.zmdi-format-subject:before {
content: "๏"; }
.zmdi-format-underlined:before {
content: "๏"; }
.zmdi-format-valign-bottom:before {
content: "๏"; }
.zmdi-format-valign-center:before {
content: "๏"; }
.zmdi-format-valign-top:before {
content: "๏"; }
.zmdi-redo:before {
content: "๏"; }
.zmdi-select-all:before {
content: "๏"; }
.zmdi-space-bar:before {
content: "๏"; }
.zmdi-text-format:before {
content: "๏"; }
.zmdi-transform:before {
content: "๏"; }
.zmdi-undo:before {
content: "๏"; }
.zmdi-wrap-text:before {
content: "๏"; }
.zmdi-comment-alert:before {
content: "๏"; }
.zmdi-comment-alt-text:before {
content: "๏"; }
.zmdi-comment-alt:before {
content: "๏"; }
.zmdi-comment-edit:before {
content: "๏"; }
.zmdi-comment-image:before {
content: "๏"; }
.zmdi-comment-list:before {
content: "๏"; }
.zmdi-comment-more:before {
content: "๏ "; }
.zmdi-comment-outline:before {
content: "๏ก"; }
.zmdi-comment-text-alt:before {
content: "๏ข"; }
.zmdi-comment-text:before {
content: "๏ฃ"; }
.zmdi-comment-video:before {
content: "๏ค"; }
.zmdi-comment:before {
content: "๏ฅ"; }
.zmdi-comments:before {
content: "๏ฆ"; }
.zmdi-check-all:before {
content: "๏ง"; }
.zmdi-check-circle-u:before {
content: "๏จ"; }
.zmdi-check-circle:before {
content: "๏ฉ"; }
.zmdi-check-square:before {
content: "๏ช"; }
.zmdi-check:before {
content: "๏ซ"; }
.zmdi-circle-o:before {
content: "๏ฌ"; }
.zmdi-circle:before {
content: "๏ญ"; }
.zmdi-dot-circle-alt:before {
content: "๏ฎ"; }
.zmdi-dot-circle:before {
content: "๏ฏ"; }
.zmdi-minus-circle-outline:before {
content: "๏ฐ"; }
.zmdi-minus-circle:before {
content: "๏ฑ"; }
.zmdi-minus-square:before {
content: "๏ฒ"; }
.zmdi-minus:before {
content: "๏ณ"; }
.zmdi-plus-circle-o-duplicate:before {
content: "๏ด"; }
.zmdi-plus-circle-o:before {
content: "๏ต"; }
.zmdi-plus-circle:before {
content: "๏ถ"; }
.zmdi-plus-square:before {
content: "๏ท"; }
.zmdi-plus:before {
content: "๏ธ"; }
.zmdi-square-o:before {
content: "๏น"; }
.zmdi-star-circle:before {
content: "๏บ"; }
.zmdi-star-half:before {
content: "๏ป"; }
.zmdi-star-outline:before {
content: "๏ผ"; }
.zmdi-star:before {
content: "๏ฝ"; }
.zmdi-bluetooth-connected:before {
content: "๏พ"; }
.zmdi-bluetooth-off:before {
content: "๏ฟ"; }
.zmdi-bluetooth-search:before {
content: "๏"; }
.zmdi-bluetooth-setting:before {
content: "๏"; }
.zmdi-bluetooth:before {
content: "๏"; }
.zmdi-camera-add:before {
content: "๏"; }
.zmdi-camera-alt:before {
content: "๏"; }
.zmdi-camera-bw:before {
content: "๏
"; }
.zmdi-camera-front:before {
content: "๏"; }
.zmdi-camera-mic:before {
content: "๏"; }
.zmdi-camera-party-mode:before {
content: "๏"; }
.zmdi-camera-rear:before {
content: "๏"; }
.zmdi-camera-roll:before {
content: "๏"; }
.zmdi-camera-switch:before {
content: "๏"; }
.zmdi-camera:before {
content: "๏"; }
.zmdi-card-alert:before {
content: "๏"; }
.zmdi-card-off:before {
content: "๏"; }
.zmdi-card-sd:before {
content: "๏"; }
.zmdi-card-sim:before {
content: "๏"; }
.zmdi-desktop-mac:before {
content: "๏"; }
.zmdi-desktop-windows:before {
content: "๏"; }
.zmdi-device-hub:before {
content: "๏"; }
.zmdi-devices-off:before {
content: "๏"; }
.zmdi-devices:before {
content: "๏"; }
.zmdi-dock:before {
content: "๏"; }
.zmdi-floppy:before {
content: "๏"; }
.zmdi-gamepad:before {
content: "๏"; }
.zmdi-gps-dot:before {
content: "๏"; }
.zmdi-gps-off:before {
content: "๏"; }
.zmdi-gps:before {
content: "๏"; }
.zmdi-headset-mic:before {
content: "๏"; }
.zmdi-headset:before {
content: "๏"; }
.zmdi-input-antenna:before {
content: "๏"; }
.zmdi-input-composite:before {
content: "๏"; }
.zmdi-input-hdmi:before {
content: "๏ "; }
.zmdi-input-power:before {
content: "๏ก"; }
.zmdi-input-svideo:before {
content: "๏ข"; }
.zmdi-keyboard-hide:before {
content: "๏ฃ"; }
.zmdi-keyboard:before {
content: "๏ค"; }
.zmdi-laptop-chromebook:before {
content: "๏ฅ"; }
.zmdi-laptop-mac:before {
content: "๏ฆ"; }
.zmdi-laptop:before {
content: "๏ง"; }
.zmdi-mic-off:before {
content: "๏จ"; }
.zmdi-mic-outline:before {
content: "๏ฉ"; }
.zmdi-mic-setting:before {
content: "๏ช"; }
.zmdi-mic:before {
content: "๏ซ"; }
.zmdi-mouse:before {
content: "๏ฌ"; }
.zmdi-network-alert:before {
content: "๏ญ"; }
.zmdi-network-locked:before {
content: "๏ฎ"; }
.zmdi-network-off:before {
content: "๏ฏ"; }
.zmdi-network-outline:before {
content: "๏ฐ"; }
.zmdi-network-setting:before {
content: "๏ฑ"; }
.zmdi-network:before {
content: "๏ฒ"; }
.zmdi-phone-bluetooth:before {
content: "๏ณ"; }
.zmdi-phone-end:before {
content: "๏ด"; }
.zmdi-phone-forwarded:before {
content: "๏ต"; }
.zmdi-phone-in-talk:before {
content: "๏ถ"; }
.zmdi-phone-locked:before {
content: "๏ท"; }
.zmdi-phone-missed:before {
content: "๏ธ"; }
.zmdi-phone-msg:before {
content: "๏น"; }
.zmdi-phone-paused:before {
content: "๏บ"; }
.zmdi-phone-ring:before {
content: "๏ป"; }
.zmdi-phone-setting:before {
content: "๏ผ"; }
.zmdi-phone-sip:before {
content: "๏ฝ"; }
.zmdi-phone:before {
content: "๏พ"; }
.zmdi-portable-wifi-changes:before {
content: "๏ฟ"; }
.zmdi-portable-wifi-off:before {
content: "๏"; }
.zmdi-portable-wifi:before {
content: "๏"; }
.zmdi-radio:before {
content: "๏"; }
.zmdi-reader:before {
content: "๏"; }
.zmdi-remote-control-alt:before {
content: "๏"; }
.zmdi-remote-control:before {
content: "๏
"; }
.zmdi-router:before {
content: "๏"; }
.zmdi-scanner:before {
content: "๏"; }
.zmdi-smartphone-android:before {
content: "๏"; }
.zmdi-smartphone-download:before {
content: "๏"; }
.zmdi-smartphone-erase:before {
content: "๏"; }
.zmdi-smartphone-info:before {
content: "๏"; }
.zmdi-smartphone-iphone:before {
content: "๏"; }
.zmdi-smartphone-landscape-lock:before {
content: "๏"; }
.zmdi-smartphone-landscape:before {
content: "๏"; }
.zmdi-smartphone-lock:before {
content: "๏"; }
.zmdi-smartphone-portrait-lock:before {
content: "๏"; }
.zmdi-smartphone-ring:before {
content: "๏"; }
.zmdi-smartphone-setting:before {
content: "๏"; }
.zmdi-smartphone-setup:before {
content: "๏"; }
.zmdi-smartphone:before {
content: "๏"; }
.zmdi-speaker:before {
content: "๏"; }
.zmdi-tablet-android:before {
content: "๏"; }
.zmdi-tablet-mac:before {
content: "๏"; }
.zmdi-tablet:before {
content: "๏"; }
.zmdi-tv-alt-play:before {
content: "๏"; }
.zmdi-tv-list:before {
content: "๏"; }
.zmdi-tv-play:before {
content: "๏"; }
.zmdi-tv:before {
content: "๏"; }
.zmdi-usb:before {
content: "๏"; }
.zmdi-videocam-off:before {
content: "๏"; }
.zmdi-videocam-switch:before {
content: "๏"; }
.zmdi-videocam:before {
content: "๏ "; }
.zmdi-watch:before {
content: "๏ก"; }
.zmdi-wifi-alt-2:before {
content: "๏ข"; }
.zmdi-wifi-alt:before {
content: "๏ฃ"; }
.zmdi-wifi-info:before {
content: "๏ค"; }
.zmdi-wifi-lock:before {
content: "๏ฅ"; }
.zmdi-wifi-off:before {
content: "๏ฆ"; }
.zmdi-wifi-outline:before {
content: "๏ง"; }
.zmdi-wifi:before {
content: "๏จ"; }
.zmdi-arrow-left-bottom:before {
content: "๏ฉ"; }
.zmdi-arrow-left:before {
content: "๏ช"; }
.zmdi-arrow-merge:before {
content: "๏ซ"; }
.zmdi-arrow-missed:before {
content: "๏ฌ"; }
.zmdi-arrow-right-top:before {
content: "๏ญ"; }
.zmdi-arrow-right:before {
content: "๏ฎ"; }
.zmdi-arrow-split:before {
content: "๏ฏ"; }
.zmdi-arrows:before {
content: "๏ฐ"; }
.zmdi-caret-down-circle:before {
content: "๏ฑ"; }
.zmdi-caret-down:before {
content: "๏ฒ"; }
.zmdi-caret-left-circle:before {
content: "๏ณ"; }
.zmdi-caret-left:before {
content: "๏ด"; }
.zmdi-caret-right-circle:before {
content: "๏ต"; }
.zmdi-caret-right:before {
content: "๏ถ"; }
.zmdi-caret-up-circle:before {
content: "๏ท"; }
.zmdi-caret-up:before {
content: "๏ธ"; }
.zmdi-chevron-down:before {
content: "๏น"; }
.zmdi-chevron-left:before {
content: "๏บ"; }
.zmdi-chevron-right:before {
content: "๏ป"; }
.zmdi-chevron-up:before {
content: "๏ผ"; }
.zmdi-forward:before {
content: "๏ฝ"; }
.zmdi-long-arrow-down:before {
content: "๏พ"; }
.zmdi-long-arrow-left:before {
content: "๏ฟ"; }
.zmdi-long-arrow-return:before {
content: "๏"; }
.zmdi-long-arrow-right:before {
content: "๏"; }
.zmdi-long-arrow-tab:before {
content: "๏"; }
.zmdi-long-arrow-up:before {
content: "๏"; }
.zmdi-rotate-ccw:before {
content: "๏"; }
.zmdi-rotate-cw:before {
content: "๏
"; }
.zmdi-rotate-left:before {
content: "๏"; }
.zmdi-rotate-right:before {
content: "๏"; }
.zmdi-square-down:before {
content: "๏"; }
.zmdi-square-right:before {
content: "๏"; }
.zmdi-swap-alt:before {
content: "๏"; }
.zmdi-swap-vertical-circle:before {
content: "๏"; }
.zmdi-swap-vertical:before {
content: "๏"; }
.zmdi-swap:before {
content: "๏"; }
.zmdi-trending-down:before {
content: "๏"; }
.zmdi-trending-flat:before {
content: "๏"; }
.zmdi-trending-up:before {
content: "๏"; }
.zmdi-unfold-less:before {
content: "๏"; }
.zmdi-unfold-more:before {
content: "๏"; }
.zmdi-apps:before {
content: "๏"; }
.zmdi-grid-off:before {
content: "๏"; }
.zmdi-grid:before {
content: "๏"; }
.zmdi-view-agenda:before {
content: "๏"; }
.zmdi-view-array:before {
content: "๏"; }
.zmdi-view-carousel:before {
content: "๏"; }
.zmdi-view-column:before {
content: "๏"; }
.zmdi-view-comfy:before {
content: "๏"; }
.zmdi-view-compact:before {
content: "๏"; }
.zmdi-view-dashboard:before {
content: "๏"; }
.zmdi-view-day:before {
content: "๏"; }
.zmdi-view-headline:before {
content: "๏"; }
.zmdi-view-list-alt:before {
content: "๏"; }
.zmdi-view-list:before {
content: "๏ "; }
.zmdi-view-module:before {
content: "๏ก"; }
.zmdi-view-quilt:before {
content: "๏ข"; }
.zmdi-view-stream:before {
content: "๏ฃ"; }
.zmdi-view-subtitles:before {
content: "๏ค"; }
.zmdi-view-toc:before {
content: "๏ฅ"; }
.zmdi-view-web:before {
content: "๏ฆ"; }
.zmdi-view-week:before {
content: "๏ง"; }
.zmdi-widgets:before {
content: "๏จ"; }
.zmdi-alarm-check:before {
content: "๏ฉ"; }
.zmdi-alarm-off:before {
content: "๏ช"; }
.zmdi-alarm-plus:before {
content: "๏ซ"; }
.zmdi-alarm-snooze:before {
content: "๏ฌ"; }
.zmdi-alarm:before {
content: "๏ญ"; }
.zmdi-calendar-alt:before {
content: "๏ฎ"; }
.zmdi-calendar-check:before {
content: "๏ฏ"; }
.zmdi-calendar-close:before {
content: "๏ฐ"; }
.zmdi-calendar-note:before {
content: "๏ฑ"; }
.zmdi-calendar:before {
content: "๏ฒ"; }
.zmdi-time-countdown:before {
content: "๏ณ"; }
.zmdi-time-interval:before {
content: "๏ด"; }
.zmdi-time-restore-setting:before {
content: "๏ต"; }
.zmdi-time-restore:before {
content: "๏ถ"; }
.zmdi-time:before {
content: "๏ท"; }
.zmdi-timer-off:before {
content: "๏ธ"; }
.zmdi-timer:before {
content: "๏น"; }
.zmdi-android-alt:before {
content: "๏บ"; }
.zmdi-android:before {
content: "๏ป"; }
.zmdi-apple:before {
content: "๏ผ"; }
.zmdi-behance:before {
content: "๏ฝ"; }
.zmdi-codepen:before {
content: "๏พ"; }
.zmdi-dribbble:before {
content: "๏ฟ"; }
.zmdi-dropbox:before {
content: "๏"; }
.zmdi-evernote:before {
content: "๏"; }
.zmdi-facebook-box:before {
content: "๏"; }
.zmdi-facebook:before {
content: "๏"; }
.zmdi-github-box:before {
content: "๏"; }
.zmdi-github:before {
content: "๏
"; }
.zmdi-google-drive:before {
content: "๏"; }
.zmdi-google-earth:before {
content: "๏"; }
.zmdi-google-glass:before {
content: "๏"; }
.zmdi-google-maps:before {
content: "๏"; }
.zmdi-google-pages:before {
content: "๏"; }
.zmdi-google-play:before {
content: "๏"; }
.zmdi-google-plus-box:before {
content: "๏"; }
.zmdi-google-plus:before {
content: "๏"; }
.zmdi-google:before {
content: "๏"; }
.zmdi-instagram:before {
content: "๏"; }
.zmdi-language-css3:before {
content: "๏"; }
.zmdi-language-html5:before {
content: "๏"; }
.zmdi-language-javascript:before {
content: "๏"; }
.zmdi-language-python-alt:before {
content: "๏"; }
.zmdi-language-python:before {
content: "๏"; }
.zmdi-lastfm:before {
content: "๏"; }
.zmdi-linkedin-box:before {
content: "๏"; }
.zmdi-paypal:before {
content: "๏"; }
.zmdi-pinterest-box:before {
content: "๏"; }
.zmdi-pocket:before {
content: "๏"; }
.zmdi-polymer:before {
content: "๏"; }
.zmdi-share:before {
content: "๏"; }
.zmdi-stackoverflow:before {
content: "๏"; }
.zmdi-steam-square:before {
content: "๏"; }
.zmdi-steam:before {
content: "๏"; }
.zmdi-twitter-box:before {
content: "๏"; }
.zmdi-twitter:before {
content: "๏ "; }
.zmdi-vk:before {
content: "๏ก"; }
.zmdi-wikipedia:before {
content: "๏ข"; }
.zmdi-windows:before {
content: "๏ฃ"; }
.zmdi-aspect-ratio-alt:before {
content: "๏ค"; }
.zmdi-aspect-ratio:before {
content: "๏ฅ"; }
.zmdi-blur-circular:before {
content: "๏ฆ"; }
.zmdi-blur-linear:before {
content: "๏ง"; }
.zmdi-blur-off:before {
content: "๏จ"; }
.zmdi-blur:before {
content: "๏ฉ"; }
.zmdi-brightness-2:before {
content: "๏ช"; }
.zmdi-brightness-3:before {
content: "๏ซ"; }
.zmdi-brightness-4:before {
content: "๏ฌ"; }
.zmdi-brightness-5:before {
content: "๏ญ"; }
.zmdi-brightness-6:before {
content: "๏ฎ"; }
.zmdi-brightness-7:before {
content: "๏ฏ"; }
.zmdi-brightness-auto:before {
content: "๏ฐ"; }
.zmdi-brightness-setting:before {
content: "๏ฑ"; }
.zmdi-broken-image:before {
content: "๏ฒ"; }
.zmdi-center-focus-strong:before {
content: "๏ณ"; }
.zmdi-center-focus-weak:before {
content: "๏ด"; }
.zmdi-compare:before {
content: "๏ต"; }
.zmdi-crop-16-9:before {
content: "๏ถ"; }
.zmdi-crop-3-2:before {
content: "๏ท"; }
.zmdi-crop-5-4:before {
content: "๏ธ"; }
.zmdi-crop-7-5:before {
content: "๏น"; }
.zmdi-crop-din:before {
content: "๏บ"; }
.zmdi-crop-free:before {
content: "๏ป"; }
.zmdi-crop-landscape:before {
content: "๏ผ"; }
.zmdi-crop-portrait:before {
content: "๏ฝ"; }
.zmdi-crop-square:before {
content: "๏พ"; }
.zmdi-exposure-alt:before {
content: "๏ฟ"; }
.zmdi-exposure:before {
content: "๏"; }
.zmdi-filter-b-and-w:before {
content: "๏"; }
.zmdi-filter-center-focus:before {
content: "๏"; }
.zmdi-filter-frames:before {
content: "๏"; }
.zmdi-filter-tilt-shift:before {
content: "๏"; }
.zmdi-gradient:before {
content: "๏
"; }
.zmdi-grain:before {
content: "๏"; }
.zmdi-graphic-eq:before {
content: "๏"; }
.zmdi-hdr-off:before {
content: "๏"; }
.zmdi-hdr-strong:before {
content: "๏"; }
.zmdi-hdr-weak:before {
content: "๏"; }
.zmdi-hdr:before {
content: "๏"; }
.zmdi-iridescent:before {
content: "๏"; }
.zmdi-leak-off:before {
content: "๏"; }
.zmdi-leak:before {
content: "๏"; }
.zmdi-looks:before {
content: "๏"; }
.zmdi-loupe:before {
content: "๏"; }
.zmdi-panorama-horizontal:before {
content: "๏"; }
.zmdi-panorama-vertical:before {
content: "๏"; }
.zmdi-panorama-wide-angle:before {
content: "๏"; }
.zmdi-photo-size-select-large:before {
content: "๏"; }
.zmdi-photo-size-select-small:before {
content: "๏"; }
.zmdi-picture-in-picture:before {
content: "๏"; }
.zmdi-slideshow:before {
content: "๏"; }
.zmdi-texture:before {
content: "๏"; }
.zmdi-tonality:before {
content: "๏"; }
.zmdi-vignette:before {
content: "๏"; }
.zmdi-wb-auto:before {
content: "๏"; }
.zmdi-eject-alt:before {
content: "๏"; }
.zmdi-eject:before {
content: "๏"; }
.zmdi-equalizer:before {
content: "๏"; }
.zmdi-fast-forward:before {
content: "๏"; }
.zmdi-fast-rewind:before {
content: "๏ "; }
.zmdi-forward-10:before {
content: "๏ก"; }
.zmdi-forward-30:before {
content: "๏ข"; }
.zmdi-forward-5:before {
content: "๏ฃ"; }
.zmdi-hearing:before {
content: "๏ค"; }
.zmdi-pause-circle-outline:before {
content: "๏ฅ"; }
.zmdi-pause-circle:before {
content: "๏ฆ"; }
.zmdi-pause:before {
content: "๏ง"; }
.zmdi-play-circle-outline:before {
content: "๏จ"; }
.zmdi-play-circle:before {
content: "๏ฉ"; }
.zmdi-play:before {
content: "๏ช"; }
.zmdi-playlist-audio:before {
content: "๏ซ"; }
.zmdi-playlist-plus:before {
content: "๏ฌ"; }
.zmdi-repeat-one:before {
content: "๏ญ"; }
.zmdi-repeat:before {
content: "๏ฎ"; }
.zmdi-replay-10:before {
content: "๏ฏ"; }
.zmdi-replay-30:before {
content: "๏ฐ"; }
.zmdi-replay-5:before {
content: "๏ฑ"; }
.zmdi-replay:before {
content: "๏ฒ"; }
.zmdi-shuffle:before {
content: "๏ณ"; }
.zmdi-skip-next:before {
content: "๏ด"; }
.zmdi-skip-previous:before {
content: "๏ต"; }
.zmdi-stop:before {
content: "๏ถ"; }
.zmdi-surround-sound:before {
content: "๏ท"; }
.zmdi-tune:before {
content: "๏ธ"; }
.zmdi-volume-down:before {
content: "๏น"; }
.zmdi-volume-mute:before {
content: "๏บ"; }
.zmdi-volume-off:before {
content: "๏ป"; }
.zmdi-volume-up:before {
content: "๏ผ"; }
.zmdi-n-1-square:before {
content: "๏ฝ"; }
.zmdi-n-2-square:before {
content: "๏พ"; }
.zmdi-n-3-square:before {
content: "๏ฟ"; }
.zmdi-n-4-square:before {
content: "๏"; }
.zmdi-n-5-square:before {
content: "๏"; }
.zmdi-n-6-square:before {
content: "๏"; }
.zmdi-neg-1:before {
content: "๏"; }
.zmdi-neg-2:before {
content: "๏"; }
.zmdi-plus-1:before {
content: "๏
"; }
.zmdi-plus-2:before {
content: "๏"; }
.zmdi-sec-10:before {
content: "๏"; }
.zmdi-sec-3:before {
content: "๏"; }
.zmdi-zero:before {
content: "๏"; }
.zmdi-airline-seat-flat-angled:before {
content: "๏"; }
.zmdi-airline-seat-flat:before {
content: "๏"; }
.zmdi-airline-seat-individual-suite:before {
content: "๏"; }
.zmdi-airline-seat-legroom-extra:before {
content: "๏"; }
.zmdi-airline-seat-legroom-normal:before {
content: "๏"; }
.zmdi-airline-seat-legroom-reduced:before {
content: "๏"; }
.zmdi-airline-seat-recline-extra:before {
content: "๏"; }
.zmdi-airline-seat-recline-normal:before {
content: "๏"; }
.zmdi-airplay:before {
content: "๏"; }
.zmdi-closed-caption:before {
content: "๏"; }
.zmdi-confirmation-number:before {
content: "๏"; }
.zmdi-developer-board:before {
content: "๏"; }
.zmdi-disc-full:before {
content: "๏"; }
.zmdi-explicit:before {
content: "๏"; }
.zmdi-flight-land:before {
content: "๏"; }
.zmdi-flight-takeoff:before {
content: "๏"; }
.zmdi-flip-to-back:before {
content: "๏"; }
.zmdi-flip-to-front:before {
content: "๏"; }
.zmdi-group-work:before {
content: "๏"; }
.zmdi-hd:before {
content: "๏"; }
.zmdi-hq:before {
content: "๏"; }
.zmdi-markunread-mailbox:before {
content: "๏"; }
.zmdi-memory:before {
content: "๏ "; }
.zmdi-nfc:before {
content: "๏ก"; }
.zmdi-play-for-work:before {
content: "๏ข"; }
.zmdi-power-input:before {
content: "๏ฃ"; }
.zmdi-present-to-all:before {
content: "๏ค"; }
.zmdi-satellite:before {
content: "๏ฅ"; }
.zmdi-tap-and-play:before {
content: "๏ฆ"; }
.zmdi-vibration:before {
content: "๏ง"; }
.zmdi-voicemail:before {
content: "๏จ"; }
.zmdi-group:before {
content: "๏ฉ"; }
.zmdi-rss:before {
content: "๏ช"; }
.zmdi-shape:before {
content: "๏ซ"; }
.zmdi-spinner:before {
content: "๏ฌ"; }
.zmdi-ungroup:before {
content: "๏ญ"; }
.zmdi-500px:before {
content: "๏ฎ"; }
.zmdi-8tracks:before {
content: "๏ฏ"; }
.zmdi-amazon:before {
content: "๏ฐ"; }
.zmdi-blogger:before {
content: "๏ฑ"; }
.zmdi-delicious:before {
content: "๏ฒ"; }
.zmdi-disqus:before {
content: "๏ณ"; }
.zmdi-flattr:before {
content: "๏ด"; }
.zmdi-flickr:before {
content: "๏ต"; }
.zmdi-github-alt:before {
content: "๏ถ"; }
.zmdi-google-old:before {
content: "๏ท"; }
.zmdi-linkedin:before {
content: "๏ธ"; }
.zmdi-odnoklassniki:before {
content: "๏น"; }
.zmdi-outlook:before {
content: "๏บ"; }
.zmdi-paypal-alt:before {
content: "๏ป"; }
.zmdi-pinterest:before {
content: "๏ผ"; }
.zmdi-playstation:before {
content: "๏ฝ"; }
.zmdi-reddit:before {
content: "๏พ"; }
.zmdi-skype:before {
content: "๏ฟ"; }
.zmdi-slideshare:before {
content: "๏"; }
.zmdi-soundcloud:before {
content: "๏"; }
.zmdi-tumblr:before {
content: "๏"; }
.zmdi-twitch:before {
content: "๏"; }
.zmdi-vimeo:before {
content: "๏"; }
.zmdi-whatsapp:before {
content: "๏
"; }
.zmdi-xbox:before {
content: "๏"; }
.zmdi-yahoo:before {
content: "๏"; }
.zmdi-youtube-play:before {
content: "๏"; }
.zmdi-youtube:before {
content: "๏"; }
.zmdi-3d-rotation:before {
content: "๏"; }
.zmdi-airplane-off:before {
content: "๏"; }
.zmdi-airplane:before {
content: "๏"; }
.zmdi-album:before {
content: "๏"; }
.zmdi-archive:before {
content: "๏
"; }
.zmdi-assignment-account:before {
content: "๏"; }
.zmdi-assignment-alert:before {
content: "๏"; }
.zmdi-assignment-check:before {
content: "๏"; }
.zmdi-assignment-o:before {
content: "๏"; }
.zmdi-assignment-return:before {
content: "๏"; }
.zmdi-assignment-returned:before {
content: "๏"; }
.zmdi-assignment:before {
content: "๏"; }
.zmdi-attachment-alt:before {
content: "๏"; }
.zmdi-attachment:before {
content: "๏"; }
.zmdi-audio:before {
content: "๏"; }
.zmdi-badge-check:before {
content: "๏"; }
.zmdi-balance-wallet:before {
content: "๏"; }
.zmdi-balance:before {
content: "๏"; }
.zmdi-battery-alert:before {
content: "๏"; }
.zmdi-battery-flash:before {
content: "๏"; }
.zmdi-battery-unknown:before {
content: "๏"; }
.zmdi-battery:before {
content: "๏"; }
.zmdi-bike:before {
content: "๏"; }
.zmdi-block-alt:before {
content: "๏"; }
.zmdi-block:before {
content: "๏"; }
.zmdi-boat:before {
content: "๏"; }
.zmdi-book-image:before {
content: "๏"; }
.zmdi-book:before {
content: "๏"; }
.zmdi-bookmark-outline:before {
content: "๏"; }
.zmdi-bookmark:before {
content: "๏"; }
.zmdi-brush:before {
content: "๏"; }
.zmdi-bug:before {
content: "๏ "; }
.zmdi-bus:before {
content: "๏ก"; }
.zmdi-cake:before {
content: "๏ข"; }
.zmdi-car-taxi:before {
content: "๏ฃ"; }
.zmdi-car-wash:before {
content: "๏ค"; }
.zmdi-car:before {
content: "๏ฅ"; }
.zmdi-card-giftcard:before {
content: "๏ฆ"; }
.zmdi-card-membership:before {
content: "๏ง"; }
.zmdi-card-travel:before {
content: "๏จ"; }
.zmdi-card:before {
content: "๏ฉ"; }
.zmdi-case-check:before {
content: "๏ช"; }
.zmdi-case-download:before {
content: "๏ซ"; }
.zmdi-case-play:before {
content: "๏ฌ"; }
.zmdi-case:before {
content: "๏ญ"; }
.zmdi-cast-connected:before {
content: "๏ฎ"; }
.zmdi-cast:before {
content: "๏ฏ"; }
.zmdi-chart-donut:before {
content: "๏ฐ"; }
.zmdi-chart:before {
content: "๏ฑ"; }
.zmdi-city-alt:before {
content: "๏ฒ"; }
.zmdi-city:before {
content: "๏ณ"; }
.zmdi-close-circle-o:before {
content: "๏ด"; }
.zmdi-close-circle:before {
content: "๏ต"; }
.zmdi-close:before {
content: "๏ถ"; }
.zmdi-cocktail:before {
content: "๏ท"; }
.zmdi-code-setting:before {
content: "๏ธ"; }
.zmdi-code-smartphone:before {
content: "๏น"; }
.zmdi-code:before {
content: "๏บ"; }
.zmdi-coffee:before {
content: "๏ป"; }
.zmdi-collection-bookmark:before {
content: "๏ผ"; }
.zmdi-collection-case-play:before {
content: "๏ฝ"; }
.zmdi-collection-folder-image:before {
content: "๏พ"; }
.zmdi-collection-image-o:before {
content: "๏ฟ"; }
.zmdi-collection-image:before {
content: "๏
"; }
.zmdi-collection-item-1:before {
content: "๏
"; }
.zmdi-collection-item-2:before {
content: "๏
"; }
.zmdi-collection-item-3:before {
content: "๏
"; }
.zmdi-collection-item-4:before {
content: "๏
"; }
.zmdi-collection-item-5:before {
content: "๏
"; }
.zmdi-collection-item-6:before {
content: "๏
"; }
.zmdi-collection-item-7:before {
content: "๏
"; }
.zmdi-collection-item-8:before {
content: "๏
"; }
.zmdi-collection-item-9-plus:before {
content: "๏
"; }
.zmdi-collection-item-9:before {
content: "๏
"; }
.zmdi-collection-item:before {
content: "๏
"; }
.zmdi-collection-music:before {
content: "๏
"; }
.zmdi-collection-pdf:before {
content: "๏
"; }
.zmdi-collection-plus:before {
content: "๏
"; }
.zmdi-collection-speaker:before {
content: "๏
"; }
.zmdi-collection-text:before {
content: "๏
"; }
.zmdi-collection-video:before {
content: "๏
"; }
.zmdi-compass:before {
content: "๏
"; }
.zmdi-cutlery:before {
content: "๏
"; }
.zmdi-delete:before {
content: "๏
"; }
.zmdi-dialpad:before {
content: "๏
"; }
.zmdi-dns:before {
content: "๏
"; }
.zmdi-drink:before {
content: "๏
"; }
.zmdi-edit:before {
content: "๏
"; }
.zmdi-email-open:before {
content: "๏
"; }
.zmdi-email:before {
content: "๏
"; }
.zmdi-eye-off:before {
content: "๏
"; }
.zmdi-eye:before {
content: "๏
"; }
.zmdi-eyedropper:before {
content: "๏
"; }
.zmdi-favorite-outline:before {
content: "๏
"; }
.zmdi-favorite:before {
content: "๏
"; }
.zmdi-filter-list:before {
content: "๏
"; }
.zmdi-fire:before {
content: "๏
ก"; }
.zmdi-flag:before {
content: "๏
ข"; }
.zmdi-flare:before {
content: "๏
ฃ"; }
.zmdi-flash-auto:before {
content: "๏
ค"; }
.zmdi-flash-off:before {
content: "๏
ฅ"; }
.zmdi-flash:before {
content: "๏
ฆ"; }
.zmdi-flip:before {
content: "๏
ง"; }
.zmdi-flower-alt:before {
content: "๏
จ"; }
.zmdi-flower:before {
content: "๏
ฉ"; }
.zmdi-font:before {
content: "๏
ช"; }
.zmdi-fullscreen-alt:before {
content: "๏
ซ"; }
.zmdi-fullscreen-exit:before {
content: "๏
ฌ"; }
.zmdi-fullscreen:before {
content: "๏
ญ"; }
.zmdi-functions:before {
content: "๏
ฎ"; }
.zmdi-gas-station:before {
content: "๏
ฏ"; }
.zmdi-gesture:before {
content: "๏
ฐ"; }
.zmdi-globe-alt:before {
content: "๏
ฑ"; }
.zmdi-globe-lock:before {
content: "๏
ฒ"; }
.zmdi-globe:before {
content: "๏
ณ"; }
.zmdi-graduation-cap:before {
content: "๏
ด"; }
.zmdi-home:before {
content: "๏
ต"; }
.zmdi-hospital-alt:before {
content: "๏
ถ"; }
.zmdi-hospital:before {
content: "๏
ท"; }
.zmdi-hotel:before {
content: "๏
ธ"; }
.zmdi-hourglass-alt:before {
content: "๏
น"; }
.zmdi-hourglass-outline:before {
content: "๏
บ"; }
.zmdi-hourglass:before {
content: "๏
ป"; }
.zmdi-http:before {
content: "๏
ผ"; }
.zmdi-image-alt:before {
content: "๏
ฝ"; }
.zmdi-image-o:before {
content: "๏
พ"; }
.zmdi-image:before {
content: "๏
ฟ"; }
.zmdi-inbox:before {
content: "๏"; }
.zmdi-invert-colors-off:before {
content: "๏"; }
.zmdi-invert-colors:before {
content: "๏"; }
.zmdi-key:before {
content: "๏"; }
.zmdi-label-alt-outline:before {
content: "๏"; }
.zmdi-label-alt:before {
content: "๏
"; }
.zmdi-label-heart:before {
content: "๏"; }
.zmdi-label:before {
content: "๏"; }
.zmdi-labels:before {
content: "๏"; }
.zmdi-lamp:before {
content: "๏"; }
.zmdi-landscape:before {
content: "๏"; }
.zmdi-layers-off:before {
content: "๏"; }
.zmdi-layers:before {
content: "๏"; }
.zmdi-library:before {
content: "๏"; }
.zmdi-link:before {
content: "๏"; }
.zmdi-lock-open:before {
content: "๏"; }
.zmdi-lock-outline:before {
content: "๏"; }
.zmdi-lock:before {
content: "๏"; }
.zmdi-mail-reply-all:before {
content: "๏"; }
.zmdi-mail-reply:before {
content: "๏"; }
.zmdi-mail-send:before {
content: "๏"; }
.zmdi-mall:before {
content: "๏"; }
.zmdi-map:before {
content: "๏"; }
.zmdi-menu:before {
content: "๏"; }
.zmdi-money-box:before {
content: "๏"; }
.zmdi-money-off:before {
content: "๏"; }
.zmdi-money:before {
content: "๏"; }
.zmdi-more-vert:before {
content: "๏"; }
.zmdi-more:before {
content: "๏"; }
.zmdi-movie-alt:before {
content: "๏"; }
.zmdi-movie:before {
content: "๏"; }
.zmdi-nature-people:before {
content: "๏"; }
.zmdi-nature:before {
content: "๏ "; }
.zmdi-navigation:before {
content: "๏ก"; }
.zmdi-open-in-browser:before {
content: "๏ข"; }
.zmdi-open-in-new:before {
content: "๏ฃ"; }
.zmdi-palette:before {
content: "๏ค"; }
.zmdi-parking:before {
content: "๏ฅ"; }
.zmdi-pin-account:before {
content: "๏ฆ"; }
.zmdi-pin-assistant:before {
content: "๏ง"; }
.zmdi-pin-drop:before {
content: "๏จ"; }
.zmdi-pin-help:before {
content: "๏ฉ"; }
.zmdi-pin-off:before {
content: "๏ช"; }
.zmdi-pin:before {
content: "๏ซ"; }
.zmdi-pizza:before {
content: "๏ฌ"; }
.zmdi-plaster:before {
content: "๏ญ"; }
.zmdi-power-setting:before {
content: "๏ฎ"; }
.zmdi-power:before {
content: "๏ฏ"; }
.zmdi-print:before {
content: "๏ฐ"; }
.zmdi-puzzle-piece:before {
content: "๏ฑ"; }
.zmdi-quote:before {
content: "๏ฒ"; }
.zmdi-railway:before {
content: "๏ณ"; }
.zmdi-receipt:before {
content: "๏ด"; }
.zmdi-refresh-alt:before {
content: "๏ต"; }
.zmdi-refresh-sync-alert:before {
content: "๏ถ"; }
.zmdi-refresh-sync-off:before {
content: "๏ท"; }
.zmdi-refresh-sync:before {
content: "๏ธ"; }
.zmdi-refresh:before {
content: "๏น"; }
.zmdi-roller:before {
content: "๏บ"; }
.zmdi-ruler:before {
content: "๏ป"; }
.zmdi-scissors:before {
content: "๏ผ"; }
.zmdi-screen-rotation-lock:before {
content: "๏ฝ"; }
.zmdi-screen-rotation:before {
content: "๏พ"; }
.zmdi-search-for:before {
content: "๏ฟ"; }
.zmdi-search-in-file:before {
content: "๏"; }
.zmdi-search-in-page:before {
content: "๏"; }
.zmdi-search-replace:before {
content: "๏"; }
.zmdi-search:before {
content: "๏"; }
.zmdi-seat:before {
content: "๏"; }
.zmdi-settings-square:before {
content: "๏
"; }
.zmdi-settings:before {
content: "๏"; }
.zmdi-shield-check:before {
content: "๏"; }
.zmdi-shield-security:before {
content: "๏"; }
.zmdi-shopping-basket:before {
content: "๏"; }
.zmdi-shopping-cart-plus:before {
content: "๏"; }
.zmdi-shopping-cart:before {
content: "๏"; }
.zmdi-sign-in:before {
content: "๏"; }
.zmdi-sort-amount-asc:before {
content: "๏"; }
.zmdi-sort-amount-desc:before {
content: "๏"; }
.zmdi-sort-asc:before {
content: "๏"; }
.zmdi-sort-desc:before {
content: "๏"; }
.zmdi-spellcheck:before {
content: "๏"; }
.zmdi-storage:before {
content: "๏"; }
.zmdi-store-24:before {
content: "๏"; }
.zmdi-store:before {
content: "๏"; }
.zmdi-subway:before {
content: "๏"; }
.zmdi-sun:before {
content: "๏"; }
.zmdi-tab-unselected:before {
content: "๏"; }
.zmdi-tab:before {
content: "๏"; }
.zmdi-tag-close:before {
content: "๏"; }
.zmdi-tag-more:before {
content: "๏"; }
.zmdi-tag:before {
content: "๏"; }
.zmdi-thumb-down:before {
content: "๏"; }
.zmdi-thumb-up-down:before {
content: "๏"; }
.zmdi-thumb-up:before {
content: "๏"; }
.zmdi-ticket-star:before {
content: "๏"; }
.zmdi-toll:before {
content: "๏ "; }
.zmdi-toys:before {
content: "๏ก"; }
.zmdi-traffic:before {
content: "๏ข"; }
.zmdi-translate:before {
content: "๏ฃ"; }
.zmdi-triangle-down:before {
content: "๏ค"; }
.zmdi-triangle-up:before {
content: "๏ฅ"; }
.zmdi-truck:before {
content: "๏ฆ"; }
.zmdi-turning-sign:before {
content: "๏ง"; }
.zmdi-wallpaper:before {
content: "๏จ"; }
.zmdi-washing-machine:before {
content: "๏ฉ"; }
.zmdi-window-maximize:before {
content: "๏ช"; }
.zmdi-window-minimize:before {
content: "๏ซ"; }
.zmdi-window-restore:before {
content: "๏ฌ"; }
.zmdi-wrench:before {
content: "๏ญ"; }
.zmdi-zoom-in:before {
content: "๏ฎ"; }
.zmdi-zoom-out:before {
content: "๏ฏ"; }
.zmdi-alert-circle-o:before {
content: "๏ฐ"; }
.zmdi-alert-circle:before {
content: "๏ฑ"; }
.zmdi-alert-octagon:before {
content: "๏ฒ"; }
.zmdi-alert-polygon:before {
content: "๏ณ"; }
.zmdi-alert-triangle:before {
content: "๏ด"; }
.zmdi-help-outline:before {
content: "๏ต"; }
.zmdi-help:before {
content: "๏ถ"; }
.zmdi-info-outline:before {
content: "๏ท"; }
.zmdi-info:before {
content: "๏ธ"; }
.zmdi-notifications-active:before {
content: "๏น"; }
.zmdi-notifications-add:before {
content: "๏บ"; }
.zmdi-notifications-none:before {
content: "๏ป"; }
.zmdi-notifications-off:before {
content: "๏ผ"; }
.zmdi-notifications-paused:before {
content: "๏ฝ"; }
.zmdi-notifications:before {
content: "๏พ"; }
.zmdi-account-add:before {
content: "๏ฟ"; }
.zmdi-account-box-mail:before {
content: "๏"; }
.zmdi-account-box-o:before {
content: "๏"; }
.zmdi-account-box-phone:before {
content: "๏"; }
.zmdi-account-box:before {
content: "๏"; }
.zmdi-account-calendar:before {
content: "๏"; }
.zmdi-account-circle:before {
content: "๏
"; }
.zmdi-account-o:before {
content: "๏"; }
.zmdi-account:before {
content: "๏"; }
.zmdi-accounts-add:before {
content: "๏"; }
.zmdi-accounts-alt:before {
content: "๏"; }
.zmdi-accounts-list-alt:before {
content: "๏"; }
.zmdi-accounts-list:before {
content: "๏"; }
.zmdi-accounts-outline:before {
content: "๏"; }
.zmdi-accounts:before {
content: "๏"; }
.zmdi-face:before {
content: "๏"; }
.zmdi-female:before {
content: "๏"; }
.zmdi-male-alt:before {
content: "๏"; }
.zmdi-male-female:before {
content: "๏"; }
.zmdi-male:before {
content: "๏"; }
.zmdi-mood-bad:before {
content: "๏"; }
.zmdi-mood:before {
content: "๏"; }
.zmdi-run:before {
content: "๏"; }
.zmdi-walk:before {
content: "๏"; }
.zmdi-cloud-box:before {
content: "๏"; }
.zmdi-cloud-circle:before {
content: "๏"; }
.zmdi-cloud-done:before {
content: "๏"; }
.zmdi-cloud-download:before {
content: "๏"; }
.zmdi-cloud-off:before {
content: "๏"; }
.zmdi-cloud-outline-alt:before {
content: "๏"; }
.zmdi-cloud-outline:before {
content: "๏"; }
.zmdi-cloud-upload:before {
content: "๏"; }
.zmdi-cloud:before {
content: "๏"; }
.zmdi-download:before {
content: "๏ "; }
.zmdi-file-plus:before {
content: "๏ก"; }
.zmdi-file-text:before {
content: "๏ข"; }
.zmdi-file:before {
content: "๏ฃ"; }
.zmdi-folder-outline:before {
content: "๏ค"; }
.zmdi-folder-person:before {
content: "๏ฅ"; }
.zmdi-folder-star-alt:before {
content: "๏ฆ"; }
.zmdi-folder-star:before {
content: "๏ง"; }
.zmdi-folder:before {
content: "๏จ"; }
.zmdi-gif:before {
content: "๏ฉ"; }
.zmdi-upload:before {
content: "๏ช"; }
.zmdi-border-all:before {
content: "๏ซ"; }
.zmdi-border-bottom:before {
content: "๏ฌ"; }
.zmdi-border-clear:before {
content: "๏ญ"; }
.zmdi-border-color:before {
content: "๏ฎ"; }
.zmdi-border-horizontal:before {
content: "๏ฏ"; }
.zmdi-border-inner:before {
content: "๏ฐ"; }
.zmdi-border-left:before {
content: "๏ฑ"; }
.zmdi-border-outer:before {
content: "๏ฒ"; }
.zmdi-border-right:before {
content: "๏ณ"; }
.zmdi-border-style:before {
content: "๏ด"; }
.zmdi-border-top:before {
content: "๏ต"; }
.zmdi-border-vertical:before {
content: "๏ถ"; }
.zmdi-copy:before {
content: "๏ท"; }
.zmdi-crop:before {
content: "๏ธ"; }
.zmdi-format-align-center:before {
content: "๏น"; }
.zmdi-format-align-justify:before {
content: "๏บ"; }
.zmdi-format-align-left:before {
content: "๏ป"; }
.zmdi-format-align-right:before {
content: "๏ผ"; }
.zmdi-format-bold:before {
content: "๏ฝ"; }
.zmdi-format-clear-all:before {
content: "๏พ"; }
.zmdi-format-clear:before {
content: "๏ฟ"; }
.zmdi-format-color-fill:before {
content: "๏"; }
.zmdi-format-color-reset:before {
content: "๏"; }
.zmdi-format-color-text:before {
content: "๏"; }
.zmdi-format-indent-decrease:before {
content: "๏"; }
.zmdi-format-indent-increase:before {
content: "๏"; }
.zmdi-format-italic:before {
content: "๏
"; }
.zmdi-format-line-spacing:before {
content: "๏"; }
.zmdi-format-list-bulleted:before {
content: "๏"; }
.zmdi-format-list-numbered:before {
content: "๏"; }
.zmdi-format-ltr:before {
content: "๏"; }
.zmdi-format-rtl:before {
content: "๏"; }
.zmdi-format-size:before {
content: "๏"; }
.zmdi-format-strikethrough-s:before {
content: "๏"; }
.zmdi-format-strikethrough:before {
content: "๏"; }
.zmdi-format-subject:before {
content: "๏"; }
.zmdi-format-underlined:before {
content: "๏"; }
.zmdi-format-valign-bottom:before {
content: "๏"; }
.zmdi-format-valign-center:before {
content: "๏"; }
.zmdi-format-valign-top:before {
content: "๏"; }
.zmdi-redo:before {
content: "๏"; }
.zmdi-select-all:before {
content: "๏"; }
.zmdi-space-bar:before {
content: "๏"; }
.zmdi-text-format:before {
content: "๏"; }
.zmdi-transform:before {
content: "๏"; }
.zmdi-undo:before {
content: "๏"; }
.zmdi-wrap-text:before {
content: "๏"; }
.zmdi-comment-alert:before {
content: "๏"; }
.zmdi-comment-alt-text:before {
content: "๏"; }
.zmdi-comment-alt:before {
content: "๏"; }
.zmdi-comment-edit:before {
content: "๏"; }
.zmdi-comment-image:before {
content: "๏"; }
.zmdi-comment-list:before {
content: "๏"; }
.zmdi-comment-more:before {
content: "๏ "; }
.zmdi-comment-outline:before {
content: "๏ก"; }
.zmdi-comment-text-alt:before {
content: "๏ข"; }
.zmdi-comment-text:before {
content: "๏ฃ"; }
.zmdi-comment-video:before {
content: "๏ค"; }
.zmdi-comment:before {
content: "๏ฅ"; }
.zmdi-comments:before {
content: "๏ฆ"; }
.zmdi-check-all:before {
content: "๏ง"; }
.zmdi-check-circle-u:before {
content: "๏จ"; }
.zmdi-check-circle:before {
content: "๏ฉ"; }
.zmdi-check-square:before {
content: "๏ช"; }
.zmdi-check:before {
content: "๏ซ"; }
.zmdi-circle-o:before {
content: "๏ฌ"; }
.zmdi-circle:before {
content: "๏ญ"; }
.zmdi-dot-circle-alt:before {
content: "๏ฎ"; }
.zmdi-dot-circle:before {
content: "๏ฏ"; }
.zmdi-minus-circle-outline:before {
content: "๏ฐ"; }
.zmdi-minus-circle:before {
content: "๏ฑ"; }
.zmdi-minus-square:before {
content: "๏ฒ"; }
.zmdi-minus:before {
content: "๏ณ"; }
.zmdi-plus-circle-o-duplicate:before {
content: "๏ด"; }
.zmdi-plus-circle-o:before {
content: "๏ต"; }
.zmdi-plus-circle:before {
content: "๏ถ"; }
.zmdi-plus-square:before {
content: "๏ท"; }
.zmdi-plus:before {
content: "๏ธ"; }
.zmdi-square-o:before {
content: "๏น"; }
.zmdi-star-circle:before {
content: "๏บ"; }
.zmdi-star-half:before {
content: "๏ป"; }
.zmdi-star-outline:before {
content: "๏ผ"; }
.zmdi-star:before {
content: "๏ฝ"; }
.zmdi-bluetooth-connected:before {
content: "๏พ"; }
.zmdi-bluetooth-off:before {
content: "๏ฟ"; }
.zmdi-bluetooth-search:before {
content: "๏"; }
.zmdi-bluetooth-setting:before {
content: "๏"; }
.zmdi-bluetooth:before {
content: "๏"; }
.zmdi-camera-add:before {
content: "๏"; }
.zmdi-camera-alt:before {
content: "๏"; }
.zmdi-camera-bw:before {
content: "๏
"; }
.zmdi-camera-front:before {
content: "๏"; }
.zmdi-camera-mic:before {
content: "๏"; }
.zmdi-camera-party-mode:before {
content: "๏"; }
.zmdi-camera-rear:before {
content: "๏"; }
.zmdi-camera-roll:before {
content: "๏"; }
.zmdi-camera-switch:before {
content: "๏"; }
.zmdi-camera:before {
content: "๏"; }
.zmdi-card-alert:before {
content: "๏"; }
.zmdi-card-off:before {
content: "๏"; }
.zmdi-card-sd:before {
content: "๏"; }
.zmdi-card-sim:before {
content: "๏"; }
.zmdi-desktop-mac:before {
content: "๏"; }
.zmdi-desktop-windows:before {
content: "๏"; }
.zmdi-device-hub:before {
content: "๏"; }
.zmdi-devices-off:before {
content: "๏"; }
.zmdi-devices:before {
content: "๏"; }
.zmdi-dock:before {
content: "๏"; }
.zmdi-floppy:before {
content: "๏"; }
.zmdi-gamepad:before {
content: "๏"; }
.zmdi-gps-dot:before {
content: "๏"; }
.zmdi-gps-off:before {
content: "๏"; }
.zmdi-gps:before {
content: "๏"; }
.zmdi-headset-mic:before {
content: "๏"; }
.zmdi-headset:before {
content: "๏"; }
.zmdi-input-antenna:before {
content: "๏"; }
.zmdi-input-composite:before {
content: "๏"; }
.zmdi-input-hdmi:before {
content: "๏ "; }
.zmdi-input-power:before {
content: "๏ก"; }
.zmdi-input-svideo:before {
content: "๏ข"; }
.zmdi-keyboard-hide:before {
content: "๏ฃ"; }
.zmdi-keyboard:before {
content: "๏ค"; }
.zmdi-laptop-chromebook:before {
content: "๏ฅ"; }
.zmdi-laptop-mac:before {
content: "๏ฆ"; }
.zmdi-laptop:before {
content: "๏ง"; }
.zmdi-mic-off:before {
content: "๏จ"; }
.zmdi-mic-outline:before {
content: "๏ฉ"; }
.zmdi-mic-setting:before {
content: "๏ช"; }
.zmdi-mic:before {
content: "๏ซ"; }
.zmdi-mouse:before {
content: "๏ฌ"; }
.zmdi-network-alert:before {
content: "๏ญ"; }
.zmdi-network-locked:before {
content: "๏ฎ"; }
.zmdi-network-off:before {
content: "๏ฏ"; }
.zmdi-network-outline:before {
content: "๏ฐ"; }
.zmdi-network-setting:before {
content: "๏ฑ"; }
.zmdi-network:before {
content: "๏ฒ"; }
.zmdi-phone-bluetooth:before {
content: "๏ณ"; }
.zmdi-phone-end:before {
content: "๏ด"; }
.zmdi-phone-forwarded:before {
content: "๏ต"; }
.zmdi-phone-in-talk:before {
content: "๏ถ"; }
.zmdi-phone-locked:before {
content: "๏ท"; }
.zmdi-phone-missed:before {
content: "๏ธ"; }
.zmdi-phone-msg:before {
content: "๏น"; }
.zmdi-phone-paused:before {
content: "๏บ"; }
.zmdi-phone-ring:before {
content: "๏ป"; }
.zmdi-phone-setting:before {
content: "๏ผ"; }
.zmdi-phone-sip:before {
content: "๏ฝ"; }
.zmdi-phone:before {
content: "๏พ"; }
.zmdi-portable-wifi-changes:before {
content: "๏ฟ"; }
.zmdi-portable-wifi-off:before {
content: "๏"; }
.zmdi-portable-wifi:before {
content: "๏"; }
.zmdi-radio:before {
content: "๏"; }
.zmdi-reader:before {
content: "๏"; }
.zmdi-remote-control-alt:before {
content: "๏"; }
.zmdi-remote-control:before {
content: "๏
"; }
.zmdi-router:before {
content: "๏"; }
.zmdi-scanner:before {
content: "๏"; }
.zmdi-smartphone-android:before {
content: "๏"; }
.zmdi-smartphone-download:before {
content: "๏"; }
.zmdi-smartphone-erase:before {
content: "๏"; }
.zmdi-smartphone-info:before {
content: "๏"; }
.zmdi-smartphone-iphone:before {
content: "๏"; }
.zmdi-smartphone-landscape-lock:before {
content: "๏"; }
.zmdi-smartphone-landscape:before {
content: "๏"; }
.zmdi-smartphone-lock:before {
content: "๏"; }
.zmdi-smartphone-portrait-lock:before {
content: "๏"; }
.zmdi-smartphone-ring:before {
content: "๏"; }
.zmdi-smartphone-setting:before {
content: "๏"; }
.zmdi-smartphone-setup:before {
content: "๏"; }
.zmdi-smartphone:before {
content: "๏"; }
.zmdi-speaker:before {
content: "๏"; }
.zmdi-tablet-android:before {
content: "๏"; }
.zmdi-tablet-mac:before {
content: "๏"; }
.zmdi-tablet:before {
content: "๏"; }
.zmdi-tv-alt-play:before {
content: "๏"; }
.zmdi-tv-list:before {
content: "๏"; }
.zmdi-tv-play:before {
content: "๏"; }
.zmdi-tv:before {
content: "๏"; }
.zmdi-usb:before {
content: "๏"; }
.zmdi-videocam-off:before {
content: "๏"; }
.zmdi-videocam-switch:before {
content: "๏"; }
.zmdi-videocam:before {
content: "๏ "; }
.zmdi-watch:before {
content: "๏ก"; }
.zmdi-wifi-alt-2:before {
content: "๏ข"; }
.zmdi-wifi-alt:before {
content: "๏ฃ"; }
.zmdi-wifi-info:before {
content: "๏ค"; }
.zmdi-wifi-lock:before {
content: "๏ฅ"; }
.zmdi-wifi-off:before {
content: "๏ฆ"; }
.zmdi-wifi-outline:before {
content: "๏ง"; }
.zmdi-wifi:before {
content: "๏จ"; }
.zmdi-arrow-left-bottom:before {
content: "๏ฉ"; }
.zmdi-arrow-left:before {
content: "๏ช"; }
.zmdi-arrow-merge:before {
content: "๏ซ"; }
.zmdi-arrow-missed:before {
content: "๏ฌ"; }
.zmdi-arrow-right-top:before {
content: "๏ญ"; }
.zmdi-arrow-right:before {
content: "๏ฎ"; }
.zmdi-arrow-split:before {
content: "๏ฏ"; }
.zmdi-arrows:before {
content: "๏ฐ"; }
.zmdi-caret-down-circle:before {
content: "๏ฑ"; }
.zmdi-caret-down:before {
content: "๏ฒ"; }
.zmdi-caret-left-circle:before {
content: "๏ณ"; }
.zmdi-caret-left:before {
content: "๏ด"; }
.zmdi-caret-right-circle:before {
content: "๏ต"; }
.zmdi-caret-right:before {
content: "๏ถ"; }
.zmdi-caret-up-circle:before {
content: "๏ท"; }
.zmdi-caret-up:before {
content: "๏ธ"; }
.zmdi-chevron-down:before {
content: "๏น"; }
.zmdi-chevron-left:before {
content: "๏บ"; }
.zmdi-chevron-right:before {
content: "๏ป"; }
.zmdi-chevron-up:before {
content: "๏ผ"; }
.zmdi-forward:before {
content: "๏ฝ"; }
.zmdi-long-arrow-down:before {
content: "๏พ"; }
.zmdi-long-arrow-left:before {
content: "๏ฟ"; }
.zmdi-long-arrow-return:before {
content: "๏"; }
.zmdi-long-arrow-right:before {
content: "๏"; }
.zmdi-long-arrow-tab:before {
content: "๏"; }
.zmdi-long-arrow-up:before {
content: "๏"; }
.zmdi-rotate-ccw:before {
content: "๏"; }
.zmdi-rotate-cw:before {
content: "๏
"; }
.zmdi-rotate-left:before {
content: "๏"; }
.zmdi-rotate-right:before {
content: "๏"; }
.zmdi-square-down:before {
content: "๏"; }
.zmdi-square-right:before {
content: "๏"; }
.zmdi-swap-alt:before {
content: "๏"; }
.zmdi-swap-vertical-circle:before {
content: "๏"; }
.zmdi-swap-vertical:before {
content: "๏"; }
.zmdi-swap:before {
content: "๏"; }
.zmdi-trending-down:before {
content: "๏"; }
.zmdi-trending-flat:before {
content: "๏"; }
.zmdi-trending-up:before {
content: "๏"; }
.zmdi-unfold-less:before {
content: "๏"; }
.zmdi-unfold-more:before {
content: "๏"; }
.zmdi-apps:before {
content: "๏"; }
.zmdi-grid-off:before {
content: "๏"; }
.zmdi-grid:before {
content: "๏"; }
.zmdi-view-agenda:before {
content: "๏"; }
.zmdi-view-array:before {
content: "๏"; }
.zmdi-view-carousel:before {
content: "๏"; }
.zmdi-view-column:before {
content: "๏"; }
.zmdi-view-comfy:before {
content: "๏"; }
.zmdi-view-compact:before {
content: "๏"; }
.zmdi-view-dashboard:before {
content: "๏"; }
.zmdi-view-day:before {
content: "๏"; }
.zmdi-view-headline:before {
content: "๏"; }
.zmdi-view-list-alt:before {
content: "๏"; }
.zmdi-view-list:before {
content: "๏ "; }
.zmdi-view-module:before {
content: "๏ก"; }
.zmdi-view-quilt:before {
content: "๏ข"; }
.zmdi-view-stream:before {
content: "๏ฃ"; }
.zmdi-view-subtitles:before {
content: "๏ค"; }
.zmdi-view-toc:before {
content: "๏ฅ"; }
.zmdi-view-web:before {
content: "๏ฆ"; }
.zmdi-view-week:before {
content: "๏ง"; }
.zmdi-widgets:before {
content: "๏จ"; }
.zmdi-alarm-check:before {
content: "๏ฉ"; }
.zmdi-alarm-off:before {
content: "๏ช"; }
.zmdi-alarm-plus:before {
content: "๏ซ"; }
.zmdi-alarm-snooze:before {
content: "๏ฌ"; }
.zmdi-alarm:before {
content: "๏ญ"; }
.zmdi-calendar-alt:before {
content: "๏ฎ"; }
.zmdi-calendar-check:before {
content: "๏ฏ"; }
.zmdi-calendar-close:before {
content: "๏ฐ"; }
.zmdi-calendar-note:before {
content: "๏ฑ"; }
.zmdi-calendar:before {
content: "๏ฒ"; }
.zmdi-time-countdown:before {
content: "๏ณ"; }
.zmdi-time-interval:before {
content: "๏ด"; }
.zmdi-time-restore-setting:before {
content: "๏ต"; }
.zmdi-time-restore:before {
content: "๏ถ"; }
.zmdi-time:before {
content: "๏ท"; }
.zmdi-timer-off:before {
content: "๏ธ"; }
.zmdi-timer:before {
content: "๏น"; }
.zmdi-android-alt:before {
content: "๏บ"; }
.zmdi-android:before {
content: "๏ป"; }
.zmdi-apple:before {
content: "๏ผ"; }
.zmdi-behance:before {
content: "๏ฝ"; }
.zmdi-codepen:before {
content: "๏พ"; }
.zmdi-dribbble:before {
content: "๏ฟ"; }
.zmdi-dropbox:before {
content: "๏"; }
.zmdi-evernote:before {
content: "๏"; }
.zmdi-facebook-box:before {
content: "๏"; }
.zmdi-facebook:before {
content: "๏"; }
.zmdi-github-box:before {
content: "๏"; }
.zmdi-github:before {
content: "๏
"; }
.zmdi-google-drive:before {
content: "๏"; }
.zmdi-google-earth:before {
content: "๏"; }
.zmdi-google-glass:before {
content: "๏"; }
.zmdi-google-maps:before {
content: "๏"; }
.zmdi-google-pages:before {
content: "๏"; }
.zmdi-google-play:before {
content: "๏"; }
.zmdi-google-plus-box:before {
content: "๏"; }
.zmdi-google-plus:before {
content: "๏"; }
.zmdi-google:before {
content: "๏"; }
.zmdi-instagram:before {
content: "๏"; }
.zmdi-language-css3:before {
content: "๏"; }
.zmdi-language-html5:before {
content: "๏"; }
.zmdi-language-javascript:before {
content: "๏"; }
.zmdi-language-python-alt:before {
content: "๏"; }
.zmdi-language-python:before {
content: "๏"; }
.zmdi-lastfm:before {
content: "๏"; }
.zmdi-linkedin-box:before {
content: "๏"; }
.zmdi-paypal:before {
content: "๏"; }
.zmdi-pinterest-box:before {
content: "๏"; }
.zmdi-pocket:before {
content: "๏"; }
.zmdi-polymer:before {
content: "๏"; }
.zmdi-share:before {
content: "๏"; }
.zmdi-stackoverflow:before {
content: "๏"; }
.zmdi-steam-square:before {
content: "๏"; }
.zmdi-steam:before {
content: "๏"; }
.zmdi-twitter-box:before {
content: "๏"; }
.zmdi-twitter:before {
content: "๏ "; }
.zmdi-vk:before {
content: "๏ก"; }
.zmdi-wikipedia:before {
content: "๏ข"; }
.zmdi-windows:before {
content: "๏ฃ"; }
.zmdi-aspect-ratio-alt:before {
content: "๏ค"; }
.zmdi-aspect-ratio:before {
content: "๏ฅ"; }
.zmdi-blur-circular:before {
content: "๏ฆ"; }
.zmdi-blur-linear:before {
content: "๏ง"; }
.zmdi-blur-off:before {
content: "๏จ"; }
.zmdi-blur:before {
content: "๏ฉ"; }
.zmdi-brightness-2:before {
content: "๏ช"; }
.zmdi-brightness-3:before {
content: "๏ซ"; }
.zmdi-brightness-4:before {
content: "๏ฌ"; }
.zmdi-brightness-5:before {
content: "๏ญ"; }
.zmdi-brightness-6:before {
content: "๏ฎ"; }
.zmdi-brightness-7:before {
content: "๏ฏ"; }
.zmdi-brightness-auto:before {
content: "๏ฐ"; }
.zmdi-brightness-setting:before {
content: "๏ฑ"; }
.zmdi-broken-image:before {
content: "๏ฒ"; }
.zmdi-center-focus-strong:before {
content: "๏ณ"; }
.zmdi-center-focus-weak:before {
content: "๏ด"; }
.zmdi-compare:before {
content: "๏ต"; }
.zmdi-crop-16-9:before {
content: "๏ถ"; }
.zmdi-crop-3-2:before {
content: "๏ท"; }
.zmdi-crop-5-4:before {
content: "๏ธ"; }
.zmdi-crop-7-5:before {
content: "๏น"; }
.zmdi-crop-din:before {
content: "๏บ"; }
.zmdi-crop-free:before {
content: "๏ป"; }
.zmdi-crop-landscape:before {
content: "๏ผ"; }
.zmdi-crop-portrait:before {
content: "๏ฝ"; }
.zmdi-crop-square:before {
content: "๏พ"; }
.zmdi-exposure-alt:before {
content: "๏ฟ"; }
.zmdi-exposure:before {
content: "๏"; }
.zmdi-filter-b-and-w:before {
content: "๏"; }
.zmdi-filter-center-focus:before {
content: "๏"; }
.zmdi-filter-frames:before {
content: "๏"; }
.zmdi-filter-tilt-shift:before {
content: "๏"; }
.zmdi-gradient:before {
content: "๏
"; }
.zmdi-grain:before {
content: "๏"; }
.zmdi-graphic-eq:before {
content: "๏"; }
.zmdi-hdr-off:before {
content: "๏"; }
.zmdi-hdr-strong:before {
content: "๏"; }
.zmdi-hdr-weak:before {
content: "๏"; }
.zmdi-hdr:before {
content: "๏"; }
.zmdi-iridescent:before {
content: "๏"; }
.zmdi-leak-off:before {
content: "๏"; }
.zmdi-leak:before {
content: "๏"; }
.zmdi-looks:before {
content: "๏"; }
.zmdi-loupe:before {
content: "๏"; }
.zmdi-panorama-horizontal:before {
content: "๏"; }
.zmdi-panorama-vertical:before {
content: "๏"; }
.zmdi-panorama-wide-angle:before {
content: "๏"; }
.zmdi-photo-size-select-large:before {
content: "๏"; }
.zmdi-photo-size-select-small:before {
content: "๏"; }
.zmdi-picture-in-picture:before {
content: "๏"; }
.zmdi-slideshow:before {
content: "๏"; }
.zmdi-texture:before {
content: "๏"; }
.zmdi-tonality:before {
content: "๏"; }
.zmdi-vignette:before {
content: "๏"; }
.zmdi-wb-auto:before {
content: "๏"; }
.zmdi-eject-alt:before {
content: "๏"; }
.zmdi-eject:before {
content: "๏"; }
.zmdi-equalizer:before {
content: "๏"; }
.zmdi-fast-forward:before {
content: "๏"; }
.zmdi-fast-rewind:before {
content: "๏ "; }
.zmdi-forward-10:before {
content: "๏ก"; }
.zmdi-forward-30:before {
content: "๏ข"; }
.zmdi-forward-5:before {
content: "๏ฃ"; }
.zmdi-hearing:before {
content: "๏ค"; }
.zmdi-pause-circle-outline:before {
content: "๏ฅ"; }
.zmdi-pause-circle:before {
content: "๏ฆ"; }
.zmdi-pause:before {
content: "๏ง"; }
.zmdi-play-circle-outline:before {
content: "๏จ"; }
.zmdi-play-circle:before {
content: "๏ฉ"; }
.zmdi-play:before {
content: "๏ช"; }
.zmdi-playlist-audio:before {
content: "๏ซ"; }
.zmdi-playlist-plus:before {
content: "๏ฌ"; }
.zmdi-repeat-one:before {
content: "๏ญ"; }
.zmdi-repeat:before {
content: "๏ฎ"; }
.zmdi-replay-10:before {
content: "๏ฏ"; }
.zmdi-replay-30:before {
content: "๏ฐ"; }
.zmdi-replay-5:before {
content: "๏ฑ"; }
.zmdi-replay:before {
content: "๏ฒ"; }
.zmdi-shuffle:before {
content: "๏ณ"; }
.zmdi-skip-next:before {
content: "๏ด"; }
.zmdi-skip-previous:before {
content: "๏ต"; }
.zmdi-stop:before {
content: "๏ถ"; }
.zmdi-surround-sound:before {
content: "๏ท"; }
.zmdi-tune:before {
content: "๏ธ"; }
.zmdi-volume-down:before {
content: "๏น"; }
.zmdi-volume-mute:before {
content: "๏บ"; }
.zmdi-volume-off:before {
content: "๏ป"; }
.zmdi-volume-up:before {
content: "๏ผ"; }
.zmdi-n-1-square:before {
content: "๏ฝ"; }
.zmdi-n-2-square:before {
content: "๏พ"; }
.zmdi-n-3-square:before {
content: "๏ฟ"; }
.zmdi-n-4-square:before {
content: "๏"; }
.zmdi-n-5-square:before {
content: "๏"; }
.zmdi-n-6-square:before {
content: "๏"; }
.zmdi-neg-1:before {
content: "๏"; }
.zmdi-neg-2:before {
content: "๏"; }
.zmdi-plus-1:before {
content: "๏
"; }
.zmdi-plus-2:before {
content: "๏"; }
.zmdi-sec-10:before {
content: "๏"; }
.zmdi-sec-3:before {
content: "๏"; }
.zmdi-zero:before {
content: "๏"; }
.zmdi-airline-seat-flat-angled:before {
content: "๏"; }
.zmdi-airline-seat-flat:before {
content: "๏"; }
.zmdi-airline-seat-individual-suite:before {
content: "๏"; }
.zmdi-airline-seat-legroom-extra:before {
content: "๏"; }
.zmdi-airline-seat-legroom-normal:before {
content: "๏"; }
.zmdi-airline-seat-legroom-reduced:before {
content: "๏"; }
.zmdi-airline-seat-recline-extra:before {
content: "๏"; }
.zmdi-airline-seat-recline-normal:before {
content: "๏"; }
.zmdi-airplay:before {
content: "๏"; }
.zmdi-closed-caption:before {
content: "๏"; }
.zmdi-confirmation-number:before {
content: "๏"; }
.zmdi-developer-board:before {
content: "๏"; }
.zmdi-disc-full:before {
content: "๏"; }
.zmdi-explicit:before {
content: "๏"; }
.zmdi-flight-land:before {
content: "๏"; }
.zmdi-flight-takeoff:before {
content: "๏"; }
.zmdi-flip-to-back:before {
content: "๏"; }
.zmdi-flip-to-front:before {
content: "๏"; }
.zmdi-group-work:before {
content: "๏"; }
.zmdi-hd:before {
content: "๏"; }
.zmdi-hq:before {
content: "๏"; }
.zmdi-markunread-mailbox:before {
content: "๏"; }
.zmdi-memory:before {
content: "๏ "; }
.zmdi-nfc:before {
content: "๏ก"; }
.zmdi-play-for-work:before {
content: "๏ข"; }
.zmdi-power-input:before {
content: "๏ฃ"; }
.zmdi-present-to-all:before {
content: "๏ค"; }
.zmdi-satellite:before {
content: "๏ฅ"; }
.zmdi-tap-and-play:before {
content: "๏ฆ"; }
.zmdi-vibration:before {
content: "๏ง"; }
.zmdi-voicemail:before {
content: "๏จ"; }
.zmdi-group:before {
content: "๏ฉ"; }
.zmdi-rss:before {
content: "๏ช"; }
.zmdi-shape:before {
content: "๏ซ"; }
.zmdi-spinner:before {
content: "๏ฌ"; }
.zmdi-ungroup:before {
content: "๏ญ"; }
.zmdi-500px:before {
content: "๏ฎ"; }
.zmdi-8tracks:before {
content: "๏ฏ"; }
.zmdi-amazon:before {
content: "๏ฐ"; }
.zmdi-blogger:before {
content: "๏ฑ"; }
.zmdi-delicious:before {
content: "๏ฒ"; }
.zmdi-disqus:before {
content: "๏ณ"; }
.zmdi-flattr:before {
content: "๏ด"; }
.zmdi-flickr:before {
content: "๏ต"; }
.zmdi-github-alt:before {
content: "๏ถ"; }
.zmdi-google-old:before {
content: "๏ท"; }
.zmdi-linkedin:before {
content: "๏ธ"; }
.zmdi-odnoklassniki:before {
content: "๏น"; }
.zmdi-outlook:before {
content: "๏บ"; }
.zmdi-paypal-alt:before {
content: "๏ป"; }
.zmdi-pinterest:before {
content: "๏ผ"; }
.zmdi-playstation:before {
content: "๏ฝ"; }
.zmdi-reddit:before {
content: "๏พ"; }
.zmdi-skype:before {
content: "๏ฟ"; }
.zmdi-slideshare:before {
content: "๏"; }
.zmdi-soundcloud:before {
content: "๏"; }
.zmdi-tumblr:before {
content: "๏"; }
.zmdi-twitch:before {
content: "๏"; }
.zmdi-vimeo:before {
content: "๏"; }
.zmdi-whatsapp:before {
content: "๏
"; }
.zmdi-xbox:before {
content: "๏"; }
.zmdi-yahoo:before {
content: "๏"; }
.zmdi-youtube-play:before {
content: "๏"; }
.zmdi-youtube:before {
content: "๏"; }
.zmdi-import-export:before {
content: "๏"; }
.zmdi-swap-vertical-:before {
content: "๏"; }
.zmdi-airplanemode-inactive:before {
content: "๏"; }
.zmdi-airplanemode-active:before {
content: "๏"; }
.zmdi-rate-review:before {
content: "๏"; }
.zmdi-comment-sign:before {
content: "๏"; }
.zmdi-network-warning:before {
content: "๏ญ"; }
.zmdi-shopping-cart-add:before {
content: "๏"; }
.zmdi-file-add:before {
content: "๏ก"; }
.zmdi-network-wifi-scan:before {
content: "๏ค"; }
.zmdi-collection-add:before {
content: "๏
"; }
.zmdi-format-playlist-add:before {
content: "๏ฌ"; }
.zmdi-format-queue-music:before {
content: "๏ซ"; }
.zmdi-plus-box:before {
content: "๏ท"; }
.zmdi-tag-backspace:before {
content: "๏"; }
.zmdi-alarm-add:before {
content: "๏ซ"; }
.zmdi-battery-charging:before {
content: "๏"; }
.zmdi-daydream-setting:before {
content: "๏"; }
.zmdi-more-horiz:before {
content: "๏"; }
.zmdi-book-photo:before {
content: "๏"; }
.zmdi-incandescent:before {
content: "๏"; }
.zmdi-wb-iridescent:before {
content: "๏"; }
.zmdi-calendar-remove:before {
content: "๏ฐ"; }
.zmdi-refresh-sync-disabled:before {
content: "๏ท"; }
.zmdi-refresh-sync-problem:before {
content: "๏ถ"; }
.zmdi-crop-original:before {
content: "๏
พ"; }
.zmdi-power-off:before {
content: "๏ฏ"; }
.zmdi-power-off-setting:before {
content: "๏ฎ"; }
.zmdi-leak-remove:before {
content: "๏"; }
.zmdi-star-border:before {
content: "๏ผ"; }
.zmdi-brightness-low:before {
content: "๏ญ"; }
.zmdi-brightness-medium:before {
content: "๏ฎ"; }
.zmdi-brightness-high:before {
content: "๏ฏ"; }
.zmdi-smartphone-portrait:before {
content: "๏"; }
.zmdi-live-tv:before {
content: "๏"; }
.zmdi-format-textdirection-l-to-r:before {
content: "๏"; }
.zmdi-format-textdirection-r-to-l:before {
content: "๏"; }
.zmdi-arrow-back:before {
content: "๏ช"; }
.zmdi-arrow-forward:before {
content: "๏ฎ"; }
.zmdi-arrow-in:before {
content: "๏ฉ"; }
.zmdi-arrow-out:before {
content: "๏ญ"; }
.zmdi-rotate-90-degrees-ccw:before {
content: "๏"; }
.zmdi-adb:before {
content: "๏บ"; }
.zmdi-network-wifi:before {
content: "๏จ"; }
.zmdi-network-wifi-alt:before {
content: "๏ฃ"; }
.zmdi-network-wifi-lock:before {
content: "๏ฅ"; }
.zmdi-network-wifi-off:before {
content: "๏ฆ"; }
.zmdi-network-wifi-outline:before {
content: "๏ง"; }
.zmdi-network-wifi-info:before {
content: "๏ค"; }
.zmdi-layers-clear:before {
content: "๏"; }
.zmdi-colorize:before {
content: "๏
"; }
.zmdi-format-paint:before {
content: "๏บ"; }
.zmdi-format-quote:before {
content: "๏ฒ"; }
.zmdi-camera-monochrome-photos:before {
content: "๏
"; }
.zmdi-sort-by-alpha:before {
content: "๏"; }
.zmdi-folder-shared:before {
content: "๏ฅ"; }
.zmdi-folder-special:before {
content: "๏ฆ"; }
.zmdi-comment-dots:before {
content: "๏ "; }
.zmdi-reorder:before {
content: "๏"; }
.zmdi-dehaze:before {
content: "๏"; }
.zmdi-sort:before {
content: "๏"; }
.zmdi-pages:before {
content: "๏"; }
.zmdi-stack-overflow:before {
content: "๏"; }
.zmdi-calendar-account:before {
content: "๏"; }
.zmdi-paste:before {
content: "๏"; }
.zmdi-cut:before {
content: "๏ผ"; }
.zmdi-save:before {
content: "๏"; }
.zmdi-smartphone-code:before {
content: "๏น"; }
.zmdi-directions-bike:before {
content: "๏"; }
.zmdi-directions-boat:before {
content: "๏"; }
.zmdi-directions-bus:before {
content: "๏ก"; }
.zmdi-directions-car:before {
content: "๏ฅ"; }
.zmdi-directions-railway:before {
content: "๏ณ"; }
.zmdi-directions-run:before {
content: "๏"; }
.zmdi-directions-subway:before {
content: "๏"; }
.zmdi-directions-walk:before {
content: "๏"; }
.zmdi-local-hotel:before {
content: "๏
ธ"; }
.zmdi-local-activity:before {
content: "๏"; }
.zmdi-local-play:before {
content: "๏"; }
.zmdi-local-airport:before {
content: "๏"; }
.zmdi-local-atm:before {
content: "๏"; }
.zmdi-local-bar:before {
content: "๏ท"; }
.zmdi-local-cafe:before {
content: "๏ป"; }
.zmdi-local-car-wash:before {
content: "๏ค"; }
.zmdi-local-convenience-store:before {
content: "๏"; }
.zmdi-local-dining:before {
content: "๏
"; }
.zmdi-local-drink:before {
content: "๏
"; }
.zmdi-local-florist:before {
content: "๏
จ"; }
.zmdi-local-gas-station:before {
content: "๏
ฏ"; }
.zmdi-local-grocery-store:before {
content: "๏"; }
.zmdi-local-hospital:before {
content: "๏
ท"; }
.zmdi-local-laundry-service:before {
content: "๏ฉ"; }
.zmdi-local-library:before {
content: "๏"; }
.zmdi-local-mall:before {
content: "๏"; }
.zmdi-local-movies:before {
content: "๏"; }
.zmdi-local-offer:before {
content: "๏"; }
.zmdi-local-parking:before {
content: "๏ฅ"; }
.zmdi-local-parking:before {
content: "๏ฅ"; }
.zmdi-local-pharmacy:before {
content: "๏
ถ"; }
.zmdi-local-phone:before {
content: "๏พ"; }
.zmdi-local-pizza:before {
content: "๏ฌ"; }
.zmdi-local-post-office:before {
content: "๏
"; }
.zmdi-local-printshop:before {
content: "๏ฐ"; }
.zmdi-local-see:before {
content: "๏"; }
.zmdi-local-shipping:before {
content: "๏ฆ"; }
.zmdi-local-store:before {
content: "๏"; }
.zmdi-local-taxi:before {
content: "๏ฃ"; }
.zmdi-local-wc:before {
content: "๏"; }
.zmdi-my-location:before {
content: "๏"; }
.zmdi-directions:before {
content: "๏ง"; }
|
1/public/vendors/bower_components/material-design-iconic-font/scss/material-design-iconic-font.css
|
@charset "UTF-8";
/*!
* Material Design Iconic Font by <NAME> ($zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
* License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
font-family: "Material-Design-Iconic-Font";
src: url("../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0") format("woff2"), url("../fonts/Material-Design-Iconic-Font.woff?v=2.2.0") format("woff"), url("../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0") format("truetype");
font-weight: normal;
font-style: normal; }
.zmdi {
display: inline-block;
font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.zmdi-hc-lg {
font-size: 1.3333333333em;
line-height: 0.75em;
vertical-align: -15%; }
.zmdi-hc-2x {
font-size: 2em; }
.zmdi-hc-3x {
font-size: 3em; }
.zmdi-hc-4x {
font-size: 4em; }
.zmdi-hc-5x {
font-size: 5em; }
.zmdi-hc-fw {
width: 1.2857142857em;
text-align: center; }
.zmdi-hc-ul {
padding-left: 0;
margin-left: 2.1428571429em;
list-style-type: none; }
.zmdi-hc-ul > li {
position: relative; }
.zmdi-hc-li {
position: absolute;
left: -2.1428571429em;
width: 2.1428571429em;
top: 0.1428571429em;
text-align: center; }
.zmdi-hc-li.zmdi-hc-lg {
left: -1.8571428571em; }
.zmdi-hc-border {
padding: .1em .25em;
border: solid 0.1em #9E9E9E;
border-radius: 2px; }
.zmdi-hc-border-circle {
padding: .1em .25em;
border: solid 0.1em #9E9E9E;
border-radius: 50%; }
.zmdi.pull-left {
float: left;
margin-right: .15em; }
.zmdi.pull-right {
float: right;
margin-left: .15em; }
.zmdi-hc-spin {
animation: zmdi-spin 1.5s infinite linear; }
.zmdi-hc-spin-reverse {
animation: zmdi-spin-reverse 1.5s infinite linear; }
@keyframes zmdi-spin {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(359deg); } }
@keyframes zmdi-spin-reverse {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(-359deg); } }
.zmdi-hc-rotate-90 {
transform: rotate(90deg); }
.zmdi-hc-rotate-180 {
transform: rotate(180deg); }
.zmdi-hc-rotate-270 {
transform: rotate(270deg); }
.zmdi-hc-flip-horizontal {
transform: scale(-1, 1); }
.zmdi-hc-flip-vertical {
transform: scale(1, -1); }
.zmdi-hc-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle; }
.zmdi-hc-stack-1x, .zmdi-hc-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center; }
.zmdi-hc-stack-1x {
line-height: inherit; }
.zmdi-hc-stack-2x {
font-size: 2em; }
.zmdi-hc-inverse {
color: #FFFFFF; }
/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.zmdi-3d-rotation:before {
content: "๏"; }
.zmdi-airplane-off:before {
content: "๏"; }
.zmdi-airplane:before {
content: "๏"; }
.zmdi-album:before {
content: "๏"; }
.zmdi-archive:before {
content: "๏
"; }
.zmdi-assignment-account:before {
content: "๏"; }
.zmdi-assignment-alert:before {
content: "๏"; }
.zmdi-assignment-check:before {
content: "๏"; }
.zmdi-assignment-o:before {
content: "๏"; }
.zmdi-assignment-return:before {
content: "๏"; }
.zmdi-assignment-returned:before {
content: "๏"; }
.zmdi-assignment:before {
content: "๏"; }
.zmdi-attachment-alt:before {
content: "๏"; }
.zmdi-attachment:before {
content: "๏"; }
.zmdi-audio:before {
content: "๏"; }
.zmdi-badge-check:before {
content: "๏"; }
.zmdi-balance-wallet:before {
content: "๏"; }
.zmdi-balance:before {
content: "๏"; }
.zmdi-battery-alert:before {
content: "๏"; }
.zmdi-battery-flash:before {
content: "๏"; }
.zmdi-battery-unknown:before {
content: "๏"; }
.zmdi-battery:before {
content: "๏"; }
.zmdi-bike:before {
content: "๏"; }
.zmdi-block-alt:before {
content: "๏"; }
.zmdi-block:before {
content: "๏"; }
.zmdi-boat:before {
content: "๏"; }
.zmdi-book-image:before {
content: "๏"; }
.zmdi-book:before {
content: "๏"; }
.zmdi-bookmark-outline:before {
content: "๏"; }
.zmdi-bookmark:before {
content: "๏"; }
.zmdi-brush:before {
content: "๏"; }
.zmdi-bug:before {
content: "๏ "; }
.zmdi-bus:before {
content: "๏ก"; }
.zmdi-cake:before {
content: "๏ข"; }
.zmdi-car-taxi:before {
content: "๏ฃ"; }
.zmdi-car-wash:before {
content: "๏ค"; }
.zmdi-car:before {
content: "๏ฅ"; }
.zmdi-card-giftcard:before {
content: "๏ฆ"; }
.zmdi-card-membership:before {
content: "๏ง"; }
.zmdi-card-travel:before {
content: "๏จ"; }
.zmdi-card:before {
content: "๏ฉ"; }
.zmdi-case-check:before {
content: "๏ช"; }
.zmdi-case-download:before {
content: "๏ซ"; }
.zmdi-case-play:before {
content: "๏ฌ"; }
.zmdi-case:before {
content: "๏ญ"; }
.zmdi-cast-connected:before {
content: "๏ฎ"; }
.zmdi-cast:before {
content: "๏ฏ"; }
.zmdi-chart-donut:before {
content: "๏ฐ"; }
.zmdi-chart:before {
content: "๏ฑ"; }
.zmdi-city-alt:before {
content: "๏ฒ"; }
.zmdi-city:before {
content: "๏ณ"; }
.zmdi-close-circle-o:before {
content: "๏ด"; }
.zmdi-close-circle:before {
content: "๏ต"; }
.zmdi-close:before {
content: "๏ถ"; }
.zmdi-cocktail:before {
content: "๏ท"; }
.zmdi-code-setting:before {
content: "๏ธ"; }
.zmdi-code-smartphone:before {
content: "๏น"; }
.zmdi-code:before {
content: "๏บ"; }
.zmdi-coffee:before {
content: "๏ป"; }
.zmdi-collection-bookmark:before {
content: "๏ผ"; }
.zmdi-collection-case-play:before {
content: "๏ฝ"; }
.zmdi-collection-folder-image:before {
content: "๏พ"; }
.zmdi-collection-image-o:before {
content: "๏ฟ"; }
.zmdi-collection-image:before {
content: "๏
"; }
.zmdi-collection-item-1:before {
content: "๏
"; }
.zmdi-collection-item-2:before {
content: "๏
"; }
.zmdi-collection-item-3:before {
content: "๏
"; }
.zmdi-collection-item-4:before {
content: "๏
"; }
.zmdi-collection-item-5:before {
content: "๏
"; }
.zmdi-collection-item-6:before {
content: "๏
"; }
.zmdi-collection-item-7:before {
content: "๏
"; }
.zmdi-collection-item-8:before {
content: "๏
"; }
.zmdi-collection-item-9-plus:before {
content: "๏
"; }
.zmdi-collection-item-9:before {
content: "๏
"; }
.zmdi-collection-item:before {
content: "๏
"; }
.zmdi-collection-music:before {
content: "๏
"; }
.zmdi-collection-pdf:before {
content: "๏
"; }
.zmdi-collection-plus:before {
content: "๏
"; }
.zmdi-collection-speaker:before {
content: "๏
"; }
.zmdi-collection-text:before {
content: "๏
"; }
.zmdi-collection-video:before {
content: "๏
"; }
.zmdi-compass:before {
content: "๏
"; }
.zmdi-cutlery:before {
content: "๏
"; }
.zmdi-delete:before {
content: "๏
"; }
.zmdi-dialpad:before {
content: "๏
"; }
.zmdi-dns:before {
content: "๏
"; }
.zmdi-drink:before {
content: "๏
"; }
.zmdi-edit:before {
content: "๏
"; }
.zmdi-email-open:before {
content: "๏
"; }
.zmdi-email:before {
content: "๏
"; }
.zmdi-eye-off:before {
content: "๏
"; }
.zmdi-eye:before {
content: "๏
"; }
.zmdi-eyedropper:before {
content: "๏
"; }
.zmdi-favorite-outline:before {
content: "๏
"; }
.zmdi-favorite:before {
content: "๏
"; }
.zmdi-filter-list:before {
content: "๏
"; }
.zmdi-fire:before {
content: "๏
ก"; }
.zmdi-flag:before {
content: "๏
ข"; }
.zmdi-flare:before {
content: "๏
ฃ"; }
.zmdi-flash-auto:before {
content: "๏
ค"; }
.zmdi-flash-off:before {
content: "๏
ฅ"; }
.zmdi-flash:before {
content: "๏
ฆ"; }
.zmdi-flip:before {
content: "๏
ง"; }
.zmdi-flower-alt:before {
content: "๏
จ"; }
.zmdi-flower:before {
content: "๏
ฉ"; }
.zmdi-font:before {
content: "๏
ช"; }
.zmdi-fullscreen-alt:before {
content: "๏
ซ"; }
.zmdi-fullscreen-exit:before {
content: "๏
ฌ"; }
.zmdi-fullscreen:before {
content: "๏
ญ"; }
.zmdi-functions:before {
content: "๏
ฎ"; }
.zmdi-gas-station:before {
content: "๏
ฏ"; }
.zmdi-gesture:before {
content: "๏
ฐ"; }
.zmdi-globe-alt:before {
content: "๏
ฑ"; }
.zmdi-globe-lock:before {
content: "๏
ฒ"; }
.zmdi-globe:before {
content: "๏
ณ"; }
.zmdi-graduation-cap:before {
content: "๏
ด"; }
.zmdi-home:before {
content: "๏
ต"; }
.zmdi-hospital-alt:before {
content: "๏
ถ"; }
.zmdi-hospital:before {
content: "๏
ท"; }
.zmdi-hotel:before {
content: "๏
ธ"; }
.zmdi-hourglass-alt:before {
content: "๏
น"; }
.zmdi-hourglass-outline:before {
content: "๏
บ"; }
.zmdi-hourglass:before {
content: "๏
ป"; }
.zmdi-http:before {
content: "๏
ผ"; }
.zmdi-image-alt:before {
content: "๏
ฝ"; }
.zmdi-image-o:before {
content: "๏
พ"; }
.zmdi-image:before {
content: "๏
ฟ"; }
.zmdi-inbox:before {
content: "๏"; }
.zmdi-invert-colors-off:before {
content: "๏"; }
.zmdi-invert-colors:before {
content: "๏"; }
.zmdi-key:before {
content: "๏"; }
.zmdi-label-alt-outline:before {
content: "๏"; }
.zmdi-label-alt:before {
content: "๏
"; }
.zmdi-label-heart:before {
content: "๏"; }
.zmdi-label:before {
content: "๏"; }
.zmdi-labels:before {
content: "๏"; }
.zmdi-lamp:before {
content: "๏"; }
.zmdi-landscape:before {
content: "๏"; }
.zmdi-layers-off:before {
content: "๏"; }
.zmdi-layers:before {
content: "๏"; }
.zmdi-library:before {
content: "๏"; }
.zmdi-link:before {
content: "๏"; }
.zmdi-lock-open:before {
content: "๏"; }
.zmdi-lock-outline:before {
content: "๏"; }
.zmdi-lock:before {
content: "๏"; }
.zmdi-mail-reply-all:before {
content: "๏"; }
.zmdi-mail-reply:before {
content: "๏"; }
.zmdi-mail-send:before {
content: "๏"; }
.zmdi-mall:before {
content: "๏"; }
.zmdi-map:before {
content: "๏"; }
.zmdi-menu:before {
content: "๏"; }
.zmdi-money-box:before {
content: "๏"; }
.zmdi-money-off:before {
content: "๏"; }
.zmdi-money:before {
content: "๏"; }
.zmdi-more-vert:before {
content: "๏"; }
.zmdi-more:before {
content: "๏"; }
.zmdi-movie-alt:before {
content: "๏"; }
.zmdi-movie:before {
content: "๏"; }
.zmdi-nature-people:before {
content: "๏"; }
.zmdi-nature:before {
content: "๏ "; }
.zmdi-navigation:before {
content: "๏ก"; }
.zmdi-open-in-browser:before {
content: "๏ข"; }
.zmdi-open-in-new:before {
content: "๏ฃ"; }
.zmdi-palette:before {
content: "๏ค"; }
.zmdi-parking:before {
content: "๏ฅ"; }
.zmdi-pin-account:before {
content: "๏ฆ"; }
.zmdi-pin-assistant:before {
content: "๏ง"; }
.zmdi-pin-drop:before {
content: "๏จ"; }
.zmdi-pin-help:before {
content: "๏ฉ"; }
.zmdi-pin-off:before {
content: "๏ช"; }
.zmdi-pin:before {
content: "๏ซ"; }
.zmdi-pizza:before {
content: "๏ฌ"; }
.zmdi-plaster:before {
content: "๏ญ"; }
.zmdi-power-setting:before {
content: "๏ฎ"; }
.zmdi-power:before {
content: "๏ฏ"; }
.zmdi-print:before {
content: "๏ฐ"; }
.zmdi-puzzle-piece:before {
content: "๏ฑ"; }
.zmdi-quote:before {
content: "๏ฒ"; }
.zmdi-railway:before {
content: "๏ณ"; }
.zmdi-receipt:before {
content: "๏ด"; }
.zmdi-refresh-alt:before {
content: "๏ต"; }
.zmdi-refresh-sync-alert:before {
content: "๏ถ"; }
.zmdi-refresh-sync-off:before {
content: "๏ท"; }
.zmdi-refresh-sync:before {
content: "๏ธ"; }
.zmdi-refresh:before {
content: "๏น"; }
.zmdi-roller:before {
content: "๏บ"; }
.zmdi-ruler:before {
content: "๏ป"; }
.zmdi-scissors:before {
content: "๏ผ"; }
.zmdi-screen-rotation-lock:before {
content: "๏ฝ"; }
.zmdi-screen-rotation:before {
content: "๏พ"; }
.zmdi-search-for:before {
content: "๏ฟ"; }
.zmdi-search-in-file:before {
content: "๏"; }
.zmdi-search-in-page:before {
content: "๏"; }
.zmdi-search-replace:before {
content: "๏"; }
.zmdi-search:before {
content: "๏"; }
.zmdi-seat:before {
content: "๏"; }
.zmdi-settings-square:before {
content: "๏
"; }
.zmdi-settings:before {
content: "๏"; }
.zmdi-shield-check:before {
content: "๏"; }
.zmdi-shield-security:before {
content: "๏"; }
.zmdi-shopping-basket:before {
content: "๏"; }
.zmdi-shopping-cart-plus:before {
content: "๏"; }
.zmdi-shopping-cart:before {
content: "๏"; }
.zmdi-sign-in:before {
content: "๏"; }
.zmdi-sort-amount-asc:before {
content: "๏"; }
.zmdi-sort-amount-desc:before {
content: "๏"; }
.zmdi-sort-asc:before {
content: "๏"; }
.zmdi-sort-desc:before {
content: "๏"; }
.zmdi-spellcheck:before {
content: "๏"; }
.zmdi-storage:before {
content: "๏"; }
.zmdi-store-24:before {
content: "๏"; }
.zmdi-store:before {
content: "๏"; }
.zmdi-subway:before {
content: "๏"; }
.zmdi-sun:before {
content: "๏"; }
.zmdi-tab-unselected:before {
content: "๏"; }
.zmdi-tab:before {
content: "๏"; }
.zmdi-tag-close:before {
content: "๏"; }
.zmdi-tag-more:before {
content: "๏"; }
.zmdi-tag:before {
content: "๏"; }
.zmdi-thumb-down:before {
content: "๏"; }
.zmdi-thumb-up-down:before {
content: "๏"; }
.zmdi-thumb-up:before {
content: "๏"; }
.zmdi-ticket-star:before {
content: "๏"; }
.zmdi-toll:before {
content: "๏ "; }
.zmdi-toys:before {
content: "๏ก"; }
.zmdi-traffic:before {
content: "๏ข"; }
.zmdi-translate:before {
content: "๏ฃ"; }
.zmdi-triangle-down:before {
content: "๏ค"; }
.zmdi-triangle-up:before {
content: "๏ฅ"; }
.zmdi-truck:before {
content: "๏ฆ"; }
.zmdi-turning-sign:before {
content: "๏ง"; }
.zmdi-wallpaper:before {
content: "๏จ"; }
.zmdi-washing-machine:before {
content: "๏ฉ"; }
.zmdi-window-maximize:before {
content: "๏ช"; }
.zmdi-window-minimize:before {
content: "๏ซ"; }
.zmdi-window-restore:before {
content: "๏ฌ"; }
.zmdi-wrench:before {
content: "๏ญ"; }
.zmdi-zoom-in:before {
content: "๏ฎ"; }
.zmdi-zoom-out:before {
content: "๏ฏ"; }
.zmdi-alert-circle-o:before {
content: "๏ฐ"; }
.zmdi-alert-circle:before {
content: "๏ฑ"; }
.zmdi-alert-octagon:before {
content: "๏ฒ"; }
.zmdi-alert-polygon:before {
content: "๏ณ"; }
.zmdi-alert-triangle:before {
content: "๏ด"; }
.zmdi-help-outline:before {
content: "๏ต"; }
.zmdi-help:before {
content: "๏ถ"; }
.zmdi-info-outline:before {
content: "๏ท"; }
.zmdi-info:before {
content: "๏ธ"; }
.zmdi-notifications-active:before {
content: "๏น"; }
.zmdi-notifications-add:before {
content: "๏บ"; }
.zmdi-notifications-none:before {
content: "๏ป"; }
.zmdi-notifications-off:before {
content: "๏ผ"; }
.zmdi-notifications-paused:before {
content: "๏ฝ"; }
.zmdi-notifications:before {
content: "๏พ"; }
.zmdi-account-add:before {
content: "๏ฟ"; }
.zmdi-account-box-mail:before {
content: "๏"; }
.zmdi-account-box-o:before {
content: "๏"; }
.zmdi-account-box-phone:before {
content: "๏"; }
.zmdi-account-box:before {
content: "๏"; }
.zmdi-account-calendar:before {
content: "๏"; }
.zmdi-account-circle:before {
content: "๏
"; }
.zmdi-account-o:before {
content: "๏"; }
.zmdi-account:before {
content: "๏"; }
.zmdi-accounts-add:before {
content: "๏"; }
.zmdi-accounts-alt:before {
content: "๏"; }
.zmdi-accounts-list-alt:before {
content: "๏"; }
.zmdi-accounts-list:before {
content: "๏"; }
.zmdi-accounts-outline:before {
content: "๏"; }
.zmdi-accounts:before {
content: "๏"; }
.zmdi-face:before {
content: "๏"; }
.zmdi-female:before {
content: "๏"; }
.zmdi-male-alt:before {
content: "๏"; }
.zmdi-male-female:before {
content: "๏"; }
.zmdi-male:before {
content: "๏"; }
.zmdi-mood-bad:before {
content: "๏"; }
.zmdi-mood:before {
content: "๏"; }
.zmdi-run:before {
content: "๏"; }
.zmdi-walk:before {
content: "๏"; }
.zmdi-cloud-box:before {
content: "๏"; }
.zmdi-cloud-circle:before {
content: "๏"; }
.zmdi-cloud-done:before {
content: "๏"; }
.zmdi-cloud-download:before {
content: "๏"; }
.zmdi-cloud-off:before {
content: "๏"; }
.zmdi-cloud-outline-alt:before {
content: "๏"; }
.zmdi-cloud-outline:before {
content: "๏"; }
.zmdi-cloud-upload:before {
content: "๏"; }
.zmdi-cloud:before {
content: "๏"; }
.zmdi-download:before {
content: "๏ "; }
.zmdi-file-plus:before {
content: "๏ก"; }
.zmdi-file-text:before {
content: "๏ข"; }
.zmdi-file:before {
content: "๏ฃ"; }
.zmdi-folder-outline:before {
content: "๏ค"; }
.zmdi-folder-person:before {
content: "๏ฅ"; }
.zmdi-folder-star-alt:before {
content: "๏ฆ"; }
.zmdi-folder-star:before {
content: "๏ง"; }
.zmdi-folder:before {
content: "๏จ"; }
.zmdi-gif:before {
content: "๏ฉ"; }
.zmdi-upload:before {
content: "๏ช"; }
.zmdi-border-all:before {
content: "๏ซ"; }
.zmdi-border-bottom:before {
content: "๏ฌ"; }
.zmdi-border-clear:before {
content: "๏ญ"; }
.zmdi-border-color:before {
content: "๏ฎ"; }
.zmdi-border-horizontal:before {
content: "๏ฏ"; }
.zmdi-border-inner:before {
content: "๏ฐ"; }
.zmdi-border-left:before {
content: "๏ฑ"; }
.zmdi-border-outer:before {
content: "๏ฒ"; }
.zmdi-border-right:before {
content: "๏ณ"; }
.zmdi-border-style:before {
content: "๏ด"; }
.zmdi-border-top:before {
content: "๏ต"; }
.zmdi-border-vertical:before {
content: "๏ถ"; }
.zmdi-copy:before {
content: "๏ท"; }
.zmdi-crop:before {
content: "๏ธ"; }
.zmdi-format-align-center:before {
content: "๏น"; }
.zmdi-format-align-justify:before {
content: "๏บ"; }
.zmdi-format-align-left:before {
content: "๏ป"; }
.zmdi-format-align-right:before {
content: "๏ผ"; }
.zmdi-format-bold:before {
content: "๏ฝ"; }
.zmdi-format-clear-all:before {
content: "๏พ"; }
.zmdi-format-clear:before {
content: "๏ฟ"; }
.zmdi-format-color-fill:before {
content: "๏"; }
.zmdi-format-color-reset:before {
content: "๏"; }
.zmdi-format-color-text:before {
content: "๏"; }
.zmdi-format-indent-decrease:before {
content: "๏"; }
.zmdi-format-indent-increase:before {
content: "๏"; }
.zmdi-format-italic:before {
content: "๏
"; }
.zmdi-format-line-spacing:before {
content: "๏"; }
.zmdi-format-list-bulleted:before {
content: "๏"; }
.zmdi-format-list-numbered:before {
content: "๏"; }
.zmdi-format-ltr:before {
content: "๏"; }
.zmdi-format-rtl:before {
content: "๏"; }
.zmdi-format-size:before {
content: "๏"; }
.zmdi-format-strikethrough-s:before {
content: "๏"; }
.zmdi-format-strikethrough:before {
content: "๏"; }
.zmdi-format-subject:before {
content: "๏"; }
.zmdi-format-underlined:before {
content: "๏"; }
.zmdi-format-valign-bottom:before {
content: "๏"; }
.zmdi-format-valign-center:before {
content: "๏"; }
.zmdi-format-valign-top:before {
content: "๏"; }
.zmdi-redo:before {
content: "๏"; }
.zmdi-select-all:before {
content: "๏"; }
.zmdi-space-bar:before {
content: "๏"; }
.zmdi-text-format:before {
content: "๏"; }
.zmdi-transform:before {
content: "๏"; }
.zmdi-undo:before {
content: "๏"; }
.zmdi-wrap-text:before {
content: "๏"; }
.zmdi-comment-alert:before {
content: "๏"; }
.zmdi-comment-alt-text:before {
content: "๏"; }
.zmdi-comment-alt:before {
content: "๏"; }
.zmdi-comment-edit:before {
content: "๏"; }
.zmdi-comment-image:before {
content: "๏"; }
.zmdi-comment-list:before {
content: "๏"; }
.zmdi-comment-more:before {
content: "๏ "; }
.zmdi-comment-outline:before {
content: "๏ก"; }
.zmdi-comment-text-alt:before {
content: "๏ข"; }
.zmdi-comment-text:before {
content: "๏ฃ"; }
.zmdi-comment-video:before {
content: "๏ค"; }
.zmdi-comment:before {
content: "๏ฅ"; }
.zmdi-comments:before {
content: "๏ฆ"; }
.zmdi-check-all:before {
content: "๏ง"; }
.zmdi-check-circle-u:before {
content: "๏จ"; }
.zmdi-check-circle:before {
content: "๏ฉ"; }
.zmdi-check-square:before {
content: "๏ช"; }
.zmdi-check:before {
content: "๏ซ"; }
.zmdi-circle-o:before {
content: "๏ฌ"; }
.zmdi-circle:before {
content: "๏ญ"; }
.zmdi-dot-circle-alt:before {
content: "๏ฎ"; }
.zmdi-dot-circle:before {
content: "๏ฏ"; }
.zmdi-minus-circle-outline:before {
content: "๏ฐ"; }
.zmdi-minus-circle:before {
content: "๏ฑ"; }
.zmdi-minus-square:before {
content: "๏ฒ"; }
.zmdi-minus:before {
content: "๏ณ"; }
.zmdi-plus-circle-o-duplicate:before {
content: "๏ด"; }
.zmdi-plus-circle-o:before {
content: "๏ต"; }
.zmdi-plus-circle:before {
content: "๏ถ"; }
.zmdi-plus-square:before {
content: "๏ท"; }
.zmdi-plus:before {
content: "๏ธ"; }
.zmdi-square-o:before {
content: "๏น"; }
.zmdi-star-circle:before {
content: "๏บ"; }
.zmdi-star-half:before {
content: "๏ป"; }
.zmdi-star-outline:before {
content: "๏ผ"; }
.zmdi-star:before {
content: "๏ฝ"; }
.zmdi-bluetooth-connected:before {
content: "๏พ"; }
.zmdi-bluetooth-off:before {
content: "๏ฟ"; }
.zmdi-bluetooth-search:before {
content: "๏"; }
.zmdi-bluetooth-setting:before {
content: "๏"; }
.zmdi-bluetooth:before {
content: "๏"; }
.zmdi-camera-add:before {
content: "๏"; }
.zmdi-camera-alt:before {
content: "๏"; }
.zmdi-camera-bw:before {
content: "๏
"; }
.zmdi-camera-front:before {
content: "๏"; }
.zmdi-camera-mic:before {
content: "๏"; }
.zmdi-camera-party-mode:before {
content: "๏"; }
.zmdi-camera-rear:before {
content: "๏"; }
.zmdi-camera-roll:before {
content: "๏"; }
.zmdi-camera-switch:before {
content: "๏"; }
.zmdi-camera:before {
content: "๏"; }
.zmdi-card-alert:before {
content: "๏"; }
.zmdi-card-off:before {
content: "๏"; }
.zmdi-card-sd:before {
content: "๏"; }
.zmdi-card-sim:before {
content: "๏"; }
.zmdi-desktop-mac:before {
content: "๏"; }
.zmdi-desktop-windows:before {
content: "๏"; }
.zmdi-device-hub:before {
content: "๏"; }
.zmdi-devices-off:before {
content: "๏"; }
.zmdi-devices:before {
content: "๏"; }
.zmdi-dock:before {
content: "๏"; }
.zmdi-floppy:before {
content: "๏"; }
.zmdi-gamepad:before {
content: "๏"; }
.zmdi-gps-dot:before {
content: "๏"; }
.zmdi-gps-off:before {
content: "๏"; }
.zmdi-gps:before {
content: "๏"; }
.zmdi-headset-mic:before {
content: "๏"; }
.zmdi-headset:before {
content: "๏"; }
.zmdi-input-antenna:before {
content: "๏"; }
.zmdi-input-composite:before {
content: "๏"; }
.zmdi-input-hdmi:before {
content: "๏ "; }
.zmdi-input-power:before {
content: "๏ก"; }
.zmdi-input-svideo:before {
content: "๏ข"; }
.zmdi-keyboard-hide:before {
content: "๏ฃ"; }
.zmdi-keyboard:before {
content: "๏ค"; }
.zmdi-laptop-chromebook:before {
content: "๏ฅ"; }
.zmdi-laptop-mac:before {
content: "๏ฆ"; }
.zmdi-laptop:before {
content: "๏ง"; }
.zmdi-mic-off:before {
content: "๏จ"; }
.zmdi-mic-outline:before {
content: "๏ฉ"; }
.zmdi-mic-setting:before {
content: "๏ช"; }
.zmdi-mic:before {
content: "๏ซ"; }
.zmdi-mouse:before {
content: "๏ฌ"; }
.zmdi-network-alert:before {
content: "๏ญ"; }
.zmdi-network-locked:before {
content: "๏ฎ"; }
.zmdi-network-off:before {
content: "๏ฏ"; }
.zmdi-network-outline:before {
content: "๏ฐ"; }
.zmdi-network-setting:before {
content: "๏ฑ"; }
.zmdi-network:before {
content: "๏ฒ"; }
.zmdi-phone-bluetooth:before {
content: "๏ณ"; }
.zmdi-phone-end:before {
content: "๏ด"; }
.zmdi-phone-forwarded:before {
content: "๏ต"; }
.zmdi-phone-in-talk:before {
content: "๏ถ"; }
.zmdi-phone-locked:before {
content: "๏ท"; }
.zmdi-phone-missed:before {
content: "๏ธ"; }
.zmdi-phone-msg:before {
content: "๏น"; }
.zmdi-phone-paused:before {
content: "๏บ"; }
.zmdi-phone-ring:before {
content: "๏ป"; }
.zmdi-phone-setting:before {
content: "๏ผ"; }
.zmdi-phone-sip:before {
content: "๏ฝ"; }
.zmdi-phone:before {
content: "๏พ"; }
.zmdi-portable-wifi-changes:before {
content: "๏ฟ"; }
.zmdi-portable-wifi-off:before {
content: "๏"; }
.zmdi-portable-wifi:before {
content: "๏"; }
.zmdi-radio:before {
content: "๏"; }
.zmdi-reader:before {
content: "๏"; }
.zmdi-remote-control-alt:before {
content: "๏"; }
.zmdi-remote-control:before {
content: "๏
"; }
.zmdi-router:before {
content: "๏"; }
.zmdi-scanner:before {
content: "๏"; }
.zmdi-smartphone-android:before {
content: "๏"; }
.zmdi-smartphone-download:before {
content: "๏"; }
.zmdi-smartphone-erase:before {
content: "๏"; }
.zmdi-smartphone-info:before {
content: "๏"; }
.zmdi-smartphone-iphone:before {
content: "๏"; }
.zmdi-smartphone-landscape-lock:before {
content: "๏"; }
.zmdi-smartphone-landscape:before {
content: "๏"; }
.zmdi-smartphone-lock:before {
content: "๏"; }
.zmdi-smartphone-portrait-lock:before {
content: "๏"; }
.zmdi-smartphone-ring:before {
content: "๏"; }
.zmdi-smartphone-setting:before {
content: "๏"; }
.zmdi-smartphone-setup:before {
content: "๏"; }
.zmdi-smartphone:before {
content: "๏"; }
.zmdi-speaker:before {
content: "๏"; }
.zmdi-tablet-android:before {
content: "๏"; }
.zmdi-tablet-mac:before {
content: "๏"; }
.zmdi-tablet:before {
content: "๏"; }
.zmdi-tv-alt-play:before {
content: "๏"; }
.zmdi-tv-list:before {
content: "๏"; }
.zmdi-tv-play:before {
content: "๏"; }
.zmdi-tv:before {
content: "๏"; }
.zmdi-usb:before {
content: "๏"; }
.zmdi-videocam-off:before {
content: "๏"; }
.zmdi-videocam-switch:before {
content: "๏"; }
.zmdi-videocam:before {
content: "๏ "; }
.zmdi-watch:before {
content: "๏ก"; }
.zmdi-wifi-alt-2:before {
content: "๏ข"; }
.zmdi-wifi-alt:before {
content: "๏ฃ"; }
.zmdi-wifi-info:before {
content: "๏ค"; }
.zmdi-wifi-lock:before {
content: "๏ฅ"; }
.zmdi-wifi-off:before {
content: "๏ฆ"; }
.zmdi-wifi-outline:before {
content: "๏ง"; }
.zmdi-wifi:before {
content: "๏จ"; }
.zmdi-arrow-left-bottom:before {
content: "๏ฉ"; }
.zmdi-arrow-left:before {
content: "๏ช"; }
.zmdi-arrow-merge:before {
content: "๏ซ"; }
.zmdi-arrow-missed:before {
content: "๏ฌ"; }
.zmdi-arrow-right-top:before {
content: "๏ญ"; }
.zmdi-arrow-right:before {
content: "๏ฎ"; }
.zmdi-arrow-split:before {
content: "๏ฏ"; }
.zmdi-arrows:before {
content: "๏ฐ"; }
.zmdi-caret-down-circle:before {
content: "๏ฑ"; }
.zmdi-caret-down:before {
content: "๏ฒ"; }
.zmdi-caret-left-circle:before {
content: "๏ณ"; }
.zmdi-caret-left:before {
content: "๏ด"; }
.zmdi-caret-right-circle:before {
content: "๏ต"; }
.zmdi-caret-right:before {
content: "๏ถ"; }
.zmdi-caret-up-circle:before {
content: "๏ท"; }
.zmdi-caret-up:before {
content: "๏ธ"; }
.zmdi-chevron-down:before {
content: "๏น"; }
.zmdi-chevron-left:before {
content: "๏บ"; }
.zmdi-chevron-right:before {
content: "๏ป"; }
.zmdi-chevron-up:before {
content: "๏ผ"; }
.zmdi-forward:before {
content: "๏ฝ"; }
.zmdi-long-arrow-down:before {
content: "๏พ"; }
.zmdi-long-arrow-left:before {
content: "๏ฟ"; }
.zmdi-long-arrow-return:before {
content: "๏"; }
.zmdi-long-arrow-right:before {
content: "๏"; }
.zmdi-long-arrow-tab:before {
content: "๏"; }
.zmdi-long-arrow-up:before {
content: "๏"; }
.zmdi-rotate-ccw:before {
content: "๏"; }
.zmdi-rotate-cw:before {
content: "๏
"; }
.zmdi-rotate-left:before {
content: "๏"; }
.zmdi-rotate-right:before {
content: "๏"; }
.zmdi-square-down:before {
content: "๏"; }
.zmdi-square-right:before {
content: "๏"; }
.zmdi-swap-alt:before {
content: "๏"; }
.zmdi-swap-vertical-circle:before {
content: "๏"; }
.zmdi-swap-vertical:before {
content: "๏"; }
.zmdi-swap:before {
content: "๏"; }
.zmdi-trending-down:before {
content: "๏"; }
.zmdi-trending-flat:before {
content: "๏"; }
.zmdi-trending-up:before {
content: "๏"; }
.zmdi-unfold-less:before {
content: "๏"; }
.zmdi-unfold-more:before {
content: "๏"; }
.zmdi-apps:before {
content: "๏"; }
.zmdi-grid-off:before {
content: "๏"; }
.zmdi-grid:before {
content: "๏"; }
.zmdi-view-agenda:before {
content: "๏"; }
.zmdi-view-array:before {
content: "๏"; }
.zmdi-view-carousel:before {
content: "๏"; }
.zmdi-view-column:before {
content: "๏"; }
.zmdi-view-comfy:before {
content: "๏"; }
.zmdi-view-compact:before {
content: "๏"; }
.zmdi-view-dashboard:before {
content: "๏"; }
.zmdi-view-day:before {
content: "๏"; }
.zmdi-view-headline:before {
content: "๏"; }
.zmdi-view-list-alt:before {
content: "๏"; }
.zmdi-view-list:before {
content: "๏ "; }
.zmdi-view-module:before {
content: "๏ก"; }
.zmdi-view-quilt:before {
content: "๏ข"; }
.zmdi-view-stream:before {
content: "๏ฃ"; }
.zmdi-view-subtitles:before {
content: "๏ค"; }
.zmdi-view-toc:before {
content: "๏ฅ"; }
.zmdi-view-web:before {
content: "๏ฆ"; }
.zmdi-view-week:before {
content: "๏ง"; }
.zmdi-widgets:before {
content: "๏จ"; }
.zmdi-alarm-check:before {
content: "๏ฉ"; }
.zmdi-alarm-off:before {
content: "๏ช"; }
.zmdi-alarm-plus:before {
content: "๏ซ"; }
.zmdi-alarm-snooze:before {
content: "๏ฌ"; }
.zmdi-alarm:before {
content: "๏ญ"; }
.zmdi-calendar-alt:before {
content: "๏ฎ"; }
.zmdi-calendar-check:before {
content: "๏ฏ"; }
.zmdi-calendar-close:before {
content: "๏ฐ"; }
.zmdi-calendar-note:before {
content: "๏ฑ"; }
.zmdi-calendar:before {
content: "๏ฒ"; }
.zmdi-time-countdown:before {
content: "๏ณ"; }
.zmdi-time-interval:before {
content: "๏ด"; }
.zmdi-time-restore-setting:before {
content: "๏ต"; }
.zmdi-time-restore:before {
content: "๏ถ"; }
.zmdi-time:before {
content: "๏ท"; }
.zmdi-timer-off:before {
content: "๏ธ"; }
.zmdi-timer:before {
content: "๏น"; }
.zmdi-android-alt:before {
content: "๏บ"; }
.zmdi-android:before {
content: "๏ป"; }
.zmdi-apple:before {
content: "๏ผ"; }
.zmdi-behance:before {
content: "๏ฝ"; }
.zmdi-codepen:before {
content: "๏พ"; }
.zmdi-dribbble:before {
content: "๏ฟ"; }
.zmdi-dropbox:before {
content: "๏"; }
.zmdi-evernote:before {
content: "๏"; }
.zmdi-facebook-box:before {
content: "๏"; }
.zmdi-facebook:before {
content: "๏"; }
.zmdi-github-box:before {
content: "๏"; }
.zmdi-github:before {
content: "๏
"; }
.zmdi-google-drive:before {
content: "๏"; }
.zmdi-google-earth:before {
content: "๏"; }
.zmdi-google-glass:before {
content: "๏"; }
.zmdi-google-maps:before {
content: "๏"; }
.zmdi-google-pages:before {
content: "๏"; }
.zmdi-google-play:before {
content: "๏"; }
.zmdi-google-plus-box:before {
content: "๏"; }
.zmdi-google-plus:before {
content: "๏"; }
.zmdi-google:before {
content: "๏"; }
.zmdi-instagram:before {
content: "๏"; }
.zmdi-language-css3:before {
content: "๏"; }
.zmdi-language-html5:before {
content: "๏"; }
.zmdi-language-javascript:before {
content: "๏"; }
.zmdi-language-python-alt:before {
content: "๏"; }
.zmdi-language-python:before {
content: "๏"; }
.zmdi-lastfm:before {
content: "๏"; }
.zmdi-linkedin-box:before {
content: "๏"; }
.zmdi-paypal:before {
content: "๏"; }
.zmdi-pinterest-box:before {
content: "๏"; }
.zmdi-pocket:before {
content: "๏"; }
.zmdi-polymer:before {
content: "๏"; }
.zmdi-share:before {
content: "๏"; }
.zmdi-stackoverflow:before {
content: "๏"; }
.zmdi-steam-square:before {
content: "๏"; }
.zmdi-steam:before {
content: "๏"; }
.zmdi-twitter-box:before {
content: "๏"; }
.zmdi-twitter:before {
content: "๏ "; }
.zmdi-vk:before {
content: "๏ก"; }
.zmdi-wikipedia:before {
content: "๏ข"; }
.zmdi-windows:before {
content: "๏ฃ"; }
.zmdi-aspect-ratio-alt:before {
content: "๏ค"; }
.zmdi-aspect-ratio:before {
content: "๏ฅ"; }
.zmdi-blur-circular:before {
content: "๏ฆ"; }
.zmdi-blur-linear:before {
content: "๏ง"; }
.zmdi-blur-off:before {
content: "๏จ"; }
.zmdi-blur:before {
content: "๏ฉ"; }
.zmdi-brightness-2:before {
content: "๏ช"; }
.zmdi-brightness-3:before {
content: "๏ซ"; }
.zmdi-brightness-4:before {
content: "๏ฌ"; }
.zmdi-brightness-5:before {
content: "๏ญ"; }
.zmdi-brightness-6:before {
content: "๏ฎ"; }
.zmdi-brightness-7:before {
content: "๏ฏ"; }
.zmdi-brightness-auto:before {
content: "๏ฐ"; }
.zmdi-brightness-setting:before {
content: "๏ฑ"; }
.zmdi-broken-image:before {
content: "๏ฒ"; }
.zmdi-center-focus-strong:before {
content: "๏ณ"; }
.zmdi-center-focus-weak:before {
content: "๏ด"; }
.zmdi-compare:before {
content: "๏ต"; }
.zmdi-crop-16-9:before {
content: "๏ถ"; }
.zmdi-crop-3-2:before {
content: "๏ท"; }
.zmdi-crop-5-4:before {
content: "๏ธ"; }
.zmdi-crop-7-5:before {
content: "๏น"; }
.zmdi-crop-din:before {
content: "๏บ"; }
.zmdi-crop-free:before {
content: "๏ป"; }
.zmdi-crop-landscape:before {
content: "๏ผ"; }
.zmdi-crop-portrait:before {
content: "๏ฝ"; }
.zmdi-crop-square:before {
content: "๏พ"; }
.zmdi-exposure-alt:before {
content: "๏ฟ"; }
.zmdi-exposure:before {
content: "๏"; }
.zmdi-filter-b-and-w:before {
content: "๏"; }
.zmdi-filter-center-focus:before {
content: "๏"; }
.zmdi-filter-frames:before {
content: "๏"; }
.zmdi-filter-tilt-shift:before {
content: "๏"; }
.zmdi-gradient:before {
content: "๏
"; }
.zmdi-grain:before {
content: "๏"; }
.zmdi-graphic-eq:before {
content: "๏"; }
.zmdi-hdr-off:before {
content: "๏"; }
.zmdi-hdr-strong:before {
content: "๏"; }
.zmdi-hdr-weak:before {
content: "๏"; }
.zmdi-hdr:before {
content: "๏"; }
.zmdi-iridescent:before {
content: "๏"; }
.zmdi-leak-off:before {
content: "๏"; }
.zmdi-leak:before {
content: "๏"; }
.zmdi-looks:before {
content: "๏"; }
.zmdi-loupe:before {
content: "๏"; }
.zmdi-panorama-horizontal:before {
content: "๏"; }
.zmdi-panorama-vertical:before {
content: "๏"; }
.zmdi-panorama-wide-angle:before {
content: "๏"; }
.zmdi-photo-size-select-large:before {
content: "๏"; }
.zmdi-photo-size-select-small:before {
content: "๏"; }
.zmdi-picture-in-picture:before {
content: "๏"; }
.zmdi-slideshow:before {
content: "๏"; }
.zmdi-texture:before {
content: "๏"; }
.zmdi-tonality:before {
content: "๏"; }
.zmdi-vignette:before {
content: "๏"; }
.zmdi-wb-auto:before {
content: "๏"; }
.zmdi-eject-alt:before {
content: "๏"; }
.zmdi-eject:before {
content: "๏"; }
.zmdi-equalizer:before {
content: "๏"; }
.zmdi-fast-forward:before {
content: "๏"; }
.zmdi-fast-rewind:before {
content: "๏ "; }
.zmdi-forward-10:before {
content: "๏ก"; }
.zmdi-forward-30:before {
content: "๏ข"; }
.zmdi-forward-5:before {
content: "๏ฃ"; }
.zmdi-hearing:before {
content: "๏ค"; }
.zmdi-pause-circle-outline:before {
content: "๏ฅ"; }
.zmdi-pause-circle:before {
content: "๏ฆ"; }
.zmdi-pause:before {
content: "๏ง"; }
.zmdi-play-circle-outline:before {
content: "๏จ"; }
.zmdi-play-circle:before {
content: "๏ฉ"; }
.zmdi-play:before {
content: "๏ช"; }
.zmdi-playlist-audio:before {
content: "๏ซ"; }
.zmdi-playlist-plus:before {
content: "๏ฌ"; }
.zmdi-repeat-one:before {
content: "๏ญ"; }
.zmdi-repeat:before {
content: "๏ฎ"; }
.zmdi-replay-10:before {
content: "๏ฏ"; }
.zmdi-replay-30:before {
content: "๏ฐ"; }
.zmdi-replay-5:before {
content: "๏ฑ"; }
.zmdi-replay:before {
content: "๏ฒ"; }
.zmdi-shuffle:before {
content: "๏ณ"; }
.zmdi-skip-next:before {
content: "๏ด"; }
.zmdi-skip-previous:before {
content: "๏ต"; }
.zmdi-stop:before {
content: "๏ถ"; }
.zmdi-surround-sound:before {
content: "๏ท"; }
.zmdi-tune:before {
content: "๏ธ"; }
.zmdi-volume-down:before {
content: "๏น"; }
.zmdi-volume-mute:before {
content: "๏บ"; }
.zmdi-volume-off:before {
content: "๏ป"; }
.zmdi-volume-up:before {
content: "๏ผ"; }
.zmdi-n-1-square:before {
content: "๏ฝ"; }
.zmdi-n-2-square:before {
content: "๏พ"; }
.zmdi-n-3-square:before {
content: "๏ฟ"; }
.zmdi-n-4-square:before {
content: "๏"; }
.zmdi-n-5-square:before {
content: "๏"; }
.zmdi-n-6-square:before {
content: "๏"; }
.zmdi-neg-1:before {
content: "๏"; }
.zmdi-neg-2:before {
content: "๏"; }
.zmdi-plus-1:before {
content: "๏
"; }
.zmdi-plus-2:before {
content: "๏"; }
.zmdi-sec-10:before {
content: "๏"; }
.zmdi-sec-3:before {
content: "๏"; }
.zmdi-zero:before {
content: "๏"; }
.zmdi-airline-seat-flat-angled:before {
content: "๏"; }
.zmdi-airline-seat-flat:before {
content: "๏"; }
.zmdi-airline-seat-individual-suite:before {
content: "๏"; }
.zmdi-airline-seat-legroom-extra:before {
content: "๏"; }
.zmdi-airline-seat-legroom-normal:before {
content: "๏"; }
.zmdi-airline-seat-legroom-reduced:before {
content: "๏"; }
.zmdi-airline-seat-recline-extra:before {
content: "๏"; }
.zmdi-airline-seat-recline-normal:before {
content: "๏"; }
.zmdi-airplay:before {
content: "๏"; }
.zmdi-closed-caption:before {
content: "๏"; }
.zmdi-confirmation-number:before {
content: "๏"; }
.zmdi-developer-board:before {
content: "๏"; }
.zmdi-disc-full:before {
content: "๏"; }
.zmdi-explicit:before {
content: "๏"; }
.zmdi-flight-land:before {
content: "๏"; }
.zmdi-flight-takeoff:before {
content: "๏"; }
.zmdi-flip-to-back:before {
content: "๏"; }
.zmdi-flip-to-front:before {
content: "๏"; }
.zmdi-group-work:before {
content: "๏"; }
.zmdi-hd:before {
content: "๏"; }
.zmdi-hq:before {
content: "๏"; }
.zmdi-markunread-mailbox:before {
content: "๏"; }
.zmdi-memory:before {
content: "๏ "; }
.zmdi-nfc:before {
content: "๏ก"; }
.zmdi-play-for-work:before {
content: "๏ข"; }
.zmdi-power-input:before {
content: "๏ฃ"; }
.zmdi-present-to-all:before {
content: "๏ค"; }
.zmdi-satellite:before {
content: "๏ฅ"; }
.zmdi-tap-and-play:before {
content: "๏ฆ"; }
.zmdi-vibration:before {
content: "๏ง"; }
.zmdi-voicemail:before {
content: "๏จ"; }
.zmdi-group:before {
content: "๏ฉ"; }
.zmdi-rss:before {
content: "๏ช"; }
.zmdi-shape:before {
content: "๏ซ"; }
.zmdi-spinner:before {
content: "๏ฌ"; }
.zmdi-ungroup:before {
content: "๏ญ"; }
.zmdi-500px:before {
content: "๏ฎ"; }
.zmdi-8tracks:before {
content: "๏ฏ"; }
.zmdi-amazon:before {
content: "๏ฐ"; }
.zmdi-blogger:before {
content: "๏ฑ"; }
.zmdi-delicious:before {
content: "๏ฒ"; }
.zmdi-disqus:before {
content: "๏ณ"; }
.zmdi-flattr:before {
content: "๏ด"; }
.zmdi-flickr:before {
content: "๏ต"; }
.zmdi-github-alt:before {
content: "๏ถ"; }
.zmdi-google-old:before {
content: "๏ท"; }
.zmdi-linkedin:before {
content: "๏ธ"; }
.zmdi-odnoklassniki:before {
content: "๏น"; }
.zmdi-outlook:before {
content: "๏บ"; }
.zmdi-paypal-alt:before {
content: "๏ป"; }
.zmdi-pinterest:before {
content: "๏ผ"; }
.zmdi-playstation:before {
content: "๏ฝ"; }
.zmdi-reddit:before {
content: "๏พ"; }
.zmdi-skype:before {
content: "๏ฟ"; }
.zmdi-slideshare:before {
content: "๏"; }
.zmdi-soundcloud:before {
content: "๏"; }
.zmdi-tumblr:before {
content: "๏"; }
.zmdi-twitch:before {
content: "๏"; }
.zmdi-vimeo:before {
content: "๏"; }
.zmdi-whatsapp:before {
content: "๏
"; }
.zmdi-xbox:before {
content: "๏"; }
.zmdi-yahoo:before {
content: "๏"; }
.zmdi-youtube-play:before {
content: "๏"; }
.zmdi-youtube:before {
content: "๏"; }
.zmdi-3d-rotation:before {
content: "๏"; }
.zmdi-airplane-off:before {
content: "๏"; }
.zmdi-airplane:before {
content: "๏"; }
.zmdi-album:before {
content: "๏"; }
.zmdi-archive:before {
content: "๏
"; }
.zmdi-assignment-account:before {
content: "๏"; }
.zmdi-assignment-alert:before {
content: "๏"; }
.zmdi-assignment-check:before {
content: "๏"; }
.zmdi-assignment-o:before {
content: "๏"; }
.zmdi-assignment-return:before {
content: "๏"; }
.zmdi-assignment-returned:before {
content: "๏"; }
.zmdi-assignment:before {
content: "๏"; }
.zmdi-attachment-alt:before {
content: "๏"; }
.zmdi-attachment:before {
content: "๏"; }
.zmdi-audio:before {
content: "๏"; }
.zmdi-badge-check:before {
content: "๏"; }
.zmdi-balance-wallet:before {
content: "๏"; }
.zmdi-balance:before {
content: "๏"; }
.zmdi-battery-alert:before {
content: "๏"; }
.zmdi-battery-flash:before {
content: "๏"; }
.zmdi-battery-unknown:before {
content: "๏"; }
.zmdi-battery:before {
content: "๏"; }
.zmdi-bike:before {
content: "๏"; }
.zmdi-block-alt:before {
content: "๏"; }
.zmdi-block:before {
content: "๏"; }
.zmdi-boat:before {
content: "๏"; }
.zmdi-book-image:before {
content: "๏"; }
.zmdi-book:before {
content: "๏"; }
.zmdi-bookmark-outline:before {
content: "๏"; }
.zmdi-bookmark:before {
content: "๏"; }
.zmdi-brush:before {
content: "๏"; }
.zmdi-bug:before {
content: "๏ "; }
.zmdi-bus:before {
content: "๏ก"; }
.zmdi-cake:before {
content: "๏ข"; }
.zmdi-car-taxi:before {
content: "๏ฃ"; }
.zmdi-car-wash:before {
content: "๏ค"; }
.zmdi-car:before {
content: "๏ฅ"; }
.zmdi-card-giftcard:before {
content: "๏ฆ"; }
.zmdi-card-membership:before {
content: "๏ง"; }
.zmdi-card-travel:before {
content: "๏จ"; }
.zmdi-card:before {
content: "๏ฉ"; }
.zmdi-case-check:before {
content: "๏ช"; }
.zmdi-case-download:before {
content: "๏ซ"; }
.zmdi-case-play:before {
content: "๏ฌ"; }
.zmdi-case:before {
content: "๏ญ"; }
.zmdi-cast-connected:before {
content: "๏ฎ"; }
.zmdi-cast:before {
content: "๏ฏ"; }
.zmdi-chart-donut:before {
content: "๏ฐ"; }
.zmdi-chart:before {
content: "๏ฑ"; }
.zmdi-city-alt:before {
content: "๏ฒ"; }
.zmdi-city:before {
content: "๏ณ"; }
.zmdi-close-circle-o:before {
content: "๏ด"; }
.zmdi-close-circle:before {
content: "๏ต"; }
.zmdi-close:before {
content: "๏ถ"; }
.zmdi-cocktail:before {
content: "๏ท"; }
.zmdi-code-setting:before {
content: "๏ธ"; }
.zmdi-code-smartphone:before {
content: "๏น"; }
.zmdi-code:before {
content: "๏บ"; }
.zmdi-coffee:before {
content: "๏ป"; }
.zmdi-collection-bookmark:before {
content: "๏ผ"; }
.zmdi-collection-case-play:before {
content: "๏ฝ"; }
.zmdi-collection-folder-image:before {
content: "๏พ"; }
.zmdi-collection-image-o:before {
content: "๏ฟ"; }
.zmdi-collection-image:before {
content: "๏
"; }
.zmdi-collection-item-1:before {
content: "๏
"; }
.zmdi-collection-item-2:before {
content: "๏
"; }
.zmdi-collection-item-3:before {
content: "๏
"; }
.zmdi-collection-item-4:before {
content: "๏
"; }
.zmdi-collection-item-5:before {
content: "๏
"; }
.zmdi-collection-item-6:before {
content: "๏
"; }
.zmdi-collection-item-7:before {
content: "๏
"; }
.zmdi-collection-item-8:before {
content: "๏
"; }
.zmdi-collection-item-9-plus:before {
content: "๏
"; }
.zmdi-collection-item-9:before {
content: "๏
"; }
.zmdi-collection-item:before {
content: "๏
"; }
.zmdi-collection-music:before {
content: "๏
"; }
.zmdi-collection-pdf:before {
content: "๏
"; }
.zmdi-collection-plus:before {
content: "๏
"; }
.zmdi-collection-speaker:before {
content: "๏
"; }
.zmdi-collection-text:before {
content: "๏
"; }
.zmdi-collection-video:before {
content: "๏
"; }
.zmdi-compass:before {
content: "๏
"; }
.zmdi-cutlery:before {
content: "๏
"; }
.zmdi-delete:before {
content: "๏
"; }
.zmdi-dialpad:before {
content: "๏
"; }
.zmdi-dns:before {
content: "๏
"; }
.zmdi-drink:before {
content: "๏
"; }
.zmdi-edit:before {
content: "๏
"; }
.zmdi-email-open:before {
content: "๏
"; }
.zmdi-email:before {
content: "๏
"; }
.zmdi-eye-off:before {
content: "๏
"; }
.zmdi-eye:before {
content: "๏
"; }
.zmdi-eyedropper:before {
content: "๏
"; }
.zmdi-favorite-outline:before {
content: "๏
"; }
.zmdi-favorite:before {
content: "๏
"; }
.zmdi-filter-list:before {
content: "๏
"; }
.zmdi-fire:before {
content: "๏
ก"; }
.zmdi-flag:before {
content: "๏
ข"; }
.zmdi-flare:before {
content: "๏
ฃ"; }
.zmdi-flash-auto:before {
content: "๏
ค"; }
.zmdi-flash-off:before {
content: "๏
ฅ"; }
.zmdi-flash:before {
content: "๏
ฆ"; }
.zmdi-flip:before {
content: "๏
ง"; }
.zmdi-flower-alt:before {
content: "๏
จ"; }
.zmdi-flower:before {
content: "๏
ฉ"; }
.zmdi-font:before {
content: "๏
ช"; }
.zmdi-fullscreen-alt:before {
content: "๏
ซ"; }
.zmdi-fullscreen-exit:before {
content: "๏
ฌ"; }
.zmdi-fullscreen:before {
content: "๏
ญ"; }
.zmdi-functions:before {
content: "๏
ฎ"; }
.zmdi-gas-station:before {
content: "๏
ฏ"; }
.zmdi-gesture:before {
content: "๏
ฐ"; }
.zmdi-globe-alt:before {
content: "๏
ฑ"; }
.zmdi-globe-lock:before {
content: "๏
ฒ"; }
.zmdi-globe:before {
content: "๏
ณ"; }
.zmdi-graduation-cap:before {
content: "๏
ด"; }
.zmdi-home:before {
content: "๏
ต"; }
.zmdi-hospital-alt:before {
content: "๏
ถ"; }
.zmdi-hospital:before {
content: "๏
ท"; }
.zmdi-hotel:before {
content: "๏
ธ"; }
.zmdi-hourglass-alt:before {
content: "๏
น"; }
.zmdi-hourglass-outline:before {
content: "๏
บ"; }
.zmdi-hourglass:before {
content: "๏
ป"; }
.zmdi-http:before {
content: "๏
ผ"; }
.zmdi-image-alt:before {
content: "๏
ฝ"; }
.zmdi-image-o:before {
content: "๏
พ"; }
.zmdi-image:before {
content: "๏
ฟ"; }
.zmdi-inbox:before {
content: "๏"; }
.zmdi-invert-colors-off:before {
content: "๏"; }
.zmdi-invert-colors:before {
content: "๏"; }
.zmdi-key:before {
content: "๏"; }
.zmdi-label-alt-outline:before {
content: "๏"; }
.zmdi-label-alt:before {
content: "๏
"; }
.zmdi-label-heart:before {
content: "๏"; }
.zmdi-label:before {
content: "๏"; }
.zmdi-labels:before {
content: "๏"; }
.zmdi-lamp:before {
content: "๏"; }
.zmdi-landscape:before {
content: "๏"; }
.zmdi-layers-off:before {
content: "๏"; }
.zmdi-layers:before {
content: "๏"; }
.zmdi-library:before {
content: "๏"; }
.zmdi-link:before {
content: "๏"; }
.zmdi-lock-open:before {
content: "๏"; }
.zmdi-lock-outline:before {
content: "๏"; }
.zmdi-lock:before {
content: "๏"; }
.zmdi-mail-reply-all:before {
content: "๏"; }
.zmdi-mail-reply:before {
content: "๏"; }
.zmdi-mail-send:before {
content: "๏"; }
.zmdi-mall:before {
content: "๏"; }
.zmdi-map:before {
content: "๏"; }
.zmdi-menu:before {
content: "๏"; }
.zmdi-money-box:before {
content: "๏"; }
.zmdi-money-off:before {
content: "๏"; }
.zmdi-money:before {
content: "๏"; }
.zmdi-more-vert:before {
content: "๏"; }
.zmdi-more:before {
content: "๏"; }
.zmdi-movie-alt:before {
content: "๏"; }
.zmdi-movie:before {
content: "๏"; }
.zmdi-nature-people:before {
content: "๏"; }
.zmdi-nature:before {
content: "๏ "; }
.zmdi-navigation:before {
content: "๏ก"; }
.zmdi-open-in-browser:before {
content: "๏ข"; }
.zmdi-open-in-new:before {
content: "๏ฃ"; }
.zmdi-palette:before {
content: "๏ค"; }
.zmdi-parking:before {
content: "๏ฅ"; }
.zmdi-pin-account:before {
content: "๏ฆ"; }
.zmdi-pin-assistant:before {
content: "๏ง"; }
.zmdi-pin-drop:before {
content: "๏จ"; }
.zmdi-pin-help:before {
content: "๏ฉ"; }
.zmdi-pin-off:before {
content: "๏ช"; }
.zmdi-pin:before {
content: "๏ซ"; }
.zmdi-pizza:before {
content: "๏ฌ"; }
.zmdi-plaster:before {
content: "๏ญ"; }
.zmdi-power-setting:before {
content: "๏ฎ"; }
.zmdi-power:before {
content: "๏ฏ"; }
.zmdi-print:before {
content: "๏ฐ"; }
.zmdi-puzzle-piece:before {
content: "๏ฑ"; }
.zmdi-quote:before {
content: "๏ฒ"; }
.zmdi-railway:before {
content: "๏ณ"; }
.zmdi-receipt:before {
content: "๏ด"; }
.zmdi-refresh-alt:before {
content: "๏ต"; }
.zmdi-refresh-sync-alert:before {
content: "๏ถ"; }
.zmdi-refresh-sync-off:before {
content: "๏ท"; }
.zmdi-refresh-sync:before {
content: "๏ธ"; }
.zmdi-refresh:before {
content: "๏น"; }
.zmdi-roller:before {
content: "๏บ"; }
.zmdi-ruler:before {
content: "๏ป"; }
.zmdi-scissors:before {
content: "๏ผ"; }
.zmdi-screen-rotation-lock:before {
content: "๏ฝ"; }
.zmdi-screen-rotation:before {
content: "๏พ"; }
.zmdi-search-for:before {
content: "๏ฟ"; }
.zmdi-search-in-file:before {
content: "๏"; }
.zmdi-search-in-page:before {
content: "๏"; }
.zmdi-search-replace:before {
content: "๏"; }
.zmdi-search:before {
content: "๏"; }
.zmdi-seat:before {
content: "๏"; }
.zmdi-settings-square:before {
content: "๏
"; }
.zmdi-settings:before {
content: "๏"; }
.zmdi-shield-check:before {
content: "๏"; }
.zmdi-shield-security:before {
content: "๏"; }
.zmdi-shopping-basket:before {
content: "๏"; }
.zmdi-shopping-cart-plus:before {
content: "๏"; }
.zmdi-shopping-cart:before {
content: "๏"; }
.zmdi-sign-in:before {
content: "๏"; }
.zmdi-sort-amount-asc:before {
content: "๏"; }
.zmdi-sort-amount-desc:before {
content: "๏"; }
.zmdi-sort-asc:before {
content: "๏"; }
.zmdi-sort-desc:before {
content: "๏"; }
.zmdi-spellcheck:before {
content: "๏"; }
.zmdi-storage:before {
content: "๏"; }
.zmdi-store-24:before {
content: "๏"; }
.zmdi-store:before {
content: "๏"; }
.zmdi-subway:before {
content: "๏"; }
.zmdi-sun:before {
content: "๏"; }
.zmdi-tab-unselected:before {
content: "๏"; }
.zmdi-tab:before {
content: "๏"; }
.zmdi-tag-close:before {
content: "๏"; }
.zmdi-tag-more:before {
content: "๏"; }
.zmdi-tag:before {
content: "๏"; }
.zmdi-thumb-down:before {
content: "๏"; }
.zmdi-thumb-up-down:before {
content: "๏"; }
.zmdi-thumb-up:before {
content: "๏"; }
.zmdi-ticket-star:before {
content: "๏"; }
.zmdi-toll:before {
content: "๏ "; }
.zmdi-toys:before {
content: "๏ก"; }
.zmdi-traffic:before {
content: "๏ข"; }
.zmdi-translate:before {
content: "๏ฃ"; }
.zmdi-triangle-down:before {
content: "๏ค"; }
.zmdi-triangle-up:before {
content: "๏ฅ"; }
.zmdi-truck:before {
content: "๏ฆ"; }
.zmdi-turning-sign:before {
content: "๏ง"; }
.zmdi-wallpaper:before {
content: "๏จ"; }
.zmdi-washing-machine:before {
content: "๏ฉ"; }
.zmdi-window-maximize:before {
content: "๏ช"; }
.zmdi-window-minimize:before {
content: "๏ซ"; }
.zmdi-window-restore:before {
content: "๏ฌ"; }
.zmdi-wrench:before {
content: "๏ญ"; }
.zmdi-zoom-in:before {
content: "๏ฎ"; }
.zmdi-zoom-out:before {
content: "๏ฏ"; }
.zmdi-alert-circle-o:before {
content: "๏ฐ"; }
.zmdi-alert-circle:before {
content: "๏ฑ"; }
.zmdi-alert-octagon:before {
content: "๏ฒ"; }
.zmdi-alert-polygon:before {
content: "๏ณ"; }
.zmdi-alert-triangle:before {
content: "๏ด"; }
.zmdi-help-outline:before {
content: "๏ต"; }
.zmdi-help:before {
content: "๏ถ"; }
.zmdi-info-outline:before {
content: "๏ท"; }
.zmdi-info:before {
content: "๏ธ"; }
.zmdi-notifications-active:before {
content: "๏น"; }
.zmdi-notifications-add:before {
content: "๏บ"; }
.zmdi-notifications-none:before {
content: "๏ป"; }
.zmdi-notifications-off:before {
content: "๏ผ"; }
.zmdi-notifications-paused:before {
content: "๏ฝ"; }
.zmdi-notifications:before {
content: "๏พ"; }
.zmdi-account-add:before {
content: "๏ฟ"; }
.zmdi-account-box-mail:before {
content: "๏"; }
.zmdi-account-box-o:before {
content: "๏"; }
.zmdi-account-box-phone:before {
content: "๏"; }
.zmdi-account-box:before {
content: "๏"; }
.zmdi-account-calendar:before {
content: "๏"; }
.zmdi-account-circle:before {
content: "๏
"; }
.zmdi-account-o:before {
content: "๏"; }
.zmdi-account:before {
content: "๏"; }
.zmdi-accounts-add:before {
content: "๏"; }
.zmdi-accounts-alt:before {
content: "๏"; }
.zmdi-accounts-list-alt:before {
content: "๏"; }
.zmdi-accounts-list:before {
content: "๏"; }
.zmdi-accounts-outline:before {
content: "๏"; }
.zmdi-accounts:before {
content: "๏"; }
.zmdi-face:before {
content: "๏"; }
.zmdi-female:before {
content: "๏"; }
.zmdi-male-alt:before {
content: "๏"; }
.zmdi-male-female:before {
content: "๏"; }
.zmdi-male:before {
content: "๏"; }
.zmdi-mood-bad:before {
content: "๏"; }
.zmdi-mood:before {
content: "๏"; }
.zmdi-run:before {
content: "๏"; }
.zmdi-walk:before {
content: "๏"; }
.zmdi-cloud-box:before {
content: "๏"; }
.zmdi-cloud-circle:before {
content: "๏"; }
.zmdi-cloud-done:before {
content: "๏"; }
.zmdi-cloud-download:before {
content: "๏"; }
.zmdi-cloud-off:before {
content: "๏"; }
.zmdi-cloud-outline-alt:before {
content: "๏"; }
.zmdi-cloud-outline:before {
content: "๏"; }
.zmdi-cloud-upload:before {
content: "๏"; }
.zmdi-cloud:before {
content: "๏"; }
.zmdi-download:before {
content: "๏ "; }
.zmdi-file-plus:before {
content: "๏ก"; }
.zmdi-file-text:before {
content: "๏ข"; }
.zmdi-file:before {
content: "๏ฃ"; }
.zmdi-folder-outline:before {
content: "๏ค"; }
.zmdi-folder-person:before {
content: "๏ฅ"; }
.zmdi-folder-star-alt:before {
content: "๏ฆ"; }
.zmdi-folder-star:before {
content: "๏ง"; }
.zmdi-folder:before {
content: "๏จ"; }
.zmdi-gif:before {
content: "๏ฉ"; }
.zmdi-upload:before {
content: "๏ช"; }
.zmdi-border-all:before {
content: "๏ซ"; }
.zmdi-border-bottom:before {
content: "๏ฌ"; }
.zmdi-border-clear:before {
content: "๏ญ"; }
.zmdi-border-color:before {
content: "๏ฎ"; }
.zmdi-border-horizontal:before {
content: "๏ฏ"; }
.zmdi-border-inner:before {
content: "๏ฐ"; }
.zmdi-border-left:before {
content: "๏ฑ"; }
.zmdi-border-outer:before {
content: "๏ฒ"; }
.zmdi-border-right:before {
content: "๏ณ"; }
.zmdi-border-style:before {
content: "๏ด"; }
.zmdi-border-top:before {
content: "๏ต"; }
.zmdi-border-vertical:before {
content: "๏ถ"; }
.zmdi-copy:before {
content: "๏ท"; }
.zmdi-crop:before {
content: "๏ธ"; }
.zmdi-format-align-center:before {
content: "๏น"; }
.zmdi-format-align-justify:before {
content: "๏บ"; }
.zmdi-format-align-left:before {
content: "๏ป"; }
.zmdi-format-align-right:before {
content: "๏ผ"; }
.zmdi-format-bold:before {
content: "๏ฝ"; }
.zmdi-format-clear-all:before {
content: "๏พ"; }
.zmdi-format-clear:before {
content: "๏ฟ"; }
.zmdi-format-color-fill:before {
content: "๏"; }
.zmdi-format-color-reset:before {
content: "๏"; }
.zmdi-format-color-text:before {
content: "๏"; }
.zmdi-format-indent-decrease:before {
content: "๏"; }
.zmdi-format-indent-increase:before {
content: "๏"; }
.zmdi-format-italic:before {
content: "๏
"; }
.zmdi-format-line-spacing:before {
content: "๏"; }
.zmdi-format-list-bulleted:before {
content: "๏"; }
.zmdi-format-list-numbered:before {
content: "๏"; }
.zmdi-format-ltr:before {
content: "๏"; }
.zmdi-format-rtl:before {
content: "๏"; }
.zmdi-format-size:before {
content: "๏"; }
.zmdi-format-strikethrough-s:before {
content: "๏"; }
.zmdi-format-strikethrough:before {
content: "๏"; }
.zmdi-format-subject:before {
content: "๏"; }
.zmdi-format-underlined:before {
content: "๏"; }
.zmdi-format-valign-bottom:before {
content: "๏"; }
.zmdi-format-valign-center:before {
content: "๏"; }
.zmdi-format-valign-top:before {
content: "๏"; }
.zmdi-redo:before {
content: "๏"; }
.zmdi-select-all:before {
content: "๏"; }
.zmdi-space-bar:before {
content: "๏"; }
.zmdi-text-format:before {
content: "๏"; }
.zmdi-transform:before {
content: "๏"; }
.zmdi-undo:before {
content: "๏"; }
.zmdi-wrap-text:before {
content: "๏"; }
.zmdi-comment-alert:before {
content: "๏"; }
.zmdi-comment-alt-text:before {
content: "๏"; }
.zmdi-comment-alt:before {
content: "๏"; }
.zmdi-comment-edit:before {
content: "๏"; }
.zmdi-comment-image:before {
content: "๏"; }
.zmdi-comment-list:before {
content: "๏"; }
.zmdi-comment-more:before {
content: "๏ "; }
.zmdi-comment-outline:before {
content: "๏ก"; }
.zmdi-comment-text-alt:before {
content: "๏ข"; }
.zmdi-comment-text:before {
content: "๏ฃ"; }
.zmdi-comment-video:before {
content: "๏ค"; }
.zmdi-comment:before {
content: "๏ฅ"; }
.zmdi-comments:before {
content: "๏ฆ"; }
.zmdi-check-all:before {
content: "๏ง"; }
.zmdi-check-circle-u:before {
content: "๏จ"; }
.zmdi-check-circle:before {
content: "๏ฉ"; }
.zmdi-check-square:before {
content: "๏ช"; }
.zmdi-check:before {
content: "๏ซ"; }
.zmdi-circle-o:before {
content: "๏ฌ"; }
.zmdi-circle:before {
content: "๏ญ"; }
.zmdi-dot-circle-alt:before {
content: "๏ฎ"; }
.zmdi-dot-circle:before {
content: "๏ฏ"; }
.zmdi-minus-circle-outline:before {
content: "๏ฐ"; }
.zmdi-minus-circle:before {
content: "๏ฑ"; }
.zmdi-minus-square:before {
content: "๏ฒ"; }
.zmdi-minus:before {
content: "๏ณ"; }
.zmdi-plus-circle-o-duplicate:before {
content: "๏ด"; }
.zmdi-plus-circle-o:before {
content: "๏ต"; }
.zmdi-plus-circle:before {
content: "๏ถ"; }
.zmdi-plus-square:before {
content: "๏ท"; }
.zmdi-plus:before {
content: "๏ธ"; }
.zmdi-square-o:before {
content: "๏น"; }
.zmdi-star-circle:before {
content: "๏บ"; }
.zmdi-star-half:before {
content: "๏ป"; }
.zmdi-star-outline:before {
content: "๏ผ"; }
.zmdi-star:before {
content: "๏ฝ"; }
.zmdi-bluetooth-connected:before {
content: "๏พ"; }
.zmdi-bluetooth-off:before {
content: "๏ฟ"; }
.zmdi-bluetooth-search:before {
content: "๏"; }
.zmdi-bluetooth-setting:before {
content: "๏"; }
.zmdi-bluetooth:before {
content: "๏"; }
.zmdi-camera-add:before {
content: "๏"; }
.zmdi-camera-alt:before {
content: "๏"; }
.zmdi-camera-bw:before {
content: "๏
"; }
.zmdi-camera-front:before {
content: "๏"; }
.zmdi-camera-mic:before {
content: "๏"; }
.zmdi-camera-party-mode:before {
content: "๏"; }
.zmdi-camera-rear:before {
content: "๏"; }
.zmdi-camera-roll:before {
content: "๏"; }
.zmdi-camera-switch:before {
content: "๏"; }
.zmdi-camera:before {
content: "๏"; }
.zmdi-card-alert:before {
content: "๏"; }
.zmdi-card-off:before {
content: "๏"; }
.zmdi-card-sd:before {
content: "๏"; }
.zmdi-card-sim:before {
content: "๏"; }
.zmdi-desktop-mac:before {
content: "๏"; }
.zmdi-desktop-windows:before {
content: "๏"; }
.zmdi-device-hub:before {
content: "๏"; }
.zmdi-devices-off:before {
content: "๏"; }
.zmdi-devices:before {
content: "๏"; }
.zmdi-dock:before {
content: "๏"; }
.zmdi-floppy:before {
content: "๏"; }
.zmdi-gamepad:before {
content: "๏"; }
.zmdi-gps-dot:before {
content: "๏"; }
.zmdi-gps-off:before {
content: "๏"; }
.zmdi-gps:before {
content: "๏"; }
.zmdi-headset-mic:before {
content: "๏"; }
.zmdi-headset:before {
content: "๏"; }
.zmdi-input-antenna:before {
content: "๏"; }
.zmdi-input-composite:before {
content: "๏"; }
.zmdi-input-hdmi:before {
content: "๏ "; }
.zmdi-input-power:before {
content: "๏ก"; }
.zmdi-input-svideo:before {
content: "๏ข"; }
.zmdi-keyboard-hide:before {
content: "๏ฃ"; }
.zmdi-keyboard:before {
content: "๏ค"; }
.zmdi-laptop-chromebook:before {
content: "๏ฅ"; }
.zmdi-laptop-mac:before {
content: "๏ฆ"; }
.zmdi-laptop:before {
content: "๏ง"; }
.zmdi-mic-off:before {
content: "๏จ"; }
.zmdi-mic-outline:before {
content: "๏ฉ"; }
.zmdi-mic-setting:before {
content: "๏ช"; }
.zmdi-mic:before {
content: "๏ซ"; }
.zmdi-mouse:before {
content: "๏ฌ"; }
.zmdi-network-alert:before {
content: "๏ญ"; }
.zmdi-network-locked:before {
content: "๏ฎ"; }
.zmdi-network-off:before {
content: "๏ฏ"; }
.zmdi-network-outline:before {
content: "๏ฐ"; }
.zmdi-network-setting:before {
content: "๏ฑ"; }
.zmdi-network:before {
content: "๏ฒ"; }
.zmdi-phone-bluetooth:before {
content: "๏ณ"; }
.zmdi-phone-end:before {
content: "๏ด"; }
.zmdi-phone-forwarded:before {
content: "๏ต"; }
.zmdi-phone-in-talk:before {
content: "๏ถ"; }
.zmdi-phone-locked:before {
content: "๏ท"; }
.zmdi-phone-missed:before {
content: "๏ธ"; }
.zmdi-phone-msg:before {
content: "๏น"; }
.zmdi-phone-paused:before {
content: "๏บ"; }
.zmdi-phone-ring:before {
content: "๏ป"; }
.zmdi-phone-setting:before {
content: "๏ผ"; }
.zmdi-phone-sip:before {
content: "๏ฝ"; }
.zmdi-phone:before {
content: "๏พ"; }
.zmdi-portable-wifi-changes:before {
content: "๏ฟ"; }
.zmdi-portable-wifi-off:before {
content: "๏"; }
.zmdi-portable-wifi:before {
content: "๏"; }
.zmdi-radio:before {
content: "๏"; }
.zmdi-reader:before {
content: "๏"; }
.zmdi-remote-control-alt:before {
content: "๏"; }
.zmdi-remote-control:before {
content: "๏
"; }
.zmdi-router:before {
content: "๏"; }
.zmdi-scanner:before {
content: "๏"; }
.zmdi-smartphone-android:before {
content: "๏"; }
.zmdi-smartphone-download:before {
content: "๏"; }
.zmdi-smartphone-erase:before {
content: "๏"; }
.zmdi-smartphone-info:before {
content: "๏"; }
.zmdi-smartphone-iphone:before {
content: "๏"; }
.zmdi-smartphone-landscape-lock:before {
content: "๏"; }
.zmdi-smartphone-landscape:before {
content: "๏"; }
.zmdi-smartphone-lock:before {
content: "๏"; }
.zmdi-smartphone-portrait-lock:before {
content: "๏"; }
.zmdi-smartphone-ring:before {
content: "๏"; }
.zmdi-smartphone-setting:before {
content: "๏"; }
.zmdi-smartphone-setup:before {
content: "๏"; }
.zmdi-smartphone:before {
content: "๏"; }
.zmdi-speaker:before {
content: "๏"; }
.zmdi-tablet-android:before {
content: "๏"; }
.zmdi-tablet-mac:before {
content: "๏"; }
.zmdi-tablet:before {
content: "๏"; }
.zmdi-tv-alt-play:before {
content: "๏"; }
.zmdi-tv-list:before {
content: "๏"; }
.zmdi-tv-play:before {
content: "๏"; }
.zmdi-tv:before {
content: "๏"; }
.zmdi-usb:before {
content: "๏"; }
.zmdi-videocam-off:before {
content: "๏"; }
.zmdi-videocam-switch:before {
content: "๏"; }
.zmdi-videocam:before {
content: "๏ "; }
.zmdi-watch:before {
content: "๏ก"; }
.zmdi-wifi-alt-2:before {
content: "๏ข"; }
.zmdi-wifi-alt:before {
content: "๏ฃ"; }
.zmdi-wifi-info:before {
content: "๏ค"; }
.zmdi-wifi-lock:before {
content: "๏ฅ"; }
.zmdi-wifi-off:before {
content: "๏ฆ"; }
.zmdi-wifi-outline:before {
content: "๏ง"; }
.zmdi-wifi:before {
content: "๏จ"; }
.zmdi-arrow-left-bottom:before {
content: "๏ฉ"; }
.zmdi-arrow-left:before {
content: "๏ช"; }
.zmdi-arrow-merge:before {
content: "๏ซ"; }
.zmdi-arrow-missed:before {
content: "๏ฌ"; }
.zmdi-arrow-right-top:before {
content: "๏ญ"; }
.zmdi-arrow-right:before {
content: "๏ฎ"; }
.zmdi-arrow-split:before {
content: "๏ฏ"; }
.zmdi-arrows:before {
content: "๏ฐ"; }
.zmdi-caret-down-circle:before {
content: "๏ฑ"; }
.zmdi-caret-down:before {
content: "๏ฒ"; }
.zmdi-caret-left-circle:before {
content: "๏ณ"; }
.zmdi-caret-left:before {
content: "๏ด"; }
.zmdi-caret-right-circle:before {
content: "๏ต"; }
.zmdi-caret-right:before {
content: "๏ถ"; }
.zmdi-caret-up-circle:before {
content: "๏ท"; }
.zmdi-caret-up:before {
content: "๏ธ"; }
.zmdi-chevron-down:before {
content: "๏น"; }
.zmdi-chevron-left:before {
content: "๏บ"; }
.zmdi-chevron-right:before {
content: "๏ป"; }
.zmdi-chevron-up:before {
content: "๏ผ"; }
.zmdi-forward:before {
content: "๏ฝ"; }
.zmdi-long-arrow-down:before {
content: "๏พ"; }
.zmdi-long-arrow-left:before {
content: "๏ฟ"; }
.zmdi-long-arrow-return:before {
content: "๏"; }
.zmdi-long-arrow-right:before {
content: "๏"; }
.zmdi-long-arrow-tab:before {
content: "๏"; }
.zmdi-long-arrow-up:before {
content: "๏"; }
.zmdi-rotate-ccw:before {
content: "๏"; }
.zmdi-rotate-cw:before {
content: "๏
"; }
.zmdi-rotate-left:before {
content: "๏"; }
.zmdi-rotate-right:before {
content: "๏"; }
.zmdi-square-down:before {
content: "๏"; }
.zmdi-square-right:before {
content: "๏"; }
.zmdi-swap-alt:before {
content: "๏"; }
.zmdi-swap-vertical-circle:before {
content: "๏"; }
.zmdi-swap-vertical:before {
content: "๏"; }
.zmdi-swap:before {
content: "๏"; }
.zmdi-trending-down:before {
content: "๏"; }
.zmdi-trending-flat:before {
content: "๏"; }
.zmdi-trending-up:before {
content: "๏"; }
.zmdi-unfold-less:before {
content: "๏"; }
.zmdi-unfold-more:before {
content: "๏"; }
.zmdi-apps:before {
content: "๏"; }
.zmdi-grid-off:before {
content: "๏"; }
.zmdi-grid:before {
content: "๏"; }
.zmdi-view-agenda:before {
content: "๏"; }
.zmdi-view-array:before {
content: "๏"; }
.zmdi-view-carousel:before {
content: "๏"; }
.zmdi-view-column:before {
content: "๏"; }
.zmdi-view-comfy:before {
content: "๏"; }
.zmdi-view-compact:before {
content: "๏"; }
.zmdi-view-dashboard:before {
content: "๏"; }
.zmdi-view-day:before {
content: "๏"; }
.zmdi-view-headline:before {
content: "๏"; }
.zmdi-view-list-alt:before {
content: "๏"; }
.zmdi-view-list:before {
content: "๏ "; }
.zmdi-view-module:before {
content: "๏ก"; }
.zmdi-view-quilt:before {
content: "๏ข"; }
.zmdi-view-stream:before {
content: "๏ฃ"; }
.zmdi-view-subtitles:before {
content: "๏ค"; }
.zmdi-view-toc:before {
content: "๏ฅ"; }
.zmdi-view-web:before {
content: "๏ฆ"; }
.zmdi-view-week:before {
content: "๏ง"; }
.zmdi-widgets:before {
content: "๏จ"; }
.zmdi-alarm-check:before {
content: "๏ฉ"; }
.zmdi-alarm-off:before {
content: "๏ช"; }
.zmdi-alarm-plus:before {
content: "๏ซ"; }
.zmdi-alarm-snooze:before {
content: "๏ฌ"; }
.zmdi-alarm:before {
content: "๏ญ"; }
.zmdi-calendar-alt:before {
content: "๏ฎ"; }
.zmdi-calendar-check:before {
content: "๏ฏ"; }
.zmdi-calendar-close:before {
content: "๏ฐ"; }
.zmdi-calendar-note:before {
content: "๏ฑ"; }
.zmdi-calendar:before {
content: "๏ฒ"; }
.zmdi-time-countdown:before {
content: "๏ณ"; }
.zmdi-time-interval:before {
content: "๏ด"; }
.zmdi-time-restore-setting:before {
content: "๏ต"; }
.zmdi-time-restore:before {
content: "๏ถ"; }
.zmdi-time:before {
content: "๏ท"; }
.zmdi-timer-off:before {
content: "๏ธ"; }
.zmdi-timer:before {
content: "๏น"; }
.zmdi-android-alt:before {
content: "๏บ"; }
.zmdi-android:before {
content: "๏ป"; }
.zmdi-apple:before {
content: "๏ผ"; }
.zmdi-behance:before {
content: "๏ฝ"; }
.zmdi-codepen:before {
content: "๏พ"; }
.zmdi-dribbble:before {
content: "๏ฟ"; }
.zmdi-dropbox:before {
content: "๏"; }
.zmdi-evernote:before {
content: "๏"; }
.zmdi-facebook-box:before {
content: "๏"; }
.zmdi-facebook:before {
content: "๏"; }
.zmdi-github-box:before {
content: "๏"; }
.zmdi-github:before {
content: "๏
"; }
.zmdi-google-drive:before {
content: "๏"; }
.zmdi-google-earth:before {
content: "๏"; }
.zmdi-google-glass:before {
content: "๏"; }
.zmdi-google-maps:before {
content: "๏"; }
.zmdi-google-pages:before {
content: "๏"; }
.zmdi-google-play:before {
content: "๏"; }
.zmdi-google-plus-box:before {
content: "๏"; }
.zmdi-google-plus:before {
content: "๏"; }
.zmdi-google:before {
content: "๏"; }
.zmdi-instagram:before {
content: "๏"; }
.zmdi-language-css3:before {
content: "๏"; }
.zmdi-language-html5:before {
content: "๏"; }
.zmdi-language-javascript:before {
content: "๏"; }
.zmdi-language-python-alt:before {
content: "๏"; }
.zmdi-language-python:before {
content: "๏"; }
.zmdi-lastfm:before {
content: "๏"; }
.zmdi-linkedin-box:before {
content: "๏"; }
.zmdi-paypal:before {
content: "๏"; }
.zmdi-pinterest-box:before {
content: "๏"; }
.zmdi-pocket:before {
content: "๏"; }
.zmdi-polymer:before {
content: "๏"; }
.zmdi-share:before {
content: "๏"; }
.zmdi-stackoverflow:before {
content: "๏"; }
.zmdi-steam-square:before {
content: "๏"; }
.zmdi-steam:before {
content: "๏"; }
.zmdi-twitter-box:before {
content: "๏"; }
.zmdi-twitter:before {
content: "๏ "; }
.zmdi-vk:before {
content: "๏ก"; }
.zmdi-wikipedia:before {
content: "๏ข"; }
.zmdi-windows:before {
content: "๏ฃ"; }
.zmdi-aspect-ratio-alt:before {
content: "๏ค"; }
.zmdi-aspect-ratio:before {
content: "๏ฅ"; }
.zmdi-blur-circular:before {
content: "๏ฆ"; }
.zmdi-blur-linear:before {
content: "๏ง"; }
.zmdi-blur-off:before {
content: "๏จ"; }
.zmdi-blur:before {
content: "๏ฉ"; }
.zmdi-brightness-2:before {
content: "๏ช"; }
.zmdi-brightness-3:before {
content: "๏ซ"; }
.zmdi-brightness-4:before {
content: "๏ฌ"; }
.zmdi-brightness-5:before {
content: "๏ญ"; }
.zmdi-brightness-6:before {
content: "๏ฎ"; }
.zmdi-brightness-7:before {
content: "๏ฏ"; }
.zmdi-brightness-auto:before {
content: "๏ฐ"; }
.zmdi-brightness-setting:before {
content: "๏ฑ"; }
.zmdi-broken-image:before {
content: "๏ฒ"; }
.zmdi-center-focus-strong:before {
content: "๏ณ"; }
.zmdi-center-focus-weak:before {
content: "๏ด"; }
.zmdi-compare:before {
content: "๏ต"; }
.zmdi-crop-16-9:before {
content: "๏ถ"; }
.zmdi-crop-3-2:before {
content: "๏ท"; }
.zmdi-crop-5-4:before {
content: "๏ธ"; }
.zmdi-crop-7-5:before {
content: "๏น"; }
.zmdi-crop-din:before {
content: "๏บ"; }
.zmdi-crop-free:before {
content: "๏ป"; }
.zmdi-crop-landscape:before {
content: "๏ผ"; }
.zmdi-crop-portrait:before {
content: "๏ฝ"; }
.zmdi-crop-square:before {
content: "๏พ"; }
.zmdi-exposure-alt:before {
content: "๏ฟ"; }
.zmdi-exposure:before {
content: "๏"; }
.zmdi-filter-b-and-w:before {
content: "๏"; }
.zmdi-filter-center-focus:before {
content: "๏"; }
.zmdi-filter-frames:before {
content: "๏"; }
.zmdi-filter-tilt-shift:before {
content: "๏"; }
.zmdi-gradient:before {
content: "๏
"; }
.zmdi-grain:before {
content: "๏"; }
.zmdi-graphic-eq:before {
content: "๏"; }
.zmdi-hdr-off:before {
content: "๏"; }
.zmdi-hdr-strong:before {
content: "๏"; }
.zmdi-hdr-weak:before {
content: "๏"; }
.zmdi-hdr:before {
content: "๏"; }
.zmdi-iridescent:before {
content: "๏"; }
.zmdi-leak-off:before {
content: "๏"; }
.zmdi-leak:before {
content: "๏"; }
.zmdi-looks:before {
content: "๏"; }
.zmdi-loupe:before {
content: "๏"; }
.zmdi-panorama-horizontal:before {
content: "๏"; }
.zmdi-panorama-vertical:before {
content: "๏"; }
.zmdi-panorama-wide-angle:before {
content: "๏"; }
.zmdi-photo-size-select-large:before {
content: "๏"; }
.zmdi-photo-size-select-small:before {
content: "๏"; }
.zmdi-picture-in-picture:before {
content: "๏"; }
.zmdi-slideshow:before {
content: "๏"; }
.zmdi-texture:before {
content: "๏"; }
.zmdi-tonality:before {
content: "๏"; }
.zmdi-vignette:before {
content: "๏"; }
.zmdi-wb-auto:before {
content: "๏"; }
.zmdi-eject-alt:before {
content: "๏"; }
.zmdi-eject:before {
content: "๏"; }
.zmdi-equalizer:before {
content: "๏"; }
.zmdi-fast-forward:before {
content: "๏"; }
.zmdi-fast-rewind:before {
content: "๏ "; }
.zmdi-forward-10:before {
content: "๏ก"; }
.zmdi-forward-30:before {
content: "๏ข"; }
.zmdi-forward-5:before {
content: "๏ฃ"; }
.zmdi-hearing:before {
content: "๏ค"; }
.zmdi-pause-circle-outline:before {
content: "๏ฅ"; }
.zmdi-pause-circle:before {
content: "๏ฆ"; }
.zmdi-pause:before {
content: "๏ง"; }
.zmdi-play-circle-outline:before {
content: "๏จ"; }
.zmdi-play-circle:before {
content: "๏ฉ"; }
.zmdi-play:before {
content: "๏ช"; }
.zmdi-playlist-audio:before {
content: "๏ซ"; }
.zmdi-playlist-plus:before {
content: "๏ฌ"; }
.zmdi-repeat-one:before {
content: "๏ญ"; }
.zmdi-repeat:before {
content: "๏ฎ"; }
.zmdi-replay-10:before {
content: "๏ฏ"; }
.zmdi-replay-30:before {
content: "๏ฐ"; }
.zmdi-replay-5:before {
content: "๏ฑ"; }
.zmdi-replay:before {
content: "๏ฒ"; }
.zmdi-shuffle:before {
content: "๏ณ"; }
.zmdi-skip-next:before {
content: "๏ด"; }
.zmdi-skip-previous:before {
content: "๏ต"; }
.zmdi-stop:before {
content: "๏ถ"; }
.zmdi-surround-sound:before {
content: "๏ท"; }
.zmdi-tune:before {
content: "๏ธ"; }
.zmdi-volume-down:before {
content: "๏น"; }
.zmdi-volume-mute:before {
content: "๏บ"; }
.zmdi-volume-off:before {
content: "๏ป"; }
.zmdi-volume-up:before {
content: "๏ผ"; }
.zmdi-n-1-square:before {
content: "๏ฝ"; }
.zmdi-n-2-square:before {
content: "๏พ"; }
.zmdi-n-3-square:before {
content: "๏ฟ"; }
.zmdi-n-4-square:before {
content: "๏"; }
.zmdi-n-5-square:before {
content: "๏"; }
.zmdi-n-6-square:before {
content: "๏"; }
.zmdi-neg-1:before {
content: "๏"; }
.zmdi-neg-2:before {
content: "๏"; }
.zmdi-plus-1:before {
content: "๏
"; }
.zmdi-plus-2:before {
content: "๏"; }
.zmdi-sec-10:before {
content: "๏"; }
.zmdi-sec-3:before {
content: "๏"; }
.zmdi-zero:before {
content: "๏"; }
.zmdi-airline-seat-flat-angled:before {
content: "๏"; }
.zmdi-airline-seat-flat:before {
content: "๏"; }
.zmdi-airline-seat-individual-suite:before {
content: "๏"; }
.zmdi-airline-seat-legroom-extra:before {
content: "๏"; }
.zmdi-airline-seat-legroom-normal:before {
content: "๏"; }
.zmdi-airline-seat-legroom-reduced:before {
content: "๏"; }
.zmdi-airline-seat-recline-extra:before {
content: "๏"; }
.zmdi-airline-seat-recline-normal:before {
content: "๏"; }
.zmdi-airplay:before {
content: "๏"; }
.zmdi-closed-caption:before {
content: "๏"; }
.zmdi-confirmation-number:before {
content: "๏"; }
.zmdi-developer-board:before {
content: "๏"; }
.zmdi-disc-full:before {
content: "๏"; }
.zmdi-explicit:before {
content: "๏"; }
.zmdi-flight-land:before {
content: "๏"; }
.zmdi-flight-takeoff:before {
content: "๏"; }
.zmdi-flip-to-back:before {
content: "๏"; }
.zmdi-flip-to-front:before {
content: "๏"; }
.zmdi-group-work:before {
content: "๏"; }
.zmdi-hd:before {
content: "๏"; }
.zmdi-hq:before {
content: "๏"; }
.zmdi-markunread-mailbox:before {
content: "๏"; }
.zmdi-memory:before {
content: "๏ "; }
.zmdi-nfc:before {
content: "๏ก"; }
.zmdi-play-for-work:before {
content: "๏ข"; }
.zmdi-power-input:before {
content: "๏ฃ"; }
.zmdi-present-to-all:before {
content: "๏ค"; }
.zmdi-satellite:before {
content: "๏ฅ"; }
.zmdi-tap-and-play:before {
content: "๏ฆ"; }
.zmdi-vibration:before {
content: "๏ง"; }
.zmdi-voicemail:before {
content: "๏จ"; }
.zmdi-group:before {
content: "๏ฉ"; }
.zmdi-rss:before {
content: "๏ช"; }
.zmdi-shape:before {
content: "๏ซ"; }
.zmdi-spinner:before {
content: "๏ฌ"; }
.zmdi-ungroup:before {
content: "๏ญ"; }
.zmdi-500px:before {
content: "๏ฎ"; }
.zmdi-8tracks:before {
content: "๏ฏ"; }
.zmdi-amazon:before {
content: "๏ฐ"; }
.zmdi-blogger:before {
content: "๏ฑ"; }
.zmdi-delicious:before {
content: "๏ฒ"; }
.zmdi-disqus:before {
content: "๏ณ"; }
.zmdi-flattr:before {
content: "๏ด"; }
.zmdi-flickr:before {
content: "๏ต"; }
.zmdi-github-alt:before {
content: "๏ถ"; }
.zmdi-google-old:before {
content: "๏ท"; }
.zmdi-linkedin:before {
content: "๏ธ"; }
.zmdi-odnoklassniki:before {
content: "๏น"; }
.zmdi-outlook:before {
content: "๏บ"; }
.zmdi-paypal-alt:before {
content: "๏ป"; }
.zmdi-pinterest:before {
content: "๏ผ"; }
.zmdi-playstation:before {
content: "๏ฝ"; }
.zmdi-reddit:before {
content: "๏พ"; }
.zmdi-skype:before {
content: "๏ฟ"; }
.zmdi-slideshare:before {
content: "๏"; }
.zmdi-soundcloud:before {
content: "๏"; }
.zmdi-tumblr:before {
content: "๏"; }
.zmdi-twitch:before {
content: "๏"; }
.zmdi-vimeo:before {
content: "๏"; }
.zmdi-whatsapp:before {
content: "๏
"; }
.zmdi-xbox:before {
content: "๏"; }
.zmdi-yahoo:before {
content: "๏"; }
.zmdi-youtube-play:before {
content: "๏"; }
.zmdi-youtube:before {
content: "๏"; }
.zmdi-import-export:before {
content: "๏"; }
.zmdi-swap-vertical-:before {
content: "๏"; }
.zmdi-airplanemode-inactive:before {
content: "๏"; }
.zmdi-airplanemode-active:before {
content: "๏"; }
.zmdi-rate-review:before {
content: "๏"; }
.zmdi-comment-sign:before {
content: "๏"; }
.zmdi-network-warning:before {
content: "๏ญ"; }
.zmdi-shopping-cart-add:before {
content: "๏"; }
.zmdi-file-add:before {
content: "๏ก"; }
.zmdi-network-wifi-scan:before {
content: "๏ค"; }
.zmdi-collection-add:before {
content: "๏
"; }
.zmdi-format-playlist-add:before {
content: "๏ฌ"; }
.zmdi-format-queue-music:before {
content: "๏ซ"; }
.zmdi-plus-box:before {
content: "๏ท"; }
.zmdi-tag-backspace:before {
content: "๏"; }
.zmdi-alarm-add:before {
content: "๏ซ"; }
.zmdi-battery-charging:before {
content: "๏"; }
.zmdi-daydream-setting:before {
content: "๏"; }
.zmdi-more-horiz:before {
content: "๏"; }
.zmdi-book-photo:before {
content: "๏"; }
.zmdi-incandescent:before {
content: "๏"; }
.zmdi-wb-iridescent:before {
content: "๏"; }
.zmdi-calendar-remove:before {
content: "๏ฐ"; }
.zmdi-refresh-sync-disabled:before {
content: "๏ท"; }
.zmdi-refresh-sync-problem:before {
content: "๏ถ"; }
.zmdi-crop-original:before {
content: "๏
พ"; }
.zmdi-power-off:before {
content: "๏ฏ"; }
.zmdi-power-off-setting:before {
content: "๏ฎ"; }
.zmdi-leak-remove:before {
content: "๏"; }
.zmdi-star-border:before {
content: "๏ผ"; }
.zmdi-brightness-low:before {
content: "๏ญ"; }
.zmdi-brightness-medium:before {
content: "๏ฎ"; }
.zmdi-brightness-high:before {
content: "๏ฏ"; }
.zmdi-smartphone-portrait:before {
content: "๏"; }
.zmdi-live-tv:before {
content: "๏"; }
.zmdi-format-textdirection-l-to-r:before {
content: "๏"; }
.zmdi-format-textdirection-r-to-l:before {
content: "๏"; }
.zmdi-arrow-back:before {
content: "๏ช"; }
.zmdi-arrow-forward:before {
content: "๏ฎ"; }
.zmdi-arrow-in:before {
content: "๏ฉ"; }
.zmdi-arrow-out:before {
content: "๏ญ"; }
.zmdi-rotate-90-degrees-ccw:before {
content: "๏"; }
.zmdi-adb:before {
content: "๏บ"; }
.zmdi-network-wifi:before {
content: "๏จ"; }
.zmdi-network-wifi-alt:before {
content: "๏ฃ"; }
.zmdi-network-wifi-lock:before {
content: "๏ฅ"; }
.zmdi-network-wifi-off:before {
content: "๏ฆ"; }
.zmdi-network-wifi-outline:before {
content: "๏ง"; }
.zmdi-network-wifi-info:before {
content: "๏ค"; }
.zmdi-layers-clear:before {
content: "๏"; }
.zmdi-colorize:before {
content: "๏
"; }
.zmdi-format-paint:before {
content: "๏บ"; }
.zmdi-format-quote:before {
content: "๏ฒ"; }
.zmdi-camera-monochrome-photos:before {
content: "๏
"; }
.zmdi-sort-by-alpha:before {
content: "๏"; }
.zmdi-folder-shared:before {
content: "๏ฅ"; }
.zmdi-folder-special:before {
content: "๏ฆ"; }
.zmdi-comment-dots:before {
content: "๏ "; }
.zmdi-reorder:before {
content: "๏"; }
.zmdi-dehaze:before {
content: "๏"; }
.zmdi-sort:before {
content: "๏"; }
.zmdi-pages:before {
content: "๏"; }
.zmdi-stack-overflow:before {
content: "๏"; }
.zmdi-calendar-account:before {
content: "๏"; }
.zmdi-paste:before {
content: "๏"; }
.zmdi-cut:before {
content: "๏ผ"; }
.zmdi-save:before {
content: "๏"; }
.zmdi-smartphone-code:before {
content: "๏น"; }
.zmdi-directions-bike:before {
content: "๏"; }
.zmdi-directions-boat:before {
content: "๏"; }
.zmdi-directions-bus:before {
content: "๏ก"; }
.zmdi-directions-car:before {
content: "๏ฅ"; }
.zmdi-directions-railway:before {
content: "๏ณ"; }
.zmdi-directions-run:before {
content: "๏"; }
.zmdi-directions-subway:before {
content: "๏"; }
.zmdi-directions-walk:before {
content: "๏"; }
.zmdi-local-hotel:before {
content: "๏
ธ"; }
.zmdi-local-activity:before {
content: "๏"; }
.zmdi-local-play:before {
content: "๏"; }
.zmdi-local-airport:before {
content: "๏"; }
.zmdi-local-atm:before {
content: "๏"; }
.zmdi-local-bar:before {
content: "๏ท"; }
.zmdi-local-cafe:before {
content: "๏ป"; }
.zmdi-local-car-wash:before {
content: "๏ค"; }
.zmdi-local-convenience-store:before {
content: "๏"; }
.zmdi-local-dining:before {
content: "๏
"; }
.zmdi-local-drink:before {
content: "๏
"; }
.zmdi-local-florist:before {
content: "๏
จ"; }
.zmdi-local-gas-station:before {
content: "๏
ฏ"; }
.zmdi-local-grocery-store:before {
content: "๏"; }
.zmdi-local-hospital:before {
content: "๏
ท"; }
.zmdi-local-laundry-service:before {
content: "๏ฉ"; }
.zmdi-local-library:before {
content: "๏"; }
.zmdi-local-mall:before {
content: "๏"; }
.zmdi-local-movies:before {
content: "๏"; }
.zmdi-local-offer:before {
content: "๏"; }
.zmdi-local-parking:before {
content: "๏ฅ"; }
.zmdi-local-parking:before {
content: "๏ฅ"; }
.zmdi-local-pharmacy:before {
content: "๏
ถ"; }
.zmdi-local-phone:before {
content: "๏พ"; }
.zmdi-local-pizza:before {
content: "๏ฌ"; }
.zmdi-local-post-office:before {
content: "๏
"; }
.zmdi-local-printshop:before {
content: "๏ฐ"; }
.zmdi-local-see:before {
content: "๏"; }
.zmdi-local-shipping:before {
content: "๏ฆ"; }
.zmdi-local-store:before {
content: "๏"; }
.zmdi-local-taxi:before {
content: "๏ฃ"; }
.zmdi-local-wc:before {
content: "๏"; }
.zmdi-my-location:before {
content: "๏"; }
.zmdi-directions:before {
content: "๏ง"; }
| 0.563618 | 0.0643 |
.header {
background-color: black;
height: 7rem;
& .logo {
width: 17.5rem;
cursor: pointer;
}
& .main_nav{
position: fixed;
right: 10%;
top: 0;
& .nav{
list-style: none;
font-size: 1.6rem;
text-transform: uppercase;
margin: 0;
padding: 0;
line-height: 7rem;
& .navItem{
& .link {
text-decoration: none;
color: var(--color_white);
width: 100%;
position: relative;
font-size: 1.6rem;
}
& .link:hover{
color: var(--color_white);
}
& ul{
position: absolute;
background-color: var(--color_grayScale4);
padding: 1rem 2rem;
grid-gap: 2rem;
display: grid;
& li{
color: var(--color_grayScale2);
list-style: none;
line-height: initial;
font-size: 1.4rem;
cursor: pointer;
}
& li:hover{
color: var(--color_white);
}
}
& .nav-hideDropdown{
display: none;
}
& details {
& summary{
display: initial;
justify-content: flex-end;
}
}
& summary::-webkit-details-marker{
display: none;
}
}
& .navItem:not(:last-child){
margin: 0rem 4rem 0rem 0rem;
}
}
}
}
@media (--small) {
.header{
& .main_nav {
width: 100%;
position: fixed;
z-index: -1;
left: 0;
right: 0;
top: 0;
transform: translateY(-100%);
transition: 450ms all;
background-color: var(--color_grayScale5);
overflow: hidden;
& .nav {
line-height: initial;
flex-direction: column;
margin: 0;
justify-content: flex-start;
align-items: center;
height: 100%;
padding: 4rem 0;
& .navItem {
margin: 2rem 0 !important;
padding-bottom: 0rem;
display: inline-flex;
align-items: center;
flex-direction: column;
width: 100%;
& .link{
width: initial;
}
& ul{
margin-top: 1.5rem;
width: 90%;
position: relative;
grid-gap: 2rem;
padding: 2rem 0;
& li{
text-align: center;
font-size: 1.2rem;
justify-self: center;
width: 90%;
padding-bottom: 1rem;
border-bottom: .1rem solid var(--color_grayScale3);
}
& li:hover{
color: var(-color_white );
}
}
& .nav-hideDropdown{
display: grid;
}
}
}
}
}
.hamburger_bar {
display: block;
color: var(--color_white);
font-size: 3rem;
position: fixed;
right: 10%;
top: 0;
line-height: 7rem;
z-index: 9999;
cursor: pointer;
}
}
@media (--medium) {
.hamburger_bar {
display: none;
}
}
|
src/css/header.css
|
.header {
background-color: black;
height: 7rem;
& .logo {
width: 17.5rem;
cursor: pointer;
}
& .main_nav{
position: fixed;
right: 10%;
top: 0;
& .nav{
list-style: none;
font-size: 1.6rem;
text-transform: uppercase;
margin: 0;
padding: 0;
line-height: 7rem;
& .navItem{
& .link {
text-decoration: none;
color: var(--color_white);
width: 100%;
position: relative;
font-size: 1.6rem;
}
& .link:hover{
color: var(--color_white);
}
& ul{
position: absolute;
background-color: var(--color_grayScale4);
padding: 1rem 2rem;
grid-gap: 2rem;
display: grid;
& li{
color: var(--color_grayScale2);
list-style: none;
line-height: initial;
font-size: 1.4rem;
cursor: pointer;
}
& li:hover{
color: var(--color_white);
}
}
& .nav-hideDropdown{
display: none;
}
& details {
& summary{
display: initial;
justify-content: flex-end;
}
}
& summary::-webkit-details-marker{
display: none;
}
}
& .navItem:not(:last-child){
margin: 0rem 4rem 0rem 0rem;
}
}
}
}
@media (--small) {
.header{
& .main_nav {
width: 100%;
position: fixed;
z-index: -1;
left: 0;
right: 0;
top: 0;
transform: translateY(-100%);
transition: 450ms all;
background-color: var(--color_grayScale5);
overflow: hidden;
& .nav {
line-height: initial;
flex-direction: column;
margin: 0;
justify-content: flex-start;
align-items: center;
height: 100%;
padding: 4rem 0;
& .navItem {
margin: 2rem 0 !important;
padding-bottom: 0rem;
display: inline-flex;
align-items: center;
flex-direction: column;
width: 100%;
& .link{
width: initial;
}
& ul{
margin-top: 1.5rem;
width: 90%;
position: relative;
grid-gap: 2rem;
padding: 2rem 0;
& li{
text-align: center;
font-size: 1.2rem;
justify-self: center;
width: 90%;
padding-bottom: 1rem;
border-bottom: .1rem solid var(--color_grayScale3);
}
& li:hover{
color: var(-color_white );
}
}
& .nav-hideDropdown{
display: grid;
}
}
}
}
}
.hamburger_bar {
display: block;
color: var(--color_white);
font-size: 3rem;
position: fixed;
right: 10%;
top: 0;
line-height: 7rem;
z-index: 9999;
cursor: pointer;
}
}
@media (--medium) {
.hamburger_bar {
display: none;
}
}
| 0.212314 | 0.058939 |
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Metrophobic&family=Titillium+Web:wght@300;600&display=swap');
/* General styles*/
/*Define your own styles in this stylesheet*/
body{
background-color: rgba(246,246,246,1.00);
}
h1, h2, h3, h4, h5, h6{
font-family: 'Titillium Web', sans-serif;
color: f7f7f7;
font-style: normal;
font-weight: 600;
}
p{
font-size: 14px;
font-family: 'Metrophobic', sans-serif;
font-style: normal;
font-weight: 100;
color: f7f7f7;
line-height: 1.8;
}
/* Link styles*/
a {
color: f7f7f7;
}
a:visited {
color: black;
}
a:hover {
color: indigo;
}
.linkStyle {
color: f7f7f7;
font-family: 'Metrophobic', sans-serif;
font-style: normal ;
font-weight: 100;
text-decoration: none;
}
/* Header & HERO styles*/
.logo {
text-align: center;
padding-top:20px;
padding-bottom: 10px;
font-family:'Titillium Web', sans-serif;
font-weight: 300;
font-size:32px;
}
.heroHeader {
height: 300px;
}
/* Navigation styles*/
.topNavUl {
position: static;
padding-top: 20px;
padding-bottom: 20px;
}
.topNavLI {
text-align: center;
}
/* Typography styles*/
.textStyle {
font-family: 'Metrophobic', sans-serif;
}
.headingStyle {
/* [disabled]font-family: pt-sans, sans-serif; */
/* [disabled]font-style: bold; */
/* [disabled]font-weight: 400; */
color: f7f7f7;
font-size: 32px;
}
.mainHeading {
color: #2A2F33;
text-align: left;
margin-top: 1%;
font-size: 40px;
}
.mainTagline {
text-align: left;
color: f7f7f7;
font-size: 19px;
margin-top: -1%;
padding-bottom:5px;
}
.sectionText {
text-align: center;
}
#sectionOne {
text-align: justify;
}
#sectionTwo {
text-align: left;
}
/* Hover main image
.container {
display: flex;
position: inherit;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: white;
}
.wrapper {
width: 1100px;
margin: 5% ;
}
.imgs {
float: left;
margin: 5px;
cursor: pointer;
width: 100%;
}
.imgs .caption:hover {
opacity: 0.7;
color: #fff;
background: #000;
}
.caption {
opacity: 0;
color: #fff;
width: 100%;
height: 200px;
font-size: 20px;
border-radius: 5px;
position: inherit;
text-align: center;
font-family: source-sans-pro, sans-serif;
-webkit-transition: all 0.50s ease-in-out;
-moz-transition: all 0.50s ease-in-out;
-ms-transition: all 0.50s ease-in-out;
-o-transition: all 0.50s ease-in-out;
transition: all 0.50s ease-in-out;
}
h1 {
margin-top: 300px;
}
*/
/* Gallery styles */
.gallery{
padding-top:20px;
padding-bottom:30px;
}
.paraContent{
font-size: 14px;
font-family: 'Metrophobic', sans-serif;
font-style: normal;
font-weight: 400;
color: f7f7f7;
line-height: 1.8;
margin-left: 5%;
margin-right: 5%;
}
.contentArea{
font-size: 14px;
font-family: 'Metrophobic', sans-serif;
font-style: normal;
font-weight: 100;
color: f7f7f7;
line-height: 1.8;
text-align: center;
margin-left: 5%;
margin-right: 5%;
cursor: pointer;
}
.showAreaH2 {
}
#secondaryStyling {
padding-top: 20px;
padding-bottom: 20px;
}
.secondarySection {
background-color: f7f7f7;
}
.secondaryHeading {
color: f7f7f7;
text-align: center;
}
/*Footer styles*/
.footerTitle {
text-align: center;
font-size: 22px;
}
.footerTextContainer {
text-align: center;
margin-bottom: 10%;
}
|
portfolioStyle.css
|
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Metrophobic&family=Titillium+Web:wght@300;600&display=swap');
/* General styles*/
/*Define your own styles in this stylesheet*/
body{
background-color: rgba(246,246,246,1.00);
}
h1, h2, h3, h4, h5, h6{
font-family: 'Titillium Web', sans-serif;
color: f7f7f7;
font-style: normal;
font-weight: 600;
}
p{
font-size: 14px;
font-family: 'Metrophobic', sans-serif;
font-style: normal;
font-weight: 100;
color: f7f7f7;
line-height: 1.8;
}
/* Link styles*/
a {
color: f7f7f7;
}
a:visited {
color: black;
}
a:hover {
color: indigo;
}
.linkStyle {
color: f7f7f7;
font-family: 'Metrophobic', sans-serif;
font-style: normal ;
font-weight: 100;
text-decoration: none;
}
/* Header & HERO styles*/
.logo {
text-align: center;
padding-top:20px;
padding-bottom: 10px;
font-family:'Titillium Web', sans-serif;
font-weight: 300;
font-size:32px;
}
.heroHeader {
height: 300px;
}
/* Navigation styles*/
.topNavUl {
position: static;
padding-top: 20px;
padding-bottom: 20px;
}
.topNavLI {
text-align: center;
}
/* Typography styles*/
.textStyle {
font-family: 'Metrophobic', sans-serif;
}
.headingStyle {
/* [disabled]font-family: pt-sans, sans-serif; */
/* [disabled]font-style: bold; */
/* [disabled]font-weight: 400; */
color: f7f7f7;
font-size: 32px;
}
.mainHeading {
color: #2A2F33;
text-align: left;
margin-top: 1%;
font-size: 40px;
}
.mainTagline {
text-align: left;
color: f7f7f7;
font-size: 19px;
margin-top: -1%;
padding-bottom:5px;
}
.sectionText {
text-align: center;
}
#sectionOne {
text-align: justify;
}
#sectionTwo {
text-align: left;
}
/* Hover main image
.container {
display: flex;
position: inherit;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: white;
}
.wrapper {
width: 1100px;
margin: 5% ;
}
.imgs {
float: left;
margin: 5px;
cursor: pointer;
width: 100%;
}
.imgs .caption:hover {
opacity: 0.7;
color: #fff;
background: #000;
}
.caption {
opacity: 0;
color: #fff;
width: 100%;
height: 200px;
font-size: 20px;
border-radius: 5px;
position: inherit;
text-align: center;
font-family: source-sans-pro, sans-serif;
-webkit-transition: all 0.50s ease-in-out;
-moz-transition: all 0.50s ease-in-out;
-ms-transition: all 0.50s ease-in-out;
-o-transition: all 0.50s ease-in-out;
transition: all 0.50s ease-in-out;
}
h1 {
margin-top: 300px;
}
*/
/* Gallery styles */
.gallery{
padding-top:20px;
padding-bottom:30px;
}
.paraContent{
font-size: 14px;
font-family: 'Metrophobic', sans-serif;
font-style: normal;
font-weight: 400;
color: f7f7f7;
line-height: 1.8;
margin-left: 5%;
margin-right: 5%;
}
.contentArea{
font-size: 14px;
font-family: 'Metrophobic', sans-serif;
font-style: normal;
font-weight: 100;
color: f7f7f7;
line-height: 1.8;
text-align: center;
margin-left: 5%;
margin-right: 5%;
cursor: pointer;
}
.showAreaH2 {
}
#secondaryStyling {
padding-top: 20px;
padding-bottom: 20px;
}
.secondarySection {
background-color: f7f7f7;
}
.secondaryHeading {
color: f7f7f7;
text-align: center;
}
/*Footer styles*/
.footerTitle {
text-align: center;
font-size: 22px;
}
.footerTextContainer {
text-align: center;
margin-bottom: 10%;
}
| 0.267408 | 0.057282 |
.tab {
overflow: hidden;
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.tab button {
cursor: pointer;
padding: 14px 16px;
transition: .3s;
margin-top: 0;
color: var(--secondary-color);
background-color: var(--main-color);
position: relative;
font-size: 20px;
border: none;
outline: none;
}
.tab button::before {
content: '';
position: absolute;
bottom: 3px;
left: 10%;
width: 0;
height: 3px;
background-color: var(--secondary-color);
transition: 0.3s;
}
.tab button:hover::before {
width: 30%;
}
.tab button.active::before {
width: 80%;
}
.tabcontent {
display: none;
padding: 20px;
border-top: none;
animation: fadeEffect 1s;
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
.game-menu {
margin: 30px auto;
width: 400px;
max-width: 100%;
border-radius: 5px;
overflow: hidden;
}
.input-container {
position: relative;
}
.input-container:not(:first-child) {
margin-top: 10px;
}
.input-field {
padding: 12px;
border: 1px var(--secondary-color) solid;
background-color: var(--main-color);
color: var(--secondary-color);
outline: none;
border-radius: 5px;
font-size: 18px;
width: 100%;
}
.input-field::-webkit-input-placeholder {
color: var(--main-color);
}
.input-container .textholder {
position: absolute;
top: 12px;
left: 13px;
font-size: 18px;
transition: 0.3s;
user-select: none;
}
.input-field:not(:placeholder-shown) ~ .textholder {
left: 7px;
top: -9px;
font-size: 14px;
background-color: var(--main-color);
}
form input[type=submit] {
margin-top: 20px;
}
#err-msg {
display: none;
margin: 6px;
}
#app-info {
position: absolute;
bottom: 24px;
right: 24px;
color: #666;
font-size: 12px;
user-select: none;
}
.checkbox-label {
width: 100%;
display: block;
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 30px;
}
.checkbox-label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #fff;
border-radius: 3px;
transition: 0.3s;
border: 1px var(--btn-color) solid;
}
.checkbox-label:hover input ~ .checkmark {
background-color: #eee;
}
.checkbox-label input:checked ~ .checkmark {
background-color: var(--btn-color);
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.checkbox-label input:checked ~ .checkmark:after {
display: block;
}
.checkbox-label .checkmark:after {
left: 6px;
top: 2px;
width: 4px;
height: 9px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.opened-room-list {
margin-top: 24px;
}
.opened-room-list .room {
display: flex;
justify-content: space-between;
padding: 8px;
transition: 0.3s;
}
.opened-room-list .room:hover {
background-color: #0001;
}
.opened-room-list .room span {
margin-top: 10px;
}
.opened-room-list .room .styled-btn {
margin: 0;
}
.theme-block {
display: flex;
justify-content: space-between;
align-items: center;
margin: 12px;
}
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 28px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: .3s;
transition: .3s;
border-radius: 28px;
border: 1px var(--btn-color) solid;
}
.slider:before {
position: absolute;
content: "";
height: 20px;
width: 20px;
left: 4px;
bottom: 3px;
background-color: var(--btn-color);
-webkit-transition: .3s;
transition: .3s;
border-radius: 50%;
}
input:checked + .slider {
background-color: var(--btn-color);
}
input:focus + .slider {
box-shadow: 0 0 1px var(--btn-color);
}
input:checked + .slider:before {
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
background-color: white;
}
|
battleshipServer/static/stylesheets/menu.css
|
.tab {
overflow: hidden;
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.tab button {
cursor: pointer;
padding: 14px 16px;
transition: .3s;
margin-top: 0;
color: var(--secondary-color);
background-color: var(--main-color);
position: relative;
font-size: 20px;
border: none;
outline: none;
}
.tab button::before {
content: '';
position: absolute;
bottom: 3px;
left: 10%;
width: 0;
height: 3px;
background-color: var(--secondary-color);
transition: 0.3s;
}
.tab button:hover::before {
width: 30%;
}
.tab button.active::before {
width: 80%;
}
.tabcontent {
display: none;
padding: 20px;
border-top: none;
animation: fadeEffect 1s;
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
.game-menu {
margin: 30px auto;
width: 400px;
max-width: 100%;
border-radius: 5px;
overflow: hidden;
}
.input-container {
position: relative;
}
.input-container:not(:first-child) {
margin-top: 10px;
}
.input-field {
padding: 12px;
border: 1px var(--secondary-color) solid;
background-color: var(--main-color);
color: var(--secondary-color);
outline: none;
border-radius: 5px;
font-size: 18px;
width: 100%;
}
.input-field::-webkit-input-placeholder {
color: var(--main-color);
}
.input-container .textholder {
position: absolute;
top: 12px;
left: 13px;
font-size: 18px;
transition: 0.3s;
user-select: none;
}
.input-field:not(:placeholder-shown) ~ .textholder {
left: 7px;
top: -9px;
font-size: 14px;
background-color: var(--main-color);
}
form input[type=submit] {
margin-top: 20px;
}
#err-msg {
display: none;
margin: 6px;
}
#app-info {
position: absolute;
bottom: 24px;
right: 24px;
color: #666;
font-size: 12px;
user-select: none;
}
.checkbox-label {
width: 100%;
display: block;
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 30px;
}
.checkbox-label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #fff;
border-radius: 3px;
transition: 0.3s;
border: 1px var(--btn-color) solid;
}
.checkbox-label:hover input ~ .checkmark {
background-color: #eee;
}
.checkbox-label input:checked ~ .checkmark {
background-color: var(--btn-color);
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.checkbox-label input:checked ~ .checkmark:after {
display: block;
}
.checkbox-label .checkmark:after {
left: 6px;
top: 2px;
width: 4px;
height: 9px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.opened-room-list {
margin-top: 24px;
}
.opened-room-list .room {
display: flex;
justify-content: space-between;
padding: 8px;
transition: 0.3s;
}
.opened-room-list .room:hover {
background-color: #0001;
}
.opened-room-list .room span {
margin-top: 10px;
}
.opened-room-list .room .styled-btn {
margin: 0;
}
.theme-block {
display: flex;
justify-content: space-between;
align-items: center;
margin: 12px;
}
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 28px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: .3s;
transition: .3s;
border-radius: 28px;
border: 1px var(--btn-color) solid;
}
.slider:before {
position: absolute;
content: "";
height: 20px;
width: 20px;
left: 4px;
bottom: 3px;
background-color: var(--btn-color);
-webkit-transition: .3s;
transition: .3s;
border-radius: 50%;
}
input:checked + .slider {
background-color: var(--btn-color);
}
input:focus + .slider {
box-shadow: 0 0 1px var(--btn-color);
}
input:checked + .slider:before {
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
background-color: white;
}
| 0.430626 | 0.090253 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.