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 |
|---|---|---|---|---|
p{
font-family: 'Catamaran', sans-serif;
}
.brand-logo{
font-family: 'Catamaran', sans-serif;
font-weight: 700;
padding-left: 25px;
}
.fix{
padding-top: 5px;
}
img{
width: 100%;
height: 300px;
display: block;
}
.center{
margin: 0 auto;
text-align: center;
}
@media only screen and (min-width: 768px ) {
.card {
max-width: 300px !important;
}
.sending{
max-width: 600px !important;
}
}
.parallax-container{
min-height: 280px;
height: auto;
/* position: fixed; */
}
img .sliders{
height: 100%;
/* width: auto; */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* Bhavishya's CSS */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Abel", sans-serif;
font-size: 15px;
scroll-behavior: smooth;
}
.wrapper {
padding: 0 0px 50px 0px;
}
.header{
text-align: center;
padding:20px 8px;
font-size: 4rem;
font-weight: 600;
letter-spacing: 0.2rem;
color: white;
background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img6.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
backdrop-filter: opacity(70%);
}
.fix{
padding-top: 5px;
}
img{
width: 100%;
height: 250px;
display: block;
}
.center{
margin: 0 auto;
text-align: center;
}
.parallax-container{
min-height: 280px;
height: auto;
}
.col{
margin: 10px 10px 10px 30px !important;
}
.line{
height: 4px;
position: absolute;
bottom: 0;
background: #FF1847;
}
.social{
margin: 5px;
}
.nav-wrapper{
background-color: black;
}
.contact-icon a i{
display: inline-block;
width: 1000px;
height: 50px;
float: left;
}
/* Bhavishya's css */
@media screen and (max-width: 600px) {
.card.medium {
margin: 10px 50px ;
}
.col.feature{
padding: 15px !important;
margin-top:40px !important;
}
}
nav a{
text-transform: uppercase;
font-weight: 50;
}
nav li a {
color: #FFF;
transition: all 0.3s;
position: relative;
}
nav li a::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
transition: all 0.3s;
border-top: rgba(0, 31, 255, 0.93) 3px solid;
border-bottom: rgba(0, 31, 255, 0.93) 3px solid;
transform: scale(0.1, 1);
}
nav li a:hover::before {
opacity: 1;
transform: scale(1, 1);
background-color: rgba(159, 159, 233, 0.48);
} | jyoti.css |
p{
font-family: 'Catamaran', sans-serif;
}
.brand-logo{
font-family: 'Catamaran', sans-serif;
font-weight: 700;
padding-left: 25px;
}
.fix{
padding-top: 5px;
}
img{
width: 100%;
height: 300px;
display: block;
}
.center{
margin: 0 auto;
text-align: center;
}
@media only screen and (min-width: 768px ) {
.card {
max-width: 300px !important;
}
.sending{
max-width: 600px !important;
}
}
.parallax-container{
min-height: 280px;
height: auto;
/* position: fixed; */
}
img .sliders{
height: 100%;
/* width: auto; */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* Bhavishya's CSS */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Abel", sans-serif;
font-size: 15px;
scroll-behavior: smooth;
}
.wrapper {
padding: 0 0px 50px 0px;
}
.header{
text-align: center;
padding:20px 8px;
font-size: 4rem;
font-weight: 600;
letter-spacing: 0.2rem;
color: white;
background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img6.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
backdrop-filter: opacity(70%);
}
.fix{
padding-top: 5px;
}
img{
width: 100%;
height: 250px;
display: block;
}
.center{
margin: 0 auto;
text-align: center;
}
.parallax-container{
min-height: 280px;
height: auto;
}
.col{
margin: 10px 10px 10px 30px !important;
}
.line{
height: 4px;
position: absolute;
bottom: 0;
background: #FF1847;
}
.social{
margin: 5px;
}
.nav-wrapper{
background-color: black;
}
.contact-icon a i{
display: inline-block;
width: 1000px;
height: 50px;
float: left;
}
/* Bhavishya's css */
@media screen and (max-width: 600px) {
.card.medium {
margin: 10px 50px ;
}
.col.feature{
padding: 15px !important;
margin-top:40px !important;
}
}
nav a{
text-transform: uppercase;
font-weight: 50;
}
nav li a {
color: #FFF;
transition: all 0.3s;
position: relative;
}
nav li a::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
transition: all 0.3s;
border-top: rgba(0, 31, 255, 0.93) 3px solid;
border-bottom: rgba(0, 31, 255, 0.93) 3px solid;
transform: scale(0.1, 1);
}
nav li a:hover::before {
opacity: 1;
transform: scale(1, 1);
background-color: rgba(159, 159, 233, 0.48);
} | 0.413714 | 0.098296 |
TABLE OF CONTENTS
----------------------------------------
1. STYLESHEET
1.1. BODY
1.2. TYPOGRAPHY
1.3. COMPONENT
2. PAGE LOADER
3. SECTION STRUCTURE
4. CONTAINER STRUCTURE
5. HEADER
5.1. NAV
5.2. SIDE NAV
6. ABOUT
6.1. PROFILE
6.2. INTRO
6.3. BUTTON (CV DOWNLOAD & CONTACT)
7. TIMELINE - EXPERIENCE AND EDUCATION TIMELINE
7.1. HEADING
7.2. SUMMERY
8. SKILLS
8.1. SKILL HEADLINE
8.2. SKILL PROGRESS
9. SERVICES
9.1. SERVICE ICON
9.2. SERVICES TITLE
9.3. SERVICES INFO
10. PORTFOLIO
10.1. FILTER OPTIONS
10.2. FILTER CONTAINER
10.2.1. PORTFOLIO
10.2.2. PORTFOLIO IMAGE
10.2.3. PORTFOLIO TITLE
10.3. MODAL
10.3.1. MODAL IMAGE
10.3.2. LIVE DEMO BUTTON
10.3.3. MODAL CONTENT
11. ACHIEVEMENT
11.1. ACHIEVEMENT HEADING
11.2. ACHIEVEMENT ICON & DATE
11.3. ACHIEVEMENT CONTENT
12. PUBLICATIONS
12.1. ICON
12.2. TITLE
12.3. INFO
12.4. READ BUTTON
13. BLOG
13.1. BLOG IMAGE
13.2. BLOG TITLE
13.3. TIME AND FAVORITE
13.4. READ MORE BUTTON
13.5. BLOG ARTICLE DEMO
13.5. VISIT BLOG BUTTON
14. CLIENTS
14.1. CLIENTS SLIDER
14.1.1. CLIENTS REFERENCE
14.3. CLIENTS LOGO
15. PRICING TABLE
15.1. MONTHLY AND YEARLY BUTTON
15.2. MONTHLY AND YEARLY PRICING
16. INTEREST
16.1. INTEREST CONTENT
16.1. INTEREST ICON & NAME
17. CONTACT
17.1. INFORMATION
17.2. CONTACT FORM
17.3. LOCATION MAP
18. FULL BLOG
18.1. BLOG HEADER
18.2. BLOG PAGE
18.2.1. POST WRAPPER
18.2.1.1. BLOG POST ITEM
172.16.31.10. PAGINATION
18.2.1. BLOG SIDEBAR
1192.168.127.12. SEARCH
18.2.1.2. CATEGORY
18.2.1.3. RECENT POST
18.2.1.4. POPULAR POST
18.2.1.5. POPULAR POST
1172.16.31.10. ABOUT AUTHOR
18.2.1.7. FOLLOW
19. SINGLE POST
19.1. POST WRAPPER
19.1.1. FULL POST
19.1.2. COMMENT BOX
19.1.3. POSTED COMMENT
20. FOOTER
----------------------------------------*/
/* ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------- */
/*---------------------------------------- Used Colors ----------------------------------------*/
/* Now You Can Directly Change Colors By Replacing From .CSS file*/
.colors-shadow {
/*primary-color: #455A64;
primary-color-dark: #263137;
primary-color-light: #4f6873;
accent-color: #4caf50;
accent-color-dark: #419645;
accent-color-light: #63bb67;
overlay: rgba(0, 0, 0, 0.5);
body-color: #fafafa;
divider-color: #dddddd;
font-color-light: #d5d5d5;
font-color-dark: #606060;
p-color: #606060;
hover-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16), 0 10px 15px 0 rgba(0, 0, 0, 0.12);
navigation-box-shadow: 0px 0px 3px 1px #263137;
box-shadow: 0px 1px 5px 2px #7d7d7d;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29);
card-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/ }
/*---------------------------------------- Used Colors ----------------------------------------*/
/* ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------- */
/*---------------BODY-------------------*/
html, body {
margin: 0;
padding: 0;
outline: 0;
display: block;
font-family: 'Roboto', sans-serif;
font-size: 15px;
background-color: #fafafa;
color: #606060;
-webkit-overflow-scrolling: touch;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke: 1px transparent;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: optimizelegibility; }
/*-------------TYPOGRAPHY----------------*/
h1, h2, h3, h4, h5, h6, p, a, li {
font-family: 'Roboto', sans-serif; }
h1, h2, h3, h4, h5, h6 {
font-weight: 500; }
p, a, li {
font-weight: 400; }
h4 {
font-size: 2em; }
h6 {
font-size: 1.4em; }
p, blockquote {
color: #606060;
font-weight: 300; }
/*---------------COMPONENTS--------------*/
.shadow {
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 3px 10px 0 rgba(0, 0, 0, 0.15); }
a {
color: #4caf50; }
a:hover, a:active, a:focus {
color: #63bb67;
text-decoration: none;
outline: 0; }
.swiper-container {
width: 100%;
height: auto; }
.swiper-container .swiper-slide {
padding-bottom: 35px; }
.swiper-container .swiper-pagination-bullet {
width: 12px;
height: 12px;
bottom: 0;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: 0.2;
margin-top: 20px; }
.swiper-container .swiper-pagination-bullet-active {
opacity: 1;
background: #455A64; }
.active-cat {
color: #ffffff;
border-bottom: 2px solid #4caf50; }
.custom-btn {
background-color: #4caf50 !important; }
.custom-btn:hover {
color: #fff;
outline: 0;
background-color: #419645 !important; }
.custom-btn:focus {
color: #fff;
outline: 0;
background-color: #4caf50 !important; }
.custom-btn:active {
color: #fff;
outline: 0;
background-color: #4caf50 !important; }
.custom-btn:active:hover {
color: #fff;
outline: 0;
background-color: #4caf50 !important; }
.custom-btn:active:focus {
color: #fff;
outline: 0;
background-color: #4caf50 !important; }
.back-to-top {
border-radius: 50%;
text-align: center;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;
visibility: hidden;
opacity: 0;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
.back-to-top.back-to-top-is-visible {
visibility: visible;
opacity: 1; }
/*---------------PAGE LOADER-------------------*/
#page-loader {
background-color: #263137;
height: 100%;
width: 100%;
position: fixed;
z-index: 6000;
margin-top: 0px;
top: 0px; }
#page-loader .text-div {
width: 100%;
position: absolute;
top: 270px;
color: #ffffff; }
#page-loader .text-div p, #page-loader .text-div h6 {
margin: 0;
display: block;
color: #ffffff;
font-size: .9em;
letter-spacing: 1px;
font-weight: 300;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29); }
#page-loader .text-div h6 {
margin-top: 5px;
font-size: 1.3em; }
.spinner {
width: 50px;
height: 50px;
background-color: #63bb67;
margin: 200px auto;
-webkit-animation: rotateplane 1.2s infinite ease-in-out;
animation: rotateplane 1.2s infinite ease-in-out; }
@-webkit-keyframes rotateplane {
0% {
-webkit-transform: perspective(120px); }
50% {
-webkit-transform: perspective(120px) rotateY(180deg); }
100% {
-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/*---------------SECTION STRUCTURE-------------------*/
.section {
padding: 30px 0;
background-color: transparent; }
.content-wrapper {
width: 100%;
height: auto;
padding: 25px 20px; }
/*---------------CONTAINER STRUCTURE-------------------*/
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 768px) {
.container {
width: 750px; } }
@media (min-width: 992px) {
.container {
width: 970px; } }
@media (min-width: 1200px) {
.container {
width: 1100px; } }
/*---------------HEADER-------------------*/
#header {
position: relative;
display: block;
width: 100%;
height: auto;
background-color: #4f6873;
/*---------------NAV-------------------*/ }
#header nav {
position: fixed;
z-index: 5000;
width: 100%;
height: 50px;
line-height: 50px;
background-color: #455A64;
box-shadow: 0px 0px 3px 1px #263137;
/*---------------SIDE NAV-------------------*/ }
#header nav ul li {
line-height: 50px;
height: 50px;
color: #ffffff; }
#header nav ul li a {
color: #ffffff;
font-size: 15px;
padding: 0;
padding: 0 20px; }
#header nav ul li a:hover, #header nav ul li a:active, #header nav ul li a:focus {
background-color: rgba(0, 0, 0, 0.2);
color: #63bb67;
text-decoration: none; }
#header nav .nav-icon:hover, #header nav .nav-icon:active, #header nav .nav-icon:focus {
color: #ffffff;
text-decoration: none; }
#header nav .nav-icon i {
font-size: 30px;
line-height: 50px; }
#header nav #side-nav {
color: #606060;
position: fixed;
z-index: 4;
bottom: 0;
top: 0;
left: -240px;
width: 240px;
background-color: #ffffff;
overflow-y: auto;
-webkit-overflow-y: auto;
transition: all 300ms;
-webkit-overflow-scrolling: touch; }
#header nav #side-nav #nav-header {
width: 100%;
height: auto;
padding: 10px;
background-color: #455A64; }
#header nav #side-nav #nav-header #nav-profile {
position: relative;
top: 10px;
margin-bottom: 20px;
width: 70px;
height: 70px;
border-radius: 50%; }
#header nav #side-nav #nav-header #nav-profile img {
width: 100%;
height: 100%;
border-radius: 50%; }
#header nav #side-nav #nav-header h6 {
position: relative;
margin: 10px 0;
color: #ffffff;
font-size: 1.2em;
font-weight: 300;
line-height: 25px; }
#header nav #side-nav #nav-link-wrapper {
width: 100%;
margin-top: 15px;
padding-bottom: 25px;
overflow-y: auto;
-webkit-overflow-scrolling: touch; }
#header nav #side-nav #nav-link-wrapper ul li {
line-height: 40px;
width: 100%;
height: 40px;
padding: 0; }
#header nav #side-nav #nav-link-wrapper ul li a {
height: 40px;
line-height: 40px;
color: #606060;
padding: 0;
padding: 0 20px; }
#header nav #side-nav #nav-link-wrapper ul li a:hover, #header nav #side-nav #nav-link-wrapper ul li a:active, #header nav #side-nav #nav-link-wrapper ul li a:focus {
background: none;
color: #4caf50;
text-decoration: none; }
#header nav #side-nav-mask {
position: fixed;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.5);
left: 0;
top: 0;
opacity: .1;
visibility: hidden;
z-index: 2;
transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
transform: translateZ(0);
-webkit-transform: translateZ(0); }
#header nav #side-nav-mask.visible {
visibility: visible;
opacity: 1; }
#header h1 {
font-weight: 400;
margin-top: 75px;
font-size: 2em;
color: #ffffff;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29); }
#header h4 {
margin-top: -25px;
font-size: 1.2em;
line-height: 1.5;
font-weight: 300;
color: #fff;
margin-bottom: 110px;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29); }
/*---------------ABOUT-------------------*/
#about {
position: relative;
padding-top: 0;
margin-top: 10px;
height: auto;
background-color: transparent; }
#about #profile {
animation-delay: 500ms;
animation-duration: 1000ms;
position: absolute;
width: 180px;
height: 180px;
top: -97px;
left: 50%;
margin-left: -90px;
z-index: 1;
display: block;
border-radius: 50%;
background-color: #fff;
padding: 5px;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2); }
#about #profile img {
width: 170px;
height: 170px;
border-radius: 50%; }
#about #intro-div {
padding: 30px 0; }
#about #intro-div ul {
padding: 0 5px;
margin-top: 85px; }
#about #intro-div ul li a i {
font-size: 25px;
color: #455A64;
opacity: .5;
margin: 0 5px; }
#about #intro-div ul li a i:hover {
color: #455A64;
opacity: 1; }
#about #intro-div p {
padding: 0 5%;
margin: 32px 0; }
#about #intro-div .btn {
width: 180px;
height: auto;
margin: 10px 10px; }
/*---------------TIMELINE - EXPERIENCE AND EDUCATION TIMELINE-------------------*/
.timeline {
margin-top: 15px;
width: 100%;
height: auto; }
.timeline:before {
content: '';
position: absolute;
height: 90%;
width: 2px;
background: #4caf50;
left: 0px; }
.timeline ul {
list-style: none;
padding: 0;
z-index: 1;
width: 100%; }
.timeline li {
background: #ffffff;
position: relative;
left: 25px;
width: 95%;
margin-bottom: 20px; }
.timeline li i {
font-size: 25px;
color: #4caf50;
position: absolute;
top: -11px;
left: -46px; }
.timeline li:before {
content: '';
width: 0;
height: 0;
border-top: 1em solid #455A64;
border-left: 1em solid transparent;
position: absolute;
left: -1em;
top: 0; }
@media screen and (max-width: 480px) {
.timeline li {
width: 92%; } }
@media screen and (min-width: 768px) {
.timeline:before {
left: 50%; }
.timeline ul {
padding-left: 0;
width: 100%;
margin: 0 auto; }
.timeline li {
left: 0;
width: 43%; }
/* Right Side */
.timeline li:nth-child(even) {
float: right;
margin-top: 70px; }
.timeline li:nth-child(even):before {
border-top: 2em solid #455A64;
border-left: 2em solid transparent;
position: absolute;
left: -2em;
top: 0; }
.timeline li:nth-child(even) i {
position: absolute;
left: -18.25%; }
/* Left Side */
.timeline li:nth-child(odd) {
float: left; }
.timeline li:nth-child(odd):before {
border-top: 2em solid #455A64;
border-right: 2em solid transparent;
right: -2em;
left: auto; }
.timeline li:nth-child(odd) i {
position: absolute;
left: 114.25%; }
.timeline li:nth-of-type(2n+1) {
clear: both; } }
@media screen and (min-width: 768px) and (max-width: 1001px) {
.timeline li:nth-child(even) i {
position: absolute;
left: -19%; }
.timeline li:nth-child(odd) i {
position: absolute;
left: 113%; } }
.timeline-content .timeline-header {
width: 100%;
height: auto;
background-color: #455A64;
float: left;
margin-bottom: 20px; }
.timeline-content h3 {
padding: 0 20px;
line-height: 30px;
color: #fff;
font-size: 1.2em;
font-weight: 400;
background-color: #455A64; }
.timeline-content .sub-heading {
text-decoration: none;
color: #455A64;
padding: 0 20px;
line-height: 1.2;
font-weight: 400; }
.timeline-content .content-p {
padding: 10px 20px 20px 20px;
font-weight: 300; }
/*---------------SKILLS-------------------*/
.skill {
padding: 20px 20px;
color: #ffffff; }
.skill-title {
margin-top: 20px;
margin-bottom: 40px; }
.skill-wrapper {
background-color: #455A64;
color: #ffffff; }
.skill-progress-div {
margin-bottom: 22px; }
.skill-progress-div p {
color: #ffffff; }
.skill-progress-div p span {
float: right; }
.skill-progress {
position: relative;
background-color: #263137;
margin: 15px 0;
height: 3px;
z-index: 0;
overflow: visible; }
.skill-determinate {
position: absolute;
height: 3px;
background-color: #ffffff; }
.skill-determinate .skill-determinate-circle {
position: absolute;
right: 0%;
top: -7px;
color: #ffffff;
font-size: 18px; }
#services ul {
margin-bottom: 0; }
#services .service-item {
background-color: #ffffff;
padding: 20px 20px 30px 20px; }
#services .service-item i {
font-size: 70px;
color: #455A64; }
#services .service-item h6 {
margin: 0;
line-height: 1.4;
font-size: 1.25em;
font-weight: 400;
color: #606060;
padding-bottom: 20px; }
#services .service-item p {
color: #606060; }
#services li:nth-child(even) .service-item {
background-color: #455A64;
color: #ffffff; }
#services li:nth-child(even) .service-item i {
color: #ffffff; }
#services li:nth-child(even) .service-item h6, #services li:nth-child(even) .service-item p {
color: #ffffff; }
/*---------------PORTFOLIO-------------------*/
#portfolios {
width: 100%;
height: auto; }
#portfolios ul li {
color: #455A64;
cursor: pointer;
display: inline-block;
text-transform: uppercase;
padding: 10px 10px; }
#portfolios ul li a {
color: #455A64;
font-weight: 500; }
#portfolios .filtr-container {
width: 100%; }
#portfolios .filtr-container .portfolio {
width: 100%;
position: relative; }
#portfolios .filtr-container .portfolio:hover {
box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16), 0 10px 15px 0 rgba(0, 0, 0, 0.12); }
#portfolios .filtr-container .portfolio img {
width: 100%;
height: auto;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
transition: 0.5s ease 0s; }
#portfolios .filtr-container .portfolio figure {
position: relative;
overflow: hidden;
margin: 0;
width: 100%;
height: auto;
text-align: center;
cursor: pointer; }
#portfolios .filtr-container .portfolio figure figcaption {
position: absolute;
top: 0;
width: 100%;
left: 0;
height: 100%;
padding: 20px;
text-align: center;
font-weight: 400;
color: #ffffff; }
#portfolios .filtr-container .portfolio figure figcaption span {
position: absolute;
width: 200px;
margin-left: -100px;
left: 50%;
top: 50%; }
#portfolios .filtr-container .portfolio figure.hover-effect figcaption {
background: rgba(69, 90, 100, 0.5);
opacity: 0;
-webkit-transition: 1s ease 0.15s;
-moz-transition: 1s ease 0.15s;
-o-transition: 1s ease 0.15s;
transition: 1s ease 0.15s; }
#portfolios .filtr-container .portfolio figure.hover-effect figcaption:hover {
opacity: 1; }
#portfolios .filtr-container .portfolio figure.hover-effect:hover img {
-webkit-transform: scale3d(1.2, 1.2, 1.5);
-moz-transform: scale3d(1.2, 1.2, 1.5);
transform: scale3d(1.3, 1.3, 1); }
#portfolios .filtr-container .portfolio h6 {
line-height: 30px;
padding: 10px 10px;
padding-bottom: 20px;
font-size: 1.2em;
font-weight: 400;
color: #606060; }
.modal-content {
position: relative;
padding: 50px 30px 30px 30px;
background-color: #ffffff;
width: 100%;
top: 50px;
margin-bottom: 30px; }
.modal-content h3 {
margin: 0;
margin-bottom: 20px;
line-height: 1.3;
font-size: 1.5em;
font-weight: 400;
padding: 0;
text-align: left; }
@media screen and (max-width: 991px) {
.modal-content img {
padding: 0;
margin-bottom: 20px; } }
@media screen and (max-width: 991px) {
.modal-content .content {
padding: 0; } }
.modal-content .content p {
line-height: 1.3; }
.modal-content .content p span {
font-weight: 500; }
.modal-content .content .modal-btn {
margin-bottom: 20px;
margin-top: 5px; }
.modal-content .content .close-btn {
margin-top: 10px; }
.modal-overlay {
position: fixed;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.5);
left: 0;
top: 0;
opacity: 0;
visibility: hidden;
z-index: 2;
transition: all 1000ms cubic-bezier(0.4, 0, 0.2, 1);
transform: translateZ(0);
-webkit-transform: translateZ(0); }
.modal-overlay.visible {
visibility: visible;
opacity: 1; }
/*---------------ACHIEVEMENT-------------------*/
.achievement {
position: relative;
margin: 10px 0 30px 0;
width: 100%;
height: auto; }
.achievement .achievement-top-bar {
position: relative;
width: 100%;
height: auto;
background-color: #455A64;
padding: 6px 6px; }
.achievement .achievement-top-bar h5 {
position: relative;
top: 0;
margin: 0;
line-height: 30px;
font-size: 1.2em;
font-weight: 400;
color: #ffffff;
padding: 5px 5px; }
.achievement .achievement-inner {
position: relative;
width: 100%;
height: auto;
left: 0;
top: 0;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
.achievement .achievement-inner .achievement-header {
display: block;
width: 100%;
height: 200px;
background-color: #ffffff;
overflow: hidden; }
.achievement .achievement-inner .achievement-header .achievement-heading {
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 200px;
overflow: hidden;
background-color: #ffffff;
z-index: 1; }
.achievement .achievement-inner .achievement-header .achievement-heading i {
position: absolute;
color: #455A64;
width: 100%;
top: 18%;
font-size: 70px; }
.achievement .achievement-inner .achievement-header .achievement-heading h6 {
position: absolute;
width: 100%;
top: 60%;
padding: 0 15px;
font-size: 1.1em;
font-weight: 400; }
.achievement .achievement-inner .achievement-header .achievement-more-btn {
position: absolute;
top: 170px;
left: 70%;
background-color: #4caf50; }
.achievement .achievement-inner .achievement-content {
position: relative;
top: 0;
display: none;
width: 100%;
height: auto;
background-color: #455A64; }
.achievement .achievement-inner .achievement-content p {
padding: 30px 30px;
color: #fff; }
#publications .publication {
padding: 30px 20px;
margin-top: 60px; }
#publications .publication .icon-div {
position: absolute;
width: 70px;
height: 70px;
top: -35px;
left: 50%;
margin-left: -35px;
border-radius: 50%;
background-color: #455A64; }
#publications .publication .icon-div i {
color: #ffffff;
font-size: 30px;
vertical-align: middle;
line-height: 70px; }
#publications .publication h6 {
margin: 0;
line-height: 1.4;
font-size: 1.25em;
font-weight: 400;
color: #606060;
padding: 25px 20px 15px 20px;
border-bottom: 1px solid #dddddd; }
#publications .publication ul {
margin: 20px 0 0 0; }
#publications .publication ul li {
margin-bottom: 10px;
margin-right: 20px; }
#publications .publication ul li i {
color: #455A64;
font-size: 20px;
vertical-align: middle;
margin-right: 10px; }
#publications .publication p {
margin: 10px 0; }
#publications .publication .btn {
margin-top: 20px; }
/*---------------BLOG-------------------*/
.blog {
margin-bottom: 25px;
width: 100%;
height: auto; }
.blog:hover {
box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16), 0 10px 15px 0 rgba(0, 0, 0, 0.12); }
.blog .blog-content {
padding: 0 20px 0 20px; }
.blog .blog-title {
position: relative;
border-bottom: 1px solid #dddddd; }
.blog .blog-title h6 {
margin: 0;
line-height: 1.4;
font-size: 1.25em;
font-weight: 400;
color: #606060;
padding: 20px 0; }
.blog .blog-title ul li {
display: inline-block;
color: #606060;
margin-right: 20px; }
.blog .blog-title ul li i {
color: #455A64;
font-size: 20px;
vertical-align: middle;
margin-right: 10px; }
.blog .blog-title .more-btn {
position: absolute;
background-color: #4caf50;
bottom: -28px;
left: 100%;
margin-left: -56px;
overflow: hidden;
-webkit-overflow: hidden; }
.blog p {
padding: 30px 0;
margin: 0; }
.visit-blog {
padding: 0px 50px;
margin-bottom: 30px;
color: #ffffff; }
/*---------------CLIENTS-------------------*/
#clients .clients-ref {
margin-top: 60px; }
#clients .clients-ref .client-photo {
position: absolute;
width: 100%;
margin-top: -50px; }
#clients .clients-ref .client-photo img {
height: 100px;
width: 100px;
border-radius: 50%; }
#clients h5 {
margin-bottom: 30px;
line-height: 1.2;
font-weight: 400; }
#clients ul {
margin: 0; }
#clients ul li {
display: inline-block;
padding: 0 20px;
margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
#clients ul li {
padding: 0 10px; } }
#clients ul li img {
width: 100%;
opacity: .5;
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%); }
#clients ul li img:hover {
opacity: 1;
-webkit-filter: grayscale(0);
/* Chrome, Safari, Opera */
-moz-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0); }
blockquote {
padding: 70px 35px 15px;
font-style: italic;
text-align: left;
border-left: none;
font-size: 1em;
border-top: 5px solid #4caf50; }
blockquote cite {
display: block;
margin: 15px 0;
font-size: 1em;
font-weight: 500; }
blockquote blockquote:before {
display: none; }
/*---------------PRICING TABLE-------------------*/
#pricing .period-btn li {
color: #455A64;
cursor: pointer;
display: inline-block;
text-transform: uppercase;
padding: 10px 10px; }
#pricing .period-btn li a {
color: #455A64;
font-weight: 500; }
.period-type {
width: 100%;
height: auto;
margin-top: 20px; }
.period-type .pricing-table {
margin: 0;
margin-bottom: 25px;
width: 100%;
height: auto;
background-color: #ffffff;
color: #606060;
padding: 30px 30px; }
.period-type .pricing-table:hover {
box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16), 0 10px 15px 0 rgba(0, 0, 0, 0.12); }
.period-type .pricing-table h3 {
margin: 0;
margin-top: 10px;
font-size: 1.2em;
font-weight: 500;
color: #455A64; }
.period-type .pricing-table h4 {
margin: 30px 0; }
.period-type .pricing-table .dollar {
font-size: .7em;
font-weight: 300;
vertical-align: top;
position: relative;
bottom: 6px; }
.period-type .pricing-table .amount {
font-weight: 500;
vertical-align: middle;
font-size: 1.6em; }
.period-type .pricing-table .period {
font-size: .7em;
font-weight: 300;
vertical-align: bottom;
position: relative;
top: 9px; }
.period-type .pricing-table ul {
margin-bottom: 30px; }
.period-type .pricing-table ul li {
line-height: 2.5;
font-weight: 300;
border-top: 1px solid #dddddd; }
.period-type .pricing-table ul li:nth-child(1) {
border-top: none; }
/*---------------INTEREST-------------------*/
.interest {
padding: 30px 20px 20px 20px; }
.interest p {
width: 100%;
height: auto;
padding: 0 80px;
margin: 20px 0; }
@media only screen and (max-width: 640px) {
.interest p {
padding: 0;
margin-top: 0; } }
.interest .interest-topic {
margin: 10px 15px; }
.interest .interest-topic i {
display: block;
font-size: 35px;
padding: 0;
color: #455A64; }
.interest .interest-topic span {
display: block; }
/*---------------CONTACT-------------------*/
/*---------------INFORMATION-------------------*/
.info {
width: 100%;
background-color: #455A64;
min-height: 480px;
height: auto; }
.info ul {
padding: 30px 20px;
display: block; }
.info ul li {
margin-bottom: 15px;
letter-spacing: 1px;
display: block;
color: #ffffff;
font-size: 1em;
font-weight: 300;
display: block; }
.info ul li i {
color: #ffffff;
font-size: 30px; }
/*---------------CONTACT FORM-------------------*/
.contact {
width: 100%;
min-height: 480px;
height: auto;
/* Snackbar
-------------------------------------------------*/
/* Show the snackbar when clicking on a button (class added with JavaScript) */
/* Animations to fade the snackbar in and out */ }
.contact form {
padding: 20px 40px; }
@media screen and (max-width: 767px) {
.contact form {
padding: 20px 20px; } }
.contact form button {
width: 150px;
top: 20px;
margin-bottom: 25px; }
.contact form button i {
margin-right: 10px;
vertical-align: middle; }
.contact .progress {
position: relative;
height: 3px;
display: block;
width: 100%;
background-color: #455A64;
border-radius: 0;
margin: 0;
top: 0; }
.contact .is-hidden {
visibility: hidden; }
.contact #snackbar, .contact #fail-snackbar {
visibility: hidden;
min-width: 300px;
margin-left: -150px;
font-weight: 300;
background-color: #455A64;
color: #fff;
text-align: center;
padding: 16px;
position: fixed;
z-index: 1;
left: 50%;
bottom: 30px; }
.contact .show {
visibility: visible !important;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s; }
@-webkit-keyframes fadein {
from {
bottom: 0;
opacity: 0; }
to {
bottom: 30px;
opacity: 1; } }
@keyframes fadein {
from {
bottom: 0;
opacity: 0; }
to {
bottom: 30px;
opacity: 1; } }
@-webkit-keyframes fadeout {
from {
bottom: 30px;
opacity: 1; }
to {
bottom: 0;
opacity: 0; } }
@keyframes fadeout {
from {
bottom: 30px;
opacity: 1; }
to {
bottom: 0;
opacity: 0; } }
/*---------------LOCATION MAP-------------------*/
#google-map {
position: relative;
width: 100%;
height: 400px; }
#google-map #map-container {
position: relative;
width: 100%;
height: 400px; }
#google-map #cd-zoom-in, #google-map #cd-zoom-out {
height: 32px;
width: 32px;
cursor: pointer;
margin-left: 50px;
background-color: #4caf50;
background-repeat: no-repeat;
background-size: 32px 64px; }
#google-map #cd-zoom-in i, #google-map #cd-zoom-out i {
color: #ffffff;
font-size: 20px;
padding: 6px 6px;
vertical-align: middle;
text-align: center; }
#google-map .no-touch #cd-zoom-in:hover, #google-map .no-touch #cd-zoom-out:hover {
background-color: #4caf50; }
#google-map #cd-zoom-in {
background-position: 50% 0;
margin-top: 50px;
margin-bottom: 1px; }
#google-map #cd-zoom-out {
background-position: 50% -32px; }
#google-map address {
position: absolute;
width: 100%;
min-height: 50px;
height: auto;
top: 350px;
left: 0;
padding: 10px 10px;
background-color: #ffffff;
font-size: 1.1em;
line-height: 30px;
font-weight: 300;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
margin-bottom: 50px; }
@media only screen and (max-width: 768px) {
#google-map {
position: relative;
width: 100%;
height: 300px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
#google-map #map-container {
height: 300px; }
#google-map address {
top: 250px; }
#google-map #cd-zoom-in, #google-map #cd-zoom-out {
margin-left: 20px; }
#google-map #cd-zoom-in {
margin-top: 20px; }
#google-map #back-to-top {
right: 20px; } }
::-webkit-input-placeholder {
color: #d1d1d1;
font-weight: 500; }
:-moz-placeholder {
/* Firefox 18- */
color: #d1d1d1;
font-weight: 500; }
::-moz-placeholder {
/* Firefox 19+ */
color: #d1d1d1;
font-weight: 500; }
:-ms-input-placeholder {
color: #d1d1d1;
font-weight: 500; }
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
background-color: transparent;
border: none;
border-bottom: 1px solid #9e9e9e;
border-radius: 0;
outline: none;
height: 3rem;
width: 100%;
font-size: 1rem;
margin: 0 0 15px 0;
padding: 0;
box-shadow: none;
box-sizing: content-box;
transition: all .3s; }
input:not([type]):disabled, input:not([type])[readonly="readonly"],
input[type=text]:disabled,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
color: rgba(0, 0, 0, 0.26);
border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }
input:not([type]):disabled + label, input:not([type])[readonly="readonly"] + label,
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabled + label,
input[type=search][readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
color: rgba(0, 0, 0, 0.26); }
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
border-bottom: 1px solid #63bb67;
box-shadow: 0 1px 0 0 #419645; }
input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
color: #4caf50; }
input:not([type]).valid, input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
border-bottom: 1px solid #4CAF50;
box-shadow: 0 1px 0 0 #4CAF50; }
input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
content: attr(data-success);
color: #4CAF50;
opacity: 1; }
input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
border-bottom: 1px solid #F44336;
box-shadow: 0 1px 0 0 #F44336; }
input:not([type]).invalid + label:after,
input:not([type]):focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
content: attr(data-error);
color: #F44336;
opacity: 1; }
input:not([type]) + label:after,
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
display: block;
content: "";
position: absolute;
top: 65px;
opacity: 0;
transition: .2s opacity ease-out, .2s color ease-out; }
.input-field {
position: relative;
margin-top: 1rem; }
.input-field label {
color: #9e9e9e;
position: absolute;
top: 0.8rem;
left: 0.75rem;
font-size: 1rem;
cursor: text;
transition: .2s ease-out;
font-weight: 400; }
.input-field label.active {
font-size: 0.8rem;
font-weight: 500;
-webkit-transform: translateY(-140%);
transform: translateY(-140%); }
.input-field .prefix {
position: absolute;
width: 3rem;
font-size: 2rem;
transition: color .2s; }
.input-field .prefix.active {
color: #26a69a; }
.input-field .prefix ~ input,
.input-field .prefix ~ textarea {
margin-left: 3rem;
width: 92%;
width: calc(100% - 3rem); }
.input-field .prefix ~ textarea {
padding-top: .8rem; }
.input-field .prefix ~ label {
margin-left: 3rem; }
@media only screen and (max-width: 992px) {
.input-field .prefix ~ input {
width: 86%;
width: calc(100% - 3rem); } }
@media only screen and (max-width: 600px) {
.input-field .prefix ~ input {
width: 80%;
width: calc(100% - 3rem); } }
.input-field input[type=search] {
display: block;
line-height: inherit;
padding-left: 4rem;
width: calc(100% - 4rem); }
.input-field input[type=search]:focus {
background-color: #fff;
border: 0;
box-shadow: none;
color: #444; }
.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
color: #444; }
.input-field input[type=search] + label {
left: 1rem; }
.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
position: absolute;
top: 0;
right: 1rem;
color: transparent;
cursor: pointer;
font-size: 2rem;
transition: .3s color; }
textarea {
width: 100%;
height: 3rem;
background-color: transparent; }
textarea.materialize-textarea {
overflow-y: hidden;
/* prevents scroll bar flash */
padding: 1.6rem 0;
/* prevents text jump on Enter keypress */
resize: none;
min-height: 3rem; }
.hiddendiv {
display: none;
white-space: pre-wrap;
word-wrap: break-word;
overflow-wrap: break-word;
/* future version of deprecated 'word-wrap' */
padding-top: 1.2rem;
/* prevents text jump on Enter keypress */ }
/*---------------FOOTER-------------------*/
footer {
width: 100%;
margin-top: 40px;
height: auto;
background-color: #ffffff;
color: #ffffff;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
footer p {
margin: 10px 0;
line-height: 30px; }
#blog-header {
width: 100%;
height: 300px;
position: relative;
display: block;
background: url("../images/blog-header.jpg") no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed; }
#blog-header .overlay {
width: 100%;
height: 300px;
background-color: rgba(69, 90, 100, 0.6); }
#blog-header .overlay h1 {
margin-top: 120px;
font-size: 3em;
font-weight: 500;
color: #ffffff; }
#blog-header .home-btn {
width: 40px;
position: fixed;
left: 0;
top: 125px;
height: 40px;
cursor: pointer;
padding-top: 3px; }
#blog-header .home-btn i {
color: #ffffff;
font-size: 25px; }
.blog-page {
margin-top: 20px; }
.blog-page .blog-posts-wrapper {
margin-top: -8px; }
.blog-page .pagination {
margin: 30px 0 30px 0; }
.blog-page .pagination li {
display: inline-block;
font-size: 1rem;
font-weight: 300;
padding: 0 10px;
line-height: 30px;
text-align: center; }
.blog-page .pagination li a {
color: #606060; }
.blog-page .pagination li.active a {
color: #fff; }
.blog-page .pagination li.active {
background-color: #4caf50; }
.blog-page .pagination li.disabled a {
cursor: default;
color: #999; }
.blog-page .pagination li i {
font-size: 2.2rem;
vertical-align: middle; }
.blog-page .pagination li.pages ul li {
display: inline-block;
float: none; }
@media only screen and (max-width: 992px) {
.blog-page .pagination {
width: 100%; }
.blog-page .pagination li.prev,
.blog-page .pagination li.next {
width: 10%; }
.blog-page .pagination li.pages {
width: 80%;
overflow: hidden;
white-space: nowrap; } }
.blog-page .sidebar {
width: 100%;
background-color: transparent;
position: relative; }
@media screen and (max-width: 991px) {
.blog-page .sidebar {
margin-top: 30px; } }
.blog-page .sidebar .card {
padding: 15px 15px;
margin: 0 0 20px 0; }
.blog-page .sidebar .search {
width: 100%;
height: auto;
background-color: #ffffff; }
.blog-page .sidebar .search form .search-btn {
background-color: #4caf50;
z-index: 0; }
.blog-page .sidebar .search form .search-btn i {
font-size: 20px; }
.blog-page .sidebar .title {
width: 100%;
height: auto;
margin: 0;
padding: 15px 15px;
font-weight: 400;
color: #ffffff;
background-color: #455A64;
line-height: 30px;
font-size: 1.2em; }
.blog-page .sidebar .category {
padding-top: 15px; }
.blog-page .sidebar .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; }
.blog-page .sidebar .category li a {
font-weight: 300;
color: #606060; }
.blog-page .sidebar .sidebar-post a {
color: #606060; }
.blog-page .sidebar .sidebar-post a h6 {
margin-left: -15px;
line-height: 1.3;
font-weight: 400;
font-size: 1em; }
.blog-page .sidebar .sidebar-post a:hover {
text-decoration: underline;
color: #4caf50; }
.blog-page .sidebar .sidebar-post p {
margin-left: -15px;
font-weight: 300;
font-size: 1em;
line-height: 1.3; }
.blog-page .sidebar .sidebar-post .author-profile {
margin-top: 20px;
margin-bottom: 30px; }
.blog-page .sidebar .sidebar-post .author-info {
margin: 0;
padding-bottom: 10px; }
.blog-page .sidebar .sidebar-post .visit-profile {
padding: 0px 30px;
margin: 28px 0;
color: #ffffff; }
.blog-page .sidebar .sidebar-post .visit-profile:hover {
color: #ffffff;
text-decoration: none; }
.blog-page .sidebar .sidebar-post .follow-social {
margin: 10px 10px;
color: #455A64;
font-size: 30px; }
.blog-page .sidebar .sidebar-post .follow-social:hover {
color: #4caf50; }
.full-post {
padding-bottom: 30px; }
.full-post:hover {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
.full-post .full-post-p {
margin-top: 15px;
padding: 0; }
.full-post .post-title h5 {
margin: 0;
line-height: 1.5;
font-size: 2em;
font-weight: 400;
color: #606060;
padding: 20px 0; }
.full-post .post-subtitle {
margin: 10px 0 -10px 0;
line-height: 1.5;
font-size: 1.25em;
font-weight: 400;
color: #606060; }
.full-post .post-list {
margin-top: 15px;
padding-left: 15px; }
.full-post .post-list li {
list-style: circle;
font-weight: 300; }
.full-post .tags {
padding-left: 20px; }
.full-post .tags i {
font-size: 25px;
padding-top: 5px;
vertical-align: middle; }
.full-post .tags span {
font-weight: 400;
font-size: 1em;
margin-left: 20px; }
.comment-box, .posted-comment {
padding: 20px 20px;
font-weight: 300;
color: #606060;
height: auto; }
.comment-box h6, .posted-comment h6 {
font-weight: 400;
color: #606060; }
.posted-comment .media-body {
padding-left: 10px; }
.posted-comment .media-body span {
font-weight: 300;
font-size: 13px;
letter-spacing: 1px; }
.posted-comment .media-body .comment-icons li {
margin-right: 10px; }
.posted-comment .media-body .comment-icons li i {
color: #606060;
font-size: 20px; }
.posted-comment .media-body .comment-icons li i:hover {
color: #4caf50; }
/*# sourceMappingURL=style.css.map */ | public/stylesheets/style.css | TABLE OF CONTENTS
----------------------------------------
1. STYLESHEET
1.1. BODY
1.2. TYPOGRAPHY
1.3. COMPONENT
2. PAGE LOADER
3. SECTION STRUCTURE
4. CONTAINER STRUCTURE
5. HEADER
5.1. NAV
5.2. SIDE NAV
6. ABOUT
6.1. PROFILE
6.2. INTRO
6.3. BUTTON (CV DOWNLOAD & CONTACT)
7. TIMELINE - EXPERIENCE AND EDUCATION TIMELINE
7.1. HEADING
7.2. SUMMERY
8. SKILLS
8.1. SKILL HEADLINE
8.2. SKILL PROGRESS
9. SERVICES
9.1. SERVICE ICON
9.2. SERVICES TITLE
9.3. SERVICES INFO
10. PORTFOLIO
10.1. FILTER OPTIONS
10.2. FILTER CONTAINER
10.2.1. PORTFOLIO
10.2.2. PORTFOLIO IMAGE
10.2.3. PORTFOLIO TITLE
10.3. MODAL
10.3.1. MODAL IMAGE
10.3.2. LIVE DEMO BUTTON
10.3.3. MODAL CONTENT
11. ACHIEVEMENT
11.1. ACHIEVEMENT HEADING
11.2. ACHIEVEMENT ICON & DATE
11.3. ACHIEVEMENT CONTENT
12. PUBLICATIONS
12.1. ICON
12.2. TITLE
12.3. INFO
12.4. READ BUTTON
13. BLOG
13.1. BLOG IMAGE
13.2. BLOG TITLE
13.3. TIME AND FAVORITE
13.4. READ MORE BUTTON
13.5. BLOG ARTICLE DEMO
13.5. VISIT BLOG BUTTON
14. CLIENTS
14.1. CLIENTS SLIDER
14.1.1. CLIENTS REFERENCE
14.3. CLIENTS LOGO
15. PRICING TABLE
15.1. MONTHLY AND YEARLY BUTTON
15.2. MONTHLY AND YEARLY PRICING
16. INTEREST
16.1. INTEREST CONTENT
16.1. INTEREST ICON & NAME
17. CONTACT
17.1. INFORMATION
17.2. CONTACT FORM
17.3. LOCATION MAP
18. FULL BLOG
18.1. BLOG HEADER
18.2. BLOG PAGE
18.2.1. POST WRAPPER
18.2.1.1. BLOG POST ITEM
172.16.31.10. PAGINATION
18.2.1. BLOG SIDEBAR
1192.168.127.12. SEARCH
18.2.1.2. CATEGORY
18.2.1.3. RECENT POST
18.2.1.4. POPULAR POST
18.2.1.5. POPULAR POST
1172.16.31.10. ABOUT AUTHOR
18.2.1.7. FOLLOW
19. SINGLE POST
19.1. POST WRAPPER
19.1.1. FULL POST
19.1.2. COMMENT BOX
19.1.3. POSTED COMMENT
20. FOOTER
----------------------------------------*/
/* ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------- */
/*---------------------------------------- Used Colors ----------------------------------------*/
/* Now You Can Directly Change Colors By Replacing From .CSS file*/
.colors-shadow {
/*primary-color: #455A64;
primary-color-dark: #263137;
primary-color-light: #4f6873;
accent-color: #4caf50;
accent-color-dark: #419645;
accent-color-light: #63bb67;
overlay: rgba(0, 0, 0, 0.5);
body-color: #fafafa;
divider-color: #dddddd;
font-color-light: #d5d5d5;
font-color-dark: #606060;
p-color: #606060;
hover-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16), 0 10px 15px 0 rgba(0, 0, 0, 0.12);
navigation-box-shadow: 0px 0px 3px 1px #263137;
box-shadow: 0px 1px 5px 2px #7d7d7d;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29);
card-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/ }
/*---------------------------------------- Used Colors ----------------------------------------*/
/* ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------- */
/*---------------BODY-------------------*/
html, body {
margin: 0;
padding: 0;
outline: 0;
display: block;
font-family: 'Roboto', sans-serif;
font-size: 15px;
background-color: #fafafa;
color: #606060;
-webkit-overflow-scrolling: touch;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke: 1px transparent;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: optimizelegibility; }
/*-------------TYPOGRAPHY----------------*/
h1, h2, h3, h4, h5, h6, p, a, li {
font-family: 'Roboto', sans-serif; }
h1, h2, h3, h4, h5, h6 {
font-weight: 500; }
p, a, li {
font-weight: 400; }
h4 {
font-size: 2em; }
h6 {
font-size: 1.4em; }
p, blockquote {
color: #606060;
font-weight: 300; }
/*---------------COMPONENTS--------------*/
.shadow {
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 3px 10px 0 rgba(0, 0, 0, 0.15); }
a {
color: #4caf50; }
a:hover, a:active, a:focus {
color: #63bb67;
text-decoration: none;
outline: 0; }
.swiper-container {
width: 100%;
height: auto; }
.swiper-container .swiper-slide {
padding-bottom: 35px; }
.swiper-container .swiper-pagination-bullet {
width: 12px;
height: 12px;
bottom: 0;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: 0.2;
margin-top: 20px; }
.swiper-container .swiper-pagination-bullet-active {
opacity: 1;
background: #455A64; }
.active-cat {
color: #ffffff;
border-bottom: 2px solid #4caf50; }
.custom-btn {
background-color: #4caf50 !important; }
.custom-btn:hover {
color: #fff;
outline: 0;
background-color: #419645 !important; }
.custom-btn:focus {
color: #fff;
outline: 0;
background-color: #4caf50 !important; }
.custom-btn:active {
color: #fff;
outline: 0;
background-color: #4caf50 !important; }
.custom-btn:active:hover {
color: #fff;
outline: 0;
background-color: #4caf50 !important; }
.custom-btn:active:focus {
color: #fff;
outline: 0;
background-color: #4caf50 !important; }
.back-to-top {
border-radius: 50%;
text-align: center;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;
visibility: hidden;
opacity: 0;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
.back-to-top.back-to-top-is-visible {
visibility: visible;
opacity: 1; }
/*---------------PAGE LOADER-------------------*/
#page-loader {
background-color: #263137;
height: 100%;
width: 100%;
position: fixed;
z-index: 6000;
margin-top: 0px;
top: 0px; }
#page-loader .text-div {
width: 100%;
position: absolute;
top: 270px;
color: #ffffff; }
#page-loader .text-div p, #page-loader .text-div h6 {
margin: 0;
display: block;
color: #ffffff;
font-size: .9em;
letter-spacing: 1px;
font-weight: 300;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29); }
#page-loader .text-div h6 {
margin-top: 5px;
font-size: 1.3em; }
.spinner {
width: 50px;
height: 50px;
background-color: #63bb67;
margin: 200px auto;
-webkit-animation: rotateplane 1.2s infinite ease-in-out;
animation: rotateplane 1.2s infinite ease-in-out; }
@-webkit-keyframes rotateplane {
0% {
-webkit-transform: perspective(120px); }
50% {
-webkit-transform: perspective(120px) rotateY(180deg); }
100% {
-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/*---------------SECTION STRUCTURE-------------------*/
.section {
padding: 30px 0;
background-color: transparent; }
.content-wrapper {
width: 100%;
height: auto;
padding: 25px 20px; }
/*---------------CONTAINER STRUCTURE-------------------*/
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 768px) {
.container {
width: 750px; } }
@media (min-width: 992px) {
.container {
width: 970px; } }
@media (min-width: 1200px) {
.container {
width: 1100px; } }
/*---------------HEADER-------------------*/
#header {
position: relative;
display: block;
width: 100%;
height: auto;
background-color: #4f6873;
/*---------------NAV-------------------*/ }
#header nav {
position: fixed;
z-index: 5000;
width: 100%;
height: 50px;
line-height: 50px;
background-color: #455A64;
box-shadow: 0px 0px 3px 1px #263137;
/*---------------SIDE NAV-------------------*/ }
#header nav ul li {
line-height: 50px;
height: 50px;
color: #ffffff; }
#header nav ul li a {
color: #ffffff;
font-size: 15px;
padding: 0;
padding: 0 20px; }
#header nav ul li a:hover, #header nav ul li a:active, #header nav ul li a:focus {
background-color: rgba(0, 0, 0, 0.2);
color: #63bb67;
text-decoration: none; }
#header nav .nav-icon:hover, #header nav .nav-icon:active, #header nav .nav-icon:focus {
color: #ffffff;
text-decoration: none; }
#header nav .nav-icon i {
font-size: 30px;
line-height: 50px; }
#header nav #side-nav {
color: #606060;
position: fixed;
z-index: 4;
bottom: 0;
top: 0;
left: -240px;
width: 240px;
background-color: #ffffff;
overflow-y: auto;
-webkit-overflow-y: auto;
transition: all 300ms;
-webkit-overflow-scrolling: touch; }
#header nav #side-nav #nav-header {
width: 100%;
height: auto;
padding: 10px;
background-color: #455A64; }
#header nav #side-nav #nav-header #nav-profile {
position: relative;
top: 10px;
margin-bottom: 20px;
width: 70px;
height: 70px;
border-radius: 50%; }
#header nav #side-nav #nav-header #nav-profile img {
width: 100%;
height: 100%;
border-radius: 50%; }
#header nav #side-nav #nav-header h6 {
position: relative;
margin: 10px 0;
color: #ffffff;
font-size: 1.2em;
font-weight: 300;
line-height: 25px; }
#header nav #side-nav #nav-link-wrapper {
width: 100%;
margin-top: 15px;
padding-bottom: 25px;
overflow-y: auto;
-webkit-overflow-scrolling: touch; }
#header nav #side-nav #nav-link-wrapper ul li {
line-height: 40px;
width: 100%;
height: 40px;
padding: 0; }
#header nav #side-nav #nav-link-wrapper ul li a {
height: 40px;
line-height: 40px;
color: #606060;
padding: 0;
padding: 0 20px; }
#header nav #side-nav #nav-link-wrapper ul li a:hover, #header nav #side-nav #nav-link-wrapper ul li a:active, #header nav #side-nav #nav-link-wrapper ul li a:focus {
background: none;
color: #4caf50;
text-decoration: none; }
#header nav #side-nav-mask {
position: fixed;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.5);
left: 0;
top: 0;
opacity: .1;
visibility: hidden;
z-index: 2;
transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
transform: translateZ(0);
-webkit-transform: translateZ(0); }
#header nav #side-nav-mask.visible {
visibility: visible;
opacity: 1; }
#header h1 {
font-weight: 400;
margin-top: 75px;
font-size: 2em;
color: #ffffff;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29); }
#header h4 {
margin-top: -25px;
font-size: 1.2em;
line-height: 1.5;
font-weight: 300;
color: #fff;
margin-bottom: 110px;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29); }
/*---------------ABOUT-------------------*/
#about {
position: relative;
padding-top: 0;
margin-top: 10px;
height: auto;
background-color: transparent; }
#about #profile {
animation-delay: 500ms;
animation-duration: 1000ms;
position: absolute;
width: 180px;
height: 180px;
top: -97px;
left: 50%;
margin-left: -90px;
z-index: 1;
display: block;
border-radius: 50%;
background-color: #fff;
padding: 5px;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2); }
#about #profile img {
width: 170px;
height: 170px;
border-radius: 50%; }
#about #intro-div {
padding: 30px 0; }
#about #intro-div ul {
padding: 0 5px;
margin-top: 85px; }
#about #intro-div ul li a i {
font-size: 25px;
color: #455A64;
opacity: .5;
margin: 0 5px; }
#about #intro-div ul li a i:hover {
color: #455A64;
opacity: 1; }
#about #intro-div p {
padding: 0 5%;
margin: 32px 0; }
#about #intro-div .btn {
width: 180px;
height: auto;
margin: 10px 10px; }
/*---------------TIMELINE - EXPERIENCE AND EDUCATION TIMELINE-------------------*/
.timeline {
margin-top: 15px;
width: 100%;
height: auto; }
.timeline:before {
content: '';
position: absolute;
height: 90%;
width: 2px;
background: #4caf50;
left: 0px; }
.timeline ul {
list-style: none;
padding: 0;
z-index: 1;
width: 100%; }
.timeline li {
background: #ffffff;
position: relative;
left: 25px;
width: 95%;
margin-bottom: 20px; }
.timeline li i {
font-size: 25px;
color: #4caf50;
position: absolute;
top: -11px;
left: -46px; }
.timeline li:before {
content: '';
width: 0;
height: 0;
border-top: 1em solid #455A64;
border-left: 1em solid transparent;
position: absolute;
left: -1em;
top: 0; }
@media screen and (max-width: 480px) {
.timeline li {
width: 92%; } }
@media screen and (min-width: 768px) {
.timeline:before {
left: 50%; }
.timeline ul {
padding-left: 0;
width: 100%;
margin: 0 auto; }
.timeline li {
left: 0;
width: 43%; }
/* Right Side */
.timeline li:nth-child(even) {
float: right;
margin-top: 70px; }
.timeline li:nth-child(even):before {
border-top: 2em solid #455A64;
border-left: 2em solid transparent;
position: absolute;
left: -2em;
top: 0; }
.timeline li:nth-child(even) i {
position: absolute;
left: -18.25%; }
/* Left Side */
.timeline li:nth-child(odd) {
float: left; }
.timeline li:nth-child(odd):before {
border-top: 2em solid #455A64;
border-right: 2em solid transparent;
right: -2em;
left: auto; }
.timeline li:nth-child(odd) i {
position: absolute;
left: 114.25%; }
.timeline li:nth-of-type(2n+1) {
clear: both; } }
@media screen and (min-width: 768px) and (max-width: 1001px) {
.timeline li:nth-child(even) i {
position: absolute;
left: -19%; }
.timeline li:nth-child(odd) i {
position: absolute;
left: 113%; } }
.timeline-content .timeline-header {
width: 100%;
height: auto;
background-color: #455A64;
float: left;
margin-bottom: 20px; }
.timeline-content h3 {
padding: 0 20px;
line-height: 30px;
color: #fff;
font-size: 1.2em;
font-weight: 400;
background-color: #455A64; }
.timeline-content .sub-heading {
text-decoration: none;
color: #455A64;
padding: 0 20px;
line-height: 1.2;
font-weight: 400; }
.timeline-content .content-p {
padding: 10px 20px 20px 20px;
font-weight: 300; }
/*---------------SKILLS-------------------*/
.skill {
padding: 20px 20px;
color: #ffffff; }
.skill-title {
margin-top: 20px;
margin-bottom: 40px; }
.skill-wrapper {
background-color: #455A64;
color: #ffffff; }
.skill-progress-div {
margin-bottom: 22px; }
.skill-progress-div p {
color: #ffffff; }
.skill-progress-div p span {
float: right; }
.skill-progress {
position: relative;
background-color: #263137;
margin: 15px 0;
height: 3px;
z-index: 0;
overflow: visible; }
.skill-determinate {
position: absolute;
height: 3px;
background-color: #ffffff; }
.skill-determinate .skill-determinate-circle {
position: absolute;
right: 0%;
top: -7px;
color: #ffffff;
font-size: 18px; }
#services ul {
margin-bottom: 0; }
#services .service-item {
background-color: #ffffff;
padding: 20px 20px 30px 20px; }
#services .service-item i {
font-size: 70px;
color: #455A64; }
#services .service-item h6 {
margin: 0;
line-height: 1.4;
font-size: 1.25em;
font-weight: 400;
color: #606060;
padding-bottom: 20px; }
#services .service-item p {
color: #606060; }
#services li:nth-child(even) .service-item {
background-color: #455A64;
color: #ffffff; }
#services li:nth-child(even) .service-item i {
color: #ffffff; }
#services li:nth-child(even) .service-item h6, #services li:nth-child(even) .service-item p {
color: #ffffff; }
/*---------------PORTFOLIO-------------------*/
#portfolios {
width: 100%;
height: auto; }
#portfolios ul li {
color: #455A64;
cursor: pointer;
display: inline-block;
text-transform: uppercase;
padding: 10px 10px; }
#portfolios ul li a {
color: #455A64;
font-weight: 500; }
#portfolios .filtr-container {
width: 100%; }
#portfolios .filtr-container .portfolio {
width: 100%;
position: relative; }
#portfolios .filtr-container .portfolio:hover {
box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16), 0 10px 15px 0 rgba(0, 0, 0, 0.12); }
#portfolios .filtr-container .portfolio img {
width: 100%;
height: auto;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
transition: 0.5s ease 0s; }
#portfolios .filtr-container .portfolio figure {
position: relative;
overflow: hidden;
margin: 0;
width: 100%;
height: auto;
text-align: center;
cursor: pointer; }
#portfolios .filtr-container .portfolio figure figcaption {
position: absolute;
top: 0;
width: 100%;
left: 0;
height: 100%;
padding: 20px;
text-align: center;
font-weight: 400;
color: #ffffff; }
#portfolios .filtr-container .portfolio figure figcaption span {
position: absolute;
width: 200px;
margin-left: -100px;
left: 50%;
top: 50%; }
#portfolios .filtr-container .portfolio figure.hover-effect figcaption {
background: rgba(69, 90, 100, 0.5);
opacity: 0;
-webkit-transition: 1s ease 0.15s;
-moz-transition: 1s ease 0.15s;
-o-transition: 1s ease 0.15s;
transition: 1s ease 0.15s; }
#portfolios .filtr-container .portfolio figure.hover-effect figcaption:hover {
opacity: 1; }
#portfolios .filtr-container .portfolio figure.hover-effect:hover img {
-webkit-transform: scale3d(1.2, 1.2, 1.5);
-moz-transform: scale3d(1.2, 1.2, 1.5);
transform: scale3d(1.3, 1.3, 1); }
#portfolios .filtr-container .portfolio h6 {
line-height: 30px;
padding: 10px 10px;
padding-bottom: 20px;
font-size: 1.2em;
font-weight: 400;
color: #606060; }
.modal-content {
position: relative;
padding: 50px 30px 30px 30px;
background-color: #ffffff;
width: 100%;
top: 50px;
margin-bottom: 30px; }
.modal-content h3 {
margin: 0;
margin-bottom: 20px;
line-height: 1.3;
font-size: 1.5em;
font-weight: 400;
padding: 0;
text-align: left; }
@media screen and (max-width: 991px) {
.modal-content img {
padding: 0;
margin-bottom: 20px; } }
@media screen and (max-width: 991px) {
.modal-content .content {
padding: 0; } }
.modal-content .content p {
line-height: 1.3; }
.modal-content .content p span {
font-weight: 500; }
.modal-content .content .modal-btn {
margin-bottom: 20px;
margin-top: 5px; }
.modal-content .content .close-btn {
margin-top: 10px; }
.modal-overlay {
position: fixed;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.5);
left: 0;
top: 0;
opacity: 0;
visibility: hidden;
z-index: 2;
transition: all 1000ms cubic-bezier(0.4, 0, 0.2, 1);
transform: translateZ(0);
-webkit-transform: translateZ(0); }
.modal-overlay.visible {
visibility: visible;
opacity: 1; }
/*---------------ACHIEVEMENT-------------------*/
.achievement {
position: relative;
margin: 10px 0 30px 0;
width: 100%;
height: auto; }
.achievement .achievement-top-bar {
position: relative;
width: 100%;
height: auto;
background-color: #455A64;
padding: 6px 6px; }
.achievement .achievement-top-bar h5 {
position: relative;
top: 0;
margin: 0;
line-height: 30px;
font-size: 1.2em;
font-weight: 400;
color: #ffffff;
padding: 5px 5px; }
.achievement .achievement-inner {
position: relative;
width: 100%;
height: auto;
left: 0;
top: 0;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
.achievement .achievement-inner .achievement-header {
display: block;
width: 100%;
height: 200px;
background-color: #ffffff;
overflow: hidden; }
.achievement .achievement-inner .achievement-header .achievement-heading {
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 200px;
overflow: hidden;
background-color: #ffffff;
z-index: 1; }
.achievement .achievement-inner .achievement-header .achievement-heading i {
position: absolute;
color: #455A64;
width: 100%;
top: 18%;
font-size: 70px; }
.achievement .achievement-inner .achievement-header .achievement-heading h6 {
position: absolute;
width: 100%;
top: 60%;
padding: 0 15px;
font-size: 1.1em;
font-weight: 400; }
.achievement .achievement-inner .achievement-header .achievement-more-btn {
position: absolute;
top: 170px;
left: 70%;
background-color: #4caf50; }
.achievement .achievement-inner .achievement-content {
position: relative;
top: 0;
display: none;
width: 100%;
height: auto;
background-color: #455A64; }
.achievement .achievement-inner .achievement-content p {
padding: 30px 30px;
color: #fff; }
#publications .publication {
padding: 30px 20px;
margin-top: 60px; }
#publications .publication .icon-div {
position: absolute;
width: 70px;
height: 70px;
top: -35px;
left: 50%;
margin-left: -35px;
border-radius: 50%;
background-color: #455A64; }
#publications .publication .icon-div i {
color: #ffffff;
font-size: 30px;
vertical-align: middle;
line-height: 70px; }
#publications .publication h6 {
margin: 0;
line-height: 1.4;
font-size: 1.25em;
font-weight: 400;
color: #606060;
padding: 25px 20px 15px 20px;
border-bottom: 1px solid #dddddd; }
#publications .publication ul {
margin: 20px 0 0 0; }
#publications .publication ul li {
margin-bottom: 10px;
margin-right: 20px; }
#publications .publication ul li i {
color: #455A64;
font-size: 20px;
vertical-align: middle;
margin-right: 10px; }
#publications .publication p {
margin: 10px 0; }
#publications .publication .btn {
margin-top: 20px; }
/*---------------BLOG-------------------*/
.blog {
margin-bottom: 25px;
width: 100%;
height: auto; }
.blog:hover {
box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16), 0 10px 15px 0 rgba(0, 0, 0, 0.12); }
.blog .blog-content {
padding: 0 20px 0 20px; }
.blog .blog-title {
position: relative;
border-bottom: 1px solid #dddddd; }
.blog .blog-title h6 {
margin: 0;
line-height: 1.4;
font-size: 1.25em;
font-weight: 400;
color: #606060;
padding: 20px 0; }
.blog .blog-title ul li {
display: inline-block;
color: #606060;
margin-right: 20px; }
.blog .blog-title ul li i {
color: #455A64;
font-size: 20px;
vertical-align: middle;
margin-right: 10px; }
.blog .blog-title .more-btn {
position: absolute;
background-color: #4caf50;
bottom: -28px;
left: 100%;
margin-left: -56px;
overflow: hidden;
-webkit-overflow: hidden; }
.blog p {
padding: 30px 0;
margin: 0; }
.visit-blog {
padding: 0px 50px;
margin-bottom: 30px;
color: #ffffff; }
/*---------------CLIENTS-------------------*/
#clients .clients-ref {
margin-top: 60px; }
#clients .clients-ref .client-photo {
position: absolute;
width: 100%;
margin-top: -50px; }
#clients .clients-ref .client-photo img {
height: 100px;
width: 100px;
border-radius: 50%; }
#clients h5 {
margin-bottom: 30px;
line-height: 1.2;
font-weight: 400; }
#clients ul {
margin: 0; }
#clients ul li {
display: inline-block;
padding: 0 20px;
margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
#clients ul li {
padding: 0 10px; } }
#clients ul li img {
width: 100%;
opacity: .5;
-webkit-filter: grayscale(100%);
/* Chrome, Safari, Opera */
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%); }
#clients ul li img:hover {
opacity: 1;
-webkit-filter: grayscale(0);
/* Chrome, Safari, Opera */
-moz-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0); }
blockquote {
padding: 70px 35px 15px;
font-style: italic;
text-align: left;
border-left: none;
font-size: 1em;
border-top: 5px solid #4caf50; }
blockquote cite {
display: block;
margin: 15px 0;
font-size: 1em;
font-weight: 500; }
blockquote blockquote:before {
display: none; }
/*---------------PRICING TABLE-------------------*/
#pricing .period-btn li {
color: #455A64;
cursor: pointer;
display: inline-block;
text-transform: uppercase;
padding: 10px 10px; }
#pricing .period-btn li a {
color: #455A64;
font-weight: 500; }
.period-type {
width: 100%;
height: auto;
margin-top: 20px; }
.period-type .pricing-table {
margin: 0;
margin-bottom: 25px;
width: 100%;
height: auto;
background-color: #ffffff;
color: #606060;
padding: 30px 30px; }
.period-type .pricing-table:hover {
box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.16), 0 10px 15px 0 rgba(0, 0, 0, 0.12); }
.period-type .pricing-table h3 {
margin: 0;
margin-top: 10px;
font-size: 1.2em;
font-weight: 500;
color: #455A64; }
.period-type .pricing-table h4 {
margin: 30px 0; }
.period-type .pricing-table .dollar {
font-size: .7em;
font-weight: 300;
vertical-align: top;
position: relative;
bottom: 6px; }
.period-type .pricing-table .amount {
font-weight: 500;
vertical-align: middle;
font-size: 1.6em; }
.period-type .pricing-table .period {
font-size: .7em;
font-weight: 300;
vertical-align: bottom;
position: relative;
top: 9px; }
.period-type .pricing-table ul {
margin-bottom: 30px; }
.period-type .pricing-table ul li {
line-height: 2.5;
font-weight: 300;
border-top: 1px solid #dddddd; }
.period-type .pricing-table ul li:nth-child(1) {
border-top: none; }
/*---------------INTEREST-------------------*/
.interest {
padding: 30px 20px 20px 20px; }
.interest p {
width: 100%;
height: auto;
padding: 0 80px;
margin: 20px 0; }
@media only screen and (max-width: 640px) {
.interest p {
padding: 0;
margin-top: 0; } }
.interest .interest-topic {
margin: 10px 15px; }
.interest .interest-topic i {
display: block;
font-size: 35px;
padding: 0;
color: #455A64; }
.interest .interest-topic span {
display: block; }
/*---------------CONTACT-------------------*/
/*---------------INFORMATION-------------------*/
.info {
width: 100%;
background-color: #455A64;
min-height: 480px;
height: auto; }
.info ul {
padding: 30px 20px;
display: block; }
.info ul li {
margin-bottom: 15px;
letter-spacing: 1px;
display: block;
color: #ffffff;
font-size: 1em;
font-weight: 300;
display: block; }
.info ul li i {
color: #ffffff;
font-size: 30px; }
/*---------------CONTACT FORM-------------------*/
.contact {
width: 100%;
min-height: 480px;
height: auto;
/* Snackbar
-------------------------------------------------*/
/* Show the snackbar when clicking on a button (class added with JavaScript) */
/* Animations to fade the snackbar in and out */ }
.contact form {
padding: 20px 40px; }
@media screen and (max-width: 767px) {
.contact form {
padding: 20px 20px; } }
.contact form button {
width: 150px;
top: 20px;
margin-bottom: 25px; }
.contact form button i {
margin-right: 10px;
vertical-align: middle; }
.contact .progress {
position: relative;
height: 3px;
display: block;
width: 100%;
background-color: #455A64;
border-radius: 0;
margin: 0;
top: 0; }
.contact .is-hidden {
visibility: hidden; }
.contact #snackbar, .contact #fail-snackbar {
visibility: hidden;
min-width: 300px;
margin-left: -150px;
font-weight: 300;
background-color: #455A64;
color: #fff;
text-align: center;
padding: 16px;
position: fixed;
z-index: 1;
left: 50%;
bottom: 30px; }
.contact .show {
visibility: visible !important;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s; }
@-webkit-keyframes fadein {
from {
bottom: 0;
opacity: 0; }
to {
bottom: 30px;
opacity: 1; } }
@keyframes fadein {
from {
bottom: 0;
opacity: 0; }
to {
bottom: 30px;
opacity: 1; } }
@-webkit-keyframes fadeout {
from {
bottom: 30px;
opacity: 1; }
to {
bottom: 0;
opacity: 0; } }
@keyframes fadeout {
from {
bottom: 30px;
opacity: 1; }
to {
bottom: 0;
opacity: 0; } }
/*---------------LOCATION MAP-------------------*/
#google-map {
position: relative;
width: 100%;
height: 400px; }
#google-map #map-container {
position: relative;
width: 100%;
height: 400px; }
#google-map #cd-zoom-in, #google-map #cd-zoom-out {
height: 32px;
width: 32px;
cursor: pointer;
margin-left: 50px;
background-color: #4caf50;
background-repeat: no-repeat;
background-size: 32px 64px; }
#google-map #cd-zoom-in i, #google-map #cd-zoom-out i {
color: #ffffff;
font-size: 20px;
padding: 6px 6px;
vertical-align: middle;
text-align: center; }
#google-map .no-touch #cd-zoom-in:hover, #google-map .no-touch #cd-zoom-out:hover {
background-color: #4caf50; }
#google-map #cd-zoom-in {
background-position: 50% 0;
margin-top: 50px;
margin-bottom: 1px; }
#google-map #cd-zoom-out {
background-position: 50% -32px; }
#google-map address {
position: absolute;
width: 100%;
min-height: 50px;
height: auto;
top: 350px;
left: 0;
padding: 10px 10px;
background-color: #ffffff;
font-size: 1.1em;
line-height: 30px;
font-weight: 300;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
margin-bottom: 50px; }
@media only screen and (max-width: 768px) {
#google-map {
position: relative;
width: 100%;
height: 300px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
#google-map #map-container {
height: 300px; }
#google-map address {
top: 250px; }
#google-map #cd-zoom-in, #google-map #cd-zoom-out {
margin-left: 20px; }
#google-map #cd-zoom-in {
margin-top: 20px; }
#google-map #back-to-top {
right: 20px; } }
::-webkit-input-placeholder {
color: #d1d1d1;
font-weight: 500; }
:-moz-placeholder {
/* Firefox 18- */
color: #d1d1d1;
font-weight: 500; }
::-moz-placeholder {
/* Firefox 19+ */
color: #d1d1d1;
font-weight: 500; }
:-ms-input-placeholder {
color: #d1d1d1;
font-weight: 500; }
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
background-color: transparent;
border: none;
border-bottom: 1px solid #9e9e9e;
border-radius: 0;
outline: none;
height: 3rem;
width: 100%;
font-size: 1rem;
margin: 0 0 15px 0;
padding: 0;
box-shadow: none;
box-sizing: content-box;
transition: all .3s; }
input:not([type]):disabled, input:not([type])[readonly="readonly"],
input[type=text]:disabled,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
color: rgba(0, 0, 0, 0.26);
border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }
input:not([type]):disabled + label, input:not([type])[readonly="readonly"] + label,
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabled + label,
input[type=search][readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
color: rgba(0, 0, 0, 0.26); }
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
border-bottom: 1px solid #63bb67;
box-shadow: 0 1px 0 0 #419645; }
input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
color: #4caf50; }
input:not([type]).valid, input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
border-bottom: 1px solid #4CAF50;
box-shadow: 0 1px 0 0 #4CAF50; }
input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
content: attr(data-success);
color: #4CAF50;
opacity: 1; }
input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
border-bottom: 1px solid #F44336;
box-shadow: 0 1px 0 0 #F44336; }
input:not([type]).invalid + label:after,
input:not([type]):focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
content: attr(data-error);
color: #F44336;
opacity: 1; }
input:not([type]) + label:after,
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
display: block;
content: "";
position: absolute;
top: 65px;
opacity: 0;
transition: .2s opacity ease-out, .2s color ease-out; }
.input-field {
position: relative;
margin-top: 1rem; }
.input-field label {
color: #9e9e9e;
position: absolute;
top: 0.8rem;
left: 0.75rem;
font-size: 1rem;
cursor: text;
transition: .2s ease-out;
font-weight: 400; }
.input-field label.active {
font-size: 0.8rem;
font-weight: 500;
-webkit-transform: translateY(-140%);
transform: translateY(-140%); }
.input-field .prefix {
position: absolute;
width: 3rem;
font-size: 2rem;
transition: color .2s; }
.input-field .prefix.active {
color: #26a69a; }
.input-field .prefix ~ input,
.input-field .prefix ~ textarea {
margin-left: 3rem;
width: 92%;
width: calc(100% - 3rem); }
.input-field .prefix ~ textarea {
padding-top: .8rem; }
.input-field .prefix ~ label {
margin-left: 3rem; }
@media only screen and (max-width: 992px) {
.input-field .prefix ~ input {
width: 86%;
width: calc(100% - 3rem); } }
@media only screen and (max-width: 600px) {
.input-field .prefix ~ input {
width: 80%;
width: calc(100% - 3rem); } }
.input-field input[type=search] {
display: block;
line-height: inherit;
padding-left: 4rem;
width: calc(100% - 4rem); }
.input-field input[type=search]:focus {
background-color: #fff;
border: 0;
box-shadow: none;
color: #444; }
.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
color: #444; }
.input-field input[type=search] + label {
left: 1rem; }
.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
position: absolute;
top: 0;
right: 1rem;
color: transparent;
cursor: pointer;
font-size: 2rem;
transition: .3s color; }
textarea {
width: 100%;
height: 3rem;
background-color: transparent; }
textarea.materialize-textarea {
overflow-y: hidden;
/* prevents scroll bar flash */
padding: 1.6rem 0;
/* prevents text jump on Enter keypress */
resize: none;
min-height: 3rem; }
.hiddendiv {
display: none;
white-space: pre-wrap;
word-wrap: break-word;
overflow-wrap: break-word;
/* future version of deprecated 'word-wrap' */
padding-top: 1.2rem;
/* prevents text jump on Enter keypress */ }
/*---------------FOOTER-------------------*/
footer {
width: 100%;
margin-top: 40px;
height: auto;
background-color: #ffffff;
color: #ffffff;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
footer p {
margin: 10px 0;
line-height: 30px; }
#blog-header {
width: 100%;
height: 300px;
position: relative;
display: block;
background: url("../images/blog-header.jpg") no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed; }
#blog-header .overlay {
width: 100%;
height: 300px;
background-color: rgba(69, 90, 100, 0.6); }
#blog-header .overlay h1 {
margin-top: 120px;
font-size: 3em;
font-weight: 500;
color: #ffffff; }
#blog-header .home-btn {
width: 40px;
position: fixed;
left: 0;
top: 125px;
height: 40px;
cursor: pointer;
padding-top: 3px; }
#blog-header .home-btn i {
color: #ffffff;
font-size: 25px; }
.blog-page {
margin-top: 20px; }
.blog-page .blog-posts-wrapper {
margin-top: -8px; }
.blog-page .pagination {
margin: 30px 0 30px 0; }
.blog-page .pagination li {
display: inline-block;
font-size: 1rem;
font-weight: 300;
padding: 0 10px;
line-height: 30px;
text-align: center; }
.blog-page .pagination li a {
color: #606060; }
.blog-page .pagination li.active a {
color: #fff; }
.blog-page .pagination li.active {
background-color: #4caf50; }
.blog-page .pagination li.disabled a {
cursor: default;
color: #999; }
.blog-page .pagination li i {
font-size: 2.2rem;
vertical-align: middle; }
.blog-page .pagination li.pages ul li {
display: inline-block;
float: none; }
@media only screen and (max-width: 992px) {
.blog-page .pagination {
width: 100%; }
.blog-page .pagination li.prev,
.blog-page .pagination li.next {
width: 10%; }
.blog-page .pagination li.pages {
width: 80%;
overflow: hidden;
white-space: nowrap; } }
.blog-page .sidebar {
width: 100%;
background-color: transparent;
position: relative; }
@media screen and (max-width: 991px) {
.blog-page .sidebar {
margin-top: 30px; } }
.blog-page .sidebar .card {
padding: 15px 15px;
margin: 0 0 20px 0; }
.blog-page .sidebar .search {
width: 100%;
height: auto;
background-color: #ffffff; }
.blog-page .sidebar .search form .search-btn {
background-color: #4caf50;
z-index: 0; }
.blog-page .sidebar .search form .search-btn i {
font-size: 20px; }
.blog-page .sidebar .title {
width: 100%;
height: auto;
margin: 0;
padding: 15px 15px;
font-weight: 400;
color: #ffffff;
background-color: #455A64;
line-height: 30px;
font-size: 1.2em; }
.blog-page .sidebar .category {
padding-top: 15px; }
.blog-page .sidebar .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; }
.blog-page .sidebar .category li a {
font-weight: 300;
color: #606060; }
.blog-page .sidebar .sidebar-post a {
color: #606060; }
.blog-page .sidebar .sidebar-post a h6 {
margin-left: -15px;
line-height: 1.3;
font-weight: 400;
font-size: 1em; }
.blog-page .sidebar .sidebar-post a:hover {
text-decoration: underline;
color: #4caf50; }
.blog-page .sidebar .sidebar-post p {
margin-left: -15px;
font-weight: 300;
font-size: 1em;
line-height: 1.3; }
.blog-page .sidebar .sidebar-post .author-profile {
margin-top: 20px;
margin-bottom: 30px; }
.blog-page .sidebar .sidebar-post .author-info {
margin: 0;
padding-bottom: 10px; }
.blog-page .sidebar .sidebar-post .visit-profile {
padding: 0px 30px;
margin: 28px 0;
color: #ffffff; }
.blog-page .sidebar .sidebar-post .visit-profile:hover {
color: #ffffff;
text-decoration: none; }
.blog-page .sidebar .sidebar-post .follow-social {
margin: 10px 10px;
color: #455A64;
font-size: 30px; }
.blog-page .sidebar .sidebar-post .follow-social:hover {
color: #4caf50; }
.full-post {
padding-bottom: 30px; }
.full-post:hover {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
.full-post .full-post-p {
margin-top: 15px;
padding: 0; }
.full-post .post-title h5 {
margin: 0;
line-height: 1.5;
font-size: 2em;
font-weight: 400;
color: #606060;
padding: 20px 0; }
.full-post .post-subtitle {
margin: 10px 0 -10px 0;
line-height: 1.5;
font-size: 1.25em;
font-weight: 400;
color: #606060; }
.full-post .post-list {
margin-top: 15px;
padding-left: 15px; }
.full-post .post-list li {
list-style: circle;
font-weight: 300; }
.full-post .tags {
padding-left: 20px; }
.full-post .tags i {
font-size: 25px;
padding-top: 5px;
vertical-align: middle; }
.full-post .tags span {
font-weight: 400;
font-size: 1em;
margin-left: 20px; }
.comment-box, .posted-comment {
padding: 20px 20px;
font-weight: 300;
color: #606060;
height: auto; }
.comment-box h6, .posted-comment h6 {
font-weight: 400;
color: #606060; }
.posted-comment .media-body {
padding-left: 10px; }
.posted-comment .media-body span {
font-weight: 300;
font-size: 13px;
letter-spacing: 1px; }
.posted-comment .media-body .comment-icons li {
margin-right: 10px; }
.posted-comment .media-body .comment-icons li i {
color: #606060;
font-size: 20px; }
.posted-comment .media-body .comment-icons li i:hover {
color: #4caf50; }
/*# sourceMappingURL=style.css.map */ | 0.295332 | 0.060142 |
:root {
--pink: #ff7675;
--light: #F3EED9;
--dark: #6c5ce7;
--darker: #4f3bdc;
--black: #2d3436;
}
html{ font-size: 100%; height: 100%; overflow-x: hidden; margin: 0px; padding: 0px; touch-action: manipulation; }
body{ font-size: 16px; font-family: 'Poppins', serif; width: 100%; height: 100%; margin: 0; font-weight: 400;
-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word;
color: var(--light); }
h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img, inpot, button{ margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6{ line-height: 1.5; font-weight: inherit; }
h1,h2,h3{ font-family: 'Poppins', cursive; }
p{ line-height: 1.6; font-size: 1.05em; font-weight: 600; color: var(--light); }
h1{ font-size: 4em; line-height: 1; }
h2{ font-size: 2.2em; line-height: 1.1; }
h3{ font-size: 1.8em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1em; }
h6{ font-size: .9em; letter-spacing: 1px; }
a, button{ display: inline-block; text-decoration: none; color: inherit; line-height: 1;
-webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
a:focus, a:active, a:hover,
button:focus, button:active, button:hover,
a b.light-color:hover{ text-decoration: none; color: #FFA804; }
b{ font-weight: 600; }
img{ width: 100%; }
li{ list-style: none; display: inline-block; }
span{ display: inline-block; }
button{ outline: 0; border: 0; background: none; cursor: pointer; }
.icon{ font-size: 1.1em; display: inline-block; line-height: inherit; }
[class^="icon-"]:before, [class*=" icon-"]:before{ line-height: inherit; }
b.max-bold{ font-weight: 700; }
/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */
.section{ padding: 100px 0 50px; }
.section .heading{ margin-bottom: 60px; }
.section .heading:before{ content:''; height: 10px; width: 50px; border-radius: 5px;
margin-bottom: 5px; display: block; background: var(--dark); }
.margin-t-10{ margin-top: 10px; }
.margin-b-30{ margin-bottom: 30px; }
.margin-b-50{ margin-bottom: 50px; }
.margin-tb-30{ margin-top: 30px; margin-bottom: 30px; }
.font-yellow{ color: var(--light); }
.font-semi-white{ color: #ddd; }
.font-lite-black{ color: var(--light); }
/* ---------------------------------
3. HEADER
--------------------------------- */
header{ position: absolute; top: 30px; left: 0; right: 0; z-index: 100; }
header .heading-wrapper{ border-radius: 5px; padding: 30px 40px 20px; background: #FFAD01; color: #fff; }
header .info{ margin-bottom: 10px; }
header .info .icon{ float: left; font-size: 30px; }
header .info .right-area{ margin-left: 45px; }
header .downlad-btn{ padding: 15px 30px; border-radius: 4px; float: right; margin-top: 30px;
box-shadow: inset 0 0px 4px rgba(0,0,0,.3); background: #FFAD01; color: #fff;
-webkit-transition: all .2s ease; transition: all .2s ease; }
header .downlad-btn:hover{ -webkit-transform: translateY(-4px); transform: translateY(-4px); }
/* ---------------------------------
4. INTRO SECTION
--------------------------------- */
.intro-section{ padding-top: 300px; position: relative; background-position: center; background-size: cover;
z-index: 1;background-image: url(../../images2/kplgyubcx5c51.jpg);}
.intro-section:before{ content:''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0;
right: 0; background: rgba(0,0,0, .2); }
.intro-section:after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0;
height: 150px; z-index: -1; background: var(--pink); }
.intro{ padding: 0 20px 20px 20px; margin-top: 100px; text-align: center; background: var(--pink); border: 3px solid var(--dark); box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3); }
.intro .profile-img{ height: 200px; width: 200px; border-radius: 100px; margin: 0 auto;
overflow: hidden; position: relative; top: -100px; margin-bottom: -70px; border: 3px solid var(--dark); }
.intro .information > li{ display: block; margin: 5px 0; }
.intro .social-icons > li > a{ height: 40px; line-height: 40px; width: 40px; border-radius: 20px;
overflow: hidden; z-index: 1; position: relative; margin: 0 5px 5px; background: var(--dark); color: #fff; }
.intro .social-icons > li > a > img {
width: 30px;
margin-bottom: 3px;
}
.intro .social-icons > li > a:after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0;
top: 0; z-index: -1; border-radius: 20px; background: var(--dark);
-webkit-transition: all .2s ease; transition: all .2s ease;
-webkit-transform: scale(0); transform: scale(0); }
.intro .social-icons > li > a:hover:after{ -webkit-transform: scale(1); transform: scale(1); }
.intro h2 {
padding-bottom: 5px;
}
.intro h4 {
padding-bottom: 10px;
}
ul.social-icons {
margin-bottom: 20px;
}
.intro {
border-radius: 15px;
}
/* ---------------------------------
0. GALLERY-PRICE
--------------------------------- */
/* Carousel */
.carousel1 {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
color: #000;
background-color: var(--pink);
margin: 0;
padding: 0;
}
.swiper-container {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.swiper-slide {
background-position: center;
background-size: cover;
width: 320px;
background-color: var(--pink);
overflow: hidden;
border-radius: 25px;
}
.picture {
width: 320px;
height: 320px;
overflow: hidden;
}
.picture img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.detail {
padding: 25px 20px;
font-weight: 600;
text-align: center;
}
.detail h3 {
margin: 0;
font-size: 20px;
}
.detail span {
display: block;
font-size: 16px;
color: #f44336;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: var(--darker);
}
.swiper-scrollbar {
display: none!important;
}
/* P R I C E */
.card{
position: relative;
max-width: 320px;
height: auto;
background: linear-gradient(-45deg,var(--darker),var(--dark));
border-radius: 20px;
margin: 0 auto;
padding: 40px 20px;
-webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
-webkit-transition: .5s;
transition: .5s;
}
.col-sm-4:nth-child(1) .card ,
.col-sm-4:nth-child(1) .card .title .fa{
background: linear-gradient(-45deg,#f403d1,#64b5f6);
}
.col-sm-4:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa{
background: linear-gradient(-45deg,#ffec61,#f321d7);
}
.col-sm-4:nth-child(3) .card,
.col-sm-4:nth-child(3) .card .title .fa{
background: linear-gradient(-45deg,#24ff72,#9a4eff);
}
.card::before{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 40%;
background: rgba(255, 255, 255, .1);
z-index: 1;
-webkit-transform: skewY(-5deg) scale(1.5);
transform: skewY(-5deg) scale(1.5);
}
.title h2 {
position: relative;
margin: 20px 0 0;
padding: 0;
color: #fff;
font-size: 28px;
z-index: 2;
}
.price,.option{
position: relative;
z-index: 2;
}
.price h4 {
margin: 0;
padding: 20px 0 ;
color: #fff;
font-size: 60px;
}
.option ul {
margin: 0;
padding: 0;
}
.option ul li {
margin: 0 0 10px;
padding: 0;
list-style: none;
color: #fff;
font-size: 16px;
}
.card a {
position: relative;
z-index: 2;
background: #fff;
color : black;
width: 150px;
height: 40px;
line-height: 40px;
border-radius: 40px;
display: block;
text-align: center;
margin: 20px auto 0 ;
font-size: 16px;
cursor: pointer;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.paypal-btn {
width: 80px;
}
.cashapp-btn {
width: 100px;
}
.venmo-btn {
width: 50%;
}
.card a:hover{
text-decoration: none;
}
.emoji1 {
width: 50px;
}
/* ---------------------------------
5. PORFOLIO SECTION
--------------------------------- */
.portfolio-section{ padding: 30px 50px 0 50px; background: var(--pink); }
.portfolio-section img {
border: 3px solid var(--dark);
border-radius: 25px;
}
.portfolio-section .portfolioFilter{ margin-top: 30px; color: var(--light); }
.portfolio-section .portfolioFilter a{ margin: 10px 10px 0 0; }
.portfolio-section .portfolioFilter a.current{ color: var(--dark); }
.portfolio-section .portfolioContainer{ margin-left: -15px; margin-right: -15px; }
.portfolio-section .p-item{ width: 33.333%; padding: 0 7.5px 0px; margin-top: 15px; }
.portfolio-section .p-item a{ display: inline; }
.portfolio-section .p-item.p-item-2 .img:first-child{ float: left; width: 50%; padding-right: 7.5px; }
.portfolio-section .p-item.p-item-2 .img:last-child{ float: right; width: 50%; padding-left: 7.5px; }
/* ---------------------------------
6. ABOUT SECTION
--------------------------------- */
.radial-progress{ position: relative; max-width: 200px; margin: 0 auto; }
.radial-progress .progressbar-text{ font-size: 2.2em; font-weight: 500;
padding-bottom: 25px!important; color: #333!important; }
.radial-progress .progressbar-text:after{ content:'%'; }
.radial-progress .progress-title{ position: absolute; top: 50%; left: 50%; width: 100%;
letter-spacing: 0; text-align: center; transform: translate(-50%, 15px); color: #777; }
.about-section {
background: var(--pink);
}
/* ---------------------------------
10. FOOTER
--------------------------------- */
.copyright{ text-align: center; padding: 30px 0; background: var(--pink); }
.copyright a:hover {
color: var(--dark);
}
/* ---------------------------------
11. GFE
--------------------------------- */ | kitty/css/styles.css | :root {
--pink: #ff7675;
--light: #F3EED9;
--dark: #6c5ce7;
--darker: #4f3bdc;
--black: #2d3436;
}
html{ font-size: 100%; height: 100%; overflow-x: hidden; margin: 0px; padding: 0px; touch-action: manipulation; }
body{ font-size: 16px; font-family: 'Poppins', serif; width: 100%; height: 100%; margin: 0; font-weight: 400;
-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word;
color: var(--light); }
h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img, inpot, button{ margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6{ line-height: 1.5; font-weight: inherit; }
h1,h2,h3{ font-family: 'Poppins', cursive; }
p{ line-height: 1.6; font-size: 1.05em; font-weight: 600; color: var(--light); }
h1{ font-size: 4em; line-height: 1; }
h2{ font-size: 2.2em; line-height: 1.1; }
h3{ font-size: 1.8em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1em; }
h6{ font-size: .9em; letter-spacing: 1px; }
a, button{ display: inline-block; text-decoration: none; color: inherit; line-height: 1;
-webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
a:focus, a:active, a:hover,
button:focus, button:active, button:hover,
a b.light-color:hover{ text-decoration: none; color: #FFA804; }
b{ font-weight: 600; }
img{ width: 100%; }
li{ list-style: none; display: inline-block; }
span{ display: inline-block; }
button{ outline: 0; border: 0; background: none; cursor: pointer; }
.icon{ font-size: 1.1em; display: inline-block; line-height: inherit; }
[class^="icon-"]:before, [class*=" icon-"]:before{ line-height: inherit; }
b.max-bold{ font-weight: 700; }
/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */
.section{ padding: 100px 0 50px; }
.section .heading{ margin-bottom: 60px; }
.section .heading:before{ content:''; height: 10px; width: 50px; border-radius: 5px;
margin-bottom: 5px; display: block; background: var(--dark); }
.margin-t-10{ margin-top: 10px; }
.margin-b-30{ margin-bottom: 30px; }
.margin-b-50{ margin-bottom: 50px; }
.margin-tb-30{ margin-top: 30px; margin-bottom: 30px; }
.font-yellow{ color: var(--light); }
.font-semi-white{ color: #ddd; }
.font-lite-black{ color: var(--light); }
/* ---------------------------------
3. HEADER
--------------------------------- */
header{ position: absolute; top: 30px; left: 0; right: 0; z-index: 100; }
header .heading-wrapper{ border-radius: 5px; padding: 30px 40px 20px; background: #FFAD01; color: #fff; }
header .info{ margin-bottom: 10px; }
header .info .icon{ float: left; font-size: 30px; }
header .info .right-area{ margin-left: 45px; }
header .downlad-btn{ padding: 15px 30px; border-radius: 4px; float: right; margin-top: 30px;
box-shadow: inset 0 0px 4px rgba(0,0,0,.3); background: #FFAD01; color: #fff;
-webkit-transition: all .2s ease; transition: all .2s ease; }
header .downlad-btn:hover{ -webkit-transform: translateY(-4px); transform: translateY(-4px); }
/* ---------------------------------
4. INTRO SECTION
--------------------------------- */
.intro-section{ padding-top: 300px; position: relative; background-position: center; background-size: cover;
z-index: 1;background-image: url(../../images2/kplgyubcx5c51.jpg);}
.intro-section:before{ content:''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0;
right: 0; background: rgba(0,0,0, .2); }
.intro-section:after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0;
height: 150px; z-index: -1; background: var(--pink); }
.intro{ padding: 0 20px 20px 20px; margin-top: 100px; text-align: center; background: var(--pink); border: 3px solid var(--dark); box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3); }
.intro .profile-img{ height: 200px; width: 200px; border-radius: 100px; margin: 0 auto;
overflow: hidden; position: relative; top: -100px; margin-bottom: -70px; border: 3px solid var(--dark); }
.intro .information > li{ display: block; margin: 5px 0; }
.intro .social-icons > li > a{ height: 40px; line-height: 40px; width: 40px; border-radius: 20px;
overflow: hidden; z-index: 1; position: relative; margin: 0 5px 5px; background: var(--dark); color: #fff; }
.intro .social-icons > li > a > img {
width: 30px;
margin-bottom: 3px;
}
.intro .social-icons > li > a:after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0;
top: 0; z-index: -1; border-radius: 20px; background: var(--dark);
-webkit-transition: all .2s ease; transition: all .2s ease;
-webkit-transform: scale(0); transform: scale(0); }
.intro .social-icons > li > a:hover:after{ -webkit-transform: scale(1); transform: scale(1); }
.intro h2 {
padding-bottom: 5px;
}
.intro h4 {
padding-bottom: 10px;
}
ul.social-icons {
margin-bottom: 20px;
}
.intro {
border-radius: 15px;
}
/* ---------------------------------
0. GALLERY-PRICE
--------------------------------- */
/* Carousel */
.carousel1 {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
color: #000;
background-color: var(--pink);
margin: 0;
padding: 0;
}
.swiper-container {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.swiper-slide {
background-position: center;
background-size: cover;
width: 320px;
background-color: var(--pink);
overflow: hidden;
border-radius: 25px;
}
.picture {
width: 320px;
height: 320px;
overflow: hidden;
}
.picture img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.detail {
padding: 25px 20px;
font-weight: 600;
text-align: center;
}
.detail h3 {
margin: 0;
font-size: 20px;
}
.detail span {
display: block;
font-size: 16px;
color: #f44336;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: var(--darker);
}
.swiper-scrollbar {
display: none!important;
}
/* P R I C E */
.card{
position: relative;
max-width: 320px;
height: auto;
background: linear-gradient(-45deg,var(--darker),var(--dark));
border-radius: 20px;
margin: 0 auto;
padding: 40px 20px;
-webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
-webkit-transition: .5s;
transition: .5s;
}
.col-sm-4:nth-child(1) .card ,
.col-sm-4:nth-child(1) .card .title .fa{
background: linear-gradient(-45deg,#f403d1,#64b5f6);
}
.col-sm-4:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa{
background: linear-gradient(-45deg,#ffec61,#f321d7);
}
.col-sm-4:nth-child(3) .card,
.col-sm-4:nth-child(3) .card .title .fa{
background: linear-gradient(-45deg,#24ff72,#9a4eff);
}
.card::before{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 40%;
background: rgba(255, 255, 255, .1);
z-index: 1;
-webkit-transform: skewY(-5deg) scale(1.5);
transform: skewY(-5deg) scale(1.5);
}
.title h2 {
position: relative;
margin: 20px 0 0;
padding: 0;
color: #fff;
font-size: 28px;
z-index: 2;
}
.price,.option{
position: relative;
z-index: 2;
}
.price h4 {
margin: 0;
padding: 20px 0 ;
color: #fff;
font-size: 60px;
}
.option ul {
margin: 0;
padding: 0;
}
.option ul li {
margin: 0 0 10px;
padding: 0;
list-style: none;
color: #fff;
font-size: 16px;
}
.card a {
position: relative;
z-index: 2;
background: #fff;
color : black;
width: 150px;
height: 40px;
line-height: 40px;
border-radius: 40px;
display: block;
text-align: center;
margin: 20px auto 0 ;
font-size: 16px;
cursor: pointer;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.paypal-btn {
width: 80px;
}
.cashapp-btn {
width: 100px;
}
.venmo-btn {
width: 50%;
}
.card a:hover{
text-decoration: none;
}
.emoji1 {
width: 50px;
}
/* ---------------------------------
5. PORFOLIO SECTION
--------------------------------- */
.portfolio-section{ padding: 30px 50px 0 50px; background: var(--pink); }
.portfolio-section img {
border: 3px solid var(--dark);
border-radius: 25px;
}
.portfolio-section .portfolioFilter{ margin-top: 30px; color: var(--light); }
.portfolio-section .portfolioFilter a{ margin: 10px 10px 0 0; }
.portfolio-section .portfolioFilter a.current{ color: var(--dark); }
.portfolio-section .portfolioContainer{ margin-left: -15px; margin-right: -15px; }
.portfolio-section .p-item{ width: 33.333%; padding: 0 7.5px 0px; margin-top: 15px; }
.portfolio-section .p-item a{ display: inline; }
.portfolio-section .p-item.p-item-2 .img:first-child{ float: left; width: 50%; padding-right: 7.5px; }
.portfolio-section .p-item.p-item-2 .img:last-child{ float: right; width: 50%; padding-left: 7.5px; }
/* ---------------------------------
6. ABOUT SECTION
--------------------------------- */
.radial-progress{ position: relative; max-width: 200px; margin: 0 auto; }
.radial-progress .progressbar-text{ font-size: 2.2em; font-weight: 500;
padding-bottom: 25px!important; color: #333!important; }
.radial-progress .progressbar-text:after{ content:'%'; }
.radial-progress .progress-title{ position: absolute; top: 50%; left: 50%; width: 100%;
letter-spacing: 0; text-align: center; transform: translate(-50%, 15px); color: #777; }
.about-section {
background: var(--pink);
}
/* ---------------------------------
10. FOOTER
--------------------------------- */
.copyright{ text-align: center; padding: 30px 0; background: var(--pink); }
.copyright a:hover {
color: var(--dark);
}
/* ---------------------------------
11. GFE
--------------------------------- */ | 0.37502 | 0.155431 |
@charset "utf-8";
* {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
font-size: 100%;
}
body {
background: #fff;
color: #000;
overflow-x: hidden;
}
a {
outline: none !important;
}
img {
max-width: 100%;
height: auto;
display: inline-block;
border: none;
vertical-align: top;
}
td, th {
vertical-align: middle !important;
}
.main-sidebar {
position: fixed;
}
.message {
padding: 10px;
color: #fff;
margin: 10px 0;
}
.message.success {
background-color: #00a65a !important;
}
.message.error {
background-color: #dd4b39 !important;
}
.button-group .form-group {
display: inline-block;
margin-right: 20px;
}
.content-wrapper .box-result {
overflow: auto;
}
.toggle-off {
background-color: #dd4b39 !important;
border-color: #d73925 !important;
color: #fff !important;
}
/******************************* Login Page **********************************/
.login-image {
text-align: center;
}
.login-image img {
width: 70%;
margin: 40px auto 20px;
}
.login-box .box-header {
text-align: center;
}
.login-box .text, .login-box .password {
position: relative;
}
.login-box input.form-control {
padding-right: 35px;
}
.login-box .text:after, .login-box .password:after {
content: "\2709";
font-family: "Glyphicons Halflings";
position: absolute;
right: 15px;
top: 7px;
color: #555;
}
.login-box .password:after {
content: <PASSWORD>";
}
/************************ Order page ************************/
.order_wrapper {
height: 100%;
overflow: auto;
}
.product_wrapper {
float: left;
overflow: auto;
height: 300px;
}
.product_detail {
text-align: center;
cursor: pointer;
}
#search_product_name {
margin-bottom: 20px;
}
.input_number {
width: 70px;
}
.cart_payment {
background: #ececec;
width: 100%;
margin-top: 50px;
}
.cart_wrapper {
height: 403px;
overflow: auto;
}
.customer_search {
position: relative;
}
.customer_search_result {
width: 100%;
position: absolute;
top: 34px;
background: #fff;
border: 1px solid #ccc;
display: none;
max-height: 200px;
overflow: auto;
}
.customer_search_result li {
list-style: none;
padding: 10px 10px 10px 20px;
border-bottom: 1px dashed #ccc;
}
.customer_search_result li:hover {
cursor: pointer;
}
.customer_search_result li:last-of-type {
border: none;
}
.customer_info {
display: none;
}
#add_new_customer {
margin-right: 30px;
} | webroot/css/style.css | @charset "utf-8";
* {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
font-size: 100%;
}
body {
background: #fff;
color: #000;
overflow-x: hidden;
}
a {
outline: none !important;
}
img {
max-width: 100%;
height: auto;
display: inline-block;
border: none;
vertical-align: top;
}
td, th {
vertical-align: middle !important;
}
.main-sidebar {
position: fixed;
}
.message {
padding: 10px;
color: #fff;
margin: 10px 0;
}
.message.success {
background-color: #00a65a !important;
}
.message.error {
background-color: #dd4b39 !important;
}
.button-group .form-group {
display: inline-block;
margin-right: 20px;
}
.content-wrapper .box-result {
overflow: auto;
}
.toggle-off {
background-color: #dd4b39 !important;
border-color: #d73925 !important;
color: #fff !important;
}
/******************************* Login Page **********************************/
.login-image {
text-align: center;
}
.login-image img {
width: 70%;
margin: 40px auto 20px;
}
.login-box .box-header {
text-align: center;
}
.login-box .text, .login-box .password {
position: relative;
}
.login-box input.form-control {
padding-right: 35px;
}
.login-box .text:after, .login-box .password:after {
content: "\2709";
font-family: "Glyphicons Halflings";
position: absolute;
right: 15px;
top: 7px;
color: #555;
}
.login-box .password:after {
content: <PASSWORD>";
}
/************************ Order page ************************/
.order_wrapper {
height: 100%;
overflow: auto;
}
.product_wrapper {
float: left;
overflow: auto;
height: 300px;
}
.product_detail {
text-align: center;
cursor: pointer;
}
#search_product_name {
margin-bottom: 20px;
}
.input_number {
width: 70px;
}
.cart_payment {
background: #ececec;
width: 100%;
margin-top: 50px;
}
.cart_wrapper {
height: 403px;
overflow: auto;
}
.customer_search {
position: relative;
}
.customer_search_result {
width: 100%;
position: absolute;
top: 34px;
background: #fff;
border: 1px solid #ccc;
display: none;
max-height: 200px;
overflow: auto;
}
.customer_search_result li {
list-style: none;
padding: 10px 10px 10px 20px;
border-bottom: 1px dashed #ccc;
}
.customer_search_result li:hover {
cursor: pointer;
}
.customer_search_result li:last-of-type {
border: none;
}
.customer_info {
display: none;
}
#add_new_customer {
margin-right: 30px;
} | 0.358915 | 0.075687 |
@charset "UTF-8";
.show-toast {
position: fixed;
top: 50%;
left: 50%;
padding: 10px 15px;
background-color: rgba(0,0,0,.8);
z-index: 999;
color: #fff;
border-radius: 5px;
word-break:keep-all; /* 不换行 */
white-space:nowrap;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
font-size: 1.4rem;
}
.fadeInError {
-webkit-animation: fadeInError 3500ms ease 1 forwards ;
animation: fadeInError 3500ms ease 1 forwards ;
-webkit-animation-play-state: running;
}
@-webkit-keyframes fadeInError {
0% { opacity: 0}
50% { opacity: 1}
80% { opacity: 1}
100% { opacity: 0}
}
@keyframes fadeInError {
0% { opacity: 0}
50% { opacity: 1}
80% { opacity: 1}
100% { opacity: 0}
}
.weui-mask {
position: fixed;
z-index: 1000;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
}
.weui-dialog {
position: fixed;
z-index: 5000;
width: 80%;
max-width: 300px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #FFFFFF;
text-align: center;
border-radius: 3px;
overflow: hidden;
}
.weui-dialog__hd {
padding: 1.3em 1.6em 0.5em;
}
.weui-dialog__title {
font-weight: 400;
font-size: 18px;
}
.weui-dialog__bd {
padding: 0 1.6em 0.8em;
min-height: 40px;
font-size: 15px;
line-height: 1.3;
word-wrap: break-word;
word-break: break-all;
color: #999999;
}
.weui-dialog__bd:first-child {
padding: 2.7em 20px 1.7em;
color: #353535;
}
.weui-dialog__ft {
position: relative;
line-height: 48px;
font-size: 18px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.weui-dialog__ft:after {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 1px;
border-top: 1px solid #D5D5D6;
color: #D5D5D6;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.weui-dialog__btn {
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
color: #3CC51F;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
position: relative;
}
.weui-dialog__btn:active {
background-color: #EEEEEE;
}
.weui-dialog__btn:after {
content: " ";
position: absolute;
left: 0;
top: 0;
width: 1px;
bottom: 0;
border-left: 1px solid #D5D5D6;
color: #D5D5D6;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
}
.weui-dialog__btn:first-child:after {
display: none;
}
.weui-dialog__btn_default {
color: #353535;
}
.weui-dialog__btn_primary {
color: #0BB20C;
} | dist/css/vue-jsbridge.css | @charset "UTF-8";
.show-toast {
position: fixed;
top: 50%;
left: 50%;
padding: 10px 15px;
background-color: rgba(0,0,0,.8);
z-index: 999;
color: #fff;
border-radius: 5px;
word-break:keep-all; /* 不换行 */
white-space:nowrap;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
font-size: 1.4rem;
}
.fadeInError {
-webkit-animation: fadeInError 3500ms ease 1 forwards ;
animation: fadeInError 3500ms ease 1 forwards ;
-webkit-animation-play-state: running;
}
@-webkit-keyframes fadeInError {
0% { opacity: 0}
50% { opacity: 1}
80% { opacity: 1}
100% { opacity: 0}
}
@keyframes fadeInError {
0% { opacity: 0}
50% { opacity: 1}
80% { opacity: 1}
100% { opacity: 0}
}
.weui-mask {
position: fixed;
z-index: 1000;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
}
.weui-dialog {
position: fixed;
z-index: 5000;
width: 80%;
max-width: 300px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #FFFFFF;
text-align: center;
border-radius: 3px;
overflow: hidden;
}
.weui-dialog__hd {
padding: 1.3em 1.6em 0.5em;
}
.weui-dialog__title {
font-weight: 400;
font-size: 18px;
}
.weui-dialog__bd {
padding: 0 1.6em 0.8em;
min-height: 40px;
font-size: 15px;
line-height: 1.3;
word-wrap: break-word;
word-break: break-all;
color: #999999;
}
.weui-dialog__bd:first-child {
padding: 2.7em 20px 1.7em;
color: #353535;
}
.weui-dialog__ft {
position: relative;
line-height: 48px;
font-size: 18px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.weui-dialog__ft:after {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 1px;
border-top: 1px solid #D5D5D6;
color: #D5D5D6;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.weui-dialog__btn {
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
color: #3CC51F;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
position: relative;
}
.weui-dialog__btn:active {
background-color: #EEEEEE;
}
.weui-dialog__btn:after {
content: " ";
position: absolute;
left: 0;
top: 0;
width: 1px;
bottom: 0;
border-left: 1px solid #D5D5D6;
color: #D5D5D6;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
}
.weui-dialog__btn:first-child:after {
display: none;
}
.weui-dialog__btn_default {
color: #353535;
}
.weui-dialog__btn_primary {
color: #0BB20C;
} | 0.316264 | 0.083255 |
.modal-close {
background-color: rgba(10, 10, 10, .1) !important;
color: black !important;
position: absolute;
top: 0px ;
right: 0px;
margin: 0.75rem;
}
.modal-card table {
font-size: 0.86em;
}
.modal-card {
min-height: 98%;
height: 100%;
overflow: scroll;
}
#didYouKnow p{
text-align: justify;
}
#detail-toggle,
#element-toggle,
#defra-toggle {
display: none;
}
#element-toggle:checked~#myModal,
#detail-toggle:checked~#sensorDetail,
#defra-toggle:checked~#defraInfo
{
display: flex;
position: fixed;
}
ul.is-unstyled {
list-style: none;
margin: 0;
padding: 0;
}
.nav-title-header {
color: #524E73;
}
nav.nav-center ul {
text-align: center;
}
nav.nav-center ul li {
display: inline;
float: none;
}
.is-info .nav-link {
text-align: center !important;
}
.navbar-item img {
max-height: 2.5rem !important;
}
.fas {
text-decoration: none !important;
}
.card-outline {
border: 2px solid #FBDD58;
border-radius: 8px;
}
@media screen and (max-width:1024px) {
.is-pulled-right {
float: none !important;
}
.is-pulled-left {
float: none !important;
}
}
.button:hover {
background-color: white !important;
border: 1px solid #FBDD58 !important;
}
.icon.is-large {
height: 2em !important;
}
@media screen and (min-width: 769px) {
.modal-content,
.modal-card {
width: 90%;
}
.navbar-item img {
width:220px !important;
}
}
@media screen and (max-width: 769px) {
.modal-card-head {
display: block;
}
.main-link span {
font-size: 1.4em !important;
}
}
@media screen and (max-width: 1023px) {
.navbar-link:not(.is-arrowless) {
padding-right: 0 !important;
}
.navbar-end {
margin-bottom: 20px !important;
}
.firstNavItemMobile {
margin-top: 10px !important;
padding-bottom: 0px !important;
}
.NavbarItemMobile {
padding-bottom: 0px !important;
padding-top: 0px !important;
}
.is-info {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.navbar-dropdown {
padding: 0px !important;
}
hr {
width: 50% !important;
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: 20px !important;
margin-top: 20px !important;
border: #FBDD58 1px dashed;
}
.navbar-menu {
height: 100vh !important;
}
}
.VERY_HIGH {
border-bottom: 5px solid #909;
}
.HIGH {
border-bottom: 5px solid red;
}
.MODERATE {
border-bottom: 5px solid #f90;
}
.LOW {
border-bottom: 5px solid #090;
}
.has-image-centered {
margin-left: auto;
margin-right: auto;
}
.value-badge {
border-radius: 1.5em;
width: 1.6em;
height: 1.6em;
line-height: 2em;
box-sizing: content-box;
line-height: 1.6em;
margin: 0;
font-weight: normal;
}
.value-badge.large {
border-radius: 2em;
margin: auto !important;
line-height: 1em;
font-size: 6rem;
border: 6px solid;
}
.advice-box {
border: 2px solid #FBDD58;
border-radius: 8px;
}
#tab-content p {
display: none;
}
#tab-content p.is-active {
display: block;
}
.has-text-grey-lighter {
color: grey;
}
.has-text-grey-lighter.border {
border: 0.2em solid rgb(231, 231, 231);
}
.chevron {
height: 60px;
margin-left: -160px;
margin-right: -25px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
position: relative;
text-align: center;
width: 100px;
}
.chevron:before {
content: '';
position: absolute;
top: 0;
left: 10%;
height: 12%;
width: 40%;
background: #777;
-webkit-transform: skew(0deg, -16deg);
-moz-transform: skew(0deg, -16deg);
-ms-transform: skew(0deg, -16deg);
-o-transform: skew(0deg, -16deg);
transform: skew(0deg, -16deg);
}
.chevron:hover:before {
background: #aaa;
}
.chevron:after {
content: '';
position: absolute;
top: 0;
right: 10%;
height: 12%;
width: 40.5%;
background: #777;
-webkit-transform: skew(0deg, 16deg);
-moz-transform: skew(0deg, 16deg);
-ms-transform: skew(0deg, 16deg);
-o-transform: skew(0deg, 16deg);
transform: skew(0deg, 16deg);
}
.chevron:hover:after {
background: #aaa;
}
| docs/css/overrides.css | .modal-close {
background-color: rgba(10, 10, 10, .1) !important;
color: black !important;
position: absolute;
top: 0px ;
right: 0px;
margin: 0.75rem;
}
.modal-card table {
font-size: 0.86em;
}
.modal-card {
min-height: 98%;
height: 100%;
overflow: scroll;
}
#didYouKnow p{
text-align: justify;
}
#detail-toggle,
#element-toggle,
#defra-toggle {
display: none;
}
#element-toggle:checked~#myModal,
#detail-toggle:checked~#sensorDetail,
#defra-toggle:checked~#defraInfo
{
display: flex;
position: fixed;
}
ul.is-unstyled {
list-style: none;
margin: 0;
padding: 0;
}
.nav-title-header {
color: #524E73;
}
nav.nav-center ul {
text-align: center;
}
nav.nav-center ul li {
display: inline;
float: none;
}
.is-info .nav-link {
text-align: center !important;
}
.navbar-item img {
max-height: 2.5rem !important;
}
.fas {
text-decoration: none !important;
}
.card-outline {
border: 2px solid #FBDD58;
border-radius: 8px;
}
@media screen and (max-width:1024px) {
.is-pulled-right {
float: none !important;
}
.is-pulled-left {
float: none !important;
}
}
.button:hover {
background-color: white !important;
border: 1px solid #FBDD58 !important;
}
.icon.is-large {
height: 2em !important;
}
@media screen and (min-width: 769px) {
.modal-content,
.modal-card {
width: 90%;
}
.navbar-item img {
width:220px !important;
}
}
@media screen and (max-width: 769px) {
.modal-card-head {
display: block;
}
.main-link span {
font-size: 1.4em !important;
}
}
@media screen and (max-width: 1023px) {
.navbar-link:not(.is-arrowless) {
padding-right: 0 !important;
}
.navbar-end {
margin-bottom: 20px !important;
}
.firstNavItemMobile {
margin-top: 10px !important;
padding-bottom: 0px !important;
}
.NavbarItemMobile {
padding-bottom: 0px !important;
padding-top: 0px !important;
}
.is-info {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.navbar-dropdown {
padding: 0px !important;
}
hr {
width: 50% !important;
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: 20px !important;
margin-top: 20px !important;
border: #FBDD58 1px dashed;
}
.navbar-menu {
height: 100vh !important;
}
}
.VERY_HIGH {
border-bottom: 5px solid #909;
}
.HIGH {
border-bottom: 5px solid red;
}
.MODERATE {
border-bottom: 5px solid #f90;
}
.LOW {
border-bottom: 5px solid #090;
}
.has-image-centered {
margin-left: auto;
margin-right: auto;
}
.value-badge {
border-radius: 1.5em;
width: 1.6em;
height: 1.6em;
line-height: 2em;
box-sizing: content-box;
line-height: 1.6em;
margin: 0;
font-weight: normal;
}
.value-badge.large {
border-radius: 2em;
margin: auto !important;
line-height: 1em;
font-size: 6rem;
border: 6px solid;
}
.advice-box {
border: 2px solid #FBDD58;
border-radius: 8px;
}
#tab-content p {
display: none;
}
#tab-content p.is-active {
display: block;
}
.has-text-grey-lighter {
color: grey;
}
.has-text-grey-lighter.border {
border: 0.2em solid rgb(231, 231, 231);
}
.chevron {
height: 60px;
margin-left: -160px;
margin-right: -25px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
position: relative;
text-align: center;
width: 100px;
}
.chevron:before {
content: '';
position: absolute;
top: 0;
left: 10%;
height: 12%;
width: 40%;
background: #777;
-webkit-transform: skew(0deg, -16deg);
-moz-transform: skew(0deg, -16deg);
-ms-transform: skew(0deg, -16deg);
-o-transform: skew(0deg, -16deg);
transform: skew(0deg, -16deg);
}
.chevron:hover:before {
background: #aaa;
}
.chevron:after {
content: '';
position: absolute;
top: 0;
right: 10%;
height: 12%;
width: 40.5%;
background: #777;
-webkit-transform: skew(0deg, 16deg);
-moz-transform: skew(0deg, 16deg);
-ms-transform: skew(0deg, 16deg);
-o-transform: skew(0deg, 16deg);
transform: skew(0deg, 16deg);
}
.chevron:hover:after {
background: #aaa;
}
| 0.321353 | 0.092606 |
html{
--lumo-primary-color: rgb(21,161,271);
--lumo-space-xs: 0;
}
.breadcrumb ol {
list-style: none;
display: flex;
}
.breadcrumb ol li {
padding-left: 5px;
}
.breadcrumb ol li {
/* padding-left: 5px; */
/* padding-right: 5px; */
}
.breadcrumb ol li a {
padding-left: 5px;
padding-right: 5px;
}
.main-menu-item a {
color: #666;
}
.main-menu-item a[highlight] {
text-decoration: none;
font-weight: bold;
}
.main-menu-item iron-icon {
margin: 5px;
}
.avatar {
width: 50px;
height: 50px;
color: white;
background-color: #1abc9c;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 5px;
}
vaadin-horizontal-layout.header {
background-color: rgb(6,52,69);
box-shadow: 0px 1px 4px black;
}
.main-menu {
background-color: rgb(229,243,244);
z-index: 2;
}
.main-menu-item {
font-size: 1.5em;
align-items: center;
justify-content: flex-start;
display: flex;
width: 100%;
margin-top: 10px;
background-color: rgba(21,161,172,0.2);
box-shadow: 1px 1px 4px rgba(21,161,172,0.2);
}
.main-menu-item:hover {
background-color: rgba(21,161,172,0.3);
}
.avatar span {
font-weight: bold;
align-items: center;
font-size: 1.5em;
}
.avatar {
text-align: center;
}
.avatar:hover {
cursor: pointer;
}
.breadcrumb {
width: 100%;
background-color: rgba(0,0,0,0.05);
border-radius: 7px;
/* border: 1px solid rgba(0,0,0,0.07); */
}
.breadcrumb ol li span {
margin-left: 5px;
margin-right: 5px;
}
.create-panel-btns {
border: 1px dashed rgb(215,219,225);
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}
.create-panel {
align-items: center;
}
.create-panel span {
font-weight: bold;
}
.user-avatar span {
color: white;
font-weight: bold;
background-color: #000;
opacity: 0.5;
}
.user-avatar {
width: 200px;
height: 140px;
}
vaadin-context-menu-list-box.vaadin-menu-list-box {
border: none;
padding: 0;
}
.user-avatar {
background-position: center; /* Center the image */
background-repeat: no-repeat;
background-size: cover;
}
/* Forsker Grand Prix specific */
/* Rule Editor */
.drag-item {
}
.drag-item.moving {
}
.drag-item .drag-item-img {
width: 32px;
height: 32px;
display: inline-block;
}
.drag-item .drag-item-title {
font-weight: bold;
vertical-align: top;
}
.drag-item .drag-item-subtitle {
}
.drop-zone {
display: flex;
width: 60px;
height: 60px;
margin: 1px;
border: 1px dashed #222222;
border-radius: 3px;
align-items: center;
justify-content: center;
}
.drop-zone.active {
background-color: rgba(0,200,0,0.5);
border: 2px solid green;
}
.drop-zone.forbidden {
}
.grid-container {
align-items: center;
justify-content: space-evenly;
}
.drop-zone-grid {
align-items: center;
justify-content: center;
}
.editor-menu {
--_lumo-grid-border-width: 0;
}
.tree-item-group {
}
.tree-item-group {
}
.tree-item-group img {
}
.tree-item-group span {
margin-left: 8px;
}
.tree-item-rule {
}
.tree-item-rule span {
vertical-align: top;
display: inline-block;
margin-top: 5px;
}
.tree-item-btn {
}
.tree-item-object {
}
/* Simulator */
.world-simulator .grid {
align-items: center;
justify-content: center;
}
.world-simulator .context-menu img {
width: 60px;
}
.world-simulator .context-menu {
box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
align-items: center;
justify-content: center;
}
.world-simulator .grid .cell {
background-repeat: no-repeat;
background-position: center;
border: 1px solid #222222;
border-radius: 3px;
}
.world-simulator .grid.small .cell {
width: 60px;
height: 60px;
}
.world-simulator .grid.medium .cell {
width: 30px;
height: 30px;
}
.world-simulator .grid.big .cell {
width: 16px;
height: 16px;
} | frontend/styles/shared-styles.css | html{
--lumo-primary-color: rgb(21,161,271);
--lumo-space-xs: 0;
}
.breadcrumb ol {
list-style: none;
display: flex;
}
.breadcrumb ol li {
padding-left: 5px;
}
.breadcrumb ol li {
/* padding-left: 5px; */
/* padding-right: 5px; */
}
.breadcrumb ol li a {
padding-left: 5px;
padding-right: 5px;
}
.main-menu-item a {
color: #666;
}
.main-menu-item a[highlight] {
text-decoration: none;
font-weight: bold;
}
.main-menu-item iron-icon {
margin: 5px;
}
.avatar {
width: 50px;
height: 50px;
color: white;
background-color: #1abc9c;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 5px;
}
vaadin-horizontal-layout.header {
background-color: rgb(6,52,69);
box-shadow: 0px 1px 4px black;
}
.main-menu {
background-color: rgb(229,243,244);
z-index: 2;
}
.main-menu-item {
font-size: 1.5em;
align-items: center;
justify-content: flex-start;
display: flex;
width: 100%;
margin-top: 10px;
background-color: rgba(21,161,172,0.2);
box-shadow: 1px 1px 4px rgba(21,161,172,0.2);
}
.main-menu-item:hover {
background-color: rgba(21,161,172,0.3);
}
.avatar span {
font-weight: bold;
align-items: center;
font-size: 1.5em;
}
.avatar {
text-align: center;
}
.avatar:hover {
cursor: pointer;
}
.breadcrumb {
width: 100%;
background-color: rgba(0,0,0,0.05);
border-radius: 7px;
/* border: 1px solid rgba(0,0,0,0.07); */
}
.breadcrumb ol li span {
margin-left: 5px;
margin-right: 5px;
}
.create-panel-btns {
border: 1px dashed rgb(215,219,225);
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}
.create-panel {
align-items: center;
}
.create-panel span {
font-weight: bold;
}
.user-avatar span {
color: white;
font-weight: bold;
background-color: #000;
opacity: 0.5;
}
.user-avatar {
width: 200px;
height: 140px;
}
vaadin-context-menu-list-box.vaadin-menu-list-box {
border: none;
padding: 0;
}
.user-avatar {
background-position: center; /* Center the image */
background-repeat: no-repeat;
background-size: cover;
}
/* Forsker Grand Prix specific */
/* Rule Editor */
.drag-item {
}
.drag-item.moving {
}
.drag-item .drag-item-img {
width: 32px;
height: 32px;
display: inline-block;
}
.drag-item .drag-item-title {
font-weight: bold;
vertical-align: top;
}
.drag-item .drag-item-subtitle {
}
.drop-zone {
display: flex;
width: 60px;
height: 60px;
margin: 1px;
border: 1px dashed #222222;
border-radius: 3px;
align-items: center;
justify-content: center;
}
.drop-zone.active {
background-color: rgba(0,200,0,0.5);
border: 2px solid green;
}
.drop-zone.forbidden {
}
.grid-container {
align-items: center;
justify-content: space-evenly;
}
.drop-zone-grid {
align-items: center;
justify-content: center;
}
.editor-menu {
--_lumo-grid-border-width: 0;
}
.tree-item-group {
}
.tree-item-group {
}
.tree-item-group img {
}
.tree-item-group span {
margin-left: 8px;
}
.tree-item-rule {
}
.tree-item-rule span {
vertical-align: top;
display: inline-block;
margin-top: 5px;
}
.tree-item-btn {
}
.tree-item-object {
}
/* Simulator */
.world-simulator .grid {
align-items: center;
justify-content: center;
}
.world-simulator .context-menu img {
width: 60px;
}
.world-simulator .context-menu {
box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
align-items: center;
justify-content: center;
}
.world-simulator .grid .cell {
background-repeat: no-repeat;
background-position: center;
border: 1px solid #222222;
border-radius: 3px;
}
.world-simulator .grid.small .cell {
width: 60px;
height: 60px;
}
.world-simulator .grid.medium .cell {
width: 30px;
height: 30px;
}
.world-simulator .grid.big .cell {
width: 16px;
height: 16px;
} | 0.389663 | 0.096834 |
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,900');
html, body {
min-height: 100%;
}
div {
font-family: 'Source Sans Pro', sans-serif;
}
img {
margin: 0;
}
.index {
display: flex;
flex-direction: column;
align-items: center;
}
.hero {
margin: 0;
height: 80vh;
width: 100%;
background-image: url('../images/dfahome2.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
}
.heroLogo {
background-image: url('../images/logo.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: flex;
width: 600px;
height: 600px;
margin: 48px;
}
.section {
max-width: 720px;
margin-top: 32px;
padding: 8px
}
.sectionTitle {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
align-items: center;
}
h2 {
font-family: 'Source Sans Pro', sans-serif;
font-size: 48px;
margin-top: 0;
margin-bottom: 0;
text-transform: uppercase;
font-weight: 900;
}
.horLine {
flex: 1;
margin: 8px;
height: 8px;
min-width: 300px;
background-image: url('../images/orangeline.png');
background-size: 100% 100%;
background-repeat: no-repeat;
margin-left: 48px;
}
.aboutQuestion {
margin-top: 16px;
margin-left: 32px;
}
.aboutTitle {
display: flex;
flex-direction: row;
align-items: center;
}
h3 {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 900;
font-size: 32px;
margin-bottom: 0;
}
.questionMark {
height: 48px;
margin-left: 16px;
}
.aboutContent {
display: flex;
flex-direction: row;
margin-top: 16px;
justify-content: stretch;
}
.vertLine {
min-width: 8px;
max-width: 8px;
margin-left: 32px;
background-repeat: no-repeat;
background-size: 75% 100%;
flex: 1;
}
.aboutText {
margin-left: 32px;
}
.membersContainer {
margin-top: 16px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.member {
display: flex;
flex-direction: column;
align-items: center;
margin: 8px;
}
.memberPicture {
width: 200px;
height: 200px;
border-radius: 120px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin: 8px;
background-color: grey;
}
.memberName {
margin-top: 8px;
font-weight: 600;
}
.project {
margin-left: 24px;
margin-bottom: 16px;
margin-top: 8px;
}
.projectName {
color: #f58042;
}
.projectDesc {
margin-left: 8px;
margin-bottom: 8px;
} | src/styles/index.css | @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,900');
html, body {
min-height: 100%;
}
div {
font-family: 'Source Sans Pro', sans-serif;
}
img {
margin: 0;
}
.index {
display: flex;
flex-direction: column;
align-items: center;
}
.hero {
margin: 0;
height: 80vh;
width: 100%;
background-image: url('../images/dfahome2.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
}
.heroLogo {
background-image: url('../images/logo.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: flex;
width: 600px;
height: 600px;
margin: 48px;
}
.section {
max-width: 720px;
margin-top: 32px;
padding: 8px
}
.sectionTitle {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
align-items: center;
}
h2 {
font-family: 'Source Sans Pro', sans-serif;
font-size: 48px;
margin-top: 0;
margin-bottom: 0;
text-transform: uppercase;
font-weight: 900;
}
.horLine {
flex: 1;
margin: 8px;
height: 8px;
min-width: 300px;
background-image: url('../images/orangeline.png');
background-size: 100% 100%;
background-repeat: no-repeat;
margin-left: 48px;
}
.aboutQuestion {
margin-top: 16px;
margin-left: 32px;
}
.aboutTitle {
display: flex;
flex-direction: row;
align-items: center;
}
h3 {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 900;
font-size: 32px;
margin-bottom: 0;
}
.questionMark {
height: 48px;
margin-left: 16px;
}
.aboutContent {
display: flex;
flex-direction: row;
margin-top: 16px;
justify-content: stretch;
}
.vertLine {
min-width: 8px;
max-width: 8px;
margin-left: 32px;
background-repeat: no-repeat;
background-size: 75% 100%;
flex: 1;
}
.aboutText {
margin-left: 32px;
}
.membersContainer {
margin-top: 16px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.member {
display: flex;
flex-direction: column;
align-items: center;
margin: 8px;
}
.memberPicture {
width: 200px;
height: 200px;
border-radius: 120px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin: 8px;
background-color: grey;
}
.memberName {
margin-top: 8px;
font-weight: 600;
}
.project {
margin-left: 24px;
margin-bottom: 16px;
margin-top: 8px;
}
.projectName {
color: #f58042;
}
.projectDesc {
margin-left: 8px;
margin-bottom: 8px;
} | 0.433862 | 0.082475 |
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1470047996'); /* IE9*/
src: url('iconfont.eot?t=1470047996#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff?t=1470047996') format('woff'), /* chrome, firefox */
url('iconfont.ttf?t=1470047996') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont.svg?t=1470047996#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-jinggao:before { content: "\e600"; }
.icon-shu:before { content: "\e637"; }
.icon-wodeziliao:before { content: "\e602"; }
.icon-truckfuzhi:before { content: "\e641"; }
.icon-dianhua:before { content: "\e603"; }
.icon-xin:before { content: "\e604"; }
.icon-paixu:before { content: "\e605"; }
.icon-gouwuche:before { content: "\e631"; }
.icon-jia:before { content: "\e611"; }
.icon-youhui:before { content: "\e642"; }
.icon-saomiao:before { content: "\e606"; }
.icon-zuo:before { content: "\e607"; }
.icon-augiczhiwentubiao:before { content: "\e608"; }
.icon-guanjie:before { content: "\e609"; }
.icon-jingbu:before { content: "\e60a"; }
.icon-article-recommend:before { content: "\e632"; }
.icon-daishouhuo:before { content: "\e60b"; }
.icon-yanjing:before { content: "\e60c"; }
.icon-gou:before { content: "\e63f"; }
.icon-shanchu:before { content: "\e62e"; }
.icon-beibu:before { content: "\e60d"; }
.icon-sousuo:before { content: "\e60e"; }
.icon-002:before { content: "\e633"; }
.icon-mudedi:before { content: "\e645"; }
.icon-checkbox:before { content: "\e62f"; }
.icon-shijian:before { content: "\e60f"; }
.icon-wujiaoxing:before { content: "\e610"; }
.icon-fenlei:before { content: "\e612"; }
.icon-yiwancheng:before { content: "\e613"; }
.icon-qujian:before { content: "\e646"; }
.icon-iconfontshiwujiaoxing:before { content: "\e601"; }
.icon-bianji:before { content: "\e62d"; }
.icon-jiaogu:before { content: "\e62c"; }
.icon-shougu:before { content: "\e614"; }
.icon-shouji:before { content: "\e63e"; }
.icon-tgerenshezhi:before { content: "\e634"; }
.icon-wodegongzi:before { content: "\e643"; }
.icon-hehuorenerqisvgtubiao08:before { content: "\e615"; }
.icon-xinshixin:before { content: "\e616"; }
.icon-lingdang:before { content: "\e636"; }
.icon-dingwei:before { content: "\e617"; }
.icon-guanjie1:before { content: "\e618"; }
.icon-you:before { content: "\e619"; }
.icon-suo:before { content: "\e635"; }
.icon-dzf:before { content: "\e61a"; }
.icon-icon3:before { content: "\e638"; }
.icon-tianxie:before { content: "\e61b"; }
.icon-yaobu:before { content: "\e61c"; }
.icon-kefu:before { content: "\e61d"; }
.icon-hua:before { content: "\e61e"; }
.icon-iconshuchuwodeshuguifuzhi01:before { content: "\e61f"; }
.icon-tousuguanli:before { content: "\e620"; }
.icon-allorder:before { content: "\e621"; }
.icon-yiwanchengwode:before { content: "\e622"; }
.icon-yisheng:before { content: "\e623"; }
.icon-zanzan-copy:before { content: "\e624"; }
.icon-checkbox1:before { content: "\e630"; }
.icon-ren-copy:before { content: "\e625"; }
.icon-souyiyuan:before { content: "\e626"; }
.icon-huodongtuiguang:before { content: "\e63d"; }
.icon-dangan:before { content: "\e627"; }
.icon-huiyuansuifang:before { content: "\e63a"; }
.icon-icon:before { content: "\e628"; }
.icon-anquan:before { content: "\e629"; }
.icon-faxianbangzhu:before { content: "\e62a"; }
.icon-shouye:before { content: "\e62b"; }
.icon-tianjialianxiren:before { content: "\e639"; }
.icon-event:before { content: "\e63b"; }
.icon-chuangyi2:before { content: "\e63c"; }
.icon-yanzhengma:before { content: "\e640"; }
.icon-integral:before { content: "\e644"; } | Public/Home/css/iconfont.css | @font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1470047996'); /* IE9*/
src: url('iconfont.eot?t=1470047996#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff?t=1470047996') format('woff'), /* chrome, firefox */
url('iconfont.ttf?t=1470047996') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont.svg?t=1470047996#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-jinggao:before { content: "\e600"; }
.icon-shu:before { content: "\e637"; }
.icon-wodeziliao:before { content: "\e602"; }
.icon-truckfuzhi:before { content: "\e641"; }
.icon-dianhua:before { content: "\e603"; }
.icon-xin:before { content: "\e604"; }
.icon-paixu:before { content: "\e605"; }
.icon-gouwuche:before { content: "\e631"; }
.icon-jia:before { content: "\e611"; }
.icon-youhui:before { content: "\e642"; }
.icon-saomiao:before { content: "\e606"; }
.icon-zuo:before { content: "\e607"; }
.icon-augiczhiwentubiao:before { content: "\e608"; }
.icon-guanjie:before { content: "\e609"; }
.icon-jingbu:before { content: "\e60a"; }
.icon-article-recommend:before { content: "\e632"; }
.icon-daishouhuo:before { content: "\e60b"; }
.icon-yanjing:before { content: "\e60c"; }
.icon-gou:before { content: "\e63f"; }
.icon-shanchu:before { content: "\e62e"; }
.icon-beibu:before { content: "\e60d"; }
.icon-sousuo:before { content: "\e60e"; }
.icon-002:before { content: "\e633"; }
.icon-mudedi:before { content: "\e645"; }
.icon-checkbox:before { content: "\e62f"; }
.icon-shijian:before { content: "\e60f"; }
.icon-wujiaoxing:before { content: "\e610"; }
.icon-fenlei:before { content: "\e612"; }
.icon-yiwancheng:before { content: "\e613"; }
.icon-qujian:before { content: "\e646"; }
.icon-iconfontshiwujiaoxing:before { content: "\e601"; }
.icon-bianji:before { content: "\e62d"; }
.icon-jiaogu:before { content: "\e62c"; }
.icon-shougu:before { content: "\e614"; }
.icon-shouji:before { content: "\e63e"; }
.icon-tgerenshezhi:before { content: "\e634"; }
.icon-wodegongzi:before { content: "\e643"; }
.icon-hehuorenerqisvgtubiao08:before { content: "\e615"; }
.icon-xinshixin:before { content: "\e616"; }
.icon-lingdang:before { content: "\e636"; }
.icon-dingwei:before { content: "\e617"; }
.icon-guanjie1:before { content: "\e618"; }
.icon-you:before { content: "\e619"; }
.icon-suo:before { content: "\e635"; }
.icon-dzf:before { content: "\e61a"; }
.icon-icon3:before { content: "\e638"; }
.icon-tianxie:before { content: "\e61b"; }
.icon-yaobu:before { content: "\e61c"; }
.icon-kefu:before { content: "\e61d"; }
.icon-hua:before { content: "\e61e"; }
.icon-iconshuchuwodeshuguifuzhi01:before { content: "\e61f"; }
.icon-tousuguanli:before { content: "\e620"; }
.icon-allorder:before { content: "\e621"; }
.icon-yiwanchengwode:before { content: "\e622"; }
.icon-yisheng:before { content: "\e623"; }
.icon-zanzan-copy:before { content: "\e624"; }
.icon-checkbox1:before { content: "\e630"; }
.icon-ren-copy:before { content: "\e625"; }
.icon-souyiyuan:before { content: "\e626"; }
.icon-huodongtuiguang:before { content: "\e63d"; }
.icon-dangan:before { content: "\e627"; }
.icon-huiyuansuifang:before { content: "\e63a"; }
.icon-icon:before { content: "\e628"; }
.icon-anquan:before { content: "\e629"; }
.icon-faxianbangzhu:before { content: "\e62a"; }
.icon-shouye:before { content: "\e62b"; }
.icon-tianjialianxiren:before { content: "\e639"; }
.icon-event:before { content: "\e63b"; }
.icon-chuangyi2:before { content: "\e63c"; }
.icon-yanzhengma:before { content: "\e640"; }
.icon-integral:before { content: "\e644"; } | 0.275714 | 0.063744 |
video { display: block; }
video#bgvid {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url(images/street.jpg) no-repeat;
background-size: cover;
}
video#bgvid {
transition: 1s opacity;
}
.stopfade { opacity: .5; }
@media screen and (max-device-width: 800px) {
html {
background: url(images/street.jpg) #000 no-repeat center center fixed;
}
#bgvid {
display: none;
}
}
#poemline {
font-family: 'Rufina', cursive;
text-align: center;
font-size: 1em;
line-height: 200%;
}
#poemarchiveline {
margin: 0;
text-align: left;
}
.jumbotron {
background: rgb(255, 255, 255); /* This is for ie8 and below */
background: rgba(255, 255, 255, 0.5);
position: relative;
margin:auto;
width:600px;
top: 100px;
margin-top:20px;
margin-bottom:20px;
padding-top: 30px;
padding-bottom: 30px;
}
.jumbotron p{
margin:0;
}
.container-table {
display: table;
}
.vertical-center-row {
display: table-cell;
/*vertical-align: middle;*/
}
body {
position: relative;
font-family: "Sintony", Helvetica, Arial, sans-serif;
}
.hidden-element {
visibility: hidden;
}
.unhidden-element {
visibility: visible;
}
@media (max-width: 1000px) {
#poemline{
font-size: 0.9em;
}
.jumbotron {
width:550px;
top: 100px;
}
}
@media (max-width: 600px) {
#poemline{
font-size: 0.8em;
text-align: left;
padding-left: 22px ;
text-indent: -22px ;
line-height: 150%;
display:block;
}
p#poemline{
margin-bottom: 0.5em;
}
.jumbotron {
width:80%;
top: 100px;
min-width: 280px;
padding-left: 20px;
padding-right: 20px;
margin-top:15px;
margin-bottom:10px;
}
}
@media screen and (min-width: 600px) {
.rwd-break {
display: none;
}
}
.spacer {
margin-top: 1em; /* define margin as you see fit */
}
p {
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.tonediv {
margin-right: 5px;
float: left;
height:40px;
}
.tonelinediv {
margin-bottom:5px;
min-height:40px;
clear:both;
display:inline-block;
} | static/resources/css/stylesheet.css | video { display: block; }
video#bgvid {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url(images/street.jpg) no-repeat;
background-size: cover;
}
video#bgvid {
transition: 1s opacity;
}
.stopfade { opacity: .5; }
@media screen and (max-device-width: 800px) {
html {
background: url(images/street.jpg) #000 no-repeat center center fixed;
}
#bgvid {
display: none;
}
}
#poemline {
font-family: 'Rufina', cursive;
text-align: center;
font-size: 1em;
line-height: 200%;
}
#poemarchiveline {
margin: 0;
text-align: left;
}
.jumbotron {
background: rgb(255, 255, 255); /* This is for ie8 and below */
background: rgba(255, 255, 255, 0.5);
position: relative;
margin:auto;
width:600px;
top: 100px;
margin-top:20px;
margin-bottom:20px;
padding-top: 30px;
padding-bottom: 30px;
}
.jumbotron p{
margin:0;
}
.container-table {
display: table;
}
.vertical-center-row {
display: table-cell;
/*vertical-align: middle;*/
}
body {
position: relative;
font-family: "Sintony", Helvetica, Arial, sans-serif;
}
.hidden-element {
visibility: hidden;
}
.unhidden-element {
visibility: visible;
}
@media (max-width: 1000px) {
#poemline{
font-size: 0.9em;
}
.jumbotron {
width:550px;
top: 100px;
}
}
@media (max-width: 600px) {
#poemline{
font-size: 0.8em;
text-align: left;
padding-left: 22px ;
text-indent: -22px ;
line-height: 150%;
display:block;
}
p#poemline{
margin-bottom: 0.5em;
}
.jumbotron {
width:80%;
top: 100px;
min-width: 280px;
padding-left: 20px;
padding-right: 20px;
margin-top:15px;
margin-bottom:10px;
}
}
@media screen and (min-width: 600px) {
.rwd-break {
display: none;
}
}
.spacer {
margin-top: 1em; /* define margin as you see fit */
}
p {
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.tonediv {
margin-right: 5px;
float: left;
height:40px;
}
.tonelinediv {
margin-bottom:5px;
min-height:40px;
clear:both;
display:inline-block;
} | 0.474875 | 0.139455 |
body{
background: rgb(243, 243, 243);
}
.navbar{
background: #04af68de;
/* margin-bottom: 35px;
*/}
.navbar .navbar-brand{
color: #fff;
}
.navbar .navbar-brand img{
max-width: 90px;
}
.navbar-nav{
width: 80%;
justify-content: space-between;
}
.navbar .nav-item .nav-link{
color: #fff;
font-size: 19px;
}
.banar{
width: 100%;
}
.banar .lib-info{
background: linear-gradient(to right, rgba(27, 27, 27, 0.486), rgba(48, 47, 47, 0.479)), url("../../images/bannar-index.jpg");
background-size: cover;
height: 300px;
width: 100%;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.banar .lib-info p{
font-size: 24px;
}
.banar .search{
width: 300px;
}
.banar .btn-search{
box-shadow: -2px 2px 10px 1px #656363;
}
.card {
width: 180px;
height: 250px;
}
.card:hover{
padding: 3px;
border: 1px solid #000;
}
.card .card-title{
text-decoration: none;
color: rgb(255, 255, 255);
text-align: center;
}
.card .img-cover{
z-index: 1;
}
.card .card-body{
z-index: 2;
position: absolute;
bottom: 0px;
background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 50%);
text-align: right;
font-size: 20px;
width: 100%;
padding: 4%;
}
.books a{
color: rgb(78, 78, 78);
}
.books .title{
padding: 10px 0;
border-bottom: 4px solid #04af68de;
}
/************ book details page **************/
.books .book{
margin-top: 25px;
}
.related-books{
margin-top: 50px;
}
.books a{
text-decoration: none;
/* color: #04af68de; */
}
/* Categories page */
.ctegories-card{
height: 100px;
}
.authors .card {
height: auto;
}
.books .container-category{
background: #fff;
}
footer{
background: #04af68de;
color: #fff;
}
footer .copyright{
font-size: 15px;
font-weight: bold;
}
.btn-download{
background: #04af68de;
color: #fff !important;
font-size: 20px;
} | public/front/css/custom.css | body{
background: rgb(243, 243, 243);
}
.navbar{
background: #04af68de;
/* margin-bottom: 35px;
*/}
.navbar .navbar-brand{
color: #fff;
}
.navbar .navbar-brand img{
max-width: 90px;
}
.navbar-nav{
width: 80%;
justify-content: space-between;
}
.navbar .nav-item .nav-link{
color: #fff;
font-size: 19px;
}
.banar{
width: 100%;
}
.banar .lib-info{
background: linear-gradient(to right, rgba(27, 27, 27, 0.486), rgba(48, 47, 47, 0.479)), url("../../images/bannar-index.jpg");
background-size: cover;
height: 300px;
width: 100%;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.banar .lib-info p{
font-size: 24px;
}
.banar .search{
width: 300px;
}
.banar .btn-search{
box-shadow: -2px 2px 10px 1px #656363;
}
.card {
width: 180px;
height: 250px;
}
.card:hover{
padding: 3px;
border: 1px solid #000;
}
.card .card-title{
text-decoration: none;
color: rgb(255, 255, 255);
text-align: center;
}
.card .img-cover{
z-index: 1;
}
.card .card-body{
z-index: 2;
position: absolute;
bottom: 0px;
background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 50%);
text-align: right;
font-size: 20px;
width: 100%;
padding: 4%;
}
.books a{
color: rgb(78, 78, 78);
}
.books .title{
padding: 10px 0;
border-bottom: 4px solid #04af68de;
}
/************ book details page **************/
.books .book{
margin-top: 25px;
}
.related-books{
margin-top: 50px;
}
.books a{
text-decoration: none;
/* color: #04af68de; */
}
/* Categories page */
.ctegories-card{
height: 100px;
}
.authors .card {
height: auto;
}
.books .container-category{
background: #fff;
}
footer{
background: #04af68de;
color: #fff;
}
footer .copyright{
font-size: 15px;
font-weight: bold;
}
.btn-download{
background: #04af68de;
color: #fff !important;
font-size: 20px;
} | 0.396769 | 0.057414 |
.background_glassyPeachPuff2,
.hover_background_glassyPeachPuff2:hover,
.active_background_glassyPeachPuff2:active:hover {
background: #ffb777;
background-image: -moz-linear-gradient(top, rgb(255, 163, 82) 0%, rgb(255, 144, 44) 50%, rgb(255, 124, 7) 55%, rgb(255, 183, 119) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 163, 82)), color-stop(50%, rgb(255, 144, 44)), color-stop(55%, rgb(255, 124, 7)), color-stop(100%, rgb(255, 183, 119)));
background-image: -webkit-linear-gradient(top, rgb(255, 163, 82) 0%, rgb(255, 144, 44) 50%, rgb(255, 124, 7) 55%, rgb(255, 183, 119) 100%);
background-image: -o-linear-gradient(top, rgb(255, 163, 82) 0%, rgb(255, 144, 44) 50%, rgb(255, 124, 7) 55%, rgb(255, 183, 119) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 163, 82) 0%, rgb(255, 144, 44) 50%, rgb(255, 124, 7) 55%, rgb(255, 183, 119) 100%);
background-image: linear-gradient(to bottom, rgb(255, 163, 82) 0%, rgb(255, 144, 44) 50%, rgb(255, 124, 7) 55%, rgb(255, 183, 119) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa352', endColorstr='#ffb777',GradientType=0 );
}
.background_glassyPeachPuff2h,
.hover_background_glassyPeachPuff2h:hover,
.active_background_glassyPeachPuff2h:active:hover {
background: #ffb777;
background-image: -moz-linear-gradient(top, rgb(255, 199, 149) 0%, rgb(255, 175, 104) 50%, rgb(255, 151, 59) 55%, rgb(255, 223, 194) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 199, 149)), color-stop(50%, rgb(255, 175, 104)), color-stop(55%, rgb(255, 151, 59)), color-stop(100%, rgb(255, 223, 194)));
background-image: -webkit-linear-gradient(top, rgb(255, 199, 149) 0%, rgb(255, 175, 104) 50%, rgb(255, 151, 59) 55%, rgb(255, 223, 194) 100%);
background-image: -o-linear-gradient(top, rgb(255, 199, 149) 0%, rgb(255, 175, 104) 50%, rgb(255, 151, 59) 55%, rgb(255, 223, 194) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 199, 149) 0%, rgb(255, 175, 104) 50%, rgb(255, 151, 59) 55%, rgb(255, 223, 194) 100%);
background-image: linear-gradient(to bottom, rgb(255, 199, 149) 0%, rgb(255, 175, 104) 50%, rgb(255, 151, 59) 55%, rgb(255, 223, 194) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc795', endColorstr='#ffdfc2',GradientType=0 );
}
.background_glassyPeachPuff2a,
.hover_background_glassyPeachPuff2a:hover,
.active_background_glassyPeachPuff2a:active:hover {
background: #ffb777;
background-image: -moz-linear-gradient(top, rgb(255, 223, 194) 0%, rgb(255, 151, 59) 50%, rgb(255, 175, 104) 55%, rgb(255, 199, 149) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 223, 194)), color-stop(50%, rgb(255, 151, 59)), color-stop(55%, rgb(255, 175, 104)), color-stop(100%, rgb(255, 199, 149)));
background-image: -webkit-linear-gradient(top, rgb(255, 223, 194) 0%, rgb(255, 151, 59) 50%, rgb(255, 175, 104) 55%, rgb(255, 199, 149) 100%);
background-image: -o-linear-gradient(top, rgb(255, 223, 194) 0%, rgb(255, 151, 59) 50%, rgb(255, 175, 104) 55%, rgb(255, 199, 149) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 223, 194) 0%, rgb(255, 151, 59) 50%, rgb(255, 175, 104) 55%, rgb(255, 199, 149) 100%);
background-image: linear-gradient(to bottom, rgb(255, 223, 194) 0%, rgb(255, 151, 59) 50%, rgb(255, 175, 104) 55%, rgb(255, 199, 149) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfc2', endColorstr='#ffc795',GradientType=0 );
}
.background_glassyPeachPuff2s,
.hover_background_glassyPeachPuff2s:hover,
.active_background_glassyPeachPuff2s:active:hover {
background: #ffb777;
background-image: -moz-linear-gradient(top, rgb(255, 252, 250) 0%, rgb(255, 223, 194) 50%, rgb(255, 193, 138) 55%, rgb(255, 255, 255) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 252, 250)), color-stop(50%, rgb(255, 223, 194)), color-stop(55%, rgb(255, 193, 138)), color-stop(100%, rgb(255, 255, 255)));
background-image: -webkit-linear-gradient(top, rgb(255, 252, 250) 0%, rgb(255, 223, 194) 50%, rgb(255, 193, 138) 55%, rgb(255, 255, 255) 100%);
background-image: -o-linear-gradient(top, rgb(255, 252, 250) 0%, rgb(255, 223, 194) 50%, rgb(255, 193, 138) 55%, rgb(255, 255, 255) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 252, 250) 0%, rgb(255, 223, 194) 50%, rgb(255, 193, 138) 55%, rgb(255, 255, 255) 100%);
background-image: linear-gradient(to bottom, rgb(255, 252, 250) 0%, rgb(255, 223, 194) 50%, rgb(255, 193, 138) 55%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfa', endColorstr='#ffffff',GradientType=0 );
}
.background_color_glassyPeachPuff2,
.hover_background_color_glassyPeachPuff2:hover,
.active_background_color_glassyPeachPuff2:active:hover {
background-color:#ffb777;
}
.background_first_color_glassyPeachPuff2,
.hover_background_first_color_glassyPeachPuff2:hover,
.active_background_first_color_glassyPeachPuff2:active:hover {
background-color:#ffa352;
}
.background_last_color_glassyPeachPuff2,
.hover_background_last_color_glassyPeachPuff2:hover,
.active_background_color_last_glassyPeachPuff2:active:hover {
background-color:#ffb777;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyPeachPuff2,
.hover_color_glassyPeachPuff2:hover,
.active_color_glassyPeachPuff2:active:hover {
color: #282828;
}
.color_glassyPeachPuff2h,
.hover_color_glassyPeachPuff2h:hover,
.active_color_glassyPeachPuff2h:active:hover {
color: #282828;
}
.color_glassyPeachPuff2a,
.hover_color_glassyPeachPuff2a:hover,
.active_color_glassyPeachPuff2a:active:hover {
color: #ff0;
}
.color_glassyPeachPuff2s,
.hover_color_glassyPeachPuff2s:hover,
.active_color_glassyPeachPuff2s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyPeachPuff2,
.hover_border_glassyPeachPuff2:hover,
.active_border_glassyPeachPuff2:active:hover {
border-color: #ff800e #e06a00 #e06a00 #ff800e;
}
.border_glassyPeachPuff2h,
.hover_border_glassyPeachPuff2h:hover,
.active_border_glassyPeachPuff2h:active:hover {
border-color: #ff800e #e06a00 #e06a00 #ff800e;
}
.border_glassyPeachPuff2a,
.hover_border_glassyPeachPuff2a:hover,
.active_border_glassyPeachPuff2a:active:hover {
border-color: #d16300 #d16300 #d16300 #d16300;
}
.border_glassyPeachPuff2s,
.hover_border_glassyPeachPuff2s:hover,
.active_border_glassyPeachPuff2s:active:hover {
border-color: #d16300 #d16300 #d16300 #d16300;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyPeachPuff2,
.hover_shadow_expand_glassyPeachPuff2:hover,
.active_shadow_expand_glassyPeachPuff2:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 183, 119, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 183, 119, .39);
box-shadow: 0em 0em 1em 0.25em rgba(255, 183, 119, .39);
}
.shadow_expand_glassyPeachPuff2h,
.hover_shadow_expand_glassyPeachPuff2h:hover,
.active_shadow_expand_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 223, 194, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 223, 194, .50);
box-shadow: 0em 0em 1em 0.25em rgba(255, 223, 194, .50);
}
.shadow_expand_glassyPeachPuff2a,
.hover_shadow_expand_glassyPeachPuff2a:hover,
.active_shadow_expand_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 199, 149, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 199, 149, .63);
box-shadow: 0em 0em 1em 0.25em rgba(255, 199, 149, .63);
}
.shadow_expand_glassyPeachPuff2s,
.hover_shadow_expand_glassyPeachPuff2s:hover,
.active_shadow_expand_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 199, 149, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 199, 149, .78);
box-shadow: 0em 0em 1em 0.25em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyPeachPuff2,
.hover_shadow_left_glassyPeachPuff2:hover,
.active_shadow_left_glassyPeachPuff2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 183, 119, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 183, 119, .39);
}
.shadow_left_glassyPeachPuff2h,
.hover_shadow_left_glassyPeachPuff2h:hover,
.active_shadow_left_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 194, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 223, 194, .50);
}
.shadow_left_glassyPeachPuff2a,
.hover_shadow_left_glassyPeachPuff2a:hover,
.active_shadow_left_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .63);
}
.shadow_left_glassyPeachPuff2s,
.hover_shadow_left_glassyPeachPuff2s:hover,
.active_shadow_left_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyPeachPuff2,
.hover_shadow_right_glassyPeachPuff2:hover,
.active_shadow_right_glassyPeachPuff2:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 183, 119, .39);
box-shadow: 0.5em 0em 1em rgba(255, 183, 119, .39);
}
.shadow_right_glassyPeachPuff2h,
.hover_shadow_right_glassyPeachPuff2h:hover,
.active_shadow_right_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 223, 194, .50);
box-shadow: 0.5em 0em 1em rgba(255, 223, 194, .50);
}
.shadow_right_glassyPeachPuff2a,
.hover_shadow_right_glassyPeachPuff2a:hover,
.active_shadow_right_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 199, 149, .63);
box-shadow: 0.5em 0em 1em rgba(255, 199, 149, .63);
}
.shadow_right_glassyPeachPuff2s,
.hover_shadow_right_glassyPeachPuff2s:hover,
.active_shadow_right_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 199, 149, .78);
box-shadow: 0.5em 0em 1em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyPeachPuff2,
.hover_shadow_top_glassyPeachPuff2:hover,
.active_shadow_top_glassyPeachPuff2:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 183, 119, .39);
box-shadow: 0em -0.5em 1em rgba(255, 183, 119, .39);
}
.shadow_top_glassyPeachPuff2h,
.hover_shadow_top_glassyPeachPuff2h:hover,
.active_shadow_top_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 223, 194, .50);
box-shadow: 0em -0.5em 1em rgba(255, 223, 194, .50);
}
.shadow_top_glassyPeachPuff2a,
.hover_shadow_top_glassyPeachPuff2a:hover,
.active_shadow_top_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 199, 149, .63);
box-shadow: 0em -0.5em 1em rgba(255, 199, 149, .63);
}
.shadow_top_glassyPeachPuff2s,
.hover_shadow_top_glassyPeachPuff2s:hover,
.active_shadow_top_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 199, 149, .78);
box-shadow: 0em -0.5em 1em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyPeachPuff2,
.hover_shadow_bottom_glassyPeachPuff2:hover,
.active_shadow_bottom_glassyPeachPuff2:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 183, 119, .39);
box-shadow: 0em 0.5em 1em rgba(255, 183, 119, .39);
}
.shadow_bottom_glassyPeachPuff2h,
.hover_shadow_bottom_glassyPeachPuff2h:hover,
.active_shadow_bottom_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 223, 194, .50);
box-shadow: 0em 0.5em 1em rgba(255, 223, 194, .50);
}
.shadow_bottom_glassyPeachPuff2a,
.hover_shadow_bottom_glassyPeachPuff2a:hover,
.active_shadow_bottom_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 199, 149, .63);
box-shadow: 0em 0.5em 1em rgba(255, 199, 149, .63);
}
.shadow_bottom_glassyPeachPuff2s,
.hover_shadow_bottom_glassyPeachPuff2s:hover,
.active_shadow_bottom_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 199, 149, .78);
box-shadow: 0em 0.5em 1em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyPeachPuff2,
.hover_shadow_top_left_glassyPeachPuff2:hover,
.active_shadow_top_left_glassyPeachPuff2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 183, 119, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 183, 119, .39);
}
.shadow_top_left_glassyPeachPuff2h,
.hover_shadow_top_left_glassyPeachPuff2h:hover,
.active_shadow_top_left_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 194, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 223, 194, .50);
}
.shadow_top_left_glassyPeachPuff2a,
.hover_shadow_top_left_glassyPeachPuff2a:hover,
.active_shadow_top_left_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .63);
}
.shadow_top_left_glassyPeachPuff2s,
.hover_shadow_top_left_glassyPeachPuff2s:hover,
.active_shadow_top_left_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyPeachPuff2,
.hover_shadow_top_right_glassyPeachPuff2:hover,
.active_shadow_top_right_glassyPeachPuff2:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 183, 119, .39);
box-shadow: 0.5em -0.5em 1em rgba(255, 183, 119, .39);
}
.shadow_top_right_glassyPeachPuff2h,
.hover_shadow_top_right_glassyPeachPuff2h:hover,
.active_shadow_top_right_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 223, 194, .50);
box-shadow: 0.5em -0.5em 1em rgba(255, 223, 194, .50);
}
.shadow_top_right_glassyPeachPuff2a,
.hover_shadow_top_right_glassyPeachPuff2a:hover,
.active_shadow_top_right_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 199, 149, .63);
box-shadow: 0.5em -0.5em 1em rgba(255, 199, 149, .63);
}
.shadow_top_right_glassyPeachPuff2s,
.hover_shadow_top_right_glassyPeachPuff2s:hover,
.active_shadow_top_right_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 199, 149, .78);
box-shadow: 0.5em -0.5em 1em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyPeachPuff2,
.hover_shadow_bottom_left_glassyPeachPuff2:hover,
.active_shadow_bottom_left_glassyPeachPuff2:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 183, 119, .39);
box-shadow: -0.5em 0.5em 1em rgba(255, 183, 119, .39);
}
.shadow_bottom_left_glassyPeachPuff2h,
.hover_shadow_bottom_left_glassyPeachPuff2h:hover,
.active_shadow_bottom_left_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 223, 194, .50);
box-shadow: -0.5em 0.5em 1em rgba(255, 223, 194, .50);
}
.shadow_bottom_left_glassyPeachPuff2a,
.hover_shadow_bottom_left_glassyPeachPuff2a:hover,
.active_shadow_bottom_left_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 199, 149, .63);
box-shadow: -0.5em 0.5em 1em rgba(255, 199, 149, .63);
}
.shadow_bottom_left_glassyPeachPuff2s,
.hover_shadow_bottom_left_glassyPeachPuff2s:hover,
.active_shadow_bottom_left_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 199, 149, .78);
box-shadow: -0.5em 0.5em 1em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyPeachPuff2,
.hover_shadow_bottom_right_glassyPeachPuff2:hover,
.active_shadow_bottom_right_glassyPeachPuff2:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 183, 119, .39);
box-shadow: 0.5em 0.5em 1em rgba(255, 183, 119, .39);
}
.shadow_bottom_right_glassyPeachPuff2h,
.hover_shadow_bottom_right_glassyPeachPuff2h:hover,
.active_shadow_bottom_right_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 223, 194, .50);
box-shadow: 0.5em 0.5em 1em rgba(255, 223, 194, .50);
}
.shadow_bottom_right_glassyPeachPuff2a,
.hover_shadow_bottom_right_glassyPeachPuff2a:hover,
.active_shadow_bottom_right_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 199, 149, .63);
box-shadow: 0.5em 0.5em 1em rgba(255, 199, 149, .63);
}
.shadow_bottom_right_glassyPeachPuff2s,
.hover_shadow_bottom_right_glassyPeachPuff2s:hover,
.active_shadow_bottom_right_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 199, 149, .78);
box-shadow: 0.5em 0.5em 1em rgba(255, 199, 149, .78);
} | widgets/common/assets/gradients/glassy/glassyPeachPuff/glassyPeachPuff2.css | .background_glassyPeachPuff2,
.hover_background_glassyPeachPuff2:hover,
.active_background_glassyPeachPuff2:active:hover {
background: #ffb777;
background-image: -moz-linear-gradient(top, rgb(255, 163, 82) 0%, rgb(255, 144, 44) 50%, rgb(255, 124, 7) 55%, rgb(255, 183, 119) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 163, 82)), color-stop(50%, rgb(255, 144, 44)), color-stop(55%, rgb(255, 124, 7)), color-stop(100%, rgb(255, 183, 119)));
background-image: -webkit-linear-gradient(top, rgb(255, 163, 82) 0%, rgb(255, 144, 44) 50%, rgb(255, 124, 7) 55%, rgb(255, 183, 119) 100%);
background-image: -o-linear-gradient(top, rgb(255, 163, 82) 0%, rgb(255, 144, 44) 50%, rgb(255, 124, 7) 55%, rgb(255, 183, 119) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 163, 82) 0%, rgb(255, 144, 44) 50%, rgb(255, 124, 7) 55%, rgb(255, 183, 119) 100%);
background-image: linear-gradient(to bottom, rgb(255, 163, 82) 0%, rgb(255, 144, 44) 50%, rgb(255, 124, 7) 55%, rgb(255, 183, 119) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa352', endColorstr='#ffb777',GradientType=0 );
}
.background_glassyPeachPuff2h,
.hover_background_glassyPeachPuff2h:hover,
.active_background_glassyPeachPuff2h:active:hover {
background: #ffb777;
background-image: -moz-linear-gradient(top, rgb(255, 199, 149) 0%, rgb(255, 175, 104) 50%, rgb(255, 151, 59) 55%, rgb(255, 223, 194) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 199, 149)), color-stop(50%, rgb(255, 175, 104)), color-stop(55%, rgb(255, 151, 59)), color-stop(100%, rgb(255, 223, 194)));
background-image: -webkit-linear-gradient(top, rgb(255, 199, 149) 0%, rgb(255, 175, 104) 50%, rgb(255, 151, 59) 55%, rgb(255, 223, 194) 100%);
background-image: -o-linear-gradient(top, rgb(255, 199, 149) 0%, rgb(255, 175, 104) 50%, rgb(255, 151, 59) 55%, rgb(255, 223, 194) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 199, 149) 0%, rgb(255, 175, 104) 50%, rgb(255, 151, 59) 55%, rgb(255, 223, 194) 100%);
background-image: linear-gradient(to bottom, rgb(255, 199, 149) 0%, rgb(255, 175, 104) 50%, rgb(255, 151, 59) 55%, rgb(255, 223, 194) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc795', endColorstr='#ffdfc2',GradientType=0 );
}
.background_glassyPeachPuff2a,
.hover_background_glassyPeachPuff2a:hover,
.active_background_glassyPeachPuff2a:active:hover {
background: #ffb777;
background-image: -moz-linear-gradient(top, rgb(255, 223, 194) 0%, rgb(255, 151, 59) 50%, rgb(255, 175, 104) 55%, rgb(255, 199, 149) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 223, 194)), color-stop(50%, rgb(255, 151, 59)), color-stop(55%, rgb(255, 175, 104)), color-stop(100%, rgb(255, 199, 149)));
background-image: -webkit-linear-gradient(top, rgb(255, 223, 194) 0%, rgb(255, 151, 59) 50%, rgb(255, 175, 104) 55%, rgb(255, 199, 149) 100%);
background-image: -o-linear-gradient(top, rgb(255, 223, 194) 0%, rgb(255, 151, 59) 50%, rgb(255, 175, 104) 55%, rgb(255, 199, 149) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 223, 194) 0%, rgb(255, 151, 59) 50%, rgb(255, 175, 104) 55%, rgb(255, 199, 149) 100%);
background-image: linear-gradient(to bottom, rgb(255, 223, 194) 0%, rgb(255, 151, 59) 50%, rgb(255, 175, 104) 55%, rgb(255, 199, 149) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfc2', endColorstr='#ffc795',GradientType=0 );
}
.background_glassyPeachPuff2s,
.hover_background_glassyPeachPuff2s:hover,
.active_background_glassyPeachPuff2s:active:hover {
background: #ffb777;
background-image: -moz-linear-gradient(top, rgb(255, 252, 250) 0%, rgb(255, 223, 194) 50%, rgb(255, 193, 138) 55%, rgb(255, 255, 255) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 252, 250)), color-stop(50%, rgb(255, 223, 194)), color-stop(55%, rgb(255, 193, 138)), color-stop(100%, rgb(255, 255, 255)));
background-image: -webkit-linear-gradient(top, rgb(255, 252, 250) 0%, rgb(255, 223, 194) 50%, rgb(255, 193, 138) 55%, rgb(255, 255, 255) 100%);
background-image: -o-linear-gradient(top, rgb(255, 252, 250) 0%, rgb(255, 223, 194) 50%, rgb(255, 193, 138) 55%, rgb(255, 255, 255) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 252, 250) 0%, rgb(255, 223, 194) 50%, rgb(255, 193, 138) 55%, rgb(255, 255, 255) 100%);
background-image: linear-gradient(to bottom, rgb(255, 252, 250) 0%, rgb(255, 223, 194) 50%, rgb(255, 193, 138) 55%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfa', endColorstr='#ffffff',GradientType=0 );
}
.background_color_glassyPeachPuff2,
.hover_background_color_glassyPeachPuff2:hover,
.active_background_color_glassyPeachPuff2:active:hover {
background-color:#ffb777;
}
.background_first_color_glassyPeachPuff2,
.hover_background_first_color_glassyPeachPuff2:hover,
.active_background_first_color_glassyPeachPuff2:active:hover {
background-color:#ffa352;
}
.background_last_color_glassyPeachPuff2,
.hover_background_last_color_glassyPeachPuff2:hover,
.active_background_color_last_glassyPeachPuff2:active:hover {
background-color:#ffb777;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyPeachPuff2,
.hover_color_glassyPeachPuff2:hover,
.active_color_glassyPeachPuff2:active:hover {
color: #282828;
}
.color_glassyPeachPuff2h,
.hover_color_glassyPeachPuff2h:hover,
.active_color_glassyPeachPuff2h:active:hover {
color: #282828;
}
.color_glassyPeachPuff2a,
.hover_color_glassyPeachPuff2a:hover,
.active_color_glassyPeachPuff2a:active:hover {
color: #ff0;
}
.color_glassyPeachPuff2s,
.hover_color_glassyPeachPuff2s:hover,
.active_color_glassyPeachPuff2s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyPeachPuff2,
.hover_border_glassyPeachPuff2:hover,
.active_border_glassyPeachPuff2:active:hover {
border-color: #ff800e #e06a00 #e06a00 #ff800e;
}
.border_glassyPeachPuff2h,
.hover_border_glassyPeachPuff2h:hover,
.active_border_glassyPeachPuff2h:active:hover {
border-color: #ff800e #e06a00 #e06a00 #ff800e;
}
.border_glassyPeachPuff2a,
.hover_border_glassyPeachPuff2a:hover,
.active_border_glassyPeachPuff2a:active:hover {
border-color: #d16300 #d16300 #d16300 #d16300;
}
.border_glassyPeachPuff2s,
.hover_border_glassyPeachPuff2s:hover,
.active_border_glassyPeachPuff2s:active:hover {
border-color: #d16300 #d16300 #d16300 #d16300;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyPeachPuff2,
.hover_shadow_expand_glassyPeachPuff2:hover,
.active_shadow_expand_glassyPeachPuff2:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 183, 119, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 183, 119, .39);
box-shadow: 0em 0em 1em 0.25em rgba(255, 183, 119, .39);
}
.shadow_expand_glassyPeachPuff2h,
.hover_shadow_expand_glassyPeachPuff2h:hover,
.active_shadow_expand_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 223, 194, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 223, 194, .50);
box-shadow: 0em 0em 1em 0.25em rgba(255, 223, 194, .50);
}
.shadow_expand_glassyPeachPuff2a,
.hover_shadow_expand_glassyPeachPuff2a:hover,
.active_shadow_expand_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 199, 149, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 199, 149, .63);
box-shadow: 0em 0em 1em 0.25em rgba(255, 199, 149, .63);
}
.shadow_expand_glassyPeachPuff2s,
.hover_shadow_expand_glassyPeachPuff2s:hover,
.active_shadow_expand_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 199, 149, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 199, 149, .78);
box-shadow: 0em 0em 1em 0.25em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyPeachPuff2,
.hover_shadow_left_glassyPeachPuff2:hover,
.active_shadow_left_glassyPeachPuff2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 183, 119, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 183, 119, .39);
}
.shadow_left_glassyPeachPuff2h,
.hover_shadow_left_glassyPeachPuff2h:hover,
.active_shadow_left_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 194, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 223, 194, .50);
}
.shadow_left_glassyPeachPuff2a,
.hover_shadow_left_glassyPeachPuff2a:hover,
.active_shadow_left_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .63);
}
.shadow_left_glassyPeachPuff2s,
.hover_shadow_left_glassyPeachPuff2s:hover,
.active_shadow_left_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyPeachPuff2,
.hover_shadow_right_glassyPeachPuff2:hover,
.active_shadow_right_glassyPeachPuff2:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 183, 119, .39);
box-shadow: 0.5em 0em 1em rgba(255, 183, 119, .39);
}
.shadow_right_glassyPeachPuff2h,
.hover_shadow_right_glassyPeachPuff2h:hover,
.active_shadow_right_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 223, 194, .50);
box-shadow: 0.5em 0em 1em rgba(255, 223, 194, .50);
}
.shadow_right_glassyPeachPuff2a,
.hover_shadow_right_glassyPeachPuff2a:hover,
.active_shadow_right_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 199, 149, .63);
box-shadow: 0.5em 0em 1em rgba(255, 199, 149, .63);
}
.shadow_right_glassyPeachPuff2s,
.hover_shadow_right_glassyPeachPuff2s:hover,
.active_shadow_right_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 199, 149, .78);
box-shadow: 0.5em 0em 1em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyPeachPuff2,
.hover_shadow_top_glassyPeachPuff2:hover,
.active_shadow_top_glassyPeachPuff2:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 183, 119, .39);
box-shadow: 0em -0.5em 1em rgba(255, 183, 119, .39);
}
.shadow_top_glassyPeachPuff2h,
.hover_shadow_top_glassyPeachPuff2h:hover,
.active_shadow_top_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 223, 194, .50);
box-shadow: 0em -0.5em 1em rgba(255, 223, 194, .50);
}
.shadow_top_glassyPeachPuff2a,
.hover_shadow_top_glassyPeachPuff2a:hover,
.active_shadow_top_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 199, 149, .63);
box-shadow: 0em -0.5em 1em rgba(255, 199, 149, .63);
}
.shadow_top_glassyPeachPuff2s,
.hover_shadow_top_glassyPeachPuff2s:hover,
.active_shadow_top_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 199, 149, .78);
box-shadow: 0em -0.5em 1em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyPeachPuff2,
.hover_shadow_bottom_glassyPeachPuff2:hover,
.active_shadow_bottom_glassyPeachPuff2:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 183, 119, .39);
box-shadow: 0em 0.5em 1em rgba(255, 183, 119, .39);
}
.shadow_bottom_glassyPeachPuff2h,
.hover_shadow_bottom_glassyPeachPuff2h:hover,
.active_shadow_bottom_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 223, 194, .50);
box-shadow: 0em 0.5em 1em rgba(255, 223, 194, .50);
}
.shadow_bottom_glassyPeachPuff2a,
.hover_shadow_bottom_glassyPeachPuff2a:hover,
.active_shadow_bottom_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 199, 149, .63);
box-shadow: 0em 0.5em 1em rgba(255, 199, 149, .63);
}
.shadow_bottom_glassyPeachPuff2s,
.hover_shadow_bottom_glassyPeachPuff2s:hover,
.active_shadow_bottom_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 199, 149, .78);
box-shadow: 0em 0.5em 1em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyPeachPuff2,
.hover_shadow_top_left_glassyPeachPuff2:hover,
.active_shadow_top_left_glassyPeachPuff2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 183, 119, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 183, 119, .39);
}
.shadow_top_left_glassyPeachPuff2h,
.hover_shadow_top_left_glassyPeachPuff2h:hover,
.active_shadow_top_left_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 223, 194, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 223, 194, .50);
}
.shadow_top_left_glassyPeachPuff2a,
.hover_shadow_top_left_glassyPeachPuff2a:hover,
.active_shadow_top_left_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .63);
}
.shadow_top_left_glassyPeachPuff2s,
.hover_shadow_top_left_glassyPeachPuff2s:hover,
.active_shadow_top_left_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyPeachPuff2,
.hover_shadow_top_right_glassyPeachPuff2:hover,
.active_shadow_top_right_glassyPeachPuff2:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 183, 119, .39);
box-shadow: 0.5em -0.5em 1em rgba(255, 183, 119, .39);
}
.shadow_top_right_glassyPeachPuff2h,
.hover_shadow_top_right_glassyPeachPuff2h:hover,
.active_shadow_top_right_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 223, 194, .50);
box-shadow: 0.5em -0.5em 1em rgba(255, 223, 194, .50);
}
.shadow_top_right_glassyPeachPuff2a,
.hover_shadow_top_right_glassyPeachPuff2a:hover,
.active_shadow_top_right_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 199, 149, .63);
box-shadow: 0.5em -0.5em 1em rgba(255, 199, 149, .63);
}
.shadow_top_right_glassyPeachPuff2s,
.hover_shadow_top_right_glassyPeachPuff2s:hover,
.active_shadow_top_right_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 199, 149, .78);
box-shadow: 0.5em -0.5em 1em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyPeachPuff2,
.hover_shadow_bottom_left_glassyPeachPuff2:hover,
.active_shadow_bottom_left_glassyPeachPuff2:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 183, 119, .39);
box-shadow: -0.5em 0.5em 1em rgba(255, 183, 119, .39);
}
.shadow_bottom_left_glassyPeachPuff2h,
.hover_shadow_bottom_left_glassyPeachPuff2h:hover,
.active_shadow_bottom_left_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 223, 194, .50);
box-shadow: -0.5em 0.5em 1em rgba(255, 223, 194, .50);
}
.shadow_bottom_left_glassyPeachPuff2a,
.hover_shadow_bottom_left_glassyPeachPuff2a:hover,
.active_shadow_bottom_left_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 199, 149, .63);
box-shadow: -0.5em 0.5em 1em rgba(255, 199, 149, .63);
}
.shadow_bottom_left_glassyPeachPuff2s,
.hover_shadow_bottom_left_glassyPeachPuff2s:hover,
.active_shadow_bottom_left_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 199, 149, .78);
box-shadow: -0.5em 0.5em 1em rgba(255, 199, 149, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyPeachPuff2,
.hover_shadow_bottom_right_glassyPeachPuff2:hover,
.active_shadow_bottom_right_glassyPeachPuff2:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 183, 119, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 183, 119, .39);
box-shadow: 0.5em 0.5em 1em rgba(255, 183, 119, .39);
}
.shadow_bottom_right_glassyPeachPuff2h,
.hover_shadow_bottom_right_glassyPeachPuff2h:hover,
.active_shadow_bottom_right_glassyPeachPuff2h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 223, 194, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 223, 194, .50);
box-shadow: 0.5em 0.5em 1em rgba(255, 223, 194, .50);
}
.shadow_bottom_right_glassyPeachPuff2a,
.hover_shadow_bottom_right_glassyPeachPuff2a:hover,
.active_shadow_bottom_right_glassyPeachPuff2a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 199, 149, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 199, 149, .63);
box-shadow: 0.5em 0.5em 1em rgba(255, 199, 149, .63);
}
.shadow_bottom_right_glassyPeachPuff2s,
.hover_shadow_bottom_right_glassyPeachPuff2s:hover,
.active_shadow_bottom_right_glassyPeachPuff2s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 199, 149, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 199, 149, .78);
box-shadow: 0.5em 0.5em 1em rgba(255, 199, 149, .78);
} | 0.595845 | 0.080719 |
.m0 {
margin: 0;
}
.p0 {
padding: 0;
}
body {
background-color: #eef2f6;
}
body p {
line-height: 24px;
font-family: "Karla", sans-serif;
}
body section.row,
body header.row,
body footer.row {
margin: 0;
position: relative;
}
a,
.btn,
button {
outline: none;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
a:before,
a:after,
.btn:before,
.btn:after,
button:before,
button:after {
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
a:focus,
a:hover,
.btn:focus,
.btn:hover,
button:focus,
button:hover {
outline: none;
text-decoration: none;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.sectionGap {
padding: 85px 0 110px;
}
.btn-primary {
padding: 0 28px;
border: 1px solid;
border-radius: 3px;
font: 700 13px/43px "Montserrat", sans-serif;
text-transform: uppercase;
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
white-space: nowrap;
text-shadow: none;
text-align: center;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.btn-primary.btn-outline {
background: none;
}
.btn-primary.white.btn-outline {
background: transparent;
}
.btn-primary.dark.btn-outline {
background: transparent;
}
.btn-primary.btn-sm {
padding: 0 17px;
height: 26px;
line-height: 24px;
font-size: 11px;
}
.btn-primary.btn-md {
padding: 0 19px;
height: 34px;
line-height: 34px;
font-size: 13px;
}
.btn-primary.hmfw {
min-width: 192px;
}
.label,
.label.widget-title {
font: 12px/28px "Montserrat", sans-serif;
color: #fff;
display: inline-block;
padding: 0 20px;
text-transform: uppercase;
border-radius: 3px;
letter-spacing: 0.1px;
margin: 0 auto;
}
.fund_raises .amount_box {
padding-top: 15px;
padding-bottom: 5px;
padding-right: 30px;
text-transform: uppercase;
}
.fund_raises .amount_box + .amount_box {
padding-left: 30px;
padding-right: 0;
border-left: 1px solid;
}
.fund_raises h6 {
font-family: "Montserrat", sans-serif;
margin: 0;
line-height: 1;
margin-bottom: 5px;
}
.fund_raises h2,
.fund_raises h3 {
font-family: "Montserrat", sans-serif;
margin: 0;
line-height: 1;
}
.fund_raises.style2 .amount_box {
padding: 15px 0 0;
}
.fund_raises.style2 .amount_box + .amount_box {
padding: 15px 0 0;
border: none;
}
.fund_raises.style3 .amount_box {
padding-top: 25px;
padding-bottom: 30px;
padding-right: 35px;
padding-left: 35px;
}
@media (max-width: 1199px) {
.fund_raises.style3 .amount_box {
padding-left: 15px;
padding-right: 15px;
}
}
.fund_raises.style3 .amount_box + .amount_box {
padding-left: 35px;
padding-right: 35px;
}
@media (max-width: 1199px) {
.fund_raises.style3 .amount_box + .amount_box {
padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width: 767px) {
.fund_raises.style3 .amount_box + .amount_box {
border: none;
padding-top: 0;
}
}
.fund_raises.style3 h2 {
margin-bottom: 8px;
}
.fund_raises.style3 h2 + h6 {
margin-top: 12px;
}
.progress {
height: 5px;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
overflow: visible;
}
.progress .progress-bar {
position: relative;
-webkit-transition-duration: 1000ms;
transition-duration: 1000ms;
}
.progress .percentage {
position: absolute;
right: 0;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
padding: 0 14px;
border-radius: 3px;
top: -31px;
line-height: 24px;
font-size: 12px;
font-family: "Montserrat", sans-serif;
}
.progress .percentage:after {
display: block;
content: "";
width: 0;
height: 0;
border-top: 4px solid;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.sectionTitle {
max-width: 825px;
margin: 0 auto;
text-transform: uppercase;
}
.sectionTitle h3 {
margin-top: 22px;
line-height: 36px;
font-family: "Montserrat", sans-serif;
font-weight: bold;
margin-bottom: 0;
}
@media (max-width: 767px) {
.sectionTitle h3 {
font-size: 20px;
line-height: 26px;
}
}
.page-content {
padding: 73px 0;
}
.navbar {
padding: 23px 0;
border: none;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.navbar .container .navbar-header .navbar-toggle {
border-radius: 0;
margin-top: 5px;
margin-bottom: 5px;
}
.navbar .container .navbar-header .navbar-toggle[aria-expanded="false"] {
background: #435061;
border-color: #435061;
}
.navbar .container .navbar-header .navbar-toggle[aria-expanded="false"] span {
background: #29af8a;
}
.navbar .container .navbar-header .navbar-toggle[aria-expanded="true"] {
margin-bottom: 20px;
background: #29af8a;
border-color: #29af8a;
}
.navbar .container .navbar-header .navbar-toggle[aria-expanded="true"] span {
background: #435061;
}
.navbar .container .navbar-header .navbar-brand {
margin-left: 0;
}
@media (max-width: 767px) {
.navbar .container .navbar-header .navbar-brand {
margin-left: 15px;
}
}
.navbar .container .navbar-header .navbar-brand img {
max-height: 37px;
}
.navbar.affix {
top: 0;
width: 100%;
padding: 10px 0;
}
.navbar.affix + header,
.navbar.affix + section {
margin-top: 91px;
}
.navbar.affix-bottom {
position: absolute;
width: 100%;
}
.navbar-brand {
line-height: 45px;
padding: 0;
display: block;
height: auto;
}
.navbar-brand img {
display: inline;
}
@media (max-width: 767px) {
#mainNav {
max-height: 250px;
}
}
#mainNav .navbar-nav {
margin-right: 10px;
}
@media (max-width: 991px) {
#mainNav .navbar-nav {
margin-right: -15px;
}
}
@media (max-width: 767px) {
#mainNav .navbar-nav {
margin-top: 0;
margin-bottom: 0;
}
}
#mainNav .navbar-nav li a {
padding: 0 20px;
font: bold 13px/45px "Montserrat", sans-serif;
text-transform: uppercase;
text-shadow: none;
}
@media (max-width: 1199px) {
#mainNav .navbar-nav li a {
padding: 0 15px;
}
}
@media (max-width: 767px) {
#mainNav .navbar-nav li a {
line-height: 35px;
}
}
#mainNav .navbar-nav li a:focus {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#mainNav .navbar-nav li a + ul {
border: none;
padding: 15px;
border-radius: 0;
min-width: 254px;
left: 0;
-webkit-box-shadow: 0px 2px 5px 0px rgba(125, 140, 159, 0.46);
box-shadow: 0px 2px 5px 0px rgba(125, 140, 159, 0.46);
}
@media (min-width: 1025px) {
#mainNav .navbar-nav li a + ul {
display: block;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
-webkit-transition-duration: 200ms;
transition-duration: 200ms;
}
}
#mainNav .navbar-nav li a + ul li {
padding: 0;
position: relative;
}
#mainNav .navbar-nav li a + ul li a {
font: 700 13px/48px "Montserrat", sans-serif;
}
#mainNav .navbar-nav li a + ul li a:hover,
#mainNav .navbar-nav li a + ul li a:focus {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
@media (min-width: 1025px) {
#mainNav .navbar-nav li a + ul li a + ul {
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left;
position: absolute;
left: 100%;
top: 0;
}
}
#mainNav .navbar-nav li:hover > a,
#mainNav .navbar-nav li:focus > a,
#mainNav .navbar-nav li.open > a {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
@media (min-width: 1025px) {
#mainNav .navbar-nav li:hover > a + ul,
#mainNav .navbar-nav li:focus > a + ul,
#mainNav .navbar-nav li.open > a + ul {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@media (min-width: 1025px) {
#mainNav .navbar-nav li:hover > a + ul li a + ul,
#mainNav .navbar-nav li:focus > a + ul li a + ul,
#mainNav .navbar-nav li.open > a + ul li a + ul {
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
}
}
@media (min-width: 1025px) {
#mainNav .navbar-nav li:hover > a + ul li:hover a + ul,
#mainNav .navbar-nav li:hover > a + ul li.active a + ul,
#mainNav .navbar-nav li:hover > a + ul li.open a + ul,
#mainNav .navbar-nav li:focus > a + ul li:hover a + ul,
#mainNav .navbar-nav li:focus > a + ul li.active a + ul,
#mainNav .navbar-nav li:focus > a + ul li.open a + ul,
#mainNav .navbar-nav li.open > a + ul li:hover a + ul,
#mainNav .navbar-nav li.open > a + ul li.active a + ul,
#mainNav .navbar-nav li.open > a + ul li.open a + ul {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
}
#mainNav .navbar-nav li.active a {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.header1 {
padding: 30px 0;
}
.logo a {
display: block;
float: left;
line-height: 45px;
}
.logo a img {
max-height: 100px;
margin: -46px 0px;
}
.language_picker {
margin-left: 25px;
padding: 6px 0;
}
.language_picker
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: auto;
}
.language_picker .btn-group {
text-transform: uppercase;
}
.language_picker .btn-group .btn {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
text-transform: uppercase;
font: 700 13px/30px "Montserrat", sans-serif;
padding: 0 12px;
outline: none;
border-radius: 2px;
}
.language_picker .btn-group .btn:focus {
outline: none;
}
.language_picker .btn-group .btn .filter-option {
width: auto;
}
.language_picker .btn-group .btn .bs-caret {
margin-left: 12px;
}
.language_picker .btn-group .btn .caret {
position: relative;
margin-left: 0;
right: 0;
border-width: 3px 3px 0 3px;
}
.language_picker .dropdown-menu {
z-index: 1100;
}
.emergency-contact .pull-left {
padding-right: 20px;
text-transform: uppercase;
}
.emergency-contact .pull-left + .pull-left {
border-left: 1px solid;
padding-right: 25px;
padding-left: 20px;
}
.emergency-contact .pull-left + .pull-left h5 {
font-size: 18px;
}
.emergency-contact .pull-left span {
display: table-cell;
font-size: 30px;
padding-right: 12px;
}
.emergency-contact .pull-left span.rotate i {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg);
}
.emergency-contact .pull-left .infos_col {
display: table-cell;
vertical-align: middle;
}
.emergency-contact .pull-left h6 {
font-family: "Montserrat", sans-serif;
font-size: 11px;
margin: 0;
line-height: 1.25;
}
.emergency-contact .pull-left h5 {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 0;
line-height: 1.25;
}
.emergency-contact .pull-left h4 {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 0;
line-height: 1.25;
}
.topbar {
text-transform: uppercase;
font: 12px/50px "Montserrat", sans-serif;
}
@media (max-width: 479px) {
.topbar .welcome-notice {
width: 100%;
}
}
@media (max-width: 767px) {
.topbar .nav {
margin: 0;
}
}
@media (max-width: 479px) {
.topbar .nav {
width: 100%;
}
}
@media (max-width: 767px) {
.topbar .nav li {
float: left;
}
}
.topbar .nav li a {
padding: 0 15px;
line-height: 50px;
font-weight: 700;
text-shadow: none;
}
@media (max-width: 767px) {
.topbar .nav li a {
width: 53px;
height: 50px;
}
}
.topbar .nav li a i {
margin-right: 12px;
font-size: 14px;
}
@media (max-width: 767px) {
.topbar .nav li a i {
width: 53px;
}
}
.topbar .nav li a:hover,
.topbar .nav li a:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.topbar .nav li.search-form form {
position: relative;
}
.topbar .nav li.search-form form .form-control {
line-height: 50px;
padding: 0 15px;
background: transparent;
border: none;
height: 50px;
-webkit-box-shadow: none;
box-shadow: none;
font-weight: normal;
font-size: 12px;
width: 53px;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.topbar .nav li.search-form form .form-control::-moz-placeholder {
color: transparent;
opacity: 1;
transition: all 300ms linear 0s;
}
.topbar .nav li.search-form form .form-control:-ms-input-placeholder {
color: transparent;
transition: all 300ms linear 0s;
}
.topbar .nav li.search-form form .form-control::-webkit-input-placeholder {
color: transparent;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.topbar .nav li.search-form form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
width: 300px;
}
@media (max-width: 479px) {
.topbar .nav li.search-form form .form-control:focus {
width: 224px;
}
}
@media (max-width: 359px) {
.topbar .nav li.search-form form .form-control:focus {
width: 184px;
}
}
.topbar .nav li.search-form form .form-control:focus::-moz-placeholder {
opacity: 1;
}
.topbar .nav li.search-form form .input-group-addon {
position: absolute;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
border: none;
border-radius: 0;
font-size: 16px;
right: 0;
display: block;
width: 53px;
height: 50px;
text-align: center;
line-height: 50px;
}
.navbar-form {
width: 256px;
margin: 0;
padding: 0;
}
.navbar-form .form-group {
width: 203px;
display: block;
float: left;
}
.navbar-form .form-control {
line-height: 50px;
padding: 0 15px;
border: none;
height: 50px;
-webkit-box-shadow: none;
box-shadow: none;
font-weight: 700;
font-family: "Montserrat", sans-serif;
font-size: 13px;
width: 100%;
border-radius: 0;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.navbar-form .form-control::-moz-placeholder {
opacity: 1;
transition: all 300ms linear 0s;
}
.navbar-form .form-control:-ms-input-placeholder {
transition: all 300ms linear 0s;
}
.navbar-form .form-control::-webkit-input-placeholder {
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.navbar-form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
font-weight: 300;
}
.navbar-form .form-control:focus::-moz-placeholder {
opacity: 1;
}
.navbar-form button {
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
border-radius: 0;
font-size: 16px;
width: 53px;
height: 50px;
text-align: center;
line-height: 50px;
text-shadow: none;
}
.featured_events .caption {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.featured_events .caption .caption_row {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
@media (max-width: 991px) {
.featured_events .caption {
position: relative;
top: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.featured_events .event_box {
max-width: 380px;
}
@media (max-width: 991px) {
.featured_events .event_box {
max-width: 100%;
}
}
.featured_events .owl-dots {
display: table;
position: absolute;
left: 50%;
bottom: 38px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 991px) {
.featured_events .owl-dots {
bottom: 0;
}
}
.featured_events .owl-dots .owl-dot {
width: 12px;
height: 12px;
border-radius: 100%;
float: left;
}
.featured_events .owl-dots .owl-dot + .owl-dot {
margin-left: 5px;
}
.featured_event_box {
padding: 40px 37px 38px;
}
@media (max-width: 1199px) {
.featured_event_box {
padding: 25px;
}
}
@media (max-width: 991px) {
.featured_event_box {
padding: 25px 0;
}
}
.featured_event_box .label {
padding: 0 15px;
}
.featured_event_box .days_left {
font: 700 13px/28px "Montserrat", sans-serif;
}
.featured_event_box .event_meta {
margin-bottom: 15px;
}
@media (max-width: 1199px) {
.featured_event_box .event_meta {
margin-bottom: 10px;
}
}
.featured_event_box .event_link {
margin-top: 0;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.featured_event_box .event_link {
margin-bottom: 15px;
}
}
.featured_event_box .event_link a {
line-height: 30px;
font-weight: 700;
font-family: "Montserrat", sans-serif;
}
@media (max-width: 1199px) {
.featured_event_box .event_link a {
line-height: 24px;
}
}
.featured_event_box p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 30px;
}
@media (max-width: 1199px) {
.featured_event_box p {
margin-bottom: 20px;
}
}
.featured_event_box .fund_raises {
border-top: 0.5px solid;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.featured_event_box .fund_raises {
margin-bottom: 15px;
}
}
.featured_event_box .fund_raises .amount_box {
width: 50%;
padding-top: 20px;
}
@media (max-width: 1199px) {
.featured_event_box .fund_raises .amount_box {
padding-top: 15px;
}
}
@media (max-width: 767px) {
.featured_event_box .fund_raises h2 {
font-size: 24px;
}
}
.donate_form {
border-radius: 3px;
padding: 50px;
max-width: 700px;
margin: 0 auto;
position: relative;
}
@media (max-width: 767px) {
.donate_form {
padding: 30px;
}
}
.donate_form button.mfp-close {
position: absolute;
border-radius: 100%;
top: 25px;
right: 25px;
width: 20px;
height: 20px;
opacity: 1;
line-height: 20px;
font-size: 22px;
}
.donate_form h3,
.donate_form h5,
.donate_form strong {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 0 0 10px;
}
.donate_form h3 {
margin: 0 0 45px;
}
.donate_form h4 {
line-height: 1;
}
.donate_form h5 {
margin-bottom: 20px;
}
.donate_form input[type="radio"] {
display: none;
}
.donate_form input[type="radio"] + label {
font-weight: normal;
padding-left: 30px;
margin-bottom: 45px;
position: relative;
font: 15px/24px "Karla", sans-serif;
}
.donate_form input[type="radio"] + label:before {
content: "";
float: left;
width: 18px;
height: 18px;
border: 1px solid;
border-radius: 100%;
margin-left: -30px;
}
.donate_form input[type="radio"] + label:after {
content: "";
display: block;
width: 10px;
height: 10px;
background: transparent;
border-radius: 100%;
left: 4px;
position: absolute;
top: 4px;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.donate_form .input-group .left {
width: 52px;
}
.donate_form .input-group .form-control {
height: 45px;
-webkit-box-shadow: none;
box-shadow: none;
}
.donate_form .input-group .form-control:not(:first-child):not(:last-child) {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
@media (max-width: 479px) {
.donate_form .input-group .form-control:not(:first-child):not(:last-child) {
border-bottom-right-radius: 0;
}
}
.donate_form .input-group .right {
background: none;
border: none;
padding: 0;
padding-left: 8px;
}
@media (max-width: 479px) {
.donate_form .input-group .right {
float: left;
padding-left: 0;
display: block;
width: 100%;
}
.donate_form .input-group .right button {
display: block;
width: 100%;
border-radius: 0 0 3px 0;
}
}
.help-process_row {
margin-bottom: 70px;
}
.help-process {
text-align: center;
}
.help-process .icon_box {
line-height: 70px;
}
.help-process h5 {
margin: 25px 0;
line-height: 1;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-weight: bold;
}
.help-process p {
font: 16px/24px "Karla", sans-serif;
margin: 0;
}
.help-process {
text-align: center;
}
.help-process .icon_box {
line-height: 70px;
}
.help-process h5 {
margin: 25px 0;
line-height: 1;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-weight: bold;
}
.help-process p {
font: 16px/24px "Karla", sans-serif;
margin: 0;
}
.how_help .sectionTitle {
margin-bottom: 55px;
}
.how_help .buttons {
display: table;
margin: 0 auto;
text-align: center;
}
@media (max-width: 479px) {
.how_help .buttons {
max-width: 250px;
}
}
.how_help .buttons a {
float: left;
margin-bottom: 0;
}
@media (max-width: 479px) {
.how_help .buttons a {
float: none;
display: inline-block;
}
}
.how_help .buttons a + a {
margin-left: 20px;
}
@media (max-width: 479px) {
.how_help .buttons a + a {
margin-left: 0;
margin-top: 10px;
}
}
.how_help2.row {
margin-top: -162px;
z-index: 2;
}
@media (max-width: 991px) {
.how_help2.row {
margin-top: 5px;
}
}
.help-process2 {
padding: 0 60px;
}
@media (max-width: 991px) {
.help-process2 {
border-top: 1px solid;
}
}
@media (max-width: 767px) {
.help-process2 {
padding: 0 25px;
}
}
.help-process2 + .help-process2 {
border-left: 1px solid;
}
@media (max-width: 991px) {
.help-process2 + .help-process2 {
border-left: none;
}
}
.help-process2 .media-left {
vertical-align: middle;
padding-right: 25px;
}
.help-process2 h5 {
margin-top: 30px;
margin-bottom: 10px;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
}
.help-process2 p {
margin-bottom: 25px;
line-height: 21px;
}
.how_help3 {
padding: 85px 0;
}
@media (max-width: 767px) {
.how_help_post {
margin-bottom: 60px;
}
}
.how_help_post .this_title {
margin: 30px 0 20px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
line-height: 36px;
}
.how_help_post p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 40px;
}
.help-process3 {
margin-top: 20px;
}
.help-process3 .media-left {
padding-right: 20px;
}
.help-process3 .media-left span {
display: block;
width: 70px;
text-align: center;
}
.help-process3 h5 {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-weight: 700;
margin: 0 0 15px;
}
.help-process3 p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 20px;
}
.upcoming_recent_events {
padding-top: 90px;
}
.upcoming_recent_events .sectionTitle {
margin-bottom: 45px;
}
.upcoming_recent_events.style2 {
padding-bottom: 90px;
}
.upcoming_events {
padding: 15px;
text-transform: uppercase;
}
@media (max-width: 767px) {
.upcoming_events {
max-width: 400px;
margin: 0 auto;
}
}
.upcoming_events .event_cover_photo {
position: relative;
margin: 0;
}
.upcoming_events .event_cover_photo img {
width: 100%;
}
.upcoming_events .event_cover_photo .upcoming_label {
position: absolute;
top: 20px;
right: 20px;
}
.upcoming_events .event_cover_photo .event_time_loc {
position: absolute;
bottom: 0;
left: 0;
right: 0;
line-height: 30px;
margin: 0;
text-align: center;
font-family: "Montserrat", sans-serif;
font-weight: 700;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
@media (max-width: 599px) {
.upcoming_events .event_cover_photo .event_time_loc {
line-height: 20px;
padding: 5px 15px;
}
}
.upcoming_events .event_cover_photo .event_time_loc .by {
margin-right: 15px;
}
@media (max-width: 767px) {
.upcoming_events .event_cover_photo .event_time_loc .by {
margin-right: 0;
}
.upcoming_events .event_cover_photo .event_time_loc .by:after {
content: ",";
display: inline-block;
}
}
@media (max-width: 767px) {
.upcoming_events .event_cover_photo .event_time_loc .date_time:after {
content: ",";
display: inline-block;
}
}
.upcoming_events .event_cover_photo .event_time_loc .loc {
margin-left: 15px;
}
@media (max-width: 767px) {
.upcoming_events .event_cover_photo .event_time_loc .loc {
margin-left: 0;
}
}
.upcoming_events .event_title {
font-weight: bold;
font-family: "Montserrat", sans-serif;
line-height: 21px;
margin-top: 20px;
margin-bottom: 0;
}
.upcoming_events .event_summery {
font: 16px/24px "Karla", sans-serif;
text-transform: none;
margin-bottom: 0;
}
.upcoming_events.style2 .event_summery {
margin: 20px 0 25px;
}
.upcoming_events.col-md-6 .event_cover_photo .event_time_loc {
line-height: 39px;
}
@media (max-width: 767px) {
.upcoming_events.col-md-6 .event_cover_photo .event_time_loc {
line-height: 20px;
padding: 5px 20px;
}
}
.upcoming_events.col-md-6 .event_title {
margin: 35px 0 20px;
font-size: 16px;
line-height: 1.25;
}
@media (max-width: 599px) {
.upcoming_events.col-md-6 .event_title {
margin-top: 15px;
}
}
.recent_products {
padding: 78px 0 98px;
}
.recent_products .sectionTitle {
margin-bottom: 40px;
}
@media (max-width: 699px) {
.recent_product_carosel {
max-width: 360px;
margin: 0 auto;
}
}
.recent_product_carosel .owl-dots {
display: table;
position: relative;
margin: 13px auto 0;
}
.recent_product_carosel .owl-dots .owl-dot {
width: 12px;
height: 12px;
border-radius: 100%;
float: left;
}
.recent_product_carosel .owl-dots .owl-dot + .owl-dot {
margin-left: 8px;
}
.recent_product_carosel .owl-dots .owl-dot.active {
background: #435061;
}
.quotes_row {
padding: 90px 0 100px;
}
.quotes_row:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(../images/world-map.png) repeat fixed center center;
opacity: 0.12;
z-index: 0;
}
.quotes_row .container {
position: relative;
z-index: 1;
}
.quotes_row .sectionTitle {
margin-bottom: 55px;
}
.quotes_row.style2 {
background: #29af8a;
}
.quotation_block {
padding: 15px;
}
.quotation_block .quote_block {
padding: 35px 35px 55px;
margin: 0 0 40px;
letter-spacing: -0.1px;
position: relative;
}
@media (max-width: 1199px) {
.quotation_block .quote_block {
padding: 20px 20px 40px;
}
}
.quotation_block .quote_block:after {
content: "";
display: block;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -10px;
width: 0;
height: 0;
border-top: 10px solid;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
}
.quotation_block .quote_block .quote_sign {
font-family: "Lora", serif;
font-size: 72px;
letter-spacing: 0.25px;
line-height: 40px;
height: 40px;
display: block;
padding-top: 18px;
}
.quotation_block .quote_block p {
margin-bottom: 0;
font: italic 18px/27px "Karla", sans-serif;
}
@media (max-width: 1199px) {
.quotation_block .quote_block p {
font-size: 16px;
line-height: 24px;
}
}
.quotation_block h5 {
font-family: "Montserrat", sans-serif;
font-weight: bold;
text-transform: uppercase;
margin: 0;
line-height: 24px;
}
.quotation_block h6 {
font-family: "Montserrat", sans-serif;
font-weight: bold;
text-transform: uppercase;
margin: 0;
line-height: 24px;
}
.beVolunteer {
padding: 169px 0;
background: url(../images/beVolunteer.jpg) no-repeat fixed center 0;
-webkit-background-size: cover;
background-size: cover;
}
.beVolunteer.sponsor_variation {
background-image: url(../images/sponsors2.jpg);
}
.beVolunteerBox {
max-width: 458px;
padding: 39px 45px 45px;
}
@media (max-width: 479px) {
.beVolunteerBox {
max-width: 340px;
padding: 30px;
}
}
.beVolunteerBox .sectionTitle h3 {
margin-top: 15px;
}
.beVolunteerBox p {
font: 16px/24px "Karla", sans-serif;
margin: 20px 0 25px;
}
.beVolunteer2 {
overflow: hidden;
}
.beVolunteer2 .container {
padding: 35px 15px;
position: relative;
}
.beVolunteer2 .container:before {
content: "";
display: block;
position: absolute;
top: 17px;
left: -159px;
background: url(../images/smile.png) no-repeat scroll 0 0;
width: 138px;
height: 138px;
}
@media (max-width: 1199px) {
.beVolunteer2 .container:before {
left: -80px;
}
}
@media (max-width: 767px) {
.beVolunteer2 .container:before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.beVolunteer2 h3 {
margin: 0;
color: #fff;
text-transform: uppercase;
font-weight: 700;
font-family: "Montserrat", sans-serif;
letter-spacing: -0.2px;
line-height: 48px;
}
@media (max-width: 1199px) {
.beVolunteer2 h3 {
line-height: 30px;
}
}
.beVolunteer2 p {
padding: 0 20px;
margin: 0;
font-size: 16px;
}
@media (max-width: 1199px) {
.beVolunteer2 p {
padding: 0;
}
}
@media (max-width: 767px) {
.beVolunteer2 .text-right {
text-align: left;
padding-top: 20px;
}
}
.latest_news {
padding: 102px 0 120px;
}
.latest_news .sectionTitle {
margin-bottom: 50px;
}
.latest-post {
padding: 15px;
}
@media (max-width: 767px) {
.latest-post {
max-width: 400px;
margin: 0 auto;
}
}
.latest-post .featured_cont {
max-height: 163px;
position: relative;
}
.latest-post .featured_cont img {
max-width: 100%;
}
.latest-post .featured_cont i {
position: absolute;
font-size: 36px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.latest-post .post-title {
font-family: "Montserrat", sans-serif;
line-height: 21px;
font-weight: bold;
text-transform: uppercase;
margin-top: 20px;
}
.latest-post .post-meta {
font-family: "Montserrat", sans-serif;
line-height: 21px;
font-weight: bold;
text-transform: uppercase;
display: block;
margin: 0 0 15px;
}
.latest-post .post-meta a {
display: inline-block;
}
.latest-post .post-meta a + a {
margin-left: 15px;
}
.latest-post .post-meta .tag-name + .tag-name {
margin-left: 0px;
}
.latest-post .post-excerpts {
font: 15px/24px "Karla", sans-serif;
margin-bottom: 20px;
}
.latest-post.media {
padding: 30px 0;
}
.latest-post.media:first-child {
padding-top: 0;
}
.latest-post.media + .media {
margin-top: 0;
border-top: 1px solid;
}
.latest-post.media .featured_cont {
padding-left: 30px;
}
@media (max-width: 767px) {
.latest-post.media .featured_cont {
display: block;
padding: 20px 0 0;
max-height: none;
}
}
.latest-post.media .featured_cont a {
display: block;
width: 263px;
height: 163px;
position: relative;
}
.latest-post.media .post-title {
margin-top: 0;
line-height: 27px;
}
.latest-post.media .post-meta {
margin: 0 0 20px;
}
.latest-post.media .post-excerpts {
margin-bottom: 25px;
}
.sponsor_banner {
padding: 125px 0 145px;
}
.sponsor_banner:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(../images/sponsors.jpg) repeat fixed center center;
opacity: 0.1;
z-index: 0;
}
.sponsor_banner .container {
max-width: 570px;
position: relative;
z-index: 1;
}
.sponsor_banner p {
font: 16px/24px "Karla", sans-serif;
margin: 22px 0 40px;
}
.sponsor_banner .btn-primary + .btn-primary {
margin-left: 18px;
}
@media (max-width: 479px) {
.sponsor_banner .btn-primary + .btn-primary {
margin-left: 0;
margin-top: 10px;
}
}
.sponsor_banner.style2:before {
opacity: 0.9;
background-image: url(../images/world-map2.png);
}
.sponsor_banner.style2 .container {
max-width: 460px;
}
.newsletter_signup {
padding: 38px 0;
}
.newsletter_signup h4 {
margin: 0 0 3px;
font-family: "Montserrat", sans-serif;
font-weight: bold;
line-height: 1;
}
.newsletter_signup p {
margin: 0;
font: 15px/24px "Karla", sans-serif;
}
@media (max-width: 767px) {
.newsletter_signup p {
margin-bottom: 10px;
}
}
.newsletter_signup.style2 {
overflow: hidden;
}
.newsletter_signup.style2:before {
font-family: "FontAwesome";
content: "\f003";
font-size: 172px;
display: block;
opacity: 0.2;
position: absolute;
right: -35px;
top: -3px;
line-height: 1;
-moz-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0);
-webkit-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0);
-ms-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0);
}
.newsletter_signup.style3 {
overflow: hidden;
}
.newsletter_signup.style3 .container {
position: relative;
}
.newsletter_signup.style3 .container:before {
font-family: "FontAwesome";
content: "\f003";
font-size: 172px;
display: block;
color: #262d36;
opacity: 0.2;
position: absolute;
right: -210px;
top: -41px;
line-height: 1;
-moz-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0);
-webkit-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0);
-ms-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0);
}
.newsletter_signup_form .form-control {
border-radius: 2px;
width: 260px;
font: 16px/24px "Karla", sans-serif;
padding: 9px 15px;
height: 42px;
border: none;
float: left;
-webkit-box-shadow: none;
box-shadow: none;
margin-right: 11px;
}
@media (max-width: 1199px) {
.newsletter_signup_form .form-control {
width: 256px;
margin-bottom: 10px;
}
}
.newsletter_signup_form .form-control::-moz-placeholder {
opacity: 1;
}
.newsletter_signup_form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.newsletter_signup_form .btn-primary {
line-height: 40px;
}
.footer {
overflow: hidden;
}
.footer_sidebar {
padding: 73px 0 83px;
}
.footer_sidebar .widget-title {
margin-bottom: 30px;
}
.footer_sidebar h5.widget-title {
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
margin-top: 0;
}
@media (max-width: 991px) {
.footer_sidebar .widget {
margin-bottom: 20px;
}
}
.footer_sidebar .widget p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 2px;
}
.footer_sidebar .widget .btn-primary {
margin-top: 25px;
min-width: 193px;
}
.footer_sidebar .recent-posts li {
padding: 10px 0;
}
.footer_sidebar .recent-posts li a {
padding: 0;
font: 13px/21px "Montserrat", sans-serif;
text-transform: uppercase;
}
.footer_sidebar .recent-posts li a:hover,
.footer_sidebar .recent-posts li a:focus {
background: none;
}
.footer_sidebar .recent-posts li + li {
border-top: 1px solid;
}
.footer_sidebar .recent-posts li:first-child {
padding-top: 0;
}
.footer_sidebar .recent-posts li:last-child {
padding-bottom: 0;
}
.footer_sidebar .tweet p {
margin-bottom: 0;
}
.footer_sidebar address {
font: 16px/24px "Karla", sans-serif;
}
.copyright_area {
font: 16px/24px "Karla", sans-serif;
}
.copyright_area .copy_inner {
padding: 23px 0;
position: relative;
}
.copyright_area .copy_inner:before {
content: "";
width: -webkit-calc(100% - 30px);
width: calc(100% - 30px);
left: 15px;
display: block;
height: 1px;
position: absolute;
top: 0;
}
.copyright_area .nav {
float: right;
}
.copyright_area .nav li {
float: left;
}
@media (max-width: 991px) {
.copyright_area .nav li {
float: none;
text-align: right;
}
}
@media (max-width: 767px) {
.copyright_area .nav li {
float: left;
text-align: left;
margin-top: 15px;
}
}
@media (max-width: 479px) {
.copyright_area .nav li {
float: none;
text-align: left;
}
}
.copyright_area .nav li + li {
margin-left: 12px;
}
@media (max-width: 991px) {
.copyright_area .nav li + li {
margin-left: 0;
}
}
@media (max-width: 767px) {
.copyright_area .nav li + li {
margin-left: 10px;
}
}
@media (max-width: 479px) {
.copyright_area .nav li + li {
margin-left: 0;
margin-top: 0;
}
}
.copyright_area .nav li a {
padding: 0;
}
.copyright_area .nav li a:hover,
.copyright_area .nav li a:focus {
background: none;
}
.footer2 .copyright_area .copy_inner {
border: none;
}
.footer2 .copyright_area .copy_inner:before {
display: none;
}
.navbar2 {
padding: 0;
}
@media (max-width: 767px) {
.navbar2 #mainNav {
padding: 15px;
}
}
.navbar2 #mainNav .nav {
margin: 0;
}
.navbar2 #mainNav .nav li a {
line-height: 50px;
text-shadow: none;
padding: 0 20px;
}
.navbar2 #mainNav .nav li .dropdown-menu li {
float: none;
display: block;
}
.navbar2 .navbar-right li {
float: left;
}
@media (max-width: 991px) {
.navbar2 .navbar-right li {
display: none;
}
}
@media (max-width: 991px) {
.navbar2 .navbar-right li.dropdown {
display: block;
}
}
.navbar2 .navbar-right li a {
font-size: 16px;
}
.navbar2 .navbar-right li .dropdown-menu {
padding: 20px;
margin: 0;
border-radius: 0;
width: 300px;
border: none;
}
@media (max-width: 767px) {
.navbar2 .navbar-right li .dropdown-menu {
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar2 .navbar-right li:last-child a {
font-size: 18px;
}
.navbar2 .search_form .form-control {
border-radius: 0;
height: 40px;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar2 .search_form .form-control::-moz-placeholder {
opacity: 1;
}
.navbar2 .search_form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar2.affix {
padding: 0;
}
.navbar2.affix + header,
.navbar2.affix + section {
margin-top: 50px;
}
.navbar3 {
background: none;
position: absolute;
width: 100%;
}
@media (max-width: 767px) {
.navbar3 #mainNav {
background: #91a1b4;
}
}
.navbar3 #mainNav .navbar-nav li .dropdown-menu li {
float: none;
display: block;
}
.navbar3.affix + header,
.navbar3.affix + section {
margin-top: 0;
}
.featured_news .caption {
position: absolute;
top: 40%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
}
@media (max-width: 991px) {
.featured_news .caption {
top: 50%;
}
}
@media (max-width: 767px) {
.featured_news .caption {
top: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
position: relative;
background: #fff;
padding: 40px 0;
}
}
.featured_news .news-title {
margin: 25px 0;
}
@media (max-width: 1199px) {
.featured_news .news-title {
margin: 20px 0 10px;
}
}
.featured_news .news-title a {
line-height: 32px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.featured_news p {
font: 16px/24px "Karla", sans-serif;
opacity: 0.72;
margin-bottom: 35px;
}
@media (max-width: 1199px) {
.featured_news p {
margin-bottom: 10px;
}
}
.featured_news .owl-dots {
display: table;
position: absolute;
left: 50%;
bottom: 145px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 991px) {
.featured_news .owl-dots {
bottom: 20px;
}
}
.featured_news .owl-dots .owl-dot {
width: 12px;
height: 12px;
border-radius: 100%;
float: left;
}
.featured_news .owl-dots .owl-dot + .owl-dot {
margin-left: 5px;
}
.page-wrapper {
max-width: 1333px;
margin: 0 auto;
}
.our_causes {
padding: 90px 0;
}
.our_causes .sectionTitle {
margin-bottom: 35px;
}
.our_recent_cause {
padding: 15px;
}
.our_casuses {
padding: 70px 0 80px;
}
.our_casuses .sectionTitle {
margin-bottom: 30px;
}
.our_casuses.style3 {
background: none;
}
@media (max-width: 699px) {
.causes_carousel {
max-width: 400px;
margin: 0 auto;
}
}
.causes_carousel .item {
padding: 15px;
}
@media (max-width: 479px) {
.causes_carousel .item {
padding: 5px;
}
}
.causes_carousel .item .item {
padding: 0;
}
.causes_carousel .item .carousel-indicators {
bottom: 20px;
margin-bottom: 0;
display: table;
width: auto;
margin-left: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.causes_carousel .item .carousel-indicators li {
width: 12px;
height: 12px;
border: none;
margin: 0;
float: left;
}
.causes_carousel .item .carousel-indicators li + li {
margin-left: 8px;
}
.causes_carousel .item .images_row {
text-align: center;
overflow: hidden;
position: relative;
z-index: 0;
}
.causes_carousel .item .images_row img {
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.causes_carousel .item .images_row a.btn-primary {
position: absolute;
bottom: -50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(50%);
-ms-transform: translateX(-50%) translateY(50%);
transform: translateX(-50%) translateY(50%);
z-index: 10;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.causes_carousel .item .cause_excepts {
padding: 30px;
}
.causes_carousel .item .fund_raises .amount_box {
width: 50%;
}
.causes_carousel .item .cuase_title {
margin: 0 0 20px;
}
.causes_carousel .item .cuase_title a {
font: 700 16px/1.25 "Montserrat", sans-serif;
}
.causes_carousel .item p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 50px;
}
.causes_carousel .item:hover .images_row img,
.causes_carousel .item:focus .images_row img {
opacity: 0.3;
}
.causes_carousel .item:hover .images_row a.btn-primary,
.causes_carousel .item:focus .images_row a.btn-primary {
bottom: 50%;
}
.causes_carousel .owl-dots {
display: table;
position: relative;
margin: 13px auto 0;
}
.causes_carousel .owl-dots .owl-dot {
width: 12px;
height: 12px;
border-radius: 100%;
float: left;
}
.causes_carousel .owl-dots .owl-dot + .owl-dot {
margin-left: 8px;
}
.cause_imgs .owl-dots {
display: table;
position: absolute;
bottom: 40px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.cause_imgs .owl-dots .owl-dot {
width: 12px;
height: 12px;
border-radius: 100%;
float: left;
}
.cause_imgs .owl-dots .owl-dot + .owl-dot {
margin-left: 8px;
}
.featured_recent_cause {
padding: 15px;
}
@media (max-width: 767px) {
.featured_recent_cause {
max-width: 360px;
margin: 0 auto;
}
}
@media (max-width: 991px) {
.featured_recent_cause .event_box {
padding: 25px;
}
}
.recent_cause {
padding: 15px;
text-align: center;
}
@media (max-width: 767px) {
.recent_cause {
max-width: 360px;
margin: 0 auto;
}
}
.recent_cause img {
margin-bottom: 40px;
}
.recent_cause .cause_desc {
position: absolute;
padding: 0 35px;
top: 223px;
left: 0;
width: 100%;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
@media (max-width: 767px) {
.recent_cause .cause_desc {
padding: 0 10px;
}
}
.recent_cause h5 {
font-family: "Montserrat", sans-serif;
line-height: 40px;
text-transform: uppercase;
margin: 0 0 10px;
}
.recent_cause p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 25px;
}
.recent_cause .inner {
position: relative;
overflow: hidden;
}
.recent_cause .inner:hover .cause_desc {
top: 0;
padding-top: 25px;
padding-bottom: 45px;
}
.page-header {
background: url(../images/page-header.jpg) no-repeat scroll center top;
text-transform: uppercase;
-webkit-background-size: cover;
background-size: cover;
padding-bottom: 0;
}
.page-header h4 {
float: left;
padding: 0 23px;
line-height: 50px;
font-family: "Montserrat", sans-serif;
font-weight: bold;
margin: 142px 0;
}
@media (max-width: 1199px) {
.page-header h4 {
margin: 100px 0;
}
}
@media (max-width: 991px) {
.page-header h4 {
margin: 60px 0;
}
}
@media (max-width: 767px) {
.page-header h4 {
margin: 40px 0;
}
}
.content_404 {
padding: 145px 0 135px;
}
@media (max-width: 767px) {
.content_404 {
padding: 45px 0;
}
}
.error_message {
text-align: center;
text-transform: uppercase;
}
.error_message .error_no {
font-size: 212px;
font-family: "Montserrat", sans-serif;
line-height: 212px;
font-weight: 700;
margin: 0;
}
@media (max-width: 767px) {
.error_message .error_no {
font-size: 150px;
line-height: 150px;
}
}
.error_message .error_details {
margin: 0 0 70px;
font-size: 32px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
line-height: 1;
}
@media (max-width: 767px) {
.error_message .error_details {
margin-bottom: 30px;
}
}
.error_message .buttons {
margin-bottom: 135px;
}
@media (max-width: 767px) {
.error_message .buttons {
margin-bottom: 0;
}
}
.error_message .buttons .btn-primary + .btn-primary {
margin-left: 15px;
}
.address_box {
text-transform: uppercase;
}
.address_box .inner {
margin: 0;
padding: 42px;
}
@media (max-width: 991px) {
.address_box .inner {
padding: 25px;
}
}
.address_box h3 {
margin-top: 0;
margin-bottom: 20px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
}
.address_box address {
font-family: "Montserrat", sans-serif;
font-weight: 700;
line-height: 30px;
margin-bottom: 0;
}
.address_box address a {
text-decoration: underline;
display: block;
margin-top: 10px;
}
.address_box .fa-question {
width: 123px;
height: 123px;
line-height: 123px;
border-radius: 100%;
font-size: 72px;
margin-top: 12px;
margin-bottom: 35px;
}
.address_box p {
font: 17px/30px "Karla", sans-serif;
letter-spacing: -0.1px;
color: #6e7c8d;
text-transform: none;
margin-bottom: 25px;
}
.address_box.row + .address_box {
margin-top: 25px;
}
.contact_page_title {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 0 0 30px;
text-transform: uppercase;
}
.contact_page_title.map-title {
margin-bottom: 25px;
}
.contact_page_para {
font: 21px/30px "Karla", sans-serif;
letter-spacing: -0.1px;
margin-bottom: 30px;
}
.contact-form {
margin-bottom: 53px;
}
.contact-form .form-control {
border: 1px solid;
border-radius: 2px;
max-width: 322px;
height: 44px;
line-height: 30px;
margin-bottom: 20px;
padding-top: 7px;
padding-bottom: 7px;
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-form .form-control::-moz-placeholder {
opacity: 1;
}
.contact-form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-form textarea.form-control {
max-width: 462px;
height: 164px;
resize: none;
}
#mapBox {
height: 343px;
}
.team_members_row {
margin-bottom: 80px;
}
.board_head {
position: relative;
}
@media (max-width: 767px) {
.board_head {
text-align: center;
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.board_head img {
display: inline-block;
}
}
.board_head .memberIntro {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
text-transform: uppercase;
}
.board_head h3,
.board_head h6 {
margin: 0;
font-family: "Montserrat", sans-serif;
line-height: 30px;
font-weight: 700;
}
.board_head h6 {
line-height: 1.2;
}
.team_page_title {
font-family: "Montserrat", sans-serif;
font-weight: 700;
line-height: 1;
margin: 10px 0 15px;
text-transform: uppercase;
}
.team_page_para {
font: 21px/30px "Karla", sans-serif;
color: #91a1b4;
letter-spacing: -0.1px;
min-height: 100px;
margin-bottom: 0;
}
.team_page_para.about_var {
min-height: auto;
}
.team_member {
height: 273px;
padding: 15px;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.team_member {
height: auto;
}
}
@media (max-width: 767px) {
.team_member {
min-height: 220px;
}
}
@media (max-width: 479px) {
.team_member {
width: 50%;
}
}
.team_member.col-md-2 {
height: auto;
}
.team_member h4 {
font: 16px/1 "Montserrat", sans-serif;
margin: 20px 0 15px;
font-weight: 700;
}
@media (max-width: 767px) {
.team_member h4 {
font-size: 14px;
margin-bottom: 10px;
}
}
.team_member h6 {
font: 11px/1 "Montserrat", sans-serif;
font-weight: 700;
margin: 0;
}
.volunteer_row {
margin-bottom: 60px;
}
#good_cause .carousel-caption {
bottom: 150px;
padding: 0;
}
@media (max-width: 1199px) {
#good_cause .carousel-caption {
bottom: 90px;
}
}
@media (max-width: 991px) {
#good_cause .carousel-caption {
bottom: 50px;
}
}
@media (max-width: 767px) {
#good_cause .carousel-caption {
bottom: 0;
position: relative;
left: auto;
right: auto;
background: #435061;
padding: 40px 20px 80px;
}
}
#good_cause .cause-title {
max-width: 615px;
margin: 20px auto 30px;
font-weight: 700;
font-family: "Montserrat", sans-serif;
line-height: 36px;
text-transform: uppercase;
}
@media (max-width: 991px) {
#good_cause .cause-title {
font-size: 22px;
line-height: 28px;
margin: 15px auto;
}
}
#good_cause .carousel-indicators {
display: table;
margin: 0;
left: 50%;
width: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 767px) {
#good_cause .carousel-indicators {
bottom: 50px;
}
}
#good_cause .carousel-indicators li {
width: 12px;
height: 12px;
border-radius: 100%;
float: left;
margin: 0;
border: none;
}
#good_cause .carousel-indicators li + li,
#good_cause .carousel-indicators li + li.active {
margin-left: 5px;
}
#good_cause .carousel-indicators li.active {
margin: 0;
}
#good_cause .owl-dots {
display: table;
position: absolute;
left: 50%;
bottom: 145px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
#good_cause .owl-dots .owl-dot + .owl-dot {
margin-left: 5px;
}
.upcoming_event {
padding: 32px 0 48px;
}
.upcoming_event .upcoming_label {
font-family: "Montserrat", sans-serif;
line-height: 38px;
text-transform: uppercase;
font-weight: 700;
padding: 0 29px;
margin: -70px 0 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
float: left;
}
.upcoming_event .event-title {
font-family: "Montserrat", sans-serif;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 15px;
line-height: 1.2;
}
.upcoming_event .event-meta {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 0;
}
@media (max-width: 1199px) {
.upcoming_event .event-meta {
margin-bottom: 15px;
}
}
.upcoming_event .event-meta a {
display: inline-block;
}
@media (max-width: 767px) {
.upcoming_event .event-meta a {
display: block;
margin-bottom: 10px;
}
}
.upcoming_event .event-meta a i {
margin-right: 10px;
}
.upcoming_event .event-meta a + a {
margin-left: 18px;
}
@media (max-width: 767px) {
.upcoming_event .event-meta a + a {
margin-left: 0;
}
}
.upcoming_event .flip-clock-wrapper {
margin: 0;
float: right;
width: auto;
}
@media (max-width: 1199px) {
.upcoming_event .flip-clock-wrapper {
float: left;
margin-left: -20px;
}
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-wrapper {
margin-left: -10px;
}
}
.upcoming_event .flip-clock-wrapper ul {
margin: 0 1px;
-webkit-box-shadow: none;
box-shadow: none;
width: 53px;
height: 53px;
border-radius: 3px;
font-size: 30px;
line-height: 53px;
background: none;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-wrapper ul {
height: 30px;
width: 33px;
padding: 0;
}
}
.upcoming_event .flip-clock-wrapper ul li {
line-height: 53px;
border-radius: 3px;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-wrapper ul li {
line-height: 30px;
}
}
.upcoming_event .flip-clock-wrapper ul li a {
-webkit-box-shadow: 0px 1px 3px 0px rgba(67, 80, 97, 0.5);
box-shadow: 0px 1px 3px 0px rgba(67, 80, 97, 0.5);
border-radius: 3px;
}
.upcoming_event .flip-clock-wrapper ul li a div div.inn {
font-size: 30px;
font-family: "Montserrat", sans-serif;
text-shadow: none;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-wrapper ul li a div div.inn {
font-size: 18px;
}
}
.upcoming_event .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow,
.upcoming_event .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow,
.upcoming_event .flip-clock-wrapper ul.play li.flip-clock-active .up .shadow,
.upcoming_event .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
background: none #fff;
}
.upcoming_event .flip-clock-divider {
height: 53px;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-divider {
height: 30px;
width: 10px;
}
}
.upcoming_event .flip-clock-divider:first-child {
width: 20px;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-divider:first-child {
width: 10px;
}
}
.upcoming_event .flip-clock-divider .flip-clock-label {
left: 20px;
right: auto;
width: 107px;
top: 65px;
font-family: "Montserrat", sans-serif;
font-size: 12px;
line-height: 1;
text-shadow: none;
letter-spacing: 0;
text-transform: uppercase;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-divider .flip-clock-label {
width: 66px;
left: 12px;
top: 36px;
}
}
.upcoming_event .flip-clock-dot {
width: 4px;
height: 4px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-box-shadow: none;
box-shadow: none;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-dot {
width: 3px;
height: 3px;
}
}
.upcoming_event .flip-clock-dot.top {
top: 20px;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-dot.top {
top: 16px;
}
}
.upcoming_event .flip-clock-dot.bottom {
bottom: 20px;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-dot.bottom {
bottom: 16px;
}
}
.featured_causes_row {
padding: 79px 0 111px;
}
.featured_causes_row .sectionTitle {
margin-bottom: 50px;
}
.featured_causes_row .owl-prev,
.featured_causes_row .owl-next {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 3px;
width: 45px;
height: 45px;
line-height: 45px;
position: absolute;
text-align: center;
}
.featured_causes_row .owl-prev i,
.featured_causes_row .owl-next i {
font-size: 18px;
}
.featured_causes_row .owl-prev {
left: -72px;
}
.featured_causes_row .owl-next {
right: -72px;
}
.events_news {
padding: 5px 0 115px;
}
.our_events_as_sidebar .inner {
padding: 45px 50px;
}
@media (max-width: 1199px) {
.our_events_as_sidebar .inner {
padding: 25px;
}
}
@media (max-width: 991px) {
.our_events_as_sidebar .inner {
padding: 10px;
margin-bottom: 40px;
}
}
@media (max-width: 767px) {
.our_events_as_sidebar .inner {
padding: 25px;
max-width: 400px;
margin: 0 auto 40px;
}
}
.our_events_as_sidebar .upcoming_events {
padding: 0;
}
@media (max-width: 991px) {
.our_events_as_sidebar .upcoming_events {
width: 50%;
padding: 15px;
float: left;
}
}
@media (max-width: 767px) {
.our_events_as_sidebar .upcoming_events {
width: 100%;
padding: 0;
float: none;
}
}
.our_events_as_sidebar .upcoming_events + .upcoming_events {
margin-top: 50px;
}
@media (max-width: 991px) {
.our_events_as_sidebar .upcoming_events + .upcoming_events {
margin-top: 0;
}
}
@media (max-width: 767px) {
.our_events_as_sidebar .upcoming_events + .upcoming_events {
margin-top: 30px;
}
}
@media (max-width: 767px) {
.event-listing-row {
max-width: 390px;
margin: 0 auto;
}
}
.event-listing {
padding: 15px;
}
@media (max-width: 767px) {
.event-listing {
max-width: 360px;
}
}
.event-listing .item {
padding: 0;
}
.event-listing .carousel-indicators {
bottom: 20px;
margin-bottom: 0;
display: table;
width: auto;
margin-left: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.event-listing .carousel-indicators li {
width: 12px;
height: 12px;
border: none;
margin: 0;
float: left;
}
.event-listing .carousel-indicators li + li {
margin-left: 8px;
}
.event-listing .images_row {
text-align: center;
overflow: hidden;
position: relative;
z-index: 0;
}
.event-listing .images_row img {
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
max-width: 100%;
}
.event-listing .event_excepts {
padding: 30px;
}
.event-listing .event_title {
margin: 0 0 8px;
}
.event-listing .event_title a {
font: 700 16px/1.25 "Montserrat", sans-serif;
text-transform: uppercase;
}
.event-listing .event-place {
font: 700 13px/18px "Montserrat", sans-serif;
margin-top: 0;
margin-bottom: 20px;
text-transform: uppercase;
}
.event-listing p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 28px;
}
.event-listing .event-date {
padding: 15px 30px;
line-height: 23px;
font: 700 13px/18px "Montserrat", sans-serif;
text-transform: uppercase;
}
.event-listing .event-date i {
margin-right: 6px;
}
@media (max-width: 991px) {
.single-event {
margin-bottom: 60px;
}
}
.single-event .event_title {
margin-bottom: 25px;
}
.single-event .event_title .hhh {
margin-bottom: 0;
}
.single-event .event-target {
font-size: 21px;
line-height: 30px;
}
.single-event p {
font-size: 16px;
margin-bottom: 25px;
}
.single-event #mapBox {
margin: 32px 0;
}
.event-header {
margin-bottom: 35px;
}
.event-header .media-left {
padding-right: 0;
}
@media (max-width: 767px) {
.event-header .media-left {
display: block;
}
}
.event-header .media-left span {
display: block;
width: 551px;
}
@media (max-width: 1199px) {
.event-header .media-left span {
width: 369px;
}
}
@media (max-width: 767px) {
.event-header .media-left span {
width: 100%;
}
}
.event-header .media-left span img {
max-width: 100%;
}
.event-header .info-row {
padding: 35px 24px;
font: 700 13px/20px "Montserrat", sans-serif;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.event-header .info-row {
padding: 20px;
}
}
.event-header .info-row + .info-row {
border-top: 1px solid;
}
.event-header .info-row span {
float: left;
width: -webkit-calc(100% - 24px);
width: calc(100% - 24px);
}
.event-header .info-row i {
float: left;
width: 24px;
line-height: 20px;
font-size: 13px;
}
.event-header .info-row .btn-primary {
padding: 0 23px;
}
.countdown_block {
border-radius: 3px;
}
.countdown_block .timer {
width: 566px;
}
@media (max-width: 1199px) {
.countdown_block .timer {
width: 430px;
}
}
@media (max-width: 767px) {
.countdown_block .timer {
border-bottom: 1px solid;
width: 100%;
}
}
.countdown_block .timer .block {
width: 25%;
}
.countdown_block .block {
float: left;
text-align: center;
padding: 20px;
height: 84px;
font: 24px/30px "Montserrat", sans-serif;
}
@media (max-width: 767px) {
.countdown_block .block {
width: 100%;
padding: 20px 5px;
}
}
.countdown_block .block + .block {
border-left: 1px solid;
}
.countdown_block .block .string {
display: block;
font-size: 12px;
line-height: 1;
margin-bottom: 2px;
text-transform: uppercase;
}
.featured_porduct_box .rating {
line-height: 28px;
padding-left: 12px;
}
.featured_porduct_box .btn-group .btn {
border: 1px solid;
padding: 0 15px;
font: 700 18px/43px "Montserrat", sans-serif;
}
.featured_porduct_box .btn-group .btn-primary {
font-size: 13px;
}
.donation_donors {
padding: 70px 0 90px;
}
.donation_donors .sectionTitle {
margin-bottom: 70px;
}
.progressBarRow {
padding: 0 15px;
margin-bottom: 65px;
}
@media (max-width: 767px) {
.progressBarRow {
max-width: 400px;
margin: 0 auto;
}
}
.progress_barBox {
padding: 17px;
border-radius: 2px;
background: url(../images/scale.png) no-repeat scroll center bottom;
width: 970px;
max-width: 100%;
}
@media (max-width: 1199px) {
.progress_barBox {
width: 770px;
}
}
@media (max-width: 991px) {
.progress_barBox {
width: 550px;
}
}
@media (max-width: 767px) {
.progress_barBox {
width: 370px;
}
}
.progress_barBox .progress {
height: 10px;
}
@media (max-width: 767px) {
.donate-buttons {
float: left !important;
padding-top: 20px;
}
}
.valuable_donorsTitle {
font-family: "Montserrat", sans-serif;
line-height: 1.2;
margin-top: 65px;
margin-bottom: 25px;
text-align: center;
text-transform: uppercase;
font-weight: 700;
}
.valuable_donorsTitle.style2 {
text-align: left;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.valuable_donorsTitle.style2 {
text-align: center;
}
}
@media (max-width: 767px) {
.donors_list {
max-width: 400px;
margin: 0 auto;
}
}
.donor {
padding: 15px 5px;
}
.donor img {
width: 100%;
}
.donor .inner {
margin: 0;
padding: 15px;
text-align: center;
text-transform: capitalize;
}
.donor .inner .name {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 0 0 5px;
}
.donor .inner .amount {
margin: 0;
font-family: "Karla", sans-serif;
}
.progressBarRow2 .texts2desc {
width: 442px;
padding-left: 35px;
padding-right: 50px;
padding-top: 35px;
padding-bottom: 35px;
}
@media (max-width: 1199px) {
.progressBarRow2 .texts2desc {
width: 370px;
}
}
@media (max-width: 991px) {
.progressBarRow2 .texts2desc {
width: 100%;
}
}
.progressBarRow2 .texts2desc h4 {
margin: 0 0 18px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.progressBarRow2 .texts2desc h4 {
margin-bottom: 15px;
font-size: 15px;
}
}
.progressBarRow2 .texts2desc p {
font-size: 16px;
margin-bottom: 0;
}
@media (max-width: 1199px) {
.progressBarRow2 .texts2desc p {
font-size: 14px;
line-height: 22px;
}
}
.progressBarRow2 .fund_raises {
width: 442px;
}
@media (max-width: 1199px) {
.progressBarRow2 .fund_raises {
width: 370px;
}
}
@media (max-width: 991px) {
.progressBarRow2 .fund_raises {
width: 100%;
text-align: center;
}
}
.progress_col {
width: 256px;
height: 155px;
position: relative;
}
@media (max-width: 1199px) {
.progress_col {
width: 200px;
height: 121px;
}
}
@media (max-width: 991px) {
.progress_col {
width: 100%;
height: 200px;
}
}
.progress_col .circle4progress {
width: 255px;
height: 255px;
display: block;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 100%;
padding: 23px;
}
@media (max-width: 1199px) {
.progress_col .circle4progress {
top: 64%;
width: 200px;
height: 200px;
padding: 15px;
}
}
@media (max-width: 991px) {
.progress_col .circle4progress {
top: 0%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
}
.progress_circular {
width: 100%;
height: 100%;
border-radius: 100%;
border: 16px solid;
position: relative;
overflow: hidden;
}
.progress_circular .progress-bar {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
-webkit-transition-duration: 1000ms;
transition-duration: 1000ms;
}
.progress_circular .percentage {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font: 30px/1.2 "Montserrat", sans-serif;
}
.content_faqs .team_page_para {
margin-bottom: 65px;
}
.sideNav {
padding: 36px 36px 38px 30px;
text-transform: uppercase;
width: 360px;
}
@media (max-width: 1199px) {
.sideNav {
width: 293px;
}
}
@media (max-width: 991px) {
.sideNav {
width: 220px;
padding: 20px;
}
}
@media (max-width: 767px) {
.sideNav {
display: none;
}
}
.sideNav h4 {
font: 700 16px/1 "Montserrat", sans-serif;
margin-bottom: 30px;
margin-top: 0;
}
@media (max-width: 991px) {
.sideNav h4 {
margin-bottom: 10px;
}
}
.sideNav ul li + li {
border-top: 1px solid;
}
.sideNav ul li a {
font: 700 13px/40px "Montserrat", sans-serif;
padding: 0;
}
.sideNav ul li a:hover,
.sideNav ul li a:focus {
background: none;
}
.sideNav.affix {
position: fixed;
top: 70px;
z-index: 1000;
}
.sideNav.affix-bottom {
position: absolute;
}
.questions + .questions {
margin-top: 60px;
}
.questions .question_type {
text-transform: uppercase;
margin-bottom: 35px;
padding-bottom: 20px;
margin-top: 0;
font-family: "Montserrat", sans-serif;
font-weight: 700;
border-bottom: 3px solid;
}
.question_accordion .panel-default {
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.question_accordion .panel-default + .panel-default {
margin-top: 30px;
margin-bottom: 0;
}
.question_accordion .panel-heading {
padding: 0;
background: none;
border-radius: 0;
}
.question_accordion .panel-heading + .panel-collapse > .panel-body {
border-top: none;
}
.question_accordion .panel-title a {
font: 700 16px/24px "Montserrat", sans-serif;
text-transform: uppercase;
padding-left: 30px;
display: block;
}
.question_accordion .panel-title a:before {
display: block;
width: 30px;
font-family: "FontAwesome";
float: left;
margin-left: -30px;
}
.question_accordion .panel-title [aria-expanded="false"]:before {
content: "\f0fe";
}
.question_accordion .panel-title [aria-expanded="true"]:before {
content: "\f146";
}
.question_accordion .panel-body {
padding-left: 30px;
padding-right: 30px;
}
.question_accordion .panel-body p {
margin-bottom: 0;
font-size: 16px;
}
.question_accordion .panel-body p + p {
margin-top: 25px;
}
.who_we_are .label {
margin-bottom: 37px;
}
.who_we_are h3 {
margin-bottom: 35px;
margin-top: 0;
}
.who_we_are p.about_var {
font-size: 21px;
min-height: auto;
}
.who_we_are p {
font-size: 16px;
margin-bottom: 25px;
}
.history .label {
margin-bottom: 37px;
}
.history_carousel {
position: relative;
}
.history_carousel .item {
padding: 38px 38px 120px;
}
.history_carousel .item .year {
font-family: "Montserrat", sans-serif;
font-weight: 700;
line-height: 1;
margin: 0 0 20px;
text-transform: uppercase;
}
.history_carousel .item p {
font-size: 16px;
margin-bottom: 0;
}
.history_carousel .item p + p {
margin-top: 25px;
}
.history_carousel .owl-nav {
position: absolute;
left: 38px;
bottom: 40px;
border: 1px solid;
border-radius: 3px;
width: 89px;
height: 40px;
}
.history_carousel .owl-nav .owl-prev,
.history_carousel .owl-nav .owl-next {
width: 50%;
float: left;
text-align: center;
line-height: 38px;
font-size: 21px;
}
.history_carousel .owl-nav .owl-next {
border-left: 1px solid;
}
.mission_vision {
padding: 100px 0 150px;
}
.mission_vision i {
font-size: 36px;
line-height: 45px;
margin-bottom: 30px;
}
.mission_vision h5 {
margin: 0 0 20px;
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
font-weight: 700;
line-height: 1;
}
.mission_vision p {
font-size: 16px;
margin-bottom: 0;
}
.how-fund-help-children {
margin: 100px 0 0;
padding: 45px;
}
@media (max-width: 479px) {
.how-fund-help-children {
padding: 25px;
}
}
.how-fund-help-children h3 {
margin: 0;
font: 700 23px/30px "Montserrat", sans-serif;
text-transform: uppercase;
float: left;
max-width: 540px;
}
@media (max-width: 1199px) {
.how-fund-help-children h3 {
max-width: 500px;
}
}
@media (max-width: 991px) {
.how-fund-help-children h3 {
max-width: 100%;
}
}
.how-fund-help-children a {
margin-top: 10px;
}
@media (max-width: 991px) {
.how-fund-help-children a {
float: left !important;
}
}
.how-fund-help-children a + a {
margin-right: 20px;
}
@media (max-width: 991px) {
.how-fund-help-children a + a {
margin-right: 0;
margin-left: 20px;
}
}
@media (max-width: 479px) {
.how-fund-help-children a + a {
margin-left: 0;
}
}
.hhh {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 0 0 15px;
text-transform: uppercase;
}
.hhh.h1 {
font-size: 24px;
}
.hhh.h2 {
font-size: 18px;
}
.hhh.h3 {
font-size: 14px;
}
.hhh.h4 {
font-size: 12px;
}
.hhh.h5 {
font-size: 10px;
}
.hhh-tab {
border: none;
text-transform: uppercase;
}
.hhh-tab li a {
margin: 0 5px 0 0;
border-radius: 0;
padding: 0 25px;
border: none;
font: 700 14px/48px "Montserrat", sans-serif;
}
.hhh-tab li a:hover,
.hhh-tab li a:focus {
border: none;
}
.hhh-tab li.active a {
border: none;
}
.hhh-tab li.active a:hover,
.hhh-tab li.active a:focus {
border: none;
}
.hhh-tab.shop-tab li > a {
margin: 0;
}
.hhh-tab-content .tab-pane {
padding: 45px 37px;
}
.hhh-tab-content .tab-pane .description-summary {
font: 700 16px/27px "Montserrat", sans-serif;
margin-bottom: 25px;
margin-top: 0;
text-transform: uppercase;
}
.hhh-tab-content .tab-pane p {
font-size: 16px;
}
.hhh-tab-content .tab-pane p + p {
margin-top: 25px;
}
.hhh-tab-content .tab-pane .tab-heading {
margin-bottom: 25px;
}
.hhh-tab-content.shop-tab-content {
margin-bottom: 60px;
}
.hhh-tab-content.shop-tab-content .tab-pane p {
line-height: 27px;
}
.shortcodeName {
margin-bottom: 35px;
}
.shortcodeName2 {
margin-bottom: 55px;
}
.shortcodeBlock + .shortcodeBlock {
margin-top: 80px;
}
.column-block + .column-block {
margin-top: 60px;
}
.column-block .label {
margin-bottom: 20px;
}
.column-block p {
font-size: 16px;
}
.hhh_accordion .panel-default {
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.hhh_accordion .panel-default + .panel-default {
margin-top: 10px;
margin-bottom: 0;
}
.hhh_accordion .panel-heading {
padding: 0;
background: none;
border-radius: 0;
}
.hhh_accordion .panel-heading + .panel-collapse > .panel-body {
border-top: none;
}
.hhh_accordion .panel-title {
display: table;
}
.hhh_accordion .panel-title a {
font: 700 16px/20px "Montserrat", sans-serif;
text-transform: uppercase;
}
.hhh_accordion .panel-title a span {
display: table-cell;
width: 100000px;
padding: 15px 20px;
}
.hhh_accordion .panel-title a:after {
display: table-cell;
font-family: "FontAwesome";
vertical-align: middle;
height: 100%;
padding: 0 19px;
font-size: 26px;
}
.hhh_accordion .panel-title [aria-expanded="false"]:after {
content: "\f106";
}
.hhh_accordion .panel-title [aria-expanded="true"]:after {
content: "\f107";
}
.hhh_accordion .panel-body {
padding-left: 20px;
padding-right: 20px;
}
.hhh_accordion .panel-body p {
margin-bottom: 0;
font-size: 16px;
}
.hhh_accordion .panel-body p + p {
margin-top: 25px;
}
blockquote {
border-width: 7px;
margin-bottom: 45px;
padding: 25px 20px;
}
blockquote p {
font-size: 16px;
}
blockquote footer {
font: 700 16px/1 "Montserrat", sans-serif;
text-transform: uppercase;
}
.blockquote-reverse {
border-width: 7px;
padding: 25px 20px;
}
.blockquote-reverse.style2 {
border-left: 0;
border-right: 0;
border-top: 7px solid;
border-bottom: 7px solid;
background: none;
}
.blockquote-reverse.style2 p {
font-size: 21px;
line-height: 36px;
}
.buttons .button-cols {
max-width: 600px;
}
.buttons .btn-primary {
margin-bottom: 25px;
}
.buttons .button-groups {
width: 225px;
margin-bottom: 25px;
}
.testimonial {
padding: 34px;
}
.testimonial .media-left {
padding-right: 60px;
}
@media (max-width: 1199px) {
.testimonial .media-left {
padding-right: 30px;
}
}
@media (max-width: 479px) {
.testimonial .media-left {
display: block;
padding-right: 0;
padding-bottom: 20px;
text-align: center;
}
}
.testimonial .media-left a {
width: 120px;
height: 120px;
display: block;
border-radius: 100%;
border: 1px solid;
}
@media (max-width: 479px) {
.testimonial .media-left a {
display: inline-block;
}
}
.testimonial .media-left a img {
max-width: 100%;
}
.testimonial .media-body {
vertical-align: middle;
padding-right: 50px;
}
@media (max-width: 1199px) {
.testimonial .media-body {
padding-right: 0;
}
}
.testimonial p {
font-size: 21px;
line-height: 27px;
font-style: italic;
margin-bottom: 15px;
}
.testimonial footer {
font: 700 16px/1 "Montserrat", sans-serif;
}
.testimonial2 {
padding: 15px;
text-align: center;
}
.testimonial2 .image_block {
margin: 0;
}
.testimonial2 .image_block a {
display: inline-block;
width: 120px;
height: 120px;
border-radius: 100%;
border: 1px solid;
}
.testimonial2 .image_block a img {
max-width: 100%;
}
.testimonial2 p {
margin: 28px 0 38px;
font-size: 21px;
line-height: 27px;
font-style: italic;
}
.testimonial2 footer {
font: 700 16px/1 "Montserrat", sans-serif;
}
.gap55 {
height: 55px;
}
.headings p {
margin-bottom: 45px;
}
.gallery-content {
padding: 70px 0 155px;
}
.gallery-content .sectionTitle {
margin-bottom: 50px;
}
.gallery-filter li {
padding: 0 15px;
float: left;
border-radius: 3px;
font: 700 13px/38px "Montserrat", sans-serif;
text-transform: uppercase;
}
@media (max-width: 991px) {
.gallery-filter li {
padding: 0 10px;
line-height: 30px;
}
}
@media (max-width: 767px) {
.grid-sizer {
width: 240px;
}
}
@media (max-width: 767px) {
.gallery_container {
max-width: 720px;
margin: 0 auto;
}
}
@media (max-width: 719px) {
.gallery_container {
max-width: 480px;
}
}
@media (max-width: 479px) {
.gallery_container {
max-width: 290px;
}
}
.gallery-item {
padding: 15px;
}
@media (max-width: 767px) {
.gallery-item {
width: 240px;
float: left;
}
}
@media (max-width: 479px) {
.gallery-item {
width: 100%;
}
}
.gallery-item .image_row {
margin: 0;
position: relative;
}
.gallery-item .popup {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
opacity: 0;
}
.gallery-item .popup i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 20px;
border: 2px solid;
border-radius: 3px;
width: 46px;
height: 38px;
text-align: center;
line-height: 34px;
}
.gallery-item .inner {
margin: 0;
padding: 18px 20px;
}
.gallery-item .inner h5 {
font: 700 13px/18px "Montserrat", sans-serif;
margin: 0;
text-transform: uppercase;
}
.gallery-item:hover .popup,
.gallery-item:focus .popup {
opacity: 0.52;
}
.gallery-item .media-left {
padding-right: 0;
}
.gallery-item .featured-content {
width: 262px;
}
@media (max-width: 767px) {
.gallery-item .featured-content {
max-width: 100%;
}
}
.gallery-item .media-body {
padding: 0 30px;
vertical-align: middle;
}
.gallery-item h4 {
font: 700 16px/24px "Montserrat", sans-serif;
margin-bottom: 12px;
margin-top: 0;
text-transform: uppercase;
}
@media (max-width: 991px) {
.gallery-item h4 {
margin-bottom: 10px;
}
}
.gallery-item p {
font-size: 16px;
margin-bottom: 35px;
}
@media (max-width: 991px) {
.gallery-item p {
margin-bottom: 15px;
font-size: 14px;
line-height: 20px;
}
}
@media (max-width: 767px) {
.gallery-item.col-sm-12 .media-left {
display: block;
}
}
@media (max-width: 767px) {
.gallery-item.col-sm-12 .media-left a {
display: block;
width: 100%;
}
}
@media (max-width: 767px) {
.gallery-item.col-sm-12 .media-left a img {
max-width: 100%;
}
}
@media (max-width: 767px) {
.gallery-item.col-sm-12 .media-body {
padding: 20px;
}
}
.featured-content .owl-dots {
display: table;
position: absolute;
left: 50%;
bottom: 20px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.featured-content .owl-dots .owl-dot {
width: 12px;
height: 12px;
border-radius: 100%;
float: left;
}
.featured-content .owl-dots .owl-dot + .owl-dot {
margin-left: 5px;
}
.gallery-pagination {
display: table;
margin: 50px auto 0;
}
.gallery-pagination li {
float: left;
}
.gallery-pagination li a {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
border: 1px solid;
line-height: 40px;
display: block;
padding: 0 17px;
}
.gallery-pagination li.prev {
margin-right: 12px;
}
.gallery-pagination li.next {
margin-left: 12px;
}
.gallery-pagination li.prev,
.gallery-pagination li.next {
margin-left: 12px;
}
.gallery-pagination li.prev a,
.gallery-pagination li.next a {
padding: 0 25px;
border-radius: 3px;
}
.gallery-pagination li.page-no + .page-no {
margin-left: -1px;
}
.gallery-pagination li.first-no a {
border-radius: 3px 0 0 3px;
}
.gallery-pagination li.last-no a {
border-radius: 0 3px 3px 0;
}
.filters_row {
margin-bottom: 25px;
}
.view-filter {
border: 1px solid;
border-radius: 3px;
width: 89px;
height: 40px;
}
@media (max-width: 991px) {
.view-filter {
float: left !important;
margin-top: 15px;
}
}
.view-filter li {
float: left;
width: 50%;
text-align: center;
}
.view-filter li + li {
border-left: 1px solid;
}
.view-filter li a {
padding: 0;
line-height: 38px;
font-size: 18px;
}
.view-filter li a .fa {
font-size: 20px;
}
.similar-project .gallery-item .inner {
padding: 38px 28px;
}
.similar-project .gallery-item .image_row img {
width: 100%;
}
.similar-project .gallery-item .featured-content {
width: 100%;
}
.similar-project .gallery-item p {
margin-bottom: 25px;
}
.single-project .project_title {
margin: 23px 0 30px;
}
.single-project .project_title h2 {
max-width: 560px;
margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 991px) {
.single-project .project_title h2 {
float: none !important;
max-width: 100%;
}
}
@media (max-width: 991px) {
.single-project .project_title .btn-primary {
float: none !important;
}
}
.single-project h4 {
margin-bottom: 35px;
font-family: "Montserrat", sans-serif;
line-height: 30px;
margin-top: 0;
text-transform: uppercase;
}
.single-project p {
margin-bottom: 30px;
font-size: 16px;
line-height: 27px;
}
.featureswithImage {
margin: 50px 0;
}
.featureswithImage .list-heading {
font: 16px/27px "Montserrat", sans-serif;
margin: 0 0 20px;
}
@media (max-width: 767px) {
.featureswithImage .list-heading {
margin: 20px 0;
}
}
.featureswithImage p {
margin-bottom: 25px;
}
.featureswithImage ul {
margin: 0;
}
.featureswithImage ul li {
font: 16px/18px "Karla", sans-serif;
padding-left: 25px;
}
.featureswithImage ul li + li {
margin-top: 15px;
}
.featureswithImage ul li:before {
width: 11px;
height: 11px;
content: "";
float: left;
margin-top: 3.5px;
margin-left: -25px;
border-radius: 100%;
}
.text-block {
padding: 40px 56px;
margin: 15px 0;
font: italic 21px/30px "Karla", sans-serif;
}
@media (max-width: 479px) {
.text-block {
padding: 25px;
font-size: 16px;
line-height: 24px;
}
}
.shareOnRow ul {
float: right;
margin: 11px 0;
}
@media (max-width: 767px) {
.shareOnRow ul {
float: left;
width: 100%;
margin-top: 20px;
}
}
.shareOnRow ul li {
font: bold 14px/23px "Montserrat", sans-serif;
float: left;
}
.shareOnRow ul li + li {
margin-left: 18px;
font-size: 18px;
}
.blog-content {
padding: 73px 0 130px;
}
.post {
border-bottom: 1px solid;
padding: 0 0 50px;
margin: 0;
}
.post + .post {
padding: 50px 0;
}
.post .featured-contents {
margin: 0 0 50px;
text-align: center;
}
.post .featured-contents img {
max-width: 100%;
display: inline-block;
}
.post .featured-contents .post-gallery {
position: relative;
}
.post .featured-contents .owl-prev,
.post .featured-contents .owl-next {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 36px;
height: 54px;
line-height: 54px;
text-align: center;
font-size: 24px;
}
.post .featured-contents .owl-prev {
left: 0;
}
.post .featured-contents .owl-next {
right: 0;
}
.post .featured-contents iframe {
width: 100%;
}
.post.post-type-video iframe {
height: 346px;
}
.post.post-type-audio iframe {
height: 162px;
}
.post .article-body {
margin: 0;
}
.post .post-title {
margin-top: 0;
margin-bottom: 20px;
}
.post .post-title a {
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
font-weight: 700;
}
.post .post-meta li {
float: left;
font: 700 13px/20px "Montserrat", sans-serif;
text-transform: uppercase;
}
@media (max-width: 767px) {
.post .post-meta li {
float: none;
}
}
.post .post-meta li + li {
margin-left: 30px;
}
@media (max-width: 1199px) {
.post .post-meta li + li {
margin-left: 10px;
}
}
@media (max-width: 767px) {
.post .post-meta li + li {
margin-left: 0;
margin-top: 3px;
}
}
.post .post-meta li a {
padding: 0;
display: inline;
}
.post .post-meta li a:hover,
.post .post-meta li a:focus {
background: none;
}
.post .post-meta li i {
margin-right: 5px;
}
.post .post-excerpt {
margin: 45px 0;
}
.post .post-excerpt p {
margin: 0;
font: 16px/24px "Karla", sans-serif;
}
.post blockquote {
padding: 30px 40px;
border-left: 9px solid;
margin: 0;
}
@media (max-width: 479px) {
.post blockquote {
padding: 20px 25px;
}
}
.post blockquote p {
font: 700 italic 32px/1.2 "Montserrat", sans-serif;
margin-bottom: 0;
}
.post blockquote footer {
font: 700 13px/1.1 "Montserrat", sans-serif;
margin-top: 40px;
}
.post blockquote.style2 {
margin: 58px 0 28px;
}
.post blockquote.style2 p {
font: italic 26px/34px "Karla", sans-serif;
}
@media (max-width: 479px) {
.post blockquote.style2 p {
font-size: 18px;
line-height: 28px;
}
}
.post.post-type-link .post-title a:after {
font-family: "FontAwesome";
content: "\f14c";
display: inline-block;
margin-left: 20px;
}
.post .post-tags {
margin: 25px 0 0;
text-transform: uppercase;
font: 700 16px/20px "Montserrat", sans-serif;
}
.post .post-tags a {
font-size: 13px;
}
.single-post {
padding-bottom: 25px;
}
.post-content {
margin: 45px 0 0;
}
.post-content p {
margin: 0 0 25px;
font: 16px/24px "Karla", sans-serif;
}
.pagination {
margin: 58px 0 0;
}
.pagination li {
float: left;
}
.pagination li + li {
margin-left: 8px;
}
.pagination li a {
border-radius: 3px;
height: 44px;
padding: 0 15px;
font: 13px/42px "Montserrat", sans-serif;
min-width: 43px;
text-align: center;
border: 1px solid;
}
@media (max-width: 767px) {
.pagination li a {
min-width: 28px;
height: 35px;
line-height: 33px;
}
}
.related-posts {
padding: 40px 0;
margin: 0;
border-bottom: 1px solid;
}
.related-posts .this-title {
margin: 0 0 45px;
font: 700 16px/20px "Montserrat", sans-serif;
text-transform: uppercase;
}
.related-post {
margin-bottom: 30px;
}
.related-post .post-title {
margin-top: 0;
line-height: 21px;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
margin-bottom: 10px;
}
.related-post .post-cat {
font: 16px/20px "Karla", sans-serif;
margin: 0;
}
.related-post .post-cat a {
text-transform: capitalize;
}
.pager {
padding: 40px 0 45px;
margin: 0;
border-bottom: 1px solid;
}
.pager li {
max-width: 225px;
}
@media (max-width: 479px) {
.pager li {
max-width: 100%;
}
.pager li + li {
margin-top: 15px;
}
}
.pager li a {
border: none;
padding: 0;
text-transform: uppercase;
}
.pager li a:hover,
.pager li a:focus {
background: none;
}
.pager li a .post-sequence {
font: 700 16px/21px "Montserrat", sans-serif;
}
.pager li a .post-title {
margin: 20px 0 0;
font: 700 14px/21px "Montserrat", sans-serif;
}
.pager li.prev {
float: left;
text-align: left;
}
.pager li.prev a i {
margin-right: 14px;
}
.pager li.next {
float: right;
text-align: right;
}
.pager li.next a i {
margin-left: 14px;
}
.author-about {
margin: 50px 0;
padding: 33px 100px 33px 33px;
}
@media (max-width: 479px) {
.author-about {
padding: 20px;
}
}
.author-about .media-left {
padding-right: 30px;
}
@media (max-width: 479px) {
.author-about .media-left {
display: block;
padding-right: 0;
padding-bottom: 30px;
}
}
.author-about .media-left a {
width: 168px;
height: 163px;
display: block;
line-height: 163px;
text-align: center;
}
.author-about .media-left a img {
max-width: 100%;
}
.author-about .author-title {
text-transform: uppercase;
margin-bottom: 15px;
margin-top: 0;
}
.author-about .author-title a {
font: 700 16px/20px "Montserrat", sans-serif;
}
.author-about p {
margin-bottom: 15px;
}
.author-about .btn-primary {
line-height: 31px;
}
.comments {
margin-bottom: 56px;
}
.comments .this-title {
font: 700 16px/1 "Montserrat", sans-serif;
margin-bottom: 20px;
margin-top: 0;
padding-bottom: 28px;
border-bottom: 1px solid;
text-transform: uppercase;
}
.comment {
padding: 25px 0 20px;
border-bottom: 1px solid;
}
.comment .media-left {
padding-right: 30px;
}
@media (max-width: 479px) {
.comment .media-left {
display: block;
padding-right: 0;
padding-bottom: 20px;
}
}
.comment .media-left a {
width: 138px;
height: 133px;
display: block;
}
.comment .media-left a img {
width: 100%;
}
.comment .media-body {
overflow: visible;
}
.comment h4 {
text-transform: uppercase;
font: 700 16px/20px "Montserrat", sans-serif;
margin-top: 0;
margin-bottom: 12px;
}
.comment h4 a {
margin-right: 18px;
}
@media (max-width: 767px) {
.comment h4 a {
margin-right: 10px;
}
}
.comment h4 small {
font-weight: bold;
}
.comment h6 {
margin: 0 0 25px;
}
.comment h6 a {
font: 700 11px/1.1 "Montserrat", sans-serif;
text-transform: uppercase;
}
.comment p {
font-size: 16px;
margin-bottom: 25px;
}
.comment.reply {
padding: 22px;
border: none;
margin-top: 40px;
margin-bottom: 10px;
margin-left: -30px;
margin-right: 0;
}
@media (max-width: 767px) {
.comment.reply {
margin-left: -150px;
}
}
@media (max-width: 479px) {
.comment.reply {
margin-left: 20px;
}
}
.comment-form {
padding: 55px 48px 48px;
}
@media (max-width: 767px) {
.comment-form {
padding: 25px;
}
}
@media (max-width: 479px) {
.comment-form {
padding: 15px;
}
}
.comment-form h4 {
font: 700 16px/20px "Montserrat", sans-serif;
margin: 0 0 35px;
text-transform: uppercase;
}
.comment-form textarea.form-control {
margin-bottom: 30px;
}
.sidebar .widget {
padding: 36px 36px 38px 30px;
text-transform: uppercase;
margin-bottom: 50px;
}
@media (max-width: 767px) {
.sidebar .widget {
padding: 25px;
}
}
.sidebar .widget.widget-similar {
background: none;
padding: 0;
}
.sidebar .widget.widget-search .form-control {
border-radius: 0;
height: 54px;
line-height: 54px;
padding: 0 22px;
-webkit-box-shadow: none;
box-shadow: none;
}
.sidebar .widget.widget-search .input-group-addon {
padding: 0;
background: none;
border: none;
}
.sidebar .widget.widget-search .input-group-addon button {
width: 60px;
line-height: 54px;
padding: 0;
text-align: center;
border: none;
font-size: 18px;
}
.sidebar .widget .nav li + li {
border-top: 1px solid;
}
.sidebar .widget .nav li a {
font: 700 13px/40px "Montserrat", sans-serif;
padding: 0;
}
.sidebar .widget .nav li a:hover,
.sidebar .widget .nav li a:focus {
background: none;
}
.sidebar .widget .recent-post {
text-transform: uppercase;
padding-bottom: 30px;
margin: 0;
}
.sidebar .widget .recent-post + .recent-post {
padding-top: 30px;
border-top: 1px solid;
}
.sidebar .widget .recent-post .media-left {
padding-right: 20px;
}
.sidebar .widget .recent-post .media-left a {
display: block;
}
.sidebar .widget .recent-post .title {
margin: 0 0 20px;
}
.sidebar .widget .recent-post .title a {
font: bold 14px/21px "Montserrat", sans-serif;
}
.sidebar .widget .recent-post .date {
font-size: 13px;
margin: 0;
float: left;
}
.sidebar .widget .recent-post .date i {
margin-right: 10px;
float: left;
}
.sidebar .widget .recent-post .date a {
font-weight: bold;
line-height: 1;
float: left;
}
.sidebar .widget .recent-post .price {
margin: -10px 0 10px;
font: 700 14px/1 "Montserrat", sans-serif;
}
.sidebar .widget .recent-post .price del {
font-size: 12px;
margin-right: 4px;
}
.sidebar .widget .recent-post .proRating {
font-size: 16px;
}
.sidebar .widget.widget-tags {
background: none;
padding: 0;
}
.sidebar .widget .tag {
font: 700 13px/32px "Montserrat", sans-serif;
padding: 0 15px;
border-radius: 3px;
border: 1px solid;
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.sidebar .widget.affix {
position: fixed;
top: 70px;
z-index: 1000;
}
.sidebar .widget.affix-bottom {
position: absolute;
}
.sidebar .widget-title {
font: 700 16px/1 "Montserrat", sans-serif;
margin-bottom: 30px;
margin-top: 0;
}
@media (max-width: 767px) {
.sidebar .widget-title {
margin-bottom: 15px;
}
}
@media (max-width: 991px) {
.sidebar .similar-project .cause-item {
max-width: 360px;
}
}
@media (max-width: 767px) {
.sidebar .widget-similar .gallery-item {
width: 390px;
max-width: 100%;
float: none;
}
}
@media (max-width: 991px) {
.checkout-sidebar {
margin-top: 50px;
}
}
@media (max-width: 1199px) {
.contact-sidebar .address_box .inner {
padding: 25px;
}
}
@media (max-width: 991px) {
.sidebar_404 .address_box {
padding: 15px;
}
}
@media (max-width: 767px) {
.single-project-sidebar {
max-width: 360px;
margin: 60px auto 0;
}
}
@media (max-width: 991px) {
.post-sidebar {
margin-top: 60px;
}
}
@media (max-width: 767px) {
.event-sidebar .widget-similar .event-listing {
max-width: 100%;
margin: 0;
padding: 0;
}
}
.volunter-about .h1 {
line-height: 30px;
margin-bottom: 25px;
}
.volunter-about .h1.whyQ {
margin-bottom: 45px;
}
.volunter-about .this-para {
font: 21px/30px "Karla", sans-serif;
margin-bottom: 20px;
}
.volunter-about .cover {
margin-bottom: 20px;
}
.volunter-about .desc {
margin-bottom: 35px;
}
.volunter-about .desc p {
font-size: 16px;
margin-bottom: 25px;
}
.whyNeed + .whyNeed {
margin-top: 35px;
}
.whyNeed .media-left {
padding-right: 15px;
}
.whyNeed .media-left i {
width: 93px;
height: 93px;
line-height: 93px;
text-align: center;
font-size: 26px;
border-radius: 100%;
}
.whyNeed .media-body {
vertical-align: middle;
}
.whyNeed .media-body p {
font-size: 16px;
margin: 0;
}
.emmergencyContact {
margin-top: 70px;
}
.emmergencyContact .contact_Col {
padding: 30px 30px 35px;
font: 700 14px/24px "Montserrat", sans-serif;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.emmergencyContact .contact_Col {
padding: 25px;
}
}
.emmergencyContact .contact_Col:last-child {
padding-right: 51px;
}
@media (max-width: 1199px) {
.emmergencyContact .contact_Col:last-child {
padding-right: 25px;
}
}
.become_volunteer {
padding: 32px 40px 36px;
}
@media (max-width: 1199px) {
.become_volunteer {
padding: 25px;
}
}
.become_volunteer .h1 {
margin-bottom: 0;
line-height: 30px;
}
.become_volunteer .h2 {
margin-bottom: 30px;
line-height: 30px;
}
.become_volunteer label {
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin-bottom: 8px;
}
.become_volunteer .form-group {
margin-bottom: 20px;
}
.become_volunteer .form-control {
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
height: 40px;
}
.become_volunteer .form-control + label {
font-size: 12px;
margin-bottom: 0;
margin-top: 5px;
}
.become_volunteer .btn-primary {
margin-top: 5px;
}
@media (max-width: 767px) {
.causes_container {
max-width: 390px;
margin: 0 auto;
}
}
.cause-item {
padding: 15px;
}
.cause-item .item {
padding: 0;
}
.cause-item .carousel-indicators {
bottom: 20px;
margin-bottom: 0;
display: table;
width: auto;
margin-left: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.cause-item .carousel-indicators li {
width: 12px;
height: 12px;
border: none;
margin: 0;
float: left;
}
.cause-item .carousel-indicators li + li {
margin-left: 8px;
}
.cause-item .images_row {
text-align: center;
overflow: hidden;
position: relative;
z-index: 0;
}
.cause-item .images_row img {
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
max-width: 100%;
}
.cause-item .images_row a.btn-primary {
position: absolute;
bottom: -50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(50%);
-ms-transform: translateX(-50%) translateY(50%);
transform: translateX(-50%) translateY(50%);
z-index: 10;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.cause-item .cause_excepts {
padding: 30px;
}
.cause-item .fund_raises .amount_box {
width: 50%;
}
@media (max-width: 1199px) {
.cause-item .fund_raises .amount_box {
padding-right: 10px;
}
}
@media (max-width: 1199px) {
.cause-item .fund_raises .amount_box + .amount_box {
padding-left: 10px;
}
}
.cause-item .cuase_title {
margin: 0 0 20px;
}
.cause-item .cuase_title a {
font: 700 16px/1.25 "Montserrat", sans-serif;
}
.cause-item p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 50px;
}
.cause-item:hover .images_row img,
.cause-item:focus .images_row img {
opacity: 0.3;
}
.cause-item:hover .images_row a.btn-primary,
.cause-item:focus .images_row a.btn-primary {
bottom: 50%;
}
.cause-item.list-item .images_row {
width: 360px;
height: 223px;
}
@media (max-width: 1199px) {
.cause-item.list-item .images_row {
width: 340px;
height: 210px;
}
}
@media (max-width: 991px) {
.cause-item.list-item .images_row {
width: 50%;
}
}
@media (max-width: 767px) {
.cause-item.list-item .images_row {
width: 100%;
height: auto;
}
}
.cause-item.list-item .cause_excepts {
width: 420px;
height: 223px;
}
@media (max-width: 1199px) {
.cause-item.list-item .cause_excepts {
width: 310px;
height: 210px;
padding: 20px 15px;
}
}
@media (max-width: 991px) {
.cause-item.list-item .cause_excepts {
width: 50%;
}
}
@media (max-width: 767px) {
.cause-item.list-item .cause_excepts {
width: 100%;
height: auto;
}
}
@media (max-width: 1199px) {
.cause-item.list-item .cause_excepts h4 {
margin-bottom: 10px;
}
}
.cause-item.list-item .cause_excepts p {
margin-bottom: 0;
}
@media (max-width: 1199px) {
.cause-item.list-item .cause_excepts p {
line-height: 22px;
font-size: 15px;
}
}
.cause-item.list-item .fund_raise_info {
width: 360px;
height: 223px;
padding: 30px;
}
@media (max-width: 1199px) {
.cause-item.list-item .fund_raise_info {
width: 290px;
height: 210px;
padding: 20px 15px;
}
}
@media (max-width: 991px) {
.cause-item.list-item .fund_raise_info {
width: 100%;
}
}
@media (max-width: 767px) {
.cause-item.list-item .fund_raise_info {
width: 100%;
height: auto;
}
}
.cause-item.list-item .fund_raise_info .days-left {
font: 13px/20px "Montserrat", sans-serif;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 10px;
}
.cause-item.list-item .fund_raise_info .btn-primary {
margin-top: 20px;
}
.single-cause .progressBarRow {
margin-bottom: 55px;
width: 100%;
max-width: 100%;
}
@media (max-width: 767px) {
.single-cause .progressBarRow {
padding: 0;
}
}
.single-cause .progress_barBox {
width: 100%;
}
.single-cause .latest-donors {
margin-bottom: 15px;
}
@media (max-width: 767px) {
.single-cause .btn-primary {
float: left !important;
margin-bottom: 50px;
}
}
@media (max-width: 639px) {
.single-cause .donor {
width: 50%;
}
}
.checkout-form {
font: 700 16px/1.2 "Montserrat", sans-serif;
text-transform: uppercase;
}
.checkout-form h4.pi {
margin-bottom: 40px;
}
.checkout-form label {
font: 700 14px/1 "Montserrat", sans-serif;
margin-bottom: 7px;
}
.checkout-form label + .sub-label {
margin-top: 0;
margin-bottom: 20px;
font: 12px/1.1 "Montserrat", sans-serif;
}
.checkout-form .form-control {
text-transform: uppercase;
margin-bottom: 40px;
border: 1px solid;
border-radius: 3px;
max-width: 495px;
height: 46px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 15px;
font: 12px/44px "Montserrat", sans-serif;
}
.checkout-form #hide-name {
display: none;
}
.checkout-form #hide-name + label {
margin-bottom: 40px;
font: 12px/18px "Montserrat", sans-serif;
}
.checkout-form #hide-name + label:before {
float: left;
border: 1px solid;
width: 18px;
height: 18px;
margin-right: 10px;
line-height: 16px;
text-align: center;
font-family: "FontAwesome";
content: "";
font-size: 14px;
}
.checkout-form #hide-name:checked + label:before {
content: "\f00c";
}
.checkout-form .total-pay-amount {
margin-bottom: 20px;
font: 700 16px/1.2 "Montserrat", sans-serif;
margin-top: 0;
}
.checkout-table {
margin-bottom: 45px;
}
.checkout-table table thead tr th {
border: none;
font: 700 13px/52px "Montserrat", sans-serif;
padding: 0 30px;
}
.checkout-table table thead tr th + th {
border: 1px solid;
}
.checkout-table table tbody {
border-left: 1px solid;
border-right: 1px solid;
}
.checkout-table table tbody tr {
margin: 0;
border: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.checkout-table table tbody tr td {
border-top: none;
padding: 30px;
vertical-align: middle;
}
.checkout-table table tbody tr td + td {
border-left: 1px solid;
}
.checkout-table table tbody tr td:last-child {
text-align: center;
}
.checkout-table table tbody tr td .close {
float: none;
display: inline-block;
font-size: 18px;
opacity: 1;
}
.checkout-table table tbody tr .media .media-left {
padding-right: 20px;
}
.checkout-table table tbody tr .media .media-left a {
display: block;
}
.checkout-table table tfoot {
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
}
.checkout-table table tfoot tr td {
padding: 15px;
}
.checkout-table table tfoot tr td .btn-primary {
margin-left: 20px;
}
.gateways {
margin-bottom: 30px;
}
.gateways li {
float: left;
}
.gateways li a {
display: block;
padding: 0;
}
.gateways li + li {
margin-left: 10px;
}
@media (max-width: 479px) {
.gateways li + li {
margin-left: 5px;
}
}
@media (max-width: 767px) {
.product-column {
max-width: 580px;
margin: 0 auto;
}
}
@media (max-width: 609px) {
.product-column {
max-width: 360px;
margin: 0 auto;
}
}
@media (max-width: 767px) {
.product-sizer {
width: 290px;
}
}
@media (max-width: 609px) {
.product-sizer {
width: 360px;
}
}
.product {
padding: 15px;
}
@media (max-width: 767px) {
.product {
width: 290px;
float: left;
}
}
@media (max-width: 609px) {
.product {
width: 360px;
}
}
@media (max-width: 479px) {
.product {
width: 320px;
}
}
.product .item {
padding: 0;
}
.product .carousel-indicators {
bottom: 20px;
margin-bottom: 0;
display: table;
width: auto;
margin-left: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.product .carousel-indicators li {
width: 12px;
height: 12px;
border: none;
margin: 0;
float: left;
}
.product .carousel-indicators li + li {
margin-left: 8px;
}
.product .images_row {
text-align: center;
overflow: hidden;
position: relative;
z-index: 0;
}
.product .images_row img {
width: 100%;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.product .images_row a.btn-primary {
position: absolute;
bottom: -50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(50%);
-ms-transform: translateX(-50%) translateY(50%);
transform: translateX(-50%) translateY(50%);
z-index: 10;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.product .product_excerpts {
padding: 18px;
}
.product .product_excerpts .pro_title {
font: 16px/1.25 "Montserrat", sans-serif;
margin: 0 0 10px;
text-transform: uppercase;
}
.product .product_excerpts .price_ratings {
border-top: 1px solid;
}
.product .product_excerpts .price_ratings h3 {
font-size: 21px;
}
.product .product_excerpts .price_ratings .stars {
font-size: 16px;
margin: 0;
}
.product .product_excerpts .price_ratings .amount_box {
padding-right: 18px;
width: 50%;
}
.product .product_excerpts .price_ratings .amount_box + .amount_box {
padding-left: 18px;
padding-right: 0;
}
.product:hover .images_row img,
.product:focus .images_row img {
opacity: 0.3;
}
.product:hover .images_row a.btn-primary,
.product:focus .images_row a.btn-primary {
bottom: 50%;
}
.product-filtering {
margin-bottom: 25px;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.product-filtering {
margin-top: 50px;
}
}
.product-filtering h5 {
font: 700 13px/38px "Montserrat", sans-serif;
margin: 0;
}
.product-filtering
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 167px;
}
.product-filtering .bootstrap-select .btn {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
height: 38px;
font: 700 13px/36px "Montserrat", sans-serif;
padding: 0 20px;
text-transform: uppercase;
}
.product-filtering .bootstrap-select .btn .caret {
right: 15px;
}
.product-filtering .bootstrap-select .dropdown-menu {
border-radius: 0;
border: none;
}
.product-filtering .bootstrap-select .dropdown-menu li + li {
border-top: 1px solid;
}
.product-filtering .bootstrap-select .dropdown-menu li a {
font: 700 13px/36px "Montserrat", sans-serif;
}
.product-filtering .bootstrap-select .dropdown-menu li a:hover,
.product-filtering .bootstrap-select .dropdown-menu li a:focus {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.shop-sidebar .widget {
margin-bottom: 0;
}
.shop-sidebar .widget-title {
margin-bottom: 20px;
}
.price-filter-inner {
border-top: 1px solid;
border-bottom: 1px solid;
padding: 30px 0;
}
.shop-search {
margin-bottom: 40px;
}
.shop-search .form-control {
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
height: 38px;
border: none;
padding: 0 15px;
font: 700 13px/38px "Montserrat", sans-serif;
}
.shop-search .form-control::-moz-placeholder {
text-transform: uppercase;
opacity: 1;
}
.shop-search .form-control:-ms-input-placeholder {
text-transform: uppercase;
}
.shop-search .form-control::-webkit-input-placeholder {
text-transform: uppercase;
}
.shop-search .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.shop-search .input-group-addon {
border: none;
padding: 0;
font-size: 18px;
}
.shop-search .input-group-addon button {
padding: 0 15px;
line-height: 38px;
border: none;
background: none;
}
.price-range {
padding-top: 10px;
}
.price-range .slider-range {
height: 10px;
border: none;
border-radius: 10px;
margin-bottom: 25px;
}
.price-range .ui-slider-range {
width: 100%;
}
.price-range .ui-slider-handle {
width: 20px;
height: 20px;
border: 5px solid;
border-radius: 100%;
margin-left: -10px;
top: -5px;
}
.price-range .range-amount {
width: 110px;
background: none;
border: none;
font: 700 14px/34px "Montserrat", sans-serif;
text-align: right;
}
.product-specification {
margin-bottom: 50px;
}
.product-specification .media-left {
position: relative;
padding-right: 30px;
}
@media (max-width: 991px) {
.product-specification .media-left {
display: block;
padding-right: 0;
padding-bottom: 30px;
}
}
.product-specification .media-left img {
max-width: 457px;
}
@media (max-width: 991px) {
.product-specification .media-left img {
max-width: 100%;
width: 100%;
}
}
.product-specification .media-left .sale-tag {
position: absolute;
top: 33px;
right: 63px;
width: 73px;
height: 73px;
border-radius: 100%;
text-align: center;
font: 700 12px/1 "Montserrat", sans-serif;
text-transform: uppercase;
padding: 16px 0;
}
.product-specification .media-left .sale-tag .amount {
display: block;
font-size: 30px;
}
.product-specification .media-left .sale-tag .amount span {
font-size: 18px;
}
.product-specification .pricing-rating {
margin-bottom: 30px;
}
.product-specification .pricing-rating .price {
float: left;
padding-right: 30px;
border-right: 1px solid;
}
.product-specification .pricing-rating .rating {
float: left;
padding-left: 30px;
}
.product-specification .pricing-rating h6 {
text-transform: uppercase;
margin-bottom: 2px;
}
.product-specification .pricing-rating h2 {
margin: 0;
font-family: "Montserrat", sans-serif;
font-weight: 700;
line-height: 1;
}
.product-specification .pricing-rating .stars {
margin-top: 5px;
}
.product-specification p {
font-size: 16px;
line-height: 27px;
margin-bottom: 30px;
}
.product-specification .speciface {
padding: 15px 0;
display: table;
vertical-align: middle;
width: 100%;
}
.product-specification .speciface .this-title {
width: 100px;
margin-right: 10px;
display: table-cell;
text-transform: uppercase;
font: 700 13px/1 "Montserrat", sans-serif;
vertical-align: middle;
}
.product-specification .speciface .this-opt {
display: table-cell;
}
.product-specification .speciface + .speciface {
border-top: 1px solid;
}
.product-specification [name="color"] {
display: none;
}
.product-specification [name="color"] + label {
float: left;
margin-right: 5px;
width: 24px;
height: 24px;
border-radius: 100%;
margin-bottom: 0;
}
.product-specification [type="number"] {
border: 1px solid;
padding: 0 5px 0 15px;
max-width: 100px;
}
.product-specification .add2cart {
margin-top: 30px;
}
@media (max-width: 1199px) {
.single-product {
margin-top: 60px;
}
}
.color_change_setting {
position: fixed;
top: 50%;
right: -250px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9999;
width: 250px;
background: #fff;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.color_change_setting.open {
right: 0;
}
.color_change_setting .setting_box {
position: absolute;
top: 0;
width: 40px;
height: 40px;
text-align: center;
left: -40px;
background: #435061;
line-height: 40px;
color: #fff;
font-size: 18px;
}
.color_change_setting .colors_variations {
padding: 20px;
}
.color_change_setting .colors_variations h3 {
padding: 0 10px;
}
.color_change_setting .colors_variations .colors {
width: auto;
}
.color_change_setting .colors_variations .colors a {
width: 50px;
height: 50px;
display: block;
float: left;
margin: 10px;
color: transparent;
position: relative;
}
.color_change_setting .colors_variations .colors a:before {
content: "";
font-family: "FontAwesome";
font-size: 18px;
line-height: 50px;
width: 50px;
height: 50px;
position: absolute;
top: 0;
left: 0;
color: #fff;
text-align: center;
}
.color_change_setting .colors_variations .colors a.working:before {
content: "\f00c";
}
.color_change_setting .colors_variations .colors a.default-theme {
background: #29af8a;
}
.color_change_setting .colors_variations .colors a.yellow-theme {
background: #edaf38;
}
.color_change_setting .colors_variations .colors a.blue-theme {
background: #2981af;
}
.color_change_setting .colors_variations .colors a.red-theme {
background: #cd5858;
}
.color_change_setting .colors_variations .colors a.purple-theme {
background: #725498;
}
.color_change_setting .colors_variations .colors a.orange-theme {
background: #e2611b;
}
.sd-header-style1 .sd-items-count {
top: 3px;
}
.sd-items-count {
background-color: #ef2055;
border-radius: 50px;
color: #fff;
display: block;
height: 15px;
font-size: 11px;
line-height: 15px;
padding: 0 !important;
position: absolute;
right: 5px;
text-align: center;
top: 8px;
width: 15px;
font-weight: normal;
}
.owl-prev,
.owl-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 16px 18px;
cursor: pointer;
background: rgba(0, 0, 0, 0.5);
min-width: 80px;
min-height: 80px;
display: block;
z-index: 100;
border-radius: 50%;
font-size: 35px;
color: #fff;
}
.owl-next {
left: 2rem;
}
.owl-prev {
right: 2rem;
}
.owl-next:hover {
width: 160px;
border-radius: 100px;
background-size: cover;
background-repeat: no-repeat;
background-image: url("../images/featured-slider.jpg");
}
.owl-prev:hover {
width: 160px;
border-radius: 100px;
background-size: cover;
background-repeat: no-repeat;
background-image: url("../images/featured-slider2.jpg");
}
.recent_cause .inner {
width: 360px;
/* background: #eef2f6; */
} | public/assets/css/style.min.css | .m0 {
margin: 0;
}
.p0 {
padding: 0;
}
body {
background-color: #eef2f6;
}
body p {
line-height: 24px;
font-family: "Karla", sans-serif;
}
body section.row,
body header.row,
body footer.row {
margin: 0;
position: relative;
}
a,
.btn,
button {
outline: none;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
a:before,
a:after,
.btn:before,
.btn:after,
button:before,
button:after {
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
a:focus,
a:hover,
.btn:focus,
.btn:hover,
button:focus,
button:hover {
outline: none;
text-decoration: none;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.sectionGap {
padding: 85px 0 110px;
}
.btn-primary {
padding: 0 28px;
border: 1px solid;
border-radius: 3px;
font: 700 13px/43px "Montserrat", sans-serif;
text-transform: uppercase;
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
white-space: nowrap;
text-shadow: none;
text-align: center;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.btn-primary.btn-outline {
background: none;
}
.btn-primary.white.btn-outline {
background: transparent;
}
.btn-primary.dark.btn-outline {
background: transparent;
}
.btn-primary.btn-sm {
padding: 0 17px;
height: 26px;
line-height: 24px;
font-size: 11px;
}
.btn-primary.btn-md {
padding: 0 19px;
height: 34px;
line-height: 34px;
font-size: 13px;
}
.btn-primary.hmfw {
min-width: 192px;
}
.label,
.label.widget-title {
font: 12px/28px "Montserrat", sans-serif;
color: #fff;
display: inline-block;
padding: 0 20px;
text-transform: uppercase;
border-radius: 3px;
letter-spacing: 0.1px;
margin: 0 auto;
}
.fund_raises .amount_box {
padding-top: 15px;
padding-bottom: 5px;
padding-right: 30px;
text-transform: uppercase;
}
.fund_raises .amount_box + .amount_box {
padding-left: 30px;
padding-right: 0;
border-left: 1px solid;
}
.fund_raises h6 {
font-family: "Montserrat", sans-serif;
margin: 0;
line-height: 1;
margin-bottom: 5px;
}
.fund_raises h2,
.fund_raises h3 {
font-family: "Montserrat", sans-serif;
margin: 0;
line-height: 1;
}
.fund_raises.style2 .amount_box {
padding: 15px 0 0;
}
.fund_raises.style2 .amount_box + .amount_box {
padding: 15px 0 0;
border: none;
}
.fund_raises.style3 .amount_box {
padding-top: 25px;
padding-bottom: 30px;
padding-right: 35px;
padding-left: 35px;
}
@media (max-width: 1199px) {
.fund_raises.style3 .amount_box {
padding-left: 15px;
padding-right: 15px;
}
}
.fund_raises.style3 .amount_box + .amount_box {
padding-left: 35px;
padding-right: 35px;
}
@media (max-width: 1199px) {
.fund_raises.style3 .amount_box + .amount_box {
padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width: 767px) {
.fund_raises.style3 .amount_box + .amount_box {
border: none;
padding-top: 0;
}
}
.fund_raises.style3 h2 {
margin-bottom: 8px;
}
.fund_raises.style3 h2 + h6 {
margin-top: 12px;
}
.progress {
height: 5px;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
overflow: visible;
}
.progress .progress-bar {
position: relative;
-webkit-transition-duration: 1000ms;
transition-duration: 1000ms;
}
.progress .percentage {
position: absolute;
right: 0;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
padding: 0 14px;
border-radius: 3px;
top: -31px;
line-height: 24px;
font-size: 12px;
font-family: "Montserrat", sans-serif;
}
.progress .percentage:after {
display: block;
content: "";
width: 0;
height: 0;
border-top: 4px solid;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.sectionTitle {
max-width: 825px;
margin: 0 auto;
text-transform: uppercase;
}
.sectionTitle h3 {
margin-top: 22px;
line-height: 36px;
font-family: "Montserrat", sans-serif;
font-weight: bold;
margin-bottom: 0;
}
@media (max-width: 767px) {
.sectionTitle h3 {
font-size: 20px;
line-height: 26px;
}
}
.page-content {
padding: 73px 0;
}
.navbar {
padding: 23px 0;
border: none;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.navbar .container .navbar-header .navbar-toggle {
border-radius: 0;
margin-top: 5px;
margin-bottom: 5px;
}
.navbar .container .navbar-header .navbar-toggle[aria-expanded="false"] {
background: #435061;
border-color: #435061;
}
.navbar .container .navbar-header .navbar-toggle[aria-expanded="false"] span {
background: #29af8a;
}
.navbar .container .navbar-header .navbar-toggle[aria-expanded="true"] {
margin-bottom: 20px;
background: #29af8a;
border-color: #29af8a;
}
.navbar .container .navbar-header .navbar-toggle[aria-expanded="true"] span {
background: #435061;
}
.navbar .container .navbar-header .navbar-brand {
margin-left: 0;
}
@media (max-width: 767px) {
.navbar .container .navbar-header .navbar-brand {
margin-left: 15px;
}
}
.navbar .container .navbar-header .navbar-brand img {
max-height: 37px;
}
.navbar.affix {
top: 0;
width: 100%;
padding: 10px 0;
}
.navbar.affix + header,
.navbar.affix + section {
margin-top: 91px;
}
.navbar.affix-bottom {
position: absolute;
width: 100%;
}
.navbar-brand {
line-height: 45px;
padding: 0;
display: block;
height: auto;
}
.navbar-brand img {
display: inline;
}
@media (max-width: 767px) {
#mainNav {
max-height: 250px;
}
}
#mainNav .navbar-nav {
margin-right: 10px;
}
@media (max-width: 991px) {
#mainNav .navbar-nav {
margin-right: -15px;
}
}
@media (max-width: 767px) {
#mainNav .navbar-nav {
margin-top: 0;
margin-bottom: 0;
}
}
#mainNav .navbar-nav li a {
padding: 0 20px;
font: bold 13px/45px "Montserrat", sans-serif;
text-transform: uppercase;
text-shadow: none;
}
@media (max-width: 1199px) {
#mainNav .navbar-nav li a {
padding: 0 15px;
}
}
@media (max-width: 767px) {
#mainNav .navbar-nav li a {
line-height: 35px;
}
}
#mainNav .navbar-nav li a:focus {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#mainNav .navbar-nav li a + ul {
border: none;
padding: 15px;
border-radius: 0;
min-width: 254px;
left: 0;
-webkit-box-shadow: 0px 2px 5px 0px rgba(125, 140, 159, 0.46);
box-shadow: 0px 2px 5px 0px rgba(125, 140, 159, 0.46);
}
@media (min-width: 1025px) {
#mainNav .navbar-nav li a + ul {
display: block;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
-webkit-transition-duration: 200ms;
transition-duration: 200ms;
}
}
#mainNav .navbar-nav li a + ul li {
padding: 0;
position: relative;
}
#mainNav .navbar-nav li a + ul li a {
font: 700 13px/48px "Montserrat", sans-serif;
}
#mainNav .navbar-nav li a + ul li a:hover,
#mainNav .navbar-nav li a + ul li a:focus {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
@media (min-width: 1025px) {
#mainNav .navbar-nav li a + ul li a + ul {
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left;
position: absolute;
left: 100%;
top: 0;
}
}
#mainNav .navbar-nav li:hover > a,
#mainNav .navbar-nav li:focus > a,
#mainNav .navbar-nav li.open > a {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
@media (min-width: 1025px) {
#mainNav .navbar-nav li:hover > a + ul,
#mainNav .navbar-nav li:focus > a + ul,
#mainNav .navbar-nav li.open > a + ul {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@media (min-width: 1025px) {
#mainNav .navbar-nav li:hover > a + ul li a + ul,
#mainNav .navbar-nav li:focus > a + ul li a + ul,
#mainNav .navbar-nav li.open > a + ul li a + ul {
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
}
}
@media (min-width: 1025px) {
#mainNav .navbar-nav li:hover > a + ul li:hover a + ul,
#mainNav .navbar-nav li:hover > a + ul li.active a + ul,
#mainNav .navbar-nav li:hover > a + ul li.open a + ul,
#mainNav .navbar-nav li:focus > a + ul li:hover a + ul,
#mainNav .navbar-nav li:focus > a + ul li.active a + ul,
#mainNav .navbar-nav li:focus > a + ul li.open a + ul,
#mainNav .navbar-nav li.open > a + ul li:hover a + ul,
#mainNav .navbar-nav li.open > a + ul li.active a + ul,
#mainNav .navbar-nav li.open > a + ul li.open a + ul {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
}
#mainNav .navbar-nav li.active a {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.header1 {
padding: 30px 0;
}
.logo a {
display: block;
float: left;
line-height: 45px;
}
.logo a img {
max-height: 100px;
margin: -46px 0px;
}
.language_picker {
margin-left: 25px;
padding: 6px 0;
}
.language_picker
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: auto;
}
.language_picker .btn-group {
text-transform: uppercase;
}
.language_picker .btn-group .btn {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
text-transform: uppercase;
font: 700 13px/30px "Montserrat", sans-serif;
padding: 0 12px;
outline: none;
border-radius: 2px;
}
.language_picker .btn-group .btn:focus {
outline: none;
}
.language_picker .btn-group .btn .filter-option {
width: auto;
}
.language_picker .btn-group .btn .bs-caret {
margin-left: 12px;
}
.language_picker .btn-group .btn .caret {
position: relative;
margin-left: 0;
right: 0;
border-width: 3px 3px 0 3px;
}
.language_picker .dropdown-menu {
z-index: 1100;
}
.emergency-contact .pull-left {
padding-right: 20px;
text-transform: uppercase;
}
.emergency-contact .pull-left + .pull-left {
border-left: 1px solid;
padding-right: 25px;
padding-left: 20px;
}
.emergency-contact .pull-left + .pull-left h5 {
font-size: 18px;
}
.emergency-contact .pull-left span {
display: table-cell;
font-size: 30px;
padding-right: 12px;
}
.emergency-contact .pull-left span.rotate i {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg);
}
.emergency-contact .pull-left .infos_col {
display: table-cell;
vertical-align: middle;
}
.emergency-contact .pull-left h6 {
font-family: "Montserrat", sans-serif;
font-size: 11px;
margin: 0;
line-height: 1.25;
}
.emergency-contact .pull-left h5 {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 0;
line-height: 1.25;
}
.emergency-contact .pull-left h4 {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 0;
line-height: 1.25;
}
.topbar {
text-transform: uppercase;
font: 12px/50px "Montserrat", sans-serif;
}
@media (max-width: 479px) {
.topbar .welcome-notice {
width: 100%;
}
}
@media (max-width: 767px) {
.topbar .nav {
margin: 0;
}
}
@media (max-width: 479px) {
.topbar .nav {
width: 100%;
}
}
@media (max-width: 767px) {
.topbar .nav li {
float: left;
}
}
.topbar .nav li a {
padding: 0 15px;
line-height: 50px;
font-weight: 700;
text-shadow: none;
}
@media (max-width: 767px) {
.topbar .nav li a {
width: 53px;
height: 50px;
}
}
.topbar .nav li a i {
margin-right: 12px;
font-size: 14px;
}
@media (max-width: 767px) {
.topbar .nav li a i {
width: 53px;
}
}
.topbar .nav li a:hover,
.topbar .nav li a:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.topbar .nav li.search-form form {
position: relative;
}
.topbar .nav li.search-form form .form-control {
line-height: 50px;
padding: 0 15px;
background: transparent;
border: none;
height: 50px;
-webkit-box-shadow: none;
box-shadow: none;
font-weight: normal;
font-size: 12px;
width: 53px;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.topbar .nav li.search-form form .form-control::-moz-placeholder {
color: transparent;
opacity: 1;
transition: all 300ms linear 0s;
}
.topbar .nav li.search-form form .form-control:-ms-input-placeholder {
color: transparent;
transition: all 300ms linear 0s;
}
.topbar .nav li.search-form form .form-control::-webkit-input-placeholder {
color: transparent;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.topbar .nav li.search-form form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
width: 300px;
}
@media (max-width: 479px) {
.topbar .nav li.search-form form .form-control:focus {
width: 224px;
}
}
@media (max-width: 359px) {
.topbar .nav li.search-form form .form-control:focus {
width: 184px;
}
}
.topbar .nav li.search-form form .form-control:focus::-moz-placeholder {
opacity: 1;
}
.topbar .nav li.search-form form .input-group-addon {
position: absolute;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
border: none;
border-radius: 0;
font-size: 16px;
right: 0;
display: block;
width: 53px;
height: 50px;
text-align: center;
line-height: 50px;
}
.navbar-form {
width: 256px;
margin: 0;
padding: 0;
}
.navbar-form .form-group {
width: 203px;
display: block;
float: left;
}
.navbar-form .form-control {
line-height: 50px;
padding: 0 15px;
border: none;
height: 50px;
-webkit-box-shadow: none;
box-shadow: none;
font-weight: 700;
font-family: "Montserrat", sans-serif;
font-size: 13px;
width: 100%;
border-radius: 0;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.navbar-form .form-control::-moz-placeholder {
opacity: 1;
transition: all 300ms linear 0s;
}
.navbar-form .form-control:-ms-input-placeholder {
transition: all 300ms linear 0s;
}
.navbar-form .form-control::-webkit-input-placeholder {
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.navbar-form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
font-weight: 300;
}
.navbar-form .form-control:focus::-moz-placeholder {
opacity: 1;
}
.navbar-form button {
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
border-radius: 0;
font-size: 16px;
width: 53px;
height: 50px;
text-align: center;
line-height: 50px;
text-shadow: none;
}
.featured_events .caption {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.featured_events .caption .caption_row {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
@media (max-width: 991px) {
.featured_events .caption {
position: relative;
top: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.featured_events .event_box {
max-width: 380px;
}
@media (max-width: 991px) {
.featured_events .event_box {
max-width: 100%;
}
}
.featured_events .owl-dots {
display: table;
position: absolute;
left: 50%;
bottom: 38px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 991px) {
.featured_events .owl-dots {
bottom: 0;
}
}
.featured_events .owl-dots .owl-dot {
width: 12px;
height: 12px;
border-radius: 100%;
float: left;
}
.featured_events .owl-dots .owl-dot + .owl-dot {
margin-left: 5px;
}
.featured_event_box {
padding: 40px 37px 38px;
}
@media (max-width: 1199px) {
.featured_event_box {
padding: 25px;
}
}
@media (max-width: 991px) {
.featured_event_box {
padding: 25px 0;
}
}
.featured_event_box .label {
padding: 0 15px;
}
.featured_event_box .days_left {
font: 700 13px/28px "Montserrat", sans-serif;
}
.featured_event_box .event_meta {
margin-bottom: 15px;
}
@media (max-width: 1199px) {
.featured_event_box .event_meta {
margin-bottom: 10px;
}
}
.featured_event_box .event_link {
margin-top: 0;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.featured_event_box .event_link {
margin-bottom: 15px;
}
}
.featured_event_box .event_link a {
line-height: 30px;
font-weight: 700;
font-family: "Montserrat", sans-serif;
}
@media (max-width: 1199px) {
.featured_event_box .event_link a {
line-height: 24px;
}
}
.featured_event_box p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 30px;
}
@media (max-width: 1199px) {
.featured_event_box p {
margin-bottom: 20px;
}
}
.featured_event_box .fund_raises {
border-top: 0.5px solid;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.featured_event_box .fund_raises {
margin-bottom: 15px;
}
}
.featured_event_box .fund_raises .amount_box {
width: 50%;
padding-top: 20px;
}
@media (max-width: 1199px) {
.featured_event_box .fund_raises .amount_box {
padding-top: 15px;
}
}
@media (max-width: 767px) {
.featured_event_box .fund_raises h2 {
font-size: 24px;
}
}
.donate_form {
border-radius: 3px;
padding: 50px;
max-width: 700px;
margin: 0 auto;
position: relative;
}
@media (max-width: 767px) {
.donate_form {
padding: 30px;
}
}
.donate_form button.mfp-close {
position: absolute;
border-radius: 100%;
top: 25px;
right: 25px;
width: 20px;
height: 20px;
opacity: 1;
line-height: 20px;
font-size: 22px;
}
.donate_form h3,
.donate_form h5,
.donate_form strong {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 0 0 10px;
}
.donate_form h3 {
margin: 0 0 45px;
}
.donate_form h4 {
line-height: 1;
}
.donate_form h5 {
margin-bottom: 20px;
}
.donate_form input[type="radio"] {
display: none;
}
.donate_form input[type="radio"] + label {
font-weight: normal;
padding-left: 30px;
margin-bottom: 45px;
position: relative;
font: 15px/24px "Karla", sans-serif;
}
.donate_form input[type="radio"] + label:before {
content: "";
float: left;
width: 18px;
height: 18px;
border: 1px solid;
border-radius: 100%;
margin-left: -30px;
}
.donate_form input[type="radio"] + label:after {
content: "";
display: block;
width: 10px;
height: 10px;
background: transparent;
border-radius: 100%;
left: 4px;
position: absolute;
top: 4px;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.donate_form .input-group .left {
width: 52px;
}
.donate_form .input-group .form-control {
height: 45px;
-webkit-box-shadow: none;
box-shadow: none;
}
.donate_form .input-group .form-control:not(:first-child):not(:last-child) {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
@media (max-width: 479px) {
.donate_form .input-group .form-control:not(:first-child):not(:last-child) {
border-bottom-right-radius: 0;
}
}
.donate_form .input-group .right {
background: none;
border: none;
padding: 0;
padding-left: 8px;
}
@media (max-width: 479px) {
.donate_form .input-group .right {
float: left;
padding-left: 0;
display: block;
width: 100%;
}
.donate_form .input-group .right button {
display: block;
width: 100%;
border-radius: 0 0 3px 0;
}
}
.help-process_row {
margin-bottom: 70px;
}
.help-process {
text-align: center;
}
.help-process .icon_box {
line-height: 70px;
}
.help-process h5 {
margin: 25px 0;
line-height: 1;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-weight: bold;
}
.help-process p {
font: 16px/24px "Karla", sans-serif;
margin: 0;
}
.help-process {
text-align: center;
}
.help-process .icon_box {
line-height: 70px;
}
.help-process h5 {
margin: 25px 0;
line-height: 1;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-weight: bold;
}
.help-process p {
font: 16px/24px "Karla", sans-serif;
margin: 0;
}
.how_help .sectionTitle {
margin-bottom: 55px;
}
.how_help .buttons {
display: table;
margin: 0 auto;
text-align: center;
}
@media (max-width: 479px) {
.how_help .buttons {
max-width: 250px;
}
}
.how_help .buttons a {
float: left;
margin-bottom: 0;
}
@media (max-width: 479px) {
.how_help .buttons a {
float: none;
display: inline-block;
}
}
.how_help .buttons a + a {
margin-left: 20px;
}
@media (max-width: 479px) {
.how_help .buttons a + a {
margin-left: 0;
margin-top: 10px;
}
}
.how_help2.row {
margin-top: -162px;
z-index: 2;
}
@media (max-width: 991px) {
.how_help2.row {
margin-top: 5px;
}
}
.help-process2 {
padding: 0 60px;
}
@media (max-width: 991px) {
.help-process2 {
border-top: 1px solid;
}
}
@media (max-width: 767px) {
.help-process2 {
padding: 0 25px;
}
}
.help-process2 + .help-process2 {
border-left: 1px solid;
}
@media (max-width: 991px) {
.help-process2 + .help-process2 {
border-left: none;
}
}
.help-process2 .media-left {
vertical-align: middle;
padding-right: 25px;
}
.help-process2 h5 {
margin-top: 30px;
margin-bottom: 10px;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
}
.help-process2 p {
margin-bottom: 25px;
line-height: 21px;
}
.how_help3 {
padding: 85px 0;
}
@media (max-width: 767px) {
.how_help_post {
margin-bottom: 60px;
}
}
.how_help_post .this_title {
margin: 30px 0 20px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
line-height: 36px;
}
.how_help_post p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 40px;
}
.help-process3 {
margin-top: 20px;
}
.help-process3 .media-left {
padding-right: 20px;
}
.help-process3 .media-left span {
display: block;
width: 70px;
text-align: center;
}
.help-process3 h5 {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-weight: 700;
margin: 0 0 15px;
}
.help-process3 p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 20px;
}
.upcoming_recent_events {
padding-top: 90px;
}
.upcoming_recent_events .sectionTitle {
margin-bottom: 45px;
}
.upcoming_recent_events.style2 {
padding-bottom: 90px;
}
.upcoming_events {
padding: 15px;
text-transform: uppercase;
}
@media (max-width: 767px) {
.upcoming_events {
max-width: 400px;
margin: 0 auto;
}
}
.upcoming_events .event_cover_photo {
position: relative;
margin: 0;
}
.upcoming_events .event_cover_photo img {
width: 100%;
}
.upcoming_events .event_cover_photo .upcoming_label {
position: absolute;
top: 20px;
right: 20px;
}
.upcoming_events .event_cover_photo .event_time_loc {
position: absolute;
bottom: 0;
left: 0;
right: 0;
line-height: 30px;
margin: 0;
text-align: center;
font-family: "Montserrat", sans-serif;
font-weight: 700;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
@media (max-width: 599px) {
.upcoming_events .event_cover_photo .event_time_loc {
line-height: 20px;
padding: 5px 15px;
}
}
.upcoming_events .event_cover_photo .event_time_loc .by {
margin-right: 15px;
}
@media (max-width: 767px) {
.upcoming_events .event_cover_photo .event_time_loc .by {
margin-right: 0;
}
.upcoming_events .event_cover_photo .event_time_loc .by:after {
content: ",";
display: inline-block;
}
}
@media (max-width: 767px) {
.upcoming_events .event_cover_photo .event_time_loc .date_time:after {
content: ",";
display: inline-block;
}
}
.upcoming_events .event_cover_photo .event_time_loc .loc {
margin-left: 15px;
}
@media (max-width: 767px) {
.upcoming_events .event_cover_photo .event_time_loc .loc {
margin-left: 0;
}
}
.upcoming_events .event_title {
font-weight: bold;
font-family: "Montserrat", sans-serif;
line-height: 21px;
margin-top: 20px;
margin-bottom: 0;
}
.upcoming_events .event_summery {
font: 16px/24px "Karla", sans-serif;
text-transform: none;
margin-bottom: 0;
}
.upcoming_events.style2 .event_summery {
margin: 20px 0 25px;
}
.upcoming_events.col-md-6 .event_cover_photo .event_time_loc {
line-height: 39px;
}
@media (max-width: 767px) {
.upcoming_events.col-md-6 .event_cover_photo .event_time_loc {
line-height: 20px;
padding: 5px 20px;
}
}
.upcoming_events.col-md-6 .event_title {
margin: 35px 0 20px;
font-size: 16px;
line-height: 1.25;
}
@media (max-width: 599px) {
.upcoming_events.col-md-6 .event_title {
margin-top: 15px;
}
}
.recent_products {
padding: 78px 0 98px;
}
.recent_products .sectionTitle {
margin-bottom: 40px;
}
@media (max-width: 699px) {
.recent_product_carosel {
max-width: 360px;
margin: 0 auto;
}
}
.recent_product_carosel .owl-dots {
display: table;
position: relative;
margin: 13px auto 0;
}
.recent_product_carosel .owl-dots .owl-dot {
width: 12px;
height: 12px;
border-radius: 100%;
float: left;
}
.recent_product_carosel .owl-dots .owl-dot + .owl-dot {
margin-left: 8px;
}
.recent_product_carosel .owl-dots .owl-dot.active {
background: #435061;
}
.quotes_row {
padding: 90px 0 100px;
}
.quotes_row:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(../images/world-map.png) repeat fixed center center;
opacity: 0.12;
z-index: 0;
}
.quotes_row .container {
position: relative;
z-index: 1;
}
.quotes_row .sectionTitle {
margin-bottom: 55px;
}
.quotes_row.style2 {
background: #29af8a;
}
.quotation_block {
padding: 15px;
}
.quotation_block .quote_block {
padding: 35px 35px 55px;
margin: 0 0 40px;
letter-spacing: -0.1px;
position: relative;
}
@media (max-width: 1199px) {
.quotation_block .quote_block {
padding: 20px 20px 40px;
}
}
.quotation_block .quote_block:after {
content: "";
display: block;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -10px;
width: 0;
height: 0;
border-top: 10px solid;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
}
.quotation_block .quote_block .quote_sign {
font-family: "Lora", serif;
font-size: 72px;
letter-spacing: 0.25px;
line-height: 40px;
height: 40px;
display: block;
padding-top: 18px;
}
.quotation_block .quote_block p {
margin-bottom: 0;
font: italic 18px/27px "Karla", sans-serif;
}
@media (max-width: 1199px) {
.quotation_block .quote_block p {
font-size: 16px;
line-height: 24px;
}
}
.quotation_block h5 {
font-family: "Montserrat", sans-serif;
font-weight: bold;
text-transform: uppercase;
margin: 0;
line-height: 24px;
}
.quotation_block h6 {
font-family: "Montserrat", sans-serif;
font-weight: bold;
text-transform: uppercase;
margin: 0;
line-height: 24px;
}
.beVolunteer {
padding: 169px 0;
background: url(../images/beVolunteer.jpg) no-repeat fixed center 0;
-webkit-background-size: cover;
background-size: cover;
}
.beVolunteer.sponsor_variation {
background-image: url(../images/sponsors2.jpg);
}
.beVolunteerBox {
max-width: 458px;
padding: 39px 45px 45px;
}
@media (max-width: 479px) {
.beVolunteerBox {
max-width: 340px;
padding: 30px;
}
}
.beVolunteerBox .sectionTitle h3 {
margin-top: 15px;
}
.beVolunteerBox p {
font: 16px/24px "Karla", sans-serif;
margin: 20px 0 25px;
}
.beVolunteer2 {
overflow: hidden;
}
.beVolunteer2 .container {
padding: 35px 15px;
position: relative;
}
.beVolunteer2 .container:before {
content: "";
display: block;
position: absolute;
top: 17px;
left: -159px;
background: url(../images/smile.png) no-repeat scroll 0 0;
width: 138px;
height: 138px;
}
@media (max-width: 1199px) {
.beVolunteer2 .container:before {
left: -80px;
}
}
@media (max-width: 767px) {
.beVolunteer2 .container:before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.beVolunteer2 h3 {
margin: 0;
color: #fff;
text-transform: uppercase;
font-weight: 700;
font-family: "Montserrat", sans-serif;
letter-spacing: -0.2px;
line-height: 48px;
}
@media (max-width: 1199px) {
.beVolunteer2 h3 {
line-height: 30px;
}
}
.beVolunteer2 p {
padding: 0 20px;
margin: 0;
font-size: 16px;
}
@media (max-width: 1199px) {
.beVolunteer2 p {
padding: 0;
}
}
@media (max-width: 767px) {
.beVolunteer2 .text-right {
text-align: left;
padding-top: 20px;
}
}
.latest_news {
padding: 102px 0 120px;
}
.latest_news .sectionTitle {
margin-bottom: 50px;
}
.latest-post {
padding: 15px;
}
@media (max-width: 767px) {
.latest-post {
max-width: 400px;
margin: 0 auto;
}
}
.latest-post .featured_cont {
max-height: 163px;
position: relative;
}
.latest-post .featured_cont img {
max-width: 100%;
}
.latest-post .featured_cont i {
position: absolute;
font-size: 36px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.latest-post .post-title {
font-family: "Montserrat", sans-serif;
line-height: 21px;
font-weight: bold;
text-transform: uppercase;
margin-top: 20px;
}
.latest-post .post-meta {
font-family: "Montserrat", sans-serif;
line-height: 21px;
font-weight: bold;
text-transform: uppercase;
display: block;
margin: 0 0 15px;
}
.latest-post .post-meta a {
display: inline-block;
}
.latest-post .post-meta a + a {
margin-left: 15px;
}
.latest-post .post-meta .tag-name + .tag-name {
margin-left: 0px;
}
.latest-post .post-excerpts {
font: 15px/24px "Karla", sans-serif;
margin-bottom: 20px;
}
.latest-post.media {
padding: 30px 0;
}
.latest-post.media:first-child {
padding-top: 0;
}
.latest-post.media + .media {
margin-top: 0;
border-top: 1px solid;
}
.latest-post.media .featured_cont {
padding-left: 30px;
}
@media (max-width: 767px) {
.latest-post.media .featured_cont {
display: block;
padding: 20px 0 0;
max-height: none;
}
}
.latest-post.media .featured_cont a {
display: block;
width: 263px;
height: 163px;
position: relative;
}
.latest-post.media .post-title {
margin-top: 0;
line-height: 27px;
}
.latest-post.media .post-meta {
margin: 0 0 20px;
}
.latest-post.media .post-excerpts {
margin-bottom: 25px;
}
.sponsor_banner {
padding: 125px 0 145px;
}
.sponsor_banner:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(../images/sponsors.jpg) repeat fixed center center;
opacity: 0.1;
z-index: 0;
}
.sponsor_banner .container {
max-width: 570px;
position: relative;
z-index: 1;
}
.sponsor_banner p {
font: 16px/24px "Karla", sans-serif;
margin: 22px 0 40px;
}
.sponsor_banner .btn-primary + .btn-primary {
margin-left: 18px;
}
@media (max-width: 479px) {
.sponsor_banner .btn-primary + .btn-primary {
margin-left: 0;
margin-top: 10px;
}
}
.sponsor_banner.style2:before {
opacity: 0.9;
background-image: url(../images/world-map2.png);
}
.sponsor_banner.style2 .container {
max-width: 460px;
}
.newsletter_signup {
padding: 38px 0;
}
.newsletter_signup h4 {
margin: 0 0 3px;
font-family: "Montserrat", sans-serif;
font-weight: bold;
line-height: 1;
}
.newsletter_signup p {
margin: 0;
font: 15px/24px "Karla", sans-serif;
}
@media (max-width: 767px) {
.newsletter_signup p {
margin-bottom: 10px;
}
}
.newsletter_signup.style2 {
overflow: hidden;
}
.newsletter_signup.style2:before {
font-family: "FontAwesome";
content: "\f003";
font-size: 172px;
display: block;
opacity: 0.2;
position: absolute;
right: -35px;
top: -3px;
line-height: 1;
-moz-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0);
-webkit-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0);
-ms-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0);
}
.newsletter_signup.style3 {
overflow: hidden;
}
.newsletter_signup.style3 .container {
position: relative;
}
.newsletter_signup.style3 .container:before {
font-family: "FontAwesome";
content: "\f003";
font-size: 172px;
display: block;
color: #262d36;
opacity: 0.2;
position: absolute;
right: -210px;
top: -41px;
line-height: 1;
-moz-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0);
-webkit-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0);
-ms-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0);
}
.newsletter_signup_form .form-control {
border-radius: 2px;
width: 260px;
font: 16px/24px "Karla", sans-serif;
padding: 9px 15px;
height: 42px;
border: none;
float: left;
-webkit-box-shadow: none;
box-shadow: none;
margin-right: 11px;
}
@media (max-width: 1199px) {
.newsletter_signup_form .form-control {
width: 256px;
margin-bottom: 10px;
}
}
.newsletter_signup_form .form-control::-moz-placeholder {
opacity: 1;
}
.newsletter_signup_form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.newsletter_signup_form .btn-primary {
line-height: 40px;
}
.footer {
overflow: hidden;
}
.footer_sidebar {
padding: 73px 0 83px;
}
.footer_sidebar .widget-title {
margin-bottom: 30px;
}
.footer_sidebar h5.widget-title {
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
margin-top: 0;
}
@media (max-width: 991px) {
.footer_sidebar .widget {
margin-bottom: 20px;
}
}
.footer_sidebar .widget p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 2px;
}
.footer_sidebar .widget .btn-primary {
margin-top: 25px;
min-width: 193px;
}
.footer_sidebar .recent-posts li {
padding: 10px 0;
}
.footer_sidebar .recent-posts li a {
padding: 0;
font: 13px/21px "Montserrat", sans-serif;
text-transform: uppercase;
}
.footer_sidebar .recent-posts li a:hover,
.footer_sidebar .recent-posts li a:focus {
background: none;
}
.footer_sidebar .recent-posts li + li {
border-top: 1px solid;
}
.footer_sidebar .recent-posts li:first-child {
padding-top: 0;
}
.footer_sidebar .recent-posts li:last-child {
padding-bottom: 0;
}
.footer_sidebar .tweet p {
margin-bottom: 0;
}
.footer_sidebar address {
font: 16px/24px "Karla", sans-serif;
}
.copyright_area {
font: 16px/24px "Karla", sans-serif;
}
.copyright_area .copy_inner {
padding: 23px 0;
position: relative;
}
.copyright_area .copy_inner:before {
content: "";
width: -webkit-calc(100% - 30px);
width: calc(100% - 30px);
left: 15px;
display: block;
height: 1px;
position: absolute;
top: 0;
}
.copyright_area .nav {
float: right;
}
.copyright_area .nav li {
float: left;
}
@media (max-width: 991px) {
.copyright_area .nav li {
float: none;
text-align: right;
}
}
@media (max-width: 767px) {
.copyright_area .nav li {
float: left;
text-align: left;
margin-top: 15px;
}
}
@media (max-width: 479px) {
.copyright_area .nav li {
float: none;
text-align: left;
}
}
.copyright_area .nav li + li {
margin-left: 12px;
}
@media (max-width: 991px) {
.copyright_area .nav li + li {
margin-left: 0;
}
}
@media (max-width: 767px) {
.copyright_area .nav li + li {
margin-left: 10px;
}
}
@media (max-width: 479px) {
.copyright_area .nav li + li {
margin-left: 0;
margin-top: 0;
}
}
.copyright_area .nav li a {
padding: 0;
}
.copyright_area .nav li a:hover,
.copyright_area .nav li a:focus {
background: none;
}
.footer2 .copyright_area .copy_inner {
border: none;
}
.footer2 .copyright_area .copy_inner:before {
display: none;
}
.navbar2 {
padding: 0;
}
@media (max-width: 767px) {
.navbar2 #mainNav {
padding: 15px;
}
}
.navbar2 #mainNav .nav {
margin: 0;
}
.navbar2 #mainNav .nav li a {
line-height: 50px;
text-shadow: none;
padding: 0 20px;
}
.navbar2 #mainNav .nav li .dropdown-menu li {
float: none;
display: block;
}
.navbar2 .navbar-right li {
float: left;
}
@media (max-width: 991px) {
.navbar2 .navbar-right li {
display: none;
}
}
@media (max-width: 991px) {
.navbar2 .navbar-right li.dropdown {
display: block;
}
}
.navbar2 .navbar-right li a {
font-size: 16px;
}
.navbar2 .navbar-right li .dropdown-menu {
padding: 20px;
margin: 0;
border-radius: 0;
width: 300px;
border: none;
}
@media (max-width: 767px) {
.navbar2 .navbar-right li .dropdown-menu {
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar2 .navbar-right li:last-child a {
font-size: 18px;
}
.navbar2 .search_form .form-control {
border-radius: 0;
height: 40px;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar2 .search_form .form-control::-moz-placeholder {
opacity: 1;
}
.navbar2 .search_form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar2.affix {
padding: 0;
}
.navbar2.affix + header,
.navbar2.affix + section {
margin-top: 50px;
}
.navbar3 {
background: none;
position: absolute;
width: 100%;
}
@media (max-width: 767px) {
.navbar3 #mainNav {
background: #91a1b4;
}
}
.navbar3 #mainNav .navbar-nav li .dropdown-menu li {
float: none;
display: block;
}
.navbar3.affix + header,
.navbar3.affix + section {
margin-top: 0;
}
.featured_news .caption {
position: absolute;
top: 40%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
}
@media (max-width: 991px) {
.featured_news .caption {
top: 50%;
}
}
@media (max-width: 767px) {
.featured_news .caption {
top: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
position: relative;
background: #fff;
padding: 40px 0;
}
}
.featured_news .news-title {
margin: 25px 0;
}
@media (max-width: 1199px) {
.featured_news .news-title {
margin: 20px 0 10px;
}
}
.featured_news .news-title a {
line-height: 32px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.featured_news p {
font: 16px/24px "Karla", sans-serif;
opacity: 0.72;
margin-bottom: 35px;
}
@media (max-width: 1199px) {
.featured_news p {
margin-bottom: 10px;
}
}
.featured_news .owl-dots {
display: table;
position: absolute;
left: 50%;
bottom: 145px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 991px) {
.featured_news .owl-dots {
bottom: 20px;
}
}
.featured_news .owl-dots .owl-dot {
width: 12px;
height: 12px;
border-radius: 100%;
float: left;
}
.featured_news .owl-dots .owl-dot + .owl-dot {
margin-left: 5px;
}
.page-wrapper {
max-width: 1333px;
margin: 0 auto;
}
.our_causes {
padding: 90px 0;
}
.our_causes .sectionTitle {
margin-bottom: 35px;
}
.our_recent_cause {
padding: 15px;
}
.our_casuses {
padding: 70px 0 80px;
}
.our_casuses .sectionTitle {
margin-bottom: 30px;
}
.our_casuses.style3 {
background: none;
}
@media (max-width: 699px) {
.causes_carousel {
max-width: 400px;
margin: 0 auto;
}
}
.causes_carousel .item {
padding: 15px;
}
@media (max-width: 479px) {
.causes_carousel .item {
padding: 5px;
}
}
.causes_carousel .item .item {
padding: 0;
}
.causes_carousel .item .carousel-indicators {
bottom: 20px;
margin-bottom: 0;
display: table;
width: auto;
margin-left: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.causes_carousel .item .carousel-indicators li {
width: 12px;
height: 12px;
border: none;
margin: 0;
float: left;
}
.causes_carousel .item .carousel-indicators li + li {
margin-left: 8px;
}
.causes_carousel .item .images_row {
text-align: center;
overflow: hidden;
position: relative;
z-index: 0;
}
.causes_carousel .item .images_row img {
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.causes_carousel .item .images_row a.btn-primary {
position: absolute;
bottom: -50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(50%);
-ms-transform: translateX(-50%) translateY(50%);
transform: translateX(-50%) translateY(50%);
z-index: 10;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.causes_carousel .item .cause_excepts {
padding: 30px;
}
.causes_carousel .item .fund_raises .amount_box {
width: 50%;
}
.causes_carousel .item .cuase_title {
margin: 0 0 20px;
}
.causes_carousel .item .cuase_title a {
font: 700 16px/1.25 "Montserrat", sans-serif;
}
.causes_carousel .item p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 50px;
}
.causes_carousel .item:hover .images_row img,
.causes_carousel .item:focus .images_row img {
opacity: 0.3;
}
.causes_carousel .item:hover .images_row a.btn-primary,
.causes_carousel .item:focus .images_row a.btn-primary {
bottom: 50%;
}
.causes_carousel .owl-dots {
display: table;
position: relative;
margin: 13px auto 0;
}
.causes_carousel .owl-dots .owl-dot {
width: 12px;
height: 12px;
border-radius: 100%;
float: left;
}
.causes_carousel .owl-dots .owl-dot + .owl-dot {
margin-left: 8px;
}
.cause_imgs .owl-dots {
display: table;
position: absolute;
bottom: 40px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.cause_imgs .owl-dots .owl-dot {
width: 12px;
height: 12px;
border-radius: 100%;
float: left;
}
.cause_imgs .owl-dots .owl-dot + .owl-dot {
margin-left: 8px;
}
.featured_recent_cause {
padding: 15px;
}
@media (max-width: 767px) {
.featured_recent_cause {
max-width: 360px;
margin: 0 auto;
}
}
@media (max-width: 991px) {
.featured_recent_cause .event_box {
padding: 25px;
}
}
.recent_cause {
padding: 15px;
text-align: center;
}
@media (max-width: 767px) {
.recent_cause {
max-width: 360px;
margin: 0 auto;
}
}
.recent_cause img {
margin-bottom: 40px;
}
.recent_cause .cause_desc {
position: absolute;
padding: 0 35px;
top: 223px;
left: 0;
width: 100%;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
@media (max-width: 767px) {
.recent_cause .cause_desc {
padding: 0 10px;
}
}
.recent_cause h5 {
font-family: "Montserrat", sans-serif;
line-height: 40px;
text-transform: uppercase;
margin: 0 0 10px;
}
.recent_cause p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 25px;
}
.recent_cause .inner {
position: relative;
overflow: hidden;
}
.recent_cause .inner:hover .cause_desc {
top: 0;
padding-top: 25px;
padding-bottom: 45px;
}
.page-header {
background: url(../images/page-header.jpg) no-repeat scroll center top;
text-transform: uppercase;
-webkit-background-size: cover;
background-size: cover;
padding-bottom: 0;
}
.page-header h4 {
float: left;
padding: 0 23px;
line-height: 50px;
font-family: "Montserrat", sans-serif;
font-weight: bold;
margin: 142px 0;
}
@media (max-width: 1199px) {
.page-header h4 {
margin: 100px 0;
}
}
@media (max-width: 991px) {
.page-header h4 {
margin: 60px 0;
}
}
@media (max-width: 767px) {
.page-header h4 {
margin: 40px 0;
}
}
.content_404 {
padding: 145px 0 135px;
}
@media (max-width: 767px) {
.content_404 {
padding: 45px 0;
}
}
.error_message {
text-align: center;
text-transform: uppercase;
}
.error_message .error_no {
font-size: 212px;
font-family: "Montserrat", sans-serif;
line-height: 212px;
font-weight: 700;
margin: 0;
}
@media (max-width: 767px) {
.error_message .error_no {
font-size: 150px;
line-height: 150px;
}
}
.error_message .error_details {
margin: 0 0 70px;
font-size: 32px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
line-height: 1;
}
@media (max-width: 767px) {
.error_message .error_details {
margin-bottom: 30px;
}
}
.error_message .buttons {
margin-bottom: 135px;
}
@media (max-width: 767px) {
.error_message .buttons {
margin-bottom: 0;
}
}
.error_message .buttons .btn-primary + .btn-primary {
margin-left: 15px;
}
.address_box {
text-transform: uppercase;
}
.address_box .inner {
margin: 0;
padding: 42px;
}
@media (max-width: 991px) {
.address_box .inner {
padding: 25px;
}
}
.address_box h3 {
margin-top: 0;
margin-bottom: 20px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
}
.address_box address {
font-family: "Montserrat", sans-serif;
font-weight: 700;
line-height: 30px;
margin-bottom: 0;
}
.address_box address a {
text-decoration: underline;
display: block;
margin-top: 10px;
}
.address_box .fa-question {
width: 123px;
height: 123px;
line-height: 123px;
border-radius: 100%;
font-size: 72px;
margin-top: 12px;
margin-bottom: 35px;
}
.address_box p {
font: 17px/30px "Karla", sans-serif;
letter-spacing: -0.1px;
color: #6e7c8d;
text-transform: none;
margin-bottom: 25px;
}
.address_box.row + .address_box {
margin-top: 25px;
}
.contact_page_title {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 0 0 30px;
text-transform: uppercase;
}
.contact_page_title.map-title {
margin-bottom: 25px;
}
.contact_page_para {
font: 21px/30px "Karla", sans-serif;
letter-spacing: -0.1px;
margin-bottom: 30px;
}
.contact-form {
margin-bottom: 53px;
}
.contact-form .form-control {
border: 1px solid;
border-radius: 2px;
max-width: 322px;
height: 44px;
line-height: 30px;
margin-bottom: 20px;
padding-top: 7px;
padding-bottom: 7px;
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-form .form-control::-moz-placeholder {
opacity: 1;
}
.contact-form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-form textarea.form-control {
max-width: 462px;
height: 164px;
resize: none;
}
#mapBox {
height: 343px;
}
.team_members_row {
margin-bottom: 80px;
}
.board_head {
position: relative;
}
@media (max-width: 767px) {
.board_head {
text-align: center;
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.board_head img {
display: inline-block;
}
}
.board_head .memberIntro {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
text-transform: uppercase;
}
.board_head h3,
.board_head h6 {
margin: 0;
font-family: "Montserrat", sans-serif;
line-height: 30px;
font-weight: 700;
}
.board_head h6 {
line-height: 1.2;
}
.team_page_title {
font-family: "Montserrat", sans-serif;
font-weight: 700;
line-height: 1;
margin: 10px 0 15px;
text-transform: uppercase;
}
.team_page_para {
font: 21px/30px "Karla", sans-serif;
color: #91a1b4;
letter-spacing: -0.1px;
min-height: 100px;
margin-bottom: 0;
}
.team_page_para.about_var {
min-height: auto;
}
.team_member {
height: 273px;
padding: 15px;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.team_member {
height: auto;
}
}
@media (max-width: 767px) {
.team_member {
min-height: 220px;
}
}
@media (max-width: 479px) {
.team_member {
width: 50%;
}
}
.team_member.col-md-2 {
height: auto;
}
.team_member h4 {
font: 16px/1 "Montserrat", sans-serif;
margin: 20px 0 15px;
font-weight: 700;
}
@media (max-width: 767px) {
.team_member h4 {
font-size: 14px;
margin-bottom: 10px;
}
}
.team_member h6 {
font: 11px/1 "Montserrat", sans-serif;
font-weight: 700;
margin: 0;
}
.volunteer_row {
margin-bottom: 60px;
}
#good_cause .carousel-caption {
bottom: 150px;
padding: 0;
}
@media (max-width: 1199px) {
#good_cause .carousel-caption {
bottom: 90px;
}
}
@media (max-width: 991px) {
#good_cause .carousel-caption {
bottom: 50px;
}
}
@media (max-width: 767px) {
#good_cause .carousel-caption {
bottom: 0;
position: relative;
left: auto;
right: auto;
background: #435061;
padding: 40px 20px 80px;
}
}
#good_cause .cause-title {
max-width: 615px;
margin: 20px auto 30px;
font-weight: 700;
font-family: "Montserrat", sans-serif;
line-height: 36px;
text-transform: uppercase;
}
@media (max-width: 991px) {
#good_cause .cause-title {
font-size: 22px;
line-height: 28px;
margin: 15px auto;
}
}
#good_cause .carousel-indicators {
display: table;
margin: 0;
left: 50%;
width: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 767px) {
#good_cause .carousel-indicators {
bottom: 50px;
}
}
#good_cause .carousel-indicators li {
width: 12px;
height: 12px;
border-radius: 100%;
float: left;
margin: 0;
border: none;
}
#good_cause .carousel-indicators li + li,
#good_cause .carousel-indicators li + li.active {
margin-left: 5px;
}
#good_cause .carousel-indicators li.active {
margin: 0;
}
#good_cause .owl-dots {
display: table;
position: absolute;
left: 50%;
bottom: 145px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
#good_cause .owl-dots .owl-dot + .owl-dot {
margin-left: 5px;
}
.upcoming_event {
padding: 32px 0 48px;
}
.upcoming_event .upcoming_label {
font-family: "Montserrat", sans-serif;
line-height: 38px;
text-transform: uppercase;
font-weight: 700;
padding: 0 29px;
margin: -70px 0 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
float: left;
}
.upcoming_event .event-title {
font-family: "Montserrat", sans-serif;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 15px;
line-height: 1.2;
}
.upcoming_event .event-meta {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 0;
}
@media (max-width: 1199px) {
.upcoming_event .event-meta {
margin-bottom: 15px;
}
}
.upcoming_event .event-meta a {
display: inline-block;
}
@media (max-width: 767px) {
.upcoming_event .event-meta a {
display: block;
margin-bottom: 10px;
}
}
.upcoming_event .event-meta a i {
margin-right: 10px;
}
.upcoming_event .event-meta a + a {
margin-left: 18px;
}
@media (max-width: 767px) {
.upcoming_event .event-meta a + a {
margin-left: 0;
}
}
.upcoming_event .flip-clock-wrapper {
margin: 0;
float: right;
width: auto;
}
@media (max-width: 1199px) {
.upcoming_event .flip-clock-wrapper {
float: left;
margin-left: -20px;
}
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-wrapper {
margin-left: -10px;
}
}
.upcoming_event .flip-clock-wrapper ul {
margin: 0 1px;
-webkit-box-shadow: none;
box-shadow: none;
width: 53px;
height: 53px;
border-radius: 3px;
font-size: 30px;
line-height: 53px;
background: none;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-wrapper ul {
height: 30px;
width: 33px;
padding: 0;
}
}
.upcoming_event .flip-clock-wrapper ul li {
line-height: 53px;
border-radius: 3px;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-wrapper ul li {
line-height: 30px;
}
}
.upcoming_event .flip-clock-wrapper ul li a {
-webkit-box-shadow: 0px 1px 3px 0px rgba(67, 80, 97, 0.5);
box-shadow: 0px 1px 3px 0px rgba(67, 80, 97, 0.5);
border-radius: 3px;
}
.upcoming_event .flip-clock-wrapper ul li a div div.inn {
font-size: 30px;
font-family: "Montserrat", sans-serif;
text-shadow: none;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-wrapper ul li a div div.inn {
font-size: 18px;
}
}
.upcoming_event .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow,
.upcoming_event .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow,
.upcoming_event .flip-clock-wrapper ul.play li.flip-clock-active .up .shadow,
.upcoming_event .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
background: none #fff;
}
.upcoming_event .flip-clock-divider {
height: 53px;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-divider {
height: 30px;
width: 10px;
}
}
.upcoming_event .flip-clock-divider:first-child {
width: 20px;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-divider:first-child {
width: 10px;
}
}
.upcoming_event .flip-clock-divider .flip-clock-label {
left: 20px;
right: auto;
width: 107px;
top: 65px;
font-family: "Montserrat", sans-serif;
font-size: 12px;
line-height: 1;
text-shadow: none;
letter-spacing: 0;
text-transform: uppercase;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-divider .flip-clock-label {
width: 66px;
left: 12px;
top: 36px;
}
}
.upcoming_event .flip-clock-dot {
width: 4px;
height: 4px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-box-shadow: none;
box-shadow: none;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-dot {
width: 3px;
height: 3px;
}
}
.upcoming_event .flip-clock-dot.top {
top: 20px;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-dot.top {
top: 16px;
}
}
.upcoming_event .flip-clock-dot.bottom {
bottom: 20px;
}
@media (max-width: 767px) {
.upcoming_event .flip-clock-dot.bottom {
bottom: 16px;
}
}
.featured_causes_row {
padding: 79px 0 111px;
}
.featured_causes_row .sectionTitle {
margin-bottom: 50px;
}
.featured_causes_row .owl-prev,
.featured_causes_row .owl-next {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 3px;
width: 45px;
height: 45px;
line-height: 45px;
position: absolute;
text-align: center;
}
.featured_causes_row .owl-prev i,
.featured_causes_row .owl-next i {
font-size: 18px;
}
.featured_causes_row .owl-prev {
left: -72px;
}
.featured_causes_row .owl-next {
right: -72px;
}
.events_news {
padding: 5px 0 115px;
}
.our_events_as_sidebar .inner {
padding: 45px 50px;
}
@media (max-width: 1199px) {
.our_events_as_sidebar .inner {
padding: 25px;
}
}
@media (max-width: 991px) {
.our_events_as_sidebar .inner {
padding: 10px;
margin-bottom: 40px;
}
}
@media (max-width: 767px) {
.our_events_as_sidebar .inner {
padding: 25px;
max-width: 400px;
margin: 0 auto 40px;
}
}
.our_events_as_sidebar .upcoming_events {
padding: 0;
}
@media (max-width: 991px) {
.our_events_as_sidebar .upcoming_events {
width: 50%;
padding: 15px;
float: left;
}
}
@media (max-width: 767px) {
.our_events_as_sidebar .upcoming_events {
width: 100%;
padding: 0;
float: none;
}
}
.our_events_as_sidebar .upcoming_events + .upcoming_events {
margin-top: 50px;
}
@media (max-width: 991px) {
.our_events_as_sidebar .upcoming_events + .upcoming_events {
margin-top: 0;
}
}
@media (max-width: 767px) {
.our_events_as_sidebar .upcoming_events + .upcoming_events {
margin-top: 30px;
}
}
@media (max-width: 767px) {
.event-listing-row {
max-width: 390px;
margin: 0 auto;
}
}
.event-listing {
padding: 15px;
}
@media (max-width: 767px) {
.event-listing {
max-width: 360px;
}
}
.event-listing .item {
padding: 0;
}
.event-listing .carousel-indicators {
bottom: 20px;
margin-bottom: 0;
display: table;
width: auto;
margin-left: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.event-listing .carousel-indicators li {
width: 12px;
height: 12px;
border: none;
margin: 0;
float: left;
}
.event-listing .carousel-indicators li + li {
margin-left: 8px;
}
.event-listing .images_row {
text-align: center;
overflow: hidden;
position: relative;
z-index: 0;
}
.event-listing .images_row img {
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
max-width: 100%;
}
.event-listing .event_excepts {
padding: 30px;
}
.event-listing .event_title {
margin: 0 0 8px;
}
.event-listing .event_title a {
font: 700 16px/1.25 "Montserrat", sans-serif;
text-transform: uppercase;
}
.event-listing .event-place {
font: 700 13px/18px "Montserrat", sans-serif;
margin-top: 0;
margin-bottom: 20px;
text-transform: uppercase;
}
.event-listing p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 28px;
}
.event-listing .event-date {
padding: 15px 30px;
line-height: 23px;
font: 700 13px/18px "Montserrat", sans-serif;
text-transform: uppercase;
}
.event-listing .event-date i {
margin-right: 6px;
}
@media (max-width: 991px) {
.single-event {
margin-bottom: 60px;
}
}
.single-event .event_title {
margin-bottom: 25px;
}
.single-event .event_title .hhh {
margin-bottom: 0;
}
.single-event .event-target {
font-size: 21px;
line-height: 30px;
}
.single-event p {
font-size: 16px;
margin-bottom: 25px;
}
.single-event #mapBox {
margin: 32px 0;
}
.event-header {
margin-bottom: 35px;
}
.event-header .media-left {
padding-right: 0;
}
@media (max-width: 767px) {
.event-header .media-left {
display: block;
}
}
.event-header .media-left span {
display: block;
width: 551px;
}
@media (max-width: 1199px) {
.event-header .media-left span {
width: 369px;
}
}
@media (max-width: 767px) {
.event-header .media-left span {
width: 100%;
}
}
.event-header .media-left span img {
max-width: 100%;
}
.event-header .info-row {
padding: 35px 24px;
font: 700 13px/20px "Montserrat", sans-serif;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.event-header .info-row {
padding: 20px;
}
}
.event-header .info-row + .info-row {
border-top: 1px solid;
}
.event-header .info-row span {
float: left;
width: -webkit-calc(100% - 24px);
width: calc(100% - 24px);
}
.event-header .info-row i {
float: left;
width: 24px;
line-height: 20px;
font-size: 13px;
}
.event-header .info-row .btn-primary {
padding: 0 23px;
}
.countdown_block {
border-radius: 3px;
}
.countdown_block .timer {
width: 566px;
}
@media (max-width: 1199px) {
.countdown_block .timer {
width: 430px;
}
}
@media (max-width: 767px) {
.countdown_block .timer {
border-bottom: 1px solid;
width: 100%;
}
}
.countdown_block .timer .block {
width: 25%;
}
.countdown_block .block {
float: left;
text-align: center;
padding: 20px;
height: 84px;
font: 24px/30px "Montserrat", sans-serif;
}
@media (max-width: 767px) {
.countdown_block .block {
width: 100%;
padding: 20px 5px;
}
}
.countdown_block .block + .block {
border-left: 1px solid;
}
.countdown_block .block .string {
display: block;
font-size: 12px;
line-height: 1;
margin-bottom: 2px;
text-transform: uppercase;
}
.featured_porduct_box .rating {
line-height: 28px;
padding-left: 12px;
}
.featured_porduct_box .btn-group .btn {
border: 1px solid;
padding: 0 15px;
font: 700 18px/43px "Montserrat", sans-serif;
}
.featured_porduct_box .btn-group .btn-primary {
font-size: 13px;
}
.donation_donors {
padding: 70px 0 90px;
}
.donation_donors .sectionTitle {
margin-bottom: 70px;
}
.progressBarRow {
padding: 0 15px;
margin-bottom: 65px;
}
@media (max-width: 767px) {
.progressBarRow {
max-width: 400px;
margin: 0 auto;
}
}
.progress_barBox {
padding: 17px;
border-radius: 2px;
background: url(../images/scale.png) no-repeat scroll center bottom;
width: 970px;
max-width: 100%;
}
@media (max-width: 1199px) {
.progress_barBox {
width: 770px;
}
}
@media (max-width: 991px) {
.progress_barBox {
width: 550px;
}
}
@media (max-width: 767px) {
.progress_barBox {
width: 370px;
}
}
.progress_barBox .progress {
height: 10px;
}
@media (max-width: 767px) {
.donate-buttons {
float: left !important;
padding-top: 20px;
}
}
.valuable_donorsTitle {
font-family: "Montserrat", sans-serif;
line-height: 1.2;
margin-top: 65px;
margin-bottom: 25px;
text-align: center;
text-transform: uppercase;
font-weight: 700;
}
.valuable_donorsTitle.style2 {
text-align: left;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.valuable_donorsTitle.style2 {
text-align: center;
}
}
@media (max-width: 767px) {
.donors_list {
max-width: 400px;
margin: 0 auto;
}
}
.donor {
padding: 15px 5px;
}
.donor img {
width: 100%;
}
.donor .inner {
margin: 0;
padding: 15px;
text-align: center;
text-transform: capitalize;
}
.donor .inner .name {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 0 0 5px;
}
.donor .inner .amount {
margin: 0;
font-family: "Karla", sans-serif;
}
.progressBarRow2 .texts2desc {
width: 442px;
padding-left: 35px;
padding-right: 50px;
padding-top: 35px;
padding-bottom: 35px;
}
@media (max-width: 1199px) {
.progressBarRow2 .texts2desc {
width: 370px;
}
}
@media (max-width: 991px) {
.progressBarRow2 .texts2desc {
width: 100%;
}
}
.progressBarRow2 .texts2desc h4 {
margin: 0 0 18px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.progressBarRow2 .texts2desc h4 {
margin-bottom: 15px;
font-size: 15px;
}
}
.progressBarRow2 .texts2desc p {
font-size: 16px;
margin-bottom: 0;
}
@media (max-width: 1199px) {
.progressBarRow2 .texts2desc p {
font-size: 14px;
line-height: 22px;
}
}
.progressBarRow2 .fund_raises {
width: 442px;
}
@media (max-width: 1199px) {
.progressBarRow2 .fund_raises {
width: 370px;
}
}
@media (max-width: 991px) {
.progressBarRow2 .fund_raises {
width: 100%;
text-align: center;
}
}
.progress_col {
width: 256px;
height: 155px;
position: relative;
}
@media (max-width: 1199px) {
.progress_col {
width: 200px;
height: 121px;
}
}
@media (max-width: 991px) {
.progress_col {
width: 100%;
height: 200px;
}
}
.progress_col .circle4progress {
width: 255px;
height: 255px;
display: block;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 100%;
padding: 23px;
}
@media (max-width: 1199px) {
.progress_col .circle4progress {
top: 64%;
width: 200px;
height: 200px;
padding: 15px;
}
}
@media (max-width: 991px) {
.progress_col .circle4progress {
top: 0%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
}
.progress_circular {
width: 100%;
height: 100%;
border-radius: 100%;
border: 16px solid;
position: relative;
overflow: hidden;
}
.progress_circular .progress-bar {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
-webkit-transition-duration: 1000ms;
transition-duration: 1000ms;
}
.progress_circular .percentage {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font: 30px/1.2 "Montserrat", sans-serif;
}
.content_faqs .team_page_para {
margin-bottom: 65px;
}
.sideNav {
padding: 36px 36px 38px 30px;
text-transform: uppercase;
width: 360px;
}
@media (max-width: 1199px) {
.sideNav {
width: 293px;
}
}
@media (max-width: 991px) {
.sideNav {
width: 220px;
padding: 20px;
}
}
@media (max-width: 767px) {
.sideNav {
display: none;
}
}
.sideNav h4 {
font: 700 16px/1 "Montserrat", sans-serif;
margin-bottom: 30px;
margin-top: 0;
}
@media (max-width: 991px) {
.sideNav h4 {
margin-bottom: 10px;
}
}
.sideNav ul li + li {
border-top: 1px solid;
}
.sideNav ul li a {
font: 700 13px/40px "Montserrat", sans-serif;
padding: 0;
}
.sideNav ul li a:hover,
.sideNav ul li a:focus {
background: none;
}
.sideNav.affix {
position: fixed;
top: 70px;
z-index: 1000;
}
.sideNav.affix-bottom {
position: absolute;
}
.questions + .questions {
margin-top: 60px;
}
.questions .question_type {
text-transform: uppercase;
margin-bottom: 35px;
padding-bottom: 20px;
margin-top: 0;
font-family: "Montserrat", sans-serif;
font-weight: 700;
border-bottom: 3px solid;
}
.question_accordion .panel-default {
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.question_accordion .panel-default + .panel-default {
margin-top: 30px;
margin-bottom: 0;
}
.question_accordion .panel-heading {
padding: 0;
background: none;
border-radius: 0;
}
.question_accordion .panel-heading + .panel-collapse > .panel-body {
border-top: none;
}
.question_accordion .panel-title a {
font: 700 16px/24px "Montserrat", sans-serif;
text-transform: uppercase;
padding-left: 30px;
display: block;
}
.question_accordion .panel-title a:before {
display: block;
width: 30px;
font-family: "FontAwesome";
float: left;
margin-left: -30px;
}
.question_accordion .panel-title [aria-expanded="false"]:before {
content: "\f0fe";
}
.question_accordion .panel-title [aria-expanded="true"]:before {
content: "\f146";
}
.question_accordion .panel-body {
padding-left: 30px;
padding-right: 30px;
}
.question_accordion .panel-body p {
margin-bottom: 0;
font-size: 16px;
}
.question_accordion .panel-body p + p {
margin-top: 25px;
}
.who_we_are .label {
margin-bottom: 37px;
}
.who_we_are h3 {
margin-bottom: 35px;
margin-top: 0;
}
.who_we_are p.about_var {
font-size: 21px;
min-height: auto;
}
.who_we_are p {
font-size: 16px;
margin-bottom: 25px;
}
.history .label {
margin-bottom: 37px;
}
.history_carousel {
position: relative;
}
.history_carousel .item {
padding: 38px 38px 120px;
}
.history_carousel .item .year {
font-family: "Montserrat", sans-serif;
font-weight: 700;
line-height: 1;
margin: 0 0 20px;
text-transform: uppercase;
}
.history_carousel .item p {
font-size: 16px;
margin-bottom: 0;
}
.history_carousel .item p + p {
margin-top: 25px;
}
.history_carousel .owl-nav {
position: absolute;
left: 38px;
bottom: 40px;
border: 1px solid;
border-radius: 3px;
width: 89px;
height: 40px;
}
.history_carousel .owl-nav .owl-prev,
.history_carousel .owl-nav .owl-next {
width: 50%;
float: left;
text-align: center;
line-height: 38px;
font-size: 21px;
}
.history_carousel .owl-nav .owl-next {
border-left: 1px solid;
}
.mission_vision {
padding: 100px 0 150px;
}
.mission_vision i {
font-size: 36px;
line-height: 45px;
margin-bottom: 30px;
}
.mission_vision h5 {
margin: 0 0 20px;
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
font-weight: 700;
line-height: 1;
}
.mission_vision p {
font-size: 16px;
margin-bottom: 0;
}
.how-fund-help-children {
margin: 100px 0 0;
padding: 45px;
}
@media (max-width: 479px) {
.how-fund-help-children {
padding: 25px;
}
}
.how-fund-help-children h3 {
margin: 0;
font: 700 23px/30px "Montserrat", sans-serif;
text-transform: uppercase;
float: left;
max-width: 540px;
}
@media (max-width: 1199px) {
.how-fund-help-children h3 {
max-width: 500px;
}
}
@media (max-width: 991px) {
.how-fund-help-children h3 {
max-width: 100%;
}
}
.how-fund-help-children a {
margin-top: 10px;
}
@media (max-width: 991px) {
.how-fund-help-children a {
float: left !important;
}
}
.how-fund-help-children a + a {
margin-right: 20px;
}
@media (max-width: 991px) {
.how-fund-help-children a + a {
margin-right: 0;
margin-left: 20px;
}
}
@media (max-width: 479px) {
.how-fund-help-children a + a {
margin-left: 0;
}
}
.hhh {
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 0 0 15px;
text-transform: uppercase;
}
.hhh.h1 {
font-size: 24px;
}
.hhh.h2 {
font-size: 18px;
}
.hhh.h3 {
font-size: 14px;
}
.hhh.h4 {
font-size: 12px;
}
.hhh.h5 {
font-size: 10px;
}
.hhh-tab {
border: none;
text-transform: uppercase;
}
.hhh-tab li a {
margin: 0 5px 0 0;
border-radius: 0;
padding: 0 25px;
border: none;
font: 700 14px/48px "Montserrat", sans-serif;
}
.hhh-tab li a:hover,
.hhh-tab li a:focus {
border: none;
}
.hhh-tab li.active a {
border: none;
}
.hhh-tab li.active a:hover,
.hhh-tab li.active a:focus {
border: none;
}
.hhh-tab.shop-tab li > a {
margin: 0;
}
.hhh-tab-content .tab-pane {
padding: 45px 37px;
}
.hhh-tab-content .tab-pane .description-summary {
font: 700 16px/27px "Montserrat", sans-serif;
margin-bottom: 25px;
margin-top: 0;
text-transform: uppercase;
}
.hhh-tab-content .tab-pane p {
font-size: 16px;
}
.hhh-tab-content .tab-pane p + p {
margin-top: 25px;
}
.hhh-tab-content .tab-pane .tab-heading {
margin-bottom: 25px;
}
.hhh-tab-content.shop-tab-content {
margin-bottom: 60px;
}
.hhh-tab-content.shop-tab-content .tab-pane p {
line-height: 27px;
}
.shortcodeName {
margin-bottom: 35px;
}
.shortcodeName2 {
margin-bottom: 55px;
}
.shortcodeBlock + .shortcodeBlock {
margin-top: 80px;
}
.column-block + .column-block {
margin-top: 60px;
}
.column-block .label {
margin-bottom: 20px;
}
.column-block p {
font-size: 16px;
}
.hhh_accordion .panel-default {
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.hhh_accordion .panel-default + .panel-default {
margin-top: 10px;
margin-bottom: 0;
}
.hhh_accordion .panel-heading {
padding: 0;
background: none;
border-radius: 0;
}
.hhh_accordion .panel-heading + .panel-collapse > .panel-body {
border-top: none;
}
.hhh_accordion .panel-title {
display: table;
}
.hhh_accordion .panel-title a {
font: 700 16px/20px "Montserrat", sans-serif;
text-transform: uppercase;
}
.hhh_accordion .panel-title a span {
display: table-cell;
width: 100000px;
padding: 15px 20px;
}
.hhh_accordion .panel-title a:after {
display: table-cell;
font-family: "FontAwesome";
vertical-align: middle;
height: 100%;
padding: 0 19px;
font-size: 26px;
}
.hhh_accordion .panel-title [aria-expanded="false"]:after {
content: "\f106";
}
.hhh_accordion .panel-title [aria-expanded="true"]:after {
content: "\f107";
}
.hhh_accordion .panel-body {
padding-left: 20px;
padding-right: 20px;
}
.hhh_accordion .panel-body p {
margin-bottom: 0;
font-size: 16px;
}
.hhh_accordion .panel-body p + p {
margin-top: 25px;
}
blockquote {
border-width: 7px;
margin-bottom: 45px;
padding: 25px 20px;
}
blockquote p {
font-size: 16px;
}
blockquote footer {
font: 700 16px/1 "Montserrat", sans-serif;
text-transform: uppercase;
}
.blockquote-reverse {
border-width: 7px;
padding: 25px 20px;
}
.blockquote-reverse.style2 {
border-left: 0;
border-right: 0;
border-top: 7px solid;
border-bottom: 7px solid;
background: none;
}
.blockquote-reverse.style2 p {
font-size: 21px;
line-height: 36px;
}
.buttons .button-cols {
max-width: 600px;
}
.buttons .btn-primary {
margin-bottom: 25px;
}
.buttons .button-groups {
width: 225px;
margin-bottom: 25px;
}
.testimonial {
padding: 34px;
}
.testimonial .media-left {
padding-right: 60px;
}
@media (max-width: 1199px) {
.testimonial .media-left {
padding-right: 30px;
}
}
@media (max-width: 479px) {
.testimonial .media-left {
display: block;
padding-right: 0;
padding-bottom: 20px;
text-align: center;
}
}
.testimonial .media-left a {
width: 120px;
height: 120px;
display: block;
border-radius: 100%;
border: 1px solid;
}
@media (max-width: 479px) {
.testimonial .media-left a {
display: inline-block;
}
}
.testimonial .media-left a img {
max-width: 100%;
}
.testimonial .media-body {
vertical-align: middle;
padding-right: 50px;
}
@media (max-width: 1199px) {
.testimonial .media-body {
padding-right: 0;
}
}
.testimonial p {
font-size: 21px;
line-height: 27px;
font-style: italic;
margin-bottom: 15px;
}
.testimonial footer {
font: 700 16px/1 "Montserrat", sans-serif;
}
.testimonial2 {
padding: 15px;
text-align: center;
}
.testimonial2 .image_block {
margin: 0;
}
.testimonial2 .image_block a {
display: inline-block;
width: 120px;
height: 120px;
border-radius: 100%;
border: 1px solid;
}
.testimonial2 .image_block a img {
max-width: 100%;
}
.testimonial2 p {
margin: 28px 0 38px;
font-size: 21px;
line-height: 27px;
font-style: italic;
}
.testimonial2 footer {
font: 700 16px/1 "Montserrat", sans-serif;
}
.gap55 {
height: 55px;
}
.headings p {
margin-bottom: 45px;
}
.gallery-content {
padding: 70px 0 155px;
}
.gallery-content .sectionTitle {
margin-bottom: 50px;
}
.gallery-filter li {
padding: 0 15px;
float: left;
border-radius: 3px;
font: 700 13px/38px "Montserrat", sans-serif;
text-transform: uppercase;
}
@media (max-width: 991px) {
.gallery-filter li {
padding: 0 10px;
line-height: 30px;
}
}
@media (max-width: 767px) {
.grid-sizer {
width: 240px;
}
}
@media (max-width: 767px) {
.gallery_container {
max-width: 720px;
margin: 0 auto;
}
}
@media (max-width: 719px) {
.gallery_container {
max-width: 480px;
}
}
@media (max-width: 479px) {
.gallery_container {
max-width: 290px;
}
}
.gallery-item {
padding: 15px;
}
@media (max-width: 767px) {
.gallery-item {
width: 240px;
float: left;
}
}
@media (max-width: 479px) {
.gallery-item {
width: 100%;
}
}
.gallery-item .image_row {
margin: 0;
position: relative;
}
.gallery-item .popup {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
opacity: 0;
}
.gallery-item .popup i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 20px;
border: 2px solid;
border-radius: 3px;
width: 46px;
height: 38px;
text-align: center;
line-height: 34px;
}
.gallery-item .inner {
margin: 0;
padding: 18px 20px;
}
.gallery-item .inner h5 {
font: 700 13px/18px "Montserrat", sans-serif;
margin: 0;
text-transform: uppercase;
}
.gallery-item:hover .popup,
.gallery-item:focus .popup {
opacity: 0.52;
}
.gallery-item .media-left {
padding-right: 0;
}
.gallery-item .featured-content {
width: 262px;
}
@media (max-width: 767px) {
.gallery-item .featured-content {
max-width: 100%;
}
}
.gallery-item .media-body {
padding: 0 30px;
vertical-align: middle;
}
.gallery-item h4 {
font: 700 16px/24px "Montserrat", sans-serif;
margin-bottom: 12px;
margin-top: 0;
text-transform: uppercase;
}
@media (max-width: 991px) {
.gallery-item h4 {
margin-bottom: 10px;
}
}
.gallery-item p {
font-size: 16px;
margin-bottom: 35px;
}
@media (max-width: 991px) {
.gallery-item p {
margin-bottom: 15px;
font-size: 14px;
line-height: 20px;
}
}
@media (max-width: 767px) {
.gallery-item.col-sm-12 .media-left {
display: block;
}
}
@media (max-width: 767px) {
.gallery-item.col-sm-12 .media-left a {
display: block;
width: 100%;
}
}
@media (max-width: 767px) {
.gallery-item.col-sm-12 .media-left a img {
max-width: 100%;
}
}
@media (max-width: 767px) {
.gallery-item.col-sm-12 .media-body {
padding: 20px;
}
}
.featured-content .owl-dots {
display: table;
position: absolute;
left: 50%;
bottom: 20px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.featured-content .owl-dots .owl-dot {
width: 12px;
height: 12px;
border-radius: 100%;
float: left;
}
.featured-content .owl-dots .owl-dot + .owl-dot {
margin-left: 5px;
}
.gallery-pagination {
display: table;
margin: 50px auto 0;
}
.gallery-pagination li {
float: left;
}
.gallery-pagination li a {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
border: 1px solid;
line-height: 40px;
display: block;
padding: 0 17px;
}
.gallery-pagination li.prev {
margin-right: 12px;
}
.gallery-pagination li.next {
margin-left: 12px;
}
.gallery-pagination li.prev,
.gallery-pagination li.next {
margin-left: 12px;
}
.gallery-pagination li.prev a,
.gallery-pagination li.next a {
padding: 0 25px;
border-radius: 3px;
}
.gallery-pagination li.page-no + .page-no {
margin-left: -1px;
}
.gallery-pagination li.first-no a {
border-radius: 3px 0 0 3px;
}
.gallery-pagination li.last-no a {
border-radius: 0 3px 3px 0;
}
.filters_row {
margin-bottom: 25px;
}
.view-filter {
border: 1px solid;
border-radius: 3px;
width: 89px;
height: 40px;
}
@media (max-width: 991px) {
.view-filter {
float: left !important;
margin-top: 15px;
}
}
.view-filter li {
float: left;
width: 50%;
text-align: center;
}
.view-filter li + li {
border-left: 1px solid;
}
.view-filter li a {
padding: 0;
line-height: 38px;
font-size: 18px;
}
.view-filter li a .fa {
font-size: 20px;
}
.similar-project .gallery-item .inner {
padding: 38px 28px;
}
.similar-project .gallery-item .image_row img {
width: 100%;
}
.similar-project .gallery-item .featured-content {
width: 100%;
}
.similar-project .gallery-item p {
margin-bottom: 25px;
}
.single-project .project_title {
margin: 23px 0 30px;
}
.single-project .project_title h2 {
max-width: 560px;
margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 991px) {
.single-project .project_title h2 {
float: none !important;
max-width: 100%;
}
}
@media (max-width: 991px) {
.single-project .project_title .btn-primary {
float: none !important;
}
}
.single-project h4 {
margin-bottom: 35px;
font-family: "Montserrat", sans-serif;
line-height: 30px;
margin-top: 0;
text-transform: uppercase;
}
.single-project p {
margin-bottom: 30px;
font-size: 16px;
line-height: 27px;
}
.featureswithImage {
margin: 50px 0;
}
.featureswithImage .list-heading {
font: 16px/27px "Montserrat", sans-serif;
margin: 0 0 20px;
}
@media (max-width: 767px) {
.featureswithImage .list-heading {
margin: 20px 0;
}
}
.featureswithImage p {
margin-bottom: 25px;
}
.featureswithImage ul {
margin: 0;
}
.featureswithImage ul li {
font: 16px/18px "Karla", sans-serif;
padding-left: 25px;
}
.featureswithImage ul li + li {
margin-top: 15px;
}
.featureswithImage ul li:before {
width: 11px;
height: 11px;
content: "";
float: left;
margin-top: 3.5px;
margin-left: -25px;
border-radius: 100%;
}
.text-block {
padding: 40px 56px;
margin: 15px 0;
font: italic 21px/30px "Karla", sans-serif;
}
@media (max-width: 479px) {
.text-block {
padding: 25px;
font-size: 16px;
line-height: 24px;
}
}
.shareOnRow ul {
float: right;
margin: 11px 0;
}
@media (max-width: 767px) {
.shareOnRow ul {
float: left;
width: 100%;
margin-top: 20px;
}
}
.shareOnRow ul li {
font: bold 14px/23px "Montserrat", sans-serif;
float: left;
}
.shareOnRow ul li + li {
margin-left: 18px;
font-size: 18px;
}
.blog-content {
padding: 73px 0 130px;
}
.post {
border-bottom: 1px solid;
padding: 0 0 50px;
margin: 0;
}
.post + .post {
padding: 50px 0;
}
.post .featured-contents {
margin: 0 0 50px;
text-align: center;
}
.post .featured-contents img {
max-width: 100%;
display: inline-block;
}
.post .featured-contents .post-gallery {
position: relative;
}
.post .featured-contents .owl-prev,
.post .featured-contents .owl-next {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 36px;
height: 54px;
line-height: 54px;
text-align: center;
font-size: 24px;
}
.post .featured-contents .owl-prev {
left: 0;
}
.post .featured-contents .owl-next {
right: 0;
}
.post .featured-contents iframe {
width: 100%;
}
.post.post-type-video iframe {
height: 346px;
}
.post.post-type-audio iframe {
height: 162px;
}
.post .article-body {
margin: 0;
}
.post .post-title {
margin-top: 0;
margin-bottom: 20px;
}
.post .post-title a {
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
font-weight: 700;
}
.post .post-meta li {
float: left;
font: 700 13px/20px "Montserrat", sans-serif;
text-transform: uppercase;
}
@media (max-width: 767px) {
.post .post-meta li {
float: none;
}
}
.post .post-meta li + li {
margin-left: 30px;
}
@media (max-width: 1199px) {
.post .post-meta li + li {
margin-left: 10px;
}
}
@media (max-width: 767px) {
.post .post-meta li + li {
margin-left: 0;
margin-top: 3px;
}
}
.post .post-meta li a {
padding: 0;
display: inline;
}
.post .post-meta li a:hover,
.post .post-meta li a:focus {
background: none;
}
.post .post-meta li i {
margin-right: 5px;
}
.post .post-excerpt {
margin: 45px 0;
}
.post .post-excerpt p {
margin: 0;
font: 16px/24px "Karla", sans-serif;
}
.post blockquote {
padding: 30px 40px;
border-left: 9px solid;
margin: 0;
}
@media (max-width: 479px) {
.post blockquote {
padding: 20px 25px;
}
}
.post blockquote p {
font: 700 italic 32px/1.2 "Montserrat", sans-serif;
margin-bottom: 0;
}
.post blockquote footer {
font: 700 13px/1.1 "Montserrat", sans-serif;
margin-top: 40px;
}
.post blockquote.style2 {
margin: 58px 0 28px;
}
.post blockquote.style2 p {
font: italic 26px/34px "Karla", sans-serif;
}
@media (max-width: 479px) {
.post blockquote.style2 p {
font-size: 18px;
line-height: 28px;
}
}
.post.post-type-link .post-title a:after {
font-family: "FontAwesome";
content: "\f14c";
display: inline-block;
margin-left: 20px;
}
.post .post-tags {
margin: 25px 0 0;
text-transform: uppercase;
font: 700 16px/20px "Montserrat", sans-serif;
}
.post .post-tags a {
font-size: 13px;
}
.single-post {
padding-bottom: 25px;
}
.post-content {
margin: 45px 0 0;
}
.post-content p {
margin: 0 0 25px;
font: 16px/24px "Karla", sans-serif;
}
.pagination {
margin: 58px 0 0;
}
.pagination li {
float: left;
}
.pagination li + li {
margin-left: 8px;
}
.pagination li a {
border-radius: 3px;
height: 44px;
padding: 0 15px;
font: 13px/42px "Montserrat", sans-serif;
min-width: 43px;
text-align: center;
border: 1px solid;
}
@media (max-width: 767px) {
.pagination li a {
min-width: 28px;
height: 35px;
line-height: 33px;
}
}
.related-posts {
padding: 40px 0;
margin: 0;
border-bottom: 1px solid;
}
.related-posts .this-title {
margin: 0 0 45px;
font: 700 16px/20px "Montserrat", sans-serif;
text-transform: uppercase;
}
.related-post {
margin-bottom: 30px;
}
.related-post .post-title {
margin-top: 0;
line-height: 21px;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
margin-bottom: 10px;
}
.related-post .post-cat {
font: 16px/20px "Karla", sans-serif;
margin: 0;
}
.related-post .post-cat a {
text-transform: capitalize;
}
.pager {
padding: 40px 0 45px;
margin: 0;
border-bottom: 1px solid;
}
.pager li {
max-width: 225px;
}
@media (max-width: 479px) {
.pager li {
max-width: 100%;
}
.pager li + li {
margin-top: 15px;
}
}
.pager li a {
border: none;
padding: 0;
text-transform: uppercase;
}
.pager li a:hover,
.pager li a:focus {
background: none;
}
.pager li a .post-sequence {
font: 700 16px/21px "Montserrat", sans-serif;
}
.pager li a .post-title {
margin: 20px 0 0;
font: 700 14px/21px "Montserrat", sans-serif;
}
.pager li.prev {
float: left;
text-align: left;
}
.pager li.prev a i {
margin-right: 14px;
}
.pager li.next {
float: right;
text-align: right;
}
.pager li.next a i {
margin-left: 14px;
}
.author-about {
margin: 50px 0;
padding: 33px 100px 33px 33px;
}
@media (max-width: 479px) {
.author-about {
padding: 20px;
}
}
.author-about .media-left {
padding-right: 30px;
}
@media (max-width: 479px) {
.author-about .media-left {
display: block;
padding-right: 0;
padding-bottom: 30px;
}
}
.author-about .media-left a {
width: 168px;
height: 163px;
display: block;
line-height: 163px;
text-align: center;
}
.author-about .media-left a img {
max-width: 100%;
}
.author-about .author-title {
text-transform: uppercase;
margin-bottom: 15px;
margin-top: 0;
}
.author-about .author-title a {
font: 700 16px/20px "Montserrat", sans-serif;
}
.author-about p {
margin-bottom: 15px;
}
.author-about .btn-primary {
line-height: 31px;
}
.comments {
margin-bottom: 56px;
}
.comments .this-title {
font: 700 16px/1 "Montserrat", sans-serif;
margin-bottom: 20px;
margin-top: 0;
padding-bottom: 28px;
border-bottom: 1px solid;
text-transform: uppercase;
}
.comment {
padding: 25px 0 20px;
border-bottom: 1px solid;
}
.comment .media-left {
padding-right: 30px;
}
@media (max-width: 479px) {
.comment .media-left {
display: block;
padding-right: 0;
padding-bottom: 20px;
}
}
.comment .media-left a {
width: 138px;
height: 133px;
display: block;
}
.comment .media-left a img {
width: 100%;
}
.comment .media-body {
overflow: visible;
}
.comment h4 {
text-transform: uppercase;
font: 700 16px/20px "Montserrat", sans-serif;
margin-top: 0;
margin-bottom: 12px;
}
.comment h4 a {
margin-right: 18px;
}
@media (max-width: 767px) {
.comment h4 a {
margin-right: 10px;
}
}
.comment h4 small {
font-weight: bold;
}
.comment h6 {
margin: 0 0 25px;
}
.comment h6 a {
font: 700 11px/1.1 "Montserrat", sans-serif;
text-transform: uppercase;
}
.comment p {
font-size: 16px;
margin-bottom: 25px;
}
.comment.reply {
padding: 22px;
border: none;
margin-top: 40px;
margin-bottom: 10px;
margin-left: -30px;
margin-right: 0;
}
@media (max-width: 767px) {
.comment.reply {
margin-left: -150px;
}
}
@media (max-width: 479px) {
.comment.reply {
margin-left: 20px;
}
}
.comment-form {
padding: 55px 48px 48px;
}
@media (max-width: 767px) {
.comment-form {
padding: 25px;
}
}
@media (max-width: 479px) {
.comment-form {
padding: 15px;
}
}
.comment-form h4 {
font: 700 16px/20px "Montserrat", sans-serif;
margin: 0 0 35px;
text-transform: uppercase;
}
.comment-form textarea.form-control {
margin-bottom: 30px;
}
.sidebar .widget {
padding: 36px 36px 38px 30px;
text-transform: uppercase;
margin-bottom: 50px;
}
@media (max-width: 767px) {
.sidebar .widget {
padding: 25px;
}
}
.sidebar .widget.widget-similar {
background: none;
padding: 0;
}
.sidebar .widget.widget-search .form-control {
border-radius: 0;
height: 54px;
line-height: 54px;
padding: 0 22px;
-webkit-box-shadow: none;
box-shadow: none;
}
.sidebar .widget.widget-search .input-group-addon {
padding: 0;
background: none;
border: none;
}
.sidebar .widget.widget-search .input-group-addon button {
width: 60px;
line-height: 54px;
padding: 0;
text-align: center;
border: none;
font-size: 18px;
}
.sidebar .widget .nav li + li {
border-top: 1px solid;
}
.sidebar .widget .nav li a {
font: 700 13px/40px "Montserrat", sans-serif;
padding: 0;
}
.sidebar .widget .nav li a:hover,
.sidebar .widget .nav li a:focus {
background: none;
}
.sidebar .widget .recent-post {
text-transform: uppercase;
padding-bottom: 30px;
margin: 0;
}
.sidebar .widget .recent-post + .recent-post {
padding-top: 30px;
border-top: 1px solid;
}
.sidebar .widget .recent-post .media-left {
padding-right: 20px;
}
.sidebar .widget .recent-post .media-left a {
display: block;
}
.sidebar .widget .recent-post .title {
margin: 0 0 20px;
}
.sidebar .widget .recent-post .title a {
font: bold 14px/21px "Montserrat", sans-serif;
}
.sidebar .widget .recent-post .date {
font-size: 13px;
margin: 0;
float: left;
}
.sidebar .widget .recent-post .date i {
margin-right: 10px;
float: left;
}
.sidebar .widget .recent-post .date a {
font-weight: bold;
line-height: 1;
float: left;
}
.sidebar .widget .recent-post .price {
margin: -10px 0 10px;
font: 700 14px/1 "Montserrat", sans-serif;
}
.sidebar .widget .recent-post .price del {
font-size: 12px;
margin-right: 4px;
}
.sidebar .widget .recent-post .proRating {
font-size: 16px;
}
.sidebar .widget.widget-tags {
background: none;
padding: 0;
}
.sidebar .widget .tag {
font: 700 13px/32px "Montserrat", sans-serif;
padding: 0 15px;
border-radius: 3px;
border: 1px solid;
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.sidebar .widget.affix {
position: fixed;
top: 70px;
z-index: 1000;
}
.sidebar .widget.affix-bottom {
position: absolute;
}
.sidebar .widget-title {
font: 700 16px/1 "Montserrat", sans-serif;
margin-bottom: 30px;
margin-top: 0;
}
@media (max-width: 767px) {
.sidebar .widget-title {
margin-bottom: 15px;
}
}
@media (max-width: 991px) {
.sidebar .similar-project .cause-item {
max-width: 360px;
}
}
@media (max-width: 767px) {
.sidebar .widget-similar .gallery-item {
width: 390px;
max-width: 100%;
float: none;
}
}
@media (max-width: 991px) {
.checkout-sidebar {
margin-top: 50px;
}
}
@media (max-width: 1199px) {
.contact-sidebar .address_box .inner {
padding: 25px;
}
}
@media (max-width: 991px) {
.sidebar_404 .address_box {
padding: 15px;
}
}
@media (max-width: 767px) {
.single-project-sidebar {
max-width: 360px;
margin: 60px auto 0;
}
}
@media (max-width: 991px) {
.post-sidebar {
margin-top: 60px;
}
}
@media (max-width: 767px) {
.event-sidebar .widget-similar .event-listing {
max-width: 100%;
margin: 0;
padding: 0;
}
}
.volunter-about .h1 {
line-height: 30px;
margin-bottom: 25px;
}
.volunter-about .h1.whyQ {
margin-bottom: 45px;
}
.volunter-about .this-para {
font: 21px/30px "Karla", sans-serif;
margin-bottom: 20px;
}
.volunter-about .cover {
margin-bottom: 20px;
}
.volunter-about .desc {
margin-bottom: 35px;
}
.volunter-about .desc p {
font-size: 16px;
margin-bottom: 25px;
}
.whyNeed + .whyNeed {
margin-top: 35px;
}
.whyNeed .media-left {
padding-right: 15px;
}
.whyNeed .media-left i {
width: 93px;
height: 93px;
line-height: 93px;
text-align: center;
font-size: 26px;
border-radius: 100%;
}
.whyNeed .media-body {
vertical-align: middle;
}
.whyNeed .media-body p {
font-size: 16px;
margin: 0;
}
.emmergencyContact {
margin-top: 70px;
}
.emmergencyContact .contact_Col {
padding: 30px 30px 35px;
font: 700 14px/24px "Montserrat", sans-serif;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.emmergencyContact .contact_Col {
padding: 25px;
}
}
.emmergencyContact .contact_Col:last-child {
padding-right: 51px;
}
@media (max-width: 1199px) {
.emmergencyContact .contact_Col:last-child {
padding-right: 25px;
}
}
.become_volunteer {
padding: 32px 40px 36px;
}
@media (max-width: 1199px) {
.become_volunteer {
padding: 25px;
}
}
.become_volunteer .h1 {
margin-bottom: 0;
line-height: 30px;
}
.become_volunteer .h2 {
margin-bottom: 30px;
line-height: 30px;
}
.become_volunteer label {
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin-bottom: 8px;
}
.become_volunteer .form-group {
margin-bottom: 20px;
}
.become_volunteer .form-control {
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
height: 40px;
}
.become_volunteer .form-control + label {
font-size: 12px;
margin-bottom: 0;
margin-top: 5px;
}
.become_volunteer .btn-primary {
margin-top: 5px;
}
@media (max-width: 767px) {
.causes_container {
max-width: 390px;
margin: 0 auto;
}
}
.cause-item {
padding: 15px;
}
.cause-item .item {
padding: 0;
}
.cause-item .carousel-indicators {
bottom: 20px;
margin-bottom: 0;
display: table;
width: auto;
margin-left: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.cause-item .carousel-indicators li {
width: 12px;
height: 12px;
border: none;
margin: 0;
float: left;
}
.cause-item .carousel-indicators li + li {
margin-left: 8px;
}
.cause-item .images_row {
text-align: center;
overflow: hidden;
position: relative;
z-index: 0;
}
.cause-item .images_row img {
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
max-width: 100%;
}
.cause-item .images_row a.btn-primary {
position: absolute;
bottom: -50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(50%);
-ms-transform: translateX(-50%) translateY(50%);
transform: translateX(-50%) translateY(50%);
z-index: 10;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.cause-item .cause_excepts {
padding: 30px;
}
.cause-item .fund_raises .amount_box {
width: 50%;
}
@media (max-width: 1199px) {
.cause-item .fund_raises .amount_box {
padding-right: 10px;
}
}
@media (max-width: 1199px) {
.cause-item .fund_raises .amount_box + .amount_box {
padding-left: 10px;
}
}
.cause-item .cuase_title {
margin: 0 0 20px;
}
.cause-item .cuase_title a {
font: 700 16px/1.25 "Montserrat", sans-serif;
}
.cause-item p {
font: 16px/24px "Karla", sans-serif;
margin-bottom: 50px;
}
.cause-item:hover .images_row img,
.cause-item:focus .images_row img {
opacity: 0.3;
}
.cause-item:hover .images_row a.btn-primary,
.cause-item:focus .images_row a.btn-primary {
bottom: 50%;
}
.cause-item.list-item .images_row {
width: 360px;
height: 223px;
}
@media (max-width: 1199px) {
.cause-item.list-item .images_row {
width: 340px;
height: 210px;
}
}
@media (max-width: 991px) {
.cause-item.list-item .images_row {
width: 50%;
}
}
@media (max-width: 767px) {
.cause-item.list-item .images_row {
width: 100%;
height: auto;
}
}
.cause-item.list-item .cause_excepts {
width: 420px;
height: 223px;
}
@media (max-width: 1199px) {
.cause-item.list-item .cause_excepts {
width: 310px;
height: 210px;
padding: 20px 15px;
}
}
@media (max-width: 991px) {
.cause-item.list-item .cause_excepts {
width: 50%;
}
}
@media (max-width: 767px) {
.cause-item.list-item .cause_excepts {
width: 100%;
height: auto;
}
}
@media (max-width: 1199px) {
.cause-item.list-item .cause_excepts h4 {
margin-bottom: 10px;
}
}
.cause-item.list-item .cause_excepts p {
margin-bottom: 0;
}
@media (max-width: 1199px) {
.cause-item.list-item .cause_excepts p {
line-height: 22px;
font-size: 15px;
}
}
.cause-item.list-item .fund_raise_info {
width: 360px;
height: 223px;
padding: 30px;
}
@media (max-width: 1199px) {
.cause-item.list-item .fund_raise_info {
width: 290px;
height: 210px;
padding: 20px 15px;
}
}
@media (max-width: 991px) {
.cause-item.list-item .fund_raise_info {
width: 100%;
}
}
@media (max-width: 767px) {
.cause-item.list-item .fund_raise_info {
width: 100%;
height: auto;
}
}
.cause-item.list-item .fund_raise_info .days-left {
font: 13px/20px "Montserrat", sans-serif;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 10px;
}
.cause-item.list-item .fund_raise_info .btn-primary {
margin-top: 20px;
}
.single-cause .progressBarRow {
margin-bottom: 55px;
width: 100%;
max-width: 100%;
}
@media (max-width: 767px) {
.single-cause .progressBarRow {
padding: 0;
}
}
.single-cause .progress_barBox {
width: 100%;
}
.single-cause .latest-donors {
margin-bottom: 15px;
}
@media (max-width: 767px) {
.single-cause .btn-primary {
float: left !important;
margin-bottom: 50px;
}
}
@media (max-width: 639px) {
.single-cause .donor {
width: 50%;
}
}
.checkout-form {
font: 700 16px/1.2 "Montserrat", sans-serif;
text-transform: uppercase;
}
.checkout-form h4.pi {
margin-bottom: 40px;
}
.checkout-form label {
font: 700 14px/1 "Montserrat", sans-serif;
margin-bottom: 7px;
}
.checkout-form label + .sub-label {
margin-top: 0;
margin-bottom: 20px;
font: 12px/1.1 "Montserrat", sans-serif;
}
.checkout-form .form-control {
text-transform: uppercase;
margin-bottom: 40px;
border: 1px solid;
border-radius: 3px;
max-width: 495px;
height: 46px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 15px;
font: 12px/44px "Montserrat", sans-serif;
}
.checkout-form #hide-name {
display: none;
}
.checkout-form #hide-name + label {
margin-bottom: 40px;
font: 12px/18px "Montserrat", sans-serif;
}
.checkout-form #hide-name + label:before {
float: left;
border: 1px solid;
width: 18px;
height: 18px;
margin-right: 10px;
line-height: 16px;
text-align: center;
font-family: "FontAwesome";
content: "";
font-size: 14px;
}
.checkout-form #hide-name:checked + label:before {
content: "\f00c";
}
.checkout-form .total-pay-amount {
margin-bottom: 20px;
font: 700 16px/1.2 "Montserrat", sans-serif;
margin-top: 0;
}
.checkout-table {
margin-bottom: 45px;
}
.checkout-table table thead tr th {
border: none;
font: 700 13px/52px "Montserrat", sans-serif;
padding: 0 30px;
}
.checkout-table table thead tr th + th {
border: 1px solid;
}
.checkout-table table tbody {
border-left: 1px solid;
border-right: 1px solid;
}
.checkout-table table tbody tr {
margin: 0;
border: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.checkout-table table tbody tr td {
border-top: none;
padding: 30px;
vertical-align: middle;
}
.checkout-table table tbody tr td + td {
border-left: 1px solid;
}
.checkout-table table tbody tr td:last-child {
text-align: center;
}
.checkout-table table tbody tr td .close {
float: none;
display: inline-block;
font-size: 18px;
opacity: 1;
}
.checkout-table table tbody tr .media .media-left {
padding-right: 20px;
}
.checkout-table table tbody tr .media .media-left a {
display: block;
}
.checkout-table table tfoot {
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
}
.checkout-table table tfoot tr td {
padding: 15px;
}
.checkout-table table tfoot tr td .btn-primary {
margin-left: 20px;
}
.gateways {
margin-bottom: 30px;
}
.gateways li {
float: left;
}
.gateways li a {
display: block;
padding: 0;
}
.gateways li + li {
margin-left: 10px;
}
@media (max-width: 479px) {
.gateways li + li {
margin-left: 5px;
}
}
@media (max-width: 767px) {
.product-column {
max-width: 580px;
margin: 0 auto;
}
}
@media (max-width: 609px) {
.product-column {
max-width: 360px;
margin: 0 auto;
}
}
@media (max-width: 767px) {
.product-sizer {
width: 290px;
}
}
@media (max-width: 609px) {
.product-sizer {
width: 360px;
}
}
.product {
padding: 15px;
}
@media (max-width: 767px) {
.product {
width: 290px;
float: left;
}
}
@media (max-width: 609px) {
.product {
width: 360px;
}
}
@media (max-width: 479px) {
.product {
width: 320px;
}
}
.product .item {
padding: 0;
}
.product .carousel-indicators {
bottom: 20px;
margin-bottom: 0;
display: table;
width: auto;
margin-left: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.product .carousel-indicators li {
width: 12px;
height: 12px;
border: none;
margin: 0;
float: left;
}
.product .carousel-indicators li + li {
margin-left: 8px;
}
.product .images_row {
text-align: center;
overflow: hidden;
position: relative;
z-index: 0;
}
.product .images_row img {
width: 100%;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.product .images_row a.btn-primary {
position: absolute;
bottom: -50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(50%);
-ms-transform: translateX(-50%) translateY(50%);
transform: translateX(-50%) translateY(50%);
z-index: 10;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.product .product_excerpts {
padding: 18px;
}
.product .product_excerpts .pro_title {
font: 16px/1.25 "Montserrat", sans-serif;
margin: 0 0 10px;
text-transform: uppercase;
}
.product .product_excerpts .price_ratings {
border-top: 1px solid;
}
.product .product_excerpts .price_ratings h3 {
font-size: 21px;
}
.product .product_excerpts .price_ratings .stars {
font-size: 16px;
margin: 0;
}
.product .product_excerpts .price_ratings .amount_box {
padding-right: 18px;
width: 50%;
}
.product .product_excerpts .price_ratings .amount_box + .amount_box {
padding-left: 18px;
padding-right: 0;
}
.product:hover .images_row img,
.product:focus .images_row img {
opacity: 0.3;
}
.product:hover .images_row a.btn-primary,
.product:focus .images_row a.btn-primary {
bottom: 50%;
}
.product-filtering {
margin-bottom: 25px;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.product-filtering {
margin-top: 50px;
}
}
.product-filtering h5 {
font: 700 13px/38px "Montserrat", sans-serif;
margin: 0;
}
.product-filtering
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 167px;
}
.product-filtering .bootstrap-select .btn {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
height: 38px;
font: 700 13px/36px "Montserrat", sans-serif;
padding: 0 20px;
text-transform: uppercase;
}
.product-filtering .bootstrap-select .btn .caret {
right: 15px;
}
.product-filtering .bootstrap-select .dropdown-menu {
border-radius: 0;
border: none;
}
.product-filtering .bootstrap-select .dropdown-menu li + li {
border-top: 1px solid;
}
.product-filtering .bootstrap-select .dropdown-menu li a {
font: 700 13px/36px "Montserrat", sans-serif;
}
.product-filtering .bootstrap-select .dropdown-menu li a:hover,
.product-filtering .bootstrap-select .dropdown-menu li a:focus {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.shop-sidebar .widget {
margin-bottom: 0;
}
.shop-sidebar .widget-title {
margin-bottom: 20px;
}
.price-filter-inner {
border-top: 1px solid;
border-bottom: 1px solid;
padding: 30px 0;
}
.shop-search {
margin-bottom: 40px;
}
.shop-search .form-control {
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
height: 38px;
border: none;
padding: 0 15px;
font: 700 13px/38px "Montserrat", sans-serif;
}
.shop-search .form-control::-moz-placeholder {
text-transform: uppercase;
opacity: 1;
}
.shop-search .form-control:-ms-input-placeholder {
text-transform: uppercase;
}
.shop-search .form-control::-webkit-input-placeholder {
text-transform: uppercase;
}
.shop-search .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.shop-search .input-group-addon {
border: none;
padding: 0;
font-size: 18px;
}
.shop-search .input-group-addon button {
padding: 0 15px;
line-height: 38px;
border: none;
background: none;
}
.price-range {
padding-top: 10px;
}
.price-range .slider-range {
height: 10px;
border: none;
border-radius: 10px;
margin-bottom: 25px;
}
.price-range .ui-slider-range {
width: 100%;
}
.price-range .ui-slider-handle {
width: 20px;
height: 20px;
border: 5px solid;
border-radius: 100%;
margin-left: -10px;
top: -5px;
}
.price-range .range-amount {
width: 110px;
background: none;
border: none;
font: 700 14px/34px "Montserrat", sans-serif;
text-align: right;
}
.product-specification {
margin-bottom: 50px;
}
.product-specification .media-left {
position: relative;
padding-right: 30px;
}
@media (max-width: 991px) {
.product-specification .media-left {
display: block;
padding-right: 0;
padding-bottom: 30px;
}
}
.product-specification .media-left img {
max-width: 457px;
}
@media (max-width: 991px) {
.product-specification .media-left img {
max-width: 100%;
width: 100%;
}
}
.product-specification .media-left .sale-tag {
position: absolute;
top: 33px;
right: 63px;
width: 73px;
height: 73px;
border-radius: 100%;
text-align: center;
font: 700 12px/1 "Montserrat", sans-serif;
text-transform: uppercase;
padding: 16px 0;
}
.product-specification .media-left .sale-tag .amount {
display: block;
font-size: 30px;
}
.product-specification .media-left .sale-tag .amount span {
font-size: 18px;
}
.product-specification .pricing-rating {
margin-bottom: 30px;
}
.product-specification .pricing-rating .price {
float: left;
padding-right: 30px;
border-right: 1px solid;
}
.product-specification .pricing-rating .rating {
float: left;
padding-left: 30px;
}
.product-specification .pricing-rating h6 {
text-transform: uppercase;
margin-bottom: 2px;
}
.product-specification .pricing-rating h2 {
margin: 0;
font-family: "Montserrat", sans-serif;
font-weight: 700;
line-height: 1;
}
.product-specification .pricing-rating .stars {
margin-top: 5px;
}
.product-specification p {
font-size: 16px;
line-height: 27px;
margin-bottom: 30px;
}
.product-specification .speciface {
padding: 15px 0;
display: table;
vertical-align: middle;
width: 100%;
}
.product-specification .speciface .this-title {
width: 100px;
margin-right: 10px;
display: table-cell;
text-transform: uppercase;
font: 700 13px/1 "Montserrat", sans-serif;
vertical-align: middle;
}
.product-specification .speciface .this-opt {
display: table-cell;
}
.product-specification .speciface + .speciface {
border-top: 1px solid;
}
.product-specification [name="color"] {
display: none;
}
.product-specification [name="color"] + label {
float: left;
margin-right: 5px;
width: 24px;
height: 24px;
border-radius: 100%;
margin-bottom: 0;
}
.product-specification [type="number"] {
border: 1px solid;
padding: 0 5px 0 15px;
max-width: 100px;
}
.product-specification .add2cart {
margin-top: 30px;
}
@media (max-width: 1199px) {
.single-product {
margin-top: 60px;
}
}
.color_change_setting {
position: fixed;
top: 50%;
right: -250px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9999;
width: 250px;
background: #fff;
-webkit-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.color_change_setting.open {
right: 0;
}
.color_change_setting .setting_box {
position: absolute;
top: 0;
width: 40px;
height: 40px;
text-align: center;
left: -40px;
background: #435061;
line-height: 40px;
color: #fff;
font-size: 18px;
}
.color_change_setting .colors_variations {
padding: 20px;
}
.color_change_setting .colors_variations h3 {
padding: 0 10px;
}
.color_change_setting .colors_variations .colors {
width: auto;
}
.color_change_setting .colors_variations .colors a {
width: 50px;
height: 50px;
display: block;
float: left;
margin: 10px;
color: transparent;
position: relative;
}
.color_change_setting .colors_variations .colors a:before {
content: "";
font-family: "FontAwesome";
font-size: 18px;
line-height: 50px;
width: 50px;
height: 50px;
position: absolute;
top: 0;
left: 0;
color: #fff;
text-align: center;
}
.color_change_setting .colors_variations .colors a.working:before {
content: "\f00c";
}
.color_change_setting .colors_variations .colors a.default-theme {
background: #29af8a;
}
.color_change_setting .colors_variations .colors a.yellow-theme {
background: #edaf38;
}
.color_change_setting .colors_variations .colors a.blue-theme {
background: #2981af;
}
.color_change_setting .colors_variations .colors a.red-theme {
background: #cd5858;
}
.color_change_setting .colors_variations .colors a.purple-theme {
background: #725498;
}
.color_change_setting .colors_variations .colors a.orange-theme {
background: #e2611b;
}
.sd-header-style1 .sd-items-count {
top: 3px;
}
.sd-items-count {
background-color: #ef2055;
border-radius: 50px;
color: #fff;
display: block;
height: 15px;
font-size: 11px;
line-height: 15px;
padding: 0 !important;
position: absolute;
right: 5px;
text-align: center;
top: 8px;
width: 15px;
font-weight: normal;
}
.owl-prev,
.owl-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 16px 18px;
cursor: pointer;
background: rgba(0, 0, 0, 0.5);
min-width: 80px;
min-height: 80px;
display: block;
z-index: 100;
border-radius: 50%;
font-size: 35px;
color: #fff;
}
.owl-next {
left: 2rem;
}
.owl-prev {
right: 2rem;
}
.owl-next:hover {
width: 160px;
border-radius: 100px;
background-size: cover;
background-repeat: no-repeat;
background-image: url("../images/featured-slider.jpg");
}
.owl-prev:hover {
width: 160px;
border-radius: 100px;
background-size: cover;
background-repeat: no-repeat;
background-image: url("../images/featured-slider2.jpg");
}
.recent_cause .inner {
width: 360px;
/* background: #eef2f6; */
} | 0.282493 | 0.061003 |
.main{
margin-top:20px;
}
.banner_wrap{
width: 100%;
height: 354px;
background-color: #0a8494;
margin-bottom: 30px;
}
.main_wrap{
height: 100%;
width: 100%;
margin: 0 auto;
position: relative;
background-image: url("/img/beijing1.png");
}
/* 主页面图片背景 */
.navbar_wrap{
width: 1040px;
flex-direction: row;
height: 90px;
display: flex;
align-items: center;
justify-content: space-between;
}
.logo{
width: 140px;
height: 133px;
margin-left: 67px;
}
/* 登录卡片 */
.usercard_wrap{
width: 310px;
height: 239px;
position: absolute;
right: 60px;
border-radius: 10px;
background-color: #fff;
bottom: 15px;
}
.unlogin{
justify-content: center;
flex-direction: column;
display: flex;
}
.icon{
margin: 0 auto;
margin-top: 46px;
margin-bottom: 18px;
height: 70px;
width:70px;
}
.btn_wrap{
float: left;
margin-top: 10px;
text-align: center;
}
.register,.login{
width: 108px;
height: 32px;
line-height: 32px;
margin-bottom: 15px;
border-radius: 3px;
}
.login_btn{
display: inline-block;
border-radius: 2px;
font-size: 14px;
background: #fafafa;
border: 1px solid #02b5cc;
color: #0a8494;
text-align: center;
box-shadow: 0 0 0 transparent;
}
.register_btn{
display: inline-block;
border-radius: 2px;
font-size: 14px;
border: 1px solid #02b5cc;
background: #0a8494;
color: #fff;
text-align: center;
box-shadow: 0 0 0 transparent;
}
.login_btn:hover{
background: #ccc;
opacity: 0.4;
}.register_btn:hover{
opacity: 0.8;
}
/* 闲置发布栏 */
.slodbar_wrap{
flex-direction: row;
display: flex;
align-items: center;
margin: 0 auto;
height: 100px;
width:1040px;
box-sizing: border-box;
padding-left: 92px;
border-radius: 4px;
background-color: #fff;
margin-bottom: 15px;
}
.slodbar_item{
height: 56px;
flex-direction: flex;
display: flex;
align-items: center;
padding-right: 134px;
padding-left: 33px;
}
.icon{
height: 56px;
width: 56px;
margin-bottom: 43px;
}
.desc{
margin-left: 12px;
}
.desc .name{
font-weight: 700;
color: #222;
font-size: 18px;
height: 25px;
line-height: 25px;
}
.desc .cont{
color: #222;
font-size: 12px;
margin-top: 2px;
height: 17px;
line-height: 17px;
}
/* 菜单栏 */
.tabbar_wrap{
align-items: center;
border-radius: 4px;
background-color: #02b5cc;
margin: 0 auto;
height: 60px;
width: 1040px;
box-sizing: border-box;
flex-direction: row;
display: flex;
margin-bottom: 10px;
padding-left: 44px;
justify-content: space-between;
}
.tabbar_wrap .item{
padding-top: 10px;
margin-right: 40px;
height: 33px;
align-items: center;
}
.tabbar_wrap .name{
color: #222;
font-size: 16px;
}
.tabbar_wrap .name:hover{
color: #fff;
}
/* 商品列表 */
.item_list{
position: relative;
margin: 0 auto;
width: 1040px;
min-height: 680px;
margin-bottom: 20px;
}
.item_list .item_list_wrap{
position: absolute;
display: flex;
width: 1050px;
flex-direction: row;
flex-wrap: wrap;
}
.item_list .item_wrap{
border-radius: 4px;
width: 200px;
height: 330px;
margin-right: 10px;
background-color: #fff;
margin-bottom: 10px;
}
.item_list .item_img{
width: 200px;
height: 200px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
background-color: #ddd;
background-size: cover;
}
.item_list .item_info{
width: 170px;
margin: 10px 15px;
box-sizing: border-box;
margin-bottom: 0;
padding-bottom: 14px;
border-bottom: .5px solid #e6e6e6;
}
.item_list .item_title{
font-size: 13px;
color: #222;
height: 40px;
width: 170px;
line-height: 20px;
overflow: hidden;
}
.item_list .item_price{
display: flex;
flex-direction: row;
width: 170px;
align-items: center;
justify-content: space-between;
margin-top: 5px;
}
.item_list .price{
display: flex;
flex-direction: row;
}
.item_list .price_unit{
font-size: 10px;
color: #f44;
height: 14px;
line-height: 22px;
display: inline-block;
}
.item_list .price_value{
font-size: 16px;
color: #f44;
height: 18px;
line-height: 18px;
display: inline-block;
}
.user_line{
display: flex;
align-items: center;
flex-direction: row;
width: 200px;
height: 43px;
justify-content: center;
}
.user_line .user_info{
display: flex;
align-items: center;
flex-direction: row;
width: 170px;
height: 20px;
}
.user_line .usericon{
width: 20px;
height: 20px;
margin-right: 10px;
border-radius: 100%;
}
.user_line .user_name{
font-size: 12px;
color: #222;
height: 17px;
width: 80px;
line-height: 17px;
}
#d1:target,#d2:target{
z-index:1;
}
/* 分页页码 */
/* 设置页面整体布局 */
.page_icon{
margin: 20px 0 30px 0;
font-size: 0;
text-align: center;
}
/* a标签样式布局 */
.page_icon a,.page_disabled,.page_next{
border: 1px solid #ccc;
border-radius: 3px;
padding: 4px 10px 5px;
font-size: 14px;
margin-right: 10px;
}
.page_icon a{
color: #0a8494;
}
.page_current{
color: #0a8494;
padding: 4px 10px 5px;
font-size: 14px;
}
.page_disabled{
color: #ccc;
}
.page_icon a:hover,.page_next:hover{
background-color: #0a8494;
color: #fff;
} | css/index.css | .main{
margin-top:20px;
}
.banner_wrap{
width: 100%;
height: 354px;
background-color: #0a8494;
margin-bottom: 30px;
}
.main_wrap{
height: 100%;
width: 100%;
margin: 0 auto;
position: relative;
background-image: url("/img/beijing1.png");
}
/* 主页面图片背景 */
.navbar_wrap{
width: 1040px;
flex-direction: row;
height: 90px;
display: flex;
align-items: center;
justify-content: space-between;
}
.logo{
width: 140px;
height: 133px;
margin-left: 67px;
}
/* 登录卡片 */
.usercard_wrap{
width: 310px;
height: 239px;
position: absolute;
right: 60px;
border-radius: 10px;
background-color: #fff;
bottom: 15px;
}
.unlogin{
justify-content: center;
flex-direction: column;
display: flex;
}
.icon{
margin: 0 auto;
margin-top: 46px;
margin-bottom: 18px;
height: 70px;
width:70px;
}
.btn_wrap{
float: left;
margin-top: 10px;
text-align: center;
}
.register,.login{
width: 108px;
height: 32px;
line-height: 32px;
margin-bottom: 15px;
border-radius: 3px;
}
.login_btn{
display: inline-block;
border-radius: 2px;
font-size: 14px;
background: #fafafa;
border: 1px solid #02b5cc;
color: #0a8494;
text-align: center;
box-shadow: 0 0 0 transparent;
}
.register_btn{
display: inline-block;
border-radius: 2px;
font-size: 14px;
border: 1px solid #02b5cc;
background: #0a8494;
color: #fff;
text-align: center;
box-shadow: 0 0 0 transparent;
}
.login_btn:hover{
background: #ccc;
opacity: 0.4;
}.register_btn:hover{
opacity: 0.8;
}
/* 闲置发布栏 */
.slodbar_wrap{
flex-direction: row;
display: flex;
align-items: center;
margin: 0 auto;
height: 100px;
width:1040px;
box-sizing: border-box;
padding-left: 92px;
border-radius: 4px;
background-color: #fff;
margin-bottom: 15px;
}
.slodbar_item{
height: 56px;
flex-direction: flex;
display: flex;
align-items: center;
padding-right: 134px;
padding-left: 33px;
}
.icon{
height: 56px;
width: 56px;
margin-bottom: 43px;
}
.desc{
margin-left: 12px;
}
.desc .name{
font-weight: 700;
color: #222;
font-size: 18px;
height: 25px;
line-height: 25px;
}
.desc .cont{
color: #222;
font-size: 12px;
margin-top: 2px;
height: 17px;
line-height: 17px;
}
/* 菜单栏 */
.tabbar_wrap{
align-items: center;
border-radius: 4px;
background-color: #02b5cc;
margin: 0 auto;
height: 60px;
width: 1040px;
box-sizing: border-box;
flex-direction: row;
display: flex;
margin-bottom: 10px;
padding-left: 44px;
justify-content: space-between;
}
.tabbar_wrap .item{
padding-top: 10px;
margin-right: 40px;
height: 33px;
align-items: center;
}
.tabbar_wrap .name{
color: #222;
font-size: 16px;
}
.tabbar_wrap .name:hover{
color: #fff;
}
/* 商品列表 */
.item_list{
position: relative;
margin: 0 auto;
width: 1040px;
min-height: 680px;
margin-bottom: 20px;
}
.item_list .item_list_wrap{
position: absolute;
display: flex;
width: 1050px;
flex-direction: row;
flex-wrap: wrap;
}
.item_list .item_wrap{
border-radius: 4px;
width: 200px;
height: 330px;
margin-right: 10px;
background-color: #fff;
margin-bottom: 10px;
}
.item_list .item_img{
width: 200px;
height: 200px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
background-color: #ddd;
background-size: cover;
}
.item_list .item_info{
width: 170px;
margin: 10px 15px;
box-sizing: border-box;
margin-bottom: 0;
padding-bottom: 14px;
border-bottom: .5px solid #e6e6e6;
}
.item_list .item_title{
font-size: 13px;
color: #222;
height: 40px;
width: 170px;
line-height: 20px;
overflow: hidden;
}
.item_list .item_price{
display: flex;
flex-direction: row;
width: 170px;
align-items: center;
justify-content: space-between;
margin-top: 5px;
}
.item_list .price{
display: flex;
flex-direction: row;
}
.item_list .price_unit{
font-size: 10px;
color: #f44;
height: 14px;
line-height: 22px;
display: inline-block;
}
.item_list .price_value{
font-size: 16px;
color: #f44;
height: 18px;
line-height: 18px;
display: inline-block;
}
.user_line{
display: flex;
align-items: center;
flex-direction: row;
width: 200px;
height: 43px;
justify-content: center;
}
.user_line .user_info{
display: flex;
align-items: center;
flex-direction: row;
width: 170px;
height: 20px;
}
.user_line .usericon{
width: 20px;
height: 20px;
margin-right: 10px;
border-radius: 100%;
}
.user_line .user_name{
font-size: 12px;
color: #222;
height: 17px;
width: 80px;
line-height: 17px;
}
#d1:target,#d2:target{
z-index:1;
}
/* 分页页码 */
/* 设置页面整体布局 */
.page_icon{
margin: 20px 0 30px 0;
font-size: 0;
text-align: center;
}
/* a标签样式布局 */
.page_icon a,.page_disabled,.page_next{
border: 1px solid #ccc;
border-radius: 3px;
padding: 4px 10px 5px;
font-size: 14px;
margin-right: 10px;
}
.page_icon a{
color: #0a8494;
}
.page_current{
color: #0a8494;
padding: 4px 10px 5px;
font-size: 14px;
}
.page_disabled{
color: #ccc;
}
.page_icon a:hover,.page_next:hover{
background-color: #0a8494;
color: #fff;
} | 0.265024 | 0.064418 |
Edited by zcyzcy88
Fork from https://userstyles.org/styles/126278
Fix some bugs
*/
@-moz-document domain("boards.4chan.org") {
/* Font */
@font-face {
font-family: 'Roboto';
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* md2016.css */
body {
background: #f5f5f5;
color: #000;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 20px;
padding: 0;
margin: 0;
}
.board {
background: #e5e5e5;
border-top: 1px solid #ccc;
margin-bottom: 50px;
padding-bottom: 25px;
}
.is_index .board {
padding-bottom: 50px;
}
a, a:visited, .quoteLink, .quotelink, .deadlink, div#boardNavMobile .pageJump a, .persistentNav .pageJump a, .summary a.replylink, div.post div.postInfo span.postNum a:visited, div.post div.postInfo span.postNum a.replylink, #totop span, #tobottom span {
color: rgb(83, 109, 254) !important;
text-decoration: none !important;
}
a:hover, .quoteLink:hover, .quotelink:hover, .deadlink:hover, .summary a.replylink:hover, .persistentNav .pageJump a:hover, div#boardNavMobile .pageJump a:hover, div.post div.postInfo span.postNum a:hover, .posteruid .hand:hover, #totop span:hover, #tobottom span:hover {
color: rgb(83, 109, 254) !important;
text-decoration: underline !important;
}
.postInfo a.postMenuBtn, .postInfo a.postMenuBtn:hover {
color: rgb(83, 109, 254) !important;
text-decoration: none !important;
}
div.postContainer {
display: block;
width: 80%;
margin: 15px auto 0 auto;
}
.image-expanded {
display: block !important;
}
.thread {
margin-top: 30px !important;
padding-top: 15px;
border-top: 1px solid #ccc;
}
.thread:first-child {
padding-top: 0;
border-top: none;
}
.md-plus-btn {
border-radius: 50%;
font-size: 24px;
height: 56px;
margin: auto;
min-width: 56px;
width: 56px;
padding: 0;
overflow: hidden;
box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
line-height: normal;
position: fixed;
right: 25px;
bottom: 25px;
}
div.boardBanner > div.boardTitle {
margin-top: 40px;
font-size: 36px;
color: #676767;
margin-bottom: 40px;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
font-weight: normal;
letter-spacing: 0;
}
:-ms-input-placeholder {
color: rgba(0, 0, 0, .35);
}
::-webkit-input-placeholder {
color: rgba(0, 0, 0, .35);
}
:-moz-placeholder {
color: rgba(0, 0, 0, .35);
}
::-moz-placeholder {
color: rgba(0, 0, 0, .35);
}
#togglePostFormLink, .ad-plea, #blotter tfoot td, #ctrl-top, div.post div.postInfo span.postNum, div.pagelist div.pages {
color: transparent;
}
table.postForm > tbody > tr > td:first-child, .thread-stats {
color: #000;
}
.postInfo .backlink a.quotelink, .postInfo .backlink a.quotelink:hover {
color: rgb(83, 109, 254) !important;
}
input[type="text"] {
border: none !important;
border-bottom: 1px solid rgba(0, 0, 0, .12) !important;
font-size: 14px !important;
font-family: "Helvetica", "Arial", sans-serif;
padding: 4px !important;
-webkit-transition: border-bottom-color 0.2s;
transition: border-bottom-color 0.2s;
}
input[type="text"]:focus, #quickReply input[type="submit"]:focus {
border: 0 !important;
border-bottom: 1px solid rgb(83, 109, 254) !important;
}
.tomorrow .extPanel, .recaptcha_input_area #recaptcha_response_field {
border: 0 !important;
}
input[type="submit"], button {
border: none;
border-radius: 2px;
position: relative;
height: 28px;
min-width: 64px;
display: inline-block;
text-transform: uppercase;
outline: none;
cursor: pointer;
background: rgb(83, 109, 254);
color: #fff;
font-size: 14px;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
line-height: 28px;
margin-left: 8px;
}
#qrCaptchaContainerAlt {
margin-bottom: 8px;
}
#postForm input[type="text"] {
margin: 4px 0;
}
#postForm td:first-child {
text-align: right;
padding-right: 10px;
}
textarea {
border: 0 !important;
}
textarea:focus {
border: 0 !important;
}
table#postForm td {
background: transparent;
border: 0;
font-weight: normal;
}
#toggleMsgBtn {
margin-left: 5px !important;
}
.rules {
text-align: center;
}
#qrHeader {
background: #676767 !important;
color: #fff !important;
}
#qrHeader a {
color: #fff !important;
}
#search-box {
height: inherit;
line-height: inherit;
margin: 0;
padding: inherit;
}
#ctrl-top {
padding-bottom: 10px;
border-top: 1px solid #ddd;
padding-top: 10px;
text-align: center;
}
.reply:target, .reply.highlight {
background: #eee !important;
padding: 10px !important;
border: 0 !important;
}
.navLinks + hr, .open-qr-wrap, .board hr, #bannerCnt, #ctrl-top + hr, #ctrl-top > hr {
display: none;
}
.navLinks {
padding-bottom: 8px;
color: transparent;
width: 80%;
margin: auto;
}
.navLinks label {
color: rgb(83, 109, 254);
}
.navLinks label + span {
color: #000;
}
.navLinksBot {
margin-top: 30px;
text-align: left;
}
div#boardNavDesktop, div#boardNavDesktopFoot, div#boardNavMobile {
background: #fff;
padding: 5px 10px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .04);
margin-bottom: 25px;
color: transparent;
font-size: 14px;
}
div#boardNavMobile {
color: #000;
border: 0;
}
div#boardNavDesktopFoot {
margin-bottom: 0;
margin-top: 25px;
padding-top: 25px;
padding-bottom: 25px;
}
div#boardNavDesktop a, div#boardNavDesktopFoot a {
margin-left: -3px;
margin-right: -3px;
padding: 0;
}
.persistentNav .pageJump a {
margin: 0;
padding-right: 5px;
}
div.pagelist {
background: #fff;
margin-top: 25px;
margin-bottom: 25px;
border: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
margin-left: 25px;
padding: 8px;
border-radius: 2px;
}
div#absbot {
background: #fff;
color: #999;
}
div#absbot #footer-links a {
text-decoration: none !important;
color: rgb(83, 109, 254) !important;
}
div#absbot #footer-links a:hover {
text-decoration: underline !important;
}
.bottomCtrl {
display: none;
}
.ad-plea-bottom + hr {
display: none;
}
div#boardNavDesktopFoot {
margin-bottom: 0;
}
div.post, .extPanel, div.reply, .dd-menu ul {
background: #fff;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
border: none;
}
div.pagelist div.cataloglink {
border: 0;
}
div.post {
margin: 0;
padding: 10px;
}
.replyContainer .post {
margin-left: 15% !important;
width: 70%;
}
.dd-menu li {
padding: 6px 10px !important;
border: 0 !important;
}
.dd-menu li:hover {
background-color: #eee !important;
}
#quote-preview {
border: 0 !important;
padding: 10px !important;
}
div.op {
display: block;
max-width: none;
}
.fileText {
color: #999;
font-size: 12px;
margin-top: 2px;
}
.op .fileText {
margin-top: -5px;
margin-bottom: 5px;
}
.fileText a {
color: #999 !important;
text-decoration: none;
}
.posteruid, .dateTime {
color: #999;
}
.postInfo input[type="checkbox"] {
display: none;
}
div.sideArrows {
display: none;
}
hr {
border: 0;
border-bottom: 1px solid #ddd;
}
div.post:after {
display: block;
content: ' ';
clear: both;
}
div.post div.file .fileThumb {
float: right !important;
}
div.post div.file .fileThumb img {
object-fit: cover;
}
div.reply div.file .fileThumb img:not(.expanded-thumb) {
border-radius: 2px;
width: auto !important;
max-width: 300px !important;
max-height: 100px !important;
}
div.op div.file .fileThumb img:not(.expanded-thumb) {
border-radius: 2px;
width: auto !important;
max-width: 400px !important;
max-height: 200px !important;
}
.postMessage {
margin-left: 20px;
margin-top: 5px;
}
#boardNavDesktop::after {
content: ' ';
display: block;
clear: both;
}
span.summary {
border-radius: 0 0 2px 2px;
background-color: #f5f5f5;
width: 80%;
display: block;
margin: -1px auto 0 auto;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
border-top: 1px solid rgba(0, 0, 0, 0.1);
text-indent: 10px;
padding: 10px 0;
}
/* Fixes */
video {
float: right !important;
max-width: 94% !important;
max-width: calc(100% - 40px) !important;
}
input:focus, textarea:focus {
border: 0 !important;
}
#togglePostFormLink a::after, .navLinksBot [href="#top"]::after, #totop::after {
background: rgb(83, 109, 254);
box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
position: fixed;
right: 25px;
bottom: 25px;
display: inline-block;
font-size: 24px;
color: #fff;
content: '+';
width: 56px;
height: 56px;
line-height: 56px;
vertical-align: middle;
border-radius: 50%;
font-weight: normal;
text-align: center;
cursor: pointer;
}
#togglePostFormLink a::after {
z-index: 1;
box-shadow: none;
}
.boardList {
font-size: 0;
}
.boardList a {
font-size: 14px;
display: inline-block;
padding: 0 3px !important;
margin: 0 !important;
}
.postMenuBtn:hover {
text-decoration: none !important;
}
} | data/usercss/143375.user.css | Edited by zcyzcy88
Fork from https://userstyles.org/styles/126278
Fix some bugs
*/
@-moz-document domain("boards.4chan.org") {
/* Font */
@font-face {
font-family: 'Roboto';
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* md2016.css */
body {
background: #f5f5f5;
color: #000;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 20px;
padding: 0;
margin: 0;
}
.board {
background: #e5e5e5;
border-top: 1px solid #ccc;
margin-bottom: 50px;
padding-bottom: 25px;
}
.is_index .board {
padding-bottom: 50px;
}
a, a:visited, .quoteLink, .quotelink, .deadlink, div#boardNavMobile .pageJump a, .persistentNav .pageJump a, .summary a.replylink, div.post div.postInfo span.postNum a:visited, div.post div.postInfo span.postNum a.replylink, #totop span, #tobottom span {
color: rgb(83, 109, 254) !important;
text-decoration: none !important;
}
a:hover, .quoteLink:hover, .quotelink:hover, .deadlink:hover, .summary a.replylink:hover, .persistentNav .pageJump a:hover, div#boardNavMobile .pageJump a:hover, div.post div.postInfo span.postNum a:hover, .posteruid .hand:hover, #totop span:hover, #tobottom span:hover {
color: rgb(83, 109, 254) !important;
text-decoration: underline !important;
}
.postInfo a.postMenuBtn, .postInfo a.postMenuBtn:hover {
color: rgb(83, 109, 254) !important;
text-decoration: none !important;
}
div.postContainer {
display: block;
width: 80%;
margin: 15px auto 0 auto;
}
.image-expanded {
display: block !important;
}
.thread {
margin-top: 30px !important;
padding-top: 15px;
border-top: 1px solid #ccc;
}
.thread:first-child {
padding-top: 0;
border-top: none;
}
.md-plus-btn {
border-radius: 50%;
font-size: 24px;
height: 56px;
margin: auto;
min-width: 56px;
width: 56px;
padding: 0;
overflow: hidden;
box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
line-height: normal;
position: fixed;
right: 25px;
bottom: 25px;
}
div.boardBanner > div.boardTitle {
margin-top: 40px;
font-size: 36px;
color: #676767;
margin-bottom: 40px;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
font-weight: normal;
letter-spacing: 0;
}
:-ms-input-placeholder {
color: rgba(0, 0, 0, .35);
}
::-webkit-input-placeholder {
color: rgba(0, 0, 0, .35);
}
:-moz-placeholder {
color: rgba(0, 0, 0, .35);
}
::-moz-placeholder {
color: rgba(0, 0, 0, .35);
}
#togglePostFormLink, .ad-plea, #blotter tfoot td, #ctrl-top, div.post div.postInfo span.postNum, div.pagelist div.pages {
color: transparent;
}
table.postForm > tbody > tr > td:first-child, .thread-stats {
color: #000;
}
.postInfo .backlink a.quotelink, .postInfo .backlink a.quotelink:hover {
color: rgb(83, 109, 254) !important;
}
input[type="text"] {
border: none !important;
border-bottom: 1px solid rgba(0, 0, 0, .12) !important;
font-size: 14px !important;
font-family: "Helvetica", "Arial", sans-serif;
padding: 4px !important;
-webkit-transition: border-bottom-color 0.2s;
transition: border-bottom-color 0.2s;
}
input[type="text"]:focus, #quickReply input[type="submit"]:focus {
border: 0 !important;
border-bottom: 1px solid rgb(83, 109, 254) !important;
}
.tomorrow .extPanel, .recaptcha_input_area #recaptcha_response_field {
border: 0 !important;
}
input[type="submit"], button {
border: none;
border-radius: 2px;
position: relative;
height: 28px;
min-width: 64px;
display: inline-block;
text-transform: uppercase;
outline: none;
cursor: pointer;
background: rgb(83, 109, 254);
color: #fff;
font-size: 14px;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
line-height: 28px;
margin-left: 8px;
}
#qrCaptchaContainerAlt {
margin-bottom: 8px;
}
#postForm input[type="text"] {
margin: 4px 0;
}
#postForm td:first-child {
text-align: right;
padding-right: 10px;
}
textarea {
border: 0 !important;
}
textarea:focus {
border: 0 !important;
}
table#postForm td {
background: transparent;
border: 0;
font-weight: normal;
}
#toggleMsgBtn {
margin-left: 5px !important;
}
.rules {
text-align: center;
}
#qrHeader {
background: #676767 !important;
color: #fff !important;
}
#qrHeader a {
color: #fff !important;
}
#search-box {
height: inherit;
line-height: inherit;
margin: 0;
padding: inherit;
}
#ctrl-top {
padding-bottom: 10px;
border-top: 1px solid #ddd;
padding-top: 10px;
text-align: center;
}
.reply:target, .reply.highlight {
background: #eee !important;
padding: 10px !important;
border: 0 !important;
}
.navLinks + hr, .open-qr-wrap, .board hr, #bannerCnt, #ctrl-top + hr, #ctrl-top > hr {
display: none;
}
.navLinks {
padding-bottom: 8px;
color: transparent;
width: 80%;
margin: auto;
}
.navLinks label {
color: rgb(83, 109, 254);
}
.navLinks label + span {
color: #000;
}
.navLinksBot {
margin-top: 30px;
text-align: left;
}
div#boardNavDesktop, div#boardNavDesktopFoot, div#boardNavMobile {
background: #fff;
padding: 5px 10px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .04);
margin-bottom: 25px;
color: transparent;
font-size: 14px;
}
div#boardNavMobile {
color: #000;
border: 0;
}
div#boardNavDesktopFoot {
margin-bottom: 0;
margin-top: 25px;
padding-top: 25px;
padding-bottom: 25px;
}
div#boardNavDesktop a, div#boardNavDesktopFoot a {
margin-left: -3px;
margin-right: -3px;
padding: 0;
}
.persistentNav .pageJump a {
margin: 0;
padding-right: 5px;
}
div.pagelist {
background: #fff;
margin-top: 25px;
margin-bottom: 25px;
border: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
margin-left: 25px;
padding: 8px;
border-radius: 2px;
}
div#absbot {
background: #fff;
color: #999;
}
div#absbot #footer-links a {
text-decoration: none !important;
color: rgb(83, 109, 254) !important;
}
div#absbot #footer-links a:hover {
text-decoration: underline !important;
}
.bottomCtrl {
display: none;
}
.ad-plea-bottom + hr {
display: none;
}
div#boardNavDesktopFoot {
margin-bottom: 0;
}
div.post, .extPanel, div.reply, .dd-menu ul {
background: #fff;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
border: none;
}
div.pagelist div.cataloglink {
border: 0;
}
div.post {
margin: 0;
padding: 10px;
}
.replyContainer .post {
margin-left: 15% !important;
width: 70%;
}
.dd-menu li {
padding: 6px 10px !important;
border: 0 !important;
}
.dd-menu li:hover {
background-color: #eee !important;
}
#quote-preview {
border: 0 !important;
padding: 10px !important;
}
div.op {
display: block;
max-width: none;
}
.fileText {
color: #999;
font-size: 12px;
margin-top: 2px;
}
.op .fileText {
margin-top: -5px;
margin-bottom: 5px;
}
.fileText a {
color: #999 !important;
text-decoration: none;
}
.posteruid, .dateTime {
color: #999;
}
.postInfo input[type="checkbox"] {
display: none;
}
div.sideArrows {
display: none;
}
hr {
border: 0;
border-bottom: 1px solid #ddd;
}
div.post:after {
display: block;
content: ' ';
clear: both;
}
div.post div.file .fileThumb {
float: right !important;
}
div.post div.file .fileThumb img {
object-fit: cover;
}
div.reply div.file .fileThumb img:not(.expanded-thumb) {
border-radius: 2px;
width: auto !important;
max-width: 300px !important;
max-height: 100px !important;
}
div.op div.file .fileThumb img:not(.expanded-thumb) {
border-radius: 2px;
width: auto !important;
max-width: 400px !important;
max-height: 200px !important;
}
.postMessage {
margin-left: 20px;
margin-top: 5px;
}
#boardNavDesktop::after {
content: ' ';
display: block;
clear: both;
}
span.summary {
border-radius: 0 0 2px 2px;
background-color: #f5f5f5;
width: 80%;
display: block;
margin: -1px auto 0 auto;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
border-top: 1px solid rgba(0, 0, 0, 0.1);
text-indent: 10px;
padding: 10px 0;
}
/* Fixes */
video {
float: right !important;
max-width: 94% !important;
max-width: calc(100% - 40px) !important;
}
input:focus, textarea:focus {
border: 0 !important;
}
#togglePostFormLink a::after, .navLinksBot [href="#top"]::after, #totop::after {
background: rgb(83, 109, 254);
box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
position: fixed;
right: 25px;
bottom: 25px;
display: inline-block;
font-size: 24px;
color: #fff;
content: '+';
width: 56px;
height: 56px;
line-height: 56px;
vertical-align: middle;
border-radius: 50%;
font-weight: normal;
text-align: center;
cursor: pointer;
}
#togglePostFormLink a::after {
z-index: 1;
box-shadow: none;
}
.boardList {
font-size: 0;
}
.boardList a {
font-size: 14px;
display: inline-block;
padding: 0 3px !important;
margin: 0 !important;
}
.postMenuBtn:hover {
text-decoration: none !important;
}
} | 0.363082 | 0.113432 |
h1 {
font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}
a {
text-decoration: none !important;
color: black !important;
/* text-align: center */
}
div {
/* border: 1px solid blue; */
}
body {
/* background: black; */
}
.usefull_links {
padding: 5px;
border-bottom: 1px solid black;
background: black !important;
}
.usefull_links > a {
margin-right: 2px auto;
color: white !important;
}
* {
font-family: cursive;
}
h1, h2, h3, h4, h5, h6 {
font-family: cursive !important;
}
/*
.container {
background: white !important;
height: 100% !important;
} */
#left-side {
position: static;
}
#left-side > .card > .card-header {
background: gold;
font-weight: 900;
padding: 10px;
border-radius: 10px;
}
#logo {
margin-top: -15px;
}
#header {
background: white !important;
}
#header-right > a {
margin: 0px 5px 0px 5px;
display: inline-block;
}
#search-bar > div > input[type=search], #search-bar > div > button, #search-bar > div > select {
border-radius: 0px !important;
}
#search-bar > div > input[type=search], #search-bar > div > select {
width: 100% !important;
}
#search-bar > div > input[type=search]:focus, #search-bar > div > select:focus {
outline: 0px;
border: 0px;
background: whitesmoke;
}
#search-bar > div {
margin-left: 0px;
}
#notifiyer {
display: none;
position: fixed;
z-index: 99999999999999999;
}
.card-header {
color: white !important;
}
.option-menu {
display: none;
position: fixed;
z-index: 999;
}
.products-header {
border-radius: 5px;
background: gold;
padding: 10px;
font-weight: 540
}
.product {
padding: 5px auto;
margin: 10px;
text-align: center;
}
.header, .products, #left-side > .card {
box-shadow: 1px 1px 6px black;
}
.product {
border-bottom: 1px solid gold;
}
.product > img {
max-height: 300px;
max-width: 10000px;
border-radius: 10px;
border: 1px solid black;
}
.card {
padding: 5px;
margin: 5px;
border-radius: 10px;
}
.footer {
padding: 5px;
background: gray !important;
color: gold;
}
.bg-white-smoke {
background: whitesmoke !important;
}
.bg-gold {
background: rgba(253, 245, 174, 0.904) !important;
}
/* My Toast */
.toast {
display: none;
position: fixed;
top: 10px;
z-index: 9999;
padding: 10px !important;
border-radius: 10px !important;
}
.toast > .toast-header {
display: flex;
}
.toast > .toast-body {
display: flex;
}
.card-img-overlay {
position: absolute !important;
top: 10px !important;
background-color: rgba(248, 236, 168, 0.5) !important;
padding: 5px;
width: 100%;
margin: 0px;
right: 0px;
}
.product > .card-img {
height: 150px; width: 100%;
}
p {
margin: 0 0 1.5em;
}
*::-webkit-scrollbar {
width: 10px;
height: 0px;
color: blue !important;
box-shadow: 1px 1px 6px black;
background: yellow !important;
border-radius: 10px;
}
#product_images::-webkit-scrollbar {
width: 0px;
height: 10px;
color: blue !important;
box-shadow: 1px 1px 6px black;
background: yellow !important;
border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
background-color: yellow;
border: 1px solid green;
box-shadow: 1px 1px 6px black;
border-radius: 10px;
}
*.focus {
outline-width: 0px;
}
* {
list-style: none;
}
.footer > div > .list-group {
/* background: black !important; */
/* border: 0px; */
}
.icons{
margin: 5px;
}
.carousel-item {
height: 65vh;
min-height: 350px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
html {
font-size: 12px;
} | public/css/style.css | h1 {
font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}
a {
text-decoration: none !important;
color: black !important;
/* text-align: center */
}
div {
/* border: 1px solid blue; */
}
body {
/* background: black; */
}
.usefull_links {
padding: 5px;
border-bottom: 1px solid black;
background: black !important;
}
.usefull_links > a {
margin-right: 2px auto;
color: white !important;
}
* {
font-family: cursive;
}
h1, h2, h3, h4, h5, h6 {
font-family: cursive !important;
}
/*
.container {
background: white !important;
height: 100% !important;
} */
#left-side {
position: static;
}
#left-side > .card > .card-header {
background: gold;
font-weight: 900;
padding: 10px;
border-radius: 10px;
}
#logo {
margin-top: -15px;
}
#header {
background: white !important;
}
#header-right > a {
margin: 0px 5px 0px 5px;
display: inline-block;
}
#search-bar > div > input[type=search], #search-bar > div > button, #search-bar > div > select {
border-radius: 0px !important;
}
#search-bar > div > input[type=search], #search-bar > div > select {
width: 100% !important;
}
#search-bar > div > input[type=search]:focus, #search-bar > div > select:focus {
outline: 0px;
border: 0px;
background: whitesmoke;
}
#search-bar > div {
margin-left: 0px;
}
#notifiyer {
display: none;
position: fixed;
z-index: 99999999999999999;
}
.card-header {
color: white !important;
}
.option-menu {
display: none;
position: fixed;
z-index: 999;
}
.products-header {
border-radius: 5px;
background: gold;
padding: 10px;
font-weight: 540
}
.product {
padding: 5px auto;
margin: 10px;
text-align: center;
}
.header, .products, #left-side > .card {
box-shadow: 1px 1px 6px black;
}
.product {
border-bottom: 1px solid gold;
}
.product > img {
max-height: 300px;
max-width: 10000px;
border-radius: 10px;
border: 1px solid black;
}
.card {
padding: 5px;
margin: 5px;
border-radius: 10px;
}
.footer {
padding: 5px;
background: gray !important;
color: gold;
}
.bg-white-smoke {
background: whitesmoke !important;
}
.bg-gold {
background: rgba(253, 245, 174, 0.904) !important;
}
/* My Toast */
.toast {
display: none;
position: fixed;
top: 10px;
z-index: 9999;
padding: 10px !important;
border-radius: 10px !important;
}
.toast > .toast-header {
display: flex;
}
.toast > .toast-body {
display: flex;
}
.card-img-overlay {
position: absolute !important;
top: 10px !important;
background-color: rgba(248, 236, 168, 0.5) !important;
padding: 5px;
width: 100%;
margin: 0px;
right: 0px;
}
.product > .card-img {
height: 150px; width: 100%;
}
p {
margin: 0 0 1.5em;
}
*::-webkit-scrollbar {
width: 10px;
height: 0px;
color: blue !important;
box-shadow: 1px 1px 6px black;
background: yellow !important;
border-radius: 10px;
}
#product_images::-webkit-scrollbar {
width: 0px;
height: 10px;
color: blue !important;
box-shadow: 1px 1px 6px black;
background: yellow !important;
border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
background-color: yellow;
border: 1px solid green;
box-shadow: 1px 1px 6px black;
border-radius: 10px;
}
*.focus {
outline-width: 0px;
}
* {
list-style: none;
}
.footer > div > .list-group {
/* background: black !important; */
/* border: 0px; */
}
.icons{
margin: 5px;
}
.carousel-item {
height: 65vh;
min-height: 350px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
html {
font-size: 12px;
} | 0.284576 | 0.125172 |
.NavbarItems
{
background-color: #090c10;
justify-content: center;
height:13vh;
display:flex;
font-size: 1.2rem;
align-items: center;
}
.navbar-logo
{
color:#ff9900;
justify-self:start;
margin-left: 1.5vw;
cursor: pointer;
font-size:4vh;
}
.navbar-logo:hover
{
color:#61dafb
}
.fa-react
{
margin-left:0.5rem;
font: size 1.6rem;
}
.nav-menu
{
display:grid;
grid-template-columns: repeat(4,auto);
grid-gap:2rem;
list-style: none;
text-align:center;
width:70vw;
justify-content:end;
margin-right: 2rem;
}
.nav-links
{
color:#61dafb;
text-decoration: none;
padding: 0.5rem 1rem;
}
.nav-links:hover
{
color:#ff9900;
transition: all 0.2s ease-out;
text-decoration: none;
}
.fa-bars
{
color:white;
}
.fa-times
{
color:white;
}
.nav-links-mobile
{
display:none;
}
.menu-icon
{
display:none;
}
@media screen and (max-width:700px)
{
.fa-bars
{
color:white;
height:1vh;
}
.fa-times
{
color:white;
height:1vh;
}
.NavbarItems
{
position: relative;
height:10vh
}
.nav-menu
{
display: flex;
flex-direction: column;
width: 100%;
height:90vh;
position:absolute;
top:56px;
left:-100%;
opacity: 1;
transition: all 0.5s ease;
}
.nav-menu.active
{
background:#090c10;
left: 0;
opacity:1;
transition: all 0.5s ease;
z-index: 1;
}
.nav-links
{
text-align:center;
padding:2rem;
width:100%;
display:table;
}
.nav-links:hover
{
background-color:#090c10;
color:aquamarine;
border-radius: 0;
}
.navbar-logo
{
position:absolute;
top:0.5rem;
left:0;
transform: translate(25%, 50%);
font-size:3vh;
}
.menu-icon
{
display:block;
position: absolute;
bottom:7vh;
right: 0;
transform: translate(-100%, 60%);
cursor:pointer;
}
.fa-timers
{
color: white;
font-size:2rem;
}
} | src/Components/Navbar/Navbar.css | .NavbarItems
{
background-color: #090c10;
justify-content: center;
height:13vh;
display:flex;
font-size: 1.2rem;
align-items: center;
}
.navbar-logo
{
color:#ff9900;
justify-self:start;
margin-left: 1.5vw;
cursor: pointer;
font-size:4vh;
}
.navbar-logo:hover
{
color:#61dafb
}
.fa-react
{
margin-left:0.5rem;
font: size 1.6rem;
}
.nav-menu
{
display:grid;
grid-template-columns: repeat(4,auto);
grid-gap:2rem;
list-style: none;
text-align:center;
width:70vw;
justify-content:end;
margin-right: 2rem;
}
.nav-links
{
color:#61dafb;
text-decoration: none;
padding: 0.5rem 1rem;
}
.nav-links:hover
{
color:#ff9900;
transition: all 0.2s ease-out;
text-decoration: none;
}
.fa-bars
{
color:white;
}
.fa-times
{
color:white;
}
.nav-links-mobile
{
display:none;
}
.menu-icon
{
display:none;
}
@media screen and (max-width:700px)
{
.fa-bars
{
color:white;
height:1vh;
}
.fa-times
{
color:white;
height:1vh;
}
.NavbarItems
{
position: relative;
height:10vh
}
.nav-menu
{
display: flex;
flex-direction: column;
width: 100%;
height:90vh;
position:absolute;
top:56px;
left:-100%;
opacity: 1;
transition: all 0.5s ease;
}
.nav-menu.active
{
background:#090c10;
left: 0;
opacity:1;
transition: all 0.5s ease;
z-index: 1;
}
.nav-links
{
text-align:center;
padding:2rem;
width:100%;
display:table;
}
.nav-links:hover
{
background-color:#090c10;
color:aquamarine;
border-radius: 0;
}
.navbar-logo
{
position:absolute;
top:0.5rem;
left:0;
transform: translate(25%, 50%);
font-size:3vh;
}
.menu-icon
{
display:block;
position: absolute;
bottom:7vh;
right: 0;
transform: translate(-100%, 60%);
cursor:pointer;
}
.fa-timers
{
color: white;
font-size:2rem;
}
} | 0.377196 | 0.054955 |
.center-view-box {
display: flex;
justify-content: center;
margin: auto 100px;
padding-top: 5vh;
}
.left-list {
width: 50%;
padding-left: 25px;
padding-right: 25px;
max-height: 90vh;
overflow-y: scroll;
}
.right-form {
width: 50%;
padding: 25px;
height: 90vh;
background-color: #F7F7F7;
position: relative;
overflow-y: scroll;
}
form {
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: center;
padding-top: 75px;
background-color: #F7F7F7;
z-index: 1;
height: 90vh;
display: flex;
flex-direction: column;
align-items: center;
}
input {
margin-top: 50px;
width: 90%;
padding: 5px 15px;
border: solid #000000;
border-width: 0px 0px 0px 1px;
outline: none;
font-size: 1.3em;
font-weight: 600;
}
textarea {
margin-top: 50px;
width: 90%;
padding: 5px 15px;
border: solid #000000;
border-width: 0px 0px 0px 1px;
outline: none;
font-size: 1.3em;
font-weight: 600;
height: 200px;
min-height: 200px;
resize: none;
}
.nothing-selected {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 25px;
text-align: center;
padding-top: 30%;
color: #707070;
}
.new {
width: 100%;
background-color: #F7F7F7;
border: none;
height: 100px;
transition: 0.3s;
font-size: 4em;
}
.new:hover {
background-color: #F0F0F0;
}
.svdj-button {
position: absolute;
bottom: 50px;
right: 0px;
background-color: #000000;
padding: 15px 20px;
transition: 0.3s;
width: auto;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
font-size: 1.3em;
border: none;
}
.svdj-button>.button-corner {
display: inline-block;
width: 60px;
height: 15px;
border: solid #FFFFFF;
border-width: 3px 3px 0px 0px;
margin-left: 15px;
transition: 0.3s;
}
.svdj-button:hover {
background-color: #FFFFFF;
color: #000000;
}
.svdj-button:hover>.button-corner {
border-color: #000000;
}
form>h2 {
font-size: 1.4em;
width: 90%;
text-align: left;
margin: 50px 0 0 0;
border: solid #000000;
border-width: 3px 0px 0px 3px;
font-weight: bold;
padding: 10px 0px 0px 10px;
}
form>h2>b {
font-size: 0.5em;
color: #707070;
padding-left: 10px;
}
.answer-container {
width: 90%;
align-content: center;
background-color: #FFFFFF;
padding: 25px 25px 0 25px;
margin-top: 15px;
}
.answer-item {
width: 100%;
background-color: #F7F7F7;
display: grid;
grid-template-columns: 95% 5%;
margin-bottom: 25px;
}
.answer-part {
border: none;
height: 90px;
padding: 10px;
width: 100%;
}
.delete-answer-button {
width: 100%;
height: 90px;
padding-top: 32px;
font-size: 1.2em;
background-color: #F7F7F7;
transition: 0.3s;
cursor: pointer;
text-align: center;
}
.delete-answer-button:hover {
background-color: #e74c3c;
color: #FFFFFF;
}
.add-answer {
width: 100%;
background-color: #F7F7F7;
border: none;
height: 60px;
transition: 0.3s;
font-size: 3em;
margin-bottom: 25px;
}
.smaller-field {
margin: 0;
width: 100%;
font-size: 1em;
}
.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;
background-color: #FFFFFF;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 15px;
width: 26px;
left: 4px;
bottom: 7px;
border: solid #000000;
border-width: 4px 0px 0px 4px;
background-color: transparent;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.slider {
background-color: #000000;
}
input:focus+.slider {
box-shadow: 0 0 1px #000000;
}
input:checked+.slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
border-color: #FFFFFF;
}
.reference-point {
margin-top: 10px;
display: grid;
grid-template-columns: 55px 70px 50px auto;
}
.reference-point > b {
font-variant: small-caps;
padding-top: 3px;
}
select {
margin-left: 10px;
border-radius: 0px;
outline: none;
border: none;
height: 30px;
width: calc(100% - 10px);
}
.error {
height: 20px;
color: #e74c3c;
}
.delete-button {
position: absolute;
top: 70px;
right: 5%;
border: none;
display: block;
text-align: right;
color: #000000;
text-decoration: none;
font-size: 1.3em;
background-color: transparent;
transition: 0.3s;
}
.svdj-corner-delete {
display: inline-block;
border: solid #000000;
border-width: 2px 2px 0px 0px;
margin-left: 10px;
height: 12px;
width: 35px;
transition: 0.3s;
}
.delete-button:hover {
color: #e74c3c;
}
.delete-button:hover > .svdj-corner-delete {
border-color: #e74c3c;
}
/* POPUP */
.block-screen {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: #00000070;
z-index: 5;
}
.popup {
position: relative;
background-color: #FFFFFF;
width: 60vw;
height: 80vh;
margin: 10vh auto;
text-align: center;
padding: 100px;
}
.close-popup-btn {
position: absolute;
top: 15px;
right: 15px;
display: block;
font-size: 3em;
font-weight: bold;
width: 50px;
background-color: transparent;
border: none;
margin-bottom: 25px;
cursor: pointer;
}
.popup-card {
background-color: #F7F7F7;
width: 100%;
padding: 15px;
text-align: left;
position: relative;
margin-top: 50px;
max-height: 450px;
overflow: hidden;
}
.popup-card > h3 {
display: inline-block;
position: absolute;
top: 5px;
right: 15px;
color: #AAAAAA;
font-weight: 700;
}
.popup-card > h2 {
font-size: 1.5em;
}
.popup-card > h2 > i {
color: #AAAAAA;
font-size: 1em;
}
.delete-buttons {
position: absolute;
bottom: 25px;
right: 15px;
display: block;
}
.svdj-button-del {
display: inline-block;
margin: auto 15px auto auto;
background-color: #000000;
padding: 15px 20px;
transition: 0.3s;
width: auto;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
font-size: 1.3em;
border: none;
}
.svdj-button-del > .button-corner {
display: inline-block;
width: 60px;
height: 15px;
border: solid #FFFFFF;
border-width: 3px 3px 0px 0px;
margin-left: 15px;
transition: 0.3s;
}
.svdj-button-del:hover {
background-color: #FFFFFF;
color: #000000;
}
.svdj-button-del:hover > .button-corner {
border-color: #000000;
}
#red:hover {
background-color: #e74c3c;
}
.button-container {
width: 90%;
margin: 150px auto;
position: relative;
height: 100px;
}
.close-button {
display: block;
font-size: 3em;
font-weight: bold;
width: 50px;
margin: 10px auto auto 10px;
background-color: transparent;
border: none;
margin-bottom: 25px;
outline: none;
visibility: hidden;
}
@media screen and (max-width: 1500px) {
.center-view-box {
display: block;
position: relative;
}
.left-list {
width: 100%;
}
.right-form {
position: unset;
height: 0;
background-color: transparent;
overflow: hidden;
}
form {
padding: 25px;
height: 90vh;
background-color: #F7F7F7;
left: 0px;
top: 5vh;
z-index: 2;
overflow-y: scroll;
}
.nothing-selected {
visibility: hidden;
}
.close-button {
visibility: visible;
}
.popup {
width: 95vw;
margin-top: 5vh;
padding-left: 15px;
padding-right: 15px;
height: 90vh;
}
}
@media screen and (max-width: 900px) {
.center-view-box {
margin: auto;
width: 95vw;
}
}
@media screen and (max-width: 600px) {
.svdj-button-del {
display: block;
margin-top: 15px;
}
} | src/app/admin/admin-panel/edit-question/edit-question.component.css | .center-view-box {
display: flex;
justify-content: center;
margin: auto 100px;
padding-top: 5vh;
}
.left-list {
width: 50%;
padding-left: 25px;
padding-right: 25px;
max-height: 90vh;
overflow-y: scroll;
}
.right-form {
width: 50%;
padding: 25px;
height: 90vh;
background-color: #F7F7F7;
position: relative;
overflow-y: scroll;
}
form {
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: center;
padding-top: 75px;
background-color: #F7F7F7;
z-index: 1;
height: 90vh;
display: flex;
flex-direction: column;
align-items: center;
}
input {
margin-top: 50px;
width: 90%;
padding: 5px 15px;
border: solid #000000;
border-width: 0px 0px 0px 1px;
outline: none;
font-size: 1.3em;
font-weight: 600;
}
textarea {
margin-top: 50px;
width: 90%;
padding: 5px 15px;
border: solid #000000;
border-width: 0px 0px 0px 1px;
outline: none;
font-size: 1.3em;
font-weight: 600;
height: 200px;
min-height: 200px;
resize: none;
}
.nothing-selected {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 25px;
text-align: center;
padding-top: 30%;
color: #707070;
}
.new {
width: 100%;
background-color: #F7F7F7;
border: none;
height: 100px;
transition: 0.3s;
font-size: 4em;
}
.new:hover {
background-color: #F0F0F0;
}
.svdj-button {
position: absolute;
bottom: 50px;
right: 0px;
background-color: #000000;
padding: 15px 20px;
transition: 0.3s;
width: auto;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
font-size: 1.3em;
border: none;
}
.svdj-button>.button-corner {
display: inline-block;
width: 60px;
height: 15px;
border: solid #FFFFFF;
border-width: 3px 3px 0px 0px;
margin-left: 15px;
transition: 0.3s;
}
.svdj-button:hover {
background-color: #FFFFFF;
color: #000000;
}
.svdj-button:hover>.button-corner {
border-color: #000000;
}
form>h2 {
font-size: 1.4em;
width: 90%;
text-align: left;
margin: 50px 0 0 0;
border: solid #000000;
border-width: 3px 0px 0px 3px;
font-weight: bold;
padding: 10px 0px 0px 10px;
}
form>h2>b {
font-size: 0.5em;
color: #707070;
padding-left: 10px;
}
.answer-container {
width: 90%;
align-content: center;
background-color: #FFFFFF;
padding: 25px 25px 0 25px;
margin-top: 15px;
}
.answer-item {
width: 100%;
background-color: #F7F7F7;
display: grid;
grid-template-columns: 95% 5%;
margin-bottom: 25px;
}
.answer-part {
border: none;
height: 90px;
padding: 10px;
width: 100%;
}
.delete-answer-button {
width: 100%;
height: 90px;
padding-top: 32px;
font-size: 1.2em;
background-color: #F7F7F7;
transition: 0.3s;
cursor: pointer;
text-align: center;
}
.delete-answer-button:hover {
background-color: #e74c3c;
color: #FFFFFF;
}
.add-answer {
width: 100%;
background-color: #F7F7F7;
border: none;
height: 60px;
transition: 0.3s;
font-size: 3em;
margin-bottom: 25px;
}
.smaller-field {
margin: 0;
width: 100%;
font-size: 1em;
}
.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;
background-color: #FFFFFF;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 15px;
width: 26px;
left: 4px;
bottom: 7px;
border: solid #000000;
border-width: 4px 0px 0px 4px;
background-color: transparent;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.slider {
background-color: #000000;
}
input:focus+.slider {
box-shadow: 0 0 1px #000000;
}
input:checked+.slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
border-color: #FFFFFF;
}
.reference-point {
margin-top: 10px;
display: grid;
grid-template-columns: 55px 70px 50px auto;
}
.reference-point > b {
font-variant: small-caps;
padding-top: 3px;
}
select {
margin-left: 10px;
border-radius: 0px;
outline: none;
border: none;
height: 30px;
width: calc(100% - 10px);
}
.error {
height: 20px;
color: #e74c3c;
}
.delete-button {
position: absolute;
top: 70px;
right: 5%;
border: none;
display: block;
text-align: right;
color: #000000;
text-decoration: none;
font-size: 1.3em;
background-color: transparent;
transition: 0.3s;
}
.svdj-corner-delete {
display: inline-block;
border: solid #000000;
border-width: 2px 2px 0px 0px;
margin-left: 10px;
height: 12px;
width: 35px;
transition: 0.3s;
}
.delete-button:hover {
color: #e74c3c;
}
.delete-button:hover > .svdj-corner-delete {
border-color: #e74c3c;
}
/* POPUP */
.block-screen {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: #00000070;
z-index: 5;
}
.popup {
position: relative;
background-color: #FFFFFF;
width: 60vw;
height: 80vh;
margin: 10vh auto;
text-align: center;
padding: 100px;
}
.close-popup-btn {
position: absolute;
top: 15px;
right: 15px;
display: block;
font-size: 3em;
font-weight: bold;
width: 50px;
background-color: transparent;
border: none;
margin-bottom: 25px;
cursor: pointer;
}
.popup-card {
background-color: #F7F7F7;
width: 100%;
padding: 15px;
text-align: left;
position: relative;
margin-top: 50px;
max-height: 450px;
overflow: hidden;
}
.popup-card > h3 {
display: inline-block;
position: absolute;
top: 5px;
right: 15px;
color: #AAAAAA;
font-weight: 700;
}
.popup-card > h2 {
font-size: 1.5em;
}
.popup-card > h2 > i {
color: #AAAAAA;
font-size: 1em;
}
.delete-buttons {
position: absolute;
bottom: 25px;
right: 15px;
display: block;
}
.svdj-button-del {
display: inline-block;
margin: auto 15px auto auto;
background-color: #000000;
padding: 15px 20px;
transition: 0.3s;
width: auto;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
font-size: 1.3em;
border: none;
}
.svdj-button-del > .button-corner {
display: inline-block;
width: 60px;
height: 15px;
border: solid #FFFFFF;
border-width: 3px 3px 0px 0px;
margin-left: 15px;
transition: 0.3s;
}
.svdj-button-del:hover {
background-color: #FFFFFF;
color: #000000;
}
.svdj-button-del:hover > .button-corner {
border-color: #000000;
}
#red:hover {
background-color: #e74c3c;
}
.button-container {
width: 90%;
margin: 150px auto;
position: relative;
height: 100px;
}
.close-button {
display: block;
font-size: 3em;
font-weight: bold;
width: 50px;
margin: 10px auto auto 10px;
background-color: transparent;
border: none;
margin-bottom: 25px;
outline: none;
visibility: hidden;
}
@media screen and (max-width: 1500px) {
.center-view-box {
display: block;
position: relative;
}
.left-list {
width: 100%;
}
.right-form {
position: unset;
height: 0;
background-color: transparent;
overflow: hidden;
}
form {
padding: 25px;
height: 90vh;
background-color: #F7F7F7;
left: 0px;
top: 5vh;
z-index: 2;
overflow-y: scroll;
}
.nothing-selected {
visibility: hidden;
}
.close-button {
visibility: visible;
}
.popup {
width: 95vw;
margin-top: 5vh;
padding-left: 15px;
padding-right: 15px;
height: 90vh;
}
}
@media screen and (max-width: 900px) {
.center-view-box {
margin: auto;
width: 95vw;
}
}
@media screen and (max-width: 600px) {
.svdj-button-del {
display: block;
margin-top: 15px;
}
} | 0.60743 | 0.088505 |
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
@-webkit-keyframes yuan-left {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes yuan-left {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes yuan-right {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes yuan-right {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@-webkit-keyframes img-show {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes img-show {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.top-nav {
position: fixed;
width: 100%;
height: 54px;
background-color: #ffffff;
border-bottom: 1px solid #d8d8d8;
z-index: 9999;
}
.top-nav .top-nav-select {
display: none;
position: absolute;
top: 55px;
left: 0;
width: 100%;
background-color: #ffffff;
height: 500px;
z-index: 10;
border-top: 1px solid #ccc;
}
.top-nav .top-nav-select .top-nav-select-container {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 1260px;
height: 100%;
overflow: hidden;
}
.top-nav .top-nav-select .select-top {
float: left;
overflow: hidden;
}
.top-nav .top-nav-select .select-top li {
float: left;
}
.top-nav .top-nav-select .select-top li b {
display: block;
width: 100%;
height: 39px;
background-color: #f7f7f8;
line-height: 39px;
font-size: 14px;
text-indent: 20px;
color: #bc2e2e;
}
.top-nav .top-nav-select .select-top > li:nth-child(1) {
width: 299px;
}
.top-nav .top-nav-select .select-top > li:nth-child(2) {
width: 828px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}
.top-nav .top-nav-select .select-top > li:nth-child(3) {
float: right;
width: 131px;
}
.top-nav .top-nav-select .select-bottom {
float: left;
overflow: hidden;
height: 445px;
width: 100%;
}
.top-nav .top-nav-select .select-bottom li {
position: relative;
float: left;
height: 100%;
padding: 10px 0 0 14px;
background-color: #fdfefe;
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 24px;
}
.top-nav .top-nav-select .select-bottom li > a, .top-nav .top-nav-select .select-bottom li .li-box > a {
margin-left: 6px;
display: block;
}
.top-nav .top-nav-select .select-bottom li > a:hover, .top-nav .top-nav-select .select-bottom li .li-box > a:hover {
color: #bc2e2e;
}
.top-nav .top-nav-select .select-bottom li p {
padding: 0;
margin: 0;
margin-left: 6px;
line-height: 24px;
margin-bottom: 4px;
font-weight: 700;
color: #626262;
}
.top-nav .top-nav-select .select-bottom > li:nth-child(1) {
width: 135px;
}
.top-nav .top-nav-select .select-bottom > li:nth-child(2) {
display: inline-block;
width: 165px;
border-right: 1px solid #eee;
}
.top-nav .top-nav-select .select-bottom > li:nth-child(2) a {
width: 105px;
}
.top-nav .top-nav-select .select-bottom > li:nth-child(3) {
width: 148px;
}
.top-nav .top-nav-select .select-bottom > li:nth-child(4) {
width: 682px;
border-right: 1px solid #eee;
}
.top-nav .top-nav-select .select-bottom > li:nth-child(4) div {
float: left;
width: 133px;
}
.top-nav .top-nav-select .select-bottom > li:nth-child(5) {
width: 117px;
}
.top-nav .select-no1 {
background: url(../images/index/index-jingling.png) no-repeat;
background-position: right -267px;
}
.top-nav .select-new {
background: url(../images/index/index-jingling.png) no-repeat;
background-position: right -206px;
}
.top-nav .select-hot {
background: url(../images/index/index-jingling.png) no-repeat;
background-position: right -144px;
}
.top-nav #select-but {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 20px !important;
height: 95px;
background-color: #bc2e2e;
color: #ffffff;
opacity: 1;
padding: 7px 0 0 10px;
width: 20px !important;
line-height: 1.3 !important;
color: #fff;
}
.top-nav #select-but:hover {
opacity: 0.7;
}
.top-nav .top-nav-left {
position: absolute;
left: 0;
top: 0;
width: 179px;
height: 54px;
background-color: #cf1132;
}
.top-nav .top-nav-left a {
display: block;
font-size: 12px;
line-height: 54px;
text-align: center;
color: #fff;
}
.top-nav .top-nav-left i {
display: inline-block;
width: 25px;
height: 11px;
background: url(../images/index/index-jingling.png) -90px -306px no-repeat;
margin-right: 8px;
}
.top-nav .top-nav-cent {
position: absolute;
top: 0;
left: 50%;
width: 133px;
height: 54px;
}
.top-nav .top-nav-cent a {
display: block;
width: 133px;
height: 44px;
margin-left: -30px;
margin-top: 5px;
}
.top-nav .top-nav-right {
position: absolute;
top: 0;
right: 0;
height: 54px;
border-left: 1px solid #dadada;
overflow: hidden;
}
.top-nav .top-nav-right .swiper-slide {
width: 138px;
height: 52px;
text-align: center;
line-height: 52px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.top-nav .top-nav-right .swiper-slide:hover {
border-bottom: 2px solid red;
color: red;
background-color: rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.main {
position: relative;
margin: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 105px 50px 50px;
max-width: 1920px;
min-width: 1400px;
max-height: 1080px;
min-height: 600px;
width: 100%;
height: 100%;
background: url(../images/Audio/main-background.jpg) 50% 55px no-repeat;
background-size: cover;
overflow: hidden;
}
.main .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
z-index: 5;
top: 55px;
right: 50px;
height: 50px;
font-size: 12px;
color: #7c7c7c;
}
.main .title a {
margin: 0 10px;
height: 20px;
line-height: 20px;
color: #ac9768;
}
.main .title a:hover {
color: #2b2b2b;
}
.main .title > a:first-child {
padding-left: 30px;
color: #ac9768;
background: url(../images/Audio/jinru-guanwang.png) 0 50% no-repeat;
}
.main .title > a:nth-child(3) {
position: relative;
width: 18px;
background: url(../images/Audio/title-erwei.png) 0 50% no-repeat;
cursor: default;
}
.main .title a span {
display: inline-block;
height: 9px;
font-size: 0;
overflow: hidden;
}
.main .title a span > i:nth-child(2) {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.main .title a span i {
display: inline-block;
width: 2px;
height: 9px;
background-color: #ac9768;
-webkit-transform: translateY(5px);
transform: translateY(5px);
margin-right: 2px;
}
.main .title a span .bottom {
-webkit-animation: music-bottom 0.5s linear infinite;
animation: music-bottom 0.5s linear infinite;
}
.main .title a span .top {
-webkit-animation: music-top 0.5s linear infinite;
animation: music-top 0.5s linear infinite;
}
.main .title .title-fenxiang {
position: relative;
display: inline-block;
}
.main .title .title-fenxiang span {
margin-left: 8px;
margin-right: 3px;
color: #ac9768;
float: left;
height: 20px;
line-height: 20px;
font-size: 12px;
}
.main .title .title-fenxiang ul {
list-style: none;
float: left;
padding: 0;
margin: 0;
}
.main .title .title-fenxiang ul li {
float: left;
width: 20px;
height: 20px;
color: #ac9768;
line-height: 20px;
cursor: pointer;
}
.main .title .title-fenxiang ul li:hover .icon {
color: #2b2b2b;
}
.main .centent {
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
background-color: #fff;
border: 5px solid #a99362;
overflow: hidden;
}
.main .centent .centent-zhuangshi .yuan-1, .main .centent .centent-zhuangshi .yuan-2, .main .centent .centent-zhuangshi .yuan-3, .main .centent .centent-zhuangshi .yuan-4 {
position: absolute;
top: 50%;
left: 50%;
background-repeat: no-repeat;
}
.main .centent .centent-zhuangshi .yuan-1 {
margin-top: -657px;
margin-left: -657px;
width: 1314px;
height: 1314px;
background-image: url(../images/Audio/yuanyuan-1.png);
-webkit-animation: yuan-left 300s linear infinite;
animation: yuan-left 300s linear infinite;
}
.main .centent .centent-zhuangshi .yuan-2 {
margin-top: -551.5px;
margin-left: -551.5px;
width: 1103px;
height: 1103px;
background-image: url(../images/Audio/yuanyuan-2.png);
-webkit-animation: yuan-right 300s linear infinite;
animation: yuan-right 300s linear infinite;
}
.main .centent .centent-zhuangshi .yuan-3 {
margin-top: -362px;
margin-left: -362px;
width: 724px;
height: 724px;
background-image: url(../images/Audio/yaunyuan-3.png);
-webkit-animation: yuan-left 300s linear infinite;
animation: yuan-left 300s linear infinite;
}
.main .centent .centent-zhuangshi .yuan-4 {
margin-top: -281.5px;
margin-left: -281.5px;
width: 563px;
height: 563px;
background-image: url(../images/Audio/yuanyuan-4.png);
-webkit-animation: yuan-right 300s linear infinite;
animation: yuan-right 300s linear infinite;
}
.main .centent .centent-zhuangshi .solid-left, .main .centent .centent-zhuangshi .solid-right {
position: absolute;
top: 50%;
width: 296px;
height: 3px;
background-color: #d6ceb7;
}
.main .centent .centent-zhuangshi .solid-left {
margin-right: 610px;
right: 50%;
}
.main .centent .centent-zhuangshi .solid-right {
margin-left: 610px;
left: 50%;
}
.main .centent .centent-zhuangshi .left-jiao-hei, .main .centent .centent-zhuangshi .left-jiao-bai, .main .centent .centent-zhuangshi .right-jiao-hei, .main .centent .centent-zhuangshi .right-jiao-bai {
position: absolute;
top: 0;
width: 400px;
height: 220px;
background-repeat: no-repeat;
}
.main .centent .centent-zhuangshi .left-jiao-hei {
background: url(../images/Audio/left-top-jiao-hei.png);
left: 0;
}
.main .centent .centent-zhuangshi .left-jiao-bai {
background: url(../images/Audio/left-top-jiao-bai.png);
left: 0;
}
.main .centent .centent-zhuangshi .right-jiao-hei {
background: url(../images/Audio/right-top-jiao-hei.png);
right: 0;
}
.main .centent .centent-zhuangshi .right-jiao-bai {
background: url(../images/Audio/right-top-jiao-bai.png);
right: 0;
}
.main .centent .centent-zhuangshi .bottom-lind {
position: absolute;
left: 50%;
bottom: 0;
margin-left: -906px;
width: 1812px;
height: 100px;
background: url(../images/Audio/bottom-boder.png) no-repeat;
}
.main .centent .centent-zhuangshi .show {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 10px 45px 0 rgba(89, 81, 62, 0.45) inset;
box-shadow: 0 10px 45px 0 rgba(89, 81, 62, 0.45) inset;
}
.main .centent .centent-neirong {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.main .centent .centent-neirong .logo {
position: absolute;
top: 50%;
left: 50%;
margin-top: -153px;
margin-left: -585px;
width: 100px;
height: 317px;
background: url(../images/Audio/shiting-logo.webp) no-repeat;
}
.main .centent .centent-neirong .title {
position: absolute;
top: 50%;
left: 50%;
margin-top: -167px;
margin-left: 460px;
width: 136px;
height: 327px;
background: url(../images/Audio/shiting-title.png) no-repeat;
}
.main .centent .centent-neirong .shiting-box {
position: absolute;
top: 50%;
left: 50%;
margin-top: -320px;
margin-left: -320px;
width: 640px;
height: 640px;
border: 4px solid #a99362;
border-radius: 50%;
}
.main .centent .centent-neirong .shiting-box .shiting-img {
position: relative;
margin: 60px;
width: 520px;
height: 520px;
}
.main .centent .centent-neirong .shiting-box .shiting-img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.main .centent .centent-neirong .shiting-box .shiting-img .chushi-hide-img {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.main .centent .centent-neirong .shiting-box .shiting-img .img-hide {
opacity: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.main .centent .centent-neirong .shiting-box .shiting-img .img-show {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.5s 0.3s cubic-bezier(0.62, 0.285, 0.47, 1.65);
transition: all 0.5s 0.3s cubic-bezier(0.62, 0.285, 0.47, 1.65);
}
.main .centent .centent-neirong .shiting-but-left, .main .centent .centent-neirong .shiting-but-right, .main .centent .centent-neirong .shiting-but-top {
position: absolute;
width: 140px;
height: 140px;
background-repeat: no-repeat;
border-radius: 50%;
-webkit-box-shadow: 0 10px 10px 0 rgba(169, 147, 98, 0.38);
box-shadow: 0 10px 10px 0 rgba(169, 147, 98, 0.38);
}
.main .centent .centent-neirong .shiting-but-left i, .main .centent .centent-neirong .shiting-but-right i, .main .centent .centent-neirong .shiting-but-top i {
position: absolute;
top: 50%;
left: 50%;
margin-top: -95px;
margin-left: -95px;
width: 190px;
height: 190px;
background: url(../images/Audio/but-boder.png) no-repeat;
opacity: 0;
-webkit-transition: all .5s;
transition: all .5s;
-webkit-animation: yuan-left 10s linear infinite;
animation: yuan-left 10s linear infinite;
}
.main .centent .centent-neirong .shiting-but-left .jiantou-left, .main .centent .centent-neirong .shiting-but-right .jiantou-left, .main .centent .centent-neirong .shiting-but-top .jiantou-left {
position: absolute;
top: 15px;
left: -56px;
width: 79px;
height: 104px;
background-repeat: no-repeat;
-webkit-transition: all .5s;
transition: all .5s;
background: url(../images/Audio/jiantou-left.png);
}
.main .centent .centent-neirong .shiting-but-left .jiantou-right, .main .centent .centent-neirong .shiting-but-right .jiantou-right, .main .centent .centent-neirong .shiting-but-top .jiantou-right {
position: absolute;
top: 15px;
right: -56px;
width: 79px;
height: 104px;
background-repeat: no-repeat;
-webkit-transition: all .5s;
transition: all .5s;
background: url(../images/Audio/jiantou-right.png);
}
.main .centent .centent-neirong .shiting-but-top {
top: -70px;
left: 0;
right: 0;
margin: auto;
background-image: url(../images/Audio/shiting-but-top.png);
}
.main .centent .centent-neirong .shiting-but-left {
top: 382px;
left: -42px;
background-image: url(../images/Audio/shiting-but-left.png);
}
.main .centent .centent-neirong .shiting-but-right {
top: 382px;
right: -42px;
background-image: url(../images/Audio/shiting-but-right.png);
}
.main-footer {
position: relative;
width: 100%;
height: 50px;
}
.main-footer .main-footer-top {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 10;
text-align: center;
font-size: 12px;
}
.main-footer .main-footer-top ul {
overflow: hidden;
}
.main-footer .main-footer-top li {
float: left;
height: 20px;
line-height: 20px;
font-size: 12px;
margin-right: 30px;
}
.main-footer .main-footer-top li a {
color: #000;
}
.main-footer .main-footer-top li a:hover {
color: red;
}
.main-footer .main-footer-bottom {
position: absolute;
top: 10px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 1024px;
}
.main-footer .main-footer-bottom .footer-bottom-one > a {
display: inline-block;
font-size: 10px;
}
.main-footer .main-footer-bottom .footer-bottom-one span {
position: relative;
height: 50px;
display: inline-block;
line-height: 2;
}
.main-footer .main-footer-bottom .footer-bottom-one span p {
color: #000;
}
.main-footer .main-footer-bottom .footer-bottom-one span a {
color: #000;
}
.main-footer .main-footer-bottom .footer-bottom-one span a:hover {
-webkit-text-decoration: solid;
text-decoration: solid;
}
.main-footer .main-footer-bottom .footer-bottom-one span div {
position: absolute;
bottom: 0;
right: 0;
display: inline-block;
height: 26px;
background-color: red;
}
.main-footer .main-footer-bottom .footer-bottom-one span div > a {
color: #fff;
}
.main-footer .main-footer-bottom .footer-bottom-two {
line-height: 2.5;
}
.main-footer .main-footer-bottom .footer-bottom-two p {
color: #000;
}
@-webkit-keyframes music-top {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes music-top {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes music-bottom {
0% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
50% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
100% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
}
@keyframes music-bottom {
0% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
50% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
100% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
}
.left-jiao-hei, .left-jiao-bai, .logo, .solid-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.right-jiao-hei, .right-jiao-bai, .title, .solid-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.logo, .title {
opacity: 0;
}
.shiting-box, .show, .yuan-1, .yuan-2, .yuan-3, .yuan-4, .bottom-lind {
opacity: 0;
}
.jinchang {
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 1s;
transition: all 1s;
}
.touming {
opacity: 1;
-webkit-transition: all 1s;
transition: all 1s;
}
/*# sourceMappingURL=Audio visual station.css.map */ | css/Audio visual station.css | html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
@-webkit-keyframes yuan-left {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes yuan-left {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes yuan-right {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes yuan-right {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@-webkit-keyframes img-show {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes img-show {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.top-nav {
position: fixed;
width: 100%;
height: 54px;
background-color: #ffffff;
border-bottom: 1px solid #d8d8d8;
z-index: 9999;
}
.top-nav .top-nav-select {
display: none;
position: absolute;
top: 55px;
left: 0;
width: 100%;
background-color: #ffffff;
height: 500px;
z-index: 10;
border-top: 1px solid #ccc;
}
.top-nav .top-nav-select .top-nav-select-container {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 1260px;
height: 100%;
overflow: hidden;
}
.top-nav .top-nav-select .select-top {
float: left;
overflow: hidden;
}
.top-nav .top-nav-select .select-top li {
float: left;
}
.top-nav .top-nav-select .select-top li b {
display: block;
width: 100%;
height: 39px;
background-color: #f7f7f8;
line-height: 39px;
font-size: 14px;
text-indent: 20px;
color: #bc2e2e;
}
.top-nav .top-nav-select .select-top > li:nth-child(1) {
width: 299px;
}
.top-nav .top-nav-select .select-top > li:nth-child(2) {
width: 828px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}
.top-nav .top-nav-select .select-top > li:nth-child(3) {
float: right;
width: 131px;
}
.top-nav .top-nav-select .select-bottom {
float: left;
overflow: hidden;
height: 445px;
width: 100%;
}
.top-nav .top-nav-select .select-bottom li {
position: relative;
float: left;
height: 100%;
padding: 10px 0 0 14px;
background-color: #fdfefe;
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 24px;
}
.top-nav .top-nav-select .select-bottom li > a, .top-nav .top-nav-select .select-bottom li .li-box > a {
margin-left: 6px;
display: block;
}
.top-nav .top-nav-select .select-bottom li > a:hover, .top-nav .top-nav-select .select-bottom li .li-box > a:hover {
color: #bc2e2e;
}
.top-nav .top-nav-select .select-bottom li p {
padding: 0;
margin: 0;
margin-left: 6px;
line-height: 24px;
margin-bottom: 4px;
font-weight: 700;
color: #626262;
}
.top-nav .top-nav-select .select-bottom > li:nth-child(1) {
width: 135px;
}
.top-nav .top-nav-select .select-bottom > li:nth-child(2) {
display: inline-block;
width: 165px;
border-right: 1px solid #eee;
}
.top-nav .top-nav-select .select-bottom > li:nth-child(2) a {
width: 105px;
}
.top-nav .top-nav-select .select-bottom > li:nth-child(3) {
width: 148px;
}
.top-nav .top-nav-select .select-bottom > li:nth-child(4) {
width: 682px;
border-right: 1px solid #eee;
}
.top-nav .top-nav-select .select-bottom > li:nth-child(4) div {
float: left;
width: 133px;
}
.top-nav .top-nav-select .select-bottom > li:nth-child(5) {
width: 117px;
}
.top-nav .select-no1 {
background: url(../images/index/index-jingling.png) no-repeat;
background-position: right -267px;
}
.top-nav .select-new {
background: url(../images/index/index-jingling.png) no-repeat;
background-position: right -206px;
}
.top-nav .select-hot {
background: url(../images/index/index-jingling.png) no-repeat;
background-position: right -144px;
}
.top-nav #select-but {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 20px !important;
height: 95px;
background-color: #bc2e2e;
color: #ffffff;
opacity: 1;
padding: 7px 0 0 10px;
width: 20px !important;
line-height: 1.3 !important;
color: #fff;
}
.top-nav #select-but:hover {
opacity: 0.7;
}
.top-nav .top-nav-left {
position: absolute;
left: 0;
top: 0;
width: 179px;
height: 54px;
background-color: #cf1132;
}
.top-nav .top-nav-left a {
display: block;
font-size: 12px;
line-height: 54px;
text-align: center;
color: #fff;
}
.top-nav .top-nav-left i {
display: inline-block;
width: 25px;
height: 11px;
background: url(../images/index/index-jingling.png) -90px -306px no-repeat;
margin-right: 8px;
}
.top-nav .top-nav-cent {
position: absolute;
top: 0;
left: 50%;
width: 133px;
height: 54px;
}
.top-nav .top-nav-cent a {
display: block;
width: 133px;
height: 44px;
margin-left: -30px;
margin-top: 5px;
}
.top-nav .top-nav-right {
position: absolute;
top: 0;
right: 0;
height: 54px;
border-left: 1px solid #dadada;
overflow: hidden;
}
.top-nav .top-nav-right .swiper-slide {
width: 138px;
height: 52px;
text-align: center;
line-height: 52px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.top-nav .top-nav-right .swiper-slide:hover {
border-bottom: 2px solid red;
color: red;
background-color: rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.main {
position: relative;
margin: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 105px 50px 50px;
max-width: 1920px;
min-width: 1400px;
max-height: 1080px;
min-height: 600px;
width: 100%;
height: 100%;
background: url(../images/Audio/main-background.jpg) 50% 55px no-repeat;
background-size: cover;
overflow: hidden;
}
.main .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
z-index: 5;
top: 55px;
right: 50px;
height: 50px;
font-size: 12px;
color: #7c7c7c;
}
.main .title a {
margin: 0 10px;
height: 20px;
line-height: 20px;
color: #ac9768;
}
.main .title a:hover {
color: #2b2b2b;
}
.main .title > a:first-child {
padding-left: 30px;
color: #ac9768;
background: url(../images/Audio/jinru-guanwang.png) 0 50% no-repeat;
}
.main .title > a:nth-child(3) {
position: relative;
width: 18px;
background: url(../images/Audio/title-erwei.png) 0 50% no-repeat;
cursor: default;
}
.main .title a span {
display: inline-block;
height: 9px;
font-size: 0;
overflow: hidden;
}
.main .title a span > i:nth-child(2) {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.main .title a span i {
display: inline-block;
width: 2px;
height: 9px;
background-color: #ac9768;
-webkit-transform: translateY(5px);
transform: translateY(5px);
margin-right: 2px;
}
.main .title a span .bottom {
-webkit-animation: music-bottom 0.5s linear infinite;
animation: music-bottom 0.5s linear infinite;
}
.main .title a span .top {
-webkit-animation: music-top 0.5s linear infinite;
animation: music-top 0.5s linear infinite;
}
.main .title .title-fenxiang {
position: relative;
display: inline-block;
}
.main .title .title-fenxiang span {
margin-left: 8px;
margin-right: 3px;
color: #ac9768;
float: left;
height: 20px;
line-height: 20px;
font-size: 12px;
}
.main .title .title-fenxiang ul {
list-style: none;
float: left;
padding: 0;
margin: 0;
}
.main .title .title-fenxiang ul li {
float: left;
width: 20px;
height: 20px;
color: #ac9768;
line-height: 20px;
cursor: pointer;
}
.main .title .title-fenxiang ul li:hover .icon {
color: #2b2b2b;
}
.main .centent {
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
background-color: #fff;
border: 5px solid #a99362;
overflow: hidden;
}
.main .centent .centent-zhuangshi .yuan-1, .main .centent .centent-zhuangshi .yuan-2, .main .centent .centent-zhuangshi .yuan-3, .main .centent .centent-zhuangshi .yuan-4 {
position: absolute;
top: 50%;
left: 50%;
background-repeat: no-repeat;
}
.main .centent .centent-zhuangshi .yuan-1 {
margin-top: -657px;
margin-left: -657px;
width: 1314px;
height: 1314px;
background-image: url(../images/Audio/yuanyuan-1.png);
-webkit-animation: yuan-left 300s linear infinite;
animation: yuan-left 300s linear infinite;
}
.main .centent .centent-zhuangshi .yuan-2 {
margin-top: -551.5px;
margin-left: -551.5px;
width: 1103px;
height: 1103px;
background-image: url(../images/Audio/yuanyuan-2.png);
-webkit-animation: yuan-right 300s linear infinite;
animation: yuan-right 300s linear infinite;
}
.main .centent .centent-zhuangshi .yuan-3 {
margin-top: -362px;
margin-left: -362px;
width: 724px;
height: 724px;
background-image: url(../images/Audio/yaunyuan-3.png);
-webkit-animation: yuan-left 300s linear infinite;
animation: yuan-left 300s linear infinite;
}
.main .centent .centent-zhuangshi .yuan-4 {
margin-top: -281.5px;
margin-left: -281.5px;
width: 563px;
height: 563px;
background-image: url(../images/Audio/yuanyuan-4.png);
-webkit-animation: yuan-right 300s linear infinite;
animation: yuan-right 300s linear infinite;
}
.main .centent .centent-zhuangshi .solid-left, .main .centent .centent-zhuangshi .solid-right {
position: absolute;
top: 50%;
width: 296px;
height: 3px;
background-color: #d6ceb7;
}
.main .centent .centent-zhuangshi .solid-left {
margin-right: 610px;
right: 50%;
}
.main .centent .centent-zhuangshi .solid-right {
margin-left: 610px;
left: 50%;
}
.main .centent .centent-zhuangshi .left-jiao-hei, .main .centent .centent-zhuangshi .left-jiao-bai, .main .centent .centent-zhuangshi .right-jiao-hei, .main .centent .centent-zhuangshi .right-jiao-bai {
position: absolute;
top: 0;
width: 400px;
height: 220px;
background-repeat: no-repeat;
}
.main .centent .centent-zhuangshi .left-jiao-hei {
background: url(../images/Audio/left-top-jiao-hei.png);
left: 0;
}
.main .centent .centent-zhuangshi .left-jiao-bai {
background: url(../images/Audio/left-top-jiao-bai.png);
left: 0;
}
.main .centent .centent-zhuangshi .right-jiao-hei {
background: url(../images/Audio/right-top-jiao-hei.png);
right: 0;
}
.main .centent .centent-zhuangshi .right-jiao-bai {
background: url(../images/Audio/right-top-jiao-bai.png);
right: 0;
}
.main .centent .centent-zhuangshi .bottom-lind {
position: absolute;
left: 50%;
bottom: 0;
margin-left: -906px;
width: 1812px;
height: 100px;
background: url(../images/Audio/bottom-boder.png) no-repeat;
}
.main .centent .centent-zhuangshi .show {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 10px 45px 0 rgba(89, 81, 62, 0.45) inset;
box-shadow: 0 10px 45px 0 rgba(89, 81, 62, 0.45) inset;
}
.main .centent .centent-neirong {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.main .centent .centent-neirong .logo {
position: absolute;
top: 50%;
left: 50%;
margin-top: -153px;
margin-left: -585px;
width: 100px;
height: 317px;
background: url(../images/Audio/shiting-logo.webp) no-repeat;
}
.main .centent .centent-neirong .title {
position: absolute;
top: 50%;
left: 50%;
margin-top: -167px;
margin-left: 460px;
width: 136px;
height: 327px;
background: url(../images/Audio/shiting-title.png) no-repeat;
}
.main .centent .centent-neirong .shiting-box {
position: absolute;
top: 50%;
left: 50%;
margin-top: -320px;
margin-left: -320px;
width: 640px;
height: 640px;
border: 4px solid #a99362;
border-radius: 50%;
}
.main .centent .centent-neirong .shiting-box .shiting-img {
position: relative;
margin: 60px;
width: 520px;
height: 520px;
}
.main .centent .centent-neirong .shiting-box .shiting-img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.main .centent .centent-neirong .shiting-box .shiting-img .chushi-hide-img {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.main .centent .centent-neirong .shiting-box .shiting-img .img-hide {
opacity: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.main .centent .centent-neirong .shiting-box .shiting-img .img-show {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.5s 0.3s cubic-bezier(0.62, 0.285, 0.47, 1.65);
transition: all 0.5s 0.3s cubic-bezier(0.62, 0.285, 0.47, 1.65);
}
.main .centent .centent-neirong .shiting-but-left, .main .centent .centent-neirong .shiting-but-right, .main .centent .centent-neirong .shiting-but-top {
position: absolute;
width: 140px;
height: 140px;
background-repeat: no-repeat;
border-radius: 50%;
-webkit-box-shadow: 0 10px 10px 0 rgba(169, 147, 98, 0.38);
box-shadow: 0 10px 10px 0 rgba(169, 147, 98, 0.38);
}
.main .centent .centent-neirong .shiting-but-left i, .main .centent .centent-neirong .shiting-but-right i, .main .centent .centent-neirong .shiting-but-top i {
position: absolute;
top: 50%;
left: 50%;
margin-top: -95px;
margin-left: -95px;
width: 190px;
height: 190px;
background: url(../images/Audio/but-boder.png) no-repeat;
opacity: 0;
-webkit-transition: all .5s;
transition: all .5s;
-webkit-animation: yuan-left 10s linear infinite;
animation: yuan-left 10s linear infinite;
}
.main .centent .centent-neirong .shiting-but-left .jiantou-left, .main .centent .centent-neirong .shiting-but-right .jiantou-left, .main .centent .centent-neirong .shiting-but-top .jiantou-left {
position: absolute;
top: 15px;
left: -56px;
width: 79px;
height: 104px;
background-repeat: no-repeat;
-webkit-transition: all .5s;
transition: all .5s;
background: url(../images/Audio/jiantou-left.png);
}
.main .centent .centent-neirong .shiting-but-left .jiantou-right, .main .centent .centent-neirong .shiting-but-right .jiantou-right, .main .centent .centent-neirong .shiting-but-top .jiantou-right {
position: absolute;
top: 15px;
right: -56px;
width: 79px;
height: 104px;
background-repeat: no-repeat;
-webkit-transition: all .5s;
transition: all .5s;
background: url(../images/Audio/jiantou-right.png);
}
.main .centent .centent-neirong .shiting-but-top {
top: -70px;
left: 0;
right: 0;
margin: auto;
background-image: url(../images/Audio/shiting-but-top.png);
}
.main .centent .centent-neirong .shiting-but-left {
top: 382px;
left: -42px;
background-image: url(../images/Audio/shiting-but-left.png);
}
.main .centent .centent-neirong .shiting-but-right {
top: 382px;
right: -42px;
background-image: url(../images/Audio/shiting-but-right.png);
}
.main-footer {
position: relative;
width: 100%;
height: 50px;
}
.main-footer .main-footer-top {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 10;
text-align: center;
font-size: 12px;
}
.main-footer .main-footer-top ul {
overflow: hidden;
}
.main-footer .main-footer-top li {
float: left;
height: 20px;
line-height: 20px;
font-size: 12px;
margin-right: 30px;
}
.main-footer .main-footer-top li a {
color: #000;
}
.main-footer .main-footer-top li a:hover {
color: red;
}
.main-footer .main-footer-bottom {
position: absolute;
top: 10px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 1024px;
}
.main-footer .main-footer-bottom .footer-bottom-one > a {
display: inline-block;
font-size: 10px;
}
.main-footer .main-footer-bottom .footer-bottom-one span {
position: relative;
height: 50px;
display: inline-block;
line-height: 2;
}
.main-footer .main-footer-bottom .footer-bottom-one span p {
color: #000;
}
.main-footer .main-footer-bottom .footer-bottom-one span a {
color: #000;
}
.main-footer .main-footer-bottom .footer-bottom-one span a:hover {
-webkit-text-decoration: solid;
text-decoration: solid;
}
.main-footer .main-footer-bottom .footer-bottom-one span div {
position: absolute;
bottom: 0;
right: 0;
display: inline-block;
height: 26px;
background-color: red;
}
.main-footer .main-footer-bottom .footer-bottom-one span div > a {
color: #fff;
}
.main-footer .main-footer-bottom .footer-bottom-two {
line-height: 2.5;
}
.main-footer .main-footer-bottom .footer-bottom-two p {
color: #000;
}
@-webkit-keyframes music-top {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes music-top {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes music-bottom {
0% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
50% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
100% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
}
@keyframes music-bottom {
0% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
50% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
100% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
}
.left-jiao-hei, .left-jiao-bai, .logo, .solid-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.right-jiao-hei, .right-jiao-bai, .title, .solid-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.logo, .title {
opacity: 0;
}
.shiting-box, .show, .yuan-1, .yuan-2, .yuan-3, .yuan-4, .bottom-lind {
opacity: 0;
}
.jinchang {
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 1s;
transition: all 1s;
}
.touming {
opacity: 1;
-webkit-transition: all 1s;
transition: all 1s;
}
/*# sourceMappingURL=Audio visual station.css.map */ | 0.45181 | 0.10683 |
a,
header #logo a:hover,
header #logo a:focus,
header #logo a:active,
#latest-posts .post-name .entry-title a:hover,
.entry-meta.entry-header a:hover,
.entry-meta.entry-header a:active,
.entry-meta.entry-header a:focus,
.standard-blog .post-name .entry-title a:hover,
.masonry-blog .post-name .entry-title a:hover,
.center-blog .post-name .entry-title a:hover,
.comment-author cite a:hover,
.comment-meta a:hover,
#commentform span.required,
#footer-credits p a,
.social_widget a i,
.dropmenu-active ul li a:hover,
.color-text,
.dropcap-color,
.social-icons li a:hover i,
.counter-number .count-number-icon {
color: #41b6e6;
}
#menu ul .sub-menu li a:hover {
color: #41b6e6 !important;
}
.overlay-bg,
.overlay-bg-fill,
.item-project i,
.standard-blog .post-link,
.standard-blog .post-quote,
.masonry-blog .post-link,
.masonry-blog .post-quote,
.center-blog .post-link,
.center-blog .post-quote,
.badge_author,
#error-page .error-btn,
.social_widget a:hover,
.tooltip-inner,
.highlight-text,
.progress-bar .bar,
.pricing-table.selected .price,
.pricing-table.selected .confirm,
.mejs-overlay:hover .mejs-overlay-button,
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#jpreOverlay,
#jSplash,
#jprePercentage,
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
background-color: #41b6e6;
}
.navigation-projects ul li.prev a:hover,
.navigation-projects ul li.next a:hover,
.navigation-projects ul li.back-page a:hover {
background-color: #41b6e6;
border-color: #41b6e6;
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus,
.wpcf7 .wpcf7-submit:active,
#commentform #submit:hover,
.button-main:hover,
.button-main:active,
.button-main:focus,
.button-main.inverted {
background-color: #41b6e6;
border-color: #41b6e6;
}
.wpcf7-form.invalid input.wpcf7-not-valid,
.wpcf7-form.invalid textarea.wpcf7-not-valid,
.wpcf7-form input:focus:invalid:focus,
.wpcf7-form textarea:focus:invalid:focus,
.social_widget a {
border-color: #41b6e6;
}
.tagcloud a {
border-color: #41b6e6;
color: #41b6e6;
}
.tagcloud a:hover,
.tagcloud a:active,
.tagcloud a:focus {
background-color: #41b6e6;
}
.tooltip.top .tooltip-arrow {
border-top-color: #41b6e6;
}
.tooltip.right .tooltip-arrow {
border-right-color: #41b6e6;
}
.tooltip.left .tooltip-arrow {
border-left-color: #41b6e6;
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: #41b6e6;
}
.box .icon.circle-mode-box {
border-color: rgba(65,182,230, 0.5);
}
.box:hover .icon.circle-mode-box,
.box:active .icon.circle-mode-box,
.box:focus .icon.circle-mode-box {
border-color: #41b6e6;
background-color: #41b6e6;
}
.box .icon.circle-mode-box i,
.box.boxed-version .icon-boxed i,
.box .icon.icon-only-mode-box {
color: #41b6e6;
}
/* Header Colors */
header {
background-color: #221f1f;
}
header #logo a {
color: #221f1f;
}
#menu ul a {
color: #FFFFFF;
}
#menu > ul > li:after {
border-color: #112f1f;
}
#menu ul a:hover,
#menu ul li.sfHover a,
#menu ul li.current-cat a,
#menu ul li.current_page_item a,
#menu ul li.current-menu-item a,
#menu ul li.current-page-ancestor a,
#menu ul li.current-menu-ancestor a {
color: #d0df00;
}
#menu ul ul {
background-color: #222222;
}
#menu ul .sub-menu li a {
color: #ffffff !important;
border-color: #221f1f;
}
/* Mobile Dropdown Colors */
#navigation-mobile {
background-color: #221f1f;
}
#navigation-mobile li a,
#menu-nav-mobile .sub-menu li a {
color: #ffffff;
}
#navigation-mobile li.has-ul.open > a,
#navigation-mobile li a:hover,
#menu-nav-mobile .sub-menu li a:hover,
#navigation-mobile li.has-ul.open a i,
#navigation-mobile .sub-menu li.has-ul.open a i {
color: #d0df00;
}
#menu-nav-mobile li,
#menu-nav-mobile ul.sub-menu li {
border-color: #222222;
}
#navigation-mobile li.has-ul a i,
#navigation-mobile .sub-menu li.has-ul a i {
color: #ffffff;
}
/* Typography Colors */
body,
a:hover,
a:active,
a:focus,
.entry-meta.entry-header a,
.comment-meta,
.comment-meta a,
#twitter-feed .tweet_list li .tweet_time a,
.box p,
.dropmenu-active ul li a {
color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
#latest-posts .post-name .entry-title a,
.standard-blog .post-name .entry-title a,
.masonry-blog .post-name .entry-title a,
.center-blog .post-name .entry-title a,
.comment-author cite,
.comment-author cite a,
.dropmenu p,
.accordion-heading .accordion-toggle,
.nav > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.dropcap,
.easyPieChart,
.pricing-table .price,
.counter-number .number-value {
color: #221f1f;
}
/* Back To Top Colors */
#back-to-top {
background-color: #41b6e6;
}
#back-to-top i {
color: #FFFFFF;
} | docs/snmp/Introduction to snmp4j - Jayway_files/color.css |
a,
header #logo a:hover,
header #logo a:focus,
header #logo a:active,
#latest-posts .post-name .entry-title a:hover,
.entry-meta.entry-header a:hover,
.entry-meta.entry-header a:active,
.entry-meta.entry-header a:focus,
.standard-blog .post-name .entry-title a:hover,
.masonry-blog .post-name .entry-title a:hover,
.center-blog .post-name .entry-title a:hover,
.comment-author cite a:hover,
.comment-meta a:hover,
#commentform span.required,
#footer-credits p a,
.social_widget a i,
.dropmenu-active ul li a:hover,
.color-text,
.dropcap-color,
.social-icons li a:hover i,
.counter-number .count-number-icon {
color: #41b6e6;
}
#menu ul .sub-menu li a:hover {
color: #41b6e6 !important;
}
.overlay-bg,
.overlay-bg-fill,
.item-project i,
.standard-blog .post-link,
.standard-blog .post-quote,
.masonry-blog .post-link,
.masonry-blog .post-quote,
.center-blog .post-link,
.center-blog .post-quote,
.badge_author,
#error-page .error-btn,
.social_widget a:hover,
.tooltip-inner,
.highlight-text,
.progress-bar .bar,
.pricing-table.selected .price,
.pricing-table.selected .confirm,
.mejs-overlay:hover .mejs-overlay-button,
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#jpreOverlay,
#jSplash,
#jprePercentage,
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
background-color: #41b6e6;
}
.navigation-projects ul li.prev a:hover,
.navigation-projects ul li.next a:hover,
.navigation-projects ul li.back-page a:hover {
background-color: #41b6e6;
border-color: #41b6e6;
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus,
.wpcf7 .wpcf7-submit:active,
#commentform #submit:hover,
.button-main:hover,
.button-main:active,
.button-main:focus,
.button-main.inverted {
background-color: #41b6e6;
border-color: #41b6e6;
}
.wpcf7-form.invalid input.wpcf7-not-valid,
.wpcf7-form.invalid textarea.wpcf7-not-valid,
.wpcf7-form input:focus:invalid:focus,
.wpcf7-form textarea:focus:invalid:focus,
.social_widget a {
border-color: #41b6e6;
}
.tagcloud a {
border-color: #41b6e6;
color: #41b6e6;
}
.tagcloud a:hover,
.tagcloud a:active,
.tagcloud a:focus {
background-color: #41b6e6;
}
.tooltip.top .tooltip-arrow {
border-top-color: #41b6e6;
}
.tooltip.right .tooltip-arrow {
border-right-color: #41b6e6;
}
.tooltip.left .tooltip-arrow {
border-left-color: #41b6e6;
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: #41b6e6;
}
.box .icon.circle-mode-box {
border-color: rgba(65,182,230, 0.5);
}
.box:hover .icon.circle-mode-box,
.box:active .icon.circle-mode-box,
.box:focus .icon.circle-mode-box {
border-color: #41b6e6;
background-color: #41b6e6;
}
.box .icon.circle-mode-box i,
.box.boxed-version .icon-boxed i,
.box .icon.icon-only-mode-box {
color: #41b6e6;
}
/* Header Colors */
header {
background-color: #221f1f;
}
header #logo a {
color: #221f1f;
}
#menu ul a {
color: #FFFFFF;
}
#menu > ul > li:after {
border-color: #112f1f;
}
#menu ul a:hover,
#menu ul li.sfHover a,
#menu ul li.current-cat a,
#menu ul li.current_page_item a,
#menu ul li.current-menu-item a,
#menu ul li.current-page-ancestor a,
#menu ul li.current-menu-ancestor a {
color: #d0df00;
}
#menu ul ul {
background-color: #222222;
}
#menu ul .sub-menu li a {
color: #ffffff !important;
border-color: #221f1f;
}
/* Mobile Dropdown Colors */
#navigation-mobile {
background-color: #221f1f;
}
#navigation-mobile li a,
#menu-nav-mobile .sub-menu li a {
color: #ffffff;
}
#navigation-mobile li.has-ul.open > a,
#navigation-mobile li a:hover,
#menu-nav-mobile .sub-menu li a:hover,
#navigation-mobile li.has-ul.open a i,
#navigation-mobile .sub-menu li.has-ul.open a i {
color: #d0df00;
}
#menu-nav-mobile li,
#menu-nav-mobile ul.sub-menu li {
border-color: #222222;
}
#navigation-mobile li.has-ul a i,
#navigation-mobile .sub-menu li.has-ul a i {
color: #ffffff;
}
/* Typography Colors */
body,
a:hover,
a:active,
a:focus,
.entry-meta.entry-header a,
.comment-meta,
.comment-meta a,
#twitter-feed .tweet_list li .tweet_time a,
.box p,
.dropmenu-active ul li a {
color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
#latest-posts .post-name .entry-title a,
.standard-blog .post-name .entry-title a,
.masonry-blog .post-name .entry-title a,
.center-blog .post-name .entry-title a,
.comment-author cite,
.comment-author cite a,
.dropmenu p,
.accordion-heading .accordion-toggle,
.nav > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.dropcap,
.easyPieChart,
.pricing-table .price,
.counter-number .number-value {
color: #221f1f;
}
/* Back To Top Colors */
#back-to-top {
background-color: #41b6e6;
}
#back-to-top i {
color: #FFFFFF;
} | 0.237046 | 0.153994 |
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 200;
src: url('./files/literata-vietnamese-200-normal.woff2') format('woff2'), url('./files/literata-vietnamese-200-normal.woff') format('woff');
}
/* literata-vietnamese-300-normal*/
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 300;
src: url('./files/literata-vietnamese-300-normal.woff2') format('woff2'), url('./files/literata-vietnamese-300-normal.woff') format('woff');
}
/* literata-vietnamese-400-normal*/
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url('./files/literata-vietnamese-400-normal.woff2') format('woff2'), url('./files/literata-vietnamese-400-normal.woff') format('woff');
}
/* literata-vietnamese-500-normal*/
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 500;
src: url('./files/literata-vietnamese-500-normal.woff2') format('woff2'), url('./files/literata-vietnamese-500-normal.woff') format('woff');
}
/* literata-vietnamese-600-normal*/
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 600;
src: url('./files/literata-vietnamese-600-normal.woff2') format('woff2'), url('./files/literata-vietnamese-600-normal.woff') format('woff');
}
/* literata-vietnamese-700-normal*/
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 700;
src: url('./files/literata-vietnamese-700-normal.woff2') format('woff2'), url('./files/literata-vietnamese-700-normal.woff') format('woff');
}
/* literata-vietnamese-800-normal*/
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 800;
src: url('./files/literata-vietnamese-800-normal.woff2') format('woff2'), url('./files/literata-vietnamese-800-normal.woff') format('woff');
}
/* literata-vietnamese-900-normal*/
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 900;
src: url('./files/literata-vietnamese-900-normal.woff2') format('woff2'), url('./files/literata-vietnamese-900-normal.woff') format('woff');
} | packages/literata/vietnamese.css | @font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 200;
src: url('./files/literata-vietnamese-200-normal.woff2') format('woff2'), url('./files/literata-vietnamese-200-normal.woff') format('woff');
}
/* literata-vietnamese-300-normal*/
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 300;
src: url('./files/literata-vietnamese-300-normal.woff2') format('woff2'), url('./files/literata-vietnamese-300-normal.woff') format('woff');
}
/* literata-vietnamese-400-normal*/
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url('./files/literata-vietnamese-400-normal.woff2') format('woff2'), url('./files/literata-vietnamese-400-normal.woff') format('woff');
}
/* literata-vietnamese-500-normal*/
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 500;
src: url('./files/literata-vietnamese-500-normal.woff2') format('woff2'), url('./files/literata-vietnamese-500-normal.woff') format('woff');
}
/* literata-vietnamese-600-normal*/
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 600;
src: url('./files/literata-vietnamese-600-normal.woff2') format('woff2'), url('./files/literata-vietnamese-600-normal.woff') format('woff');
}
/* literata-vietnamese-700-normal*/
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 700;
src: url('./files/literata-vietnamese-700-normal.woff2') format('woff2'), url('./files/literata-vietnamese-700-normal.woff') format('woff');
}
/* literata-vietnamese-800-normal*/
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 800;
src: url('./files/literata-vietnamese-800-normal.woff2') format('woff2'), url('./files/literata-vietnamese-800-normal.woff') format('woff');
}
/* literata-vietnamese-900-normal*/
@font-face {
font-family: 'Literata';
font-style: normal;
font-display: swap;
font-weight: 900;
src: url('./files/literata-vietnamese-900-normal.woff2') format('woff2'), url('./files/literata-vietnamese-900-normal.woff') format('woff');
} | 0.210523 | 0.093306 |
html,body{width:100%;height: 100%}
*{margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: transparent;}
input,textarea{margin: 0;padding: 0;font-size: 100%;vertical-align: middle;}
ol,ul,li{list-style: none;}
a{text-decoration: none;color: #fff;}
body{font-family:"Microsoft Yahei", 微软雅黑, 宋体, Arial,sans-serif;color: #333;-webkit-text-size-adjust: none;-moz-text-size-adjust: none;font-family: 微软雅黑,sans-serif}
.clearfix{overflow: hidden;zoom: 1}
/************************register**********************/
.head-content{position: relative; width: 100%;height: 3.76rem;overflow: hidden;background: url("../../../images/vote/27/banner.png") no-repeat; background-size: 100% 100%;}
.rules{position: absolute;right: 0;top: 0;width: 70px;height: 70px;}
.main-content{display: block; width: 6.5rem;margin: 0 auto;}
.main-content li{position: relative; display: block;width: 100%;margin-top: .3rem;overflow: hidden;zoom: 1}
.li-title{display: block;float: left;width: 50px;font-size: 14px;color: #999;}
.li-title.long{width: 100px;}
.li-right{position: relative;float: left;width: calc(100% - 50px);height: 37px;}
.li-input,.li-select{display: block;border-radius: 0; width: 100%;height: 37px;font-size: 15px;margin-top: -9px;padding-left: 4px;box-sizing: border-box;color: #333;}
.li-select{-webkit-appearance: none;-webkit-tap-highlight-color: #fff;outline: 0;}
.li-input::placeholder{font-size: 14px;}
.li-box{position: relative;width: calc(100% - 1px);height: 2rem;margin-top: .6rem}
.li-profile{position: absolute; top: -.6rem;left: 0; display: block;width: 100%;height: 100%;padding: 4px;box-sizing: border-box;z-index: 10; -webkit-appearance: none;box-shadow:0px 0px 0px rgba(0,0,0,0); font-size: 14px;color: #333;margin-top: .6rem}
.li-border{position: absolute;-webkit-transform: scale(0.5);z-index: 1; transform: scale(0.5); border: 1px solid #cbad7a;top: -50%;right: -50%;bottom: -50%;left: -50%;}
.save-btn{width: 5rem;height: .7rem;border-radius: .35rem;text-align: center;line-height: .7rem;font-size: 18px;color: #fff;background: #cd121e;margin: .3rem auto .1rem;}
.icon-add{position: relative;display: block; width: 1.3rem;height: 1.3rem;background: url("../../../images/vote/27/add.png") no-repeat;background-size: 100% 100%;margin-top: .6rem;overflow: hidden;zoom: 1;}
.webuploader-element-invisible{opacity: 0;}
.webuploader-pick{ width: 1.38rem;height: 1.38rem;margin-top: .2rem;background: #fff;margin-left: 0;border-radius: 0;font-size: 14px;}
.statusBar{display: none}
.imgWrap img{width: 2rem;height: 2rem;}
.filelist li{position: relative;width: 2rem;min-height: 2rem;margin-top: .2rem}
.icon-delete{display: inline-block;float: right; width: .36rem;height: .36rem;background: url("../../../images/vote/27/close.png") no-repeat;background-size: 100% 100%; position: absolute; left:1.68rem; top: 0;}
.uploadBtn{width: 2rem;height: .5rem;line-height: .5rem;color: #fff;font-size: 14px;background: #cbad7a;text-align: center;border-radius: 4px;margin-top: .2rem}
.error{font-size: 12px;color: #ff5c5d;}
.progress .text{color: #68a0f5;font-size: 14px;}
.go-tip{display: block; width: 5rem;margin: 0 auto;text-align: center;font-size: 13px;color: #cd121e}
.go-tip span{color: #999;}
.img-preview{position: relative;top: 0;left: 0;width: 1.3rem;height: 1.3rem;margin-top: .6rem;}
.edit .wu-example{opacity: 0;position: absolute;top: 0;left: 0}
.edit .imgWrap img{width: 1.3rem;height: 1.3rem;}
.edit .icon-delete{left:.88rem}
.edit .webuploader-element-invisible{top: 0!important;}
.edit .filelist li{margin-top: 0}
.edit .icon-add{margin-top: -.2rem}
/***************************************index*********************************************/
.mara-head{position: relative; width: 100%;height: 5rem;background-image: url("../../../images/vote/29/banner-index.png");background-size: 100% 100%;background-repeat: no-repeat;}
.act-rules{position: absolute;right: 0;top: 0;width: 70px;height: 70px;}
.mara-board{position: relative; width: 100%;height: 1.32rem;margin-top: .2rem}
.board-content{display: flex;justify-content: space-around; width: 6.7rem;height: 1.4rem;margin: 0 auto;box-shadow: 0px 0px 4px 1px rgba(158, 155, 155, 0.36);}
.board-item{width: 33.3%;color: rgba(102, 102, 102, 0.7);;}
.board-name{width: 100%;text-align: center;font-size: 15px;margin-top: .25rem;}
.board-num{width: 100%;text-align: center;font-size: 15px;font-weight: bold;margin-top: .05rem;color:#b4151b;}
.mara-votes{width: 6.9rem;margin: 0 auto;overflow: hidden;zoom: 1}
.votes-content{width: 100%;overflow: hidden;zoom: 1;padding: 4px;box-sizing: border-box;padding-bottom: .3rem}
.votes-item{width: 3.14rem;height: 4.6rem; background: #f4ebde;border-radius: .1rem;color: #d75299;float: left;margin-top: .4rem;overflow: hidden;border: 0.02rem solid #e5e5e5;}
.votes-item:nth-child(2n){float: right;}
.votes-avatar{position: relative;display: block; width: 3.2rem;height: 3.3rem;margin: 0 auto;border-radius: .1rem 0.1rem 0 0;overflow: hidden}
.votes-block{width: 100%;padding: 0 .2rem;box-sizing: border-box;font-size: 16px;margin-top: .2rem;color: #000;}
.votes-block span{font-size: 13px;padding-left: 8px;}
.votes-nums{float: left;font-size: 13px; color: #cd121e;margin-top: .12rem}
.votes-btn{width: 1.4rem;height: .45rem;background: #cd121e;text-align: center;color: #fff;font-size: 12px; line-height: .5rem;border-radius: .22rem;float: right;margin-top:.08rem;}
.votes-btn.voted{background: url("../../../images/vote/17/btn-ash.png");background-size: 100% 100%;}
.votes-page{display: flex;justify-content: space-around; width: 5.1rem;margin: .3rem auto;overflow: hidden;zoom: 1;}
.page-btn{width: 1.4rem;height: .5rem;line-height: .5rem;font-size: 13px;color: #e5c175;text-align:center;background: #2f3245;border-radius: .05rem;}
.page-btn a{color: #e5c175;}
.page-num{width: 1.4rem;height: .48rem;line-height: .48rem;font-size: 13px;text-align: center;color: #e5c175;background: #2f3245;border-radius: .05rem;}
.mara-recommend{position:relative;width: 2.4rem;height: 0.6rem;margin: 0.3rem auto .2rem;font-size: 0;}
.mara-recommend img{width: 100%}
.mara-swipper{width: 6.9rem;height: 3rem; margin: 0 auto;}
.mara-swipper a{position:relative;display: block;width: 6.9rem;height: 3rem;}
.mara-swipper a img{width: 100%;height: 100%}
.swiper-container-horizontal.mara-swipper>.swiper-pagination-bullets,.swiper-container-horizontal.theme-swipper>.swiper-pagination-bullets{bottom:0px;}
.mara-swipper .swiper-pagination-bullet-active,.theme-swipper .swiper-pagination-bullet-active{background: #fff;}
.mara-support{width: 100%;margin-top: .3rem;padding: 0 .3rem;box-sizing: border-box; font-size: 14px;color: #333;line-height: 20px;}
.page-btn.forbid{background: #ccc;;}
.page-btn.forbid a{color: #fff;}
.return-btn{display: block;position: fixed;right: .6rem;bottom: 1.5rem;width: 1rem;height: 1rem;border-radius: 50%;background: #cd121e;z-index: 99}
.return-btn p{width: 100%;text-align: center;font-size: 14px;color: #fff;height: 1rem;padding-top: .08rem}
/******************************************************rank***************************************************/
.board-head{width: 100%;height: 4.56rem;background: url("../../../images/vote/27/banner-theme.png") no-repeat;background-size: 100% 100%;}
.choose-content{width: 100%;height: 0.86rem;background: #cd121e;margin-top: -0.86rem;padding: 0 0.3rem;box-sizing: border-box;display: flex;justify-content: space-around}
.choose-btn{position: relative; width: 2.4rem;height: .6rem;text-align: center;margin-top:0.13rem;line-height: .6rem;font-size: 15px;color: #e5c175;float: left }
.btn-circle{position: absolute;top: .22rem; width: .12rem;height: .12rem;border: solid 1.5px #b28949;border-radius: 50%;}
.btn-circle.left{left: .2rem;}
.btn-circle.right{right: .2rem}
.choose-btn:last-child{float: right}
.choose-btn.active{background: url("../../../images/vote/27/bg-rank.png") no-repeat;background-size: 100% 100%;color: #cd121e;}
.search-content{width: 5.5rem;height: .6rem;border-radius: .3rem;margin: .15rem auto;border: 1px solid #f1e4d3}
.se-icon{width: .24rem;height: .25rem;background: url("../../../images/vote/27/search.png") no-repeat;background-size: 100% 100%;margin: 0.175rem 0 0 .22rem;float: left}
.se-input{display: block;float: left;width: calc(100% - .7rem); margin-left: .1rem;border: none;-webkit-appearance: none;font-size: 13px;color: #b28949;height: .6rem;line-height: .6rem;}
.se-input::placeholder{color: #b28949}
.first-hos{position: relative; display:block;width: 6.9rem;height: 3.6rem;margin: .2rem auto 0;background:#fff;padding: .2rem;box-sizing: border-box;}
.first-hos-img{width: 100%;height: 2.2rem}
.first-hos-info{width: 100%;}
.first-hos-info .hos-name{width: auto; max-width: calc(100% - 1.6rem);float: left;margin-top: .15rem;}
.first-hos-info .hos-label{float: left;margin: .2rem 0 0 .2rem}
.icon-royal{position: absolute;top:0;left: 0;display: block;width: 1rem;height:1.2rem;background-repeat: no-repeat;background-size: 100% 100%}
.fst-royal{background-image: url("../../../images/vote/27/royal1.png")}
.sec-royal{background-image: url("../../../images/vote/27/royal2.png")}
.thd-royal{background-image: url("../../../images/vote/27/royal3.png")}
.bill-board{display: block;width: 100%;padding: 0 .3rem;box-sizing: border-box}
.bill-board li{position: relative; display: block;width: 100%;height: 1.9rem;background: #f1e4d3; margin-top: .2rem;}
.hos-img{position: relative;width: 2.2rem;height: 1.5rem;float: left;margin: .2rem .3rem 0 .2rem;}
.hos-info{width: calc(100% - 2.8rem);float: left;}
.hos-name{width: 100%;font-size: 15px;color: #896a39;margin-top: .2rem}
.hos-detail{width: 100%;font-size: 13px;color: #896a39;margin-top: 3px}
.hos-detail span{padding-left: .2rem;}
.hos-label{width: 1.05rem;height: .4rem;line-height: .4rem;text-align: center;font-size: 11px;color: #fff;background: #b28949;border-radius: .05rem;margin-top: .1rem}
.dept-board{display: block;width: 6.9rem;margin: .2rem auto;}
.dept-board li{position: relative;width: 6.5rem;margin: 0 auto;height: .9rem;line-height: .9rem;}
.dept-left{float: left;width: calc(100% - 1.9rem);height: .9rem;line-height: .9rem;font-size: 15px;color: #b28949}
.dept-right{width: 1.8rem;float: right;text-align: right;font-size: 13px;color: #cd121e;}
.icon-arrorwy{display: inline-block;width: .16rem;height: .28rem;background: url("../../../images/vote/27/arrow-y.png") no-repeat;background-size: 100% 100%;margin-left: 6px;vertical-align: -4%;}
/***************************************************log*******************************************************/
.log-title{width: 100%;padding: 0 .3rem;box-sizing: border-box;text-align: center;font-size: 25px;color: #fff;margin-top: -1.1rem}
.search-content.mrg{margin-top: .6rem}
.record-content{display: block;width: 6.9rem;overflow: hidden;zoom: 1;box-sizing: border-box;margin: 0.2rem auto;border-radius: .5px;}
.record-content li{position:relative;width: 100% ;height: 1.7rem;overflow: hidden;zoom: 1}
.rank-content li a{display: block;overflow: hidden;zoom: 1;color: #fff;}
.record-num{width: .5rem;float: left;font-style: italic;color: #cd121e;overflow: hidden;zoom: 1;margin-left: .3rem;margin-top: .42rem}
.record-num .number{width: 100%;font-size: 20px;}
.record-num .number.normal{width: 100%;font-size: 13px;color: #666;text-align: center;margin-top: .24rem;}
.record-num .label{width: 100%;font-size: 13px;margin-top: -.06rem}
.record-img{position: relative;width: 1.3rem;height: 1.3rem;border-radius: 50%;overflow: hidden;float: left;margin-left: .3rem;margin-top: .2rem;}
.record-info{width: calc(100% - 4.1rem);float: left;margin-left: .2rem;}
.record-votes{width: 1.3rem;font-size: 14px;color: #cd121e;float: right;margin-top: .6rem;text-align: right}
.record-detail{width: 100%;font-size: 13px;color: #b28949;margin-top: .3rem}
.record-detail span{font-size: 16px;padding-right: .2rem;font-weight: bold;}
.record-hos{width: 100%;font-size: 15px;color: #b28949;margin-top: .1rem}
/**********************************************info*******************************************************/
.log-head{width: 5.84rem;height: .24rem;background: url("../../../images/vote/27/title1.png") no-repeat;background-size: 100% 100%;margin: .4rem auto .3rem}
.info-img{position: relative;width: 1.7rem;height: 1.7rem;border: 0.05rem solid #f1e4d3;border-radius: 50%;margin: 0 auto;overflow: hidden;}
.info-detail{width: 100%;padding:0 0.3rem;box-sizing: border-box;text-align: center;font-size: 13px;color: #333;margin-top: .3rem}
.info-hos{width: 100%;padding:0 0.3rem;box-sizing: border-box;text-align: center;font-size: 14px;color: #666;margin-top: .1rem}
.info-detail span{font-size: 16px;padding-right: .2rem}
.info-logo{position: relative; width: 2.4rem;height: .6rem;margin: .5rem auto 0;background: url("../../../images/vote/27/logo-bg.png") no-repeat;background-size: 100% 100%;z-index: 10;}
.info-text{position: relative; width: 6.9rem;margin: 0 auto;padding: .6rem .3rem;box-sizing: border-box;margin-top: -.3rem;font-size: 14px;line-height: 20px;color: #333;text-align: justify;text-justify: inter-ideograph;background-color: #f4ebde;border-radius: 0.05rem;z-index: 1;}
.info-btn{width: 5rem;height: .8rem;border-radius: .4rem;text-align: center;line-height: .8rem;background-color: #cd121e;margin: .7rem auto 0;font-size: 18px;color: #fff;}
/**************************************************theme1***********************************************/
.th-head{width: 100%;height: 3.8rem;overflow: hidden}
.th-content{width: 100%;padding: 15px 15px 0;box-sizing: border-box;background: #fff;margin-top: 0rem}
.head-con{width: 100%;}
.head-con .new-icon{width: .3rem;height: .3rem;margin-top: 4px;}
.head-con .doc-icon{width: .28rem;height: .35rem;margin-top:1px;}
.head-con span{display: inline-block;float: left;margin-left: .2rem;font-size: 16px;color: #333;}
.more{display: block; width: 1.5rem;float: right;text-align: right;margin-top: 3px;}
.more span{display: block;float: right; color: #666;font-size: 12px;margin-right: .1rem}
.more .arrowr-icon{width: .13rem;height: .24rem;float: right;margin-top: 2px;}
.img-icon{display: inline-block;float: left;background-size: 100% 100%;background-repeat: no-repeat;}
.arrowr-icon{background-image: url("../../../images/vote/27/arrowr.png")}
.new-icon{background-image: url("../../../images/vote/27/book.png")}
.doc-icon{background-image: url("../../../images/vote/27/doctor.png")}
.main-item{display: block;width: 100%;}
.main-item li{display: block;position: relative;width: 100%;padding: .2rem 0;zoom: 1;overflow: hidden}
.a-content{display: block;width: 100%;overflow: hidden;zoom: 1;}
.new-img{position: relative;width: 1.8rem;height: 1.36rem;float: right}
.new-info{width: calc(100% - 2rem);float: left}
.new-title{width: 100%;font-size: 16px;font-weight: 500;color: #333; word-break: break-all;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.new-subtitle{width: 100%;font-size: 13px;color: #999;margin-top: .1rem}
.person-content{width: 100%;overflow: hidden;zoom: 1}
.person-item{display: block; width: 3.2rem;height: 3.2rem;border: 1px solid #e5e5e5;border-radius: 5px;float: left;margin-top: .3rem;}
.person-item:nth-child(2n){float: right;}
.person-img{position: relative; width: 3rem;height: 2.3rem;margin: 0.1rem auto;border-radius: .1rem;overflow: hidden}
.person-name{width: 100%;text-align: center;font-size: 15px;color: #333;margin-top: .2rem}
.person-item:last-child{margin-bottom: .3rem}
/*****************modal*********************/
.modal-box{position: fixed;top: 0;left: 0;width: 100%;height: 100%;max-height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999999; color: #999; }
.modal-box-main{width: 100%; height: 100%; max-height: 100%;padding: 30px 15px 80px 15px;box-sizing: border-box;}
.msg_box{width: 100%;height: 100%;overflow: auto;background: #fff;border-radius: 6px; padding: .4rem;box-sizing: border-box}
.close_box{background: url("../../../images/vote/20/close.png") no-repeat;background-size: 100% 100%;width: 40px; height: 40px;line-height: 40px;margin: 0 auto;margin-top: -60px; }
.msg_box p{color: #333}
.msg_box p:nth-child(2){margin-top: .1rem}
.msg_box p span{color: #666}
.msg_box p b{text-align: center;display: block;width: 100%;color: #333;font-size: 16px;margin-top: -.2rem}
.rule_box .msg_box p,.report_box .msg_box p,.usual_box .msg_box p{padding:2px 0; font-size: 14px; }
/**************************************** 搜索层 ********************************************************/
.search_box{ position:fixed; top:0; left:0; width:100%; background:rgba(0, 0, 0, 0.5); z-index:9999999; color:#999; height: 100%; }
.search_box_main{min-height: 100px;width: 100%;margin-top: 0px;margin-right: auto;margin-left: auto;background-color: #ecebeb;}
.search_box_main .form_box{ width: 95%; height: 40px; margin-right: auto; margin-left: auto; padding-top: 10px; }
.search_box_main .form_box td{ height: 30px; }
.search_box_main .form_box .input_class{ width: 95%; float: right; height: 30px; border-radius:5px; padding-right: 1%; padding-left: 1%;}
.search_box_main .form_box .a_class{ height: 30px; width: 90%; background-color: #cd121e;-webkit-appearance: none; line-height: 30px; color: #FFF; text-align: center; display: block; float: left; border-radius:5px;}
.search_box_main .msg_box{ width: 95%; height: 30px; margin-right: auto; margin-left: auto; line-height: 30px; text-align: center; color: #FFF; }
.search_box_main .form_box .input_class{ height:35px; font-size:14px; text-indent:8px;background: #fff; }
.search_box_main .form_box .a_class,.add_form_box_main table td .btn_class{height:35px; font-size:14px;}
/********************************************** footer ********************************************************/
.footer_block{height: .88rem;width: 100%;}
.footer_main{height: .88rem;width: 100%;position: fixed;left: 0px;bottom: -1px;background-color: #000;z-index: 99;}
.footer_main ul{width: 100%;}
.footer_main li{ height: .88rem; width: 20%; float: left; background-repeat: no-repeat; background-position: center 1px; background-size:40px 40px; -webkit-background-size:40px 40px; }
.footer_main li a{ height: 100%; width: 100%; display: block; }
.footer_main li a span.nav{ height: 100%; width: 100%; display: block; text-align: center; font-size: 12px; color: #fff; margin-top: -.1rem }
.icon-img{background-size: 100% 100%;background-repeat: no-repeat;}
.icon-home{ background-image: url(../../../images/tb_index.png); }
.icon-search{ background-image: url(../../../images/tb_search.png); }
.icon-rank{ background-image: url(../../../images/tb_rank.png); }
.icon-we{ background-image: url(../../../images/footer_gz.png); }
.icon-rule{ background-image: url(../../../images/footer_rule.png); }
.icon-judge{background-image: url("../../../images/vote/29/judge.png")}
.icon-theme{background-image: url("../../../images/vote/27/menu.png");width: .34rem;height: .34rem;margin: .12rem auto}
.footer_main .icon-home,.footer_main .icon-search,.footer_main .icon-rank,.footer_main .icon-we,.footer_main .icon-rule{width: .4rem;height: .35rem;margin: .12rem auto;}
.footer_main .icon-search{width: .35rem;height: .35rem}
.footer_main .icon-judge{width: .32rem;height: .34rem;margin: .12rem auto;}
/********************************************theme2********************************/
.j-con{display: block;width: 100%;padding: 0 .3rem;box-sizing: border-box;}
.j-con li{position: relative; display: block;width: 100%;padding: .2rem 0;overflow: hidden;zoom: 1;}
.j-img{position: relative; width: 35px;height: 35px;float: left;border-radius: 50%;overflow: hidden;}
.j-info{width: calc(100% - 245px);float: left;font-size: 12px;color: #666;margin-left: 5px;margin-top: 8px;}
.j-name{font-size: 15px;color: #333;padding-right: 4px;width: 50px;float: left;margin-left: 5px;margin-top: 6px;}
.j-desc{width: 140px;float: right;font-size: 14px;color: #333;text-align: right;margin-top: 6px;}
/****************************yanzhengcode****************/
.yanzhengcode{width: 6rem;left: .5rem;margin-top: -1.5rem;top: 35%;}
.yanzhengcode input{display:block;width: 5rem;height: .8rem;font-size: 16px;margin: 0.2rem auto;}
.yanzhengcode img{display: block; width: 3rem;margin: 0 auto;}
/*底边*/
.li-right:after,.dept-board li:after,.record-content li:after,.j-con li:after{display: block; position: absolute;left: 0;bottom: 1px;right: auto;top: auto;content: ''; width: 100%;height: 1px;background: #cbad7a;z-index: 15;-webkit-transform-origin: 50% 100%; transform-origin: 50% 100%;transform: scaleY(0.5)}
.dept-board li:after,.record-content li:after{background: #e0d0b7;}
.dept-board li:last-child:after,.record-content li:last-child:after{height: 0}
.main-item li:after{display: block;position: absolute;content: ''; left: 0;bottom: 1px;right: auto;top:auto;width: 100%;height: 1px;background: #e2e2e2;z-index: 15;-webkit-transform-origin: 50% 100%;transform-origin: 50% 100%;transform: scaleY(0.5); }
.main-item li:last-child:after{height: 0;}
/*头像*/
.ranking-img img,.record-img img,.info-img img,.new-img img,.first-hos-img img,.j-img img{position: absolute;top:0;left: 0;bottom: 0;right: 0;margin: auto;max-width: 100%;max-height: 100%;}
.hos-img img{width: 100%;height: 100%;}
.votes-avatar img,.record-img img,.info-img img,.first-hos-img img{width: 100%;height: auto}
.first-hos-img{position: relative; overflow: hidden}
/*global*/
.ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.hide,.box_hide{display: none!important;}
.mrg-t0{margin-top: 0;}
.mrg-t1{margin-top: 0.1rem;}
.block{width: 100%;height: .2rem;background: #f5f5f5}
@media screen and (max-width: 345px){
.record-num .number{font-size: 16px;}
} | public/css/vote/29/style.css | html,body{width:100%;height: 100%}
*{margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: transparent;}
input,textarea{margin: 0;padding: 0;font-size: 100%;vertical-align: middle;}
ol,ul,li{list-style: none;}
a{text-decoration: none;color: #fff;}
body{font-family:"Microsoft Yahei", 微软雅黑, 宋体, Arial,sans-serif;color: #333;-webkit-text-size-adjust: none;-moz-text-size-adjust: none;font-family: 微软雅黑,sans-serif}
.clearfix{overflow: hidden;zoom: 1}
/************************register**********************/
.head-content{position: relative; width: 100%;height: 3.76rem;overflow: hidden;background: url("../../../images/vote/27/banner.png") no-repeat; background-size: 100% 100%;}
.rules{position: absolute;right: 0;top: 0;width: 70px;height: 70px;}
.main-content{display: block; width: 6.5rem;margin: 0 auto;}
.main-content li{position: relative; display: block;width: 100%;margin-top: .3rem;overflow: hidden;zoom: 1}
.li-title{display: block;float: left;width: 50px;font-size: 14px;color: #999;}
.li-title.long{width: 100px;}
.li-right{position: relative;float: left;width: calc(100% - 50px);height: 37px;}
.li-input,.li-select{display: block;border-radius: 0; width: 100%;height: 37px;font-size: 15px;margin-top: -9px;padding-left: 4px;box-sizing: border-box;color: #333;}
.li-select{-webkit-appearance: none;-webkit-tap-highlight-color: #fff;outline: 0;}
.li-input::placeholder{font-size: 14px;}
.li-box{position: relative;width: calc(100% - 1px);height: 2rem;margin-top: .6rem}
.li-profile{position: absolute; top: -.6rem;left: 0; display: block;width: 100%;height: 100%;padding: 4px;box-sizing: border-box;z-index: 10; -webkit-appearance: none;box-shadow:0px 0px 0px rgba(0,0,0,0); font-size: 14px;color: #333;margin-top: .6rem}
.li-border{position: absolute;-webkit-transform: scale(0.5);z-index: 1; transform: scale(0.5); border: 1px solid #cbad7a;top: -50%;right: -50%;bottom: -50%;left: -50%;}
.save-btn{width: 5rem;height: .7rem;border-radius: .35rem;text-align: center;line-height: .7rem;font-size: 18px;color: #fff;background: #cd121e;margin: .3rem auto .1rem;}
.icon-add{position: relative;display: block; width: 1.3rem;height: 1.3rem;background: url("../../../images/vote/27/add.png") no-repeat;background-size: 100% 100%;margin-top: .6rem;overflow: hidden;zoom: 1;}
.webuploader-element-invisible{opacity: 0;}
.webuploader-pick{ width: 1.38rem;height: 1.38rem;margin-top: .2rem;background: #fff;margin-left: 0;border-radius: 0;font-size: 14px;}
.statusBar{display: none}
.imgWrap img{width: 2rem;height: 2rem;}
.filelist li{position: relative;width: 2rem;min-height: 2rem;margin-top: .2rem}
.icon-delete{display: inline-block;float: right; width: .36rem;height: .36rem;background: url("../../../images/vote/27/close.png") no-repeat;background-size: 100% 100%; position: absolute; left:1.68rem; top: 0;}
.uploadBtn{width: 2rem;height: .5rem;line-height: .5rem;color: #fff;font-size: 14px;background: #cbad7a;text-align: center;border-radius: 4px;margin-top: .2rem}
.error{font-size: 12px;color: #ff5c5d;}
.progress .text{color: #68a0f5;font-size: 14px;}
.go-tip{display: block; width: 5rem;margin: 0 auto;text-align: center;font-size: 13px;color: #cd121e}
.go-tip span{color: #999;}
.img-preview{position: relative;top: 0;left: 0;width: 1.3rem;height: 1.3rem;margin-top: .6rem;}
.edit .wu-example{opacity: 0;position: absolute;top: 0;left: 0}
.edit .imgWrap img{width: 1.3rem;height: 1.3rem;}
.edit .icon-delete{left:.88rem}
.edit .webuploader-element-invisible{top: 0!important;}
.edit .filelist li{margin-top: 0}
.edit .icon-add{margin-top: -.2rem}
/***************************************index*********************************************/
.mara-head{position: relative; width: 100%;height: 5rem;background-image: url("../../../images/vote/29/banner-index.png");background-size: 100% 100%;background-repeat: no-repeat;}
.act-rules{position: absolute;right: 0;top: 0;width: 70px;height: 70px;}
.mara-board{position: relative; width: 100%;height: 1.32rem;margin-top: .2rem}
.board-content{display: flex;justify-content: space-around; width: 6.7rem;height: 1.4rem;margin: 0 auto;box-shadow: 0px 0px 4px 1px rgba(158, 155, 155, 0.36);}
.board-item{width: 33.3%;color: rgba(102, 102, 102, 0.7);;}
.board-name{width: 100%;text-align: center;font-size: 15px;margin-top: .25rem;}
.board-num{width: 100%;text-align: center;font-size: 15px;font-weight: bold;margin-top: .05rem;color:#b4151b;}
.mara-votes{width: 6.9rem;margin: 0 auto;overflow: hidden;zoom: 1}
.votes-content{width: 100%;overflow: hidden;zoom: 1;padding: 4px;box-sizing: border-box;padding-bottom: .3rem}
.votes-item{width: 3.14rem;height: 4.6rem; background: #f4ebde;border-radius: .1rem;color: #d75299;float: left;margin-top: .4rem;overflow: hidden;border: 0.02rem solid #e5e5e5;}
.votes-item:nth-child(2n){float: right;}
.votes-avatar{position: relative;display: block; width: 3.2rem;height: 3.3rem;margin: 0 auto;border-radius: .1rem 0.1rem 0 0;overflow: hidden}
.votes-block{width: 100%;padding: 0 .2rem;box-sizing: border-box;font-size: 16px;margin-top: .2rem;color: #000;}
.votes-block span{font-size: 13px;padding-left: 8px;}
.votes-nums{float: left;font-size: 13px; color: #cd121e;margin-top: .12rem}
.votes-btn{width: 1.4rem;height: .45rem;background: #cd121e;text-align: center;color: #fff;font-size: 12px; line-height: .5rem;border-radius: .22rem;float: right;margin-top:.08rem;}
.votes-btn.voted{background: url("../../../images/vote/17/btn-ash.png");background-size: 100% 100%;}
.votes-page{display: flex;justify-content: space-around; width: 5.1rem;margin: .3rem auto;overflow: hidden;zoom: 1;}
.page-btn{width: 1.4rem;height: .5rem;line-height: .5rem;font-size: 13px;color: #e5c175;text-align:center;background: #2f3245;border-radius: .05rem;}
.page-btn a{color: #e5c175;}
.page-num{width: 1.4rem;height: .48rem;line-height: .48rem;font-size: 13px;text-align: center;color: #e5c175;background: #2f3245;border-radius: .05rem;}
.mara-recommend{position:relative;width: 2.4rem;height: 0.6rem;margin: 0.3rem auto .2rem;font-size: 0;}
.mara-recommend img{width: 100%}
.mara-swipper{width: 6.9rem;height: 3rem; margin: 0 auto;}
.mara-swipper a{position:relative;display: block;width: 6.9rem;height: 3rem;}
.mara-swipper a img{width: 100%;height: 100%}
.swiper-container-horizontal.mara-swipper>.swiper-pagination-bullets,.swiper-container-horizontal.theme-swipper>.swiper-pagination-bullets{bottom:0px;}
.mara-swipper .swiper-pagination-bullet-active,.theme-swipper .swiper-pagination-bullet-active{background: #fff;}
.mara-support{width: 100%;margin-top: .3rem;padding: 0 .3rem;box-sizing: border-box; font-size: 14px;color: #333;line-height: 20px;}
.page-btn.forbid{background: #ccc;;}
.page-btn.forbid a{color: #fff;}
.return-btn{display: block;position: fixed;right: .6rem;bottom: 1.5rem;width: 1rem;height: 1rem;border-radius: 50%;background: #cd121e;z-index: 99}
.return-btn p{width: 100%;text-align: center;font-size: 14px;color: #fff;height: 1rem;padding-top: .08rem}
/******************************************************rank***************************************************/
.board-head{width: 100%;height: 4.56rem;background: url("../../../images/vote/27/banner-theme.png") no-repeat;background-size: 100% 100%;}
.choose-content{width: 100%;height: 0.86rem;background: #cd121e;margin-top: -0.86rem;padding: 0 0.3rem;box-sizing: border-box;display: flex;justify-content: space-around}
.choose-btn{position: relative; width: 2.4rem;height: .6rem;text-align: center;margin-top:0.13rem;line-height: .6rem;font-size: 15px;color: #e5c175;float: left }
.btn-circle{position: absolute;top: .22rem; width: .12rem;height: .12rem;border: solid 1.5px #b28949;border-radius: 50%;}
.btn-circle.left{left: .2rem;}
.btn-circle.right{right: .2rem}
.choose-btn:last-child{float: right}
.choose-btn.active{background: url("../../../images/vote/27/bg-rank.png") no-repeat;background-size: 100% 100%;color: #cd121e;}
.search-content{width: 5.5rem;height: .6rem;border-radius: .3rem;margin: .15rem auto;border: 1px solid #f1e4d3}
.se-icon{width: .24rem;height: .25rem;background: url("../../../images/vote/27/search.png") no-repeat;background-size: 100% 100%;margin: 0.175rem 0 0 .22rem;float: left}
.se-input{display: block;float: left;width: calc(100% - .7rem); margin-left: .1rem;border: none;-webkit-appearance: none;font-size: 13px;color: #b28949;height: .6rem;line-height: .6rem;}
.se-input::placeholder{color: #b28949}
.first-hos{position: relative; display:block;width: 6.9rem;height: 3.6rem;margin: .2rem auto 0;background:#fff;padding: .2rem;box-sizing: border-box;}
.first-hos-img{width: 100%;height: 2.2rem}
.first-hos-info{width: 100%;}
.first-hos-info .hos-name{width: auto; max-width: calc(100% - 1.6rem);float: left;margin-top: .15rem;}
.first-hos-info .hos-label{float: left;margin: .2rem 0 0 .2rem}
.icon-royal{position: absolute;top:0;left: 0;display: block;width: 1rem;height:1.2rem;background-repeat: no-repeat;background-size: 100% 100%}
.fst-royal{background-image: url("../../../images/vote/27/royal1.png")}
.sec-royal{background-image: url("../../../images/vote/27/royal2.png")}
.thd-royal{background-image: url("../../../images/vote/27/royal3.png")}
.bill-board{display: block;width: 100%;padding: 0 .3rem;box-sizing: border-box}
.bill-board li{position: relative; display: block;width: 100%;height: 1.9rem;background: #f1e4d3; margin-top: .2rem;}
.hos-img{position: relative;width: 2.2rem;height: 1.5rem;float: left;margin: .2rem .3rem 0 .2rem;}
.hos-info{width: calc(100% - 2.8rem);float: left;}
.hos-name{width: 100%;font-size: 15px;color: #896a39;margin-top: .2rem}
.hos-detail{width: 100%;font-size: 13px;color: #896a39;margin-top: 3px}
.hos-detail span{padding-left: .2rem;}
.hos-label{width: 1.05rem;height: .4rem;line-height: .4rem;text-align: center;font-size: 11px;color: #fff;background: #b28949;border-radius: .05rem;margin-top: .1rem}
.dept-board{display: block;width: 6.9rem;margin: .2rem auto;}
.dept-board li{position: relative;width: 6.5rem;margin: 0 auto;height: .9rem;line-height: .9rem;}
.dept-left{float: left;width: calc(100% - 1.9rem);height: .9rem;line-height: .9rem;font-size: 15px;color: #b28949}
.dept-right{width: 1.8rem;float: right;text-align: right;font-size: 13px;color: #cd121e;}
.icon-arrorwy{display: inline-block;width: .16rem;height: .28rem;background: url("../../../images/vote/27/arrow-y.png") no-repeat;background-size: 100% 100%;margin-left: 6px;vertical-align: -4%;}
/***************************************************log*******************************************************/
.log-title{width: 100%;padding: 0 .3rem;box-sizing: border-box;text-align: center;font-size: 25px;color: #fff;margin-top: -1.1rem}
.search-content.mrg{margin-top: .6rem}
.record-content{display: block;width: 6.9rem;overflow: hidden;zoom: 1;box-sizing: border-box;margin: 0.2rem auto;border-radius: .5px;}
.record-content li{position:relative;width: 100% ;height: 1.7rem;overflow: hidden;zoom: 1}
.rank-content li a{display: block;overflow: hidden;zoom: 1;color: #fff;}
.record-num{width: .5rem;float: left;font-style: italic;color: #cd121e;overflow: hidden;zoom: 1;margin-left: .3rem;margin-top: .42rem}
.record-num .number{width: 100%;font-size: 20px;}
.record-num .number.normal{width: 100%;font-size: 13px;color: #666;text-align: center;margin-top: .24rem;}
.record-num .label{width: 100%;font-size: 13px;margin-top: -.06rem}
.record-img{position: relative;width: 1.3rem;height: 1.3rem;border-radius: 50%;overflow: hidden;float: left;margin-left: .3rem;margin-top: .2rem;}
.record-info{width: calc(100% - 4.1rem);float: left;margin-left: .2rem;}
.record-votes{width: 1.3rem;font-size: 14px;color: #cd121e;float: right;margin-top: .6rem;text-align: right}
.record-detail{width: 100%;font-size: 13px;color: #b28949;margin-top: .3rem}
.record-detail span{font-size: 16px;padding-right: .2rem;font-weight: bold;}
.record-hos{width: 100%;font-size: 15px;color: #b28949;margin-top: .1rem}
/**********************************************info*******************************************************/
.log-head{width: 5.84rem;height: .24rem;background: url("../../../images/vote/27/title1.png") no-repeat;background-size: 100% 100%;margin: .4rem auto .3rem}
.info-img{position: relative;width: 1.7rem;height: 1.7rem;border: 0.05rem solid #f1e4d3;border-radius: 50%;margin: 0 auto;overflow: hidden;}
.info-detail{width: 100%;padding:0 0.3rem;box-sizing: border-box;text-align: center;font-size: 13px;color: #333;margin-top: .3rem}
.info-hos{width: 100%;padding:0 0.3rem;box-sizing: border-box;text-align: center;font-size: 14px;color: #666;margin-top: .1rem}
.info-detail span{font-size: 16px;padding-right: .2rem}
.info-logo{position: relative; width: 2.4rem;height: .6rem;margin: .5rem auto 0;background: url("../../../images/vote/27/logo-bg.png") no-repeat;background-size: 100% 100%;z-index: 10;}
.info-text{position: relative; width: 6.9rem;margin: 0 auto;padding: .6rem .3rem;box-sizing: border-box;margin-top: -.3rem;font-size: 14px;line-height: 20px;color: #333;text-align: justify;text-justify: inter-ideograph;background-color: #f4ebde;border-radius: 0.05rem;z-index: 1;}
.info-btn{width: 5rem;height: .8rem;border-radius: .4rem;text-align: center;line-height: .8rem;background-color: #cd121e;margin: .7rem auto 0;font-size: 18px;color: #fff;}
/**************************************************theme1***********************************************/
.th-head{width: 100%;height: 3.8rem;overflow: hidden}
.th-content{width: 100%;padding: 15px 15px 0;box-sizing: border-box;background: #fff;margin-top: 0rem}
.head-con{width: 100%;}
.head-con .new-icon{width: .3rem;height: .3rem;margin-top: 4px;}
.head-con .doc-icon{width: .28rem;height: .35rem;margin-top:1px;}
.head-con span{display: inline-block;float: left;margin-left: .2rem;font-size: 16px;color: #333;}
.more{display: block; width: 1.5rem;float: right;text-align: right;margin-top: 3px;}
.more span{display: block;float: right; color: #666;font-size: 12px;margin-right: .1rem}
.more .arrowr-icon{width: .13rem;height: .24rem;float: right;margin-top: 2px;}
.img-icon{display: inline-block;float: left;background-size: 100% 100%;background-repeat: no-repeat;}
.arrowr-icon{background-image: url("../../../images/vote/27/arrowr.png")}
.new-icon{background-image: url("../../../images/vote/27/book.png")}
.doc-icon{background-image: url("../../../images/vote/27/doctor.png")}
.main-item{display: block;width: 100%;}
.main-item li{display: block;position: relative;width: 100%;padding: .2rem 0;zoom: 1;overflow: hidden}
.a-content{display: block;width: 100%;overflow: hidden;zoom: 1;}
.new-img{position: relative;width: 1.8rem;height: 1.36rem;float: right}
.new-info{width: calc(100% - 2rem);float: left}
.new-title{width: 100%;font-size: 16px;font-weight: 500;color: #333; word-break: break-all;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.new-subtitle{width: 100%;font-size: 13px;color: #999;margin-top: .1rem}
.person-content{width: 100%;overflow: hidden;zoom: 1}
.person-item{display: block; width: 3.2rem;height: 3.2rem;border: 1px solid #e5e5e5;border-radius: 5px;float: left;margin-top: .3rem;}
.person-item:nth-child(2n){float: right;}
.person-img{position: relative; width: 3rem;height: 2.3rem;margin: 0.1rem auto;border-radius: .1rem;overflow: hidden}
.person-name{width: 100%;text-align: center;font-size: 15px;color: #333;margin-top: .2rem}
.person-item:last-child{margin-bottom: .3rem}
/*****************modal*********************/
.modal-box{position: fixed;top: 0;left: 0;width: 100%;height: 100%;max-height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999999; color: #999; }
.modal-box-main{width: 100%; height: 100%; max-height: 100%;padding: 30px 15px 80px 15px;box-sizing: border-box;}
.msg_box{width: 100%;height: 100%;overflow: auto;background: #fff;border-radius: 6px; padding: .4rem;box-sizing: border-box}
.close_box{background: url("../../../images/vote/20/close.png") no-repeat;background-size: 100% 100%;width: 40px; height: 40px;line-height: 40px;margin: 0 auto;margin-top: -60px; }
.msg_box p{color: #333}
.msg_box p:nth-child(2){margin-top: .1rem}
.msg_box p span{color: #666}
.msg_box p b{text-align: center;display: block;width: 100%;color: #333;font-size: 16px;margin-top: -.2rem}
.rule_box .msg_box p,.report_box .msg_box p,.usual_box .msg_box p{padding:2px 0; font-size: 14px; }
/**************************************** 搜索层 ********************************************************/
.search_box{ position:fixed; top:0; left:0; width:100%; background:rgba(0, 0, 0, 0.5); z-index:9999999; color:#999; height: 100%; }
.search_box_main{min-height: 100px;width: 100%;margin-top: 0px;margin-right: auto;margin-left: auto;background-color: #ecebeb;}
.search_box_main .form_box{ width: 95%; height: 40px; margin-right: auto; margin-left: auto; padding-top: 10px; }
.search_box_main .form_box td{ height: 30px; }
.search_box_main .form_box .input_class{ width: 95%; float: right; height: 30px; border-radius:5px; padding-right: 1%; padding-left: 1%;}
.search_box_main .form_box .a_class{ height: 30px; width: 90%; background-color: #cd121e;-webkit-appearance: none; line-height: 30px; color: #FFF; text-align: center; display: block; float: left; border-radius:5px;}
.search_box_main .msg_box{ width: 95%; height: 30px; margin-right: auto; margin-left: auto; line-height: 30px; text-align: center; color: #FFF; }
.search_box_main .form_box .input_class{ height:35px; font-size:14px; text-indent:8px;background: #fff; }
.search_box_main .form_box .a_class,.add_form_box_main table td .btn_class{height:35px; font-size:14px;}
/********************************************** footer ********************************************************/
.footer_block{height: .88rem;width: 100%;}
.footer_main{height: .88rem;width: 100%;position: fixed;left: 0px;bottom: -1px;background-color: #000;z-index: 99;}
.footer_main ul{width: 100%;}
.footer_main li{ height: .88rem; width: 20%; float: left; background-repeat: no-repeat; background-position: center 1px; background-size:40px 40px; -webkit-background-size:40px 40px; }
.footer_main li a{ height: 100%; width: 100%; display: block; }
.footer_main li a span.nav{ height: 100%; width: 100%; display: block; text-align: center; font-size: 12px; color: #fff; margin-top: -.1rem }
.icon-img{background-size: 100% 100%;background-repeat: no-repeat;}
.icon-home{ background-image: url(../../../images/tb_index.png); }
.icon-search{ background-image: url(../../../images/tb_search.png); }
.icon-rank{ background-image: url(../../../images/tb_rank.png); }
.icon-we{ background-image: url(../../../images/footer_gz.png); }
.icon-rule{ background-image: url(../../../images/footer_rule.png); }
.icon-judge{background-image: url("../../../images/vote/29/judge.png")}
.icon-theme{background-image: url("../../../images/vote/27/menu.png");width: .34rem;height: .34rem;margin: .12rem auto}
.footer_main .icon-home,.footer_main .icon-search,.footer_main .icon-rank,.footer_main .icon-we,.footer_main .icon-rule{width: .4rem;height: .35rem;margin: .12rem auto;}
.footer_main .icon-search{width: .35rem;height: .35rem}
.footer_main .icon-judge{width: .32rem;height: .34rem;margin: .12rem auto;}
/********************************************theme2********************************/
.j-con{display: block;width: 100%;padding: 0 .3rem;box-sizing: border-box;}
.j-con li{position: relative; display: block;width: 100%;padding: .2rem 0;overflow: hidden;zoom: 1;}
.j-img{position: relative; width: 35px;height: 35px;float: left;border-radius: 50%;overflow: hidden;}
.j-info{width: calc(100% - 245px);float: left;font-size: 12px;color: #666;margin-left: 5px;margin-top: 8px;}
.j-name{font-size: 15px;color: #333;padding-right: 4px;width: 50px;float: left;margin-left: 5px;margin-top: 6px;}
.j-desc{width: 140px;float: right;font-size: 14px;color: #333;text-align: right;margin-top: 6px;}
/****************************yanzhengcode****************/
.yanzhengcode{width: 6rem;left: .5rem;margin-top: -1.5rem;top: 35%;}
.yanzhengcode input{display:block;width: 5rem;height: .8rem;font-size: 16px;margin: 0.2rem auto;}
.yanzhengcode img{display: block; width: 3rem;margin: 0 auto;}
/*底边*/
.li-right:after,.dept-board li:after,.record-content li:after,.j-con li:after{display: block; position: absolute;left: 0;bottom: 1px;right: auto;top: auto;content: ''; width: 100%;height: 1px;background: #cbad7a;z-index: 15;-webkit-transform-origin: 50% 100%; transform-origin: 50% 100%;transform: scaleY(0.5)}
.dept-board li:after,.record-content li:after{background: #e0d0b7;}
.dept-board li:last-child:after,.record-content li:last-child:after{height: 0}
.main-item li:after{display: block;position: absolute;content: ''; left: 0;bottom: 1px;right: auto;top:auto;width: 100%;height: 1px;background: #e2e2e2;z-index: 15;-webkit-transform-origin: 50% 100%;transform-origin: 50% 100%;transform: scaleY(0.5); }
.main-item li:last-child:after{height: 0;}
/*头像*/
.ranking-img img,.record-img img,.info-img img,.new-img img,.first-hos-img img,.j-img img{position: absolute;top:0;left: 0;bottom: 0;right: 0;margin: auto;max-width: 100%;max-height: 100%;}
.hos-img img{width: 100%;height: 100%;}
.votes-avatar img,.record-img img,.info-img img,.first-hos-img img{width: 100%;height: auto}
.first-hos-img{position: relative; overflow: hidden}
/*global*/
.ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.hide,.box_hide{display: none!important;}
.mrg-t0{margin-top: 0;}
.mrg-t1{margin-top: 0.1rem;}
.block{width: 100%;height: .2rem;background: #f5f5f5}
@media screen and (max-width: 345px){
.record-num .number{font-size: 16px;}
} | 0.366817 | 0.041037 |
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lora&display=swap" rel="stylesheet">
html{
font-family: 'Lora', sans-serif;
}
body {
margin: 0;
padding: 0;
background: -webkit-linear-gradient(to left, #ffffff, #666666);
background: linear-gradient(to left, #ffffff, #666666); ;
}
main {
padding-top: 50px;
}
/* Navbar */
nav {
position: fixed;
z-index: 10;
background-color: white;
color: white;
width: 100%;
height: 50px;
}
nav img {
height: 30px;
}
nav img {
float: left;
margin-top: 10px;
margin-left: 10px;
height: 30px;
}
nav ul {
list-style: none;
float: right;
}
nav ul li {
display: inline;
margin-right: 40px;
}
nav ul li a {
color: #000000;
font-size: 1.2em;
text-transform: uppercase;
text-decoration: none;
margin-right: 20px;
}
nav ul li a:hover {
color: #000000;
}
/* funnel */
#funnelcont {
background-color: #000000;
}
#funnel {
display: flex;
flex-wrap: wrap;
max-width: 80%;
margin: auto;
color: white;
display: block;
text-align: center;
padding: 20px;
}
#funnel h1 {
text-align: center;
margin: 10px;
}
.area {
margin: auto;
margin-top: 10px;
border: 2px solid black;
max-width: 48%;
}
img {
max-width: 80%;
max-height: 100vh;
display: flex;
margin: 0 auto 0 auto;
text-align: center;
}
/* Email */
#email {
width: 50%;
font-size: 24px;
text-align: center;
}
/* Pricing Boxes */
.pricing {
display: flex;
flex-wrap: wrap;
margin: 20px;
}
.box {
border: 2px solid #a17909;
margin: auto;
width: 500px;
margin-top: 10px;
}
.pricingheader {
font-size: 24px;
vertical-align: middle;
text-align: center;
background-color: #a17909;
color: rgb(0, 0, 0);
}
.price {
font-size: 48px;
vertical-align: middle;
text-align: center;
font-weight: bolder;
background-color: black;
color: white;
}
p{
text-align: center;
}
/* Buttons */
.button {
font-size: 20px;
background-color: #a17909;
text-decoration: none;
color: white;
display: block;
padding: 12px;
margin: 10px auto 10px auto;
}
#submit {
font-size: 20px;
background-color: #a17909;
text-decoration: none;
color: white;
display: block;
padding: 12px;
margin: 10px auto 10px auto;
}
/* Main text */
#maintext {
font-size: 20px;
max-width: 80%;
margin: auto;
}
#maintext h1 {
text-align: center;
margin: 0;
}
/* Video */
#vidcont {
max-width: 80%;
margin: auto;
text-align: center;
}
/* Footer */
footer {
background-color: #000000;
color: blue;
width: 100%;
height: 50px;
}
footer ul {
list-style: none;
float: right;
}
footer ul li {
display: inline;
margin-right: 40px;
}
footer a {
color: white;
font-size: 1em;
text-transform: uppercase;
text-decoration: none;
margin-right: 20px;
}
footer a:hover {
color: #a17909;
}
/* Media query */
@media (max-width: 500px) {
#maintext {
font-size: 18px;
}
} | styles.css | <link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lora&display=swap" rel="stylesheet">
html{
font-family: 'Lora', sans-serif;
}
body {
margin: 0;
padding: 0;
background: -webkit-linear-gradient(to left, #ffffff, #666666);
background: linear-gradient(to left, #ffffff, #666666); ;
}
main {
padding-top: 50px;
}
/* Navbar */
nav {
position: fixed;
z-index: 10;
background-color: white;
color: white;
width: 100%;
height: 50px;
}
nav img {
height: 30px;
}
nav img {
float: left;
margin-top: 10px;
margin-left: 10px;
height: 30px;
}
nav ul {
list-style: none;
float: right;
}
nav ul li {
display: inline;
margin-right: 40px;
}
nav ul li a {
color: #000000;
font-size: 1.2em;
text-transform: uppercase;
text-decoration: none;
margin-right: 20px;
}
nav ul li a:hover {
color: #000000;
}
/* funnel */
#funnelcont {
background-color: #000000;
}
#funnel {
display: flex;
flex-wrap: wrap;
max-width: 80%;
margin: auto;
color: white;
display: block;
text-align: center;
padding: 20px;
}
#funnel h1 {
text-align: center;
margin: 10px;
}
.area {
margin: auto;
margin-top: 10px;
border: 2px solid black;
max-width: 48%;
}
img {
max-width: 80%;
max-height: 100vh;
display: flex;
margin: 0 auto 0 auto;
text-align: center;
}
/* Email */
#email {
width: 50%;
font-size: 24px;
text-align: center;
}
/* Pricing Boxes */
.pricing {
display: flex;
flex-wrap: wrap;
margin: 20px;
}
.box {
border: 2px solid #a17909;
margin: auto;
width: 500px;
margin-top: 10px;
}
.pricingheader {
font-size: 24px;
vertical-align: middle;
text-align: center;
background-color: #a17909;
color: rgb(0, 0, 0);
}
.price {
font-size: 48px;
vertical-align: middle;
text-align: center;
font-weight: bolder;
background-color: black;
color: white;
}
p{
text-align: center;
}
/* Buttons */
.button {
font-size: 20px;
background-color: #a17909;
text-decoration: none;
color: white;
display: block;
padding: 12px;
margin: 10px auto 10px auto;
}
#submit {
font-size: 20px;
background-color: #a17909;
text-decoration: none;
color: white;
display: block;
padding: 12px;
margin: 10px auto 10px auto;
}
/* Main text */
#maintext {
font-size: 20px;
max-width: 80%;
margin: auto;
}
#maintext h1 {
text-align: center;
margin: 0;
}
/* Video */
#vidcont {
max-width: 80%;
margin: auto;
text-align: center;
}
/* Footer */
footer {
background-color: #000000;
color: blue;
width: 100%;
height: 50px;
}
footer ul {
list-style: none;
float: right;
}
footer ul li {
display: inline;
margin-right: 40px;
}
footer a {
color: white;
font-size: 1em;
text-transform: uppercase;
text-decoration: none;
margin-right: 20px;
}
footer a:hover {
color: #a17909;
}
/* Media query */
@media (max-width: 500px) {
#maintext {
font-size: 18px;
}
} | 0.374905 | 0.163913 |
html,
body {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
}
h3 {
margin: 0;
font-family: 'News Cycle', sans-serif;
font-size: calc(1vw + 1vh + 1vmin);
text-align: center;
transition: content 2s;
}
h3:hover {
cursor: pointer;
}
h3:after {
content: "View the teams";
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 32 32" class="svg-icon"><path d="M21.93 12L11.928 2H19l13 13-13 13h-7.07l10-10H0v-6z"/></svg>');
position: relative;
opacity: 0;
left: -5px;
-webkit-transition: all 0.5s;
}
h3:hover:after {
fill: #cd0a11;
margin-left: .35em;
opacity: 1;
top: 0px;
}
h4 {
margin: 0.5em;
font-family: 'Antic', sans-serif;
font-size: calc(0.5vw + 1vh + 1vmin);
text-align: justify;
}
h5 {
margin: 0.5em;
font-family: 'Antic', sans-serif;
font-size: calc(0.6vw + 0.6vh + 1vmin);
text-align: justify;
}
h6 {
margin: 0.5em;
font-family: 'Antic', sans-serif;
font-size: calc(0.2vw + 0.5vh + 1vmin);
text-align: justify;
}
/* Class selectors */
.bg-dark {
padding-top: 0;
padding-bottom: 0;
}
.container-fluid {
padding-right: 0;
padding-left: 0;
}
.esri-ui-corner .esri-widget {
background-color: #a41318;
}
.esri-widget-button {
border-style: 1px solid white;
color: #fefefe;
}
.esri-widget {
color: #fefefe;
}
.navbar-brand {
background: url(../imgs/logoFifa.png);
background-repeat: no-repeat;
width: 30px;
height: 40px;
}
.navbar-banner {
background: url(../imgs/banner.png);
background-repeat: no-repeat;
width: 155px;
height: 30px;
}
.navbar-dark .navbar-nav .nav-link {
font-family: FIFAWC_Font;
font-size: calc(0.8vw + 0.8vh + 1vmin);
color: white;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
color: #cd0a11;
}
.side-nav-link:hover,
.side-nav-link:focus {
color: #cd0a11;
}
.side-nav-link:before {
content: "";
position: absolute;
width: 5em;
height: 0.1em;
bottom: 0;
left: 0;
background: #cd0a11;
visibility: hidden;
border-radius: 5px;
transform: scaleX(0);
transition: .25s linear;
}
.side-nav-link:hover:before,
.side-nav-link:focus:before {
color: #cd0a11;
visibility: visible;
transform: scaleX(1);
}
.row {
margin: 0;
height: calc(100% - 56px);
}
/* ID Attribute Selectos */
#backArrow:hover,
#backArrow:focus {
color: #cd0a11;
cursor: pointer;
}
#backArrow:after {
content: '';
position: absolute;
left: 0;
display: inline-block;
height: 1em;
width: 5em;
color: #cd0a11;
border-bottom: 1px solid;
margin-top: 10px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
#backArrow:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
#credits {
margin: 0.2em;
font-family: 'Antic', sans-serif;
font-size: calc(0.5vw + 0.5vh + 0.5vmin);
text-align: justify;
}
#credits:link,
#credits:visited,
#credits:hover,
#credits:active {
color: #cd0a11;
}
#countryFlag {
width: 8em;
margin-left: 4em;
}
#countryName {
margin: 0;
font-family: 'News Cycle', sans-serif;
font-size: calc(1vw + 1vh + 1vmin);
text-align: center;
transition: content 2s;
}
#fadeOutLeft3 {
font-family: FIFAWC_Font;
}
#sidebar {
overflow: auto;
height: calc(100% - 56px);
}
#sidebar,
#sceneView {
padding: 0;
margin: 0;
height: 100%;
}
#sources {
font-family: FIFAWC_Font;
font-size: calc(0.5vw + 0.5vh + 0.5vmin);
color: white;
}
#sources:hover,
#sources:focus {
color: #cd0a11;
}
/* Import FIFA Font */
@font-face {
font-family: FIFAWC_Font;
src: url('./FIFA_World_Cup_2018_Font.ttf');
}
/* Animation/Transition effects */
@-webkit-keyframes slidein-from-right2 {
from {
-webkit-transform: translateX(100%);
}
to {
-webkit-transform: translateX(0%);
}
}
@-webkit-keyframes slideout-from-right2 {
from {
-webkit-transform: translateX(0%);
}
to {
-webkit-transform: translateX(-100%);
}
}
@-webkit-keyframes slideout-from-left2 {
from {
-webkit-transform: translateX(0%);
}
to {
-webkit-transform: translateX(100%);
}
}
@-moz-keyframes slidein-from-right2 {
from {
-moz-transform: translateX(100%);
}
to {
-moz-transform: translateX(0%);
}
}
@-o-keyframes slidein-from-right2 {
from {
-o-transform: translateX(100%);
}
to {
-o-transform: translateX(0%);
}
}
@keyframes slidein-from-right2 {
from {
transform: translateX(100%);
}
to {
transform: translateX(0%);
}
}
@-webkit-keyframes slidein-from-left2 {
from {
-webkit-transform: translateX(-100%);
}
to {
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes slidein-from-left2 {
from {
-moz-transform: translateX(-100%);
}
to {
-moz-transform: translateX(0%);
}
}
@-o-keyframes slidein-from-left2 {
from {
-o-transform: translateX(-100%);
}
to {
-o-transform: translateX(0%);
}
}
@keyframes slidein-from-left2 {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0%);
}
} | styles/style.css |
html,
body {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
}
h3 {
margin: 0;
font-family: 'News Cycle', sans-serif;
font-size: calc(1vw + 1vh + 1vmin);
text-align: center;
transition: content 2s;
}
h3:hover {
cursor: pointer;
}
h3:after {
content: "View the teams";
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 32 32" class="svg-icon"><path d="M21.93 12L11.928 2H19l13 13-13 13h-7.07l10-10H0v-6z"/></svg>');
position: relative;
opacity: 0;
left: -5px;
-webkit-transition: all 0.5s;
}
h3:hover:after {
fill: #cd0a11;
margin-left: .35em;
opacity: 1;
top: 0px;
}
h4 {
margin: 0.5em;
font-family: 'Antic', sans-serif;
font-size: calc(0.5vw + 1vh + 1vmin);
text-align: justify;
}
h5 {
margin: 0.5em;
font-family: 'Antic', sans-serif;
font-size: calc(0.6vw + 0.6vh + 1vmin);
text-align: justify;
}
h6 {
margin: 0.5em;
font-family: 'Antic', sans-serif;
font-size: calc(0.2vw + 0.5vh + 1vmin);
text-align: justify;
}
/* Class selectors */
.bg-dark {
padding-top: 0;
padding-bottom: 0;
}
.container-fluid {
padding-right: 0;
padding-left: 0;
}
.esri-ui-corner .esri-widget {
background-color: #a41318;
}
.esri-widget-button {
border-style: 1px solid white;
color: #fefefe;
}
.esri-widget {
color: #fefefe;
}
.navbar-brand {
background: url(../imgs/logoFifa.png);
background-repeat: no-repeat;
width: 30px;
height: 40px;
}
.navbar-banner {
background: url(../imgs/banner.png);
background-repeat: no-repeat;
width: 155px;
height: 30px;
}
.navbar-dark .navbar-nav .nav-link {
font-family: FIFAWC_Font;
font-size: calc(0.8vw + 0.8vh + 1vmin);
color: white;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
color: #cd0a11;
}
.side-nav-link:hover,
.side-nav-link:focus {
color: #cd0a11;
}
.side-nav-link:before {
content: "";
position: absolute;
width: 5em;
height: 0.1em;
bottom: 0;
left: 0;
background: #cd0a11;
visibility: hidden;
border-radius: 5px;
transform: scaleX(0);
transition: .25s linear;
}
.side-nav-link:hover:before,
.side-nav-link:focus:before {
color: #cd0a11;
visibility: visible;
transform: scaleX(1);
}
.row {
margin: 0;
height: calc(100% - 56px);
}
/* ID Attribute Selectos */
#backArrow:hover,
#backArrow:focus {
color: #cd0a11;
cursor: pointer;
}
#backArrow:after {
content: '';
position: absolute;
left: 0;
display: inline-block;
height: 1em;
width: 5em;
color: #cd0a11;
border-bottom: 1px solid;
margin-top: 10px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
#backArrow:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
#credits {
margin: 0.2em;
font-family: 'Antic', sans-serif;
font-size: calc(0.5vw + 0.5vh + 0.5vmin);
text-align: justify;
}
#credits:link,
#credits:visited,
#credits:hover,
#credits:active {
color: #cd0a11;
}
#countryFlag {
width: 8em;
margin-left: 4em;
}
#countryName {
margin: 0;
font-family: 'News Cycle', sans-serif;
font-size: calc(1vw + 1vh + 1vmin);
text-align: center;
transition: content 2s;
}
#fadeOutLeft3 {
font-family: FIFAWC_Font;
}
#sidebar {
overflow: auto;
height: calc(100% - 56px);
}
#sidebar,
#sceneView {
padding: 0;
margin: 0;
height: 100%;
}
#sources {
font-family: FIFAWC_Font;
font-size: calc(0.5vw + 0.5vh + 0.5vmin);
color: white;
}
#sources:hover,
#sources:focus {
color: #cd0a11;
}
/* Import FIFA Font */
@font-face {
font-family: FIFAWC_Font;
src: url('./FIFA_World_Cup_2018_Font.ttf');
}
/* Animation/Transition effects */
@-webkit-keyframes slidein-from-right2 {
from {
-webkit-transform: translateX(100%);
}
to {
-webkit-transform: translateX(0%);
}
}
@-webkit-keyframes slideout-from-right2 {
from {
-webkit-transform: translateX(0%);
}
to {
-webkit-transform: translateX(-100%);
}
}
@-webkit-keyframes slideout-from-left2 {
from {
-webkit-transform: translateX(0%);
}
to {
-webkit-transform: translateX(100%);
}
}
@-moz-keyframes slidein-from-right2 {
from {
-moz-transform: translateX(100%);
}
to {
-moz-transform: translateX(0%);
}
}
@-o-keyframes slidein-from-right2 {
from {
-o-transform: translateX(100%);
}
to {
-o-transform: translateX(0%);
}
}
@keyframes slidein-from-right2 {
from {
transform: translateX(100%);
}
to {
transform: translateX(0%);
}
}
@-webkit-keyframes slidein-from-left2 {
from {
-webkit-transform: translateX(-100%);
}
to {
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes slidein-from-left2 {
from {
-moz-transform: translateX(-100%);
}
to {
-moz-transform: translateX(0%);
}
}
@-o-keyframes slidein-from-left2 {
from {
-o-transform: translateX(-100%);
}
to {
-o-transform: translateX(0%);
}
}
@keyframes slidein-from-left2 {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0%);
}
} | 0.390592 | 0.076822 |
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
:root {
--primary-color: #e4bb23;
--bg-color: #f2f2f2;
--white-color: #FFFFFF;
}
* {
box-sizing: border-box;
}
body {
font-size: 10px;
font-family: "Montserrat", sans-serif;
background-color: var(--bg-color);
}
.default-link {
text-decoration: none;
color: var(--white-color);
font-size: 1.3em;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
transition: all 0.2s ease-in-out;
}
.default-link:hover{
color: var(--primary-color);
}
.container {
width: 960px;
margin: 0 auto;
position: relative;
}
.header {
height: 90vh;
background-attachment: fixed;
background-image: url('../img/capa-madmax2.jpg');
background-size: cover;
position: relative;
width: 100%;
animation-delay: 10s;
animation-duration: 10s;
animation-name: slide;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.header-bg {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 20px;
background-color: rgba(0, 0, 0, 0.5);
}
@keyframes slide {
0%, 33% {
background-image: url('../img/capa-madmax.jpg');
}
33%, 66%{
background-image: url('../img/capa-madmax.jpg');
}
66%, 100% {
background-image: url('../img/capa-madmax2.jpg');
}
}
/**
*************************************
************* Navbar ****************
*************************************
**/
.navbar {
display: flex;
}
.navbar .container {
display: flex;
justify-content: space-between;
align-items: center;
}
.navbar-items {
display: flex;
justify-content: space-between;
list-style: none;
}
.navbar-items .navbar-item {
margin: 0 25px;
}
.navbar-userinfo {
display: flex;
align-items: center;
}
.navbar-userinfo .userinfo-img {
border-radius: 100%;
width: 45px;
height: 45px;
overflow: hidden;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
margin-right: 15px;
}
.navbar-userinfo .userinfo-img img{
width: 100%;
}
.navbar-userinfo .userinfo-name{
font-size: 1.3em;
color: var(--white-color);
font-weight: bold;
}
.header-content {
width: 100%;
}
.header-content .container {
width: 960px;
flex-direction: column;
}
.header-content .title {
color: #fff;
font-size: 6.5em;
font-weight: bold;
line-height: 1.2em;
margin: 0;
text-transform: uppercase;
}
.header-content .movies-genres{
display: flex;
margin: 15px 0 30px;
}
.header-content .movies-genres .default-link {
margin-right: 10px;
font-size: 1.5em;
}
.header-content .trailer-button {
text-decoration: none;
color: #000000;
background: var(--primary-color);
padding: 20px 50px;
border-radius: 40px;
position: relative;
font-size: 1.5em;
transition: all 0.2s ease-in-out;
}
.header-content .trailer-button:hover {
background-color: #bc9a1d;
}
.header-content .trailer-button i {
font-size: 1.5em;
position: absolute;
right: 15px;
top: 18px;
}
.header-content .movie-info {
padding: 20px 0;
font-size: 1.4em;
color: #fff;
}
.header-content .movie-info p:last-child {
color: var(--primary-color);
}
/**
*************************************
************* Content ****************
*************************************
**/
.movies-menu .menu-list {
padding: 0 20px;
display: flex;
list-style: none;
align-items: center;
justify-content: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.movies-menu .menu-list .menu-list-item{
margin: 0 20px;
}
.movies-menu .menu-list .menu-list-item a{
padding: 25px 0;
color: var(--primary-color);
font-size: 1.3em;
font-weight: bold;
display: inline-block;
text-transform: uppercase;
text-decoration: none;
}
.movies-menu .menu-list .menu-list-item a:hover{
border-bottom: 1px solid var(--primary-color);
}
.movies-list {
width: 100%;
list-style: none;
padding: 20px 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.movies-list .movies-list-item {
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
margin-bottom: 30px;
overflow: hidden;
width: 24%;
}
.movies-list-item .movie-img{
width: 100%;
height: auto;
overflow: hidden;
position: relative;
margin: 0;
}
.movies-list-item .movie-img img {
width: 100%;
height: auto;
}
.movies-list-item .movie-info {
position: absolute;
top: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100%;
width: 100%;
transition: all 0.2s ease-in-out;
visibility: hidden;
opacity: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1;
}
.movies-list .movies-list-item:hover .movie-info{
opacity: 1;
visibility: visible;
}
.movies-list-item .movie-info h3 {
font-size: 2em;
text-transform: uppercase;
text-align: center;
color: var(--primary-color);
}
.movies-list-item .movie-info i {
font-size: 6em;
color: var(--white-color);
}
.movies-list-item .movie-info i:hover {
color: var(--primary-color);
}
.movies-list-item .movie-synopsis {
padding: 0 1em 0 1em;
}
.movies-list-item .movie-synopsis h3 {
text-transform: uppercase;
font-size: 1.3em;
font-weight: bold;
}
.movie-synopsis-genres {
color: var(--primary-color);
}
.movie-synopsis-genres .movie-synopsis-genre {
color: var(--primary-color);
font-weight: normal;
font-size: 1.2em;
}
.movie-synopsis-genres .movie-synopsis-genre:hover {
border-bottom: 1px solid var(--primary-color);
}
.movie-synopsis-rate {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 2em;
}
.movie-synopsis-rate span{
font-weight: bold;
}
.movie-synopsis-rate i {
color: #CCC;
cursor: pointer;
}
.movie-synopsis-rate i:hover {
color: rgba(231, 76, 60, 1);
}
/**
*************************************
************* Content ****************
*************************************
**/
footer{
background-color: var(--white-color);
padding: 20px 0;
text-align: center;
width: 100%;
}
footer .container {
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-social-list {
list-style: none;
display: flex;
}
.footer-social-list .footer-social-item {
margin: 0 20px;
}
.footer-social-list .footer-social-item a {
text-decoration: none;
color: #bababa;
font-size: 2.5em;
transition: all 0.2s ease-in-out;
}
.footer-social-list .footer-social-item a.twitter-icon:hover {
color: #55acee;
}
.footer-social-list .footer-social-item a.facebook-icon:hover {
color: rgb(52, 168, 235);
}
.footer-social-list .footer-social-item a.instagram-icon:hover {
color: red;
} | react-11/public/css/main.css | @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
:root {
--primary-color: #e4bb23;
--bg-color: #f2f2f2;
--white-color: #FFFFFF;
}
* {
box-sizing: border-box;
}
body {
font-size: 10px;
font-family: "Montserrat", sans-serif;
background-color: var(--bg-color);
}
.default-link {
text-decoration: none;
color: var(--white-color);
font-size: 1.3em;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
transition: all 0.2s ease-in-out;
}
.default-link:hover{
color: var(--primary-color);
}
.container {
width: 960px;
margin: 0 auto;
position: relative;
}
.header {
height: 90vh;
background-attachment: fixed;
background-image: url('../img/capa-madmax2.jpg');
background-size: cover;
position: relative;
width: 100%;
animation-delay: 10s;
animation-duration: 10s;
animation-name: slide;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.header-bg {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 20px;
background-color: rgba(0, 0, 0, 0.5);
}
@keyframes slide {
0%, 33% {
background-image: url('../img/capa-madmax.jpg');
}
33%, 66%{
background-image: url('../img/capa-madmax.jpg');
}
66%, 100% {
background-image: url('../img/capa-madmax2.jpg');
}
}
/**
*************************************
************* Navbar ****************
*************************************
**/
.navbar {
display: flex;
}
.navbar .container {
display: flex;
justify-content: space-between;
align-items: center;
}
.navbar-items {
display: flex;
justify-content: space-between;
list-style: none;
}
.navbar-items .navbar-item {
margin: 0 25px;
}
.navbar-userinfo {
display: flex;
align-items: center;
}
.navbar-userinfo .userinfo-img {
border-radius: 100%;
width: 45px;
height: 45px;
overflow: hidden;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
margin-right: 15px;
}
.navbar-userinfo .userinfo-img img{
width: 100%;
}
.navbar-userinfo .userinfo-name{
font-size: 1.3em;
color: var(--white-color);
font-weight: bold;
}
.header-content {
width: 100%;
}
.header-content .container {
width: 960px;
flex-direction: column;
}
.header-content .title {
color: #fff;
font-size: 6.5em;
font-weight: bold;
line-height: 1.2em;
margin: 0;
text-transform: uppercase;
}
.header-content .movies-genres{
display: flex;
margin: 15px 0 30px;
}
.header-content .movies-genres .default-link {
margin-right: 10px;
font-size: 1.5em;
}
.header-content .trailer-button {
text-decoration: none;
color: #000000;
background: var(--primary-color);
padding: 20px 50px;
border-radius: 40px;
position: relative;
font-size: 1.5em;
transition: all 0.2s ease-in-out;
}
.header-content .trailer-button:hover {
background-color: #bc9a1d;
}
.header-content .trailer-button i {
font-size: 1.5em;
position: absolute;
right: 15px;
top: 18px;
}
.header-content .movie-info {
padding: 20px 0;
font-size: 1.4em;
color: #fff;
}
.header-content .movie-info p:last-child {
color: var(--primary-color);
}
/**
*************************************
************* Content ****************
*************************************
**/
.movies-menu .menu-list {
padding: 0 20px;
display: flex;
list-style: none;
align-items: center;
justify-content: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.movies-menu .menu-list .menu-list-item{
margin: 0 20px;
}
.movies-menu .menu-list .menu-list-item a{
padding: 25px 0;
color: var(--primary-color);
font-size: 1.3em;
font-weight: bold;
display: inline-block;
text-transform: uppercase;
text-decoration: none;
}
.movies-menu .menu-list .menu-list-item a:hover{
border-bottom: 1px solid var(--primary-color);
}
.movies-list {
width: 100%;
list-style: none;
padding: 20px 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.movies-list .movies-list-item {
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
margin-bottom: 30px;
overflow: hidden;
width: 24%;
}
.movies-list-item .movie-img{
width: 100%;
height: auto;
overflow: hidden;
position: relative;
margin: 0;
}
.movies-list-item .movie-img img {
width: 100%;
height: auto;
}
.movies-list-item .movie-info {
position: absolute;
top: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100%;
width: 100%;
transition: all 0.2s ease-in-out;
visibility: hidden;
opacity: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1;
}
.movies-list .movies-list-item:hover .movie-info{
opacity: 1;
visibility: visible;
}
.movies-list-item .movie-info h3 {
font-size: 2em;
text-transform: uppercase;
text-align: center;
color: var(--primary-color);
}
.movies-list-item .movie-info i {
font-size: 6em;
color: var(--white-color);
}
.movies-list-item .movie-info i:hover {
color: var(--primary-color);
}
.movies-list-item .movie-synopsis {
padding: 0 1em 0 1em;
}
.movies-list-item .movie-synopsis h3 {
text-transform: uppercase;
font-size: 1.3em;
font-weight: bold;
}
.movie-synopsis-genres {
color: var(--primary-color);
}
.movie-synopsis-genres .movie-synopsis-genre {
color: var(--primary-color);
font-weight: normal;
font-size: 1.2em;
}
.movie-synopsis-genres .movie-synopsis-genre:hover {
border-bottom: 1px solid var(--primary-color);
}
.movie-synopsis-rate {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 2em;
}
.movie-synopsis-rate span{
font-weight: bold;
}
.movie-synopsis-rate i {
color: #CCC;
cursor: pointer;
}
.movie-synopsis-rate i:hover {
color: rgba(231, 76, 60, 1);
}
/**
*************************************
************* Content ****************
*************************************
**/
footer{
background-color: var(--white-color);
padding: 20px 0;
text-align: center;
width: 100%;
}
footer .container {
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-social-list {
list-style: none;
display: flex;
}
.footer-social-list .footer-social-item {
margin: 0 20px;
}
.footer-social-list .footer-social-item a {
text-decoration: none;
color: #bababa;
font-size: 2.5em;
transition: all 0.2s ease-in-out;
}
.footer-social-list .footer-social-item a.twitter-icon:hover {
color: #55acee;
}
.footer-social-list .footer-social-item a.facebook-icon:hover {
color: rgb(52, 168, 235);
}
.footer-social-list .footer-social-item a.instagram-icon:hover {
color: red;
} | 0.267408 | 0.07843 |
body {
font-family: sans-serif;
font-size: 13px; }
th {
text-align: left; }
@media only screen and (min-width: 768px) {
input[type=text], input[type=email], input[type=password], input[type=search], textarea {
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
font-size: 12px;
min-height: 28px;
padding: 4px 20px 4px 8px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s ease-in;
-o-transition: all .2s linear;
transition: all .2s linear;
width: 200px; }
input[type=radio] {
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
input[type=search] {
width: 70%; }
textarea {
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
font-family: sans-serif;
font-size: 12px;
height: 150px;
max-height: 150px;
max-width: 290px;
min-height: 28px;
padding: 4px 20px 4px 8px;
width: 290px; }
#postTitle {
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
font-size: 12px;
min-height: 28px;
padding: 4px 20px 4px 8px;
width: 100%; }
input[type=submit], select {
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
min-height: 28px;
padding: 4px 20px 4px 8px; }
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(81, 167, 232, 0.5);
outline: none;
width: 400px; }
input[type=radio]:focus, select {
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(81, 167, 232, 0.5);
outline: none; }
input[type=search]:focus {
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(81, 167, 232, 0.5);
outline: none; }
textarea:focus {
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(81, 167, 232, 0.5);
outline: none; }
#postTitle:focus {
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(81, 167, 232, 0.5);
outline: none; } }
@media only screen and (max-width: 600px) {
input[type=text], input[type=email], input[type=password], input[type=search], textarea {
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
font-size: 12px;
min-height: 28px;
padding: 4px 20px 4px 8px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s ease-in;
-o-transition: all .2s linear;
transition: all .2s linear; }
input[type=submit], select {
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
min-height: 28px;
padding: 4px 20px 4px 8px; }
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(81, 167, 232, 0.5);
outline: none; }
textarea:focus {
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(81, 167, 232, 0.5);
outline: none; } }
/*# sourceMappingURL=forms.css.map */ | css/forms.css | body {
font-family: sans-serif;
font-size: 13px; }
th {
text-align: left; }
@media only screen and (min-width: 768px) {
input[type=text], input[type=email], input[type=password], input[type=search], textarea {
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
font-size: 12px;
min-height: 28px;
padding: 4px 20px 4px 8px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s ease-in;
-o-transition: all .2s linear;
transition: all .2s linear;
width: 200px; }
input[type=radio] {
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
input[type=search] {
width: 70%; }
textarea {
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
font-family: sans-serif;
font-size: 12px;
height: 150px;
max-height: 150px;
max-width: 290px;
min-height: 28px;
padding: 4px 20px 4px 8px;
width: 290px; }
#postTitle {
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
font-size: 12px;
min-height: 28px;
padding: 4px 20px 4px 8px;
width: 100%; }
input[type=submit], select {
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
min-height: 28px;
padding: 4px 20px 4px 8px; }
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(81, 167, 232, 0.5);
outline: none;
width: 400px; }
input[type=radio]:focus, select {
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(81, 167, 232, 0.5);
outline: none; }
input[type=search]:focus {
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(81, 167, 232, 0.5);
outline: none; }
textarea:focus {
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(81, 167, 232, 0.5);
outline: none; }
#postTitle:focus {
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(81, 167, 232, 0.5);
outline: none; } }
@media only screen and (max-width: 600px) {
input[type=text], input[type=email], input[type=password], input[type=search], textarea {
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
font-size: 12px;
min-height: 28px;
padding: 4px 20px 4px 8px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s ease-in;
-o-transition: all .2s linear;
transition: all .2s linear; }
input[type=submit], select {
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
min-height: 28px;
padding: 4px 20px 4px 8px; }
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(81, 167, 232, 0.5);
outline: none; }
textarea:focus {
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px rgba(81, 167, 232, 0.5);
outline: none; } }
/*# sourceMappingURL=forms.css.map */ | 0.410874 | 0.185762 |
@media screen and (max-width: 1600px) {
.resp-home {
display: none;
}
.sliderhome {
display: block;
}
}
@media screen and (max-width: 1366px) {
.info-vision {
background-position: 100% 40%;
background-size: 50%;
}
.info-mision {
background-size: 50% auto;
background-position: 0% 40%;
}
}
@media screen and (min-width: 1024px) {
nav.nav-resp {
display: none !important;
}
header {
height: 20%!important;
}
.chat {
display: block;
}
}
@media screen and (max-width: 1280px) {
span#historia2 {
display: none;
}
.section-cp {
background-size: inherit;
}
nav ul li {
width: 14%;
padding: 0;
}
.info-cp {
width: 90%;
margin: 0 auto;
padding: 0;
padding-top: 10%;
}
.info-laempresa h1,
#mision-a h1,
#vision-a h1,
.info-promo h1 {
font-size: 1.5em;
}
.info-laempresa span,
.info-promo span,
#mision-a span,
#vision-a span,
.cont-fcontacto span,
.info-producto span,
.info-colores span {
font-size: 0.9em;
line-height: 18px;
width: 90%;
margin: 5%;
}
.info-promo span {
margin: 20px 5% 0 5%;
}
.menu-productos {
width: 90%;
padding: 1% 5%;
}
.productos-ola {
width: 90%;
padding: 2% 5%;
}
.info-colores span {
width: 100%;
float: left;
margin: 3px 0;
}
.tit-artre {
font-size: 2.5em;
}
.list-locales li a:link,
.list-locales li a:visited {
font-size: 20px;
}
.cont-menu {
width: 100%;
padding: 1% 2%;
}
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
.info-cp {
width: 90%;
margin: 0 auto;
padding-top: 20%;
}
#mision-a {
width: 41%;
}
#vision-a {
width: 41%;
}
.info-vision {
background-position: 100% 40%;
background-size: 50%;
}
.info-mision {
background-size: 50% auto;
background-position: 0% 40%;
}
#mision-a,
#vision-a {
width: 90%;
}
.info-laempresa {
width: 100%;
}
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
nav.nav-resp ul li a {
padding: 10px;
}
#img-trabaja {
display: none;
}
.info-mision {
background-position: -20% 20%;
}
.info-vision {
background-position: 120% 15%;
}
.info-cp {
width: 90%;
margin: 0 auto;
padding-top: 5%;
}
.img-contacto {
display: none;
}
.cont-fcontacto {
width: 100%;
}
.info-copyright span {
display: none;
}
.f-contacto input[type='text'],
input[type='email'],
.f-contacto select {
margin: 0px 2% 0 0;
}
.f-contacto textarea {
width: 100%;
min-height: 50px;
margin: 0;
}
.cont-fcontacto {
padding: 25px 5% 0 5%;
}
.cont-fcontacto h1 {
font-size: 1.5em
}
#vision-a,
#mision-a {
width: 70%
}
}
@media screen and (max-width: 1023px) {
header {
background-color: #fff;
}
.menu-productos {
width: 95%;
padding: 1% 2.5%;
}
.productos-ola {
width: 95%;
padding: 2% 2.5%;
}
.info-laempresa span {
width: 100%;
}
.info-laempresa {
width: 40%;
padding: 1% 5%;
}
.menu-op1 {
width: 12%;
}
.menu-op2 {
width: 40%;
}
.cont-menu {
width: 100%;
float: left;
padding: 0;
}
.list-locales li a:link,
.list-locales li a:visited {
font-size: 20px;
}
.info-copyright {}
.trigger {
display: block;
}
nav {
display: none;
}
nav.nav-resp {
display: none;
}
}
@media screen and (max-width: 860px) and (orientation: landscape) {
span#historia2 {
display: none;
}
.img-laempresa {
width: 40%!important;
}
.info-laempresa {
width: 60%!important;
}
.info-copyright ul {
width: auto!important;
margin: 0;
*/ float: left;
}
.info-copyright {
width: 20%!important;
margin: 0;
right: 0;
bottom: 0;
left: auto!important;
}
}
@media screen and (max-width: 860px) {
.desc-locales .txt-locales span {
font-size: 0.6em;
}
.cont-locales span {
width: 80%;
}
.cont-locales {
padding: 80px 0 0 0;
}
.list-locales ul {
float: none;
}
section .gb-laempresa {
height: 50%;
padding-top: 0px;
width: 100%
}
.txt-telefonos img {
width: 10%;
}
nav.nav-resp {
display: none;
}
.txt-telefonos {
width: 94%;
margin: 3%;
}
.direccion {
width: 94%;
margin: 3%;
}
.trigger {
display: block;
}
nav {
display: none;
}
.info-laempresa {
width: 50%;
padding: 1% 5% 2% 5%;
}
.menu-productos label {
font-size: 0.75em;
}
.cont-producto {
width: 29%;
padding: 2% 2% 0.5% 2%;
}
.tam-medida {
width: 100%;
}
header {
position: relative;
}
#cont-home {
/*height: 90%;
position: relative;*/
}
.sliderhome {
height: auto;
margin: 0;
}
.section-cp {
height: 100%;
position: relative;
background-size: cover;
background-position-x: 100%;
background-position-y: 100%;
}
.cont-contacto {
padding: 5% 0;
}
.info-copyright {
width: 100%;
left: 0;
bottom: 0;
}
.list-locales {
width: 100%;
margin: 0 auto;
float: none;
z-index: 3;
}
.list-locales span {
display: none;
}
.desc-locales span {
font-size: 0.9em;
margin: 0 5%;
float: left;
}
.direccion-maps {
width: 100%;
float: left;
padding: 5%;
}
.direccion-maps h4 {
font-size: 0.8em;
margin: 0 5%;
width: 80%;
float: left;
}
.list-locales li a:link,
.list-locales li a:visited {
font-size: 20px;
padding: 0;
}
.tit-encuentranos {
padding: 2%;
width: 100%;
text-align: center;
font-size: 1.5em;
}
.desc-locales {
width: 100%;
position: relative;
}
.list-locales li {
padding: 5px 5px;
}
.locales-img {
height: 120px;
overflow: hidden;
width: 100%;
}
.locales-img img {
height: 100%;
width: auto;
}
.direccion-maps img {
width: 7%;
float: left;
}
h4 {
font-size: 0.8em;
}
.info-locales {
width: 100%;
margin: 0 auto;
bottom: 0;
float: none;
z-index: 0;
}
.submenu-locales li {
width: 50%;
}
.loading2 {
top: 25%;
left: 50%;
}
.submenu-locales {
top: 35px;
right: auto;
left: 0;
bottom: 0%;
width: 100%!important;
height: 100%;
max-height: 100%;
}
}
@media screen and (max-width: 640px) and (orientation: landscape) {
#mision-a,
#vision-a {
width: 70%;
}
.info-copyright span {
display: none
}
.cont-fcontacto {
width: 100%;
padding: 2%;
}
.f-contacto input[type='text'],
input[type='email'],
.f-contacto select {
margin: 0;
width: 50%;
}
.f-contacto textarea {
min-height: 0;
margin: 0;
padding: 0;
}
.info-cp {
padding-top: 10%;
width: 60%;
}
.info-promo {
width: 100%;
margin: 0% auto;
}
video {
width: 70%;
margin: 0 auto;
}
.cont-canvas {
float: left;
width: 30%;
}
.info-laempresa h1,
#mision-a h1,
#vision-a h1,
.info-promo h1 {
font-size: 1em;
margin: 0% 5% 0 5%;
}
.info-laempresa span {
font-size: 0.7em;
}
.img-laempresa {
display: none;
}
.info-laempresa {
width: 90%!important;
}
.list-locales,
.info-locales {
width: 50%;
float: left;
}
.locales-img {
height: 0;
}
#img-trabaja {
display: none;
}
.file {
margin: 0;
}
.logo-optica {
width: 25%;
}
.cont-quienes {
padding-top: 5%;
}
.cont-fcontacto h1 {
font-size: 2em;
}
}
@media screen and (max-width: 640px) and (orientation: portrait) {
.info-laempresa {
width: 100%;
padding: 1% 5% 2% 5%;
}
.cont-fcontacto {
width: 56%;
padding: 50px 2% 0 2%;
}
.f-contacto input[type='text'],
input[type='email'],
.f-contacto select {
margin: 20px 2% 0 0;
}
.info-promo {
width: 100%;
margin: 5% auto;
}
video {
width: 100%;
margin: 0 auto;
}
}
@media screen and (max-width: 640px) {
.resp-home {
display: block;
}
.sliderhome {
display: none;
}
.cont-quienes {
padding-top: 12%;
}
.info-copyright ul {
width: 15%;
margin: 0;
float: right;
}
#mision-a,
#vision-a {
margin: 4% 5% 0 5%;
}
.menu-op1,
.menu-op2,
.menu-op3 {
width: 100%;
margin: 7px 0;
}
.menu-op2 {
border-left: none;
border-right: none;
padding: 0;
}
.menu-op3 {
border-right: none;
padding: 0;
}
.menu-op1 ul li,
.menu-op2 ul li,
.menu-op3 ul li {
width: auto;
float: left;
padding: 4px 6px;
}
.menu-productos label {
margin: 2px 0 0 5px;
}
.cont-improducto {
width: 60%;
margin: 0 20%;
}
.info-producto {
width: 90%;
margin: 20px 5%;
}
.img-contacto {
display: none;
}
.file {
width: 100%
}
}
@media screen and (max-width: 430px) and (orientation: landscape) {}
@media screen and (max-width: 430px) {
span#historia2 {
display: none;
}
.info-laempresa span {
font-size: 0.7em!important;
}
.img-contacto {
display: none;
}
.cont-locales {
padding: 20% 0 0 0;
}
.info-copyright ul {
width: 36%;
float: none;
margin: 0 auto;
position: absolute;
bottom: 0;
}
.cont-contacto img {
width: 60%;
margin: 20px 0 0 0;
}
.cont-fcontacto {
width: 100%;
padding: 20% 5% 0 5%;
}
.cont-menu {
padding: 0;
width: 100%;
}
.logo-optica {
width: 40%;
}
.info-laempresa h1,
#mision-a h1,
#vision-a h1,
.info-promo h1 {
font-size: 2em;
}
.info-promo h1 {
line-height: 35px;
}
.info-laempresa span,
.info-promo span,
#mision-a span,
#vision-a span,
.cont-fcontacto span,
.info-producto span,
.info-colores span {
font-size: 0.8em;
line-height: 18px;
margin: 0;
}
.cont-fcontacto h1 {
font-size: 1.5em;
}
.info-copyright span {
font-size: 0.7em;
display: none;
}
#img-trabaja {
display: none;
}
.info-mision,
.info-vision {
min-height: 320px;
background-position: 0% 100%;
background-size: 100%;
}
.cont-producto h3 {
font-size: 0.8em;
}
.cont-producto {
width: 46%;
padding: 2% 2% 0.5% 2%;
}
.cont-improducto {
width: 90%;
margin: 0 5%;
}
.file {
width: 100%
}
.lens-txt,
.lens-txt2 {
width: 45%;
}
.lens,
.lens-txt3 {
width: 100%;
}
}
@media screen and (max-width: 340px) {
.img-contacto {
display: none;
}
.ver-descripcion:link,
.ver-descripcion:visited {
width: 16%;
}
.tit-artre {
font-size: 2em;
padding: 10px 10px;
}
.tit-encuentranos {}
.list-locales li a:link,
.list-locales li a:visited {
font-size: 15px;
padding: 0px 5px;
}
.list-locales li {
padding: 5px;
}
.cont-locales {
padding: 20% 0 0 0;
}
nav.nav-resp ul li a {
padding: 25px;
}
.img-laempresa {
width: 60%;
margin: 0 auto;
float: none;
}
.cont-fcontacto {
padding: 15% 5% 0 5%;
}
} | web/css/queries-optica.css | @media screen and (max-width: 1600px) {
.resp-home {
display: none;
}
.sliderhome {
display: block;
}
}
@media screen and (max-width: 1366px) {
.info-vision {
background-position: 100% 40%;
background-size: 50%;
}
.info-mision {
background-size: 50% auto;
background-position: 0% 40%;
}
}
@media screen and (min-width: 1024px) {
nav.nav-resp {
display: none !important;
}
header {
height: 20%!important;
}
.chat {
display: block;
}
}
@media screen and (max-width: 1280px) {
span#historia2 {
display: none;
}
.section-cp {
background-size: inherit;
}
nav ul li {
width: 14%;
padding: 0;
}
.info-cp {
width: 90%;
margin: 0 auto;
padding: 0;
padding-top: 10%;
}
.info-laempresa h1,
#mision-a h1,
#vision-a h1,
.info-promo h1 {
font-size: 1.5em;
}
.info-laempresa span,
.info-promo span,
#mision-a span,
#vision-a span,
.cont-fcontacto span,
.info-producto span,
.info-colores span {
font-size: 0.9em;
line-height: 18px;
width: 90%;
margin: 5%;
}
.info-promo span {
margin: 20px 5% 0 5%;
}
.menu-productos {
width: 90%;
padding: 1% 5%;
}
.productos-ola {
width: 90%;
padding: 2% 5%;
}
.info-colores span {
width: 100%;
float: left;
margin: 3px 0;
}
.tit-artre {
font-size: 2.5em;
}
.list-locales li a:link,
.list-locales li a:visited {
font-size: 20px;
}
.cont-menu {
width: 100%;
padding: 1% 2%;
}
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
.info-cp {
width: 90%;
margin: 0 auto;
padding-top: 20%;
}
#mision-a {
width: 41%;
}
#vision-a {
width: 41%;
}
.info-vision {
background-position: 100% 40%;
background-size: 50%;
}
.info-mision {
background-size: 50% auto;
background-position: 0% 40%;
}
#mision-a,
#vision-a {
width: 90%;
}
.info-laempresa {
width: 100%;
}
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
nav.nav-resp ul li a {
padding: 10px;
}
#img-trabaja {
display: none;
}
.info-mision {
background-position: -20% 20%;
}
.info-vision {
background-position: 120% 15%;
}
.info-cp {
width: 90%;
margin: 0 auto;
padding-top: 5%;
}
.img-contacto {
display: none;
}
.cont-fcontacto {
width: 100%;
}
.info-copyright span {
display: none;
}
.f-contacto input[type='text'],
input[type='email'],
.f-contacto select {
margin: 0px 2% 0 0;
}
.f-contacto textarea {
width: 100%;
min-height: 50px;
margin: 0;
}
.cont-fcontacto {
padding: 25px 5% 0 5%;
}
.cont-fcontacto h1 {
font-size: 1.5em
}
#vision-a,
#mision-a {
width: 70%
}
}
@media screen and (max-width: 1023px) {
header {
background-color: #fff;
}
.menu-productos {
width: 95%;
padding: 1% 2.5%;
}
.productos-ola {
width: 95%;
padding: 2% 2.5%;
}
.info-laempresa span {
width: 100%;
}
.info-laempresa {
width: 40%;
padding: 1% 5%;
}
.menu-op1 {
width: 12%;
}
.menu-op2 {
width: 40%;
}
.cont-menu {
width: 100%;
float: left;
padding: 0;
}
.list-locales li a:link,
.list-locales li a:visited {
font-size: 20px;
}
.info-copyright {}
.trigger {
display: block;
}
nav {
display: none;
}
nav.nav-resp {
display: none;
}
}
@media screen and (max-width: 860px) and (orientation: landscape) {
span#historia2 {
display: none;
}
.img-laempresa {
width: 40%!important;
}
.info-laempresa {
width: 60%!important;
}
.info-copyright ul {
width: auto!important;
margin: 0;
*/ float: left;
}
.info-copyright {
width: 20%!important;
margin: 0;
right: 0;
bottom: 0;
left: auto!important;
}
}
@media screen and (max-width: 860px) {
.desc-locales .txt-locales span {
font-size: 0.6em;
}
.cont-locales span {
width: 80%;
}
.cont-locales {
padding: 80px 0 0 0;
}
.list-locales ul {
float: none;
}
section .gb-laempresa {
height: 50%;
padding-top: 0px;
width: 100%
}
.txt-telefonos img {
width: 10%;
}
nav.nav-resp {
display: none;
}
.txt-telefonos {
width: 94%;
margin: 3%;
}
.direccion {
width: 94%;
margin: 3%;
}
.trigger {
display: block;
}
nav {
display: none;
}
.info-laempresa {
width: 50%;
padding: 1% 5% 2% 5%;
}
.menu-productos label {
font-size: 0.75em;
}
.cont-producto {
width: 29%;
padding: 2% 2% 0.5% 2%;
}
.tam-medida {
width: 100%;
}
header {
position: relative;
}
#cont-home {
/*height: 90%;
position: relative;*/
}
.sliderhome {
height: auto;
margin: 0;
}
.section-cp {
height: 100%;
position: relative;
background-size: cover;
background-position-x: 100%;
background-position-y: 100%;
}
.cont-contacto {
padding: 5% 0;
}
.info-copyright {
width: 100%;
left: 0;
bottom: 0;
}
.list-locales {
width: 100%;
margin: 0 auto;
float: none;
z-index: 3;
}
.list-locales span {
display: none;
}
.desc-locales span {
font-size: 0.9em;
margin: 0 5%;
float: left;
}
.direccion-maps {
width: 100%;
float: left;
padding: 5%;
}
.direccion-maps h4 {
font-size: 0.8em;
margin: 0 5%;
width: 80%;
float: left;
}
.list-locales li a:link,
.list-locales li a:visited {
font-size: 20px;
padding: 0;
}
.tit-encuentranos {
padding: 2%;
width: 100%;
text-align: center;
font-size: 1.5em;
}
.desc-locales {
width: 100%;
position: relative;
}
.list-locales li {
padding: 5px 5px;
}
.locales-img {
height: 120px;
overflow: hidden;
width: 100%;
}
.locales-img img {
height: 100%;
width: auto;
}
.direccion-maps img {
width: 7%;
float: left;
}
h4 {
font-size: 0.8em;
}
.info-locales {
width: 100%;
margin: 0 auto;
bottom: 0;
float: none;
z-index: 0;
}
.submenu-locales li {
width: 50%;
}
.loading2 {
top: 25%;
left: 50%;
}
.submenu-locales {
top: 35px;
right: auto;
left: 0;
bottom: 0%;
width: 100%!important;
height: 100%;
max-height: 100%;
}
}
@media screen and (max-width: 640px) and (orientation: landscape) {
#mision-a,
#vision-a {
width: 70%;
}
.info-copyright span {
display: none
}
.cont-fcontacto {
width: 100%;
padding: 2%;
}
.f-contacto input[type='text'],
input[type='email'],
.f-contacto select {
margin: 0;
width: 50%;
}
.f-contacto textarea {
min-height: 0;
margin: 0;
padding: 0;
}
.info-cp {
padding-top: 10%;
width: 60%;
}
.info-promo {
width: 100%;
margin: 0% auto;
}
video {
width: 70%;
margin: 0 auto;
}
.cont-canvas {
float: left;
width: 30%;
}
.info-laempresa h1,
#mision-a h1,
#vision-a h1,
.info-promo h1 {
font-size: 1em;
margin: 0% 5% 0 5%;
}
.info-laempresa span {
font-size: 0.7em;
}
.img-laempresa {
display: none;
}
.info-laempresa {
width: 90%!important;
}
.list-locales,
.info-locales {
width: 50%;
float: left;
}
.locales-img {
height: 0;
}
#img-trabaja {
display: none;
}
.file {
margin: 0;
}
.logo-optica {
width: 25%;
}
.cont-quienes {
padding-top: 5%;
}
.cont-fcontacto h1 {
font-size: 2em;
}
}
@media screen and (max-width: 640px) and (orientation: portrait) {
.info-laempresa {
width: 100%;
padding: 1% 5% 2% 5%;
}
.cont-fcontacto {
width: 56%;
padding: 50px 2% 0 2%;
}
.f-contacto input[type='text'],
input[type='email'],
.f-contacto select {
margin: 20px 2% 0 0;
}
.info-promo {
width: 100%;
margin: 5% auto;
}
video {
width: 100%;
margin: 0 auto;
}
}
@media screen and (max-width: 640px) {
.resp-home {
display: block;
}
.sliderhome {
display: none;
}
.cont-quienes {
padding-top: 12%;
}
.info-copyright ul {
width: 15%;
margin: 0;
float: right;
}
#mision-a,
#vision-a {
margin: 4% 5% 0 5%;
}
.menu-op1,
.menu-op2,
.menu-op3 {
width: 100%;
margin: 7px 0;
}
.menu-op2 {
border-left: none;
border-right: none;
padding: 0;
}
.menu-op3 {
border-right: none;
padding: 0;
}
.menu-op1 ul li,
.menu-op2 ul li,
.menu-op3 ul li {
width: auto;
float: left;
padding: 4px 6px;
}
.menu-productos label {
margin: 2px 0 0 5px;
}
.cont-improducto {
width: 60%;
margin: 0 20%;
}
.info-producto {
width: 90%;
margin: 20px 5%;
}
.img-contacto {
display: none;
}
.file {
width: 100%
}
}
@media screen and (max-width: 430px) and (orientation: landscape) {}
@media screen and (max-width: 430px) {
span#historia2 {
display: none;
}
.info-laempresa span {
font-size: 0.7em!important;
}
.img-contacto {
display: none;
}
.cont-locales {
padding: 20% 0 0 0;
}
.info-copyright ul {
width: 36%;
float: none;
margin: 0 auto;
position: absolute;
bottom: 0;
}
.cont-contacto img {
width: 60%;
margin: 20px 0 0 0;
}
.cont-fcontacto {
width: 100%;
padding: 20% 5% 0 5%;
}
.cont-menu {
padding: 0;
width: 100%;
}
.logo-optica {
width: 40%;
}
.info-laempresa h1,
#mision-a h1,
#vision-a h1,
.info-promo h1 {
font-size: 2em;
}
.info-promo h1 {
line-height: 35px;
}
.info-laempresa span,
.info-promo span,
#mision-a span,
#vision-a span,
.cont-fcontacto span,
.info-producto span,
.info-colores span {
font-size: 0.8em;
line-height: 18px;
margin: 0;
}
.cont-fcontacto h1 {
font-size: 1.5em;
}
.info-copyright span {
font-size: 0.7em;
display: none;
}
#img-trabaja {
display: none;
}
.info-mision,
.info-vision {
min-height: 320px;
background-position: 0% 100%;
background-size: 100%;
}
.cont-producto h3 {
font-size: 0.8em;
}
.cont-producto {
width: 46%;
padding: 2% 2% 0.5% 2%;
}
.cont-improducto {
width: 90%;
margin: 0 5%;
}
.file {
width: 100%
}
.lens-txt,
.lens-txt2 {
width: 45%;
}
.lens,
.lens-txt3 {
width: 100%;
}
}
@media screen and (max-width: 340px) {
.img-contacto {
display: none;
}
.ver-descripcion:link,
.ver-descripcion:visited {
width: 16%;
}
.tit-artre {
font-size: 2em;
padding: 10px 10px;
}
.tit-encuentranos {}
.list-locales li a:link,
.list-locales li a:visited {
font-size: 15px;
padding: 0px 5px;
}
.list-locales li {
padding: 5px;
}
.cont-locales {
padding: 20% 0 0 0;
}
nav.nav-resp ul li a {
padding: 25px;
}
.img-laempresa {
width: 60%;
margin: 0 auto;
float: none;
}
.cont-fcontacto {
padding: 15% 5% 0 5%;
}
} | 0.311113 | 0.108236 |
.u-section-1 {
background-image: url("images/Untitleddesign4.png");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 582px;
}
.u-section-1 .u-btn-1 {
border-style: solid;
font-size: 1.125rem;
font-weight: 700;
margin: 439px auto 60px 62px;
padding: 5px 28px 5px 27px;
}
.u-section-1 .u-icon-1 {
color: rgb(0, 0, 0) !important;
font-size: 1.5334em;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 546px;
}
.u-section-1 .u-btn-1 {
margin-top: 380px;
margin-left: 40px;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 422px;
}
.u-section-1 .u-btn-1 {
font-size: 1rem;
margin-top: 296px;
margin-left: 29px;
padding: 2px 19px 3px 18px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 349px;
}
.u-section-1 .u-btn-1 {
margin-top: 246px;
margin-left: 0;
padding-top: 3px;
padding-right: 9px;
padding-left: 8px;
}
.u-section-1 .u-icon-1 {
font-size: 0.9375rem;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 242px;
}
.u-section-1 .u-btn-1 {
font-size: 0.625rem;
margin-top: 176px;
margin-bottom: 41px;
margin-left: -12px;
padding-right: 5px;
padding-bottom: 4px;
padding-left: 5px;
}
}
.u-section-2 .u-sheet-1 {
min-height: 597px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: 46px;
margin-bottom: 10px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 551px;
}
.u-section-2 .u-shape-1 {
height: 412px;
width: 429px;
background-image: none;
margin: 65px 0 0 auto;
}
.u-section-2 .u-image-1 {
width: 439px;
height: 411px;
margin: -481px auto 0 0;
}
.u-section-2 .u-layout-cell-2 {
min-height: 551px;
}
.u-section-2 .u-container-layout-2 {
padding: 30px 23px;
}
.u-section-2 .u-text-1 {
font-weight: 700;
text-align: center;
margin: 25px auto 0 174px;
}
.u-section-2 .u-text-2 {
font-family: Artifika;
font-size: 1.5rem;
text-align: center;
margin: 46px 0 0 14px;
}
.u-section-2 .u-btn-1 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
margin: 23px 197px 0 auto;
padding: 6px 31px 6px 30px;
}
.u-section-2 .u-btn-2 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
margin: 25px 195px 0 auto;
padding: 5px 27px 7px;
}
@media (max-width: 1199px) {
.u-section-2 .u-sheet-1 {
min-height: 560px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: 22px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 510px;
}
.u-section-2 .u-shape-1 {
height: 359px;
width: 374px;
margin-top: 76px;
margin-right: auto;
margin-left: 37px;
}
.u-section-2 .u-image-1 {
width: 334px;
height: 334px;
margin-top: -380px;
margin-left: 22px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 538px;
}
.u-section-2 .u-text-1 {
margin-left: 141px;
}
.u-section-2 .u-text-2 {
margin-left: 0;
}
.u-section-2 .u-btn-1 {
margin-top: 18px;
margin-right: auto;
}
.u-section-2 .u-btn-2 {
margin-right: 146px;
}
}
@media (max-width: 991px) {
.u-section-2 .u-sheet-1 {
min-height: 442px;
}
.u-section-2 .u-shape-1 {
height: 281px;
width: 306px;
margin-top: 116px;
margin-left: auto;
}
.u-section-2 .u-image-1 {
width: 262px;
height: 262px;
margin-top: -314px;
margin-left: 13px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 15px;
padding-right: 15px;
}
.u-section-2 .u-text-1 {
margin-left: 112px;
}
.u-section-2 .u-text-2 {
margin-left: 8px;
margin-right: 8px;
}
.u-section-2 .u-btn-1 {
margin-top: 20px;
margin-left: 17px;
}
.u-section-2 .u-btn-2 {
margin-top: -40px;
margin-right: 8px;
}
}
@media (max-width: 767px) {
.u-section-2 .u-sheet-1 {
min-height: 887px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: 16px;
margin-bottom: 0;
}
.u-section-2 .u-layout-cell-1 {
min-height: 436px;
}
.u-section-2 .u-shape-1 {
margin-top: 90px;
}
.u-section-2 .u-image-1 {
margin-left: auto;
}
.u-section-2 .u-layout-cell-2 {
min-height: 445px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-text-1 {
width: auto;
margin-top: 16px;
margin-left: auto;
}
.u-section-2 .u-text-2 {
margin-top: 55px;
}
.u-section-2 .u-btn-1 {
margin-top: 26px;
margin-left: 78px;
}
.u-section-2 .u-btn-2 {
margin-right: 78px;
padding-right: 26px;
padding-left: 25px;
}
}
@media (max-width: 575px) {
.u-section-2 .u-sheet-1 {
min-height: 788px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: 39px;
margin-bottom: 20px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 275px;
}
.u-section-2 .u-shape-1 {
height: 255px;
width: 244px;
margin-top: 0;
margin-left: 58px;
}
.u-section-2 .u-image-1 {
width: 230px;
height: 230px;
margin-top: -266px;
margin-bottom: 25px;
margin-left: 38px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 464px;
}
.u-section-2 .u-container-layout-2 {
padding: 0;
}
.u-section-2 .u-text-2 {
width: auto;
margin-top: 35px;
margin-left: 0;
margin-right: 0;
}
.u-section-2 .u-btn-1 {
margin-top: 14px;
margin-left: auto;
}
.u-section-2 .u-btn-2 {
margin-top: 20px;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}
}
.u-section-3 .u-sheet-1 {
min-height: 575px;
}
.u-section-3 .u-layout-wrap-1 {
margin: 51px 0;
}
.u-section-3 .u-layout-cell-1 {
min-height: 200px;
}
.u-section-3 .u-container-layout-1 {
padding: 30px;
}
.u-section-3 .u-text-1 {
font-weight: 700;
font-size: 4.5rem;
width: 624px;
margin: 0 auto;
}
.u-section-3 .u-text-2 {
font-family: Aclonica;
font-size: 1.25rem;
margin: 11px auto 0;
}
.u-section-3 .u-layout-cell-2 {
min-height: 247px;
}
.u-section-3 .u-container-layout-2 {
padding: 30px;
}
.u-section-3 .u-text-3 {
margin: 0 auto;
}
.u-section-3 .u-text-4 {
font-family: Artifika;
margin: 20px auto 0;
}
.u-section-3 .u-btn-1 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
margin: 20px auto 0;
padding: 6px 26px 6px 25px;
}
.u-section-3 .u-layout-cell-3 {
min-height: 272px;
}
.u-section-3 .u-container-layout-3 {
padding: 30px;
}
.u-section-3 .u-text-5 {
margin: 0 auto;
}
.u-section-3 .u-text-6 {
font-family: Artifika;
margin: 20px auto 0;
}
.u-section-3 .u-btn-2 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
margin: 20px auto 0;
padding: 6px 26px 6px 25px;
}
@media (max-width: 1199px) {
.u-section-3 .u-sheet-1 {
min-height: 434px;
}
.u-section-3 .u-layout-wrap-1 {
margin-right: initial;
margin-left: initial;
}
.u-section-3 .u-layout-cell-1 {
min-height: 165px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 272px;
}
.u-section-3 .u-btn-2 {
margin-right: 84px;
}
}
@media (max-width: 991px) {
.u-section-3 .u-sheet-1 {
min-height: 304px;
}
.u-section-3 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 297px;
}
.u-section-3 .u-layout-cell-3 {
min-height: 297px;
}
.u-section-3 .u-btn-2 {
margin-right: auto;
}
}
@media (max-width: 767px) {
.u-section-3 .u-sheet-1 {
min-height: 404px;
}
.u-section-3 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-text-1 {
width: 520px;
font-size: 3.75rem;
}
.u-section-3 .u-layout-cell-2 {
min-height: 247px;
}
.u-section-3 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-layout-cell-3 {
min-height: 100px;
}
.u-section-3 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 575px) {
.u-section-3 .u-sheet-1 {
min-height: 826px;
}
.u-section-3 .u-layout-cell-1 {
min-height: 199px;
}
.u-section-3 .u-container-layout-1 {
padding: 0;
}
.u-section-3 .u-text-1 {
font-size: 2.5rem;
width: auto;
margin-top: -15px;
margin-left: 0;
margin-right: 0;
}
.u-section-3 .u-text-2 {
font-size: 1.125rem;
width: auto;
margin-top: 35px;
margin-left: 6px;
margin-right: 6px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 100px;
}
}
.u-section-4 {
background-image: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
url("images/default-image.jpg");
}
.u-section-4 .u-sheet-1 {
min-height: 519px;
}
.u-section-4 .u-text-1 {
width: 201px;
font-weight: 700;
font-family: Roboto, sans-serif;
font-size: 3.75rem;
margin: 30px auto 0;
}
.u-section-4 .u-text-2 {
width: 740px;
font-family: Aclonica;
margin: 20px auto 0;
}
.u-section-4 .u-group-1 {
width: 954px;
min-height: 244px;
margin: 54px auto 0;
}
.u-section-4 .u-container-layout-1 {
padding: 10px 0;
}
.u-section-4 .u-text-3 {
font-weight: 700;
font-size: 1.25rem;
margin: 0 0 -20px 13px;
}
@media (max-width: 1199px) {
.u-section-4 {
background-position: 50% 50%;
}
.u-section-4 .u-sheet-1 {
min-height: 504px;
}
.u-section-4 .u-group-1 {
width: 940px;
margin-bottom: 60px;
}
.u-section-4 .u-text-3 {
margin-left: 0;
}
}
@media (max-width: 991px) {
.u-section-4 .u-sheet-1 {
min-height: 589px;
}
.u-section-4 .u-text-2 {
width: 720px;
}
.u-section-4 .u-group-1 {
min-height: 360px;
margin-top: 56px;
margin-bottom: 33px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-4 .u-text-3 {
width: auto;
}
}
@media (max-width: 767px) {
.u-section-4 .u-sheet-1 {
min-height: 627px;
}
.u-section-4 .u-text-2 {
width: 540px;
}
.u-section-4 .u-group-1 {
min-height: 369px;
margin-bottom: 36px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-4 .u-container-layout-1 {
padding-bottom: 9px;
}
}
@media (max-width: 575px) {
.u-section-4 .u-sheet-1 {
min-height: 630px;
}
.u-section-4 .u-text-1 {
font-size: 1.875rem;
}
.u-section-4 .u-text-2 {
width: 340px;
}
.u-section-4 .u-group-1 {
width: 340px;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
}
.u-section-4 .u-text-3 {
font-size: 1rem;
}
}
.u-section-5 {
background-image: none;
}
.u-section-5 .u-sheet-1 {
min-height: 1006px;
}
.u-section-5 .u-text-1 {
font-size: 3.75rem;
font-weight: 700;
background-image: none;
width: 517px;
margin: 96px auto 0;
}
.u-section-5 .u-layout-wrap-1 {
width: 954px;
margin: 87px auto 0;
}
.u-section-5 .u-image-1 {
min-height: 126px;
background-image: url("images/12.png");
background-size: 165%;
background-position: 50% 50%;
}
.u-section-5 .u-container-layout-1 {
padding: 0;
}
.u-section-5 .u-image-2 {
min-height: 126px;
background-image: url("images/2.png");
background-position: 53.49% 46.79%;
background-size: 160%;
}
.u-section-5 .u-container-layout-2 {
padding: 20px 30px;
}
.u-section-5 .u-image-3 {
min-height: 126px;
background-image: url("images/Untitleddesign6.png");
background-position: 50.78% 42.93%;
background-size: 195%;
}
.u-section-5 .u-container-layout-3 {
padding: 0;
}
.u-section-5 .u-image-4 {
min-height: 126px;
background-image: url("images/21.png");
background-size: 160%;
background-position: 50% 50%;
}
.u-section-5 .u-container-layout-4 {
padding: 0;
}
.u-section-5 .u-image-5 {
min-height: 126px;
background-image: url("images/51.png");
background-position: 49.13% 57.72%;
}
.u-section-5 .u-container-layout-5 {
padding: 0;
}
.u-section-5 .u-image-6 {
min-height: 136px;
background-image: url("images/Untitleddesign41.png");
background-position: 50.1% 58.56%;
background-size: 200%;
}
.u-section-5 .u-container-layout-6 {
padding: 0;
}
.u-section-5 .u-image-7 {
min-height: 136px;
background-image: url("images/52.png");
background-size: 185%;
background-position: 49.01% 50.04%;
}
.u-section-5 .u-container-layout-7 {
padding: 0;
}
.u-section-5 .u-image-8 {
min-height: 136px;
background-image: url("images/33.png");
background-size: 230%;
background-position: 50% 50%;
}
.u-section-5 .u-container-layout-8 {
padding: 0;
}
.u-section-5 .u-image-9 {
min-height: 136px;
background-image: url("images/4.png");
background-size: 260%;
background-position: 50% 50%;
}
.u-section-5 .u-container-layout-9 {
padding: 0;
}
.u-section-5 .u-image-10 {
min-height: 136px;
background-image: url("images/32.png");
background-position: 50% 50%;
background-size: 185%;
}
.u-section-5 .u-container-layout-10 {
padding: 20px 30px;
}
.u-section-5 .u-text-2 {
font-weight: 700;
font-size: 3rem;
width: 528px;
margin: 107px auto 0;
}
.u-section-5 .u-image-11 {
width: 447px;
height: 184px;
margin: 66px auto 0 107px;
}
.u-section-5 .u-image-12 {
width: 447px;
height: 184px;
margin: -184px 107px 60px auto;
}
@media (max-width: 1199px) {
.u-section-5 .u-sheet-1 {
min-height: 908px;
}
.u-section-5 .u-layout-wrap-1 {
width: 891px;
margin-top: 95px;
}
.u-section-5 .u-image-1 {
min-height: 118px;
}
.u-section-5 .u-image-2 {
min-height: 118px;
}
.u-section-5 .u-image-3 {
min-height: 118px;
}
.u-section-5 .u-image-4 {
min-height: 118px;
}
.u-section-5 .u-image-5 {
min-height: 118px;
background-position: 49.13% 60.71%;
background-size: 175%;
}
.u-section-5 .u-image-6 {
min-height: 127px;
}
.u-section-5 .u-image-7 {
min-height: 127px;
}
.u-section-5 .u-image-8 {
min-height: 127px;
}
.u-section-5 .u-image-9 {
min-height: 127px;
}
.u-section-5 .u-image-10 {
min-height: 127px;
}
.u-section-5 .u-text-2 {
margin-top: 67px;
}
.u-section-5 .u-image-11 {
width: 353px;
height: 145px;
margin-top: 82px;
margin-left: 96px;
}
.u-section-5 .u-image-12 {
width: 353px;
height: 145px;
margin-top: -145px;
margin-right: 96px;
}
}
@media (max-width: 991px) {
.u-section-5 .u-sheet-1 {
min-height: 780px;
}
.u-section-5 .u-text-1 {
margin-top: 56px;
}
.u-section-5 .u-layout-wrap-1 {
margin-top: 40px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-5 .u-image-1 {
min-height: 96px;
}
.u-section-5 .u-image-2 {
min-height: 96px;
}
.u-section-5 .u-image-3 {
min-height: 96px;
}
.u-section-5 .u-image-4 {
min-height: 96px;
}
.u-section-5 .u-image-5 {
min-height: 96px;
}
.u-section-5 .u-image-6 {
min-height: 115px;
}
.u-section-5 .u-image-7 {
min-height: 115px;
background-size: 195%;
background-position: 49.01% 47.43%;
}
.u-section-5 .u-image-8 {
min-height: 115px;
}
.u-section-5 .u-image-9 {
min-height: 115px;
}
.u-section-5 .u-image-10 {
min-height: 115px;
background-position: 47.11% 50%;
background-size: 200%;
}
.u-section-5 .u-image-11 {
margin-top: 54px;
margin-right: 3px;
margin-left: auto;
}
.u-section-5 .u-image-12 {
margin-right: auto;
margin-left: 5px;
}
}
@media (max-width: 767px) {
.u-section-5 .u-sheet-1 {
min-height: 2869px;
}
.u-section-5 .u-layout-wrap-1 {
margin-top: 37px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-5 .u-image-1 {
min-height: 160px;
}
.u-section-5 .u-image-2 {
min-height: 151px;
}
.u-section-5 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-5 .u-image-3 {
min-height: 160px;
background-position: 50.78% 45.78%;
}
.u-section-5 .u-image-4 {
min-height: 191px;
background-size: 110%;
background-position: 48.05% 53.13%;
}
.u-section-5 .u-image-5 {
min-height: 255px;
background-position: 49.13% 59.01%;
background-size: 145%;
}
.u-section-5 .u-image-6 {
min-height: 282px;
background-size: 165%;
}
.u-section-5 .u-image-7 {
min-height: 281px;
background-size: 145%;
}
.u-section-5 .u-image-8 {
min-height: 242px;
background-size: 155%;
background-position: 49.31% 46.42%;
}
.u-section-5 .u-image-9 {
min-height: 181px;
}
.u-section-5 .u-image-10 {
min-height: 188px;
}
.u-section-5 .u-container-layout-10 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-5 .u-text-2 {
width: auto;
margin-top: 98px;
margin-left: 6px;
margin-right: 6px;
}
.u-section-5 .u-image-11 {
margin-top: 231px;
margin-right: auto;
}
.u-section-5 .u-image-12 {
margin-top: -339px;
margin-left: auto;
}
}
@media (max-width: 575px) {
.u-section-5 .u-sheet-1 {
min-height: 2057px;
}
.u-section-5 .u-text-1 {
font-size: 1.875rem;
width: 340px;
}
.u-section-5 .u-layout-wrap-1 {
margin-top: 61px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-5 .u-image-1 {
min-height: 108px;
}
.u-section-5 .u-image-2 {
min-height: 101px;
}
.u-section-5 .u-image-3 {
min-height: 102px;
background-position: 50.78% 45.8%;
}
.u-section-5 .u-image-4 {
min-height: 137px;
background-size: 145%;
background-position: 45.87% 54.38%;
}
.u-section-5 .u-image-5 {
min-height: 167px;
background-position: 49.9% 57.34%;
}
.u-section-5 .u-image-6 {
min-height: 177px;
}
.u-section-5 .u-image-7 {
min-height: 168px;
}
.u-section-5 .u-image-8 {
min-height: 134px;
background-size: 150%;
}
.u-section-5 .u-image-9 {
min-height: 132px;
background-size: 195%;
}
.u-section-5 .u-image-10 {
min-height: 137px;
}
.u-section-5 .u-text-2 {
margin-top: 61px;
margin-left: 0;
margin-right: 0;
font-size: 1.5rem;
}
.u-section-5 .u-image-11 {
width: 340px;
height: 140px;
}
.u-section-5 .u-image-12 {
width: 340px;
height: 140px;
margin-top: -334px;
}
}
.u-section-6 .u-sheet-1 {
min-height: 628px;
}
.u-section-6 .u-text-1 {
width: 382px;
font-weight: normal;
margin: 67px auto 0;
}
.u-section-6 .u-list-1 {
width: 1140px;
margin: 30px auto -312px;
}
.u-section-6 .u-repeater-1 {
grid-auto-columns: calc(33.3333% - 6.66667px);
grid-template-columns: calc(33.3333% - 6.66667px) calc(33.3333% - 6.66667px) calc(
33.3333% - 6.66667px
);
grid-gap: 10px 10px;
min-height: 411px;
}
.u-section-6 .u-list-item-1 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-1 {
padding: 10px;
}
.u-section-6 .u-image-1 {
width: 247px;
height: 247px;
object-position: 50% 16.99%;
background-image: url("images/IMG_20211231_230416.jpg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-2 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-2 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-2 {
padding: 10px;
}
.u-section-6 .u-image-2 {
width: 247px;
height: 247px;
object-position: 50% 4.83%;
background-image: url("images/KHIZARSALMAN_Management.jpeg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-3 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-3 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-3 {
padding: 10px;
}
.u-section-6 .u-image-3 {
width: 247px;
height: 247px;
background-image: url("images/Shreya_Chatterjee_Design.jpeg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-4 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-4 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-4 {
padding: 10px;
}
.u-section-6 .u-image-4 {
width: 247px;
height: 247px;
background-image: url("images/WhatsAppImage2022-01-06at12.17.01PM.jpeg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-5 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-5 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-5 {
padding: 10px;
}
.u-section-6 .u-image-5 {
width: 247px;
height: 247px;
background-image: url("images/AmeeMadhani_content.jpg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-6 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-6 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-6 {
padding: 10px;
}
.u-section-6 .u-image-6 {
width: 247px;
height: 247px;
background-image: url("images/ekaansh\ .jpeg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-7 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-7 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-7 {
padding: 10px;
}
.u-section-6 .u-image-7 {
width: 247px;
height: 247px;
background-image: url("images/CharchikaMishra.jpg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-8 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-8 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-8 {
padding: 10px;
}
.u-section-6 .u-image-8 {
width: 247px;
height: 247px;
background-image: url("images/PreetiKumar_social.png");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-9 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-9 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-9 {
padding: 10px;
}
.u-section-6 .u-image-9 {
width: 247px;
height: 247px;
background-image: url("images/SamratSinghBhandariPR.jpeg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-10 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-10 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-10 {
padding: 10px;
}
.u-section-6 .u-image-10 {
width: 247px;
height: 247px;
background-image: url("images/AarushAcharya_Management.jpg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-11 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-11 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-11 {
padding: 10px;
}
.u-section-6 .u-image-11 {
width: 247px;
height: 247px;
background-image: url("images/tanyajain.jpg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-12 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-gallery-nav-1 {
position: absolute;
left: 10px;
width: 40px;
height: 40px;
}
.u-section-6 .u-gallery-nav-2 {
position: absolute;
width: 40px;
height: 40px;
left: auto;
top: 186px;
right: 10px;
}
@media (max-width: 1199px) {
.u-section-6 .u-sheet-1 {
min-height: 611px;
}
.u-section-6 .u-text-1 {
margin-top: 44px;
}
.u-section-6 .u-list-1 {
margin-top: 37px;
margin-bottom: -1940px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-6 .u-repeater-1 {
grid-auto-columns: 33.3333%;
grid-template-columns: 33.3333% 33.3333% 33.3333%;
grid-gap: 0px 0px;
}
.u-section-6 .u-container-layout-1 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-1 {
margin-top: 37px;
}
.u-section-6 .u-text-2 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-2 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-2 {
margin-top: 37px;
}
.u-section-6 .u-text-3 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-3 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-3 {
margin-top: 37px;
}
.u-section-6 .u-text-4 {
font-size: 1.875rem;
width: auto;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-4 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-4 {
margin-top: 37px;
}
.u-section-6 .u-text-5 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-5 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-5 {
margin-top: 37px;
}
.u-section-6 .u-text-6 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-6 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-6 {
margin-top: 37px;
}
.u-section-6 .u-text-7 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-7 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-7 {
margin-top: 37px;
}
.u-section-6 .u-text-8 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-8 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-8 {
margin-top: 37px;
}
.u-section-6 .u-text-9 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-9 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-9 {
margin-top: 37px;
}
.u-section-6 .u-text-10 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-10 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-10 {
margin-top: 37px;
}
.u-section-6 .u-text-11 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-11 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-11 {
margin-top: 37px;
}
.u-section-6 .u-text-12 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
}
@media (max-width: 991px) {
.u-section-6 .u-text-1 {
margin-top: 89px;
}
.u-section-6 .u-repeater-1 {
grid-auto-columns: 50%;
grid-template-columns: repeat(2, 50%);
}
.u-section-6 .u-image-1 {
background-position: 50% 17.04%;
}
.u-section-6 .u-text-2 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-image-2 {
background-position: 50% 22.24%;
}
.u-section-6 .u-text-3 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-4 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-5 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-6 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-7 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-8 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-9 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-10 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-11 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-12 {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 767px) {
.u-section-6 .u-sheet-1 {
min-height: 612px;
}
.u-section-6 .u-repeater-1 {
grid-auto-columns: 100%;
grid-template-columns: 100%;
}
}
@media (max-width: 575px) {
.u-section-6 .u-sheet-1 {
min-height: 562px;
}
.u-section-6 .u-text-1 {
width: auto;
font-weight: 700;
margin-top: 45px;
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-list-1 {
margin-top: 12px;
margin-bottom: 60px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-6 .u-container-layout-1 {
padding-top: 0;
}
.u-section-6 .u-image-1 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-2 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-2 {
padding-top: 0;
}
.u-section-6 .u-image-2 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-3 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-3 {
padding-top: 0;
}
.u-section-6 .u-image-3 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-4 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-4 {
padding-top: 0;
}
.u-section-6 .u-image-4 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-5 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-5 {
padding-top: 0;
}
.u-section-6 .u-image-5 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-6 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-6 {
padding-top: 0;
}
.u-section-6 .u-image-6 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-7 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-7 {
padding-top: 0;
}
.u-section-6 .u-image-7 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-8 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-8 {
padding-top: 0;
}
.u-section-6 .u-image-8 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-9 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-9 {
padding-top: 0;
}
.u-section-6 .u-image-9 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-10 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-10 {
padding-top: 0;
}
.u-section-6 .u-image-10 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-11 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-11 {
padding-top: 0;
}
.u-section-6 .u-image-11 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-12 {
font-size: 1.5rem;
}
}
.u-section-7 {
background-image: none;
}
.u-section-7 .u-sheet-1 {
min-height: 657px;
}
.u-section-7 .u-text-1 {
font-weight: 700;
text-transform: none;
background-image: none;
font-size: 4.5rem;
margin: 60px auto 0;
}
.u-section-7 .u-text-2 {
font-style: italic;
width: 864px;
margin: 20px auto 0;
}
.u-section-7 .u-accordion-1 {
margin-bottom: 60px;
margin-top: 30px;
}
.u-section-7 .u-accordion-link-1 {
background-image: none;
font-size: 1.125rem;
font-weight: 600;
padding: 25px 30px;
}
.u-section-7 .u-icon-1 {
height: 45px;
width: 45px;
background-image: none;
}
.u-section-7 .u-accordion-pane-1 {
min-height: 86px;
}
.u-section-7 .u-container-layout-1 {
padding: 20px 30px;
}
.u-section-7 .u-accordion-link-2 {
background-image: none;
font-size: 1.125rem;
font-weight: 600;
padding: 25px 30px;
}
.u-section-7 .u-icon-2 {
height: 45px;
width: 45px;
background-image: none;
}
.u-section-7 .u-accordion-pane-2 {
min-height: 86px;
}
.u-section-7 .u-container-layout-2 {
padding: 20px 30px;
}
.u-section-7 .u-accordion-link-3 {
background-image: none;
font-size: 1.125rem;
font-weight: 600;
padding: 25px 30px;
}
.u-section-7 .u-icon-3 {
height: 45px;
width: 45px;
background-image: none;
}
.u-section-7 .u-accordion-pane-3 {
min-height: 86px;
}
.u-section-7 .u-container-layout-3 {
padding: 20px 30px;
}
.u-section-7 .u-accordion-link-4 {
background-image: none;
font-size: 1.125rem;
font-weight: 600;
padding: 25px 30px;
}
.u-section-7 .u-icon-4 {
height: 45px;
width: 45px;
background-image: none;
}
.u-section-7 .u-accordion-pane-4 {
min-height: 86px;
}
.u-section-7 .u-container-layout-4 {
padding: 20px;
}
@media (max-width: 1199px) {
.u-section-7 .u-accordion-pane-1 {
height: auto;
}
.u-section-7 .u-accordion-pane-2 {
height: auto;
}
.u-section-7 .u-accordion-pane-3 {
height: auto;
}
.u-section-7 .u-accordion-pane-4 {
height: auto;
}
}
@media (max-width: 991px) {
.u-section-7 .u-text-2 {
width: 720px;
}
}
@media (max-width: 767px) {
.u-section-7 .u-sheet-1 {
min-height: 793px;
}
.u-section-7 .u-text-1 {
font-size: 3.75rem;
}
.u-section-7 .u-text-2 {
width: auto;
margin-left: 0;
margin-right: 0;
font-style: normal;
}
.u-section-7 .u-container-layout-4 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 575px) {
.u-section-7 .u-text-1 {
font-size: 2.25rem;
}
}
.u-section-8 {
background-image: none;
}
.u-section-8 .u-sheet-1 {
min-height: 776px;
}
.u-section-8 .u-text-1 {
font-size: 3rem;
font-weight: 700;
margin: 46px 358px 0 389px;
}
.u-section-8 .u-video-1 {
width: 907px;
height: 455px;
box-shadow: 0 2px 8px 0 rgba(219, 84, 90, 1);
margin: 34px auto 0;
}
.u-section-8 .embed-responsive-1 {
position: absolute;
}
.u-section-8 .u-text-2 {
margin: 40px 69px 55px;
}
@media (max-width: 1199px) {
.u-section-8 .u-sheet-1 {
min-height: 794px;
}
.u-section-8 .u-text-1 {
width: auto;
margin-right: 262px;
margin-left: 289px;
}
.u-section-8 .u-text-2 {
width: auto;
margin: 57px 0 36px;
}
}
@media (max-width: 991px) {
.u-section-8 .u-sheet-1 {
min-height: 709px;
}
.u-section-8 .u-text-1 {
margin-left: 179px;
margin-right: 148px;
}
.u-section-8 .u-video-1 {
width: 720px;
height: 361px;
}
.u-section-8 .u-text-2 {
margin-bottom: 45px;
}
}
@media (max-width: 767px) {
.u-section-8 .u-sheet-1 {
min-height: 705px;
}
.u-section-8 .u-text-1 {
margin-left: 89px;
margin-right: 58px;
}
.u-section-8 .u-video-1 {
width: 540px;
height: 271px;
}
}
@media (max-width: 575px) {
.u-section-8 .u-sheet-1 {
min-height: 514px;
}
.u-section-8 .u-text-1 {
margin-left: 0;
margin-right: 0;
font-size: 1.5rem;
}
.u-section-8 .u-video-1 {
width: 340px;
height: 171px;
}
.u-section-8 .u-text-2 {
margin-bottom: 40px;
}
}
.u-section-9 .u-sheet-1 {
min-height: 475px;
}
.u-section-9 .u-text-1 {
font-weight: 700;
font-size: 3rem;
margin: 50px auto 0;
}
.u-section-9 .u-form-1 {
height: 313px;
width: 570px;
margin: 30px auto;
}
.u-section-9 .u-form-group-2 {
margin-left: 0;
}
@media (max-width: 1199px) {
.u-section-9 .u-text-1 {
width: auto;
}
}
@media (max-width: 991px) {
.u-section-9 .u-sheet-1 {
min-height: 465px;
}
.u-section-9 .u-text-1 {
margin-top: 40px;
}
}
@media (max-width: 767px) {
.u-section-9 .u-form-1 {
width: 540px;
}
}
@media (max-width: 575px) {
.u-section-9 .u-sheet-1 {
min-height: 486px;
}
.u-section-9 .u-text-1 {
font-size: 1.5rem;
margin-top: 30px;
}
.u-section-9 .u-form-1 {
width: 340px;
}
}
.sliding {
background-color: rgb(0, 0, 0);
} | Code Heist/Home.css | .u-section-1 {
background-image: url("images/Untitleddesign4.png");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 582px;
}
.u-section-1 .u-btn-1 {
border-style: solid;
font-size: 1.125rem;
font-weight: 700;
margin: 439px auto 60px 62px;
padding: 5px 28px 5px 27px;
}
.u-section-1 .u-icon-1 {
color: rgb(0, 0, 0) !important;
font-size: 1.5334em;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 546px;
}
.u-section-1 .u-btn-1 {
margin-top: 380px;
margin-left: 40px;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 422px;
}
.u-section-1 .u-btn-1 {
font-size: 1rem;
margin-top: 296px;
margin-left: 29px;
padding: 2px 19px 3px 18px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 349px;
}
.u-section-1 .u-btn-1 {
margin-top: 246px;
margin-left: 0;
padding-top: 3px;
padding-right: 9px;
padding-left: 8px;
}
.u-section-1 .u-icon-1 {
font-size: 0.9375rem;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 242px;
}
.u-section-1 .u-btn-1 {
font-size: 0.625rem;
margin-top: 176px;
margin-bottom: 41px;
margin-left: -12px;
padding-right: 5px;
padding-bottom: 4px;
padding-left: 5px;
}
}
.u-section-2 .u-sheet-1 {
min-height: 597px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: 46px;
margin-bottom: 10px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 551px;
}
.u-section-2 .u-shape-1 {
height: 412px;
width: 429px;
background-image: none;
margin: 65px 0 0 auto;
}
.u-section-2 .u-image-1 {
width: 439px;
height: 411px;
margin: -481px auto 0 0;
}
.u-section-2 .u-layout-cell-2 {
min-height: 551px;
}
.u-section-2 .u-container-layout-2 {
padding: 30px 23px;
}
.u-section-2 .u-text-1 {
font-weight: 700;
text-align: center;
margin: 25px auto 0 174px;
}
.u-section-2 .u-text-2 {
font-family: Artifika;
font-size: 1.5rem;
text-align: center;
margin: 46px 0 0 14px;
}
.u-section-2 .u-btn-1 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
margin: 23px 197px 0 auto;
padding: 6px 31px 6px 30px;
}
.u-section-2 .u-btn-2 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
margin: 25px 195px 0 auto;
padding: 5px 27px 7px;
}
@media (max-width: 1199px) {
.u-section-2 .u-sheet-1 {
min-height: 560px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: 22px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 510px;
}
.u-section-2 .u-shape-1 {
height: 359px;
width: 374px;
margin-top: 76px;
margin-right: auto;
margin-left: 37px;
}
.u-section-2 .u-image-1 {
width: 334px;
height: 334px;
margin-top: -380px;
margin-left: 22px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 538px;
}
.u-section-2 .u-text-1 {
margin-left: 141px;
}
.u-section-2 .u-text-2 {
margin-left: 0;
}
.u-section-2 .u-btn-1 {
margin-top: 18px;
margin-right: auto;
}
.u-section-2 .u-btn-2 {
margin-right: 146px;
}
}
@media (max-width: 991px) {
.u-section-2 .u-sheet-1 {
min-height: 442px;
}
.u-section-2 .u-shape-1 {
height: 281px;
width: 306px;
margin-top: 116px;
margin-left: auto;
}
.u-section-2 .u-image-1 {
width: 262px;
height: 262px;
margin-top: -314px;
margin-left: 13px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 15px;
padding-right: 15px;
}
.u-section-2 .u-text-1 {
margin-left: 112px;
}
.u-section-2 .u-text-2 {
margin-left: 8px;
margin-right: 8px;
}
.u-section-2 .u-btn-1 {
margin-top: 20px;
margin-left: 17px;
}
.u-section-2 .u-btn-2 {
margin-top: -40px;
margin-right: 8px;
}
}
@media (max-width: 767px) {
.u-section-2 .u-sheet-1 {
min-height: 887px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: 16px;
margin-bottom: 0;
}
.u-section-2 .u-layout-cell-1 {
min-height: 436px;
}
.u-section-2 .u-shape-1 {
margin-top: 90px;
}
.u-section-2 .u-image-1 {
margin-left: auto;
}
.u-section-2 .u-layout-cell-2 {
min-height: 445px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-text-1 {
width: auto;
margin-top: 16px;
margin-left: auto;
}
.u-section-2 .u-text-2 {
margin-top: 55px;
}
.u-section-2 .u-btn-1 {
margin-top: 26px;
margin-left: 78px;
}
.u-section-2 .u-btn-2 {
margin-right: 78px;
padding-right: 26px;
padding-left: 25px;
}
}
@media (max-width: 575px) {
.u-section-2 .u-sheet-1 {
min-height: 788px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: 39px;
margin-bottom: 20px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 275px;
}
.u-section-2 .u-shape-1 {
height: 255px;
width: 244px;
margin-top: 0;
margin-left: 58px;
}
.u-section-2 .u-image-1 {
width: 230px;
height: 230px;
margin-top: -266px;
margin-bottom: 25px;
margin-left: 38px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 464px;
}
.u-section-2 .u-container-layout-2 {
padding: 0;
}
.u-section-2 .u-text-2 {
width: auto;
margin-top: 35px;
margin-left: 0;
margin-right: 0;
}
.u-section-2 .u-btn-1 {
margin-top: 14px;
margin-left: auto;
}
.u-section-2 .u-btn-2 {
margin-top: 20px;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}
}
.u-section-3 .u-sheet-1 {
min-height: 575px;
}
.u-section-3 .u-layout-wrap-1 {
margin: 51px 0;
}
.u-section-3 .u-layout-cell-1 {
min-height: 200px;
}
.u-section-3 .u-container-layout-1 {
padding: 30px;
}
.u-section-3 .u-text-1 {
font-weight: 700;
font-size: 4.5rem;
width: 624px;
margin: 0 auto;
}
.u-section-3 .u-text-2 {
font-family: Aclonica;
font-size: 1.25rem;
margin: 11px auto 0;
}
.u-section-3 .u-layout-cell-2 {
min-height: 247px;
}
.u-section-3 .u-container-layout-2 {
padding: 30px;
}
.u-section-3 .u-text-3 {
margin: 0 auto;
}
.u-section-3 .u-text-4 {
font-family: Artifika;
margin: 20px auto 0;
}
.u-section-3 .u-btn-1 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
margin: 20px auto 0;
padding: 6px 26px 6px 25px;
}
.u-section-3 .u-layout-cell-3 {
min-height: 272px;
}
.u-section-3 .u-container-layout-3 {
padding: 30px;
}
.u-section-3 .u-text-5 {
margin: 0 auto;
}
.u-section-3 .u-text-6 {
font-family: Artifika;
margin: 20px auto 0;
}
.u-section-3 .u-btn-2 {
border-style: solid;
font-weight: 700;
font-size: 0.9375rem;
margin: 20px auto 0;
padding: 6px 26px 6px 25px;
}
@media (max-width: 1199px) {
.u-section-3 .u-sheet-1 {
min-height: 434px;
}
.u-section-3 .u-layout-wrap-1 {
margin-right: initial;
margin-left: initial;
}
.u-section-3 .u-layout-cell-1 {
min-height: 165px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 272px;
}
.u-section-3 .u-btn-2 {
margin-right: 84px;
}
}
@media (max-width: 991px) {
.u-section-3 .u-sheet-1 {
min-height: 304px;
}
.u-section-3 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 297px;
}
.u-section-3 .u-layout-cell-3 {
min-height: 297px;
}
.u-section-3 .u-btn-2 {
margin-right: auto;
}
}
@media (max-width: 767px) {
.u-section-3 .u-sheet-1 {
min-height: 404px;
}
.u-section-3 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-text-1 {
width: 520px;
font-size: 3.75rem;
}
.u-section-3 .u-layout-cell-2 {
min-height: 247px;
}
.u-section-3 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-layout-cell-3 {
min-height: 100px;
}
.u-section-3 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 575px) {
.u-section-3 .u-sheet-1 {
min-height: 826px;
}
.u-section-3 .u-layout-cell-1 {
min-height: 199px;
}
.u-section-3 .u-container-layout-1 {
padding: 0;
}
.u-section-3 .u-text-1 {
font-size: 2.5rem;
width: auto;
margin-top: -15px;
margin-left: 0;
margin-right: 0;
}
.u-section-3 .u-text-2 {
font-size: 1.125rem;
width: auto;
margin-top: 35px;
margin-left: 6px;
margin-right: 6px;
}
.u-section-3 .u-layout-cell-2 {
min-height: 100px;
}
}
.u-section-4 {
background-image: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
url("images/default-image.jpg");
}
.u-section-4 .u-sheet-1 {
min-height: 519px;
}
.u-section-4 .u-text-1 {
width: 201px;
font-weight: 700;
font-family: Roboto, sans-serif;
font-size: 3.75rem;
margin: 30px auto 0;
}
.u-section-4 .u-text-2 {
width: 740px;
font-family: Aclonica;
margin: 20px auto 0;
}
.u-section-4 .u-group-1 {
width: 954px;
min-height: 244px;
margin: 54px auto 0;
}
.u-section-4 .u-container-layout-1 {
padding: 10px 0;
}
.u-section-4 .u-text-3 {
font-weight: 700;
font-size: 1.25rem;
margin: 0 0 -20px 13px;
}
@media (max-width: 1199px) {
.u-section-4 {
background-position: 50% 50%;
}
.u-section-4 .u-sheet-1 {
min-height: 504px;
}
.u-section-4 .u-group-1 {
width: 940px;
margin-bottom: 60px;
}
.u-section-4 .u-text-3 {
margin-left: 0;
}
}
@media (max-width: 991px) {
.u-section-4 .u-sheet-1 {
min-height: 589px;
}
.u-section-4 .u-text-2 {
width: 720px;
}
.u-section-4 .u-group-1 {
min-height: 360px;
margin-top: 56px;
margin-bottom: 33px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-4 .u-text-3 {
width: auto;
}
}
@media (max-width: 767px) {
.u-section-4 .u-sheet-1 {
min-height: 627px;
}
.u-section-4 .u-text-2 {
width: 540px;
}
.u-section-4 .u-group-1 {
min-height: 369px;
margin-bottom: 36px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-4 .u-container-layout-1 {
padding-bottom: 9px;
}
}
@media (max-width: 575px) {
.u-section-4 .u-sheet-1 {
min-height: 630px;
}
.u-section-4 .u-text-1 {
font-size: 1.875rem;
}
.u-section-4 .u-text-2 {
width: 340px;
}
.u-section-4 .u-group-1 {
width: 340px;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
}
.u-section-4 .u-text-3 {
font-size: 1rem;
}
}
.u-section-5 {
background-image: none;
}
.u-section-5 .u-sheet-1 {
min-height: 1006px;
}
.u-section-5 .u-text-1 {
font-size: 3.75rem;
font-weight: 700;
background-image: none;
width: 517px;
margin: 96px auto 0;
}
.u-section-5 .u-layout-wrap-1 {
width: 954px;
margin: 87px auto 0;
}
.u-section-5 .u-image-1 {
min-height: 126px;
background-image: url("images/12.png");
background-size: 165%;
background-position: 50% 50%;
}
.u-section-5 .u-container-layout-1 {
padding: 0;
}
.u-section-5 .u-image-2 {
min-height: 126px;
background-image: url("images/2.png");
background-position: 53.49% 46.79%;
background-size: 160%;
}
.u-section-5 .u-container-layout-2 {
padding: 20px 30px;
}
.u-section-5 .u-image-3 {
min-height: 126px;
background-image: url("images/Untitleddesign6.png");
background-position: 50.78% 42.93%;
background-size: 195%;
}
.u-section-5 .u-container-layout-3 {
padding: 0;
}
.u-section-5 .u-image-4 {
min-height: 126px;
background-image: url("images/21.png");
background-size: 160%;
background-position: 50% 50%;
}
.u-section-5 .u-container-layout-4 {
padding: 0;
}
.u-section-5 .u-image-5 {
min-height: 126px;
background-image: url("images/51.png");
background-position: 49.13% 57.72%;
}
.u-section-5 .u-container-layout-5 {
padding: 0;
}
.u-section-5 .u-image-6 {
min-height: 136px;
background-image: url("images/Untitleddesign41.png");
background-position: 50.1% 58.56%;
background-size: 200%;
}
.u-section-5 .u-container-layout-6 {
padding: 0;
}
.u-section-5 .u-image-7 {
min-height: 136px;
background-image: url("images/52.png");
background-size: 185%;
background-position: 49.01% 50.04%;
}
.u-section-5 .u-container-layout-7 {
padding: 0;
}
.u-section-5 .u-image-8 {
min-height: 136px;
background-image: url("images/33.png");
background-size: 230%;
background-position: 50% 50%;
}
.u-section-5 .u-container-layout-8 {
padding: 0;
}
.u-section-5 .u-image-9 {
min-height: 136px;
background-image: url("images/4.png");
background-size: 260%;
background-position: 50% 50%;
}
.u-section-5 .u-container-layout-9 {
padding: 0;
}
.u-section-5 .u-image-10 {
min-height: 136px;
background-image: url("images/32.png");
background-position: 50% 50%;
background-size: 185%;
}
.u-section-5 .u-container-layout-10 {
padding: 20px 30px;
}
.u-section-5 .u-text-2 {
font-weight: 700;
font-size: 3rem;
width: 528px;
margin: 107px auto 0;
}
.u-section-5 .u-image-11 {
width: 447px;
height: 184px;
margin: 66px auto 0 107px;
}
.u-section-5 .u-image-12 {
width: 447px;
height: 184px;
margin: -184px 107px 60px auto;
}
@media (max-width: 1199px) {
.u-section-5 .u-sheet-1 {
min-height: 908px;
}
.u-section-5 .u-layout-wrap-1 {
width: 891px;
margin-top: 95px;
}
.u-section-5 .u-image-1 {
min-height: 118px;
}
.u-section-5 .u-image-2 {
min-height: 118px;
}
.u-section-5 .u-image-3 {
min-height: 118px;
}
.u-section-5 .u-image-4 {
min-height: 118px;
}
.u-section-5 .u-image-5 {
min-height: 118px;
background-position: 49.13% 60.71%;
background-size: 175%;
}
.u-section-5 .u-image-6 {
min-height: 127px;
}
.u-section-5 .u-image-7 {
min-height: 127px;
}
.u-section-5 .u-image-8 {
min-height: 127px;
}
.u-section-5 .u-image-9 {
min-height: 127px;
}
.u-section-5 .u-image-10 {
min-height: 127px;
}
.u-section-5 .u-text-2 {
margin-top: 67px;
}
.u-section-5 .u-image-11 {
width: 353px;
height: 145px;
margin-top: 82px;
margin-left: 96px;
}
.u-section-5 .u-image-12 {
width: 353px;
height: 145px;
margin-top: -145px;
margin-right: 96px;
}
}
@media (max-width: 991px) {
.u-section-5 .u-sheet-1 {
min-height: 780px;
}
.u-section-5 .u-text-1 {
margin-top: 56px;
}
.u-section-5 .u-layout-wrap-1 {
margin-top: 40px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-5 .u-image-1 {
min-height: 96px;
}
.u-section-5 .u-image-2 {
min-height: 96px;
}
.u-section-5 .u-image-3 {
min-height: 96px;
}
.u-section-5 .u-image-4 {
min-height: 96px;
}
.u-section-5 .u-image-5 {
min-height: 96px;
}
.u-section-5 .u-image-6 {
min-height: 115px;
}
.u-section-5 .u-image-7 {
min-height: 115px;
background-size: 195%;
background-position: 49.01% 47.43%;
}
.u-section-5 .u-image-8 {
min-height: 115px;
}
.u-section-5 .u-image-9 {
min-height: 115px;
}
.u-section-5 .u-image-10 {
min-height: 115px;
background-position: 47.11% 50%;
background-size: 200%;
}
.u-section-5 .u-image-11 {
margin-top: 54px;
margin-right: 3px;
margin-left: auto;
}
.u-section-5 .u-image-12 {
margin-right: auto;
margin-left: 5px;
}
}
@media (max-width: 767px) {
.u-section-5 .u-sheet-1 {
min-height: 2869px;
}
.u-section-5 .u-layout-wrap-1 {
margin-top: 37px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-5 .u-image-1 {
min-height: 160px;
}
.u-section-5 .u-image-2 {
min-height: 151px;
}
.u-section-5 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-5 .u-image-3 {
min-height: 160px;
background-position: 50.78% 45.78%;
}
.u-section-5 .u-image-4 {
min-height: 191px;
background-size: 110%;
background-position: 48.05% 53.13%;
}
.u-section-5 .u-image-5 {
min-height: 255px;
background-position: 49.13% 59.01%;
background-size: 145%;
}
.u-section-5 .u-image-6 {
min-height: 282px;
background-size: 165%;
}
.u-section-5 .u-image-7 {
min-height: 281px;
background-size: 145%;
}
.u-section-5 .u-image-8 {
min-height: 242px;
background-size: 155%;
background-position: 49.31% 46.42%;
}
.u-section-5 .u-image-9 {
min-height: 181px;
}
.u-section-5 .u-image-10 {
min-height: 188px;
}
.u-section-5 .u-container-layout-10 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-5 .u-text-2 {
width: auto;
margin-top: 98px;
margin-left: 6px;
margin-right: 6px;
}
.u-section-5 .u-image-11 {
margin-top: 231px;
margin-right: auto;
}
.u-section-5 .u-image-12 {
margin-top: -339px;
margin-left: auto;
}
}
@media (max-width: 575px) {
.u-section-5 .u-sheet-1 {
min-height: 2057px;
}
.u-section-5 .u-text-1 {
font-size: 1.875rem;
width: 340px;
}
.u-section-5 .u-layout-wrap-1 {
margin-top: 61px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-5 .u-image-1 {
min-height: 108px;
}
.u-section-5 .u-image-2 {
min-height: 101px;
}
.u-section-5 .u-image-3 {
min-height: 102px;
background-position: 50.78% 45.8%;
}
.u-section-5 .u-image-4 {
min-height: 137px;
background-size: 145%;
background-position: 45.87% 54.38%;
}
.u-section-5 .u-image-5 {
min-height: 167px;
background-position: 49.9% 57.34%;
}
.u-section-5 .u-image-6 {
min-height: 177px;
}
.u-section-5 .u-image-7 {
min-height: 168px;
}
.u-section-5 .u-image-8 {
min-height: 134px;
background-size: 150%;
}
.u-section-5 .u-image-9 {
min-height: 132px;
background-size: 195%;
}
.u-section-5 .u-image-10 {
min-height: 137px;
}
.u-section-5 .u-text-2 {
margin-top: 61px;
margin-left: 0;
margin-right: 0;
font-size: 1.5rem;
}
.u-section-5 .u-image-11 {
width: 340px;
height: 140px;
}
.u-section-5 .u-image-12 {
width: 340px;
height: 140px;
margin-top: -334px;
}
}
.u-section-6 .u-sheet-1 {
min-height: 628px;
}
.u-section-6 .u-text-1 {
width: 382px;
font-weight: normal;
margin: 67px auto 0;
}
.u-section-6 .u-list-1 {
width: 1140px;
margin: 30px auto -312px;
}
.u-section-6 .u-repeater-1 {
grid-auto-columns: calc(33.3333% - 6.66667px);
grid-template-columns: calc(33.3333% - 6.66667px) calc(33.3333% - 6.66667px) calc(
33.3333% - 6.66667px
);
grid-gap: 10px 10px;
min-height: 411px;
}
.u-section-6 .u-list-item-1 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-1 {
padding: 10px;
}
.u-section-6 .u-image-1 {
width: 247px;
height: 247px;
object-position: 50% 16.99%;
background-image: url("images/IMG_20211231_230416.jpg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-2 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-2 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-2 {
padding: 10px;
}
.u-section-6 .u-image-2 {
width: 247px;
height: 247px;
object-position: 50% 4.83%;
background-image: url("images/KHIZARSALMAN_Management.jpeg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-3 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-3 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-3 {
padding: 10px;
}
.u-section-6 .u-image-3 {
width: 247px;
height: 247px;
background-image: url("images/Shreya_Chatterjee_Design.jpeg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-4 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-4 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-4 {
padding: 10px;
}
.u-section-6 .u-image-4 {
width: 247px;
height: 247px;
background-image: url("images/WhatsAppImage2022-01-06at12.17.01PM.jpeg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-5 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-5 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-5 {
padding: 10px;
}
.u-section-6 .u-image-5 {
width: 247px;
height: 247px;
background-image: url("images/AmeeMadhani_content.jpg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-6 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-6 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-6 {
padding: 10px;
}
.u-section-6 .u-image-6 {
width: 247px;
height: 247px;
background-image: url("images/ekaansh\ .jpeg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-7 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-7 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-7 {
padding: 10px;
}
.u-section-6 .u-image-7 {
width: 247px;
height: 247px;
background-image: url("images/CharchikaMishra.jpg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-8 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-8 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-8 {
padding: 10px;
}
.u-section-6 .u-image-8 {
width: 247px;
height: 247px;
background-image: url("images/PreetiKumar_social.png");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-9 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-9 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-9 {
padding: 10px;
}
.u-section-6 .u-image-9 {
width: 247px;
height: 247px;
background-image: url("images/SamratSinghBhandariPR.jpeg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-10 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-10 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-10 {
padding: 10px;
}
.u-section-6 .u-image-10 {
width: 247px;
height: 247px;
background-image: url("images/AarushAcharya_Management.jpg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-11 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-list-item-11 {
margin-top: 0;
margin-bottom: 0;
}
.u-section-6 .u-container-layout-11 {
padding: 10px;
}
.u-section-6 .u-image-11 {
width: 247px;
height: 247px;
background-image: url("images/tanyajain.jpg");
background-position: 50% 50%;
margin: 34px auto 0;
}
.u-section-6 .u-text-12 {
font-size: 2.25rem;
margin: 32px auto 0;
}
.u-section-6 .u-gallery-nav-1 {
position: absolute;
left: 10px;
width: 40px;
height: 40px;
}
.u-section-6 .u-gallery-nav-2 {
position: absolute;
width: 40px;
height: 40px;
left: auto;
top: 186px;
right: 10px;
}
@media (max-width: 1199px) {
.u-section-6 .u-sheet-1 {
min-height: 611px;
}
.u-section-6 .u-text-1 {
margin-top: 44px;
}
.u-section-6 .u-list-1 {
margin-top: 37px;
margin-bottom: -1940px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-6 .u-repeater-1 {
grid-auto-columns: 33.3333%;
grid-template-columns: 33.3333% 33.3333% 33.3333%;
grid-gap: 0px 0px;
}
.u-section-6 .u-container-layout-1 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-1 {
margin-top: 37px;
}
.u-section-6 .u-text-2 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-2 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-2 {
margin-top: 37px;
}
.u-section-6 .u-text-3 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-3 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-3 {
margin-top: 37px;
}
.u-section-6 .u-text-4 {
font-size: 1.875rem;
width: auto;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-4 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-4 {
margin-top: 37px;
}
.u-section-6 .u-text-5 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-5 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-5 {
margin-top: 37px;
}
.u-section-6 .u-text-6 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-6 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-6 {
margin-top: 37px;
}
.u-section-6 .u-text-7 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-7 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-7 {
margin-top: 37px;
}
.u-section-6 .u-text-8 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-8 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-8 {
margin-top: 37px;
}
.u-section-6 .u-text-9 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-9 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-9 {
margin-top: 37px;
}
.u-section-6 .u-text-10 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-10 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-10 {
margin-top: 37px;
}
.u-section-6 .u-text-11 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
.u-section-6 .u-container-layout-11 {
padding-top: 3px;
padding-bottom: 0;
}
.u-section-6 .u-image-11 {
margin-top: 37px;
}
.u-section-6 .u-text-12 {
width: auto;
font-size: 1.875rem;
margin-top: 37px;
margin-right: 23px;
margin-left: 30px;
}
}
@media (max-width: 991px) {
.u-section-6 .u-text-1 {
margin-top: 89px;
}
.u-section-6 .u-repeater-1 {
grid-auto-columns: 50%;
grid-template-columns: repeat(2, 50%);
}
.u-section-6 .u-image-1 {
background-position: 50% 17.04%;
}
.u-section-6 .u-text-2 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-image-2 {
background-position: 50% 22.24%;
}
.u-section-6 .u-text-3 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-4 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-5 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-6 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-7 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-8 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-9 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-10 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-11 {
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-text-12 {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 767px) {
.u-section-6 .u-sheet-1 {
min-height: 612px;
}
.u-section-6 .u-repeater-1 {
grid-auto-columns: 100%;
grid-template-columns: 100%;
}
}
@media (max-width: 575px) {
.u-section-6 .u-sheet-1 {
min-height: 562px;
}
.u-section-6 .u-text-1 {
width: auto;
font-weight: 700;
margin-top: 45px;
margin-left: 0;
margin-right: 0;
}
.u-section-6 .u-list-1 {
margin-top: 12px;
margin-bottom: 60px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-6 .u-container-layout-1 {
padding-top: 0;
}
.u-section-6 .u-image-1 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-2 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-2 {
padding-top: 0;
}
.u-section-6 .u-image-2 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-3 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-3 {
padding-top: 0;
}
.u-section-6 .u-image-3 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-4 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-4 {
padding-top: 0;
}
.u-section-6 .u-image-4 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-5 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-5 {
padding-top: 0;
}
.u-section-6 .u-image-5 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-6 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-6 {
padding-top: 0;
}
.u-section-6 .u-image-6 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-7 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-7 {
padding-top: 0;
}
.u-section-6 .u-image-7 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-8 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-8 {
padding-top: 0;
}
.u-section-6 .u-image-8 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-9 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-9 {
padding-top: 0;
}
.u-section-6 .u-image-9 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-10 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-10 {
padding-top: 0;
}
.u-section-6 .u-image-10 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-11 {
font-size: 1.5rem;
}
.u-section-6 .u-container-layout-11 {
padding-top: 0;
}
.u-section-6 .u-image-11 {
width: 240px;
height: 240px;
margin-top: 30px;
}
.u-section-6 .u-text-12 {
font-size: 1.5rem;
}
}
.u-section-7 {
background-image: none;
}
.u-section-7 .u-sheet-1 {
min-height: 657px;
}
.u-section-7 .u-text-1 {
font-weight: 700;
text-transform: none;
background-image: none;
font-size: 4.5rem;
margin: 60px auto 0;
}
.u-section-7 .u-text-2 {
font-style: italic;
width: 864px;
margin: 20px auto 0;
}
.u-section-7 .u-accordion-1 {
margin-bottom: 60px;
margin-top: 30px;
}
.u-section-7 .u-accordion-link-1 {
background-image: none;
font-size: 1.125rem;
font-weight: 600;
padding: 25px 30px;
}
.u-section-7 .u-icon-1 {
height: 45px;
width: 45px;
background-image: none;
}
.u-section-7 .u-accordion-pane-1 {
min-height: 86px;
}
.u-section-7 .u-container-layout-1 {
padding: 20px 30px;
}
.u-section-7 .u-accordion-link-2 {
background-image: none;
font-size: 1.125rem;
font-weight: 600;
padding: 25px 30px;
}
.u-section-7 .u-icon-2 {
height: 45px;
width: 45px;
background-image: none;
}
.u-section-7 .u-accordion-pane-2 {
min-height: 86px;
}
.u-section-7 .u-container-layout-2 {
padding: 20px 30px;
}
.u-section-7 .u-accordion-link-3 {
background-image: none;
font-size: 1.125rem;
font-weight: 600;
padding: 25px 30px;
}
.u-section-7 .u-icon-3 {
height: 45px;
width: 45px;
background-image: none;
}
.u-section-7 .u-accordion-pane-3 {
min-height: 86px;
}
.u-section-7 .u-container-layout-3 {
padding: 20px 30px;
}
.u-section-7 .u-accordion-link-4 {
background-image: none;
font-size: 1.125rem;
font-weight: 600;
padding: 25px 30px;
}
.u-section-7 .u-icon-4 {
height: 45px;
width: 45px;
background-image: none;
}
.u-section-7 .u-accordion-pane-4 {
min-height: 86px;
}
.u-section-7 .u-container-layout-4 {
padding: 20px;
}
@media (max-width: 1199px) {
.u-section-7 .u-accordion-pane-1 {
height: auto;
}
.u-section-7 .u-accordion-pane-2 {
height: auto;
}
.u-section-7 .u-accordion-pane-3 {
height: auto;
}
.u-section-7 .u-accordion-pane-4 {
height: auto;
}
}
@media (max-width: 991px) {
.u-section-7 .u-text-2 {
width: 720px;
}
}
@media (max-width: 767px) {
.u-section-7 .u-sheet-1 {
min-height: 793px;
}
.u-section-7 .u-text-1 {
font-size: 3.75rem;
}
.u-section-7 .u-text-2 {
width: auto;
margin-left: 0;
margin-right: 0;
font-style: normal;
}
.u-section-7 .u-container-layout-4 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 575px) {
.u-section-7 .u-text-1 {
font-size: 2.25rem;
}
}
.u-section-8 {
background-image: none;
}
.u-section-8 .u-sheet-1 {
min-height: 776px;
}
.u-section-8 .u-text-1 {
font-size: 3rem;
font-weight: 700;
margin: 46px 358px 0 389px;
}
.u-section-8 .u-video-1 {
width: 907px;
height: 455px;
box-shadow: 0 2px 8px 0 rgba(219, 84, 90, 1);
margin: 34px auto 0;
}
.u-section-8 .embed-responsive-1 {
position: absolute;
}
.u-section-8 .u-text-2 {
margin: 40px 69px 55px;
}
@media (max-width: 1199px) {
.u-section-8 .u-sheet-1 {
min-height: 794px;
}
.u-section-8 .u-text-1 {
width: auto;
margin-right: 262px;
margin-left: 289px;
}
.u-section-8 .u-text-2 {
width: auto;
margin: 57px 0 36px;
}
}
@media (max-width: 991px) {
.u-section-8 .u-sheet-1 {
min-height: 709px;
}
.u-section-8 .u-text-1 {
margin-left: 179px;
margin-right: 148px;
}
.u-section-8 .u-video-1 {
width: 720px;
height: 361px;
}
.u-section-8 .u-text-2 {
margin-bottom: 45px;
}
}
@media (max-width: 767px) {
.u-section-8 .u-sheet-1 {
min-height: 705px;
}
.u-section-8 .u-text-1 {
margin-left: 89px;
margin-right: 58px;
}
.u-section-8 .u-video-1 {
width: 540px;
height: 271px;
}
}
@media (max-width: 575px) {
.u-section-8 .u-sheet-1 {
min-height: 514px;
}
.u-section-8 .u-text-1 {
margin-left: 0;
margin-right: 0;
font-size: 1.5rem;
}
.u-section-8 .u-video-1 {
width: 340px;
height: 171px;
}
.u-section-8 .u-text-2 {
margin-bottom: 40px;
}
}
.u-section-9 .u-sheet-1 {
min-height: 475px;
}
.u-section-9 .u-text-1 {
font-weight: 700;
font-size: 3rem;
margin: 50px auto 0;
}
.u-section-9 .u-form-1 {
height: 313px;
width: 570px;
margin: 30px auto;
}
.u-section-9 .u-form-group-2 {
margin-left: 0;
}
@media (max-width: 1199px) {
.u-section-9 .u-text-1 {
width: auto;
}
}
@media (max-width: 991px) {
.u-section-9 .u-sheet-1 {
min-height: 465px;
}
.u-section-9 .u-text-1 {
margin-top: 40px;
}
}
@media (max-width: 767px) {
.u-section-9 .u-form-1 {
width: 540px;
}
}
@media (max-width: 575px) {
.u-section-9 .u-sheet-1 {
min-height: 486px;
}
.u-section-9 .u-text-1 {
font-size: 1.5rem;
margin-top: 30px;
}
.u-section-9 .u-form-1 {
width: 340px;
}
}
.sliding {
background-color: rgb(0, 0, 0);
} | 0.40592 | 0.11737 |
.selectContainer {
.Select {
position: relative;
}
}
.Select,
.Select div,
.Select input,
.Select span {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
cursor: default;
pointer-events: none;
opacity: 0.35;
}
.Select-control {
background-color: #fff;
border-color: #d9d9d9 #ccc #b3b3b3;
border-radius: 4px;
border: 1px solid #ccc;
color: #333;
cursor: default;
display: table;
border-spacing: 0;
border-collapse: separate;
height: 36px;
outline: none;
overflow: hidden;
position: relative;
width: 100%;
}
.Select-control:hover {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
outline: none;
}
.is-searchable.is-open > .Select-control {
cursor: text;
}
.is-open > .Select-control {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
background: #fff;
border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
border-color: transparent transparent #999;
border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
border-color: #007eff;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
bottom: 0;
color: #aaa;
left: 0;
line-height: 34px;
padding-left: 10px;
padding-right: 10px;
position: absolute;
right: 0;
top: 0;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
cursor: pointer;
text-decoration: none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
color: #007eff;
outline: none;
text-decoration: underline;
}
.Select-input {
height: 34px;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
}
.Select-input > input {
width: 100%;
background: none transparent;
border: 0 none;
box-shadow: none;
cursor: default;
display: inline-block;
font-family: inherit;
font-size: inherit;
margin: 0;
outline: none;
line-height: 14px;
/* For IE 8 compatibility */
padding: 8px 0 12px;
/* For IE 8 compatibility */
-webkit-appearance: none;
}
.is-focused .Select-input > input {
cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
outline: none;
}
.Select-loading-zone {
cursor: pointer;
display: table-cell;
position: relative;
text-align: center;
vertical-align: middle;
width: 16px;
}
.Select-loading {
-webkit-animation: Select-animation-spin 400ms infinite linear;
-o-animation: Select-animation-spin 400ms infinite linear;
animation: Select-animation-spin 400ms infinite linear;
width: 16px;
height: 16px;
box-sizing: border-box;
border-radius: 50%;
border: 2px solid #ccc;
border-right-color: #333;
display: inline-block;
position: relative;
vertical-align: middle;
}
.Select-clear-zone {
-webkit-animation: Select-animation-fadeIn 200ms;
-o-animation: Select-animation-fadeIn 200ms;
animation: Select-animation-fadeIn 200ms;
color: #999;
cursor: pointer;
display: table-cell;
position: relative;
text-align: center;
vertical-align: middle;
width: 17px;
}
.Select-clear-zone:hover {
color: #D0021B;
}
.Select-clear {
display: inline-block;
font-size: 18px;
line-height: 1;
}
.Select--multi .Select-clear-zone {
width: 17px;
}
.Select-arrow-zone {
cursor: pointer;
display: table-cell;
position: relative;
text-align: center;
vertical-align: middle;
width: 25px;
padding-right: 5px;
}
.Select-arrow {
border-color: #999 transparent transparent;
border-style: solid;
border-width: 5px 5px 2.5px;
display: inline-block;
height: 0;
width: 0;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
display: inline-block;
}
.Select .Select-aria-only {
display: inline-block;
height: 1px;
width: 1px;
margin: -1px;
clip: rect(0, 0, 0, 0);
overflow: hidden;
}
@-webkit-keyframes Select-animation-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes Select-animation-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.Select-menu-outer {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
background-color: #fff;
border: 1px solid #ccc;
border-top-color: #e6e6e6;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
box-sizing: border-box;
margin-top: -1px;
max-height: 200px;
position: absolute;
top: 100%;
width: 100%;
z-index: 1;
-webkit-overflow-scrolling: touch;
}
.Select-menu {
max-height: 198px;
overflow-y: auto;
}
.Select-option {
box-sizing: border-box;
background-color: #fff;
color: #666666;
cursor: pointer;
display: block;
padding: 8px 10px;
}
.Select-option:last-child {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
background-color: #f5faff;
/* Fallback color for IE 8 */
background-color: rgba(0, 126, 255, 0.04);
color: #333;
}
.Select-option.is-focused {
background-color: #ebf5ff;
/* Fallback color for IE 8 */
background-color: rgba(0, 126, 255, 0.08);
color: #333;
}
.Select-option.is-disabled {
color: #cccccc;
cursor: default;
}
.Select-noresults {
box-sizing: border-box;
color: #999999;
cursor: default;
display: block;
padding: 8px 10px;
}
.Select--multi .Select-input {
vertical-align: middle;
margin-left: 10px;
padding: 0;
}
.Select--multi.has-value .Select-input {
margin-left: 5px;
}
.Select--multi .Select-value {
background-color: #ebf5ff;
/* Fallback color for IE 8 */
background-color: rgba(0, 126, 255, 0.08);
border-radius: 2px;
border: 1px solid #c2e0ff;
/* Fallback color for IE 8 */
border: 1px solid rgba(0, 126, 255, 0.24);
color: #007eff;
display: inline-block;
font-size: 0.9em;
line-height: 1.4;
margin-left: 5px;
margin-top: 5px;
vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
display: inline-block;
vertical-align: middle;
}
.Select--multi .Select-value-label {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
cursor: default;
padding: 2px 5px;
}
.Select--multi a.Select-value-label {
color: #007eff;
cursor: pointer;
text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
text-decoration: underline;
}
.Select--multi .Select-value-icon {
cursor: pointer;
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
border-right: 1px solid #c2e0ff;
/* Fallback color for IE 8 */
border-right: 1px solid rgba(0, 126, 255, 0.24);
padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
background-color: #d8eafd;
/* Fallback color for IE 8 */
background-color: rgba(0, 113, 230, 0.08);
color: #0071e6;
}
.Select--multi .Select-value-icon:active {
background-color: #c2e0ff;
/* Fallback color for IE 8 */
background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
background-color: #fcfcfc;
border: 1px solid #e3e3e3;
color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
cursor: not-allowed;
border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
to {
transform: rotate(1turn);
}
}
@-webkit-keyframes Select-animation-spin {
to {
-webkit-transform: rotate(1turn);
}
}
/************** React-Flybase-DataGrid *************/
.fixedDataTableLayout_main {
border:none;
box-sizing: border-box;
overflow: hidden;
position: relative;
line-height: 1.3
}
.fixedDataTableLayout_header,
.fixedDataTableLayout_hasBottomBorder {
border-bottom-style: solid;
border-bottom-width: 1px;
}
.fixedDataTableCellGroupLayout_cellGroup {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
white-space: nowrap;
}
.fixedDataTableCellGroupLayout_cellGroup > .public_fixedDataTableCell_main {
display: inline-block;
vertical-align: top;
white-space: normal;
}
.fixedDataTableLayout_bottomShadow {
margin-top: -4px;
}
.fixedDataTableLayout_rowsContainer {
overflow: hidden;
position: relative;
}
.fixedDataTableLayout_horizontalScrollbar {
bottom: 0;
position: absolute;
}
.fixedDataTableRowLayout_main {
box-sizing: border-box;
overflow: hidden;
position: absolute;
top: 0;
/* controls the header bottom border of all rows*/
/*border-bottom: 5px solid #eceeef;*/
}
.fixedDataTableRowLayout_body {
left: 0;
position: absolute;
top: 0;
}
.fixedDataTableLayout_main {
/*main table body border*/
/* border-bottom: 1px solid #eceeef;*/
}
.fixedDataTableLayout_header,
.fixedDataTableLayout_hasBottomBorder {
/*doesnt do anything*/
/* border-bottom: 1px solid #eceeef;*/
}
.fixedDataTableLayout_topShadow,
.fixedDataTableLayout_bottomShadow {
/* left: 0;*/
}
.fixedDataTableRowLayout_fixedColumnsDivider {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-left-style: solid;
border-left-width: 1px;
left: 0;
position: absolute;
top: 0;
width: 0;
}
.fixedDataTableRowLayout_columnsShadow {
width: 4px;
}
.fixedDataTableRowLayout_rowWrapper {
position: absolute;
top: 0;
border-top: 1px solid #eceeef;
}
.fixedDataTableCellLayout_main {
border-right-style:none;
}
.ScrollbarLayout_main {
box-sizing: border-box;
outline: none;
overflow: hidden;
position: absolute;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ScrollbarLayout_mainVertical {
bottom: 0;
right: 0;
top: 0;
-webkit-transition-property: background-color width;
transition-property: background-color width;
width: 15px;
}
.ScrollbarLayout_mainVertical.public_Scrollbar_mainActive,
.ScrollbarLayout_mainVertical:hover {
width: 17px;
}
.ScrollbarLayout_mainHorizontal {
bottom: 0;
height: 15px;
left: 0;
-webkit-transition-property: background-color height;
transition-property: background-color height;
}
/* Touching the scroll-track directly makes the scroll-track bolder */
.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,
.ScrollbarLayout_mainHorizontal:hover {
height: 17px;
}
.ScrollbarLayout_face {
left: 0;
overflow: hidden;
position: absolute;
z-index: 1;
}
.ScrollbarLayout_face:after {
border-radius: 6px;
content: '';
display: block;
position: absolute;
-webkit-transition: background-color 250ms ease;
transition: background-color 250ms ease;
}
.ScrollbarLayout_faceHorizontal {
bottom: 0;
left: 0;
top: 0;
}
.ScrollbarLayout_faceHorizontal:after {
bottom: 4px;
left: 0;
top: 4px;
width: 100%;
}
.ScrollbarLayout_faceVertical {
left: 0;
right: 0;
top: 0;
}
.ScrollbarLayout_faceVertical:after {
height: 100%;
left: 4px;
right: 4px;
top: 0;
}
.public_fixedDataTable_main {
border-color: #d3d3d3;
}
.public_fixedDataTable_header,
.public_fixedDataTable_hasBottomBorder {
border-bottom: 2px solid #eceeef;
}
.public_fixedDataTable_header .public_fixedDataTableCell_main {
font-weight: bold;
}
.public_fixedDataTable_header,
.public_fixedDataTable_header .public_fixedDataTableCell_main {
background-color: #ffffff;
background-image: none;
background-image: none;
}
.public_fixedDataTable_topShadow {
background: 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAF0lEQVR4AWPUkNeSBhHCjJoK2twgFisAFagCCp3pJlAAAAAASUVORK5CYII=) repeat-x;
}
.public_fixedDataTable_bottomShadow {
background: 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAHElEQVQI12MwNjZmZdAT1+Nm0JDWEGZQk1GTBgAWkwIeAEp52AAAAABJRU5ErkJggg==) repeat-x;
}
.public_fixedDataTableCell_cellContent {
padding: 0px;
}
/************** React-Flybase-DataGrid *************/
.react-bs-table table td, .react-bs-table table th {
overflow: auto;
white-space: normal;
} | webapp/src/public/public.css | .selectContainer {
.Select {
position: relative;
}
}
.Select,
.Select div,
.Select input,
.Select span {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
cursor: default;
pointer-events: none;
opacity: 0.35;
}
.Select-control {
background-color: #fff;
border-color: #d9d9d9 #ccc #b3b3b3;
border-radius: 4px;
border: 1px solid #ccc;
color: #333;
cursor: default;
display: table;
border-spacing: 0;
border-collapse: separate;
height: 36px;
outline: none;
overflow: hidden;
position: relative;
width: 100%;
}
.Select-control:hover {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
outline: none;
}
.is-searchable.is-open > .Select-control {
cursor: text;
}
.is-open > .Select-control {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
background: #fff;
border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
border-color: transparent transparent #999;
border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
border-color: #007eff;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
bottom: 0;
color: #aaa;
left: 0;
line-height: 34px;
padding-left: 10px;
padding-right: 10px;
position: absolute;
right: 0;
top: 0;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
cursor: pointer;
text-decoration: none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
color: #007eff;
outline: none;
text-decoration: underline;
}
.Select-input {
height: 34px;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
}
.Select-input > input {
width: 100%;
background: none transparent;
border: 0 none;
box-shadow: none;
cursor: default;
display: inline-block;
font-family: inherit;
font-size: inherit;
margin: 0;
outline: none;
line-height: 14px;
/* For IE 8 compatibility */
padding: 8px 0 12px;
/* For IE 8 compatibility */
-webkit-appearance: none;
}
.is-focused .Select-input > input {
cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
outline: none;
}
.Select-loading-zone {
cursor: pointer;
display: table-cell;
position: relative;
text-align: center;
vertical-align: middle;
width: 16px;
}
.Select-loading {
-webkit-animation: Select-animation-spin 400ms infinite linear;
-o-animation: Select-animation-spin 400ms infinite linear;
animation: Select-animation-spin 400ms infinite linear;
width: 16px;
height: 16px;
box-sizing: border-box;
border-radius: 50%;
border: 2px solid #ccc;
border-right-color: #333;
display: inline-block;
position: relative;
vertical-align: middle;
}
.Select-clear-zone {
-webkit-animation: Select-animation-fadeIn 200ms;
-o-animation: Select-animation-fadeIn 200ms;
animation: Select-animation-fadeIn 200ms;
color: #999;
cursor: pointer;
display: table-cell;
position: relative;
text-align: center;
vertical-align: middle;
width: 17px;
}
.Select-clear-zone:hover {
color: #D0021B;
}
.Select-clear {
display: inline-block;
font-size: 18px;
line-height: 1;
}
.Select--multi .Select-clear-zone {
width: 17px;
}
.Select-arrow-zone {
cursor: pointer;
display: table-cell;
position: relative;
text-align: center;
vertical-align: middle;
width: 25px;
padding-right: 5px;
}
.Select-arrow {
border-color: #999 transparent transparent;
border-style: solid;
border-width: 5px 5px 2.5px;
display: inline-block;
height: 0;
width: 0;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
display: inline-block;
}
.Select .Select-aria-only {
display: inline-block;
height: 1px;
width: 1px;
margin: -1px;
clip: rect(0, 0, 0, 0);
overflow: hidden;
}
@-webkit-keyframes Select-animation-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes Select-animation-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.Select-menu-outer {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
background-color: #fff;
border: 1px solid #ccc;
border-top-color: #e6e6e6;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
box-sizing: border-box;
margin-top: -1px;
max-height: 200px;
position: absolute;
top: 100%;
width: 100%;
z-index: 1;
-webkit-overflow-scrolling: touch;
}
.Select-menu {
max-height: 198px;
overflow-y: auto;
}
.Select-option {
box-sizing: border-box;
background-color: #fff;
color: #666666;
cursor: pointer;
display: block;
padding: 8px 10px;
}
.Select-option:last-child {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
background-color: #f5faff;
/* Fallback color for IE 8 */
background-color: rgba(0, 126, 255, 0.04);
color: #333;
}
.Select-option.is-focused {
background-color: #ebf5ff;
/* Fallback color for IE 8 */
background-color: rgba(0, 126, 255, 0.08);
color: #333;
}
.Select-option.is-disabled {
color: #cccccc;
cursor: default;
}
.Select-noresults {
box-sizing: border-box;
color: #999999;
cursor: default;
display: block;
padding: 8px 10px;
}
.Select--multi .Select-input {
vertical-align: middle;
margin-left: 10px;
padding: 0;
}
.Select--multi.has-value .Select-input {
margin-left: 5px;
}
.Select--multi .Select-value {
background-color: #ebf5ff;
/* Fallback color for IE 8 */
background-color: rgba(0, 126, 255, 0.08);
border-radius: 2px;
border: 1px solid #c2e0ff;
/* Fallback color for IE 8 */
border: 1px solid rgba(0, 126, 255, 0.24);
color: #007eff;
display: inline-block;
font-size: 0.9em;
line-height: 1.4;
margin-left: 5px;
margin-top: 5px;
vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
display: inline-block;
vertical-align: middle;
}
.Select--multi .Select-value-label {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
cursor: default;
padding: 2px 5px;
}
.Select--multi a.Select-value-label {
color: #007eff;
cursor: pointer;
text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
text-decoration: underline;
}
.Select--multi .Select-value-icon {
cursor: pointer;
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
border-right: 1px solid #c2e0ff;
/* Fallback color for IE 8 */
border-right: 1px solid rgba(0, 126, 255, 0.24);
padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
background-color: #d8eafd;
/* Fallback color for IE 8 */
background-color: rgba(0, 113, 230, 0.08);
color: #0071e6;
}
.Select--multi .Select-value-icon:active {
background-color: #c2e0ff;
/* Fallback color for IE 8 */
background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
background-color: #fcfcfc;
border: 1px solid #e3e3e3;
color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
cursor: not-allowed;
border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
to {
transform: rotate(1turn);
}
}
@-webkit-keyframes Select-animation-spin {
to {
-webkit-transform: rotate(1turn);
}
}
/************** React-Flybase-DataGrid *************/
.fixedDataTableLayout_main {
border:none;
box-sizing: border-box;
overflow: hidden;
position: relative;
line-height: 1.3
}
.fixedDataTableLayout_header,
.fixedDataTableLayout_hasBottomBorder {
border-bottom-style: solid;
border-bottom-width: 1px;
}
.fixedDataTableCellGroupLayout_cellGroup {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
white-space: nowrap;
}
.fixedDataTableCellGroupLayout_cellGroup > .public_fixedDataTableCell_main {
display: inline-block;
vertical-align: top;
white-space: normal;
}
.fixedDataTableLayout_bottomShadow {
margin-top: -4px;
}
.fixedDataTableLayout_rowsContainer {
overflow: hidden;
position: relative;
}
.fixedDataTableLayout_horizontalScrollbar {
bottom: 0;
position: absolute;
}
.fixedDataTableRowLayout_main {
box-sizing: border-box;
overflow: hidden;
position: absolute;
top: 0;
/* controls the header bottom border of all rows*/
/*border-bottom: 5px solid #eceeef;*/
}
.fixedDataTableRowLayout_body {
left: 0;
position: absolute;
top: 0;
}
.fixedDataTableLayout_main {
/*main table body border*/
/* border-bottom: 1px solid #eceeef;*/
}
.fixedDataTableLayout_header,
.fixedDataTableLayout_hasBottomBorder {
/*doesnt do anything*/
/* border-bottom: 1px solid #eceeef;*/
}
.fixedDataTableLayout_topShadow,
.fixedDataTableLayout_bottomShadow {
/* left: 0;*/
}
.fixedDataTableRowLayout_fixedColumnsDivider {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-left-style: solid;
border-left-width: 1px;
left: 0;
position: absolute;
top: 0;
width: 0;
}
.fixedDataTableRowLayout_columnsShadow {
width: 4px;
}
.fixedDataTableRowLayout_rowWrapper {
position: absolute;
top: 0;
border-top: 1px solid #eceeef;
}
.fixedDataTableCellLayout_main {
border-right-style:none;
}
.ScrollbarLayout_main {
box-sizing: border-box;
outline: none;
overflow: hidden;
position: absolute;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ScrollbarLayout_mainVertical {
bottom: 0;
right: 0;
top: 0;
-webkit-transition-property: background-color width;
transition-property: background-color width;
width: 15px;
}
.ScrollbarLayout_mainVertical.public_Scrollbar_mainActive,
.ScrollbarLayout_mainVertical:hover {
width: 17px;
}
.ScrollbarLayout_mainHorizontal {
bottom: 0;
height: 15px;
left: 0;
-webkit-transition-property: background-color height;
transition-property: background-color height;
}
/* Touching the scroll-track directly makes the scroll-track bolder */
.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,
.ScrollbarLayout_mainHorizontal:hover {
height: 17px;
}
.ScrollbarLayout_face {
left: 0;
overflow: hidden;
position: absolute;
z-index: 1;
}
.ScrollbarLayout_face:after {
border-radius: 6px;
content: '';
display: block;
position: absolute;
-webkit-transition: background-color 250ms ease;
transition: background-color 250ms ease;
}
.ScrollbarLayout_faceHorizontal {
bottom: 0;
left: 0;
top: 0;
}
.ScrollbarLayout_faceHorizontal:after {
bottom: 4px;
left: 0;
top: 4px;
width: 100%;
}
.ScrollbarLayout_faceVertical {
left: 0;
right: 0;
top: 0;
}
.ScrollbarLayout_faceVertical:after {
height: 100%;
left: 4px;
right: 4px;
top: 0;
}
.public_fixedDataTable_main {
border-color: #d3d3d3;
}
.public_fixedDataTable_header,
.public_fixedDataTable_hasBottomBorder {
border-bottom: 2px solid #eceeef;
}
.public_fixedDataTable_header .public_fixedDataTableCell_main {
font-weight: bold;
}
.public_fixedDataTable_header,
.public_fixedDataTable_header .public_fixedDataTableCell_main {
background-color: #ffffff;
background-image: none;
background-image: none;
}
.public_fixedDataTable_topShadow {
background: 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAF0lEQVR4AWPUkNeSBhHCjJoK2twgFisAFagCCp3pJlAAAAAASUVORK5CYII=) repeat-x;
}
.public_fixedDataTable_bottomShadow {
background: 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAHElEQVQI12MwNjZmZdAT1+Nm0JDWEGZQk1GTBgAWkwIeAEp52AAAAABJRU5ErkJggg==) repeat-x;
}
.public_fixedDataTableCell_cellContent {
padding: 0px;
}
/************** React-Flybase-DataGrid *************/
.react-bs-table table td, .react-bs-table table th {
overflow: auto;
white-space: normal;
} | 0.427875 | 0.078572 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("playlouder.com") {
.background_color{color:#000!important;}
.background_color a{color:#000!important;}
.default_category.background_color{background-color:#eee!important;}
.people.background_color{background-color:#fff!important;}
.people.background_color.online,.people.background_color.online a{background-color:#eee!important;color:#fff!important;}
.people.background_color.offline,.people.background_color.offline a{background-color:#eee!important;color:#000!important;}
.music.background_color{background-color:#fff!important;}
.words.background_color{background-color:#fff!important;}
.chat.background_color{background-color:#fff!important;}
.people.online.text_color,.people.online.text_color>a{color:#fff!important;}
.people.offline.text_color,.people.offline.text_color>a{color:#000!important;}
.default_category.background_color.pale{background-color:#eee!important;color:#000!important;}
.default_category.background_color.pale a{color:#000!important;}
.people.background_color.pale{background-color:#fff!important;}
.people.background_color.online.pale,.people.background_color.online.pale a{background-color:#eee!important;color:#fff!important;}
.people.background_color.offline.pale,.people.background_color.offline.pale a{background-color:#eee!important;color:#000!important;}
.music.background_color.pale{background-color:#fff!important;}
.words.background_color.pale{background-color:#fff!important;}
.chat.background_color.pale{background-color:#fff!important;}
.hover_highlight.default_category.background_color.pale:hover,.selected.default_category.background_color.pale{background-color:#bbb!important;}
.hover_highlight.people.background_color.pale:hover,.selected.people.background_color.pale{background-color:#fff!important;}
.hover_highlight.offline.people.background_color.pale:hover,.selected.offline.people.background_color.pale{background-color:#bbb!important;}
.hover_highlight.music.background_color.pale:hover,.selected.music.background_color.pale{background-color:#fff!important;}
.hover_highlight.words.background_color.pale:hover,.selected.words.background_color.pale{background-color:#fff!important;}
.hover_highlight.chat.background_color.pale:hover,.selected.chat.background_color.pale{background-color:#fff!important;}
} | data/usercss/6152.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("playlouder.com") {
.background_color{color:#000!important;}
.background_color a{color:#000!important;}
.default_category.background_color{background-color:#eee!important;}
.people.background_color{background-color:#fff!important;}
.people.background_color.online,.people.background_color.online a{background-color:#eee!important;color:#fff!important;}
.people.background_color.offline,.people.background_color.offline a{background-color:#eee!important;color:#000!important;}
.music.background_color{background-color:#fff!important;}
.words.background_color{background-color:#fff!important;}
.chat.background_color{background-color:#fff!important;}
.people.online.text_color,.people.online.text_color>a{color:#fff!important;}
.people.offline.text_color,.people.offline.text_color>a{color:#000!important;}
.default_category.background_color.pale{background-color:#eee!important;color:#000!important;}
.default_category.background_color.pale a{color:#000!important;}
.people.background_color.pale{background-color:#fff!important;}
.people.background_color.online.pale,.people.background_color.online.pale a{background-color:#eee!important;color:#fff!important;}
.people.background_color.offline.pale,.people.background_color.offline.pale a{background-color:#eee!important;color:#000!important;}
.music.background_color.pale{background-color:#fff!important;}
.words.background_color.pale{background-color:#fff!important;}
.chat.background_color.pale{background-color:#fff!important;}
.hover_highlight.default_category.background_color.pale:hover,.selected.default_category.background_color.pale{background-color:#bbb!important;}
.hover_highlight.people.background_color.pale:hover,.selected.people.background_color.pale{background-color:#fff!important;}
.hover_highlight.offline.people.background_color.pale:hover,.selected.offline.people.background_color.pale{background-color:#bbb!important;}
.hover_highlight.music.background_color.pale:hover,.selected.music.background_color.pale{background-color:#fff!important;}
.hover_highlight.words.background_color.pale:hover,.selected.words.background_color.pale{background-color:#fff!important;}
.hover_highlight.chat.background_color.pale:hover,.selected.chat.background_color.pale{background-color:#fff!important;}
} | 0.324556 | 0.108708 |
body {
overflow-x: hidden;
position: relative;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
color: #666;
background-color: #2c2c2c;
}
iframe {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
max-width: 100% !important;
overflow-y: hidden !important;
}
.preloader_hide {
opacity: 0;
}
#preloader {
background-color: #fff;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#preloader img {
position: fixed;
left: 50%;
top: 50%;
width: 96px;
height: 96px;
margin: -48px 0 0 -48px;
display: block;
}
#page {
background-color: #fff;
}
.parallax {
background-size: cover;
background-repeat: no-repeat;
}
.container {
padding-left: 0;
padding-right: 0;
}
a, input, select, textarea {
vertical-align: top;
outline: none !important;
-webkit-appearance: none;
-webkit-border-radius: 0;
}
select:-moz-focusring {
color: transparent;
outline: none !important;
text-shadow: 0 0 0 #000 !important;
border: 0 !important;
}
textarea {
resize: none;
}
img {
outline: 0;
vertical-align: top;
border: 0;
max-width: 100.1%;
height: auto;
}
a {
color: #333;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
text-decoration: none;
color: #242424;
}
.clear {
clear: both;
height: 0;
font-size: 0;
}
.margbot0 {
margin-bottom: 0 !important;
}
.margbot5 {
margin-bottom: 5px !important;
}
.margbot10 {
margin-bottom: 10px !important;
}
.margbot15 {
margin-bottom: 15px;
}
.margbot20 {
margin-bottom: 20px;
}
.margbot25 {
margin-bottom: 25px;
}
.margbot30 {
margin-bottom: 30px !important;
}
.margbot35 {
margin-bottom: 35px !important;
}
.margbot40 {
margin-bottom: 40px;
}
.margbot50 {
margin-bottom: 50px;
}
.margbot60 {
margin-bottom: 60px;
}
.margbot70 {
margin-bottom: 70px;
}
.margbot80 {
margin-bottom: 80px;
}
.margbot90 {
margin-bottom: 90px;
}
.margbot100 {
margin-bottom: 100px;
}
.pad0 {
padding: 0 !important;
}
.padbot0 {
padding-bottom: 0 !important;
}
.padbot10 {
padding-bottom: 10px !important;
}
.padbot20 {
padding-bottom: 20px !important;
}
.padbot30 {
padding-bottom: 30px !important;
}
.padbot40 {
padding-bottom: 40px !important;
}
.padbot50 {
padding-bottom: 50px !important;
}
.padbot60 {
padding-bottom: 60px !important;
}
.padbot70 {
padding-bottom: 70px !important;
}
.padbot80 {
padding-bottom: 80px !important;
}
.padbot90 {
padding-bottom: 90px !important;
}
.padbot100 {
padding-bottom: 100px !important;
}
.padtop0 {
padding-top: 0 !important;
}
.border0 {
border: 0 !important;
}
/*-----------------------------------------------------------------------------------*/
/* TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
hr {
margin: 33px 0;
border: 0;
border-top: 2px solid #e6e6e6;
}
ul, ol {
padding: 0;
margin: 0;
}
li {
padding: 0;
margin: 0;
list-style: none;
}
p {
margin: 0 0 20px;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-weight: 400;
color: #333;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
font-weight: 900;
}
h1 {
margin: 0 0 28px;
line-height: 30px;
font-size: 26px;
}
h2 {
margin: 0 0 25px;
line-height: 24px;
font-size: 20px;
}
/*used*/
h3 {
margin: 0 0 21px;
line-height: 20px;
font-size: 15px;
}
/*used*/
h4 {
margin: 0 0 18px;
line-height: 20px;
font-size: 13px;
}
/*used*/
h5 {
margin: 0 0 15px;
line-height: 17px;
font-size: 12px;
}
/*used*/
h6 {
margin: 0 0 15px;
line-height: 15px;
font-size: 10px;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.color_text {
color: #30a67c;
}
.color_red {
color: #cc3333;
}
.title {
margin-bottom: 27px;
padding-bottom: 6px;
border-bottom: 1px solid #e9e9e9;
}
.title h3 {
margin: 0 0 9px;
font-weight: 900;
}
.title p {
font-size: 14px;
}
.title2 {
margin-bottom: 9px;
}
.title2 h2 {
margin: 0 0 25px;
text-transform: none;
font-weight: 400;
line-height: 28px;
font-size: 24px;
color: #242424;
}
.title2 p {
line-height: 24px;
font-size: 14px;
}
/* __________ Columns __________ */
.column_item p {
margin: 0 0 11px;
font-weight: 500;
font-size: 16px;
color: #333;
}
.column_item p i {
display: inline-block;
vertical-align: middle;
padding-right: 18px;
font-size: 32px;
}
/* __________ Text in a frame __________ */
.text_iframe {
position: relative;
padding: 19px;
border: 1px solid #efefef;
}
.text_iframe.angle:before {
content: '';
position: absolute;
right: -1px;
top: -1px;
width: 19px;
height: 19px;
background-image: url(../images/frame_angle.jpg);
background-repeat: no-repeat;
background-size: 100% auto;
-webkit-background-size: 100% auto;
}
.text_iframe p {
margin: 0 0 11px;
font-weight: 500;
font-size: 16px;
color: #333;
}
/*-----------------------------------------------------------------------------------*/
/* SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.btn {
display: inline-block;
margin: 0;
padding: 13px 30px;
border: 2px solid #333;
border-radius: 0;
box-shadow: none;
text-transform: uppercase;
font-weight: 900;
line-height: 20px;
font-size: 14px;
color: #333;
text-shadow: none;
background: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {
color: #fff;
background-color: #242424;
}
.btn.inactive {
color: #666;
background: none;
border-color: #ccc;
}
.btn.inactive:hover {
color: #333;
background: none;
border-color: #333;
}
.btn.active {
color: #fff;
background: #333;
border-color: #333;
}
.btn.active:hover {
color: #fff;
background: #242424;
border-color: #242424;
}
.btn.btn-white {
color: #fff;
background: none;
border-color: #fff;
}
.btn.btn-white:hover {
color: #333;
background: #fff;
border-color: #fff;
}
.btn-sm {
padding: 11px 20px 9px;
font-size: 13px;
}
.btn_icon {
width: 50px;
height: 50px;
padding: 0;
font-size: 16px;
line-height: 46px;
text-align: center;
}
.shortcodes_buttons .btn {
margin-left: 10px;
margin-right: 7px;
}
/* __________ Blockquote __________ */
blockquote {
position: relative;
margin: 0 0 24px 70px;
padding: 4px 0 7px 25px;
border-left: 1px solid #ccc;
}
blockquote:before {
content: "\f10d";
position: absolute;
left: -70px;
top: 10px;
width: 40px;
height: 40px;
font-family: FontAwesome;
line-height: 40px;
font-size: 40px;
color: #333;
}
/* __________ Alerts __________ */
.alert {
position: relative;
margin-bottom: 30px;
padding: 10px 43px 8px 17px;
font-size: 12px;
color: #333;
border-radius: 0;
border-width: 2px;
border-style: solid;
}
.alert strong {
display: block;
text-transform: uppercase;
font-weight: 900;
line-height: 18px;
font-size: 14px;
}
.alert .close {
position: absolute;
top: 50%;
right: 17px;
float: none;
display: block;
width: 9px;
height: 9px;
margin-top: -5px;
line-height: 9px;
font-size: 18px;
opacity: 1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.alert .close:hover {
opacity: 0.5;
}
.alert-danger {
background-color: #ffeded;
border-color: #cc3333;
}
.alert-danger strong, .alert-danger .close {
color: #cc3333;
}
.alert-success {
background-color: #e3ffde;
border-color: #339933;
}
.alert-success strong, .alert-success .close {
color: #339933;
}
.alert-info {
background-color: #e8f8ff;
border-color: #3399cc;
}
.alert-info strong, .alert-info .close {
color: #3399cc;
}
.alert-warning {
background-color: #fff6db;
border-color: #cc9933;
}
.alert-warning strong, .alert-warning .close {
color: #cc9933;
}
/* __________ List Styles __________ */
.list1 li {
position: relative;
padding: 0 0 10px 15px;
}
.list1 li:before {
content: '';
position: absolute;
left: 0;
top: 7px;
width: 6px;
height: 6px;
border: 2px solid #333;
border-radius: 50%;
}
.list2 li {
position: relative;
padding: 0 0 10px 15px;
}
.list2 li:before {
content: "\f054";
position: absolute;
left: 0;
top: 1px;
font-family: FontAwesome;
line-height: 20px;
font-size: 8px;
color: #333;
}
.list3 li {
position: relative;
padding: 0 0 10px 15px;
}
.list3 li:before {
content: "\f00c";
position: absolute;
left: 0;
top: 0;
font-family: FontAwesome;
line-height: 20px;
font-size: 10px;
color: #333;
}
.list4 {
padding-left: 20px;
}
.list4 li {
padding: 0 0 10px;
list-style: decimal;
font-weight: 900;
color: #333;
}
.list4 li span {
font-weight: 400;
color: #666;
}
/* __________ Table type1 __________ */
.table.type1 {
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
}
.table.type1 thead {
font-weight: 900;
color: #333;
background-color: #f5f5f5;
}
.table.type1 thead tr th {
border-bottom: 0;
}
.table.type1 thead tr th,
.table.type1 tbody tr th,
.table.type1 tfoot tr th,
.table.type1 thead tr td,
.table.type1 tbody tr td,
.table.type1 tfoot tr td {
padding: 14px 0;
text-align: center;
line-height: 20px;
font-size: 12px;
color: #666;
border-top: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
}
.table.type1 tbody tr th {
width: 68px;
}
/* __________ Table type1 __________ */
.table.type2thead {
font-weight: 900;
color: #333;
}
.table.type2 thead tr th {
border-bottom: 0;
}
.table.type2 thead tr th,
.table.type2 tbody tr th,
.table.type2 tfoot tr th,
.table.type2 thead tr td,
.table.type2 tbody tr td,
.table.type2 tfoot tr td {
padding: 14px 0;
text-align: center;
line-height: 20px;
font-size: 12px;
color: #666;
border-top: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
}
.table.type2 thead tr th:last-child,
.table.type2 tbody tr th:last-child,
.table.type2 tfoot tr th:last-child,
.table.type2 thead tr td:last-child,
.table.type2 tbody tr td:last-child,
.table.type2 tfoot tr td:last-child {
border-right: 0;
}
.table.type2 tbody tr th {
width: 68px;
}
/* __________ Prices Block __________ */
.price_item {
padding: 24px 0 20px;
border: 1px solid #e9e9e9;
transition: border-color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out;
}
.price_item.best_price, .price_item.free_price {
position: relative;
}
.price_item.best_price:before,
.price_item.free_price:before {
content: '';
position: absolute;
left: -4px;
top: -5px;
width: 76px;
height: 75px;
background-image: url(../images/best_price.png);
background-repeat: no-repeat;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
}
.price_item.free_price:before {
background-image: url(../images/free_price.png);
left: -3px;
top: -4px;
}
.price_item_title {
padding-bottom: 25px;
text-transform: uppercase;
font-weight: 900;
font-size: 16px;
transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.price_item_cost {
width: 170px;
height: 170px;
margin: 0 auto 30px;
padding: 45px 0 40px;
font-weight: 900;
line-height: 67px;
font-size: 80px;
color: #fff;
border-radius: 50%;
background-color: #666;
transition: background-color 0.3s ease-in-out;
-webkit-transition: background-color 0.3s ease-in-out;
}
.price_item_cost span {
display: block;
line-height: 18px;
font-size: 14px;
}
.price_item_text {
padding: 15px 5px 14px;
border-top: 1px solid #e9e9e9;
background-color: #f5f5f5;
transition: background-color 0.3s ease-in-out;
-webkit-transition: background-color 0.3s ease-in-out;
}
.price_item_text.last {
border-bottom: 1px solid #e9e9e9;
}
.price_item_text b {
font-weight: 900;
color: #333;
}
.price_item .btn {
width: 210px;
margin: 19px 0 0;
}
.price_item.price_active {
padding: 22px 0 18px;
border: 3px solid #333;
}
.price_item.price_active.best_price:before {
left: -6px;
top: -7px;
}
.price_item.price_active.free_price:before {
left: -5px;
top: -6px;
}
.price_item.price_active .price_item_title {
color: #333;
}
.price_item.price_active .price_item_cost {
background-color: #333;
}
.price_item.price_active .price_item_text {
background-color: transparent;
}
/* Type2 */
.price_item.type2 {
padding-top: 0;
}
.price_item.type2 .price_item_title {
padding: 25px 0 21px;
line-height: 24px;
font-size: 21px;
color: #fff;
background-color: #666;
}
.price_item.type2 .price_item_cost {
position: relative;
height: auto;
margin-bottom: 0;
padding: 35px 0 38px;
color: #333;
background-color: transparent;
}
.price_item.type2 .price_item_cost:before {
content: '$';
position: absolute;
top: 35px;
left: 50%;
margin-left: -65px;
font-weight: 900;
line-height: 35px;
font-size: 26px;
color: #333;
}
.price_item.type2.free_price .price_item_cost:before {
margin-left: -40px;
}
.price_item.type2 .price_item_text {
background-color: transparent;
}
.price_item.type2.price_active .price_item_title {
padding-top: 23px;
background-color: #333;
}
/* __________ Accordion __________ */
#accordion {
padding-top: 11px;
}
#accordion h4.accordion_title {
position: relative;
margin: 0;
padding: 16px 0 17px 50px;
text-transform: none;
line-height: 26px;
font-size: 24px;
color: #666;
border-top: 1px solid #e9e9e9;
cursor: pointer;
transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
}
#accordion h4.accordion_title:hover {
color: #242424;
}
#accordion h4.accordion_title.active {
border-top: 2px solid #333;
}
#accordion h4.accordion_title:before {
content: "\f105";
position: absolute;
left: 2px;
top: 12px;
width: 35px;
height: 35px;
font-family: FontAwesome;
font-weight: bold;
text-indent: 2px;
line-height: 30px;
text-align: center;
font-size: 20px;
color: #ccc;
border: 2px solid #ccc;
border-radius: 50%;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#accordion h4.accordion_title:hover:before {
color: #333;
border-color: #333;
}
#accordion h4.accordion_title.active:before {
color: #fff;
border-color: #333;
background-color: #333;
transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
#accordion .accordion_content {
display: none;
padding: 13px 0 3px 50px;
line-height: 24px;
font-size: 14px;
}
#accordion .accordion_content p {
margin-bottom: 24px;
}
/*-----------------------------------------------------------------------------------*/
/* HEADER
/*-----------------------------------------------------------------------------------*/
header {
position: absolute;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 60px;
}
/* __________ Top Info __________ */
.top_info {
padding: 10px 0;
background-color: rgba(255, 255, 255, 0.65);
}
.phone_top {
float: right;
text-transform: uppercase;
font-size: 11px;
color: #333;
}
.phone_top a {
display: inline-block;
padding-left: 6px;
font-weight: 900;
font-size: 14px;
color: #333 !important;
}
.live_chat {
float: right;
margin-left: 12px;
}
.live_chat a {
position: relative;
display: block;
text-transform: uppercase;
font-size: 11px;
color: #333;
}
.live_chat a:hover {
color: #999;
}
.live_chat a:before {
content: '';
position: absolute;
left: 0;
top: 7px;
height: 9px;
border-left: 1px dotted #999;
}
.live_chat a i {
top: 0;
display: inline-block;
padding: 0 1px 0 12px;
font-size: 16px;
color: #666;
}
/* __________ Logo __________ */
.logo {
float: left;
width: 115px;
}
.logo a {
display: block;
}
/* __________ Menu __________ */
.menu_block {
height: 60px;
background-color: #fff;
}
.is-sticky .menu_block {
z-index: 9000;
left: 0;
width: 100%;
box-shadow: 0 1px 0 #e9e9e9;
}
.navmenu {
float: right;
}
.navmenu li {
position: relative;
display: inline-block;
margin: 0 0 0 -3px;
}
.navmenu li.sub-menu:hover {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(90%, #ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* IE10+ */
background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.navmenu li.sub-menu:hover:before {
content: '';
position: absolute;
z-index: 9999;
left: 0;
right: 0;
bottom: -2px;
height: 3px;
background-color: #fff;
}
.navmenu li a {
position: relative;
display: block;
margin: 0;
padding: 20px 16px;
text-transform: uppercase;
font-weight: 900;
line-height: 20px;
font-size: 13px;
color: #333;
transition: none;
-webkit-transition: none;
}
.navmenu li.sale_menu a {
color: #cc3333;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.navmenu li.sale_menu a:before, .navmenu li.sale_menu a:after {
display: none;
}
.navmenu li:hover a,
.navmenu li.active a {
margin-left: -1px;
margin-right: -1px;
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
}
.navmenu li:hover a:before,
.navmenu li.active a:before,
.navmenu li:hover a:after,
.navmenu li.active a:after {
content: '';
position: absolute;
left: -1px;
right: -1px;
top: -2px;
height: 2px;
background-color: #333;
}
.navmenu li:hover a:after, .navmenu li.active a:after {
top: auto;
bottom: -2px;
}
.navmenu li.sale_menu:hover a,
.navmenu li.sale_menu.active a {
margin: 0;
border: 0;
color: #fff;
background-color: #cc3333;
}
/* __________ Submenu __________ */
.navmenu li.sub-menu ul {
display: none;
position: absolute;
z-index: 9990;
width: 100%;
left: -1px;
top: 100%;
padding: 19px 0 3px;
margin: 0;
background: #fff;
border-radius: 0;
border: 1px solid #e9e9e9;
}
.navmenu li.sub-menu.last ul {
right: 0;
left: auto;
}
.navmenu li.sub-menu ul li {
margin: 0;
padding: 0;
text-align: left;
border-top: 0;
}
.navmenu li.sub-menu ul li a {
position: relative;
margin: 0;
padding: 0 0 10px 11px;
line-height: 20px;
font-size: 11px;
color: #666;
border: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.navmenu li.sub-menu ul li a:before {
content: '°';
position: absolute;
left: 0;
top: 3px;
font-size: 14px;
color: #ccc;
background: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.navmenu li.sub-menu ul li a:after {
background: none;
}
.navmenu li.sub-menu ul li.active a,
.navmenu li.sub-menu ul li a:hover {
color: #333;
}
.navmenu li.sub-menu ul li.active a:before,
.navmenu li.sub-menu ul li a:hover:before {
color: #333;
}
/* __________ Mega Menu ________ */
.navmenu li.sub-menu ul.megamenu_col1 {
width: 160px;
}
.navmenu li.sub-menu ul.megamenu_col2 {
width: 265px;
}
.navmenu li.sub-menu ul.megamenu_col3 {
width: 420px;
}
.navmenu li ul.mega_menu li.col {
float: left;
width: 130px;
margin: 0;
padding-left: 15px;
}
.navmenu li ul.mega_menu li ol {
padding-left: 0;
}
.navmenu li ul.mega_menu li ol li {
float: none;
display: block;
}
.navmenu li ul.mega_menu li ol li a {
border: 0;
}
/* _________ //Mega Menu _______ */
/* Secondary */
.secondary_menu {
float: left;
}
.secondary_menu li {
position: relative;
display: inline-block;
margin-right: 11px;
padding-right: 12px;
}
.secondary_menu li:before {
content: '';
position: absolute;
right: 0;
top: 6px;
height: 9px;
border-right: 1px dotted #999;
}
.secondary_menu li:last-child:before {
display: none;
}
.secondary_menu li a {
display: block;
text-transform: uppercase;
font-size: 11px;
color: #333;
}
.secondary_menu li a:hover {
color: #242424;
}
/* __________ Shopping Bag __________ */
.shopping_bag {
float: right;
position: relative;
}
.shopping_bag .shopping_bag_btn {
position: relative;
display: block;
margin: 0;
padding: 20px 19px 20px 20px;
text-transform: uppercase;
font-weight: 900;
line-height: 20px;
font-size: 13px;
color: #333;
border-left: 1px solid #e9e9e9;
transition: none;
-webkit-transition: none;
}
.shopping_bag.cart_active .shopping_bag_btn {
margin: -2px 0 0;
border-top: 2px solid #333;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(90%, #ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* IE10+ */
background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.shopping_bag .shopping_bag_btn:hover:before,
.shopping_bag .shopping_bag_btn:hover:after {
content: '';
position: absolute;
left: -1px;
right: -1px;
top: -2px;
height: 2px;
background-color: #333;
}
.shopping_bag .shopping_bag_btn:hover:before {
top: auto;
bottom: -2px;
}
.shopping_bag.cart_active .shopping_bag_btn:before {
content: '';
position: absolute;
z-index: 9999;
left: 0;
right: 0;
bottom: -2px;
height: 3px;
background-color: #fff;
}
.shopping_bag.cart_active .shopping_bag_btn:before {
content: '';
position: absolute;
z-index: 9999;
left: 0;
right: 0;
bottom: -2px;
height: 3px;
background-color: #fff;
}
.shopping_bag .shopping_bag_btn p {
display: inline-block;
margin: 0;
}
.shopping_bag .shopping_bag_btn i {
padding-right: 5px;
}
.shopping_bag .shopping_bag_btn span {
display: inline-block;
margin-left: 5px;
padding: 0 6px;
font-weight: 900;
font-size: 13px;
color: #fff;
background-color: #cc3333;
}
.shopping_bag.cart_active .shopping_bag_btn span {
background-color: #333;
}
/* __________ Cart __________ */
.cart {
overflow: hidden;
position: absolute;
right: 0;
top: 100%;
width: 235px;
border: 1px solid #e9e9e9;
background-color: #fff;
}
.cart li {
padding: 16px 19px 20px;
border-bottom: 1px solid #e9e9e9;
}
.cart .cart_item_product {
float: left;
margin-right: 20px;
width: 60px;
}
.cart_item_title {
display: block;
text-transform: uppercase;
line-height: 14px;
font-size: 11px;
color: #666;
}
.cart_item_title:hover {
color: #333;
}
.cart_item_price {
display: block;
text-transform: uppercase;
font-weight: 900;
line-height: 24px;
font-size: 14px;
color: #666;
}
.cart_total {
padding: 15px 19px 19px;
}
.cart_total .clearfix {
padding-bottom: 14px;
}
.cart_total .cart_subtotal {
text-transform: uppercase;
line-height: 20px;
font-size: 11px;
color: #666;
}
.cart_total .cart_subtotal b {
float: right;
display: inline-block;
line-height: 20px;
font-size: 16px;
color: #333;
}
.cart_total .btn {
width: 100%;
}
/* __________ Love List __________ */
.love_list {
float: right;
position: relative;
}
.love_list .love_list_btn {
position: relative;
display: block;
margin: 0;
padding: 20px 19px 20px 20px;
text-transform: uppercase;
font-weight: 900;
line-height: 20px;
font-size: 13px;
color: #333;
border-left: 1px solid #e9e9e9;
transition: none;
-webkit-transition: none;
}
.love_list.cart_active .love_list_btn {
margin: -2px 0 0;
border-top: 2px solid #333;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(90%, #ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* IE10+ */
background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.love_list .love_list_btn:hover:before,
.love_list .love_list_btn:hover:after {
content: '';
position: absolute;
left: -1px;
right: -1px;
top: -2px;
height: 2px;
background-color: #333;
}
.love_list .love_list_btn:hover:before {
top: auto;
bottom: -2px;
}
.love_list.cart_active .love_list_btn:before {
content: '';
position: absolute;
z-index: 9999;
left: 0;
right: 0;
bottom: -2px;
height: 3px;
background-color: #fff;
}
.love_list .love_list_btn p {
display: inline-block;
margin: 0;
}
.love_list .love_list_btn i {
padding-right: 5px;
}
.love_list .love_list_btn span {
display: inline-block;
margin-left: 5px;
padding: 0 6px;
font-weight: 900;
font-size: 13px;
color: #fff;
background-color: #cc3333;
}
.love_list.cart_active .love_list_btn span {
background-color: #333;
}
/* Search Form */
.top_search_form {
float: right;
position: relative;
}
.top_search_btn {
position: relative;
display: block;
margin: 0;
padding: 20px 22px 20px 20px;
font-size: 16px;
color: #333;
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
transition: none;
-webkit-transition: none;
}
.top_search_form.form_active .top_search_btn {
margin: -2px 0 0;
border-top: 2px solid #333;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(90%, #ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* IE10+ */
background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.top_search_form .top_search_btn:hover:before,
.top_search_form .top_search_btn:hover:after {
content: '';
position: absolute;
left: -1px;
right: -1px;
top: -2px;
height: 2px;
background-color: #333;
}
.top_search_form .top_search_btn:hover:before {
top: auto;
bottom: -2px;
}
.top_search_form.form_active .top_search_btn:before {
content: '';
position: absolute;
z-index: 9999;
left: 0;
right: 0;
bottom: -2px;
height: 3px;
background-color: #fff;
}
.top_search_form form {
position: absolute;
top: 100%;
right: 0;
width: 235px;
border: 1px solid #e9e9e9;
background-color: #fff;
}
.top_search_form input[type="text"] {
margin: 0;
border: 0;
height: 50px;
width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* HOME
/*-----------------------------------------------------------------------------------*/
#home {
position: relative;
padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/* TOVAR SECTION
/*-----------------------------------------------------------------------------------*/
.tovar_section {
padding-top: 26px;
}
/*-----------------------------------------------------------------------------------*/
/* TOVAR ITEM
/*-----------------------------------------------------------------------------------*/
.tovar_img {
overflow: hidden;
position: relative;
text-align: center;
}
.tovar_img_wrapper img {
position: absolute !Important;
left: 0;
top: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.tovar_item .tovar_img_wrapper .img_h,
.tovar_item:hover .tovar_img_wrapper .img {
opacity: 0;
}
.tovar_item:hover .tovar_img_wrapper .img_h {
opacity: 0.25;
}
.tovar_item_btns {
position: absolute;
left: 0;
right: 0;
bottom: -10px;
margin: 0 -5px;
opacity: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.tovar_item:hover .tovar_item_btns {
opacity: 1;
bottom: 20px;
}
.tovar_item_btns a {
display: inline-block;
margin: 0 3px 0 5px;
}
.tovar_item_btns a:hover {
background-color: #333;
color: #fff;
}
a.add_lovelist:hover {
color: #cc3333;
border-color: #cc3333;
background-color: inherit;
}
.open-project-link {
display: inline-block;
}
.tovar_view {
padding: 13px 32px;
text-transform: uppercase;
font-weight: 900;
font-size: 14px;
color: #333;
border: 2px solid #333;
}
.add_bag, .add_lovelist {
display: inline-block;
width: 50px;
height: 50px;
text-align: center;
line-height: 46px;
font-size: 16px;
color: #333;
border: 2px solid #333;
}
.tovar_description {
padding: 18px 0 0;
}
.tovar_title {
float: left;
width: 80%;
display: block;
text-transform: uppercase;
font-weight: 900;
line-height: 16px;
font-size: 14px;
color: #333;
}
.tovar_title:hover {
color: #232323;
}
.tovar_price {
float: right;
display: block;
font-weight: 900;
line-height: 16px;
font-size: 14px;
color: #666666;
}
/*-----------------------------------------------------------------------------------*/
/* BANNER
/*-----------------------------------------------------------------------------------*/
.banner {
position: relative;
display: block;
}
.banner:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-width: 2px;
border-style: solid;
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
}
.banner.type1:before {
border-color: #b9957d;
}
.banner.type2:before {
border-color: #333;
}
.banner.type3:before {
border-color: #e79d79;
}
.banner.type4:before {
border-color: #d24d4d;
}
.banner.nobord:before {
border: 0;
}
.banner:hover:before {
border-width: 6px;
}
/* Top Sale */
.top_sale_banners a.banner img {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.top_sale_banners a.banner {
background-color: #000;
}
.top_sale_banners:hover a.banner img {
opacity: 0.5;
}
.top_sale_banners a.banner:hover img {
opacity: 1;
}
.banner.white_bord:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
border: 2px solid #fff;
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
}
.banner.white_bord:hover:before {
left: -7px;
top: -7px;
right: -7px;
bottom: -7px;
opacity: 1;
}
/* Banner Widget */
.widget_banners {
padding: 20px 0;
}
.blog .widget_banners {
padding: 0;
}
.widget_banners img {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.widget_banners a {
display: block;
background-color: #000;
}
.widget_banners:hover img {
opacity: 0.5;
}
.widget_banners a:hover img {
opacity: 1;
}
/* Shop Banner */
.banner_block a img {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.banner_block a {
display: block;
background-color: #000;
}
.banner_block:hover img {
opacity: 0.5;
}
/*-----------------------------------------------------------------------------------*/
/* NEW ARRIVALS
/*-----------------------------------------------------------------------------------*/
.new_arrivals .jcarousel li {
width: 170px;
margin-right: 30px;
}
/* Tovar Item */
.tovar_img {
overflow: hidden;
position: relative;
text-align: center;
}
.tovar_img img {
position: static;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.tovar_item_new:hover .tovar_img img {
opacity: 0.25;
}
.tovar_item_new .tovar_view {
position: absolute;
left: 0;
right: 0;
bottom: -10px;
display: block;
width: 110px;
margin: 0 auto;
padding: 9px 13px 8px;
text-transform: uppercase;
font-weight: 900;
line-height: 20px;
font-size: 12px;
color: #333;
opacity: 0;
}
.tovar_item_new:hover .tovar_view {
opacity: 1;
bottom: 10px;
}
.tovar_item_new .tovar_view:hover {
color: #fff;
background-color: #333;
}
.tovar_item_new .tovar_title {
float: none;
width: 100%;
min-height: 46px;
padding-bottom: 14px;
}
.tovar_item_new .tovar_price {
float: none;
}
.tovar_sale {
position: relative;
}
.tovar_sale:before {
content: 'sale';
position: absolute;
z-index: 2;
right: 0;
top: 0;
padding: 5px 10px 4px;
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
color: #fff;
background-color: #cc3333;
}
.variable-sizes .tovar_sale:before {
left: 0;
right: auto;
}
/*-----------------------------------------------------------------------------------*/
/* TOVAR VIEW MODAL
/*-----------------------------------------------------------------------------------*/
#modal-body {
position: fixed;
z-index: 10002;
left: 0;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
display: none;
opacity: 0;
background-color: rgba(255, 255, 255, 0.75);
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
#modal-body.modal-active {
display: block;
opacity: 1;
}
.close_block {
position: absolute;
z-index: 10005;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#tovar_content {
position: absolute;
z-index: 10006;
left: 50%;
top: 50%;
width: 930px;
padding: 25px 30px;
background-color: #fff;
border: 1px solid #e9e9e9;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.20);
transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.tover_view_header {
margin-bottom: 29px;
padding-bottom: 5px;
border-bottom: 1px solid #e9e9e9;
}
.tover_view_header p {
float: left;
text-transform: uppercase;
font-weight: 900;
font-size: 15px;
color: #333;
}
#tover_view_page_close {
float: right;
display: block;
font-weight: 300;
line-height: 24px;
color: #666;
}
#tover_view_page_close:hover {
color: #333;
}
#tover_view_page_close i {
display: inline-block;
vertical-align: top;
margin-left: 10px;
width: 24px;
height: 24px;
line-height: 20px;
font-style: normal;
text-align: center;
font-size: 9px;
color: #999;
border: 2px solid #ccc;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#tover_view_page_close:hover i {
color: #333;
border-color: #333;
}
/* Tovar Carousel */
.tovar_view_fotos {
position: relative;
float: left;
width: 468px;
margin-right: 30px;
margin-top: 9px;
padding: 0;
}
#slider1, #slider2 {
float: left;
padding-right: 98px;
}
#carousel1,
#carousel2 {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 80px;
}
#carousel1 .slides li,
#carousel2 .slides li {
overflow: hidden;
float: none !important;
margin-bottom: 10px;
width: 80px;
height: 100px;
}
#carousel1 .slides li img, #carousel2 .slides li img {
margin-bottom: 10px;
}
#carousel1 .flex-viewport,
#carousel2 .flex-viewport {
height: 484px !important;
}
#carousel2 .flex-active-slide, #carousel1 .flex-active-slide {
position: relative;
}
#carousel1 .flex-active-slide:before,
#carousel2 .flex-active-slide:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
border: 1px solid #e9e9e9;
}
#carousel1 .slides li img,
#carousel2 .slides li img {
opacity: 0.5;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#carousel2 .slides .flex-active-slide img,
#carousel2 .slides li img:hover,
#carousel1 .slides .flex-active-slide img,
#carousel1 .slides li img:hover {
opacity: 1;
}
/* Tovar Description */
.tovar_view_description {
float: right;
width: 369px;
}
.tovar_view_title {
font-weight: 300;
line-height: 41px;
font-size: 34px;
color: #333;
}
.tovar_article {
padding-bottom: 17px;
line-height: 14px;
font-size: 11px;
color: #999;
}
.tovar_brend_price {
margin-bottom: 15px;
padding-bottom: 24px;
border-bottom: 1px solid #e9e9e9;
}
.tovar_brend {
font-weight: 300;
line-height: 30px;
font-size: 24px;
color: #333;
}
.tovar_view_price {
margin-top: -5px;
font-weight: 900;
line-height: 24px;
font-size: 22px;
color: #333;
}
.tovar_view_price span {
display: block;
text-decoration: line-through;
line-height: 17px;
font-size: 13px;
color: #666666;
}
.tovar_color_select {
padding-bottom: 19px;
}
.tovar_color_select p {
margin-bottom: 13px;
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
color: #333;
}
.tovar_color_select a {
position: relative;
display: inline-block;
margin-right: 10px;
width: 32px;
height: 22px;
}
.tovar_color_select a.color1 {
background-color: #7d97b0;
}
.tovar_color_select a.color2 {
background-color: #d6c4b5;
}
.tovar_color_select a.color3 {
background-color: #779574;
}
.tovar_color_select a.color4 {
background-color: #bf9bcb;
}
.tovar_color_select a:before {
content: '';
position: absolute;
left: -4px;
top: -4px;
right: -4px;
bottom: -4px;
border: 1px solid #e9e9e9;
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
}
.tovar_color_select a:hover:before,
.tovar_color_select a.active:before {
border: 2px solid #333;
}
.tovar_size_select {
padding-bottom: 25px;
}
.tovar_size_select p {
margin-bottom: 9px;
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
color: #333;
}
.tovar_size_select span {
float: right;
display: block;
line-height: 18px;
font-size: 12px;
color: #666;
}
.tovar_size_select a {
display: inline-block;
width: 40px;
height: 30px;
margin: 0 1px 5px;
text-align: center;
line-height: 28px;
font-size: 11px;
color: #666;
border: 1px solid #e9e9e9;
transition: color 0.3s ease-in-out, border-color 0.2s ease-in-out;
-webkit-transition: color 0.3s ease-in-out, border-color 0.2s ease-in-out;
}
.tovar_size_select a:hover,
.tovar_size_select a.active {
line-height: 26px;
color: #333;
border: 2px solid #333;
}
.tovar_view_btn {
margin-bottom: 10px;
padding: 0 0 17px;
border-bottom: 1px solid #e9e9e9;
}
.tovar_view_btn .fancy-select {
margin-right: 7px;
}
.tovar_view_btn .add_bag {
display: inline-block;
margin-right: 7px;
padding: 13px 42px;
width: auto;
text-transform: uppercase;
font-weight: 900;
line-height: 20px;
font-size: 14px;
color: #fff;
background-color: #333;
}
.tovar_view_btn .add_bag:hover {
color: #fff;
background-color: #232323;
}
.tovar_view_btn .add_bag i {
padding-right: 15px;
}
.tovar_shared p {
float: left;
margin-bottom: 9px;
padding-top: 5px;
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
color: #333;
}
.tovar_shared ul {
float: right;
}
.tovar_shared ul li {
display: inline-block;
width: 28px;
height: 28px;
margin-left: 10px;
text-align: center;
line-height: 26px;
font-size: 20px;
}
.tovar_shared ul li a {
color: #ccc;
}
.tovar_shared ul li a:hover {
color: #333;
}
/*-----------------------------------------------------------------------------------*/
/* TOVAR DETAILS
/*-----------------------------------------------------------------------------------*/
/* Sidebar Tovar details */
.sidebar_tovar_details h3 {
margin: 0;
padding-bottom: 25px;
border-bottom: 1px solid #e9e9e9;
}
.tovar_items_small {
padding-top: 35px;
}
.tovar_items_small li {
padding: 0 0 27px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.tovar_items_small:hover li {
opacity: 0.3;
}
.tovar_items_small li:hover {
opacity: 1;
}
.tovar_item_small_img {
float: left;
margin-right: 20px;
width: 100px;
}
.tovar_item_small_title {
display: block;
margin-bottom: 10px;
text-transform: uppercase;
font-weight: 900;
line-height: 16px;
font-size: 14px;
color: #333;
}
.tovar_item_small_title:hover {
color: #242424;
}
.tovar_item_small_price {
display: block;
text-transform: uppercase;
font-weight: 900;
line-height: 24px;
font-size: 14px;
color: #666;
}
/* Tovar Details Header */
.tovar_details_header {
border-bottom: 1px solid #ededed;
}
.tovar_details_header h3 {
margin-bottom: 25px;
}
.tovar_details_pagination a {
display: inline-block;
width: 24px;
height: 24px;
text-align: center;
line-height: 19px;
font-size: 17px;
color: #999;
border: 2px solid #ccc;
}
.tovar_details_pagination a:hover {
color: #333;
border-color: #333;
}
.tovar_details_pagination span {
display: inline-block;
vertical-align: top;
padding: 0 10px;
font-weight: 300;
line-height: 24px;
color: #666;
}
/* Tovar information */
.tovar_information .box {
display: none;
}
.tovar_information .box.visible {
display: block;
}
.tovar_information .tabs li {
position: relative;
float: left;
margin: 0 -1px 0 0;
padding: 14px 35px;
text-transform: uppercase;
font-weight: 900;
font-size: 14px;
color: #666;
border: 1px solid #e9e9e9;
cursor: pointer;
transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
}
.tovar_information .tabs li:hover {
color: #333;
}
.tovar_information .tabs li.current {
margin-top: -2px;
color: #333;
border-top: 3px solid #333;
border-bottom: 1px solid #fff;
background: #f0f0f0; /* Old browsers */
background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 60%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(60%, #ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 60%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 60%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 60%); /* IE10+ */
background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 60%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.tovar_information .box {
margin-top: -1px;
padding: 16px 19px 18px;
line-height: 18px;
font-size: 12px;
color: #666;
border: 1px solid #e9e9e9;
}
/* Reviews */
ul.comments li {
position: relative;
margin-bottom: 30px;
margin-left: 0;
}
ul.comments li p {
margin: 0;
}
ul.comments li .date {
float: left;
padding-left: 20px;
color: #7a8188;
}
ul.comments li .fa + p {
margin-top: 10px;
}
ul.comments li ul li {
background: #f7f7f7;
padding: 15px 20px;
margin: 20px 0 20px 20px;
}
.rating-box {
padding: 5px 0;
}
.rating-box .fa {
float: left;
width: 16px;
height: 16px;
margin: 0;
padding: 0;
line-height: 16px;
font-size: 16px;
color: #ffdd00;
text-align: left;
}
.rating-box .fa.fa-star-o, .rating-box .fa.fa-star-o:hover {
color: #666;
}
.rating-box .fa:hover {
color: #ffdd00;
}
.rating-box-label {
display: inline-block;
margin: 4px 10px 0 0;
}
/*-----------------------------------------------------------------------------------*/
/* BRANDS
/*-----------------------------------------------------------------------------------*/
.brands_carousel .jcarousel-wrapper {
padding-bottom: 32px;
}
/* jCarousel */
.brands_carousel .jcarousel-control-prev {
right: auto;
left: 0;
}
.brands_carousel .jCarousel_pagination a {
top: 35px;
}
.brands_carousel .jcarousel {
left: 44px;
width: 1082px;
}
.brands_carousel .jcarousel li {
width: 200px;
margin-right: 20px;
}
.brands_carousel .jcarousel li a {
display: block;
opacity: 0.35;
}
.brands_carousel .jcarousel li a:hover {
opacity: 1;
}
/*-----------------------------------------------------------------------------------*/
/* SERVICES SECTION
/*-----------------------------------------------------------------------------------*/
.services_section {
padding-top: 47px;
}
.services_section_description p {
margin-top: -7px;
margin-bottom: 27px;
padding-right: 40px;
font-weight: 300;
line-height: 38px;
font-size: 30px;
color: #242424;
}
.services_section_description span {
display: block;
line-height: 22px;
font-size: 13px;
color: #666;
}
.service_item i {
float: left;
top: 0;
display: block;
width: 32px;
height: 32px;
margin-right: 13px;
text-align: center;
line-height: 34px;
font-size: 38px;
color: #333;
}
.service_item p {
margin: 0;
padding: 4px 0 15px;
line-height: 24px;
font-size: 20px;
color: #333;
}
.service_item span {
display: block;
line-height: 20px;
font-size: 12px;
color: #666;
}
/* __________ Type 2 __________ */
.service_item.type2 {
text-align: center;
}
.service_item.type2 i {
float: none;
width: 90px;
height: 90px;
margin: 0 auto 27px;
border-radius: 50%;
line-height: 88px;
color: #fff;
background-color: #333;
}
.service_item.type2 p {
padding: 0 0 12px;
line-height: 26px;
font-size: 24px;
}
.service_item.type2 span {
padding: 0 60px;
}
/*-----------------------------------------------------------------------------------*/
/* POSTS
/*-----------------------------------------------------------------------------------*/
/* __________ Recent Posts __________ */
.recent_post_item {
position: relative;
}
.recent_post_date {
position: absolute;
z-index: 10;
left: 0;
top: 5px;
width: 60px;
height: 60px;
padding-top: 14px;
text-align: center;
font-weight: 300;
line-height: 20px;
font-size: 22px;
color: #fff;
background-color: #333;
}
.recent_post_date span {
display: block;
text-transform: uppercase;
font-weight: 900;
line-height: 15px;
font-size: 12px;
}
.recent_post_img {
position: relative;
float: left;
display: block;
margin: 5px 30px 10px 0;
}
.recent_post_img:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
background-color: #fff;
transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
}
.recent_post_item:hover .recent_post_img:before {
opacity: 0.65;
}
.recent_post_title {
display: block;
margin-bottom: 18px;
line-height: 25px;
font-size: 20px;
}
.recent_post_content {
padding-bottom: 20px;
}
.post_meta {
padding-bottom: 24px;
width: auto !important;
}
.post_meta li {
float: none !important;
display: inline-block;
width: auto !important;
padding-right: 20px;
margin-right: 0 !important;
text-transform: uppercase;
font-size: 11px;
color: #333;
}
.post_meta li i {
top: 0;
padding-right: 7px;
color: #ccc;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.post_meta li .sep {
display: inline-block;
padding: 0 3px;
color: #ccc;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.post_meta li:hover i, .post_meta li:hover .sep {
color: #333;
}
/*-----------------------------------------------------------------------------------*/
/* TOP SALE
/*-----------------------------------------------------------------------------------*/
.top_sale {
min-height: 970px;
background-image: url(../images/top_sale.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.top_sale_description {
padding: 221px 0 110px;
}
.top_sale_description p {
margin: 0;
text-transform: uppercase;
font-weight: 100;
line-height: 90px;
font-size: 100px;
color: #fff;
}
.top_sale_description span {
text-transform: uppercase;
font-weight: 300;
line-height: 49px;
font-size: 40px;
color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/* FASHION WEEK
/*-----------------------------------------------------------------------------------*/
.fashion_week {
min-height: 950px;
background-image: url(../images/fashion_week.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.fashion_week_description {
padding: 175px 0 50px;
text-align: center;
}
.fashion_week_description p {
margin: 0;
text-transform: uppercase;
font-weight: 100;
line-height: 101px;
font-size: 100px;
color: #333;
}
.fashion_week_description p b {
font-weight: 900;
}
.fashion_week_description span {
text-transform: uppercase;
font-weight: 300;
line-height: 59px;
font-size: 40px;
color: #333;
}
/* __________ Video Block __________ */
.video_wrapper {
position: relative;
width: 970px;
height: 480px;
margin: 0 auto;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.75);
}
.video_wrapper img {
width: 100%;
}
.video_wrapper iframe {
height: 480px;
}
.video_wrapper .fa {
position: absolute;
left: 50%;
top: 50%;
display: block;
width: 130px;
height: 130px;
margin: -65px 0 0 -65px;
font-family: 'FontAwesome';
text-align: center;
line-height: 120px;
font-size: 50px;
color: #fff;
text-indent: 6px;
border: 5px solid #fff;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.25);
cursor: pointer;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.video_wrapper .fa:hover {
background-color: rgba(0, 0, 0, 0.5);
}
/*-----------------------------------------------------------------------------------*/
/* SHOES
/*-----------------------------------------------------------------------------------*/
.shoes_page {
min-height: 960px;
background-image: url(../images/shoes_page.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.shoes_page_description {
padding: 287px 0 98px;
text-align: left;
}
.shoes_page_description p {
margin: 0;
text-transform: uppercase;
font-weight: 100;
line-height: 78px;
font-size: 100px;
color: #fff;
}
.shoes_page_description p b {
font-weight: 900;
line-height: 95px;
font-size: 120px;
}
.shoes_page_description span {
display: block;
padding-bottom: 59px;
text-transform: uppercase;
font-weight: 300;
line-height: 63px;
font-size: 71px;
color: #fff;
}
.shoes_page_description .btn {
padding-left: 47px;
padding-right: 47px;
}
/*-----------------------------------------------------------------------------------*/
/* SCHOOL SALE
/*-----------------------------------------------------------------------------------*/
.school_sale {
min-height: 700px;
background-image: url(../images/school_sale.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.school_sale_description {
padding: 277px 0 223px;
width: 760px;
}
.school_sale_description p {
margin: 0 0 10px;
text-transform: uppercase;
font-weight: 100;
line-height: 78px;
font-size: 100px;
color: #fff;
}
.school_sale_description span {
text-transform: uppercase;
font-weight: 900;
line-height: 34px;
font-size: 30px;
color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/* BREADCRUMBS
/*-----------------------------------------------------------------------------------*/
.breadcrumb {
margin: 0;
padding: 0;
min-height: 140px;
border-radius: 0;
border-bottom: 70px solid rgba(255, 255, 255, 0.65);
background-color: inherit;
background-repeat: no-repeat;
background-size: cover;
background-image: url(../images/breadcrumb_bg2.jpg);
}
.breadcrumb.women,
.breadcrumb.men {
margin: 0;
padding: 179px 0 81px;
border-radius: 0;
border: 0;
background-color: inherit;
background-repeat: no-repeat;
background-size: cover;
}
.breadcrumb.women {
background-image: url(../images/breadcrumb_bg1.jpg);
}
.breadcrumb.men {
background-image: url(../images/breadcrumb_bg2.jpg);
}
.breadcrumb h2 {
margin: 0;
padding: 0;
text-transform: uppercase;
font-weight: 100;
text-align: center;
line-height: 100px;
font-size: 100px;
color: #fff;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}
/* Page Header */
.page_header .container {
margin-bottom: 21px;
padding-bottom: 4px;
border-bottom: 1px solid #e9e9e9;
}
.page_header a {
display: block;
font-weight: 300;
font-size: 13px;
color: #666;
}
.page_header a:hover {
color: #333;
}
.page_header a i {
margin-left: 10px;
display: inline-block;
width: 24px;
height: 24px;
text-align: center;
line-height: 19px;
font-size: 17px;
color: #999;
border: 2px solid #ccc;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.page_header a:hover i {
color: #333;
border-color: #333;
}
/*-----------------------------------------------------------------------------------*/
/* SIDEBAR
/*-----------------------------------------------------------------------------------*/
#sidebar h3 {
margin: 0 0 15px;
font-weight: 900;
}
.sidepanel {
margin: 0 0 10px;
padding: 14px 18px 7px;
border: 2px solid #ccc;
}
.blog .sidepanel {
margin-bottom: 20px;
}
/* __________ Widget Search __________ */
.widget_search {
margin-bottom: 27px;
padding: 20px;
border: 0;
background-color: #f5f5f5;
}
.widget_search .search_form {
position: relative;
}
.widget_search .search_form:before {
content: "\f002";
position: absolute;
top: 8px;
right: 0;
width: 28px;
height: 11px;
font-family: FontAwesome;
text-align: center;
line-height: 11px;
font-size: 10px;
color: #666;
border-left: 1px dotted #999;
}
.search_form input[type="text"] {
display: block;
padding: 0 35px 0 8px;
width: 100%;
height: 30px;
line-height: 30px;
font-size: 11px;
color: #666;
border: 2px solid #e9e9e9;
background-color: #fff;
}
.search_form input[type="text"]:focus {
border-color: #ccc;
}
/* __________ Categories __________ */
.widget_categories li {
position: relative;
padding: 5px 0 4px 15px;
border-top: 1px solid #e9e9e9;
}
.widget_categories li:before {
content: '°';
position: absolute;
left: 0;
top: 9px;
font-size: 16px;
color: #ccc;
}
.widget_categories li a {
display: block;
text-transform: uppercase;
line-height: 20px;
font-size: 11px;
color: #666;
}
.widget_categories li a:hover {
font-weight: 900;
color: #333;
}
/* __________ Price Filter __________ */
#price-range input {
display: inline-block;
vertical-align: top;
margin: 0;
padding: 0;
width: auto;
height: auto;
font-weight: 400;
line-height: 14px;
font-size: 11px;
color: #666;
border: 0;
box-shadow: none;
}
#price-range label {
display: inline-block;
vertical-align: top;
margin: 0 0 16px;
text-transform: uppercase;
font-weight: 400;
line-height: 14px;
font-size: 11px;
color: #666;
}
.padding-range {
padding: 0 8px;
}
#price-range .ui-widget-content {
position: relative;
margin: 0 0 15px;
height: 5px;
background-image: url(../images/slider-range.jpg);
background-repeat: repeat;
}
#price-range .ui-state-default {
position: absolute;
z-index: 2;
width: 11px;
height: 15px;
margin: -3px 0 0 -7px;
background-image: url(../images/slider-handle.jpg);
background-repeat: no-repeat;
cursor: w-resize;
transition: none !important;
-webkit-transition: none !important;
}
#price-range .ui-slider-horizontal .ui-slider-range {
position: absolute;
z-index: 1;
top: 0;
height: 100%;
display: block;
border: 0;
background-color: #333;
}
/* __________ SHOP BY SIZE __________ */
.widget_sized ul {
padding-bottom: 13px;
}
.widget_sized li {
display: inline-block;
vertical-align: top;
width: 40px;
height: 30px;
margin: 0 2px 5px 0;
border: 1px solid #e9e9e9;
transition: border-color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out;
}
.widget_sized li:hover, .widget_sized li.active {
border: 2px solid #333;
}
.widget_sized li a {
display: block;
text-transform: uppercase;
text-align: center;
line-height: 28px;
font-size: 11px;
color: #666;
transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
}
.widget_sized li.active a,
.widget_sized li:hover a {
line-height: 26px;
color: #333;
}
/* __________ SHOP BY COLOR __________ */
.widget_color ul {
padding-bottom: 13px;
}
.widget_color li {
display: inline-block;
vertical-align: top;
width: 40px;
height: 30px;
margin: 0 2px 5px 0;
padding: 3px;
border: 1px solid #e9e9e9;
cursor: pointer;
transition: border-color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out;
}
.widget_color li.active,
.widget_color li:hover {
padding: 2px;
border: 2px solid #333;
}
.widget_color li a {
display: block;
width: 32px;
height: 22px;
transition: none;
-webkit-transition: none;
}
.widget_color li a.color1 {
background-color: #dc4343;
}
.widget_color li a.color2 {
background-color: #61acf2;
}
.widget_color li a.color3 {
background-color: #63c85b;
}
.widget_color li a.color4 {
background-color: #ddc332;
}
.widget_color li a.color5 {
background-color: #c98d4c;
}
.widget_color li a.color6 {
background-color: #b771db;
}
.widget_color li a.color7 {
background-color: #d3d3d3;
}
.widget_color li a.color8 {
background: #e40d3f; /* Old browsers */
background: -moz-linear-gradient(left, #e40d3f 0%, #d70de4 20%, #440de4 40%, #0daae4 60%, #0de444 80%, #e1ec2b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e40d3f), color-stop(20%, #d70de4), color-stop(40%, #440de4), color-stop(60%, #0daae4), color-stop(80%, #0de444), color-stop(100%, #e1ec2b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #e40d3f 0%, #d70de4 20%, #440de4 40%, #0daae4 60%, #0de444 80%, #e1ec2b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #e40d3f 0%, #d70de4 20%, #440de4 40%, #0daae4 60%, #0de444 80%, #e1ec2b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #e40d3f 0%, #d70de4 20%, #440de4 40%, #0daae4 60%, #0de444 80%, #e1ec2b 100%); /* IE10+ */
background: linear-gradient(to right, #e40d3f 0%, #d70de4 20%, #440de4 40%, #0daae4 60%, #0de444 80%, #e1ec2b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e40d3f', endColorstr='#e1ec2b', GradientType=1); /* IE6-9 */
}
/* __________ SHOP BY BRANDS __________ */
input[type="checkbox"] {
display: none;
}
input[type="checkbox"] + label {
position: relative;
display: block;
padding: 5px 0 4px 19px;
text-transform: uppercase;
font-weight: 400;
line-height: 20px;
font-size: 11px;
color: #666;
border-top: 1px solid #e9e9e9;
cursor: pointer;
transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
}
input[type="checkbox"]:checked + label,
input[type="checkbox"] + label:hover {
color: #333;
}
input[type="checkbox"] + label:before {
content: "\f096";
position: absolute;
left: 0;
top: 6px;
font-family: FontAwesome;
line-height: 20px;
font-size: 15px;
color: #ccc;
transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
}
input[type="checkbox"]:checked + label:before {
content: "\f046";
color: #333;
}
input[type="checkbox"] + label span {
color: #999;
transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
}
input[type="checkbox"] + label:hover span {
color: #333;
}
/* __________ Widget Popular Posts __________ */
.widget_popular_post_item {
margin-bottom: 19px;
padding-bottom: 10px;
border-bottom: 1px solid #e9e9e9;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.widget_popular_posts li:last-child {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 3px;
}
.widget_popular_posts:hover li {
opacity: 0.35;
}
.widget_popular_posts li:hover {
opacity: 1;
}
.widget_popular_post_img {
float: left;
display: block;
margin: 0 20px 10px 0;
}
.widget_popular_post_title {
margin: -2px 0 8px;
display: block;
text-transform: uppercase;
line-height: 14px;
font-size: 11px;
color: #333;
}
.widget_popular_post_title:hover {
color: #242424;
}
.widget_popular_post_date {
display: block;
padding-bottom: 10px;
line-height: 12px;
font-size: 11px;
color: #999;
}
/* __________ Widget Popular Tags __________ */
.widget_tags {
padding-bottom: 16px;
}
.widget_tags a,
.post_tags a {
display: inline-block;
margin: 0 2px 5px 0;
padding: 0 10px;
text-transform: uppercase;
line-height: 30px;
font-size: 11px;
color: #999;
border-radius: 3px;
background-color: #efefef;
}
.widget_tags a:hover,
.post_tags a:hover {
color: #fff;
background-color: #333;
}
/* __________ Widget Best Sellers __________ */
.widget_best_sellers {
padding: 10px 0 0;
border: 0;
}
.widget_best_sellers h3 {
margin-bottom: 35px;
padding-bottom: 25px;
border-bottom: 1px solid #e9e9e9;
}
.widget_best_sellers .tovar_items_small {
padding: 0;
}
/* __________ Registration Form __________ */
.widget_register_form {
margin-bottom: 18px;
}
.registration_form p {
margin: 0 0 16px;
font-size: 12px;
}
.registration_form input[type="text"] {
text-transform: uppercase;
font-size: 11px;
}
.registration_form .forgot_pass {
display: block;
padding-bottom: 9px;
text-align: center;
font-size: 12px;
color: #999;
}
.registration_form .forgot_pass:hover {
color: #333;
}
.registration_form input[type="submit"] {
float: none;
width: 100%;
margin-bottom: 12px;
}
/* __________ Create New Account __________ */
.widget_new_account p {
margin: 0 0 14px;
font-size: 12px;
}
.widget_new_account .create_acc {
display: block;
width: 100%;
padding: 15px 10px;
text-transform: uppercase;
text-align: center;
font-weight: 900;
line-height: 20px;
font-size: 14px;
color: #fff;
background-color: #333;
}
.widget_new_account .create_acc:hover {
background-color: #242424;
}
/* __________ Widget Bag Totals __________ */
.bag_total {
width: 100%;
padding-bottom: 3px;
}
.bag_total tr {
display: block;
width: 100%;
padding: 10px 0 9px;
text-transform: uppercase;
line-height: 20px;
font-size: 11px;
border-top: 1px solid #e9e9e9;
}
.bag_total tr th {
float: left;
}
.bag_total tr td {
float: right;
}
.bag_total tr.cart-subtotal td {
font-weight: 900;
font-size: 14px;
color: #666;
}
.bag_total tr.shipping td {
font-weight: 900;
font-size: 14px;
color: #cc3333;
}
.bag_total tr.total td {
font-weight: 900;
font-size: 18px;
color: #333;
}
.coupon_form {
position: relative;
margin: 0 -18px 20px;
padding: 20px 18px;
background-color: #f5f5f5;
}
.coupon_form input[type="text"] {
height: 30px;
margin: 0;
padding: 0 80px 0 10px;
text-transform: uppercase;
}
.coupon_form input[type="submit"] {
position: absolute;
top: 20px;
right: 18px;
width: 70px;
height: 30px;
padding: 0;
line-height: 30px;
font-size: 12px;
}
.widget_bag_totals .btn {
width: 100%;
margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* SHOP BLOCK
/*-----------------------------------------------------------------------------------*/
/* SORTING TOVAR PANEL */
.sorting_options {
padding: 0 0 15px;
border-bottom: 1px solid #e9e9e9;
}
.sorting_options p {
position: relative;
display: inline-block;
margin: 0 9px 0 0;
padding-right: 9px;
text-transform: uppercase;
font-weight: 900;
font-size: 15px;
color: #333;
}
.sorting_options p:before {
content: '';
position: absolute;
right: 0;
top: 4px;
width: 1px;
height: 13px;
border-right: 1px dotted #999;
}
.count_tovar_items {
display: inline-block;
vertical-align: top;
}
.show_all_tovar {
float: right;
display: inline-block;
padding: 0 17px;
text-transform: uppercase;
font-weight: 400;
line-height: 38px;
font-size: 11px;
color: #666;
border: 1px solid #e9e9e9;
transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.show_all_tovar:hover {
padding: 0 16px;
font-weight: 900;
line-height: 36px;
color: #333;
background: none;
border: 2px solid #333;
}
/* Tovar Sorting */
.product_sort {
display: inline-block;
width: 67%;
vertical-align: top;
text-align: center;
}
/* Tovar Sizes */
#toggle-sizes {
float: right;
}
#toggle-sizes a {
display: inline-block;
margin-left: 6px;
line-height: 20px;
font-size: 18px;
color: #ccc;
}
#toggle-sizes a.active, #toggle-sizes a:hover {
color: #333;
}
/* __________ Shop Section Sizes __________ */
.shop_block {
padding-top: 40px;
}
.tovar_content {
display: none;
}
.variable-sizes .tovar_content {
display: block;
}
.variable-sizes .tovar_img_wrapper {
height: 275px !Important;
}
.shop_block.variable-sizes .tovar_wrapper {
position: relative;
width: 450px;
}
.shop_block.variable-sizes .tovar_item {
height: 100%;
}
.shop_block.variable-sizes .tovar_img {
overflow: visible;
float: left;
width: 200px;
}
.shop_block.variable-sizes .tovar_description {
float: right;
width: 220px;
margin: 0 0 15px;
padding: 6px 0 16px;
border-bottom: 1px solid #e9e9e9;
}
.shop_block.variable-sizes .tovar_description .tovar_title {
float: none;
padding-bottom: 15px;
}
.shop_block.variable-sizes .tovar_description .tovar_price {
float: none;
}
.shop_block.variable-sizes .tovar_item_btns {
left: 100%;
bottom: 0;
width: 100%;
opacity: 1;
}
.shop_block.variable-sizes .tovar_item_btns .tovar_view {
padding-left: 15px;
padding-right: 15px;
}
.shop_block.variable-sizes .tovar_item_btns .tovar_view span {
display: none;
}
/* Pagination */
.pagination {
margin: 0;
}
.pagination li {
display: inline-block;
vertical-align: top;
margin: 0 7px 0 0;
}
.pagination li a {
display: block;
width: 40px;
height: 40px;
padding: 0;
font-weight: 400;
text-align: center;
line-height: 38px;
font-size: 11px;
color: #666;
border: 1px solid #e9e9e9;
border-radius: 0 !important;
transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.pagination li a:hover,
.pagination li.active a {
font-weight: 900;
line-height: 36px;
font-size: 16px;
color: #333;
background: none;
border: 2px solid #333;
}
.pagination li.active a:hover {
color: #fff;
border-color: #333;
background-color: #333;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
color: #fff;
border-color: #333;
background-color: #333;
}
/*-----------------------------------------------------------------------------------*/
/* BLOG
/*-----------------------------------------------------------------------------------*/
.post .post_image,
.post .post_large_image {
position: relative;
display: block;
margin: 0 30px 20px 0;
padding-top: 5px;
}
.post .post_image:before,
.post .post_large_image:before {
content: '';
position: absolute;
left: 0;
top: 5px;
right: -1px;
bottom: 0;
opacity: 0;
background-color: #fff;
transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
}
article.post:hover .post_image:before, article.post:hover .post_large_image:before {
opacity: 0.65;
}
article.post.blog_post:hover .post_image:before, article.post.blog_post:hover .post_large_image:before {
opacity: 0;
}
.post .post_title {
display: block;
padding-bottom: 18px;
line-height: 36px;
font-size: 26px;
color: #333;
}
.post a.post_title:hover {
color: #242424;
}
.post.large_image .post_title {
padding-bottom: 4px;
line-height: 48px;
font-size: 40px;
}
.post .post_content {
padding-bottom: 18px;
}
/* __________ Blog Post __________ */
.blog_post_content {
padding: 31px 0 0;
line-height: 24px;
font-size: 14px;
}
.blog_post_content p {
margin: 0 0 24px;
line-height: 24px;
font-size: 14px;
}
.blog_post_content h2 {
margin-bottom: 34px;
text-transform: none;
line-height: 33px;
font-size: 24px;
}
.blog_post_content h3 {
margin-bottom: 34px;
text-transform: none;
line-height: 33px;
font-size: 20px;
}
.blog_post_content blockquote {
margin-top: -8px;
margin-bottom: 38px;
}
.shared_tags_block {
margin-bottom: 22px;
padding-bottom: 50px;
border-bottom: 1px solid #e9e9e9;
}
/*-----------------------------------------------------------------------------------*/
/* ARTICLES
/*-----------------------------------------------------------------------------------*/
.articles_block {
padding-top: 9px;
}
.article_image {
position: relative;
}
.article_large .article_image {
float: left;
margin: 0 30px 20px 0;
}
.article_image:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: -1px;
bottom: 0;
opacity: 0;
background-color: #fff;
transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
}
.article_item:hover .article_image:before {
opacity: 0.65;
}
.article_date {
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 60px;
padding-top: 14px;
text-align: center;
font-weight: 300;
line-height: 20px;
font-size: 22px;
color: #fff;
background-color: #333;
}
.article_date span {
display: block;
text-transform: uppercase;
font-weight: 900;
line-height: 15px;
font-size: 12px;
}
.article_image {
display: block;
margin: 0 0 23px;
}
.article_title {
display: block;
margin-bottom: 18px;
line-height: 36px;
font-size: 30px;
}
.article_large .article_title {
font-size: 34px;
}
.article_small .article_title {
line-height: 30px;
font-size: 24px;
}
.article_item .post_meta li i {
padding-right: 3px;
}
/* __________ Article Single __________ */
.article_single .article_image {
float: left;
margin-bottom: 40px;
padding-left: 30px;
}
.article_single .article_date {
top: 30px;
}
.article_single_caption {
position: relative;
z-index: 2;
float: right;
display: table;
margin: 30px 0 0 -30px;
padding: 0 28px;
width: 400px;
height: 360px;
background-color: #333;
}
.article_single_caption p {
display: table-cell;
vertical-align: middle;
line-height: 44px;
font-size: 36px;
color: #fff;
}
.article_single_content h3 {
float: left;
width: 775px;
margin-bottom: 34px;
padding-left: 30px;
text-transform: none;
line-height: 33px;
font-size: 20px;
}
.article_single_content blockquote {
float: left;
width: 300px;
}
.article_single_content p {
margin-bottom: 24px;
line-height: 24px;
font-size: 14px;
}
.article_single_content .post_meta {
padding-bottom: 44px;
}
.article_single_content .shared_tags_block {
padding-bottom: 29px;
margin: 0;
border: 0;
}
/*-----------------------------------------------------------------------------------*/
/* BLOG COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
padding-bottom: 13px;
}
#comments h2 {
margin-bottom: 23px;
text-transform: none;
line-height: 33px;
font-size: 24px;
}
#comments li {
padding: 0 0 20px 0;
}
#comments .avatar {
float: left;
display: block;
margin-right: 20px;
width: 70px;
height: 70px;
}
.comment_right {
position: relative;
display: table;
padding: 14px 19px 17px 29px;
font-size: 12px;
color: #666;
border: 1px solid #efefef;
}
.comment_right:before {
content: '';
position: absolute;
left: -10px;
top: 26px;
width: 11px;
height: 20px;
background-image: url(../images/comment_right_b.jpg);
background-repeat: no-repeat;
background-size: 100% auto;
-webkit-background-size: 100% auto;
}
.comment_info {
padding-bottom: 11px;
}
.comment_author {
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
color: #333;
}
.comment_reply {
float: right;
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
color: #999;
}
.comment_reply:hover {
color: #333;
}
.comment_date {
line-height: 16px;
font-size: 11px;
color: #999;
}
#comments ol li ul li {
padding: 20px 0 0 100px;
}
.leave_comment input[type="text"] {
width: 32.8%;
}
.leave_comment textarea {
width: 99.5%;
min-height: 130px;
}
/*-----------------------------------------------------------------------------------*/
/* LOVE LIST / SHOPPING BAG
/*-----------------------------------------------------------------------------------*/
.love_list_block {
padding-top: 9px;
}
table.shop_table {
margin: 0;
width: 100%;
}
table.shop_table thead {
background-color: #f5f5f5;
}
table.shop_table th {
padding: 4px 0 6px;
text-transform: uppercase;
line-height: 20px;
font-size: 11px;
}
table tr.cart_item td {
padding: 6px 20px 20px 0;
border-bottom: 1px solid #e9e9e9;
}
table tr.cart_item:last-child td {
border: 0;
}
table tr.cart_item td.product-thumbnail {
width: 120px;
}
table tr.cart_item td.product-thumbnail a {
display: block;
}
table tr.cart_item td.product-thumbnail a img {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
table.shop_table tbody:hover .product-thumbnail img {
opacity: 0.35;
}
table.shop_table tbody .cart_item:hover .product-thumbnail img {
opacity: 1;
}
table tr.cart_item td.product-name {
vertical-align: middle;
width: 310px;
}
table tr.cart_item td.product-name a {
text-transform: uppercase;
font-weight: 900;
font-size: 14px;
}
table tr.cart_item td.product-name li {
position: relative;
display: inline-block;
margin-right: 8px;
padding-right: 11px;
font-size: 11px;
color: #333;
}
table tr.cart_item td.product-name li:last-child {
margin-right: 0;
padding-right: 0;
}
table tr.cart_item td.product-name li:before {
content: '|';
position: absolute;
right: -1px;
top: 0;
color: #ccc;
}
table tr.cart_item td.product-name li:last-child:before {
display: none;
}
table tr.cart_item td.product-price {
width: 100px;
font-weight: 900;
font-size: 14px;
color: #666;
}
table tr.cart_item td.product-add-bag {
padding-right: 0;
width: 210px;
}
table tr.cart_item td.product-add-bag .add_bag {
display: block;
width: 100%;
border: 0;
text-transform: uppercase;
font-weight: 900;
line-height: 50px;
font-size: 14px;
color: #fff;
background-color: #333;
}
table tr.cart_item td.product-add-bag .add_bag:hover {
background-color: #242424;
}
table tr.cart_item td.product-add-bag .add_bag i {
display: inline-block;
padding-right: 17px;
}
table tr.cart_item td.product-remove {
padding-right: 0;
text-align: right;
}
table tr.cart_item td.product-remove a {
font-weight: 300;
font-size: 13px;
color: #666;
}
table tr.cart_item td.product-remove a:hover {
color: #cc3333;
}
table tr.cart_item td.product-remove i {
display: inline-block;
vertical-align: top;
margin-left: 10px;
margin-top: -2px;
width: 24px;
height: 24px;
line-height: 20px;
font-style: normal;
text-align: center;
font-size: 9px;
color: #999;
border: 2px solid #ccc;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
table tr.cart_item td.product-remove a:hover i {
color: #cc3333;
border-color: #cc3333;
}
table tr.cart_item td.product-quantity {
width: 120px;
}
table tr.cart_item td.product-quantity .fancy-select .trigger {
width: 74px;
}
table div.fancy-select ul.options {
min-width: 74px;
}
table tr.cart_item td.product-subtotal {
width: 100px;
font-weight: 900;
font-size: 14px;
color: #666;
}
/*-----------------------------------------------------------------------------------*/
/* PAGE 404
/*-----------------------------------------------------------------------------------*/
.page404 {
background-image: url(../images/404_bg.jpg);
}
.wrapper404 {
float: right;
width: 570px;
padding-right: 30px;
padding-left: 30px;
text-align: center;
color: #fff;
}
.wrapper404 h1 {
margin: 0;
padding-top: 10px;
font-weight: 900;
line-height: 136px;
font-size: 130px;
color: #fff;
}
.wrapper404 h2 {
position: relative;
margin-bottom: 24px;
padding-bottom: 23px;
font-weight: 300;
line-height: 40px;
font-size: 40px;
color: #fff;
}
.wrapper404 h2:before {
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 50px;
height: 2px;
margin-left: -25px;
background-color: #fff;
}
.wrapper404 p {
margin: 0 0 44px;
text-transform: uppercase;
line-height: 24px;
font-size: 20px;
}
.wrapper404 .btn {
margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* MY ACCOUNT
/*-----------------------------------------------------------------------------------*/
.my_account {
padding-top: 250px;
background-image: url(../images/my_account_bg.jpg);
}
.my_account_block {
background-color: #fff;
margin-bottom: 54px;
}
.my_account_block h2 {
margin: 0 0 39px;
font-weight: 900;
font-size: 24px;
}
.my_account_block .login {
float: left;
width: 50%;
padding: 30px 28px;
border-right: 1px solid #ccc;
}
.login_form input[type="text"] {
height: 50px;
margin-bottom: 20px;
text-transform: uppercase;
}
.login_form input[type="text"].last {
margin-bottom: 9px;
}
.login_form input[type="checkbox"] + label {
text-transform: none;
font-size: 12px;
border: 0;
}
.login_form .forgot_pass {
display: block;
padding-top: 5px;
color: #999;
}
.login_form .forgot_pass:hover {
color: #333;
}
.login_form input[type="submit"] {
float: none;
display: inline-block;
width: 230px;
height: 50px;
margin: 27px 0 0;
background-color: #333;
}
.my_account_block .new_customers {
float: left;
width: 50%;
padding: 30px 28px;
}
.my_account_block .new_customers p {
color: #333;
}
.my_account_block .new_customers li {
line-height: 22px;
}
.my_account_block .new_customers .btn {
display: inline-block;
width: 230px;
margin: 40px auto 0;
}
.my_account_note {
padding-bottom: 63px;
text-transform: uppercase;
font-weight: 300;
line-height: 46px;
font-size: 40px;
color: #fff;
}
.my_account_note b {
display: inline-block;
padding-left: 30px;
font-weight: 900;
}
/*-----------------------------------------------------------------------------------*/
/* PRODUCT CATALOG LIST
/*-----------------------------------------------------------------------------------*/
.product_catalog_block .container {
margin-bottom: 24px;
padding-bottom: 20px;
border-bottom: 1px solid #e9e9e9;
}
.product_catalog_block.last .container {
border-bottom: 0;
}
.product_catalog_item img {
float: left;
margin: 9px 30px 10px 0;
}
.product_catalog_title {
margin: 0 0 5px;
text-transform: uppercase;
font-weight: 300;
line-height: 47px;
font-size: 40px;
color: #333;
}
.product_catalog_list {
padding-left: 90px;
}
.product_catalog_list li {
position: relative;
padding: 10px 5px 0 12px;
}
.product_catalog_list li:before {
content: '°';
position: absolute;
left: 0;
top: 14px;
font-size: 16px;
color: #ccc;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.product_catalog_list li:hover:before {
color: #333;
}
.product_catalog_list li a {
text-transform: uppercase;
font-size: 11px;
color: #666;
}
.product_catalog_list li a:hover {
color: #333;
}
.product_catalog_item .product_catalog_list {
padding-left: 300px;
}
/* __________ Brands List __________ */
.brand_letter {
float: left;
width: 70px;
margin-right: 30px;
text-transform: uppercase;
font-weight: 300;
line-height: 111px;
font-size: 100px;
color: #333;
}
/*-----------------------------------------------------------------------------------*/
/* UPDATE PAGE
/*-----------------------------------------------------------------------------------*/
.update_page {
background-image: url(../images/update_bg.jpg);
}
.update_wrapper {
width: 680px;
margin: 0 auto;
padding: 191px 0 150px;
text-align: center;
color: #fff;
}
.update_wrapper h1 {
margin: 0;
padding-top: 10px;
font-weight: 900;
line-height: 136px;
font-size: 130px;
color: #fff;
}
.update_wrapper h2 {
position: relative;
margin-bottom: 24px;
padding-bottom: 23px;
font-weight: 300;
line-height: 40px;
font-size: 40px;
color: #fff;
}
.update_wrapper h2:before {
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 50px;
height: 2px;
margin-left: -25px;
background-color: #fff;
}
.update_wrapper p {
margin: 0 0 44px;
text-transform: uppercase;
line-height: 24px;
font-size: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* ABOUT US PAGE
/*-----------------------------------------------------------------------------------*/
.about_us_info {
padding-top: 9px;
}
.about_us_description p {
margin-top: -7px;
margin-bottom: 27px;
padding-right: 40px;
font-weight: 300;
line-height: 38px;
font-size: 30px;
color: #242424;
}
.about_us_description span {
display: block;
margin-bottom: 22px;
line-height: 22px;
font-size: 13px;
color: #666;
}
/* __________ Our Team __________ */
.team_item {
padding: 39px 10px 24px;
border: 1px solid #e9e9e9;
transition: border-color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out;
}
.team_item:hover {
padding: 37px 10px 22px;
border: 3px solid #333;
}
.team_item .team_foto {
margin: 0 auto 25px;
width: 170px;
height: 170px;
border-radius: 50%;
}
.team_item p {
margin: 0 0 2px;
text-transform: uppercase;
font-weight: 900;
font-size: 16px;
color: #333;
}
.team_item .team_social {
padding: 17px 0 0;
}
.team_item .team_social a {
display: inline-block;
width: 32px;
height: 32px;
margin: 0 1px 0 5px;
font-size: 20px;
color: #ccc;
}
.team_item .team_social a:hover {
color: #333;
}
/*-----------------------------------------------------------------------------------*/
/* CONTACTS PAGE
/*-----------------------------------------------------------------------------------*/
.contacts_block {
padding-top: 9px;
}
/* __________ Contact Info __________ */
.contact_info_block {
min-height: 490px;
padding: 14px 18px;
border: 2px solid #ccc;
}
.contact_info_block li {
margin-bottom: 17px;
padding-bottom: 14px;
border-bottom: 1px solid #e9e9e9;
}
.contact_info_block li:last-child {
border: 0;
}
.contact_info_block h3 {
margin-bottom: 12px;
}
.contact_info_block h3 i {
display: inline-block;
padding-right: 12px;
line-height: 20px;
color: #ccc;
}
.contact_info_block p {
margin: 0;
font-weight: 700;
color: #333;
}
.contact_info_block p.phone {
font-weight: 900;
}
.contact_info_block a {
display: inline-block;
margin-bottom: 23px;
line-height: 18px;
}
/* __________ Contact Form __________ */
.contact_form {
min-height: 490px;
padding: 14px 18px 19px;
border: 2px solid #ccc;
}
.contact_form h3 {
margin-bottom: 11px;
}
.contact_form p {
margin: 0 0 14px;
}
#ajax-contact-form label {
display: none;
margin: 0;
text-transform: uppercase;
font-size: 11px;
color: #666;
}
#ajax-contact-form textarea,
#ajax-contact-form input[type="text"] {
margin-bottom: 10px;
text-transform: uppercase;
font-size: 11px;
color: #666;
}
#ajax-contact-form textarea {
min-height: 189px;
}
#ajax-contact-form input[type="submit"] {
float: none;
width: 100%;
}
.notification_error {
margin-bottom: 10px;
padding: 5px 10px;
line-height: 15px;
font-size: 11px;
color: #cc3333;
border: 2px solid #cc3333;
background-color: #ffeded;
}
.notification_ok {
margin-bottom: 10px;
padding: 5px 10px;
line-height: 15px;
font-size: 11px;
color: #3399cc;
border: 2px solid #3399cc;
background-color: #e8f8ff;
}
.ie #ajax-contact-form label {
display: block;
}
.ie #ajax-contact-form textarea {
min-height: 120px;
}
/*-----------------------------------------------------------------------------------*/
/* CHECKOUT
/*-----------------------------------------------------------------------------------*/
.checkout_nav {
margin-bottom: 30px;
}
.checkout_nav li {
position: relative;
display: inline-block;
width: 25%;
margin-right: -4px;
padding: 10px 0 12px;
font-weight: 300;
text-align: center;
line-height: 26px;
font-size: 22px;
color: #999;
border: 2px solid #ccc;
border-right: 0;
}
.checkout_nav li:before {
content: '';
position: absolute;
z-index: 1;
right: -22px;
top: 0;
bottom: 0;
width: 26px;
background-image: url(../images/checkout_arrow.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
}
.checkout_nav li.active_step {
font-weight: 400;
color: #333;
border-right: 0;
background-color: #f4f4f4;
}
.checkout_nav li.active_step:before {
background-image: url(../images/active_step.jpg);
}
.checkout_nav li.done_step,
.checkout_nav li.done_step2 {
font-weight: 400;
color: #333;
border-color: #6d9f3b;
border-right: 0;
background-color: #e4ffd1;
}
.checkout_nav li.done_step:before {
background-image: url(../images/done_step.jpg);
}
.checkout_nav li.done_step2:before {
background-image: url(../images/done_step2.jpg);
}
.checkout_nav li.last {
border-right: 2px solid #ccc;
}
.checkout_nav li.last:before {
display: none;
}
/* __________ Checkout Form __________ */
.checkout_form {
margin-bottom: 32px;
padding: 22px 28px 31px 28px;
border: 2px solid #ccc;
}
.checkout_form label {
display: block;
margin-bottom: 4px;
text-transform: uppercase;
line-height: 20px;
font-size: 11px;
color: #666;
}
.checkout_form hr {
margin-top: 24px;
margin-bottom: 21px;
border: 0;
border-top: 1px solid #e9e9e9;
}
p.checkout_title {
margin: 0 0 22px;
text-transform: uppercase;
font-size: 11px;
color: #666;
}
.checkout_form .country .fancy-select .trigger {
width: 260px;
height: 40px;
padding-top: 8px;
padding-bottom: 8px;
font-weight: 400;
color: #999;
border-color: #e9e9e9;
}
.checkout_form .country .fancy-select .trigger:after {
top: 8px;
}
.checkout_form .country .fancy-select ul.options {
width: 260px;
}
.checkout_form_input {
float: left;
width: 260px;
margin-bottom: 4px;
margin-right: 23px;
}
.checkout_form_input2 {
float: left;
width: 543px;
margin-bottom: 14px;
margin-right: 23px;
}
.checkout_form_input.last, .checkout_form_input2.last {
margin-right: 0;
}
.checkout_form_note {
float: left;
padding-top: 30px;
padding-bottom: 17px;
font-weight: 300;
}
.checkout_block_btn {
width: 230px;
margin-top: 17px;
}
/* __________ Checkout Delivery __________ */
.checkout_block input[type="radio"] {
display: none;
}
.checkout_block input[type="radio"] + label {
position: relative;
padding-left: 30px;
font-weight: 400;
line-height: 20px;
font-size: 14px;
color: #333;
cursor: pointer;
}
.checkout_block input[type="radio"] + label b {
display: block;
margin-bottom: 18px;
font-weight: 900;
}
.checkout_block input[type="radio"] + label img {
margin: 0 auto;
}
.checkout_block input[type="radio"] + label:before {
content: "\f10c";
position: absolute;
left: 0;
top: 0;
display: block;
height: 20px;
width: 20px;
font-family: FontAwesome;
font-weight: 400;
line-height: 20px;
font-size: 23px;
color: #ccc;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.checkout_block input[type="radio"] + label:hover:before {
color: #333;
}
.checkout_block input[type="radio"]:checked + label:before {
content: "\f192";
color: #333;
}
.checkout_delivery {
margin-bottom: 32px;
padding: 22px 28px 31px 28px;
border: 2px solid #ccc;
}
.checkout_delivery ul {
padding-bottom: 22px;
}
.checkout_delivery li {
display: inline-block;
vertical-align: top;
margin-right: 50px;
width: 20.2%;
}
.checkout_delivery_note {
padding: 10px;
line-height: 30px;
font-size: 14px;
color: #333;
background-color: #ffe9ed;
}
.checkout_delivery_note i {
display: inline-block;
vertical-align: top;
width: 30px;
height: 30px;
margin-right: 16px;
line-height: 35px;
font-size: 30px;
color: #dc3554;
}
/* __________ Payment Method __________ */
.checkout_payment {
margin-bottom: 32px;
padding: 22px 28px 31px 28px;
border: 2px solid #ccc;
}
.payment_method {
float: left;
width: 840px;
}
.credit_card_number {
float: right;
width: 240px;
}
.payment_method li {
display: inline-block;
width: 165px;
}
.payment_method label img {
margin-top: 19px !important;
}
.credit_card_number_form .margrightminus20 {
margin-right: -20px;
}
.credit_card_number_form .fancy-select {
float: left;
}
.credit_card_number_form div.fancy-select div.trigger {
width: 110px;
height: 40px;
margin-right: 20px;
margin-bottom: 18px;
padding-top: 8px;
padding-bottom: 8px;
font-weight: 400;
color: #999;
border-color: #e9e9e9;
}
.credit_card_number_form div.fancy-select div.trigger:after {
top: 8px;
}
.credit_card_number_form ul.options {
width: 110px;
min-width: 110px !important;
}
.credit_card_number_form input[type="text"] {
margin: 0 0 18px;
text-transform: uppercase;
color: #999;
}
/* __________ Confirm Orded __________ */
.checkout_confirm_orded {
padding: 22px 28px 31px 28px;
border: 2px solid #ccc;
}
.billing_information {
float: left;
width: 200px;
margin-right: 40px;
}
.billing_information_content span {
display: block;
font-size: 13px;
color: #333;
}
.payment_delivery {
float: left;
width: 199px;
}
.checkout_confirm_orded_bordright {
float: left;
border-right: 1px solid #e9e9e9;
}
/* _________ Products __________ */
.checkout_confirm_orded_products {
float: left;
width: 338px;
margin-left: 30px;
}
.checkout_confirm_orded_products li {
margin-bottom: 10px;
}
.checkout_confirm_orded_products .cart_item_product {
float: left;
margin-right: 20px;
width: 60px;
}
.checkout_confirm_orded_products .cart_item_title {
display: block;
text-transform: uppercase;
font-weight: 900;
line-height: 20px;
font-size: 14px;
color: #333;
}
.checkout_confirm_orded_products .cart_item_title:hover {
color: #242424;
}
.widget_bag_totals.your_order_block {
margin-bottom: 0;
min-height: 397px;
}
.widget_bag_totals.your_order_block .bag_total tbody {
display: block;
padding-bottom: 82px;
}
/*-----------------------------------------------------------------------------------*/
/* FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
position: relative;
padding: 34px 0 0;
line-height: 20px;
font-size: 11px;
color: #999;
background-color: #333;
}
footer h4 {
font-weight: 900;
color: #fff;
}
footer a {
color: #999;
}
footer a:hover {
color: #fff;
}
.foot_address {
margin-bottom: 11px;
padding-bottom: 13px;
border-bottom: 1px solid #3e3e3e;
}
.foot_address span {
display: block;
text-transform: uppercase;
}
.foot_phone a {
font-weight: 900;
line-height: 26px;
font-size: 16px;
color: #ccc !important;
}
.foot_mail a {
display: inline-block;
line-height: 20px;
color: #999;
}
.foot_mail a:hover {
color: #fff;
}
.foot_live_chat a {
display: inline-block;
text-transform: uppercase;
line-height: 26px;
font-size: 11px;
color: #999;
}
.foot_live_chat a:hover {
color: #fff;
}
.foot_live_chat a i {
display: inline-block;
padding-right: 3px;
font-size: 15px;
color: #666;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.foot_live_chat a:hover i {
color: #fff;
}
/* __________ Foot Menu __________ */
.foot_menu li {
padding-bottom: 4px;
}
.foot_menu li a {
text-transform: uppercase;
}
/*-----------------------------------------------------------------------------------*/
/* SOCIAL
/*-----------------------------------------------------------------------------------*/
.social a {
display: inline-block;
width: 40px;
height: 40px;
margin: 0 7px 10px 0;
text-align: center;
border: 2px solid #434343;
}
.social a:hover {
border-color: #fff;
}
.social a i {
line-height: 36px;
font-size: 20px;
color: #434343;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.social a:hover i {
color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/* NEWSLETTER
/*-----------------------------------------------------------------------------------*/
footer .newsletter_form {
padding-bottom: 16px;
padding-top: 7px;
}
footer .newsletter_form input[type="text"] {
width: 240px;
margin: 0 8px 10px 0;
padding: 10px 10px 11px;
font-size: 11px;
color: #666;
background-color: #333;
border: 2px solid #434343;
}
footer .newsletter_form input[type="text"]:focus {
color: #fff;
border-color: #fff;
}
footer .newsletter_btn {
padding: 11px 10px 10px !important;
width: 118px;
background-color: #434343;
}
/* Newsletter From */
.widget_newsletter {
padding: 2px;
background-image: url(../images/widget_newsletter.jpg);
border: 0;
}
.newsletter_wrapper {
padding: 14px 18px 7px;
background-color: #fff;
}
.widget_newsletter input[type="text"] {
width: 100%;
height: 40px;
margin-bottom: 10px;
padding: 7px 10px;
font-size: 11px;
color: #666;
border: 2px solid #e9e9e9;
}
.widget_newsletter input[type="text"]:focus {
border-color: #ccc;
}
.widget_newsletter input[type="submit"] {
margin-bottom: 13px;
width: 100%;
padding: 10px;
background-color: #434343;
}
.widget_newsletter input[type="submit"]:hover {
background-color: #cc3333;
}
/*-----------------------------------------------------------------------------------*/
/* COPYRIGHT
/*-----------------------------------------------------------------------------------*/
.copyright {
background-color: #2c2c2c;
}
.copyright .back_top {
display: inline-block;
vertical-align: top;
padding-left: 8px;
text-align: center;
line-height: 20px;
font-size: 11px;
color: #666;
}
.copyright .back_top:hover {
color: #fff;
}
.copyright .back_top i {
width: 24px;
height: 24px;
margin: -2px 0 0 10px;
font-family: FontAwesome;
line-height: 18px;
font-size: 16px;
color: #333;
border: 2px solid #333;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.copyright .back_top:hover i {
border-color: #fff;
color: #fff;
}
.foot_logo {
float: left;
width: 115px;
}
.copyright_inf {
float: right;
padding: 18px 0 22px;
color: #333;
}
.copyright_inf span {
display: inline-block;
padding: 0 8px;
color: #666;
}
/*-----------------------------------------------------------------------------------*/
/* FORM
/*-----------------------------------------------------------------------------------*/
#contact {
padding: 0 100px;
}
textarea,
input[type="text"] {
width: 100%;
height: 40px;
margin: 0 6px 10px 0;
padding: 10px;
text-transform: none;
font-family: 'Roboto', sans-serif;
font-weight: 400;
line-height: 20px;
font-size: 11px;
color: #666;
font-style: normal;
border-radius: 0;
background: #fff;
border: 2px solid #e9e9e9;
box-shadow: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
input[type="text"].email {
margin-right: 0;
}
textarea {
overflow: hidden;
width: 100%;
min-height: 100px;
margin-bottom: 20px;
resize: none;
}
textarea:focus,
input:focus {
outline: 0;
box-shadow: none;
color: #666;
border: 2px solid #e9e9e9;
}
input[type="submit"] {
float: right;
margin: 0;
padding: 10px 52px;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-weight: 900;
font-style: normal;
line-height: 20px;
font-size: 14px;
color: #fff;
border-radius: 0;
background: #434343;
border: 0;
box-shadow: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover {
background-color: #242424;
}
/* __________ Comment Form __________ */
#comment_form {
margin-bottom: 53px;
}
#comment_form .comment_form_wrapper {
padding: 2px;
background-image: url(../images/comment_bord.jpg);
}
#comment_form form {
position: relative;
margin: 0;
padding: 28px;
background-color: #fff;
}
#comment_form h2 {
margin-bottom: 22px;
text-transform: none;
line-height: 33px;
font-size: 24px;
}
#comment_form input[type="text"] {
width: 49.4%;
}
#comment_form .comment_note {
padding: 9px 0 11px;
font-size: 11px;
}
/*-----------------------------------------------------------------------------------*/
/* JCAROUSEL STYLES
/*-----------------------------------------------------------------------------------*/
.jcarousel-wrapper {
position: relative;
}
.jcarousel {
position: relative;
overflow: hidden;
width: 100%;
}
.jcarousel ul {
width: 20000em;
position: relative;
}
.jcarousel li {
float: left;
width: 370px;
margin-right: 30px;
}
.lcarousel-wrapper {
position: relative;
}
.jCarousel_pagination a {
position: absolute;
z-index: 100;
top: -50px;
display: block;
width: 24px;
height: 24px;
font-family: FontAwesome;
text-align: center;
line-height: 19px;
font-size: 17px;
color: #999;
border: 2px solid #ccc;
}
.jcarousel-control-prev {
right: 29px;
}
.jcarousel-control-next {
right: 0;
}
.jCarousel_pagination a:hover {
color: #333;
border-color: #333;
}
.jCarousel_pagination a.inactive {
cursor: default;
color: #999 !important;
border-color: #ccc !important;
}
/* __________ Best Products __________ */
.best_products .jcarousel li {
width: 270px;
}
/* __________ Best Products __________ */
.popular_articles .jcarousel li {
width: 370px;
}
/*-----------------------------------------------------------------------------------*/
/* RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
}
@media (max-width: 1024px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
.respond_clear_1024 {
clear: both;
height: 0;
font-size: 0;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SLIDER
/*-----------------------------------------------------------------------------------*/
/* __________ Menu __________ */
.navmenu li a {
padding-left: 12px;
padding-right: 12px;
}
/* __________ Tovar Item __________ */
.tovar_item_btns a {
margin: 0 0 0 2px;
}
.tovar_view {
padding-left: 12px;
padding-right: 12px;
font-size: 12px;
}
/* __________ Brands Carousel __________ */
.brands_carousel .jcarousel {
width: 882px;
}
/* __________ Recent Posts __________ */
.recent_post_img {
width: 200px;
margin-right: 15px;
}
.recent_post_title {
font-size: 18px;
line-height: 22px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME MEN PROMO
/*-----------------------------------------------------------------------------------*/
/* __________ Banners __________ */
.top_sale {
min-height: 830px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME KIDS
/*-----------------------------------------------------------------------------------*/
.school_sale {
min-height: 520px;
}
.school_sale_description {
padding: 210px 0 120px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME VIDEO
/*-----------------------------------------------------------------------------------*/
.fashion_week {
min-height: 800px;
}
.video_wrapper {
width: 700px;
height: 346px;
}
.video_wrapper iframe {
height: 346px;
}
/* __________ Best Products Carousel __________ */
.best_products .jcarousel li {
width: 220px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SHOES
/*-----------------------------------------------------------------------------------*/
.shoes_page {
min-height: 740px;
}
.shoes_page_description {
padding: 150px 0 70px;
}
/* __________ Popular Articles carousel __________ */
.popular_articles .jcarousel li {
width: 303px;
}
.article_title {
font-size: 24px;
line-height: 30px;
}
.post_meta li {
font-size: 10px;
padding-right: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* SHOP
/*-----------------------------------------------------------------------------------*/
.breadcrumb.women, .breadcrumb.men {
padding: 120px 0 40px;
}
.breadcrumb h2 {
font-size: 90px;
line-height: 90px;
}
/* __________ Tovar Item Sizes __________ */
.shop_block.variable-sizes .tovar_wrapper {
width: 374px;
}
.shop_block.variable-sizes .tovar_img {
width: 150px;
}
.shop_block.variable-sizes .tovar_description {
width: 193px;
}
.shop_block.variable-sizes .tovar_item_btns {
width: 198px;
}
/* __________ Product Details __________ */
.tovar_view_fotos {
width: 430px;
}
.tovar_view_description {
width: 255px;
}
.tovar_view_title {
font-size: 26px;
line-height: 28px;
}
.tovar_view_btn .add_bag {
padding: 13px 18px;
}
/* __________ Love List __________ */
table tr.cart_item td.product-name {
width: 200px;
}
table tr.cart_item td.product-add-bag {
width: 160px;
}
/* __________ Shopping Bag __________ */
.widget_bag_totals .btn {
padding-left: 5px;
padding-right: 5px;
}
/* __________ Product Catalog __________ */
.product_catalog_item img {
width: 200px;
}
.product_catalog_item .product_catalog_list {
padding-left: 230px;
}
.product_catalog_list li {
padding-top: 3px;
}
.product_catalog_list li:before {
top: 7px;
}
/* __________ Brands List __________ */
.brand_letter {
font-size: 80px;
line-height: 80px;
margin-right: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* SITE UPDATE
/*-----------------------------------------------------------------------------------*/
.update_wrapper {
padding: 130px 0 90px;
}
/*-----------------------------------------------------------------------------------*/
/* CONTACT PAGE
/*-----------------------------------------------------------------------------------*/
#ajax-contact-form textarea {
min-height: 168px;
}
/*-----------------------------------------------------------------------------------*/
/* PAGE 404
/*-----------------------------------------------------------------------------------*/
.page404 {
min-height: 500px;
}
.wrapper404 {
padding-top: 100px;
}
/*-----------------------------------------------------------------------------------*/
/* ARTICLES
/*-----------------------------------------------------------------------------------*/
.article_large .article_image {
width: 580px;
}
.article_large .article_title {
line-height: 34px;
}
.article_small .article_title {
font-size: 18px;
line-height: 22px;
}
/* __________ Single Article __________ */
.article_single .article_image {
width: 630px;
}
.article_single_caption {
width: 369px;
height: 283px;
}
.article_single_caption p {
font-size: 32px;
line-height: 36px;
}
.article_single_content h3 {
width: 630px;
font-size: 17px;
line-height: 26px;
}
.article_single_content blockquote {
width: 269px;
}
.flexslider.article_slider {
width: 500px;
}
/*-----------------------------------------------------------------------------------*/
/* CHECOUT
/*-----------------------------------------------------------------------------------*/
.checkout_form_input {
width: 215px;
margin-right: 15px;
}
.checkout_form .country .fancy-select .trigger {
width: 215px;
}
.checkout_form_input2 {
margin-right: 15px;
width: 445px;
}
.checkout_delivery li {
width: 21%;
margin-right: 30px;
}
.payment_method {
width: 660px;
}
.payment_method li {
width: 125px;
}
.checkout_block input[type="radio"] + label img {
width: 100%;
}
.billing_information {
width: 150px;
}
.checkout_confirm_orded_products {
width: 240px;
margin-left: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* BLOG
/*-----------------------------------------------------------------------------------*/
.post.large_image .post_title {
font-size: 34px;
line-height: 40px;
}
.post .post_title {
font-size: 24px;
line-height: 30px;
}
#comment_form input[type="text"] {
width: 49%;
}
/*-----------------------------------------------------------------------------------*/
/* FOOTER
/*-----------------------------------------------------------------------------------*/
footer .newsletter_btn {
width: 100px;
}
footer .newsletter_form input[type="text"] {
width: 194px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.respond_clear_768 {
clear: both;
height: 0;
font-size: 0;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SLIDER
/*-----------------------------------------------------------------------------------*/
/* __________ Menu __________ */
.navmenu li a {
padding-left: 11px;
padding-right: 11px;
}
.love_list .love_list_btn p, .shopping_bag .shopping_bag_btn p {
display: none;
}
.shopping_bag .shopping_bag_btn, .love_list .love_list_btn {
padding: 20px 10px;
}
.cart {
left: auto;
right: 0;
}
.navmenu li.sub-menu ul.megamenu_col3 {
width: 355px;
}
.navmenu li.sub-menu ul li a {
font-size: 10px;
line-height: 15px;
padding-bottom: 5px;
}
.navmenu li ul.mega_menu li.col {
padding-left: 10px;
width: 116px;
}
/* __________ Tovar Item __________ */
.tovar_item_btns a {
margin: 0 0 0 2px;
}
.tovar_view {
padding-left: 12px;
padding-right: 12px;
font-size: 12px;
}
/* __________ Brands Carousel __________ */
.brands_carousel .jcarousel {
width: 662px;
}
/* __________ Recent Posts __________ */
.recent_post_img {
width: 200px;
margin-right: 15px;
}
.recent_post_title {
font-size: 18px;
line-height: 22px;
}
/* __________ Services __________ */
.service_item i {
width: 28px;
font-size: 30px;
}
.service_item p {
font-size: 14px;
}
.service_item span {
font-size: 11px;
line-height: 17px;
}
.service_item.type2 p {
font-size: 20px;
line-height: 20px;
}
.service_item.type2 span {
padding: 0;
}
/* __________ Banners __________ */
.tovar_wrapper .banner {
display: inline-block;
}
/*-----------------------------------------------------------------------------------*/
/* HOME MEN PROMO
/*-----------------------------------------------------------------------------------*/
/* __________ Banners __________ */
.top_sale {
min-height: 600px;
}
.top_sale_description {
padding: 170px 0 50px;
}
.top_sale_description p {
font-size: 60px;
line-height: 60px;
}
.top_sale_description span {
font-size: 24px;
line-height: 28px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME KIDS
/*-----------------------------------------------------------------------------------*/
.school_sale {
min-height: 450px;
}
.school_sale_description {
padding: 170px 0 50px;
width: 450px;
}
.school_sale_description p {
font-size: 60px;
line-height: 60px;
}
.school_sale_description span {
font-size: 24px;
line-height: 28px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME VIDEO
/*-----------------------------------------------------------------------------------*/
.fashion_week {
min-height: 620px;
}
.fashion_week_description p {
font-size: 60px;
line-height: 60px;
}
.fashion_week_description span {
font-size: 24px;
line-height: 28px;
}
.video_wrapper {
width: 550px;
height: 272px;
}
.video_wrapper iframe {
height: 272px;
}
/* __________ Best Products Carousel __________ */
.best_products .jcarousel li {
width: 220px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SALE
/*-----------------------------------------------------------------------------------*/
.sale_caption1 .title1 {
font-size: 60px;
line-height: 60px;
}
.sale_caption1 .title2 {
font-size: 24px;
line-height: 28px;
margin-bottom: 25px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SHOES
/*-----------------------------------------------------------------------------------*/
.shoes_page {
min-height: 460px;
}
.shoes_page_description {
padding: 140px 0 30px;
}
.shoes_page_description p {
font-size: 60px;
line-height: 60px;
}
.shoes_page_description p b {
font-size: 70px;
line-height: 70px;
}
.shoes_page_description span {
font-size: 40px;
line-height: 40px;
padding-bottom: 40px;
}
/* __________ Popular Articles carousel __________ */
.popular_articles .jcarousel li {
width: 230px;
}
.article_title {
font-size: 18px;
line-height: 20px;
}
.post_meta li {
font-size: 10px;
padding-right: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* SHOP
/*-----------------------------------------------------------------------------------*/
.breadcrumb.women, .breadcrumb.men {
padding: 120px 0 40px;
}
.breadcrumb h2 {
font-size: 90px;
line-height: 90px;
}
/* __________ Sidebar __________ */
#price-range input {
width: 50%;
}
.widget_newsletter input[type="text"] {
font-size: 8px;
}
.widget_newsletter input[type="submit"] {
font-size: 9px;
}
.tovar_title {
font-size: 12px;
width: 77%;
}
.widget_popular_post_img {
width: 100%;
float: none;
margin-right: 0;
}
.widget_popular_post_img img {
width: 100%;
}
/* __________ New Arrivals __________ */
.new_arrivals .jcarousel li {
width: 165px;
}
/* __________ Tovar Item Sizes __________ */
.product_sort {
width: 60%;
}
.shop_block.variable-sizes .tovar_wrapper {
width: 100%;
padding-right: 0;
}
.shop_block.variable-sizes .tovar_img {
width: 200px;
}
.shop_block.variable-sizes .tovar_description {
width: 369px;
}
.shop_block.variable-sizes .tovar_item_btns {
width: 180px;
}
.tovar_description {
min-height: 60px;
}
.shop .top_sale_banners .banner {
width: 100%;
}
/* __________ Product Details __________ */
.tovar_view_fotos {
width: 430px;
}
.tovar_view_description {
width: 289px;
}
#modal-body .tovar_view_description {
width: 227px;
}
.tovar_view_title {
font-size: 26px;
line-height: 28px;
}
.tovar_view_btn .add_bag {
padding: 13px 18px;
}
.tovar_items_small li {
display: inline-block;
width: 49%;
padding-right: 40px;
}
#sidebar .tovar_items_small li {
width: 100%;
float: none;
padding-right: 0;
}
/* __________ Modal __________ */
#tovar_content {
width: 750px;
}
/* __________ Love List __________ */
table tr.cart_item td.product-name {
width: 200px;
}
table tr.cart_item td.product-add-bag {
width: 160px;
}
/* __________ Shopping Bag __________ */
.widget_bag_totals .btn {
padding-left: 5px;
padding-right: 5px;
}
/* __________ Product Catalog __________ */
.product_catalog_item img {
width: 140px;
margin-right: 20px;
}
.product_catalog_item .product_catalog_list {
padding-left: 160px;
}
.product_catalog_list li {
padding-top: 3px;
}
.product_catalog_list li:before {
top: 7px;
}
/* __________ Brands List __________ */
.brand_letter {
font-size: 60px;
line-height: 60px;
margin-right: 10px;
width: 55px;
}
.brands_list_block .product_catalog_list {
padding-left: 50px;
}
.brands_list_block .product_catalog_list li {
padding-top: 0;
}
.brands_list_block .product_catalog_list li:before {
top: 4px;
}
.brands_list_block .product_catalog_list li a {
font-size: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* ABOUT PAGE
/*-----------------------------------------------------------------------------------*/
.about_us_description p {
font-size: 18px;
line-height: 22px;
}
.about_us_description span {
font-size: 11px;
line-height: 17px;
margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* SITE UPDATE
/*-----------------------------------------------------------------------------------*/
.update_wrapper {
padding: 130px 0 90px;
}
/*-----------------------------------------------------------------------------------*/
/* CONTACT PAGE
/*-----------------------------------------------------------------------------------*/
#ajax-contact-form textarea {
min-height: 168px;
}
/*-----------------------------------------------------------------------------------*/
/* PAGE 404
/*-----------------------------------------------------------------------------------*/
.page404 {
min-height: 500px;
}
.wrapper404 {
padding-top: 100px;
}
/*-----------------------------------------------------------------------------------*/
/* ARTICLES
/*-----------------------------------------------------------------------------------*/
.article_large .article_image {
width: 430px;
}
.article_large .article_title {
line-height: 22px;
font-size: 20px;
}
.article_small .article_title {
font-size: 18px;
line-height: 22px;
}
/* __________ Single Article __________ */
.article_single .article_image {
width: 500px;
}
.article_single_caption {
width: 279px;
height: 209px;
}
.article_single_caption p {
font-size: 22px;
line-height: 26px;
}
.article_single_content h3 {
width: 500px;
font-size: 17px;
line-height: 22px;
}
.article_single_content blockquote {
width: 179px;
}
.flexslider.article_slider {
width: 370px;
margin: 0 20px 10px 0;
}
/*-----------------------------------------------------------------------------------*/
/* CHECOUT
/*-----------------------------------------------------------------------------------*/
.checkout_nav li {
font-size: 16px;
}
.checkout_form_input {
width: 160px;
margin-right: 15px;
}
.checkout_form .country .fancy-select .trigger {
width: 160px;
}
.checkout_form_input2 {
margin-right: 15px;
width: 335px;
}
.checkout_delivery li {
width: 21%;
margin-right: 20px;
}
.payment_method {
width: 449px;
}
.payment_method li {
width: 125px;
padding-bottom: 20px;
}
.checkout_block input[type="radio"] + label img {
width: 100%;
}
.billing_information {
width: 150px;
}
.checkout_confirm_orded_products {
width: 240px;
margin-left: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* BLOG
/*-----------------------------------------------------------------------------------*/
.post.large_image .post_title {
font-size: 34px;
line-height: 40px;
}
.post .post_title {
font-size: 24px;
line-height: 30px;
}
#comment_form input[type="text"] {
width: 49%;
}
#comment_form .comment_note {
display: inline-block;
width: 50%;
}
/*-----------------------------------------------------------------------------------*/
/* SHORTCODES
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* FOOTER
/*-----------------------------------------------------------------------------------*/
footer .newsletter_btn {
width: 20%;
}
footer .newsletter_form input[type="text"] {
width: 78%;
}
}
@media (max-width: 767px) {
.container {
padding-left: 15px;
padding-right: 15px;
}
.respond_clear_480 {
clear: both;
height: 0;
font-size: 0;
}
/*-----------------------------------------------------------------------------------*/
/* MENU
/*-----------------------------------------------------------------------------------*/
.menu_block {
height: auto;
}
.menu_toggler {
float: right;
display: block;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
font-size: 23px;
color: #333; /*border-right:1px solid #e9e9e9;*/
}
.menu_toggler:hover {
color: #242424;
}
.navmenu {
float: none;
margin: 0 -15px;
padding: 20px 15px;
border-top: 1px solid #e9e9e9;
}
.navmenu li {
display: block;
margin: 0;
text-align: left;
}
.navmenu li.sub-menu:hover {
background: none !important;
}
.navmenu li.sub-menu:before {
display: none !important;
}
.navmenu li a {
padding: 10px 0 0 0;
margin: 0 !important;
}
.navmenu li:hover a, .navmenu li.active a {
border: 0 !important;
color: #242424;
}
.navmenu li a:before, .navmenu li a:after {
display: none !important;
}
.navmenu li.sale_menu:hover a, .navmenu li.sale_menu.active a {
background: none;
color: #333;
}
/* Submenu 1 lvl */
.navmenu li.sub-menu ul {
display: none;
position: static;
border: 0;
padding: 5px 0;
}
.navmenu li.sub-menu:hover ul {
display: block;
}
.navmenu li.sub-menu ul li a {
padding-bottom: 0;
}
.navmenu li.sub-menu ul li a:before {
display: block !important;
}
/* MegaMenu */
.navmenu li.sub-menu ul.megamenu_col1, .navmenu li.sub-menu ul.megamenu_col2, .navmenu li.sub-menu ul.megamenu_col3 {
width: 100%;
}
.navmenu li ul.mega_menu li.col {
width: 33%;
}
.love_list .love_list_btn p, .shopping_bag .shopping_bag_btn p {
display: none;
}
.shopping_bag .shopping_bag_btn, .love_list .love_list_btn {
padding: 20px 10px;
}
.cart {
left: auto;
right: 0;
}
/* __________ Top Info __________ */
.secondary_menu li {
padding-right: 5px;
margin-right: 6px;
}
.secondary_menu li a {
font-size: 10px;
}
.live_chat {
margin-left: 8px;
}
.live_chat a {
font-size: 10px;
}
.phone_top {
font-size: 10px;
}
.phone_top a {
font-size: 12px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SLIDER
/*-----------------------------------------------------------------------------------*/
/* __________ Tovar Item __________ */
.tovar_item_btns a {
margin: 0 0 0 2px;
}
.tovar_view {
padding-left: 12px;
padding-right: 12px;
font-size: 12px;
}
/* __________ Brands Carousel __________ */
.brands_carousel .jcarousel {
width: 362px;
}
.brands_carousel .jcarousel li {
width: 114px;
margin-right: 10px;
}
/* __________ Recent Posts __________ */
.recent_post_img {
width: 200px;
margin-right: 15px;
}
.recent_post_title {
font-size: 18px;
line-height: 22px;
}
/* __________ Services __________ */
.service_item i {
width: 28px;
font-size: 30px;
}
.service_item p {
font-size: 14px;
}
.service_item span {
font-size: 11px;
line-height: 17px;
}
.service_item.type2 p {
font-size: 20px;
line-height: 20px;
}
.service_item.type2 span {
padding: 0;
}
/* __________ Banners __________ */
/*-----------------------------------------------------------------------------------*/
/* HOME MEN PROMO
/*-----------------------------------------------------------------------------------*/
/* __________ Banners __________ */
.top_sale {
min-height: 500px;
}
.top_sale_description {
padding: 170px 0 50px;
}
.top_sale_description p {
font-size: 60px;
line-height: 60px;
}
.top_sale_description span {
font-size: 24px;
line-height: 28px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME KIDS
/*-----------------------------------------------------------------------------------*/
.school_sale {
min-height: 300px;
}
.school_sale_description {
padding: 140px 0 50px;
width: 300px;
}
.school_sale_description p {
font-size: 40px;
line-height: 40px;
}
.school_sale_description span {
font-size: 14px;
line-height: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME VIDEO
/*-----------------------------------------------------------------------------------*/
.fashion_week {
min-height: 450px;
}
.fashion_week_description p {
font-size: 40px;
line-height: 40px;
}
.fashion_week_description span {
font-size: 14px;
line-height: 20px;
}
.fashion_week_description {
padding: 140px 0 30px;
}
.video_wrapper {
width: 400px;
height: 196px;
}
.video_wrapper iframe {
height: 272px;
}
/* __________ Best Products Carousel __________ */
.best_products .jcarousel li {
width: 220px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SALE
/*-----------------------------------------------------------------------------------*/
.sale_caption1 .title1 {
font-size: 60px;
line-height: 60px;
}
.sale_caption1 .title2 {
font-size: 24px;
line-height: 28px;
margin-bottom: 25px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SHOES
/*-----------------------------------------------------------------------------------*/
.shoes_page {
min-height: 460px;
}
.shoes_page_description {
padding: 140px 0 30px;
}
.shoes_page_description p {
font-size: 40px;
line-height: 40px;
}
.shoes_page_description p b {
font-size: 45px;
line-height: 40px;
}
.shoes_page_description span {
font-size: 24px;
line-height: 24px;
padding-bottom: 30px;
}
/* __________ Popular Articles carousel __________ */
.popular_articles .jcarousel li {
width: 217px;
margin-right: 15px;
}
.article_title {
font-size: 18px;
line-height: 20px;
}
.post_meta li {
font-size: 10px;
padding-right: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* SHOP
/*-----------------------------------------------------------------------------------*/
.breadcrumb.women, .breadcrumb.men {
padding: 120px 0 40px;
}
.breadcrumb h2 {
font-size: 90px;
line-height: 90px;
}
/* __________ Sidebar __________ */
#price-range input {
width: 50%;
}
.tovar_title {
font-size: 12px;
width: 73%;
}
.widget_banners a {
display: inline-block;
width: 143px;
margin-right: 5px;
}
.widget_banners a:last-child {
margin-right: 0;
}
/* __________ New Arrivals __________ */
.new_arrivals .jcarousel li {
width: 130px;
}
/* __________ Tovar Item Sizes __________ */
.product_sort {
width: 53%;
}
.shop_block.variable-sizes .tovar_wrapper {
width: 100%;
padding-right: 0;
}
.shop_block.variable-sizes .tovar_img {
width: 160px;
text-align: left;
}
.shop_block.variable-sizes .tovar_title {
width: 100%;
}
.shop_block.variable-sizes .tovar_description {
width: 304px;
}
.shop_block.variable-sizes .tovar_item_btns {
width: 180px;
}
.variable-sizes .tovar_img_wrapper {
height: 240px !important;
}
.tovar_description {
min-height: 80px;
}
.shop .top_sale_banners .banner {
width: 100%;
}
/* __________ Product Details __________ */
.open-project-link {
display: none !important;
}
.tovar_view_fotos {
float: none;
width: 450px;
margin: 0 auto 30px;
}
.tovar_view_description {
float: none;
width: 100%;
}
/* __________ Modal __________ */
#tovar_content {
width: 750px;
}
/* __________ Love List __________ */
table tr.cart_item td.product-thumbnail {
width: 70px;
}
table tr.cart_item td.product-thumbnail a img {
width: 60px;
}
table tr.cart_item td.product-name a {
display: block;
font-size: 11px;
line-height: 15px;
}
table tr.cart_item td.product-price {
width: 80px;
}
table tr.cart_item td.product-add-bag .add_bag span {
display: none;
}
table tr.cart_item td.product-add-bag .add_bag i {
padding-right: 0;
}
table tr.cart_item td {
padding-right: 10px;
}
table tr.cart_item td.product-name {
width: 200px;
}
table tr.cart_item td.product-add-bag {
width: 50px;
}
table tr.cart_item td.product-remove span {
display: none;
}
/* __________ Shopping Bag __________ */
.widget_bag_totals .btn {
padding-left: 5px;
padding-right: 5px;
}
/* __________ Product Catalog __________ */
.product_catalog_item img {
width: 100px;
margin-right: 10px;
}
.product_catalog_title {
font-size: 20px;
line-height: 22px;
}
.product_catalog_item .product_catalog_list {
padding-left: 100px;
}
.product_catalog_list li {
padding-top: 0;
}
.product_catalog_list li:before {
top: 1px;
}
.product_catalog_list li a {
display: block;
font-size: 9px;
line-height: 15px;
}
/* __________ Brands List __________ */
.brand_letter {
font-size: 60px;
line-height: 60px;
margin-right: 10px;
width: 55px;
}
.brands_list_block .product_catalog_list {
padding-left: 50px;
}
.brands_list_block .product_catalog_list li {
padding-top: 0;
}
.brands_list_block .product_catalog_list li:before {
top: 4px;
}
.brands_list_block .product_catalog_list li a {
font-size: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* ABOUT PAGE
/*-----------------------------------------------------------------------------------*/
.about_us_description p {
font-size: 18px;
line-height: 22px;
}
.about_us_description span {
font-size: 11px;
line-height: 17px;
margin-bottom: 10px;
}
/* __________ Breadcrumbs __________ */
.breadcrumb {
min-height: 110px;
border-bottom-width: 30px;
}
/*-----------------------------------------------------------------------------------*/
/* SITE UPDATE
/*-----------------------------------------------------------------------------------*/
.update_wrapper {
width: 290px;
padding: 130px 0 90px;
}
.update_wrapper h1 {
font-size: 70px;
line-height: 70px;
}
.update_wrapper h2 {
font-size: 24px;
line-height: 26px;
margin-bottom: 10px;
padding-bottom: 10px;
}
.update_wrapper p {
font-size: 13px;
line-height: 20px;
margin-bottom: 20px;
}
/* __________ Clock __________ */
.flip-clock-wrapper ul {
width: 30px;
height: 61px;
}
.flip-clock-wrapper ul li a div.up:after {
top: 30px;
}
.flip-clock-divider {
width: 10px;
height: 61px;
}
.flip-clock-dot {
width: 4px;
height: 4px;
left: 4px;
}
.flip-clock-dot.top {
top: 18px;
}
.flip-clock-dot.bottom {
bottom: 18px;
}
.flip-clock-wrapper ul {
margin: 0 0 0 2px;
}
.flip-clock-wrapper ul li a div div.inn {
font-size: 40px;
line-height: 61px;
}
.flip-clock-divider .flip-clock-label {
font-size: 12px;
line-height: 20px;
}
.flip-clock-divider .flip-clock-label {
bottom: -25px;
}
.flip-clock-divider.days .flip-clock-label {
right: -50px;
}
.flip-clock-divider.hours .flip-clock-label {
right: -54px;
}
.flip-clock-divider.minutes .flip-clock-label {
right: -60px;
}
.flip-clock-divider.seconds .flip-clock-label {
right: -61px;
}
/*-----------------------------------------------------------------------------------*/
/* CONTACT PAGE
/*-----------------------------------------------------------------------------------*/
#ajax-contact-form textarea {
min-height: 168px;
}
#map iframe {
height: 300px;
}
/*-----------------------------------------------------------------------------------*/
/* PAGE 404
/*-----------------------------------------------------------------------------------*/
.page404 {
min-height: 400px;
}
.wrapper404 {
width: 290px;
padding: 130px 0 40px;
}
.wrapper404 h1 {
font-size: 70px;
line-height: 70px;
}
.wrapper404 h2 {
font-size: 24px;
line-height: 26px;
margin-bottom: 10px;
padding-bottom: 10px;
}
.wrapper404 p {
font-size: 13px;
line-height: 20px;
margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* ARTICLES
/*-----------------------------------------------------------------------------------*/
.article_large .article_image {
width: 280px;
margin: 0 10px 5px 0;
}
.article_large .article_title {
line-height: 20px;
font-size: 16px;
}
.article_small .article_title {
font-size: 14px;
line-height: 20px;
}
/* __________ Single Article __________ */
.article_single .article_image {
width: 370px;
padding-left: 10px;
}
.article_single_caption {
width: 109px;
height: 146px;
padding: 0 8px;
}
.article_single_caption p {
font-size: 12px;
line-height: 17px;
}
.article_single_content h3 {
float: none;
width: 100%;
font-size: 17px;
line-height: 22px;
}
.article_single_content blockquote {
width: 74%;
float: none;
}
.flexslider.article_slider {
width: 280px;
margin: 0 20px 10px 0;
}
/*-----------------------------------------------------------------------------------*/
/* CHECOUT
/*-----------------------------------------------------------------------------------*/
.checkout_nav li {
font-size: 12px;
line-height: 17px;
padding-left: 20px;
min-height: 60px;
vertical-align: top;
}
.checkout_form_input {
width: 180px;
margin-right: 15px;
}
.checkout_form .country .fancy-select .trigger {
width: 180px;
}
.checkout_form_input2 {
margin-right: 15px;
width: 180px;
}
.checkout_delivery li {
width: 43%;
margin-right: 20px;
}
.credit_card_number {
width: 111px;
}
.payment_method {
width: 275px;
}
.payment_method li {
width: 125px;
padding-bottom: 20px;
}
.checkout_block input[type="radio"] + label img {
width: 100%;
}
.checkout_confirm_orded_bordright {
float: none;
border-right: 0;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 20px;
}
.billing_information {
width: 150px;
}
.checkout_confirm_orded_products {
float: none;
margin: 0;
width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* BLOG
/*-----------------------------------------------------------------------------------*/
.post.large_image .post_title {
font-size: 24px;
line-height: 28px;
}
.post .post_title {
font-size: 16px;
line-height: 20px;
}
.post .post_image {
width: 200px;
margin-right: 20px;
}
#comment_form input[type="text"] {
width: 48.5%;
}
#comment_form .comment_note {
display: inline-block;
width: 45%;
padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/* SHORTCODES
/*-----------------------------------------------------------------------------------*/
.shortcodes_buttons .btn {
margin-bottom: 10px;
}
.price_item .btn {
width: 150px;
}
.price_item_text {
padding: 7px 5px 5px;
}
/* __________ My Accoont __________ */
.my_account {
padding-top: 150px;
}
.my_account_block .login, .my_account_block .new_customers {
padding: 20px 15px;
}
.my_account_block h2 {
font-size: 14px;
line-height: 20px;
margin-bottom: 20px;
}
.login_form input[type="submit"], .my_account_block .new_customers .btn {
width: 190px;
font-size: 11px;
}
.my_account_block .new_customers p {
line-height: 18px;
font-size: 10px;
}
.my_account_block .new_customers li {
line-height: 20px;
}
.my_account_note {
font-size: 24px;
line-height: 26px;
}
/*-----------------------------------------------------------------------------------*/
/* FOOTER
/*-----------------------------------------------------------------------------------*/
footer .newsletter_btn {
width: 20%;
}
footer .newsletter_form input[type="text"] {
width: 78%;
}
}
@media (max-width: 479px) {
.logo {
width: 89px;
}
.top_search_btn {
padding: 13px;
}
.shopping_bag .shopping_bag_btn, .love_list .love_list_btn {
padding: 13px 5px;
}
.love_list, .shopping_bag {
position: static;
}
.menu_block {
position: relative;
}
.cart {
left: 0;
right: 0;
width: 100%;
}
.menu_toggler {
width: 40px;
height: 46px;
line-height: 46px;
}
.navmenu li ul.mega_menu li.col {
width: 100%;
}
.services_section_description p {
font-size: 24px;
line-height: 26px;
}
.recent_post_img {
width: 160px;
}
.top_sale_description {
padding: 130px 0 30px;
}
.top_sale_description p {
font-size: 30px;
line-height: 30px;
}
.top_sale_description span {
font-size: 16px;
line-height: 20px;
}
.video_wrapper {
width: 290px;
height: 143px;
}
.best_products .jcarousel li {
width: 290px;
}
.sale_caption1 {
top: 70%;
}
.sale_caption1 .title1 {
font-size: 30px;
line-height: 30px;
}
.sale_caption1 .title2 {
font-size: 14px;
line-height: 20px;
}
.breadcrumb h2 {
font-size: 40px;
line-height: 40px;
}
.widget_banners a {
width: 91px;
}
.count_tovar_items, .product_sort {
display: block;
width: 100%;
text-align: left;
padding-bottom: 10px;
}
.pagination li {
margin-bottom: 10px;
}
.shop_block.variable-sizes .tovar_img {
width: 120px;
}
.shop_block.variable-sizes .tovar_description {
width: 184px;
}
.tovar_content {
font-size: 10px;
line-height: 13px;
}
.tovar_view_fotos {
width: 290px;
}
#slider1, #slider2 {
padding-right: 40px;
}
#carousel1, #carousel2 {
width: 50px;
}
#carousel1 .slides li, #carousel2 .slides li {
width: 50px;
height: 75px;
}
.tovar_view_title {
font-size: 24px;
line-height: 26px;
}
.tovar_information .tabs li {
font-size: 12px;
padding-left: 13px;
padding-right: 13px;
}
.my_account_block .login {
float: none;
width: 100%;
padding: 10px 10px 20px;
border-bottom: 1px solid #ccc;
}
.new_customers {
width: 100% !important;
float: none !Important;
padding: 10px;
}
.product_catalog_item {
padding-bottom: 20px;
}
.article_single .article_image {
width: 100%;
float: none;
}
.article_single_caption {
float: none;
margin: 0 0 20px;
width: 100%;
height: 90px;
}
.article_single_content h3 {
padding-left: 0;
}
.flexslider.article_slider {
width: 100%;
margin-right: 0;
float: none;
}
.checkout_nav li {
font-size: 10px;
line-height: 13px;
min-height: 66px;
}
.checkout_delivery li {
width: 100%;
margin: 0 0 20px;
}
.credit_card_number {
width: 100%;
float: none;
padding-bottom: 40px !important;
}
.payment_method {
width: 100%;
float: none;
}
.credit_card_number_form div.fancy-select div.trigger {
width: 104px;
}
#accordion h4.accordion_title {
font-size: 16px;
line-height: 20px;
padding: 13px 0 13px 40px;
}
#accordion h4.accordion_title:before {
width: 25px;
height: 25px;
font-size: 16px;
line-height: 21px;
}
#accordion .accordion_content {
font-size: 11px;
line-height: 17px;
padding-left: 40px;
}
#accordion .accordion_content p {
margin-bottom: 15px;
}
.post .post_image {
width: 150px;
margin: 0 10px 5px 0;
}
.blog_post_content {
padding-top: 10px;
}
.blog_post_content h3 {
font-size: 14px;
line-height: 20px;
}
.blog_post_content h2 {
font-size: 17px;
line-height: 22px;
margin-bottom: 20px;
}
.blog_post_content p {
font-size: 11px;
line-height: 17px;
}
blockquote:before {
font-size: 30px;
left: -50px;
}
blockquote {
margin-left: 50px;
font-size: 11px !important;
line-height: 17px !important;
}
#comments .avatar {
width: 50px;
height: 50px;
margin-right: 10px;
}
.comment_right {
padding: 10px;
font-size: 10px;
line-height: 15px;
}
#comments ol li ul li {
padding-left: 30px;
}
#comment_form input[type="text"] {
width: 100%;
}
#comment_form .comment_note {
width: 100%;
display: block;
padding-bottom: 20px;
}
.brands_carousel .jcarousel {
left: 24px;
width: 242px;
}
footer .newsletter_form input[type="text"] {
width: 65%;
}
footer .newsletter_btn {
width: 31%;
}
.social a {
width: 36px;
height: 36px;
line-height: 32px;
}
/* __________ Bootstrap Style __________ */
.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {
float: left;
}
.col-ss-12 {
width: 100%;
}
.col-ss-11 {
width: 91.66666666666666%;
}
.col-ss-10 {
width: 83.33333333333334%;
}
.col-ss-9 {
width: 75%;
}
.col-ss-8 {
width: 66.66666666666666%;
}
.col-ss-7 {
width: 58.333333333333336%;
}
.col-ss-6 {
width: 50%;
}
.col-ss-5 {
width: 41.66666666666667%;
}
.col-ss-4 {
width: 33.33333333333333%;
}
.col-ss-3 {
width: 25%;
}
.col-ss-2 {
width: 16.666666666666664%;
}
.col-ss-1 {
width: 8.333333333333332%;
}
} | public/glammy/css/style.css | body {
overflow-x: hidden;
position: relative;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
color: #666;
background-color: #2c2c2c;
}
iframe {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
max-width: 100% !important;
overflow-y: hidden !important;
}
.preloader_hide {
opacity: 0;
}
#preloader {
background-color: #fff;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#preloader img {
position: fixed;
left: 50%;
top: 50%;
width: 96px;
height: 96px;
margin: -48px 0 0 -48px;
display: block;
}
#page {
background-color: #fff;
}
.parallax {
background-size: cover;
background-repeat: no-repeat;
}
.container {
padding-left: 0;
padding-right: 0;
}
a, input, select, textarea {
vertical-align: top;
outline: none !important;
-webkit-appearance: none;
-webkit-border-radius: 0;
}
select:-moz-focusring {
color: transparent;
outline: none !important;
text-shadow: 0 0 0 #000 !important;
border: 0 !important;
}
textarea {
resize: none;
}
img {
outline: 0;
vertical-align: top;
border: 0;
max-width: 100.1%;
height: auto;
}
a {
color: #333;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
text-decoration: none;
color: #242424;
}
.clear {
clear: both;
height: 0;
font-size: 0;
}
.margbot0 {
margin-bottom: 0 !important;
}
.margbot5 {
margin-bottom: 5px !important;
}
.margbot10 {
margin-bottom: 10px !important;
}
.margbot15 {
margin-bottom: 15px;
}
.margbot20 {
margin-bottom: 20px;
}
.margbot25 {
margin-bottom: 25px;
}
.margbot30 {
margin-bottom: 30px !important;
}
.margbot35 {
margin-bottom: 35px !important;
}
.margbot40 {
margin-bottom: 40px;
}
.margbot50 {
margin-bottom: 50px;
}
.margbot60 {
margin-bottom: 60px;
}
.margbot70 {
margin-bottom: 70px;
}
.margbot80 {
margin-bottom: 80px;
}
.margbot90 {
margin-bottom: 90px;
}
.margbot100 {
margin-bottom: 100px;
}
.pad0 {
padding: 0 !important;
}
.padbot0 {
padding-bottom: 0 !important;
}
.padbot10 {
padding-bottom: 10px !important;
}
.padbot20 {
padding-bottom: 20px !important;
}
.padbot30 {
padding-bottom: 30px !important;
}
.padbot40 {
padding-bottom: 40px !important;
}
.padbot50 {
padding-bottom: 50px !important;
}
.padbot60 {
padding-bottom: 60px !important;
}
.padbot70 {
padding-bottom: 70px !important;
}
.padbot80 {
padding-bottom: 80px !important;
}
.padbot90 {
padding-bottom: 90px !important;
}
.padbot100 {
padding-bottom: 100px !important;
}
.padtop0 {
padding-top: 0 !important;
}
.border0 {
border: 0 !important;
}
/*-----------------------------------------------------------------------------------*/
/* TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
hr {
margin: 33px 0;
border: 0;
border-top: 2px solid #e6e6e6;
}
ul, ol {
padding: 0;
margin: 0;
}
li {
padding: 0;
margin: 0;
list-style: none;
}
p {
margin: 0 0 20px;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-weight: 400;
color: #333;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
font-weight: 900;
}
h1 {
margin: 0 0 28px;
line-height: 30px;
font-size: 26px;
}
h2 {
margin: 0 0 25px;
line-height: 24px;
font-size: 20px;
}
/*used*/
h3 {
margin: 0 0 21px;
line-height: 20px;
font-size: 15px;
}
/*used*/
h4 {
margin: 0 0 18px;
line-height: 20px;
font-size: 13px;
}
/*used*/
h5 {
margin: 0 0 15px;
line-height: 17px;
font-size: 12px;
}
/*used*/
h6 {
margin: 0 0 15px;
line-height: 15px;
font-size: 10px;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.color_text {
color: #30a67c;
}
.color_red {
color: #cc3333;
}
.title {
margin-bottom: 27px;
padding-bottom: 6px;
border-bottom: 1px solid #e9e9e9;
}
.title h3 {
margin: 0 0 9px;
font-weight: 900;
}
.title p {
font-size: 14px;
}
.title2 {
margin-bottom: 9px;
}
.title2 h2 {
margin: 0 0 25px;
text-transform: none;
font-weight: 400;
line-height: 28px;
font-size: 24px;
color: #242424;
}
.title2 p {
line-height: 24px;
font-size: 14px;
}
/* __________ Columns __________ */
.column_item p {
margin: 0 0 11px;
font-weight: 500;
font-size: 16px;
color: #333;
}
.column_item p i {
display: inline-block;
vertical-align: middle;
padding-right: 18px;
font-size: 32px;
}
/* __________ Text in a frame __________ */
.text_iframe {
position: relative;
padding: 19px;
border: 1px solid #efefef;
}
.text_iframe.angle:before {
content: '';
position: absolute;
right: -1px;
top: -1px;
width: 19px;
height: 19px;
background-image: url(../images/frame_angle.jpg);
background-repeat: no-repeat;
background-size: 100% auto;
-webkit-background-size: 100% auto;
}
.text_iframe p {
margin: 0 0 11px;
font-weight: 500;
font-size: 16px;
color: #333;
}
/*-----------------------------------------------------------------------------------*/
/* SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.btn {
display: inline-block;
margin: 0;
padding: 13px 30px;
border: 2px solid #333;
border-radius: 0;
box-shadow: none;
text-transform: uppercase;
font-weight: 900;
line-height: 20px;
font-size: 14px;
color: #333;
text-shadow: none;
background: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {
color: #fff;
background-color: #242424;
}
.btn.inactive {
color: #666;
background: none;
border-color: #ccc;
}
.btn.inactive:hover {
color: #333;
background: none;
border-color: #333;
}
.btn.active {
color: #fff;
background: #333;
border-color: #333;
}
.btn.active:hover {
color: #fff;
background: #242424;
border-color: #242424;
}
.btn.btn-white {
color: #fff;
background: none;
border-color: #fff;
}
.btn.btn-white:hover {
color: #333;
background: #fff;
border-color: #fff;
}
.btn-sm {
padding: 11px 20px 9px;
font-size: 13px;
}
.btn_icon {
width: 50px;
height: 50px;
padding: 0;
font-size: 16px;
line-height: 46px;
text-align: center;
}
.shortcodes_buttons .btn {
margin-left: 10px;
margin-right: 7px;
}
/* __________ Blockquote __________ */
blockquote {
position: relative;
margin: 0 0 24px 70px;
padding: 4px 0 7px 25px;
border-left: 1px solid #ccc;
}
blockquote:before {
content: "\f10d";
position: absolute;
left: -70px;
top: 10px;
width: 40px;
height: 40px;
font-family: FontAwesome;
line-height: 40px;
font-size: 40px;
color: #333;
}
/* __________ Alerts __________ */
.alert {
position: relative;
margin-bottom: 30px;
padding: 10px 43px 8px 17px;
font-size: 12px;
color: #333;
border-radius: 0;
border-width: 2px;
border-style: solid;
}
.alert strong {
display: block;
text-transform: uppercase;
font-weight: 900;
line-height: 18px;
font-size: 14px;
}
.alert .close {
position: absolute;
top: 50%;
right: 17px;
float: none;
display: block;
width: 9px;
height: 9px;
margin-top: -5px;
line-height: 9px;
font-size: 18px;
opacity: 1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.alert .close:hover {
opacity: 0.5;
}
.alert-danger {
background-color: #ffeded;
border-color: #cc3333;
}
.alert-danger strong, .alert-danger .close {
color: #cc3333;
}
.alert-success {
background-color: #e3ffde;
border-color: #339933;
}
.alert-success strong, .alert-success .close {
color: #339933;
}
.alert-info {
background-color: #e8f8ff;
border-color: #3399cc;
}
.alert-info strong, .alert-info .close {
color: #3399cc;
}
.alert-warning {
background-color: #fff6db;
border-color: #cc9933;
}
.alert-warning strong, .alert-warning .close {
color: #cc9933;
}
/* __________ List Styles __________ */
.list1 li {
position: relative;
padding: 0 0 10px 15px;
}
.list1 li:before {
content: '';
position: absolute;
left: 0;
top: 7px;
width: 6px;
height: 6px;
border: 2px solid #333;
border-radius: 50%;
}
.list2 li {
position: relative;
padding: 0 0 10px 15px;
}
.list2 li:before {
content: "\f054";
position: absolute;
left: 0;
top: 1px;
font-family: FontAwesome;
line-height: 20px;
font-size: 8px;
color: #333;
}
.list3 li {
position: relative;
padding: 0 0 10px 15px;
}
.list3 li:before {
content: "\f00c";
position: absolute;
left: 0;
top: 0;
font-family: FontAwesome;
line-height: 20px;
font-size: 10px;
color: #333;
}
.list4 {
padding-left: 20px;
}
.list4 li {
padding: 0 0 10px;
list-style: decimal;
font-weight: 900;
color: #333;
}
.list4 li span {
font-weight: 400;
color: #666;
}
/* __________ Table type1 __________ */
.table.type1 {
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
}
.table.type1 thead {
font-weight: 900;
color: #333;
background-color: #f5f5f5;
}
.table.type1 thead tr th {
border-bottom: 0;
}
.table.type1 thead tr th,
.table.type1 tbody tr th,
.table.type1 tfoot tr th,
.table.type1 thead tr td,
.table.type1 tbody tr td,
.table.type1 tfoot tr td {
padding: 14px 0;
text-align: center;
line-height: 20px;
font-size: 12px;
color: #666;
border-top: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
}
.table.type1 tbody tr th {
width: 68px;
}
/* __________ Table type1 __________ */
.table.type2thead {
font-weight: 900;
color: #333;
}
.table.type2 thead tr th {
border-bottom: 0;
}
.table.type2 thead tr th,
.table.type2 tbody tr th,
.table.type2 tfoot tr th,
.table.type2 thead tr td,
.table.type2 tbody tr td,
.table.type2 tfoot tr td {
padding: 14px 0;
text-align: center;
line-height: 20px;
font-size: 12px;
color: #666;
border-top: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
}
.table.type2 thead tr th:last-child,
.table.type2 tbody tr th:last-child,
.table.type2 tfoot tr th:last-child,
.table.type2 thead tr td:last-child,
.table.type2 tbody tr td:last-child,
.table.type2 tfoot tr td:last-child {
border-right: 0;
}
.table.type2 tbody tr th {
width: 68px;
}
/* __________ Prices Block __________ */
.price_item {
padding: 24px 0 20px;
border: 1px solid #e9e9e9;
transition: border-color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out;
}
.price_item.best_price, .price_item.free_price {
position: relative;
}
.price_item.best_price:before,
.price_item.free_price:before {
content: '';
position: absolute;
left: -4px;
top: -5px;
width: 76px;
height: 75px;
background-image: url(../images/best_price.png);
background-repeat: no-repeat;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
}
.price_item.free_price:before {
background-image: url(../images/free_price.png);
left: -3px;
top: -4px;
}
.price_item_title {
padding-bottom: 25px;
text-transform: uppercase;
font-weight: 900;
font-size: 16px;
transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.price_item_cost {
width: 170px;
height: 170px;
margin: 0 auto 30px;
padding: 45px 0 40px;
font-weight: 900;
line-height: 67px;
font-size: 80px;
color: #fff;
border-radius: 50%;
background-color: #666;
transition: background-color 0.3s ease-in-out;
-webkit-transition: background-color 0.3s ease-in-out;
}
.price_item_cost span {
display: block;
line-height: 18px;
font-size: 14px;
}
.price_item_text {
padding: 15px 5px 14px;
border-top: 1px solid #e9e9e9;
background-color: #f5f5f5;
transition: background-color 0.3s ease-in-out;
-webkit-transition: background-color 0.3s ease-in-out;
}
.price_item_text.last {
border-bottom: 1px solid #e9e9e9;
}
.price_item_text b {
font-weight: 900;
color: #333;
}
.price_item .btn {
width: 210px;
margin: 19px 0 0;
}
.price_item.price_active {
padding: 22px 0 18px;
border: 3px solid #333;
}
.price_item.price_active.best_price:before {
left: -6px;
top: -7px;
}
.price_item.price_active.free_price:before {
left: -5px;
top: -6px;
}
.price_item.price_active .price_item_title {
color: #333;
}
.price_item.price_active .price_item_cost {
background-color: #333;
}
.price_item.price_active .price_item_text {
background-color: transparent;
}
/* Type2 */
.price_item.type2 {
padding-top: 0;
}
.price_item.type2 .price_item_title {
padding: 25px 0 21px;
line-height: 24px;
font-size: 21px;
color: #fff;
background-color: #666;
}
.price_item.type2 .price_item_cost {
position: relative;
height: auto;
margin-bottom: 0;
padding: 35px 0 38px;
color: #333;
background-color: transparent;
}
.price_item.type2 .price_item_cost:before {
content: '$';
position: absolute;
top: 35px;
left: 50%;
margin-left: -65px;
font-weight: 900;
line-height: 35px;
font-size: 26px;
color: #333;
}
.price_item.type2.free_price .price_item_cost:before {
margin-left: -40px;
}
.price_item.type2 .price_item_text {
background-color: transparent;
}
.price_item.type2.price_active .price_item_title {
padding-top: 23px;
background-color: #333;
}
/* __________ Accordion __________ */
#accordion {
padding-top: 11px;
}
#accordion h4.accordion_title {
position: relative;
margin: 0;
padding: 16px 0 17px 50px;
text-transform: none;
line-height: 26px;
font-size: 24px;
color: #666;
border-top: 1px solid #e9e9e9;
cursor: pointer;
transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
}
#accordion h4.accordion_title:hover {
color: #242424;
}
#accordion h4.accordion_title.active {
border-top: 2px solid #333;
}
#accordion h4.accordion_title:before {
content: "\f105";
position: absolute;
left: 2px;
top: 12px;
width: 35px;
height: 35px;
font-family: FontAwesome;
font-weight: bold;
text-indent: 2px;
line-height: 30px;
text-align: center;
font-size: 20px;
color: #ccc;
border: 2px solid #ccc;
border-radius: 50%;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#accordion h4.accordion_title:hover:before {
color: #333;
border-color: #333;
}
#accordion h4.accordion_title.active:before {
color: #fff;
border-color: #333;
background-color: #333;
transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
#accordion .accordion_content {
display: none;
padding: 13px 0 3px 50px;
line-height: 24px;
font-size: 14px;
}
#accordion .accordion_content p {
margin-bottom: 24px;
}
/*-----------------------------------------------------------------------------------*/
/* HEADER
/*-----------------------------------------------------------------------------------*/
header {
position: absolute;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 60px;
}
/* __________ Top Info __________ */
.top_info {
padding: 10px 0;
background-color: rgba(255, 255, 255, 0.65);
}
.phone_top {
float: right;
text-transform: uppercase;
font-size: 11px;
color: #333;
}
.phone_top a {
display: inline-block;
padding-left: 6px;
font-weight: 900;
font-size: 14px;
color: #333 !important;
}
.live_chat {
float: right;
margin-left: 12px;
}
.live_chat a {
position: relative;
display: block;
text-transform: uppercase;
font-size: 11px;
color: #333;
}
.live_chat a:hover {
color: #999;
}
.live_chat a:before {
content: '';
position: absolute;
left: 0;
top: 7px;
height: 9px;
border-left: 1px dotted #999;
}
.live_chat a i {
top: 0;
display: inline-block;
padding: 0 1px 0 12px;
font-size: 16px;
color: #666;
}
/* __________ Logo __________ */
.logo {
float: left;
width: 115px;
}
.logo a {
display: block;
}
/* __________ Menu __________ */
.menu_block {
height: 60px;
background-color: #fff;
}
.is-sticky .menu_block {
z-index: 9000;
left: 0;
width: 100%;
box-shadow: 0 1px 0 #e9e9e9;
}
.navmenu {
float: right;
}
.navmenu li {
position: relative;
display: inline-block;
margin: 0 0 0 -3px;
}
.navmenu li.sub-menu:hover {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(90%, #ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* IE10+ */
background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.navmenu li.sub-menu:hover:before {
content: '';
position: absolute;
z-index: 9999;
left: 0;
right: 0;
bottom: -2px;
height: 3px;
background-color: #fff;
}
.navmenu li a {
position: relative;
display: block;
margin: 0;
padding: 20px 16px;
text-transform: uppercase;
font-weight: 900;
line-height: 20px;
font-size: 13px;
color: #333;
transition: none;
-webkit-transition: none;
}
.navmenu li.sale_menu a {
color: #cc3333;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.navmenu li.sale_menu a:before, .navmenu li.sale_menu a:after {
display: none;
}
.navmenu li:hover a,
.navmenu li.active a {
margin-left: -1px;
margin-right: -1px;
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
}
.navmenu li:hover a:before,
.navmenu li.active a:before,
.navmenu li:hover a:after,
.navmenu li.active a:after {
content: '';
position: absolute;
left: -1px;
right: -1px;
top: -2px;
height: 2px;
background-color: #333;
}
.navmenu li:hover a:after, .navmenu li.active a:after {
top: auto;
bottom: -2px;
}
.navmenu li.sale_menu:hover a,
.navmenu li.sale_menu.active a {
margin: 0;
border: 0;
color: #fff;
background-color: #cc3333;
}
/* __________ Submenu __________ */
.navmenu li.sub-menu ul {
display: none;
position: absolute;
z-index: 9990;
width: 100%;
left: -1px;
top: 100%;
padding: 19px 0 3px;
margin: 0;
background: #fff;
border-radius: 0;
border: 1px solid #e9e9e9;
}
.navmenu li.sub-menu.last ul {
right: 0;
left: auto;
}
.navmenu li.sub-menu ul li {
margin: 0;
padding: 0;
text-align: left;
border-top: 0;
}
.navmenu li.sub-menu ul li a {
position: relative;
margin: 0;
padding: 0 0 10px 11px;
line-height: 20px;
font-size: 11px;
color: #666;
border: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.navmenu li.sub-menu ul li a:before {
content: '°';
position: absolute;
left: 0;
top: 3px;
font-size: 14px;
color: #ccc;
background: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.navmenu li.sub-menu ul li a:after {
background: none;
}
.navmenu li.sub-menu ul li.active a,
.navmenu li.sub-menu ul li a:hover {
color: #333;
}
.navmenu li.sub-menu ul li.active a:before,
.navmenu li.sub-menu ul li a:hover:before {
color: #333;
}
/* __________ Mega Menu ________ */
.navmenu li.sub-menu ul.megamenu_col1 {
width: 160px;
}
.navmenu li.sub-menu ul.megamenu_col2 {
width: 265px;
}
.navmenu li.sub-menu ul.megamenu_col3 {
width: 420px;
}
.navmenu li ul.mega_menu li.col {
float: left;
width: 130px;
margin: 0;
padding-left: 15px;
}
.navmenu li ul.mega_menu li ol {
padding-left: 0;
}
.navmenu li ul.mega_menu li ol li {
float: none;
display: block;
}
.navmenu li ul.mega_menu li ol li a {
border: 0;
}
/* _________ //Mega Menu _______ */
/* Secondary */
.secondary_menu {
float: left;
}
.secondary_menu li {
position: relative;
display: inline-block;
margin-right: 11px;
padding-right: 12px;
}
.secondary_menu li:before {
content: '';
position: absolute;
right: 0;
top: 6px;
height: 9px;
border-right: 1px dotted #999;
}
.secondary_menu li:last-child:before {
display: none;
}
.secondary_menu li a {
display: block;
text-transform: uppercase;
font-size: 11px;
color: #333;
}
.secondary_menu li a:hover {
color: #242424;
}
/* __________ Shopping Bag __________ */
.shopping_bag {
float: right;
position: relative;
}
.shopping_bag .shopping_bag_btn {
position: relative;
display: block;
margin: 0;
padding: 20px 19px 20px 20px;
text-transform: uppercase;
font-weight: 900;
line-height: 20px;
font-size: 13px;
color: #333;
border-left: 1px solid #e9e9e9;
transition: none;
-webkit-transition: none;
}
.shopping_bag.cart_active .shopping_bag_btn {
margin: -2px 0 0;
border-top: 2px solid #333;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(90%, #ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* IE10+ */
background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.shopping_bag .shopping_bag_btn:hover:before,
.shopping_bag .shopping_bag_btn:hover:after {
content: '';
position: absolute;
left: -1px;
right: -1px;
top: -2px;
height: 2px;
background-color: #333;
}
.shopping_bag .shopping_bag_btn:hover:before {
top: auto;
bottom: -2px;
}
.shopping_bag.cart_active .shopping_bag_btn:before {
content: '';
position: absolute;
z-index: 9999;
left: 0;
right: 0;
bottom: -2px;
height: 3px;
background-color: #fff;
}
.shopping_bag.cart_active .shopping_bag_btn:before {
content: '';
position: absolute;
z-index: 9999;
left: 0;
right: 0;
bottom: -2px;
height: 3px;
background-color: #fff;
}
.shopping_bag .shopping_bag_btn p {
display: inline-block;
margin: 0;
}
.shopping_bag .shopping_bag_btn i {
padding-right: 5px;
}
.shopping_bag .shopping_bag_btn span {
display: inline-block;
margin-left: 5px;
padding: 0 6px;
font-weight: 900;
font-size: 13px;
color: #fff;
background-color: #cc3333;
}
.shopping_bag.cart_active .shopping_bag_btn span {
background-color: #333;
}
/* __________ Cart __________ */
.cart {
overflow: hidden;
position: absolute;
right: 0;
top: 100%;
width: 235px;
border: 1px solid #e9e9e9;
background-color: #fff;
}
.cart li {
padding: 16px 19px 20px;
border-bottom: 1px solid #e9e9e9;
}
.cart .cart_item_product {
float: left;
margin-right: 20px;
width: 60px;
}
.cart_item_title {
display: block;
text-transform: uppercase;
line-height: 14px;
font-size: 11px;
color: #666;
}
.cart_item_title:hover {
color: #333;
}
.cart_item_price {
display: block;
text-transform: uppercase;
font-weight: 900;
line-height: 24px;
font-size: 14px;
color: #666;
}
.cart_total {
padding: 15px 19px 19px;
}
.cart_total .clearfix {
padding-bottom: 14px;
}
.cart_total .cart_subtotal {
text-transform: uppercase;
line-height: 20px;
font-size: 11px;
color: #666;
}
.cart_total .cart_subtotal b {
float: right;
display: inline-block;
line-height: 20px;
font-size: 16px;
color: #333;
}
.cart_total .btn {
width: 100%;
}
/* __________ Love List __________ */
.love_list {
float: right;
position: relative;
}
.love_list .love_list_btn {
position: relative;
display: block;
margin: 0;
padding: 20px 19px 20px 20px;
text-transform: uppercase;
font-weight: 900;
line-height: 20px;
font-size: 13px;
color: #333;
border-left: 1px solid #e9e9e9;
transition: none;
-webkit-transition: none;
}
.love_list.cart_active .love_list_btn {
margin: -2px 0 0;
border-top: 2px solid #333;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(90%, #ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* IE10+ */
background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.love_list .love_list_btn:hover:before,
.love_list .love_list_btn:hover:after {
content: '';
position: absolute;
left: -1px;
right: -1px;
top: -2px;
height: 2px;
background-color: #333;
}
.love_list .love_list_btn:hover:before {
top: auto;
bottom: -2px;
}
.love_list.cart_active .love_list_btn:before {
content: '';
position: absolute;
z-index: 9999;
left: 0;
right: 0;
bottom: -2px;
height: 3px;
background-color: #fff;
}
.love_list .love_list_btn p {
display: inline-block;
margin: 0;
}
.love_list .love_list_btn i {
padding-right: 5px;
}
.love_list .love_list_btn span {
display: inline-block;
margin-left: 5px;
padding: 0 6px;
font-weight: 900;
font-size: 13px;
color: #fff;
background-color: #cc3333;
}
.love_list.cart_active .love_list_btn span {
background-color: #333;
}
/* Search Form */
.top_search_form {
float: right;
position: relative;
}
.top_search_btn {
position: relative;
display: block;
margin: 0;
padding: 20px 22px 20px 20px;
font-size: 16px;
color: #333;
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
transition: none;
-webkit-transition: none;
}
.top_search_form.form_active .top_search_btn {
margin: -2px 0 0;
border-top: 2px solid #333;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(90%, #ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* IE10+ */
background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.top_search_form .top_search_btn:hover:before,
.top_search_form .top_search_btn:hover:after {
content: '';
position: absolute;
left: -1px;
right: -1px;
top: -2px;
height: 2px;
background-color: #333;
}
.top_search_form .top_search_btn:hover:before {
top: auto;
bottom: -2px;
}
.top_search_form.form_active .top_search_btn:before {
content: '';
position: absolute;
z-index: 9999;
left: 0;
right: 0;
bottom: -2px;
height: 3px;
background-color: #fff;
}
.top_search_form form {
position: absolute;
top: 100%;
right: 0;
width: 235px;
border: 1px solid #e9e9e9;
background-color: #fff;
}
.top_search_form input[type="text"] {
margin: 0;
border: 0;
height: 50px;
width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* HOME
/*-----------------------------------------------------------------------------------*/
#home {
position: relative;
padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/* TOVAR SECTION
/*-----------------------------------------------------------------------------------*/
.tovar_section {
padding-top: 26px;
}
/*-----------------------------------------------------------------------------------*/
/* TOVAR ITEM
/*-----------------------------------------------------------------------------------*/
.tovar_img {
overflow: hidden;
position: relative;
text-align: center;
}
.tovar_img_wrapper img {
position: absolute !Important;
left: 0;
top: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.tovar_item .tovar_img_wrapper .img_h,
.tovar_item:hover .tovar_img_wrapper .img {
opacity: 0;
}
.tovar_item:hover .tovar_img_wrapper .img_h {
opacity: 0.25;
}
.tovar_item_btns {
position: absolute;
left: 0;
right: 0;
bottom: -10px;
margin: 0 -5px;
opacity: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.tovar_item:hover .tovar_item_btns {
opacity: 1;
bottom: 20px;
}
.tovar_item_btns a {
display: inline-block;
margin: 0 3px 0 5px;
}
.tovar_item_btns a:hover {
background-color: #333;
color: #fff;
}
a.add_lovelist:hover {
color: #cc3333;
border-color: #cc3333;
background-color: inherit;
}
.open-project-link {
display: inline-block;
}
.tovar_view {
padding: 13px 32px;
text-transform: uppercase;
font-weight: 900;
font-size: 14px;
color: #333;
border: 2px solid #333;
}
.add_bag, .add_lovelist {
display: inline-block;
width: 50px;
height: 50px;
text-align: center;
line-height: 46px;
font-size: 16px;
color: #333;
border: 2px solid #333;
}
.tovar_description {
padding: 18px 0 0;
}
.tovar_title {
float: left;
width: 80%;
display: block;
text-transform: uppercase;
font-weight: 900;
line-height: 16px;
font-size: 14px;
color: #333;
}
.tovar_title:hover {
color: #232323;
}
.tovar_price {
float: right;
display: block;
font-weight: 900;
line-height: 16px;
font-size: 14px;
color: #666666;
}
/*-----------------------------------------------------------------------------------*/
/* BANNER
/*-----------------------------------------------------------------------------------*/
.banner {
position: relative;
display: block;
}
.banner:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-width: 2px;
border-style: solid;
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
}
.banner.type1:before {
border-color: #b9957d;
}
.banner.type2:before {
border-color: #333;
}
.banner.type3:before {
border-color: #e79d79;
}
.banner.type4:before {
border-color: #d24d4d;
}
.banner.nobord:before {
border: 0;
}
.banner:hover:before {
border-width: 6px;
}
/* Top Sale */
.top_sale_banners a.banner img {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.top_sale_banners a.banner {
background-color: #000;
}
.top_sale_banners:hover a.banner img {
opacity: 0.5;
}
.top_sale_banners a.banner:hover img {
opacity: 1;
}
.banner.white_bord:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
border: 2px solid #fff;
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
}
.banner.white_bord:hover:before {
left: -7px;
top: -7px;
right: -7px;
bottom: -7px;
opacity: 1;
}
/* Banner Widget */
.widget_banners {
padding: 20px 0;
}
.blog .widget_banners {
padding: 0;
}
.widget_banners img {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.widget_banners a {
display: block;
background-color: #000;
}
.widget_banners:hover img {
opacity: 0.5;
}
.widget_banners a:hover img {
opacity: 1;
}
/* Shop Banner */
.banner_block a img {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.banner_block a {
display: block;
background-color: #000;
}
.banner_block:hover img {
opacity: 0.5;
}
/*-----------------------------------------------------------------------------------*/
/* NEW ARRIVALS
/*-----------------------------------------------------------------------------------*/
.new_arrivals .jcarousel li {
width: 170px;
margin-right: 30px;
}
/* Tovar Item */
.tovar_img {
overflow: hidden;
position: relative;
text-align: center;
}
.tovar_img img {
position: static;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.tovar_item_new:hover .tovar_img img {
opacity: 0.25;
}
.tovar_item_new .tovar_view {
position: absolute;
left: 0;
right: 0;
bottom: -10px;
display: block;
width: 110px;
margin: 0 auto;
padding: 9px 13px 8px;
text-transform: uppercase;
font-weight: 900;
line-height: 20px;
font-size: 12px;
color: #333;
opacity: 0;
}
.tovar_item_new:hover .tovar_view {
opacity: 1;
bottom: 10px;
}
.tovar_item_new .tovar_view:hover {
color: #fff;
background-color: #333;
}
.tovar_item_new .tovar_title {
float: none;
width: 100%;
min-height: 46px;
padding-bottom: 14px;
}
.tovar_item_new .tovar_price {
float: none;
}
.tovar_sale {
position: relative;
}
.tovar_sale:before {
content: 'sale';
position: absolute;
z-index: 2;
right: 0;
top: 0;
padding: 5px 10px 4px;
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
color: #fff;
background-color: #cc3333;
}
.variable-sizes .tovar_sale:before {
left: 0;
right: auto;
}
/*-----------------------------------------------------------------------------------*/
/* TOVAR VIEW MODAL
/*-----------------------------------------------------------------------------------*/
#modal-body {
position: fixed;
z-index: 10002;
left: 0;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
display: none;
opacity: 0;
background-color: rgba(255, 255, 255, 0.75);
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
#modal-body.modal-active {
display: block;
opacity: 1;
}
.close_block {
position: absolute;
z-index: 10005;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#tovar_content {
position: absolute;
z-index: 10006;
left: 50%;
top: 50%;
width: 930px;
padding: 25px 30px;
background-color: #fff;
border: 1px solid #e9e9e9;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.20);
transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.tover_view_header {
margin-bottom: 29px;
padding-bottom: 5px;
border-bottom: 1px solid #e9e9e9;
}
.tover_view_header p {
float: left;
text-transform: uppercase;
font-weight: 900;
font-size: 15px;
color: #333;
}
#tover_view_page_close {
float: right;
display: block;
font-weight: 300;
line-height: 24px;
color: #666;
}
#tover_view_page_close:hover {
color: #333;
}
#tover_view_page_close i {
display: inline-block;
vertical-align: top;
margin-left: 10px;
width: 24px;
height: 24px;
line-height: 20px;
font-style: normal;
text-align: center;
font-size: 9px;
color: #999;
border: 2px solid #ccc;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#tover_view_page_close:hover i {
color: #333;
border-color: #333;
}
/* Tovar Carousel */
.tovar_view_fotos {
position: relative;
float: left;
width: 468px;
margin-right: 30px;
margin-top: 9px;
padding: 0;
}
#slider1, #slider2 {
float: left;
padding-right: 98px;
}
#carousel1,
#carousel2 {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 80px;
}
#carousel1 .slides li,
#carousel2 .slides li {
overflow: hidden;
float: none !important;
margin-bottom: 10px;
width: 80px;
height: 100px;
}
#carousel1 .slides li img, #carousel2 .slides li img {
margin-bottom: 10px;
}
#carousel1 .flex-viewport,
#carousel2 .flex-viewport {
height: 484px !important;
}
#carousel2 .flex-active-slide, #carousel1 .flex-active-slide {
position: relative;
}
#carousel1 .flex-active-slide:before,
#carousel2 .flex-active-slide:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
border: 1px solid #e9e9e9;
}
#carousel1 .slides li img,
#carousel2 .slides li img {
opacity: 0.5;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#carousel2 .slides .flex-active-slide img,
#carousel2 .slides li img:hover,
#carousel1 .slides .flex-active-slide img,
#carousel1 .slides li img:hover {
opacity: 1;
}
/* Tovar Description */
.tovar_view_description {
float: right;
width: 369px;
}
.tovar_view_title {
font-weight: 300;
line-height: 41px;
font-size: 34px;
color: #333;
}
.tovar_article {
padding-bottom: 17px;
line-height: 14px;
font-size: 11px;
color: #999;
}
.tovar_brend_price {
margin-bottom: 15px;
padding-bottom: 24px;
border-bottom: 1px solid #e9e9e9;
}
.tovar_brend {
font-weight: 300;
line-height: 30px;
font-size: 24px;
color: #333;
}
.tovar_view_price {
margin-top: -5px;
font-weight: 900;
line-height: 24px;
font-size: 22px;
color: #333;
}
.tovar_view_price span {
display: block;
text-decoration: line-through;
line-height: 17px;
font-size: 13px;
color: #666666;
}
.tovar_color_select {
padding-bottom: 19px;
}
.tovar_color_select p {
margin-bottom: 13px;
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
color: #333;
}
.tovar_color_select a {
position: relative;
display: inline-block;
margin-right: 10px;
width: 32px;
height: 22px;
}
.tovar_color_select a.color1 {
background-color: #7d97b0;
}
.tovar_color_select a.color2 {
background-color: #d6c4b5;
}
.tovar_color_select a.color3 {
background-color: #779574;
}
.tovar_color_select a.color4 {
background-color: #bf9bcb;
}
.tovar_color_select a:before {
content: '';
position: absolute;
left: -4px;
top: -4px;
right: -4px;
bottom: -4px;
border: 1px solid #e9e9e9;
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
}
.tovar_color_select a:hover:before,
.tovar_color_select a.active:before {
border: 2px solid #333;
}
.tovar_size_select {
padding-bottom: 25px;
}
.tovar_size_select p {
margin-bottom: 9px;
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
color: #333;
}
.tovar_size_select span {
float: right;
display: block;
line-height: 18px;
font-size: 12px;
color: #666;
}
.tovar_size_select a {
display: inline-block;
width: 40px;
height: 30px;
margin: 0 1px 5px;
text-align: center;
line-height: 28px;
font-size: 11px;
color: #666;
border: 1px solid #e9e9e9;
transition: color 0.3s ease-in-out, border-color 0.2s ease-in-out;
-webkit-transition: color 0.3s ease-in-out, border-color 0.2s ease-in-out;
}
.tovar_size_select a:hover,
.tovar_size_select a.active {
line-height: 26px;
color: #333;
border: 2px solid #333;
}
.tovar_view_btn {
margin-bottom: 10px;
padding: 0 0 17px;
border-bottom: 1px solid #e9e9e9;
}
.tovar_view_btn .fancy-select {
margin-right: 7px;
}
.tovar_view_btn .add_bag {
display: inline-block;
margin-right: 7px;
padding: 13px 42px;
width: auto;
text-transform: uppercase;
font-weight: 900;
line-height: 20px;
font-size: 14px;
color: #fff;
background-color: #333;
}
.tovar_view_btn .add_bag:hover {
color: #fff;
background-color: #232323;
}
.tovar_view_btn .add_bag i {
padding-right: 15px;
}
.tovar_shared p {
float: left;
margin-bottom: 9px;
padding-top: 5px;
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
color: #333;
}
.tovar_shared ul {
float: right;
}
.tovar_shared ul li {
display: inline-block;
width: 28px;
height: 28px;
margin-left: 10px;
text-align: center;
line-height: 26px;
font-size: 20px;
}
.tovar_shared ul li a {
color: #ccc;
}
.tovar_shared ul li a:hover {
color: #333;
}
/*-----------------------------------------------------------------------------------*/
/* TOVAR DETAILS
/*-----------------------------------------------------------------------------------*/
/* Sidebar Tovar details */
.sidebar_tovar_details h3 {
margin: 0;
padding-bottom: 25px;
border-bottom: 1px solid #e9e9e9;
}
.tovar_items_small {
padding-top: 35px;
}
.tovar_items_small li {
padding: 0 0 27px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.tovar_items_small:hover li {
opacity: 0.3;
}
.tovar_items_small li:hover {
opacity: 1;
}
.tovar_item_small_img {
float: left;
margin-right: 20px;
width: 100px;
}
.tovar_item_small_title {
display: block;
margin-bottom: 10px;
text-transform: uppercase;
font-weight: 900;
line-height: 16px;
font-size: 14px;
color: #333;
}
.tovar_item_small_title:hover {
color: #242424;
}
.tovar_item_small_price {
display: block;
text-transform: uppercase;
font-weight: 900;
line-height: 24px;
font-size: 14px;
color: #666;
}
/* Tovar Details Header */
.tovar_details_header {
border-bottom: 1px solid #ededed;
}
.tovar_details_header h3 {
margin-bottom: 25px;
}
.tovar_details_pagination a {
display: inline-block;
width: 24px;
height: 24px;
text-align: center;
line-height: 19px;
font-size: 17px;
color: #999;
border: 2px solid #ccc;
}
.tovar_details_pagination a:hover {
color: #333;
border-color: #333;
}
.tovar_details_pagination span {
display: inline-block;
vertical-align: top;
padding: 0 10px;
font-weight: 300;
line-height: 24px;
color: #666;
}
/* Tovar information */
.tovar_information .box {
display: none;
}
.tovar_information .box.visible {
display: block;
}
.tovar_information .tabs li {
position: relative;
float: left;
margin: 0 -1px 0 0;
padding: 14px 35px;
text-transform: uppercase;
font-weight: 900;
font-size: 14px;
color: #666;
border: 1px solid #e9e9e9;
cursor: pointer;
transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
}
.tovar_information .tabs li:hover {
color: #333;
}
.tovar_information .tabs li.current {
margin-top: -2px;
color: #333;
border-top: 3px solid #333;
border-bottom: 1px solid #fff;
background: #f0f0f0; /* Old browsers */
background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 60%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(60%, #ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 60%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 60%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 60%); /* IE10+ */
background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 60%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.tovar_information .box {
margin-top: -1px;
padding: 16px 19px 18px;
line-height: 18px;
font-size: 12px;
color: #666;
border: 1px solid #e9e9e9;
}
/* Reviews */
ul.comments li {
position: relative;
margin-bottom: 30px;
margin-left: 0;
}
ul.comments li p {
margin: 0;
}
ul.comments li .date {
float: left;
padding-left: 20px;
color: #7a8188;
}
ul.comments li .fa + p {
margin-top: 10px;
}
ul.comments li ul li {
background: #f7f7f7;
padding: 15px 20px;
margin: 20px 0 20px 20px;
}
.rating-box {
padding: 5px 0;
}
.rating-box .fa {
float: left;
width: 16px;
height: 16px;
margin: 0;
padding: 0;
line-height: 16px;
font-size: 16px;
color: #ffdd00;
text-align: left;
}
.rating-box .fa.fa-star-o, .rating-box .fa.fa-star-o:hover {
color: #666;
}
.rating-box .fa:hover {
color: #ffdd00;
}
.rating-box-label {
display: inline-block;
margin: 4px 10px 0 0;
}
/*-----------------------------------------------------------------------------------*/
/* BRANDS
/*-----------------------------------------------------------------------------------*/
.brands_carousel .jcarousel-wrapper {
padding-bottom: 32px;
}
/* jCarousel */
.brands_carousel .jcarousel-control-prev {
right: auto;
left: 0;
}
.brands_carousel .jCarousel_pagination a {
top: 35px;
}
.brands_carousel .jcarousel {
left: 44px;
width: 1082px;
}
.brands_carousel .jcarousel li {
width: 200px;
margin-right: 20px;
}
.brands_carousel .jcarousel li a {
display: block;
opacity: 0.35;
}
.brands_carousel .jcarousel li a:hover {
opacity: 1;
}
/*-----------------------------------------------------------------------------------*/
/* SERVICES SECTION
/*-----------------------------------------------------------------------------------*/
.services_section {
padding-top: 47px;
}
.services_section_description p {
margin-top: -7px;
margin-bottom: 27px;
padding-right: 40px;
font-weight: 300;
line-height: 38px;
font-size: 30px;
color: #242424;
}
.services_section_description span {
display: block;
line-height: 22px;
font-size: 13px;
color: #666;
}
.service_item i {
float: left;
top: 0;
display: block;
width: 32px;
height: 32px;
margin-right: 13px;
text-align: center;
line-height: 34px;
font-size: 38px;
color: #333;
}
.service_item p {
margin: 0;
padding: 4px 0 15px;
line-height: 24px;
font-size: 20px;
color: #333;
}
.service_item span {
display: block;
line-height: 20px;
font-size: 12px;
color: #666;
}
/* __________ Type 2 __________ */
.service_item.type2 {
text-align: center;
}
.service_item.type2 i {
float: none;
width: 90px;
height: 90px;
margin: 0 auto 27px;
border-radius: 50%;
line-height: 88px;
color: #fff;
background-color: #333;
}
.service_item.type2 p {
padding: 0 0 12px;
line-height: 26px;
font-size: 24px;
}
.service_item.type2 span {
padding: 0 60px;
}
/*-----------------------------------------------------------------------------------*/
/* POSTS
/*-----------------------------------------------------------------------------------*/
/* __________ Recent Posts __________ */
.recent_post_item {
position: relative;
}
.recent_post_date {
position: absolute;
z-index: 10;
left: 0;
top: 5px;
width: 60px;
height: 60px;
padding-top: 14px;
text-align: center;
font-weight: 300;
line-height: 20px;
font-size: 22px;
color: #fff;
background-color: #333;
}
.recent_post_date span {
display: block;
text-transform: uppercase;
font-weight: 900;
line-height: 15px;
font-size: 12px;
}
.recent_post_img {
position: relative;
float: left;
display: block;
margin: 5px 30px 10px 0;
}
.recent_post_img:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
background-color: #fff;
transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
}
.recent_post_item:hover .recent_post_img:before {
opacity: 0.65;
}
.recent_post_title {
display: block;
margin-bottom: 18px;
line-height: 25px;
font-size: 20px;
}
.recent_post_content {
padding-bottom: 20px;
}
.post_meta {
padding-bottom: 24px;
width: auto !important;
}
.post_meta li {
float: none !important;
display: inline-block;
width: auto !important;
padding-right: 20px;
margin-right: 0 !important;
text-transform: uppercase;
font-size: 11px;
color: #333;
}
.post_meta li i {
top: 0;
padding-right: 7px;
color: #ccc;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.post_meta li .sep {
display: inline-block;
padding: 0 3px;
color: #ccc;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.post_meta li:hover i, .post_meta li:hover .sep {
color: #333;
}
/*-----------------------------------------------------------------------------------*/
/* TOP SALE
/*-----------------------------------------------------------------------------------*/
.top_sale {
min-height: 970px;
background-image: url(../images/top_sale.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.top_sale_description {
padding: 221px 0 110px;
}
.top_sale_description p {
margin: 0;
text-transform: uppercase;
font-weight: 100;
line-height: 90px;
font-size: 100px;
color: #fff;
}
.top_sale_description span {
text-transform: uppercase;
font-weight: 300;
line-height: 49px;
font-size: 40px;
color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/* FASHION WEEK
/*-----------------------------------------------------------------------------------*/
.fashion_week {
min-height: 950px;
background-image: url(../images/fashion_week.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.fashion_week_description {
padding: 175px 0 50px;
text-align: center;
}
.fashion_week_description p {
margin: 0;
text-transform: uppercase;
font-weight: 100;
line-height: 101px;
font-size: 100px;
color: #333;
}
.fashion_week_description p b {
font-weight: 900;
}
.fashion_week_description span {
text-transform: uppercase;
font-weight: 300;
line-height: 59px;
font-size: 40px;
color: #333;
}
/* __________ Video Block __________ */
.video_wrapper {
position: relative;
width: 970px;
height: 480px;
margin: 0 auto;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.75);
}
.video_wrapper img {
width: 100%;
}
.video_wrapper iframe {
height: 480px;
}
.video_wrapper .fa {
position: absolute;
left: 50%;
top: 50%;
display: block;
width: 130px;
height: 130px;
margin: -65px 0 0 -65px;
font-family: 'FontAwesome';
text-align: center;
line-height: 120px;
font-size: 50px;
color: #fff;
text-indent: 6px;
border: 5px solid #fff;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.25);
cursor: pointer;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.video_wrapper .fa:hover {
background-color: rgba(0, 0, 0, 0.5);
}
/*-----------------------------------------------------------------------------------*/
/* SHOES
/*-----------------------------------------------------------------------------------*/
.shoes_page {
min-height: 960px;
background-image: url(../images/shoes_page.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.shoes_page_description {
padding: 287px 0 98px;
text-align: left;
}
.shoes_page_description p {
margin: 0;
text-transform: uppercase;
font-weight: 100;
line-height: 78px;
font-size: 100px;
color: #fff;
}
.shoes_page_description p b {
font-weight: 900;
line-height: 95px;
font-size: 120px;
}
.shoes_page_description span {
display: block;
padding-bottom: 59px;
text-transform: uppercase;
font-weight: 300;
line-height: 63px;
font-size: 71px;
color: #fff;
}
.shoes_page_description .btn {
padding-left: 47px;
padding-right: 47px;
}
/*-----------------------------------------------------------------------------------*/
/* SCHOOL SALE
/*-----------------------------------------------------------------------------------*/
.school_sale {
min-height: 700px;
background-image: url(../images/school_sale.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.school_sale_description {
padding: 277px 0 223px;
width: 760px;
}
.school_sale_description p {
margin: 0 0 10px;
text-transform: uppercase;
font-weight: 100;
line-height: 78px;
font-size: 100px;
color: #fff;
}
.school_sale_description span {
text-transform: uppercase;
font-weight: 900;
line-height: 34px;
font-size: 30px;
color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/* BREADCRUMBS
/*-----------------------------------------------------------------------------------*/
.breadcrumb {
margin: 0;
padding: 0;
min-height: 140px;
border-radius: 0;
border-bottom: 70px solid rgba(255, 255, 255, 0.65);
background-color: inherit;
background-repeat: no-repeat;
background-size: cover;
background-image: url(../images/breadcrumb_bg2.jpg);
}
.breadcrumb.women,
.breadcrumb.men {
margin: 0;
padding: 179px 0 81px;
border-radius: 0;
border: 0;
background-color: inherit;
background-repeat: no-repeat;
background-size: cover;
}
.breadcrumb.women {
background-image: url(../images/breadcrumb_bg1.jpg);
}
.breadcrumb.men {
background-image: url(../images/breadcrumb_bg2.jpg);
}
.breadcrumb h2 {
margin: 0;
padding: 0;
text-transform: uppercase;
font-weight: 100;
text-align: center;
line-height: 100px;
font-size: 100px;
color: #fff;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}
/* Page Header */
.page_header .container {
margin-bottom: 21px;
padding-bottom: 4px;
border-bottom: 1px solid #e9e9e9;
}
.page_header a {
display: block;
font-weight: 300;
font-size: 13px;
color: #666;
}
.page_header a:hover {
color: #333;
}
.page_header a i {
margin-left: 10px;
display: inline-block;
width: 24px;
height: 24px;
text-align: center;
line-height: 19px;
font-size: 17px;
color: #999;
border: 2px solid #ccc;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.page_header a:hover i {
color: #333;
border-color: #333;
}
/*-----------------------------------------------------------------------------------*/
/* SIDEBAR
/*-----------------------------------------------------------------------------------*/
#sidebar h3 {
margin: 0 0 15px;
font-weight: 900;
}
.sidepanel {
margin: 0 0 10px;
padding: 14px 18px 7px;
border: 2px solid #ccc;
}
.blog .sidepanel {
margin-bottom: 20px;
}
/* __________ Widget Search __________ */
.widget_search {
margin-bottom: 27px;
padding: 20px;
border: 0;
background-color: #f5f5f5;
}
.widget_search .search_form {
position: relative;
}
.widget_search .search_form:before {
content: "\f002";
position: absolute;
top: 8px;
right: 0;
width: 28px;
height: 11px;
font-family: FontAwesome;
text-align: center;
line-height: 11px;
font-size: 10px;
color: #666;
border-left: 1px dotted #999;
}
.search_form input[type="text"] {
display: block;
padding: 0 35px 0 8px;
width: 100%;
height: 30px;
line-height: 30px;
font-size: 11px;
color: #666;
border: 2px solid #e9e9e9;
background-color: #fff;
}
.search_form input[type="text"]:focus {
border-color: #ccc;
}
/* __________ Categories __________ */
.widget_categories li {
position: relative;
padding: 5px 0 4px 15px;
border-top: 1px solid #e9e9e9;
}
.widget_categories li:before {
content: '°';
position: absolute;
left: 0;
top: 9px;
font-size: 16px;
color: #ccc;
}
.widget_categories li a {
display: block;
text-transform: uppercase;
line-height: 20px;
font-size: 11px;
color: #666;
}
.widget_categories li a:hover {
font-weight: 900;
color: #333;
}
/* __________ Price Filter __________ */
#price-range input {
display: inline-block;
vertical-align: top;
margin: 0;
padding: 0;
width: auto;
height: auto;
font-weight: 400;
line-height: 14px;
font-size: 11px;
color: #666;
border: 0;
box-shadow: none;
}
#price-range label {
display: inline-block;
vertical-align: top;
margin: 0 0 16px;
text-transform: uppercase;
font-weight: 400;
line-height: 14px;
font-size: 11px;
color: #666;
}
.padding-range {
padding: 0 8px;
}
#price-range .ui-widget-content {
position: relative;
margin: 0 0 15px;
height: 5px;
background-image: url(../images/slider-range.jpg);
background-repeat: repeat;
}
#price-range .ui-state-default {
position: absolute;
z-index: 2;
width: 11px;
height: 15px;
margin: -3px 0 0 -7px;
background-image: url(../images/slider-handle.jpg);
background-repeat: no-repeat;
cursor: w-resize;
transition: none !important;
-webkit-transition: none !important;
}
#price-range .ui-slider-horizontal .ui-slider-range {
position: absolute;
z-index: 1;
top: 0;
height: 100%;
display: block;
border: 0;
background-color: #333;
}
/* __________ SHOP BY SIZE __________ */
.widget_sized ul {
padding-bottom: 13px;
}
.widget_sized li {
display: inline-block;
vertical-align: top;
width: 40px;
height: 30px;
margin: 0 2px 5px 0;
border: 1px solid #e9e9e9;
transition: border-color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out;
}
.widget_sized li:hover, .widget_sized li.active {
border: 2px solid #333;
}
.widget_sized li a {
display: block;
text-transform: uppercase;
text-align: center;
line-height: 28px;
font-size: 11px;
color: #666;
transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
}
.widget_sized li.active a,
.widget_sized li:hover a {
line-height: 26px;
color: #333;
}
/* __________ SHOP BY COLOR __________ */
.widget_color ul {
padding-bottom: 13px;
}
.widget_color li {
display: inline-block;
vertical-align: top;
width: 40px;
height: 30px;
margin: 0 2px 5px 0;
padding: 3px;
border: 1px solid #e9e9e9;
cursor: pointer;
transition: border-color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out;
}
.widget_color li.active,
.widget_color li:hover {
padding: 2px;
border: 2px solid #333;
}
.widget_color li a {
display: block;
width: 32px;
height: 22px;
transition: none;
-webkit-transition: none;
}
.widget_color li a.color1 {
background-color: #dc4343;
}
.widget_color li a.color2 {
background-color: #61acf2;
}
.widget_color li a.color3 {
background-color: #63c85b;
}
.widget_color li a.color4 {
background-color: #ddc332;
}
.widget_color li a.color5 {
background-color: #c98d4c;
}
.widget_color li a.color6 {
background-color: #b771db;
}
.widget_color li a.color7 {
background-color: #d3d3d3;
}
.widget_color li a.color8 {
background: #e40d3f; /* Old browsers */
background: -moz-linear-gradient(left, #e40d3f 0%, #d70de4 20%, #440de4 40%, #0daae4 60%, #0de444 80%, #e1ec2b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e40d3f), color-stop(20%, #d70de4), color-stop(40%, #440de4), color-stop(60%, #0daae4), color-stop(80%, #0de444), color-stop(100%, #e1ec2b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #e40d3f 0%, #d70de4 20%, #440de4 40%, #0daae4 60%, #0de444 80%, #e1ec2b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #e40d3f 0%, #d70de4 20%, #440de4 40%, #0daae4 60%, #0de444 80%, #e1ec2b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #e40d3f 0%, #d70de4 20%, #440de4 40%, #0daae4 60%, #0de444 80%, #e1ec2b 100%); /* IE10+ */
background: linear-gradient(to right, #e40d3f 0%, #d70de4 20%, #440de4 40%, #0daae4 60%, #0de444 80%, #e1ec2b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e40d3f', endColorstr='#e1ec2b', GradientType=1); /* IE6-9 */
}
/* __________ SHOP BY BRANDS __________ */
input[type="checkbox"] {
display: none;
}
input[type="checkbox"] + label {
position: relative;
display: block;
padding: 5px 0 4px 19px;
text-transform: uppercase;
font-weight: 400;
line-height: 20px;
font-size: 11px;
color: #666;
border-top: 1px solid #e9e9e9;
cursor: pointer;
transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
}
input[type="checkbox"]:checked + label,
input[type="checkbox"] + label:hover {
color: #333;
}
input[type="checkbox"] + label:before {
content: "\f096";
position: absolute;
left: 0;
top: 6px;
font-family: FontAwesome;
line-height: 20px;
font-size: 15px;
color: #ccc;
transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
}
input[type="checkbox"]:checked + label:before {
content: "\f046";
color: #333;
}
input[type="checkbox"] + label span {
color: #999;
transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
}
input[type="checkbox"] + label:hover span {
color: #333;
}
/* __________ Widget Popular Posts __________ */
.widget_popular_post_item {
margin-bottom: 19px;
padding-bottom: 10px;
border-bottom: 1px solid #e9e9e9;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.widget_popular_posts li:last-child {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 3px;
}
.widget_popular_posts:hover li {
opacity: 0.35;
}
.widget_popular_posts li:hover {
opacity: 1;
}
.widget_popular_post_img {
float: left;
display: block;
margin: 0 20px 10px 0;
}
.widget_popular_post_title {
margin: -2px 0 8px;
display: block;
text-transform: uppercase;
line-height: 14px;
font-size: 11px;
color: #333;
}
.widget_popular_post_title:hover {
color: #242424;
}
.widget_popular_post_date {
display: block;
padding-bottom: 10px;
line-height: 12px;
font-size: 11px;
color: #999;
}
/* __________ Widget Popular Tags __________ */
.widget_tags {
padding-bottom: 16px;
}
.widget_tags a,
.post_tags a {
display: inline-block;
margin: 0 2px 5px 0;
padding: 0 10px;
text-transform: uppercase;
line-height: 30px;
font-size: 11px;
color: #999;
border-radius: 3px;
background-color: #efefef;
}
.widget_tags a:hover,
.post_tags a:hover {
color: #fff;
background-color: #333;
}
/* __________ Widget Best Sellers __________ */
.widget_best_sellers {
padding: 10px 0 0;
border: 0;
}
.widget_best_sellers h3 {
margin-bottom: 35px;
padding-bottom: 25px;
border-bottom: 1px solid #e9e9e9;
}
.widget_best_sellers .tovar_items_small {
padding: 0;
}
/* __________ Registration Form __________ */
.widget_register_form {
margin-bottom: 18px;
}
.registration_form p {
margin: 0 0 16px;
font-size: 12px;
}
.registration_form input[type="text"] {
text-transform: uppercase;
font-size: 11px;
}
.registration_form .forgot_pass {
display: block;
padding-bottom: 9px;
text-align: center;
font-size: 12px;
color: #999;
}
.registration_form .forgot_pass:hover {
color: #333;
}
.registration_form input[type="submit"] {
float: none;
width: 100%;
margin-bottom: 12px;
}
/* __________ Create New Account __________ */
.widget_new_account p {
margin: 0 0 14px;
font-size: 12px;
}
.widget_new_account .create_acc {
display: block;
width: 100%;
padding: 15px 10px;
text-transform: uppercase;
text-align: center;
font-weight: 900;
line-height: 20px;
font-size: 14px;
color: #fff;
background-color: #333;
}
.widget_new_account .create_acc:hover {
background-color: #242424;
}
/* __________ Widget Bag Totals __________ */
.bag_total {
width: 100%;
padding-bottom: 3px;
}
.bag_total tr {
display: block;
width: 100%;
padding: 10px 0 9px;
text-transform: uppercase;
line-height: 20px;
font-size: 11px;
border-top: 1px solid #e9e9e9;
}
.bag_total tr th {
float: left;
}
.bag_total tr td {
float: right;
}
.bag_total tr.cart-subtotal td {
font-weight: 900;
font-size: 14px;
color: #666;
}
.bag_total tr.shipping td {
font-weight: 900;
font-size: 14px;
color: #cc3333;
}
.bag_total tr.total td {
font-weight: 900;
font-size: 18px;
color: #333;
}
.coupon_form {
position: relative;
margin: 0 -18px 20px;
padding: 20px 18px;
background-color: #f5f5f5;
}
.coupon_form input[type="text"] {
height: 30px;
margin: 0;
padding: 0 80px 0 10px;
text-transform: uppercase;
}
.coupon_form input[type="submit"] {
position: absolute;
top: 20px;
right: 18px;
width: 70px;
height: 30px;
padding: 0;
line-height: 30px;
font-size: 12px;
}
.widget_bag_totals .btn {
width: 100%;
margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* SHOP BLOCK
/*-----------------------------------------------------------------------------------*/
/* SORTING TOVAR PANEL */
.sorting_options {
padding: 0 0 15px;
border-bottom: 1px solid #e9e9e9;
}
.sorting_options p {
position: relative;
display: inline-block;
margin: 0 9px 0 0;
padding-right: 9px;
text-transform: uppercase;
font-weight: 900;
font-size: 15px;
color: #333;
}
.sorting_options p:before {
content: '';
position: absolute;
right: 0;
top: 4px;
width: 1px;
height: 13px;
border-right: 1px dotted #999;
}
.count_tovar_items {
display: inline-block;
vertical-align: top;
}
.show_all_tovar {
float: right;
display: inline-block;
padding: 0 17px;
text-transform: uppercase;
font-weight: 400;
line-height: 38px;
font-size: 11px;
color: #666;
border: 1px solid #e9e9e9;
transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.show_all_tovar:hover {
padding: 0 16px;
font-weight: 900;
line-height: 36px;
color: #333;
background: none;
border: 2px solid #333;
}
/* Tovar Sorting */
.product_sort {
display: inline-block;
width: 67%;
vertical-align: top;
text-align: center;
}
/* Tovar Sizes */
#toggle-sizes {
float: right;
}
#toggle-sizes a {
display: inline-block;
margin-left: 6px;
line-height: 20px;
font-size: 18px;
color: #ccc;
}
#toggle-sizes a.active, #toggle-sizes a:hover {
color: #333;
}
/* __________ Shop Section Sizes __________ */
.shop_block {
padding-top: 40px;
}
.tovar_content {
display: none;
}
.variable-sizes .tovar_content {
display: block;
}
.variable-sizes .tovar_img_wrapper {
height: 275px !Important;
}
.shop_block.variable-sizes .tovar_wrapper {
position: relative;
width: 450px;
}
.shop_block.variable-sizes .tovar_item {
height: 100%;
}
.shop_block.variable-sizes .tovar_img {
overflow: visible;
float: left;
width: 200px;
}
.shop_block.variable-sizes .tovar_description {
float: right;
width: 220px;
margin: 0 0 15px;
padding: 6px 0 16px;
border-bottom: 1px solid #e9e9e9;
}
.shop_block.variable-sizes .tovar_description .tovar_title {
float: none;
padding-bottom: 15px;
}
.shop_block.variable-sizes .tovar_description .tovar_price {
float: none;
}
.shop_block.variable-sizes .tovar_item_btns {
left: 100%;
bottom: 0;
width: 100%;
opacity: 1;
}
.shop_block.variable-sizes .tovar_item_btns .tovar_view {
padding-left: 15px;
padding-right: 15px;
}
.shop_block.variable-sizes .tovar_item_btns .tovar_view span {
display: none;
}
/* Pagination */
.pagination {
margin: 0;
}
.pagination li {
display: inline-block;
vertical-align: top;
margin: 0 7px 0 0;
}
.pagination li a {
display: block;
width: 40px;
height: 40px;
padding: 0;
font-weight: 400;
text-align: center;
line-height: 38px;
font-size: 11px;
color: #666;
border: 1px solid #e9e9e9;
border-radius: 0 !important;
transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.pagination li a:hover,
.pagination li.active a {
font-weight: 900;
line-height: 36px;
font-size: 16px;
color: #333;
background: none;
border: 2px solid #333;
}
.pagination li.active a:hover {
color: #fff;
border-color: #333;
background-color: #333;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
color: #fff;
border-color: #333;
background-color: #333;
}
/*-----------------------------------------------------------------------------------*/
/* BLOG
/*-----------------------------------------------------------------------------------*/
.post .post_image,
.post .post_large_image {
position: relative;
display: block;
margin: 0 30px 20px 0;
padding-top: 5px;
}
.post .post_image:before,
.post .post_large_image:before {
content: '';
position: absolute;
left: 0;
top: 5px;
right: -1px;
bottom: 0;
opacity: 0;
background-color: #fff;
transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
}
article.post:hover .post_image:before, article.post:hover .post_large_image:before {
opacity: 0.65;
}
article.post.blog_post:hover .post_image:before, article.post.blog_post:hover .post_large_image:before {
opacity: 0;
}
.post .post_title {
display: block;
padding-bottom: 18px;
line-height: 36px;
font-size: 26px;
color: #333;
}
.post a.post_title:hover {
color: #242424;
}
.post.large_image .post_title {
padding-bottom: 4px;
line-height: 48px;
font-size: 40px;
}
.post .post_content {
padding-bottom: 18px;
}
/* __________ Blog Post __________ */
.blog_post_content {
padding: 31px 0 0;
line-height: 24px;
font-size: 14px;
}
.blog_post_content p {
margin: 0 0 24px;
line-height: 24px;
font-size: 14px;
}
.blog_post_content h2 {
margin-bottom: 34px;
text-transform: none;
line-height: 33px;
font-size: 24px;
}
.blog_post_content h3 {
margin-bottom: 34px;
text-transform: none;
line-height: 33px;
font-size: 20px;
}
.blog_post_content blockquote {
margin-top: -8px;
margin-bottom: 38px;
}
.shared_tags_block {
margin-bottom: 22px;
padding-bottom: 50px;
border-bottom: 1px solid #e9e9e9;
}
/*-----------------------------------------------------------------------------------*/
/* ARTICLES
/*-----------------------------------------------------------------------------------*/
.articles_block {
padding-top: 9px;
}
.article_image {
position: relative;
}
.article_large .article_image {
float: left;
margin: 0 30px 20px 0;
}
.article_image:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: -1px;
bottom: 0;
opacity: 0;
background-color: #fff;
transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
}
.article_item:hover .article_image:before {
opacity: 0.65;
}
.article_date {
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 60px;
padding-top: 14px;
text-align: center;
font-weight: 300;
line-height: 20px;
font-size: 22px;
color: #fff;
background-color: #333;
}
.article_date span {
display: block;
text-transform: uppercase;
font-weight: 900;
line-height: 15px;
font-size: 12px;
}
.article_image {
display: block;
margin: 0 0 23px;
}
.article_title {
display: block;
margin-bottom: 18px;
line-height: 36px;
font-size: 30px;
}
.article_large .article_title {
font-size: 34px;
}
.article_small .article_title {
line-height: 30px;
font-size: 24px;
}
.article_item .post_meta li i {
padding-right: 3px;
}
/* __________ Article Single __________ */
.article_single .article_image {
float: left;
margin-bottom: 40px;
padding-left: 30px;
}
.article_single .article_date {
top: 30px;
}
.article_single_caption {
position: relative;
z-index: 2;
float: right;
display: table;
margin: 30px 0 0 -30px;
padding: 0 28px;
width: 400px;
height: 360px;
background-color: #333;
}
.article_single_caption p {
display: table-cell;
vertical-align: middle;
line-height: 44px;
font-size: 36px;
color: #fff;
}
.article_single_content h3 {
float: left;
width: 775px;
margin-bottom: 34px;
padding-left: 30px;
text-transform: none;
line-height: 33px;
font-size: 20px;
}
.article_single_content blockquote {
float: left;
width: 300px;
}
.article_single_content p {
margin-bottom: 24px;
line-height: 24px;
font-size: 14px;
}
.article_single_content .post_meta {
padding-bottom: 44px;
}
.article_single_content .shared_tags_block {
padding-bottom: 29px;
margin: 0;
border: 0;
}
/*-----------------------------------------------------------------------------------*/
/* BLOG COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
padding-bottom: 13px;
}
#comments h2 {
margin-bottom: 23px;
text-transform: none;
line-height: 33px;
font-size: 24px;
}
#comments li {
padding: 0 0 20px 0;
}
#comments .avatar {
float: left;
display: block;
margin-right: 20px;
width: 70px;
height: 70px;
}
.comment_right {
position: relative;
display: table;
padding: 14px 19px 17px 29px;
font-size: 12px;
color: #666;
border: 1px solid #efefef;
}
.comment_right:before {
content: '';
position: absolute;
left: -10px;
top: 26px;
width: 11px;
height: 20px;
background-image: url(../images/comment_right_b.jpg);
background-repeat: no-repeat;
background-size: 100% auto;
-webkit-background-size: 100% auto;
}
.comment_info {
padding-bottom: 11px;
}
.comment_author {
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
color: #333;
}
.comment_reply {
float: right;
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
color: #999;
}
.comment_reply:hover {
color: #333;
}
.comment_date {
line-height: 16px;
font-size: 11px;
color: #999;
}
#comments ol li ul li {
padding: 20px 0 0 100px;
}
.leave_comment input[type="text"] {
width: 32.8%;
}
.leave_comment textarea {
width: 99.5%;
min-height: 130px;
}
/*-----------------------------------------------------------------------------------*/
/* LOVE LIST / SHOPPING BAG
/*-----------------------------------------------------------------------------------*/
.love_list_block {
padding-top: 9px;
}
table.shop_table {
margin: 0;
width: 100%;
}
table.shop_table thead {
background-color: #f5f5f5;
}
table.shop_table th {
padding: 4px 0 6px;
text-transform: uppercase;
line-height: 20px;
font-size: 11px;
}
table tr.cart_item td {
padding: 6px 20px 20px 0;
border-bottom: 1px solid #e9e9e9;
}
table tr.cart_item:last-child td {
border: 0;
}
table tr.cart_item td.product-thumbnail {
width: 120px;
}
table tr.cart_item td.product-thumbnail a {
display: block;
}
table tr.cart_item td.product-thumbnail a img {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
table.shop_table tbody:hover .product-thumbnail img {
opacity: 0.35;
}
table.shop_table tbody .cart_item:hover .product-thumbnail img {
opacity: 1;
}
table tr.cart_item td.product-name {
vertical-align: middle;
width: 310px;
}
table tr.cart_item td.product-name a {
text-transform: uppercase;
font-weight: 900;
font-size: 14px;
}
table tr.cart_item td.product-name li {
position: relative;
display: inline-block;
margin-right: 8px;
padding-right: 11px;
font-size: 11px;
color: #333;
}
table tr.cart_item td.product-name li:last-child {
margin-right: 0;
padding-right: 0;
}
table tr.cart_item td.product-name li:before {
content: '|';
position: absolute;
right: -1px;
top: 0;
color: #ccc;
}
table tr.cart_item td.product-name li:last-child:before {
display: none;
}
table tr.cart_item td.product-price {
width: 100px;
font-weight: 900;
font-size: 14px;
color: #666;
}
table tr.cart_item td.product-add-bag {
padding-right: 0;
width: 210px;
}
table tr.cart_item td.product-add-bag .add_bag {
display: block;
width: 100%;
border: 0;
text-transform: uppercase;
font-weight: 900;
line-height: 50px;
font-size: 14px;
color: #fff;
background-color: #333;
}
table tr.cart_item td.product-add-bag .add_bag:hover {
background-color: #242424;
}
table tr.cart_item td.product-add-bag .add_bag i {
display: inline-block;
padding-right: 17px;
}
table tr.cart_item td.product-remove {
padding-right: 0;
text-align: right;
}
table tr.cart_item td.product-remove a {
font-weight: 300;
font-size: 13px;
color: #666;
}
table tr.cart_item td.product-remove a:hover {
color: #cc3333;
}
table tr.cart_item td.product-remove i {
display: inline-block;
vertical-align: top;
margin-left: 10px;
margin-top: -2px;
width: 24px;
height: 24px;
line-height: 20px;
font-style: normal;
text-align: center;
font-size: 9px;
color: #999;
border: 2px solid #ccc;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
table tr.cart_item td.product-remove a:hover i {
color: #cc3333;
border-color: #cc3333;
}
table tr.cart_item td.product-quantity {
width: 120px;
}
table tr.cart_item td.product-quantity .fancy-select .trigger {
width: 74px;
}
table div.fancy-select ul.options {
min-width: 74px;
}
table tr.cart_item td.product-subtotal {
width: 100px;
font-weight: 900;
font-size: 14px;
color: #666;
}
/*-----------------------------------------------------------------------------------*/
/* PAGE 404
/*-----------------------------------------------------------------------------------*/
.page404 {
background-image: url(../images/404_bg.jpg);
}
.wrapper404 {
float: right;
width: 570px;
padding-right: 30px;
padding-left: 30px;
text-align: center;
color: #fff;
}
.wrapper404 h1 {
margin: 0;
padding-top: 10px;
font-weight: 900;
line-height: 136px;
font-size: 130px;
color: #fff;
}
.wrapper404 h2 {
position: relative;
margin-bottom: 24px;
padding-bottom: 23px;
font-weight: 300;
line-height: 40px;
font-size: 40px;
color: #fff;
}
.wrapper404 h2:before {
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 50px;
height: 2px;
margin-left: -25px;
background-color: #fff;
}
.wrapper404 p {
margin: 0 0 44px;
text-transform: uppercase;
line-height: 24px;
font-size: 20px;
}
.wrapper404 .btn {
margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* MY ACCOUNT
/*-----------------------------------------------------------------------------------*/
.my_account {
padding-top: 250px;
background-image: url(../images/my_account_bg.jpg);
}
.my_account_block {
background-color: #fff;
margin-bottom: 54px;
}
.my_account_block h2 {
margin: 0 0 39px;
font-weight: 900;
font-size: 24px;
}
.my_account_block .login {
float: left;
width: 50%;
padding: 30px 28px;
border-right: 1px solid #ccc;
}
.login_form input[type="text"] {
height: 50px;
margin-bottom: 20px;
text-transform: uppercase;
}
.login_form input[type="text"].last {
margin-bottom: 9px;
}
.login_form input[type="checkbox"] + label {
text-transform: none;
font-size: 12px;
border: 0;
}
.login_form .forgot_pass {
display: block;
padding-top: 5px;
color: #999;
}
.login_form .forgot_pass:hover {
color: #333;
}
.login_form input[type="submit"] {
float: none;
display: inline-block;
width: 230px;
height: 50px;
margin: 27px 0 0;
background-color: #333;
}
.my_account_block .new_customers {
float: left;
width: 50%;
padding: 30px 28px;
}
.my_account_block .new_customers p {
color: #333;
}
.my_account_block .new_customers li {
line-height: 22px;
}
.my_account_block .new_customers .btn {
display: inline-block;
width: 230px;
margin: 40px auto 0;
}
.my_account_note {
padding-bottom: 63px;
text-transform: uppercase;
font-weight: 300;
line-height: 46px;
font-size: 40px;
color: #fff;
}
.my_account_note b {
display: inline-block;
padding-left: 30px;
font-weight: 900;
}
/*-----------------------------------------------------------------------------------*/
/* PRODUCT CATALOG LIST
/*-----------------------------------------------------------------------------------*/
.product_catalog_block .container {
margin-bottom: 24px;
padding-bottom: 20px;
border-bottom: 1px solid #e9e9e9;
}
.product_catalog_block.last .container {
border-bottom: 0;
}
.product_catalog_item img {
float: left;
margin: 9px 30px 10px 0;
}
.product_catalog_title {
margin: 0 0 5px;
text-transform: uppercase;
font-weight: 300;
line-height: 47px;
font-size: 40px;
color: #333;
}
.product_catalog_list {
padding-left: 90px;
}
.product_catalog_list li {
position: relative;
padding: 10px 5px 0 12px;
}
.product_catalog_list li:before {
content: '°';
position: absolute;
left: 0;
top: 14px;
font-size: 16px;
color: #ccc;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.product_catalog_list li:hover:before {
color: #333;
}
.product_catalog_list li a {
text-transform: uppercase;
font-size: 11px;
color: #666;
}
.product_catalog_list li a:hover {
color: #333;
}
.product_catalog_item .product_catalog_list {
padding-left: 300px;
}
/* __________ Brands List __________ */
.brand_letter {
float: left;
width: 70px;
margin-right: 30px;
text-transform: uppercase;
font-weight: 300;
line-height: 111px;
font-size: 100px;
color: #333;
}
/*-----------------------------------------------------------------------------------*/
/* UPDATE PAGE
/*-----------------------------------------------------------------------------------*/
.update_page {
background-image: url(../images/update_bg.jpg);
}
.update_wrapper {
width: 680px;
margin: 0 auto;
padding: 191px 0 150px;
text-align: center;
color: #fff;
}
.update_wrapper h1 {
margin: 0;
padding-top: 10px;
font-weight: 900;
line-height: 136px;
font-size: 130px;
color: #fff;
}
.update_wrapper h2 {
position: relative;
margin-bottom: 24px;
padding-bottom: 23px;
font-weight: 300;
line-height: 40px;
font-size: 40px;
color: #fff;
}
.update_wrapper h2:before {
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 50px;
height: 2px;
margin-left: -25px;
background-color: #fff;
}
.update_wrapper p {
margin: 0 0 44px;
text-transform: uppercase;
line-height: 24px;
font-size: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* ABOUT US PAGE
/*-----------------------------------------------------------------------------------*/
.about_us_info {
padding-top: 9px;
}
.about_us_description p {
margin-top: -7px;
margin-bottom: 27px;
padding-right: 40px;
font-weight: 300;
line-height: 38px;
font-size: 30px;
color: #242424;
}
.about_us_description span {
display: block;
margin-bottom: 22px;
line-height: 22px;
font-size: 13px;
color: #666;
}
/* __________ Our Team __________ */
.team_item {
padding: 39px 10px 24px;
border: 1px solid #e9e9e9;
transition: border-color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out;
}
.team_item:hover {
padding: 37px 10px 22px;
border: 3px solid #333;
}
.team_item .team_foto {
margin: 0 auto 25px;
width: 170px;
height: 170px;
border-radius: 50%;
}
.team_item p {
margin: 0 0 2px;
text-transform: uppercase;
font-weight: 900;
font-size: 16px;
color: #333;
}
.team_item .team_social {
padding: 17px 0 0;
}
.team_item .team_social a {
display: inline-block;
width: 32px;
height: 32px;
margin: 0 1px 0 5px;
font-size: 20px;
color: #ccc;
}
.team_item .team_social a:hover {
color: #333;
}
/*-----------------------------------------------------------------------------------*/
/* CONTACTS PAGE
/*-----------------------------------------------------------------------------------*/
.contacts_block {
padding-top: 9px;
}
/* __________ Contact Info __________ */
.contact_info_block {
min-height: 490px;
padding: 14px 18px;
border: 2px solid #ccc;
}
.contact_info_block li {
margin-bottom: 17px;
padding-bottom: 14px;
border-bottom: 1px solid #e9e9e9;
}
.contact_info_block li:last-child {
border: 0;
}
.contact_info_block h3 {
margin-bottom: 12px;
}
.contact_info_block h3 i {
display: inline-block;
padding-right: 12px;
line-height: 20px;
color: #ccc;
}
.contact_info_block p {
margin: 0;
font-weight: 700;
color: #333;
}
.contact_info_block p.phone {
font-weight: 900;
}
.contact_info_block a {
display: inline-block;
margin-bottom: 23px;
line-height: 18px;
}
/* __________ Contact Form __________ */
.contact_form {
min-height: 490px;
padding: 14px 18px 19px;
border: 2px solid #ccc;
}
.contact_form h3 {
margin-bottom: 11px;
}
.contact_form p {
margin: 0 0 14px;
}
#ajax-contact-form label {
display: none;
margin: 0;
text-transform: uppercase;
font-size: 11px;
color: #666;
}
#ajax-contact-form textarea,
#ajax-contact-form input[type="text"] {
margin-bottom: 10px;
text-transform: uppercase;
font-size: 11px;
color: #666;
}
#ajax-contact-form textarea {
min-height: 189px;
}
#ajax-contact-form input[type="submit"] {
float: none;
width: 100%;
}
.notification_error {
margin-bottom: 10px;
padding: 5px 10px;
line-height: 15px;
font-size: 11px;
color: #cc3333;
border: 2px solid #cc3333;
background-color: #ffeded;
}
.notification_ok {
margin-bottom: 10px;
padding: 5px 10px;
line-height: 15px;
font-size: 11px;
color: #3399cc;
border: 2px solid #3399cc;
background-color: #e8f8ff;
}
.ie #ajax-contact-form label {
display: block;
}
.ie #ajax-contact-form textarea {
min-height: 120px;
}
/*-----------------------------------------------------------------------------------*/
/* CHECKOUT
/*-----------------------------------------------------------------------------------*/
.checkout_nav {
margin-bottom: 30px;
}
.checkout_nav li {
position: relative;
display: inline-block;
width: 25%;
margin-right: -4px;
padding: 10px 0 12px;
font-weight: 300;
text-align: center;
line-height: 26px;
font-size: 22px;
color: #999;
border: 2px solid #ccc;
border-right: 0;
}
.checkout_nav li:before {
content: '';
position: absolute;
z-index: 1;
right: -22px;
top: 0;
bottom: 0;
width: 26px;
background-image: url(../images/checkout_arrow.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
}
.checkout_nav li.active_step {
font-weight: 400;
color: #333;
border-right: 0;
background-color: #f4f4f4;
}
.checkout_nav li.active_step:before {
background-image: url(../images/active_step.jpg);
}
.checkout_nav li.done_step,
.checkout_nav li.done_step2 {
font-weight: 400;
color: #333;
border-color: #6d9f3b;
border-right: 0;
background-color: #e4ffd1;
}
.checkout_nav li.done_step:before {
background-image: url(../images/done_step.jpg);
}
.checkout_nav li.done_step2:before {
background-image: url(../images/done_step2.jpg);
}
.checkout_nav li.last {
border-right: 2px solid #ccc;
}
.checkout_nav li.last:before {
display: none;
}
/* __________ Checkout Form __________ */
.checkout_form {
margin-bottom: 32px;
padding: 22px 28px 31px 28px;
border: 2px solid #ccc;
}
.checkout_form label {
display: block;
margin-bottom: 4px;
text-transform: uppercase;
line-height: 20px;
font-size: 11px;
color: #666;
}
.checkout_form hr {
margin-top: 24px;
margin-bottom: 21px;
border: 0;
border-top: 1px solid #e9e9e9;
}
p.checkout_title {
margin: 0 0 22px;
text-transform: uppercase;
font-size: 11px;
color: #666;
}
.checkout_form .country .fancy-select .trigger {
width: 260px;
height: 40px;
padding-top: 8px;
padding-bottom: 8px;
font-weight: 400;
color: #999;
border-color: #e9e9e9;
}
.checkout_form .country .fancy-select .trigger:after {
top: 8px;
}
.checkout_form .country .fancy-select ul.options {
width: 260px;
}
.checkout_form_input {
float: left;
width: 260px;
margin-bottom: 4px;
margin-right: 23px;
}
.checkout_form_input2 {
float: left;
width: 543px;
margin-bottom: 14px;
margin-right: 23px;
}
.checkout_form_input.last, .checkout_form_input2.last {
margin-right: 0;
}
.checkout_form_note {
float: left;
padding-top: 30px;
padding-bottom: 17px;
font-weight: 300;
}
.checkout_block_btn {
width: 230px;
margin-top: 17px;
}
/* __________ Checkout Delivery __________ */
.checkout_block input[type="radio"] {
display: none;
}
.checkout_block input[type="radio"] + label {
position: relative;
padding-left: 30px;
font-weight: 400;
line-height: 20px;
font-size: 14px;
color: #333;
cursor: pointer;
}
.checkout_block input[type="radio"] + label b {
display: block;
margin-bottom: 18px;
font-weight: 900;
}
.checkout_block input[type="radio"] + label img {
margin: 0 auto;
}
.checkout_block input[type="radio"] + label:before {
content: "\f10c";
position: absolute;
left: 0;
top: 0;
display: block;
height: 20px;
width: 20px;
font-family: FontAwesome;
font-weight: 400;
line-height: 20px;
font-size: 23px;
color: #ccc;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.checkout_block input[type="radio"] + label:hover:before {
color: #333;
}
.checkout_block input[type="radio"]:checked + label:before {
content: "\f192";
color: #333;
}
.checkout_delivery {
margin-bottom: 32px;
padding: 22px 28px 31px 28px;
border: 2px solid #ccc;
}
.checkout_delivery ul {
padding-bottom: 22px;
}
.checkout_delivery li {
display: inline-block;
vertical-align: top;
margin-right: 50px;
width: 20.2%;
}
.checkout_delivery_note {
padding: 10px;
line-height: 30px;
font-size: 14px;
color: #333;
background-color: #ffe9ed;
}
.checkout_delivery_note i {
display: inline-block;
vertical-align: top;
width: 30px;
height: 30px;
margin-right: 16px;
line-height: 35px;
font-size: 30px;
color: #dc3554;
}
/* __________ Payment Method __________ */
.checkout_payment {
margin-bottom: 32px;
padding: 22px 28px 31px 28px;
border: 2px solid #ccc;
}
.payment_method {
float: left;
width: 840px;
}
.credit_card_number {
float: right;
width: 240px;
}
.payment_method li {
display: inline-block;
width: 165px;
}
.payment_method label img {
margin-top: 19px !important;
}
.credit_card_number_form .margrightminus20 {
margin-right: -20px;
}
.credit_card_number_form .fancy-select {
float: left;
}
.credit_card_number_form div.fancy-select div.trigger {
width: 110px;
height: 40px;
margin-right: 20px;
margin-bottom: 18px;
padding-top: 8px;
padding-bottom: 8px;
font-weight: 400;
color: #999;
border-color: #e9e9e9;
}
.credit_card_number_form div.fancy-select div.trigger:after {
top: 8px;
}
.credit_card_number_form ul.options {
width: 110px;
min-width: 110px !important;
}
.credit_card_number_form input[type="text"] {
margin: 0 0 18px;
text-transform: uppercase;
color: #999;
}
/* __________ Confirm Orded __________ */
.checkout_confirm_orded {
padding: 22px 28px 31px 28px;
border: 2px solid #ccc;
}
.billing_information {
float: left;
width: 200px;
margin-right: 40px;
}
.billing_information_content span {
display: block;
font-size: 13px;
color: #333;
}
.payment_delivery {
float: left;
width: 199px;
}
.checkout_confirm_orded_bordright {
float: left;
border-right: 1px solid #e9e9e9;
}
/* _________ Products __________ */
.checkout_confirm_orded_products {
float: left;
width: 338px;
margin-left: 30px;
}
.checkout_confirm_orded_products li {
margin-bottom: 10px;
}
.checkout_confirm_orded_products .cart_item_product {
float: left;
margin-right: 20px;
width: 60px;
}
.checkout_confirm_orded_products .cart_item_title {
display: block;
text-transform: uppercase;
font-weight: 900;
line-height: 20px;
font-size: 14px;
color: #333;
}
.checkout_confirm_orded_products .cart_item_title:hover {
color: #242424;
}
.widget_bag_totals.your_order_block {
margin-bottom: 0;
min-height: 397px;
}
.widget_bag_totals.your_order_block .bag_total tbody {
display: block;
padding-bottom: 82px;
}
/*-----------------------------------------------------------------------------------*/
/* FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
position: relative;
padding: 34px 0 0;
line-height: 20px;
font-size: 11px;
color: #999;
background-color: #333;
}
footer h4 {
font-weight: 900;
color: #fff;
}
footer a {
color: #999;
}
footer a:hover {
color: #fff;
}
.foot_address {
margin-bottom: 11px;
padding-bottom: 13px;
border-bottom: 1px solid #3e3e3e;
}
.foot_address span {
display: block;
text-transform: uppercase;
}
.foot_phone a {
font-weight: 900;
line-height: 26px;
font-size: 16px;
color: #ccc !important;
}
.foot_mail a {
display: inline-block;
line-height: 20px;
color: #999;
}
.foot_mail a:hover {
color: #fff;
}
.foot_live_chat a {
display: inline-block;
text-transform: uppercase;
line-height: 26px;
font-size: 11px;
color: #999;
}
.foot_live_chat a:hover {
color: #fff;
}
.foot_live_chat a i {
display: inline-block;
padding-right: 3px;
font-size: 15px;
color: #666;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.foot_live_chat a:hover i {
color: #fff;
}
/* __________ Foot Menu __________ */
.foot_menu li {
padding-bottom: 4px;
}
.foot_menu li a {
text-transform: uppercase;
}
/*-----------------------------------------------------------------------------------*/
/* SOCIAL
/*-----------------------------------------------------------------------------------*/
.social a {
display: inline-block;
width: 40px;
height: 40px;
margin: 0 7px 10px 0;
text-align: center;
border: 2px solid #434343;
}
.social a:hover {
border-color: #fff;
}
.social a i {
line-height: 36px;
font-size: 20px;
color: #434343;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.social a:hover i {
color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/* NEWSLETTER
/*-----------------------------------------------------------------------------------*/
footer .newsletter_form {
padding-bottom: 16px;
padding-top: 7px;
}
footer .newsletter_form input[type="text"] {
width: 240px;
margin: 0 8px 10px 0;
padding: 10px 10px 11px;
font-size: 11px;
color: #666;
background-color: #333;
border: 2px solid #434343;
}
footer .newsletter_form input[type="text"]:focus {
color: #fff;
border-color: #fff;
}
footer .newsletter_btn {
padding: 11px 10px 10px !important;
width: 118px;
background-color: #434343;
}
/* Newsletter From */
.widget_newsletter {
padding: 2px;
background-image: url(../images/widget_newsletter.jpg);
border: 0;
}
.newsletter_wrapper {
padding: 14px 18px 7px;
background-color: #fff;
}
.widget_newsletter input[type="text"] {
width: 100%;
height: 40px;
margin-bottom: 10px;
padding: 7px 10px;
font-size: 11px;
color: #666;
border: 2px solid #e9e9e9;
}
.widget_newsletter input[type="text"]:focus {
border-color: #ccc;
}
.widget_newsletter input[type="submit"] {
margin-bottom: 13px;
width: 100%;
padding: 10px;
background-color: #434343;
}
.widget_newsletter input[type="submit"]:hover {
background-color: #cc3333;
}
/*-----------------------------------------------------------------------------------*/
/* COPYRIGHT
/*-----------------------------------------------------------------------------------*/
.copyright {
background-color: #2c2c2c;
}
.copyright .back_top {
display: inline-block;
vertical-align: top;
padding-left: 8px;
text-align: center;
line-height: 20px;
font-size: 11px;
color: #666;
}
.copyright .back_top:hover {
color: #fff;
}
.copyright .back_top i {
width: 24px;
height: 24px;
margin: -2px 0 0 10px;
font-family: FontAwesome;
line-height: 18px;
font-size: 16px;
color: #333;
border: 2px solid #333;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.copyright .back_top:hover i {
border-color: #fff;
color: #fff;
}
.foot_logo {
float: left;
width: 115px;
}
.copyright_inf {
float: right;
padding: 18px 0 22px;
color: #333;
}
.copyright_inf span {
display: inline-block;
padding: 0 8px;
color: #666;
}
/*-----------------------------------------------------------------------------------*/
/* FORM
/*-----------------------------------------------------------------------------------*/
#contact {
padding: 0 100px;
}
textarea,
input[type="text"] {
width: 100%;
height: 40px;
margin: 0 6px 10px 0;
padding: 10px;
text-transform: none;
font-family: 'Roboto', sans-serif;
font-weight: 400;
line-height: 20px;
font-size: 11px;
color: #666;
font-style: normal;
border-radius: 0;
background: #fff;
border: 2px solid #e9e9e9;
box-shadow: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
input[type="text"].email {
margin-right: 0;
}
textarea {
overflow: hidden;
width: 100%;
min-height: 100px;
margin-bottom: 20px;
resize: none;
}
textarea:focus,
input:focus {
outline: 0;
box-shadow: none;
color: #666;
border: 2px solid #e9e9e9;
}
input[type="submit"] {
float: right;
margin: 0;
padding: 10px 52px;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-weight: 900;
font-style: normal;
line-height: 20px;
font-size: 14px;
color: #fff;
border-radius: 0;
background: #434343;
border: 0;
box-shadow: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover {
background-color: #242424;
}
/* __________ Comment Form __________ */
#comment_form {
margin-bottom: 53px;
}
#comment_form .comment_form_wrapper {
padding: 2px;
background-image: url(../images/comment_bord.jpg);
}
#comment_form form {
position: relative;
margin: 0;
padding: 28px;
background-color: #fff;
}
#comment_form h2 {
margin-bottom: 22px;
text-transform: none;
line-height: 33px;
font-size: 24px;
}
#comment_form input[type="text"] {
width: 49.4%;
}
#comment_form .comment_note {
padding: 9px 0 11px;
font-size: 11px;
}
/*-----------------------------------------------------------------------------------*/
/* JCAROUSEL STYLES
/*-----------------------------------------------------------------------------------*/
.jcarousel-wrapper {
position: relative;
}
.jcarousel {
position: relative;
overflow: hidden;
width: 100%;
}
.jcarousel ul {
width: 20000em;
position: relative;
}
.jcarousel li {
float: left;
width: 370px;
margin-right: 30px;
}
.lcarousel-wrapper {
position: relative;
}
.jCarousel_pagination a {
position: absolute;
z-index: 100;
top: -50px;
display: block;
width: 24px;
height: 24px;
font-family: FontAwesome;
text-align: center;
line-height: 19px;
font-size: 17px;
color: #999;
border: 2px solid #ccc;
}
.jcarousel-control-prev {
right: 29px;
}
.jcarousel-control-next {
right: 0;
}
.jCarousel_pagination a:hover {
color: #333;
border-color: #333;
}
.jCarousel_pagination a.inactive {
cursor: default;
color: #999 !important;
border-color: #ccc !important;
}
/* __________ Best Products __________ */
.best_products .jcarousel li {
width: 270px;
}
/* __________ Best Products __________ */
.popular_articles .jcarousel li {
width: 370px;
}
/*-----------------------------------------------------------------------------------*/
/* RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
}
@media (max-width: 1024px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
.respond_clear_1024 {
clear: both;
height: 0;
font-size: 0;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SLIDER
/*-----------------------------------------------------------------------------------*/
/* __________ Menu __________ */
.navmenu li a {
padding-left: 12px;
padding-right: 12px;
}
/* __________ Tovar Item __________ */
.tovar_item_btns a {
margin: 0 0 0 2px;
}
.tovar_view {
padding-left: 12px;
padding-right: 12px;
font-size: 12px;
}
/* __________ Brands Carousel __________ */
.brands_carousel .jcarousel {
width: 882px;
}
/* __________ Recent Posts __________ */
.recent_post_img {
width: 200px;
margin-right: 15px;
}
.recent_post_title {
font-size: 18px;
line-height: 22px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME MEN PROMO
/*-----------------------------------------------------------------------------------*/
/* __________ Banners __________ */
.top_sale {
min-height: 830px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME KIDS
/*-----------------------------------------------------------------------------------*/
.school_sale {
min-height: 520px;
}
.school_sale_description {
padding: 210px 0 120px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME VIDEO
/*-----------------------------------------------------------------------------------*/
.fashion_week {
min-height: 800px;
}
.video_wrapper {
width: 700px;
height: 346px;
}
.video_wrapper iframe {
height: 346px;
}
/* __________ Best Products Carousel __________ */
.best_products .jcarousel li {
width: 220px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SHOES
/*-----------------------------------------------------------------------------------*/
.shoes_page {
min-height: 740px;
}
.shoes_page_description {
padding: 150px 0 70px;
}
/* __________ Popular Articles carousel __________ */
.popular_articles .jcarousel li {
width: 303px;
}
.article_title {
font-size: 24px;
line-height: 30px;
}
.post_meta li {
font-size: 10px;
padding-right: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* SHOP
/*-----------------------------------------------------------------------------------*/
.breadcrumb.women, .breadcrumb.men {
padding: 120px 0 40px;
}
.breadcrumb h2 {
font-size: 90px;
line-height: 90px;
}
/* __________ Tovar Item Sizes __________ */
.shop_block.variable-sizes .tovar_wrapper {
width: 374px;
}
.shop_block.variable-sizes .tovar_img {
width: 150px;
}
.shop_block.variable-sizes .tovar_description {
width: 193px;
}
.shop_block.variable-sizes .tovar_item_btns {
width: 198px;
}
/* __________ Product Details __________ */
.tovar_view_fotos {
width: 430px;
}
.tovar_view_description {
width: 255px;
}
.tovar_view_title {
font-size: 26px;
line-height: 28px;
}
.tovar_view_btn .add_bag {
padding: 13px 18px;
}
/* __________ Love List __________ */
table tr.cart_item td.product-name {
width: 200px;
}
table tr.cart_item td.product-add-bag {
width: 160px;
}
/* __________ Shopping Bag __________ */
.widget_bag_totals .btn {
padding-left: 5px;
padding-right: 5px;
}
/* __________ Product Catalog __________ */
.product_catalog_item img {
width: 200px;
}
.product_catalog_item .product_catalog_list {
padding-left: 230px;
}
.product_catalog_list li {
padding-top: 3px;
}
.product_catalog_list li:before {
top: 7px;
}
/* __________ Brands List __________ */
.brand_letter {
font-size: 80px;
line-height: 80px;
margin-right: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* SITE UPDATE
/*-----------------------------------------------------------------------------------*/
.update_wrapper {
padding: 130px 0 90px;
}
/*-----------------------------------------------------------------------------------*/
/* CONTACT PAGE
/*-----------------------------------------------------------------------------------*/
#ajax-contact-form textarea {
min-height: 168px;
}
/*-----------------------------------------------------------------------------------*/
/* PAGE 404
/*-----------------------------------------------------------------------------------*/
.page404 {
min-height: 500px;
}
.wrapper404 {
padding-top: 100px;
}
/*-----------------------------------------------------------------------------------*/
/* ARTICLES
/*-----------------------------------------------------------------------------------*/
.article_large .article_image {
width: 580px;
}
.article_large .article_title {
line-height: 34px;
}
.article_small .article_title {
font-size: 18px;
line-height: 22px;
}
/* __________ Single Article __________ */
.article_single .article_image {
width: 630px;
}
.article_single_caption {
width: 369px;
height: 283px;
}
.article_single_caption p {
font-size: 32px;
line-height: 36px;
}
.article_single_content h3 {
width: 630px;
font-size: 17px;
line-height: 26px;
}
.article_single_content blockquote {
width: 269px;
}
.flexslider.article_slider {
width: 500px;
}
/*-----------------------------------------------------------------------------------*/
/* CHECOUT
/*-----------------------------------------------------------------------------------*/
.checkout_form_input {
width: 215px;
margin-right: 15px;
}
.checkout_form .country .fancy-select .trigger {
width: 215px;
}
.checkout_form_input2 {
margin-right: 15px;
width: 445px;
}
.checkout_delivery li {
width: 21%;
margin-right: 30px;
}
.payment_method {
width: 660px;
}
.payment_method li {
width: 125px;
}
.checkout_block input[type="radio"] + label img {
width: 100%;
}
.billing_information {
width: 150px;
}
.checkout_confirm_orded_products {
width: 240px;
margin-left: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* BLOG
/*-----------------------------------------------------------------------------------*/
.post.large_image .post_title {
font-size: 34px;
line-height: 40px;
}
.post .post_title {
font-size: 24px;
line-height: 30px;
}
#comment_form input[type="text"] {
width: 49%;
}
/*-----------------------------------------------------------------------------------*/
/* FOOTER
/*-----------------------------------------------------------------------------------*/
footer .newsletter_btn {
width: 100px;
}
footer .newsletter_form input[type="text"] {
width: 194px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.respond_clear_768 {
clear: both;
height: 0;
font-size: 0;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SLIDER
/*-----------------------------------------------------------------------------------*/
/* __________ Menu __________ */
.navmenu li a {
padding-left: 11px;
padding-right: 11px;
}
.love_list .love_list_btn p, .shopping_bag .shopping_bag_btn p {
display: none;
}
.shopping_bag .shopping_bag_btn, .love_list .love_list_btn {
padding: 20px 10px;
}
.cart {
left: auto;
right: 0;
}
.navmenu li.sub-menu ul.megamenu_col3 {
width: 355px;
}
.navmenu li.sub-menu ul li a {
font-size: 10px;
line-height: 15px;
padding-bottom: 5px;
}
.navmenu li ul.mega_menu li.col {
padding-left: 10px;
width: 116px;
}
/* __________ Tovar Item __________ */
.tovar_item_btns a {
margin: 0 0 0 2px;
}
.tovar_view {
padding-left: 12px;
padding-right: 12px;
font-size: 12px;
}
/* __________ Brands Carousel __________ */
.brands_carousel .jcarousel {
width: 662px;
}
/* __________ Recent Posts __________ */
.recent_post_img {
width: 200px;
margin-right: 15px;
}
.recent_post_title {
font-size: 18px;
line-height: 22px;
}
/* __________ Services __________ */
.service_item i {
width: 28px;
font-size: 30px;
}
.service_item p {
font-size: 14px;
}
.service_item span {
font-size: 11px;
line-height: 17px;
}
.service_item.type2 p {
font-size: 20px;
line-height: 20px;
}
.service_item.type2 span {
padding: 0;
}
/* __________ Banners __________ */
.tovar_wrapper .banner {
display: inline-block;
}
/*-----------------------------------------------------------------------------------*/
/* HOME MEN PROMO
/*-----------------------------------------------------------------------------------*/
/* __________ Banners __________ */
.top_sale {
min-height: 600px;
}
.top_sale_description {
padding: 170px 0 50px;
}
.top_sale_description p {
font-size: 60px;
line-height: 60px;
}
.top_sale_description span {
font-size: 24px;
line-height: 28px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME KIDS
/*-----------------------------------------------------------------------------------*/
.school_sale {
min-height: 450px;
}
.school_sale_description {
padding: 170px 0 50px;
width: 450px;
}
.school_sale_description p {
font-size: 60px;
line-height: 60px;
}
.school_sale_description span {
font-size: 24px;
line-height: 28px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME VIDEO
/*-----------------------------------------------------------------------------------*/
.fashion_week {
min-height: 620px;
}
.fashion_week_description p {
font-size: 60px;
line-height: 60px;
}
.fashion_week_description span {
font-size: 24px;
line-height: 28px;
}
.video_wrapper {
width: 550px;
height: 272px;
}
.video_wrapper iframe {
height: 272px;
}
/* __________ Best Products Carousel __________ */
.best_products .jcarousel li {
width: 220px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SALE
/*-----------------------------------------------------------------------------------*/
.sale_caption1 .title1 {
font-size: 60px;
line-height: 60px;
}
.sale_caption1 .title2 {
font-size: 24px;
line-height: 28px;
margin-bottom: 25px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SHOES
/*-----------------------------------------------------------------------------------*/
.shoes_page {
min-height: 460px;
}
.shoes_page_description {
padding: 140px 0 30px;
}
.shoes_page_description p {
font-size: 60px;
line-height: 60px;
}
.shoes_page_description p b {
font-size: 70px;
line-height: 70px;
}
.shoes_page_description span {
font-size: 40px;
line-height: 40px;
padding-bottom: 40px;
}
/* __________ Popular Articles carousel __________ */
.popular_articles .jcarousel li {
width: 230px;
}
.article_title {
font-size: 18px;
line-height: 20px;
}
.post_meta li {
font-size: 10px;
padding-right: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* SHOP
/*-----------------------------------------------------------------------------------*/
.breadcrumb.women, .breadcrumb.men {
padding: 120px 0 40px;
}
.breadcrumb h2 {
font-size: 90px;
line-height: 90px;
}
/* __________ Sidebar __________ */
#price-range input {
width: 50%;
}
.widget_newsletter input[type="text"] {
font-size: 8px;
}
.widget_newsletter input[type="submit"] {
font-size: 9px;
}
.tovar_title {
font-size: 12px;
width: 77%;
}
.widget_popular_post_img {
width: 100%;
float: none;
margin-right: 0;
}
.widget_popular_post_img img {
width: 100%;
}
/* __________ New Arrivals __________ */
.new_arrivals .jcarousel li {
width: 165px;
}
/* __________ Tovar Item Sizes __________ */
.product_sort {
width: 60%;
}
.shop_block.variable-sizes .tovar_wrapper {
width: 100%;
padding-right: 0;
}
.shop_block.variable-sizes .tovar_img {
width: 200px;
}
.shop_block.variable-sizes .tovar_description {
width: 369px;
}
.shop_block.variable-sizes .tovar_item_btns {
width: 180px;
}
.tovar_description {
min-height: 60px;
}
.shop .top_sale_banners .banner {
width: 100%;
}
/* __________ Product Details __________ */
.tovar_view_fotos {
width: 430px;
}
.tovar_view_description {
width: 289px;
}
#modal-body .tovar_view_description {
width: 227px;
}
.tovar_view_title {
font-size: 26px;
line-height: 28px;
}
.tovar_view_btn .add_bag {
padding: 13px 18px;
}
.tovar_items_small li {
display: inline-block;
width: 49%;
padding-right: 40px;
}
#sidebar .tovar_items_small li {
width: 100%;
float: none;
padding-right: 0;
}
/* __________ Modal __________ */
#tovar_content {
width: 750px;
}
/* __________ Love List __________ */
table tr.cart_item td.product-name {
width: 200px;
}
table tr.cart_item td.product-add-bag {
width: 160px;
}
/* __________ Shopping Bag __________ */
.widget_bag_totals .btn {
padding-left: 5px;
padding-right: 5px;
}
/* __________ Product Catalog __________ */
.product_catalog_item img {
width: 140px;
margin-right: 20px;
}
.product_catalog_item .product_catalog_list {
padding-left: 160px;
}
.product_catalog_list li {
padding-top: 3px;
}
.product_catalog_list li:before {
top: 7px;
}
/* __________ Brands List __________ */
.brand_letter {
font-size: 60px;
line-height: 60px;
margin-right: 10px;
width: 55px;
}
.brands_list_block .product_catalog_list {
padding-left: 50px;
}
.brands_list_block .product_catalog_list li {
padding-top: 0;
}
.brands_list_block .product_catalog_list li:before {
top: 4px;
}
.brands_list_block .product_catalog_list li a {
font-size: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* ABOUT PAGE
/*-----------------------------------------------------------------------------------*/
.about_us_description p {
font-size: 18px;
line-height: 22px;
}
.about_us_description span {
font-size: 11px;
line-height: 17px;
margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* SITE UPDATE
/*-----------------------------------------------------------------------------------*/
.update_wrapper {
padding: 130px 0 90px;
}
/*-----------------------------------------------------------------------------------*/
/* CONTACT PAGE
/*-----------------------------------------------------------------------------------*/
#ajax-contact-form textarea {
min-height: 168px;
}
/*-----------------------------------------------------------------------------------*/
/* PAGE 404
/*-----------------------------------------------------------------------------------*/
.page404 {
min-height: 500px;
}
.wrapper404 {
padding-top: 100px;
}
/*-----------------------------------------------------------------------------------*/
/* ARTICLES
/*-----------------------------------------------------------------------------------*/
.article_large .article_image {
width: 430px;
}
.article_large .article_title {
line-height: 22px;
font-size: 20px;
}
.article_small .article_title {
font-size: 18px;
line-height: 22px;
}
/* __________ Single Article __________ */
.article_single .article_image {
width: 500px;
}
.article_single_caption {
width: 279px;
height: 209px;
}
.article_single_caption p {
font-size: 22px;
line-height: 26px;
}
.article_single_content h3 {
width: 500px;
font-size: 17px;
line-height: 22px;
}
.article_single_content blockquote {
width: 179px;
}
.flexslider.article_slider {
width: 370px;
margin: 0 20px 10px 0;
}
/*-----------------------------------------------------------------------------------*/
/* CHECOUT
/*-----------------------------------------------------------------------------------*/
.checkout_nav li {
font-size: 16px;
}
.checkout_form_input {
width: 160px;
margin-right: 15px;
}
.checkout_form .country .fancy-select .trigger {
width: 160px;
}
.checkout_form_input2 {
margin-right: 15px;
width: 335px;
}
.checkout_delivery li {
width: 21%;
margin-right: 20px;
}
.payment_method {
width: 449px;
}
.payment_method li {
width: 125px;
padding-bottom: 20px;
}
.checkout_block input[type="radio"] + label img {
width: 100%;
}
.billing_information {
width: 150px;
}
.checkout_confirm_orded_products {
width: 240px;
margin-left: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* BLOG
/*-----------------------------------------------------------------------------------*/
.post.large_image .post_title {
font-size: 34px;
line-height: 40px;
}
.post .post_title {
font-size: 24px;
line-height: 30px;
}
#comment_form input[type="text"] {
width: 49%;
}
#comment_form .comment_note {
display: inline-block;
width: 50%;
}
/*-----------------------------------------------------------------------------------*/
/* SHORTCODES
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* FOOTER
/*-----------------------------------------------------------------------------------*/
footer .newsletter_btn {
width: 20%;
}
footer .newsletter_form input[type="text"] {
width: 78%;
}
}
@media (max-width: 767px) {
.container {
padding-left: 15px;
padding-right: 15px;
}
.respond_clear_480 {
clear: both;
height: 0;
font-size: 0;
}
/*-----------------------------------------------------------------------------------*/
/* MENU
/*-----------------------------------------------------------------------------------*/
.menu_block {
height: auto;
}
.menu_toggler {
float: right;
display: block;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
font-size: 23px;
color: #333; /*border-right:1px solid #e9e9e9;*/
}
.menu_toggler:hover {
color: #242424;
}
.navmenu {
float: none;
margin: 0 -15px;
padding: 20px 15px;
border-top: 1px solid #e9e9e9;
}
.navmenu li {
display: block;
margin: 0;
text-align: left;
}
.navmenu li.sub-menu:hover {
background: none !important;
}
.navmenu li.sub-menu:before {
display: none !important;
}
.navmenu li a {
padding: 10px 0 0 0;
margin: 0 !important;
}
.navmenu li:hover a, .navmenu li.active a {
border: 0 !important;
color: #242424;
}
.navmenu li a:before, .navmenu li a:after {
display: none !important;
}
.navmenu li.sale_menu:hover a, .navmenu li.sale_menu.active a {
background: none;
color: #333;
}
/* Submenu 1 lvl */
.navmenu li.sub-menu ul {
display: none;
position: static;
border: 0;
padding: 5px 0;
}
.navmenu li.sub-menu:hover ul {
display: block;
}
.navmenu li.sub-menu ul li a {
padding-bottom: 0;
}
.navmenu li.sub-menu ul li a:before {
display: block !important;
}
/* MegaMenu */
.navmenu li.sub-menu ul.megamenu_col1, .navmenu li.sub-menu ul.megamenu_col2, .navmenu li.sub-menu ul.megamenu_col3 {
width: 100%;
}
.navmenu li ul.mega_menu li.col {
width: 33%;
}
.love_list .love_list_btn p, .shopping_bag .shopping_bag_btn p {
display: none;
}
.shopping_bag .shopping_bag_btn, .love_list .love_list_btn {
padding: 20px 10px;
}
.cart {
left: auto;
right: 0;
}
/* __________ Top Info __________ */
.secondary_menu li {
padding-right: 5px;
margin-right: 6px;
}
.secondary_menu li a {
font-size: 10px;
}
.live_chat {
margin-left: 8px;
}
.live_chat a {
font-size: 10px;
}
.phone_top {
font-size: 10px;
}
.phone_top a {
font-size: 12px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SLIDER
/*-----------------------------------------------------------------------------------*/
/* __________ Tovar Item __________ */
.tovar_item_btns a {
margin: 0 0 0 2px;
}
.tovar_view {
padding-left: 12px;
padding-right: 12px;
font-size: 12px;
}
/* __________ Brands Carousel __________ */
.brands_carousel .jcarousel {
width: 362px;
}
.brands_carousel .jcarousel li {
width: 114px;
margin-right: 10px;
}
/* __________ Recent Posts __________ */
.recent_post_img {
width: 200px;
margin-right: 15px;
}
.recent_post_title {
font-size: 18px;
line-height: 22px;
}
/* __________ Services __________ */
.service_item i {
width: 28px;
font-size: 30px;
}
.service_item p {
font-size: 14px;
}
.service_item span {
font-size: 11px;
line-height: 17px;
}
.service_item.type2 p {
font-size: 20px;
line-height: 20px;
}
.service_item.type2 span {
padding: 0;
}
/* __________ Banners __________ */
/*-----------------------------------------------------------------------------------*/
/* HOME MEN PROMO
/*-----------------------------------------------------------------------------------*/
/* __________ Banners __________ */
.top_sale {
min-height: 500px;
}
.top_sale_description {
padding: 170px 0 50px;
}
.top_sale_description p {
font-size: 60px;
line-height: 60px;
}
.top_sale_description span {
font-size: 24px;
line-height: 28px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME KIDS
/*-----------------------------------------------------------------------------------*/
.school_sale {
min-height: 300px;
}
.school_sale_description {
padding: 140px 0 50px;
width: 300px;
}
.school_sale_description p {
font-size: 40px;
line-height: 40px;
}
.school_sale_description span {
font-size: 14px;
line-height: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME VIDEO
/*-----------------------------------------------------------------------------------*/
.fashion_week {
min-height: 450px;
}
.fashion_week_description p {
font-size: 40px;
line-height: 40px;
}
.fashion_week_description span {
font-size: 14px;
line-height: 20px;
}
.fashion_week_description {
padding: 140px 0 30px;
}
.video_wrapper {
width: 400px;
height: 196px;
}
.video_wrapper iframe {
height: 272px;
}
/* __________ Best Products Carousel __________ */
.best_products .jcarousel li {
width: 220px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SALE
/*-----------------------------------------------------------------------------------*/
.sale_caption1 .title1 {
font-size: 60px;
line-height: 60px;
}
.sale_caption1 .title2 {
font-size: 24px;
line-height: 28px;
margin-bottom: 25px;
}
/*-----------------------------------------------------------------------------------*/
/* HOME SHOES
/*-----------------------------------------------------------------------------------*/
.shoes_page {
min-height: 460px;
}
.shoes_page_description {
padding: 140px 0 30px;
}
.shoes_page_description p {
font-size: 40px;
line-height: 40px;
}
.shoes_page_description p b {
font-size: 45px;
line-height: 40px;
}
.shoes_page_description span {
font-size: 24px;
line-height: 24px;
padding-bottom: 30px;
}
/* __________ Popular Articles carousel __________ */
.popular_articles .jcarousel li {
width: 217px;
margin-right: 15px;
}
.article_title {
font-size: 18px;
line-height: 20px;
}
.post_meta li {
font-size: 10px;
padding-right: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* SHOP
/*-----------------------------------------------------------------------------------*/
.breadcrumb.women, .breadcrumb.men {
padding: 120px 0 40px;
}
.breadcrumb h2 {
font-size: 90px;
line-height: 90px;
}
/* __________ Sidebar __________ */
#price-range input {
width: 50%;
}
.tovar_title {
font-size: 12px;
width: 73%;
}
.widget_banners a {
display: inline-block;
width: 143px;
margin-right: 5px;
}
.widget_banners a:last-child {
margin-right: 0;
}
/* __________ New Arrivals __________ */
.new_arrivals .jcarousel li {
width: 130px;
}
/* __________ Tovar Item Sizes __________ */
.product_sort {
width: 53%;
}
.shop_block.variable-sizes .tovar_wrapper {
width: 100%;
padding-right: 0;
}
.shop_block.variable-sizes .tovar_img {
width: 160px;
text-align: left;
}
.shop_block.variable-sizes .tovar_title {
width: 100%;
}
.shop_block.variable-sizes .tovar_description {
width: 304px;
}
.shop_block.variable-sizes .tovar_item_btns {
width: 180px;
}
.variable-sizes .tovar_img_wrapper {
height: 240px !important;
}
.tovar_description {
min-height: 80px;
}
.shop .top_sale_banners .banner {
width: 100%;
}
/* __________ Product Details __________ */
.open-project-link {
display: none !important;
}
.tovar_view_fotos {
float: none;
width: 450px;
margin: 0 auto 30px;
}
.tovar_view_description {
float: none;
width: 100%;
}
/* __________ Modal __________ */
#tovar_content {
width: 750px;
}
/* __________ Love List __________ */
table tr.cart_item td.product-thumbnail {
width: 70px;
}
table tr.cart_item td.product-thumbnail a img {
width: 60px;
}
table tr.cart_item td.product-name a {
display: block;
font-size: 11px;
line-height: 15px;
}
table tr.cart_item td.product-price {
width: 80px;
}
table tr.cart_item td.product-add-bag .add_bag span {
display: none;
}
table tr.cart_item td.product-add-bag .add_bag i {
padding-right: 0;
}
table tr.cart_item td {
padding-right: 10px;
}
table tr.cart_item td.product-name {
width: 200px;
}
table tr.cart_item td.product-add-bag {
width: 50px;
}
table tr.cart_item td.product-remove span {
display: none;
}
/* __________ Shopping Bag __________ */
.widget_bag_totals .btn {
padding-left: 5px;
padding-right: 5px;
}
/* __________ Product Catalog __________ */
.product_catalog_item img {
width: 100px;
margin-right: 10px;
}
.product_catalog_title {
font-size: 20px;
line-height: 22px;
}
.product_catalog_item .product_catalog_list {
padding-left: 100px;
}
.product_catalog_list li {
padding-top: 0;
}
.product_catalog_list li:before {
top: 1px;
}
.product_catalog_list li a {
display: block;
font-size: 9px;
line-height: 15px;
}
/* __________ Brands List __________ */
.brand_letter {
font-size: 60px;
line-height: 60px;
margin-right: 10px;
width: 55px;
}
.brands_list_block .product_catalog_list {
padding-left: 50px;
}
.brands_list_block .product_catalog_list li {
padding-top: 0;
}
.brands_list_block .product_catalog_list li:before {
top: 4px;
}
.brands_list_block .product_catalog_list li a {
font-size: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* ABOUT PAGE
/*-----------------------------------------------------------------------------------*/
.about_us_description p {
font-size: 18px;
line-height: 22px;
}
.about_us_description span {
font-size: 11px;
line-height: 17px;
margin-bottom: 10px;
}
/* __________ Breadcrumbs __________ */
.breadcrumb {
min-height: 110px;
border-bottom-width: 30px;
}
/*-----------------------------------------------------------------------------------*/
/* SITE UPDATE
/*-----------------------------------------------------------------------------------*/
.update_wrapper {
width: 290px;
padding: 130px 0 90px;
}
.update_wrapper h1 {
font-size: 70px;
line-height: 70px;
}
.update_wrapper h2 {
font-size: 24px;
line-height: 26px;
margin-bottom: 10px;
padding-bottom: 10px;
}
.update_wrapper p {
font-size: 13px;
line-height: 20px;
margin-bottom: 20px;
}
/* __________ Clock __________ */
.flip-clock-wrapper ul {
width: 30px;
height: 61px;
}
.flip-clock-wrapper ul li a div.up:after {
top: 30px;
}
.flip-clock-divider {
width: 10px;
height: 61px;
}
.flip-clock-dot {
width: 4px;
height: 4px;
left: 4px;
}
.flip-clock-dot.top {
top: 18px;
}
.flip-clock-dot.bottom {
bottom: 18px;
}
.flip-clock-wrapper ul {
margin: 0 0 0 2px;
}
.flip-clock-wrapper ul li a div div.inn {
font-size: 40px;
line-height: 61px;
}
.flip-clock-divider .flip-clock-label {
font-size: 12px;
line-height: 20px;
}
.flip-clock-divider .flip-clock-label {
bottom: -25px;
}
.flip-clock-divider.days .flip-clock-label {
right: -50px;
}
.flip-clock-divider.hours .flip-clock-label {
right: -54px;
}
.flip-clock-divider.minutes .flip-clock-label {
right: -60px;
}
.flip-clock-divider.seconds .flip-clock-label {
right: -61px;
}
/*-----------------------------------------------------------------------------------*/
/* CONTACT PAGE
/*-----------------------------------------------------------------------------------*/
#ajax-contact-form textarea {
min-height: 168px;
}
#map iframe {
height: 300px;
}
/*-----------------------------------------------------------------------------------*/
/* PAGE 404
/*-----------------------------------------------------------------------------------*/
.page404 {
min-height: 400px;
}
.wrapper404 {
width: 290px;
padding: 130px 0 40px;
}
.wrapper404 h1 {
font-size: 70px;
line-height: 70px;
}
.wrapper404 h2 {
font-size: 24px;
line-height: 26px;
margin-bottom: 10px;
padding-bottom: 10px;
}
.wrapper404 p {
font-size: 13px;
line-height: 20px;
margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* ARTICLES
/*-----------------------------------------------------------------------------------*/
.article_large .article_image {
width: 280px;
margin: 0 10px 5px 0;
}
.article_large .article_title {
line-height: 20px;
font-size: 16px;
}
.article_small .article_title {
font-size: 14px;
line-height: 20px;
}
/* __________ Single Article __________ */
.article_single .article_image {
width: 370px;
padding-left: 10px;
}
.article_single_caption {
width: 109px;
height: 146px;
padding: 0 8px;
}
.article_single_caption p {
font-size: 12px;
line-height: 17px;
}
.article_single_content h3 {
float: none;
width: 100%;
font-size: 17px;
line-height: 22px;
}
.article_single_content blockquote {
width: 74%;
float: none;
}
.flexslider.article_slider {
width: 280px;
margin: 0 20px 10px 0;
}
/*-----------------------------------------------------------------------------------*/
/* CHECOUT
/*-----------------------------------------------------------------------------------*/
.checkout_nav li {
font-size: 12px;
line-height: 17px;
padding-left: 20px;
min-height: 60px;
vertical-align: top;
}
.checkout_form_input {
width: 180px;
margin-right: 15px;
}
.checkout_form .country .fancy-select .trigger {
width: 180px;
}
.checkout_form_input2 {
margin-right: 15px;
width: 180px;
}
.checkout_delivery li {
width: 43%;
margin-right: 20px;
}
.credit_card_number {
width: 111px;
}
.payment_method {
width: 275px;
}
.payment_method li {
width: 125px;
padding-bottom: 20px;
}
.checkout_block input[type="radio"] + label img {
width: 100%;
}
.checkout_confirm_orded_bordright {
float: none;
border-right: 0;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 20px;
}
.billing_information {
width: 150px;
}
.checkout_confirm_orded_products {
float: none;
margin: 0;
width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* BLOG
/*-----------------------------------------------------------------------------------*/
.post.large_image .post_title {
font-size: 24px;
line-height: 28px;
}
.post .post_title {
font-size: 16px;
line-height: 20px;
}
.post .post_image {
width: 200px;
margin-right: 20px;
}
#comment_form input[type="text"] {
width: 48.5%;
}
#comment_form .comment_note {
display: inline-block;
width: 45%;
padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/* SHORTCODES
/*-----------------------------------------------------------------------------------*/
.shortcodes_buttons .btn {
margin-bottom: 10px;
}
.price_item .btn {
width: 150px;
}
.price_item_text {
padding: 7px 5px 5px;
}
/* __________ My Accoont __________ */
.my_account {
padding-top: 150px;
}
.my_account_block .login, .my_account_block .new_customers {
padding: 20px 15px;
}
.my_account_block h2 {
font-size: 14px;
line-height: 20px;
margin-bottom: 20px;
}
.login_form input[type="submit"], .my_account_block .new_customers .btn {
width: 190px;
font-size: 11px;
}
.my_account_block .new_customers p {
line-height: 18px;
font-size: 10px;
}
.my_account_block .new_customers li {
line-height: 20px;
}
.my_account_note {
font-size: 24px;
line-height: 26px;
}
/*-----------------------------------------------------------------------------------*/
/* FOOTER
/*-----------------------------------------------------------------------------------*/
footer .newsletter_btn {
width: 20%;
}
footer .newsletter_form input[type="text"] {
width: 78%;
}
}
@media (max-width: 479px) {
.logo {
width: 89px;
}
.top_search_btn {
padding: 13px;
}
.shopping_bag .shopping_bag_btn, .love_list .love_list_btn {
padding: 13px 5px;
}
.love_list, .shopping_bag {
position: static;
}
.menu_block {
position: relative;
}
.cart {
left: 0;
right: 0;
width: 100%;
}
.menu_toggler {
width: 40px;
height: 46px;
line-height: 46px;
}
.navmenu li ul.mega_menu li.col {
width: 100%;
}
.services_section_description p {
font-size: 24px;
line-height: 26px;
}
.recent_post_img {
width: 160px;
}
.top_sale_description {
padding: 130px 0 30px;
}
.top_sale_description p {
font-size: 30px;
line-height: 30px;
}
.top_sale_description span {
font-size: 16px;
line-height: 20px;
}
.video_wrapper {
width: 290px;
height: 143px;
}
.best_products .jcarousel li {
width: 290px;
}
.sale_caption1 {
top: 70%;
}
.sale_caption1 .title1 {
font-size: 30px;
line-height: 30px;
}
.sale_caption1 .title2 {
font-size: 14px;
line-height: 20px;
}
.breadcrumb h2 {
font-size: 40px;
line-height: 40px;
}
.widget_banners a {
width: 91px;
}
.count_tovar_items, .product_sort {
display: block;
width: 100%;
text-align: left;
padding-bottom: 10px;
}
.pagination li {
margin-bottom: 10px;
}
.shop_block.variable-sizes .tovar_img {
width: 120px;
}
.shop_block.variable-sizes .tovar_description {
width: 184px;
}
.tovar_content {
font-size: 10px;
line-height: 13px;
}
.tovar_view_fotos {
width: 290px;
}
#slider1, #slider2 {
padding-right: 40px;
}
#carousel1, #carousel2 {
width: 50px;
}
#carousel1 .slides li, #carousel2 .slides li {
width: 50px;
height: 75px;
}
.tovar_view_title {
font-size: 24px;
line-height: 26px;
}
.tovar_information .tabs li {
font-size: 12px;
padding-left: 13px;
padding-right: 13px;
}
.my_account_block .login {
float: none;
width: 100%;
padding: 10px 10px 20px;
border-bottom: 1px solid #ccc;
}
.new_customers {
width: 100% !important;
float: none !Important;
padding: 10px;
}
.product_catalog_item {
padding-bottom: 20px;
}
.article_single .article_image {
width: 100%;
float: none;
}
.article_single_caption {
float: none;
margin: 0 0 20px;
width: 100%;
height: 90px;
}
.article_single_content h3 {
padding-left: 0;
}
.flexslider.article_slider {
width: 100%;
margin-right: 0;
float: none;
}
.checkout_nav li {
font-size: 10px;
line-height: 13px;
min-height: 66px;
}
.checkout_delivery li {
width: 100%;
margin: 0 0 20px;
}
.credit_card_number {
width: 100%;
float: none;
padding-bottom: 40px !important;
}
.payment_method {
width: 100%;
float: none;
}
.credit_card_number_form div.fancy-select div.trigger {
width: 104px;
}
#accordion h4.accordion_title {
font-size: 16px;
line-height: 20px;
padding: 13px 0 13px 40px;
}
#accordion h4.accordion_title:before {
width: 25px;
height: 25px;
font-size: 16px;
line-height: 21px;
}
#accordion .accordion_content {
font-size: 11px;
line-height: 17px;
padding-left: 40px;
}
#accordion .accordion_content p {
margin-bottom: 15px;
}
.post .post_image {
width: 150px;
margin: 0 10px 5px 0;
}
.blog_post_content {
padding-top: 10px;
}
.blog_post_content h3 {
font-size: 14px;
line-height: 20px;
}
.blog_post_content h2 {
font-size: 17px;
line-height: 22px;
margin-bottom: 20px;
}
.blog_post_content p {
font-size: 11px;
line-height: 17px;
}
blockquote:before {
font-size: 30px;
left: -50px;
}
blockquote {
margin-left: 50px;
font-size: 11px !important;
line-height: 17px !important;
}
#comments .avatar {
width: 50px;
height: 50px;
margin-right: 10px;
}
.comment_right {
padding: 10px;
font-size: 10px;
line-height: 15px;
}
#comments ol li ul li {
padding-left: 30px;
}
#comment_form input[type="text"] {
width: 100%;
}
#comment_form .comment_note {
width: 100%;
display: block;
padding-bottom: 20px;
}
.brands_carousel .jcarousel {
left: 24px;
width: 242px;
}
footer .newsletter_form input[type="text"] {
width: 65%;
}
footer .newsletter_btn {
width: 31%;
}
.social a {
width: 36px;
height: 36px;
line-height: 32px;
}
/* __________ Bootstrap Style __________ */
.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {
float: left;
}
.col-ss-12 {
width: 100%;
}
.col-ss-11 {
width: 91.66666666666666%;
}
.col-ss-10 {
width: 83.33333333333334%;
}
.col-ss-9 {
width: 75%;
}
.col-ss-8 {
width: 66.66666666666666%;
}
.col-ss-7 {
width: 58.333333333333336%;
}
.col-ss-6 {
width: 50%;
}
.col-ss-5 {
width: 41.66666666666667%;
}
.col-ss-4 {
width: 33.33333333333333%;
}
.col-ss-3 {
width: 25%;
}
.col-ss-2 {
width: 16.666666666666664%;
}
.col-ss-1 {
width: 8.333333333333332%;
}
} | 0.342462 | 0.077797 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html {
height: 100%;
}
body {
background-color: white;
width: 100%;
min-height: 100%;
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
}
/* header and main style */
.header-main {
display: block;
width: 100%;
height: auto;
min-height: 750px;
box-sizing: border-box;
}
.background-top {
display: inline-block;
width: 100%;
max-width: 100%;
height: 120%;
background-image: url("https://raw.githubusercontent.com/dianarifin/youneed/main/img/background-header-2.png");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
box-sizing: border-box;
}
.header-top {
width: 100%;
height: 90px;
align-items: center;
display: flex;
flex-wrap: wrap;
/* background-color: red; */
}
.header-admin {
width: 100%;
height: 90px;
background-color: #1322b3;
}
.header-top-user {
display: flex;
flex-wrap: wrap;
max-width: 1200px;
width: 100%;
height: 90px;
margin-left: auto;
margin-right: auto;
align-items: center;
background-color: #1322b3;
}
.header-dashboard {
background-color: #1A1A1A;
}
.header-top-main {
width: 100%;
height: auto;
margin-left: 40px;
margin-right: 40px;
}
.header-top .logo img, .header-top-user .logo img {
width: 200px;
}
.header-top-user .line {
align-items: center;
margin-top: 8px;
margin-left: 30px;
margin-right: 30px;
width: 1px;
border-radius: 2px;
height: 18px;
float: left;
background-color: #5f5f5f;
box-sizing: border-box;
}
.header-top-user .name-user {
float: left;
margin-top: 10px;
font-size: 15px;
font-weight: 400;
align-items: center;
align-self: center;
color: #afafaf;
}
.container-big {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
.main-container {
width: 100%;
height: auto;
margin-left: 40px;
margin-right: 40px;
box-sizing: border-box;
}
.header-top .logo, .header-top-user .logo {
float: left;
}
.header-top .menu-left, .header-top-user .menu-left {
width: auto;
height: auto;
padding-top: 5px;
align-items: center;
float: right;
box-sizing: border-box;
}
.menu-dropdown {
display: none;
}
.menu-left nav a {
text-decoration: none;
color: white;
font-size: 16px;
font-weight: 500;
padding-left: 37px;
box-sizing: border-box;
}
.menu-left nav a.dashboard:hover {
color: white !important;
}
.menu-left nav a img {
position: absolute;
margin-top: -13px;
margin-left: -3px;
color: white;
width: 17px;
}
.menu-left nav a:hover {
color: black !important;
}
/* header and main style */
/* body dashboard */
.body-dashboard {
margin-top: 150px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
height: auto;
}
.dashboard-container {
margin-right: 40px;
margin-left: 40px;
}
.your-url {
width: 100%;
height: auto;
margin-bottom: 50px;
}
.your-url .info-url {
font-weight: bold;
font-size: 20px;
margin-bottom: 20px;
}
.main-url {
display: flex;
flex-wrap: wrap;
align-items: center;
width: auto;
height: 30px;
}
.main-url .url {
width: 190px;
float: left;
align-items: center;
color: #212121;
margin-top: 5px;
font-size: 14px;
font-weight: 500 !important;
border: unset !important;
user-select: unset;
box-sizing: border-box;
}
.main-url .url:focus {
outline: none;
background: white;
}
.main-url .url::selection {
color: white;
background: #212121;
}
.main-url .copy {
width: auto;
float: left;
align-items: center;
margin-left: 30px;
padding: 6px 9px 6px 9px;
border-radius: 5px;
font-weight: bold;
font-size: 15px;
color: black;
background-color: white;
border: 2px solid black;
user-select: none;
box-sizing: border-box;
}
.main-url .copy:hover, .text {
cursor: pointer;
background-color: white;
color: black;
}
.main-url .copy:active {
cursor: pointer;
background-color: black;
color: white;
}
.real-time-click {
width: auto;
height: auto;
}
.real-time-one, .real-time-two, .real-time-three, .real-time-four {
width: 25%;
height: auto;
margin-bottom: 30px;
float: left;
box-sizing: border-box;
}
.real-time-one {
padding-right: 10px;
}
.real-time-two, .real-time-three {
padding-left: 10px;
padding-right: 10px;
}
.real-time-four {
padding-left: 10px;
}
.detail {
position: relative;
width: 100%;
height: auto;
border-radius: 8px;
border: 1px solid black;
}
.detail .name-detail {
width: auto;
height: auto;
padding: 13px 12px 13px 12px;
margin-right: -1px;
margin-left: -1px;
margin-top: -1px;
background-color: black;
color: white;
font-size: 18px;
font-weight: bold;
line-height: 1.4;
box-sizing: border-box;
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.detail .detail-click {
width: auto;
height: auto;
padding: 13px 12px 13px 12px;
color: #162BE9;
font-size: 20px;
font-weight: bold;
line-height: 1.4;
box-sizing: border-box;
}
.real-time-traffic {
width: 100%;
height: auto;
}
.real-time-user, .real-time-affiliater {
width: 50%;
height: auto;
float: left;
margin-bottom: 30px;
box-sizing: border-box;
}
.real-time-user .detail, .real-time-affiliater .detail {
min-height: 300px;
}
.real-time-user {
padding-right: 10px;
}
.real-time-affiliater {
padding-left: 10px;
}
.detail table {
display: table;
width: 92%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 20px;
height: auto;
border-collapse: collapse;
box-sizing: border-box;
}
.detail table tr {
width: auto;
border-bottom: 0.7px solid #999999;
}
.detail table tr td {
width: auto;
padding-top: 10px;
padding-bottom: 10px;
font-weight: 400;
font-size: 13px;
box-sizing: border-box;
}
.detail .loading-more {
z-index: -1;
display: block;
position: absolute;
width: 100%;
height: auto;
bottom: 0;
margin-top: auto;
padding: 10px 10px 10px 10px;
text-align: center;
box-sizing: border-box;
}
.detail .loading-more a {
display: block;
width: auto;
padding: 10px;
border-radius: 5px;
text-decoration: none;
color: black;
font-weight: bold;
font-size: 15px;
border: 1px solid black;
}
.detail .loading-more a:hover {
background-color: black;
color: white;
}
/* body dashboard */
/* body style */
.main-body {
display: block;
margin-top: 75px;
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
height: auto;
box-sizing: border-box;
}
.main-body-container {
margin-left: 40px;
margin-right: 40px;
box-sizing: border-box;
}
.big-title, .big-title-user {
display: block;
width: 80%;
height: auto;
box-sizing: border-box;
}
.big-title h2 {
font-size: 45px;
padding-right: 100px;
font-weight: bold;
color: white;
line-height: 1.2;
font-family: 'Roboto', sans-serif;
}
.main-info {
margin-top: 40px;
width: 40%;
color: #D3D3D3;
font-size: 16px;
font-weight: regular;
line-height: 1.6;
font-family: 'Roboto', sans-serif;
}
/* user */
.main-user {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-right: 40px;
padding-left: 40px;
}
.main-body-one {
width: 60%;
float: left
}
.main-body-two {
margin-top: 10px;
width: 40%;
float: right;
}
.big-title-user h2 {
font-size: 45px;
font-weight: bold;
color: #1A1A1A;
line-height: 1.2;
font-family: 'Roboto', sans-serif;
}
.main-info-user {
margin-top: 40px;
width: 70%;
color: #1A1A1A;
font-size: 16px;
font-weight: regular;
line-height: 1.6;
font-family: 'Roboto', sans-serif;
}
.main-info-user a {
text-decoration: none;
color: #1322B3;
font-weight: bold;
}
.main-info-user a:hover {
color: black;
}
.main-body-two form {
width: 80%;
margin-left: 20%;
}
.main-body-two input {
width: 100%;
height: 50px;
border-radius: 7px;
border: 1.5px solid #afafaf;
margin-bottom: 15px;
font-size: 16px;
font-weight: 500;
color: #5f5f5f;
padding: 10px 10px 10px 20px;
box-sizing: border-box;
}
.main-body-two input:focus {
border: unset !important;
border-radius: 7px !important;
}
.main-body-two input.submit {
background-color: #162BE9;
border: unset !important;
padding-left: 10px !important;
color: white;
font-size: 18px;
font-weight: bold;
}
.main-body-two input.submit:hover {
cursor: pointer;
}
/* user */
.main-body a.register-button {
margin-top: 60px;
display: block;
width: 170px;
height: 45px;
text-decoration: none;
font-size: 13px;
font-weight: regular;
color: white;
padding: 16px 10px 10px 14px;
background-color: #162BE9;
box-shadow: 3px 3px 2px rgb(33, 33, 33, 0.2);
border-radius: 5px;
box-sizing: border-box;
}
.main-body a.register-button:hover {
background-color: #0b178a;
}
.main-explained {
margin-top: 70px;
width: 100%;
max-width: 1200px !important;
height: 100%;
display: block;
box-sizing: border-box;
}
.product-container {
margin-left: 40px;
margin-right: 40px;
}
.title-h2 {
width: 100%;
height: 100%;
margin-bottom: 65px;
}
.second-h2 {
margin-top: 50px;
}
.second-h2 h2 {
font-size: 38px !important;
}
.title-h2 h2 {
font-size: 40px;
font-weight: bold;
line-height: 1.3;
color: #202020;
padding-right: 20px;
box-sizing: border-box;
}
.explained-product {
display: inline-block;
width: 100%;
height: auto;
margin-bottom: 30px;
background-color: white;
box-sizing: border-box;
}
.explained-product .box-product {
float: left;
width: 33.3%;
height: auto;
}
.box-product img {
width: auto;
height: 70px;
margin-bottom: 20px;
margin-left: 20px;
box-sizing: border-box;
}
.box-product .title-explained {
font-size: 24px;
font-weight: 600;
line-height: 1.5;
font-family: 'Roboto', sans-serif;
color: #191919;
margin-bottom: 10px;
}
.box-product .desc-explained {
padding-right: 50px;
font-size: 17px;
line-height: 1.4;
font-family: 'Roboto', sans-serif;
color: #7c7c7c;
box-sizing: border-box;
}
.data-product {
display: flex;
display: -webkit-box;
display: -webkit-flex;
flex-direction: row;
flex-wrap: wrap;
flex: 1 1 33.3%;
z-index: 10;
width: 100%;
max-width: 1200px;
height: auto;
box-sizing: border-box;
}
.container-product {
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}
.data-product .main-product {
display: flex;
width: 33.3%;
height: auto;
float: left;
border: none;
padding-right: 20px;
margin-bottom: 30px;
box-sizing: border-box;
}
.main-product .detail-product {
display: block;
width: 100%;
height: auto;
border: 1px solid black;
border-radius: 8px;
box-sizing: border-box;
}
.detail-product .name-product {
width: auto;
height: auto;
padding: 13px 12px 13px 12px;
margin-right: -1px;
margin-left: -1px;
background-color: black;
color: white;
font-size: 21px;
font-weight: bold;
line-height: 1.4;
box-sizing: border-box;
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.detail-product .join, .detail-product .url {
display: inline-block;
width: auto;
height: auto;
margin-top: 25px;
margin-bottom: 20px;
}
.detail-product .join, .detail-product .url{
margin-left: 10px;
}
.detail-product .join a, .detail-product .url a {
text-decoration: none;
color: white;
background-color: #162BE9;
padding: 10px 13px 10px 10px;
box-sizing: border-box;
border-radius: 5px;
font-size: 17px;
font-weight: bold;
}
.detail-product a:hover, .detail-product a:hover {
background-color: black;
color: white;
cursor: pointer;
}
/* body style */
/* footer main */
.footer {
display: inline-block;
margin-top: 150px;
padding-bottom: 50px;
width: 100%;
height: auto;
background-color: #161616;
box-sizing: border-box;
}
.footer .footer-border {
width: 100%;
height: auto;
padding-bottom: 60px;
border-bottom: white solid 1px;
box-sizing: border-box;
}
.footer .main-footer {
width: 100%;
max-width: 1200px;
}
.footer .footer-top {
display: inline-block;
width: 100%;
height: auto;
margin-top: 30px !important;
box-sizing: border-box;
}
.footer-top-special {
display: none !important;
}
.footer-top .footer-top-one {
float: left;
width: 50%;
height: auto;
}
.footer-top .footer-top-two {
float: left;
width: 50%;
padding-left: 90px;
height: auto;
box-sizing: border-box;
}
.footer-top-one h3 {
color: white;
font-size: 26px;
line-height: 1.4;
font-weight: bold;
}
.footer-top-one h3.first {
margin-bottom: 10px;
}
.footer-top-one h3.second {
color: #162BE9;
font-size: 22px;
}
.footer-top-two h3, .footer-top-two p {
color: white;
}
.footer-top-two h3 {
font-size: 26px;
line-height: 1.4;
font-weight: bold;
margin-bottom: 3px;
}
.footer-top-two p {
font-size: 14px;
font-weight: Medium;
color: #BDBDBD;
line-height: 1.4;
margin-bottom: 15px;
}
.footer-top-two .email-subs .input-email {
width: 50%;
height: 35px;
border-radius: 4px;
border: none !important;
padding: 1px 10px 0px 10px;
font-size: 14px;
font-weight: medium;
color: #BDBDBD;
box-sizing: border-box;
}
.email-subs .input-email:focus {
outline: unset;
}
.footer-top-two .email-subs .submit-email {
width: 100px;
height: 35px;
border-radius: 4px;
border: none !important;
margin-left: 10px;
padding: 1px 10px 0px 10px;
font-size: 16px;
font-weight: Bold;
color: white;
background-color: #162BE9;
box-sizing: border-box;
}
.footer-top-two .email-subs .input-email:focus {
border: unset !important;
}
.footer-top-two .email-subs .submit-email:hover {
cursor: pointer;
}
.footer-bottom {
display: inline-block;
margin-top: 40px;
margin-bottom: 100px;
width: 100%;
height: auto;
}
.footer-bottom-one, .footer-bottom-two, .footer-bottom-three, .footer-bottom-four {
width: 25%;
height: auto;
float: left;
}
.footer-bottom-one img {
width: 90px;
height: auto;
}
.footer-bottom-two nav a, .footer-bottom-three nav a{
display: block;
margin-bottom: 18px;
line-height: 1.4;
text-decoration: none;
color: white;
font-weight: regular;
font-size: 15px;
box-sizing: border-box;
}
.footer-bottom-four h4 {
font-size: 22px;
margin-bottom: 15px;
font-weight: bold;
color: white;
box-sizing: border-box;
}
.footer-bottom-four p {
font-size: 14px;
font-weight: 400;
line-height: 1.4;
color: #727272;
}
.footer-credit {
display: inline-block;
width: 100%;
height: auto;
}
.footer-credit .footer-credit-site {
width: 50%;
height: auto;
float: left;
font-size: 11px;
color: #BDBDBD;
box-sizing: border-box;
}
.footer-credit .footer-credit-made {
width: auto;
height: auto;
float: right;
font-size: 11px;
color: #BDBDBD;
box-sizing: border-box;
}
.footer-credit .footer-credit-made img {
position: relative;
margin-right: 5px;
display: inline-flex;
width: 12px;
box-sizing: border-box;
}
/* footer main */
@media screen and (min-width: 1460px) {
.background-top {
height: 130%;
}
}
@media screen and (min-width: 1450px) {
/* hi-res laptops and desktops, big landscape tablets, laptops, and desktops*/
.header-main {
min-height: 1000px;
}
.background-top {
height: 140%;
background-image: url("https://raw.githubusercontent.com/dianarifin/youneed/main/img/background-header-1.png");
}
.main-body {
margin-top: 150px;
}
.main-info {
font-size: 18px;
}
}
@media screen and (min-width: 1300px) {
.background-top {
background-position-y: -200px !important;
height: 120% !important;
}
}
@media screen and (min-width: 1285px) {
.header-main {
min-height: 900px !important;
}
.background-top {
height: 120% !important;
background-position-y: -150px !important;
}
}
@media screen and (min-width: 1280px) {
/* hi-res laptops and desktops, big landscape tablets, laptops, and desktops*/
.header-main {
min-height: 800px;
}
.background-top {
width: 100%;
height: 130%;
background-image: url("https://raw.githubusercontent.com/dianarifin/youneed/main/img/background-header-1.png");
background-position-y: -70px;
}
.main-body {
margin-top: 100px;
}
.main-info {
font-size: 18px;
}
}
@media screen and (max-width: 1025px) {
.background-top {
background-position-y: -20px;
background-image: url("https://raw.githubusercontent.com/dianarifin/youneed/main/img/background-header-1.png");
height: 120%;
}
}
@media screen and (max-width: 960px) {
.header-main {
min-height: 800px;
}
.background-top {
background-position-y: -350px;
width: 100%;
height: 120%;
background-image: url("https://raw.githubusercontent.com/dianarifin/youneed/main/img/background-header-1.png");
}
.box-product .title-explained {
font-size: 23px;
padding-right: 5px;
}
.box-product .desc-explained {
font-size: 17px;
padding-right: 20px;
}
.footer-top-one h3 {
font-size: 23px;
}
.footer-top-two h3 {
font-size: 23px;
}
.footer-top-two p {
font-size: 13px;
}
/* dahsboard body */
.detail .name-detail {
font-size: 17px;
}
.detail .detail-click {
font-size: 17px;
}
/* dashboard body */
}
@media screen and (max-width: 834px) {
.header-main {
min-height: 900px !important;
}
.background-top {
height: 90%;
background-position-y: -40px !important;
}
}
@media screen and (max-width: 800px) {
.background-top {
height: 80% !important;
background-position-y: -40px !important;
}
}
@media screen and (max-width: 768px) {
.background-top {
height: 100% !important;
}
.box-product img {
width: auto;
height: 60px;
}
.box-product .title-explained {
font-size: 20px;
padding-right: 5px;
}
.box-product .desc-explained {
font-size: 15px;
padding-right: 15px;
}
.footer-border {
display: none !important;
}
.footer-top {
display: none !important;
}
.footer-bottom-two nav a, .footer-bottom-three nav a {
font-size: 14px;
}
.footer-bottom-four h4 {
font-size: 17px;
}
.footer-bottom-four p {
font-size: 13px;
}
.detail-product .name-product {
font-size: 17px;
}
.detail-product .join a, .detail-product .url a {
font-size: 14px;
}
.main-body-two form {
width: 100%;
margin-left: unset !important;
}
}
@media screen and (max-width: 600px) {
.header-main {
min-height: 800px !important;
}
.background-top {
width: 120% !important;
height: 140% !important;
background-image: url("https://raw.githubusercontent.com/dianarifin/youneed/main/img/background-header-3.png");
}
.header-top {
height: 70px;
}
.header-top .menu-left, .header-top-user .menu-left {
display: none;
}
.header-top-user .line, .header-top-user .name-user {
display: none;
}
.menu-dropdown {
display: block !important;
float: right;
align-content: center;
align-items: center;
padding-top: 8px;
position: relative;
width: auto;
height: auto;
}
.menu-dropdown span img {
width: 22px;
}
.dropdown {
display: none;
position: absolute;
background-color: #f9f9f9;
margin-left: -136px;
margin-top: 20px;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
box-sizing: border-box;
}
.dropdown nav a {
display: block;
text-decoration: none;
padding: 16px 10px 16px 13px;
color: #1A1A1A;
font-weight: 500;
font-size: 15px;
}
.dropdown nav a:hover {
background-color: black;
color: white;
}
.menu-dropdown:hover .dropdown {
display: block;
}
/* .menu-dropdown:hover .dropdown {
display: block;
} */
.main-body {
margin-top: 20px;
margin-left: unset;
margin-right: unset;
}
.main-body-container {
margin-right: 40px !important;
margin-left: 40px !important;
}
.main-body .main-body-one {
margin-top: 20px;
width: 100% !important;
float: left;
}
.main-body .main-body-two {
margin-top: 40px;
width: 100% !important;
float: left;
}
.big-title, .big-title-user {
width: 100%;
}
.big-title h2, .big-title-user h2 {
padding-right: 30px;
font-size: 40px;
}
.main-info, .main-info-user {
width: 100%;
padding-right: 30px;
box-sizing: border-box;
}
.main-body a.register-button {
margin-top: 35px;
}
.title-h2 h2 {
font-size: 36px;
}
.explained-product .box-product {
float: left;
width: 100%;
height: auto;
margin-bottom: 30px;
}
.box-product .title-explained {
font-size: 20px;
}
.box-product .desc-explained {
font-size: 17px;
padding-right: 15px;
}
.footer-bottom-one {
display: none !important;
}
.data-product .main-product {
width: 100% !important;
padding-right: unset !important;
}
.detail-product .name-product {
font-size: 17px;
}
.detail-product .join a, .detail-product .url a {
font-size: 13px;
}
/* dashboard */
.info-url {
font-size: 17px;
}
.main-url .url {
font-size: 13px;
}
.main-url .copy {
margin-left: 20px;
font-size: 14px;
}
.real-time-one, .real-time-two, .real-time-three, .real-time-four {
width: 50%;
float: left;
}
.real-time-one, .real-time-three {
padding-right: 8px;
padding-left: unset !important;
}
.real-time-two, .real-time-four {
padding-left: 8px;
padding-right: unset !important;
}
.detail .name-detail {
font-size: 13px;
}
.detail .detail-click {
font-size: 17px;
}
.real-time-user, .real-time-affiliater {
width: 100%;
padding: unset !important;
}
/* dashboard */
}
@media screen and (max-width: 480px) {
.header-main {
min-height: 800px !important;
}
.background-top {
width: 120%;
height: 125% !important;
}
.big-title h2, .big-title-user h2 {
font-size: 35px;
}
.main-info, .main-info-user {
font-size: 16px;
}
.footer-bottom-two, .footer-bottom-three, .footer-bottom-four {
width: 100%;
align-items: center;
}
.footer-bottom-two nav a, .footer-bottom-three nav a {
align-items: center;
}
.footer-bottom-four {
margin-top: 10px;
}
.footer-credit-site {
display: none !important;
}
.footer-credit-made {
width: 100%;
float: left !important;
}
}
@media screen and (max-width: 450px) {
.background-top {
width: 100%;
height: 110% !important;
}
}
@media screen and (max-width: 400px) {
.background-top {
width: 100%;
height: 115 !important%;
}
}
@media screen and (max-width: 380px) {
.background-top {
width: 100%;
height: 140% !important;
}
}
@media screen and (max-width: 360px) {
.background-top {
width: 100%;
height: 125% !important;
}
}
@media screen and (max-width: 320px) {
.background-top {
width: 100%;
height: 190% !important;
}
} | style/css/style.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html {
height: 100%;
}
body {
background-color: white;
width: 100%;
min-height: 100%;
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
}
/* header and main style */
.header-main {
display: block;
width: 100%;
height: auto;
min-height: 750px;
box-sizing: border-box;
}
.background-top {
display: inline-block;
width: 100%;
max-width: 100%;
height: 120%;
background-image: url("https://raw.githubusercontent.com/dianarifin/youneed/main/img/background-header-2.png");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
box-sizing: border-box;
}
.header-top {
width: 100%;
height: 90px;
align-items: center;
display: flex;
flex-wrap: wrap;
/* background-color: red; */
}
.header-admin {
width: 100%;
height: 90px;
background-color: #1322b3;
}
.header-top-user {
display: flex;
flex-wrap: wrap;
max-width: 1200px;
width: 100%;
height: 90px;
margin-left: auto;
margin-right: auto;
align-items: center;
background-color: #1322b3;
}
.header-dashboard {
background-color: #1A1A1A;
}
.header-top-main {
width: 100%;
height: auto;
margin-left: 40px;
margin-right: 40px;
}
.header-top .logo img, .header-top-user .logo img {
width: 200px;
}
.header-top-user .line {
align-items: center;
margin-top: 8px;
margin-left: 30px;
margin-right: 30px;
width: 1px;
border-radius: 2px;
height: 18px;
float: left;
background-color: #5f5f5f;
box-sizing: border-box;
}
.header-top-user .name-user {
float: left;
margin-top: 10px;
font-size: 15px;
font-weight: 400;
align-items: center;
align-self: center;
color: #afafaf;
}
.container-big {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
.main-container {
width: 100%;
height: auto;
margin-left: 40px;
margin-right: 40px;
box-sizing: border-box;
}
.header-top .logo, .header-top-user .logo {
float: left;
}
.header-top .menu-left, .header-top-user .menu-left {
width: auto;
height: auto;
padding-top: 5px;
align-items: center;
float: right;
box-sizing: border-box;
}
.menu-dropdown {
display: none;
}
.menu-left nav a {
text-decoration: none;
color: white;
font-size: 16px;
font-weight: 500;
padding-left: 37px;
box-sizing: border-box;
}
.menu-left nav a.dashboard:hover {
color: white !important;
}
.menu-left nav a img {
position: absolute;
margin-top: -13px;
margin-left: -3px;
color: white;
width: 17px;
}
.menu-left nav a:hover {
color: black !important;
}
/* header and main style */
/* body dashboard */
.body-dashboard {
margin-top: 150px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
height: auto;
}
.dashboard-container {
margin-right: 40px;
margin-left: 40px;
}
.your-url {
width: 100%;
height: auto;
margin-bottom: 50px;
}
.your-url .info-url {
font-weight: bold;
font-size: 20px;
margin-bottom: 20px;
}
.main-url {
display: flex;
flex-wrap: wrap;
align-items: center;
width: auto;
height: 30px;
}
.main-url .url {
width: 190px;
float: left;
align-items: center;
color: #212121;
margin-top: 5px;
font-size: 14px;
font-weight: 500 !important;
border: unset !important;
user-select: unset;
box-sizing: border-box;
}
.main-url .url:focus {
outline: none;
background: white;
}
.main-url .url::selection {
color: white;
background: #212121;
}
.main-url .copy {
width: auto;
float: left;
align-items: center;
margin-left: 30px;
padding: 6px 9px 6px 9px;
border-radius: 5px;
font-weight: bold;
font-size: 15px;
color: black;
background-color: white;
border: 2px solid black;
user-select: none;
box-sizing: border-box;
}
.main-url .copy:hover, .text {
cursor: pointer;
background-color: white;
color: black;
}
.main-url .copy:active {
cursor: pointer;
background-color: black;
color: white;
}
.real-time-click {
width: auto;
height: auto;
}
.real-time-one, .real-time-two, .real-time-three, .real-time-four {
width: 25%;
height: auto;
margin-bottom: 30px;
float: left;
box-sizing: border-box;
}
.real-time-one {
padding-right: 10px;
}
.real-time-two, .real-time-three {
padding-left: 10px;
padding-right: 10px;
}
.real-time-four {
padding-left: 10px;
}
.detail {
position: relative;
width: 100%;
height: auto;
border-radius: 8px;
border: 1px solid black;
}
.detail .name-detail {
width: auto;
height: auto;
padding: 13px 12px 13px 12px;
margin-right: -1px;
margin-left: -1px;
margin-top: -1px;
background-color: black;
color: white;
font-size: 18px;
font-weight: bold;
line-height: 1.4;
box-sizing: border-box;
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.detail .detail-click {
width: auto;
height: auto;
padding: 13px 12px 13px 12px;
color: #162BE9;
font-size: 20px;
font-weight: bold;
line-height: 1.4;
box-sizing: border-box;
}
.real-time-traffic {
width: 100%;
height: auto;
}
.real-time-user, .real-time-affiliater {
width: 50%;
height: auto;
float: left;
margin-bottom: 30px;
box-sizing: border-box;
}
.real-time-user .detail, .real-time-affiliater .detail {
min-height: 300px;
}
.real-time-user {
padding-right: 10px;
}
.real-time-affiliater {
padding-left: 10px;
}
.detail table {
display: table;
width: 92%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 20px;
height: auto;
border-collapse: collapse;
box-sizing: border-box;
}
.detail table tr {
width: auto;
border-bottom: 0.7px solid #999999;
}
.detail table tr td {
width: auto;
padding-top: 10px;
padding-bottom: 10px;
font-weight: 400;
font-size: 13px;
box-sizing: border-box;
}
.detail .loading-more {
z-index: -1;
display: block;
position: absolute;
width: 100%;
height: auto;
bottom: 0;
margin-top: auto;
padding: 10px 10px 10px 10px;
text-align: center;
box-sizing: border-box;
}
.detail .loading-more a {
display: block;
width: auto;
padding: 10px;
border-radius: 5px;
text-decoration: none;
color: black;
font-weight: bold;
font-size: 15px;
border: 1px solid black;
}
.detail .loading-more a:hover {
background-color: black;
color: white;
}
/* body dashboard */
/* body style */
.main-body {
display: block;
margin-top: 75px;
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
height: auto;
box-sizing: border-box;
}
.main-body-container {
margin-left: 40px;
margin-right: 40px;
box-sizing: border-box;
}
.big-title, .big-title-user {
display: block;
width: 80%;
height: auto;
box-sizing: border-box;
}
.big-title h2 {
font-size: 45px;
padding-right: 100px;
font-weight: bold;
color: white;
line-height: 1.2;
font-family: 'Roboto', sans-serif;
}
.main-info {
margin-top: 40px;
width: 40%;
color: #D3D3D3;
font-size: 16px;
font-weight: regular;
line-height: 1.6;
font-family: 'Roboto', sans-serif;
}
/* user */
.main-user {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-right: 40px;
padding-left: 40px;
}
.main-body-one {
width: 60%;
float: left
}
.main-body-two {
margin-top: 10px;
width: 40%;
float: right;
}
.big-title-user h2 {
font-size: 45px;
font-weight: bold;
color: #1A1A1A;
line-height: 1.2;
font-family: 'Roboto', sans-serif;
}
.main-info-user {
margin-top: 40px;
width: 70%;
color: #1A1A1A;
font-size: 16px;
font-weight: regular;
line-height: 1.6;
font-family: 'Roboto', sans-serif;
}
.main-info-user a {
text-decoration: none;
color: #1322B3;
font-weight: bold;
}
.main-info-user a:hover {
color: black;
}
.main-body-two form {
width: 80%;
margin-left: 20%;
}
.main-body-two input {
width: 100%;
height: 50px;
border-radius: 7px;
border: 1.5px solid #afafaf;
margin-bottom: 15px;
font-size: 16px;
font-weight: 500;
color: #5f5f5f;
padding: 10px 10px 10px 20px;
box-sizing: border-box;
}
.main-body-two input:focus {
border: unset !important;
border-radius: 7px !important;
}
.main-body-two input.submit {
background-color: #162BE9;
border: unset !important;
padding-left: 10px !important;
color: white;
font-size: 18px;
font-weight: bold;
}
.main-body-two input.submit:hover {
cursor: pointer;
}
/* user */
.main-body a.register-button {
margin-top: 60px;
display: block;
width: 170px;
height: 45px;
text-decoration: none;
font-size: 13px;
font-weight: regular;
color: white;
padding: 16px 10px 10px 14px;
background-color: #162BE9;
box-shadow: 3px 3px 2px rgb(33, 33, 33, 0.2);
border-radius: 5px;
box-sizing: border-box;
}
.main-body a.register-button:hover {
background-color: #0b178a;
}
.main-explained {
margin-top: 70px;
width: 100%;
max-width: 1200px !important;
height: 100%;
display: block;
box-sizing: border-box;
}
.product-container {
margin-left: 40px;
margin-right: 40px;
}
.title-h2 {
width: 100%;
height: 100%;
margin-bottom: 65px;
}
.second-h2 {
margin-top: 50px;
}
.second-h2 h2 {
font-size: 38px !important;
}
.title-h2 h2 {
font-size: 40px;
font-weight: bold;
line-height: 1.3;
color: #202020;
padding-right: 20px;
box-sizing: border-box;
}
.explained-product {
display: inline-block;
width: 100%;
height: auto;
margin-bottom: 30px;
background-color: white;
box-sizing: border-box;
}
.explained-product .box-product {
float: left;
width: 33.3%;
height: auto;
}
.box-product img {
width: auto;
height: 70px;
margin-bottom: 20px;
margin-left: 20px;
box-sizing: border-box;
}
.box-product .title-explained {
font-size: 24px;
font-weight: 600;
line-height: 1.5;
font-family: 'Roboto', sans-serif;
color: #191919;
margin-bottom: 10px;
}
.box-product .desc-explained {
padding-right: 50px;
font-size: 17px;
line-height: 1.4;
font-family: 'Roboto', sans-serif;
color: #7c7c7c;
box-sizing: border-box;
}
.data-product {
display: flex;
display: -webkit-box;
display: -webkit-flex;
flex-direction: row;
flex-wrap: wrap;
flex: 1 1 33.3%;
z-index: 10;
width: 100%;
max-width: 1200px;
height: auto;
box-sizing: border-box;
}
.container-product {
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
}
.data-product .main-product {
display: flex;
width: 33.3%;
height: auto;
float: left;
border: none;
padding-right: 20px;
margin-bottom: 30px;
box-sizing: border-box;
}
.main-product .detail-product {
display: block;
width: 100%;
height: auto;
border: 1px solid black;
border-radius: 8px;
box-sizing: border-box;
}
.detail-product .name-product {
width: auto;
height: auto;
padding: 13px 12px 13px 12px;
margin-right: -1px;
margin-left: -1px;
background-color: black;
color: white;
font-size: 21px;
font-weight: bold;
line-height: 1.4;
box-sizing: border-box;
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.detail-product .join, .detail-product .url {
display: inline-block;
width: auto;
height: auto;
margin-top: 25px;
margin-bottom: 20px;
}
.detail-product .join, .detail-product .url{
margin-left: 10px;
}
.detail-product .join a, .detail-product .url a {
text-decoration: none;
color: white;
background-color: #162BE9;
padding: 10px 13px 10px 10px;
box-sizing: border-box;
border-radius: 5px;
font-size: 17px;
font-weight: bold;
}
.detail-product a:hover, .detail-product a:hover {
background-color: black;
color: white;
cursor: pointer;
}
/* body style */
/* footer main */
.footer {
display: inline-block;
margin-top: 150px;
padding-bottom: 50px;
width: 100%;
height: auto;
background-color: #161616;
box-sizing: border-box;
}
.footer .footer-border {
width: 100%;
height: auto;
padding-bottom: 60px;
border-bottom: white solid 1px;
box-sizing: border-box;
}
.footer .main-footer {
width: 100%;
max-width: 1200px;
}
.footer .footer-top {
display: inline-block;
width: 100%;
height: auto;
margin-top: 30px !important;
box-sizing: border-box;
}
.footer-top-special {
display: none !important;
}
.footer-top .footer-top-one {
float: left;
width: 50%;
height: auto;
}
.footer-top .footer-top-two {
float: left;
width: 50%;
padding-left: 90px;
height: auto;
box-sizing: border-box;
}
.footer-top-one h3 {
color: white;
font-size: 26px;
line-height: 1.4;
font-weight: bold;
}
.footer-top-one h3.first {
margin-bottom: 10px;
}
.footer-top-one h3.second {
color: #162BE9;
font-size: 22px;
}
.footer-top-two h3, .footer-top-two p {
color: white;
}
.footer-top-two h3 {
font-size: 26px;
line-height: 1.4;
font-weight: bold;
margin-bottom: 3px;
}
.footer-top-two p {
font-size: 14px;
font-weight: Medium;
color: #BDBDBD;
line-height: 1.4;
margin-bottom: 15px;
}
.footer-top-two .email-subs .input-email {
width: 50%;
height: 35px;
border-radius: 4px;
border: none !important;
padding: 1px 10px 0px 10px;
font-size: 14px;
font-weight: medium;
color: #BDBDBD;
box-sizing: border-box;
}
.email-subs .input-email:focus {
outline: unset;
}
.footer-top-two .email-subs .submit-email {
width: 100px;
height: 35px;
border-radius: 4px;
border: none !important;
margin-left: 10px;
padding: 1px 10px 0px 10px;
font-size: 16px;
font-weight: Bold;
color: white;
background-color: #162BE9;
box-sizing: border-box;
}
.footer-top-two .email-subs .input-email:focus {
border: unset !important;
}
.footer-top-two .email-subs .submit-email:hover {
cursor: pointer;
}
.footer-bottom {
display: inline-block;
margin-top: 40px;
margin-bottom: 100px;
width: 100%;
height: auto;
}
.footer-bottom-one, .footer-bottom-two, .footer-bottom-three, .footer-bottom-four {
width: 25%;
height: auto;
float: left;
}
.footer-bottom-one img {
width: 90px;
height: auto;
}
.footer-bottom-two nav a, .footer-bottom-three nav a{
display: block;
margin-bottom: 18px;
line-height: 1.4;
text-decoration: none;
color: white;
font-weight: regular;
font-size: 15px;
box-sizing: border-box;
}
.footer-bottom-four h4 {
font-size: 22px;
margin-bottom: 15px;
font-weight: bold;
color: white;
box-sizing: border-box;
}
.footer-bottom-four p {
font-size: 14px;
font-weight: 400;
line-height: 1.4;
color: #727272;
}
.footer-credit {
display: inline-block;
width: 100%;
height: auto;
}
.footer-credit .footer-credit-site {
width: 50%;
height: auto;
float: left;
font-size: 11px;
color: #BDBDBD;
box-sizing: border-box;
}
.footer-credit .footer-credit-made {
width: auto;
height: auto;
float: right;
font-size: 11px;
color: #BDBDBD;
box-sizing: border-box;
}
.footer-credit .footer-credit-made img {
position: relative;
margin-right: 5px;
display: inline-flex;
width: 12px;
box-sizing: border-box;
}
/* footer main */
@media screen and (min-width: 1460px) {
.background-top {
height: 130%;
}
}
@media screen and (min-width: 1450px) {
/* hi-res laptops and desktops, big landscape tablets, laptops, and desktops*/
.header-main {
min-height: 1000px;
}
.background-top {
height: 140%;
background-image: url("https://raw.githubusercontent.com/dianarifin/youneed/main/img/background-header-1.png");
}
.main-body {
margin-top: 150px;
}
.main-info {
font-size: 18px;
}
}
@media screen and (min-width: 1300px) {
.background-top {
background-position-y: -200px !important;
height: 120% !important;
}
}
@media screen and (min-width: 1285px) {
.header-main {
min-height: 900px !important;
}
.background-top {
height: 120% !important;
background-position-y: -150px !important;
}
}
@media screen and (min-width: 1280px) {
/* hi-res laptops and desktops, big landscape tablets, laptops, and desktops*/
.header-main {
min-height: 800px;
}
.background-top {
width: 100%;
height: 130%;
background-image: url("https://raw.githubusercontent.com/dianarifin/youneed/main/img/background-header-1.png");
background-position-y: -70px;
}
.main-body {
margin-top: 100px;
}
.main-info {
font-size: 18px;
}
}
@media screen and (max-width: 1025px) {
.background-top {
background-position-y: -20px;
background-image: url("https://raw.githubusercontent.com/dianarifin/youneed/main/img/background-header-1.png");
height: 120%;
}
}
@media screen and (max-width: 960px) {
.header-main {
min-height: 800px;
}
.background-top {
background-position-y: -350px;
width: 100%;
height: 120%;
background-image: url("https://raw.githubusercontent.com/dianarifin/youneed/main/img/background-header-1.png");
}
.box-product .title-explained {
font-size: 23px;
padding-right: 5px;
}
.box-product .desc-explained {
font-size: 17px;
padding-right: 20px;
}
.footer-top-one h3 {
font-size: 23px;
}
.footer-top-two h3 {
font-size: 23px;
}
.footer-top-two p {
font-size: 13px;
}
/* dahsboard body */
.detail .name-detail {
font-size: 17px;
}
.detail .detail-click {
font-size: 17px;
}
/* dashboard body */
}
@media screen and (max-width: 834px) {
.header-main {
min-height: 900px !important;
}
.background-top {
height: 90%;
background-position-y: -40px !important;
}
}
@media screen and (max-width: 800px) {
.background-top {
height: 80% !important;
background-position-y: -40px !important;
}
}
@media screen and (max-width: 768px) {
.background-top {
height: 100% !important;
}
.box-product img {
width: auto;
height: 60px;
}
.box-product .title-explained {
font-size: 20px;
padding-right: 5px;
}
.box-product .desc-explained {
font-size: 15px;
padding-right: 15px;
}
.footer-border {
display: none !important;
}
.footer-top {
display: none !important;
}
.footer-bottom-two nav a, .footer-bottom-three nav a {
font-size: 14px;
}
.footer-bottom-four h4 {
font-size: 17px;
}
.footer-bottom-four p {
font-size: 13px;
}
.detail-product .name-product {
font-size: 17px;
}
.detail-product .join a, .detail-product .url a {
font-size: 14px;
}
.main-body-two form {
width: 100%;
margin-left: unset !important;
}
}
@media screen and (max-width: 600px) {
.header-main {
min-height: 800px !important;
}
.background-top {
width: 120% !important;
height: 140% !important;
background-image: url("https://raw.githubusercontent.com/dianarifin/youneed/main/img/background-header-3.png");
}
.header-top {
height: 70px;
}
.header-top .menu-left, .header-top-user .menu-left {
display: none;
}
.header-top-user .line, .header-top-user .name-user {
display: none;
}
.menu-dropdown {
display: block !important;
float: right;
align-content: center;
align-items: center;
padding-top: 8px;
position: relative;
width: auto;
height: auto;
}
.menu-dropdown span img {
width: 22px;
}
.dropdown {
display: none;
position: absolute;
background-color: #f9f9f9;
margin-left: -136px;
margin-top: 20px;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
box-sizing: border-box;
}
.dropdown nav a {
display: block;
text-decoration: none;
padding: 16px 10px 16px 13px;
color: #1A1A1A;
font-weight: 500;
font-size: 15px;
}
.dropdown nav a:hover {
background-color: black;
color: white;
}
.menu-dropdown:hover .dropdown {
display: block;
}
/* .menu-dropdown:hover .dropdown {
display: block;
} */
.main-body {
margin-top: 20px;
margin-left: unset;
margin-right: unset;
}
.main-body-container {
margin-right: 40px !important;
margin-left: 40px !important;
}
.main-body .main-body-one {
margin-top: 20px;
width: 100% !important;
float: left;
}
.main-body .main-body-two {
margin-top: 40px;
width: 100% !important;
float: left;
}
.big-title, .big-title-user {
width: 100%;
}
.big-title h2, .big-title-user h2 {
padding-right: 30px;
font-size: 40px;
}
.main-info, .main-info-user {
width: 100%;
padding-right: 30px;
box-sizing: border-box;
}
.main-body a.register-button {
margin-top: 35px;
}
.title-h2 h2 {
font-size: 36px;
}
.explained-product .box-product {
float: left;
width: 100%;
height: auto;
margin-bottom: 30px;
}
.box-product .title-explained {
font-size: 20px;
}
.box-product .desc-explained {
font-size: 17px;
padding-right: 15px;
}
.footer-bottom-one {
display: none !important;
}
.data-product .main-product {
width: 100% !important;
padding-right: unset !important;
}
.detail-product .name-product {
font-size: 17px;
}
.detail-product .join a, .detail-product .url a {
font-size: 13px;
}
/* dashboard */
.info-url {
font-size: 17px;
}
.main-url .url {
font-size: 13px;
}
.main-url .copy {
margin-left: 20px;
font-size: 14px;
}
.real-time-one, .real-time-two, .real-time-three, .real-time-four {
width: 50%;
float: left;
}
.real-time-one, .real-time-three {
padding-right: 8px;
padding-left: unset !important;
}
.real-time-two, .real-time-four {
padding-left: 8px;
padding-right: unset !important;
}
.detail .name-detail {
font-size: 13px;
}
.detail .detail-click {
font-size: 17px;
}
.real-time-user, .real-time-affiliater {
width: 100%;
padding: unset !important;
}
/* dashboard */
}
@media screen and (max-width: 480px) {
.header-main {
min-height: 800px !important;
}
.background-top {
width: 120%;
height: 125% !important;
}
.big-title h2, .big-title-user h2 {
font-size: 35px;
}
.main-info, .main-info-user {
font-size: 16px;
}
.footer-bottom-two, .footer-bottom-three, .footer-bottom-four {
width: 100%;
align-items: center;
}
.footer-bottom-two nav a, .footer-bottom-three nav a {
align-items: center;
}
.footer-bottom-four {
margin-top: 10px;
}
.footer-credit-site {
display: none !important;
}
.footer-credit-made {
width: 100%;
float: left !important;
}
}
@media screen and (max-width: 450px) {
.background-top {
width: 100%;
height: 110% !important;
}
}
@media screen and (max-width: 400px) {
.background-top {
width: 100%;
height: 115 !important%;
}
}
@media screen and (max-width: 380px) {
.background-top {
width: 100%;
height: 140% !important;
}
}
@media screen and (max-width: 360px) {
.background-top {
width: 100%;
height: 125% !important;
}
}
@media screen and (max-width: 320px) {
.background-top {
width: 100%;
height: 190% !important;
}
} | 0.426799 | 0.087369 |
body ul{padding:0;
margin:0;
font-size:12px;
}
a{ text-decoration:none;}
a img{border:0;}
#cart_form{margin:0;}
.content{width:990px; margin:5px auto 0 auto ; font-size:12px;}
.title1{ width:990px; height:24px; background:url(../images/top.gif) no-repeat;}
.title2{ width:990px; height:24px; background:url(../images/top.gif) no-repeat 0 -42px;}
.title3{ width:990px; height:24px; background:url(../images/top.gif) no-repeat 0 -85px;}
.title4{ width:990px; height:24px; background:url(../images/top.gif) no-repeat 0 -129px;}
#myCartTitle{ width:980px;margin:0;padding:5px; color: #666666;}
#myCartTitle dt{ width:500px;
line-height:24px;
float:left;
font-size:14px;
font-weight:bold;
background: url(../images/tis.png) no-repeat left 4px;
padding:0 0 0 20px;
margin:0;
}
#myCartTitle dd{
width:400px;
text-align:right;
float:right;
font-size:12px;
margin:0;}
#myCartTitle dd a{line-height:24px; text-decoration:underline; color:#F60;}
#myCartHd{
margin:0;
padding:0;
width:990px;
list-style:none;
}
#myCartHd li{
float:left;
width:120x;
line-height:25px;
}
.clear{ clear:both; width:1px; height:1px;}
.shpic{float:left; width:80px; padding:3px 10px;}
.shpic img {width:80px;}
.shname{line-height:25px; display:block; width:300px; float:left;}
.shname a{ font-weight:bold; text-decoration:none;}
.left{
float:left;
width:790px;
padding:5px;}
.right{
float:right;
text-align:right;
padding:3px;
}
.zongj{
width:970px;
margin:0;
padding:10px 10px;
background: #F3FAF9;
font-size:14px;
}
#myCartTable table{
border:1px solid #cccccc;
margin:0px;
border-top:3px solid #999;
}
#myCartTable table td{
border-top:1px solid #cccccc;
}
#myCartTable table th{
border:0;
height:30px;
line-height:30px;
font-weight:normal;
}
.fccc{color:#666;line-height:24px;}
.fred{
color:#FF0000;
font-weight:bold;
font-size:16px;
}
/*tab*/
#interested{width:990px;overflow:hidden;position:relative; margin:10px 0 0 0; overflow:hidden;_zoom:1}
#interested h3{position:absolute;z-index:100;height:20px;line-height:20px;color:#404040;font-size:12px;}
#interested .clear{position:absolute;right:0;}
#interested .con{overflow:hidden;}
#interested .con .tabs{height:26px;margin-bottom:20px;padding-left:150px;border-bottom:1px solid #a8def7;}
#interested .con .tabs li{display:inline;float:left;min-width:1px;height:26px;margin-right:3px;line-height:26px;_width:1px;_white-space:nowrap;}
#interested .con .tabs li a{display:block;background:url(../images/T1wqpmXhlcXXXXXXXX-114-285.png) no-repeat 0 -51px;}
#interested .con .tabs li a span{display:block;height:26px;padding:0 10px;color:#111;background:url(../images/T1wqpmXhlcXXXXXXXX-114-285.png) no-repeat 100% -77px;cursor:pointer;}
#interested .con .tabs li a:hover{text-decoration:none;}
#interested .con .tabs li.current{position:relative;z-index:1;top:1px;}
#interested .con .tabs li.current a{font-weight:bold;background-position:0 -109px;}
#interested .con .tabs li.current a span{background-position:100% -135px;}
#main3{width:990px; margin:0; padding:0;}
#interested .con ul.pannel{width:960px;overflow:hidden;padding-bottom:20px;margin:0;}
#interested .con ul.pannel li{float:left;width:190px;overflow:hidden;margin:0 14px; list-style:none;}
#main3 ul.pannel li.pic{text-align:center;border:1px solid #e6e6e6; padding:5px;}
#main3 ul.pannel li.pic img{vertical-align:middle;}
#main3 .text{text-align:left; color:#3C3E37; line-height:25px; display:block;}
.pingl{ width:988px;border:#ced1d6 1px solid; background: url(../images/tablebg.png) repeat-x; padding:20px 0 10px 0;margin:0}
.titname{width:60px; font-size:14px; color:#D3490E;line-height:18px; background:url(../images/namebg.gif) no-repeat right;}
h3.sjname{font-size:12px; color:#212B9E;}
.pltext{ width:978px;border:1px solid #ced1d6; border-bottom:none;margin:10px 0 0 0; height:24px; background: url(../images/pltextbg.gif) repeat-x;font-weight: bold; line-height:24px;padding:0 0 0 10px;}
.pinglt{width:988px;border:#ced1d6 1px solid; background: url(../images/tablebg.png) repeat-x; padding:0px 0 10px 0;margin:0; color:#333}
.pinglt table td{ padding:5px;}
.xinx{
margin:10px 0;
}
.textarea{width:527px; margin:0;border:1px solid #a5a5a5;font-size:12px;}
.niming{margin:2px 0; width:400px;}
.thbg{background: url(../images/tablebg.png) repeat-x;}
.qurtit{font-size:14px;padding:10px 10px 10px 0; margin:15px 0 5px 0; color:#333333}
.qurtext{line-height:25px;}
.fonyell{color:#FF0000;}
.inputtext{ width:150px; border:1px solid #CCCCCC; height:22px;}
.qurbot{padding:0 0 10px 100px;}
.qurbtn{width:146px;
height:39px;
background:url(../images/qurbtn.png) no-repeat;
border:0px;
}
.bor1 {
margin: 0px auto; width: 100%; background: #fff; padding-top: 8px
}
.kd {
padding: 0px; margin: 0px; width: 527px; padding: 14px 0 0 0;
}
.kd1 {
border: white 1px solid; padding:14px 0 8px 0; padding-left: 14px; padding-right: 0px; padding-top: 14px
}
.star0521 {
text-align: left; height: 30px
}
.star0521 SPAN {
float: left; padding-top: 7px
}
.star0521 .font14 {
font-size: 14px
}
.star0521 DIV {
width: 160px; float: left
}
.star {
width: 150px; height: 25px
}
.star LI {
width: 150px; background: url(../images/star.png) no-repeat; height: 25px
}
.star LI.one {
background: url(../images/star.png) no-repeat 0px -25px
}
.star LI.two {
background: url(../images/star.png) no-repeat 0px -50px
}
.star LI.three {
background: url(../images/star.png) no-repeat 0px -75px
}
.star LI.four {
background: url(../images/star.png) no-repeat 0px -100px
}
.star LI.five {
background: url(../images/star.png) no-repeat 0px -125px
} | WebRoot/style/style.css | body ul{padding:0;
margin:0;
font-size:12px;
}
a{ text-decoration:none;}
a img{border:0;}
#cart_form{margin:0;}
.content{width:990px; margin:5px auto 0 auto ; font-size:12px;}
.title1{ width:990px; height:24px; background:url(../images/top.gif) no-repeat;}
.title2{ width:990px; height:24px; background:url(../images/top.gif) no-repeat 0 -42px;}
.title3{ width:990px; height:24px; background:url(../images/top.gif) no-repeat 0 -85px;}
.title4{ width:990px; height:24px; background:url(../images/top.gif) no-repeat 0 -129px;}
#myCartTitle{ width:980px;margin:0;padding:5px; color: #666666;}
#myCartTitle dt{ width:500px;
line-height:24px;
float:left;
font-size:14px;
font-weight:bold;
background: url(../images/tis.png) no-repeat left 4px;
padding:0 0 0 20px;
margin:0;
}
#myCartTitle dd{
width:400px;
text-align:right;
float:right;
font-size:12px;
margin:0;}
#myCartTitle dd a{line-height:24px; text-decoration:underline; color:#F60;}
#myCartHd{
margin:0;
padding:0;
width:990px;
list-style:none;
}
#myCartHd li{
float:left;
width:120x;
line-height:25px;
}
.clear{ clear:both; width:1px; height:1px;}
.shpic{float:left; width:80px; padding:3px 10px;}
.shpic img {width:80px;}
.shname{line-height:25px; display:block; width:300px; float:left;}
.shname a{ font-weight:bold; text-decoration:none;}
.left{
float:left;
width:790px;
padding:5px;}
.right{
float:right;
text-align:right;
padding:3px;
}
.zongj{
width:970px;
margin:0;
padding:10px 10px;
background: #F3FAF9;
font-size:14px;
}
#myCartTable table{
border:1px solid #cccccc;
margin:0px;
border-top:3px solid #999;
}
#myCartTable table td{
border-top:1px solid #cccccc;
}
#myCartTable table th{
border:0;
height:30px;
line-height:30px;
font-weight:normal;
}
.fccc{color:#666;line-height:24px;}
.fred{
color:#FF0000;
font-weight:bold;
font-size:16px;
}
/*tab*/
#interested{width:990px;overflow:hidden;position:relative; margin:10px 0 0 0; overflow:hidden;_zoom:1}
#interested h3{position:absolute;z-index:100;height:20px;line-height:20px;color:#404040;font-size:12px;}
#interested .clear{position:absolute;right:0;}
#interested .con{overflow:hidden;}
#interested .con .tabs{height:26px;margin-bottom:20px;padding-left:150px;border-bottom:1px solid #a8def7;}
#interested .con .tabs li{display:inline;float:left;min-width:1px;height:26px;margin-right:3px;line-height:26px;_width:1px;_white-space:nowrap;}
#interested .con .tabs li a{display:block;background:url(../images/T1wqpmXhlcXXXXXXXX-114-285.png) no-repeat 0 -51px;}
#interested .con .tabs li a span{display:block;height:26px;padding:0 10px;color:#111;background:url(../images/T1wqpmXhlcXXXXXXXX-114-285.png) no-repeat 100% -77px;cursor:pointer;}
#interested .con .tabs li a:hover{text-decoration:none;}
#interested .con .tabs li.current{position:relative;z-index:1;top:1px;}
#interested .con .tabs li.current a{font-weight:bold;background-position:0 -109px;}
#interested .con .tabs li.current a span{background-position:100% -135px;}
#main3{width:990px; margin:0; padding:0;}
#interested .con ul.pannel{width:960px;overflow:hidden;padding-bottom:20px;margin:0;}
#interested .con ul.pannel li{float:left;width:190px;overflow:hidden;margin:0 14px; list-style:none;}
#main3 ul.pannel li.pic{text-align:center;border:1px solid #e6e6e6; padding:5px;}
#main3 ul.pannel li.pic img{vertical-align:middle;}
#main3 .text{text-align:left; color:#3C3E37; line-height:25px; display:block;}
.pingl{ width:988px;border:#ced1d6 1px solid; background: url(../images/tablebg.png) repeat-x; padding:20px 0 10px 0;margin:0}
.titname{width:60px; font-size:14px; color:#D3490E;line-height:18px; background:url(../images/namebg.gif) no-repeat right;}
h3.sjname{font-size:12px; color:#212B9E;}
.pltext{ width:978px;border:1px solid #ced1d6; border-bottom:none;margin:10px 0 0 0; height:24px; background: url(../images/pltextbg.gif) repeat-x;font-weight: bold; line-height:24px;padding:0 0 0 10px;}
.pinglt{width:988px;border:#ced1d6 1px solid; background: url(../images/tablebg.png) repeat-x; padding:0px 0 10px 0;margin:0; color:#333}
.pinglt table td{ padding:5px;}
.xinx{
margin:10px 0;
}
.textarea{width:527px; margin:0;border:1px solid #a5a5a5;font-size:12px;}
.niming{margin:2px 0; width:400px;}
.thbg{background: url(../images/tablebg.png) repeat-x;}
.qurtit{font-size:14px;padding:10px 10px 10px 0; margin:15px 0 5px 0; color:#333333}
.qurtext{line-height:25px;}
.fonyell{color:#FF0000;}
.inputtext{ width:150px; border:1px solid #CCCCCC; height:22px;}
.qurbot{padding:0 0 10px 100px;}
.qurbtn{width:146px;
height:39px;
background:url(../images/qurbtn.png) no-repeat;
border:0px;
}
.bor1 {
margin: 0px auto; width: 100%; background: #fff; padding-top: 8px
}
.kd {
padding: 0px; margin: 0px; width: 527px; padding: 14px 0 0 0;
}
.kd1 {
border: white 1px solid; padding:14px 0 8px 0; padding-left: 14px; padding-right: 0px; padding-top: 14px
}
.star0521 {
text-align: left; height: 30px
}
.star0521 SPAN {
float: left; padding-top: 7px
}
.star0521 .font14 {
font-size: 14px
}
.star0521 DIV {
width: 160px; float: left
}
.star {
width: 150px; height: 25px
}
.star LI {
width: 150px; background: url(../images/star.png) no-repeat; height: 25px
}
.star LI.one {
background: url(../images/star.png) no-repeat 0px -25px
}
.star LI.two {
background: url(../images/star.png) no-repeat 0px -50px
}
.star LI.three {
background: url(../images/star.png) no-repeat 0px -75px
}
.star LI.four {
background: url(../images/star.png) no-repeat 0px -100px
}
.star LI.five {
background: url(../images/star.png) no-repeat 0px -125px
} | 0.241668 | 0.107063 |
body {
overflow-x: hidden;
font-family: sans-serif;
background-color: rgb(244, 245, 246);
}
.main-con {
background-color: rgb(255, 255, 255);
width: 100%;
max-width: 1310px;
margin: 0 auto;
}
header {
height: 95px;
}
.logo-con-sm img {
width: 131px;
height: 25px;
}
.country {
position: relative;
white-space: nowrap;
max-width: fit-content;
}
.navbar {
background-color: #f72210;
}
.navigation {
background-color: #fff;
border-bottom: solid 0.08rem #f4f5f6;
}
.nav-image {
width: 380px;
height: 80px;
}
.feature {
font-weight: bolder;
}
a {
color: black;
text-decoration: none;
}
a:hover {
color: black;
text-decoration-color: #f72210;
}
.weather,
.weather a {
color: whitesmoke;
}
.logo-con {
width: 100%;
}
.text-secondary a {
color: rgb(95, 93, 93);
font-weight: bolder;
}
.latest {
font-weight: bolder;
}
.footer-links a {
color: #666;
padding-left: 0.7rem;
}
.pandemic a:hover,
.culture a:hover,
.opinion:hover,
.debate:hover,
.latest:hover,
.feature:hover {
text-decoration: none;
}
.sub {
color: #f72210;
}
.sub:hover,
.text-secondary a:hover {
text-decoration: none;
}
.pandemic span,
.culture span {
color: rgb(104, 102, 102);
}
.sub:hover,
.fa-chevron-right,
.figure-caption,
.titles,
.opinion:hover,
.latest:hover,
.features,
.features:hover {
color: #f72210;
}
.features:hover {
text-decoration: none;
}
.sign-in {
position: relative;
white-space: nowrap;
}
.fa-bars {
display: none;
font-size: 1.8rem;
color: rgb(251, 154, 148);
}
.search-icon {
position: sticky;
right: 0;
padding: 0.5rem 0 0.5rem 0;
font-size: 1.3rem;
font-weight: 550;
}
.noPadding {
padding: 0;
margin: 0;
}
.title-color {
color: rgba(3, 3, 3, 0.5);
font-size: 0.9rem;
}
.title-color2 {
color: #333;
font-size: 0.9rem;
}
.debate-border {
padding: 0.1rem;
}
.img-verse {
width: 40%;
}
.display-5 {
font-weight: 900;
}
.icon,
.figure-cap,
.sub-btn {
color: white;
background-color: #f72210;
}
.icon {
font-size: 1.5rem;
}
.figure-cap,
.figure-caption {
font-weight: bolder;
}
.sub-container {
display: flex;
justify-content: space-between;
height: 18.7rem;
}
.subscribe-info {
position: absolute;
left: 19rem;
}
.figure,
.sub-container {
background-color: #f4f5f6;
}
.feature:hover {
background-color: grey;
}
.cursor {
cursor: pointer;
}
.subscribe,
.subscribe-h2 {
font-size: 1.5rem;
color: black;
}
.subscribe-h2 {
margin-left: 6rem;
}
.subscribe-h2 span {
font-size: 0.8rem;
}
.delivery {
font-size: 0.7rem;
}
.access {
font-size: 0.8rem;
font-weight: lighter;
}
.sub-btn {
height: 8%;
}
.overlay {
margin-left: 5rem;
}
.justifier {
height: 5%;
bottom: 20rem;
}
.navbar-nav {
position: sticky;
right: 0;
}
.nav-link {
border-right: solid 0.1rem #f4f5f6;
padding: 0.5rem 0.8rem 0 0.4rem;
}
.input {
width: 10rem;
}
.nav-icons {
display: flex;
justify-content: flex-end;
padding-left: 1rem;
font-size: 1.3rem;
}
.nav-list {
display: flex;
justify-content: space-between;
width: 100%;
height: 1.9rem;
font-size: 1rem;
font-weight: bolder;
}
.collapse {
width: 100%;
}
.form-control {
width: 10rem;
right: 0;
border: none;
}
.debate-container {
left: 18rem;
top: 0;
right: 0;
}
.debate-img {
width: 3rem;
}
.debate-info {
left: 7rem;
bottom: 2rem;
}
.debate-grid,
.latest-grid,
.opinion-grid {
display: grid;
grid-template-columns: 0.2fr 2fr;
}
.subscribe-section {
display: grid;
grid-template-columns: 2fr 1fr;
}
.sub-container-sm,
.news-container-sm {
text-align: center;
margin-bottom: 8rem;
}
.sub-container-sm {
background-color: #f4f5f6;
}
.sub-container-sm img {
width: 8rem;
}
.newsletter-img-sm {
width: 102.5%;
}
footer {
margin-top: 3rem;
}
.footer-top {
display: flex;
justify-content: space-between;
width: 100%;
}
.footer-logo {
height: 4rem;
margin-left: 2rem;
}
.copyright,
.social {
width: 40%;
padding-top: 3rem;
}
.social {
font-size: 1.5rem;
padding-left: 4rem;
}
.copy {
width: 100%;
font-size: 0.8rem;
}
.social i {
color: grey;
}
.social i:hover {
color: blue;
}
.footer-links a:hover {
color: #333;
text-decoration: none;
}
.footer-mid {
padding: 0.5rem 0 0.5rem 0.7rem;
}
.footer-mid li,
.footer-bottom li {
border-right: solid 0.1rem rgb(224, 219, 219);
padding-right: 0.6rem;
}
.top-story {
grid-area: item1;
}
.featured {
grid-area: item2;
}
.opinion-sec {
grid-area: item3;
}
.debate-sec {
grid-area: item4;
}
.more-stories {
grid-area: item5;
}
.heroes {
grid-area: item6;
}
.culture-sec {
grid-area: item7;
}
.latest-news {
grid-area: item8;
}
.signup {
grid-area: item9;
}
@media only screen and (max-width: 1180px) {
.nav-list {
font-size: 0.7rem;
}
}
@media only screen and (max-width: 992px) {
header {
height: 50px;
}
.fa-bars {
display: inline;
}
.opinion-img {
width: 5rem !important;
}
.nav {
display: none;
}
.navigation {
border-bottom: none;
}
.date {
display: none;
}
.subscribe-section {
display: block;
}
.top-right {
margin: 2rem 0 0 1rem;
}
.signup {
text-align: center;
margin: 0 15rem;
}
.signup-news {
text-align: center;
margin: 0 2rem;
}
.signup-news img {
width: 1rem !important;
}
}
@media only screen and (min-width: 992px) {
.nav-icons {
position: sticky;
right: 0;
left: 58.5rem;
}
.weather-con,
.sign-in {
width: 200px;
}
}
@media only screen and (max-width: 768px) {
.navbar {
font-size: 0.5rem;
}
.nav-image {
max-width: 40%;
}
.sub-font {
font-size: 1rem;
}
.topright-img-con {
margin-right: 0;
}
.top-sect-sm {
margin: 2rem 0 2rem 0;
}
.sub-container h2 {
font-size: 0.8rem;
}
.sub-container span {
font-size: 0.6rem;
}
.footer-top {
display: block;
}
.social {
padding-left: 2rem;
}
.copyright {
width: 40%;
padding: 1rem 0 0 2rem;
}
.copy {
width: 100%;
font-size: 0.5rem;
}
.footer-mid li,
.footer-bottom li {
border-right: none;
}
.top-section {
display: grid;
grid-template-areas:
"item2 item"
"item2 item6"
"item2 item5"
"item3"
"item4"
"item8"
"item7";
}
.culture {
padding-left: 1rem !important;
}
.display-top {
display: none;
}
.magazine {
margin-bottom: 1rem;
}
.signup {
text-align: center;
margin: 0 14rem;
}
.signup2 {
text-align: center;
margin: 0 10rem;
}
.subscribe-section {
display: none;
}
}
@media only screen and (min-width: 768px) {
.footer-links {
display: inline-block !important;
}
}
@media only screen and (min-width: 576px) {
.top-section {
grid-template-areas:
"item1"
"item2"
"item3";
}
}
@media only screen and (max-width: 576px) {
.top-section {
grid-template-areas:
"item1"
"item2"
"item3";
}
.temp {
display: none;
}
} | styles/style.css | body {
overflow-x: hidden;
font-family: sans-serif;
background-color: rgb(244, 245, 246);
}
.main-con {
background-color: rgb(255, 255, 255);
width: 100%;
max-width: 1310px;
margin: 0 auto;
}
header {
height: 95px;
}
.logo-con-sm img {
width: 131px;
height: 25px;
}
.country {
position: relative;
white-space: nowrap;
max-width: fit-content;
}
.navbar {
background-color: #f72210;
}
.navigation {
background-color: #fff;
border-bottom: solid 0.08rem #f4f5f6;
}
.nav-image {
width: 380px;
height: 80px;
}
.feature {
font-weight: bolder;
}
a {
color: black;
text-decoration: none;
}
a:hover {
color: black;
text-decoration-color: #f72210;
}
.weather,
.weather a {
color: whitesmoke;
}
.logo-con {
width: 100%;
}
.text-secondary a {
color: rgb(95, 93, 93);
font-weight: bolder;
}
.latest {
font-weight: bolder;
}
.footer-links a {
color: #666;
padding-left: 0.7rem;
}
.pandemic a:hover,
.culture a:hover,
.opinion:hover,
.debate:hover,
.latest:hover,
.feature:hover {
text-decoration: none;
}
.sub {
color: #f72210;
}
.sub:hover,
.text-secondary a:hover {
text-decoration: none;
}
.pandemic span,
.culture span {
color: rgb(104, 102, 102);
}
.sub:hover,
.fa-chevron-right,
.figure-caption,
.titles,
.opinion:hover,
.latest:hover,
.features,
.features:hover {
color: #f72210;
}
.features:hover {
text-decoration: none;
}
.sign-in {
position: relative;
white-space: nowrap;
}
.fa-bars {
display: none;
font-size: 1.8rem;
color: rgb(251, 154, 148);
}
.search-icon {
position: sticky;
right: 0;
padding: 0.5rem 0 0.5rem 0;
font-size: 1.3rem;
font-weight: 550;
}
.noPadding {
padding: 0;
margin: 0;
}
.title-color {
color: rgba(3, 3, 3, 0.5);
font-size: 0.9rem;
}
.title-color2 {
color: #333;
font-size: 0.9rem;
}
.debate-border {
padding: 0.1rem;
}
.img-verse {
width: 40%;
}
.display-5 {
font-weight: 900;
}
.icon,
.figure-cap,
.sub-btn {
color: white;
background-color: #f72210;
}
.icon {
font-size: 1.5rem;
}
.figure-cap,
.figure-caption {
font-weight: bolder;
}
.sub-container {
display: flex;
justify-content: space-between;
height: 18.7rem;
}
.subscribe-info {
position: absolute;
left: 19rem;
}
.figure,
.sub-container {
background-color: #f4f5f6;
}
.feature:hover {
background-color: grey;
}
.cursor {
cursor: pointer;
}
.subscribe,
.subscribe-h2 {
font-size: 1.5rem;
color: black;
}
.subscribe-h2 {
margin-left: 6rem;
}
.subscribe-h2 span {
font-size: 0.8rem;
}
.delivery {
font-size: 0.7rem;
}
.access {
font-size: 0.8rem;
font-weight: lighter;
}
.sub-btn {
height: 8%;
}
.overlay {
margin-left: 5rem;
}
.justifier {
height: 5%;
bottom: 20rem;
}
.navbar-nav {
position: sticky;
right: 0;
}
.nav-link {
border-right: solid 0.1rem #f4f5f6;
padding: 0.5rem 0.8rem 0 0.4rem;
}
.input {
width: 10rem;
}
.nav-icons {
display: flex;
justify-content: flex-end;
padding-left: 1rem;
font-size: 1.3rem;
}
.nav-list {
display: flex;
justify-content: space-between;
width: 100%;
height: 1.9rem;
font-size: 1rem;
font-weight: bolder;
}
.collapse {
width: 100%;
}
.form-control {
width: 10rem;
right: 0;
border: none;
}
.debate-container {
left: 18rem;
top: 0;
right: 0;
}
.debate-img {
width: 3rem;
}
.debate-info {
left: 7rem;
bottom: 2rem;
}
.debate-grid,
.latest-grid,
.opinion-grid {
display: grid;
grid-template-columns: 0.2fr 2fr;
}
.subscribe-section {
display: grid;
grid-template-columns: 2fr 1fr;
}
.sub-container-sm,
.news-container-sm {
text-align: center;
margin-bottom: 8rem;
}
.sub-container-sm {
background-color: #f4f5f6;
}
.sub-container-sm img {
width: 8rem;
}
.newsletter-img-sm {
width: 102.5%;
}
footer {
margin-top: 3rem;
}
.footer-top {
display: flex;
justify-content: space-between;
width: 100%;
}
.footer-logo {
height: 4rem;
margin-left: 2rem;
}
.copyright,
.social {
width: 40%;
padding-top: 3rem;
}
.social {
font-size: 1.5rem;
padding-left: 4rem;
}
.copy {
width: 100%;
font-size: 0.8rem;
}
.social i {
color: grey;
}
.social i:hover {
color: blue;
}
.footer-links a:hover {
color: #333;
text-decoration: none;
}
.footer-mid {
padding: 0.5rem 0 0.5rem 0.7rem;
}
.footer-mid li,
.footer-bottom li {
border-right: solid 0.1rem rgb(224, 219, 219);
padding-right: 0.6rem;
}
.top-story {
grid-area: item1;
}
.featured {
grid-area: item2;
}
.opinion-sec {
grid-area: item3;
}
.debate-sec {
grid-area: item4;
}
.more-stories {
grid-area: item5;
}
.heroes {
grid-area: item6;
}
.culture-sec {
grid-area: item7;
}
.latest-news {
grid-area: item8;
}
.signup {
grid-area: item9;
}
@media only screen and (max-width: 1180px) {
.nav-list {
font-size: 0.7rem;
}
}
@media only screen and (max-width: 992px) {
header {
height: 50px;
}
.fa-bars {
display: inline;
}
.opinion-img {
width: 5rem !important;
}
.nav {
display: none;
}
.navigation {
border-bottom: none;
}
.date {
display: none;
}
.subscribe-section {
display: block;
}
.top-right {
margin: 2rem 0 0 1rem;
}
.signup {
text-align: center;
margin: 0 15rem;
}
.signup-news {
text-align: center;
margin: 0 2rem;
}
.signup-news img {
width: 1rem !important;
}
}
@media only screen and (min-width: 992px) {
.nav-icons {
position: sticky;
right: 0;
left: 58.5rem;
}
.weather-con,
.sign-in {
width: 200px;
}
}
@media only screen and (max-width: 768px) {
.navbar {
font-size: 0.5rem;
}
.nav-image {
max-width: 40%;
}
.sub-font {
font-size: 1rem;
}
.topright-img-con {
margin-right: 0;
}
.top-sect-sm {
margin: 2rem 0 2rem 0;
}
.sub-container h2 {
font-size: 0.8rem;
}
.sub-container span {
font-size: 0.6rem;
}
.footer-top {
display: block;
}
.social {
padding-left: 2rem;
}
.copyright {
width: 40%;
padding: 1rem 0 0 2rem;
}
.copy {
width: 100%;
font-size: 0.5rem;
}
.footer-mid li,
.footer-bottom li {
border-right: none;
}
.top-section {
display: grid;
grid-template-areas:
"item2 item"
"item2 item6"
"item2 item5"
"item3"
"item4"
"item8"
"item7";
}
.culture {
padding-left: 1rem !important;
}
.display-top {
display: none;
}
.magazine {
margin-bottom: 1rem;
}
.signup {
text-align: center;
margin: 0 14rem;
}
.signup2 {
text-align: center;
margin: 0 10rem;
}
.subscribe-section {
display: none;
}
}
@media only screen and (min-width: 768px) {
.footer-links {
display: inline-block !important;
}
}
@media only screen and (min-width: 576px) {
.top-section {
grid-template-areas:
"item1"
"item2"
"item3";
}
}
@media only screen and (max-width: 576px) {
.top-section {
grid-template-areas:
"item1"
"item2"
"item3";
}
.temp {
display: none;
}
} | 0.628635 | 0.087525 |
@font-face {
font-family: system;
font-style: normal;
font-weight: 300;
src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma"); }
/* CSS Fade-In keyframes - Reference: https://fabriceleven.com/ */
@-webkit-keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
@-moz-keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
body, html {
font-family: "system";
background-color: #1BB248;
color: white;
font-size: 15px; }
#top {
width: 100%;
text-align: center; }
#top #main-title {
font-size: 3em;
font-family: "system";
margin-bottom: .2em; }
#top #main-subtitle {
font-size: 1.2em; }
#main {
width: 100%;
text-align: center; }
#main #error-label {
color: red;
background-color: #1BB248; }
#main #area-input {
margin-bottom: 2em;
margin-top: 1em;
padding: .5em;
width: 30%;
font-size: 1.2em;
border: none;
appearance: none;
box-shadow: none;
border-radius: none; }
@media (max-width: 650px) {
#main #area-input {
width: 70%; } }
#main #area-btn {
font-size: 1.3em;
margin-left: .5em;
padding: .3em;
border: none;
background-color: #11702d;
color: white; }
#main #area-btn:hover {
background-color: #189c3f;
cursor: pointer; }
#main #loader-label {
background-color: #1BB248;
font-size: 1.5em; }
#main #locations {
width: 100%;
margin-top: .5em;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
#main #locations .spot {
height: 380px;
padding: 0 0 .5em 0;
margin: .2em;
width: 15em;
border: .1em solid white;
opacity: 0;
/* CSS Fade-In Animation - Reference: https://fabriceleven.com/ */
-webkit-animation: fadeIn ease-in 1;
-moz-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 1.2s;
-moz-animation-duration: 1.2s;
animation-duration: 1.2 s; }
@media (max-width: 650px) {
#main #locations .spot {
width: 90%;
margin: 0 0 .2em 0; } }
#main #locations .spot h2 {
font-family: "system";
min-height: 55px; }
#main #locations .spot img {
height: 10em;
width: 100%; }
@media (max-width: 650px) {
#main #locations .spot img {
width: 90%;
height: 8em;
margin-top: 1em; } }
#main #locations .spot .reserve-btn, #main #locations .spot .tweet-btn {
width: 9em;
margin-top: .6em;
padding: .4em;
border: none;
color: white; }
#main #locations .spot .reserve-btn {
background-color: #11702d; }
#main #locations .spot .reserve-btn:hover {
background-color: #189c3f;
cursor: pointer; }
#main #locations .spot .tweet-btn {
margin-bottom: .6em;
background-color: #00aced; }
#main #locations .spot .tweet-btn:hover {
background-color: #21c2ff;
cursor: pointer; }
#main #locations .spot label {
padding: .2em;
color: white; }
/* FOOTER */
.footer {
margin-top: 6em;
text-align: center; }
#yelp-img {
height: auto;
width: 2.5em; }
a {
text-decoration: none;
color: #4d4d4d; }
a:hover {
text-decoration: underline; }
.hidden {
display: none; }
/*# sourceMappingURL=style.css.map */ | public/stylesheets/style.css | @font-face {
font-family: system;
font-style: normal;
font-weight: 300;
src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma"); }
/* CSS Fade-In keyframes - Reference: https://fabriceleven.com/ */
@-webkit-keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
@-moz-keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
body, html {
font-family: "system";
background-color: #1BB248;
color: white;
font-size: 15px; }
#top {
width: 100%;
text-align: center; }
#top #main-title {
font-size: 3em;
font-family: "system";
margin-bottom: .2em; }
#top #main-subtitle {
font-size: 1.2em; }
#main {
width: 100%;
text-align: center; }
#main #error-label {
color: red;
background-color: #1BB248; }
#main #area-input {
margin-bottom: 2em;
margin-top: 1em;
padding: .5em;
width: 30%;
font-size: 1.2em;
border: none;
appearance: none;
box-shadow: none;
border-radius: none; }
@media (max-width: 650px) {
#main #area-input {
width: 70%; } }
#main #area-btn {
font-size: 1.3em;
margin-left: .5em;
padding: .3em;
border: none;
background-color: #11702d;
color: white; }
#main #area-btn:hover {
background-color: #189c3f;
cursor: pointer; }
#main #loader-label {
background-color: #1BB248;
font-size: 1.5em; }
#main #locations {
width: 100%;
margin-top: .5em;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
#main #locations .spot {
height: 380px;
padding: 0 0 .5em 0;
margin: .2em;
width: 15em;
border: .1em solid white;
opacity: 0;
/* CSS Fade-In Animation - Reference: https://fabriceleven.com/ */
-webkit-animation: fadeIn ease-in 1;
-moz-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 1.2s;
-moz-animation-duration: 1.2s;
animation-duration: 1.2 s; }
@media (max-width: 650px) {
#main #locations .spot {
width: 90%;
margin: 0 0 .2em 0; } }
#main #locations .spot h2 {
font-family: "system";
min-height: 55px; }
#main #locations .spot img {
height: 10em;
width: 100%; }
@media (max-width: 650px) {
#main #locations .spot img {
width: 90%;
height: 8em;
margin-top: 1em; } }
#main #locations .spot .reserve-btn, #main #locations .spot .tweet-btn {
width: 9em;
margin-top: .6em;
padding: .4em;
border: none;
color: white; }
#main #locations .spot .reserve-btn {
background-color: #11702d; }
#main #locations .spot .reserve-btn:hover {
background-color: #189c3f;
cursor: pointer; }
#main #locations .spot .tweet-btn {
margin-bottom: .6em;
background-color: #00aced; }
#main #locations .spot .tweet-btn:hover {
background-color: #21c2ff;
cursor: pointer; }
#main #locations .spot label {
padding: .2em;
color: white; }
/* FOOTER */
.footer {
margin-top: 6em;
text-align: center; }
#yelp-img {
height: auto;
width: 2.5em; }
a {
text-decoration: none;
color: #4d4d4d; }
a:hover {
text-decoration: underline; }
.hidden {
display: none; }
/*# sourceMappingURL=style.css.map */ | 0.434221 | 0.058615 |
body {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
.max-section {
max-width: 1200px;
margin: 0 auto;
}
header, footer {
background: lightgray;
margin: 0 auto;
text-align: center;
padding-top: 1rem;
padding-bottom: 1rem;
}
header {
margin-bottom: 2rem;
}
footer {
margin-top: 2rem;
}
h1, h2, h3, h4 {
margin-top: 2rem;
margin-bottom: 1rem;
font-family: 'Work Sans', sans-serif;
}
h1 {
font-size: 2rem;
font-weight: 600;
margin-top: 1rem;
}
h2 {
font-size: 1.75rem;
font-weight: 575;
}
h3 {
font-size: 1.5rem;
font-weight: 450;
}
h4, .thirds h3 {
font-size: 1.25rem;
color: #212121;
}
p {
margin-bottom: 1rem;
line-height: 1.25rem;
}
header span {
color: #cc0000;
}
header p {
font-style: italic;
}
.tier, .tier-2 {
margin: 0 5%;
}
/* .tier:first-child h2, .tier:nth-child(2) h2, .tier:last-child h2 {
text-align: center;
} */
.tier:first-child h2 {
margin-top: 0;
}
.tier p {
width: 85%;
margin: 0 auto 1rem;
}
.list li {
margin-bottom: 0.5rem;
line-height: 1.25rem;
}
.list li:last-child {
margin-bottom: 0;
}
.list ul li:first-child {
margin-top: 0.5rem;
}
.info-blocks {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 0;
}
.info-blocks span {
font-weight: 600;
display: block;
margin-bottom: 0.5rem;
}
.info-blocks ul, .info-blocks li {
padding: 1rem;
}
.info-blocks li {
background: lightgray;
width: 28%;
min-width: 20rem;
height: 6.5rem;
border: black solid .05rem;
border-radius: 0.25rem;
}
.bulleted-list {
padding-left: 2rem;
}
.bulleted-list {
list-style-type: disc;
}
.tier-2 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.thirds {
width: 28%;
min-width: 20rem;
}
.content {
width: 95%;
margin: 0 auto;
display: flex;
flex-flow: wrap;
justify-content: space-around;
}
.content .list {
margin: 2rem auto 0;
}
.qtr-block {
background: lightgray;
width: 8rem;
height: 8rem;
padding: 2rem;
border-radius: 50%;
text-align: center;
display: inline-block;
box-shadow: 0.5rem 0.25rem 0.25rem darkgray;
margin-right: 2rem;
}
.qtr-info {
margin-top: 1.5rem;
}
.qtr-info p:last-child {
margin-bottom: 0;
}
@media screen and (max-width: 1175px) {
.info-blocks li, .thirds {
width: 46%;
}
}
@media screen and (max-width: 1000px) {
.info-blocks li, .thirds {
width: 100%;
}
.info-blocks li {
height: 4rem;
}
.content {
flex-flow: column wrap;
}
.qtr-block {
margin: 1rem auto;
}
}
@media screen and (max-width: 655px) {
header p {
width: 80%;
margin: 0 auto 1rem;
}
.tier p {
width: 100%;
}
.info-blocks li {
height: 6.5rem;
}
} | styles.css | body {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
.max-section {
max-width: 1200px;
margin: 0 auto;
}
header, footer {
background: lightgray;
margin: 0 auto;
text-align: center;
padding-top: 1rem;
padding-bottom: 1rem;
}
header {
margin-bottom: 2rem;
}
footer {
margin-top: 2rem;
}
h1, h2, h3, h4 {
margin-top: 2rem;
margin-bottom: 1rem;
font-family: 'Work Sans', sans-serif;
}
h1 {
font-size: 2rem;
font-weight: 600;
margin-top: 1rem;
}
h2 {
font-size: 1.75rem;
font-weight: 575;
}
h3 {
font-size: 1.5rem;
font-weight: 450;
}
h4, .thirds h3 {
font-size: 1.25rem;
color: #212121;
}
p {
margin-bottom: 1rem;
line-height: 1.25rem;
}
header span {
color: #cc0000;
}
header p {
font-style: italic;
}
.tier, .tier-2 {
margin: 0 5%;
}
/* .tier:first-child h2, .tier:nth-child(2) h2, .tier:last-child h2 {
text-align: center;
} */
.tier:first-child h2 {
margin-top: 0;
}
.tier p {
width: 85%;
margin: 0 auto 1rem;
}
.list li {
margin-bottom: 0.5rem;
line-height: 1.25rem;
}
.list li:last-child {
margin-bottom: 0;
}
.list ul li:first-child {
margin-top: 0.5rem;
}
.info-blocks {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 0;
}
.info-blocks span {
font-weight: 600;
display: block;
margin-bottom: 0.5rem;
}
.info-blocks ul, .info-blocks li {
padding: 1rem;
}
.info-blocks li {
background: lightgray;
width: 28%;
min-width: 20rem;
height: 6.5rem;
border: black solid .05rem;
border-radius: 0.25rem;
}
.bulleted-list {
padding-left: 2rem;
}
.bulleted-list {
list-style-type: disc;
}
.tier-2 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.thirds {
width: 28%;
min-width: 20rem;
}
.content {
width: 95%;
margin: 0 auto;
display: flex;
flex-flow: wrap;
justify-content: space-around;
}
.content .list {
margin: 2rem auto 0;
}
.qtr-block {
background: lightgray;
width: 8rem;
height: 8rem;
padding: 2rem;
border-radius: 50%;
text-align: center;
display: inline-block;
box-shadow: 0.5rem 0.25rem 0.25rem darkgray;
margin-right: 2rem;
}
.qtr-info {
margin-top: 1.5rem;
}
.qtr-info p:last-child {
margin-bottom: 0;
}
@media screen and (max-width: 1175px) {
.info-blocks li, .thirds {
width: 46%;
}
}
@media screen and (max-width: 1000px) {
.info-blocks li, .thirds {
width: 100%;
}
.info-blocks li {
height: 4rem;
}
.content {
flex-flow: column wrap;
}
.qtr-block {
margin: 1rem auto;
}
}
@media screen and (max-width: 655px) {
header p {
width: 80%;
margin: 0 auto 1rem;
}
.tier p {
width: 100%;
}
.info-blocks li {
height: 6.5rem;
}
} | 0.50415 | 0.072966 |
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
html {
min-height: 100%;
margin-bottom: 1px;
overflow-y: scroll; }
html,
body {
height: 100%;
background-color: #fff; }
body {
font: 100%/1.5 "Fira Sans", AvenirNext-Regular, "Segoe Ui", "Lucida Grande", Verdana, sans-serif;
-webkit-box-sizing: inherit;
box-sizing: inherit;
margin: 0;
color: #182c35;
font-weight: 400;
min-height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
h1 {
font-size: 2.5em;
padding: 1em 0 .25em .5em; }
h1, h3 {
font-family: "Fira Sans", AvenirNextCondensed-Demibold, "Segoe UI", "Trebuchet MS", Tahoma, sans-serif;
margin: 0;
color: #5e7b87;
font-weight: 500; }
img,
svg {
border: 0;
max-width: 100%;
height: auto; }
a {
color: #2394a4; }
.footer .small a {
text-decoration: none;
display: inline-block;
padding: .25em; }
.footer .small a:hover {
background-color: #5ec4cd;
color: #fff; }
.container {
max-width: 40em;
margin: 0 auto; }
.main {
min-height: calc(100vh - 14.5em);
background-color: #fff;
padding: 2em 3em; }
.header {
min-height: 5em;
padding-left: 2em; }
.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
min-height: 3em;
padding: 3em 2em;
text-align: center;
background-color: #cbdee6; }
.form {
max-width: 30em;
padding: 1.5em 3em; }
.form label {
padding-left: .125em;
color: #42758a; }
.form p {
margin: 0;
padding: 0; }
.form input[type="text"],
.form input[type="password"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-clip: padding-box;
border-radius: 0;
-webkit-appearance: none;
background: #f4f8fa;
border: 1px solid;
border-color: #cbdee6;
color: #182c35;
outline: 0;
font-size: 24px;
width: 100%;
padding: .125em .25em;
margin: 2px 6px 16px 0;
text-align: left;
height: 1.8em;
vertical-align: top;
font-family: inherit; }
.form input[type="text"][disabled],
.form input[type="password"][disabled] {
background-color: #eee; }
.login-submit {
float: right; }
.button,
.form input[type="submit"] {
-webkit-appearance: none;
display: inline-block;
outline: 0;
margin: 0;
padding: .5em .75em;
background: #119ad4;
border: 1px solid #0f89bc;
cursor: pointer;
font-size: 1.25em;
font-weight: 300;
color: #fff;
text-shadow: 1px 1px 1px #063346;
letter-spacing: 1px;
overflow: visible;
vertical-align: top;
width: auto;
border-width: 1px;
border-style: solid;
white-space: nowrap;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 0 rgba(89, 196, 242, 0.5), 0 1px 0 rgba(24, 44, 53, 0.15);
box-shadow: inset 0 1px 0 rgba(89, 196, 242, 0.5), 0 1px 0 rgba(24, 44, 53, 0.15);
text-decoration: none;
border-radius: 4px; }
.button:hover,
.form input[type="submit"]:hover {
background: #0f89bc;
text-decoration: none; }
.button:active,
.form input[type="submit"]:active {
background: #0d78a5;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
border-color: #063346; }
.button::-moz-focus-inner,
.form input[type="submit"]::-moz-focus-inner {
border: 0;
padding: 0; }
.login-remember {
display: inline-block; }
.Accordion {
position: relative;
margin-top: 2px; }
.accordion_button:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin-top: 20px;
margin-right: .75em;
width: 16px;
height: 8px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='rgb(31,127,142)' points='8,12 0,0 16,0'/%3E%3C/svg%3E") 0 0 no-repeat; }
.accordion_header.is-active .accordion_button:after {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='rgb(255,255,255)' points='8,0 16,12 0,12'/%3E%3C/svg%3E") no-repeat; }
.accordion_button {
display: block;
position: relative;
width: 100%;
text-align: left;
font-family: inherit;
font-size: 1em;
margin: 0;
padding-top: .608em;
padding-bottom: .408em;
padding-left: 1em;
color: #165b65;
background-color: #dce9ee;
border: none;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all .4s;
transition: all .4s; }
.accordion_header.is-active .accordion_button {
background-color: #bad3de;
color: #fff;
font-weight: 300; }
.accordion_content {
overflow: hidden;
-webkit-transition: .2s max-height;
transition: .2s max-height;
will-change: max-height;
background-color: #eaf7f9; }
.Accordion.is-hidden .accordion_content {
position: absolute;
opacity: 0;
visibility: hidden; }
.accordion_label {
margin: 0 0 0 2.5em;
font-size: 1.125em;
padding: 1.5em 0 .5em; }
.accordion_label:focus {
outline: none; }
.core .accordion_content {
display: none; }
.no-js.core .accordion_content,
.core .accordion_content.is-active {
display: block; }
.accordion_contact-list {
margin: 0;
padding: .5em 2.5em 1em;
list-style: none; }
.accordion_contact-list li {
position: relative;
margin: 0 0 0 -.75em;
padding: 0 0 0 1em; }
.accordion_content-contact p {
margin: 0;
padding: .5em 3em 1.5em; }
.icon-svg-use {
position: absolute;
top: .27em;
left: -.5em;
height: 16px;
width: 16px;
fill: #3ba3bd;
background-color: transparent;
border-color: transparent;
border-radius: 0; }
.github-corner svg[style] {
-webkit-transition: .3s all;
transition: .3s all;
fill: #dfecf1 !important;
color: #899ca4 !important; }
.github-corner:hover svg[style] {
fill: #dfecf1 !important;
color: #63c5a9 !important; }
/*# sourceMappingURL=style.css.map */ | assets/css/prefixed/style.css | *,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
html {
min-height: 100%;
margin-bottom: 1px;
overflow-y: scroll; }
html,
body {
height: 100%;
background-color: #fff; }
body {
font: 100%/1.5 "Fira Sans", AvenirNext-Regular, "Segoe Ui", "Lucida Grande", Verdana, sans-serif;
-webkit-box-sizing: inherit;
box-sizing: inherit;
margin: 0;
color: #182c35;
font-weight: 400;
min-height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
h1 {
font-size: 2.5em;
padding: 1em 0 .25em .5em; }
h1, h3 {
font-family: "Fira Sans", AvenirNextCondensed-Demibold, "Segoe UI", "Trebuchet MS", Tahoma, sans-serif;
margin: 0;
color: #5e7b87;
font-weight: 500; }
img,
svg {
border: 0;
max-width: 100%;
height: auto; }
a {
color: #2394a4; }
.footer .small a {
text-decoration: none;
display: inline-block;
padding: .25em; }
.footer .small a:hover {
background-color: #5ec4cd;
color: #fff; }
.container {
max-width: 40em;
margin: 0 auto; }
.main {
min-height: calc(100vh - 14.5em);
background-color: #fff;
padding: 2em 3em; }
.header {
min-height: 5em;
padding-left: 2em; }
.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
min-height: 3em;
padding: 3em 2em;
text-align: center;
background-color: #cbdee6; }
.form {
max-width: 30em;
padding: 1.5em 3em; }
.form label {
padding-left: .125em;
color: #42758a; }
.form p {
margin: 0;
padding: 0; }
.form input[type="text"],
.form input[type="password"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-clip: padding-box;
border-radius: 0;
-webkit-appearance: none;
background: #f4f8fa;
border: 1px solid;
border-color: #cbdee6;
color: #182c35;
outline: 0;
font-size: 24px;
width: 100%;
padding: .125em .25em;
margin: 2px 6px 16px 0;
text-align: left;
height: 1.8em;
vertical-align: top;
font-family: inherit; }
.form input[type="text"][disabled],
.form input[type="password"][disabled] {
background-color: #eee; }
.login-submit {
float: right; }
.button,
.form input[type="submit"] {
-webkit-appearance: none;
display: inline-block;
outline: 0;
margin: 0;
padding: .5em .75em;
background: #119ad4;
border: 1px solid #0f89bc;
cursor: pointer;
font-size: 1.25em;
font-weight: 300;
color: #fff;
text-shadow: 1px 1px 1px #063346;
letter-spacing: 1px;
overflow: visible;
vertical-align: top;
width: auto;
border-width: 1px;
border-style: solid;
white-space: nowrap;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 0 rgba(89, 196, 242, 0.5), 0 1px 0 rgba(24, 44, 53, 0.15);
box-shadow: inset 0 1px 0 rgba(89, 196, 242, 0.5), 0 1px 0 rgba(24, 44, 53, 0.15);
text-decoration: none;
border-radius: 4px; }
.button:hover,
.form input[type="submit"]:hover {
background: #0f89bc;
text-decoration: none; }
.button:active,
.form input[type="submit"]:active {
background: #0d78a5;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
border-color: #063346; }
.button::-moz-focus-inner,
.form input[type="submit"]::-moz-focus-inner {
border: 0;
padding: 0; }
.login-remember {
display: inline-block; }
.Accordion {
position: relative;
margin-top: 2px; }
.accordion_button:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin-top: 20px;
margin-right: .75em;
width: 16px;
height: 8px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='rgb(31,127,142)' points='8,12 0,0 16,0'/%3E%3C/svg%3E") 0 0 no-repeat; }
.accordion_header.is-active .accordion_button:after {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='rgb(255,255,255)' points='8,0 16,12 0,12'/%3E%3C/svg%3E") no-repeat; }
.accordion_button {
display: block;
position: relative;
width: 100%;
text-align: left;
font-family: inherit;
font-size: 1em;
margin: 0;
padding-top: .608em;
padding-bottom: .408em;
padding-left: 1em;
color: #165b65;
background-color: #dce9ee;
border: none;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all .4s;
transition: all .4s; }
.accordion_header.is-active .accordion_button {
background-color: #bad3de;
color: #fff;
font-weight: 300; }
.accordion_content {
overflow: hidden;
-webkit-transition: .2s max-height;
transition: .2s max-height;
will-change: max-height;
background-color: #eaf7f9; }
.Accordion.is-hidden .accordion_content {
position: absolute;
opacity: 0;
visibility: hidden; }
.accordion_label {
margin: 0 0 0 2.5em;
font-size: 1.125em;
padding: 1.5em 0 .5em; }
.accordion_label:focus {
outline: none; }
.core .accordion_content {
display: none; }
.no-js.core .accordion_content,
.core .accordion_content.is-active {
display: block; }
.accordion_contact-list {
margin: 0;
padding: .5em 2.5em 1em;
list-style: none; }
.accordion_contact-list li {
position: relative;
margin: 0 0 0 -.75em;
padding: 0 0 0 1em; }
.accordion_content-contact p {
margin: 0;
padding: .5em 3em 1.5em; }
.icon-svg-use {
position: absolute;
top: .27em;
left: -.5em;
height: 16px;
width: 16px;
fill: #3ba3bd;
background-color: transparent;
border-color: transparent;
border-radius: 0; }
.github-corner svg[style] {
-webkit-transition: .3s all;
transition: .3s all;
fill: #dfecf1 !important;
color: #899ca4 !important; }
.github-corner:hover svg[style] {
fill: #dfecf1 !important;
color: #63c5a9 !important; }
/*# sourceMappingURL=style.css.map */ | 0.416797 | 0.074064 |
body {
width: 245px;
height: 235px;
background-color: #232627;
background-image: -webkit-linear-gradient( 0deg, hsla(0,0%,100%,0) 0px, hsla(0,0%,100%,.09) 50%, hsla(0,0%,100%,0) 100% );
color: #3BF;
font-family: Helvetica, Aria, sans-serif;
}
body * {
-webkit-user-select: none;
cursor: default;
}
input {
-webkit-user-select: text;
cursor: text;
}
#tabbar {
position: absolute;
z-index: 5;
height: 30px;
background: rgb(230, 230, 230);
}
#tabbar > div {
float: left;
height: 25px;
margin-right: 1px;
padding: 5px 5px 0 5px;
border-radius: 4px 4px 0 0;
border: 2px solid white;
border-bottom: none;
background: rgb(230, 230, 230);
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
}
#tabbar > div.active {
border: 2px solid grey;
border-bottom: 2px solid rgb(210, 210, 210);
background: rgb(210, 210, 210);
}
.tab {
display: none;
position: absolute;
top: 40px;
width: 220px;
height: 176px;
padding: 10px;
background: rgb(210, 210, 210);
border: 2px solid grey;
}
.tab.active {
display: block;
}
#panel-left {
float: left;
width: 110px;
}
#panel-right {
width: 130px;
float: right;
}
.dropdown {
-webkit-appearance: menulist-button;
float: left;
position: relative;
border: 1px solid grey;
}
.dropdown-arrow {
float: right;
width: 10px;
}
.dropdown > div:nth-child(2) {
float: left;
}
.dropdown-arrow, .dropdown > div:nth-child(2) {
padding: 5px;
}
.dropdown .items {
z-index: 5;
position: absolute;
top: 31px;
left: 0;
right: 0;
clear: both;
outline: 1px solid grey;
background: white;
box-shadow: 0 0 10px rgb(240, 240, 240);
}
.dropdown .items > div {
padding: 5px;
}
.dropdown .items > div:hover {
background: #3399FF;
}
#identities {
float: left;
width: 100px;
height: 140px;
overflow-y: scroll;
border: 1px solid grey;
background: white;
}
#identities > div {
padding: 2px 10px;
font-size: 18px;
text-align: center;
}
#identities > div:hover {
background: #3399FF;
}
#identities > div:active, #identities > div.selected {
background: grey;
}
#disablebutton {
height: 40px;
margin-top: 20px;
}
.clear {
clear: both;
width: 0px;
height: 0px;
}
.label {
float: left;
margin-right: 10px;
margin-bottom: 5px;
}
#change-identity {
margin-top: 10px;
margin-left: 117px;
height: 24px;
border-radius: 50px;
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
}
#change-identity:focus {
outline: none;
}
#button-panel {
position: absolute;
bottom: 10px;
left: 10px;
width: 205px;
}
#button-panel > .checkbox {
position: absolute;
top: -23px;
right: 0;
}
.page-width {
width: 400px;
}
#settings-ok {
display: none;
-webkit-transition-property: opacity;
-webkit-transition-duration: 500ms;
color: rgb(100, 200, 100);
}
#settings-error {
display: none;
-webkit-transition-property: opacity;
-webkit-transition-duration: 500ms;
color: rgb(200, 100, 100);
}
.section-head {
margin: 10px 0px 2px 10px;
}
.section {
width: 270px;
padding: 10px;
border-radius: 10px;
background: rgba(100,100,100, 0.3);
box-shadow: inset 0 0 3px 3px rgb(70,70,70);
}
.section .message {
margin-bottom: 10px;
font-size: 13px;
color: lightgray;
}
.section input.right {
float: right;
background: none;
border: none;
outline: none;
}
/* custom checkbox */
input[type=checkbox] {
visibility: hidden;
}
.checkbox {
width: 80px;
height: 26px;
background: #333;
margin: 20px auto;
-webkit-border-radius: 50px;
border-radius: 50px;
position: relative;
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}
.checkbox:after {
content: '__MSG_OFF__';
font: 12px/26px Arial, sans-serif;
color: #8CA0A0;
position: absolute;
right: 10px;
z-index: 0;
font-weight: bold;
text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}
.checkbox:before {
content: '__MSG_ON__';
font: 12px/26px Arial, sans-serif;
color: #00bf00;
position: absolute;
left: 10px;
z-index: 0;
font-weight: bold;
}
.checkbox label {
display: block;
width: 34px;
height: 20px;
border-radius: 50px;
cursor: pointer;
position: absolute;
top: 3px;
left: 3px;
z-index: 1;
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
background: #fcfff4;
background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
}
.checkbox label.animated {
-webkit-transition: all .4s ease;
}
.checkbox input[type=checkbox]:checked + label {
left: 43px;
}
#loading {
position: absolute;
top: 0;
left: 0;
width: 260px;
height: 250px;
z-index: 10;
background: rgba(150,150,150, 0.8);
transition: opacity .25s ease-in-out;
}
#loading .loadtext {
position: absolute;
bottom: 35px;
left: 0px;
width: 100%;
text-align: center;
-webkit-animation-name: changecolor;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
}
.fadeout {
opacity: 0;
}
@-webkit-keyframes changecolor
{
0%
{
color: rgb(100, 100, 100);
}
50%
{
color: #3BF;
}
100%
{
color: rgb(100, 200, 100);
}
}
#spinner {
position: absolute;
top: 120px;
left: 135px;
}
#failureMsg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 20;
padding-left: 5px;
background: #000;
}
#failureMsg h1 {
font-size: 17px;
color: rgb(200,100,100);
}
#failureMsg a {
color: white;
}
#messages {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: rgb(220,130,120);
z-index: 10;
}
#messages > div {
box-sizing: border-box;
position: relative;
width: 99%;
padding: 5px;
padding-right: 25px;
margin: 2px auto;
border: 1px solid rgb(250,200,200);
border-radius: 3px;
font-size: 14px;
font-weight: lighter;
color: rgb(255,230,200);
}
#messages .close {
position: absolute;
cursor: pointer;
top: 5px;
right: 5px;
width: 15px;
height: 15px;
background: rgb(190,100,100);
text-align: center;
line-height: 12px;
} | 2019-i3/.config/google-chrome/Default/Extensions/icpklikeghomkemdellmmkoifgfbakio/1.2.7_0/design/style.css | body {
width: 245px;
height: 235px;
background-color: #232627;
background-image: -webkit-linear-gradient( 0deg, hsla(0,0%,100%,0) 0px, hsla(0,0%,100%,.09) 50%, hsla(0,0%,100%,0) 100% );
color: #3BF;
font-family: Helvetica, Aria, sans-serif;
}
body * {
-webkit-user-select: none;
cursor: default;
}
input {
-webkit-user-select: text;
cursor: text;
}
#tabbar {
position: absolute;
z-index: 5;
height: 30px;
background: rgb(230, 230, 230);
}
#tabbar > div {
float: left;
height: 25px;
margin-right: 1px;
padding: 5px 5px 0 5px;
border-radius: 4px 4px 0 0;
border: 2px solid white;
border-bottom: none;
background: rgb(230, 230, 230);
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
}
#tabbar > div.active {
border: 2px solid grey;
border-bottom: 2px solid rgb(210, 210, 210);
background: rgb(210, 210, 210);
}
.tab {
display: none;
position: absolute;
top: 40px;
width: 220px;
height: 176px;
padding: 10px;
background: rgb(210, 210, 210);
border: 2px solid grey;
}
.tab.active {
display: block;
}
#panel-left {
float: left;
width: 110px;
}
#panel-right {
width: 130px;
float: right;
}
.dropdown {
-webkit-appearance: menulist-button;
float: left;
position: relative;
border: 1px solid grey;
}
.dropdown-arrow {
float: right;
width: 10px;
}
.dropdown > div:nth-child(2) {
float: left;
}
.dropdown-arrow, .dropdown > div:nth-child(2) {
padding: 5px;
}
.dropdown .items {
z-index: 5;
position: absolute;
top: 31px;
left: 0;
right: 0;
clear: both;
outline: 1px solid grey;
background: white;
box-shadow: 0 0 10px rgb(240, 240, 240);
}
.dropdown .items > div {
padding: 5px;
}
.dropdown .items > div:hover {
background: #3399FF;
}
#identities {
float: left;
width: 100px;
height: 140px;
overflow-y: scroll;
border: 1px solid grey;
background: white;
}
#identities > div {
padding: 2px 10px;
font-size: 18px;
text-align: center;
}
#identities > div:hover {
background: #3399FF;
}
#identities > div:active, #identities > div.selected {
background: grey;
}
#disablebutton {
height: 40px;
margin-top: 20px;
}
.clear {
clear: both;
width: 0px;
height: 0px;
}
.label {
float: left;
margin-right: 10px;
margin-bottom: 5px;
}
#change-identity {
margin-top: 10px;
margin-left: 117px;
height: 24px;
border-radius: 50px;
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
}
#change-identity:focus {
outline: none;
}
#button-panel {
position: absolute;
bottom: 10px;
left: 10px;
width: 205px;
}
#button-panel > .checkbox {
position: absolute;
top: -23px;
right: 0;
}
.page-width {
width: 400px;
}
#settings-ok {
display: none;
-webkit-transition-property: opacity;
-webkit-transition-duration: 500ms;
color: rgb(100, 200, 100);
}
#settings-error {
display: none;
-webkit-transition-property: opacity;
-webkit-transition-duration: 500ms;
color: rgb(200, 100, 100);
}
.section-head {
margin: 10px 0px 2px 10px;
}
.section {
width: 270px;
padding: 10px;
border-radius: 10px;
background: rgba(100,100,100, 0.3);
box-shadow: inset 0 0 3px 3px rgb(70,70,70);
}
.section .message {
margin-bottom: 10px;
font-size: 13px;
color: lightgray;
}
.section input.right {
float: right;
background: none;
border: none;
outline: none;
}
/* custom checkbox */
input[type=checkbox] {
visibility: hidden;
}
.checkbox {
width: 80px;
height: 26px;
background: #333;
margin: 20px auto;
-webkit-border-radius: 50px;
border-radius: 50px;
position: relative;
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}
.checkbox:after {
content: '__MSG_OFF__';
font: 12px/26px Arial, sans-serif;
color: #8CA0A0;
position: absolute;
right: 10px;
z-index: 0;
font-weight: bold;
text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}
.checkbox:before {
content: '__MSG_ON__';
font: 12px/26px Arial, sans-serif;
color: #00bf00;
position: absolute;
left: 10px;
z-index: 0;
font-weight: bold;
}
.checkbox label {
display: block;
width: 34px;
height: 20px;
border-radius: 50px;
cursor: pointer;
position: absolute;
top: 3px;
left: 3px;
z-index: 1;
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
background: #fcfff4;
background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
}
.checkbox label.animated {
-webkit-transition: all .4s ease;
}
.checkbox input[type=checkbox]:checked + label {
left: 43px;
}
#loading {
position: absolute;
top: 0;
left: 0;
width: 260px;
height: 250px;
z-index: 10;
background: rgba(150,150,150, 0.8);
transition: opacity .25s ease-in-out;
}
#loading .loadtext {
position: absolute;
bottom: 35px;
left: 0px;
width: 100%;
text-align: center;
-webkit-animation-name: changecolor;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
}
.fadeout {
opacity: 0;
}
@-webkit-keyframes changecolor
{
0%
{
color: rgb(100, 100, 100);
}
50%
{
color: #3BF;
}
100%
{
color: rgb(100, 200, 100);
}
}
#spinner {
position: absolute;
top: 120px;
left: 135px;
}
#failureMsg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 20;
padding-left: 5px;
background: #000;
}
#failureMsg h1 {
font-size: 17px;
color: rgb(200,100,100);
}
#failureMsg a {
color: white;
}
#messages {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: rgb(220,130,120);
z-index: 10;
}
#messages > div {
box-sizing: border-box;
position: relative;
width: 99%;
padding: 5px;
padding-right: 25px;
margin: 2px auto;
border: 1px solid rgb(250,200,200);
border-radius: 3px;
font-size: 14px;
font-weight: lighter;
color: rgb(255,230,200);
}
#messages .close {
position: absolute;
cursor: pointer;
top: 5px;
right: 5px;
width: 15px;
height: 15px;
background: rgb(190,100,100);
text-align: center;
line-height: 12px;
} | 0.26086 | 0.045163 |
.skeleton {
background-color: #ddd;
margin: 12px 0;
}
.skeleton.text {
width: 100%;
height: 11px;
border-radius: 5px;
}
.skeleton.Title {
width: 97%;
height: 23px;
margin-bottom: 18px;
border-radius: 4px;
}
.skeleton.avatar {
width: 100px;
height: 100px;
border-radius: 50%;
}
.skeleton.minsize-avatar {
width: 52px;
height: 52px;
border-radius: 50%;
margin-top: 3px;
}
.skeleton.thumbnail {
width: 100%;
height: 180px;
margin-bottom: 16px;
}
.skeleton_emp {
width: 1050px;
height: auto;
margin: 1.3rem auto;
display: flex;
flex-wrap: wrap;
max-width: 1100px;
justify-content: space-between;
/* justify-content: center; */
}
.searchform {
margin: 0.4rem auto;
height: auto;
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
width: 300px;
position: fixed;
top: 60px;
left: 0px;
right: 0px;
z-index: 30;
margin-left: auto;
margin-right: auto;
}
.skeleton-wrapper {
margin-bottom: 25px;
width: 30%;
padding: 14px 20px;
height: 370px;
overflow: hidden;
position: relative;
}
.skeleton-story {
position: relative;
}
@media only screen and (max-width: 1100px) {
.skeleton_emp {
width: 100%;
padding: 0 1.7rem;
}
.skeleton-wrapper {
width: 45%;
justify-content: space-evenly;
}
}
@media only screen and (max-width: 650px) {
.skeleton_emp {
width: 100%;
}
.skeleton-wrapper {
width: 100%;
}
.skeleton-story {
width: 350px;
margin: 0 auto;
}
}
.skeleton-wrapper.light {
background-color: #f8f8f8;
}
.skeleton-wrapper.dark {
background-color: #444;
}
.skeleton-wrapper .skeleton {
background-color: rgb(228, 228, 228);
}
/* animation effects */
.shimmer-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
animation: loading infinite 1.2s;
}
.shimmer {
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.2);
transform: skew(-6deg);
}
@keyframes loading {
0% {
transform: translateX(-150%);
}
50% {
transform: translateX(-10%);
}
100% {
transform: translateX(150%);
}
} | Frontend/src/Css/Skeleton.css | .skeleton {
background-color: #ddd;
margin: 12px 0;
}
.skeleton.text {
width: 100%;
height: 11px;
border-radius: 5px;
}
.skeleton.Title {
width: 97%;
height: 23px;
margin-bottom: 18px;
border-radius: 4px;
}
.skeleton.avatar {
width: 100px;
height: 100px;
border-radius: 50%;
}
.skeleton.minsize-avatar {
width: 52px;
height: 52px;
border-radius: 50%;
margin-top: 3px;
}
.skeleton.thumbnail {
width: 100%;
height: 180px;
margin-bottom: 16px;
}
.skeleton_emp {
width: 1050px;
height: auto;
margin: 1.3rem auto;
display: flex;
flex-wrap: wrap;
max-width: 1100px;
justify-content: space-between;
/* justify-content: center; */
}
.searchform {
margin: 0.4rem auto;
height: auto;
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
width: 300px;
position: fixed;
top: 60px;
left: 0px;
right: 0px;
z-index: 30;
margin-left: auto;
margin-right: auto;
}
.skeleton-wrapper {
margin-bottom: 25px;
width: 30%;
padding: 14px 20px;
height: 370px;
overflow: hidden;
position: relative;
}
.skeleton-story {
position: relative;
}
@media only screen and (max-width: 1100px) {
.skeleton_emp {
width: 100%;
padding: 0 1.7rem;
}
.skeleton-wrapper {
width: 45%;
justify-content: space-evenly;
}
}
@media only screen and (max-width: 650px) {
.skeleton_emp {
width: 100%;
}
.skeleton-wrapper {
width: 100%;
}
.skeleton-story {
width: 350px;
margin: 0 auto;
}
}
.skeleton-wrapper.light {
background-color: #f8f8f8;
}
.skeleton-wrapper.dark {
background-color: #444;
}
.skeleton-wrapper .skeleton {
background-color: rgb(228, 228, 228);
}
/* animation effects */
.shimmer-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
animation: loading infinite 1.2s;
}
.shimmer {
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.2);
transform: skew(-6deg);
}
@keyframes loading {
0% {
transform: translateX(-150%);
}
50% {
transform: translateX(-10%);
}
100% {
transform: translateX(150%);
}
} | 0.562417 | 0.105671 |
html, body {
height: 100%;
margin: 0;
min-width: 600px;
max-width: 100%;
}
*:focus {
outline: 0;
outline: none;
}
.center {
display: flex;
justify-content: center;
}
.split {
z-index: 0;
width: 100%;
display: flex;
flex-direction: row;
margin-top: 15px;
margin-left: 0;
justify-content: center;
}
.split .search {
padding-top: 10%;
}
.split .content {
z-index: 0;
width: auto;
max-width: 85%;
text-align: center;
padding-right: 16px;
}
.split .content .container {
max-width: 100%;
margin-right: 0;
padding-right: 0;
}
.error-bg {
margin-top: -25px;
width: 100%;
height: 92%;
background: url('resources/empty.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.error-text {
text-align: center;
width: auto;
color: black;
margin-bottom: 250px;
font-family: 'Ubuntu', sans-serif;
}
.error-text h1 {
font-size: 140px;
font-weight: bolder;
}
.error-text h3 {
font-size: 60px;
font-weight: bold;
}
.api {
margin: 25px;
font-family: Monospace;
font-size: 13px;
}
.row {
display: flex;
justify-content: center;
margin-bottom: 15px;
}
.navbar-collapse {
background-color: #202021;
text-align: right;
z-index: 100;
}
@media (min-width: 768px) {
.navbar-collapse.collapse {
height: 75px !important;
}
}
.navbar-toggle {
margin-top: -45px;
}
.navbar li a {
color: white !important;
font-family: 'Poiret One', cursive;
font-size: 22px;
padding: 10px 10px !important;
margin: 18px 5px !important;
}
.navbar li a:hover {
font-weight: bolder;
text-decoration: none !important;
background: none;
}
.navbar .active a {
background: none !important;
border-bottom: 2px solid white;
margin: 18px 5px 16px 5px !important;
}
.navbar ul {
margin-right: 40px;
}
.navbar {
height: 77px;
border: none;
border-bottom: 2px solid white;
border-radius: 0;
padding-left: 3%;
margin-bottom: 0;
}
.navbar-brand {
margin-top: 12px;
padding: 0;
height: 50px;
}
@media screen and (min-width: 1000px) {
.navbar-brand {
margin-top: 0;
height: 75px;
padding: 0;
}
}
.navbar-brand>img {
height: 100%;
width: auto;
}
.ul.nav li {
color: white !important;
}
ul.dropdown-menu {
background: #202021 !important;
flex-direction: column;
justify-content: right;
text-align: right;
padding: 0;
margin: 0;
margin-top: 2px !important;
height: 200px !important;
min-width: 100px;
}
ul.dropdown-menu li {
height: 40px;
width: auto;
}
.navbar ul.dropdown-neby li .active {
border-bottom: 2px solid white;
}
.navbar ul.dropdown-menu li a:hover {
background-color: none;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
background-color: transparent !important;
}
.navbar-inverse .navbar-nav
#nav-right {
color: white;
}
.graphic {
background: url("resources/stairs.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: no-repeat;
min-height: 92%;
height: auto;
min-width: 100%;
text-align: center;
margin-top: -10px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.graphic h1 {
padding: 10px;
border: 2px solid white;
color: white;
font-size: 65px;
font-family: 'Montserrat', sans-serif;
}
.graphic a:hover, .graphic .discover-btn:hover{
text-decoration: none;
background: #202021;
}
.graphic a, .graphic .discover-btn, .return-page-top {
background: none;
color: white;
font-family: 'Montserrat', sans-serif;
font-size: 18px;
border-radius: 100px;
text-align: center;
padding: 1rem 3rem;
margin: 10px 10px;
font-weight: bold;
border: 2px solid white;
}
.graphic .home-buttons {
display: flex;
flex-direction: row;
justify-content: center;
}
#discover {
display: flex;
width: 100%;
background: #0a0a0a;
}
#discover .left {
width: 50%;
border-top: 2px solid white;
border-right: 1px solid white;
}
#discover .right {
width: 50%;
border-top: 2px solid white;
border-left: 1px solid white;
}
#discover .image-span {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 250px;
background: url("resources/wall.jpg") no-repeat center;
background-size: cover;
border-bottom: 2px solid white;
}
.shadow {
color: #fff;
letter-spacing: .05em;
text-shadow:
4px 4px 0px #191919,
7px 7px 0px rgba(0, 0, 0, 0.3);
}
#discover .image-span h1 {
color: white;
font-family: 'Poiret One', cursive;
font-weight: bolder;
font-size: 70px;
}
#discover .image-span h2 {
color: white;
}
#discover .list {
padding: 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: 100%;
color: white;
font-family: 'Ubuntu', cursive;
font-weight: bold;
}
#discover .list a {
font-size: 18px;
color: white;
border: 2px solid white;
padding: 2px;
margin: 3px 3px;
text-align: center;
width: 48%;
}
#discover .list a:link, #discover .list a:visited {
color: white;
}
.bg {
margin-top: -40px;
background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,0.3)),url("resources/home.jpg");
height: 100%;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.games-bg {
margin-top: -20px;
background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,0.6)),url("resources/game-bg.jpg");
min-height: 100%;
height: auto;
}
.banner {
margin-top: 10px;
color: white;
}
.up, .pages {
margin-top: -10px;
}
.pages {
font-size: 15px;
color: gray;
margin: 20px 0 -20px 0;
}
.pages a:link, .pages a:visited {
color: gray;
}
.pages a:hover {
color: white;
}
.page-title {
font-family: 'Poiret One', cursive;
text-align: center;
margin: 25px 0 15px 0;
}
.game-banner {
width: 100%;
background-size: 100%;
color: white;
display: flex;
padding: 10% 10% 10% 10% !important;
justify-content: center;
align-items: center;
max-height: 100%;
margin-top: -12px;
}
.game-banner h1 {
font-size: 30px;
}
.game-banner p {
font-size: 20px;
margin-top: 10px;
}
.game-banner .left {
width: 50%;
max-height: 300px;
max-width: 400px;
margin-right: 40px;
display: flex;
justify-content: center;
}
.game-banner .left img {
height: auto;
width: auto;
}
@media only screen and (max-width: 950px) {
.game-banner .left {
min-height: 178px;
min-width: 380px;
margin-right: 0;
}
.game-banner .left img {
height: 178px;
width: 380px;
}
.container {
width: 100%;
}
}
@media only screen and (max-width: 850px) {
.game-banner .left {
min-height: 117px;
min-width: 250px;
margin-right: 0;
}
.game-banner .left img {
height: 117px;
width: 250px;
}
}
.game-banner .right {
width: 48%;
max-width: 400px;
margin-left: 10px;
display:flex;
flex-direction: column;
background: rgba(0,0,0,0.3);
padding: 10px;
}
.game-list .game {
margin: 5px -5px 5px -5px;
font-family: 'Ubuntu', cursive;
height: auto;
background-color: white;
border-radius: 10px;
border: 2px solid white;
}
.game img {
max-width: 100%;
border-radius: 10px;
}
.game .game-info {
margin: 0 4px;
text-align: right;
}
.game h4 {
font-size: 25px;
text-align: center;
font-weight: bold;
}
.game a:link {
color: black;
}
.game-content {
background: #222;
color: white;
height: auto;
}
.game-content h1, .game-content .bb_tag {
color: white;
width: 100%;
text-align: center;
font-family: 'Poiret One', cursive;
font-size: 30px;
margin-bottom: 10px;
}
.game-content img {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
}
.game-content #slides {
margin-top: 30px;
margin-bottom: 30px;
}
.section-title {
width: 100%;
border-bottom: 2px solid white;
font-family: 'Poiret One', cursive;
margin-bottom: 5px;
}
.game-content .section-tags {
margin-top: 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.game-content .section-price {
display: flex;
border: 2px solid white;
align-items: center;
justify-content: center;
}
.game-content .section-price h3 {
margin: 0;
padding: 10px 0;
font-family: 'Poiret One', cursive;
font-weight: bold;
}
.game-content ul.bb_ul {
list-style-type: circle;
}
.game-content ul.bb_ul li {
}
.game-content ul.bb_ul {
}
.game-content ul.bb_ul li {
padding:3px 10px;
font-weight: 100;
font-family: Arial;
font-size: 13px;
color: #eee;
border-left: 1px solid white;
}
.game-content ul.bb_ul li ul.bb_ul li {
border-left: none;
padding: 2px 0;
}
a:link, a:visited {
color: white;
text-decoration: none;
}
.game-content a:link, .game-content a:visited {
color: white;
text-decoration: underline;
font-weight: bold;
}
.game-content a:hover {
text-decoration: underline;
}
.dev {
width: 100%;
display: flex;
flex-direction: row;
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
line-height: 20px;
justify-content: center;
}
.dev .game-count {
min-width: 40px;
width: 60px;
text-align: center;
height: 100%;
border-right: 1px solid white;
border: 1px solid white;
margin-right: -1px;
padding-top: 6px;
}
.dev .name {
height: 100%;
width: 500px;
padding-left: 14px;
border: 1px solid white;
padding-top: 6px;
}
.custom-table {
margin: 0 auto;
width: 80%;
}
.controls {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.controls .sort {
width: 25%;
min-width: 230px;
padding: 0 5px;
display: flex;
flex-direction: row-reverse;
color: black;
align-items: center;
background:white;
border: 2px solid black;
border-left: 1px solid black;
font-size: 16px;
margin-bottom: 12px;
}
.controls .sort p {
margin-top: 9px;
}
.controls .search {
width: 75%;
border: 2px solid black;
border-right: 1px solid black;
margin-bottom: 12px;
}
.table-btns {
margin: 10px 5px;
padding: 5px 10px;
display: inline-block;
background: #202021;
border-radius: 10px;
border: 2px solid white;
color: white;
}
.table-search {
color: black;
background-image: url("resources/search.png");
background-position: 10px 12px;
background-repeat: no-repeat;
width: 100%;
font-size: 16px;
padding: 12px 20px 12px 40px;
border: 1px solid #ddd;
}
.table-info {
border-collapse: collapse;
width: 100%;
border: 1px solid #ddd;
font-size: 18px;
}
.table-info th, .table-info td {
text-align: left;
padding: 12px;
}
.table-info tr td, .table-info th {
border-left: 1px solid white;
}
.table-info tr {
border-bottom: 1px solid #ddd;
}
.table-info tr.header, .table-info tr.header:hover {
background-color: lightblue;
}
.table-info tr:hover {
background-color: #222;
}
.search-form {
width: 185px;
padding: 15px 8px;
background-color: rgba(0,0,0,0.3);
font-size: 15px;
}
.search-form .form-input input {
resize: none;
font-size: 13px;
border-radius: 4px;
}
input:disabled {
background: none !important;
}
.search-form .form-row {
margin-top: 5px;
display: flex;
flex-direction: row;
align-items: center;
width: auto;
}
.search-form .form-row .form-heading {
display: flex;
flex-direction: row;
align-items: center;
}
.search-form .form-row .form-heading input {
margin-bottom: 4px;
transform: scale(1.3);
margin-right: 5px;
border: 1px solid black;
}
.search-form .form-row .form-heading h3 {
width: 80px;
text-align: right;
margin-right: 10px;
font-size: 15px;
margin-top: 4px;
line-height: 25px;
}
.search-form .form-row .form-input {
color: black;
width: 200px;
}
.search-form .form-submit {
margin-top: 10px;
color: black;
display: flex;
justify-content: space-evenly;
}
.search-form .from-submit a {
width: 45% !important;
}
.search-form .form-submit a input {
padding: 6px 12px !important;
width: 111%;
}
.search-form .form-submit input {
width: 45%;
color: black;
font-weight: bold;
} | sourcecode/server/static/style.css | html, body {
height: 100%;
margin: 0;
min-width: 600px;
max-width: 100%;
}
*:focus {
outline: 0;
outline: none;
}
.center {
display: flex;
justify-content: center;
}
.split {
z-index: 0;
width: 100%;
display: flex;
flex-direction: row;
margin-top: 15px;
margin-left: 0;
justify-content: center;
}
.split .search {
padding-top: 10%;
}
.split .content {
z-index: 0;
width: auto;
max-width: 85%;
text-align: center;
padding-right: 16px;
}
.split .content .container {
max-width: 100%;
margin-right: 0;
padding-right: 0;
}
.error-bg {
margin-top: -25px;
width: 100%;
height: 92%;
background: url('resources/empty.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.error-text {
text-align: center;
width: auto;
color: black;
margin-bottom: 250px;
font-family: 'Ubuntu', sans-serif;
}
.error-text h1 {
font-size: 140px;
font-weight: bolder;
}
.error-text h3 {
font-size: 60px;
font-weight: bold;
}
.api {
margin: 25px;
font-family: Monospace;
font-size: 13px;
}
.row {
display: flex;
justify-content: center;
margin-bottom: 15px;
}
.navbar-collapse {
background-color: #202021;
text-align: right;
z-index: 100;
}
@media (min-width: 768px) {
.navbar-collapse.collapse {
height: 75px !important;
}
}
.navbar-toggle {
margin-top: -45px;
}
.navbar li a {
color: white !important;
font-family: 'Poiret One', cursive;
font-size: 22px;
padding: 10px 10px !important;
margin: 18px 5px !important;
}
.navbar li a:hover {
font-weight: bolder;
text-decoration: none !important;
background: none;
}
.navbar .active a {
background: none !important;
border-bottom: 2px solid white;
margin: 18px 5px 16px 5px !important;
}
.navbar ul {
margin-right: 40px;
}
.navbar {
height: 77px;
border: none;
border-bottom: 2px solid white;
border-radius: 0;
padding-left: 3%;
margin-bottom: 0;
}
.navbar-brand {
margin-top: 12px;
padding: 0;
height: 50px;
}
@media screen and (min-width: 1000px) {
.navbar-brand {
margin-top: 0;
height: 75px;
padding: 0;
}
}
.navbar-brand>img {
height: 100%;
width: auto;
}
.ul.nav li {
color: white !important;
}
ul.dropdown-menu {
background: #202021 !important;
flex-direction: column;
justify-content: right;
text-align: right;
padding: 0;
margin: 0;
margin-top: 2px !important;
height: 200px !important;
min-width: 100px;
}
ul.dropdown-menu li {
height: 40px;
width: auto;
}
.navbar ul.dropdown-neby li .active {
border-bottom: 2px solid white;
}
.navbar ul.dropdown-menu li a:hover {
background-color: none;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
background-color: transparent !important;
}
.navbar-inverse .navbar-nav
#nav-right {
color: white;
}
.graphic {
background: url("resources/stairs.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: no-repeat;
min-height: 92%;
height: auto;
min-width: 100%;
text-align: center;
margin-top: -10px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.graphic h1 {
padding: 10px;
border: 2px solid white;
color: white;
font-size: 65px;
font-family: 'Montserrat', sans-serif;
}
.graphic a:hover, .graphic .discover-btn:hover{
text-decoration: none;
background: #202021;
}
.graphic a, .graphic .discover-btn, .return-page-top {
background: none;
color: white;
font-family: 'Montserrat', sans-serif;
font-size: 18px;
border-radius: 100px;
text-align: center;
padding: 1rem 3rem;
margin: 10px 10px;
font-weight: bold;
border: 2px solid white;
}
.graphic .home-buttons {
display: flex;
flex-direction: row;
justify-content: center;
}
#discover {
display: flex;
width: 100%;
background: #0a0a0a;
}
#discover .left {
width: 50%;
border-top: 2px solid white;
border-right: 1px solid white;
}
#discover .right {
width: 50%;
border-top: 2px solid white;
border-left: 1px solid white;
}
#discover .image-span {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 250px;
background: url("resources/wall.jpg") no-repeat center;
background-size: cover;
border-bottom: 2px solid white;
}
.shadow {
color: #fff;
letter-spacing: .05em;
text-shadow:
4px 4px 0px #191919,
7px 7px 0px rgba(0, 0, 0, 0.3);
}
#discover .image-span h1 {
color: white;
font-family: 'Poiret One', cursive;
font-weight: bolder;
font-size: 70px;
}
#discover .image-span h2 {
color: white;
}
#discover .list {
padding: 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: 100%;
color: white;
font-family: 'Ubuntu', cursive;
font-weight: bold;
}
#discover .list a {
font-size: 18px;
color: white;
border: 2px solid white;
padding: 2px;
margin: 3px 3px;
text-align: center;
width: 48%;
}
#discover .list a:link, #discover .list a:visited {
color: white;
}
.bg {
margin-top: -40px;
background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,0.3)),url("resources/home.jpg");
height: 100%;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.games-bg {
margin-top: -20px;
background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,0.6)),url("resources/game-bg.jpg");
min-height: 100%;
height: auto;
}
.banner {
margin-top: 10px;
color: white;
}
.up, .pages {
margin-top: -10px;
}
.pages {
font-size: 15px;
color: gray;
margin: 20px 0 -20px 0;
}
.pages a:link, .pages a:visited {
color: gray;
}
.pages a:hover {
color: white;
}
.page-title {
font-family: 'Poiret One', cursive;
text-align: center;
margin: 25px 0 15px 0;
}
.game-banner {
width: 100%;
background-size: 100%;
color: white;
display: flex;
padding: 10% 10% 10% 10% !important;
justify-content: center;
align-items: center;
max-height: 100%;
margin-top: -12px;
}
.game-banner h1 {
font-size: 30px;
}
.game-banner p {
font-size: 20px;
margin-top: 10px;
}
.game-banner .left {
width: 50%;
max-height: 300px;
max-width: 400px;
margin-right: 40px;
display: flex;
justify-content: center;
}
.game-banner .left img {
height: auto;
width: auto;
}
@media only screen and (max-width: 950px) {
.game-banner .left {
min-height: 178px;
min-width: 380px;
margin-right: 0;
}
.game-banner .left img {
height: 178px;
width: 380px;
}
.container {
width: 100%;
}
}
@media only screen and (max-width: 850px) {
.game-banner .left {
min-height: 117px;
min-width: 250px;
margin-right: 0;
}
.game-banner .left img {
height: 117px;
width: 250px;
}
}
.game-banner .right {
width: 48%;
max-width: 400px;
margin-left: 10px;
display:flex;
flex-direction: column;
background: rgba(0,0,0,0.3);
padding: 10px;
}
.game-list .game {
margin: 5px -5px 5px -5px;
font-family: 'Ubuntu', cursive;
height: auto;
background-color: white;
border-radius: 10px;
border: 2px solid white;
}
.game img {
max-width: 100%;
border-radius: 10px;
}
.game .game-info {
margin: 0 4px;
text-align: right;
}
.game h4 {
font-size: 25px;
text-align: center;
font-weight: bold;
}
.game a:link {
color: black;
}
.game-content {
background: #222;
color: white;
height: auto;
}
.game-content h1, .game-content .bb_tag {
color: white;
width: 100%;
text-align: center;
font-family: 'Poiret One', cursive;
font-size: 30px;
margin-bottom: 10px;
}
.game-content img {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
}
.game-content #slides {
margin-top: 30px;
margin-bottom: 30px;
}
.section-title {
width: 100%;
border-bottom: 2px solid white;
font-family: 'Poiret One', cursive;
margin-bottom: 5px;
}
.game-content .section-tags {
margin-top: 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.game-content .section-price {
display: flex;
border: 2px solid white;
align-items: center;
justify-content: center;
}
.game-content .section-price h3 {
margin: 0;
padding: 10px 0;
font-family: 'Poiret One', cursive;
font-weight: bold;
}
.game-content ul.bb_ul {
list-style-type: circle;
}
.game-content ul.bb_ul li {
}
.game-content ul.bb_ul {
}
.game-content ul.bb_ul li {
padding:3px 10px;
font-weight: 100;
font-family: Arial;
font-size: 13px;
color: #eee;
border-left: 1px solid white;
}
.game-content ul.bb_ul li ul.bb_ul li {
border-left: none;
padding: 2px 0;
}
a:link, a:visited {
color: white;
text-decoration: none;
}
.game-content a:link, .game-content a:visited {
color: white;
text-decoration: underline;
font-weight: bold;
}
.game-content a:hover {
text-decoration: underline;
}
.dev {
width: 100%;
display: flex;
flex-direction: row;
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
line-height: 20px;
justify-content: center;
}
.dev .game-count {
min-width: 40px;
width: 60px;
text-align: center;
height: 100%;
border-right: 1px solid white;
border: 1px solid white;
margin-right: -1px;
padding-top: 6px;
}
.dev .name {
height: 100%;
width: 500px;
padding-left: 14px;
border: 1px solid white;
padding-top: 6px;
}
.custom-table {
margin: 0 auto;
width: 80%;
}
.controls {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.controls .sort {
width: 25%;
min-width: 230px;
padding: 0 5px;
display: flex;
flex-direction: row-reverse;
color: black;
align-items: center;
background:white;
border: 2px solid black;
border-left: 1px solid black;
font-size: 16px;
margin-bottom: 12px;
}
.controls .sort p {
margin-top: 9px;
}
.controls .search {
width: 75%;
border: 2px solid black;
border-right: 1px solid black;
margin-bottom: 12px;
}
.table-btns {
margin: 10px 5px;
padding: 5px 10px;
display: inline-block;
background: #202021;
border-radius: 10px;
border: 2px solid white;
color: white;
}
.table-search {
color: black;
background-image: url("resources/search.png");
background-position: 10px 12px;
background-repeat: no-repeat;
width: 100%;
font-size: 16px;
padding: 12px 20px 12px 40px;
border: 1px solid #ddd;
}
.table-info {
border-collapse: collapse;
width: 100%;
border: 1px solid #ddd;
font-size: 18px;
}
.table-info th, .table-info td {
text-align: left;
padding: 12px;
}
.table-info tr td, .table-info th {
border-left: 1px solid white;
}
.table-info tr {
border-bottom: 1px solid #ddd;
}
.table-info tr.header, .table-info tr.header:hover {
background-color: lightblue;
}
.table-info tr:hover {
background-color: #222;
}
.search-form {
width: 185px;
padding: 15px 8px;
background-color: rgba(0,0,0,0.3);
font-size: 15px;
}
.search-form .form-input input {
resize: none;
font-size: 13px;
border-radius: 4px;
}
input:disabled {
background: none !important;
}
.search-form .form-row {
margin-top: 5px;
display: flex;
flex-direction: row;
align-items: center;
width: auto;
}
.search-form .form-row .form-heading {
display: flex;
flex-direction: row;
align-items: center;
}
.search-form .form-row .form-heading input {
margin-bottom: 4px;
transform: scale(1.3);
margin-right: 5px;
border: 1px solid black;
}
.search-form .form-row .form-heading h3 {
width: 80px;
text-align: right;
margin-right: 10px;
font-size: 15px;
margin-top: 4px;
line-height: 25px;
}
.search-form .form-row .form-input {
color: black;
width: 200px;
}
.search-form .form-submit {
margin-top: 10px;
color: black;
display: flex;
justify-content: space-evenly;
}
.search-form .from-submit a {
width: 45% !important;
}
.search-form .form-submit a input {
padding: 6px 12px !important;
width: 111%;
}
.search-form .form-submit input {
width: 45%;
color: black;
font-weight: bold;
} | 0.380183 | 0.051678 |
*
{
margin: 0%;
padding: 0%;
}
div.ThirdStep img.ThirdImage
{
width: 45%;
float: left;
height: 40vw;
/*+border-radius: 10%;*/
-moz-border-radius: 10%;
-webkit-border-radius: 10%;
-khtml-border-radius: 10%;
border-radius: 10%;
margin-left: 30%;
}
div.ThirdStepWords
{
width: 40%;
float: left;
margin-left: 5%;
height: 20vw;
font-size: 1vw;
margin-top: 10%;
}
div.ThirdStep
{
width: 100%;
height: 45vw;
padding-top: 2%;
background-color: #E8E2E2;
padding-left: 2%;
}
div.BigWrapper
{
margin: auto;
width: 100%;
}
body
{
margin: 0%;
padding: 0%;
height: 100%;
}
div.ActionPanel
{
width: 39%;
float: left;
font-size: 1vw;
height: 32vw;
margin-top: 2.5vw;
}
div.InfoGraphPanel
{
background-color: #FFFFFF;
width: 100%;
/*margin-top: 24%;*/
height: 9.2vw;
background-image: linear-gradient(to bottom, #0A50AB 15%, #7FA7DF);
/*margin-left: 2%;*/
color: #FFFFFF;
/*position: fixed;*/
}
p.CheckDownload
{
margin-top: 3%;
background-color: #2C2398;
font-weight: bold;
padding-top: 1%;
padding-bottom: 1%;
/*+border-radius: 1em;*/
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
-khtml-border-radius: 1em;
border-radius: 1em;
/*font-size: 2vw;*/
}
p.CheckDownload:hover
{
background-color: #271E86;
}
p.CheckDownload a
{
color: #FFFFFF;
text-decoration: none;
}
div.StudentInfo p
{
font-size: 1vw;
float: left;
width: 24%;
text-align: center;
font-weight: 500;
}
div.DivisionContainerInner div.FirstStep
{
height: 35vw;
clear: both;
width: ;
}
div.DivisionContainerInner div.SecondStep
{
width: 90%;
height: 45vw;
clear: both;
margin: auto;
}
div.DummySecondStep
{
background-image: linear-gradient(to right, #8C9EA2 15%, #851A75);
background-color: #851A75;
padding-top: 5%;
height: 55vw;
}
div.FancySteps h3
{
border: 0px solid black !important;
background-color: rgba(255, 255, 255, 0) !important;
text-align: left !important;
/*font-size: 6vw;*/
}
div.SecondStepWords h2
{
font-size: 3.6vw;
}
div.SecondStep div.SecondStepWords
{
color: #851A75;
position: absolute;
top: 40%;
left: 55%;
width: 45%;
font-size: 2vw;
}
div.SecondStepWords p
{
color: #FDF5FC;
width: 45%;
margin-left: 53%;
margin-top: 15%;
font-weight: bold;
}
div.FirstStep div.FirstStepWords
{
float: left;
width: 40%;
height: 15vw;
padding-left: 1%;
font-size: 1vw;
margin-top: 10%;
/*border: 1px solid black;*/
}
div.FirstStep img
{
float: left;
margin-left: 1%;
width: 45%;
height: 34vw;
}
div.StudentInfo p:nth-child(2)
{
width: 28%;
}
div.StudentInfo p span
{
font-size: 3vw;
}
div.StudentInfo p:nth-child(4)
{
/*margin-left: 5%;*/
/*width: ;*/
}
div.StudentInfo p:nth-child(2) span
{
/*margin-left: 30%;*/
}
div.StudentPanel
{
width: 90%;
border-top-left-radius: 1vw;
border-top-right-radius: 1vw;
border: 1px solid #C0BABA;
background-color: #FFFFFF;
}
div.StudentPanel h4
{
height: 2vw;
margin-top: 0.0vw;
font-size: 2vw;
border-top-left-radius: 1vw;
border-top-right-radius: 1vw;
border-bottom: 1px solid #C0BABA;
text-align: center;
}
div.StudentPanel .ActionPoint
{
clear: both;
height: 4vw;
margin-bottom: 0vw;
border-top: 1px solid #C0BABA;
padding-top: 1vw;
padding-left: 10vw;
margin-top: 2vw;
background-color: #F1F1F1;
}
div.TeacherPanel h4
{
font-size: 2vw;
}
div.HomePageSlider .SlideShowMin
{
width: 100%;
height: 100%;
}
div.HomePageSlider
{
width: 60%;
height: 35vw;
float: left;
margin-top: 1.5vw;
}
div.StudentListHeading
{
padding-left: 30%;
clear: both;
}
div.HomePageSlider .SlideShowMin
{
width: 100%;
height: 100%;
}
div.HomePageSlider #number
{
display: none;
}
div.HomePageSlider .SlideShowMin ul li p
{
float: left;
font-size: 1vw;
width: 40%;
display: none;
height: 206px;
display: none;
visibility: hidden;
}
div.HomePageSlider .SlideShowMin ul li img
{
width: 100%;
height: 32vw;
float: left;
margin-top: 1vw;
}
div.HomePageSlider div.SlideShowMin ul
{
width: 100% !important;
height: 40vw !important;
}
div.HomePageSlider div.SlideShowMin ul li
{
width: 100% !important;
height: 40vw !important;
}
.AdminLinks
{
width: 55%;
float: left;
height: 4.5vw;
padding-bottom: 2vw;
margin-top: 1.2vw;
padding-left: 5%;
}
div.ClassLinks
{
width: 45%;
float: left;
height: 4.5vw;
border-bottom: 1vw solid #3178D8;
margin-top: 1.2vw;
}
div.ClassLinks .YearSelectAdmin
{
clear: both;
background-color: #518BD6;
/*color: #901212;*/
}
div.ClassLinks p
{
font-size: 1vw;
float: left;
width: 27%;
background-color: #377CD6;
color: #FFFFFF;
font-weight: bold;
height: 4vw;
padding-left: 1%;
display: block;
}
p.GetStudentForDetailsEdit
{
font-size: 1vw;
padding-left: 14px;
}
form.GetStudentForDetailsEditForm
{
font-size: 1vw;
width: 50%;
margin-left: 2vw;
}
p.StudentEditFormInstruction
{
font-size: 1vw;
}
div.ClassLinks a
{
font-size: 0.9vw;
background-color: #86B2EB;
padding: 1% 1%;
margin-left: 3%;
width: 20%;
border: 1px solid #4892F2;
color: #FFFFFF;
font-weight: bold;
float: left;
margin-top: 2%;
height: 2.5vw;
text-decoration: none;
text-align: center;
}
div.ClassLinks a:hover
{
background-color: #D98989;
border: 1px solid #F45E5E;
}
.autocomplete-suggestions strong
{
font-weight: bold;
color: #000;
}
.AdminLinks a
{
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
background-color: #E65B5E;
font-size: 1vw !important;
padding: 2% 3%;
float: left;
margin-top: 1%;
}
.AdminLinks a:hover
{
text-decoration: none;
font-weight: bold;
background-color: #86B2EB;
}
.autocomplete-suggestions
{
border: 1px solid #999;
background: #FFF;
cursor: default;
overflow: hidden;
-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
width: 25vw !important;
}
.autocomplete-suggestion
{
padding: 2px 5px;
white-space: nowrap;
}
.autocomplete-suggestion:hover
{
background-color: #F0F0F0;
}
.NavBar
{
width: 55%;
color: #FFFFFF;
margin-left: 20%;
}
.NavBar a
{
font-size: 1vw;
/*color: #0A50AB;*/
padding: 2% 2% 2% 2%;
width: 15%;
float: left;
font-weight: bold;
color: #FFFFFF;
}
.NavBar a:first-child
{
/*border-bottom-left-radius: 5px;*/
}
.NavBar a:nth-child(3)
{
/*border-bottom-right-radius: 5px;*/
}
.MainHeader .MainHeaderLogo
{
width: 15%;
float: left;
}
.MainHeader .MainHeaderLogo img
{
width: 13%;
z-index: 100;
/*+placement: displace;*/
position: absolute;
margin-left: 0;
margin-top: 0;
/*height: ;*/
/*margin-top: 0.8vw;*/
/*margin-left: 2vw;*/
}
.NavBar a:hover
{
text-decoration: none;
/*background-color: #D98989;*/
color: #3050F1;
}
div.OffsetBlock p
{
font-size: 1.2vw;
float: left;
width: 60%;
margin-top: 0.5vw;
color: #5609F0;
font-weight: bold;
}
.YearLabel
{
font-weight: bold;
color: #1A1717;
font-size: 1vw;
}
div.BigWrapper h3
{
border-bottom: 2px solid #E07575;
font-size: 2vw;
clear: both;
line-height: 2.7vw;
width: 100%;
/*margin-bottom: 2.5vw;*/
background-color: #FFFFFF;
padding-left: 2%;
text-align: center;
/*margin-top: -10%;*/
margin-top: 5%;
/*background: rgba(255, 255, 255, 0.8) url('http://sampsonresume.com/labs/pIkfp.gif') 50% 50% no-repeat;*/
}
div.GeneralUpadte
{
font-size: 0.9vw;
clear: both;
padding-left: 2%;
margin-top: -2%;
/*border: 1px solid black;*/
margin-bottom: 3%;
}
div.HomeUpdate
{
font-size: 1.5vw;
clear: both;
padding-left: 2%;
margin-top: -2%;
margin-bottom: 3%;
}
div.DivisionContainerInner
{
margin-top: -5vw;
clear: both;
width: 100%;
height: 20vw;
}
div.SlideShowMin
{
width: 100% !important;
height: 40vw !important;
}
div.SlideShowMin ul
{
width: 100% !important;
height: 40vw !important;
}
div.SlideShowMin ul li
{
width: 100% !important;
height: 40vw !important;
}
div.SlideShowMin ul li img
{
width: 100% !important;
height: 40vw !important;
}
div.SlideShowMin ul li img.ShareIMGSlide
{
width: 50% !important;
float: left !important;
}
div.GeneralUpadte p
{
background-color: #F7ECB5;
padding-left: 2%;
padding-top: 1%;
padding-bottom: 1%;
/*margin-top: -0.5vw;*/
}
div.HomeUpdate p
{
background-color: #952F30;
padding-left: 5%;
padding-top: 1%;
padding-bottom: 1%;
color: #FDFDFD;
text-align: center;
}
div.HomeUpdate .HomeUpdateDate
{
color: #5C9DF4;
font-weight: 300;
}
div.LoginForm form
{
width: 100%;
padding-left: 30%;
}
/*H3
{
border-bottom: 2px solid #E07575;
font-size: 2vw;
clear: both;
line-height: 2.7vw;
margin-left: 10%;
width: 88%;
padding-left: 2%;
}*/
.StudentRegistrationForm
{
padding-left: 1%;
padding-bottom: 10%;
background-color: #377CD6;
border-radius: 15px;
border: 1px solid #B9B9B9;
/*+box-shadow: 0px 1px #DBD7D7;*/
-moz-box-shadow: 0px 1px #DBD7D7;
-webkit-box-shadow: 0px 1px #DBD7D7;
box-shadow: 0px 1px #DBD7D7;
clear: both;
width: 100%;
font-size: 1vw;
height: 41vw;
background-image: linear-gradient(to bottom, white 35%, #FCDEE1);
}
.StudentRegistrationForm form input
{
width: 100%;
height: 3vw;
}
.StudentRegistrationForm #StudentFirstname
{
}
.StudentRegistrationForm #RegistrationButton
{
background-color: ;
border: 1px solid #7EA6DC;
margin-left: 46%;
width: 29vw;
}
#StudentAdmissionNumber
{
margin-left: 1%;
}
.StudentRegistrationForm #RegistrationButton:hover
{
background-color: #FCDEE1;
}
.StudentRegistrationForm #StudentSurname
{
}
.ChooseTermBox div
{
width: 24%;
font-size: 1vw;
float: left;
margin-left: 1%;
}
div.ChooseTermError
{
clear: both;
margin-top: -1%;
height: 5vw;
}
div.ChooseTermError div
{
float: left;
width: 23%;
height: 4vw;
margin-left: 1%;
padding-top: 1%;
font-weight: bold;
}
div.ClearBoth
{
clear: both;
}
div.InputBlock
{
width: 100%;
clear: both;
}
div.InputBlock p
{
width: 46%;
float: left;
margin-top: 4%;
}
div.InputBlock div
{
width: 51%;
float: left;
}
div.InputBlock div span
{
font-size: 0.9vw;
}
.YearError
{
/*background-color: #DFB7B7;*/
/*padding-top: 1vw;*/
/*padding-bottom: 1vw;*/
/*padding-left: 1vw;*/
/*padding-right: 0vw;*/
/*(*+placement: 0% -0.8vw;*)
position: relative;
left: 0%;
top: -0.8vw;*/
/*font-size: 0.8vw;*/
width: 90%;
}
.TermError
{
background-color: #DFB7B7;
padding-top: 1vw;
padding-bottom: 1vw;
padding-left: 1vw;
padding-right: 0vw;
/*+placement: 0% -0.8vw;*/
position: relative;
left: 0%;
top: -0.8vw;
font-size: 0.8vw;
width: 90%;
}
.ClassError
{
/*background-color: #DFB7B7;*/
/*(*+placement: 0% -0.8vw;*)
position: relative;
left: 0%;
top: -0.8vw;*/
/*padding: 1vw 0vw 1vw 1vw;*/
/*font-size: 0.8vw;*/
width: 90%;
}
.YearSelect
{
background-color: #C5C0C0;
}
.TermSelect
{
background-color: #C5C0C0 !important;
}
.ClassSelect
{
background-color: #C5C0C0 !important;
}
.SubClassSelect
{
background-color: #C5C0C0 !important;
}
.SubClassLabel
{
color: #1A1717;
font-weight: bold;
font-size: 1vw;
}
.SubClassError
{
/*background-color: #DFB7B7;*/
/*(*+placement: 0% -0.8vw;*)
position: relative;
left: 0%;
top: -0.8vw;*/
/*padding: 1vw 0vw 1vw 1vw;*/
/*font-size: 0.8vw;*/
width: 90%;
}
.MainHeader
{
height: 5vw;
width: 100%;
/*background-image: url('../Images/Logos/b.JPG');*/
/*border: 1px solid black;*/
background-color: #F27D7F;
}
.TermLabel
{
font-weight: bold;
color: #1A1717;
}
div.BossLevel
{
width: 100%;
/*background-color: #E98D8D;*/
height: 100%;
margin-bottom: 3em;
}
p.BossLevelStatement
{
/*+placement: 0% 9%;*/
position: relative;
left: 0%;
top: 9%;
text-align: center;
font-weight: bold;
font-size: 2.0vw;
}
img.BossLevelLagosLogo
{
width: 25%;
height: 100%;
margin-left: 39%;
/*+border-radius: 100%;*/
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
border-radius: 100%;
}
div.MiddleLevel
{
width: 90%;
/*+placement: 0% 0px;*/
position: relative;
left: 0%;
top: 0px;
height: 24vh;
text-align: center;
margin-top: -40px;
margin-left: 4%;
}
div.MiddleLevelDSVision p
{
text-align: center;
background-color: rgba(240, 240, 240, 0.672);
font-size: 1.8vw;
}
div.MiddleLevelDSMotto p
{
text-align: center;
background-color: rgba(251, 251, 251, 0.698);
font-size: 1.8vw;
}
.MiddleLevel .MiddleLevelDSHeading
{
font-size: 2.3vw;
text-align: center;
background-color: rgba(240, 240, 240, 0.569);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border: 1px solid #CCCCCC;
font-weight: bold;
}
div.MiddleLevelDSVision span
{
font-size: 1.1vw;
padding-left: 1%;
color: #FFFFFF;
font-weight: 800;
}
.MiddleLevel .MiddleLevelDSMotto
{
width: 48%;
height: 25vh;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom-right-radius: 15px;
background-color: rgba(132, 132, 132, 0.310);
float: left;
margin-left: 4%;
background-image: linear-gradient(to bottom, #474747 45%, #272727);
}
.MiddleLevel .MiddleLevelDSVision
{
border: 1px solid #CCCCCC;
width: 48%;
height: 25vh;
font-size: 90%;
border-bottom-left-radius: 15px;
background-color: rgba(88, 88, 88, 0.293);
float: left;
background-image: linear-gradient(to bottom, #474747 45%, #272727);
color: #272727;
}
div.MiddleLevelDSMotto span
{
font-size: 1.1vw;
padding-left: 1%;
color: #FFFFFF;
font-weight: 800;
}
div.LowLevel
{
width: 85%;
margin-left: 6%;
clear: both;
margin-top: 8vw;
}
div.LowLevelSCHVision
{
width: 48%;
height: 30vw;
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-bottom-left-radius: 15px;
background-color: rgba(132, 132, 132, 0.224);
float: left;
color: #000000;
background-image: linear-gradient(to bottom, #474747 45%, #272727);
}
.LowLevelSCHHeading
{
border: 1px solid #CCCCCC;
font-size: 2.0vw;
text-align: center;
width: 100%;
background-color: rgba(240, 240, 240, 0.569);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
height: 5vw;
display: block;
margin-top: 3vw;
font-weight: bold;
}
div.DivisionContainer
{
margin-top: 1vw;
clear: both;
width: 100%;
height: 60vw;
}
img.HomeIcon
{
width: 10%;
}
div.LowLevelSCHMission
{
width: 48%;
height: 30vw;
border: 1px solid #CCCCCC;
border-bottom-right-radius: 15px;
background-color: rgba(132, 132, 132, 0.25);
float: left;
margin-left: 4%;
color: #FFFFFF;
background-image: linear-gradient(to bottom, #474747 45%, #272727);
}
.LowLevelSCHVision div
{
text-align: center;
background-color: rgba(251, 251, 251, 0.810);
font-size: 1.5vw;
width: 100%;
border: 0px solid black !important;
}
div.LowLevelSCHMission div
{
text-align: center;
background-color: rgba(255, 255, 255, 0.698);
font-size: 1.5vw;
/*+placement: 0% 0%;*/
position: relative;
left: 0%;
top: 0%;
color: #000000;
}
div.LowLevelSCHVision p
{
font-size: 1.2vw;
padding-left: 3%;
text-align: justify;
padding-right: 2%;
font-weight: 800;
color: #FFFFFF;
}
.LowLevel div.LowLevelSCHMission p
{
font-size: 1.1vw;
padding-left: 3%;
border-bottom: 1px solid #F4F4F4;
text-align: justify;
padding-right: 2%;
color: #FFFFFF;
font-weight: 800;
}
.ChooseTermBox
{
background-color: #E9E5E5;
padding-top: 2%;
height: 13vw;
padding-right: 1%;
box-shadow: 0.1vw 0.1vw 0.8vw #160E0E;
clear: both;
}
div.ChooseTermBox:hover
{
box-shadow: 0.1vw 0.1vw 0.8vw #594ACB;
}
div.ChooseTermBox div select
{
width: 100%;
height: 5vw;
font-size: 1vw;
}
div.ScoreInputProcess .ScoreInputSubjects
{
width: 100%;
height: 2vw;
background-color: #3C7FC1;
color: #FDFDFD;
}
div.ScoreInputProcess p.ScoreInputInstruction b:first-child
{
font-size: 1.5vw;
}
div.ScoreInputSubmit #AutoButton
{
background-color: #D98989;
color: #FFFFFF;
font-weight: bold;
font-size: 1.5vw;
width: 100%;
border: 1px solid #E7E7E7;
}
div.ScoreInputSubmit #AutoButton:hover
{
background-color: #FBFBFB;
/*padding: 1vw;*/
color: #D98989;
font-weight: bold;
font-size: 1.5vw;
/*margin-top: -22%;*/
width: 100%;
border: 1px solid #D4D2D2;
}
div.ScoreInputSubmit a
{
color: #D98989;
font-weight: bold;
font-size: 1.5vw;
}
input#autocomplete-custom-append
{
width: 100%;
height: 3vw;
color: #2E89E3;
display: block;
border: 2px solid #2E89E3;
}
div.ScoreInputProcess input
{
color: #2E89E3;
display: block;
border: 2px solid #2E89E3;
}
.StudentLabel
{
/*+placement: 0.3% 0%;*/
position: relative;
left: 0.3%;
top: 0%;
font-size: 1.8vw;
}
div.RegistrationInfo h3
{
line-height: 1.8vw !important;
width: 80% !important;
font-size: 1.5vw;
margin-top: 2%;
color: #E07575;
}
div.RegistrationInfo div:first-child h3
{
line-height: 1.8vw !important;
width: 80% !important;
font-size: 1.5vw;
margin-top: 2%;
border-bottom: 2px solid #377CD6;
color: #377CD6;
}
.RegistrationInfo
{
background-color: #FFFFFF;
padding: 1vw 0vw 1vw 1vw;
color: #69666B;
width: 40%;
float: left;
height: 35vw;
/*+border-radius: 1vw;*/
-moz-border-radius: 1vw;
-webkit-border-radius: 1vw;
-khtml-border-radius: 1vw;
border-radius: 1vw;
}
div.RegistrationInfo div.RegInstruction
{
padding-left: 2%;
font-size: 0.9vw;
border-left: 1vw solid #377CD6;
border-top: 1px solid #377CD6;
border-right: 1px solid #377CD6;
border-bottom: 1px solid #377CD6;
width: 97%;
height: 44%;
}
div.ClassesLink div
{
float: left;
clear: both;
width: 100%;
margin-top: 1%;
}
div.ClassesLink div:last-child
{
margin-bottom: 1vw;
}
div.ClassesLink div a
{
float: left;
border: 1px solid #ECB5B5;
text-align: center;
color: #F35757;
margin-left: 1%;
font-weight: bold;
background-image: linear-gradient(to bottom, white 45%, #ECB5B5);
text-decoration: none;
font-size: 1.2vw;
padding: 1% 3%;
}
div.ClassesLink div a:hover
{
background-image: linear-gradient(to top, white 45%, #ECB5B5);
}
img.AuthIcon
{
width: 3%;
vertical-align: bottom;
margin-left: -9%;
}
div.RegistrationInfo div.ClassesLink
{
border-top: 1px solid #F35757;
margin-top: 4%;
border-left: 1vw solid #F35757;
padding-left: 2%;
border-bottom: 1px solid #F35757;
border-right: 1px solid #F35757;
width: 97%;
padding-top: 2%;
height: 90%;
font-size: 1.2vw;
padding-right: 1%;
}
.UtilityBar
{
background-color: #FBFBFB;
width: 100%;
}
div.UtilitySection
{
width: 60%;
float: left;
/*height: 75vw;*/
/*border: 1px solid black;*/
}
.EmptyVessels
{
background-color: #FFFFFF;
height: 6vw;
width: 40%;
float: left;
font-size: 1vw;
}
.RegistrationBadResponse
{
background-color: #F7CFCF;
height: 6vw;
border: 1px dashed #D25454;
width: 40%;
font-size: 1vw;
float: left;
padding-left: 1%;
margin-left: 15%;
}
.RegistrationGoodResponse
{
background-color: #C5F9D2;
border: 1px dashed #197514;
width: 40%;
height: 6vw;
font-size: 1vw;
float: left;
margin-left: 15%;
}
.QuickAction
{
background-color: #FFFFFF;
width: 40%;
height: 6vw;
float: left;
margin-left: 2%;
padding-top: 0.3vw;
border: 1px solid #DCDADA;
/*+border-radius: 0.5vw;*/
-moz-border-radius: 0.5vw;
-webkit-border-radius: 0.5vw;
-khtml-border-radius: 0.5vw;
border-radius: 0.5vw;
margin-top: 1vw;
}
.QuickAction a
{
color: #FFFFFF;
background-color: #377CD6;
text-align: center;
text-decoration: none;
font-weight: bold;
padding: 2% 2%;
margin-left: 20%;
margin-top: 1%;
width: 60%;
display: block;
font-size: 1vw;
}
.QuickAction a:hover
{
background-color: #D98989;
}
.QuickAction a:nth-child(2)
{
margin-top: 1%;
}
.StudentRegistrationForm #StudentMiddlename
{
/*margin-left: 11%;*/
}
div.ScoreInputProcess
{
width: 20%;
font-size: 1.1vw;
float: left;
height: 24vw;
border-left: 1px solid #BFBABA;
padding-left: 1%;
padding-right: 1%;
}
div.ScoreInputTerm
{
width: 40% !important;
clear: both;
float: left;
padding-right: 1%;
font-size: 1.1vw;
}
div.StudentTermSelect
{
width: 39% !important;
clear: both;
float: left;
font-size: 1.1vw;
border-right: 1px solid #9FCAEB;
padding-right: 1%;
height: 25vw;
}
div.ScoreInputSubmit
{
clear: both;
}
p.ScoreInputProcessInstruct
{
font-size: 1.3vw;
background-color: #F1EDED;
width: 50%;
padding-left: 1%;
padding-top: 2%;
padding-bottom: 2%;
/*+box-shadow: 0 0 3px;*/
-moz-box-shadow: 0 0 3px;
-webkit-box-shadow: 0 0 3px;
box-shadow: 0 0 3px;
float: left;
height: 18.5vw;
}
div.ScoreInputTerm b
{
font-size: 1.5vw;
}
div.AddScoreNotification
{
width: 48%;
float: left;
/*+box-shadow: 0 0 3px;*/
-moz-box-shadow: 0 0 3px;
-webkit-box-shadow: 0 0 3px;
box-shadow: 0 0 3px;
height: 18.5vw;
margin-left: 2%;
font-size: 1vw;
background-color: #F1EDED;
font-weight: bold;
}
div.AddScoreNotification div.DecoupledErrors
{
font-size: 1vw;
float: left;
margin-right: 3%;
color: #0455A5;
}
div.AddScoreNotification .AddScoreNotificationGeneral
{
font-size: 1.3vw;
color: #2E89E3;
}
div.OffsetBlock
{
width: 50%;
margin-left: 95%;
font-style: italic;
}
div.OffsetBlock .Offset
{
float: left;
width: 35%;
height: 100%;
/*border: 1px solid black;*/
}
.StudentNumberLabel
{
font-size: 1.1vw;
float: left;
padding: 1%;
color: #BD3B3B;
background-color: #FFFFFF;
height: 3vw;
text-align: center;
font-weight: bold;
border: 1px solid #C5C0C0;
}
.ReportButton
{
/*+placement: 63px -39px !important;*/
position: relative !important;
left: 63px !important;
top: -39px !important;
/*+border-radius: 0;*/
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
background-color: #EE3135;
border: 1px solid #EFEFEF;
color: #EFEBEB;
}
.StudentError
{
background-color: #E0CDCD;
float: left;
font-size: 0.9vw;
padding: 2%;
margin-left: 1%;
border: 1px dashed #C8A5A5;
}
.EmailError
{
background-color: #D6C8C8;
display: block;
width: 30%;
float: left;
font-size: 1vw;
margin-left: 1%;
padding-bottom: 1%;
padding-top: 1%;
padding-left: 1%;
}
.LoginPassword
{
height: 3vw;
float: left;
width: 30%;
font-size: 1vw;
}
.PasswordError
{
background-color: #D6C8C8;
float: left;
width: 30%;
font-size: 1vw;
margin-left: 1%;
padding-bottom: 1%;
padding-top: 1%;
padding-left: 1%;
}
.LoginError
{
padding-top: 1vw;
background-color: #ECBABA;
padding-bottom: 1vw;
padding-right: 2vw;
padding-left: 1vw;
border: 1px dashed #E96868;
margin-top: 3vw;
display: block;
width: 50%;
font-size: 1vw;
}
.AcademicHeading th
{
background-color: #E0DEDE;
color: #5D5454;
padding-left: 7px;
/*width: 118px;*/
}
.StudentInput
{
width: 30%;
height: 3vw;
float: left;
background-color: #E2EEF8;
/*+box-shadow: inset 1px 1px;*/
-moz-box-shadow: inset 1px 1px;
-webkit-box-shadow: inset 1px 1px;
box-shadow: inset 1px 1px;
font-size: 2vw;
}
.StudentNumberField
{
width: 55%;
float: left;
height: 8vw;
}
div.OptionOr
{
float: left;
font-weight: bold;
width: 5%;
margin-top: 3.5vw;
}
div.OptionOr h4
{
font-size: 2vw;
}
.ClassLabel
{
font-weight: bold;
color: #1A1717;
}
.EmailLabel
{
font-weight: bold;
font-size: 1.2vw;
color: #C34242;
float: left;
width: 10%;
}
div.EmailBlock
{
width: 100%;
clear: both;
height: 2vw;
margin-top: 3vw;
}
div.PasswordBlock
{
clear: both;
height: 4vw;
width: 100%;
margin-top: 2vw;
}
.PasswordLabel
{
font-weight: bold;
font-size: 1.2vw;
color: #C34242;
float: left;
width: 10%;
}
.LoginEmail
{
height: 3vw;
float: left;
width: 30%;
font-size: 1vw;
}
.SignIn
{
background-color: #ED3034;
border: 1px solid #ED3034;
padding: 1px 1vw;
text-align: center;
font-size: 1.6vw;
color: #FFFFFF;
width: 30%;
margin-top: 0vw;
clear: both;
margin-left: 10%;
}
.SignIn:hover
{
background-color: #FFFFFF;
border: 1px solid #ED3034;
color: #ED3034;
}
button.StudentButton
{
background-color: #BD3B3B;
font-size: 1vw;
color: #FFFFFF;
padding: 1% 2%;
height: 3vw;
border: 1px solid #BD3B3B;
float: left;
text-align: center;
margin-left: 2%;
}
div.ScoreInputTable
{
width: 70%;
float: left;
}
form.AjaxScoreForm button.SaveAllScoreButton
{
float: right;
border: 1px solid #F39A1D;
padding: 1vw;
width: 20%;
background-color: #FFBD61;
font-size: 1.4vw;
font-weight: bold;
color: #F8F8F8;
/*clear: both;*/
/*margin-right: 10%;*/
/*margin-top: 15%;*/
}
form.AjaxScoreForm button#SaveAllScoreButtonDown
{
border: 1px solid #F39A1D;
padding: 1vw;
width: 20%;
background-color: #FFBD61;
font-size: 1.4vw;
font-weight: bold;
color: #F8F8F8;
clear: both;
margin-left: 80%;
/*margin-top: 100vh;*/
clear: both;
}
form.OfficialCommentsForm
{
clear: both;
background-image: linear-gradient(to bottom, #DCDAF5 45%, #B9B4EB);
height: 33em;
margin-bottom: 2em;
padding-left: 3%;
}
form.AjaxScoreForm button.SaveAllScoreButton:hover
{
border: 1px solid #C5FF16;
background-color: #91EA51;
}
form.AjaxScoreForm button#SaveAllScoreButtonDown:hover
{
border: 1px solid #C5FF16;
background-color: #91EA51;
}
div.SignaturesPool
{
border: 1px solid black;
font-size: 1vw;
width: 20% !important;
height: 30vh;
background-color: #111111;
color: #FFFFFF;
overflow: auto;
}
form.AjaxScoreForm
{
margin-bottom: 3vw;
}
p.CloseSignaturePanel
{
background-color: #F22F1D;
margin-left: 40%;
cursor: pointer;
padding-left: 5%;
font-weight: bold;
font-size: 1vw;
width: 60%;
}
div.OfficialCommentBlock div textarea.ClassTeacherComment
{
width: 40%;
background-color: #E7E9FD;
}
div.GetStudentScoreSheet
{
width: 35%;
float: left;
background-color: #DCDAF5;
background-image: linear-gradient(to bottom, #DCDAF5 45%, #B9B4EB);
margin-left: 2%;
margin-top: 2%;
padding-top: 54px;
padding: 2%;
/*height: 20%;*/
}
span.ReportStudentClass
{
/*background: rgba(255, 255, 255, 0.8) url('http://sampsonresume.com/labs/pIkfp.gif') 50% 50% no-repeat;*/
}
div.OfficialSignatureList
{
/*background-image: linear-gradient(to bottom, #DCDAF5 45%, #B9B4EB);*/
margin-top: 5%;
}
div.IndividualSignature
{
background-image: linear-gradient(to bottom, #DCDAF5 45%, #B9B4EB);
float: left;
width: 18%;
margin-left: 1%;
height: 5em;
border: 1px solid #A17FE3;
margin-top: 1%;
}
img.SignatureImage
{
margin-left: 20%;
width: 30%;
height: 35%;
clear: both;
margin-top: 0;
}
p.SignatoryName
{
font-size: 1vw;
padding-left: 2%;
color: #4E4E4E;
font-weight: bold;
margin-top: 1%;
}
div.GetStudentScoreSheet:nth-child(3)
{
width: 60%;
}
div.GetStudentScoreSheet p
{
font-size: 1vw;
}
div.OfficialCommentBlock textarea.PrincipalCommentText
{
width: 40%;
background-color: #E7E9FD;
}
p.CloseSignaturePanel:hover
{
background-color: #F1CE1D;
}
div.ScoreInputTable tbody tr
{
height: 1vw;
}
div.ScoreInputTable tbody tr:hover
{
background-color: #FBE2BE;
}
div.ScoreInputTable tr:nth-child(odd)
{
background: #EEE;
}
button.SaveScoreButton
{
width: 100%;
border: 1px solid #E3DADA;
background-color: #91EA51;
color: #FFFFFF;
/*padding: 1vw;*/
font-weight: bold;
height: 100%;
}
p.ScoreInputUpdate
{
background-color: #FFDAA7;
width: 100%;
color: #000000;
padding-left: 2vw;
/*margin-top: 10vw;*/
padding-top: 1vw;
padding-bottom: 1vw;
font-size: 1vw;
}
p.ScoreInputFourthUpdate
{
background-color: #F9ECDA;
width: 100%;
color: #000000;
padding-left: 2vw;
/*margin-top: 10vw;*/
padding-top: 1vw;
padding-bottom: 1vw;
font-size: 1vw;
}
form.GetStudentScoreSheetForm input#AutoButton
{
padding: 1%;
background-image: linear-gradient(to top, #2947F0 25%, #EEF0FC);
background-color: #2947F0;
color: #FFFFFF;
font-weight: bold;
clear: both;
}
form.GetStudentScoreSheetForm input#AutoButton:hover
{
background-image: linear-gradient(to bottom, #2947F0 25%, #EEF0FC);
}
p.ScoreInputSecondUpdate
{
background-color: #EFDABD;
padding-top: 1vw;
padding-bottom: 1vw;
font-size: 1vw;
padding-left: 2vw;
margin-top: 3%;
}
p.ScoreInputThirdUpdate
{
background-color: #F5E9D9;
padding-top: 1vw;
padding-bottom: 1vw;
font-size: 1vw;
padding-left: 2vw;
}
b.StudentAddNum
{
font-size: 1.4vw;
}
button.SaveScoreButton:hover
{
background-color: #FFBD61;
}
table.AcademicTable input
{
/*width: 30%;*/
border: 1px solid #FFBD61;
/*height: 95%;*/
width: 90%;
}
button.DeleteScoreButton
{
border: 1px solid #E0DADA;
background-color: #EE1871;
color: #FFFFFF;
/*padding: 1vw;*/
font-weight: bold;
width: 100%;
height: 100%;
}
button.DeleteScoreButton:hover
{
background-color: #FFBD61;
}
button.StudentButton:hover
{
background-color: #F8F2F2;
/*font-size: 1.5vw;*/
color: #BD3B3B;
/*padding: 1%;*/
/*height: 5vw;*/
/*border: 1px solid #B9B5B5;*/
/*float: left;*/
/*text-align: center;*/
transition: background-color 200ms ease-in;
}
.ForgotLabel
{
color: #D37272;
font-size: 1.2vw;
}
img.StudentCount
{
width: 10%;
}
div.DossierStatement
{
width: 50%;
font-size: 1vw;
}
div.ChooseStudent
{
float: left;
width: 40%;
height: 8vw;
}
div.ChooseStudent .AutoCompleteContainMe
{
width: 60%;
float: left;
font-size: 1vw;
}
div.ChooseStudent h4
{
font-size: 1.8vw;
}
.AcademicCells td
{
padding-left: 1%;
word-wrap: normal;
}
.GradeTable
{
width: 100%;
font-size: 1vw;
margin-top: 1vw;
}
.GradeTable tbody tr td
{
padding-left: 6px;
}
.SportTable tbody tr td
{
padding-left: 7px;
}
.SportTable
{
width: 100%;
font-size: 1vw;
margin-top: 1vw;
}
.ClubTable
{
width: 100%;
font-size: 1vw;
}
.ClubTable tbody tr td
{
padding-left: 9px;
}
table.StudentDataTable
{
width: 45%;
float: left;
height: 16vw;
clear: both;
margin-top: 3%;
}
.StudentDataTable tbody tr td
{
padding-left: 1vw;
border: 1px solid black;
font-size: 1vw;
}
table
{
border-collapse: collapse;
}
div.StudentDossier
{
width: 83%;
margin: auto auto 5vh auto;
border: 1px solid #F5F1F1;
padding: 2%;
/*+border-radius: 1vw;*/
-moz-border-radius: 1vw;
-webkit-border-radius: 1vw;
-khtml-border-radius: 1vw;
border-radius: 1vw;
/*+box-shadow: 0px 2px 1vw;*/
-moz-box-shadow: 0px 2px 1vw;
-webkit-box-shadow: 0px 2px 1vw;
box-shadow: 0px 2px 1vw;
}
form.OfficialCommentsForm button.SaveOfficialComments
{
/*(*+placement: 390px -700px;*)
position: relative;
left: 390px;
top: -700px;*/
border: 1px solid #0C9A3B;
padding: 1vw;
background-color: #8EE9AC;
color: #FFFFFF;
font-weight: bold;
float: left;
/*width: ;*/
font-size: 1vw;
margin-top: 5vw;
}
form.OfficialCommentsForm div.TeacherSignature
{
/*border: 1px solid #E66177;*/
/*width: 20%;*/
}
div.OfficialCommentBlock div
{
/*width: 100%;*/
clear: both;
}
div.OfficialCommentBlock p#ClassTeacherSignature img
{
display: inline-block;
/*width: 100%;*/
}
div.StudentDossier div.ReportBottom
{
width: 100%;
font-size: 1vw;
/*border: 1px solid black;*/
/*height: 30vh;*/
}
.PageHeading
{
width: 100%;
margin: auto;
}
div.TopTables
{
float: left;
width: 50%;
margin-left: 5%;
margin-top: 3%;
}
.AbsenceDataTable
{
width: 100%;
font-size: 1vw;
height: 7vw;
/*margin-top;*/
margin-bottom: 2vw;
}
.AbsenceDataTable, .AdjustThirdTerm, .TermDurationTable tr
{
text-align: center;
}
.TermDurationTable
{
width: 100%;
font-size: 1vw;
height: 7vw;
}
.AcademicTable
{
width: 100%;
clear: both;
font-size: 0.9vw;
background-image: none;
}
table.AcademicTable tbody tr td:not(.EveryFirstColumn, .TeacherSignature)
{
text-align: center;
}
table.AcademicTable tbody tr td:not(.TeacherSigature)
{
}
table.AcademicTable tbody tr td.EveryGradeCommentColumn
{
text-align: left;
}
.PageHeading .SealStatement
{
text-align: center;
width: 58%;
float: left;
margin-top: 2%;
}
div.SealStatement p.SaluteDossier
{
font-size: 1.2vw;
}
div.SealStatement p.SaluteLagos
{
font-size: 2.0vw;
font-weight: bold;
}
.PageHeading .IjayeLogo
{
width: 20%;
height: 15vw;
float: left;
}
.PageHeading .LagosLogo
{
float: left;
width: 20%;
}
.PageFooter
{
width: 100%;
background-color: #E9E5E5;
height: 20vw;
clear: both;
margin-bottom: 0vw;
position: sticky;
bottom: 0vw;
margin-top: 10vw;
}
.ThisTermName
{
font-size: 2vw;
margin-top: 3vw;
}
#Rotator
{
/*+transition: background-color 2970ms ease-out 1670ms;*/
-webkit-transition: background-color 2970ms ease-out 1670ms;
-moz-transition: background-color 2970ms ease-out 1670ms;
-o-transition: background-color 2970ms ease-out 1670ms;
transition: background-color 2970ms ease-out 1670ms;
background-color: #F3EFEF;
}
button.my_popup_close
{
/*+placement: displace 67% 1em;*/
position: absolute;
margin-left: 67%;
margin-top: 1em;
border: 0px solid black;
font-size: 1.5vw;
background-color: #FFFFFF;
padding-right: 18px;
width: 12%;
font-style: italic;
font-weight: bold;
color: #FFFFFF;
}
button.my_popup_close i.fa.fa-times
{
/*+placement: 0% 1%;*/
position: relative;
left: 0%;
top: 1%;
float: left;
padding-left: 2px;
}
div#my_popup
{
display: none;
}
div.TermAddMultipleSelect
{
}
div.StudentTermProcess div.StudentTermProcessDiv
{
float: left;
width: 33%;
border-right: 1px solid #9FCAEB;
padding-right: 1%;
padding-left: 1%;
height: 25vw;
}
div.StudentTermProcess
{
width: 58%;
font-size: 1vw;
float: left;
}
div.TermAddMultipleSelect select
{
background-color: #A5CCBD;
color: #FFFFFF;
font-weight: bold;
}
div.MoveRightButton
{
width: 20%;
/*border: 1px solid black;*/
/*(*+placement: 147px -70px;*)
position: relative;
left: 147px;
top: -70px;*/
}
div.MoveRightButton .AutoButtonRight
{
padding: 4% 6%;
/*+box-shadow: 1px 1px 1px 1px;*/
-moz-box-shadow: 1px 1px 1px 1px;
-webkit-box-shadow: 1px 1px 1px 1px;
box-shadow: 1px 1px 1px 1px;
margin-top: 40%;
width: 60%;
color: #938E8E;
font-weight: bold;
font-size: 1.5vw;
margin-left: 10%;
}
div.StudentTermProcessDiv .AutoButtonSubmit
{
margin-top: 5%;
margin-left: 10%;
padding: 0 4% 0%;
font-weight: bold;
width: 80%;
background-image: linear-gradient(to top, #C55050, #F4EAEA);
border: 0px solid black;
color: #FFFFFF;
height: 2.5vw;
}
div.StudentTermProcessDiv .AutoButtonSubmit:hover
{
background-image: linear-gradient(to top, #BB0A0A, #F4EAEA);
border: 0px solid black;
}
div.MoveRightButton .AutoButtonRight:disabled
{
background-color: #C55050;
border: 1px solid black;
color: #000000;
}
div.StudentTermProcessDiv .AutoButtonSubmit:disabled
{
background-color: #C55050;
border: 2px solid black;
/*color: #000000;*/
}
input.AutoButtonSelectAll
{
padding: 1%;
color: #FFFFFF;
background-image: ;
background-image: linear-gradient(to top, #2E89E3, #F4EAEA);
font-weight: bold;
width: 100%;
margin-top: 2%;
}
input.AutoButtonSelectAll:hover
{
background-image: linear-gradient(to bottom, #2E89E3, #F4EAEA);
}
div.TermAddSuccess
{
background-color: #BCF5CE;
font-size: 1vw;
font-weight: 100;
padding-left: 1%;
}
div.TermAddFail
{
background-color: #F6A0A0;
font-size: 1vw;
font-weight: 100 !important;
margin-top: 2vw;
padding-left: 1%;
color: #FFFFFF;
}
#rightValues
{
width: 100%;
}
b.Demarcation
{
color: #3425BC;
font-size: 1.2vw;
}
div.DetailsEditDiv
{
display: none;
}
div#ShowStudentEditMessage
{
display: none;
font-size: 1.1vw;
width: 40%;
float: left;
/*margin-top: -22vw;*/
padding-left: 1%;
margin-left: 3%;
padding-top: 1%;
padding-bottom: 1%;
/*background-color: #47E688;*/
color: #FFFFFF;
font-weight: bold;
/*border: 1px solid black;*/
}
form.StudentDetailsEditForm
{
float: left;
/*border: 1px solid black;*/
width: 50%;
}
form.StudentDetailsEditForm
{
font-size: 1vw;
}
div.EditStudentMessage
{
background-color: #CEFCD3;
}
div.EditStudentMessage h4
{
font-size: 1vw;
}
div.GreenColored
{
background-color: #47E688;
}
div.RedColored
{
background-color: #E54757;
}
div.ScoreInputTable table.AcademicTable tr td img
{
/*width: 60%;*/
}
div.OfficialCommentBlock
{
clear: both;
/*margin-top: 26.2vw;*/
/*background-color: #FDDAF4;*/
width: 50%;
float: left;
font-size: 1vw;
/*border: 1px solid black;*/
margin-top: 5vw;
}
div.OfficialCommentBlock div p
{
float: left;
width: 40%;
/*border: 1px solid black;*/
}
p.TeacherSignature
{
border: 0.2vw solid #9990FD;
clear: both;
}
p.TeacherSignature:hover
{
background-color: #9994E0;
}
div.OfficialCommentBlock div div
{
float: left;
width: 10%;
}
div.SignaturesPool a.TeacherSignature
{
/*border-bottom-right-radius: 53px;*/
}
div.ScoreInputTable table.AcademicTable td.TeacherSignature
{
width: 8.5%;
border-left: 0.2vw solid #F9C9C9;
border-top: 0.2vw solid #F9C9C9;
border-right: 0.2vw solid #F9C9C9;
}
div.ScoreInputTable table.AcademicTable td.TeacherSignature:hover
{
border: 0.2vw solid #E74343;
}
div.ScoreInputTable table.AcademicTable td.ScoreInputTermWeight
{
width: 3%;
}
div.StudentDossier input.FirstCommentFirstInput
{
width: 78%;
border-bottom: 0.2vw dashed black;
font-size: 1vw;
border-left: 0px solid black;
border-top: 0px solid black;
border-right: 0px solid black;
float: left;
margin-top: -0.3vw;
}
div.ReportBottom p.ClassTeacherCommenStatement
{
float: left;
width: 18%;
font-size: 1vw;
}
div.ReportBottom input.FirstCommentSecondInput
{
width: 68%;
float: left;
border-bottom: 0.2vw dashed black;
border-top: 0px solid black;
border-left: 0px solid black;
border-right: 0px solid black;
clear: both;
margin-top: -0.3vw;
}
div.ReportBottom p.ParentSignatureStatement
{
clear: both;
float: left;
width: 60%;
}
div.d
{
clear: both;
}
div.ReportBottom p.ParentDate
{
float: left;
}
div.ReportBottom p.ClassTeacherSignatureDate
{
width: 30%;
float: left;
/*margin-top: -0.3vw;*/
margin-left: 1%;
}
form.AjaxScoreAttendance
{
float: left;
width: 45%;
font-size: 1vw;
clear: both;
background-image: linear-gradient(to bottom, #DCDAF5 45%, #B9B4EB);
padding-left: 5%;
}
form.AjaxScoreTermDuration
{
float: left;
width: 45%;
font-size: 1vw;
margin-left: 5%;
background-image: linear-gradient(to bottom, #DCDAF5 45%, #B9B4EB);
padding-left: 5%;
margin-bottom: 3%;
}
form.AjaxScoreAttendance button.SaveAttendanceButton
{
border: 1px solid #FFB189;
margin-bottom: 2vw;
background-color: #FFDAA7;
margin-top: 1vw;
width: 60%;
font-weight: bold;
color: #E28D16;
padding-top: 1vw;
padding-bottom: 1vw;
margin-left: 5vw;
margin-right: auto;
}
form.AjaxScoreAttendance button.SaveAttendanceButton:hover
{
border: 1px solid #9BFF87;
background-color: #E9FFA6;
color: #0CC148;
}
form.AjaxScoreAttendance input, form.AjaxScoreAttendance .hasDatepicker
{
text-align: center;
border: 0px solid black;
background-color: #FCE8EB;
}
form.AjaxScoreAttendance input:hover, form.AjaxScoreAttendance .hasDatepicker:hover
{
text-align: center;
border: 0px solid black;
background-color: #C7CEF1;
}
form.AjaxScoreTermDuration input, form.AjaxScoreAttendance .hasDatepicker
{
text-align: center;
border: 0px solid black;
background-color: #FCE8EB;
}
form.AjaxScoreTermDuration input:hover, form.AjaxScoreAttendance .hasDatepicker:hover
{
text-align: center;
border: 0px solid black;
background-color: #C7CEF1;
}
div.ScoreStudentInfo
{
font-size: 1vw;
/*background-color: #FAEFE1;*/
height: 3vw;
/*padding-top: 1%;*/
padding-left: 1%;
border-bottom: 0.5vw solid #B16200;
padding-bottom: 1%;
margin-bottom: 3vw;
}
div.ScoreStudentInfo p
{
float: left;
width: 15%;
}
div.ScoreStudentInfo p:nth-child(2)
{
margin-top: -0.5vw;
}
div.ScoreStudentInfo p:nth-child(1)
{
/*margin-top: -0.5vw;*/
width: 35%;
}
div.ScoreInputUpdate
{
/*background-color: #F8E5CE;*/
/*border: 1px solid black;*/
border-bottom: 0.5vw solid #B16200;
margin-bottom: 1vw;
}
form.AjaxScoreAttendance p.ScoreAbsenceTableInfo
{
background-color: #FCE8EB;
width: 100%;
padding-left: 1vw;
}
form.AjaxScoreTermDuration p.ScoreTermDurationTableInfo
{
background-color: #FCE8EB;
width: 100%;
padding-left: 1vw;
}
form.AjaxScoreForm button#SaveAllScoreButtonSecond
{
margin-top: 70vh;
margin-right: -20%;
}
form.AjaxScoreTermDuration table.ScoreTermDurationTable
{
width: 80%;
height: 8vw;
}
form.AjaxScoreTermDuration button.SaveTermDurationButton
{
width: 80%;
border: 1px solid #9BFF87;
margin-bottom: 2vw;
background-color: #E9FFA6;
margin-top: 1vw;
width: 60%;
font-weight: bold;
color: #0CC148;
padding-top: 1vw;
padding-bottom: 1vw;
margin-left: 5vw;
margin-right: auto;
}
form.AjaxScoreTermDuration button.SaveTermDurationButton:hover
{
border: 1px solid #FFB189;
background-color: #FFDAA7;
color: #E28D16;
}
form.AjaxScoreAttendance table.ScoreAbsenceTable
{
width: 80%;
height: 8vw;
}
div.UserProfile
{
margin-top: 2%;
padding-left: 1%;
}
div.UserProfile div.ProfileData
{
float: left;
width: 50%;
font-size: 1vw;
}
button.DetailsEditButton
{
float: left;
width: 15%;
background-color: #590FEC;
color: #FFFFFF;
font-weight: bold;
font-size: 1vw;
}
form.UserProfileUpdateForm div
{
/*border: 1px solid black;*/
clear: both;
font-size: 1vw;
}
div span.PrimaryEmailDiabled
{
color: #E09189;
}
form.UserProfileUpdateForm div input:disabled
{
cursor: not-allowed;
background-color: #E09189;
color: #FFFFFF;
}
form.UserProfileUpdateForm div input
{
float: left;
font-size: 1vw;
height: 2em;
width: 32%;
}
form.UserProfileUpdateForm input.ProfileUpdateButton
{
font-size: 1vw;
width: 25%;
background-color: #E09189;
color: #F2F9FD;
border: 1px solid #DAD0D0;
margin-top: 1%;
}
form.UserProfileUpdateForm
{
margin-top: 2%;
float: left;
width: 60%;
}
div.DetailsEditDiv button.DetailsShowButton
{
background-color: #590FEC;
color: #FFFFFF;
font-weight: bold;
width: 15%;
font-size: 1vw;
}
form.UserProfileUpdateForm div p
{
float: left;
width: 25%;
font-size: 1vw;
}
form.QuestionInputform button.ResultButton
{
/*+placement: shift 548px -6px;*/
position: relative;
left: 548px;
top: -6px;
}
.pie-legend li span
{
width: 1em;
height: 1em;
display: inline-block;
margin-right: 5px;
}
.pie-legend
{
list-style: none;
}
.AjaxRotator
{
display: block;
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.8) url('http://sampsonresume.com/labs/pIkfp.gif') 50% 50% no-repeat !important;
/*font-weight: normal;*/
/*background-color: rgba(243, 30, 30, 0.800);*/
}
/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
/*.loading
{
overflow: hidden;
}*/
/* Anytime the body has the loading class, our
modal element will be visible */
.loading
{
display: block;
}
ul.QuestionsPanel
{
list-style-type: none;
/*border: 1px solid black;*/
}
div.SlideShowMin div#number
{
display: none;
} | public/CSS/SiteStyle - Original.css | *
{
margin: 0%;
padding: 0%;
}
div.ThirdStep img.ThirdImage
{
width: 45%;
float: left;
height: 40vw;
/*+border-radius: 10%;*/
-moz-border-radius: 10%;
-webkit-border-radius: 10%;
-khtml-border-radius: 10%;
border-radius: 10%;
margin-left: 30%;
}
div.ThirdStepWords
{
width: 40%;
float: left;
margin-left: 5%;
height: 20vw;
font-size: 1vw;
margin-top: 10%;
}
div.ThirdStep
{
width: 100%;
height: 45vw;
padding-top: 2%;
background-color: #E8E2E2;
padding-left: 2%;
}
div.BigWrapper
{
margin: auto;
width: 100%;
}
body
{
margin: 0%;
padding: 0%;
height: 100%;
}
div.ActionPanel
{
width: 39%;
float: left;
font-size: 1vw;
height: 32vw;
margin-top: 2.5vw;
}
div.InfoGraphPanel
{
background-color: #FFFFFF;
width: 100%;
/*margin-top: 24%;*/
height: 9.2vw;
background-image: linear-gradient(to bottom, #0A50AB 15%, #7FA7DF);
/*margin-left: 2%;*/
color: #FFFFFF;
/*position: fixed;*/
}
p.CheckDownload
{
margin-top: 3%;
background-color: #2C2398;
font-weight: bold;
padding-top: 1%;
padding-bottom: 1%;
/*+border-radius: 1em;*/
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
-khtml-border-radius: 1em;
border-radius: 1em;
/*font-size: 2vw;*/
}
p.CheckDownload:hover
{
background-color: #271E86;
}
p.CheckDownload a
{
color: #FFFFFF;
text-decoration: none;
}
div.StudentInfo p
{
font-size: 1vw;
float: left;
width: 24%;
text-align: center;
font-weight: 500;
}
div.DivisionContainerInner div.FirstStep
{
height: 35vw;
clear: both;
width: ;
}
div.DivisionContainerInner div.SecondStep
{
width: 90%;
height: 45vw;
clear: both;
margin: auto;
}
div.DummySecondStep
{
background-image: linear-gradient(to right, #8C9EA2 15%, #851A75);
background-color: #851A75;
padding-top: 5%;
height: 55vw;
}
div.FancySteps h3
{
border: 0px solid black !important;
background-color: rgba(255, 255, 255, 0) !important;
text-align: left !important;
/*font-size: 6vw;*/
}
div.SecondStepWords h2
{
font-size: 3.6vw;
}
div.SecondStep div.SecondStepWords
{
color: #851A75;
position: absolute;
top: 40%;
left: 55%;
width: 45%;
font-size: 2vw;
}
div.SecondStepWords p
{
color: #FDF5FC;
width: 45%;
margin-left: 53%;
margin-top: 15%;
font-weight: bold;
}
div.FirstStep div.FirstStepWords
{
float: left;
width: 40%;
height: 15vw;
padding-left: 1%;
font-size: 1vw;
margin-top: 10%;
/*border: 1px solid black;*/
}
div.FirstStep img
{
float: left;
margin-left: 1%;
width: 45%;
height: 34vw;
}
div.StudentInfo p:nth-child(2)
{
width: 28%;
}
div.StudentInfo p span
{
font-size: 3vw;
}
div.StudentInfo p:nth-child(4)
{
/*margin-left: 5%;*/
/*width: ;*/
}
div.StudentInfo p:nth-child(2) span
{
/*margin-left: 30%;*/
}
div.StudentPanel
{
width: 90%;
border-top-left-radius: 1vw;
border-top-right-radius: 1vw;
border: 1px solid #C0BABA;
background-color: #FFFFFF;
}
div.StudentPanel h4
{
height: 2vw;
margin-top: 0.0vw;
font-size: 2vw;
border-top-left-radius: 1vw;
border-top-right-radius: 1vw;
border-bottom: 1px solid #C0BABA;
text-align: center;
}
div.StudentPanel .ActionPoint
{
clear: both;
height: 4vw;
margin-bottom: 0vw;
border-top: 1px solid #C0BABA;
padding-top: 1vw;
padding-left: 10vw;
margin-top: 2vw;
background-color: #F1F1F1;
}
div.TeacherPanel h4
{
font-size: 2vw;
}
div.HomePageSlider .SlideShowMin
{
width: 100%;
height: 100%;
}
div.HomePageSlider
{
width: 60%;
height: 35vw;
float: left;
margin-top: 1.5vw;
}
div.StudentListHeading
{
padding-left: 30%;
clear: both;
}
div.HomePageSlider .SlideShowMin
{
width: 100%;
height: 100%;
}
div.HomePageSlider #number
{
display: none;
}
div.HomePageSlider .SlideShowMin ul li p
{
float: left;
font-size: 1vw;
width: 40%;
display: none;
height: 206px;
display: none;
visibility: hidden;
}
div.HomePageSlider .SlideShowMin ul li img
{
width: 100%;
height: 32vw;
float: left;
margin-top: 1vw;
}
div.HomePageSlider div.SlideShowMin ul
{
width: 100% !important;
height: 40vw !important;
}
div.HomePageSlider div.SlideShowMin ul li
{
width: 100% !important;
height: 40vw !important;
}
.AdminLinks
{
width: 55%;
float: left;
height: 4.5vw;
padding-bottom: 2vw;
margin-top: 1.2vw;
padding-left: 5%;
}
div.ClassLinks
{
width: 45%;
float: left;
height: 4.5vw;
border-bottom: 1vw solid #3178D8;
margin-top: 1.2vw;
}
div.ClassLinks .YearSelectAdmin
{
clear: both;
background-color: #518BD6;
/*color: #901212;*/
}
div.ClassLinks p
{
font-size: 1vw;
float: left;
width: 27%;
background-color: #377CD6;
color: #FFFFFF;
font-weight: bold;
height: 4vw;
padding-left: 1%;
display: block;
}
p.GetStudentForDetailsEdit
{
font-size: 1vw;
padding-left: 14px;
}
form.GetStudentForDetailsEditForm
{
font-size: 1vw;
width: 50%;
margin-left: 2vw;
}
p.StudentEditFormInstruction
{
font-size: 1vw;
}
div.ClassLinks a
{
font-size: 0.9vw;
background-color: #86B2EB;
padding: 1% 1%;
margin-left: 3%;
width: 20%;
border: 1px solid #4892F2;
color: #FFFFFF;
font-weight: bold;
float: left;
margin-top: 2%;
height: 2.5vw;
text-decoration: none;
text-align: center;
}
div.ClassLinks a:hover
{
background-color: #D98989;
border: 1px solid #F45E5E;
}
.autocomplete-suggestions strong
{
font-weight: bold;
color: #000;
}
.AdminLinks a
{
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
background-color: #E65B5E;
font-size: 1vw !important;
padding: 2% 3%;
float: left;
margin-top: 1%;
}
.AdminLinks a:hover
{
text-decoration: none;
font-weight: bold;
background-color: #86B2EB;
}
.autocomplete-suggestions
{
border: 1px solid #999;
background: #FFF;
cursor: default;
overflow: hidden;
-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
width: 25vw !important;
}
.autocomplete-suggestion
{
padding: 2px 5px;
white-space: nowrap;
}
.autocomplete-suggestion:hover
{
background-color: #F0F0F0;
}
.NavBar
{
width: 55%;
color: #FFFFFF;
margin-left: 20%;
}
.NavBar a
{
font-size: 1vw;
/*color: #0A50AB;*/
padding: 2% 2% 2% 2%;
width: 15%;
float: left;
font-weight: bold;
color: #FFFFFF;
}
.NavBar a:first-child
{
/*border-bottom-left-radius: 5px;*/
}
.NavBar a:nth-child(3)
{
/*border-bottom-right-radius: 5px;*/
}
.MainHeader .MainHeaderLogo
{
width: 15%;
float: left;
}
.MainHeader .MainHeaderLogo img
{
width: 13%;
z-index: 100;
/*+placement: displace;*/
position: absolute;
margin-left: 0;
margin-top: 0;
/*height: ;*/
/*margin-top: 0.8vw;*/
/*margin-left: 2vw;*/
}
.NavBar a:hover
{
text-decoration: none;
/*background-color: #D98989;*/
color: #3050F1;
}
div.OffsetBlock p
{
font-size: 1.2vw;
float: left;
width: 60%;
margin-top: 0.5vw;
color: #5609F0;
font-weight: bold;
}
.YearLabel
{
font-weight: bold;
color: #1A1717;
font-size: 1vw;
}
div.BigWrapper h3
{
border-bottom: 2px solid #E07575;
font-size: 2vw;
clear: both;
line-height: 2.7vw;
width: 100%;
/*margin-bottom: 2.5vw;*/
background-color: #FFFFFF;
padding-left: 2%;
text-align: center;
/*margin-top: -10%;*/
margin-top: 5%;
/*background: rgba(255, 255, 255, 0.8) url('http://sampsonresume.com/labs/pIkfp.gif') 50% 50% no-repeat;*/
}
div.GeneralUpadte
{
font-size: 0.9vw;
clear: both;
padding-left: 2%;
margin-top: -2%;
/*border: 1px solid black;*/
margin-bottom: 3%;
}
div.HomeUpdate
{
font-size: 1.5vw;
clear: both;
padding-left: 2%;
margin-top: -2%;
margin-bottom: 3%;
}
div.DivisionContainerInner
{
margin-top: -5vw;
clear: both;
width: 100%;
height: 20vw;
}
div.SlideShowMin
{
width: 100% !important;
height: 40vw !important;
}
div.SlideShowMin ul
{
width: 100% !important;
height: 40vw !important;
}
div.SlideShowMin ul li
{
width: 100% !important;
height: 40vw !important;
}
div.SlideShowMin ul li img
{
width: 100% !important;
height: 40vw !important;
}
div.SlideShowMin ul li img.ShareIMGSlide
{
width: 50% !important;
float: left !important;
}
div.GeneralUpadte p
{
background-color: #F7ECB5;
padding-left: 2%;
padding-top: 1%;
padding-bottom: 1%;
/*margin-top: -0.5vw;*/
}
div.HomeUpdate p
{
background-color: #952F30;
padding-left: 5%;
padding-top: 1%;
padding-bottom: 1%;
color: #FDFDFD;
text-align: center;
}
div.HomeUpdate .HomeUpdateDate
{
color: #5C9DF4;
font-weight: 300;
}
div.LoginForm form
{
width: 100%;
padding-left: 30%;
}
/*H3
{
border-bottom: 2px solid #E07575;
font-size: 2vw;
clear: both;
line-height: 2.7vw;
margin-left: 10%;
width: 88%;
padding-left: 2%;
}*/
.StudentRegistrationForm
{
padding-left: 1%;
padding-bottom: 10%;
background-color: #377CD6;
border-radius: 15px;
border: 1px solid #B9B9B9;
/*+box-shadow: 0px 1px #DBD7D7;*/
-moz-box-shadow: 0px 1px #DBD7D7;
-webkit-box-shadow: 0px 1px #DBD7D7;
box-shadow: 0px 1px #DBD7D7;
clear: both;
width: 100%;
font-size: 1vw;
height: 41vw;
background-image: linear-gradient(to bottom, white 35%, #FCDEE1);
}
.StudentRegistrationForm form input
{
width: 100%;
height: 3vw;
}
.StudentRegistrationForm #StudentFirstname
{
}
.StudentRegistrationForm #RegistrationButton
{
background-color: ;
border: 1px solid #7EA6DC;
margin-left: 46%;
width: 29vw;
}
#StudentAdmissionNumber
{
margin-left: 1%;
}
.StudentRegistrationForm #RegistrationButton:hover
{
background-color: #FCDEE1;
}
.StudentRegistrationForm #StudentSurname
{
}
.ChooseTermBox div
{
width: 24%;
font-size: 1vw;
float: left;
margin-left: 1%;
}
div.ChooseTermError
{
clear: both;
margin-top: -1%;
height: 5vw;
}
div.ChooseTermError div
{
float: left;
width: 23%;
height: 4vw;
margin-left: 1%;
padding-top: 1%;
font-weight: bold;
}
div.ClearBoth
{
clear: both;
}
div.InputBlock
{
width: 100%;
clear: both;
}
div.InputBlock p
{
width: 46%;
float: left;
margin-top: 4%;
}
div.InputBlock div
{
width: 51%;
float: left;
}
div.InputBlock div span
{
font-size: 0.9vw;
}
.YearError
{
/*background-color: #DFB7B7;*/
/*padding-top: 1vw;*/
/*padding-bottom: 1vw;*/
/*padding-left: 1vw;*/
/*padding-right: 0vw;*/
/*(*+placement: 0% -0.8vw;*)
position: relative;
left: 0%;
top: -0.8vw;*/
/*font-size: 0.8vw;*/
width: 90%;
}
.TermError
{
background-color: #DFB7B7;
padding-top: 1vw;
padding-bottom: 1vw;
padding-left: 1vw;
padding-right: 0vw;
/*+placement: 0% -0.8vw;*/
position: relative;
left: 0%;
top: -0.8vw;
font-size: 0.8vw;
width: 90%;
}
.ClassError
{
/*background-color: #DFB7B7;*/
/*(*+placement: 0% -0.8vw;*)
position: relative;
left: 0%;
top: -0.8vw;*/
/*padding: 1vw 0vw 1vw 1vw;*/
/*font-size: 0.8vw;*/
width: 90%;
}
.YearSelect
{
background-color: #C5C0C0;
}
.TermSelect
{
background-color: #C5C0C0 !important;
}
.ClassSelect
{
background-color: #C5C0C0 !important;
}
.SubClassSelect
{
background-color: #C5C0C0 !important;
}
.SubClassLabel
{
color: #1A1717;
font-weight: bold;
font-size: 1vw;
}
.SubClassError
{
/*background-color: #DFB7B7;*/
/*(*+placement: 0% -0.8vw;*)
position: relative;
left: 0%;
top: -0.8vw;*/
/*padding: 1vw 0vw 1vw 1vw;*/
/*font-size: 0.8vw;*/
width: 90%;
}
.MainHeader
{
height: 5vw;
width: 100%;
/*background-image: url('../Images/Logos/b.JPG');*/
/*border: 1px solid black;*/
background-color: #F27D7F;
}
.TermLabel
{
font-weight: bold;
color: #1A1717;
}
div.BossLevel
{
width: 100%;
/*background-color: #E98D8D;*/
height: 100%;
margin-bottom: 3em;
}
p.BossLevelStatement
{
/*+placement: 0% 9%;*/
position: relative;
left: 0%;
top: 9%;
text-align: center;
font-weight: bold;
font-size: 2.0vw;
}
img.BossLevelLagosLogo
{
width: 25%;
height: 100%;
margin-left: 39%;
/*+border-radius: 100%;*/
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
border-radius: 100%;
}
div.MiddleLevel
{
width: 90%;
/*+placement: 0% 0px;*/
position: relative;
left: 0%;
top: 0px;
height: 24vh;
text-align: center;
margin-top: -40px;
margin-left: 4%;
}
div.MiddleLevelDSVision p
{
text-align: center;
background-color: rgba(240, 240, 240, 0.672);
font-size: 1.8vw;
}
div.MiddleLevelDSMotto p
{
text-align: center;
background-color: rgba(251, 251, 251, 0.698);
font-size: 1.8vw;
}
.MiddleLevel .MiddleLevelDSHeading
{
font-size: 2.3vw;
text-align: center;
background-color: rgba(240, 240, 240, 0.569);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border: 1px solid #CCCCCC;
font-weight: bold;
}
div.MiddleLevelDSVision span
{
font-size: 1.1vw;
padding-left: 1%;
color: #FFFFFF;
font-weight: 800;
}
.MiddleLevel .MiddleLevelDSMotto
{
width: 48%;
height: 25vh;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom-right-radius: 15px;
background-color: rgba(132, 132, 132, 0.310);
float: left;
margin-left: 4%;
background-image: linear-gradient(to bottom, #474747 45%, #272727);
}
.MiddleLevel .MiddleLevelDSVision
{
border: 1px solid #CCCCCC;
width: 48%;
height: 25vh;
font-size: 90%;
border-bottom-left-radius: 15px;
background-color: rgba(88, 88, 88, 0.293);
float: left;
background-image: linear-gradient(to bottom, #474747 45%, #272727);
color: #272727;
}
div.MiddleLevelDSMotto span
{
font-size: 1.1vw;
padding-left: 1%;
color: #FFFFFF;
font-weight: 800;
}
div.LowLevel
{
width: 85%;
margin-left: 6%;
clear: both;
margin-top: 8vw;
}
div.LowLevelSCHVision
{
width: 48%;
height: 30vw;
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-bottom-left-radius: 15px;
background-color: rgba(132, 132, 132, 0.224);
float: left;
color: #000000;
background-image: linear-gradient(to bottom, #474747 45%, #272727);
}
.LowLevelSCHHeading
{
border: 1px solid #CCCCCC;
font-size: 2.0vw;
text-align: center;
width: 100%;
background-color: rgba(240, 240, 240, 0.569);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
height: 5vw;
display: block;
margin-top: 3vw;
font-weight: bold;
}
div.DivisionContainer
{
margin-top: 1vw;
clear: both;
width: 100%;
height: 60vw;
}
img.HomeIcon
{
width: 10%;
}
div.LowLevelSCHMission
{
width: 48%;
height: 30vw;
border: 1px solid #CCCCCC;
border-bottom-right-radius: 15px;
background-color: rgba(132, 132, 132, 0.25);
float: left;
margin-left: 4%;
color: #FFFFFF;
background-image: linear-gradient(to bottom, #474747 45%, #272727);
}
.LowLevelSCHVision div
{
text-align: center;
background-color: rgba(251, 251, 251, 0.810);
font-size: 1.5vw;
width: 100%;
border: 0px solid black !important;
}
div.LowLevelSCHMission div
{
text-align: center;
background-color: rgba(255, 255, 255, 0.698);
font-size: 1.5vw;
/*+placement: 0% 0%;*/
position: relative;
left: 0%;
top: 0%;
color: #000000;
}
div.LowLevelSCHVision p
{
font-size: 1.2vw;
padding-left: 3%;
text-align: justify;
padding-right: 2%;
font-weight: 800;
color: #FFFFFF;
}
.LowLevel div.LowLevelSCHMission p
{
font-size: 1.1vw;
padding-left: 3%;
border-bottom: 1px solid #F4F4F4;
text-align: justify;
padding-right: 2%;
color: #FFFFFF;
font-weight: 800;
}
.ChooseTermBox
{
background-color: #E9E5E5;
padding-top: 2%;
height: 13vw;
padding-right: 1%;
box-shadow: 0.1vw 0.1vw 0.8vw #160E0E;
clear: both;
}
div.ChooseTermBox:hover
{
box-shadow: 0.1vw 0.1vw 0.8vw #594ACB;
}
div.ChooseTermBox div select
{
width: 100%;
height: 5vw;
font-size: 1vw;
}
div.ScoreInputProcess .ScoreInputSubjects
{
width: 100%;
height: 2vw;
background-color: #3C7FC1;
color: #FDFDFD;
}
div.ScoreInputProcess p.ScoreInputInstruction b:first-child
{
font-size: 1.5vw;
}
div.ScoreInputSubmit #AutoButton
{
background-color: #D98989;
color: #FFFFFF;
font-weight: bold;
font-size: 1.5vw;
width: 100%;
border: 1px solid #E7E7E7;
}
div.ScoreInputSubmit #AutoButton:hover
{
background-color: #FBFBFB;
/*padding: 1vw;*/
color: #D98989;
font-weight: bold;
font-size: 1.5vw;
/*margin-top: -22%;*/
width: 100%;
border: 1px solid #D4D2D2;
}
div.ScoreInputSubmit a
{
color: #D98989;
font-weight: bold;
font-size: 1.5vw;
}
input#autocomplete-custom-append
{
width: 100%;
height: 3vw;
color: #2E89E3;
display: block;
border: 2px solid #2E89E3;
}
div.ScoreInputProcess input
{
color: #2E89E3;
display: block;
border: 2px solid #2E89E3;
}
.StudentLabel
{
/*+placement: 0.3% 0%;*/
position: relative;
left: 0.3%;
top: 0%;
font-size: 1.8vw;
}
div.RegistrationInfo h3
{
line-height: 1.8vw !important;
width: 80% !important;
font-size: 1.5vw;
margin-top: 2%;
color: #E07575;
}
div.RegistrationInfo div:first-child h3
{
line-height: 1.8vw !important;
width: 80% !important;
font-size: 1.5vw;
margin-top: 2%;
border-bottom: 2px solid #377CD6;
color: #377CD6;
}
.RegistrationInfo
{
background-color: #FFFFFF;
padding: 1vw 0vw 1vw 1vw;
color: #69666B;
width: 40%;
float: left;
height: 35vw;
/*+border-radius: 1vw;*/
-moz-border-radius: 1vw;
-webkit-border-radius: 1vw;
-khtml-border-radius: 1vw;
border-radius: 1vw;
}
div.RegistrationInfo div.RegInstruction
{
padding-left: 2%;
font-size: 0.9vw;
border-left: 1vw solid #377CD6;
border-top: 1px solid #377CD6;
border-right: 1px solid #377CD6;
border-bottom: 1px solid #377CD6;
width: 97%;
height: 44%;
}
div.ClassesLink div
{
float: left;
clear: both;
width: 100%;
margin-top: 1%;
}
div.ClassesLink div:last-child
{
margin-bottom: 1vw;
}
div.ClassesLink div a
{
float: left;
border: 1px solid #ECB5B5;
text-align: center;
color: #F35757;
margin-left: 1%;
font-weight: bold;
background-image: linear-gradient(to bottom, white 45%, #ECB5B5);
text-decoration: none;
font-size: 1.2vw;
padding: 1% 3%;
}
div.ClassesLink div a:hover
{
background-image: linear-gradient(to top, white 45%, #ECB5B5);
}
img.AuthIcon
{
width: 3%;
vertical-align: bottom;
margin-left: -9%;
}
div.RegistrationInfo div.ClassesLink
{
border-top: 1px solid #F35757;
margin-top: 4%;
border-left: 1vw solid #F35757;
padding-left: 2%;
border-bottom: 1px solid #F35757;
border-right: 1px solid #F35757;
width: 97%;
padding-top: 2%;
height: 90%;
font-size: 1.2vw;
padding-right: 1%;
}
.UtilityBar
{
background-color: #FBFBFB;
width: 100%;
}
div.UtilitySection
{
width: 60%;
float: left;
/*height: 75vw;*/
/*border: 1px solid black;*/
}
.EmptyVessels
{
background-color: #FFFFFF;
height: 6vw;
width: 40%;
float: left;
font-size: 1vw;
}
.RegistrationBadResponse
{
background-color: #F7CFCF;
height: 6vw;
border: 1px dashed #D25454;
width: 40%;
font-size: 1vw;
float: left;
padding-left: 1%;
margin-left: 15%;
}
.RegistrationGoodResponse
{
background-color: #C5F9D2;
border: 1px dashed #197514;
width: 40%;
height: 6vw;
font-size: 1vw;
float: left;
margin-left: 15%;
}
.QuickAction
{
background-color: #FFFFFF;
width: 40%;
height: 6vw;
float: left;
margin-left: 2%;
padding-top: 0.3vw;
border: 1px solid #DCDADA;
/*+border-radius: 0.5vw;*/
-moz-border-radius: 0.5vw;
-webkit-border-radius: 0.5vw;
-khtml-border-radius: 0.5vw;
border-radius: 0.5vw;
margin-top: 1vw;
}
.QuickAction a
{
color: #FFFFFF;
background-color: #377CD6;
text-align: center;
text-decoration: none;
font-weight: bold;
padding: 2% 2%;
margin-left: 20%;
margin-top: 1%;
width: 60%;
display: block;
font-size: 1vw;
}
.QuickAction a:hover
{
background-color: #D98989;
}
.QuickAction a:nth-child(2)
{
margin-top: 1%;
}
.StudentRegistrationForm #StudentMiddlename
{
/*margin-left: 11%;*/
}
div.ScoreInputProcess
{
width: 20%;
font-size: 1.1vw;
float: left;
height: 24vw;
border-left: 1px solid #BFBABA;
padding-left: 1%;
padding-right: 1%;
}
div.ScoreInputTerm
{
width: 40% !important;
clear: both;
float: left;
padding-right: 1%;
font-size: 1.1vw;
}
div.StudentTermSelect
{
width: 39% !important;
clear: both;
float: left;
font-size: 1.1vw;
border-right: 1px solid #9FCAEB;
padding-right: 1%;
height: 25vw;
}
div.ScoreInputSubmit
{
clear: both;
}
p.ScoreInputProcessInstruct
{
font-size: 1.3vw;
background-color: #F1EDED;
width: 50%;
padding-left: 1%;
padding-top: 2%;
padding-bottom: 2%;
/*+box-shadow: 0 0 3px;*/
-moz-box-shadow: 0 0 3px;
-webkit-box-shadow: 0 0 3px;
box-shadow: 0 0 3px;
float: left;
height: 18.5vw;
}
div.ScoreInputTerm b
{
font-size: 1.5vw;
}
div.AddScoreNotification
{
width: 48%;
float: left;
/*+box-shadow: 0 0 3px;*/
-moz-box-shadow: 0 0 3px;
-webkit-box-shadow: 0 0 3px;
box-shadow: 0 0 3px;
height: 18.5vw;
margin-left: 2%;
font-size: 1vw;
background-color: #F1EDED;
font-weight: bold;
}
div.AddScoreNotification div.DecoupledErrors
{
font-size: 1vw;
float: left;
margin-right: 3%;
color: #0455A5;
}
div.AddScoreNotification .AddScoreNotificationGeneral
{
font-size: 1.3vw;
color: #2E89E3;
}
div.OffsetBlock
{
width: 50%;
margin-left: 95%;
font-style: italic;
}
div.OffsetBlock .Offset
{
float: left;
width: 35%;
height: 100%;
/*border: 1px solid black;*/
}
.StudentNumberLabel
{
font-size: 1.1vw;
float: left;
padding: 1%;
color: #BD3B3B;
background-color: #FFFFFF;
height: 3vw;
text-align: center;
font-weight: bold;
border: 1px solid #C5C0C0;
}
.ReportButton
{
/*+placement: 63px -39px !important;*/
position: relative !important;
left: 63px !important;
top: -39px !important;
/*+border-radius: 0;*/
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
background-color: #EE3135;
border: 1px solid #EFEFEF;
color: #EFEBEB;
}
.StudentError
{
background-color: #E0CDCD;
float: left;
font-size: 0.9vw;
padding: 2%;
margin-left: 1%;
border: 1px dashed #C8A5A5;
}
.EmailError
{
background-color: #D6C8C8;
display: block;
width: 30%;
float: left;
font-size: 1vw;
margin-left: 1%;
padding-bottom: 1%;
padding-top: 1%;
padding-left: 1%;
}
.LoginPassword
{
height: 3vw;
float: left;
width: 30%;
font-size: 1vw;
}
.PasswordError
{
background-color: #D6C8C8;
float: left;
width: 30%;
font-size: 1vw;
margin-left: 1%;
padding-bottom: 1%;
padding-top: 1%;
padding-left: 1%;
}
.LoginError
{
padding-top: 1vw;
background-color: #ECBABA;
padding-bottom: 1vw;
padding-right: 2vw;
padding-left: 1vw;
border: 1px dashed #E96868;
margin-top: 3vw;
display: block;
width: 50%;
font-size: 1vw;
}
.AcademicHeading th
{
background-color: #E0DEDE;
color: #5D5454;
padding-left: 7px;
/*width: 118px;*/
}
.StudentInput
{
width: 30%;
height: 3vw;
float: left;
background-color: #E2EEF8;
/*+box-shadow: inset 1px 1px;*/
-moz-box-shadow: inset 1px 1px;
-webkit-box-shadow: inset 1px 1px;
box-shadow: inset 1px 1px;
font-size: 2vw;
}
.StudentNumberField
{
width: 55%;
float: left;
height: 8vw;
}
div.OptionOr
{
float: left;
font-weight: bold;
width: 5%;
margin-top: 3.5vw;
}
div.OptionOr h4
{
font-size: 2vw;
}
.ClassLabel
{
font-weight: bold;
color: #1A1717;
}
.EmailLabel
{
font-weight: bold;
font-size: 1.2vw;
color: #C34242;
float: left;
width: 10%;
}
div.EmailBlock
{
width: 100%;
clear: both;
height: 2vw;
margin-top: 3vw;
}
div.PasswordBlock
{
clear: both;
height: 4vw;
width: 100%;
margin-top: 2vw;
}
.PasswordLabel
{
font-weight: bold;
font-size: 1.2vw;
color: #C34242;
float: left;
width: 10%;
}
.LoginEmail
{
height: 3vw;
float: left;
width: 30%;
font-size: 1vw;
}
.SignIn
{
background-color: #ED3034;
border: 1px solid #ED3034;
padding: 1px 1vw;
text-align: center;
font-size: 1.6vw;
color: #FFFFFF;
width: 30%;
margin-top: 0vw;
clear: both;
margin-left: 10%;
}
.SignIn:hover
{
background-color: #FFFFFF;
border: 1px solid #ED3034;
color: #ED3034;
}
button.StudentButton
{
background-color: #BD3B3B;
font-size: 1vw;
color: #FFFFFF;
padding: 1% 2%;
height: 3vw;
border: 1px solid #BD3B3B;
float: left;
text-align: center;
margin-left: 2%;
}
div.ScoreInputTable
{
width: 70%;
float: left;
}
form.AjaxScoreForm button.SaveAllScoreButton
{
float: right;
border: 1px solid #F39A1D;
padding: 1vw;
width: 20%;
background-color: #FFBD61;
font-size: 1.4vw;
font-weight: bold;
color: #F8F8F8;
/*clear: both;*/
/*margin-right: 10%;*/
/*margin-top: 15%;*/
}
form.AjaxScoreForm button#SaveAllScoreButtonDown
{
border: 1px solid #F39A1D;
padding: 1vw;
width: 20%;
background-color: #FFBD61;
font-size: 1.4vw;
font-weight: bold;
color: #F8F8F8;
clear: both;
margin-left: 80%;
/*margin-top: 100vh;*/
clear: both;
}
form.OfficialCommentsForm
{
clear: both;
background-image: linear-gradient(to bottom, #DCDAF5 45%, #B9B4EB);
height: 33em;
margin-bottom: 2em;
padding-left: 3%;
}
form.AjaxScoreForm button.SaveAllScoreButton:hover
{
border: 1px solid #C5FF16;
background-color: #91EA51;
}
form.AjaxScoreForm button#SaveAllScoreButtonDown:hover
{
border: 1px solid #C5FF16;
background-color: #91EA51;
}
div.SignaturesPool
{
border: 1px solid black;
font-size: 1vw;
width: 20% !important;
height: 30vh;
background-color: #111111;
color: #FFFFFF;
overflow: auto;
}
form.AjaxScoreForm
{
margin-bottom: 3vw;
}
p.CloseSignaturePanel
{
background-color: #F22F1D;
margin-left: 40%;
cursor: pointer;
padding-left: 5%;
font-weight: bold;
font-size: 1vw;
width: 60%;
}
div.OfficialCommentBlock div textarea.ClassTeacherComment
{
width: 40%;
background-color: #E7E9FD;
}
div.GetStudentScoreSheet
{
width: 35%;
float: left;
background-color: #DCDAF5;
background-image: linear-gradient(to bottom, #DCDAF5 45%, #B9B4EB);
margin-left: 2%;
margin-top: 2%;
padding-top: 54px;
padding: 2%;
/*height: 20%;*/
}
span.ReportStudentClass
{
/*background: rgba(255, 255, 255, 0.8) url('http://sampsonresume.com/labs/pIkfp.gif') 50% 50% no-repeat;*/
}
div.OfficialSignatureList
{
/*background-image: linear-gradient(to bottom, #DCDAF5 45%, #B9B4EB);*/
margin-top: 5%;
}
div.IndividualSignature
{
background-image: linear-gradient(to bottom, #DCDAF5 45%, #B9B4EB);
float: left;
width: 18%;
margin-left: 1%;
height: 5em;
border: 1px solid #A17FE3;
margin-top: 1%;
}
img.SignatureImage
{
margin-left: 20%;
width: 30%;
height: 35%;
clear: both;
margin-top: 0;
}
p.SignatoryName
{
font-size: 1vw;
padding-left: 2%;
color: #4E4E4E;
font-weight: bold;
margin-top: 1%;
}
div.GetStudentScoreSheet:nth-child(3)
{
width: 60%;
}
div.GetStudentScoreSheet p
{
font-size: 1vw;
}
div.OfficialCommentBlock textarea.PrincipalCommentText
{
width: 40%;
background-color: #E7E9FD;
}
p.CloseSignaturePanel:hover
{
background-color: #F1CE1D;
}
div.ScoreInputTable tbody tr
{
height: 1vw;
}
div.ScoreInputTable tbody tr:hover
{
background-color: #FBE2BE;
}
div.ScoreInputTable tr:nth-child(odd)
{
background: #EEE;
}
button.SaveScoreButton
{
width: 100%;
border: 1px solid #E3DADA;
background-color: #91EA51;
color: #FFFFFF;
/*padding: 1vw;*/
font-weight: bold;
height: 100%;
}
p.ScoreInputUpdate
{
background-color: #FFDAA7;
width: 100%;
color: #000000;
padding-left: 2vw;
/*margin-top: 10vw;*/
padding-top: 1vw;
padding-bottom: 1vw;
font-size: 1vw;
}
p.ScoreInputFourthUpdate
{
background-color: #F9ECDA;
width: 100%;
color: #000000;
padding-left: 2vw;
/*margin-top: 10vw;*/
padding-top: 1vw;
padding-bottom: 1vw;
font-size: 1vw;
}
form.GetStudentScoreSheetForm input#AutoButton
{
padding: 1%;
background-image: linear-gradient(to top, #2947F0 25%, #EEF0FC);
background-color: #2947F0;
color: #FFFFFF;
font-weight: bold;
clear: both;
}
form.GetStudentScoreSheetForm input#AutoButton:hover
{
background-image: linear-gradient(to bottom, #2947F0 25%, #EEF0FC);
}
p.ScoreInputSecondUpdate
{
background-color: #EFDABD;
padding-top: 1vw;
padding-bottom: 1vw;
font-size: 1vw;
padding-left: 2vw;
margin-top: 3%;
}
p.ScoreInputThirdUpdate
{
background-color: #F5E9D9;
padding-top: 1vw;
padding-bottom: 1vw;
font-size: 1vw;
padding-left: 2vw;
}
b.StudentAddNum
{
font-size: 1.4vw;
}
button.SaveScoreButton:hover
{
background-color: #FFBD61;
}
table.AcademicTable input
{
/*width: 30%;*/
border: 1px solid #FFBD61;
/*height: 95%;*/
width: 90%;
}
button.DeleteScoreButton
{
border: 1px solid #E0DADA;
background-color: #EE1871;
color: #FFFFFF;
/*padding: 1vw;*/
font-weight: bold;
width: 100%;
height: 100%;
}
button.DeleteScoreButton:hover
{
background-color: #FFBD61;
}
button.StudentButton:hover
{
background-color: #F8F2F2;
/*font-size: 1.5vw;*/
color: #BD3B3B;
/*padding: 1%;*/
/*height: 5vw;*/
/*border: 1px solid #B9B5B5;*/
/*float: left;*/
/*text-align: center;*/
transition: background-color 200ms ease-in;
}
.ForgotLabel
{
color: #D37272;
font-size: 1.2vw;
}
img.StudentCount
{
width: 10%;
}
div.DossierStatement
{
width: 50%;
font-size: 1vw;
}
div.ChooseStudent
{
float: left;
width: 40%;
height: 8vw;
}
div.ChooseStudent .AutoCompleteContainMe
{
width: 60%;
float: left;
font-size: 1vw;
}
div.ChooseStudent h4
{
font-size: 1.8vw;
}
.AcademicCells td
{
padding-left: 1%;
word-wrap: normal;
}
.GradeTable
{
width: 100%;
font-size: 1vw;
margin-top: 1vw;
}
.GradeTable tbody tr td
{
padding-left: 6px;
}
.SportTable tbody tr td
{
padding-left: 7px;
}
.SportTable
{
width: 100%;
font-size: 1vw;
margin-top: 1vw;
}
.ClubTable
{
width: 100%;
font-size: 1vw;
}
.ClubTable tbody tr td
{
padding-left: 9px;
}
table.StudentDataTable
{
width: 45%;
float: left;
height: 16vw;
clear: both;
margin-top: 3%;
}
.StudentDataTable tbody tr td
{
padding-left: 1vw;
border: 1px solid black;
font-size: 1vw;
}
table
{
border-collapse: collapse;
}
div.StudentDossier
{
width: 83%;
margin: auto auto 5vh auto;
border: 1px solid #F5F1F1;
padding: 2%;
/*+border-radius: 1vw;*/
-moz-border-radius: 1vw;
-webkit-border-radius: 1vw;
-khtml-border-radius: 1vw;
border-radius: 1vw;
/*+box-shadow: 0px 2px 1vw;*/
-moz-box-shadow: 0px 2px 1vw;
-webkit-box-shadow: 0px 2px 1vw;
box-shadow: 0px 2px 1vw;
}
form.OfficialCommentsForm button.SaveOfficialComments
{
/*(*+placement: 390px -700px;*)
position: relative;
left: 390px;
top: -700px;*/
border: 1px solid #0C9A3B;
padding: 1vw;
background-color: #8EE9AC;
color: #FFFFFF;
font-weight: bold;
float: left;
/*width: ;*/
font-size: 1vw;
margin-top: 5vw;
}
form.OfficialCommentsForm div.TeacherSignature
{
/*border: 1px solid #E66177;*/
/*width: 20%;*/
}
div.OfficialCommentBlock div
{
/*width: 100%;*/
clear: both;
}
div.OfficialCommentBlock p#ClassTeacherSignature img
{
display: inline-block;
/*width: 100%;*/
}
div.StudentDossier div.ReportBottom
{
width: 100%;
font-size: 1vw;
/*border: 1px solid black;*/
/*height: 30vh;*/
}
.PageHeading
{
width: 100%;
margin: auto;
}
div.TopTables
{
float: left;
width: 50%;
margin-left: 5%;
margin-top: 3%;
}
.AbsenceDataTable
{
width: 100%;
font-size: 1vw;
height: 7vw;
/*margin-top;*/
margin-bottom: 2vw;
}
.AbsenceDataTable, .AdjustThirdTerm, .TermDurationTable tr
{
text-align: center;
}
.TermDurationTable
{
width: 100%;
font-size: 1vw;
height: 7vw;
}
.AcademicTable
{
width: 100%;
clear: both;
font-size: 0.9vw;
background-image: none;
}
table.AcademicTable tbody tr td:not(.EveryFirstColumn, .TeacherSignature)
{
text-align: center;
}
table.AcademicTable tbody tr td:not(.TeacherSigature)
{
}
table.AcademicTable tbody tr td.EveryGradeCommentColumn
{
text-align: left;
}
.PageHeading .SealStatement
{
text-align: center;
width: 58%;
float: left;
margin-top: 2%;
}
div.SealStatement p.SaluteDossier
{
font-size: 1.2vw;
}
div.SealStatement p.SaluteLagos
{
font-size: 2.0vw;
font-weight: bold;
}
.PageHeading .IjayeLogo
{
width: 20%;
height: 15vw;
float: left;
}
.PageHeading .LagosLogo
{
float: left;
width: 20%;
}
.PageFooter
{
width: 100%;
background-color: #E9E5E5;
height: 20vw;
clear: both;
margin-bottom: 0vw;
position: sticky;
bottom: 0vw;
margin-top: 10vw;
}
.ThisTermName
{
font-size: 2vw;
margin-top: 3vw;
}
#Rotator
{
/*+transition: background-color 2970ms ease-out 1670ms;*/
-webkit-transition: background-color 2970ms ease-out 1670ms;
-moz-transition: background-color 2970ms ease-out 1670ms;
-o-transition: background-color 2970ms ease-out 1670ms;
transition: background-color 2970ms ease-out 1670ms;
background-color: #F3EFEF;
}
button.my_popup_close
{
/*+placement: displace 67% 1em;*/
position: absolute;
margin-left: 67%;
margin-top: 1em;
border: 0px solid black;
font-size: 1.5vw;
background-color: #FFFFFF;
padding-right: 18px;
width: 12%;
font-style: italic;
font-weight: bold;
color: #FFFFFF;
}
button.my_popup_close i.fa.fa-times
{
/*+placement: 0% 1%;*/
position: relative;
left: 0%;
top: 1%;
float: left;
padding-left: 2px;
}
div#my_popup
{
display: none;
}
div.TermAddMultipleSelect
{
}
div.StudentTermProcess div.StudentTermProcessDiv
{
float: left;
width: 33%;
border-right: 1px solid #9FCAEB;
padding-right: 1%;
padding-left: 1%;
height: 25vw;
}
div.StudentTermProcess
{
width: 58%;
font-size: 1vw;
float: left;
}
div.TermAddMultipleSelect select
{
background-color: #A5CCBD;
color: #FFFFFF;
font-weight: bold;
}
div.MoveRightButton
{
width: 20%;
/*border: 1px solid black;*/
/*(*+placement: 147px -70px;*)
position: relative;
left: 147px;
top: -70px;*/
}
div.MoveRightButton .AutoButtonRight
{
padding: 4% 6%;
/*+box-shadow: 1px 1px 1px 1px;*/
-moz-box-shadow: 1px 1px 1px 1px;
-webkit-box-shadow: 1px 1px 1px 1px;
box-shadow: 1px 1px 1px 1px;
margin-top: 40%;
width: 60%;
color: #938E8E;
font-weight: bold;
font-size: 1.5vw;
margin-left: 10%;
}
div.StudentTermProcessDiv .AutoButtonSubmit
{
margin-top: 5%;
margin-left: 10%;
padding: 0 4% 0%;
font-weight: bold;
width: 80%;
background-image: linear-gradient(to top, #C55050, #F4EAEA);
border: 0px solid black;
color: #FFFFFF;
height: 2.5vw;
}
div.StudentTermProcessDiv .AutoButtonSubmit:hover
{
background-image: linear-gradient(to top, #BB0A0A, #F4EAEA);
border: 0px solid black;
}
div.MoveRightButton .AutoButtonRight:disabled
{
background-color: #C55050;
border: 1px solid black;
color: #000000;
}
div.StudentTermProcessDiv .AutoButtonSubmit:disabled
{
background-color: #C55050;
border: 2px solid black;
/*color: #000000;*/
}
input.AutoButtonSelectAll
{
padding: 1%;
color: #FFFFFF;
background-image: ;
background-image: linear-gradient(to top, #2E89E3, #F4EAEA);
font-weight: bold;
width: 100%;
margin-top: 2%;
}
input.AutoButtonSelectAll:hover
{
background-image: linear-gradient(to bottom, #2E89E3, #F4EAEA);
}
div.TermAddSuccess
{
background-color: #BCF5CE;
font-size: 1vw;
font-weight: 100;
padding-left: 1%;
}
div.TermAddFail
{
background-color: #F6A0A0;
font-size: 1vw;
font-weight: 100 !important;
margin-top: 2vw;
padding-left: 1%;
color: #FFFFFF;
}
#rightValues
{
width: 100%;
}
b.Demarcation
{
color: #3425BC;
font-size: 1.2vw;
}
div.DetailsEditDiv
{
display: none;
}
div#ShowStudentEditMessage
{
display: none;
font-size: 1.1vw;
width: 40%;
float: left;
/*margin-top: -22vw;*/
padding-left: 1%;
margin-left: 3%;
padding-top: 1%;
padding-bottom: 1%;
/*background-color: #47E688;*/
color: #FFFFFF;
font-weight: bold;
/*border: 1px solid black;*/
}
form.StudentDetailsEditForm
{
float: left;
/*border: 1px solid black;*/
width: 50%;
}
form.StudentDetailsEditForm
{
font-size: 1vw;
}
div.EditStudentMessage
{
background-color: #CEFCD3;
}
div.EditStudentMessage h4
{
font-size: 1vw;
}
div.GreenColored
{
background-color: #47E688;
}
div.RedColored
{
background-color: #E54757;
}
div.ScoreInputTable table.AcademicTable tr td img
{
/*width: 60%;*/
}
div.OfficialCommentBlock
{
clear: both;
/*margin-top: 26.2vw;*/
/*background-color: #FDDAF4;*/
width: 50%;
float: left;
font-size: 1vw;
/*border: 1px solid black;*/
margin-top: 5vw;
}
div.OfficialCommentBlock div p
{
float: left;
width: 40%;
/*border: 1px solid black;*/
}
p.TeacherSignature
{
border: 0.2vw solid #9990FD;
clear: both;
}
p.TeacherSignature:hover
{
background-color: #9994E0;
}
div.OfficialCommentBlock div div
{
float: left;
width: 10%;
}
div.SignaturesPool a.TeacherSignature
{
/*border-bottom-right-radius: 53px;*/
}
div.ScoreInputTable table.AcademicTable td.TeacherSignature
{
width: 8.5%;
border-left: 0.2vw solid #F9C9C9;
border-top: 0.2vw solid #F9C9C9;
border-right: 0.2vw solid #F9C9C9;
}
div.ScoreInputTable table.AcademicTable td.TeacherSignature:hover
{
border: 0.2vw solid #E74343;
}
div.ScoreInputTable table.AcademicTable td.ScoreInputTermWeight
{
width: 3%;
}
div.StudentDossier input.FirstCommentFirstInput
{
width: 78%;
border-bottom: 0.2vw dashed black;
font-size: 1vw;
border-left: 0px solid black;
border-top: 0px solid black;
border-right: 0px solid black;
float: left;
margin-top: -0.3vw;
}
div.ReportBottom p.ClassTeacherCommenStatement
{
float: left;
width: 18%;
font-size: 1vw;
}
div.ReportBottom input.FirstCommentSecondInput
{
width: 68%;
float: left;
border-bottom: 0.2vw dashed black;
border-top: 0px solid black;
border-left: 0px solid black;
border-right: 0px solid black;
clear: both;
margin-top: -0.3vw;
}
div.ReportBottom p.ParentSignatureStatement
{
clear: both;
float: left;
width: 60%;
}
div.d
{
clear: both;
}
div.ReportBottom p.ParentDate
{
float: left;
}
div.ReportBottom p.ClassTeacherSignatureDate
{
width: 30%;
float: left;
/*margin-top: -0.3vw;*/
margin-left: 1%;
}
form.AjaxScoreAttendance
{
float: left;
width: 45%;
font-size: 1vw;
clear: both;
background-image: linear-gradient(to bottom, #DCDAF5 45%, #B9B4EB);
padding-left: 5%;
}
form.AjaxScoreTermDuration
{
float: left;
width: 45%;
font-size: 1vw;
margin-left: 5%;
background-image: linear-gradient(to bottom, #DCDAF5 45%, #B9B4EB);
padding-left: 5%;
margin-bottom: 3%;
}
form.AjaxScoreAttendance button.SaveAttendanceButton
{
border: 1px solid #FFB189;
margin-bottom: 2vw;
background-color: #FFDAA7;
margin-top: 1vw;
width: 60%;
font-weight: bold;
color: #E28D16;
padding-top: 1vw;
padding-bottom: 1vw;
margin-left: 5vw;
margin-right: auto;
}
form.AjaxScoreAttendance button.SaveAttendanceButton:hover
{
border: 1px solid #9BFF87;
background-color: #E9FFA6;
color: #0CC148;
}
form.AjaxScoreAttendance input, form.AjaxScoreAttendance .hasDatepicker
{
text-align: center;
border: 0px solid black;
background-color: #FCE8EB;
}
form.AjaxScoreAttendance input:hover, form.AjaxScoreAttendance .hasDatepicker:hover
{
text-align: center;
border: 0px solid black;
background-color: #C7CEF1;
}
form.AjaxScoreTermDuration input, form.AjaxScoreAttendance .hasDatepicker
{
text-align: center;
border: 0px solid black;
background-color: #FCE8EB;
}
form.AjaxScoreTermDuration input:hover, form.AjaxScoreAttendance .hasDatepicker:hover
{
text-align: center;
border: 0px solid black;
background-color: #C7CEF1;
}
div.ScoreStudentInfo
{
font-size: 1vw;
/*background-color: #FAEFE1;*/
height: 3vw;
/*padding-top: 1%;*/
padding-left: 1%;
border-bottom: 0.5vw solid #B16200;
padding-bottom: 1%;
margin-bottom: 3vw;
}
div.ScoreStudentInfo p
{
float: left;
width: 15%;
}
div.ScoreStudentInfo p:nth-child(2)
{
margin-top: -0.5vw;
}
div.ScoreStudentInfo p:nth-child(1)
{
/*margin-top: -0.5vw;*/
width: 35%;
}
div.ScoreInputUpdate
{
/*background-color: #F8E5CE;*/
/*border: 1px solid black;*/
border-bottom: 0.5vw solid #B16200;
margin-bottom: 1vw;
}
form.AjaxScoreAttendance p.ScoreAbsenceTableInfo
{
background-color: #FCE8EB;
width: 100%;
padding-left: 1vw;
}
form.AjaxScoreTermDuration p.ScoreTermDurationTableInfo
{
background-color: #FCE8EB;
width: 100%;
padding-left: 1vw;
}
form.AjaxScoreForm button#SaveAllScoreButtonSecond
{
margin-top: 70vh;
margin-right: -20%;
}
form.AjaxScoreTermDuration table.ScoreTermDurationTable
{
width: 80%;
height: 8vw;
}
form.AjaxScoreTermDuration button.SaveTermDurationButton
{
width: 80%;
border: 1px solid #9BFF87;
margin-bottom: 2vw;
background-color: #E9FFA6;
margin-top: 1vw;
width: 60%;
font-weight: bold;
color: #0CC148;
padding-top: 1vw;
padding-bottom: 1vw;
margin-left: 5vw;
margin-right: auto;
}
form.AjaxScoreTermDuration button.SaveTermDurationButton:hover
{
border: 1px solid #FFB189;
background-color: #FFDAA7;
color: #E28D16;
}
form.AjaxScoreAttendance table.ScoreAbsenceTable
{
width: 80%;
height: 8vw;
}
div.UserProfile
{
margin-top: 2%;
padding-left: 1%;
}
div.UserProfile div.ProfileData
{
float: left;
width: 50%;
font-size: 1vw;
}
button.DetailsEditButton
{
float: left;
width: 15%;
background-color: #590FEC;
color: #FFFFFF;
font-weight: bold;
font-size: 1vw;
}
form.UserProfileUpdateForm div
{
/*border: 1px solid black;*/
clear: both;
font-size: 1vw;
}
div span.PrimaryEmailDiabled
{
color: #E09189;
}
form.UserProfileUpdateForm div input:disabled
{
cursor: not-allowed;
background-color: #E09189;
color: #FFFFFF;
}
form.UserProfileUpdateForm div input
{
float: left;
font-size: 1vw;
height: 2em;
width: 32%;
}
form.UserProfileUpdateForm input.ProfileUpdateButton
{
font-size: 1vw;
width: 25%;
background-color: #E09189;
color: #F2F9FD;
border: 1px solid #DAD0D0;
margin-top: 1%;
}
form.UserProfileUpdateForm
{
margin-top: 2%;
float: left;
width: 60%;
}
div.DetailsEditDiv button.DetailsShowButton
{
background-color: #590FEC;
color: #FFFFFF;
font-weight: bold;
width: 15%;
font-size: 1vw;
}
form.UserProfileUpdateForm div p
{
float: left;
width: 25%;
font-size: 1vw;
}
form.QuestionInputform button.ResultButton
{
/*+placement: shift 548px -6px;*/
position: relative;
left: 548px;
top: -6px;
}
.pie-legend li span
{
width: 1em;
height: 1em;
display: inline-block;
margin-right: 5px;
}
.pie-legend
{
list-style: none;
}
.AjaxRotator
{
display: block;
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.8) url('http://sampsonresume.com/labs/pIkfp.gif') 50% 50% no-repeat !important;
/*font-weight: normal;*/
/*background-color: rgba(243, 30, 30, 0.800);*/
}
/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
/*.loading
{
overflow: hidden;
}*/
/* Anytime the body has the loading class, our
modal element will be visible */
.loading
{
display: block;
}
ul.QuestionsPanel
{
list-style-type: none;
/*border: 1px solid black;*/
}
div.SlideShowMin div#number
{
display: none;
} | 0.214527 | 0.059729 |
svg.defs-only {
position: absolute;
width: 0;
height: 0;
left: -1000px;
}
img.layer[data-group=hair].hair-ashen {
filter: url(#normalize) url(#hair-ashen);
}
img.layer[data-group=hair].hair-auburn {
filter: url(#normalize) url(#hair-auburn);
}
img.layer[data-group=hair].hair-black {
filter: url(#normalize) url(#hair-black);
}
img.layer[data-group=hair].hair-blazing-red {
filter: url(#normalize) url(#hair-blazing-red);
}
img.layer[data-group=hair].hair-blonde {
filter: url(#normalize) url(#hair-blonde);
}
img.layer[data-group=hair].hair-blue {
filter: url(#normalize) url(#hair-blue);
}
img.layer[data-group=hair].hair-bright-red {
filter: url(#normalize) url(#hair-bright-red);
}
img.layer[data-group=hair].hair-brown {
filter: url(#normalize) url(#hair-brown);
}
img.layer[data-group=hair].hair-brunette {
filter: url(#normalize) url(#hair-brunette);
}
img.layer[data-group=hair].hair-burgundy {
filter: url(#normalize) url(#hair-burgundy);
}
img.layer[data-group=hair].hair-chestnut {
filter: url(#normalize) url(#hair-chestnut);
}
img.layer[data-group=hair].hair-chocolate-brown {
filter: url(#normalize) url(#hair-chocolate-brown);
}
img.layer[data-group=hair].hair-copper {
filter: url(#normalize) url(#hair-copper);
}
img.layer[data-group=hair].hair-dark {
filter: url(#normalize) url(#hair-dark);
}
img.layer[data-group=hair].hair-dark-blonde {
filter: url(#normalize) url(#hair-dark-blonde);
}
img.layer[data-group=hair].hair-dark-brown {
filter: url(#normalize) url(#hair-dark-brown);
}
img.layer[data-group=hair].hair-dark-red {
filter: url(#normalize) url(#hair-dark-red);
}
img.layer[data-group=hair].hair-deep-red {
filter: url(#normalize) url(#hair-deep-red);
}
img.layer[data-group=hair].hair-dirty-blonde {
filter: url(#normalize) url(#hair-dirty-blonde);
}
img.layer[data-group=hair].hair-fair-blonde {
filter: url(#normalize) url(#hair-fair-blonde);
}
img.layer[data-group=hair].hair-ginger {
filter: url(#normalize) url(#hair-ginger);
}
img.layer[data-group=hair].hair-golden {
filter: url(#normalize) url(#hair-golden);
}
img.layer[data-group=hair].hair-golden-blonde {
filter: url(#normalize) url(#hair-golden-blonde);
}
img.layer[data-group=hair].hair-green {
filter: url(#normalize) url(#hair-green);
}
img.layer[data-group=hair].hair-gray {
filter: url(#normalize) url(#hair-gray);
}
img.layer[data-group=hair].hair-grey {
filter: url(#normalize) url(#hair-grey);
}
img.layer[data-group=hair].hair-hazel {
filter: url(#normalize) url(#hair-hazel);
}
img.layer[data-group=hair].hair-light-brown {
filter: url(#normalize) url(#hair-light-brown);
}
img.layer[data-group=hair].hair-light-purple {
filter: url(#normalize) url(#hair-light-purple);
}
img.layer[data-group=hair].hair-neon-blue {
filter: url(#normalize) url(#hair-neon-blue);
}
img.layer[data-group=hair].hair-neon-green {
filter: url(#normalize) url(#hair-neon-green);
}
img.layer[data-group=hair].hair-neon-pink {
filter: url(#normalize) url(#hair-neon-pink);
}
img.layer[data-group=hair].hair-olive {
filter: url(#normalize) url(#hair-olive);
}
img.layer[data-group=hair].hair-onyx-black {
filter: url(#normalize) url(#hair-onyx-black);
}
img.layer[data-group=hair].hair-pale-blonde {
filter: url(#normalize) url(#hair-pale-blonde);
}
img.layer[data-group=hair].hair-peachy {
filter: url(#normalize) url(#hair-peachy);
}
img.layer[data-group=hair].hair-pink {
filter: url(#normalize) url(#hair-pink);
}
img.layer[data-group=hair].hair-platinum-blonde {
filter: url(#normalize) url(#hair-platinum-blonde);
}
img.layer[data-group=hair].hair-purple {
filter: url(#normalize) url(#hair-purple);
}
img.layer[data-group=hair].hair-raven-black {
filter: url(#normalize) url(#hair-raven-black);
}
img.layer[data-group=hair].hair-red {
filter: url(#normalize) url(#hair-red);
}
img.layer[data-group=hair].hair-red-blonde {
filter: url(#normalize) url(#hair-red-blonde);
}
img.layer[data-group=hair].hair-silver {
filter: url(#normalize) url(#hair-silver);
}
img.layer[data-group=hair].hair-strawberry-blonde {
filter: url(#normalize) url(#hair-strawberry-blonde);
}
img.layer[data-group=hair].hair-violet {
filter: url(#normalize) url(#hair-violet);
}
img.layer[data-group=hair].hair-white {
filter: url(#normalize) url(#hair-white);
}
img.layer[data-group=hair].hair-white-blonde {
filter: url(#normalize) url(#hair-white-blonde);
} | src/css/filters.css | svg.defs-only {
position: absolute;
width: 0;
height: 0;
left: -1000px;
}
img.layer[data-group=hair].hair-ashen {
filter: url(#normalize) url(#hair-ashen);
}
img.layer[data-group=hair].hair-auburn {
filter: url(#normalize) url(#hair-auburn);
}
img.layer[data-group=hair].hair-black {
filter: url(#normalize) url(#hair-black);
}
img.layer[data-group=hair].hair-blazing-red {
filter: url(#normalize) url(#hair-blazing-red);
}
img.layer[data-group=hair].hair-blonde {
filter: url(#normalize) url(#hair-blonde);
}
img.layer[data-group=hair].hair-blue {
filter: url(#normalize) url(#hair-blue);
}
img.layer[data-group=hair].hair-bright-red {
filter: url(#normalize) url(#hair-bright-red);
}
img.layer[data-group=hair].hair-brown {
filter: url(#normalize) url(#hair-brown);
}
img.layer[data-group=hair].hair-brunette {
filter: url(#normalize) url(#hair-brunette);
}
img.layer[data-group=hair].hair-burgundy {
filter: url(#normalize) url(#hair-burgundy);
}
img.layer[data-group=hair].hair-chestnut {
filter: url(#normalize) url(#hair-chestnut);
}
img.layer[data-group=hair].hair-chocolate-brown {
filter: url(#normalize) url(#hair-chocolate-brown);
}
img.layer[data-group=hair].hair-copper {
filter: url(#normalize) url(#hair-copper);
}
img.layer[data-group=hair].hair-dark {
filter: url(#normalize) url(#hair-dark);
}
img.layer[data-group=hair].hair-dark-blonde {
filter: url(#normalize) url(#hair-dark-blonde);
}
img.layer[data-group=hair].hair-dark-brown {
filter: url(#normalize) url(#hair-dark-brown);
}
img.layer[data-group=hair].hair-dark-red {
filter: url(#normalize) url(#hair-dark-red);
}
img.layer[data-group=hair].hair-deep-red {
filter: url(#normalize) url(#hair-deep-red);
}
img.layer[data-group=hair].hair-dirty-blonde {
filter: url(#normalize) url(#hair-dirty-blonde);
}
img.layer[data-group=hair].hair-fair-blonde {
filter: url(#normalize) url(#hair-fair-blonde);
}
img.layer[data-group=hair].hair-ginger {
filter: url(#normalize) url(#hair-ginger);
}
img.layer[data-group=hair].hair-golden {
filter: url(#normalize) url(#hair-golden);
}
img.layer[data-group=hair].hair-golden-blonde {
filter: url(#normalize) url(#hair-golden-blonde);
}
img.layer[data-group=hair].hair-green {
filter: url(#normalize) url(#hair-green);
}
img.layer[data-group=hair].hair-gray {
filter: url(#normalize) url(#hair-gray);
}
img.layer[data-group=hair].hair-grey {
filter: url(#normalize) url(#hair-grey);
}
img.layer[data-group=hair].hair-hazel {
filter: url(#normalize) url(#hair-hazel);
}
img.layer[data-group=hair].hair-light-brown {
filter: url(#normalize) url(#hair-light-brown);
}
img.layer[data-group=hair].hair-light-purple {
filter: url(#normalize) url(#hair-light-purple);
}
img.layer[data-group=hair].hair-neon-blue {
filter: url(#normalize) url(#hair-neon-blue);
}
img.layer[data-group=hair].hair-neon-green {
filter: url(#normalize) url(#hair-neon-green);
}
img.layer[data-group=hair].hair-neon-pink {
filter: url(#normalize) url(#hair-neon-pink);
}
img.layer[data-group=hair].hair-olive {
filter: url(#normalize) url(#hair-olive);
}
img.layer[data-group=hair].hair-onyx-black {
filter: url(#normalize) url(#hair-onyx-black);
}
img.layer[data-group=hair].hair-pale-blonde {
filter: url(#normalize) url(#hair-pale-blonde);
}
img.layer[data-group=hair].hair-peachy {
filter: url(#normalize) url(#hair-peachy);
}
img.layer[data-group=hair].hair-pink {
filter: url(#normalize) url(#hair-pink);
}
img.layer[data-group=hair].hair-platinum-blonde {
filter: url(#normalize) url(#hair-platinum-blonde);
}
img.layer[data-group=hair].hair-purple {
filter: url(#normalize) url(#hair-purple);
}
img.layer[data-group=hair].hair-raven-black {
filter: url(#normalize) url(#hair-raven-black);
}
img.layer[data-group=hair].hair-red {
filter: url(#normalize) url(#hair-red);
}
img.layer[data-group=hair].hair-red-blonde {
filter: url(#normalize) url(#hair-red-blonde);
}
img.layer[data-group=hair].hair-silver {
filter: url(#normalize) url(#hair-silver);
}
img.layer[data-group=hair].hair-strawberry-blonde {
filter: url(#normalize) url(#hair-strawberry-blonde);
}
img.layer[data-group=hair].hair-violet {
filter: url(#normalize) url(#hair-violet);
}
img.layer[data-group=hair].hair-white {
filter: url(#normalize) url(#hair-white);
}
img.layer[data-group=hair].hair-white-blonde {
filter: url(#normalize) url(#hair-white-blonde);
} | 0.428233 | 0.179099 |
------------------------------------*/
/* Variables
------------------------------------*/
/* Color palette */
/*
#090979 - (Navy Blue); // primary
#00d4ff - (Vivid Sky Blue); // secondary
#230903 - (Dark Sienna); // text
#FFFBFC - (Snow); // background
#F24236 - (Cinnabar);
#5DFDCB - (Aquamarine)
*/
/* Color variables */
/* Font variables */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/* Variables
------------------------------------*/
html {
box-sizing: border-box;
}
body {
transition: 1s;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
* {
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
text-decoration: none;
}
li {
list-style: none;
}
section {
padding: 300px 200px;
}
.section__title {
text-align: center;
padding-bottom: 50px;
}
.section__content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
grid-gap: 50px;
}
.fade-in {
animation: fadeIn ease-in 2s;
-webkit-animation: fadeIn ease-in 2s;
-moz-animation: fadeIn ease-in 2s;
-o-animation: fadeIn ease-in 2s;
-ms-animation: fadeIn ease-in 2s;
opacity: 1 !important;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Hero container
------------------------------------*/
.hero {
height: 100vh;
background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../images/bg-light.jpg);
background-size: cover;
background-position: center;
display: flex;
flex-direction: column;
justify-content: space-between;
}
/* Navigation
------------------------------------*/
.nav {
display: flex;
position: relative;
justify-content: space-between;
background-color: rgba(9, 9, 121, 0.7);
color: #FFFBFC;
}
.nav__brand-title {
display: inline-block;
align-self: center;
font-size: 1.5rem;
margin-left: 1.5rem;
color: #FFFBFC;
text-transform: uppercase;
letter-spacing: 2px;
}
.nav__color-btn {
display: flex;
align-items: center;
margin-left: auto;
padding-right: 30px;
}
.nav__color-btn--light {
width: 25px;
height: 25px;
background: #fff;
border: 1px solid #000;
border-radius: 2px;
margin-right: 10px;
cursor: pointer;
}
.nav__color-btn--dark {
width: 25px;
height: 25px;
background: #000;
border: 1px solid #fff;
border-radius: 2px;
cursor: pointer;
}
.nav__navbar {
margin-right: 1rem;
}
.nav__links {
display: flex;
margin: 0;
padding: 0;
}
.nav__link {
display: block;
text-decoration: none;
color: #FFFBFC;
padding: 1rem;
}
.nav__link:hover {
background-color: rgba(93, 253, 203, 0.5);
}
.nav__toggle-button {
position: absolute;
top: .8rem;
right: 1.5rem;
display: none;
flex-direction: column;
justify-content: space-between;
width: 30px;
height: 20px;
}
.nav__button-bar {
height: 3px;
width: 100%;
background-color: #FFFBFC;
border-radius: 10px;
}
.nav__button-bar:nth-child(2) {
margin-left: 5px;
}
.sticky {
animation: fadeIn ease-in 1s;
-webkit-animation: fadeIn ease-in 1s;
-moz-animation: fadeIn ease-in 1s;
-o-animation: fadeIn ease-in 1s;
-ms-animation: fadeIn ease-in 1s;
display: flex;
position: fixed;
justify-content: space-between;
background-color: #090979;
color: #FFFBFC;
width: 100%;
z-index: 100;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Header
------------------------------------*/
.headline {
animation: fadeIn ease-in 2s;
-webkit-animation: fadeIn ease-in 2s;
-moz-animation: fadeIn ease-in 2s;
-o-animation: fadeIn ease-in 2s;
-ms-animation: fadeIn ease-in 2s;
display: flex;
flex-direction: column;
padding-left: 50px;
color: #090979;
line-height: 1.7;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.headline__title {
font-size: 4rem;
font-weight: 700;
margin-top: 0;
margin-bottom: 0;
}
.headline__text {
font-size: 2rem;
text-transform: uppercase;
font-weight: 400;
}
.headline__button {
display: inline-block;
text-align: center;
text-transform: uppercase;
width: 180px;
color: #090979;
border: #090979 1px solid;
padding: 15px 20px;
border-radius: 30px;
margin-top: 20px;
}
.headline__button:hover {
background: #090979;
color: #FFFBFC;
transition: 1s;
}
/* Social media icons
------------------------------------*/
.social-media {
animation: fadeIn ease-in 2s;
-webkit-animation: fadeIn ease-in 2s;
-moz-animation: fadeIn ease-in 2s;
-o-animation: fadeIn ease-in 2s;
-ms-animation: fadeIn ease-in 2s;
padding: 50px;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.social-media__icon {
font-size: 2rem;
color: #090979;
margin-right: 10px;
}
.social-media__icon i:hover {
transform: scale(1.2) translateY(-15px);
transition: 0.5s;
}
/* Skills
------------------------------------*/
.skills {
background: #FFFBFC;
}
.skills__title {
opacity: 0;
}
.skills__content {
opacity: 0;
}
.skill {
text-align: center;
line-height: 2;
padding: 20px;
box-shadow: 3px 4px 6px #ccc;
}
.skill__icon {
font-size: 3rem;
color: #090979;
}
.skill__text {
font-size: .7rem;
}
/* Portfolio
------------------------------------*/
.portfolio {
background: #00d4ff;
background: linear-gradient(135deg, #00d4ff 0%, #090979 100%, #4a44b5 100%);
}
.portfolio__title {
opacity: 0;
color: #230903;
}
.portfolio__content {
opacity: 0;
}
/* Cards
------------------------------------*/
.card {
background: #FFFBFC;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
text-align: center;
line-height: 2;
}
.card__title {
color: #230903;
font-size: 18px;
margin-top: 1em;
}
.card__icon {
font-size: 2rem;
color: #090979;
}
.card__button {
font-size: 1.5rem;
border: none;
outline: 0;
display: inline-block;
padding: 20px;
background: #090979;
color: #FFFBFC;
text-align: center;
cursor: pointer;
width: 100%;
margin-top: 1.5em;
}
.card__button:hover {
background: #00d4ff;
transition: 1s;
color: #FFFBFC;
}
/* Contact
------------------------------------*/
.contact__title {
padding-bottom: 1em;
}
.contact__text {
text-align: center;
padding-bottom: 3em;
}
.contact__body {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 300px 2em;
}
.contact__image {
grid-row: 1/9;
grid-column: 2/3;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
position: relative;
z-index: 10;
}
.contact__social-media {
grid-row: 5/6;
grid-column: 1/2;
padding: 0;
}
.contact__social-media-icon {
color: #090979;
font-size: 3rem;
}
.contact__social-media-icon i:hover {
transform: scale(1.2) translateY(-15px);
transition: 0.5s;
}
.contact__email-bg {
grid-row: 7/8;
grid-column: 1 / end;
font-size: 1.5rem;
background-color: #090979;
padding: .5em 1em;
}
.contact__email-text {
color: #FFFBFC;
}
/* Footer
------------------------------------*/
.footer {
text-align: center;
background: #090979;
color: #FFFBFC;
padding-top: 30px;
padding-bottom: 30px;
}
/* Media queries - Contact section
------------------------------------*/
@media (max-width: 1035px) {
.contact__body {
display: flex;
flex-direction: column;
}
.contact__social-media {
text-align: center;
margin-bottom: 2em;
order: 1;
}
.contact__email-bg {
order: 2;
margin-bottom: 2em;
}
.contact__image {
order: 3;
}
}
/* Media queries - Tablet
------------------------------------*/
@media (max-width: 820px) {
section {
padding: 200px 50px;
}
.nav {
flex-direction: column;
align-items: flex-start;
padding: 10px;
}
.nav__brand-title {
align-self: flex-start;
}
.nav__color-btn {
display: none;
}
.nav__toggle-button {
display: flex;
}
.nav__navbar {
display: none;
width: 100%;
}
.nav__links {
width: 100%;
flex-direction: column;
line-height: 8;
}
.nav__link {
text-align: center;
padding: 1rem 1rem;
}
.nav__navbar.active {
display: flex;
height: 100vh;
}
.headline__title {
font-size: 2.5rem;
}
.headline__text {
font-size: 1.5rem;
}
.headline__button {
width: 150px;
padding: 10px 15px;
border-radius: 20px;
margin-top: 12px;
}
.section__content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-gap: 30px;
}
}
/* Media queries - Phone
------------------------------------*/
@media (max-width: 499px) {
section {
padding: 50px 20px;
}
.nav__color-btn {
display: none;
}
.nav__links {
width: 100%;
flex-direction: column;
line-height: 7;
}
.headline__title {
font-size: 1.5rem;
}
.headline__text {
font-size: 1rem;
padding-top: 10px;
padding-bottom: 10px;
}
.headline__button {
width: 120px;
border-radius: 20px;
margin-top: 5px;
font-size: 12px;
}
.section__content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
} | css/style.css | ------------------------------------*/
/* Variables
------------------------------------*/
/* Color palette */
/*
#090979 - (Navy Blue); // primary
#00d4ff - (Vivid Sky Blue); // secondary
#230903 - (Dark Sienna); // text
#FFFBFC - (Snow); // background
#F24236 - (Cinnabar);
#5DFDCB - (Aquamarine)
*/
/* Color variables */
/* Font variables */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/* Variables
------------------------------------*/
html {
box-sizing: border-box;
}
body {
transition: 1s;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
* {
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
text-decoration: none;
}
li {
list-style: none;
}
section {
padding: 300px 200px;
}
.section__title {
text-align: center;
padding-bottom: 50px;
}
.section__content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
grid-gap: 50px;
}
.fade-in {
animation: fadeIn ease-in 2s;
-webkit-animation: fadeIn ease-in 2s;
-moz-animation: fadeIn ease-in 2s;
-o-animation: fadeIn ease-in 2s;
-ms-animation: fadeIn ease-in 2s;
opacity: 1 !important;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Hero container
------------------------------------*/
.hero {
height: 100vh;
background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../images/bg-light.jpg);
background-size: cover;
background-position: center;
display: flex;
flex-direction: column;
justify-content: space-between;
}
/* Navigation
------------------------------------*/
.nav {
display: flex;
position: relative;
justify-content: space-between;
background-color: rgba(9, 9, 121, 0.7);
color: #FFFBFC;
}
.nav__brand-title {
display: inline-block;
align-self: center;
font-size: 1.5rem;
margin-left: 1.5rem;
color: #FFFBFC;
text-transform: uppercase;
letter-spacing: 2px;
}
.nav__color-btn {
display: flex;
align-items: center;
margin-left: auto;
padding-right: 30px;
}
.nav__color-btn--light {
width: 25px;
height: 25px;
background: #fff;
border: 1px solid #000;
border-radius: 2px;
margin-right: 10px;
cursor: pointer;
}
.nav__color-btn--dark {
width: 25px;
height: 25px;
background: #000;
border: 1px solid #fff;
border-radius: 2px;
cursor: pointer;
}
.nav__navbar {
margin-right: 1rem;
}
.nav__links {
display: flex;
margin: 0;
padding: 0;
}
.nav__link {
display: block;
text-decoration: none;
color: #FFFBFC;
padding: 1rem;
}
.nav__link:hover {
background-color: rgba(93, 253, 203, 0.5);
}
.nav__toggle-button {
position: absolute;
top: .8rem;
right: 1.5rem;
display: none;
flex-direction: column;
justify-content: space-between;
width: 30px;
height: 20px;
}
.nav__button-bar {
height: 3px;
width: 100%;
background-color: #FFFBFC;
border-radius: 10px;
}
.nav__button-bar:nth-child(2) {
margin-left: 5px;
}
.sticky {
animation: fadeIn ease-in 1s;
-webkit-animation: fadeIn ease-in 1s;
-moz-animation: fadeIn ease-in 1s;
-o-animation: fadeIn ease-in 1s;
-ms-animation: fadeIn ease-in 1s;
display: flex;
position: fixed;
justify-content: space-between;
background-color: #090979;
color: #FFFBFC;
width: 100%;
z-index: 100;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Header
------------------------------------*/
.headline {
animation: fadeIn ease-in 2s;
-webkit-animation: fadeIn ease-in 2s;
-moz-animation: fadeIn ease-in 2s;
-o-animation: fadeIn ease-in 2s;
-ms-animation: fadeIn ease-in 2s;
display: flex;
flex-direction: column;
padding-left: 50px;
color: #090979;
line-height: 1.7;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.headline__title {
font-size: 4rem;
font-weight: 700;
margin-top: 0;
margin-bottom: 0;
}
.headline__text {
font-size: 2rem;
text-transform: uppercase;
font-weight: 400;
}
.headline__button {
display: inline-block;
text-align: center;
text-transform: uppercase;
width: 180px;
color: #090979;
border: #090979 1px solid;
padding: 15px 20px;
border-radius: 30px;
margin-top: 20px;
}
.headline__button:hover {
background: #090979;
color: #FFFBFC;
transition: 1s;
}
/* Social media icons
------------------------------------*/
.social-media {
animation: fadeIn ease-in 2s;
-webkit-animation: fadeIn ease-in 2s;
-moz-animation: fadeIn ease-in 2s;
-o-animation: fadeIn ease-in 2s;
-ms-animation: fadeIn ease-in 2s;
padding: 50px;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.social-media__icon {
font-size: 2rem;
color: #090979;
margin-right: 10px;
}
.social-media__icon i:hover {
transform: scale(1.2) translateY(-15px);
transition: 0.5s;
}
/* Skills
------------------------------------*/
.skills {
background: #FFFBFC;
}
.skills__title {
opacity: 0;
}
.skills__content {
opacity: 0;
}
.skill {
text-align: center;
line-height: 2;
padding: 20px;
box-shadow: 3px 4px 6px #ccc;
}
.skill__icon {
font-size: 3rem;
color: #090979;
}
.skill__text {
font-size: .7rem;
}
/* Portfolio
------------------------------------*/
.portfolio {
background: #00d4ff;
background: linear-gradient(135deg, #00d4ff 0%, #090979 100%, #4a44b5 100%);
}
.portfolio__title {
opacity: 0;
color: #230903;
}
.portfolio__content {
opacity: 0;
}
/* Cards
------------------------------------*/
.card {
background: #FFFBFC;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
text-align: center;
line-height: 2;
}
.card__title {
color: #230903;
font-size: 18px;
margin-top: 1em;
}
.card__icon {
font-size: 2rem;
color: #090979;
}
.card__button {
font-size: 1.5rem;
border: none;
outline: 0;
display: inline-block;
padding: 20px;
background: #090979;
color: #FFFBFC;
text-align: center;
cursor: pointer;
width: 100%;
margin-top: 1.5em;
}
.card__button:hover {
background: #00d4ff;
transition: 1s;
color: #FFFBFC;
}
/* Contact
------------------------------------*/
.contact__title {
padding-bottom: 1em;
}
.contact__text {
text-align: center;
padding-bottom: 3em;
}
.contact__body {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 300px 2em;
}
.contact__image {
grid-row: 1/9;
grid-column: 2/3;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
position: relative;
z-index: 10;
}
.contact__social-media {
grid-row: 5/6;
grid-column: 1/2;
padding: 0;
}
.contact__social-media-icon {
color: #090979;
font-size: 3rem;
}
.contact__social-media-icon i:hover {
transform: scale(1.2) translateY(-15px);
transition: 0.5s;
}
.contact__email-bg {
grid-row: 7/8;
grid-column: 1 / end;
font-size: 1.5rem;
background-color: #090979;
padding: .5em 1em;
}
.contact__email-text {
color: #FFFBFC;
}
/* Footer
------------------------------------*/
.footer {
text-align: center;
background: #090979;
color: #FFFBFC;
padding-top: 30px;
padding-bottom: 30px;
}
/* Media queries - Contact section
------------------------------------*/
@media (max-width: 1035px) {
.contact__body {
display: flex;
flex-direction: column;
}
.contact__social-media {
text-align: center;
margin-bottom: 2em;
order: 1;
}
.contact__email-bg {
order: 2;
margin-bottom: 2em;
}
.contact__image {
order: 3;
}
}
/* Media queries - Tablet
------------------------------------*/
@media (max-width: 820px) {
section {
padding: 200px 50px;
}
.nav {
flex-direction: column;
align-items: flex-start;
padding: 10px;
}
.nav__brand-title {
align-self: flex-start;
}
.nav__color-btn {
display: none;
}
.nav__toggle-button {
display: flex;
}
.nav__navbar {
display: none;
width: 100%;
}
.nav__links {
width: 100%;
flex-direction: column;
line-height: 8;
}
.nav__link {
text-align: center;
padding: 1rem 1rem;
}
.nav__navbar.active {
display: flex;
height: 100vh;
}
.headline__title {
font-size: 2.5rem;
}
.headline__text {
font-size: 1.5rem;
}
.headline__button {
width: 150px;
padding: 10px 15px;
border-radius: 20px;
margin-top: 12px;
}
.section__content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-gap: 30px;
}
}
/* Media queries - Phone
------------------------------------*/
@media (max-width: 499px) {
section {
padding: 50px 20px;
}
.nav__color-btn {
display: none;
}
.nav__links {
width: 100%;
flex-direction: column;
line-height: 7;
}
.headline__title {
font-size: 1.5rem;
}
.headline__text {
font-size: 1rem;
padding-top: 10px;
padding-bottom: 10px;
}
.headline__button {
width: 120px;
border-radius: 20px;
margin-top: 5px;
font-size: 12px;
}
.section__content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
} | 0.579638 | 0.080069 |
*{
margin:0;
padding:0;
}
html,body{
font-family: "微软雅黑";
font-weight: 500;
}
body {
padding-right: 0px !important;
}
*.modal-open {
overflow-y: scroll;
padding-right: 0 !important;
}
a:hover{
text-decoration: none;
}
.top{
width:100%;
min-width: 1000px;
margin:0 auto;
height:76px;
line-height: 76px;
font-size: 16px;
}
.logo{
width:130px;
}
.g_nav>div{
padding: 0;
}
.top_out{
min-width: 1200px;
box-shadow: 0 2px 5px #FFECC7;
margin-bottom:15px;
}
.top_out a{
color:#333;
}
.top_out a.active{
color:#38b863;
}
.select{
width:100px;
margin:0 auto;
}
.content{
width:1200px;
margin:0 auto 20px;
min-height: 600px;
}
.dropdown-menu{
margin-top:-19px;
}
.clear{
overflow:hidden;
}
.left{
width: 900px;
float: left;
padding: 25px 0;
}
.right{
float: right;
width: 280px;
}
.g_login{
position: absolute;
top: 0px;
right: 10%;
}
.main-content-fun-select>input{
padding-left: 15px;
}
.g_padd{
padding: 15px 0;
}
.g_li{
width: 800px;
margin: 10px 0 10px 20px;
overflow: hidden;
}
.g_li > p{
display: inline-block;
float: left;
width: 160px;
height: 34px;
line-height: 34px;
text-align: center;
}
.g_li > input{
display: inline-block;
float: left;
width: 160px;
height: 34px;
line-height: 34px;
padding-left: 15px;
border: 1px solid #e1e1e1;
margin-left: 6px;
border-radius: 5px;
}
.g_li > span{
display: inline-block;
float: left;
width: 160px;
height: 34px;
line-height: 34px;
padding-left: 15px;
text-align: center;
}
.g_btn{
position: absolute;
right: 20px;
top: 75px;
}
.g_re{
position: relative;
}
.g_re>button{
margin-left: 30px;
}
.g_button{
text-align: center;
margin-top: 45px;
}
.g_button>button{
margin: 0 20px;
}
.dropdown-menu{
top: 97px;
min-width: 200px;
}
.dropdown-menu>li{
padding: 10px 0;
}
.bdbox{
display: inline-block;
}
.dqxl{
width: 144px;
height: 34px;
line-height: 34px;
padding-left: 15px;
border: 1px solid #e1e1e1;
margin-left: 30px;
border-radius: 5px;
}
.g_month{
display: inline-block;
}
.g_month>input{
width: 230px;
padding-left: 15px;
border-radius: 5px;
}
.g_alert{
width: 750px;
height: 400px;
background: #fff;
margin: auto;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden !important;;
}
.g_alert2{
width: 750px;
height: 600px;
background: #fff;
margin: auto;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden !important;;
}
.alert_footer{
width: 200px;
margin: auto;
position: absolute;
bottom: 47px;
left: 0;
right: 0;
overflow: hidden;
}
.alert_footer2{
width: 200px;
margin: auto;
position: absolute;
bottom: 47px;
left: 0;
right: 0;
overflow: hidden;
}
.alert_footer>button,.alert_footer2>button{
float: left;
margin: 0 15px;
padding: 5px 16px;
}
.modal-dialog{
width: 100%;
height: 100%;
margin: 0px;
position: relative;
}
.g_title{
width: 90%;
margin:20px auto 0;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}
.g_title>label{
font-size: 18px;
margin-left: 15px;
font-weight: lighter;
}
.e-closePop{
font-size: 26px;
position: absolute;
right: 15px;
top: -10px;
cursor: pointer;
}
.g_box{
width: 200px;
height: 100px;
text-align: center;
line-height: 100px;
font-size: 16px;
border: 1px solid #337ab7;
margin-left: 15px;
margin-top: 20px;
cursor: pointer;
border-radius: 5px;
float: left;
}
.g_box:hover a{
color: blue;
}
.g_on_off{
position: absolute !important;
left: 400px;
top: 70px;
}
#new_person{
position: relative;
padding-bottom: 100px;
}
.pop-content-left{
margin-top: 20px;
}
.gg{
overflow: hidden;
margin:20px 0 20px 20px;
}
.gg>p{
float: left;
width: 187px;
margin-left: 37px;
}
.gg>p>input{
width: 100%;
border-radius: 5px;
}
.g_in{
display: block;
margin-top: 20px;
margin-left: 37px;
}
.g_in>span{
width: 84px;
text-align: right;
display: inline-block;
}
.g_in>input{
margin-left: 15px;
border-radius: 5px;
}
.main-content-fun{
border: 1px solid #e1e1e1;
border-radius: 10px;
padding: 5px;
}
.g_tips{
height: 269px;
padding: 5px 20px;
border: 1px solid #e1e1e1;
margin-top: 25px;
overflow: hidden;
}
.g_tips>p{
font-size: 24px;
margin-bottom: 20px;
}
.g_city{
height: 190px;
padding-bottom: 15px;
overflow-y: auto;
}
.g_city>li>p{
color: #ff8a00;
font-size: 14px;
}
.g_city>li>span{
color: #999;
font-size: 12px;
display: inline-block;
margin: 0 15px;
}
.g_city>li{
margin-bottom: 10px;
}
.g_city>li>p{
margin-bottom: 0px;
}
.friendly-url>span{
font-size: 18px !important;
}
.ui-close-date{
color: #fff;
}
/*.ui-icon-circle-triangle-w{
color: #000;
}*/
.main-content-fun-tips p{
display: inline-block;
}
.g_titel_2{
display: block;
width: 90%;
margin: 0 auto;
font-size: 18px;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.g_titel_2>span{
margin-left: 15px;
}
.new>h4{
text-align: left !important;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
color: #449d44;
}
.i_agree{
margin-left: 100px;
margin-top: 30px;
font-size: 18px;
color: #449d44;
}
.i_agree>label{
margin-left: 20px;
}
.g_in>label{
font-weight: lighter !important;
vertical-align: top;
margin-left: 5px;
color: #449d44;
}
.g_wxd{
margin-bottom: 20px;
}
.g_name{
position: relative;
left: 5px;
}
.cont2{
margin:20px auto;
}
._left{
float: left;
width:260px;
text-align: center;
font-size: 16px;
}
._left li{
height:60px;
line-height: 60px;
border-bottom: 1px solid #E4E4E4;
cursor: pointer;
}
.center_title{
font-size: 26px;
color:#AE2C26;
}
._left .on{
color:#D01F2F;
}
.me_info{
position: relative;
}
.me_info span{
position: absolute;
display: block;
padding:0px 2px;
background: #D01F2F;
border-radius: 100%;
line-height: 20px;
font-size: 12px;
color: white;
right:80px;
top:10px;
z-index: 10;
}
._right{
float: right;
width:900px;
}
.o_title{
font-size: 18px;
color: #ae2c26;
line-height: 60px;
border-bottom:1px solid #E4E4E4;
margin-bottom:20px;
text-indent: 20px;
}
.o_info{
color:#888;
font-size: 12px;
margin-bottom:45px;
}
.o_ul li{
line-height: 50px;
height:50px;
font-size: 16px;
margin-top:16px;
}
.o_span{
display: inline-block;
border:1px solid #E4E4E4;
border-radius: 4px;
min-width:400px;
line-height: 40px;
height:40px;
text-indent: 10px;
}
._right>li{
display: none;
}
._right>.o_active{
display: block;
}
.o_ul_sub{
line-height: 30px;
font-size: 16px;
display: inline-block;
height:40px;
width:200px;
text-align: center;
color:white;
background: #ae2c26;
border-radius: 4px;
border:none;
margin-left:60px;
}
.info_n{
min-height: 40px;
}
.e_form{
width:700px;
margin:0 auto 60px;
padding:20px 100px 40px;
box-shadow: 0 0 20px 10px #F6F2F2;
border-radius: 10px;
margin-top:30px;
background: white;
}
.e_title{
height:60px;
line-height: 60px;
font-size: 16px;
border-bottom:1px solid #ccc;
margin-bottom:20px;
text-indent: 10px;
margin-top:20px;
}
.e_form input{
border-radius: 4px !important;
}
.e_form label{
font-size: 14px;
display: inline-block;
margin-right:20px;
font-weight: 400;
}
.k_info{
margin-top:14px;
}
.k_info input{
display: inline-block;
width:50%;
}
.up_out{
margin-top:20px;
}
._up{
height:70px;
width:70px;
border:1px solid #ccc;
border-radius: 6px;
display: inline-block;
position: relative;
margin:10px;
line-height: 70px;
text-align: center;
font-size: 12px;
}
._up input{
position: absolute;
width:70px;
display: inline-block;
height:70px;
opacity: 0;
}
.btn_out{
margin-top:20px;
text-align: center;
}
.btn_out .btn{
display: inline-block;
margin-left:20px;
}
._content2{
width:70%;
margin: 0 auto 20px;
min-height: 400px;
}
._left2{
float: right;
width: 66%;
float: left;
padding: 25px 0;
border:1px solid #e1e1e1;
border-radius: 4px;
padding: 5px 20px;
margin-top: 25px;
min-height:400px;
}
._right {
float: right;
width: 26%;
}
._l_title{
font-size: 18px;
text-align: center;
height:60px;
line-height: 30px;
padding:10px 0 20px;
}
._l_title1{
font-size: 16px;
border-bottom:1px solid #ccc;
padding:10px;
color:#7C7C7C;
}
._money{
font-size: 14px;
line-height: 40px;
text-indent:60px;
}
._money .data{
display: none;
}
._money ._s_select{
display: block;
}
._btn_on{
display: block;
margin:50px auto;
}
.g_box_out{
overflow: auto;
max-height:240px;
}
.g_select{
border:1px solid #5CB85C;
color:#5CB85C;
}
.g_box>div{
line-height: 40px;
}
.g_box{
position: relative;
}
.g_box .glyphicon{
display: none;
position: absolute;
top: 72px;
right:10px;
height:20px;
}
.g_select .glyphicon{
display: block;
}
.g_rela{
overflow: auto;
}
.s_clear{
clear:both;
}
.top_out2{
overflow: hidden;
box-shadow: 0 2px 4px #ccc;
}
.logo2{
width:100px;
float: left;
margin:10px;
}
.f_right{
float: left;
line-height: 80px;
}
.f_right a{
color:#333;
display: inline-block;
margin-left: 10px;
}
.ft-footer2 {
background: #283243;
margin-top: 20px;
padding: 8px;
display: none;
}
.about-us2 {
overflow: hidden;
}
.about-us2 li {
float: left;
margin: 5px;
}
.about-us2 li a {
color: white;
}
._url2 {
padding: 6px;
text-align: center;
}
.ads2 {
color: white;
}
._url2 a {
color: white;
}
.top_out2{
display: none;
}
._login{
overflow: hidden;
width:90%;
margin:0 auto;
border-bottom:1px solid #ccc;
padding:10px 0;
margin-bottom:40px;
}
._login li{
float: left;
line-height: 30px;
padding: 0 10px;
margin-right:20px;
cursor: pointer;
}
.p_login{
width:60%;
margin:0 auto;
display: none;
min-width: 310px;
}
.p_login1{
display: block;
}
.p_login label{
font-weight: 400;
display: inline-block;
width:30%;
max-width: 100px;
text-align: left;
margin-bottom:20px;
}
.p_login .input{
border:1px solid #ccc;
border-radius: 4px;
display: inline-block;
}
.p_login .input2{
width: 110px;
}
._act{
color:#38b863;
}
.p_login ._sub{
display: block;
padding:6px 30px;
background: #38b863;
color:white;
margin:30px auto;
}
._login .li2{
float: right;
font-size: 12px;
}
._login .li2 a{
color:#333;
display: inline-block;
margin-right:3px;
}
._send{
display: inline-block;
background: #E9E9E9;
font-size: 12px;
padding:2px 4px;
border:none;
min-width: 68px;
min-height: 18px;
text-align: center;
line-height: 18px;
cursor: pointer;
border-radius: 4px;
}
.tp{
width:40px;
}
.close_out{
width:80%;
margin:0 auto;
height:30px;
}
.close_out .g_close{
top:0;
right:60px;
} | Template/pc/default/Static/css/sb_css/style.css | *{
margin:0;
padding:0;
}
html,body{
font-family: "微软雅黑";
font-weight: 500;
}
body {
padding-right: 0px !important;
}
*.modal-open {
overflow-y: scroll;
padding-right: 0 !important;
}
a:hover{
text-decoration: none;
}
.top{
width:100%;
min-width: 1000px;
margin:0 auto;
height:76px;
line-height: 76px;
font-size: 16px;
}
.logo{
width:130px;
}
.g_nav>div{
padding: 0;
}
.top_out{
min-width: 1200px;
box-shadow: 0 2px 5px #FFECC7;
margin-bottom:15px;
}
.top_out a{
color:#333;
}
.top_out a.active{
color:#38b863;
}
.select{
width:100px;
margin:0 auto;
}
.content{
width:1200px;
margin:0 auto 20px;
min-height: 600px;
}
.dropdown-menu{
margin-top:-19px;
}
.clear{
overflow:hidden;
}
.left{
width: 900px;
float: left;
padding: 25px 0;
}
.right{
float: right;
width: 280px;
}
.g_login{
position: absolute;
top: 0px;
right: 10%;
}
.main-content-fun-select>input{
padding-left: 15px;
}
.g_padd{
padding: 15px 0;
}
.g_li{
width: 800px;
margin: 10px 0 10px 20px;
overflow: hidden;
}
.g_li > p{
display: inline-block;
float: left;
width: 160px;
height: 34px;
line-height: 34px;
text-align: center;
}
.g_li > input{
display: inline-block;
float: left;
width: 160px;
height: 34px;
line-height: 34px;
padding-left: 15px;
border: 1px solid #e1e1e1;
margin-left: 6px;
border-radius: 5px;
}
.g_li > span{
display: inline-block;
float: left;
width: 160px;
height: 34px;
line-height: 34px;
padding-left: 15px;
text-align: center;
}
.g_btn{
position: absolute;
right: 20px;
top: 75px;
}
.g_re{
position: relative;
}
.g_re>button{
margin-left: 30px;
}
.g_button{
text-align: center;
margin-top: 45px;
}
.g_button>button{
margin: 0 20px;
}
.dropdown-menu{
top: 97px;
min-width: 200px;
}
.dropdown-menu>li{
padding: 10px 0;
}
.bdbox{
display: inline-block;
}
.dqxl{
width: 144px;
height: 34px;
line-height: 34px;
padding-left: 15px;
border: 1px solid #e1e1e1;
margin-left: 30px;
border-radius: 5px;
}
.g_month{
display: inline-block;
}
.g_month>input{
width: 230px;
padding-left: 15px;
border-radius: 5px;
}
.g_alert{
width: 750px;
height: 400px;
background: #fff;
margin: auto;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden !important;;
}
.g_alert2{
width: 750px;
height: 600px;
background: #fff;
margin: auto;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden !important;;
}
.alert_footer{
width: 200px;
margin: auto;
position: absolute;
bottom: 47px;
left: 0;
right: 0;
overflow: hidden;
}
.alert_footer2{
width: 200px;
margin: auto;
position: absolute;
bottom: 47px;
left: 0;
right: 0;
overflow: hidden;
}
.alert_footer>button,.alert_footer2>button{
float: left;
margin: 0 15px;
padding: 5px 16px;
}
.modal-dialog{
width: 100%;
height: 100%;
margin: 0px;
position: relative;
}
.g_title{
width: 90%;
margin:20px auto 0;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}
.g_title>label{
font-size: 18px;
margin-left: 15px;
font-weight: lighter;
}
.e-closePop{
font-size: 26px;
position: absolute;
right: 15px;
top: -10px;
cursor: pointer;
}
.g_box{
width: 200px;
height: 100px;
text-align: center;
line-height: 100px;
font-size: 16px;
border: 1px solid #337ab7;
margin-left: 15px;
margin-top: 20px;
cursor: pointer;
border-radius: 5px;
float: left;
}
.g_box:hover a{
color: blue;
}
.g_on_off{
position: absolute !important;
left: 400px;
top: 70px;
}
#new_person{
position: relative;
padding-bottom: 100px;
}
.pop-content-left{
margin-top: 20px;
}
.gg{
overflow: hidden;
margin:20px 0 20px 20px;
}
.gg>p{
float: left;
width: 187px;
margin-left: 37px;
}
.gg>p>input{
width: 100%;
border-radius: 5px;
}
.g_in{
display: block;
margin-top: 20px;
margin-left: 37px;
}
.g_in>span{
width: 84px;
text-align: right;
display: inline-block;
}
.g_in>input{
margin-left: 15px;
border-radius: 5px;
}
.main-content-fun{
border: 1px solid #e1e1e1;
border-radius: 10px;
padding: 5px;
}
.g_tips{
height: 269px;
padding: 5px 20px;
border: 1px solid #e1e1e1;
margin-top: 25px;
overflow: hidden;
}
.g_tips>p{
font-size: 24px;
margin-bottom: 20px;
}
.g_city{
height: 190px;
padding-bottom: 15px;
overflow-y: auto;
}
.g_city>li>p{
color: #ff8a00;
font-size: 14px;
}
.g_city>li>span{
color: #999;
font-size: 12px;
display: inline-block;
margin: 0 15px;
}
.g_city>li{
margin-bottom: 10px;
}
.g_city>li>p{
margin-bottom: 0px;
}
.friendly-url>span{
font-size: 18px !important;
}
.ui-close-date{
color: #fff;
}
/*.ui-icon-circle-triangle-w{
color: #000;
}*/
.main-content-fun-tips p{
display: inline-block;
}
.g_titel_2{
display: block;
width: 90%;
margin: 0 auto;
font-size: 18px;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.g_titel_2>span{
margin-left: 15px;
}
.new>h4{
text-align: left !important;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
color: #449d44;
}
.i_agree{
margin-left: 100px;
margin-top: 30px;
font-size: 18px;
color: #449d44;
}
.i_agree>label{
margin-left: 20px;
}
.g_in>label{
font-weight: lighter !important;
vertical-align: top;
margin-left: 5px;
color: #449d44;
}
.g_wxd{
margin-bottom: 20px;
}
.g_name{
position: relative;
left: 5px;
}
.cont2{
margin:20px auto;
}
._left{
float: left;
width:260px;
text-align: center;
font-size: 16px;
}
._left li{
height:60px;
line-height: 60px;
border-bottom: 1px solid #E4E4E4;
cursor: pointer;
}
.center_title{
font-size: 26px;
color:#AE2C26;
}
._left .on{
color:#D01F2F;
}
.me_info{
position: relative;
}
.me_info span{
position: absolute;
display: block;
padding:0px 2px;
background: #D01F2F;
border-radius: 100%;
line-height: 20px;
font-size: 12px;
color: white;
right:80px;
top:10px;
z-index: 10;
}
._right{
float: right;
width:900px;
}
.o_title{
font-size: 18px;
color: #ae2c26;
line-height: 60px;
border-bottom:1px solid #E4E4E4;
margin-bottom:20px;
text-indent: 20px;
}
.o_info{
color:#888;
font-size: 12px;
margin-bottom:45px;
}
.o_ul li{
line-height: 50px;
height:50px;
font-size: 16px;
margin-top:16px;
}
.o_span{
display: inline-block;
border:1px solid #E4E4E4;
border-radius: 4px;
min-width:400px;
line-height: 40px;
height:40px;
text-indent: 10px;
}
._right>li{
display: none;
}
._right>.o_active{
display: block;
}
.o_ul_sub{
line-height: 30px;
font-size: 16px;
display: inline-block;
height:40px;
width:200px;
text-align: center;
color:white;
background: #ae2c26;
border-radius: 4px;
border:none;
margin-left:60px;
}
.info_n{
min-height: 40px;
}
.e_form{
width:700px;
margin:0 auto 60px;
padding:20px 100px 40px;
box-shadow: 0 0 20px 10px #F6F2F2;
border-radius: 10px;
margin-top:30px;
background: white;
}
.e_title{
height:60px;
line-height: 60px;
font-size: 16px;
border-bottom:1px solid #ccc;
margin-bottom:20px;
text-indent: 10px;
margin-top:20px;
}
.e_form input{
border-radius: 4px !important;
}
.e_form label{
font-size: 14px;
display: inline-block;
margin-right:20px;
font-weight: 400;
}
.k_info{
margin-top:14px;
}
.k_info input{
display: inline-block;
width:50%;
}
.up_out{
margin-top:20px;
}
._up{
height:70px;
width:70px;
border:1px solid #ccc;
border-radius: 6px;
display: inline-block;
position: relative;
margin:10px;
line-height: 70px;
text-align: center;
font-size: 12px;
}
._up input{
position: absolute;
width:70px;
display: inline-block;
height:70px;
opacity: 0;
}
.btn_out{
margin-top:20px;
text-align: center;
}
.btn_out .btn{
display: inline-block;
margin-left:20px;
}
._content2{
width:70%;
margin: 0 auto 20px;
min-height: 400px;
}
._left2{
float: right;
width: 66%;
float: left;
padding: 25px 0;
border:1px solid #e1e1e1;
border-radius: 4px;
padding: 5px 20px;
margin-top: 25px;
min-height:400px;
}
._right {
float: right;
width: 26%;
}
._l_title{
font-size: 18px;
text-align: center;
height:60px;
line-height: 30px;
padding:10px 0 20px;
}
._l_title1{
font-size: 16px;
border-bottom:1px solid #ccc;
padding:10px;
color:#7C7C7C;
}
._money{
font-size: 14px;
line-height: 40px;
text-indent:60px;
}
._money .data{
display: none;
}
._money ._s_select{
display: block;
}
._btn_on{
display: block;
margin:50px auto;
}
.g_box_out{
overflow: auto;
max-height:240px;
}
.g_select{
border:1px solid #5CB85C;
color:#5CB85C;
}
.g_box>div{
line-height: 40px;
}
.g_box{
position: relative;
}
.g_box .glyphicon{
display: none;
position: absolute;
top: 72px;
right:10px;
height:20px;
}
.g_select .glyphicon{
display: block;
}
.g_rela{
overflow: auto;
}
.s_clear{
clear:both;
}
.top_out2{
overflow: hidden;
box-shadow: 0 2px 4px #ccc;
}
.logo2{
width:100px;
float: left;
margin:10px;
}
.f_right{
float: left;
line-height: 80px;
}
.f_right a{
color:#333;
display: inline-block;
margin-left: 10px;
}
.ft-footer2 {
background: #283243;
margin-top: 20px;
padding: 8px;
display: none;
}
.about-us2 {
overflow: hidden;
}
.about-us2 li {
float: left;
margin: 5px;
}
.about-us2 li a {
color: white;
}
._url2 {
padding: 6px;
text-align: center;
}
.ads2 {
color: white;
}
._url2 a {
color: white;
}
.top_out2{
display: none;
}
._login{
overflow: hidden;
width:90%;
margin:0 auto;
border-bottom:1px solid #ccc;
padding:10px 0;
margin-bottom:40px;
}
._login li{
float: left;
line-height: 30px;
padding: 0 10px;
margin-right:20px;
cursor: pointer;
}
.p_login{
width:60%;
margin:0 auto;
display: none;
min-width: 310px;
}
.p_login1{
display: block;
}
.p_login label{
font-weight: 400;
display: inline-block;
width:30%;
max-width: 100px;
text-align: left;
margin-bottom:20px;
}
.p_login .input{
border:1px solid #ccc;
border-radius: 4px;
display: inline-block;
}
.p_login .input2{
width: 110px;
}
._act{
color:#38b863;
}
.p_login ._sub{
display: block;
padding:6px 30px;
background: #38b863;
color:white;
margin:30px auto;
}
._login .li2{
float: right;
font-size: 12px;
}
._login .li2 a{
color:#333;
display: inline-block;
margin-right:3px;
}
._send{
display: inline-block;
background: #E9E9E9;
font-size: 12px;
padding:2px 4px;
border:none;
min-width: 68px;
min-height: 18px;
text-align: center;
line-height: 18px;
cursor: pointer;
border-radius: 4px;
}
.tp{
width:40px;
}
.close_out{
width:80%;
margin:0 auto;
height:30px;
}
.close_out .g_close{
top:0;
right:60px;
} | 0.311636 | 0.043732 |
:root {
--white: rgb(255, 255, 255);
--background-white: rgb(255, 255, 255, 0.8);
--blue: #099d8d;
--aqua: #14d9c4;
--font-grey: #54585a;
--background-grey: rgb(184, 184, 185);
--background-grey-2: rgb(184, 184, 185, 0.2);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* Reset */
li {
list-style-type: none;
}
a {
text-decoration: none;
}
.column {
padding: 0 15px;
}
@media all and (min-width: 768px) {
.column {
padding: 0 45px;
}
}
@media all and (min-width: 1200px) {
.column {
padding: 0 138px;
}
}
/* Team Name */
.header-top {
opacity: 0.95;
position: absolute;
z-index: 1;
width: 100%;
display: flex;
flex-direction: column;
position: fixed;
z-index: 150;
}
.team-name {
color: var(--white);
background: var(--blue);
width: 100%;
height: 60px;
font-family: "Rubik";
font-size: 16px;
text-transform: uppercase;
line-height: 1.88;
display: flex;
flex-wrap: wrap;
}
.team-name h1 {
font-size: 16px;
margin: auto;
font-weight: 500;
}
/*Nav Header*/
.nav-header {
background: var(--aqua);
width: 100%;
height: 45px;
font-family: "Rubik";
text-transform: uppercase;
font-weight: 500;
line-height: 2;
padding: 8px 0 7px 0;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-evenly;
}
.nav-item {
color: var(--white);
font-size: 15px;
}
/* Team Name Media queries Tablet */
@media all and (min-width: 768px) {
.header-top {
flex-direction: row;
}
.team-name {
width: 60%;
}
.team-name h1 {
margin-left: 45px;
}
/* Nav Header Media queries Tablet */
.nav-top {
width: 40%;
}
.nav-header {
background: var(--blue);
height: 60px;
padding: 16px 0 14px 0;
font-size: 16px;
}
}
/* Header Top Media queries PC*/
@media all and (min-width: 1200px) {
.team-name h1 {
margin-left: 142px;
}
.nav-header {
padding-right: 138px;
}
}
/*Hero */
.image {
display: flex;
flex-direction: column;
align-items: center;
}
.image-hero {
/* margin: auto; */
height: 421px;
width: 100%;
background-image: url("../images/collage.jpg");
background-color: var(--aqua);
background-size: contain;
}
@media all and (max-width: 420px) {
.image-hero {
background-repeat: no-repeat;
}
}
.claim {
background-color: var(--white);
height: 80px;
font-family: "Open Sans", sans-serif;
font-weight: 500px;
justify-content: center;
text-align: center;
padding: 15px;
margin: 15px;
position: relative;
top: 360px;
z-index: 100;
}
/* Hero Media queries Tablet*/
@media all and (min-width: 768px) {
.claim {
width: 381px;
height: 50px;
margin-left: 46px;
background-color: var(--background-white);
display: flex;
flex-direction: row;
align-items: flex-end;
font-weight: 600;
}
}
/* Hero Media queries PC*/
@media all and (min-width: 1200px) {
.claim {
box-sizing: border-box;
margin-left: 168px;
padding: 15px;
width: 514px;
height: 60px;
font-size: 24px;
}
}
/*Equipo*/
.team {
margin-top: 50px;
}
.team h2 {
font-family: "Rubik", sans-serif;
font-size: 24px;
font-weight: 500;
color: var(--aqua);
height: 45px;
justify-content: center;
text-align: center;
}
.team-description {
font-family: "Open Sans", sans-serif;
font-weight: normal;
text-align: center;
width: 100%;
font-size: 16px;
line-height: 24px;
padding-bottom: 30px;
}
/* Equipo Media queries Tablet*/
@media all and (min-width: 768px) {
.team h2 {
color: var(--blue);
}
.team-description {
opacity: 0.67;
padding: 15px 0 45px 0;
}
}
/* Equipo Media queries PC*/
@media all and (min-width: 1200px) {
.team-description {
padding-left: 20%;
padding-right: 20%;
opacity: 0.67;
}
}
/*Strenghts & Weaknesses*/
.rectangle {
position: relative;
width: 30px;
height: 30px;
background-color: white;
transform: translate(0, 50%) rotate(45deg);
margin: auto;
}
.str-weak {
width: 100%;
text-align: center;
background-color: var(--background-grey-2);
padding-top: 15px;
padding-bottom: 15px;
}
.str-item {
opacity: none;
padding-bottom: 30px;
}
.str-name {
padding: 15px 0;
color: var(--aqua);
font-family: "Rubik", sans-serif;
font-weight: 500;
font-size: 24px;
opacity: 1;
}
.str-text {
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 24px;
color: var(--font-grey);
opacity: 1;
}
@media all and (min-width: 768px) {
.str-weak {
display: flex;
}
.str-text {
text-align: center;
}
.str-item {
flex-basis: 50%;
}
.item1 {
padding-right: 15px;
}
.item2 {
padding-left: 15px;
}
}
@media all and (min-width: 1200px) {
.str-weak {
display: flex;
width: 100%;
}
.str-text {
width: 100%;
text-align: center;
}
.item1 {
padding-right: 22px;
}
.item2 {
padding-left: 22px;
}
}
/*Quienes somos*/
.we-are {
width: 100%;
text-align: center;
}
.we-are h2 {
padding: 30px 0;
color: var(--blue);
font-family: "Rubik", sans-serif;
font-weight: 500;
font-size: 24px;
}
.photo-individual {
border: 5px solid rgba(0, 0, 0, 0.08);
border-radius: 4px;
}
.file h4 {
padding-top: 15px;
font-family: "Open Sans", sans-serif;
font-size: 20px;
font-weight: normal;
line-height: 2.25;
}
.file p {
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 24px;
color: var(--font-grey);
}
.social {
padding: 15px 0 45px 0;
width: 124px;
margin: auto;
display: flex;
justify-content: space-between;
}
.social li {
list-style-type: none;
}
.social a {
color: var(--blue);
}
.link:before {
content: "·";
color: var(--font-grey);
padding-right: 4px;
}
/*Quienes somos Media queries Tablet*/
@media all and (min-width: 768px) {
.we-are h2 {
padding-top: 45px;
}
.file {
display: flex;
}
.file-description1 {
text-align: left;
padding-left: 30px;
}
.file-description1 .social {
margin: 0;
}
.photo-individual {
width: 205px;
}
.photo2 {
order: 2;
}
.file-description2 {
text-align: right;
padding-right: 30px;
}
.social2 {
margin-right: 0;
}
.photo1,
.photo2 {
padding-top: 20px;
}
}
/*Quienes somos Media queries PC*/
@media all and (min-width: 1200px) {
.file {
padding-bottom: 60px;
}
.photo-individual {
width: 278px;
}
}
/* Footer */
.footer {
width: 100%;
height: 250px;
border-top: 1px solid var(--background-grey);
text-align: center;
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
}
.footer-name {
color: var(--background-grey);
height: 20px;
font-family: "Open Sans";
font-size: 14px;
}
.nav-footer {
width: 114px;
height: 60px;
font-family: "Open Sans";
font-size: 14px;
font-weight: 600;
line-height: 1.43;
}
.footer-item {
color: var(--font-grey);
opacity: 0.75;
}
.logo {
width: 115.9px;
height: 45px;
}
/* Footer Media queries Tablet */
@media all and (min-width: 768px) {
.footer {
flex-direction: row;
justify-content: space-between;
height: 170px;
position: relative;
}
.footer-name {
order: 2;
position: absolute;
top: 30px;
left: 45px;
}
.footer-menu {
order: 3;
}
.nav-footer {
text-align: right;
color: var(--background-grey);
padding-right: 45px;
height: 90px;
width: 300px;
line-height: 2.14;
opacity: 0.75;
}
.footer-logo {
order: 1;
padding-left: 45px;
}
}
/* Footer Media PC */
@media all and (min-width: 1200px) {
.footer {
padding: 0 138px 0 138px;
}
.footer-name {
padding-left: 138px;
left: 0;
}
.nav-footer {
padding-right: 0;
}
.footer-logo {
padding-left: 0;
}
} | version-0/styles/style.css | :root {
--white: rgb(255, 255, 255);
--background-white: rgb(255, 255, 255, 0.8);
--blue: #099d8d;
--aqua: #14d9c4;
--font-grey: #54585a;
--background-grey: rgb(184, 184, 185);
--background-grey-2: rgb(184, 184, 185, 0.2);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* Reset */
li {
list-style-type: none;
}
a {
text-decoration: none;
}
.column {
padding: 0 15px;
}
@media all and (min-width: 768px) {
.column {
padding: 0 45px;
}
}
@media all and (min-width: 1200px) {
.column {
padding: 0 138px;
}
}
/* Team Name */
.header-top {
opacity: 0.95;
position: absolute;
z-index: 1;
width: 100%;
display: flex;
flex-direction: column;
position: fixed;
z-index: 150;
}
.team-name {
color: var(--white);
background: var(--blue);
width: 100%;
height: 60px;
font-family: "Rubik";
font-size: 16px;
text-transform: uppercase;
line-height: 1.88;
display: flex;
flex-wrap: wrap;
}
.team-name h1 {
font-size: 16px;
margin: auto;
font-weight: 500;
}
/*Nav Header*/
.nav-header {
background: var(--aqua);
width: 100%;
height: 45px;
font-family: "Rubik";
text-transform: uppercase;
font-weight: 500;
line-height: 2;
padding: 8px 0 7px 0;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-evenly;
}
.nav-item {
color: var(--white);
font-size: 15px;
}
/* Team Name Media queries Tablet */
@media all and (min-width: 768px) {
.header-top {
flex-direction: row;
}
.team-name {
width: 60%;
}
.team-name h1 {
margin-left: 45px;
}
/* Nav Header Media queries Tablet */
.nav-top {
width: 40%;
}
.nav-header {
background: var(--blue);
height: 60px;
padding: 16px 0 14px 0;
font-size: 16px;
}
}
/* Header Top Media queries PC*/
@media all and (min-width: 1200px) {
.team-name h1 {
margin-left: 142px;
}
.nav-header {
padding-right: 138px;
}
}
/*Hero */
.image {
display: flex;
flex-direction: column;
align-items: center;
}
.image-hero {
/* margin: auto; */
height: 421px;
width: 100%;
background-image: url("../images/collage.jpg");
background-color: var(--aqua);
background-size: contain;
}
@media all and (max-width: 420px) {
.image-hero {
background-repeat: no-repeat;
}
}
.claim {
background-color: var(--white);
height: 80px;
font-family: "Open Sans", sans-serif;
font-weight: 500px;
justify-content: center;
text-align: center;
padding: 15px;
margin: 15px;
position: relative;
top: 360px;
z-index: 100;
}
/* Hero Media queries Tablet*/
@media all and (min-width: 768px) {
.claim {
width: 381px;
height: 50px;
margin-left: 46px;
background-color: var(--background-white);
display: flex;
flex-direction: row;
align-items: flex-end;
font-weight: 600;
}
}
/* Hero Media queries PC*/
@media all and (min-width: 1200px) {
.claim {
box-sizing: border-box;
margin-left: 168px;
padding: 15px;
width: 514px;
height: 60px;
font-size: 24px;
}
}
/*Equipo*/
.team {
margin-top: 50px;
}
.team h2 {
font-family: "Rubik", sans-serif;
font-size: 24px;
font-weight: 500;
color: var(--aqua);
height: 45px;
justify-content: center;
text-align: center;
}
.team-description {
font-family: "Open Sans", sans-serif;
font-weight: normal;
text-align: center;
width: 100%;
font-size: 16px;
line-height: 24px;
padding-bottom: 30px;
}
/* Equipo Media queries Tablet*/
@media all and (min-width: 768px) {
.team h2 {
color: var(--blue);
}
.team-description {
opacity: 0.67;
padding: 15px 0 45px 0;
}
}
/* Equipo Media queries PC*/
@media all and (min-width: 1200px) {
.team-description {
padding-left: 20%;
padding-right: 20%;
opacity: 0.67;
}
}
/*Strenghts & Weaknesses*/
.rectangle {
position: relative;
width: 30px;
height: 30px;
background-color: white;
transform: translate(0, 50%) rotate(45deg);
margin: auto;
}
.str-weak {
width: 100%;
text-align: center;
background-color: var(--background-grey-2);
padding-top: 15px;
padding-bottom: 15px;
}
.str-item {
opacity: none;
padding-bottom: 30px;
}
.str-name {
padding: 15px 0;
color: var(--aqua);
font-family: "Rubik", sans-serif;
font-weight: 500;
font-size: 24px;
opacity: 1;
}
.str-text {
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 24px;
color: var(--font-grey);
opacity: 1;
}
@media all and (min-width: 768px) {
.str-weak {
display: flex;
}
.str-text {
text-align: center;
}
.str-item {
flex-basis: 50%;
}
.item1 {
padding-right: 15px;
}
.item2 {
padding-left: 15px;
}
}
@media all and (min-width: 1200px) {
.str-weak {
display: flex;
width: 100%;
}
.str-text {
width: 100%;
text-align: center;
}
.item1 {
padding-right: 22px;
}
.item2 {
padding-left: 22px;
}
}
/*Quienes somos*/
.we-are {
width: 100%;
text-align: center;
}
.we-are h2 {
padding: 30px 0;
color: var(--blue);
font-family: "Rubik", sans-serif;
font-weight: 500;
font-size: 24px;
}
.photo-individual {
border: 5px solid rgba(0, 0, 0, 0.08);
border-radius: 4px;
}
.file h4 {
padding-top: 15px;
font-family: "Open Sans", sans-serif;
font-size: 20px;
font-weight: normal;
line-height: 2.25;
}
.file p {
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 24px;
color: var(--font-grey);
}
.social {
padding: 15px 0 45px 0;
width: 124px;
margin: auto;
display: flex;
justify-content: space-between;
}
.social li {
list-style-type: none;
}
.social a {
color: var(--blue);
}
.link:before {
content: "·";
color: var(--font-grey);
padding-right: 4px;
}
/*Quienes somos Media queries Tablet*/
@media all and (min-width: 768px) {
.we-are h2 {
padding-top: 45px;
}
.file {
display: flex;
}
.file-description1 {
text-align: left;
padding-left: 30px;
}
.file-description1 .social {
margin: 0;
}
.photo-individual {
width: 205px;
}
.photo2 {
order: 2;
}
.file-description2 {
text-align: right;
padding-right: 30px;
}
.social2 {
margin-right: 0;
}
.photo1,
.photo2 {
padding-top: 20px;
}
}
/*Quienes somos Media queries PC*/
@media all and (min-width: 1200px) {
.file {
padding-bottom: 60px;
}
.photo-individual {
width: 278px;
}
}
/* Footer */
.footer {
width: 100%;
height: 250px;
border-top: 1px solid var(--background-grey);
text-align: center;
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
}
.footer-name {
color: var(--background-grey);
height: 20px;
font-family: "Open Sans";
font-size: 14px;
}
.nav-footer {
width: 114px;
height: 60px;
font-family: "Open Sans";
font-size: 14px;
font-weight: 600;
line-height: 1.43;
}
.footer-item {
color: var(--font-grey);
opacity: 0.75;
}
.logo {
width: 115.9px;
height: 45px;
}
/* Footer Media queries Tablet */
@media all and (min-width: 768px) {
.footer {
flex-direction: row;
justify-content: space-between;
height: 170px;
position: relative;
}
.footer-name {
order: 2;
position: absolute;
top: 30px;
left: 45px;
}
.footer-menu {
order: 3;
}
.nav-footer {
text-align: right;
color: var(--background-grey);
padding-right: 45px;
height: 90px;
width: 300px;
line-height: 2.14;
opacity: 0.75;
}
.footer-logo {
order: 1;
padding-left: 45px;
}
}
/* Footer Media PC */
@media all and (min-width: 1200px) {
.footer {
padding: 0 138px 0 138px;
}
.footer-name {
padding-left: 138px;
left: 0;
}
.nav-footer {
padding-right: 0;
}
.footer-logo {
padding-left: 0;
}
} | 0.512449 | 0.136148 |
.navbar {
position: fixed;
background-color: var(--bg-primary);
opacity: 0.8;
transition: width 400ms ease;
z-index: 1;
}
.navbar-nav {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.nav-item {
width: 100%;
}
.nav-item:last-child {
margin-top: auto;
}
.nav-link {
display: flex;
align-items: center;
height: 5rem;
color: var(--text-primary);
text-decoration: none;
filter: grayscale(100%) opacity(0.8);
transition: 400ms;
}
.nav-link:hover {
/* color: var(--text-secondary); */
color: #ffd53e;
background: var(--bg-secondary);
filter: grayscale(0%) opacity(1);
}
.nav-link svg {
width: 2rem;
min-width: 2rem;
margin: 0 1.5rem;
}
.link-text {
display: none;
margin-left: 1rem;
opacity: 0;
}
.fa-primary {
fill: #fff75e;
}
.fa-secondary {
fill: #ffd53e;
}
.logo {
font-weight: bold;
text-transform: uppercase;
margin-bottom: 1rem;
text-align: center;
color: var(--text-secondary);
background: var(--bg-secondary);
font-size: 1.5rem;
letter-spacing: 0.2ch;
width: 100%;
}
.logo svg {
transform: rotate(0deg);
transition: var(--transition-speed);
}
.navbar:hover .logo svg {
transform: rotate(-180deg);
}
.logo-text {
display: inline;
position: absolute;
left: -999px;
transition: var(--transition-speed);
}
.hidden {
display: none;
}
/* small screens */
@media only screen and (max-width: 600px) {
.logo {
display: none;
}
.navbar {
bottom: 0;
width: 100vw;
height: 5rem;
}
.navbar-nav {
flex-direction: row;
}
.nav-link {
justify-content: center;
}
}
/* large screens */
@media only screen and (min-width: 601px) {
.navbar:hover + .movie-list {
margin-left: 15.5rem;
}
.navbar {
top: 0;
width: 5rem;
height: 100vh;
}
.navbar:hover {
width: 15.5rem;
opacity: 0.95;
}
.navbar:hover .link-text {
display: inline;
opacity: 1;
transition: opacity 400ms ease-in;
}
.navbar:hover .logo svg {
margin-left: 12.5rem;
}
.navbar:hover .logo-text {
left: 0px;
}
.star-fighter-icon {
transform: rotate(0deg);
transition: var(--transition-speed);
}
.navbar:hover .rotate {
transform: rotate(90deg);
}
.movie-nav-link {
opacity: 0;
transition: var(--transition-speed);
height: 2.5rem;
}
.movie-nav-link > .nav-link {
height: 2.5rem;
padding-left: 1rem;
}
.movie-nav-link > .nav-link > .link-text {
font-size: 0.6rem;
}
.navbar:hover .show {
display: inline;
opacity: 1;
transition: opacity 1s ease-in;
}
} | src/styles/Navbar.css | .navbar {
position: fixed;
background-color: var(--bg-primary);
opacity: 0.8;
transition: width 400ms ease;
z-index: 1;
}
.navbar-nav {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.nav-item {
width: 100%;
}
.nav-item:last-child {
margin-top: auto;
}
.nav-link {
display: flex;
align-items: center;
height: 5rem;
color: var(--text-primary);
text-decoration: none;
filter: grayscale(100%) opacity(0.8);
transition: 400ms;
}
.nav-link:hover {
/* color: var(--text-secondary); */
color: #ffd53e;
background: var(--bg-secondary);
filter: grayscale(0%) opacity(1);
}
.nav-link svg {
width: 2rem;
min-width: 2rem;
margin: 0 1.5rem;
}
.link-text {
display: none;
margin-left: 1rem;
opacity: 0;
}
.fa-primary {
fill: #fff75e;
}
.fa-secondary {
fill: #ffd53e;
}
.logo {
font-weight: bold;
text-transform: uppercase;
margin-bottom: 1rem;
text-align: center;
color: var(--text-secondary);
background: var(--bg-secondary);
font-size: 1.5rem;
letter-spacing: 0.2ch;
width: 100%;
}
.logo svg {
transform: rotate(0deg);
transition: var(--transition-speed);
}
.navbar:hover .logo svg {
transform: rotate(-180deg);
}
.logo-text {
display: inline;
position: absolute;
left: -999px;
transition: var(--transition-speed);
}
.hidden {
display: none;
}
/* small screens */
@media only screen and (max-width: 600px) {
.logo {
display: none;
}
.navbar {
bottom: 0;
width: 100vw;
height: 5rem;
}
.navbar-nav {
flex-direction: row;
}
.nav-link {
justify-content: center;
}
}
/* large screens */
@media only screen and (min-width: 601px) {
.navbar:hover + .movie-list {
margin-left: 15.5rem;
}
.navbar {
top: 0;
width: 5rem;
height: 100vh;
}
.navbar:hover {
width: 15.5rem;
opacity: 0.95;
}
.navbar:hover .link-text {
display: inline;
opacity: 1;
transition: opacity 400ms ease-in;
}
.navbar:hover .logo svg {
margin-left: 12.5rem;
}
.navbar:hover .logo-text {
left: 0px;
}
.star-fighter-icon {
transform: rotate(0deg);
transition: var(--transition-speed);
}
.navbar:hover .rotate {
transform: rotate(90deg);
}
.movie-nav-link {
opacity: 0;
transition: var(--transition-speed);
height: 2.5rem;
}
.movie-nav-link > .nav-link {
height: 2.5rem;
padding-left: 1rem;
}
.movie-nav-link > .nav-link > .link-text {
font-size: 0.6rem;
}
.navbar:hover .show {
display: inline;
opacity: 1;
transition: opacity 1s ease-in;
}
} | 0.661486 | 0.089773 |
@-moz-document url-prefix("http://o53xo.mvwgiylspfqs44tv.cmle.ru"), regexp("http://(fa1|fa2|www)\\.eldarya\\.(com|fr|pl|de|dk|es|hu|it|nl|ro|ru|se|com.br|uk)\\/.*")
{
body
{
background: #000000 url("https://www.kephost.com/images/2018/01/23/4499946-wallpapers-hd-1080p.jpg") fixed top center;
background-size: cover;
overflow-y: scroll;
transition: background-image 4s linear;
}
body.night
{
background: #4da8fd url("https://www.kephost.com/images/2018/01/23/4499946-wallpapers-hd-1080p.jpg") fixed top center;
background-size: cover;
}
body.Halloween
{
background: url("https://www.kephost.com/images/2018/01/23/4499946-wallpapers-hd-1080p.jpg") fixed top center;
background-size: cover;
}
/*ЛОГО*/
img[src*="/i18n/static/ru/logo.png"]
{
padding: 0 0 150px 347px;
width: 0;
height: 0;
background: url("http://static.tumblr.com/qqcvo3u/eHSo6vmay/logo4.png");
}
img[src*="/i18n/static/fr/logo.png"]
{
padding: 0 0 150px 347px;
width: 0;
height: 0;
background: url("http://static.tumblr.com/qqcvo3u/eHSo6vmay/logo4.png");
}
#logo
{
display: block;
left: 100px;
top: 39px;
z-index: 2;
position: absolute;
}
/*ГЛАВНАЯ СТРАНИЦА*/
/*ВЕРХ*/
#header #header-top
{
position: absolute;
top: 0;
background-color: #000000;
height: 39px;
width: 100%;
}
/*БОКС ГГ*/
#header #header-top #header-top-in
{
/* width: 1010px; */
margin: auto;
position: relative;
text-align: center;
line-height: 39px;
font-size: 12px;
color: #FFF;
font-family: Banda Bold, sans-serif;
}
#header-menu
{
text-align: right;
padding-right: 0px;
}
#player-infos:after
{
content: '';
position: absolute;
left: 100%;
top: 0;
width: 36px;
height: 125px;
background-image: url("http://static.tumblr.com/qqcvo3u/irLo8i9fn/player-infos-background-end.png");
z-index: -1;
}
#header-portraits
{
width: 197px;
height: 132px;
background: url("http://static.tumblr.com/qqcvo3u/Ewlo8i945/f8lmac6_iulufkhsqaaaabjru5erkjggg__.png") no-repeat right;
}
#player-headerPortrait
{
width: 112px;
height: 113px;
background-image: url("http://static.tumblr.com/qqcvo3u/c1Lo8i8b9/player-portrait-background.png");
top: 13px;
right: 12px;
}
/*УРОВЕНЬ НАД ГГ*/
#player-info-level
{
font-family: Magnel, serif;
color: #fff;
font-size: 22px;
font-weight: 400;
text-align: center;
line-height: 29px;
border-radius: 50%;
width: 39px;
height: 39px;
background-image: url("http://static.tumblr.com/qqcvo3u/9I1o8i8ey/download.png");
position: absolute;
top: 1px;
left: 77px;
cursor: default;
z-index: 2;
text-shadow: 0 0 4px rgb(145, 162, 162);
}
.tooltip-content
{
position: fixed;
font-family: "Banda Semi Bold", serif;
color: #ffffff;
background-color: #000000;
border: 2px dashed #ffffff;
font-size: 14px;
font-weight: 600;
text-align: center;
padding: 10px;
line-height: 100%;
box-shadow: 0 0 5px 0 rgba(24, 24, 24, 0.3);
white-space: nowrap;
z-index: 50;
display: none;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
#player-info-dots .player-info-dot.lit
{
background-color: transparent;
background-image: url("http://static.tumblr.com/qqcvo3u/s3xo8i8rx/xp-bubble.png");
width: 17px;
height: 17px;
}
/*МААНА И ИМЯ*/
#player-infos
{
background-image: url("http://static.tumblr.com/qqcvo3u/uhMo8i945/xkbagwagueogfwqjpiaaaaasuvork5cyii_.png");
background-repeat-y: no-repeat;
height: 125px;
padding: 0 10px 0 10px;
text-align: center;
}
#player-infos .player-name
{
color: #fff;
font-weight: 600;
font-family: Rubik, cursive;
position: relative;
height: 32px;
line-height: 32px;
display: inline-block;
font-size: 16px;
margin: 25px 0;
border: dashed 2px #ffffff;
background-color: #000000;
-webkit-transform: skew(-14deg);
-moz-transform: skew(-14deg);
-o-transform: skew(-14deg);
-webkit-backface-visibility: hidden;
}
#player-infos .player-currencies
{
background-color: #000000;
border-radius: 10px;
height: 25px;
line-height: 25px;
font-family: Banda Semi Bold, sans-serif;
font-weight: 600;
padding: 0 10px;
border: dashed 2px #ffffff;
display: inline-block;
}
#player-infos:after
{
content: '';
position: absolute;
left: 100%;
top: 0;
width: 36px;
height: 125px;
background-image: url("http://static.tumblr.com/qqcvo3u/irLo8i9fn/player-infos-background-end.png");
z-index: -1;
}
/*ГЛАВНОЕ МЕНЮ*/
#main-menu ul
{
text-align: center;
white-space: nowrap;
background-color: rgba(255, 255, 255, 0);
display: inline-block;
margin-bottom: 2px;
padding: 5px 20px;
position: relative;
box-shadow: inset 1px 1px 3px 1px rgba(52, 56, 111, 0);
border-radius: 8px 8px 0 0;
}
#main-menu ul:after
{
content: '';
border-radius: 8px;
background-position: 0 0, 100% 0, 0 0, 0 100%;
background-repeat: no-repeat;
background-size: 4px 100%, 4px 100%, 100% 4px, 100% 4px;
background-image: -webkit-linear-gradient(-90deg, #000 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -webkit-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
background-image: -moz-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -moz-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
background-image: -o-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -o-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
background-image: -ms-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -ms-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 97%), linear-gradient(180deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 97%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
position: absolute;
z-index: -1;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}
/*КОНТЕЙНЕР ГЛАВНОЙ*/
#container .page-main-container
{
background-color: rgba(0, 0, 0, 0.76);
border-radius: 8px;
padding: 20px;
min-height: 400px;
position: relative;
box-shadow: inset 1px 1px 3px 1px #000000;
}/*РАМКА ГГ НА ГЛАВНОЙ СТР*/
#index-player
{
position: absolute;
margin: 0 auto;
width: 420px;
height: 600px;
right: 20px;
top: 20px;
border: dashed 4px #FFFFFF;
overflow: hidden;
background-color: #000;
}/*КАРУСЕЛЬКА НОВОСТЕЙ*/
.index-carousel
{
position: relative;
height: 231px;
width: 522px;
border-radius: 10px;
border: 3px dashed #FFF;
background-color: #000;
overflow: hidden;
}
.index-carousel-prev
{
background: url("http://static.tumblr.com/qqcvo3u/4Rlo6x1wt/bt-left1.png");
left: 9px;
}
.index-carousel-next
{
background: url("http://static.tumblr.com/qqcvo3u/5jYo6x229/bt-right1.png");
right: 9px;
}
.index-carousel-title
{
font-family: Magnel, serif;
font-size: 22px;
line-height: 30px;
font-weight: 400;
color: rgb(255, 255, 255);
text-align: left;
margin-left: 15%;
}
.index-carousel-subtitle
{
border-top: 1px solid rgb(255, 255, 255);
font-family: "Banda Semi Bold", serif;
font-size: 18px;
line-height: 18px;
color: rgba(255, 255, 255, 0.9);
padding: 5px 0;
text-align: left;
margin-left: 15%;
}
.index-main-container .index-carousel-description
{
color: rgb(255, 255, 255);
}
.index-main-container .index-carousel-description
{
color: rgb(255, 255, 255);
}
.flavr-button.purple, .button.button.button-purple
{
background-color: rgb(255, 255, 255);
border-color: rgba(255, 255, 255, 1);
border: 3px dashed #000;
}
.flavr-button.purple, .button.button.button-purple
{
background-color: rgba(255, 255, 255, 0.46);
border-color: rgba(0, 0, 0, 1);
}
.flavr-button.purple:hover, .button.button.button-purple:hover
{
background-color: rgba(255, 255, 255, 1);
color: #000000;
border-color: rgba(0, 0, 0, 1);
}
.flavr-button, .button.button
{
background-color: #000000;
border: 2px dashed #ffffff;
border-radius: 25px;
font-family: Banda Semi Bold, sans-serif;
font-size: 14px;
color: #fff;
padding: 4px 8px;
cursor: pointer;
display: inline-block;
line-height: 100%;
-webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
transition: background-color 0.3s ease-in, color 0.3s ease-in;
margin: 0 5px;
}
.flavr-button:hover, .button.button:hover
{
background-color: #ffffff;
color: #000000;
border: 2px dashed #000000;
}
.tile-title
{
height: 37px;
color: #fff;
line-height: 37px;
font-size: 17px;
font-family: Magnel, sans-serif;
font-weight: 400;
text-align: center;
text-shadow: 1px 2px 1px #040404;
}/*РЕЙТИНГ*/
#index-ranking
{
float: left;
display: inline-block;
height: 344px;
width: 280px;
background-color: #000000;
border-radius: 10px;
border: 2px dashed rgb(255, 255, 255);
overflow: hidden;
margin: 20px 20px 0 0;
}
#ranking-list
{
background: -webkit-linear-gradient(90deg, #6c469f 0%, #9d8ce4 76%, #c8b7f8 96%);
background: -moz-linear-gradient(90deg, #6c469f 0%, #9d8ce4 76%, #c8b7f8 96%);
background: -o-linear-gradient(90deg, #6c469f 0%, #9d8ce4 76%, #c8b7f8 96%);
background: -ms-linear-gradient(90deg, #6c469f 0%, #9d8ce4 76%, #c8b7f8 96%);
background: linear-gradient(0deg, #000000 0%, #777777 76%, #909090 96%);
}
#ranking-list .ranking-first
{
height: 101px;
color: #000000;
}
#ranking-list .ranking-second
{
height: 101px;
color: #8c8c8c;
}
#ranking-list .ranking-third
{
height: 101px;
color: #ffffff;
}/*НОВОСТИ*/
#index-news
{
display: inline-block;
vertical-align: top;
height: 344px;
width: 218px;
margin: 20px 0 0;
background-color: #000000;
border-radius: 10px;
border: 2px dashed rgb(255, 255, 255);
overflow: hidden;
}
#news-list
{
background: -webkit-linear-gradient(90deg, #94b6f5 0%, #d3e2fc 100%);
background: -moz-linear-gradient(90deg, #94b6f5 0%, #d3e2fc 100%);
background: -o-linear-gradient(90deg, #94b6f5 0%, #d3e2fc 100%);
background: -ms-linear-gradient(90deg, #94b6f5 0%, #d3e2fc 100%);
background: linear-gradient(0deg, #000000 0%, #b3b3b3 100%);
}
#index-news .date
{
float: left;
background-color: #000000;
min-width: 55px;
color: #fff;
border-radius: 25px;
font-size: 14px;
text-align: center;
line-height: 19px;
margin: 15px 5px;
font-weight: 700;
font-family: "Banda bold", sans-serif;
}
#index-news .text a
{
color: #ffffff;
}
#container h1
{
position: relative;
background-image: url("http://static.tumblr.com/qqcvo3u/3FIo8id4s/h1.png");
height: 45px;
line-height: 45px;
display: inline-block;
color: #ffffff;
font-family: "Banda Light", serif;
font-size: 16px;
text-transform: uppercase;
padding: 0 15px 0 25px;
margin-left: -20px;
}
#container h1 .title-end
{
background-image: url("http://static.tumblr.com/qqcvo3u/t2vo8id4t/h1-end.png");
position: absolute;
right: -25px;
top: 0;
width: 25px;
height: 45px;
}
/*ЭПИЗОДЫ*/
#main-menu .main-menu-episode
{
background-image: url("http://static.tumblr.com/qqcvo3u/2xvo8iaew/episode.png");
}
#main-menu .menu-label span
{
background-color: #000000;
padding: 5px 8px;
border-radius: 10px;
margin-right: -100%;
display: inline-block;
}/*ТРЕБОВАНИЯ К ЭПИЗОДУ*/
#episode-list > li .episode-conditions
{
padding: 5px 15px;
background-color: #000000;
border-radius: 15px;
position: relative;
margin: 10px 45px;
}
#episode-list .episode .episode-number, #episode-summary .episode-number
{
width: 73px;
height: 99px;
background: url(http://static.tumblr.com/qqcvo3u/UgHo8idtj/diamond.png);
position: absolute;
left: 10px;
top: 0;
z-index: 1;
color: white;
font-family: Merriweather, serif;
line-height: 90px;
text-align: center;
font-size: 32px;
}
#episode-list > li h2 span.episode-name, #episode-summary h2 span.episode-name
{
/* color: rgb(43, 47, 93); */
color: #fff;
text-shadow: 1px 2px 1px #040404;
font-family: Merriweather, serif;
font-size: 20px;
display: block;
position: absolute;
top: 10px;
left: 80px;
font-weight: normal;
}
#episode-list .episode-body
{
padding-bottom: 10px;
background-color: #000;
border-radius: 10px;
position: relative;
box-shadow: 1px 1px 2px #ffffff;
flex: 1;
}
#episode-list .episode .episode-description p, #episode-summary .episode-description p
{
color: rgb(255, 255, 255);
padding: 5px 10px;
text-align: justify;
}
#episode-list .episode .episode-conditions, #episode-list .episode .episode-rewards
{
padding: 5px 15px;
background-color: #333335;
border-radius: 10px;
position: relative;
margin: 10px 40px;
}
/*ВЫПОЛНЕНЫ*/
#episode-list > li .episode-conditions li.on
{
color: rgb(255, 255, 255);
font-weight: bold;
text-shadow: #FFFFFF 0 0 10px;
}
/*НАДО СДЕЛАТЬ*/
#episode-list > li .episode-conditions li
{
font-size: 13px;
color: rgb(162, 62, 62);
margin: 7px 0;
text-shadow: #FF0000 0 0 10px;
}
.flavr-container .flavr-overlay
{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
visibility: inherit;
background: rgba(0, 0, 0, 0.62);
}/*ЗАДНИК ПОП-АПА*/
.flavr-container .flavr-fixer .flavr-outer
{
background: rgb(0, 0, 0);
min-width: 300px;
height: auto;
text-align: center;
font-family: Banda Light, Helvetica, Arial, sans-serif;
border: 2px dashed #fff;
border-radius: 10px;
}
/*ПОП-АПЫ СВЕТЛЯКИ*/
.flavr-container .flavr-fixer .flavr-outer .tL
{
background-image: url('http://static.tumblr.com/qqcvo3u/pqgo8idea/popup-topleft.png');
top: -70px;
left: -65px;
width: 83px;
height: 124px;
}
.flavr-container .flavr-fixer .flavr-outer .bL
{
background-image: url('http://static.tumblr.com/qqcvo3u/xnto8ide9/popup-bottomleft.png');
bottom: -70px;
left: -150px;
width: 205px;
height: 220px;
}
.flavr-container .flavr-fixer .flavr-outer .tR
{
background-image: url('http://static.tumblr.com/qqcvo3u/RH7o8idea/popup-topright.png');
top: -190px;
right: -110px;
width: 203px;
height: 195px;
}
.flavr-container .flavr-fixer .flavr-outer .bR
{
background-image: url('http://static.tumblr.com/qqcvo3u/Awzo8idea/popup-bottomright.png');
bottom: -90px;
right: -80px;
width: 86px;
height: 147px;
}
/*ТЕКСТ ПОП-АПА*/
.flavr-container .flavr-fixer .flavr-outer .flavr-content
{
color: #fff;
padding: 20px 30px;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-content h1
{
padding: 5px 15px 10px;
border-bottom: solid 1px rgba(183, 183, 183, 0.92);
margin: 0 0 20px;
font-size: 35px;
font-weight: 400;
color: #ffffff;
line-height: 1em;
font-family: Magnel, serif;
}/*КНОПКА АННУЛИРА*/
.flavr-button.gray, .button.button.button-gray
{
background-color: #000000;
border-color: #FFFFFF;
}
.flavr-button.gray:hover, .button.button.button-gray:hover
{
background-color: #ffffff;
color: #000000;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.close, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .flavr-button.close
{
background: #000000 none;
color: transparent;
overflow: hidden;
border-radius: 50%;
margin: 0;
min-width: 0;
width: 40px;
height: 40px;
position: absolute;
top: -17px;
right: -15px;
box-shadow: none;
text-shadow: none;
border: dashed #fff 2px;
font-weight: 600;
font-size: 28px;
padding: 0;
line-height: 32px;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.close:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .flavr-button.close:hover
{
background-color: #fff;
border: 2px dashed #000000;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.close:hover:before, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .flavr-button.close:hover:before
{
color: #000000;
}
#episode-list > li .episode-number, #episode-summary .episode-number
{
width: 73px;
height: 99px;
background: url('http://static.tumblr.com/qqcvo3u/UgHo8idtj/diamond.png');
position: absolute;
left: 10px;
top: -50px;
z-index: 1;
color: white;
font-family: Magnel;
line-height: 90px;
text-align: center;
font-size: 32px;
}/*САМ ЭПИЗОД, ДИАЛОГОВОЕ ОКНО ГГ*/
.choiceText
{
z-index: 100;
margin: 0 auto;
position: absolute;
bottom: 4%;
left: 4%;
right: 4%;
font-family: "Suplexmentary";
background: -moz-linear-gradient(left, rgba(46, 0, 53, 0.9) 0%, rgba(27, 43, 126, 0.9) 60%, rgba(15, 71, 174, 0.8) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(157, 0, 181)), color-stop(60%, rgba(0, 41, 255, 0.9)), color-stop(100%, rgba(255, 0, 123, 0.8)));
background: -webkit-linear-gradient(left, rgba(46, 0, 53, 0.9) 0%, rgba(27, 43, 126, 0.9) 60%, rgba(15, 71, 174, 0.8) 100%);
background: -o-linear-gradient(left, rgba(46, 0, 53, 0.9) 0%, rgba(27, 43, 126, 0.9) 60%, rgba(15, 71, 174, 0.8) 100%);
background: -ms-linear-gradient(left, rgba(46, 0, 53, 0.9) 0%, rgba(27, 43, 126, 0.9) 60%, rgba(15, 71, 174, 0.8) 100%);
background: linear-gradient(to right, rgb(17, 14, 19) 0%, rgba(56, 58, 64, 0.87) 60%, rgba(0, 0, 0, 0.68) 100%);
color: rgb(255, 255, 255);
padding: 1%;
font-size: 150%;
width: 90%;
}
/*НАВЕДЕНИЕ*/
.choice:hover
{
background: rgba(136, 132, 132, 0.34);
-webkit-transition: all 0.2s ease-in-out;
}
/*ОКОШКО С ТЕКСТОМ*/
.episode-container .text
{
z-index: 100;
text-align: justify;
position: absolute;
overflow: hidden;
font-family: "Suplexmentary";
background: -moz-linear-gradient(top, rgba(0, 81, 93, 0.85) 0%, rgba(0, 31, 57, 0.85) 89%, rgba(0, 25, 53, 0.3) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 81, 93, 0.85)), color-stop(89%, rgba(0, 31, 57, 0.85)), color-stop(100%, rgba(0, 25, 53, 0.3)));
background: -webkit-linear-gradient(top, rgba(0, 81, 93, 0.85) 0%, rgba(0, 31, 57, 0.85) 89%, rgba(0, 25, 53, 0.3) 100%);
background: -o-linear-gradient(top, rgba(0, 81, 93, 0.85) 0%, rgba(0, 31, 57, 0.85) 89%, rgba(0, 25, 53, 0.3) 100%);
background: -ms-linear-gradient(top, rgba(0, 81, 93, 0.85) 0%, rgba(0, 31, 57, 0.85) 89%, rgba(0, 25, 53, 0.3) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(51, 54, 56, 0.85) 89%, rgba(92, 102, 113, 0) 100%);
line-height: 1em;
font-size: 20px;
}
.bubbleText > div
{
vertical-align: middle;
display: table-cell;
line-height: 1em;
color: black;
}
/*ЧЕДЕЛАТЬ и ЧЕДАРЯТ*/
#episode-toolbox
{
margin: 13px auto 0;
width: 800px;
}
#episode-toolbox > div
{
width: 385px;
background: #000000;
height: 140px;
overflow: hidden;
padding: 5px;
border-radius: 9px;
}
#episode-list > li .episode-description p, #episode-summary .episode-description p
{
color: rgb(0, 0, 0);
padding: 5px;
}
/*МИНИИГРЫ*/
#main-menu .main-menu-minigames
{
background-image: url("http://static.tumblr.com/qqcvo3u/KMPo8iaex/minigames.png");
}
#main-menu li.disabled .menu-label span
{
background-color: #000000;
}
/*ТЕКСТ НАД МИНИИГРАМИ*/
#minigames-list li h2
{
color: #000000;
padding: 10px 0px 2px;
margin: 0px 10px;
border-bottom: 2px solid rgb(0, 0, 0);
text-align: left;
}
body h2
{
color: #000000;
font-size: 20px;
font-family: "Banda Regular", sans-serif;
}/*СПРАЙТЫ У МИНИИГР*/
#minigames-list li#minigames-peggle .minigames-npc
{
background: url("http://static.tumblr.com/qqcvo3u/uAFo6yyn5/npc_peggle.png");
width: 165px;
height: 251px;
position: absolute;
right: -50px;
top: -42px;
}
#minigames-list li#minigames-flappy .minigames-npc
{
background: url("http://static.tumblr.com/qqcvo3u/RwWo6yybz/npc_flappy.png");
width: 166px;
height: 259px;
position: absolute;
right: -55px;
top: -50px;
}
#minigames-list li#minigames-hatchlings .minigames-npc
{
background: url("http://static.tumblr.com/qqcvo3u/gu2o6yyc0/npc_hatchlings.png");
width: 188px;
height: 269px;
position: absolute;
right: -60px;
top: -60px;
}
.flavr-button.purple, .button.button.button-purple
{
background-color: #000000;
border-color: #ffffff;
}
.flavr-button.purple:hover, .button.button.button-purple:hover
{
background-color: #ffffff;
color: #000000;
}
/*БУТИКИ*/
#main-menu .main-menu-mall
{
background-image: url("http://static.tumblr.com/qqcvo3u/Rc8o8iaex/mall.png");
}/*ЗАГОЛОВКИ МАГАЗИНОВ*/
#malls-list li h2
{
color: rgb(0, 0, 0);
padding: 10px 0 2px;
margin: 0 10px;
border-bottom: 2px solid rgb(0, 0, 0);
text-align: left;
}
body h2
{
color: #000000;
font-size: 22px;
font-family: "Banda Regular", sans-serif;
}
#mall-container h1.mall-title span a
{
color: rgb(255, 255, 255);
}
.mall-category, .mall-product, .mall-variation
{
width: 106px;
height: 124px;
background: rgba(0, 0, 0, 0.43);
margin: 5px;
padding: 7px;
float: left;
cursor: pointer;
position: relative;
border-radius: 3px;
box-shadow: 0 0 5px white;
}
.mall-category:after, .mall-product:after, .mall-variation:after
{
display: block;
position: absolute;
bottom: 0;
left: -1px;
right: -1px;
border-radius: 0 0 3px 3px;
border-top: 1px solid rgb(255, 255, 255);
border-bottom: 1px solid #FFFFFF;
box-shadow: 0 0 10px rgb(255, 255, 255);
content: '';
transition: border 300ms linear;
}
.mall-category-title
{
margin: 0 auto;
font-family: "Banda Bold";
font-size: 13px;
line-height: 11px;
text-transform: uppercase;
color: rgb(255, 255, 255);
text-align: center;
}
.mall-product-maana-price, .mall-product-gold-price, .mall-variations-owned
{
font-family: "Banda Bold", serif;
font-size: 16px;
text-transform: uppercase;
color: rgb(255, 255, 255);
text-align: center;
}
.mall-category, .mall-product, .mall-variation
{
width: 106px;
height: 134px;
background: rgba(0, 0, 0, 0.43);
margin: 5px;
padding: 7px;
float: left;
cursor: pointer;
position: relative;
border-radius: 3px;
box-shadow: 0 0 5px white;
}
.mall-category:hover, .mall-product:hover, .mall-variation:hover
{
background: rgba(255, 255, 255, 0.58);
}/*ДЕТАЛИ ПОКУПКИ*/
.mall-variation.selected, .mall-product.selected
{
background: rgba(255, 255, 255, 0.13);
}
.mall-category.selected:after, .mall-product.selected:after, .mall-variation.selected:after
{
border-bottom: 5px solid #ffffff;
}
.mall-quantity-max, .mall-stock-limit, .mall-event-tip, .mall-blackFriday-tip
{
position: absolute;
display: none;
top: 120px;
left: -1px;
right: -1px;
font-size: 1.2em;
color: #fff;
text-align: center;
padding: 5px 0;
background-color: #000000;
border: 1px solid #ffffff;
border-left: none;
border-right: none;
box-shadow: 0 2px 10px 0 #fff;
z-index: 1;
}
#mall-productDetail-info-gold, #mall-productDetail-info-maana
{
margin: 15px 0;
width: 160px;
display: inline-block;
font-family: "Banda Regular", serif;
font-size: 16px;
color: rgb(0, 0, 0);
}
.flavr-button.gold, .button.button.button-gold
{
background-color: #000000;
border-color: #FFD100;
}
.flavr-button.gold:hover, .button.button.button-gold:hover
{
background-color: #FFD100;
color: #000000;
border-color: #000000;
}
/*РЫНОК*/
#main-menu .main-menu-marketplace
{
background-image: url("http://static.tumblr.com/qqcvo3u/rj1o8iaey/marketplace.png");
}
/*ГЛАВНОЕ МЕНЮ*/
.marketplace-menu li, .marketplace-submenu li
{
display: inline-block;
padding: 3px 13px;
margin-right: 9px;
border-radius: 0px;
border: dotted 2px #FFFFFF;
background-color: black;
}
.marketplace-menu a
{
font-size: 14px;
font-family: "Banda Regular";
font-weight: bold;
color: rgb(255, 255, 255);
text-align: center;
text-decoration: none;
}
.marketplace-menu li.selected, .marketplace-submenu li.selected
{
background: rgba(126, 129, 140, 0);
}
/*БЭКГРАУНД ГГ*/
#marketplace-right
{
position: relative;
float: right;
width: 340px;
height: 590px;
box-shadow: 0px 2px 10px rgba(90, 90, 103, 0.88);
border-radius: 5px;
background: -moz-linear-gradient(bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to top, rgba(245, 242, 242, 0.8) 0%,rgba(150, 150, 150, 0.71) 50%,rgba(185, 28, 28, 0) 100%);
}
/*<NAME>*/
.marketplace-abstract
{
position: relative;
width: 427px;
float: left;
margin: 10px;
box-shadow: 0 0 1px 1px black;
border-radius: 1px;
background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgb(255, 255, 255)));
background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to top, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.47) 100%);
}
.marketplace-abstract .abstract-icon
{
width: 75px;
height: 75px;
box-shadow: 0px 0px 2px rgba(236, 236, 236, 0);
float: left;
}
.marketplace-abstract .abstract-name
{
font-family: "Banda Regular";
font-weight: bold;
font-size: 18px;
color: rgb(255, 255, 255);
position: absolute;
left: 0px;
top: 0px;
}
.marketplace-search-item:hover
{
background: rgba(115, 115, 115, 0.69);
}
.marketplace-search-item.selected
{
background: rgba(255, 255, 255, 0.64);
}
.price-info
{
font-size: 12px;
font-family: "Banda Regular";
font-weight: bold;
color: rgb(255, 255, 255);
}
.abstract-currentPrice
{
font-family: Rubik, cursive;
text-transform: uppercase;
color: rgb(52, 56, 111);
text-align: right;
position: absolute;
right: 0px;
top: 20px;
}
.marketplace-abstract .abstract-time
{
font-family: "Banda Regular";
font-size: 14px;
color: rgb(255, 255, 255);
font-weight: bold;
position: absolute;
left: 30px;
top: 50px;
}
.marketplace-abstract .abstract-type
{
font-family: 'Banda Regular';
font-weight: bold;
font-size: 13px;
color: rgb(255, 255, 255);
position: absolute;
left: 10px;
top: 30px;
}
/*ВЕЩИ НА ГГ*/
.marketplace-itemDetail-name
{
margin: 5px;
width: 320px;
font-family: "Banda Regular";
font-weight: bold;
font-size: 18px;
color: rgb(0, 0, 0);
}
#marketplace-itemDetail-info-bid, #marketplace-itemDetail-info-buy
{
margin: 0 0 0 10px;
width: 140px;
display: inline-block;
font-family: "Banda Regular";
font-size: 16px;
color: rgb(0, 0, 0);
float: left;
}
/*СТРАНИЦЫ НА ГЛАВНОЙ*/
.page.selected
{
text-decoration: none;
background: #000000;
font-size: 14px;
font-family: "Banda Regular";
font-weight: bold;
color: rgb(255, 255, 255);
}
.page
{
display: inline-block;
padding: 2px;
margin-right: 6px;
border-radius: 2px;
border: dashed 1px rgb(0, 0, 0);
width: 28px;
font-size: 14px;
font-family: "Banda Regular";
font-weight: bold;
color: rgb(0, 0, 0);
text-align: center;
text-decoration: none;
background-color: white;
}
/*ВКЛАДКА С СТАВКАМИ*/
.marketplace-assistance
{
background: rgba(0, 0, 0, 0.45);
border-radius: 6px;
margin: 15px 48px;
padding: 15px;
color: rgb(255, 255, 255);
text-shadow: 0px 0px 2px white, 0px 0px 3px black;
font-weight: normal;
font-size: 14px;
}
body hr
{
border: none;
border-bottom: 2px dashed #FFFFFF;
}
.marketplace-abstract h2
{
padding-left: 10px;
padding-top: 0px;
color: rgb(255, 255, 255);
font-family: "Banda Regular";
text-transform: uppercase;
font-size: 18px;
}
.marketplace-abstract .abstract-time
{
font-family: "Banda Regular";
font-size: 14px;
color: rgb(0, 0, 0);
font-weight: bold;
position: absolute;
left: 80px;
top: 45px;
}/*ВКЛАДКА С ОБЪЕКТАМИ*/
img.abstract-icon
{
background-color: rgba(0, 0, 0, 0);
}
#marketplace-itemsForSale
{
background: rgba(199, 199, 199, 0.65);
border-radius: 8px;
margin: 5px 0 0;
}
.marketplace-itemsForSale-quantity
{
display: inline-block;
color: white;
font-family: "Banda Light";
font-size: 20px;
text-shadow: 0px 0px 2px white, 0px 0px 3px white;
position: absolute;
right: 10px;
bottom: 10px;
}
.marketplace-itemsForSale-item.selected
{
background: rgba(255, 255, 255, 0.48);
}
.marketplace-itemsForSale-item:hover
{
background: #000000;
}
.marketplace-itemsForSale-item
{
height: 105px;
background: rgba(0, 0, 0, 0.62);
margin: 7px;
padding: 7px;
float: left;
cursor: pointer;
position: relative;
border-radius: 3px;
box-shadow: 0px 0px 5px black;
}
.marketplace-historic-status
{
font-size: 13px;
font-family: "Banda Regular";
font-weight: bold;
color: rgb(0, 0, 0);
position: absolute;
left: 80px;
top: 20px;
}
body
{
vertical-align: baseline;
font-family: "trebuchet ms", arial, serif;
font-size: 14px;
line-height: 1em;
color: #000000;
min-height: 100%;
}
/*ИСТОРИЯ*/
.marketplace-abstract .abstract-price
{
font-family: "Banda Regular";
font-size: 25px;
padding: 2px 2px 2px;
text-transform: uppercase;
color: rgb(0, 0, 0);
display: inline-block;
position: absolute;
right: 5px;
top: 5px;
}
/*РЕЙТИНГ*/
#main-menu .main-menu-ranking
{
background-image: url("http://static.tumblr.com/qqcvo3u/zxqo8iaey/ranking.png");
}
#ranking-guards li
{
float: left;
width: 256px;
margin: 18px;
padding-bottom: 10px;
padding-top: 100px;
background-color: #000000;
border-radius: 10px;
position: relative;
}
#ranking-guards .ranking-guard-position
{
width: 73px;
height: 99px;
background: url('http://static.tumblr.com/qqcvo3u/9zro6x8tw/diamond.png');
position: absolute;
left: 6px;
top: -50px;
z-index: 1;
color: white;
font-family: Magnel;
line-height: 76px;
text-align: center;
font-size: 42px;
}
#ranking-guards li.silver .ranking-guard-position, #ranking-guards li.silver .ranking-guard-caption p
{
color: #808080;
}
#ranking-guards li.bronze .ranking-guard-position, #ranking-guards li.bronze .ranking-guard-caption p
{
color: #cd7f32;
}
#ranking-prize-container
{
width: 812px;
padding: 15px;
position: relative;
overflow: visible;
margin: auto;
font-size: 20px;
background: #000000;
clear: both;
color: white;
border-radius: 0px;
line-height: 20px;
}
#ranking-prize-container .ranking-prize-image
{
width: 100px;
height: 100px;
margin: 5px 20px 5px 5px;
background: rgba(224, 224, 224, 0);
box-shadow: inset 0 0 5px white;
border-radius: 3px;
float: left;
}
.ranking-winning-guard
{
color: #FFD000;
}
/*ТОП ИГРОКОВ*/
#ranking-top-players
{
margin-top: 20px;
position: relative;
padding: 10px 20px;
background: rgba(4, 4, 4, 0.61);
box-shadow: 0px -2px 3px rgba(255, 255, 255, 0.22);
border-radius: 1px;
overflow: none;
}
#ranking-top-players .ranking-top-players-number
{
display: inline-block;
width: 20px;
height: 20px;
line-height: 16px;
border-radius: 20px;
box-shadow: 0px 0px 2px rgba(255, 255, 255, 0);
background-color: #FFFFFF;
border: 1px dashed rgb(0, 0, 0);
font-family: Magnel;
text-align: center;
font-size: 16px;
color: black;
overflow: hidden;
}
#ranking-top-players .ranking-top-players-nickname
{
font-weight: bold;
font-size: 16px;
}
#ranking-top-players span
{
color: #FFFFFF;
margin: 0px;
display: inline-block;
}
#ranking-top-players span a
{
color: #FBFBFF;
}
/*ПРИМЕРКА ПЛЮХИ МЕСЯЦА*/
#preview-popup-container
{
position: fixed;
width: 100%;
min-height: 100%;
top: 0;
left: 0;
z-index: 9999;
text-align: center;
background: rgba(0, 0, 0, 0.64);
display: none;
}
#preview-popup
{
margin: 12% auto 0;
width: 424px;
height: 598px;
position: relative;
color: #000000;
background: #FFF;
font-family: Banda Light, Helvetica, Arial, sans-serif;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
#preview-popup .tL
{
background-image: url('http://static.tumblr.com/qqcvo3u/WIVo6xfqd/popup-topleft.png');
top: -70px;
left: -65px;
width: 83px;
height: 124px;
}
#preview-popup .tR
{
background-image: url('http://static.tumblr.com/qqcvo3u/zZDo6xfqf/popup-topright.png');
top: -190px;
right: -110px;
width: 203px;
height: 195px;
}
#preview-popup .bL
{
background-image: url('http://static.tumblr.com/qqcvo3u/ouzo6xfqa/popup-bottomleft.png');
bottom: -70px;
left: -150px;
width: 205px;
height: 220px;
}
#preview-popup .bR
{
background-image: url('http://static.tumblr.com/qqcvo3u/78Do6xfqc/popup-bottomright.png');
bottom: -90px;
right: -80px;
width: 86px;
height: 147px;
}
#preview-popup-container .ranking-popup-close:hover
{
background-color: #fff;
border: 2px dashed #000;
}
#preview-popup-container .ranking-popup-close
{
background: #000000 none;
color: rgba(0, 0, 0, 0);
overflow: hidden;
border-radius: 50%;
margin: 0;
cursor: pointer;
min-width: 0;
width: 36px;
height: 36px;
position: absolute;
z-index: 2;
top: -17px;
right: -18px;
text-align: center;
box-shadow: none;
text-shadow: none;
border: dotted #FFF 2px;
font-family: Banda Semi Bold, sans-serif;
font-weight: 600;
font-size: 28px;
padding: 0;
line-height: 32px;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
#preview-popup-container .ranking-popup-close:hover:before
{
color: #000000;
}
/*БИБЛИОТЕКА*/
#main-menu .main-menu-library
{
background-image: url("http://static.tumblr.com/qqcvo3u/r0Fo8iaex/library.png");
}
.menu-library li a:hover, .menu-library li.current a
{
color: #000000;
}
.menu-library li a:hover, .menu-library li.current a
{
background-color: #fff;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}
.menu-library li a
{
height: 30px;
box-sizing: border-box;
display: block;
padding: 7px 18px;
color: #fff;
text-decoration: none;
background-color: #000000;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}
.menu-library li a:hover::before, .menu-library li.current a::before
{
box-shadow: none;
background-color: #fff;
border-left: 2px solid #ffffff;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}
.menu-library li a::before
{
content: "";
position: absolute;
display: block;
width: 12px;
height: 30px;
box-sizing: border-box;
top: 0;
left: -6px;
z-index: -1;
background-color: #000000;
border-left: 2px solid #ffffff;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.6);
transform: skew(-15deg, 0deg);
}
.menu-library li a:hover::after, .menu-library li.current a::after
{
box-shadow: none;
background-color: #fff;
border-right: 2px solid #ffffff;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}
.menu-library li a::after
{
content: "";
position: absolute;
display: block;
width: 12px;
height: 30px;
box-sizing: border-box;
top: 0;
right: -6px;
z-index: -1;
background-color: #000000;
border-right: 2px solid #ffffff;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.7);
transform: skew(-15deg, 0deg);
}
.library-info .library-npc-loveometer
{
color: #fff;
text-shadow: 0 0 8px rgb(0, 0, 0);
font-family: Rubik, sans-serif;
font-weight: bold;
font-size: 14px;
text-align: center;
height: 20px;
line-height: 20px;
position: relative;
border-radius: 10px;
background: linear-gradient(0deg, #1d0e14, #770f39);
margin: 15px 5px 15px;
box-shadow: 0 0 10px rgba(224, 149, 179, 0.47);
overflow: hidden;
}/*ОПИСАНИЕ ПЕРСОВ*/
.fancybox-wrap .fancybox-skin .tL
{
background-image: url('http://static.tumblr.com/qqcvo3u/WIVo6xfqd/popup-topleft.png');
top: -70px;
left: -65px;
width: 83px;
height: 124px;
}
.fancybox-wrap .fancybox-skin .tR
{
background-image: url('http://static.tumblr.com/qqcvo3u/zZDo6xfqf/popup-topright.png');
top: -190px;
right: -110px;
width: 203px;
height: 195px;
}
.fancybox-wrap .fancybox-skin .bL
{
background-image: url('http://static.tumblr.com/qqcvo3u/ouzo6xfqa/popup-bottomleft.png');
bottom: -70px;
left: -150px;
width: 205px;
height: 220px;
}
.fancybox-wrap .fancybox-skin .bR
{
background-image: url('http://static.tumblr.com/qqcvo3u/78Do6xfqc/popup-bottomright.png');
bottom: -90px;
right: -80px;
width: 86px;
height: 147px;
}
.fancybox-wrap .fancybox-close
{
background: #000000 none;
color: transparent;
overflow: hidden;
border-radius: 50%;
margin: 0;
min-width: 0;
width: 36px;
height: 36px;
position: absolute;
top: -17px;
right: -15px;
box-shadow: none;
text-shadow: none;
border: dotted #fff 2px;
font-weight: 600;
font-size: 28px;
padding: 0;
line-height: 32px;
-webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.fancybox-wrap .fancybox-close:hover
{
background-color: #FFF;
border: 2px dotted #000000;
}
.fancybox-wrap .fancybox-close:hover:before
{
color: #000000;
}
.npc-description-content
{
display: block;
position: absolute;
right: 50px;
top: 50%;
transform: translateY(-50%);
width: 338px;
background: rgba(0, 0, 0, 0.88);
box-shadow: 0 0 12px #000;
border-radius: 20px;
text-align: center;
color: #fff;
padding-bottom: 6px;
}
.nav-box-prev
{
left: -40px;
background: url(http://images.vfl.ru/ii/1513893973/1c22b9d1/19878424.png);
}
.nav-box-next
{
right: -40px;
background: url(http://images.vfl.ru/ii/1513894043/064cd292/19878435.png);
}
/*ИЛЛЮСТРАЦИИ*/
h1.episodeInfos .episodeNumber
{
bottom: -5px;
left: 30px;
background-image: url(http://images.vfl.ru/ii/1514220461/7e56e931/19916873.png);
background-size: cover;
display: block;
height: 60px;
width: 46px;
text-align: center;
line-height: 55px;
font-family: Merriweather, serif;
font-weight: bold;
font-size: 22px;
text-shadow: 0 0 12px rgba(8, 9, 9, 0.75);
}
h1.episodeInfos .countIllustrationsOuter
{
right: 40px;
bottom: -2px;
background-image: linear-gradient(0deg, #7c7f7f, #545050 66%);
display: block;
height: 40px;
width: 40px;
text-align: center;
border-radius: 50%;
}
h1.episodeInfos .countIllustrationsOuter .countIllustrations
{
display: block;
height: 38px;
width: 38px;
margin: 1px;
line-height: 38px;
color: #fff;
background-color: #000000;
border-radius: 50%;
font-family: Rubik, sans-serif;
font-weight: normal;
font-size: 16px;
}
.illuList
{
background-color: rgba(23, 21, 21, 0.88);
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
width: 872px;
margin: auto auto 26px;
font-size: 0;
line-height: 0;
padding: 10px 16px;
box-sizing: border-box;
min-height: 134px;
}
.illuList li
{
display: inline-block;
margin: 5px 7px;
width: 149px;
height: 105px;
border: 2px dashed #ffffff;
border-radius: 4px;
overflow: hidden;
position: relative;
cursor: pointer;
}
.fancybox-title p
{
display: inline-block;
background-color: #000000;
padding: 6px 18px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
font-family: Rubik, sans-serif;
font-size: 16px;
}
img[src*="/static/img/library/lockedIlluSmall.jpg"]
{
padding: 0 0 150px 347px;
width: 0;
height: 0;
background: url("http://images.vfl.ru/ii/1514220911/e7ac8478/19916950.png");
}
#logo
{
display: block;
left: 100px;
top: 39px;
z-index: 2;
position: absolute;
}
/*ФАМИЛЬЯРЫ*/
.pet-infos h2
{
display: inline-block;
font-family: Merriweather, serif;
font-weight: bold;
font-size: 25px;
line-height: 25px;
color: #000000;
border-bottom: 1px dashed #000000;
padding-bottom: 5px;
margin-top: 55px;
width: 80%;
}
.pet-infos p
{
font-family: Rubik, sans-serif;
color: #000000;
font-size: 15px;
margin-top: 8px;
}
.left-content h1
{
margin-top: 32px;
display: inline-block;
border-bottom: 1px dashed #000000;
padding-right: 10px;
font-family: Merriweather, serif;
font-weight: bold;
font-size: 38px;
color: #000000;
line-height: 38px;
}
.left-content em
{
display: block;
text-align: left;
font-style: normal;
font-family: Rubik, sans-serif;
font-weight: bold;
font-size: 20px;
line-height: 20px;
color: #000000;
margin: 16px 0;
}
.left-content p
{
font-family: Rubik, sans-serif;
color: #000000;
font-size: 14px;
}
.pet-description-container.rare .right-content
{
background: rgba(255, 255, 255, 0.3);
}
.pet-description .right-content ul
{
margin-left: 8px;
text-align: left;
font-family: Rubik, sans-serif;
font-size: 14px;
color: #000000;
}
.pet-description .right-content .consumables .food, .pet-description .right-content .consumables .tame
{
width: 56px;
height: 56px;
border-radius: 50%;
background: #ffffff;
border: 2px solid #000000;
margin: 4px;
line-height: 56px;
text-align: center;
font-family: Rubik, sans-serif;
font-size: 26px;
font-weight: bold;
color: #ffffff;
}
.left-content-second-outer
{
width: 383px;
height: 356px;
background: url(http://images.vfl.ru/ii/1514221737/16f0f809/19917093.png) top left no-repeat, url(http://images.vfl.ru/ii/1514221737/f5ac262a/19917094.png) top right no-repeat, url(http://images.vfl.ru/ii/1514221737/c371b990/19917095.png) bottom left no-repeat, url(http://images.vfl.ru/ii/1514221737/adc41a7a/19917096.png) bottom right no-repeat;
z-index: 2;
}
.left-content-second
{
position: absolute;
left: 22px;
top: 62px;
width: 381px;
height: 350px;
background: rgba(255, 255, 255, 0.38);
text-align: center;
border-radius: 20px;
}
.left-content-second h2
{
font-family: Merriweather, serif;
font-weight: bold;
color: #000000;
font-size: 32px;
line-height: 32px;
display: inline-block;
padding: 0 12px 2px;
border-bottom: 1px dashed #000000;
}
.baby-info ul li, .adult-info ul li
{
font-family: Rubik, sans-serif;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
color: #000000;
margin: 8px 0;
}
/*СООБЩЕНИЯ*/
#main-menu .main-menu-messaging
{
background-image: url("http://static.tumblr.com/qqcvo3u/w93o8iaez/messaging.png");
}
#main-menu .main-menu-messaging .menu-label span
{
background-color: #000000;
}
.messaging-warning-message
{
color: #FFFFFF;
position: absolute;
top: 10px;
width: 650px;
right: 60px;
border: 1px solid #000000;
border-radius: 5px;
background-color: #000000;
padding: 8px;
font-size: 12px;
}
.messaging-warning-message .colorized
{
color: rgb(255, 0, 0);
}
#messaging-conversation-author a
{
display: block;
position: relative;
width: 75px;
height: 75px;
left: 15px;
top: 7px;
background: #FFFFFF;
box-shadow: inset 0px 0px 7px #000000;
border-radius: 120px;
float: left;
}
#messaging-conversation-author.group-administrator a
{
background-color: #FFFFFF;
}
#messaging-conversation-content-bloc
{
position: relative;
box-shadow: 0px -2px 3px rgba(0, 0, 0, 0);
background-color: #FFFFFF;
border-radius: 5px;
height: 50px;
padding: 10px;
}
.messaging-conversation-author-pseudo
{
font-weight: bold;
margin-top: 3px;
margin-bottom: 1px;
font-size: 115%;
padding-left: 10px;
font-family: "Banda Bold", serif;
color: rgb(0, 0, 0);
}
.messaging-conversation-content
{
width: 80%;
min-height: 75px;
cursor: pointer;
padding-top: 10px;
float: left;
margin-left: 25px;
font-family: "Banda Regular", sans-serif;
color: rgb(255, 255, 255);
}
.messaging-conversation-content
{
width: 80%;
min-height: 75px;
cursor: pointer;
padding-top: 10px;
float: left;
margin-left: 25px;
font-family: "Banda Regular", sans-serif;
color: rgb(0, 0, 0);
}/*КОНТАКТЫ*/
#contact-friends-author a, #contact-pending-author a, #contact-requesting-author a
{
display: block;
position: relative;
width: 80px;
height: 80px;
left: 15px;
top: 7px;
background: rgb(138, 138, 138);
box-shadow: inset 0px 0px 7px #000000;
border-radius: 120px;
float: left;
color: #000000;
font-family: "banda bold";
}
.player-name-tools
{
z-index: 90;
display: none;
position: absolute;
padding: 0;
margin: 0;
text-align: center;
border-radius: 5px;
background-color: #FFFFFF;
bottom: -65px;
width: 200px;
}
.player-name-tools a
{
color: #000000;
font-size: 13px;
font-weight: bold;
display: block;
padding: 4px 8px;
margin: 0;
text-decoration: none;
}
.contact-find-bloc
{
display: inline-block;
background-color: rgb(0, 0, 0);
border-radius: 5px;
border: 2px dashed rgb(255, 255, 255);
width: 90%;
padding: 10px;
margin-top: 7px;
color: #ffffff;
}
.player-name-tools li a:hover
{
background-color: #000000;
color: #FFFFFF;
}
#player-name-tools a
{
color: #000000;
font-weight: bold;
display: block;
margin: 0;
text-decoration: none;
padding: 3px;
}
#player-name-tools li a:hover
{
background-color: #969696;
}
.contact-main-container h3
{
color: rgb(255, 255, 255);
padding: 0px 0px 8px;
margin: 0px 10px;
border-bottom: 2px solid rgb(255, 255, 255);
font-size: 19px;
}
.contact-find-bloc h3
{
color: #ffffff;
padding-bottom: 10px;
font-family: "Banda Light", serif;
}
/*БАНК*/
#main-menu .main-menu-bank .menu-label span
{
background-color: #000000;
}
#bank-money-selection > li.maana
{
background: #000000;
color: #fff;
}
#bank-money-selection > li.po
{
background: #FFFFFF;
color: #000;
}
#bank-level-selection.maana
{
background: #000000;
color: #000000;
}
#bank-level-selection > li
{
background: rgb(255, 255, 255);
border-radius: 10px;
padding: 15px 12px;
color: #000000;
margin: 4px;
font-weight: bold;
font-size: 16px;
cursor: pointer;
}
#bank-level-selection > li.selected, #bank-level-selection > li:hover
{
background: #000000;
color: white;
padding: 15px 12px;
}
#bank-popup h3
{
color: #000000;
font-size: 13px;
font-weight: bold;
text-align: center;
}
#bank-level-infos-block
{
border-radius: 10px;
margin: 4px;
font-weight: bold;
font-size: 16px;
background: #000000;
color: white;
padding: 9px;
text-align: center;
}
#bank-popup-close
{
font-weight: bold;
font-family: "Banda Bold";
text-shadow: 0px 0px 1px white;
height: 20px;
width: 20px;
border-radius: 15px;
position: absolute;
background: url('http://static.tumblr.com/qqcvo3u/DDto70k0r/button_blue_small.png');
background-size: 1px 100%;
right: 5px;
top: 5px;
border: none;
cursor: pointer;
color: white;
text-align: center;
font-size: 14px;
line-height: 24px;
}
#bank-level-selection.po
{
background: #FFFFFF;
}/*ТЕХ.ПОДДЕРЖКА*/
#support-menu
{
width: 180px;
padding: 8px;
background-color: rgba(0, 0, 0, 0.76);
border-radius: 10px;
position: relative;
float: left;
clear: both;
}
#support-menu li
{
padding: 5px;
font-size: 13px;
color: rgb(255, 255, 255);
margin: 7px 0;
cursor: pointer;
}
#support-category-content
{
float: left;
width: 635px;
background: rgba(0, 0, 0, 0.76);
border-radius: 10px;
margin: 0 15px;
padding: 15px;
}
.support-main-container .question
{
background: rgba(255, 255, 255, 0.71);
border-radius: 4px;
margin: 2px 0;
border: 1px solid #FFF;
}
.support-main-container .question > a
{
display: block;
padding: 10px 10px 10px 30px;
border-radius: 4px;
color: #000000;
font-weight: bold;
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}
.support-main-container .question > a:hover, .support-main-container .question.active > a
{
background-color: #000000;
color: #FFFFFF;
}
.support-main-container .question.active > a
{
color: #FFFFFF;
}
.support-main-container .question.active
{
border-color: #FFFFFF;
}/*ФОРУМ*/
.pun.header
{
padding: 5px;
background-color: #FFF;
border-radius: 5px;
border: 1px solid #000;
}
.pun a
{
color: white;
text-decoration: none;
}
.pun a:hover
{
color: rgba(0, 0, 0, 0.69);
text-decoration: none;
}
.pun.box.pun_topic_page h2, .pun.box.pun_index_page h2
{
font-family: "Banda Bold";
text-transform: uppercase;
background: none;
font-size: 11pt;
text-decoration: none;
color: rgb(255, 255, 255);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background-color: #000000;
display: inline-block;
padding: 7px 80px 7px 10px;
font-weight: 400;
}
.pun .inbox
{
position: relative;
border: solid 1px #FFFFFF;
background-color: white;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
overflow: hidden;
margin-top: -3px;
}
.pun thead
{
font-family: "Banda Bold";
border-bottom: solid 1px rgb(255, 255, 255);
background: rgb(0, 0, 0);
color: #FFFFFF;
}
.pun tbody
{
/* background: #fcf9f7; */
border: 1px solid #FFFFFF;
border-top: 0;
}
.pun .inbox h3 a
{
color: rgba(167, 72, 72, 0.83);
}
.pun a
{
color: black;
text-decoration: none;
}
.pun.footbox.actions
{
background-color: rgb(0, 0, 0);
color: #ffffff;
}
.pun.footbox
{
border: solid 1px rgb(255, 255, 255);
border-radius: 5px;
background-color: #FFF;
clear: both;
color: #333;
font-size: 11px;
margin: 15px 0;
padding: 3px 6px;
/* width: 744px; */;
}
.pun h2
{
background-color: #FFFFFF;
color: white;
display: block;
font-size: 11px;
font-weight: 700;
margin: 0;
padding: 4px 6px;
}
.pun fieldset
{
background-color: rgba(255, 255, 255, 0);
border: solid 1px rgb(0, 0, 0);
padding: 0 12px;
}
body a
{
text-decoration: none;
color: #000;
}/*ФАМИЛЬЯР*/
#pet-info-main
{
padding: 15px;
background-color: #000000;
border-radius: 10px;
position: relative;
}
#pet-info-name-change
{
position: absolute;
background: url('http://static.tumblr.com/qqcvo3u/sBTo70q9v/pet_sprite2.png') -123px 0px;
width: 41px;
height: 41px;
top: 5px;
right: 15px;
cursor: pointer;
}
#pet-return
{
position: absolute;
background: url('http://static.tumblr.com/qqcvo3u/sBTo70q9v/pet_sprite2.png') -41px 0;
width: 41px;
height: 41px;
top: 5px;
right: 55px;
cursor: pointer;
}
#pet-info-racegender, #pet-info-age
{
font-size: 14px;
color: rgb(255, 255, 255);
margin: 6px 0 0;
}
#pet-info-energy
{
margin: 17px 4px;
color: black;
text-shadow: 0 0 5px rgba(0, 0, 0, 0);
font-weight: bold;
font-size: 14px;
text-align: center;
height: 20px;
line-height: 20px;
position: relative;
border-radius: 10px;
background: rgba(255, 255, 255, 0.4);
}
#pet-info-energy-level, #event-bonus-progressbar-fill
{
background-color: #FFFFFF;
position: absolute;
left: 0;
top: 0;
height: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
max-width: 100%;
}
#pet-info-evolve div.on
{
color: #FFD100;
font-weight: bold;
text-decoration: line-through;
}
#pet-info-evolve div
{
font-size: 13px;
color: rgb(160, 32, 32);
margin: 7px 0 0;
}
#pet-info-food, #pet-info-levels
{
background: #000;
border-radius: 10px;
margin: 13px 0;
padding: 15px;
color: rgb(255, 255, 255);
font-weight: bold;
overflow: hidden;
}
#pet-info-food img
{
float: left;
width: 70px;
height: 70px;
border-radius: 50px;
border: 3px dotted #000000;
background: #FFFFFF;
}
#pet-info-affection-level div
{
height: 29px;
background: url('http://static.tumblr.com/qqcvo3u/9w9o70r4r/heart1.png');
}
#pet-info-luck-level
{
display: inline-block;
width: 30px;
min-height: 30px;
padding-left: 35px;
background: url('http://static.tumblr.com/qqcvo3u/G2fo70rc7/clover.png') no-repeat left;
margin-left: 6px;
}
#pet-info-affection-level
{
display: inline-block;
width: 175px;
height: 29px;
background: url('http://static.tumblr.com/qqcvo3u/2SIo70qzm/broken-heart.png');
}
#treasurehunt-container
{
clear: both;
background: #000000;
position: relative;
min-height: 26px;
border-radius: 8px;
}
#exploration-place
{
color: white;
padding: 0 10px;
border-right: 1px solid #000000;
font-weight: bold;
}
#endExploration-now
{
background-color: #ffffff;
font-family: Rubik, cursive;
font-size: 14px;
color: #000;
padding: 0 15px;
cursor: pointer;
display: inline-block;
-webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
transition: background-color 0.3s ease-in, color 0.3s ease-in;
border-left: 1px solid #ffffff;
}
#treasurehunt-fold
{
top: 0px;
border-radius: 6px;
position: absolute;
background: #000000;
z-index: 3;
width: 100%;
}
#treasurehunt-container h2
{
vertical-align: top;
color: white;
line-height: 26px;
padding: 0 10px;
float: left;
cursor: pointer;
border-right: 1px solid #FFFFFF;
}
body h2
{
color: #ffffff;
font-size: 17px;
font-family: Rubik, cursive;
}
.mapLocation
{
width: 14px;
height: 14px;
position: absolute !important;
border-radius: 14px;
border: 2px solid rgb(0, 0, 0);
box-shadow: -1px -1px 1px rgb(255, 255, 255), 1px 1px 1px rgb(255, 255, 255), -1px 1px 1px rgb(255, 255, 255), 1px -1px 1px rgb(255, 255, 255);
background: rgb(255, 255, 255);
cursor: pointer;
}
#main-bonus-title
{
font-family: "<NAME>", serif;
font-size: 14px;
text-align: center;
margin: 10px 10px 10px;
color: #fff;
text-shadow: 1px 1px 1px #040404;
}
#main-bonus-progressbar > div.open:not(.transition_bonus)
{
border: 2px dashed #128834;
}
#main-bonus-progressbar > div.current:not(.transition_bonus)
{
border: 2px dashed #0091FF;
}
#main-bonus-progressbar > div:not(.transition_bonus)
{
position: relative;
display: inline-block;
padding: 2px;
border: 2px dashed #696A6A;
background-color: rgba(255, 255, 255, 0);
margin: 17px;
width: 100px;
height: 100px;
-webkit-border-radius: 125px;
-moz-border-radius: 125px;
border-radius: 125px;
}
#main-bonus-progressbar
{
width: 100%;
text-align: center;
position: relative;
background-color: rgba(0, 0, 0, 0);
border-radius: 10px;
padding: 15px 0;
}
#messageBarLevel
{
background-color: #FFFFFF;
position: absolute;
left: 0;
top: 0;
height: 100%;
border-radius: 10px;
}
#messageBar
{
color: black;
text-shadow: 0 0 2px #FFFFFF;
font-weight: bold;
text-align: center;
position: relative;
border-radius: 10px;
background: rgba(152, 150, 150, 0.4);
}
.mapLocation:hover, .mapLocation.selected
{
background: rgb(0, 0, 0);
}
.treasureHunt-result-item, .tameItem
{
float: left;
width: 80px;
height: 80px;
background: rgba(0, 0, 0, 0);
margin: 4px;
cursor: pointer;
position: relative;
border-radius: 3px;
box-shadow: 0px 0px 5px black;
}
.treasureHunt-result-item:hover, .tameItem:hover
{
background: rgba(255, 255, 255, 0.15);
}/*СТРАНИЦА ГГ*/
#player-left-tab
{
float: left;
margin: 10px 10px 0 94px;
width: 370px;
padding: 10px;
background-color: #000000;
border-radius: 10px;
position: relative;
}
#player-info-name-change
{
position: absolute;
background: url('http://static.tumblr.com/qqcvo3u/sBTo70q9v/pet_sprite2.png');
background-position: -123px 0px;
width: 41px;
height: 41px;
top: 0px;
right: 0px;
}
#right-profile-tab
{
float: left;
width: 369px;
padding: 15px 15px 30px;
margin: 10px 0 0 10px;
background-color: rgba(255, 255, 255, 0.43);
border-radius: 10px;
position: relative;
overflow: auto;
min-height: 111px;
}
#foodForm
{
background-color: #ffffffb0;
border-radius: 7px;
position: relative;
padding: 20px 100px;
color: #000;
font-weight: bold;
margin: 20px auto 0;
}
#pet-info-food img, .pet-food-icon
{
float: left;
width: 70px;
height: 70px;
border-radius: 50px;
border: 1px solid #000000;
background: #ffffff;
}
#foodForm .pet-food-icon
{
position: absolute;
top: 28px;
left: 25px;
}
#foodForm .pet-food-control
{
display: inline-block;
position: relative;
margin: 10px auto;
padding: 0 10px;
font-size: 30px;
line-height: 30px;
}
#foodForm .pet-food-increment
{
position: absolute;
top: 0;
right: 100%;
border-radius: 50%;
padding: 0;
width: 30px;
height: 30px;
line-height: 24px;
font-size: 25px;
}
/*ИНВЕНТАРЬ*/
.inventory-item
{
width: 80px;
height: 80px;
background: rgba(0, 0, 0, 0);
margin: 5px;
padding: 2px;
float: left;
position: relative;
border-radius: 3px;
box-shadow: 0px 0px 5px black;
}
.inventory-quantity
{
display: inline-block;
color: black;
font-weight: bold;
font-family: "Banda Light", serif;
font-size: 1.2em;
position: absolute;
left: 0;
bottom: 0;
right: 0;
padding: 2px 7px 10px;
background-color: rgba(255, 255, 255, 0.46);
}
.inventory-item:after
{
display: block;
position: absolute;
bottom: 0;
left: 1px;
width: 100%;
border-top: 1px solid rgb(255, 255, 255);
border-bottom: 1px solid rgb(255, 255, 255);
box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
content: '';
}
.inventory-item:hover
{
background: rgba(0, 0, 0, 0.48);
}
#inventory-container
{
background-color: rgba(0, 0, 0, 0.3);
border-radius: 16px;
pading-bottom: 8px;
color: rgba(94, 99, 99, 0);
margin-top: 20px;
box-shadow: 0 0 0 2pt rgba(194, 196, 226, 0);
}/*ПЕРЕОДЕВАШКИ ГГ*/
#selectedCategory
{
border: 1px solid rgba(255, 255, 255, 0);
border-bottom-width: 2px;
background: #000000;
position: absolute;
border-radius: 1px;
cursor: pointer;
width: 100%;
}
#selectedCategory .label
{
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0 30px 0 0;
padding: 6px;
font-size: 12px;
line-height: 18px;
color: #FFF;
min-height: 18px;
}
#appearance-category-nav-items:before, #appearance-category-nav-items:after
{
content: "";
position: absolute;
top: -9px;
left: 12px;
width: 0;
height: 0;
border-bottom: 6px solid rgba(255, 255, 255, 0);
border-left: 6px solid transparent;
border-right: 6px solid transparent;
margin-top: 3px;
}
#appearance-category-nav-items li.selected
{
background: #000000;
color: #FFF;
}
#appearance-category-nav-items li
{
display: block;
padding: 6px 30px 6px 10px;
color: #FFF;
cursor: pointer;
position: relative;
overflow: hidden;
}
#appearance-category-nav-items
{
display: none;
opacity: 0;
width: 100%;
height: 300px;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
transform: translateY(-20px);
position: absolute;
z-index: -1;
top: 50px;
left: 0;
background: #000000;
border: 1px solid #000;
margin: 8px 0;
padding: 10px 0;
border-radius: 4px;
}
#selectedCategory.open
{
border-color: rgba(255, 255, 255, 0);
background: rgb(0, 0, 0);
margin-top: 1px;
border-bottom-width: 1px;
}
#selectedCategory:hover
{
border-color: rgba(255, 255, 255, 0);
}
.appearance-item.selected
{
background: rgb(0, 0, 0);
}
.appearance-category:after, .appearance-item:after
{
display: block;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
border-top: 1px solid rgb(255, 255, 255);
border-bottom: 1px solid rgb(255, 255, 255);
box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
content: '';
}
.appearance-category, .appearance-item
{
background: rgba(255, 255, 255, 0);
margin: 5px;
float: left;
cursor: pointer;
position: relative;
border-radius: 3px;
box-shadow: 0px 0px 5px white;
}
.appearance-category:hover, .appearance-item:hover
{
background: rgba(255, 255, 255, 0.48);
}
.appearance-items-info
{
display: none;
height: 75px;
width: 430px;
background: black;
margin: 0 5px;
padding: 5px;
float: left;
position: absolute;
bottom: 2px;
border-radius: 3px;
box-shadow: 0px 0px 5px black;
text-align: center;
}
.appearance-item-info-name
{
margin: 0 auto;
text-align: center;
font-family: "Banda Regular", serif;
text-transform: uppercase;
color: rgb(255, 255, 255);
}
.appearance-item-info-rarity
{
text-align: center;
font-family: "Banda Light", serif;
padding: 5px 20px;
margin: 5px;
border-radius: 6px;
font-size: 13px;
background-color: #000000;
border: 1px solid rgb(255, 255, 255);
box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.55);
display: inline-block;
}
#header-login-form input
{
border-radius: 10px;
color: #000000;
padding: 3px 10px;
border: none;
background-color: #fff;
font-family: Banda Bold, sans-serif;
margin: 0 3px;
}
.flavr-button.disabled, .button.button.button-disabled
{
background-color: #000000;
border-color: #32475a;
cursor: default;
}
.appearance-category-name
{
margin: 0 auto;
font-family: Rubik, cursive;
font-size: 13px;
line-height: 11px;
text-transform: uppercase;
color: rgb(255, 255, 255);
text-align: center;
}/*ГС*/
#punchline .leftLights
{
left: -160px;
background-image: url('http://static.tumblr.com/qqcvo3u/DDmo7fp12/intro-leftlights.png');
}
#punchline .rightLights
{
right: -160px;
background-image: url('http://static.tumblr.com/qqcvo3u/A0Ko7fp13/intro-rightlights.png');
}
.contact-main-container h3
{
color: rgb(0, 0, 0);
padding: 10px 0px 2px;
margin: 0px 10px;
border-bottom: 2px solid rgb(255, 255, 255);
font-size: 18px;
}
#contact-player-container li a
{
color: rgb(0, 0, 0);
font-family: Banda Bold, sans-serif;
}
#contact-partner-container p
{
color: rgb(0, 0, 0);
padding: 30px 20px;
text-align: justify;
}
#container .page-main-container:after
{
content: '';
border-radius: 8px;
background-position: 0 0, 100% 0, 0 0, 0 100%;
background-repeat: no-repeat;
background-size: 4px 100%, 4px 100%, 100% 4px, 100% 4px;
/* background-image: -webkit-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -webkit-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff); */
background-image: -moz-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -moz-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
background-image: -o-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -o-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
background-image: -ms-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -ms-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
/* background-image: linear-gradient(180deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(180deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff); */
/* box-shadow: 1px 2px 3px 0 rgba(47, 62, 113, 0.75); */
position: absolute;
z-index: -1;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
}
/*САМЫЙ НИЗ СТРАНИЦЫ*/
#footer
{
font-family: Banda Bold, sans-serif;
position: absolute;
height: 42px;
width: 100%;
bottom: 0;
left: 0;
background-color: #000000;
}
.flavr-button.pink, .button.button.button-pink
{
background-color: #000000;
border-color: #ffffff;
}
.flavr-button.pink:hover, .button.button.button-pink:hover
{
background-color: #ffffff;
color: #000000;
}
.flavr-button.pink, .button.button.button-pink
{
background-color: #000000;
border-color: #ffffff;
}
.flavr-button.pink:hover, .button.button.button-pink:hover
{
background-color: #ffffff;
color: #000000;
}
#purrotroc-desc
{
background: #000000;
border-radius: 0px;
border: 2px dashed #ffffff;
margin: 15px 38px;
padding: 15px;
color: #fff;
font-weight: bold;
font-size: 14px;
}
#header-portraits.nopet
{
background-image: url("http://static.tumblr.com/qqcvo3u/2muo8u66q/player-infos-background-nopet.png");
}
.bid-count
{
margin-top: 20px;
font-family: "Banda Regular";
font-size: 16px;
color: rgb(0, 0, 0);
}
body
{
vertical-align: baseline;
font-family: "trebuchet ms", arial, serif;
font-size: 14px;
line-height: 1em;
color: #ffffff;
min-height: 100%;
}
#marketplace-sell-form
{
background: black;
margin: 7px 0 0 15px;
padding: 7px;
position: relative;
border-radius: 3px;
box-shadow: 0px 0px 5px black;
text-align: center;
font-size: 14px;
}
#player-name-tools li a:hover, #player-name-tools-request li a:hover
{
background-color: rgba(224,136,238,0.36);
color: #ffffff;
}
#player-name-tools li a:hover
{
background-color: #000000;
}
#player-name-tools .title, #player-name-tools-request .title
{
font-size: 1.1em;
display: block;
color: #000000;
margin-bottom: 5px;
}
#player-name-tools a, #player-name-tools-request a
{
color: #000000;
display: block;
margin: 0;
text-decoration: none;
padding: 3px;
}
#player-name-tools li a:hover, #player-name-tools-request li a:hover
{
background-color: rgb(0, 0, 0);
color: #ffffff;
}
#purrotroc-main-frame
{
position: relative;
display: block;
width: 983px;
height: 630px;
background: url('http://static.tumblr.com/qqcvo3u/rsao8ucmy/background3.png') top left no-repeat;
margin: 0 auto;
}
.account-personal-bloc, .account-social-bloc, .account-password-bloc, .account-email-bloc, .account-misc-bloc
{
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
box-shadow: 0px -2px 3px rgba(52, 56, 111, 0.5);
border-radius: 5px;
width: 90%;
padding: 10px;
margin-top: 15px;
color: rgb(0, 0, 0);
}/*ИВЕНТЫ*/
.mall-product.event, .mall-variation.event
{
box-shadow: 0 0 5px #000000;
}
.mall-product.event:after, .mall-variation.event:after
{
border-color: #000000;
}
.mall-stock-limit, .mall-event-tip, .mall-blackFriday-tip
{
display: block;
padding: 2px 0;
top: 0;
left: -1px;
right: -1px;
font-size: 1.1em;
border: none;
border-radius: 3px 3px 0 0;
background-color: rgba(0, 0, 0);
color: #F5F5F5;
}
.appearance-item.disabled, .appearance-items-category.disabled .appearance-item
{
background: rgba(210, 61, 61, 0.36);
}
div.preloader:after
{
content: '';
background-color: #ffffff;
position: absolute;
top: 0;
left: 0;
width: 14px;
height: 14px;
border-radius: 9px;
-o-border-radius: 9px;
-ms-border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
animation-name: bounce_escapingBallG;
-o-animation-name: bounce_escapingBallG;
-ms-animation-name: bounce_escapingBallG;
-webkit-animation-name: bounce_escapingBallG;
-moz-animation-name: bounce_escapingBallG;
animation-duration: 1.3s;
-o-animation-duration: 1.3s;
-ms-animation-duration: 1.3s;
-webkit-animation-duration: 1.3s;
-moz-animation-duration: 1.3s;
animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-timing-function: linear;
-o-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
animation-delay: 0s;
-o-animation-delay: 0s;
-ms-animation-delay: 0s;
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
transform: scale(0.5, 1);
-o-transform: scale(0.5, 1);
-ms-transform: scale(0.5, 1);
-webkit-transform: scale(0.5, 1);
-moz-transform: scale(0.5, 1);
}
} | data/usercss/154617.user.css | @-moz-document url-prefix("http://o53xo.mvwgiylspfqs44tv.cmle.ru"), regexp("http://(fa1|fa2|www)\\.eldarya\\.(com|fr|pl|de|dk|es|hu|it|nl|ro|ru|se|com.br|uk)\\/.*")
{
body
{
background: #000000 url("https://www.kephost.com/images/2018/01/23/4499946-wallpapers-hd-1080p.jpg") fixed top center;
background-size: cover;
overflow-y: scroll;
transition: background-image 4s linear;
}
body.night
{
background: #4da8fd url("https://www.kephost.com/images/2018/01/23/4499946-wallpapers-hd-1080p.jpg") fixed top center;
background-size: cover;
}
body.Halloween
{
background: url("https://www.kephost.com/images/2018/01/23/4499946-wallpapers-hd-1080p.jpg") fixed top center;
background-size: cover;
}
/*ЛОГО*/
img[src*="/i18n/static/ru/logo.png"]
{
padding: 0 0 150px 347px;
width: 0;
height: 0;
background: url("http://static.tumblr.com/qqcvo3u/eHSo6vmay/logo4.png");
}
img[src*="/i18n/static/fr/logo.png"]
{
padding: 0 0 150px 347px;
width: 0;
height: 0;
background: url("http://static.tumblr.com/qqcvo3u/eHSo6vmay/logo4.png");
}
#logo
{
display: block;
left: 100px;
top: 39px;
z-index: 2;
position: absolute;
}
/*ГЛАВНАЯ СТРАНИЦА*/
/*ВЕРХ*/
#header #header-top
{
position: absolute;
top: 0;
background-color: #000000;
height: 39px;
width: 100%;
}
/*БОКС ГГ*/
#header #header-top #header-top-in
{
/* width: 1010px; */
margin: auto;
position: relative;
text-align: center;
line-height: 39px;
font-size: 12px;
color: #FFF;
font-family: Banda Bold, sans-serif;
}
#header-menu
{
text-align: right;
padding-right: 0px;
}
#player-infos:after
{
content: '';
position: absolute;
left: 100%;
top: 0;
width: 36px;
height: 125px;
background-image: url("http://static.tumblr.com/qqcvo3u/irLo8i9fn/player-infos-background-end.png");
z-index: -1;
}
#header-portraits
{
width: 197px;
height: 132px;
background: url("http://static.tumblr.com/qqcvo3u/Ewlo8i945/f8lmac6_iulufkhsqaaaabjru5erkjggg__.png") no-repeat right;
}
#player-headerPortrait
{
width: 112px;
height: 113px;
background-image: url("http://static.tumblr.com/qqcvo3u/c1Lo8i8b9/player-portrait-background.png");
top: 13px;
right: 12px;
}
/*УРОВЕНЬ НАД ГГ*/
#player-info-level
{
font-family: Magnel, serif;
color: #fff;
font-size: 22px;
font-weight: 400;
text-align: center;
line-height: 29px;
border-radius: 50%;
width: 39px;
height: 39px;
background-image: url("http://static.tumblr.com/qqcvo3u/9I1o8i8ey/download.png");
position: absolute;
top: 1px;
left: 77px;
cursor: default;
z-index: 2;
text-shadow: 0 0 4px rgb(145, 162, 162);
}
.tooltip-content
{
position: fixed;
font-family: "Banda Semi Bold", serif;
color: #ffffff;
background-color: #000000;
border: 2px dashed #ffffff;
font-size: 14px;
font-weight: 600;
text-align: center;
padding: 10px;
line-height: 100%;
box-shadow: 0 0 5px 0 rgba(24, 24, 24, 0.3);
white-space: nowrap;
z-index: 50;
display: none;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
#player-info-dots .player-info-dot.lit
{
background-color: transparent;
background-image: url("http://static.tumblr.com/qqcvo3u/s3xo8i8rx/xp-bubble.png");
width: 17px;
height: 17px;
}
/*МААНА И ИМЯ*/
#player-infos
{
background-image: url("http://static.tumblr.com/qqcvo3u/uhMo8i945/xkbagwagueogfwqjpiaaaaasuvork5cyii_.png");
background-repeat-y: no-repeat;
height: 125px;
padding: 0 10px 0 10px;
text-align: center;
}
#player-infos .player-name
{
color: #fff;
font-weight: 600;
font-family: Rubik, cursive;
position: relative;
height: 32px;
line-height: 32px;
display: inline-block;
font-size: 16px;
margin: 25px 0;
border: dashed 2px #ffffff;
background-color: #000000;
-webkit-transform: skew(-14deg);
-moz-transform: skew(-14deg);
-o-transform: skew(-14deg);
-webkit-backface-visibility: hidden;
}
#player-infos .player-currencies
{
background-color: #000000;
border-radius: 10px;
height: 25px;
line-height: 25px;
font-family: Banda Semi Bold, sans-serif;
font-weight: 600;
padding: 0 10px;
border: dashed 2px #ffffff;
display: inline-block;
}
#player-infos:after
{
content: '';
position: absolute;
left: 100%;
top: 0;
width: 36px;
height: 125px;
background-image: url("http://static.tumblr.com/qqcvo3u/irLo8i9fn/player-infos-background-end.png");
z-index: -1;
}
/*ГЛАВНОЕ МЕНЮ*/
#main-menu ul
{
text-align: center;
white-space: nowrap;
background-color: rgba(255, 255, 255, 0);
display: inline-block;
margin-bottom: 2px;
padding: 5px 20px;
position: relative;
box-shadow: inset 1px 1px 3px 1px rgba(52, 56, 111, 0);
border-radius: 8px 8px 0 0;
}
#main-menu ul:after
{
content: '';
border-radius: 8px;
background-position: 0 0, 100% 0, 0 0, 0 100%;
background-repeat: no-repeat;
background-size: 4px 100%, 4px 100%, 100% 4px, 100% 4px;
background-image: -webkit-linear-gradient(-90deg, #000 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -webkit-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
background-image: -moz-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -moz-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
background-image: -o-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -o-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
background-image: -ms-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -ms-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 97%), linear-gradient(180deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 97%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
position: absolute;
z-index: -1;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}
/*КОНТЕЙНЕР ГЛАВНОЙ*/
#container .page-main-container
{
background-color: rgba(0, 0, 0, 0.76);
border-radius: 8px;
padding: 20px;
min-height: 400px;
position: relative;
box-shadow: inset 1px 1px 3px 1px #000000;
}/*РАМКА ГГ НА ГЛАВНОЙ СТР*/
#index-player
{
position: absolute;
margin: 0 auto;
width: 420px;
height: 600px;
right: 20px;
top: 20px;
border: dashed 4px #FFFFFF;
overflow: hidden;
background-color: #000;
}/*КАРУСЕЛЬКА НОВОСТЕЙ*/
.index-carousel
{
position: relative;
height: 231px;
width: 522px;
border-radius: 10px;
border: 3px dashed #FFF;
background-color: #000;
overflow: hidden;
}
.index-carousel-prev
{
background: url("http://static.tumblr.com/qqcvo3u/4Rlo6x1wt/bt-left1.png");
left: 9px;
}
.index-carousel-next
{
background: url("http://static.tumblr.com/qqcvo3u/5jYo6x229/bt-right1.png");
right: 9px;
}
.index-carousel-title
{
font-family: Magnel, serif;
font-size: 22px;
line-height: 30px;
font-weight: 400;
color: rgb(255, 255, 255);
text-align: left;
margin-left: 15%;
}
.index-carousel-subtitle
{
border-top: 1px solid rgb(255, 255, 255);
font-family: "Banda Semi Bold", serif;
font-size: 18px;
line-height: 18px;
color: rgba(255, 255, 255, 0.9);
padding: 5px 0;
text-align: left;
margin-left: 15%;
}
.index-main-container .index-carousel-description
{
color: rgb(255, 255, 255);
}
.index-main-container .index-carousel-description
{
color: rgb(255, 255, 255);
}
.flavr-button.purple, .button.button.button-purple
{
background-color: rgb(255, 255, 255);
border-color: rgba(255, 255, 255, 1);
border: 3px dashed #000;
}
.flavr-button.purple, .button.button.button-purple
{
background-color: rgba(255, 255, 255, 0.46);
border-color: rgba(0, 0, 0, 1);
}
.flavr-button.purple:hover, .button.button.button-purple:hover
{
background-color: rgba(255, 255, 255, 1);
color: #000000;
border-color: rgba(0, 0, 0, 1);
}
.flavr-button, .button.button
{
background-color: #000000;
border: 2px dashed #ffffff;
border-radius: 25px;
font-family: Banda Semi Bold, sans-serif;
font-size: 14px;
color: #fff;
padding: 4px 8px;
cursor: pointer;
display: inline-block;
line-height: 100%;
-webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
transition: background-color 0.3s ease-in, color 0.3s ease-in;
margin: 0 5px;
}
.flavr-button:hover, .button.button:hover
{
background-color: #ffffff;
color: #000000;
border: 2px dashed #000000;
}
.tile-title
{
height: 37px;
color: #fff;
line-height: 37px;
font-size: 17px;
font-family: Magnel, sans-serif;
font-weight: 400;
text-align: center;
text-shadow: 1px 2px 1px #040404;
}/*РЕЙТИНГ*/
#index-ranking
{
float: left;
display: inline-block;
height: 344px;
width: 280px;
background-color: #000000;
border-radius: 10px;
border: 2px dashed rgb(255, 255, 255);
overflow: hidden;
margin: 20px 20px 0 0;
}
#ranking-list
{
background: -webkit-linear-gradient(90deg, #6c469f 0%, #9d8ce4 76%, #c8b7f8 96%);
background: -moz-linear-gradient(90deg, #6c469f 0%, #9d8ce4 76%, #c8b7f8 96%);
background: -o-linear-gradient(90deg, #6c469f 0%, #9d8ce4 76%, #c8b7f8 96%);
background: -ms-linear-gradient(90deg, #6c469f 0%, #9d8ce4 76%, #c8b7f8 96%);
background: linear-gradient(0deg, #000000 0%, #777777 76%, #909090 96%);
}
#ranking-list .ranking-first
{
height: 101px;
color: #000000;
}
#ranking-list .ranking-second
{
height: 101px;
color: #8c8c8c;
}
#ranking-list .ranking-third
{
height: 101px;
color: #ffffff;
}/*НОВОСТИ*/
#index-news
{
display: inline-block;
vertical-align: top;
height: 344px;
width: 218px;
margin: 20px 0 0;
background-color: #000000;
border-radius: 10px;
border: 2px dashed rgb(255, 255, 255);
overflow: hidden;
}
#news-list
{
background: -webkit-linear-gradient(90deg, #94b6f5 0%, #d3e2fc 100%);
background: -moz-linear-gradient(90deg, #94b6f5 0%, #d3e2fc 100%);
background: -o-linear-gradient(90deg, #94b6f5 0%, #d3e2fc 100%);
background: -ms-linear-gradient(90deg, #94b6f5 0%, #d3e2fc 100%);
background: linear-gradient(0deg, #000000 0%, #b3b3b3 100%);
}
#index-news .date
{
float: left;
background-color: #000000;
min-width: 55px;
color: #fff;
border-radius: 25px;
font-size: 14px;
text-align: center;
line-height: 19px;
margin: 15px 5px;
font-weight: 700;
font-family: "Banda bold", sans-serif;
}
#index-news .text a
{
color: #ffffff;
}
#container h1
{
position: relative;
background-image: url("http://static.tumblr.com/qqcvo3u/3FIo8id4s/h1.png");
height: 45px;
line-height: 45px;
display: inline-block;
color: #ffffff;
font-family: "Banda Light", serif;
font-size: 16px;
text-transform: uppercase;
padding: 0 15px 0 25px;
margin-left: -20px;
}
#container h1 .title-end
{
background-image: url("http://static.tumblr.com/qqcvo3u/t2vo8id4t/h1-end.png");
position: absolute;
right: -25px;
top: 0;
width: 25px;
height: 45px;
}
/*ЭПИЗОДЫ*/
#main-menu .main-menu-episode
{
background-image: url("http://static.tumblr.com/qqcvo3u/2xvo8iaew/episode.png");
}
#main-menu .menu-label span
{
background-color: #000000;
padding: 5px 8px;
border-radius: 10px;
margin-right: -100%;
display: inline-block;
}/*ТРЕБОВАНИЯ К ЭПИЗОДУ*/
#episode-list > li .episode-conditions
{
padding: 5px 15px;
background-color: #000000;
border-radius: 15px;
position: relative;
margin: 10px 45px;
}
#episode-list .episode .episode-number, #episode-summary .episode-number
{
width: 73px;
height: 99px;
background: url(http://static.tumblr.com/qqcvo3u/UgHo8idtj/diamond.png);
position: absolute;
left: 10px;
top: 0;
z-index: 1;
color: white;
font-family: Merriweather, serif;
line-height: 90px;
text-align: center;
font-size: 32px;
}
#episode-list > li h2 span.episode-name, #episode-summary h2 span.episode-name
{
/* color: rgb(43, 47, 93); */
color: #fff;
text-shadow: 1px 2px 1px #040404;
font-family: Merriweather, serif;
font-size: 20px;
display: block;
position: absolute;
top: 10px;
left: 80px;
font-weight: normal;
}
#episode-list .episode-body
{
padding-bottom: 10px;
background-color: #000;
border-radius: 10px;
position: relative;
box-shadow: 1px 1px 2px #ffffff;
flex: 1;
}
#episode-list .episode .episode-description p, #episode-summary .episode-description p
{
color: rgb(255, 255, 255);
padding: 5px 10px;
text-align: justify;
}
#episode-list .episode .episode-conditions, #episode-list .episode .episode-rewards
{
padding: 5px 15px;
background-color: #333335;
border-radius: 10px;
position: relative;
margin: 10px 40px;
}
/*ВЫПОЛНЕНЫ*/
#episode-list > li .episode-conditions li.on
{
color: rgb(255, 255, 255);
font-weight: bold;
text-shadow: #FFFFFF 0 0 10px;
}
/*НАДО СДЕЛАТЬ*/
#episode-list > li .episode-conditions li
{
font-size: 13px;
color: rgb(162, 62, 62);
margin: 7px 0;
text-shadow: #FF0000 0 0 10px;
}
.flavr-container .flavr-overlay
{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
visibility: inherit;
background: rgba(0, 0, 0, 0.62);
}/*ЗАДНИК ПОП-АПА*/
.flavr-container .flavr-fixer .flavr-outer
{
background: rgb(0, 0, 0);
min-width: 300px;
height: auto;
text-align: center;
font-family: Banda Light, Helvetica, Arial, sans-serif;
border: 2px dashed #fff;
border-radius: 10px;
}
/*ПОП-АПЫ СВЕТЛЯКИ*/
.flavr-container .flavr-fixer .flavr-outer .tL
{
background-image: url('http://static.tumblr.com/qqcvo3u/pqgo8idea/popup-topleft.png');
top: -70px;
left: -65px;
width: 83px;
height: 124px;
}
.flavr-container .flavr-fixer .flavr-outer .bL
{
background-image: url('http://static.tumblr.com/qqcvo3u/xnto8ide9/popup-bottomleft.png');
bottom: -70px;
left: -150px;
width: 205px;
height: 220px;
}
.flavr-container .flavr-fixer .flavr-outer .tR
{
background-image: url('http://static.tumblr.com/qqcvo3u/RH7o8idea/popup-topright.png');
top: -190px;
right: -110px;
width: 203px;
height: 195px;
}
.flavr-container .flavr-fixer .flavr-outer .bR
{
background-image: url('http://static.tumblr.com/qqcvo3u/Awzo8idea/popup-bottomright.png');
bottom: -90px;
right: -80px;
width: 86px;
height: 147px;
}
/*ТЕКСТ ПОП-АПА*/
.flavr-container .flavr-fixer .flavr-outer .flavr-content
{
color: #fff;
padding: 20px 30px;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-content h1
{
padding: 5px 15px 10px;
border-bottom: solid 1px rgba(183, 183, 183, 0.92);
margin: 0 0 20px;
font-size: 35px;
font-weight: 400;
color: #ffffff;
line-height: 1em;
font-family: Magnel, serif;
}/*КНОПКА АННУЛИРА*/
.flavr-button.gray, .button.button.button-gray
{
background-color: #000000;
border-color: #FFFFFF;
}
.flavr-button.gray:hover, .button.button.button-gray:hover
{
background-color: #ffffff;
color: #000000;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.close, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .flavr-button.close
{
background: #000000 none;
color: transparent;
overflow: hidden;
border-radius: 50%;
margin: 0;
min-width: 0;
width: 40px;
height: 40px;
position: absolute;
top: -17px;
right: -15px;
box-shadow: none;
text-shadow: none;
border: dashed #fff 2px;
font-weight: 600;
font-size: 28px;
padding: 0;
line-height: 32px;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.close:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .flavr-button.close:hover
{
background-color: #fff;
border: 2px dashed #000000;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.close:hover:before, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .flavr-button.close:hover:before
{
color: #000000;
}
#episode-list > li .episode-number, #episode-summary .episode-number
{
width: 73px;
height: 99px;
background: url('http://static.tumblr.com/qqcvo3u/UgHo8idtj/diamond.png');
position: absolute;
left: 10px;
top: -50px;
z-index: 1;
color: white;
font-family: Magnel;
line-height: 90px;
text-align: center;
font-size: 32px;
}/*САМ ЭПИЗОД, ДИАЛОГОВОЕ ОКНО ГГ*/
.choiceText
{
z-index: 100;
margin: 0 auto;
position: absolute;
bottom: 4%;
left: 4%;
right: 4%;
font-family: "Suplexmentary";
background: -moz-linear-gradient(left, rgba(46, 0, 53, 0.9) 0%, rgba(27, 43, 126, 0.9) 60%, rgba(15, 71, 174, 0.8) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(157, 0, 181)), color-stop(60%, rgba(0, 41, 255, 0.9)), color-stop(100%, rgba(255, 0, 123, 0.8)));
background: -webkit-linear-gradient(left, rgba(46, 0, 53, 0.9) 0%, rgba(27, 43, 126, 0.9) 60%, rgba(15, 71, 174, 0.8) 100%);
background: -o-linear-gradient(left, rgba(46, 0, 53, 0.9) 0%, rgba(27, 43, 126, 0.9) 60%, rgba(15, 71, 174, 0.8) 100%);
background: -ms-linear-gradient(left, rgba(46, 0, 53, 0.9) 0%, rgba(27, 43, 126, 0.9) 60%, rgba(15, 71, 174, 0.8) 100%);
background: linear-gradient(to right, rgb(17, 14, 19) 0%, rgba(56, 58, 64, 0.87) 60%, rgba(0, 0, 0, 0.68) 100%);
color: rgb(255, 255, 255);
padding: 1%;
font-size: 150%;
width: 90%;
}
/*НАВЕДЕНИЕ*/
.choice:hover
{
background: rgba(136, 132, 132, 0.34);
-webkit-transition: all 0.2s ease-in-out;
}
/*ОКОШКО С ТЕКСТОМ*/
.episode-container .text
{
z-index: 100;
text-align: justify;
position: absolute;
overflow: hidden;
font-family: "Suplexmentary";
background: -moz-linear-gradient(top, rgba(0, 81, 93, 0.85) 0%, rgba(0, 31, 57, 0.85) 89%, rgba(0, 25, 53, 0.3) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 81, 93, 0.85)), color-stop(89%, rgba(0, 31, 57, 0.85)), color-stop(100%, rgba(0, 25, 53, 0.3)));
background: -webkit-linear-gradient(top, rgba(0, 81, 93, 0.85) 0%, rgba(0, 31, 57, 0.85) 89%, rgba(0, 25, 53, 0.3) 100%);
background: -o-linear-gradient(top, rgba(0, 81, 93, 0.85) 0%, rgba(0, 31, 57, 0.85) 89%, rgba(0, 25, 53, 0.3) 100%);
background: -ms-linear-gradient(top, rgba(0, 81, 93, 0.85) 0%, rgba(0, 31, 57, 0.85) 89%, rgba(0, 25, 53, 0.3) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(51, 54, 56, 0.85) 89%, rgba(92, 102, 113, 0) 100%);
line-height: 1em;
font-size: 20px;
}
.bubbleText > div
{
vertical-align: middle;
display: table-cell;
line-height: 1em;
color: black;
}
/*ЧЕДЕЛАТЬ и ЧЕДАРЯТ*/
#episode-toolbox
{
margin: 13px auto 0;
width: 800px;
}
#episode-toolbox > div
{
width: 385px;
background: #000000;
height: 140px;
overflow: hidden;
padding: 5px;
border-radius: 9px;
}
#episode-list > li .episode-description p, #episode-summary .episode-description p
{
color: rgb(0, 0, 0);
padding: 5px;
}
/*МИНИИГРЫ*/
#main-menu .main-menu-minigames
{
background-image: url("http://static.tumblr.com/qqcvo3u/KMPo8iaex/minigames.png");
}
#main-menu li.disabled .menu-label span
{
background-color: #000000;
}
/*ТЕКСТ НАД МИНИИГРАМИ*/
#minigames-list li h2
{
color: #000000;
padding: 10px 0px 2px;
margin: 0px 10px;
border-bottom: 2px solid rgb(0, 0, 0);
text-align: left;
}
body h2
{
color: #000000;
font-size: 20px;
font-family: "Banda Regular", sans-serif;
}/*СПРАЙТЫ У МИНИИГР*/
#minigames-list li#minigames-peggle .minigames-npc
{
background: url("http://static.tumblr.com/qqcvo3u/uAFo6yyn5/npc_peggle.png");
width: 165px;
height: 251px;
position: absolute;
right: -50px;
top: -42px;
}
#minigames-list li#minigames-flappy .minigames-npc
{
background: url("http://static.tumblr.com/qqcvo3u/RwWo6yybz/npc_flappy.png");
width: 166px;
height: 259px;
position: absolute;
right: -55px;
top: -50px;
}
#minigames-list li#minigames-hatchlings .minigames-npc
{
background: url("http://static.tumblr.com/qqcvo3u/gu2o6yyc0/npc_hatchlings.png");
width: 188px;
height: 269px;
position: absolute;
right: -60px;
top: -60px;
}
.flavr-button.purple, .button.button.button-purple
{
background-color: #000000;
border-color: #ffffff;
}
.flavr-button.purple:hover, .button.button.button-purple:hover
{
background-color: #ffffff;
color: #000000;
}
/*БУТИКИ*/
#main-menu .main-menu-mall
{
background-image: url("http://static.tumblr.com/qqcvo3u/Rc8o8iaex/mall.png");
}/*ЗАГОЛОВКИ МАГАЗИНОВ*/
#malls-list li h2
{
color: rgb(0, 0, 0);
padding: 10px 0 2px;
margin: 0 10px;
border-bottom: 2px solid rgb(0, 0, 0);
text-align: left;
}
body h2
{
color: #000000;
font-size: 22px;
font-family: "Banda Regular", sans-serif;
}
#mall-container h1.mall-title span a
{
color: rgb(255, 255, 255);
}
.mall-category, .mall-product, .mall-variation
{
width: 106px;
height: 124px;
background: rgba(0, 0, 0, 0.43);
margin: 5px;
padding: 7px;
float: left;
cursor: pointer;
position: relative;
border-radius: 3px;
box-shadow: 0 0 5px white;
}
.mall-category:after, .mall-product:after, .mall-variation:after
{
display: block;
position: absolute;
bottom: 0;
left: -1px;
right: -1px;
border-radius: 0 0 3px 3px;
border-top: 1px solid rgb(255, 255, 255);
border-bottom: 1px solid #FFFFFF;
box-shadow: 0 0 10px rgb(255, 255, 255);
content: '';
transition: border 300ms linear;
}
.mall-category-title
{
margin: 0 auto;
font-family: "Banda Bold";
font-size: 13px;
line-height: 11px;
text-transform: uppercase;
color: rgb(255, 255, 255);
text-align: center;
}
.mall-product-maana-price, .mall-product-gold-price, .mall-variations-owned
{
font-family: "Banda Bold", serif;
font-size: 16px;
text-transform: uppercase;
color: rgb(255, 255, 255);
text-align: center;
}
.mall-category, .mall-product, .mall-variation
{
width: 106px;
height: 134px;
background: rgba(0, 0, 0, 0.43);
margin: 5px;
padding: 7px;
float: left;
cursor: pointer;
position: relative;
border-radius: 3px;
box-shadow: 0 0 5px white;
}
.mall-category:hover, .mall-product:hover, .mall-variation:hover
{
background: rgba(255, 255, 255, 0.58);
}/*ДЕТАЛИ ПОКУПКИ*/
.mall-variation.selected, .mall-product.selected
{
background: rgba(255, 255, 255, 0.13);
}
.mall-category.selected:after, .mall-product.selected:after, .mall-variation.selected:after
{
border-bottom: 5px solid #ffffff;
}
.mall-quantity-max, .mall-stock-limit, .mall-event-tip, .mall-blackFriday-tip
{
position: absolute;
display: none;
top: 120px;
left: -1px;
right: -1px;
font-size: 1.2em;
color: #fff;
text-align: center;
padding: 5px 0;
background-color: #000000;
border: 1px solid #ffffff;
border-left: none;
border-right: none;
box-shadow: 0 2px 10px 0 #fff;
z-index: 1;
}
#mall-productDetail-info-gold, #mall-productDetail-info-maana
{
margin: 15px 0;
width: 160px;
display: inline-block;
font-family: "Banda Regular", serif;
font-size: 16px;
color: rgb(0, 0, 0);
}
.flavr-button.gold, .button.button.button-gold
{
background-color: #000000;
border-color: #FFD100;
}
.flavr-button.gold:hover, .button.button.button-gold:hover
{
background-color: #FFD100;
color: #000000;
border-color: #000000;
}
/*РЫНОК*/
#main-menu .main-menu-marketplace
{
background-image: url("http://static.tumblr.com/qqcvo3u/rj1o8iaey/marketplace.png");
}
/*ГЛАВНОЕ МЕНЮ*/
.marketplace-menu li, .marketplace-submenu li
{
display: inline-block;
padding: 3px 13px;
margin-right: 9px;
border-radius: 0px;
border: dotted 2px #FFFFFF;
background-color: black;
}
.marketplace-menu a
{
font-size: 14px;
font-family: "Banda Regular";
font-weight: bold;
color: rgb(255, 255, 255);
text-align: center;
text-decoration: none;
}
.marketplace-menu li.selected, .marketplace-submenu li.selected
{
background: rgba(126, 129, 140, 0);
}
/*БЭКГРАУНД ГГ*/
#marketplace-right
{
position: relative;
float: right;
width: 340px;
height: 590px;
box-shadow: 0px 2px 10px rgba(90, 90, 103, 0.88);
border-radius: 5px;
background: -moz-linear-gradient(bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to top, rgba(245, 242, 242, 0.8) 0%,rgba(150, 150, 150, 0.71) 50%,rgba(185, 28, 28, 0) 100%);
}
/*<NAME>*/
.marketplace-abstract
{
position: relative;
width: 427px;
float: left;
margin: 10px;
box-shadow: 0 0 1px 1px black;
border-radius: 1px;
background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgb(255, 255, 255)));
background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to top, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.47) 100%);
}
.marketplace-abstract .abstract-icon
{
width: 75px;
height: 75px;
box-shadow: 0px 0px 2px rgba(236, 236, 236, 0);
float: left;
}
.marketplace-abstract .abstract-name
{
font-family: "Banda Regular";
font-weight: bold;
font-size: 18px;
color: rgb(255, 255, 255);
position: absolute;
left: 0px;
top: 0px;
}
.marketplace-search-item:hover
{
background: rgba(115, 115, 115, 0.69);
}
.marketplace-search-item.selected
{
background: rgba(255, 255, 255, 0.64);
}
.price-info
{
font-size: 12px;
font-family: "Banda Regular";
font-weight: bold;
color: rgb(255, 255, 255);
}
.abstract-currentPrice
{
font-family: Rubik, cursive;
text-transform: uppercase;
color: rgb(52, 56, 111);
text-align: right;
position: absolute;
right: 0px;
top: 20px;
}
.marketplace-abstract .abstract-time
{
font-family: "Banda Regular";
font-size: 14px;
color: rgb(255, 255, 255);
font-weight: bold;
position: absolute;
left: 30px;
top: 50px;
}
.marketplace-abstract .abstract-type
{
font-family: 'Banda Regular';
font-weight: bold;
font-size: 13px;
color: rgb(255, 255, 255);
position: absolute;
left: 10px;
top: 30px;
}
/*ВЕЩИ НА ГГ*/
.marketplace-itemDetail-name
{
margin: 5px;
width: 320px;
font-family: "Banda Regular";
font-weight: bold;
font-size: 18px;
color: rgb(0, 0, 0);
}
#marketplace-itemDetail-info-bid, #marketplace-itemDetail-info-buy
{
margin: 0 0 0 10px;
width: 140px;
display: inline-block;
font-family: "Banda Regular";
font-size: 16px;
color: rgb(0, 0, 0);
float: left;
}
/*СТРАНИЦЫ НА ГЛАВНОЙ*/
.page.selected
{
text-decoration: none;
background: #000000;
font-size: 14px;
font-family: "Banda Regular";
font-weight: bold;
color: rgb(255, 255, 255);
}
.page
{
display: inline-block;
padding: 2px;
margin-right: 6px;
border-radius: 2px;
border: dashed 1px rgb(0, 0, 0);
width: 28px;
font-size: 14px;
font-family: "Banda Regular";
font-weight: bold;
color: rgb(0, 0, 0);
text-align: center;
text-decoration: none;
background-color: white;
}
/*ВКЛАДКА С СТАВКАМИ*/
.marketplace-assistance
{
background: rgba(0, 0, 0, 0.45);
border-radius: 6px;
margin: 15px 48px;
padding: 15px;
color: rgb(255, 255, 255);
text-shadow: 0px 0px 2px white, 0px 0px 3px black;
font-weight: normal;
font-size: 14px;
}
body hr
{
border: none;
border-bottom: 2px dashed #FFFFFF;
}
.marketplace-abstract h2
{
padding-left: 10px;
padding-top: 0px;
color: rgb(255, 255, 255);
font-family: "Banda Regular";
text-transform: uppercase;
font-size: 18px;
}
.marketplace-abstract .abstract-time
{
font-family: "Banda Regular";
font-size: 14px;
color: rgb(0, 0, 0);
font-weight: bold;
position: absolute;
left: 80px;
top: 45px;
}/*ВКЛАДКА С ОБЪЕКТАМИ*/
img.abstract-icon
{
background-color: rgba(0, 0, 0, 0);
}
#marketplace-itemsForSale
{
background: rgba(199, 199, 199, 0.65);
border-radius: 8px;
margin: 5px 0 0;
}
.marketplace-itemsForSale-quantity
{
display: inline-block;
color: white;
font-family: "Banda Light";
font-size: 20px;
text-shadow: 0px 0px 2px white, 0px 0px 3px white;
position: absolute;
right: 10px;
bottom: 10px;
}
.marketplace-itemsForSale-item.selected
{
background: rgba(255, 255, 255, 0.48);
}
.marketplace-itemsForSale-item:hover
{
background: #000000;
}
.marketplace-itemsForSale-item
{
height: 105px;
background: rgba(0, 0, 0, 0.62);
margin: 7px;
padding: 7px;
float: left;
cursor: pointer;
position: relative;
border-radius: 3px;
box-shadow: 0px 0px 5px black;
}
.marketplace-historic-status
{
font-size: 13px;
font-family: "Banda Regular";
font-weight: bold;
color: rgb(0, 0, 0);
position: absolute;
left: 80px;
top: 20px;
}
body
{
vertical-align: baseline;
font-family: "trebuchet ms", arial, serif;
font-size: 14px;
line-height: 1em;
color: #000000;
min-height: 100%;
}
/*ИСТОРИЯ*/
.marketplace-abstract .abstract-price
{
font-family: "Banda Regular";
font-size: 25px;
padding: 2px 2px 2px;
text-transform: uppercase;
color: rgb(0, 0, 0);
display: inline-block;
position: absolute;
right: 5px;
top: 5px;
}
/*РЕЙТИНГ*/
#main-menu .main-menu-ranking
{
background-image: url("http://static.tumblr.com/qqcvo3u/zxqo8iaey/ranking.png");
}
#ranking-guards li
{
float: left;
width: 256px;
margin: 18px;
padding-bottom: 10px;
padding-top: 100px;
background-color: #000000;
border-radius: 10px;
position: relative;
}
#ranking-guards .ranking-guard-position
{
width: 73px;
height: 99px;
background: url('http://static.tumblr.com/qqcvo3u/9zro6x8tw/diamond.png');
position: absolute;
left: 6px;
top: -50px;
z-index: 1;
color: white;
font-family: Magnel;
line-height: 76px;
text-align: center;
font-size: 42px;
}
#ranking-guards li.silver .ranking-guard-position, #ranking-guards li.silver .ranking-guard-caption p
{
color: #808080;
}
#ranking-guards li.bronze .ranking-guard-position, #ranking-guards li.bronze .ranking-guard-caption p
{
color: #cd7f32;
}
#ranking-prize-container
{
width: 812px;
padding: 15px;
position: relative;
overflow: visible;
margin: auto;
font-size: 20px;
background: #000000;
clear: both;
color: white;
border-radius: 0px;
line-height: 20px;
}
#ranking-prize-container .ranking-prize-image
{
width: 100px;
height: 100px;
margin: 5px 20px 5px 5px;
background: rgba(224, 224, 224, 0);
box-shadow: inset 0 0 5px white;
border-radius: 3px;
float: left;
}
.ranking-winning-guard
{
color: #FFD000;
}
/*ТОП ИГРОКОВ*/
#ranking-top-players
{
margin-top: 20px;
position: relative;
padding: 10px 20px;
background: rgba(4, 4, 4, 0.61);
box-shadow: 0px -2px 3px rgba(255, 255, 255, 0.22);
border-radius: 1px;
overflow: none;
}
#ranking-top-players .ranking-top-players-number
{
display: inline-block;
width: 20px;
height: 20px;
line-height: 16px;
border-radius: 20px;
box-shadow: 0px 0px 2px rgba(255, 255, 255, 0);
background-color: #FFFFFF;
border: 1px dashed rgb(0, 0, 0);
font-family: Magnel;
text-align: center;
font-size: 16px;
color: black;
overflow: hidden;
}
#ranking-top-players .ranking-top-players-nickname
{
font-weight: bold;
font-size: 16px;
}
#ranking-top-players span
{
color: #FFFFFF;
margin: 0px;
display: inline-block;
}
#ranking-top-players span a
{
color: #FBFBFF;
}
/*ПРИМЕРКА ПЛЮХИ МЕСЯЦА*/
#preview-popup-container
{
position: fixed;
width: 100%;
min-height: 100%;
top: 0;
left: 0;
z-index: 9999;
text-align: center;
background: rgba(0, 0, 0, 0.64);
display: none;
}
#preview-popup
{
margin: 12% auto 0;
width: 424px;
height: 598px;
position: relative;
color: #000000;
background: #FFF;
font-family: Banda Light, Helvetica, Arial, sans-serif;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
#preview-popup .tL
{
background-image: url('http://static.tumblr.com/qqcvo3u/WIVo6xfqd/popup-topleft.png');
top: -70px;
left: -65px;
width: 83px;
height: 124px;
}
#preview-popup .tR
{
background-image: url('http://static.tumblr.com/qqcvo3u/zZDo6xfqf/popup-topright.png');
top: -190px;
right: -110px;
width: 203px;
height: 195px;
}
#preview-popup .bL
{
background-image: url('http://static.tumblr.com/qqcvo3u/ouzo6xfqa/popup-bottomleft.png');
bottom: -70px;
left: -150px;
width: 205px;
height: 220px;
}
#preview-popup .bR
{
background-image: url('http://static.tumblr.com/qqcvo3u/78Do6xfqc/popup-bottomright.png');
bottom: -90px;
right: -80px;
width: 86px;
height: 147px;
}
#preview-popup-container .ranking-popup-close:hover
{
background-color: #fff;
border: 2px dashed #000;
}
#preview-popup-container .ranking-popup-close
{
background: #000000 none;
color: rgba(0, 0, 0, 0);
overflow: hidden;
border-radius: 50%;
margin: 0;
cursor: pointer;
min-width: 0;
width: 36px;
height: 36px;
position: absolute;
z-index: 2;
top: -17px;
right: -18px;
text-align: center;
box-shadow: none;
text-shadow: none;
border: dotted #FFF 2px;
font-family: Banda Semi Bold, sans-serif;
font-weight: 600;
font-size: 28px;
padding: 0;
line-height: 32px;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
#preview-popup-container .ranking-popup-close:hover:before
{
color: #000000;
}
/*БИБЛИОТЕКА*/
#main-menu .main-menu-library
{
background-image: url("http://static.tumblr.com/qqcvo3u/r0Fo8iaex/library.png");
}
.menu-library li a:hover, .menu-library li.current a
{
color: #000000;
}
.menu-library li a:hover, .menu-library li.current a
{
background-color: #fff;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}
.menu-library li a
{
height: 30px;
box-sizing: border-box;
display: block;
padding: 7px 18px;
color: #fff;
text-decoration: none;
background-color: #000000;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}
.menu-library li a:hover::before, .menu-library li.current a::before
{
box-shadow: none;
background-color: #fff;
border-left: 2px solid #ffffff;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}
.menu-library li a::before
{
content: "";
position: absolute;
display: block;
width: 12px;
height: 30px;
box-sizing: border-box;
top: 0;
left: -6px;
z-index: -1;
background-color: #000000;
border-left: 2px solid #ffffff;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.6);
transform: skew(-15deg, 0deg);
}
.menu-library li a:hover::after, .menu-library li.current a::after
{
box-shadow: none;
background-color: #fff;
border-right: 2px solid #ffffff;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}
.menu-library li a::after
{
content: "";
position: absolute;
display: block;
width: 12px;
height: 30px;
box-sizing: border-box;
top: 0;
right: -6px;
z-index: -1;
background-color: #000000;
border-right: 2px solid #ffffff;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.7);
transform: skew(-15deg, 0deg);
}
.library-info .library-npc-loveometer
{
color: #fff;
text-shadow: 0 0 8px rgb(0, 0, 0);
font-family: Rubik, sans-serif;
font-weight: bold;
font-size: 14px;
text-align: center;
height: 20px;
line-height: 20px;
position: relative;
border-radius: 10px;
background: linear-gradient(0deg, #1d0e14, #770f39);
margin: 15px 5px 15px;
box-shadow: 0 0 10px rgba(224, 149, 179, 0.47);
overflow: hidden;
}/*ОПИСАНИЕ ПЕРСОВ*/
.fancybox-wrap .fancybox-skin .tL
{
background-image: url('http://static.tumblr.com/qqcvo3u/WIVo6xfqd/popup-topleft.png');
top: -70px;
left: -65px;
width: 83px;
height: 124px;
}
.fancybox-wrap .fancybox-skin .tR
{
background-image: url('http://static.tumblr.com/qqcvo3u/zZDo6xfqf/popup-topright.png');
top: -190px;
right: -110px;
width: 203px;
height: 195px;
}
.fancybox-wrap .fancybox-skin .bL
{
background-image: url('http://static.tumblr.com/qqcvo3u/ouzo6xfqa/popup-bottomleft.png');
bottom: -70px;
left: -150px;
width: 205px;
height: 220px;
}
.fancybox-wrap .fancybox-skin .bR
{
background-image: url('http://static.tumblr.com/qqcvo3u/78Do6xfqc/popup-bottomright.png');
bottom: -90px;
right: -80px;
width: 86px;
height: 147px;
}
.fancybox-wrap .fancybox-close
{
background: #000000 none;
color: transparent;
overflow: hidden;
border-radius: 50%;
margin: 0;
min-width: 0;
width: 36px;
height: 36px;
position: absolute;
top: -17px;
right: -15px;
box-shadow: none;
text-shadow: none;
border: dotted #fff 2px;
font-weight: 600;
font-size: 28px;
padding: 0;
line-height: 32px;
-webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.fancybox-wrap .fancybox-close:hover
{
background-color: #FFF;
border: 2px dotted #000000;
}
.fancybox-wrap .fancybox-close:hover:before
{
color: #000000;
}
.npc-description-content
{
display: block;
position: absolute;
right: 50px;
top: 50%;
transform: translateY(-50%);
width: 338px;
background: rgba(0, 0, 0, 0.88);
box-shadow: 0 0 12px #000;
border-radius: 20px;
text-align: center;
color: #fff;
padding-bottom: 6px;
}
.nav-box-prev
{
left: -40px;
background: url(http://images.vfl.ru/ii/1513893973/1c22b9d1/19878424.png);
}
.nav-box-next
{
right: -40px;
background: url(http://images.vfl.ru/ii/1513894043/064cd292/19878435.png);
}
/*ИЛЛЮСТРАЦИИ*/
h1.episodeInfos .episodeNumber
{
bottom: -5px;
left: 30px;
background-image: url(http://images.vfl.ru/ii/1514220461/7e56e931/19916873.png);
background-size: cover;
display: block;
height: 60px;
width: 46px;
text-align: center;
line-height: 55px;
font-family: Merriweather, serif;
font-weight: bold;
font-size: 22px;
text-shadow: 0 0 12px rgba(8, 9, 9, 0.75);
}
h1.episodeInfos .countIllustrationsOuter
{
right: 40px;
bottom: -2px;
background-image: linear-gradient(0deg, #7c7f7f, #545050 66%);
display: block;
height: 40px;
width: 40px;
text-align: center;
border-radius: 50%;
}
h1.episodeInfos .countIllustrationsOuter .countIllustrations
{
display: block;
height: 38px;
width: 38px;
margin: 1px;
line-height: 38px;
color: #fff;
background-color: #000000;
border-radius: 50%;
font-family: Rubik, sans-serif;
font-weight: normal;
font-size: 16px;
}
.illuList
{
background-color: rgba(23, 21, 21, 0.88);
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
width: 872px;
margin: auto auto 26px;
font-size: 0;
line-height: 0;
padding: 10px 16px;
box-sizing: border-box;
min-height: 134px;
}
.illuList li
{
display: inline-block;
margin: 5px 7px;
width: 149px;
height: 105px;
border: 2px dashed #ffffff;
border-radius: 4px;
overflow: hidden;
position: relative;
cursor: pointer;
}
.fancybox-title p
{
display: inline-block;
background-color: #000000;
padding: 6px 18px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
font-family: Rubik, sans-serif;
font-size: 16px;
}
img[src*="/static/img/library/lockedIlluSmall.jpg"]
{
padding: 0 0 150px 347px;
width: 0;
height: 0;
background: url("http://images.vfl.ru/ii/1514220911/e7ac8478/19916950.png");
}
#logo
{
display: block;
left: 100px;
top: 39px;
z-index: 2;
position: absolute;
}
/*ФАМИЛЬЯРЫ*/
.pet-infos h2
{
display: inline-block;
font-family: Merriweather, serif;
font-weight: bold;
font-size: 25px;
line-height: 25px;
color: #000000;
border-bottom: 1px dashed #000000;
padding-bottom: 5px;
margin-top: 55px;
width: 80%;
}
.pet-infos p
{
font-family: Rubik, sans-serif;
color: #000000;
font-size: 15px;
margin-top: 8px;
}
.left-content h1
{
margin-top: 32px;
display: inline-block;
border-bottom: 1px dashed #000000;
padding-right: 10px;
font-family: Merriweather, serif;
font-weight: bold;
font-size: 38px;
color: #000000;
line-height: 38px;
}
.left-content em
{
display: block;
text-align: left;
font-style: normal;
font-family: Rubik, sans-serif;
font-weight: bold;
font-size: 20px;
line-height: 20px;
color: #000000;
margin: 16px 0;
}
.left-content p
{
font-family: Rubik, sans-serif;
color: #000000;
font-size: 14px;
}
.pet-description-container.rare .right-content
{
background: rgba(255, 255, 255, 0.3);
}
.pet-description .right-content ul
{
margin-left: 8px;
text-align: left;
font-family: Rubik, sans-serif;
font-size: 14px;
color: #000000;
}
.pet-description .right-content .consumables .food, .pet-description .right-content .consumables .tame
{
width: 56px;
height: 56px;
border-radius: 50%;
background: #ffffff;
border: 2px solid #000000;
margin: 4px;
line-height: 56px;
text-align: center;
font-family: Rubik, sans-serif;
font-size: 26px;
font-weight: bold;
color: #ffffff;
}
.left-content-second-outer
{
width: 383px;
height: 356px;
background: url(http://images.vfl.ru/ii/1514221737/16f0f809/19917093.png) top left no-repeat, url(http://images.vfl.ru/ii/1514221737/f5ac262a/19917094.png) top right no-repeat, url(http://images.vfl.ru/ii/1514221737/c371b990/19917095.png) bottom left no-repeat, url(http://images.vfl.ru/ii/1514221737/adc41a7a/19917096.png) bottom right no-repeat;
z-index: 2;
}
.left-content-second
{
position: absolute;
left: 22px;
top: 62px;
width: 381px;
height: 350px;
background: rgba(255, 255, 255, 0.38);
text-align: center;
border-radius: 20px;
}
.left-content-second h2
{
font-family: Merriweather, serif;
font-weight: bold;
color: #000000;
font-size: 32px;
line-height: 32px;
display: inline-block;
padding: 0 12px 2px;
border-bottom: 1px dashed #000000;
}
.baby-info ul li, .adult-info ul li
{
font-family: Rubik, sans-serif;
font-size: 14px;
line-height: 14px;
vertical-align: middle;
color: #000000;
margin: 8px 0;
}
/*СООБЩЕНИЯ*/
#main-menu .main-menu-messaging
{
background-image: url("http://static.tumblr.com/qqcvo3u/w93o8iaez/messaging.png");
}
#main-menu .main-menu-messaging .menu-label span
{
background-color: #000000;
}
.messaging-warning-message
{
color: #FFFFFF;
position: absolute;
top: 10px;
width: 650px;
right: 60px;
border: 1px solid #000000;
border-radius: 5px;
background-color: #000000;
padding: 8px;
font-size: 12px;
}
.messaging-warning-message .colorized
{
color: rgb(255, 0, 0);
}
#messaging-conversation-author a
{
display: block;
position: relative;
width: 75px;
height: 75px;
left: 15px;
top: 7px;
background: #FFFFFF;
box-shadow: inset 0px 0px 7px #000000;
border-radius: 120px;
float: left;
}
#messaging-conversation-author.group-administrator a
{
background-color: #FFFFFF;
}
#messaging-conversation-content-bloc
{
position: relative;
box-shadow: 0px -2px 3px rgba(0, 0, 0, 0);
background-color: #FFFFFF;
border-radius: 5px;
height: 50px;
padding: 10px;
}
.messaging-conversation-author-pseudo
{
font-weight: bold;
margin-top: 3px;
margin-bottom: 1px;
font-size: 115%;
padding-left: 10px;
font-family: "Banda Bold", serif;
color: rgb(0, 0, 0);
}
.messaging-conversation-content
{
width: 80%;
min-height: 75px;
cursor: pointer;
padding-top: 10px;
float: left;
margin-left: 25px;
font-family: "Banda Regular", sans-serif;
color: rgb(255, 255, 255);
}
.messaging-conversation-content
{
width: 80%;
min-height: 75px;
cursor: pointer;
padding-top: 10px;
float: left;
margin-left: 25px;
font-family: "Banda Regular", sans-serif;
color: rgb(0, 0, 0);
}/*КОНТАКТЫ*/
#contact-friends-author a, #contact-pending-author a, #contact-requesting-author a
{
display: block;
position: relative;
width: 80px;
height: 80px;
left: 15px;
top: 7px;
background: rgb(138, 138, 138);
box-shadow: inset 0px 0px 7px #000000;
border-radius: 120px;
float: left;
color: #000000;
font-family: "banda bold";
}
.player-name-tools
{
z-index: 90;
display: none;
position: absolute;
padding: 0;
margin: 0;
text-align: center;
border-radius: 5px;
background-color: #FFFFFF;
bottom: -65px;
width: 200px;
}
.player-name-tools a
{
color: #000000;
font-size: 13px;
font-weight: bold;
display: block;
padding: 4px 8px;
margin: 0;
text-decoration: none;
}
.contact-find-bloc
{
display: inline-block;
background-color: rgb(0, 0, 0);
border-radius: 5px;
border: 2px dashed rgb(255, 255, 255);
width: 90%;
padding: 10px;
margin-top: 7px;
color: #ffffff;
}
.player-name-tools li a:hover
{
background-color: #000000;
color: #FFFFFF;
}
#player-name-tools a
{
color: #000000;
font-weight: bold;
display: block;
margin: 0;
text-decoration: none;
padding: 3px;
}
#player-name-tools li a:hover
{
background-color: #969696;
}
.contact-main-container h3
{
color: rgb(255, 255, 255);
padding: 0px 0px 8px;
margin: 0px 10px;
border-bottom: 2px solid rgb(255, 255, 255);
font-size: 19px;
}
.contact-find-bloc h3
{
color: #ffffff;
padding-bottom: 10px;
font-family: "Banda Light", serif;
}
/*БАНК*/
#main-menu .main-menu-bank .menu-label span
{
background-color: #000000;
}
#bank-money-selection > li.maana
{
background: #000000;
color: #fff;
}
#bank-money-selection > li.po
{
background: #FFFFFF;
color: #000;
}
#bank-level-selection.maana
{
background: #000000;
color: #000000;
}
#bank-level-selection > li
{
background: rgb(255, 255, 255);
border-radius: 10px;
padding: 15px 12px;
color: #000000;
margin: 4px;
font-weight: bold;
font-size: 16px;
cursor: pointer;
}
#bank-level-selection > li.selected, #bank-level-selection > li:hover
{
background: #000000;
color: white;
padding: 15px 12px;
}
#bank-popup h3
{
color: #000000;
font-size: 13px;
font-weight: bold;
text-align: center;
}
#bank-level-infos-block
{
border-radius: 10px;
margin: 4px;
font-weight: bold;
font-size: 16px;
background: #000000;
color: white;
padding: 9px;
text-align: center;
}
#bank-popup-close
{
font-weight: bold;
font-family: "Banda Bold";
text-shadow: 0px 0px 1px white;
height: 20px;
width: 20px;
border-radius: 15px;
position: absolute;
background: url('http://static.tumblr.com/qqcvo3u/DDto70k0r/button_blue_small.png');
background-size: 1px 100%;
right: 5px;
top: 5px;
border: none;
cursor: pointer;
color: white;
text-align: center;
font-size: 14px;
line-height: 24px;
}
#bank-level-selection.po
{
background: #FFFFFF;
}/*ТЕХ.ПОДДЕРЖКА*/
#support-menu
{
width: 180px;
padding: 8px;
background-color: rgba(0, 0, 0, 0.76);
border-radius: 10px;
position: relative;
float: left;
clear: both;
}
#support-menu li
{
padding: 5px;
font-size: 13px;
color: rgb(255, 255, 255);
margin: 7px 0;
cursor: pointer;
}
#support-category-content
{
float: left;
width: 635px;
background: rgba(0, 0, 0, 0.76);
border-radius: 10px;
margin: 0 15px;
padding: 15px;
}
.support-main-container .question
{
background: rgba(255, 255, 255, 0.71);
border-radius: 4px;
margin: 2px 0;
border: 1px solid #FFF;
}
.support-main-container .question > a
{
display: block;
padding: 10px 10px 10px 30px;
border-radius: 4px;
color: #000000;
font-weight: bold;
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}
.support-main-container .question > a:hover, .support-main-container .question.active > a
{
background-color: #000000;
color: #FFFFFF;
}
.support-main-container .question.active > a
{
color: #FFFFFF;
}
.support-main-container .question.active
{
border-color: #FFFFFF;
}/*ФОРУМ*/
.pun.header
{
padding: 5px;
background-color: #FFF;
border-radius: 5px;
border: 1px solid #000;
}
.pun a
{
color: white;
text-decoration: none;
}
.pun a:hover
{
color: rgba(0, 0, 0, 0.69);
text-decoration: none;
}
.pun.box.pun_topic_page h2, .pun.box.pun_index_page h2
{
font-family: "Banda Bold";
text-transform: uppercase;
background: none;
font-size: 11pt;
text-decoration: none;
color: rgb(255, 255, 255);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background-color: #000000;
display: inline-block;
padding: 7px 80px 7px 10px;
font-weight: 400;
}
.pun .inbox
{
position: relative;
border: solid 1px #FFFFFF;
background-color: white;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
overflow: hidden;
margin-top: -3px;
}
.pun thead
{
font-family: "Banda Bold";
border-bottom: solid 1px rgb(255, 255, 255);
background: rgb(0, 0, 0);
color: #FFFFFF;
}
.pun tbody
{
/* background: #fcf9f7; */
border: 1px solid #FFFFFF;
border-top: 0;
}
.pun .inbox h3 a
{
color: rgba(167, 72, 72, 0.83);
}
.pun a
{
color: black;
text-decoration: none;
}
.pun.footbox.actions
{
background-color: rgb(0, 0, 0);
color: #ffffff;
}
.pun.footbox
{
border: solid 1px rgb(255, 255, 255);
border-radius: 5px;
background-color: #FFF;
clear: both;
color: #333;
font-size: 11px;
margin: 15px 0;
padding: 3px 6px;
/* width: 744px; */;
}
.pun h2
{
background-color: #FFFFFF;
color: white;
display: block;
font-size: 11px;
font-weight: 700;
margin: 0;
padding: 4px 6px;
}
.pun fieldset
{
background-color: rgba(255, 255, 255, 0);
border: solid 1px rgb(0, 0, 0);
padding: 0 12px;
}
body a
{
text-decoration: none;
color: #000;
}/*ФАМИЛЬЯР*/
#pet-info-main
{
padding: 15px;
background-color: #000000;
border-radius: 10px;
position: relative;
}
#pet-info-name-change
{
position: absolute;
background: url('http://static.tumblr.com/qqcvo3u/sBTo70q9v/pet_sprite2.png') -123px 0px;
width: 41px;
height: 41px;
top: 5px;
right: 15px;
cursor: pointer;
}
#pet-return
{
position: absolute;
background: url('http://static.tumblr.com/qqcvo3u/sBTo70q9v/pet_sprite2.png') -41px 0;
width: 41px;
height: 41px;
top: 5px;
right: 55px;
cursor: pointer;
}
#pet-info-racegender, #pet-info-age
{
font-size: 14px;
color: rgb(255, 255, 255);
margin: 6px 0 0;
}
#pet-info-energy
{
margin: 17px 4px;
color: black;
text-shadow: 0 0 5px rgba(0, 0, 0, 0);
font-weight: bold;
font-size: 14px;
text-align: center;
height: 20px;
line-height: 20px;
position: relative;
border-radius: 10px;
background: rgba(255, 255, 255, 0.4);
}
#pet-info-energy-level, #event-bonus-progressbar-fill
{
background-color: #FFFFFF;
position: absolute;
left: 0;
top: 0;
height: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
max-width: 100%;
}
#pet-info-evolve div.on
{
color: #FFD100;
font-weight: bold;
text-decoration: line-through;
}
#pet-info-evolve div
{
font-size: 13px;
color: rgb(160, 32, 32);
margin: 7px 0 0;
}
#pet-info-food, #pet-info-levels
{
background: #000;
border-radius: 10px;
margin: 13px 0;
padding: 15px;
color: rgb(255, 255, 255);
font-weight: bold;
overflow: hidden;
}
#pet-info-food img
{
float: left;
width: 70px;
height: 70px;
border-radius: 50px;
border: 3px dotted #000000;
background: #FFFFFF;
}
#pet-info-affection-level div
{
height: 29px;
background: url('http://static.tumblr.com/qqcvo3u/9w9o70r4r/heart1.png');
}
#pet-info-luck-level
{
display: inline-block;
width: 30px;
min-height: 30px;
padding-left: 35px;
background: url('http://static.tumblr.com/qqcvo3u/G2fo70rc7/clover.png') no-repeat left;
margin-left: 6px;
}
#pet-info-affection-level
{
display: inline-block;
width: 175px;
height: 29px;
background: url('http://static.tumblr.com/qqcvo3u/2SIo70qzm/broken-heart.png');
}
#treasurehunt-container
{
clear: both;
background: #000000;
position: relative;
min-height: 26px;
border-radius: 8px;
}
#exploration-place
{
color: white;
padding: 0 10px;
border-right: 1px solid #000000;
font-weight: bold;
}
#endExploration-now
{
background-color: #ffffff;
font-family: Rubik, cursive;
font-size: 14px;
color: #000;
padding: 0 15px;
cursor: pointer;
display: inline-block;
-webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
transition: background-color 0.3s ease-in, color 0.3s ease-in;
border-left: 1px solid #ffffff;
}
#treasurehunt-fold
{
top: 0px;
border-radius: 6px;
position: absolute;
background: #000000;
z-index: 3;
width: 100%;
}
#treasurehunt-container h2
{
vertical-align: top;
color: white;
line-height: 26px;
padding: 0 10px;
float: left;
cursor: pointer;
border-right: 1px solid #FFFFFF;
}
body h2
{
color: #ffffff;
font-size: 17px;
font-family: Rubik, cursive;
}
.mapLocation
{
width: 14px;
height: 14px;
position: absolute !important;
border-radius: 14px;
border: 2px solid rgb(0, 0, 0);
box-shadow: -1px -1px 1px rgb(255, 255, 255), 1px 1px 1px rgb(255, 255, 255), -1px 1px 1px rgb(255, 255, 255), 1px -1px 1px rgb(255, 255, 255);
background: rgb(255, 255, 255);
cursor: pointer;
}
#main-bonus-title
{
font-family: "<NAME>", serif;
font-size: 14px;
text-align: center;
margin: 10px 10px 10px;
color: #fff;
text-shadow: 1px 1px 1px #040404;
}
#main-bonus-progressbar > div.open:not(.transition_bonus)
{
border: 2px dashed #128834;
}
#main-bonus-progressbar > div.current:not(.transition_bonus)
{
border: 2px dashed #0091FF;
}
#main-bonus-progressbar > div:not(.transition_bonus)
{
position: relative;
display: inline-block;
padding: 2px;
border: 2px dashed #696A6A;
background-color: rgba(255, 255, 255, 0);
margin: 17px;
width: 100px;
height: 100px;
-webkit-border-radius: 125px;
-moz-border-radius: 125px;
border-radius: 125px;
}
#main-bonus-progressbar
{
width: 100%;
text-align: center;
position: relative;
background-color: rgba(0, 0, 0, 0);
border-radius: 10px;
padding: 15px 0;
}
#messageBarLevel
{
background-color: #FFFFFF;
position: absolute;
left: 0;
top: 0;
height: 100%;
border-radius: 10px;
}
#messageBar
{
color: black;
text-shadow: 0 0 2px #FFFFFF;
font-weight: bold;
text-align: center;
position: relative;
border-radius: 10px;
background: rgba(152, 150, 150, 0.4);
}
.mapLocation:hover, .mapLocation.selected
{
background: rgb(0, 0, 0);
}
.treasureHunt-result-item, .tameItem
{
float: left;
width: 80px;
height: 80px;
background: rgba(0, 0, 0, 0);
margin: 4px;
cursor: pointer;
position: relative;
border-radius: 3px;
box-shadow: 0px 0px 5px black;
}
.treasureHunt-result-item:hover, .tameItem:hover
{
background: rgba(255, 255, 255, 0.15);
}/*СТРАНИЦА ГГ*/
#player-left-tab
{
float: left;
margin: 10px 10px 0 94px;
width: 370px;
padding: 10px;
background-color: #000000;
border-radius: 10px;
position: relative;
}
#player-info-name-change
{
position: absolute;
background: url('http://static.tumblr.com/qqcvo3u/sBTo70q9v/pet_sprite2.png');
background-position: -123px 0px;
width: 41px;
height: 41px;
top: 0px;
right: 0px;
}
#right-profile-tab
{
float: left;
width: 369px;
padding: 15px 15px 30px;
margin: 10px 0 0 10px;
background-color: rgba(255, 255, 255, 0.43);
border-radius: 10px;
position: relative;
overflow: auto;
min-height: 111px;
}
#foodForm
{
background-color: #ffffffb0;
border-radius: 7px;
position: relative;
padding: 20px 100px;
color: #000;
font-weight: bold;
margin: 20px auto 0;
}
#pet-info-food img, .pet-food-icon
{
float: left;
width: 70px;
height: 70px;
border-radius: 50px;
border: 1px solid #000000;
background: #ffffff;
}
#foodForm .pet-food-icon
{
position: absolute;
top: 28px;
left: 25px;
}
#foodForm .pet-food-control
{
display: inline-block;
position: relative;
margin: 10px auto;
padding: 0 10px;
font-size: 30px;
line-height: 30px;
}
#foodForm .pet-food-increment
{
position: absolute;
top: 0;
right: 100%;
border-radius: 50%;
padding: 0;
width: 30px;
height: 30px;
line-height: 24px;
font-size: 25px;
}
/*ИНВЕНТАРЬ*/
.inventory-item
{
width: 80px;
height: 80px;
background: rgba(0, 0, 0, 0);
margin: 5px;
padding: 2px;
float: left;
position: relative;
border-radius: 3px;
box-shadow: 0px 0px 5px black;
}
.inventory-quantity
{
display: inline-block;
color: black;
font-weight: bold;
font-family: "Banda Light", serif;
font-size: 1.2em;
position: absolute;
left: 0;
bottom: 0;
right: 0;
padding: 2px 7px 10px;
background-color: rgba(255, 255, 255, 0.46);
}
.inventory-item:after
{
display: block;
position: absolute;
bottom: 0;
left: 1px;
width: 100%;
border-top: 1px solid rgb(255, 255, 255);
border-bottom: 1px solid rgb(255, 255, 255);
box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
content: '';
}
.inventory-item:hover
{
background: rgba(0, 0, 0, 0.48);
}
#inventory-container
{
background-color: rgba(0, 0, 0, 0.3);
border-radius: 16px;
pading-bottom: 8px;
color: rgba(94, 99, 99, 0);
margin-top: 20px;
box-shadow: 0 0 0 2pt rgba(194, 196, 226, 0);
}/*ПЕРЕОДЕВАШКИ ГГ*/
#selectedCategory
{
border: 1px solid rgba(255, 255, 255, 0);
border-bottom-width: 2px;
background: #000000;
position: absolute;
border-radius: 1px;
cursor: pointer;
width: 100%;
}
#selectedCategory .label
{
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0 30px 0 0;
padding: 6px;
font-size: 12px;
line-height: 18px;
color: #FFF;
min-height: 18px;
}
#appearance-category-nav-items:before, #appearance-category-nav-items:after
{
content: "";
position: absolute;
top: -9px;
left: 12px;
width: 0;
height: 0;
border-bottom: 6px solid rgba(255, 255, 255, 0);
border-left: 6px solid transparent;
border-right: 6px solid transparent;
margin-top: 3px;
}
#appearance-category-nav-items li.selected
{
background: #000000;
color: #FFF;
}
#appearance-category-nav-items li
{
display: block;
padding: 6px 30px 6px 10px;
color: #FFF;
cursor: pointer;
position: relative;
overflow: hidden;
}
#appearance-category-nav-items
{
display: none;
opacity: 0;
width: 100%;
height: 300px;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
transform: translateY(-20px);
position: absolute;
z-index: -1;
top: 50px;
left: 0;
background: #000000;
border: 1px solid #000;
margin: 8px 0;
padding: 10px 0;
border-radius: 4px;
}
#selectedCategory.open
{
border-color: rgba(255, 255, 255, 0);
background: rgb(0, 0, 0);
margin-top: 1px;
border-bottom-width: 1px;
}
#selectedCategory:hover
{
border-color: rgba(255, 255, 255, 0);
}
.appearance-item.selected
{
background: rgb(0, 0, 0);
}
.appearance-category:after, .appearance-item:after
{
display: block;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
border-top: 1px solid rgb(255, 255, 255);
border-bottom: 1px solid rgb(255, 255, 255);
box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
content: '';
}
.appearance-category, .appearance-item
{
background: rgba(255, 255, 255, 0);
margin: 5px;
float: left;
cursor: pointer;
position: relative;
border-radius: 3px;
box-shadow: 0px 0px 5px white;
}
.appearance-category:hover, .appearance-item:hover
{
background: rgba(255, 255, 255, 0.48);
}
.appearance-items-info
{
display: none;
height: 75px;
width: 430px;
background: black;
margin: 0 5px;
padding: 5px;
float: left;
position: absolute;
bottom: 2px;
border-radius: 3px;
box-shadow: 0px 0px 5px black;
text-align: center;
}
.appearance-item-info-name
{
margin: 0 auto;
text-align: center;
font-family: "Banda Regular", serif;
text-transform: uppercase;
color: rgb(255, 255, 255);
}
.appearance-item-info-rarity
{
text-align: center;
font-family: "Banda Light", serif;
padding: 5px 20px;
margin: 5px;
border-radius: 6px;
font-size: 13px;
background-color: #000000;
border: 1px solid rgb(255, 255, 255);
box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.55);
display: inline-block;
}
#header-login-form input
{
border-radius: 10px;
color: #000000;
padding: 3px 10px;
border: none;
background-color: #fff;
font-family: Banda Bold, sans-serif;
margin: 0 3px;
}
.flavr-button.disabled, .button.button.button-disabled
{
background-color: #000000;
border-color: #32475a;
cursor: default;
}
.appearance-category-name
{
margin: 0 auto;
font-family: Rubik, cursive;
font-size: 13px;
line-height: 11px;
text-transform: uppercase;
color: rgb(255, 255, 255);
text-align: center;
}/*ГС*/
#punchline .leftLights
{
left: -160px;
background-image: url('http://static.tumblr.com/qqcvo3u/DDmo7fp12/intro-leftlights.png');
}
#punchline .rightLights
{
right: -160px;
background-image: url('http://static.tumblr.com/qqcvo3u/A0Ko7fp13/intro-rightlights.png');
}
.contact-main-container h3
{
color: rgb(0, 0, 0);
padding: 10px 0px 2px;
margin: 0px 10px;
border-bottom: 2px solid rgb(255, 255, 255);
font-size: 18px;
}
#contact-player-container li a
{
color: rgb(0, 0, 0);
font-family: Banda Bold, sans-serif;
}
#contact-partner-container p
{
color: rgb(0, 0, 0);
padding: 30px 20px;
text-align: justify;
}
#container .page-main-container:after
{
content: '';
border-radius: 8px;
background-position: 0 0, 100% 0, 0 0, 0 100%;
background-repeat: no-repeat;
background-size: 4px 100%, 4px 100%, 100% 4px, 100% 4px;
/* background-image: -webkit-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -webkit-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff); */
background-image: -moz-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -moz-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
background-image: -o-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -o-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
background-image: -ms-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), -ms-linear-gradient(-90deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
/* background-image: linear-gradient(180deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(180deg, #fff 4%, #d2d5f9 14%, #3f49d0 74%, #c4c7f7 90%, #fff 97%), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff); */
/* box-shadow: 1px 2px 3px 0 rgba(47, 62, 113, 0.75); */
position: absolute;
z-index: -1;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
}
/*САМЫЙ НИЗ СТРАНИЦЫ*/
#footer
{
font-family: Banda Bold, sans-serif;
position: absolute;
height: 42px;
width: 100%;
bottom: 0;
left: 0;
background-color: #000000;
}
.flavr-button.pink, .button.button.button-pink
{
background-color: #000000;
border-color: #ffffff;
}
.flavr-button.pink:hover, .button.button.button-pink:hover
{
background-color: #ffffff;
color: #000000;
}
.flavr-button.pink, .button.button.button-pink
{
background-color: #000000;
border-color: #ffffff;
}
.flavr-button.pink:hover, .button.button.button-pink:hover
{
background-color: #ffffff;
color: #000000;
}
#purrotroc-desc
{
background: #000000;
border-radius: 0px;
border: 2px dashed #ffffff;
margin: 15px 38px;
padding: 15px;
color: #fff;
font-weight: bold;
font-size: 14px;
}
#header-portraits.nopet
{
background-image: url("http://static.tumblr.com/qqcvo3u/2muo8u66q/player-infos-background-nopet.png");
}
.bid-count
{
margin-top: 20px;
font-family: "Banda Regular";
font-size: 16px;
color: rgb(0, 0, 0);
}
body
{
vertical-align: baseline;
font-family: "trebuchet ms", arial, serif;
font-size: 14px;
line-height: 1em;
color: #ffffff;
min-height: 100%;
}
#marketplace-sell-form
{
background: black;
margin: 7px 0 0 15px;
padding: 7px;
position: relative;
border-radius: 3px;
box-shadow: 0px 0px 5px black;
text-align: center;
font-size: 14px;
}
#player-name-tools li a:hover, #player-name-tools-request li a:hover
{
background-color: rgba(224,136,238,0.36);
color: #ffffff;
}
#player-name-tools li a:hover
{
background-color: #000000;
}
#player-name-tools .title, #player-name-tools-request .title
{
font-size: 1.1em;
display: block;
color: #000000;
margin-bottom: 5px;
}
#player-name-tools a, #player-name-tools-request a
{
color: #000000;
display: block;
margin: 0;
text-decoration: none;
padding: 3px;
}
#player-name-tools li a:hover, #player-name-tools-request li a:hover
{
background-color: rgb(0, 0, 0);
color: #ffffff;
}
#purrotroc-main-frame
{
position: relative;
display: block;
width: 983px;
height: 630px;
background: url('http://static.tumblr.com/qqcvo3u/rsao8ucmy/background3.png') top left no-repeat;
margin: 0 auto;
}
.account-personal-bloc, .account-social-bloc, .account-password-bloc, .account-email-bloc, .account-misc-bloc
{
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
box-shadow: 0px -2px 3px rgba(52, 56, 111, 0.5);
border-radius: 5px;
width: 90%;
padding: 10px;
margin-top: 15px;
color: rgb(0, 0, 0);
}/*ИВЕНТЫ*/
.mall-product.event, .mall-variation.event
{
box-shadow: 0 0 5px #000000;
}
.mall-product.event:after, .mall-variation.event:after
{
border-color: #000000;
}
.mall-stock-limit, .mall-event-tip, .mall-blackFriday-tip
{
display: block;
padding: 2px 0;
top: 0;
left: -1px;
right: -1px;
font-size: 1.1em;
border: none;
border-radius: 3px 3px 0 0;
background-color: rgba(0, 0, 0);
color: #F5F5F5;
}
.appearance-item.disabled, .appearance-items-category.disabled .appearance-item
{
background: rgba(210, 61, 61, 0.36);
}
div.preloader:after
{
content: '';
background-color: #ffffff;
position: absolute;
top: 0;
left: 0;
width: 14px;
height: 14px;
border-radius: 9px;
-o-border-radius: 9px;
-ms-border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
animation-name: bounce_escapingBallG;
-o-animation-name: bounce_escapingBallG;
-ms-animation-name: bounce_escapingBallG;
-webkit-animation-name: bounce_escapingBallG;
-moz-animation-name: bounce_escapingBallG;
animation-duration: 1.3s;
-o-animation-duration: 1.3s;
-ms-animation-duration: 1.3s;
-webkit-animation-duration: 1.3s;
-moz-animation-duration: 1.3s;
animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-timing-function: linear;
-o-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
animation-delay: 0s;
-o-animation-delay: 0s;
-ms-animation-delay: 0s;
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
transform: scale(0.5, 1);
-o-transform: scale(0.5, 1);
-ms-transform: scale(0.5, 1);
-webkit-transform: scale(0.5, 1);
-moz-transform: scale(0.5, 1);
}
} | 0.384681 | 0.109849 |
body {
padding: 0;
margin: 0;
}
nav {
width: 100%;
background-color: white;
position: fixed;
height: 70px;
z-index: 2;
}
h6 {
display: none;
}
button {
border: none;
background: white;
cursor: pointer;
}
button:hover {
background: lightgray;
}
.general {
display: flex;
width: 100%;
}
section {
margin: 30px;
height: 600px;
}
h3,
p {
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter;
margin-top: 0%;
margin-bottom: 8px;
}
h3 {
margin-top: 28px;
}
.rightSect {
width: 100%;
height: 478px;
border: 1px solid lightgrey;
overflow-y: scroll;
margin-top: 30px;
}
#firstChild {
margin-top: 90px;
}
.generalRightSection {
width: 29%;
height: 1200px;
}
.bottomRightSection {
width: 100%;
height: 90%;
margin-top: 40px;
}
.container,
.searchInput,
.rightSection {
display: flex;
}
.container {
background-color: #f9f9f9;
z-index: -1;
height: 1750px;
padding-top: 60px;
}
.rightSection {
text-align: right;
margin-left: 100px;
}
.searchInput {
width: 50%;
height: 60px;
margin-top: 22px;
margin-left: 10%;
}
.searchInput .icon {
width: 63px;
height: 34px;
border-top-right-radius: 3px;
border: 1px solid lightgrey;
margin-left: 10px;
cursor: pointer;
background: white;
}
.searchInput img {
width: 20px;
height: 22px;
margin-left: 15px;
margin-top: 5px;
}
.inputSection {
width: 100%;
height: 30px;
}
.searchInput .inputSection {
width: 80%;
height: 50px;
}
.leftSection {
width: 70%;
height: 600px;
background-color: #f9f9f9;
}
.child {
height: 100px;
width: 80%;
display: flex;
padding-right: 5px;
}
.child:hover {
background-color: lightgray;
width: 90%;
}
.child img {
width: 160px;
margin-bottom: 0;
margin-right: 5px;
}
.child div {
margin-left: 10px;
}
.menuIcon {
width: 4%;
height: 20px;
}
.menuIcon img {
height: 20px;
width: 30px;
}
.youtubeIcon {
width: 10%;
height: 70px;
}
.youtubeIcon img {
height: 40px;
width: 100px;
margin-left: 20%;
margin-top: 15%;
}
.inputSection input {
width: 100%;
border: 1px solid lightgrey;
height: 30px;
padding-left: 8px;
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
}
.rightSection section {
width: 50px;
height: 40px;
margin-top: 20px;
margin-left: 0;
}
.webCam,
.dashboard {
padding-top: 5px;
margin-right: 0;
}
.notification {
margin-right: 0;
}
.profile img,
.comments img {
width: 30px;
height: 30px;
}
label {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: gray;
}
.individualComment,
.likes,
.dislike,
.likesAndDislikes {
display: flex;
}
.videoLikes .likes {
margin-left: 300px;
display: flex;
width: 100px;
margin-top: 0;
}
.likesAndDislikes .dislike {
margin-top: 5px;
margin-left: 30px;
}
.videoLikes .dislike,
.videoLikes .share,
.videoLikes .save,
.videoLikes {
display: flex;
}
.videoLikes label {
margin-right: 20px;
margin-top: 5px;
}
.videoLikes button {
background: #f9f9f9;
}
.showMore button {
color: gray;
background: #f9f9f9;
}
.likesAndDislikes button {
background: #f9f9f9;
color: gray;
}
.buttonSection button {
background-color: red;
border: none;
color: white;
width: 150px;
height: 40px;
margin-left: 335px;
cursor: pointer;
}
.sortBy button {
background: #f9f9f9;
}
.btnComment button {
margin-left: 2px;
}
.linkSection button {
background: #f9f9f9;
}
.videoLikes button:hover {
background-color: lightgray;
}
.numberofviews {
padding: 4px;
}
.upper {
display: flex;
height: 80px;
width: 100%;
}
.lower,
.showMore {
width: 80%;
height: 60px;
margin-left: 10%;
}
.showMore {
font-size: small;
font-family: Arial, Helvetica, sans-serif;
color: gray;
}
.shareBtn {
margin-top: -10px;
}
.likesAndDislikes button:hover {
background-color: lightgray;
}
.lower label {
color: black;
font-family: Arial, Helvetica, sans-serif;
}
.upper .label {
width: 40%;
}
.albumLogo {
margin-left: 5%;
}
.topRightSection {
width: 29%;
height: 80px;
background-color: #ffff;
position: absolute;
z-index: 0;
display: flex;
}
.topRightSection img {
margin-left: 70%;
}
.topRightSection h4 {
margin-left: 10px;
}
.descriptionSection {
margin-top: -50px;
height: 160px;
border-bottom: 1px solid lightgray;
border-top: 1px solid lightgray;
padding-top: 10px;
}
.sortBy {
display: flex;
}
.sortBy img {
margin-left: 20px;
margin-top: -5px;
}
.comments input {
border: none;
border-bottom: 1px solid gray;
width: 100%;
margin-left: 5px;
height: 17px;
outline: none;
}
.comments input:hover {
border-bottom: 2px solid black;
outline: none;
}
.addComment {
display: flex;
margin-top: 10px;
margin-left: 5%;
}
.btnComment {
display: flex;
text-align: right;
padding-left: 70%;
}
.cancelBtn {
background: none;
color: gray;
border: none;
width: 150px;
height: 40px;
cursor: pointer;
}
.commentBtn {
background: gray;
color: #ffff;
border: none;
width: 150px;
height: 40px;
cursor: pointer;
}
.individualComment label {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: black;
}
.singleComment {
margin-left: 10px;
width: 100%;
}
.likesAndDislikes label {
margin-top: 8px;
}
.individualComment .dislike label {
margin-left: 40px;
}
.individualComment {
margin-left: 5%;
margin-top: 40px;
}
.likesAndDislikes {
margin-left: 5%;
margin-top: 5px;
margin-bottom: 10px;
}
.likesAndDislikes img {
height: 25px;
width: 25px;
}
a {
text-decoration: none;
}
.linkSection {
display: flex;
margin-left: 5%;
}
.linkSection button:hover {
background-color: lightgray;
}
.linkSection a {
margin-top: 5px;
}
iframe {
border: none;
width: 160px;
}
.leftSection iframe {
width: 100%;
height: 80%;
} | css/styles.css | body {
padding: 0;
margin: 0;
}
nav {
width: 100%;
background-color: white;
position: fixed;
height: 70px;
z-index: 2;
}
h6 {
display: none;
}
button {
border: none;
background: white;
cursor: pointer;
}
button:hover {
background: lightgray;
}
.general {
display: flex;
width: 100%;
}
section {
margin: 30px;
height: 600px;
}
h3,
p {
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter;
margin-top: 0%;
margin-bottom: 8px;
}
h3 {
margin-top: 28px;
}
.rightSect {
width: 100%;
height: 478px;
border: 1px solid lightgrey;
overflow-y: scroll;
margin-top: 30px;
}
#firstChild {
margin-top: 90px;
}
.generalRightSection {
width: 29%;
height: 1200px;
}
.bottomRightSection {
width: 100%;
height: 90%;
margin-top: 40px;
}
.container,
.searchInput,
.rightSection {
display: flex;
}
.container {
background-color: #f9f9f9;
z-index: -1;
height: 1750px;
padding-top: 60px;
}
.rightSection {
text-align: right;
margin-left: 100px;
}
.searchInput {
width: 50%;
height: 60px;
margin-top: 22px;
margin-left: 10%;
}
.searchInput .icon {
width: 63px;
height: 34px;
border-top-right-radius: 3px;
border: 1px solid lightgrey;
margin-left: 10px;
cursor: pointer;
background: white;
}
.searchInput img {
width: 20px;
height: 22px;
margin-left: 15px;
margin-top: 5px;
}
.inputSection {
width: 100%;
height: 30px;
}
.searchInput .inputSection {
width: 80%;
height: 50px;
}
.leftSection {
width: 70%;
height: 600px;
background-color: #f9f9f9;
}
.child {
height: 100px;
width: 80%;
display: flex;
padding-right: 5px;
}
.child:hover {
background-color: lightgray;
width: 90%;
}
.child img {
width: 160px;
margin-bottom: 0;
margin-right: 5px;
}
.child div {
margin-left: 10px;
}
.menuIcon {
width: 4%;
height: 20px;
}
.menuIcon img {
height: 20px;
width: 30px;
}
.youtubeIcon {
width: 10%;
height: 70px;
}
.youtubeIcon img {
height: 40px;
width: 100px;
margin-left: 20%;
margin-top: 15%;
}
.inputSection input {
width: 100%;
border: 1px solid lightgrey;
height: 30px;
padding-left: 8px;
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
}
.rightSection section {
width: 50px;
height: 40px;
margin-top: 20px;
margin-left: 0;
}
.webCam,
.dashboard {
padding-top: 5px;
margin-right: 0;
}
.notification {
margin-right: 0;
}
.profile img,
.comments img {
width: 30px;
height: 30px;
}
label {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: gray;
}
.individualComment,
.likes,
.dislike,
.likesAndDislikes {
display: flex;
}
.videoLikes .likes {
margin-left: 300px;
display: flex;
width: 100px;
margin-top: 0;
}
.likesAndDislikes .dislike {
margin-top: 5px;
margin-left: 30px;
}
.videoLikes .dislike,
.videoLikes .share,
.videoLikes .save,
.videoLikes {
display: flex;
}
.videoLikes label {
margin-right: 20px;
margin-top: 5px;
}
.videoLikes button {
background: #f9f9f9;
}
.showMore button {
color: gray;
background: #f9f9f9;
}
.likesAndDislikes button {
background: #f9f9f9;
color: gray;
}
.buttonSection button {
background-color: red;
border: none;
color: white;
width: 150px;
height: 40px;
margin-left: 335px;
cursor: pointer;
}
.sortBy button {
background: #f9f9f9;
}
.btnComment button {
margin-left: 2px;
}
.linkSection button {
background: #f9f9f9;
}
.videoLikes button:hover {
background-color: lightgray;
}
.numberofviews {
padding: 4px;
}
.upper {
display: flex;
height: 80px;
width: 100%;
}
.lower,
.showMore {
width: 80%;
height: 60px;
margin-left: 10%;
}
.showMore {
font-size: small;
font-family: Arial, Helvetica, sans-serif;
color: gray;
}
.shareBtn {
margin-top: -10px;
}
.likesAndDislikes button:hover {
background-color: lightgray;
}
.lower label {
color: black;
font-family: Arial, Helvetica, sans-serif;
}
.upper .label {
width: 40%;
}
.albumLogo {
margin-left: 5%;
}
.topRightSection {
width: 29%;
height: 80px;
background-color: #ffff;
position: absolute;
z-index: 0;
display: flex;
}
.topRightSection img {
margin-left: 70%;
}
.topRightSection h4 {
margin-left: 10px;
}
.descriptionSection {
margin-top: -50px;
height: 160px;
border-bottom: 1px solid lightgray;
border-top: 1px solid lightgray;
padding-top: 10px;
}
.sortBy {
display: flex;
}
.sortBy img {
margin-left: 20px;
margin-top: -5px;
}
.comments input {
border: none;
border-bottom: 1px solid gray;
width: 100%;
margin-left: 5px;
height: 17px;
outline: none;
}
.comments input:hover {
border-bottom: 2px solid black;
outline: none;
}
.addComment {
display: flex;
margin-top: 10px;
margin-left: 5%;
}
.btnComment {
display: flex;
text-align: right;
padding-left: 70%;
}
.cancelBtn {
background: none;
color: gray;
border: none;
width: 150px;
height: 40px;
cursor: pointer;
}
.commentBtn {
background: gray;
color: #ffff;
border: none;
width: 150px;
height: 40px;
cursor: pointer;
}
.individualComment label {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: black;
}
.singleComment {
margin-left: 10px;
width: 100%;
}
.likesAndDislikes label {
margin-top: 8px;
}
.individualComment .dislike label {
margin-left: 40px;
}
.individualComment {
margin-left: 5%;
margin-top: 40px;
}
.likesAndDislikes {
margin-left: 5%;
margin-top: 5px;
margin-bottom: 10px;
}
.likesAndDislikes img {
height: 25px;
width: 25px;
}
a {
text-decoration: none;
}
.linkSection {
display: flex;
margin-left: 5%;
}
.linkSection button:hover {
background-color: lightgray;
}
.linkSection a {
margin-top: 5px;
}
iframe {
border: none;
width: 160px;
}
.leftSection iframe {
width: 100%;
height: 80%;
} | 0.503662 | 0.075244 |
@font-face {
font-family: myFirstFont;
src: url('fonts/CANDARA.TTF') format('truetype');
font-family: mySecondFont;
src: url('fonts/CooperHewitt-Light.otf');
}
body {
font-family: mySecondFont;
margin: 0;
padding: 0;
color: white;
overflow-x: hidden;
}
.contentViewer{
display: block;
position: relative;
margin: 0px auto;
width: 100vw;
height: 100vh;
background-color: #0B0C10;
top: 0px;
left: 0px;
}
.contentViewer .datosUsuario{
margin-top: 15px;
margin-left: 5px;
width: 100%;
height: auto;
display: inline-block;
top: 0px;
left: 0px;
position: relative;
}
div .avatarUsuario{
width: 50px;
height: 50px;
border-radius: 100px;
position: relative;
display: inline-block;
}
div .avatarUsuario2{
width: 35px;
height: 35px;
border-radius: 100px;
position: relative;
display: block;
top: 0px;
left: -65px;
}
div .avatarUsuario3{
width: 35px;
height: 35px;
border-radius: 100px;
position: relative;
display: block;
top: 8px;
left: 0px;
}
div .nombreUsuario{
margin-left: 3px;
position: relative;
display: inline-block;
margin-top: 10px;
top: -26px;
left: 0;
}
div .nombreUsuario2{
margin-left: -10px;
margin-top: 0px;
position: absolute;
display: block;
top: 0;
left: 0;
}
div .fecha{
margin-left: 5px;
position: relative;
display: inline-block;
top: -10px;
left: -76px;
}
div .fecha2{
margin-left: -10px;
position: relative;
display: block;
transform: translateY(-32px);
top: 0;
left: 0;
}
div .textoComentario{
display: block;
position: relative;
text-align: left;
top: 0;
left: 30px;
width: 80%;
height: auto;
}
div .textoComentario2{
display: block;
position: absolute;
text-align: left;
top: 0;
left: 0;
width: inherit;
transform: translate(-10px,30px);
height: auto;
}
.content .imageTitle{
top: 0;
left: 0;
margin: 0px;
padding: 0px;
transform: translateY(-5px);
}
.contentViewer .content{
display: inline-block;
position: relative;
width: 70%;
height: 100%;
}
.contentViewer .content .Image{
display: block;
position: relative;
width: auto;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
hr{
border-style: solid;
border-color: #1F2833;
width: 85%;
}
.contentViewer .buttons{
width: 150px;
height: auto;
margin: 5px;
top: 20px;
left: 26px;
display: block;
position: relative;
}
.contentViewer .buttons .Reportar{
margin-left: 5px;
width: 30px;
height: 30px;
display: inline-block;
cursor: not-allowed;
}
.contentViewer .buttons .iLOVE{
width: 30px;
height: 30px;
display: inline-block;
}
.commentList{
position: relative;
display: block;
top: 60px;
width: 100%;
height: auto;
z-index: 4;
overflow-x: hidden;
overflow-y: scroll;
margin: 5px;
}
.commentList ul {
list-style-type: none;
}
.commentList .commentContainer {
top: 0;
left: 0;
width: 80%;
height: auto;
transform: translateX(15%);
display: block;
position: relative;
margin-bottom: 25px;
}
.makeComment{
top: 80px;
left: 0;
width: 100%;
height: auto;
display: block;
position: relative;
}
.makeComment .commentForm{
top: -30px;
left: 50px;
display: inline-block;
position: relative;
height: auto;
width: auto;
}
.makeComment .commentForm .textbox{
width: 300px;
height: 35px;
border-radius: 15px;
}
#MakeAComment{
border: solid 0px #947394;
border-radius: 8px;
moz-border-radius: 8px;
-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,1.0);
-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,1.0);
box-shadow: inset 0px 0px 10px rgba(0,0,0,1.0);
font-size: 20px;
color: #fcfcfc;
padding: 1px 10px;
background-color: #45A29E;
margin-top: 20px;
float: right;
}
#rightSide{
width: 30%;
height: 100%;
position: absolute;
display: inline-block;
float: right;
top: 0px;
} | public/css/contentView.css | @font-face {
font-family: myFirstFont;
src: url('fonts/CANDARA.TTF') format('truetype');
font-family: mySecondFont;
src: url('fonts/CooperHewitt-Light.otf');
}
body {
font-family: mySecondFont;
margin: 0;
padding: 0;
color: white;
overflow-x: hidden;
}
.contentViewer{
display: block;
position: relative;
margin: 0px auto;
width: 100vw;
height: 100vh;
background-color: #0B0C10;
top: 0px;
left: 0px;
}
.contentViewer .datosUsuario{
margin-top: 15px;
margin-left: 5px;
width: 100%;
height: auto;
display: inline-block;
top: 0px;
left: 0px;
position: relative;
}
div .avatarUsuario{
width: 50px;
height: 50px;
border-radius: 100px;
position: relative;
display: inline-block;
}
div .avatarUsuario2{
width: 35px;
height: 35px;
border-radius: 100px;
position: relative;
display: block;
top: 0px;
left: -65px;
}
div .avatarUsuario3{
width: 35px;
height: 35px;
border-radius: 100px;
position: relative;
display: block;
top: 8px;
left: 0px;
}
div .nombreUsuario{
margin-left: 3px;
position: relative;
display: inline-block;
margin-top: 10px;
top: -26px;
left: 0;
}
div .nombreUsuario2{
margin-left: -10px;
margin-top: 0px;
position: absolute;
display: block;
top: 0;
left: 0;
}
div .fecha{
margin-left: 5px;
position: relative;
display: inline-block;
top: -10px;
left: -76px;
}
div .fecha2{
margin-left: -10px;
position: relative;
display: block;
transform: translateY(-32px);
top: 0;
left: 0;
}
div .textoComentario{
display: block;
position: relative;
text-align: left;
top: 0;
left: 30px;
width: 80%;
height: auto;
}
div .textoComentario2{
display: block;
position: absolute;
text-align: left;
top: 0;
left: 0;
width: inherit;
transform: translate(-10px,30px);
height: auto;
}
.content .imageTitle{
top: 0;
left: 0;
margin: 0px;
padding: 0px;
transform: translateY(-5px);
}
.contentViewer .content{
display: inline-block;
position: relative;
width: 70%;
height: 100%;
}
.contentViewer .content .Image{
display: block;
position: relative;
width: auto;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
hr{
border-style: solid;
border-color: #1F2833;
width: 85%;
}
.contentViewer .buttons{
width: 150px;
height: auto;
margin: 5px;
top: 20px;
left: 26px;
display: block;
position: relative;
}
.contentViewer .buttons .Reportar{
margin-left: 5px;
width: 30px;
height: 30px;
display: inline-block;
cursor: not-allowed;
}
.contentViewer .buttons .iLOVE{
width: 30px;
height: 30px;
display: inline-block;
}
.commentList{
position: relative;
display: block;
top: 60px;
width: 100%;
height: auto;
z-index: 4;
overflow-x: hidden;
overflow-y: scroll;
margin: 5px;
}
.commentList ul {
list-style-type: none;
}
.commentList .commentContainer {
top: 0;
left: 0;
width: 80%;
height: auto;
transform: translateX(15%);
display: block;
position: relative;
margin-bottom: 25px;
}
.makeComment{
top: 80px;
left: 0;
width: 100%;
height: auto;
display: block;
position: relative;
}
.makeComment .commentForm{
top: -30px;
left: 50px;
display: inline-block;
position: relative;
height: auto;
width: auto;
}
.makeComment .commentForm .textbox{
width: 300px;
height: 35px;
border-radius: 15px;
}
#MakeAComment{
border: solid 0px #947394;
border-radius: 8px;
moz-border-radius: 8px;
-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,1.0);
-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,1.0);
box-shadow: inset 0px 0px 10px rgba(0,0,0,1.0);
font-size: 20px;
color: #fcfcfc;
padding: 1px 10px;
background-color: #45A29E;
margin-top: 20px;
float: right;
}
#rightSide{
width: 30%;
height: 100%;
position: absolute;
display: inline-block;
float: right;
top: 0px;
} | 0.381104 | 0.071656 |
@font-face {
font-family: 'Graphik';
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Semibold.ttf') format('truetype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Semibold.svg#/plugins/global/fonts/graphik-fonts/Graphik-Semibold') format('svg');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Graphik';
src: url('/plugins/global/fonts/graphik-fonts/Graphik-MediumItalic.eot');
src: url('/plugins/global/fonts/graphik-fonts/Graphik-MediumItalic.eot?#iefix') format('embedded-opentype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-MediumItalic.woff2') format('woff2'),
url('/plugins/global/fonts/graphik-fonts/Graphik-MediumItalic.woff') format('woff'),
url('/plugins/global/fonts/graphik-fonts/Graphik-MediumItalic.ttf') format('truetype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-MediumItalic.svg#/plugins/global/fonts/graphik-fonts/Graphik-MediumItalic') format('svg');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Graphik';
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Regular.eot');
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Regular.woff2') format('woff2'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Regular.woff') format('woff'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Regular.ttf') format('truetype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Regular.svg#/plugins/global/fonts/graphik-fonts/Graphik-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Graphik';
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Light.eot');
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Light.woff2') format('woff2'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Light.woff') format('woff'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Light.ttf') format('truetype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Light.svg#/plugins/global/fonts/graphik-fonts/Graphik-Light') format('svg');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Graphik';
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Medium.eot');
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Medium.woff2') format('woff2'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Medium.woff') format('woff'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Medium.ttf') format('truetype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Medium.svg#/plugins/global/fonts/graphik-fonts/Graphik-Medium') format('svg');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Graphik';
src: url('/plugins/global/fonts/graphik-fonts/Graphik-RegularItalic.eot');
src: url('/plugins/global/fonts/graphik-fonts/Graphik-RegularItalic.eot?#iefix') format('embedded-opentype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-RegularItalic.woff2') format('woff2'),
url('/plugins/global/fonts/graphik-fonts/Graphik-RegularItalic.woff') format('woff'),
url('/plugins/global/fonts/graphik-fonts/Graphik-RegularItalic.ttf') format('truetype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-RegularItalic.svg#/plugins/global/fonts/graphik-fonts/Graphik-RegularItalic') format('svg');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Graphik';
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Bold.eot');
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Bold.woff2') format('woff2'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Bold.woff') format('woff'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Bold.ttf') format('truetype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Bold.svg#/plugins/global/fonts/graphik-fonts/Graphik-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
} | public/css/custom.css | @font-face {
font-family: 'Graphik';
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Semibold.ttf') format('truetype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Semibold.svg#/plugins/global/fonts/graphik-fonts/Graphik-Semibold') format('svg');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Graphik';
src: url('/plugins/global/fonts/graphik-fonts/Graphik-MediumItalic.eot');
src: url('/plugins/global/fonts/graphik-fonts/Graphik-MediumItalic.eot?#iefix') format('embedded-opentype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-MediumItalic.woff2') format('woff2'),
url('/plugins/global/fonts/graphik-fonts/Graphik-MediumItalic.woff') format('woff'),
url('/plugins/global/fonts/graphik-fonts/Graphik-MediumItalic.ttf') format('truetype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-MediumItalic.svg#/plugins/global/fonts/graphik-fonts/Graphik-MediumItalic') format('svg');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Graphik';
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Regular.eot');
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Regular.woff2') format('woff2'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Regular.woff') format('woff'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Regular.ttf') format('truetype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Regular.svg#/plugins/global/fonts/graphik-fonts/Graphik-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Graphik';
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Light.eot');
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Light.woff2') format('woff2'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Light.woff') format('woff'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Light.ttf') format('truetype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Light.svg#/plugins/global/fonts/graphik-fonts/Graphik-Light') format('svg');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Graphik';
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Medium.eot');
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Medium.woff2') format('woff2'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Medium.woff') format('woff'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Medium.ttf') format('truetype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Medium.svg#/plugins/global/fonts/graphik-fonts/Graphik-Medium') format('svg');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Graphik';
src: url('/plugins/global/fonts/graphik-fonts/Graphik-RegularItalic.eot');
src: url('/plugins/global/fonts/graphik-fonts/Graphik-RegularItalic.eot?#iefix') format('embedded-opentype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-RegularItalic.woff2') format('woff2'),
url('/plugins/global/fonts/graphik-fonts/Graphik-RegularItalic.woff') format('woff'),
url('/plugins/global/fonts/graphik-fonts/Graphik-RegularItalic.ttf') format('truetype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-RegularItalic.svg#/plugins/global/fonts/graphik-fonts/Graphik-RegularItalic') format('svg');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Graphik';
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Bold.eot');
src: url('/plugins/global/fonts/graphik-fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Bold.woff2') format('woff2'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Bold.woff') format('woff'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Bold.ttf') format('truetype'),
url('/plugins/global/fonts/graphik-fonts/Graphik-Bold.svg#/plugins/global/fonts/graphik-fonts/Graphik-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
} | 0.253584 | 0.038502 |
* {
font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
}
html {
overflow: scroll;
}
::-webkit-scrollbar {
width: 0px;
background: transparent; /* make scrollbar transparent */
}
.header {
margin-top: 20px;
margin-bottom: 200px;
text-align: center;
font-size: 20px;
}
/*.data-container {
width: 600px;
height: 300px;
position: relative;
margin: 0 200px;
float: left;
}
.data-container1 {
width: 600px;
height: 300px;
position: relative;
margin: 0 200px;
float: left;
}*/
.block {
width: 28px;
position: absolute;
left: 0;
bottom: 0;
background-color: #58b7ff;
transition: 0.2s all ease;
}
.block2 {
width: 28px;
position: absolute;
left: 0;
bottom: 0;
background-color: #58b7ff;
transition: 0.2s all ease;
}
.block__id {
position: absolute;
top: -24px;
width: 100%;
text-align: center;
}
.block__id2 {
position: absolute;
top: -24px;
width: 100%;
text-align: center;
}
.banner{
background-color: #7d39a5;
color: #ffffff;
font-size: 50px;
text-align: center;
}
.navbar{
overflow: hidden;
margin:auto;
text-align: center;
background-color: rgb(73, 72, 71);
box-shadow: -5px -5px 10px 1px rgb(61, 60, 60) inset;
}
.navbar a{
float: left;
color: #dddddd;
text-align: center;
text-decoration: none;
padding: 14px 16px;
font-size: 20px;
}
.navbar :hover{
background-color: rgba(139, 83, 139, 0.678);
color: rgb(0, 0, 0);
transition: transform .10s;
transform: scale(1.1);
}
.navbar a.active{
background-color: #937BEB;
color:#faf1f1;
box-shadow: -5px -5px 10px 1px #6e5dac inset;
}
#Demo{
float: right;
margin-right: 300px;
margin-top: 0px;
font-size : 25px;
}
#exp{
font-size : 28px;
}
.data-container {
width: 38px;
height: 38px;
position: relative;
margin-top: 4050px;
float: left;
}
.data-container1 {
width: 38px;
height: 38px;
float: left;
position: relative;
}
.data-container2 {
margin-top: 100px;
width: 38px;
height: 38px;
float: left;
position: relative;
}
.block {
width: 28px;
position: absolute;
left: 0;
bottom: 0;
margin-top: 0px;
background-color: #58b7ff;
transition: 0.2s all ease;
margin-bottom: 0px;
}
.block1 {
width: 28px;
position: absolute;
left: 0;
bottom: 0;
margin-bottom: 0px;
background-color: #58b7ff;
transition: 0.2s all ease;
}
.block4 {
width: 28px;
position: absolute;
left: 0;
bottom: 0;
margin-bottom: 0px;
background-color: #58b7ff;
transition: 0.2s all ease;
}
.block5 {
width: 28px;
position: absolute;
left: 0;
bottom: 0;
background-color: #58b7ff;
transition: 0.2s all ease;
}
.block__id {
position: absolute;
top: -24px;
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
.block__id1 {
position: absolute;
top: -24px;
width: 100%;
text-align: center;
}
.block__id2 {
position: absolute;
top: -24px;
width: 100%;
text-align: center;
}
* {
font-family: sans-serif;
}
.header {
margin-top: 20px;
text-align: center;
font-size: 20px;
}
.data-container2 {
width: 600px;
height: 150px;
margin-top: 10px;
position: relative;
margin: 0 200px;
float: left;
margin-bottom: 10px;
margin-left: 0px;
}
.block2 {
margin-bottom: 6px;
margin-top: 6px;
width: 28px;
position: absolute;
left: 0;
bottom: 0;
background-color: #58b7ff;
transition: 0.2s all ease;
}
.algo-name {
color:rgb(73,72,71);
font-size: 40px;
text-align: center;
}
.graph_button {
display: inline-block;
padding: 0.3em 1.2em;
margin: 0 0.3em 0.3em 0;
border-radius: 2em;
box-sizing: border-box;
text-decoration: none;
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #FFFFFF;
background-color: #7d39a5;
text-align: center;
transition: all 0.2s;
}
.graph_button:hover {
background-color: #bf98d6;
}
@media all and (max-width:30em) {
.graph_button {
display: block;
margin: 0.2em auto;
}
}
.feedback {
background-color : #31B0D5;
color: white;
padding: 10px 20px;
border-radius: 4px;
border-color: #46b8da;
text-decoration: none;
}
#mybutton {
text-decoration: none;
position: fixed;
bottom: -4px;
right: 10px;
} | index.css | * {
font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
}
html {
overflow: scroll;
}
::-webkit-scrollbar {
width: 0px;
background: transparent; /* make scrollbar transparent */
}
.header {
margin-top: 20px;
margin-bottom: 200px;
text-align: center;
font-size: 20px;
}
/*.data-container {
width: 600px;
height: 300px;
position: relative;
margin: 0 200px;
float: left;
}
.data-container1 {
width: 600px;
height: 300px;
position: relative;
margin: 0 200px;
float: left;
}*/
.block {
width: 28px;
position: absolute;
left: 0;
bottom: 0;
background-color: #58b7ff;
transition: 0.2s all ease;
}
.block2 {
width: 28px;
position: absolute;
left: 0;
bottom: 0;
background-color: #58b7ff;
transition: 0.2s all ease;
}
.block__id {
position: absolute;
top: -24px;
width: 100%;
text-align: center;
}
.block__id2 {
position: absolute;
top: -24px;
width: 100%;
text-align: center;
}
.banner{
background-color: #7d39a5;
color: #ffffff;
font-size: 50px;
text-align: center;
}
.navbar{
overflow: hidden;
margin:auto;
text-align: center;
background-color: rgb(73, 72, 71);
box-shadow: -5px -5px 10px 1px rgb(61, 60, 60) inset;
}
.navbar a{
float: left;
color: #dddddd;
text-align: center;
text-decoration: none;
padding: 14px 16px;
font-size: 20px;
}
.navbar :hover{
background-color: rgba(139, 83, 139, 0.678);
color: rgb(0, 0, 0);
transition: transform .10s;
transform: scale(1.1);
}
.navbar a.active{
background-color: #937BEB;
color:#faf1f1;
box-shadow: -5px -5px 10px 1px #6e5dac inset;
}
#Demo{
float: right;
margin-right: 300px;
margin-top: 0px;
font-size : 25px;
}
#exp{
font-size : 28px;
}
.data-container {
width: 38px;
height: 38px;
position: relative;
margin-top: 4050px;
float: left;
}
.data-container1 {
width: 38px;
height: 38px;
float: left;
position: relative;
}
.data-container2 {
margin-top: 100px;
width: 38px;
height: 38px;
float: left;
position: relative;
}
.block {
width: 28px;
position: absolute;
left: 0;
bottom: 0;
margin-top: 0px;
background-color: #58b7ff;
transition: 0.2s all ease;
margin-bottom: 0px;
}
.block1 {
width: 28px;
position: absolute;
left: 0;
bottom: 0;
margin-bottom: 0px;
background-color: #58b7ff;
transition: 0.2s all ease;
}
.block4 {
width: 28px;
position: absolute;
left: 0;
bottom: 0;
margin-bottom: 0px;
background-color: #58b7ff;
transition: 0.2s all ease;
}
.block5 {
width: 28px;
position: absolute;
left: 0;
bottom: 0;
background-color: #58b7ff;
transition: 0.2s all ease;
}
.block__id {
position: absolute;
top: -24px;
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
.block__id1 {
position: absolute;
top: -24px;
width: 100%;
text-align: center;
}
.block__id2 {
position: absolute;
top: -24px;
width: 100%;
text-align: center;
}
* {
font-family: sans-serif;
}
.header {
margin-top: 20px;
text-align: center;
font-size: 20px;
}
.data-container2 {
width: 600px;
height: 150px;
margin-top: 10px;
position: relative;
margin: 0 200px;
float: left;
margin-bottom: 10px;
margin-left: 0px;
}
.block2 {
margin-bottom: 6px;
margin-top: 6px;
width: 28px;
position: absolute;
left: 0;
bottom: 0;
background-color: #58b7ff;
transition: 0.2s all ease;
}
.algo-name {
color:rgb(73,72,71);
font-size: 40px;
text-align: center;
}
.graph_button {
display: inline-block;
padding: 0.3em 1.2em;
margin: 0 0.3em 0.3em 0;
border-radius: 2em;
box-sizing: border-box;
text-decoration: none;
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #FFFFFF;
background-color: #7d39a5;
text-align: center;
transition: all 0.2s;
}
.graph_button:hover {
background-color: #bf98d6;
}
@media all and (max-width:30em) {
.graph_button {
display: block;
margin: 0.2em auto;
}
}
.feedback {
background-color : #31B0D5;
color: white;
padding: 10px 20px;
border-radius: 4px;
border-color: #46b8da;
text-decoration: none;
}
#mybutton {
text-decoration: none;
position: fixed;
bottom: -4px;
right: 10px;
} | 0.321886 | 0.064065 |
/***CSS Reset updated by <NAME> 4 October 2020*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style-type: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/***Added by <NAME> 4 October 2020*/
/*
The width and height properties (and min/max properties) includes content, padding and border, but not the margin
The element's specified width and height aren't affected by padding or borders so useful in responsive design
*/
*,
*:before,
*:after {
box-sizing: border-box;
}
/***
We should not be force changing the browser default for the cursor icon.
cursor: pointer; removed globally.
***/
/**
Lets modernise this and use css variables to define the colours so we only have to define them once.
There are a lot of different colours used in the modules. We can review all the colours used and reduce the number by examining the root colours below.
If root color is --color-06: #c0294245;
Call 'background-color: var(--whatsock-blue);
**/
:root {
/*common*/
--whatsock-red: #c13836;
--whatsock-blue: #63b7c2;
--whatsock-orange-main: #ffcc00;
--whatsock-orange-highlight: #fce7c7;
--whatsock-gray: #b8b7ab;
--whatsock-contrast-red: #cb4a48;
--whatsock-black: #2e3135;
--whatsockBeige: #f2d3a1;
--bodyText: #262626;
--elementBlack: #1f1f23;
--globalWhite: #ffffff;
--offWhite: #f7f7f7;
/*NAV*/
--navLinkBackground: #444a51;
/*Forms*/
--inputBorder: #c0c0c0;
--buttons-bar: #286278;
--resetBackground: #555555;
--mediumOrange: #ff6600;
/*Tablist*/
--tablist-black: #2e3135;
--tablist-brown: #5d1f2c;
/*Listbox*/
--listbox-lightGrey: #e0e0e0;
--listbox-darkGrey: #333333;
--listbox-limeGreen: #80ff00;
--listbox-limeBlue: #92dbf6;
/*Comboboxes*/
--combobox-lightGrey: #eeeeee;
--combobox-lightGrey2: #e0e0e0;
--combobox-darkGrey: #333333;
--combobox-midGrey: #777777;
--combobox-red: #c1384d;
/*datepickers*/
--datepicker-pink: #db7093;
--datepicker-dayInMonth: #e6e6e6;
--datepicker-day: #e2a037;
--datepicker-darkGrey: #49182e;
--datepicker-lightGrey: #cccccc;
--datepicker-lmGrey: #bdbdbd;
--datepicker-mmGrey: #c2c2c2;
--datepicker-dGrey: #3d4043;
--datepicker-codeBGrey: #e4e4e4;
}
/*--------------------------------------------------------------------
The global CSS is chnaged to be used on the twi intro HTM files outside the indivisual components folders.
Changes:
Visually the content now sits in the center of the screen rather than as previous where the header and nav were squashed against the left side with a large blank black space as the main content area.
The logo is now the first element and located in the header. The main heading is moved to the MAIN region and the Navigation is under the this.
The design of the elements is the same so there is no visual change other than position of elements.
-------------------------------------------------------------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 10, 2015 */
/*Laurence note: There are way too many fonts for one website. I have removed all but the first call and Helvetica, Arial, sans-serif*/
@font-face {
font-family: "open_sansregular";
src: url("../../fonts/OpenSans-Regular-webfont.eot");
src: url("../../fonts/OpenSans-Regular-webfont.eot?#iefix")
format("embedded-opentype"),
url("../../fonts/OpenSans-Regular-webfont.woff") format("woff"),
url("../../fonts/OpenSans-Regular-webfont.ttf") format("truetype"),
url("../../fonts/OpenSans-Regular-webfont.svg#open_sansregular")
format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "open_sanslight";
src: url("../../fonts/OpenSans-Light-webfont.eot");
src: url("../../fonts/OpenSans-Light-webfont.eot?#iefix")
format("embedded-opentype"),
url("../../fonts/OpenSans-Light-webfont.woff") format("woff"),
url("../../fonts/OpenSans-Light-webfont.ttf") format("truetype"),
url("../../fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "open_sansitalic";
src: url("../../fonts/OpenSans-Italic-webfont.eot");
src: url("../../fonts/OpenSans-Italic-webfont.eot?#iefix")
format("embedded-opentype"),
url("../../fonts/OpenSans-Italic-webfont.woff") format("woff"),
url("../../fonts/OpenSans-Italic-webfont.ttf") format("truetype"),
url("../../fonts/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "open_sansbold";
src: url("../../fonts/OpenSans-Bold-webfont.eot");
src: url("../../fonts/OpenSans-Bold-webfont.eot?#iefix")
format("embedded-opentype"),
url("../../fonts/OpenSans-Bold-webfont.woff") format("woff"),
url("../../fonts/OpenSans-Bold-webfont.ttf") format("truetype"),
url("../../fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "antonregular";
src: url("../../fonts/anton-webfont.eot");
src: url("../../fonts/anton-webfont.eot?#iefix") format("embedded-opentype"),
url("../../fonts/anton-webfont.woff") format("woff"),
url("../../fonts/anton-webfont.ttf") format("truetype"),
url("../../fonts/anton-webfont.svg#antonregular") format("svg");
font-weight: normal;
font-style: normal;
}
/* --------------------------------------------------------------------------- */
/* ----------------------------- DEFAULT VALUES ------------------------------ */
/* --------------------------------------------------------------------------- */
/**********************************
Laurence: Reduced the fonts of the 40 000 to a manageable amount :-)
*******************************************/
body {
font: 100%/1 open_sansregular, Helvetica, Arial, sans-serif;
background-color: var(--elementBlack);
}
h1 {
text-transform: capitalize;
color: var(--datepicker-lightGrey);
padding: 80px 5% 0 5%;
margin-bottom: 1em;
}
h1 strong {
display: block;
position: relative;
font: normal 250% antonregular, Helvetica, Arial, sans-serif;
color: var(--whatsock-red);
line-height: 1.2;
}
p.dark--bg {
color: var(--globalWhite);
text-align: center;
}
/* --------------------------------------------------------------------------- */
/* -------------------------------- NAVIGATION ------------------------------- */
/* --------------------------------------------------------------------------- */
/*nav {
text-align: center;
max-width: 40em;
padding: 0 5em;
margin: 2em auto;
}
nav li {
list-style-type: none;
}
nav button,
nav a,
nav a:visited {
display: block;
font: bold 1.2em/1 Frutiger, Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: var(--globalWhite);
background: var(--navLinkBackground);
padding: 0.5em 0;
border: none;
border-top: 1px solid var(--datepicker-lightGrey);
}*/
nav.navigation--parent {
text-align: center;
max-width: 90em;
margin: 1em auto;
}
nav {
text-align: center;
max-width: 90em;
margin: auto;
margin-bottom: 1em;
}
nav ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
}
nav li {
list-style-type: none;
font-size: 1rem;
display: inline;
height: 3em;
}
nav button:hover,
nav a:hover {
background: var(--whatsock-red);
text-decoration: none;
}
nav a:focus {
background: var(--whatsock-red);
text-decoration: none;
}
nav > ul > li > a[aria-current="true"] {
color: var(--globalWhite);
background: var(--whatsock-red);
}
nav > ul > li > a {
line-height: 1.5;
padding: 0.5em 1.2em;
background: var(--navLinkBackground);
color: var(--globalWhite);
border-top: 2px solid var(--whatsock-orange-main);
margin: 0 2px;
text-decoration: none;
}
li.mobile--componentName {
font-size: 0.65rem;
margin-bottom: 0.4em;
}
@media (min-width: 384px) {
li.mobile--componentName {
font-size: 0.7rem;
margin-bottom: 2px;
}
}
@media (min-width: 460px) {
li.mobile--componentName {
font-size: 0.8rem;
margin-bottom: 2px;
}
}
@media (min-width: 525px) {
li.mobile--componentName {
font-size: 1rem;
margin-bottom: 2px;
}
}
li.extLong--dateName {
font-size: 0.75rem;
margin-bottom: 0.4em;
}
@media (min-width: 650px) {
li.extLong--dateName {
font-size: 1rem;
margin-bottom: 2px;
}
}
li.mobile--componentName.extlong {
font-size: 0.55rem;
margin-bottom: 2px;
}
@media (min-width: 506px) {
li.mobile--componentName.extlong {
font-size: 0.75rem;
margin-bottom: 2px;
}
}
@media (min-width: 535px) {
li.mobile--componentName.extlong {
font-size: 0.85rem;
margin-bottom: 2px;
}
}
/*Default*/
.logo {
margin-top: 1em;
text-align: center;
}
.logo img {
width: 50%;
}
.logo a,
.logo a:visited {
background: none;
display: inline-block;
}
.logo a:hover {
outline-offset: 1px;
outline: -webkit-focus-ring-color auto 1px;
}
h1 {
font-size: 1.5rem;
padding: 0;
text-align: center;
}
/* --------------------------------------------------------------------------- */
/* ----------------------------- LAYOUT (by Laurence) ------------------------------ */
/* --------------------------------------------------------------------------- */
.outer-wrapper {
margin: auto;
}
.wrapper {
max-width: 90em;
position: relative;
}
main {
padding: 1em 2em;
padding-top: 2.5em;
}
.wrapper > * {
margin-bottom: 10px;
}
@media (min-width: 87.5em) {
.wrapper {
margin: 0 auto;
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
}
.wrapper main {
flex: 1 0 auto;
padding: 0;
padding-bottom: 2em;
}
}
/* --------------------------------------------------------------------------- */
/* ----------------------------- New section on components index ------------------------------ */
/* --------------------------------------------------------------------------- */
section.section--instructions {
background: #fff;
max-width: 90em;
padding: 1em;
border-radius: 0.5em;
}
.section--instructions ul {
list-style-type: disc;
margin-bottom: 1em;
}
.section--instructions ul li a {
padding: 0.8em 1.2em;
}
/* ---------------
FOOTER ---------------
*/
footer.footer {
color: var(--offWhite);
border-top: 1px solid var(--offWhite);
margin: 1rem 0 2rem;
text-align: left;
font-size: 1.2rem;
height: auto;
padding: 0.5em;
padding-top: 1em;
position: relative;
}
footer.footer .flex-container-row {
display: flex;
flex-flow: row wrap;
justify-content: center;
margin: auto;
padding: 1em;
}
footer.footer .flex-container-row .flex-item {
flex: 1 0 100%;
}
footer.footer h2 {
color: solid var(--offWhite);
font-size: 1.2rem;
line-height: 1.5;
margin-top: 0;
margin-bottom: 0.5em;
font-weight: 700;
}
footer.footer p {
color: #fff;
font-size: 1rem;
margin: 0 0 0.6em 0;
line-height: 1.5;
}
footer.footer ul {
list-style-type: disc;
margin-left: 2em;
margin-bottom: 1em;
}
footer.footer ul li {
font-size: 1rem;
line-height: 1.5;
margin-top: 0;
}
footer.footer li {
margin-bottom: 0;
}
footer.footer a {
color: #fff;
text-decoration: underline;
}
footer.footer a:hover,
footer.footer a:focus {
text-decoration: none;
}
@media (min-width: 70em) {
footer.footer .flex-container-row .flex-item {
flex: 1 0 0;
}
footer.footer .flex-container-row .flex-item:nth-child(2) h2 {
margin-left: 10em;
}
footer.footer .flex-container-row .flex-item:nth-child(2) ul {
margin-left: 12em;
}
}
/***********************************
===================================
IE11 fallback
===================================
***********************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
body {
background-color: #2e3135;
}
h1 {
color: #cccccc;
}
h1 strong {
color: #c13836;
}
nav button,
nav a,
nav a:visited {
color: #fff;
background: #444a51;
border-top: 1px solid #cccccc;
}
nav button:hover,
nav a:hover {
color: #fff;
background: #c13836;
}
nav > ul > li > a[aria-current="true"] {
color: #fff;
background: #c13836;
}
p.copyright {
font-size: 0.7em;
text-transform: uppercase;
color: #fff;
background: transparent;
margin-top: 1rem;
}
footer p:last-child {
font-size: 0.7em;
margin-top: 0.5em;
color: #e0e0e0;
}
footer p:last-child a {
color: #fff;
}
footer button {
color: #fff;
}
} | Templates/_common/_doc_files/css/global.css |
/***CSS Reset updated by <NAME> 4 October 2020*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style-type: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/***Added by <NAME> 4 October 2020*/
/*
The width and height properties (and min/max properties) includes content, padding and border, but not the margin
The element's specified width and height aren't affected by padding or borders so useful in responsive design
*/
*,
*:before,
*:after {
box-sizing: border-box;
}
/***
We should not be force changing the browser default for the cursor icon.
cursor: pointer; removed globally.
***/
/**
Lets modernise this and use css variables to define the colours so we only have to define them once.
There are a lot of different colours used in the modules. We can review all the colours used and reduce the number by examining the root colours below.
If root color is --color-06: #c0294245;
Call 'background-color: var(--whatsock-blue);
**/
:root {
/*common*/
--whatsock-red: #c13836;
--whatsock-blue: #63b7c2;
--whatsock-orange-main: #ffcc00;
--whatsock-orange-highlight: #fce7c7;
--whatsock-gray: #b8b7ab;
--whatsock-contrast-red: #cb4a48;
--whatsock-black: #2e3135;
--whatsockBeige: #f2d3a1;
--bodyText: #262626;
--elementBlack: #1f1f23;
--globalWhite: #ffffff;
--offWhite: #f7f7f7;
/*NAV*/
--navLinkBackground: #444a51;
/*Forms*/
--inputBorder: #c0c0c0;
--buttons-bar: #286278;
--resetBackground: #555555;
--mediumOrange: #ff6600;
/*Tablist*/
--tablist-black: #2e3135;
--tablist-brown: #5d1f2c;
/*Listbox*/
--listbox-lightGrey: #e0e0e0;
--listbox-darkGrey: #333333;
--listbox-limeGreen: #80ff00;
--listbox-limeBlue: #92dbf6;
/*Comboboxes*/
--combobox-lightGrey: #eeeeee;
--combobox-lightGrey2: #e0e0e0;
--combobox-darkGrey: #333333;
--combobox-midGrey: #777777;
--combobox-red: #c1384d;
/*datepickers*/
--datepicker-pink: #db7093;
--datepicker-dayInMonth: #e6e6e6;
--datepicker-day: #e2a037;
--datepicker-darkGrey: #49182e;
--datepicker-lightGrey: #cccccc;
--datepicker-lmGrey: #bdbdbd;
--datepicker-mmGrey: #c2c2c2;
--datepicker-dGrey: #3d4043;
--datepicker-codeBGrey: #e4e4e4;
}
/*--------------------------------------------------------------------
The global CSS is chnaged to be used on the twi intro HTM files outside the indivisual components folders.
Changes:
Visually the content now sits in the center of the screen rather than as previous where the header and nav were squashed against the left side with a large blank black space as the main content area.
The logo is now the first element and located in the header. The main heading is moved to the MAIN region and the Navigation is under the this.
The design of the elements is the same so there is no visual change other than position of elements.
-------------------------------------------------------------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 10, 2015 */
/*Laurence note: There are way too many fonts for one website. I have removed all but the first call and Helvetica, Arial, sans-serif*/
@font-face {
font-family: "open_sansregular";
src: url("../../fonts/OpenSans-Regular-webfont.eot");
src: url("../../fonts/OpenSans-Regular-webfont.eot?#iefix")
format("embedded-opentype"),
url("../../fonts/OpenSans-Regular-webfont.woff") format("woff"),
url("../../fonts/OpenSans-Regular-webfont.ttf") format("truetype"),
url("../../fonts/OpenSans-Regular-webfont.svg#open_sansregular")
format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "open_sanslight";
src: url("../../fonts/OpenSans-Light-webfont.eot");
src: url("../../fonts/OpenSans-Light-webfont.eot?#iefix")
format("embedded-opentype"),
url("../../fonts/OpenSans-Light-webfont.woff") format("woff"),
url("../../fonts/OpenSans-Light-webfont.ttf") format("truetype"),
url("../../fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "open_sansitalic";
src: url("../../fonts/OpenSans-Italic-webfont.eot");
src: url("../../fonts/OpenSans-Italic-webfont.eot?#iefix")
format("embedded-opentype"),
url("../../fonts/OpenSans-Italic-webfont.woff") format("woff"),
url("../../fonts/OpenSans-Italic-webfont.ttf") format("truetype"),
url("../../fonts/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "open_sansbold";
src: url("../../fonts/OpenSans-Bold-webfont.eot");
src: url("../../fonts/OpenSans-Bold-webfont.eot?#iefix")
format("embedded-opentype"),
url("../../fonts/OpenSans-Bold-webfont.woff") format("woff"),
url("../../fonts/OpenSans-Bold-webfont.ttf") format("truetype"),
url("../../fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "antonregular";
src: url("../../fonts/anton-webfont.eot");
src: url("../../fonts/anton-webfont.eot?#iefix") format("embedded-opentype"),
url("../../fonts/anton-webfont.woff") format("woff"),
url("../../fonts/anton-webfont.ttf") format("truetype"),
url("../../fonts/anton-webfont.svg#antonregular") format("svg");
font-weight: normal;
font-style: normal;
}
/* --------------------------------------------------------------------------- */
/* ----------------------------- DEFAULT VALUES ------------------------------ */
/* --------------------------------------------------------------------------- */
/**********************************
Laurence: Reduced the fonts of the 40 000 to a manageable amount :-)
*******************************************/
body {
font: 100%/1 open_sansregular, Helvetica, Arial, sans-serif;
background-color: var(--elementBlack);
}
h1 {
text-transform: capitalize;
color: var(--datepicker-lightGrey);
padding: 80px 5% 0 5%;
margin-bottom: 1em;
}
h1 strong {
display: block;
position: relative;
font: normal 250% antonregular, Helvetica, Arial, sans-serif;
color: var(--whatsock-red);
line-height: 1.2;
}
p.dark--bg {
color: var(--globalWhite);
text-align: center;
}
/* --------------------------------------------------------------------------- */
/* -------------------------------- NAVIGATION ------------------------------- */
/* --------------------------------------------------------------------------- */
/*nav {
text-align: center;
max-width: 40em;
padding: 0 5em;
margin: 2em auto;
}
nav li {
list-style-type: none;
}
nav button,
nav a,
nav a:visited {
display: block;
font: bold 1.2em/1 Frutiger, Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: var(--globalWhite);
background: var(--navLinkBackground);
padding: 0.5em 0;
border: none;
border-top: 1px solid var(--datepicker-lightGrey);
}*/
nav.navigation--parent {
text-align: center;
max-width: 90em;
margin: 1em auto;
}
nav {
text-align: center;
max-width: 90em;
margin: auto;
margin-bottom: 1em;
}
nav ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
}
nav li {
list-style-type: none;
font-size: 1rem;
display: inline;
height: 3em;
}
nav button:hover,
nav a:hover {
background: var(--whatsock-red);
text-decoration: none;
}
nav a:focus {
background: var(--whatsock-red);
text-decoration: none;
}
nav > ul > li > a[aria-current="true"] {
color: var(--globalWhite);
background: var(--whatsock-red);
}
nav > ul > li > a {
line-height: 1.5;
padding: 0.5em 1.2em;
background: var(--navLinkBackground);
color: var(--globalWhite);
border-top: 2px solid var(--whatsock-orange-main);
margin: 0 2px;
text-decoration: none;
}
li.mobile--componentName {
font-size: 0.65rem;
margin-bottom: 0.4em;
}
@media (min-width: 384px) {
li.mobile--componentName {
font-size: 0.7rem;
margin-bottom: 2px;
}
}
@media (min-width: 460px) {
li.mobile--componentName {
font-size: 0.8rem;
margin-bottom: 2px;
}
}
@media (min-width: 525px) {
li.mobile--componentName {
font-size: 1rem;
margin-bottom: 2px;
}
}
li.extLong--dateName {
font-size: 0.75rem;
margin-bottom: 0.4em;
}
@media (min-width: 650px) {
li.extLong--dateName {
font-size: 1rem;
margin-bottom: 2px;
}
}
li.mobile--componentName.extlong {
font-size: 0.55rem;
margin-bottom: 2px;
}
@media (min-width: 506px) {
li.mobile--componentName.extlong {
font-size: 0.75rem;
margin-bottom: 2px;
}
}
@media (min-width: 535px) {
li.mobile--componentName.extlong {
font-size: 0.85rem;
margin-bottom: 2px;
}
}
/*Default*/
.logo {
margin-top: 1em;
text-align: center;
}
.logo img {
width: 50%;
}
.logo a,
.logo a:visited {
background: none;
display: inline-block;
}
.logo a:hover {
outline-offset: 1px;
outline: -webkit-focus-ring-color auto 1px;
}
h1 {
font-size: 1.5rem;
padding: 0;
text-align: center;
}
/* --------------------------------------------------------------------------- */
/* ----------------------------- LAYOUT (by Laurence) ------------------------------ */
/* --------------------------------------------------------------------------- */
.outer-wrapper {
margin: auto;
}
.wrapper {
max-width: 90em;
position: relative;
}
main {
padding: 1em 2em;
padding-top: 2.5em;
}
.wrapper > * {
margin-bottom: 10px;
}
@media (min-width: 87.5em) {
.wrapper {
margin: 0 auto;
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
}
.wrapper main {
flex: 1 0 auto;
padding: 0;
padding-bottom: 2em;
}
}
/* --------------------------------------------------------------------------- */
/* ----------------------------- New section on components index ------------------------------ */
/* --------------------------------------------------------------------------- */
section.section--instructions {
background: #fff;
max-width: 90em;
padding: 1em;
border-radius: 0.5em;
}
.section--instructions ul {
list-style-type: disc;
margin-bottom: 1em;
}
.section--instructions ul li a {
padding: 0.8em 1.2em;
}
/* ---------------
FOOTER ---------------
*/
footer.footer {
color: var(--offWhite);
border-top: 1px solid var(--offWhite);
margin: 1rem 0 2rem;
text-align: left;
font-size: 1.2rem;
height: auto;
padding: 0.5em;
padding-top: 1em;
position: relative;
}
footer.footer .flex-container-row {
display: flex;
flex-flow: row wrap;
justify-content: center;
margin: auto;
padding: 1em;
}
footer.footer .flex-container-row .flex-item {
flex: 1 0 100%;
}
footer.footer h2 {
color: solid var(--offWhite);
font-size: 1.2rem;
line-height: 1.5;
margin-top: 0;
margin-bottom: 0.5em;
font-weight: 700;
}
footer.footer p {
color: #fff;
font-size: 1rem;
margin: 0 0 0.6em 0;
line-height: 1.5;
}
footer.footer ul {
list-style-type: disc;
margin-left: 2em;
margin-bottom: 1em;
}
footer.footer ul li {
font-size: 1rem;
line-height: 1.5;
margin-top: 0;
}
footer.footer li {
margin-bottom: 0;
}
footer.footer a {
color: #fff;
text-decoration: underline;
}
footer.footer a:hover,
footer.footer a:focus {
text-decoration: none;
}
@media (min-width: 70em) {
footer.footer .flex-container-row .flex-item {
flex: 1 0 0;
}
footer.footer .flex-container-row .flex-item:nth-child(2) h2 {
margin-left: 10em;
}
footer.footer .flex-container-row .flex-item:nth-child(2) ul {
margin-left: 12em;
}
}
/***********************************
===================================
IE11 fallback
===================================
***********************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
body {
background-color: #2e3135;
}
h1 {
color: #cccccc;
}
h1 strong {
color: #c13836;
}
nav button,
nav a,
nav a:visited {
color: #fff;
background: #444a51;
border-top: 1px solid #cccccc;
}
nav button:hover,
nav a:hover {
color: #fff;
background: #c13836;
}
nav > ul > li > a[aria-current="true"] {
color: #fff;
background: #c13836;
}
p.copyright {
font-size: 0.7em;
text-transform: uppercase;
color: #fff;
background: transparent;
margin-top: 1rem;
}
footer p:last-child {
font-size: 0.7em;
margin-top: 0.5em;
color: #e0e0e0;
}
footer p:last-child a {
color: #fff;
}
footer button {
color: #fff;
}
} | 0.451327 | 0.066357 |
html, body { height: 100%; }
body { margin: 0; font-family: "Roboto", sans-serif; }
:root {
--editor-font-weight: 400;
--editor-text-font-size: 14px;
--primary-text-color: #000;
--low-contrast-text-color: #4d4d4d;
--primary-background-color: #fff;
--secondary-background-color: #fafafa;
--tertiary-background-color: #e6e6e6;
--warning-background-color: #ffed61;
--icons-menu-background-color: #2e2e2e;
--icons-menu-color: #d1d1d1;
--navigation-border-color: #d1d1d1;
--highlight-color: #ffed61;
--low-contrast-highlight-color: #ffffb3;
--selected-note-color: rgb(224, 224, 224);
--top-bar-height: 50px;
--gutter-color: #fafafa;
--save-status-indicator-unsaved-changes-color: #eb0212;
--save-status-indicator-saving-color: #d1d13d;
--save-status-indicator-everything-saved-color: initial;
--nested-tag-gutter-color: #c9c9c9;
/* Text styles */
--h1-font-size: 22px;
--h2-font-size: 18px;
--h3-font-size: 15px;
--h4-font-size: 14px;
--h5-font-size: 14px;
--h6-font-size: 14px;
--h1-font-weight: 900;
--h2-font-weight: 700;
--h3-font-weight: 500;
--h4-font-weight: 500;
--h5-font-weight: 500;
--h6-font-weight: 500;
--header-text-color: var(--primary-text-color);
--graph-highlighted-edge-color: #ba68c8;
--graph-highlighted-node-color: #ba68c8;
--md-header-hashtag-color: #bdbdbd;
}
.dark-theme {
--primary-text-color: rgb(209, 209, 209);
--low-contrast-text-color: #bfbfbf;
--primary-background-color: #2e2e2e;
--secondary-background-color: #1c1c1c;
--highlight-color: #bd9400;
--warning-background-color: #bd9400;
--low-contrast-highlight-color: #666600;
--selected-note-color: rgb(50, 50, 50);
--gutter-color: #1c1c1c;
--save-status-indicator-unsaved-changes-color: #800000;
--save-status-indicator-saving-color: #808000;
--save-status-indicator-everything-saved-color: initial;
--header-text-color: var(--primary-text-color);
--nested-tag-gutter-color: #4d4d4d;
--graph-highlighted-edge-color: #8BC34A;
--graph-highlighted-node-color: #8BC34A;
--md-header-hashtag-color: #6e6e6e;
}
/* Styles for dynamic content */
cn-editor #markdown-renderer img {
max-width: 100%;
} | src/styles.css | html, body { height: 100%; }
body { margin: 0; font-family: "Roboto", sans-serif; }
:root {
--editor-font-weight: 400;
--editor-text-font-size: 14px;
--primary-text-color: #000;
--low-contrast-text-color: #4d4d4d;
--primary-background-color: #fff;
--secondary-background-color: #fafafa;
--tertiary-background-color: #e6e6e6;
--warning-background-color: #ffed61;
--icons-menu-background-color: #2e2e2e;
--icons-menu-color: #d1d1d1;
--navigation-border-color: #d1d1d1;
--highlight-color: #ffed61;
--low-contrast-highlight-color: #ffffb3;
--selected-note-color: rgb(224, 224, 224);
--top-bar-height: 50px;
--gutter-color: #fafafa;
--save-status-indicator-unsaved-changes-color: #eb0212;
--save-status-indicator-saving-color: #d1d13d;
--save-status-indicator-everything-saved-color: initial;
--nested-tag-gutter-color: #c9c9c9;
/* Text styles */
--h1-font-size: 22px;
--h2-font-size: 18px;
--h3-font-size: 15px;
--h4-font-size: 14px;
--h5-font-size: 14px;
--h6-font-size: 14px;
--h1-font-weight: 900;
--h2-font-weight: 700;
--h3-font-weight: 500;
--h4-font-weight: 500;
--h5-font-weight: 500;
--h6-font-weight: 500;
--header-text-color: var(--primary-text-color);
--graph-highlighted-edge-color: #ba68c8;
--graph-highlighted-node-color: #ba68c8;
--md-header-hashtag-color: #bdbdbd;
}
.dark-theme {
--primary-text-color: rgb(209, 209, 209);
--low-contrast-text-color: #bfbfbf;
--primary-background-color: #2e2e2e;
--secondary-background-color: #1c1c1c;
--highlight-color: #bd9400;
--warning-background-color: #bd9400;
--low-contrast-highlight-color: #666600;
--selected-note-color: rgb(50, 50, 50);
--gutter-color: #1c1c1c;
--save-status-indicator-unsaved-changes-color: #800000;
--save-status-indicator-saving-color: #808000;
--save-status-indicator-everything-saved-color: initial;
--header-text-color: var(--primary-text-color);
--nested-tag-gutter-color: #4d4d4d;
--graph-highlighted-edge-color: #8BC34A;
--graph-highlighted-node-color: #8BC34A;
--md-header-hashtag-color: #6e6e6e;
}
/* Styles for dynamic content */
cn-editor #markdown-renderer img {
max-width: 100%;
} | 0.310485 | 0.071332 |
.control {
/* bottom right corner */
position : fixed;
bottom : 0;
right : 0;
/* flex, wrap right to left, bottom to top*/
display : flex;
flex-flow : row-reverse nowrap;
/* max height should not cause world to become obstructed */
max-height: 23.6%;
overflow-y: hidden;
/* max width on mobile */
max-width : 100%;
overflow-x: auto;
}
@media (pointer: fine), (pointer: none), (orientation: landscape) {
.control {
/*
Content should progress from bottom right to top right, and should not wrap.
content should be aligned to the right side of the screen,
*/
flex-flow : column-reverse nowrap;
align-items : flex-end;
/*
To prevent obstructing the view of the planet,
the content width should resize as necessary.
*/
max-width : auto;
overflow-x : hidden;
}
}
@media (orientation: landscape) {
.control {
/*
Because we do not wrap content, we run the risk of content running off the screen.
To prevent this, we set the height to not exceed the height of the window.
If necessary, the user may scroll vertically through the content.
*/
max-height : 100%;
overflow-y : auto;
}
}
@media (pointer: fine), (pointer: none) {
.control {
/*
If the user is on a desktop, they can resize the screen as needed
*/
overflow-y : hidden;
}
}
/*
Mobile phones require big buttons that are easy to press.
Therefore, buttons icons are enlarged on small screens.
This applies regardless of screen orientation.
Text is also shrunk and placed below the icon to give a space saving square shape.
If the users have the ability to select buttons with pixel perfect precision, they do not require big buttons.
However desktop users still presumably want to maximize screenspace spent towards the planet.
So we therefore reduce the size of buttons to allow for this.
Our buttons then become composed of small icons next to large text.
Since text consumes space horizontally, we will always want button groups to consume space vertically.
This will be the case regardless of screen orientation.
*/
.btn {
/* we follow apple recommendations for button size */
min-width : 44px;
min-height: 44px;
/* text is shrunk and placed below the icon to give a space saving square shape */
font-size : 0.5rem !important;
display : flex;
flex-flow : column nowrap;
align-items: center;
flex: 1 2 auto;
}
.btn img {
/* we follow google material recommendations for icon size */
width: 24px;
height: 24px;
}
@media (pointer: fine), (pointer: none) {
.btn {
/* cancel the height/width restrictions that are imposed on mobile */
min-width : auto;
min-height: auto;
/* text is enlarged and placed beside the icon to save vertical space */
font-size : 1rem !important;
display : flex;
flex-flow : row nowrap;
align-items: left;
padding : 0.2rem;
}
.btn img {
width : 1rem;
height : 1rem;
margin : 0.2rem;
}
}
/*
We also want to display hints to desktop users so they can learn shortcuts and hotkeys.
To accomplish this we display "instructions" next to button text.
These only appear when pointer precision indicates a desktop user.
*/
.instructions {
display: none;
}
@media (pointer: fine), (pointer: none) {
.instructions {
/* enable display */
display : flex;
/* small grey text */
color : grey;
font-style : italic;
font-size : 61%;
/* positioned in the corner */
margin-left : auto;
margin-bottom : auto;
padding-left: 0.3rem;
}
}
/*
"horizontal-axis-group" behaves similarly to bootstrap's .btn-group.
Its name makes clear the fact that its content always expands out horizontally,
regardless of screen orientation.
This is only meant to provide an override for special cases
where we know the content is short enough not to require considering screen orientation.
*/
.horizontal-axis-group {
display : flex;
flex-flow : row nowrap;
justify-content: space-evenly;
}
/*
"vertical-axis-group" behaves similarly to bootstrap's .btn-group.
Its name makes clear the fact that its content always expands out vertically,
regardless of screen orientation.
This is only meant to provide an override for special cases
where we know the content is short enough not to require considering screen orientation.
*/
.vertical-axis-group {
display : flex;
flex-flow : column nowrap;
justify-content: space-evenly;
}
/*
".short-axis-group" behaves similarly to bootstrap's .btn-group,
however it switches between vertical and horizontal axes dependant on screen orientation.
It picks whichever axis is longest at any given time:
In portrait mode, it assumes a vertical layout.
In horizontal mode, it assumes a horizontal layout.
The short axis is important because we can add components along it indefinitely
without ever obstructing the main focus of the screen (in our case, the planet).
Since one of our core design principles is to prevent obstruction of the main focus,
.short-axis-group should be used with any component that can expand to an arbitrary length,
especially if the component should always remain visible for ease of use.
*/
.short-axis-group {
/* flex, wrap right to left, bottom to top*/
display : flex;
flex-flow : row-reverse nowrap;
align-items: flex-end;
}
.short-axis-group .btn + .btn,
.short-axis-group .btn + .short-axis-group,
.short-axis-group .short-axis-group + .btn,
.short-axis-group .short-axis-group + .short-axis-group {
margin-bottom: -1px;
margin-right : 0;
}
.short-axis-group .btn,
.short-axis-group .short-axis-group .btn {
border-top-left-radius : 0.25rem ;
border-top-right-radius : 0.25rem ;
border-bottom-left-radius : 0.25rem ;
border-bottom-right-radius : 0.25rem ;
}
.short-axis-group .btn:not(:last-child):not(.dropdown-toggle),
.short-axis-group .short-axis-group:not(:last-child) .btn {
border-bottom-left-radius : 0 ;
border-top-left-radius : 0 ;
}
.short-axis-group .btn:not(:first-child),
.short-axis-group .short-axis-group:not(:first-child) > .btn {
border-top-right-radius: 0 ;
border-bottom-right-radius: 0 ;
}
@media (pointer: fine), (pointer: none), (orientation: landscape) {
.short-axis-group {
/*
We want everything within a button group to be consistently sized,
so we set all flexbox properties to "stretch".
*/
display : flex;
flex-flow : column-reverse nowrap;
align-items: stretch;
}
/*
We copy paste most of the styling for Bootstrap's short-axis-group-vertical
in order to style short-axis-group as short-axis-group-vertical
*/
.short-axis-group .btn + .btn,
.short-axis-group .btn + .short-axis-group,
.short-axis-group .short-axis-group + .btn,
.short-axis-group .short-axis-group + .short-axis-group {
margin-top: -1px;
margin-left: 0;
}
.short-axis-group .btn,
.short-axis-group .short-axis-group .btn {
border-top-left-radius : 0.25rem ;
border-top-right-radius : 0.25rem ;
border-bottom-left-radius : 0.25rem ;
border-bottom-right-radius : 0.25rem ;
}
.short-axis-group .btn:not(:last-child):not(.dropdown-toggle),
.short-axis-group .short-axis-group:not(:last-child) .btn {
border-bottom-left-radius : 0 ;
border-bottom-right-radius: 0 ;
}
.short-axis-group .btn:not(:first-child),
.short-axis-group .short-axis-group:not(:first-child) > .btn {
border-top-right-radius: 0 ;
border-top-left-radius : 0 ;
}
}
/*
".long-axis-group" behaves similarly to bootstrap's .btn-group,
however it switches between vertical and horizontal axes dependant on screen orientation.
It picks whichever axis is longest at any given time:
In portrait mode, it assumes a horizontal layout.
In horizontal mode, it assumes a vertical layout.
"Long axis" will always expand towards the main focus of the screen (in our case, the planet).
Since one of our core design principles is to prevent obstruction of the main focus,
.long-axis-group should be used sparingly.
Use it only when you can guarantee the number of components you're dealing with is small.
*/
.long-axis-group {
/*
We want everything within a button group to be consistently sized,
so we set all flexbox properties to "stretch".
*/
display : flex;
flex-flow : column-reverse nowrap;
}
.long-axis-group .btn + .btn,
.long-axis-group .btn + .long-axis-group,
.long-axis-group .long-axis-group + .btn,
.long-axis-group .long-axis-group + .long-axis-group {
margin-top: -1px;
margin-left: 0;
}
.long-axis-group .btn,
.long-axis-group .long-axis-group .btn {
border-top-left-radius : 0.25rem ;
border-top-right-radius : 0.25rem ;
border-bottom-left-radius : 0.25rem ;
border-bottom-right-radius : 0.25rem ;
}
.long-axis-group .btn:not(:last-child):not(.dropdown-toggle),
.long-axis-group .long-axis-group:not(:last-child) .btn {
border-bottom-left-radius : 0 ;
border-bottom-right-radius: 0 ;
}
.long-axis-group .btn:not(:first-child),
.long-axis-group .long-axis-group:not(:first-child) > .btn {
border-top-right-radius: 0 ;
border-top-left-radius : 0 ;
}
@media (pointer: fine), (pointer: none), (orientation: landscape) {
.long-axis-group {
/* flex, wrap right to left, bottom to top*/
display : flex;
flex-flow : row-reverse nowrap;
}
.long-axis-group .btn + .btn,
.long-axis-group .btn + .long-axis-group,
.long-axis-group .long-axis-group + .btn,
.long-axis-group .long-axis-group + .long-axis-group {
margin-bottom: -1px;
margin-right : 0;
}
.long-axis-group .btn,
.long-axis-group .long-axis-group .btn {
border-top-left-radius : 0.25rem ;
border-top-right-radius : 0.25rem ;
border-bottom-left-radius : 0.25rem ;
border-bottom-right-radius : 0.25rem ;
}
.long-axis-group .btn:not(:last-child):not(.dropdown-toggle),
.long-axis-group .long-axis-group:not(:last-child) .btn {
border-bottom-left-radius : 0;
border-top-left-radius : 0;
}
.long-axis-group .btn:not(:first-child),
.long-axis-group .long-axis-group:not(:first-child) > .btn {
border-top-right-radius : 0;
border-bottom-right-radius: 0;
}
}
/*
is-long-axis-vertical only displays when the vertical axis is longest
is-long-axis-horizontal only displays when the horizontal axis is longest
*/
.is-long-axis-vertical {
display: inherit;
}
.is-long-axis-horizontal {
display: none;
}
@media (pointer: fine), (pointer: none), (orientation: landscape) {
.is-long-axis-vertical {
display: none;
}
.is-long-axis-horizontal {
display: inherit;
}
}
/*
is-short-axis-vertical only displays when the vertical axis is shortest
is-short-axis-horizontal only displays when the horizontal axis is shortest
*/
.is-short-axis-vertical {
display: none;
}
.is-short-axis-horizontal {
display: inherit;
}
@media (pointer: fine), (pointer: none), (orientation: landscape) {
.is-short-axis-vertical {
display: inherit;
}
.is-short-axis-horizontal {
display: none;
}
}
/*
remaining screen-specific content is ordered by position on the page
*/
#header {
/* top left corner, do not spill over the screen */
position : fixed;
top : 2vw;
left : 4vw;
right : 2vw;
/* extend content to the left, wrap when you run out of screen */
display : flex;
flex-direction : row;
flex-wrap : wrap;
}
#header h1 {
/* set margins to 0 */
margin : 0;
/* but set right margin to something just in case the navigation menu doesn't spill */
margin-right : 2vw;
}
#header a {
/*we follow apple recommendations for height of touchable components*/
font-size : 44px;
font-weight : bold;
/* standard header colors, no underscore */
color : white;
text-decoration : none;
}
#header a:hover {
/* no underscore on highlight */
text-decoration : none;
}
@media (orientation: landscape) {
#header {
/* don't spill over in landscape, just scroll */
flex-wrap : nowrap;
}
}
@media (pointer: fine), (pointer: none) {
#header {
/* always spill over on desktop, override the landscape setting */
flex-wrap : wrap;
}
#header h1 {
/* header is constant size on desktops */
font-size : 3rem;
/* navigation menu always wraps onto the next line on desktops */
width : 100%;
}
}
#navigation {
/* extend to the left, scroll when you run out of screen */
display : flex;
flex-direction : row;
flex-wrap : nowrap;
overflow-x : auto;
/* navigation menu indentation */
margin-left : 3vw;
}
#navigation a {
/*we follow apple recommendations for height of touchable components*/
font-size : 22px;
height : 44px;
/* navigation menu items should be spaced apart */
margin-left : 4vw;
/* standard header colors, no underscore */
color : white;
text-decoration : none;
}
#navigation a:hover {
/* standard header colors, no underscore */
color : grey;
text-decoration : none;
}
@media (pointer: fine), (pointer: none) {
#navigation {
/* ensure scrollbar is disabled on desktop because it's tacky */
overflow-x : hidden;
}
#navigation a {
/* navigation menu is smaller on desktops */
font-size : 1rem;
/* navigation menu indentation is constant on desktops */
margin-left : 1rem;
margin-left : 1rem;
}
}
.slider-label {
font-size: 0.75rem;
line-height: 1.5;
align-items : center;
justify-content : space-between;
}
.slider-label img{
width: 24px;
height: 24px;
}
@media (pointer: fine), (pointer: none) {
.slider-label {
/* cancel the height/width restrictions that are imposed on mobile */
min-width : auto;
min-height: auto;
/* text is enlarged and placed beside the icon to save vertical space */
font-size : 1rem !important;
display : flex;
flex-flow : row nowrap;
align-items: center;
padding : 0.2rem;
}
.slider-label img {
width : 1rem;
height : 1rem;
margin : 0.5rem;
}
.slider-label .vertical-axis-group {
align-items : flex-start;
}
}
input[type="range"].slider-vertical {
/*we follow apple recommendations for width of touchable components*/
width: 44px;
height: 88px;
-webkit-appearance: slider-vertical;
writing-mode: bt-lr;
}
@media (pointer: fine), (pointer: none) {
/* when pointer precision is better than a touchscreen, we can make sliders smaller */
input[type="range"].slider-vertical {
width: 20px;
}
}
/* ====== END OF SCREEN SPECIFIC CONTENT ======*/
/*
TAG BASED STYLING
*/
body {
overflow : hidden;
}
/*
CLASS BASED STYLING
*/
/*
"#loading-dialog" is a visual cue that indicates to the user
that the application is loading something.
*/
.loading-dialog {
position: fixed;
top: 43%;
left: 43%;
width: 15%;
text-align: center;
}
.loading-dialog h2{
text-align: center;
}
/*
".notifications" express short nonessential messages to the user.
They require no interaction on the users behalf.
They appear at the bottom of the screen and are inspired by
the notifications that appear in Skyrim to indicate things like encumbrance.
*/
.notifications-dialog {
position: fixed;
bottom: 8.4%;
left: 20%;
width: 61%;
text-align: center;
}
.notifications-dialog h3 {
text-align: center;
}
.notifications-dialog .fade-enter-active, .fade-leave-active {
transition: opacity 3s;
}
.notifications-dialog .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
opacity: 0;
}
/*
".dialog" express longer messages to the user.
They may potentially require interaction on the users behalf.
They appear as a white box in the center of the screen,
and are inspired by Windows dialog boxes.
*/
.dialog {
color: black;
background-color: white;
padding: 3.44%;
border-radius: 1em;
}
/*
".hidden-when-loading" indicates an element must not render when
a new game or save file is loaded.
This may be used to avoid confusing the user,
or to prevent invalid states from occuring due to user interaction.
*/
.hidden-when-loading{
display: none;
}
/* set "overflow: hidden" to hide the scrollbar ; */
.form-control {
height: auto;
}
.label {
background-color: buttonface;
color: #212529;
padding: 0.25rem 0.5rem;
border-radius: 0.2rem;
}
/*
INDIVIDUAL COMPONENT BASED STYLING
*/
/*
We give special attention to styling the time warp control,
because it features so prominently
*/
#speed-control .input-group{
flex-flow : row nowrap;
width : 190px;
}
#speed-control .input-group-prepend,
#speed-control .input-group-text {
flex: 2 1 auto;
}
#speed-display {
width: 100px;
min-width: 100px;
}
/*
"#chart" conveys nonspatial data to the user on a 2d plot.
It occurs in the bottom right corner.
*/
#chart{
width: 300px;
/* bottom right corner */
position : fixed;
bottom : 1em;
right : 1em;
}
#chart canvas{
padding: 1em;
}
#chart .stat {
float: right;
margin: 1em;
}
#chart .stat .name{
margin: 1em;
text-align: left;
}
#chart .stat .value{
margin: 1em;
text-align: right;
}
/*
"#stats" displays performance metrics such as fps.
It is only visible in dev environments.
It appears in the bottom left corner, since that's the only corner that
hasn't been taken up yet.
*/
#stats {
/* bottom right corner */
position : fixed;
top : 1em;
left : 1em;
}
/*
"#hidden-downloader" is an element that is required by the browser
in order to download files, yet is not otherwise needed by the user interface
It has no styling and is never meant to be seen.
*/
#hidden-downloader{
display: none;
}
/*
"#drop-dialog" is a visual cue that indicates to the user
that he can drag and drop files into the application.
*/
#drop-dialog {
position : absolute;
top : 23%;
left : 23%;
bottom : 23%;
right : 23%;
padding : 5.57%;
text-align : center;
border-style: dashed;
} | styles/app.css | .control {
/* bottom right corner */
position : fixed;
bottom : 0;
right : 0;
/* flex, wrap right to left, bottom to top*/
display : flex;
flex-flow : row-reverse nowrap;
/* max height should not cause world to become obstructed */
max-height: 23.6%;
overflow-y: hidden;
/* max width on mobile */
max-width : 100%;
overflow-x: auto;
}
@media (pointer: fine), (pointer: none), (orientation: landscape) {
.control {
/*
Content should progress from bottom right to top right, and should not wrap.
content should be aligned to the right side of the screen,
*/
flex-flow : column-reverse nowrap;
align-items : flex-end;
/*
To prevent obstructing the view of the planet,
the content width should resize as necessary.
*/
max-width : auto;
overflow-x : hidden;
}
}
@media (orientation: landscape) {
.control {
/*
Because we do not wrap content, we run the risk of content running off the screen.
To prevent this, we set the height to not exceed the height of the window.
If necessary, the user may scroll vertically through the content.
*/
max-height : 100%;
overflow-y : auto;
}
}
@media (pointer: fine), (pointer: none) {
.control {
/*
If the user is on a desktop, they can resize the screen as needed
*/
overflow-y : hidden;
}
}
/*
Mobile phones require big buttons that are easy to press.
Therefore, buttons icons are enlarged on small screens.
This applies regardless of screen orientation.
Text is also shrunk and placed below the icon to give a space saving square shape.
If the users have the ability to select buttons with pixel perfect precision, they do not require big buttons.
However desktop users still presumably want to maximize screenspace spent towards the planet.
So we therefore reduce the size of buttons to allow for this.
Our buttons then become composed of small icons next to large text.
Since text consumes space horizontally, we will always want button groups to consume space vertically.
This will be the case regardless of screen orientation.
*/
.btn {
/* we follow apple recommendations for button size */
min-width : 44px;
min-height: 44px;
/* text is shrunk and placed below the icon to give a space saving square shape */
font-size : 0.5rem !important;
display : flex;
flex-flow : column nowrap;
align-items: center;
flex: 1 2 auto;
}
.btn img {
/* we follow google material recommendations for icon size */
width: 24px;
height: 24px;
}
@media (pointer: fine), (pointer: none) {
.btn {
/* cancel the height/width restrictions that are imposed on mobile */
min-width : auto;
min-height: auto;
/* text is enlarged and placed beside the icon to save vertical space */
font-size : 1rem !important;
display : flex;
flex-flow : row nowrap;
align-items: left;
padding : 0.2rem;
}
.btn img {
width : 1rem;
height : 1rem;
margin : 0.2rem;
}
}
/*
We also want to display hints to desktop users so they can learn shortcuts and hotkeys.
To accomplish this we display "instructions" next to button text.
These only appear when pointer precision indicates a desktop user.
*/
.instructions {
display: none;
}
@media (pointer: fine), (pointer: none) {
.instructions {
/* enable display */
display : flex;
/* small grey text */
color : grey;
font-style : italic;
font-size : 61%;
/* positioned in the corner */
margin-left : auto;
margin-bottom : auto;
padding-left: 0.3rem;
}
}
/*
"horizontal-axis-group" behaves similarly to bootstrap's .btn-group.
Its name makes clear the fact that its content always expands out horizontally,
regardless of screen orientation.
This is only meant to provide an override for special cases
where we know the content is short enough not to require considering screen orientation.
*/
.horizontal-axis-group {
display : flex;
flex-flow : row nowrap;
justify-content: space-evenly;
}
/*
"vertical-axis-group" behaves similarly to bootstrap's .btn-group.
Its name makes clear the fact that its content always expands out vertically,
regardless of screen orientation.
This is only meant to provide an override for special cases
where we know the content is short enough not to require considering screen orientation.
*/
.vertical-axis-group {
display : flex;
flex-flow : column nowrap;
justify-content: space-evenly;
}
/*
".short-axis-group" behaves similarly to bootstrap's .btn-group,
however it switches between vertical and horizontal axes dependant on screen orientation.
It picks whichever axis is longest at any given time:
In portrait mode, it assumes a vertical layout.
In horizontal mode, it assumes a horizontal layout.
The short axis is important because we can add components along it indefinitely
without ever obstructing the main focus of the screen (in our case, the planet).
Since one of our core design principles is to prevent obstruction of the main focus,
.short-axis-group should be used with any component that can expand to an arbitrary length,
especially if the component should always remain visible for ease of use.
*/
.short-axis-group {
/* flex, wrap right to left, bottom to top*/
display : flex;
flex-flow : row-reverse nowrap;
align-items: flex-end;
}
.short-axis-group .btn + .btn,
.short-axis-group .btn + .short-axis-group,
.short-axis-group .short-axis-group + .btn,
.short-axis-group .short-axis-group + .short-axis-group {
margin-bottom: -1px;
margin-right : 0;
}
.short-axis-group .btn,
.short-axis-group .short-axis-group .btn {
border-top-left-radius : 0.25rem ;
border-top-right-radius : 0.25rem ;
border-bottom-left-radius : 0.25rem ;
border-bottom-right-radius : 0.25rem ;
}
.short-axis-group .btn:not(:last-child):not(.dropdown-toggle),
.short-axis-group .short-axis-group:not(:last-child) .btn {
border-bottom-left-radius : 0 ;
border-top-left-radius : 0 ;
}
.short-axis-group .btn:not(:first-child),
.short-axis-group .short-axis-group:not(:first-child) > .btn {
border-top-right-radius: 0 ;
border-bottom-right-radius: 0 ;
}
@media (pointer: fine), (pointer: none), (orientation: landscape) {
.short-axis-group {
/*
We want everything within a button group to be consistently sized,
so we set all flexbox properties to "stretch".
*/
display : flex;
flex-flow : column-reverse nowrap;
align-items: stretch;
}
/*
We copy paste most of the styling for Bootstrap's short-axis-group-vertical
in order to style short-axis-group as short-axis-group-vertical
*/
.short-axis-group .btn + .btn,
.short-axis-group .btn + .short-axis-group,
.short-axis-group .short-axis-group + .btn,
.short-axis-group .short-axis-group + .short-axis-group {
margin-top: -1px;
margin-left: 0;
}
.short-axis-group .btn,
.short-axis-group .short-axis-group .btn {
border-top-left-radius : 0.25rem ;
border-top-right-radius : 0.25rem ;
border-bottom-left-radius : 0.25rem ;
border-bottom-right-radius : 0.25rem ;
}
.short-axis-group .btn:not(:last-child):not(.dropdown-toggle),
.short-axis-group .short-axis-group:not(:last-child) .btn {
border-bottom-left-radius : 0 ;
border-bottom-right-radius: 0 ;
}
.short-axis-group .btn:not(:first-child),
.short-axis-group .short-axis-group:not(:first-child) > .btn {
border-top-right-radius: 0 ;
border-top-left-radius : 0 ;
}
}
/*
".long-axis-group" behaves similarly to bootstrap's .btn-group,
however it switches between vertical and horizontal axes dependant on screen orientation.
It picks whichever axis is longest at any given time:
In portrait mode, it assumes a horizontal layout.
In horizontal mode, it assumes a vertical layout.
"Long axis" will always expand towards the main focus of the screen (in our case, the planet).
Since one of our core design principles is to prevent obstruction of the main focus,
.long-axis-group should be used sparingly.
Use it only when you can guarantee the number of components you're dealing with is small.
*/
.long-axis-group {
/*
We want everything within a button group to be consistently sized,
so we set all flexbox properties to "stretch".
*/
display : flex;
flex-flow : column-reverse nowrap;
}
.long-axis-group .btn + .btn,
.long-axis-group .btn + .long-axis-group,
.long-axis-group .long-axis-group + .btn,
.long-axis-group .long-axis-group + .long-axis-group {
margin-top: -1px;
margin-left: 0;
}
.long-axis-group .btn,
.long-axis-group .long-axis-group .btn {
border-top-left-radius : 0.25rem ;
border-top-right-radius : 0.25rem ;
border-bottom-left-radius : 0.25rem ;
border-bottom-right-radius : 0.25rem ;
}
.long-axis-group .btn:not(:last-child):not(.dropdown-toggle),
.long-axis-group .long-axis-group:not(:last-child) .btn {
border-bottom-left-radius : 0 ;
border-bottom-right-radius: 0 ;
}
.long-axis-group .btn:not(:first-child),
.long-axis-group .long-axis-group:not(:first-child) > .btn {
border-top-right-radius: 0 ;
border-top-left-radius : 0 ;
}
@media (pointer: fine), (pointer: none), (orientation: landscape) {
.long-axis-group {
/* flex, wrap right to left, bottom to top*/
display : flex;
flex-flow : row-reverse nowrap;
}
.long-axis-group .btn + .btn,
.long-axis-group .btn + .long-axis-group,
.long-axis-group .long-axis-group + .btn,
.long-axis-group .long-axis-group + .long-axis-group {
margin-bottom: -1px;
margin-right : 0;
}
.long-axis-group .btn,
.long-axis-group .long-axis-group .btn {
border-top-left-radius : 0.25rem ;
border-top-right-radius : 0.25rem ;
border-bottom-left-radius : 0.25rem ;
border-bottom-right-radius : 0.25rem ;
}
.long-axis-group .btn:not(:last-child):not(.dropdown-toggle),
.long-axis-group .long-axis-group:not(:last-child) .btn {
border-bottom-left-radius : 0;
border-top-left-radius : 0;
}
.long-axis-group .btn:not(:first-child),
.long-axis-group .long-axis-group:not(:first-child) > .btn {
border-top-right-radius : 0;
border-bottom-right-radius: 0;
}
}
/*
is-long-axis-vertical only displays when the vertical axis is longest
is-long-axis-horizontal only displays when the horizontal axis is longest
*/
.is-long-axis-vertical {
display: inherit;
}
.is-long-axis-horizontal {
display: none;
}
@media (pointer: fine), (pointer: none), (orientation: landscape) {
.is-long-axis-vertical {
display: none;
}
.is-long-axis-horizontal {
display: inherit;
}
}
/*
is-short-axis-vertical only displays when the vertical axis is shortest
is-short-axis-horizontal only displays when the horizontal axis is shortest
*/
.is-short-axis-vertical {
display: none;
}
.is-short-axis-horizontal {
display: inherit;
}
@media (pointer: fine), (pointer: none), (orientation: landscape) {
.is-short-axis-vertical {
display: inherit;
}
.is-short-axis-horizontal {
display: none;
}
}
/*
remaining screen-specific content is ordered by position on the page
*/
#header {
/* top left corner, do not spill over the screen */
position : fixed;
top : 2vw;
left : 4vw;
right : 2vw;
/* extend content to the left, wrap when you run out of screen */
display : flex;
flex-direction : row;
flex-wrap : wrap;
}
#header h1 {
/* set margins to 0 */
margin : 0;
/* but set right margin to something just in case the navigation menu doesn't spill */
margin-right : 2vw;
}
#header a {
/*we follow apple recommendations for height of touchable components*/
font-size : 44px;
font-weight : bold;
/* standard header colors, no underscore */
color : white;
text-decoration : none;
}
#header a:hover {
/* no underscore on highlight */
text-decoration : none;
}
@media (orientation: landscape) {
#header {
/* don't spill over in landscape, just scroll */
flex-wrap : nowrap;
}
}
@media (pointer: fine), (pointer: none) {
#header {
/* always spill over on desktop, override the landscape setting */
flex-wrap : wrap;
}
#header h1 {
/* header is constant size on desktops */
font-size : 3rem;
/* navigation menu always wraps onto the next line on desktops */
width : 100%;
}
}
#navigation {
/* extend to the left, scroll when you run out of screen */
display : flex;
flex-direction : row;
flex-wrap : nowrap;
overflow-x : auto;
/* navigation menu indentation */
margin-left : 3vw;
}
#navigation a {
/*we follow apple recommendations for height of touchable components*/
font-size : 22px;
height : 44px;
/* navigation menu items should be spaced apart */
margin-left : 4vw;
/* standard header colors, no underscore */
color : white;
text-decoration : none;
}
#navigation a:hover {
/* standard header colors, no underscore */
color : grey;
text-decoration : none;
}
@media (pointer: fine), (pointer: none) {
#navigation {
/* ensure scrollbar is disabled on desktop because it's tacky */
overflow-x : hidden;
}
#navigation a {
/* navigation menu is smaller on desktops */
font-size : 1rem;
/* navigation menu indentation is constant on desktops */
margin-left : 1rem;
margin-left : 1rem;
}
}
.slider-label {
font-size: 0.75rem;
line-height: 1.5;
align-items : center;
justify-content : space-between;
}
.slider-label img{
width: 24px;
height: 24px;
}
@media (pointer: fine), (pointer: none) {
.slider-label {
/* cancel the height/width restrictions that are imposed on mobile */
min-width : auto;
min-height: auto;
/* text is enlarged and placed beside the icon to save vertical space */
font-size : 1rem !important;
display : flex;
flex-flow : row nowrap;
align-items: center;
padding : 0.2rem;
}
.slider-label img {
width : 1rem;
height : 1rem;
margin : 0.5rem;
}
.slider-label .vertical-axis-group {
align-items : flex-start;
}
}
input[type="range"].slider-vertical {
/*we follow apple recommendations for width of touchable components*/
width: 44px;
height: 88px;
-webkit-appearance: slider-vertical;
writing-mode: bt-lr;
}
@media (pointer: fine), (pointer: none) {
/* when pointer precision is better than a touchscreen, we can make sliders smaller */
input[type="range"].slider-vertical {
width: 20px;
}
}
/* ====== END OF SCREEN SPECIFIC CONTENT ======*/
/*
TAG BASED STYLING
*/
body {
overflow : hidden;
}
/*
CLASS BASED STYLING
*/
/*
"#loading-dialog" is a visual cue that indicates to the user
that the application is loading something.
*/
.loading-dialog {
position: fixed;
top: 43%;
left: 43%;
width: 15%;
text-align: center;
}
.loading-dialog h2{
text-align: center;
}
/*
".notifications" express short nonessential messages to the user.
They require no interaction on the users behalf.
They appear at the bottom of the screen and are inspired by
the notifications that appear in Skyrim to indicate things like encumbrance.
*/
.notifications-dialog {
position: fixed;
bottom: 8.4%;
left: 20%;
width: 61%;
text-align: center;
}
.notifications-dialog h3 {
text-align: center;
}
.notifications-dialog .fade-enter-active, .fade-leave-active {
transition: opacity 3s;
}
.notifications-dialog .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
opacity: 0;
}
/*
".dialog" express longer messages to the user.
They may potentially require interaction on the users behalf.
They appear as a white box in the center of the screen,
and are inspired by Windows dialog boxes.
*/
.dialog {
color: black;
background-color: white;
padding: 3.44%;
border-radius: 1em;
}
/*
".hidden-when-loading" indicates an element must not render when
a new game or save file is loaded.
This may be used to avoid confusing the user,
or to prevent invalid states from occuring due to user interaction.
*/
.hidden-when-loading{
display: none;
}
/* set "overflow: hidden" to hide the scrollbar ; */
.form-control {
height: auto;
}
.label {
background-color: buttonface;
color: #212529;
padding: 0.25rem 0.5rem;
border-radius: 0.2rem;
}
/*
INDIVIDUAL COMPONENT BASED STYLING
*/
/*
We give special attention to styling the time warp control,
because it features so prominently
*/
#speed-control .input-group{
flex-flow : row nowrap;
width : 190px;
}
#speed-control .input-group-prepend,
#speed-control .input-group-text {
flex: 2 1 auto;
}
#speed-display {
width: 100px;
min-width: 100px;
}
/*
"#chart" conveys nonspatial data to the user on a 2d plot.
It occurs in the bottom right corner.
*/
#chart{
width: 300px;
/* bottom right corner */
position : fixed;
bottom : 1em;
right : 1em;
}
#chart canvas{
padding: 1em;
}
#chart .stat {
float: right;
margin: 1em;
}
#chart .stat .name{
margin: 1em;
text-align: left;
}
#chart .stat .value{
margin: 1em;
text-align: right;
}
/*
"#stats" displays performance metrics such as fps.
It is only visible in dev environments.
It appears in the bottom left corner, since that's the only corner that
hasn't been taken up yet.
*/
#stats {
/* bottom right corner */
position : fixed;
top : 1em;
left : 1em;
}
/*
"#hidden-downloader" is an element that is required by the browser
in order to download files, yet is not otherwise needed by the user interface
It has no styling and is never meant to be seen.
*/
#hidden-downloader{
display: none;
}
/*
"#drop-dialog" is a visual cue that indicates to the user
that he can drag and drop files into the application.
*/
#drop-dialog {
position : absolute;
top : 23%;
left : 23%;
bottom : 23%;
right : 23%;
padding : 5.57%;
text-align : center;
border-style: dashed;
} | 0.539711 | 0.204183 |
body { font-family: sans-serif; }
.board {
width: 306px; background:rgba(214, 207, 255, 0,4);
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 100px);
grid-gap: 4px;
display: grid;
cursor: pointer;
margin: 0 auto;
float: center;
top: 40px;
position: relative ;
text-align: center;
}
.box {
background:rgba(214, 205, 255, 0.7); display: flex; justify-content: center; align-items: center;
font-size: 2rem; color: #222;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
.box {display: flex;
flex-wrap: wrap;
justify-content:center ;}
.box:hover {
background: #fafafa;
text-transform: uppercase;
-moz-transition:all .3s;
-webkit-transition:all .3s;
-o-transition:all .3s;
}
.box:link, .box:visited, a:active {
text-transform: uppercase;
-moz-transition:all .6s;
-webkit-transition:all .6s;
-o-transition:all .6s;
}
#title1 { color: black;
font-family: anton, sans-serif;
font-size: 49px ;
position: relative ;
text-align: center;
text-transform: uppercase;
margin: 0 auto;
float: center;
top: 50px;
}
.box::before { display: flex;
justify-content: center;
align-items: center;
position: relative;
cursor: pointer;
font-size: 80px ;
margin-top: 10px ;
}
a:link, a:visited {
text-transform: uppercase;
-moz-transition:all .6s;
-webkit-transition:all .6s;
-o-transition:all .6s;
background-color: rgba(157, 152, 255, 1);
color:white;
font-family: anton, sans-serif;
font-size: 30px ;
text-decoration: none ;
text-align: center ;
position: relative ;
margin-top: 50px ;
max-margin-left: 460px ;
max-margin-right: 460px;
float: center;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
justify-content:center
}
a:hover { -moz-transition:all .3s;
-webkit-transition:all .3s;
-o-transition:all .3s;
background-color: rgba(209, 152, 255, 1);
} | style.css | body { font-family: sans-serif; }
.board {
width: 306px; background:rgba(214, 207, 255, 0,4);
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 100px);
grid-gap: 4px;
display: grid;
cursor: pointer;
margin: 0 auto;
float: center;
top: 40px;
position: relative ;
text-align: center;
}
.box {
background:rgba(214, 205, 255, 0.7); display: flex; justify-content: center; align-items: center;
font-size: 2rem; color: #222;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
.box {display: flex;
flex-wrap: wrap;
justify-content:center ;}
.box:hover {
background: #fafafa;
text-transform: uppercase;
-moz-transition:all .3s;
-webkit-transition:all .3s;
-o-transition:all .3s;
}
.box:link, .box:visited, a:active {
text-transform: uppercase;
-moz-transition:all .6s;
-webkit-transition:all .6s;
-o-transition:all .6s;
}
#title1 { color: black;
font-family: anton, sans-serif;
font-size: 49px ;
position: relative ;
text-align: center;
text-transform: uppercase;
margin: 0 auto;
float: center;
top: 50px;
}
.box::before { display: flex;
justify-content: center;
align-items: center;
position: relative;
cursor: pointer;
font-size: 80px ;
margin-top: 10px ;
}
a:link, a:visited {
text-transform: uppercase;
-moz-transition:all .6s;
-webkit-transition:all .6s;
-o-transition:all .6s;
background-color: rgba(157, 152, 255, 1);
color:white;
font-family: anton, sans-serif;
font-size: 30px ;
text-decoration: none ;
text-align: center ;
position: relative ;
margin-top: 50px ;
max-margin-left: 460px ;
max-margin-right: 460px;
float: center;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
justify-content:center
}
a:hover { -moz-transition:all .3s;
-webkit-transition:all .3s;
-o-transition:all .3s;
background-color: rgba(209, 152, 255, 1);
} | 0.307566 | 0.070144 |
:root {
--main-bg-color: #fff;
--dialog-title-bg-color: CadetBlue;
--top-hover-bg-color: #cde;
--sub-hover-color: #fff;
--sub-hover-bg-color: CadetBlue;
--selected-color: CadetBlue;
--main-color: #000;
--main-font-family: Arial;
}
.dialog {
font-family: var(--main-font-family);
position: absolute;
left: 10px;
top: 10px;
border-style: solid;
border-color: var(--main-color);
border-width: 1px;
z-index: 10;
}
.dialog-title-bar {
background-color: var(--dialog-title-bg-color);
color: var(--main-color);
padding: 0.2em 0.4em 0.2em 0.4em;
cursor: default;
min-width: 10em;
width: 100%;
}
.dialog-title-bar td{
padding: 0px;
}
.dialog-title {
}
.dialog-close {
width: 1em;
font-size: 2em;
text-align: center;
}
.dialog-panel {
background-color: #fff;
color: #000;
padding: 0.6em
}
.dialog-ok-cancel{
text-align: center;
background-color: #fff;
padding: 0.6em;
}
.dialog-ok-cancel button{
margin: 0em 0.3em 0em 0.3em;
}
.menu-row {
list-style-type: none;
margin: 0;
padding: 0;
font-family: var(--main-font-family);
}
.menu-table {
border-spacing: 0
}
.menu-item-top {
font-family: var(--main-font-family);
background-color: var(--main-bg-color);
color: var(--main-color);
padding: 0.5em 1em 0.5em 1em;
cursor: default
}
.menu-item-top:hover {
background-color: var(--top-hover-bg-color);
}
.menu-item-top-selected {
font-family: var(--main-font-family);
background-color: var(--main-bg-color);
color: var(--main-color);
padding: 0.5em 1em 0.5em 1em;
cursor: default
}
.menu-item-top-selected:hover {
font-family: var(--main-font-family);
background-color: var(--selected-color);
color: var(--main-color);
padding: 0.5em 1em 0.5em 1em;
cursor: default
}
.menu-item-sub {
font-family: var(--main-font-family);
background-color: var(--main-bg-color);
color: var(--main-color);
padding: 0.25em 1em 0.25em 1em;
cursor: default
}
.menu-item-sub:hover {
color: var(--sub-hover-color);
background-color: var(--sub-hover-bg-color);
}
.submenu{
position: absolute;
border-style: solid;
border-width: 1px;
border-color: var(--main-color)
} | widgets/brython-widgets.css | :root {
--main-bg-color: #fff;
--dialog-title-bg-color: CadetBlue;
--top-hover-bg-color: #cde;
--sub-hover-color: #fff;
--sub-hover-bg-color: CadetBlue;
--selected-color: CadetBlue;
--main-color: #000;
--main-font-family: Arial;
}
.dialog {
font-family: var(--main-font-family);
position: absolute;
left: 10px;
top: 10px;
border-style: solid;
border-color: var(--main-color);
border-width: 1px;
z-index: 10;
}
.dialog-title-bar {
background-color: var(--dialog-title-bg-color);
color: var(--main-color);
padding: 0.2em 0.4em 0.2em 0.4em;
cursor: default;
min-width: 10em;
width: 100%;
}
.dialog-title-bar td{
padding: 0px;
}
.dialog-title {
}
.dialog-close {
width: 1em;
font-size: 2em;
text-align: center;
}
.dialog-panel {
background-color: #fff;
color: #000;
padding: 0.6em
}
.dialog-ok-cancel{
text-align: center;
background-color: #fff;
padding: 0.6em;
}
.dialog-ok-cancel button{
margin: 0em 0.3em 0em 0.3em;
}
.menu-row {
list-style-type: none;
margin: 0;
padding: 0;
font-family: var(--main-font-family);
}
.menu-table {
border-spacing: 0
}
.menu-item-top {
font-family: var(--main-font-family);
background-color: var(--main-bg-color);
color: var(--main-color);
padding: 0.5em 1em 0.5em 1em;
cursor: default
}
.menu-item-top:hover {
background-color: var(--top-hover-bg-color);
}
.menu-item-top-selected {
font-family: var(--main-font-family);
background-color: var(--main-bg-color);
color: var(--main-color);
padding: 0.5em 1em 0.5em 1em;
cursor: default
}
.menu-item-top-selected:hover {
font-family: var(--main-font-family);
background-color: var(--selected-color);
color: var(--main-color);
padding: 0.5em 1em 0.5em 1em;
cursor: default
}
.menu-item-sub {
font-family: var(--main-font-family);
background-color: var(--main-bg-color);
color: var(--main-color);
padding: 0.25em 1em 0.25em 1em;
cursor: default
}
.menu-item-sub:hover {
color: var(--sub-hover-color);
background-color: var(--sub-hover-bg-color);
}
.submenu{
position: absolute;
border-style: solid;
border-width: 1px;
border-color: var(--main-color)
} | 0.552057 | 0.115461 |
body {
font-family: 'Basic', sans-serif;
background-color: #d5dce2!important;
}
.trending-label {
margin-top: 10px;
margin-left: 20%
}
.interest-header {
margin-left: 20%;
margin-right: 20%;
background-color: #ffffff;
border-radius: 5px;
border-radius: 5px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.nested-header {
width: 100%;
min-height: 35px;
background-color: #1576d9;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
display: flex;
align-items: center;
}
.nested-header-title {
margin-left: 10px;
color: #ffffff;
}
ul {
padding-left: 5px;
list-style-type: none;
white-space: nowrap;
overflow-x: auto;
}
li {
display: inline;
}
.interest-button {
border-radius: 15px;
background-color: #ffffff;
margin-top: 5px;
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
display: inline-block;
text-align: center;
border: 2px solid #ebebeb;
}
.interest-button:focus {
outline: 0 !important;
}
.article {
margin-left: 20%;
margin-right: 20%;
margin-bottom: 10px;
border-radius: 5px;
background-color: #ffffff;
transition-duration: 1s;
}
.profile {
margin-left: 20%;
margin-right: 20%;
margin-bottom: 10px;
border-radius: 5px;
background-color: #ffffff;
display: flex;
align-items: center;
}
.profile-jasper-brand {
margin-left: auto;
}
.settings-tag {
padding-left: 2px;
padding-right: 10px;
}
.article:hover {
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
background-color: #ebebeb;
}
.subreddit-name {
padding-top: 5px;
padding-left: 5px;
font-size: small;
color: gray;
}
.post-title {
padding-left: 10px;
font-size: 20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.post-desc {
padding-left: 15px;
padding-right: 15px;
font-size: small;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.upvote-count {
font-size: small;
color: gray;
}
.image-container {
border-radius: 10%;
border: none;
height: 75%;
width: 80%;
margin: 0;
background-color: #000000;
position: absolute;
top: min(50px, 50%);
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.upvote {
padding-left: 15px;
}
.icon-footer {
padding-left: 10px;
padding-bottom: 5px;
}
.image-preview {
border-radius: 10%;
width: 100%;
height: 100%;
object-fit: cover;
}
.save-text {
font-size: small;
color: gray;
margin-right: 2px;
}
.share-text {
font-size: small;
color: gray;
margin-right: 5px;
}
.save-icon {
max-height: 15px;
max-width: 15px;
}
.share-icon {
max-height: 20px;
max-width: 20px;
}
.center {
display: flex;
align-items: center;
}
.icon-button {
border: none;
outline: none;
background-color: transparent;
}
.icon-button:focus {
border: none;
outline: none;
}
a {
text-decoration: none!important;
color: inherit!important;
}
a:hover {
text-decoration: none!important;
}
.column {
float: left;
}
.left {
width: 80%;
}
.right {
width: 20%;
}
.contentrow:after {
content: "";
display: table;
clear: both;
}
@media only screen and (max-width: 600px) {
.article{
margin-left:0%;
margin-right: 0%;;
}
.profile {
margin-left: 0%;
margin-right: 0%;;
}
.interest-header {
margin-left:0%;
margin-right: 0%;;
}
.trending-label {
margin-top: 10px;
margin-left: 0%
}
.sb {
display: none;
}
}
/*
Fade in text (Unused in current build)
.fade-in-text {
display: inline-block;
animation: fadeIn linear 1.3s;
-webkit-animation: fadeIn linear 1.3s;
-moz-animation: fadeIn linear 1.3s;
-o-animation: fadeIn linear 1.3s;
-ms-animation: fadeIn linear 1.3s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
*/ | static/index.css | body {
font-family: 'Basic', sans-serif;
background-color: #d5dce2!important;
}
.trending-label {
margin-top: 10px;
margin-left: 20%
}
.interest-header {
margin-left: 20%;
margin-right: 20%;
background-color: #ffffff;
border-radius: 5px;
border-radius: 5px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.nested-header {
width: 100%;
min-height: 35px;
background-color: #1576d9;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
display: flex;
align-items: center;
}
.nested-header-title {
margin-left: 10px;
color: #ffffff;
}
ul {
padding-left: 5px;
list-style-type: none;
white-space: nowrap;
overflow-x: auto;
}
li {
display: inline;
}
.interest-button {
border-radius: 15px;
background-color: #ffffff;
margin-top: 5px;
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
display: inline-block;
text-align: center;
border: 2px solid #ebebeb;
}
.interest-button:focus {
outline: 0 !important;
}
.article {
margin-left: 20%;
margin-right: 20%;
margin-bottom: 10px;
border-radius: 5px;
background-color: #ffffff;
transition-duration: 1s;
}
.profile {
margin-left: 20%;
margin-right: 20%;
margin-bottom: 10px;
border-radius: 5px;
background-color: #ffffff;
display: flex;
align-items: center;
}
.profile-jasper-brand {
margin-left: auto;
}
.settings-tag {
padding-left: 2px;
padding-right: 10px;
}
.article:hover {
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
background-color: #ebebeb;
}
.subreddit-name {
padding-top: 5px;
padding-left: 5px;
font-size: small;
color: gray;
}
.post-title {
padding-left: 10px;
font-size: 20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.post-desc {
padding-left: 15px;
padding-right: 15px;
font-size: small;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.upvote-count {
font-size: small;
color: gray;
}
.image-container {
border-radius: 10%;
border: none;
height: 75%;
width: 80%;
margin: 0;
background-color: #000000;
position: absolute;
top: min(50px, 50%);
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.upvote {
padding-left: 15px;
}
.icon-footer {
padding-left: 10px;
padding-bottom: 5px;
}
.image-preview {
border-radius: 10%;
width: 100%;
height: 100%;
object-fit: cover;
}
.save-text {
font-size: small;
color: gray;
margin-right: 2px;
}
.share-text {
font-size: small;
color: gray;
margin-right: 5px;
}
.save-icon {
max-height: 15px;
max-width: 15px;
}
.share-icon {
max-height: 20px;
max-width: 20px;
}
.center {
display: flex;
align-items: center;
}
.icon-button {
border: none;
outline: none;
background-color: transparent;
}
.icon-button:focus {
border: none;
outline: none;
}
a {
text-decoration: none!important;
color: inherit!important;
}
a:hover {
text-decoration: none!important;
}
.column {
float: left;
}
.left {
width: 80%;
}
.right {
width: 20%;
}
.contentrow:after {
content: "";
display: table;
clear: both;
}
@media only screen and (max-width: 600px) {
.article{
margin-left:0%;
margin-right: 0%;;
}
.profile {
margin-left: 0%;
margin-right: 0%;;
}
.interest-header {
margin-left:0%;
margin-right: 0%;;
}
.trending-label {
margin-top: 10px;
margin-left: 0%
}
.sb {
display: none;
}
}
/*
Fade in text (Unused in current build)
.fade-in-text {
display: inline-block;
animation: fadeIn linear 1.3s;
-webkit-animation: fadeIn linear 1.3s;
-moz-animation: fadeIn linear 1.3s;
-o-animation: fadeIn linear 1.3s;
-ms-animation: fadeIn linear 1.3s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
*/ | 0.516839 | 0.107531 |
.tb_front_icon{
background:url('../img/favicon.png') 0 0 no-repeat;
display:block;
float:left;
height:16px !important;
margin-right:5px !important;
margin-top:5px !important;
width:16px !important;
}
.rtl .tb_front_icon{
float:right;
margin-left:5px !important;
margin-right:0;
}
/* Hide Builder links in dropdown */
.tb_disabled_turn_on{
opacity:.8;
}
.tb_disabled_turn_on a{
cursor:not-allowed;
}
#wpadminbar .tb_tooltip{
display:none;
position: absolute;
top: 100%;
left:0;
width: 225px;
color: #fff;
background-color: rgba(51, 51, 51,.9);
padding: 10px;
font-size: 13px;
line-height: 1.3em;
border-radius: 6px;
box-sizing: border-box;
margin-top: 7px;
}
.tb_disabled_turn_on .tb_tooltip::before{
content: '';
position: absolute;
display: block;
top: -7px;
left: 11px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid rgba(51, 51, 51,.9);
}
/* Display only the first dropdown link to enable Builder */
#wpadminbar .tb_disabled_turn_on:hover .tb_tooltip,
#wp-admin-bar-themify_builder-default li:first-child{
display:block;
}
@keyframes spin{
to{transform:rotate(1turn); }
}
#builder_progress{
position:relative;
display:inline-block;
width:5em;
height:5em;
margin:0 .5em;
top:4px;
left:5px;
overflow:hidden;
-webkit-backface-visibility:hidden;
perspective:1000;
animation:spin 1s infinite steps(8);
}
.rtl #builder_progress{
left:auto;
right:5px;
}
#builder_progress, #builder_progress div{
font:4px/300% Arial, Helvetica, sans-serif !important;
}
#builder_progress:before,
#builder_progress:after,
#builder_progress > div:before,
#builder_progress > div:after{
content:'';
position:absolute;
top:0;
left:2.25em; /* (container width - part width)/2 */
width:.5em;
height:1.5em;
border-radius:.2em;
background:#eee;
box-shadow:0 3.5em #eee; /* container height - part height */
transform-origin:50% 2.5em; /* container height / 2 */
}
#builder_progress:before{
background:#555;
}
#builder_progress:after{
transform:rotate(-45deg);
background:#777;
}
#builder_progress > div:before{
transform:rotate(-90deg);
background:#999;
}
#builder_progress > div:after{
transform:rotate(-135deg);
background:#bbb;
}
/* alert message*/
#tb_alert{
margin:-20px 0 0 -20px;
width:62px;
height:62px;
background-color:rgba(0,0,0,.6);
border-radius:50%;
box-sizing:border-box;
position:fixed;
top:50%;
left:50%;
z-index:100001;
line-height:62px;
display:none;
}
#tb_alert.tb_busy,
#tb_alert.tb_error,
#tb_alert.tb_done{
display:block;
}
.tb_busy:before{
width:80%;
height:80%;
border:5px solid transparent;
border-top-color:#fff;
border-radius:50%;
box-sizing:border-box;
position:absolute;
top:10%;
left:10%;
content:'';
animation:spin 1.4s infinite linear;
}
.tb_done,
.tb_error{
text-align:center;
}
.tb_done:after,
.tb_error:after{
color:#fff;
font-family:themify;
font-size:30px;
}
.tb_done:after{
content:'\e64c';
}
.tb_error:after{
content:'\e646';
}
/*TURN ON BUILDER BUTTON*/
a.tb_turn_on{
font:normal normal 15px/1.5 Arial, sans-serif !important;
padding:2px 0 2px 15px;
margin:20px auto;
display:inline-block;
clear:both;
float:none;
cursor:pointer;
text-decoration:none;
}
a.tb_turn_on:hover{
text-decoration:none;
}
a.tb_turn_on .dashicons-edit{
font-family: dashicons !important;
font-weight:normal;
font-style:normal;
margin-right:5px;
line-height:1.2;
}
.module-layout-part a.tb_turn_on,
.themify_builder_active a.tb_turn_on{
display:none;
}
/* Builder Edit Restriction */
.tb_locked_popup{
position:fixed;
left:50%;
top:50%;
background:#fff;
box-shadow:0 3px 6px rgba(0,0,0,.3);
z-index:9999999;
transform:translate(-50%,-50%);
padding: 35px 25px 25px;
border-radius:5px;
box-shadow: 0 1px 20px 3px rgba(0,0,0,.4);
}
#tmpl-builder-restriction{
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0, 0, 0,.7);
display:none;
z-index:999999;
}
.tb_locked_content{
font: normal 14px/1.6 Arial, sans-serif;
margin-left: 20px;
float:right;
color: #666;
}
.tb_locked_avatar{
float:left;
}
.tb_locked_avatar img {
border-radius: 5px;
}
.tb_locked_popup,
.notification-dialog {
font-family: Arial, sans-serif;
}
#post-lock-dialog .post-taken-over,
.tb_locked_takeover{
float:right;
margin-top: 20px;
}
#post-lock-dialog .post-locked-message a.button.button-primary,
#tmpl-builder-restriction .tb_button{
background:#664c9e;
box-shadow:none;
color:#fff;
text-decoration:none;
text-shadow:none;
vertical-align:baseline;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
padding: 8px 14px;
font-size:14px;
letter-spacing:normal;
font-weight:normal;
border-radius:3px;
cursor:pointer;
outline:none;
line-height:normal;
text-transform:none;
border:none;
height: auto;
display: inline-block;
}
#post-lock-dialog .post-locked-message a.button,
#tmpl-builder-restriction a.tb_button{
color:#704cd4;
border:none;
background:none;
box-shadow:none;
text-shadow:none;
}
#tmpl-builder-restriction .tb_locked_btn:hover{
background:#a188d6;
}
#tmpl-builder-restriction a.tb_button:hover{
color:#7958d4;
}
.tb_locked_close{
position:absolute;
top: 5px;
right: 10px;
z-index:1;
color:#000;
line-height:normal;
font-size:20px;
cursor:pointer;
min-width: 1em;
min-height: 1em;
overflow: hidden;
text-indent: -999em;
transition: transform .3s linear;
}
.tb_locked_close:before,
.tb_locked_close:after {
content: '';
display: block;
border-top: 1px solid;
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-indent: 0;
}
.tb_locked_close:before {
transform: rotateZ(-45deg);
}
.tb_locked_close:after {
transform: rotateZ(45deg);
}
.tb_locked_close:hover {
transform: rotateZ(90deg);
}
.themify_builder_active .tb_locked_close,
.wp-admin .tb_locked_close{
display:none;
}
.tb_locked_btn{
margin-left:15px
}
/* BUILDER PRO */
.tbp_template {
position:relative;
}
.tbp_template > a.tb_turn_on {
background:#9215ea;
color:#fff;
position: absolute;
top:0;
left:0;
padding: 3px 5px 2px 3px;
margin:0;
line-height:1;
text-transform:uppercase;
font: normal normal 10px/1.2 sans-serif !important;
display:none;
z-index: 999;
}
.tbp_template:hover > a.tb_turn_on{
display:block;
}
.tbp_template > a.tb_turn_on:hover{
background:#aa48ef;
}
.tbp_template > a.tb_turn_on .dashicons-edit{
font-size: 13px;
line-height: .8;
margin-right: 2px;
width:auto;
height:auto;
}
/* MEDIA QUERIES */
@media screen and (max-width: 1130px) {
.tb_locked_content{
margin-left: 0;
width: calc(100% - 85px);
}
}
@media screen and (max-width:680px) {
.tb_locked_takeover {
float: none;
}
.tb_locked_btn {
margin: auto;
}
}
@media screen and (max-width:480px) {
.tb_locked_avatar{
margin-bottom: 20px;
}
.tb_locked_avatar,
.tb_locked_content{
width: 100%;
}
} | wordpress/wp-content/themes/basic/themify/themify-builder/css/themify.builder.loader.css | .tb_front_icon{
background:url('../img/favicon.png') 0 0 no-repeat;
display:block;
float:left;
height:16px !important;
margin-right:5px !important;
margin-top:5px !important;
width:16px !important;
}
.rtl .tb_front_icon{
float:right;
margin-left:5px !important;
margin-right:0;
}
/* Hide Builder links in dropdown */
.tb_disabled_turn_on{
opacity:.8;
}
.tb_disabled_turn_on a{
cursor:not-allowed;
}
#wpadminbar .tb_tooltip{
display:none;
position: absolute;
top: 100%;
left:0;
width: 225px;
color: #fff;
background-color: rgba(51, 51, 51,.9);
padding: 10px;
font-size: 13px;
line-height: 1.3em;
border-radius: 6px;
box-sizing: border-box;
margin-top: 7px;
}
.tb_disabled_turn_on .tb_tooltip::before{
content: '';
position: absolute;
display: block;
top: -7px;
left: 11px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid rgba(51, 51, 51,.9);
}
/* Display only the first dropdown link to enable Builder */
#wpadminbar .tb_disabled_turn_on:hover .tb_tooltip,
#wp-admin-bar-themify_builder-default li:first-child{
display:block;
}
@keyframes spin{
to{transform:rotate(1turn); }
}
#builder_progress{
position:relative;
display:inline-block;
width:5em;
height:5em;
margin:0 .5em;
top:4px;
left:5px;
overflow:hidden;
-webkit-backface-visibility:hidden;
perspective:1000;
animation:spin 1s infinite steps(8);
}
.rtl #builder_progress{
left:auto;
right:5px;
}
#builder_progress, #builder_progress div{
font:4px/300% Arial, Helvetica, sans-serif !important;
}
#builder_progress:before,
#builder_progress:after,
#builder_progress > div:before,
#builder_progress > div:after{
content:'';
position:absolute;
top:0;
left:2.25em; /* (container width - part width)/2 */
width:.5em;
height:1.5em;
border-radius:.2em;
background:#eee;
box-shadow:0 3.5em #eee; /* container height - part height */
transform-origin:50% 2.5em; /* container height / 2 */
}
#builder_progress:before{
background:#555;
}
#builder_progress:after{
transform:rotate(-45deg);
background:#777;
}
#builder_progress > div:before{
transform:rotate(-90deg);
background:#999;
}
#builder_progress > div:after{
transform:rotate(-135deg);
background:#bbb;
}
/* alert message*/
#tb_alert{
margin:-20px 0 0 -20px;
width:62px;
height:62px;
background-color:rgba(0,0,0,.6);
border-radius:50%;
box-sizing:border-box;
position:fixed;
top:50%;
left:50%;
z-index:100001;
line-height:62px;
display:none;
}
#tb_alert.tb_busy,
#tb_alert.tb_error,
#tb_alert.tb_done{
display:block;
}
.tb_busy:before{
width:80%;
height:80%;
border:5px solid transparent;
border-top-color:#fff;
border-radius:50%;
box-sizing:border-box;
position:absolute;
top:10%;
left:10%;
content:'';
animation:spin 1.4s infinite linear;
}
.tb_done,
.tb_error{
text-align:center;
}
.tb_done:after,
.tb_error:after{
color:#fff;
font-family:themify;
font-size:30px;
}
.tb_done:after{
content:'\e64c';
}
.tb_error:after{
content:'\e646';
}
/*TURN ON BUILDER BUTTON*/
a.tb_turn_on{
font:normal normal 15px/1.5 Arial, sans-serif !important;
padding:2px 0 2px 15px;
margin:20px auto;
display:inline-block;
clear:both;
float:none;
cursor:pointer;
text-decoration:none;
}
a.tb_turn_on:hover{
text-decoration:none;
}
a.tb_turn_on .dashicons-edit{
font-family: dashicons !important;
font-weight:normal;
font-style:normal;
margin-right:5px;
line-height:1.2;
}
.module-layout-part a.tb_turn_on,
.themify_builder_active a.tb_turn_on{
display:none;
}
/* Builder Edit Restriction */
.tb_locked_popup{
position:fixed;
left:50%;
top:50%;
background:#fff;
box-shadow:0 3px 6px rgba(0,0,0,.3);
z-index:9999999;
transform:translate(-50%,-50%);
padding: 35px 25px 25px;
border-radius:5px;
box-shadow: 0 1px 20px 3px rgba(0,0,0,.4);
}
#tmpl-builder-restriction{
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0, 0, 0,.7);
display:none;
z-index:999999;
}
.tb_locked_content{
font: normal 14px/1.6 Arial, sans-serif;
margin-left: 20px;
float:right;
color: #666;
}
.tb_locked_avatar{
float:left;
}
.tb_locked_avatar img {
border-radius: 5px;
}
.tb_locked_popup,
.notification-dialog {
font-family: Arial, sans-serif;
}
#post-lock-dialog .post-taken-over,
.tb_locked_takeover{
float:right;
margin-top: 20px;
}
#post-lock-dialog .post-locked-message a.button.button-primary,
#tmpl-builder-restriction .tb_button{
background:#664c9e;
box-shadow:none;
color:#fff;
text-decoration:none;
text-shadow:none;
vertical-align:baseline;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
padding: 8px 14px;
font-size:14px;
letter-spacing:normal;
font-weight:normal;
border-radius:3px;
cursor:pointer;
outline:none;
line-height:normal;
text-transform:none;
border:none;
height: auto;
display: inline-block;
}
#post-lock-dialog .post-locked-message a.button,
#tmpl-builder-restriction a.tb_button{
color:#704cd4;
border:none;
background:none;
box-shadow:none;
text-shadow:none;
}
#tmpl-builder-restriction .tb_locked_btn:hover{
background:#a188d6;
}
#tmpl-builder-restriction a.tb_button:hover{
color:#7958d4;
}
.tb_locked_close{
position:absolute;
top: 5px;
right: 10px;
z-index:1;
color:#000;
line-height:normal;
font-size:20px;
cursor:pointer;
min-width: 1em;
min-height: 1em;
overflow: hidden;
text-indent: -999em;
transition: transform .3s linear;
}
.tb_locked_close:before,
.tb_locked_close:after {
content: '';
display: block;
border-top: 1px solid;
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-indent: 0;
}
.tb_locked_close:before {
transform: rotateZ(-45deg);
}
.tb_locked_close:after {
transform: rotateZ(45deg);
}
.tb_locked_close:hover {
transform: rotateZ(90deg);
}
.themify_builder_active .tb_locked_close,
.wp-admin .tb_locked_close{
display:none;
}
.tb_locked_btn{
margin-left:15px
}
/* BUILDER PRO */
.tbp_template {
position:relative;
}
.tbp_template > a.tb_turn_on {
background:#9215ea;
color:#fff;
position: absolute;
top:0;
left:0;
padding: 3px 5px 2px 3px;
margin:0;
line-height:1;
text-transform:uppercase;
font: normal normal 10px/1.2 sans-serif !important;
display:none;
z-index: 999;
}
.tbp_template:hover > a.tb_turn_on{
display:block;
}
.tbp_template > a.tb_turn_on:hover{
background:#aa48ef;
}
.tbp_template > a.tb_turn_on .dashicons-edit{
font-size: 13px;
line-height: .8;
margin-right: 2px;
width:auto;
height:auto;
}
/* MEDIA QUERIES */
@media screen and (max-width: 1130px) {
.tb_locked_content{
margin-left: 0;
width: calc(100% - 85px);
}
}
@media screen and (max-width:680px) {
.tb_locked_takeover {
float: none;
}
.tb_locked_btn {
margin: auto;
}
}
@media screen and (max-width:480px) {
.tb_locked_avatar{
margin-bottom: 20px;
}
.tb_locked_avatar,
.tb_locked_content{
width: 100%;
}
} | 0.434821 | 0.066206 |
* {
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
CSS Variables:root {
--navbar-height: 59px;
}
* {
margin: 0;
padding: 0;
}
body {
background-attachment: scroll;
background-repeat: no-repeat;
}
#background {
align-items: center;
}
#body {
height: 64px;
width: 100%;
padding-right: 16px;
margin-left: -8px;
margin-top: -8px;
transition: left 1.2s ease;
background: inherit;
/* filter */
filter: blur(10px);
-webkit-filter: blur(10px);
-moz-filter: blur(15px);
-o-filter: blur(15px);
-ms-filter: blur(15px);
z-index: 999;
}
.nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 64px;
background: rgba(255, 255, 255, 0.4);
border-bottom: 1px solid rgba(225, 225, 225, 0.5);
z-index: 1000;
}
.nav ul {
list-style: none;
text-align: center;
white-space: nowrap;
padding-right: 32px;
margin-top: 9px;
}
.nav ul li {
display: inline-block;
}
.nav ul li a {
font-family: soleil, sans-serif;
font-weight: 100;
font-size: 25px;
color: rgb(0, 0, 0);
padding: 19px 16px;
transition: background 0.4s, text-shadow 0.4s;
cursor: pointer;
text-decoration: none;
}
.nav ul li a:hover {
background: rgba(255, 255, 255, 0.2);
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.logo {
font-size: 2.5rem;
font-weight: bolder;
color: rgb(0, 133, 11);
text-transform: uppercase;
text-decoration: none;
}
body {
font-family: 'Signika', sans-serif;
}
.bg-grey {
background: #292929;
}
.logo-footer {
margin-bottom: 20px;
}
/* Home Section */
#home {
display: flex;
flex-direction: column;
padding: 3px 200px;
height: 550px;
justify-content: center;
align-items: center;
}
#home::before {
content: "";
position: absolute;
background: url('../Homebg1.jpeg') no-repeat center center/cover;
height: 642px;
top: 0px;
left: 0px;
width: 100%;
z-index: -1;
opacity: 0.89;
}
#home h1 {
color: white;
text-align: center;
font-family: 'Bree Serif', serif;
}
#home p {
color: white;
text-align: center;
font-size: 1.5rem;
font-family: 'Bree Serif', serif;
}
/about/ #aboutus::before {
content: "";
position: absolute;
background: url('../abs.jpeg') no-repeat center center/cover;
height: 742px;
top: 0px;
left: 0px;
width: 100%;
z-index: -1;
opacity: 0.89;
}
/*footer*/
footer {
color: rgb(255, 255, 255);
top: 10px;
height: 400px;
width: 400px;
}
footer p,
a {
font-size: 15px;
font-family: 'Roboto', sans-serif;
color: rgb(255, 255, 255);
}
footer h6 {
font-family: 'Playfair Display', serif;
margin-bottom: 2px;
position: relative;
color: rgb(255, 255, 255);
}
footer h6:after {
position: absolute;
content: "";
background: rgb(255, 255, 255);
width: 10%;
height: 1px;
left: 0;
bottom: -2px;
}
.btn-footer {
color: rgb(255, 255, 255);
text-decoration: none;
border: 1px solid;
border-radius: 43px;
font-size: 15px;
padding: 7px 30px;
line-height: 47px;
}
.btn-footer:hover {
text-decoration: none;
}
.form-footer input[type="text"] {
border: none;
border-radius: 16px 0 0 16px;
outline: none;
padding-left: 10px;
}
::placeholder {
font-size: 10px;
padding-left: 10px;
font-style: italic;
}
.form-footer input[type="button"] {
border: none;
background: #232323;
margin-left: -5px;
color: #fff;
outline: none;
border-radius: 0 16px 16px 0;
padding: 2px 12px;
}
.social .fa {
color: rgb(255, 255, 255);
font-size: 22px;
padding: 8px 11px;
background: #3c3c3c;
}
footer ul li {
list-style: none;
display: block;
color: rgb(255, 255, 255);
}
footer ul {
padding-left: 0;
}
footer ul li a {
text-decoration: none;
color: rgb(255, 255, 255);
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #f5f5f5 !important;
}
.logo-part {
border-right: 1px solid grey;
height: 100%;
} | Farmtech-main/home.css |
* {
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
CSS Variables:root {
--navbar-height: 59px;
}
* {
margin: 0;
padding: 0;
}
body {
background-attachment: scroll;
background-repeat: no-repeat;
}
#background {
align-items: center;
}
#body {
height: 64px;
width: 100%;
padding-right: 16px;
margin-left: -8px;
margin-top: -8px;
transition: left 1.2s ease;
background: inherit;
/* filter */
filter: blur(10px);
-webkit-filter: blur(10px);
-moz-filter: blur(15px);
-o-filter: blur(15px);
-ms-filter: blur(15px);
z-index: 999;
}
.nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 64px;
background: rgba(255, 255, 255, 0.4);
border-bottom: 1px solid rgba(225, 225, 225, 0.5);
z-index: 1000;
}
.nav ul {
list-style: none;
text-align: center;
white-space: nowrap;
padding-right: 32px;
margin-top: 9px;
}
.nav ul li {
display: inline-block;
}
.nav ul li a {
font-family: soleil, sans-serif;
font-weight: 100;
font-size: 25px;
color: rgb(0, 0, 0);
padding: 19px 16px;
transition: background 0.4s, text-shadow 0.4s;
cursor: pointer;
text-decoration: none;
}
.nav ul li a:hover {
background: rgba(255, 255, 255, 0.2);
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.logo {
font-size: 2.5rem;
font-weight: bolder;
color: rgb(0, 133, 11);
text-transform: uppercase;
text-decoration: none;
}
body {
font-family: 'Signika', sans-serif;
}
.bg-grey {
background: #292929;
}
.logo-footer {
margin-bottom: 20px;
}
/* Home Section */
#home {
display: flex;
flex-direction: column;
padding: 3px 200px;
height: 550px;
justify-content: center;
align-items: center;
}
#home::before {
content: "";
position: absolute;
background: url('../Homebg1.jpeg') no-repeat center center/cover;
height: 642px;
top: 0px;
left: 0px;
width: 100%;
z-index: -1;
opacity: 0.89;
}
#home h1 {
color: white;
text-align: center;
font-family: 'Bree Serif', serif;
}
#home p {
color: white;
text-align: center;
font-size: 1.5rem;
font-family: 'Bree Serif', serif;
}
/about/ #aboutus::before {
content: "";
position: absolute;
background: url('../abs.jpeg') no-repeat center center/cover;
height: 742px;
top: 0px;
left: 0px;
width: 100%;
z-index: -1;
opacity: 0.89;
}
/*footer*/
footer {
color: rgb(255, 255, 255);
top: 10px;
height: 400px;
width: 400px;
}
footer p,
a {
font-size: 15px;
font-family: 'Roboto', sans-serif;
color: rgb(255, 255, 255);
}
footer h6 {
font-family: 'Playfair Display', serif;
margin-bottom: 2px;
position: relative;
color: rgb(255, 255, 255);
}
footer h6:after {
position: absolute;
content: "";
background: rgb(255, 255, 255);
width: 10%;
height: 1px;
left: 0;
bottom: -2px;
}
.btn-footer {
color: rgb(255, 255, 255);
text-decoration: none;
border: 1px solid;
border-radius: 43px;
font-size: 15px;
padding: 7px 30px;
line-height: 47px;
}
.btn-footer:hover {
text-decoration: none;
}
.form-footer input[type="text"] {
border: none;
border-radius: 16px 0 0 16px;
outline: none;
padding-left: 10px;
}
::placeholder {
font-size: 10px;
padding-left: 10px;
font-style: italic;
}
.form-footer input[type="button"] {
border: none;
background: #232323;
margin-left: -5px;
color: #fff;
outline: none;
border-radius: 0 16px 16px 0;
padding: 2px 12px;
}
.social .fa {
color: rgb(255, 255, 255);
font-size: 22px;
padding: 8px 11px;
background: #3c3c3c;
}
footer ul li {
list-style: none;
display: block;
color: rgb(255, 255, 255);
}
footer ul {
padding-left: 0;
}
footer ul li a {
text-decoration: none;
color: rgb(255, 255, 255);
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #f5f5f5 !important;
}
.logo-part {
border-right: 1px solid grey;
height: 100%;
} | 0.302082 | 0.062189 |
.container {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
}
.container__inner {
flex: 1;
display: flex;
align-items: center;
flex-direction: column;
background-color: white;
}
.game_container {
width: 100%;
height: calc(100vh - 5rem);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
background: linear-gradient(
to right bottom,
rgba(119, 129, 125, 0.1),
var(--color-primary-dark)),
url('../../images/wood.jpeg');
}
.game {
margin-top: 2rem;
display: flex;
flex-direction: row;
width: 95%;
height: calc(100vh - 10rem);
align-items: center;
justify-content: space-around;
min-height: 60rem;
}
.user {
/*background-color: #2998ff;*/
border: 2px solid white;
border-radius: 1rem;
width: 20rem;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.user1 {
height: 100%;
margin-right: auto;
}
.user2 {
height: 100%;
margin-left: auto;
}
.board {
width: 110rem;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.boardData {
height: 3rem;
width: 100%;
text-align: center;
font-size: 2rem;
text-transform: capitalize;
}
.boardBoard {
margin-top: 3rem;
}
.turn {
margin-left: 5rem;
}
.popup {
font-size: 1rem;
text-align: center;
}
.footer {
font-size: 2rem;
margin-top: auto;
}
.endGame {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
width: 100rem;
}
.endHeader {
margin-top: 10rem;
font-size: 4rem;
text-transform: uppercase;
}
.endWinner {
margin-top: 5rem;
font-size: 5rem;
font-weight: bolder;
}
.endScore {
margin-top: 5rem;
text-align: center;
text-transform: uppercase;
}
.endScoreHeader {
font-size: 2.5rem;
}
.endScoreValue {
font-size: 3rem;
}
.endCountOfTurns {
margin-top: 5rem;
text-align: center;
text-transform: uppercase;
}
.endTurnsHeader {
font-size: 2.5rem;
}
.endTurnsValue {
font-size: 3rem;
}
.endMessage {
margin-top: 5rem;
font-size: 3rem;
text-transform: uppercase;
color: orange;
} | gomoku_front/src/features/game/game.module.css | .container {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
}
.container__inner {
flex: 1;
display: flex;
align-items: center;
flex-direction: column;
background-color: white;
}
.game_container {
width: 100%;
height: calc(100vh - 5rem);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
background: linear-gradient(
to right bottom,
rgba(119, 129, 125, 0.1),
var(--color-primary-dark)),
url('../../images/wood.jpeg');
}
.game {
margin-top: 2rem;
display: flex;
flex-direction: row;
width: 95%;
height: calc(100vh - 10rem);
align-items: center;
justify-content: space-around;
min-height: 60rem;
}
.user {
/*background-color: #2998ff;*/
border: 2px solid white;
border-radius: 1rem;
width: 20rem;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.user1 {
height: 100%;
margin-right: auto;
}
.user2 {
height: 100%;
margin-left: auto;
}
.board {
width: 110rem;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.boardData {
height: 3rem;
width: 100%;
text-align: center;
font-size: 2rem;
text-transform: capitalize;
}
.boardBoard {
margin-top: 3rem;
}
.turn {
margin-left: 5rem;
}
.popup {
font-size: 1rem;
text-align: center;
}
.footer {
font-size: 2rem;
margin-top: auto;
}
.endGame {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
width: 100rem;
}
.endHeader {
margin-top: 10rem;
font-size: 4rem;
text-transform: uppercase;
}
.endWinner {
margin-top: 5rem;
font-size: 5rem;
font-weight: bolder;
}
.endScore {
margin-top: 5rem;
text-align: center;
text-transform: uppercase;
}
.endScoreHeader {
font-size: 2.5rem;
}
.endScoreValue {
font-size: 3rem;
}
.endCountOfTurns {
margin-top: 5rem;
text-align: center;
text-transform: uppercase;
}
.endTurnsHeader {
font-size: 2.5rem;
}
.endTurnsValue {
font-size: 3rem;
}
.endMessage {
margin-top: 5rem;
font-size: 3rem;
text-transform: uppercase;
color: orange;
} | 0.695441 | 0.108378 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1 Theme Reset Style
#0.2 Global Elements
#0.3 header
#0.4 hero-slider
#0.5 footer
#0.6 cta-section
#0.7 services-section
#0.8 about-section
#0.9 projects-section
#1.0 testimonials-section
#1.1 partners-section
#1.2 contact-section
#1.3 news-section
#1.4 contact-info-map-section
#1.5 news-letter-section
----------------------------------------------------------------
#home style 2
----------------------------------------------------------------
#2.1 about-section-s2
#2.2 services-section-s2
#2.3 features-section
#2.4 team-section
#2.5 fun-fact-section
#2.6 fun-fact-section
#2.7 news-section-s2
#2.8 partners-section-s2
----------------------------------------------------------------
#home style 3
----------------------------------------------------------------
#3.1 about-section-s3
#3.2 work-process-section
#3.3 projects-section-s2
#3.4 pricing-section
#3.5 cta-section-s2
#3.6 news-section-s3
#3.7 partners-section-s3
----------------------------------------------------------------
#testimonials page
----------------------------------------------------------------
#4.1 all-testimonials-section
----------------------------------------------------------------
#team page
----------------------------------------------------------------
#5.1 all-team-member-section
----------------------------------------------------------------
#faq page
----------------------------------------------------------------
#6.1 faq-pg-section
----------------------------------------------------------------
#services page
----------------------------------------------------------------
#7.1 all-services-section
----------------------------------------------------------------
#projects page
----------------------------------------------------------------
#8.1 all-projects-section
----------------------------------------------------------------
#projects single page
----------------------------------------------------------------
#9.1 project-single-section
#9.2 project-single-wrok-process
----------------------------------------------------------------
#service single page
----------------------------------------------------------------
#10.1 service-singel-section
----------------------------------------------------------------
#contact page
----------------------------------------------------------------
#11.1 contact-pg-contact-section
----------------------------------------------------------------
#blog page
----------------------------------------------------------------
#12.1 blog-calassic-main-content
----------------------------------------------------------------
#blog details page
----------------------------------------------------------------
#13.1 blog-single-section
----------------------------------------------------------------*/
/*---------------------------
Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Heebo:400,500,700|Lato:400,400i,700");
/*--------------------------------------------------------------
#0.1 Theme Reset Style
--------------------------------------------------------------*/
html {
font-size: 15px;
}
body {
font-family: "Lato", sans-serif;
background-color: #fff;
font-size: 15px;
font-size: 1rem;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
@media (max-width: 767px) {
body {
font-size: 14px;
}
}
p {
color: #73787d;
line-height: 1.8em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Heebo", sans-serif;
color: #272e33;
font-weight: bold;
}
ul {
list-style-type: none;
padding-left: 0;
margin: 0;
}
a {
text-decoration: none;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
a:hover {
text-decoration: none;
}
img {
max-width: 100%;
}
/*--------------------------------------------------------------
#0.2 Global Elements
--------------------------------------------------------------*/
.page-wrapper {
position: relative;
overflow: hidden;
}
.wow {
visibility: hidden;
}
.fi:before {
margin: 0;
}
.section-padding {
padding: 100px 0;
}
@media (max-width: 991px) {
.section-padding {
padding: 90px 0;
}
}
@media (max-width: 767px) {
.section-padding {
padding: 80px 0;
}
}
.padding-bottom-0 {
padding-bottom: 0 !important;
}
/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
width: 100%;
margin-top: 15px;
margin-bottom: 0;
clear: both;
}
.contact-validation-active label.error {
color: red !important;
font-size: 0.93333rem;
font-weight: normal;
margin: 5px 0 0 0;
}
.contact-validation-active #loader,
.contact-validation-active #loader-2 {
display: none;
margin-top: 10px;
}
.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2 {
width: 100%;
color: #fff;
padding: 5px 10px;
font-size: 16px;
text-align: center;
display: none;
}
@media (max-width: 767px) {
.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2 {
font-size: 15px;
}
}
.contact-validation-active #success,
.contact-validation-active #success-2 {
background-color: #009a00;
border-left: 5px solid green;
margin-bottom: 5px;
}
.contact-validation-active #error,
.contact-validation-active #error-2 {
background-color: #ff1a1a;
border-left: 5px solid red;
}
.contact-validation-active #loader {
text-align: center;
color: #fff;
font-size: 8px;
font-size: 0.53333rem;
}
/*** back to top **/
.back-to-top {
background-color: rgba(255, 94, 20, 0.9);
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
display: none;
position: fixed;
z-index: 999;
right: 15px;
bottom: 15px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
@media (max-width: 991px) {
.back-to-top {
width: 35px;
height: 35px;
line-height: 35px;
}
}
.back-to-top:hover {
background-color: #ff5e14;
}
.back-to-top i {
font-size: 18px;
font-size: 1.2rem;
color: #fff;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/** for popup image ***/
.mfp-wrap {
background-color: rgba(0, 0, 0, 0.9);
z-index: 99999;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
/*** for fancybox video ***/
.fancybox-overlay {
background: rgba(0, 0, 0, 0.9);
z-index: 9999 !important;
}
.fancybox-wrap {
z-index: 99999 !important;
}
/**** style for box layout ***/
.box-layout {
/*** style for box layout ***/
}
@media screen and (min-width: 1200px) {
.box-layout {
width: 100%;
height: 100%;
background: url("../images/body-bg.jpg") center center/auto repeat fixed;
}
}
@media screen and (min-width: 1200px) {
.box-layout .page-wrapper {
background-color: #fff;
width: 1250px;
margin: 50px auto 0;
}
}
.section-title, .section-title-s2, .section-title-s3 {
text-align: center;
margin-bottom: 50px;
}
@media (max-width: 767px) {
.section-title, .section-title-s2, .section-title-s3 {
margin-bottom: 40px;
}
}
.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
font-size: 36px;
font-size: 2.4rem;
color: #242c33;
margin: -0.09em 0 0.33em;
}
@media (max-width: 991px) {
.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
font-size: 30px;
font-size: 2rem;
}
}
@media (max-width: 767px) {
.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
font-size: 25px;
font-size: 1.66667rem;
}
}
.section-title p, .section-title-s2 p, .section-title-s3 p {
margin: 0;
}
.section-title-s2, .section-title-s3 {
text-align: left;
}
@media (max-width: 991px) {
.section-title-s2, .section-title-s3 {
margin-bottom: 15px;
}
}
.section-title-s3 h2 {
color: #fff;
}
@media (max-width: 991px) {
.section-title-s4 {
margin-bottom: 15px;
}
}
.section-title-s4 > span {
font-size: 18px;
font-size: 1.2rem;
color: #74787d;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 3px;
}
@media (max-width: 991px) {
.section-title-s4 > span {
font-size: 16px;
font-size: 1.06667rem;
}
}
@media (max-width: 767px) {
.section-title-s4 > span {
font-size: 14px;
font-size: 0.93333rem;
}
}
.section-title-s4 h2 {
font-size: 36px;
font-size: 2.4rem;
color: #242c33;
margin: 3px 0 0;
}
@media (max-width: 991px) {
.section-title-s4 h2 {
font-size: 30px;
font-size: 2rem;
}
}
@media (max-width: 767px) {
.section-title-s4 h2 {
font-size: 25px;
font-size: 1.66667rem;
}
}
.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
font-family: "Heebo", sans-serif;
background-color: #fff;
font-size: 16px;
font-size: 1.06667rem;
font-weight: 500;
color: #ff5e14;
padding: 11px 30px;
border-radius: 2px;
display: inline-block;
}
@media (max-width: 991px) {
.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
font-size: 15px;
font-size: 1rem;
padding: 9px 25px;
}
}
@media (max-width: 767px) {
.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
font-size: 14px;
font-size: 0.93333rem;
padding: 8px 22px;
}
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover {
background-color: #ff5e14;
color: #fff;
}
.theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
background-color: #ff5e14;
color: #fff;
}
.theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover {
background-color: #fa4f00;
color: #fff;
}
.theme-btn-s3 {
background-color: #0d1e2d;
color: #fff;
}
.theme-btn-s3:hover {
background-color: #ff5e14;
}
.theme-btn-s4 {
background-color: transparent;
color: #ff5e14;
border: 2px solid #ff5e14;
padding: 8px 30px;
}
@media (max-width: 991px) {
.theme-btn-s4 {
padding: 8px 25px;
}
}
@media (max-width: 767px) {
.theme-btn-s4 {
padding: 7px 22px;
}
}
.form input,
.form textarea,
.form select {
border-radius: 0;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.form ::-webkit-input-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form :-moz-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form ::-moz-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form :-ms-input-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form select {
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
cursor: pointer;
}
.form select::-ms-expand {
/* for IE 11 */
display: none;
}
.social-links {
overflow: hidden;
}
.social-links li {
float: left;
width: 35px;
height: 35px;
margin-right: 1px;
}
.social-links li a {
background-color: #ff8147;
width: 35px;
height: 35px;
line-height: 35px;
display: block;
color: #fff;
text-align: center;
}
.social-links li a:hover {
background-color: #ff5e14;
}
/******************************
page title
******************************/
.page-title {
background: url("../images/page-title.jpg") center center/cover no-repeat local;
height: 415px;
position: relative;
width: 100%;
}
@media (max-width: 991px) {
.page-title {
height: 280px;
}
}
@media (max-width: 767px) {
.page-title {
height: 220px;
}
}
.page-title:before {
content: "";
background-color: rgba(13, 30, 45, 0.7);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.page-title .container {
height: 100%;
display: table;
}
.page-title .container > .row {
vertical-align: middle;
display: table-cell;
}
.page-title h2,
.page-title ol {
color: #fff;
}
.page-title .title-breadcrumb {
overflow: hidden;
margin: 0 -30px;
padding-top: 140px;
}
@media (max-width: 991px) {
.page-title .title-breadcrumb {
text-align: center;
padding-top: 0;
}
}
.page-title h2 {
font-size: 36px;
font-size: 2.4rem;
margin: 0;
}
@media screen and (min-width: 992px) {
.page-title h2 {
display: inline-block;
float: left;
}
}
@media (max-width: 991px) {
.page-title h2 {
font-size: 35px;
font-size: 2.33333rem;
margin: 0 0 0.3em;
}
}
@media (max-width: 767px) {
.page-title h2 {
font-size: 28px;
font-size: 1.86667rem;
}
}
.page-title .breadcrumb {
font-family: "Heebo", sans-serif;
background-color: transparent;
padding: 0;
margin: 0;
}
@media screen and (min-width: 992px) {
.page-title .breadcrumb {
display: inline-block;
float: right;
margin-top: 10px;
}
}
@media (max-width: 767px) {
.page-title .breadcrumb {
text-align: center;
}
}
.page-title .breadcrumb li {
font-size: 14px;
font-size: 0.93333rem;
color: #fff;
margin-right: 5px;
}
.page-title .breadcrumb li a {
color: #ff5e14;
}
.page-title .breadcrumb li a:hover {
color: #e04700;
}
.page-title .breadcrumb > li + li:before {
font-family: "FontAwesome";
content: "\f105";
color: #ff5e14;
margin-right: 5px;
}
.preloader {
width: 100%;
background-color: #fff;
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 10001;
}
.preloader div {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.theme-accordion-s1 {
margin-bottom: 0;
}
.theme-accordion-s1 .panel-default {
background: transparent;
border: 1px solid #dee0e1;
border-radius: 0;
}
.theme-accordion-s1 .panel-group .panel + .panel {
margin-top: 8px;
}
.theme-accordion-s1 .panel-heading {
background-color: transparent;
padding: 0;
border-radius: 0;
}
.theme-accordion-s1 .panel-heading a {
font-size: 18px;
font-size: 1.2rem;
font-weight: 600;
color: #fff;
display: block;
padding: 15px 25px;
position: relative;
}
@media (max-width: 1800px) {
.theme-accordion-s1 .panel-heading a {
background-color: #ff5e14;
}
}
@media (max-width: 991px) {
.theme-accordion-s1 .panel-heading a {
font-size: 16px;
font-size: 1.06667rem;
padding: 12px 20px;
}
}
@media (max-width: 767px) {
.theme-accordion-s1 .panel-heading a {
padding: 12px 15px;
}
}
.theme-accordion-s1 .panel-heading a:before {
font-family: "FontAwesome";
content: "\f107";
font-size: 20px;
font-size: 1.33333rem;
position: absolute;
right: 25px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
@media (max-width: 991px) {
.theme-accordion-s1 .panel-heading a:before {
font-size: 18px;
font-size: 1.2rem;
right: 20px;
}
}
.theme-accordion-s1 .panel-heading .collapsed {
background-color: #fff;
color: #222;
}
.theme-accordion-s1 .panel-heading .collapsed:before {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
background: rgba(255, 255, 255, 0.9);
border: 0;
padding: 24px 33px 12px;
}
@media (max-width: 1800px) {
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
background-color: #fff;
}
}
@media (max-width: 991px) {
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
padding: 20px 20px 10px;
}
}
@media (max-width: 767px) {
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
padding: 15px 15px 8px;
}
}
/*************************************
= service sinle sidebar
**************************************/
@media screen and (min-width: 992px) {
.service-single-sidebar {
padding-right: 40px;
}
}
@media (max-width: 991px) {
.service-single-sidebar {
margin-top: 80px;
}
}
.service-single-sidebar ul {
list-style-type: none;
}
.service-single-sidebar > .widget + .widget {
margin-top: 50px;
}
.service-single-sidebar .services-link-widget ul > li + li {
margin-top: 10px;
}
.service-single-sidebar .services-link-widget ul li a {
background-color: #f5f2f2;
font-weight: 600;
color: #242424;
padding: 14px 20px;
display: block;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.service-single-sidebar .services-link-widget ul li a {
font-size: 14px;
font-size: 0.93333rem;
}
}
@media (max-width: 767px) {
.service-single-sidebar .services-link-widget ul li a {
font-size: 12px;
font-size: 0.8rem;
padding: 10px 15px;
}
}
.service-single-sidebar .services-link-widget ul li a:hover,
.service-single-sidebar .services-link-widget ul li.current a {
background-color: #ff5e14;
color: #fff;
}
.service-single-sidebar .download-brocher-widget a {
background-color: #ff5e14;
font-size: 18px;
font-size: 1.2rem;
font-weight: 600;
color: #fff;
padding: 17px 20px 17px 50px;
position: relative;
display: block;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.service-single-sidebar .download-brocher-widget a {
font-size: 14px;
font-size: 0.93333rem;
}
}
@media (max-width: 767px) {
.service-single-sidebar .download-brocher-widget a {
font-size: 13px;
font-size: 0.86667rem;
padding: 10px 15px 10px 40px;
}
}
.service-single-sidebar .download-brocher-widget a i {
background-color: #0d1e2d;
padding: 5px 10px;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.service-single-sidebar .contact-widget {
border: 2px solid #e9e9e9;
padding: 30px 25px;
}
.service-single-sidebar .contact-widget h3 {
font-size: 20px;
font-size: 1.33333rem;
margin: 0 0 0.8em;
}
@media (max-width: 991px) {
.service-single-sidebar .contact-widget h3 {
font-size: 17px;
font-size: 1.13333rem;
}
}
.service-single-sidebar .contact-widget p {
margin: 0;
}
/*****************************
blog sidebar
******************************/
.blog-sidebar {
max-width: 300px;
margin-left: auto;
/*** search-widget ***/
/*** categories-widget ***/
/*** recent-post-widget ***/
/*** tagcloud-widget ***/
/*** news-letter-widget ***/
}
@media (max-width: 991px) {
.blog-sidebar {
max-width: 300px;
padding-left: 0;
margin-top: 80px;
margin-left: 0;
}
}
@media (max-width: 767px) {
.blog-sidebar {
margin-top: 70px;
}
}
.blog-sidebar ul {
list-style: none;
}
.blog-sidebar > .widget + .widget {
margin-top: 45px;
}
.blog-sidebar .widget > h3 {
font-size: 20px;
font-size: 1.33333rem;
font-weight: 500;
color: #051829;
margin: 0 0 0.65em;
position: relative;
text-transform: uppercase;
}
@media (max-width: 991px) {
.blog-sidebar .widget > h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
.blog-sidebar .search-widget div,
.blog-sidebar .news-letter-widget div {
position: relative;
}
.blog-sidebar .search-widget input,
.blog-sidebar .news-letter-widget input {
height: 40px;
border: 1px solid #e5e5e5;
padding: 6px 80px 6px 15px;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.blog-sidebar .search-widget button,
.blog-sidebar .news-letter-widget button {
background-color: #ff5e14;
width: 50px;
height: 40px;
line-height: 40px;
color: #fff;
border: 0;
outline: 0;
position: absolute;
right: 0;
top: 0;
}
.blog-sidebar .search-widget button:hover,
.blog-sidebar .news-letter-widget button:hover {
background-color: #e04700;
}
.blog-sidebar .categories-widget ul {
background-color: #eff7fa;
padding: 14px 25px;
}
.blog-sidebar .categories-widget ul > li + li {
border-top: 1px solid #e0e6e8;
}
.blog-sidebar .categories-widget ul a {
display: block;
color: #666;
padding: 10px 0;
position: relative;
}
.blog-sidebar .categories-widget ul a:hover {
color: #ff5e14;
}
.blog-sidebar .categories-widget ul a span {
position: absolute;
right: 0;
}
.blog-sidebar .categories-widget ul a span:before {
content: "(";
position: relative;
top: 1px;
}
.blog-sidebar .categories-widget ul a span:after {
content: ")";
position: relative;
top: 1px;
}
.blog-sidebar .recent-post-widget .posts {
background-color: #eff7fa;
padding: 30px 20px 10px;
}
.blog-sidebar .recent-post-widget .post {
overflow: hidden;
}
.blog-sidebar .recent-post-widget > .post + .post {
padding-top: 20px;
border-top: 1px solid #e8e8e8;
}
.blog-sidebar .recent-post-widget .entry-media {
width: 75px;
float: left;
margin-bottom: 20px;
}
.blog-sidebar .recent-post-widget .entry-details {
width: calc(100% - 75px);
float: left;
padding-left: 15px;
}
.blog-sidebar .recent-post-widget .entry-details h4 {
font-size: 15px;
font-size: 1rem;
font-weight: normal;
line-height: 1.4em;
margin: 0 0 0.3em;
}
@media (max-width: 767px) {
.blog-sidebar .recent-post-widget .entry-details h4 {
font-size: 14px;
font-size: 0.93333rem;
}
}
.blog-sidebar .recent-post-widget .entry-details h4 a {
color: #051829;
}
.blog-sidebar .recent-post-widget .entry-details h4 a:hover {
color: #ff5e14;
}
.blog-sidebar .recent-post-widget .date {
font-size: 14px;
font-size: 0.93333rem;
color: #bebfc0;
}
.blog-sidebar .tagcloud-widget > div {
margin: 0 -5px;
}
.blog-sidebar .tagcloud-widget a {
background-color: #f8f8fa;
font-size: 13px;
font-size: 0.86667rem;
color: #696e71;
padding: 7px 10px;
margin: 5px 3px;
border: 1px solid #f2f2f2;
display: inline-block;
}
.blog-sidebar .tagcloud-widget a:hover {
background-color: #ff5e14;
color: #fff;
}
.blog-sidebar .news-letter-widget input {
background-color: #e9ebec;
height: 46px;
-webkit-box-shadow: none;
box-shadow: none;
}
.blog-sidebar .news-letter-widget button {
height: 46px;
line-height: 46px;
border-left: 2px solid #fff;
}
/**** pagination ****/
.pagination-wrapper {
text-align: center;
margin-top: 45px;
}
@media (max-width: 991px) {
.pagination-wrapper {
text-align: left;
margin-top: 35px;
}
}
@media (max-width: 767px) {
.pagination-wrapper {
margin-top: 25px;
}
}
.pagination-wrapper .pg-pagination {
display: inline-block;
overflow: hidden;
list-style-type: none;
text-align: center;
}
.pagination-wrapper .pg-pagination li {
float: left;
margin-right: 10px;
}
@media (max-width: 767px) {
.pagination-wrapper .pg-pagination li {
margin-right: 5px;
}
}
.pagination-wrapper .pg-pagination li:last-child {
margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
font-family: "Heebo", sans-serif;
background-color: #b1b8c1;
display: block;
width: 30px;
height: 30px;
line-height: 30px;
color: #fff;
font-weight: 500;
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
background: #ff5e14;
background: -webkit-linear-gradient(top, #ff5e14, #fa4f00);
background: -moz-linear-gradient(top, #ff5e14, #fa4f00);
background: -o-linear-gradient(top, #ff5e14, #fa4f00);
background: -ms-linear-gradient(top, #ff5e14, #fa4f00);
background: -webkit-gradient(linear, left top, left bottom, from(#ff5e14), to(#fa4f00));
background: linear-gradient(top, #ff5e14, #fa4f00);
color: #fff;
}
.pagination-wrapper-left {
text-align: left;
margin-top: 70px;
}
@media (max-width: 991px) {
.pagination-wrapper-left {
margin-top: 45px;
}
}
.style-switcher-box {
background-color: #fff;
width: 252px;
padding: 50px 25px;
position: fixed;
left: -252px;
top: 15%;
z-index: 999;
border: 1px solid #d9d9d9;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.style-switcher-box ul {
list-style: none;
}
.style-switcher-box button {
background-color: #051829;
width: 45px;
height: 45px;
line-height: 40px;
text-align: center;
color: #000;
font-size: 20px;
border: 0;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
position: absolute;
right: -45px;
top: 50px;
}
.style-switcher-box button i {
color: #fff;
-webkit-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
}
.style-switcher-box h5 {
font-size: 18px;
color: #000;
text-align: center;
margin: 0 0 2em;
text-transform: uppercase;
}
.style-switcher-box .main-list > .list {
margin-bottom: 30px;
}
.style-switcher-box .main-list > .list:last-child {
margin-bottom: 0;
}
.style-switcher-box .list-title {
display: block;
font-size: 12px;
border-bottom: 1px solid #cccccc;
margin-bottom: 10px;
padding-bottom: 5px;
text-transform: uppercase;
}
.style-switcher-box .list > .sublist {
margin-bottom: 10px;
}
.style-switcher-box .list > .sublist:last-child {
margin-bottom: 0;
}
.style-switcher-box .sublist span {
display: block;
font-size: 12px;
margin-bottom: 5px;
}
.style-switcher-box .sublist ul {
overflow: hidden;
}
.style-switcher-box .sublist ul li {
float: left;
min-width: 36px;
min-height: 36px;
margin: 0 5px 5px 0;
cursor: pointer;
}
.style-switcher-box .sublist ul li:nth-child(5n+5) {
margin-right: 0;
}
.style-switcher-box .layout ul li {
background-color: #051829;
min-height: 20px;
color: #fff;
padding: 5px 10px;
font-size: 12px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.style-switcher-box p {
font-size: 11px;
margin: 15px 0 0;
}
.style-switcher-box p span {
color: #ff6666;
}
.toggle-switcherbox {
left: 0;
}
/*** rotating ***/
@-webkit-keyframes rotating {
form {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
form {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/*--------------------------------------------------------------
#0.3 header
--------------------------------------------------------------*/
.site-header {
/* navigation open and close btn hide for width screen */
/* style for navigation less than 992px */
/*navbar collaps less then 992px*/
}
.site-header .navigation {
background-color: #fff;
margin-bottom: 0;
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.site-header .navigation > .container {
position: relative;
}
.site-header .navigation .navbar-brand {
height: auto;
}
@media (max-width: 767px) {
.site-header .navigation .navbar-brand img {
max-width: 200px;
}
}
.site-header #navbar {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
/*** mega-menu style ***/
}
.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
text-decoration: none;
color: #ff5e14;
}
@media screen and (min-width: 992px) {
.site-header #navbar {
/*** hover effect ***/
}
.site-header #navbar li {
position: relative;
}
.site-header #navbar > ul > li > a {
padding: 34px 12px;
}
.site-header #navbar > ul .sub-menu {
background-color: #0d1e2d;
width: 220px;
position: absolute;
left: 0;
top: 130%;
z-index: 10;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.site-header #navbar > ul > li .sub-menu li {
border-bottom: 1px solid #132b41;
}
.site-header #navbar > ul > li .sub-menu a {
font-size: 14px;
font-size: 0.93333rem;
color: #a7a7a7;
display: block;
padding: 10px 15px;
}
.site-header #navbar > ul > li .sub-menu a:hover {
background-color: #ff5e14;
color: #fff;
}
.site-header #navbar > ul > li > .sub-menu .sub-menu {
left: 110%;
top: 0;
}
.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
position: relative;
}
.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
font-family: "FontAwesome";
content: "\f105";
font-size: 15px;
font-size: 1rem;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-header #navbar > ul > li:hover > .sub-menu {
top: 100%;
visibility: visible;
opacity: 1;
}
.site-header #navbar .sub-menu > li:hover > .sub-menu {
left: 100%;
visibility: visible;
opacity: 1;
}
}
@media (max-width: 991px) {
.site-header #navbar > ul > li a {
display: block;
font-size: 14px;
font-size: 0.93333rem;
}
.site-header #navbar > ul > li .sub-menu li {
border-bottom: 1px solid #e6e6e6;
}
.site-header #navbar > ul .sub-menu > li:last-child {
border-bottom: 0;
}
.site-header #navbar > ul > li > .sub-menu a {
padding: 8px 15px 8px 45px;
}
.site-header #navbar > ul > li > .sub-menu .sub-menu a {
padding: 8px 15px 8px 65px;
}
.site-header #navbar > ul .menu-item-has-children > a {
position: relative;
}
.site-header #navbar > ul .menu-item-has-children > a:before {
font-family: "FontAwesome";
content: "\f107";
font-size: 15px;
font-size: 1rem;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media screen and (min-width: 992px) {
.site-header #navbar {
/*** hover effect ***/
}
.site-header #navbar .has-mega-menu {
position: static;
}
.site-header #navbar .mega-menu,
.site-header #navbar .half-mega-menu {
background-color: #fff;
padding: 20px;
border-top: 2px solid #ff5e14;
position: absolute;
right: 0;
top: 120%;
z-index: 10;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.site-header #navbar .mega-menu {
width: 1140px;
right: 15px;
}
.site-header #navbar .half-mega-menu {
width: 585px;
}
.site-header #navbar .mega-menu-box-title {
font-size: 14px;
font-size: 0.93333rem;
text-transform: uppercase;
font-weight: bold;
display: block;
padding-bottom: 7px;
margin-bottom: 7px;
border-bottom: 1px solid #e6e6e6;
}
.site-header #navbar .mega-menu-list-holder li a {
font-size: 14px;
font-size: 0.93333rem;
display: block;
padding: 7px 8px;
margin-left: -8px;
}
.site-header #navbar .has-mega-menu:hover > ul {
top: 100%;
visibility: visible;
opacity: 1;
}
}
@media (max-width: 1199px) {
.site-header #navbar > ul .mega-menu {
width: 950px;
right: 15px;
}
.site-header #navbar > ul .half-mega-menu {
width: 485px;
}
}
@media (max-width: 991px) {
.site-header #navbar > ul .mega-menu,
.site-header #navbar > ul .half-mega-menu {
width: auto;
}
.site-header #navbar > ul .mega-menu .row,
.site-header #navbar > ul .half-mega-menu .row {
margin: 0;
}
.site-header #navbar .mega-menu-content > .row > .col {
margin-bottom: 25px;
}
}
@media (max-width: 991px) {
.site-header #navbar .mega-menu .mega-menu-list-holder a {
padding: 5px 15px 5px 40px;
}
.site-header #navbar .mega-menu .mega-menu-box-title {
font-size: 14px;
font-size: 0.93333rem;
text-transform: uppercase;
display: block;
border-bottom: 1px dotted #b3b3b3;
padding: 0 0 4px 5px;
margin: 0 25px 8px 25px;
}
}
@media screen and (min-width: 992px) {
.site-header .navbar-header .open-btn {
display: none;
}
.site-header #navbar .close-navbar {
display: none;
}
}
@media (max-width: 991px) {
.site-header {
/* class for show hide navigation */
}
.site-header .container {
width: 100%;
}
.site-header .navbar-header button {
background-color: #ff5e14;
width: 40px;
height: 35px;
border: 0;
padding: 5px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
outline: 0;
position: absolute;
right: 15px;
top: 6px;
z-index: 20;
}
.site-header .navbar-header button span {
background-color: #fff;
display: block;
height: 2px;
margin-bottom: 5px;
}
.site-header .navbar-header button span:last-child {
margin: 0;
}
.site-header #navbar {
background: #fff;
display: block !important;
width: 280px;
height: 100% !important;
margin: 0;
padding: 0;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
position: fixed;
right: -300px;
top: 0;
z-index: 100;
}
.site-header #navbar ul a {
color: #000;
}
.site-header #navbar ul a:hover,
.site-header #navbar ul li.current a {
color: #ff5e14;
}
.site-header #navbar .navbar-nav {
height: 100%;
overflow: auto;
}
.site-header #navbar .close-navbar {
background-color: #ff5e14;
width: 35px;
height: 35px;
color: #fff;
border: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
outline: none;
position: absolute;
left: -18px;
top: 10px;
z-index: 20;
}
.site-header #navbar > ul > li {
border-bottom: 1px solid #cccccc;
}
.site-header #navbar > ul > li > a {
padding: 10px 15px 10px 35px;
}
.site-header .slideInn {
right: 0 !important;
}
}
@media (max-width: 767px) {
.site-header .navbar-header .navbar-brand {
font-size: 24px;
}
.site-header #navbar .navbar-nav {
margin: 0;
}
}
@media (max-width: 991px) {
.site-header .navbar-collapse.collapse {
display: none;
}
.site-header .navbar-collapse.collapse.in {
display: block;
}
.site-header .navbar-header .collapse,
.site-header .navbar-toggle {
display: block;
}
.site-header .navbar-header {
float: none;
}
.site-header .navbar-right {
float: none;
}
.site-header .navbar-nav {
float: none;
}
.site-header .navbar-nav > li {
float: none;
}
}
/*****************************
header style 1
*****************************/
.header-style-1, .header-style-2, .header-style-3 {
/*** navigation ***/
}
.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
background-color: #0d1e2d;
padding: 15px 0;
}
.header-style-1 .topbar ul li, .header-style-2 .topbar ul li, .header-style-3 .topbar ul li {
font-size: 14px;
font-size: 0.93333rem;
color: #989fa7;
}
@media (max-width: 767px) {
.header-style-1 .topbar ul li, .header-style-2 .topbar ul li, .header-style-3 .topbar ul li {
font-size: 13px;
font-size: 0.86667rem;
margin-bottom: 6px;
}
}
.header-style-1 .topbar li i, .header-style-2 .topbar li i, .header-style-3 .topbar li i {
display: inline-block;
padding-right: 5px;
}
.header-style-1 .topbar .contact-info ul, .header-style-2 .topbar .contact-info ul, .header-style-3 .topbar .contact-info ul {
overflow: hidden;
float: right;
}
@media (max-width: 767px) {
.header-style-1 .topbar .contact-info ul, .header-style-2 .topbar .contact-info ul, .header-style-3 .topbar .contact-info ul {
float: none;
}
}
.header-style-1 .topbar .contact-info ul li, .header-style-2 .topbar .contact-info ul li, .header-style-3 .topbar .contact-info ul li {
float: left;
}
@media (max-width: 767px) {
.header-style-1 .topbar .contact-info ul li, .header-style-2 .topbar .contact-info ul li, .header-style-3 .topbar .contact-info ul li {
float: none;
}
}
.header-style-1 .topbar .contact-info ul > li + li, .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
margin-left: 35px;
}
@media (max-width: 767px) {
.header-style-1 .topbar .contact-info ul > li + li, .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
margin-left: 0;
}
}
@media (max-width: 767px) {
.header-style-1 .topbar .contact-info ul > li:last-child, .header-style-2 .topbar .contact-info ul > li:last-child, .header-style-3 .topbar .contact-info ul > li:last-child {
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
text-align: center;
}
.header-style-1 .topbar ul, .header-style-2 .topbar ul, .header-style-3 .topbar ul {
display: inline-block;
}
}
@media screen and (min-width: 992px) {
.header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
margin-right: 170px;
}
.header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
padding: 31px 12px;
color: #242c33;
position: relative;
z-index: 10;
}
.header-style-1 #navbar > ul > li > a:after, .header-style-2 #navbar > ul > li > a:after, .header-style-3 #navbar > ul > li > a:after {
content: "";
background-color: #ff5e14;
width: 90%;
height: 3px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.header-style-1 #navbar > ul > li > a:hover:after, .header-style-2 #navbar > ul > li > a:hover:after, .header-style-3 #navbar > ul > li > a:hover:after {
opacity: 1;
}
.header-style-1 #navbar > ul > li > a:hover, .header-style-2 #navbar > ul > li > a:hover, .header-style-3 #navbar > ul > li > a:hover {
color: #242c33;
}
}
.header-style-1 .navbar-header button, .header-style-2 .navbar-header button, .header-style-3 .navbar-header button {
top: 22px;
}
.header-style-1 .request-quote, .header-style-2 .request-quote, .header-style-3 .request-quote {
background: #ff5e14;
background: -webkit-linear-gradient(top, #ff5e14, #e04700);
background: -moz-linear-gradient(top, #ff5e14, #e04700);
background: -o-linear-gradient(top, #ff5e14, #e04700);
background: -ms-linear-gradient(top, #ff5e14, #e04700);
background: -webkit-gradient(linear, left top, left bottom, from(#ff5e14), to(#e04700));
background: linear-gradient(top, #ff5e14, #e04700);
position: absolute;
right: 15px;
top: 0;
}
@media (max-width: 991px) {
.header-style-1 .request-quote, .header-style-2 .request-quote, .header-style-3 .request-quote {
display: none;
}
}
.header-style-1 .request-quote a, .header-style-2 .request-quote a, .header-style-3 .request-quote a {
color: #fff;
padding: 31px 19px;
display: inline-block;
}
/*****************************
header style 2
*****************************/
@media screen and (min-width: 992px) {
.header-style-2, .header-style-3 {
width: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 100;
}
.header-style-2 .topbar, .header-style-3 .topbar,
.header-style-2 .navigation, .header-style-3 .navigation {
background: transparent;
}
.header-style-2 .topbar ul li, .header-style-3 .topbar ul li {
color: #989fa7;
}
.header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
color: #fff;
}
.header-style-2 #navbar > ul > li > a:after, .header-style-3 #navbar > ul > li > a:after {
display: none;
}
.header-style-2 #navbar > ul > li > a:hover, .header-style-3 #navbar > ul > li > a:hover {
color: #ff5e14;
}
}
@media (max-width: 991px) {
.header-style-2 .navigation, .header-style-3 .navigation {
background: #0d1e2d;
border-top: 1px solid #132b41;
}
}
.header-style-2 .request-quote, .header-style-3 .request-quote {
top: 19px;
}
.header-style-2 .request-quote a, .header-style-3 .request-quote a {
padding: 12px 19px;
}
/*****************************
header style 3
*****************************/
@media screen and (min-width: 992px) {
.header-style-3 .topbar {
background: transparent;
padding: 22px 0;
}
.header-style-3 .topbar .container {
padding: 0;
}
.header-style-3 .navigation .container {
background: #fff;
}
.header-style-3 .topbar ul li {
color: #fff;
}
.header-style-3 #navbar > ul > li > a {
color: #242c33;
}
}
@media (max-width: 991px) {
.header-style-3 .navigation {
background: #fff;
}
}
/*--------------------------------------------------------------
#0.4 hero slider
--------------------------------------------------------------*/
.hero {
position: relative;
height: 100vh;
overflow: hidden;
/** slider controls **/
}
@media (max-width: 767px) {
.hero {
min-height: 420px;
}
}
.hero .slide {
height: 100vh;
position: relative;
overflow: hidden;
background-repeat: no-repeat;
position: relative;
}
@media (max-width: 767px) {
.hero .slide {
min-height: 420px;
}
}
.hero .slide .slider-bg {
display: none;
}
.hero .slide:focus {
outline: none;
}
.hero .slide .container {
height: 100%;
display: table;
}
.hero .slide .row {
display: table-cell;
vertical-align: middle;
}
.hero .slick-prev,
.hero .slick-next {
z-index: 10;
}
@media (max-width: 991px) {
.hero .slick-prev,
.hero .slick-next {
display: none !important;
}
}
.hero .slick-prev {
left: 25px;
}
@media (max-width: 1199px) {
.hero .slick-prev {
left: 15px;
}
}
.hero .slick-prev:before {
font-family: "FontAwesome";
content: "\f104";
opacity: 1;
font-size: 72px;
font-size: 4.8rem;
}
@media (max-width: 1199px) {
.hero .slick-prev:before {
font-size: 52px;
font-size: 3.46667rem;
}
}
.hero .slick-next {
right: 25px;
}
@media (max-width: 1199px) {
.hero .slick-next {
right: 15px;
}
}
.hero .slick-next:before {
font-family: "FontAwesome";
content: "\f105";
opacity: 1;
font-size: 72px;
font-size: 4.8rem;
}
@media (max-width: 1199px) {
.hero .slick-next:before {
font-size: 52px;
font-size: 3.46667rem;
}
}
.hero .slick-dots {
bottom: 50px;
}
@media (max-width: 991px) {
.hero .slick-dots {
bottom: 30px;
}
}
.hero .slick-dots li {
margin: 0 3px;
}
.hero .slick-dots li button {
background-color: #fff;
width: 12px;
height: 12px;
margin: 0;
border-radius: 50%;
opacity: 0.8;
}
.hero .slick-dots li.slick-active button {
background-color: #ff5e14;
opacity: 1;
}
.hero .slick-dots li button:before {
display: none;
}
/*************************************
hero style 1
****************************************/
.hero-style-1, .hero-style-2, .hero-style-3 {
position: relative;
height: 690px;
/*** hero slider animation ***/
}
@media (max-width: 991px) {
.hero-style-1, .hero-style-2, .hero-style-3 {
height: 500px;
}
}
@media (max-width: 767px) {
.hero-style-1, .hero-style-2, .hero-style-3 {
height: 420px;
}
}
.hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
height: 690px;
position: relative;
}
@media (max-width: 991px) {
.hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
height: 500px;
}
}
@media (max-width: 767px) {
.hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
height: 420px;
}
}
.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
font-size: 72px;
font-size: 4.8rem;
color: #fff;
margin: 0 0 0.25em;
}
@media (max-width: 991px) {
.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
font-size: 52px;
font-size: 3.46667rem;
}
}
@media (max-width: 767px) {
.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
font-size: 35px;
font-size: 2.33333rem;
}
}
.hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span, .hero-style-3 .slide-caption h2 span {
font-size: 48px;
font-size: 3.2rem;
font-weight: normal;
display: block;
}
@media (max-width: 991px) {
.hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span, .hero-style-3 .slide-caption h2 span {
font-size: 35px;
font-size: 2.33333rem;
}
}
@media (max-width: 767px) {
.hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span, .hero-style-3 .slide-caption h2 span {
font-size: 25px;
font-size: 1.66667rem;
}
}
.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
font-size: 22px;
font-size: 1.46667rem;
line-height: 1.36em;
color: #fff;
margin: 0 0 2.95em;
}
@media (max-width: 991px) {
.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
font-size: 18px;
font-size: 1.2rem;
margin: 0 0 2em;
}
}
@media (max-width: 767px) {
.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
font-size: 17px;
font-size: 1.13333rem;
margin: 0 0 2em;
}
}
.hero-style-1 .hero-slider .slide-caption > h2, .hero-style-2 .hero-slider .slide-caption > h2, .hero-style-3 .hero-slider .slide-caption > h2,
.hero-style-1 .hero-slider .slide-caption > p, .hero-style-2 .hero-slider .slide-caption > p, .hero-style-3 .hero-slider .slide-caption > p,
.hero-style-1 .hero-slider .slide-caption > .btns, .hero-style-2 .hero-slider .slide-caption > .btns, .hero-style-3 .hero-slider .slide-caption > .btns {
opacity: 0;
}
.hero-style-1 .hero-slider .slick-list .slick-current .slide-caption > h2, .hero-style-2 .hero-slider .slick-list .slick-current .slide-caption > h2, .hero-style-3 .hero-slider .slick-list .slick-current .slide-caption > h2 {
-webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
-moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
-o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
-ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
animation: fadeInLeftSlow 1.5s 0.8s forwards;
}
.hero-style-1 .hero-slider .slick-list .slick-current .slide-caption > p, .hero-style-2 .hero-slider .slick-list .slick-current .slide-caption > p, .hero-style-3 .hero-slider .slick-list .slick-current .slide-caption > p {
-webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
-moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
-o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
-ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
animation: fadeInLeftSlow 1.5s 1.4s forwards;
}
.hero-style-1 .hero-slider .slick-list .slick-current .slide-caption > .btns, .hero-style-2 .hero-slider .slick-list .slick-current .slide-caption > .btns, .hero-style-3 .hero-slider .slick-list .slick-current .slide-caption > .btns {
-webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
-moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
-o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
-ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
animation: fadeInLeftSlow 1.5s 1.8s forwards;
}
/*************************************
hero style 2
****************************************/
.hero-style-2, .hero-style-3 {
height: 820px;
}
@media (max-width: 991px) {
.hero-style-2, .hero-style-3 {
height: 500px;
}
}
@media (max-width: 767px) {
.hero-style-2, .hero-style-3 {
height: 420px;
}
}
.hero-style-2 .slide, .hero-style-3 .slide {
height: 820px;
}
@media (max-width: 991px) {
.hero-style-2 .slide, .hero-style-3 .slide {
height: 500px;
}
}
@media (max-width: 767px) {
.hero-style-2 .slide, .hero-style-3 .slide {
height: 420px;
}
}
@media screen and (min-width: 992px) {
.hero-style-2 .slide .row .col, .hero-style-3 .slide .row .col {
margin-top: 100px;
}
}
/*************************************
hero style 3
****************************************/
.hero-style-3 {
text-align: center;
}
/*--------------------------------------------------------------
#0.5 footer
--------------------------------------------------------------*/
.site-footer {
background: #f0f0f0;
border-top: 1px solid #dcdcdc;
/*** about widget ***/
/*** services-widget ***/
/*** twitter-feed-widget ***/
/*** recent-post-widget ***/
/*** copyright-info ***/
}
.site-footer .upper-footer {
padding: 100px 0;
}
@media (max-width: 991px) {
.site-footer .upper-footer {
padding: 80px 0 35px;
}
}
@media (max-width: 767px) {
.site-footer .upper-footer {
padding: 70px 0 30px;
}
}
.site-footer .upper-footer ul {
list-style: none;
}
.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
color: #242c33;
}
@media (max-width: 991px) {
.site-footer .upper-footer .row > .col {
margin-bottom: 55px;
}
}
@media (max-width: 767px) {
.site-footer .upper-footer .row > .col {
margin-bottom: 50px;
}
}
.site-footer .widget > h3,
.site-footer .widget .footer-logo {
font-size: 24px;
font-size: cacl-rem-value(24);
color: #242c33;
text-transform: uppercase;
margin: 0 0 2em;
position: relative;
}
@media (max-width: 991px) {
.site-footer .widget > h3,
.site-footer .widget .footer-logo {
font-size: 20px;
font-size: cacl-rem-value(20);
}
}
@media (max-width: 767px) {
.site-footer .widget > h3,
.site-footer .widget .footer-logo {
font-size: 16px;
font-size: cacl-rem-value(16);
}
}
@media screen and (min-width: 1200px) {
.site-footer .about-widget {
padding-right: 20px;
}
}
.site-footer .about-widget p {
margin-top: -25px;
}
@media (max-width: 767px) {
.site-footer .about-widget p {
margin-top: 0;
}
}
.site-footer .about-widget ul {
overflow: hidden;
margin-top: 45px;
}
@media (max-width: 991px) {
.site-footer .about-widget ul {
margin-top: 25px;
}
}
.site-footer .about-widget ul li {
float: left;
}
.site-footer .about-widget ul > li + li {
margin-left: 20px;
}
@media (max-width: 991px) {
.site-footer .about-widget ul > li + li {
margin-left: 15px;
}
}
.site-footer .about-widget ul a {
font-size: 18px;
font-size: 1.2rem;
}
@media (max-width: 991px) {
.site-footer .about-widget ul a {
font-size: 16px;
font-size: 1.06667rem;
}
}
.site-footer .about-widget ul a:hover {
color: #ff5e14;
}
.site-footer .services-widget {
overflow: hidden;
}
@media screen and (min-width: 1200px) {
.site-footer .services-widget {
padding-right: 45px;
}
}
.site-footer .services-widget a {
font-size: 16px;
font-size: 1.06667rem;
}
@media (max-width: 767px) {
.site-footer .services-widget a {
font-size: 15px;
font-size: 1rem;
}
}
.site-footer .services-widget a:hover {
color: #ff5e14;
}
.site-footer .services-widget i {
display: inline-block;
padding-right: 5px;
}
.site-footer .services-widget ul li + li {
margin-top: 23px;
}
@media (max-width: 767px) {
.site-footer .services-widget ul li + li {
margin-top: 10px;
}
}
.site-footer .twitter-feed-widget ul li + li {
padding-top: 14px;
margin-top: 14px;
border-top: 1px solid #dcdcdc;
}
.site-footer .twitter-feed-widget p {
color: #989fa7;
padding-right: 25px;
}
.site-footer .twitter-feed-widget i {
color: #198cfa;
display: inline-block;
padding-right: 5px;
}
.site-footer .twitter-feed-widget .info-box a {
font-size: 14px;
font-size: 0.93333rem;
color: #ff5e14;
}
@media (max-width: 991px) {
.site-footer .twitter-feed-widget .info-box a {
font-weight: normal;
}
}
.site-footer .recent-post-widget ul > li + li {
margin-top: 40px;
}
.site-footer .recent-post-widget li {
padding-left: 88px;
position: relative;
}
.site-footer .recent-post-widget .entry-media {
position: absolute;
left: 0;
top: 0;
}
.site-footer .recent-post-widget .entry-details h4 {
font-size: 16px;
font-size: 1.06667rem;
font-weight: 500 !important;
color: #242c33;
line-height: 1.5em;
font-weight: normal;
margin: 0;
position: relative;
top: -5px;
}
@media (max-width: 1199px) {
.site-footer .recent-post-widget .entry-details h4 {
font-size: 14px;
font-size: 0.93333rem;
}
}
.site-footer .recent-post-widget .entry-details h4 a {
color: #242c33;
}
.site-footer .recent-post-widget .entry-details h4 a:hover {
color: #ff5e14;
}
.site-footer .recent-post-widget .entry-details .date {
font-size: 16px;
font-size: 1.06667rem;
color: #7a8595;
font-weight: 500;
}
@media (max-width: 1199px) {
.site-footer .recent-post-widget .entry-details .date {
font-size: 14px;
font-size: 0.93333rem;
}
}
.site-footer .copyright-info {
padding: 13px 0;
text-align: center;
border-top: 1px solid #dcdcdc;
}
.site-footer .copyright-info p {
color: #989fa7;
margin: 0;
}
@media (max-width: 767px) {
.site-footer .copyright-info p {
font-size: 13px;
font-size: cacl-rem-value(13);
}
}
.site-footer .copyright-info a {
color: #989fa7;
}
.site-footer .copyright-info a:hover {
color: #ff5e14;
}
.sticky-header {
width: 100%;
position: fixed;
left: 0;
top: -200px;
z-index: 9999;
opacity: 0;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
-ms-transition: all 0.7s;
transition: all 0.7s;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.sticky-on {
opacity: 1;
top: 0;
}
.header-style-2 .sticky-header, .header-style-3 .sticky-header {
background: #0d1e2d;
}
.header-style-3 .sticky-header {
background: #fff;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/**** style for box layout ***/
@media screen and (min-width: 1200px) {
.box-layout .sticky-header {
width: 1250px !important;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
}
/*--------------------------------------------------------------
#0.6 cta-section
--------------------------------------------------------------*/
.cta-section, .cta-section-s2 {
background: url("../images/cta-bg.jpg") center center/cover no-repeat local;
padding: 55px 0;
position: relative;
}
@media (max-width: 991px) {
.cta-section, .cta-section-s2 {
text-align: center;
}
}
.cta-section:before, .cta-section-s2:before {
content: "";
background-color: rgba(255, 255, 255, 0.9);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.cta-section .cta-text, .cta-section-s2 .cta-text {
position: relative;
}
@media screen and (min-width: 992px) {
.cta-section .cta-text .theme-btn-s2, .cta-section-s2 .cta-text .theme-btn-s2, .cta-section .cta-text .theme-btn-s3, .cta-section-s2 .cta-text .theme-btn-s3, .cta-section .cta-text .theme-btn-s4, .cta-section-s2 .cta-text .theme-btn-s4 {
position: absolute;
right: 0;
top: 0;
}
}
.cta-section h3, .cta-section-s2 h3 {
font-size: 30px;
font-size: 2rem;
font-weight: 500;
color: #242c33;
margin: 0;
}
@media screen and (min-width: 992px) {
.cta-section h3, .cta-section-s2 h3 {
padding-right: 200px;
}
}
@media (max-width: 1199px) {
.cta-section h3, .cta-section-s2 h3 {
font-size: 25px;
font-size: 1.66667rem;
}
}
@media (max-width: 991px) {
.cta-section h3, .cta-section-s2 h3 {
font-size: 22px;
font-size: 1.46667rem;
margin-bottom: 1em;
}
}
@media (max-width: 767px) {
.cta-section h3, .cta-section-s2 h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
/*--------------------------------------------------------------
#0.7 services-section
--------------------------------------------------------------*/
.services-section {
background-color: #edf5f8;
padding-bottom: 90px;
}
@media (max-width: 991px) {
.services-section {
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.services-section {
padding-bottom: 70px;
}
}
.services-section .services-grids .grid {
background-color: #fff;
padding: 10px;
border-radius: 3px;
}
.services-section .grid .img-overlay {
position: relative;
overflow: hidden;
}
.services-section .grid .overlay {
background-color: rgba(255, 94, 20, 0.7);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: calc(100% - 5px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
.services-section .grid:hover .overlay {
top: 0;
}
.services-section .grid .overlay a {
background-color: #fff;
width: 45px;
height: 45px;
line-height: 45px;
font-size: 24px;
font-size: 1.6rem;
color: #ff5e14;
text-align: center;
border-radius: 5px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
.services-section .grid .overlay a {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 20px;
font-size: 1.33333rem;
border-radius: 3px;
}
}
.services-section .grid .details {
padding: 23px 28px 15px;
}
@media (max-width: 1199px) {
.services-section .grid .details {
padding: 23px 15px 15px;
}
}
@media (max-width: 767px) {
.services-section .grid .details {
padding: 23px 5px 15px;
}
}
.services-section .grid .details h3 {
font-size: 26px;
font-size: 1.73333rem;
font-weight: 500;
color: #242c33;
margin: 0 0 0.35em;
}
@media (max-width: 1199px) {
.services-section .grid .details h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 767px) {
.services-section .grid .details h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
.services-section .grid .details p {
margin-bottom: 1.7em;
}
.services-section .grid .read-more {
padding-top: 17px;
border-top: 1px solid #efefef;
}
.services-section .grid .read-more a {
font-family: "Heebo", sans-serif;
font-weight: 500;
color: #242c33;
}
.services-section .grid .read-more a:hover {
color: #ff5e14;
}
.services-section .view-all-services {
font-family: "Heebo", sans-serif;
max-width: 280px;
position: relative;
z-index: 10;
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
color: #7a8595;
margin: 0;
}
@media (max-width: 1199px) {
.services-section .view-all-services {
font-size: 16px;
font-size: 1.06667rem;
}
}
@media (max-width: 991px) {
.services-section .view-all-services {
font-size: 15px;
font-size: 1rem;
margin: 0;
}
}
@media (max-width: 767px) {
.services-section .view-all-services {
text-align: center;
margin: 55px auto 0;
}
}
.services-section .view-all-services a {
color: #ff5e14;
}
.services-section .owl-controls {
position: relative;
margin-top: 65px;
}
@media (max-width: 767px) {
.services-section .owl-controls {
margin-top: 55px;
}
}
.services-section .owl-controls .owl-dots .owl-dot span {
width: 12px;
height: 12px;
background: #ff5e14;
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px transparent;
box-shadow: 0 0 0 2px transparent;
}
.services-section .owl-controls .owl-dots .active span {
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px #ff5e14;
box-shadow: 0 0 0 2px #ff5e14;
}
.services-section .owl-controls .owl-nav {
position: absolute;
right: 0;
top: -15px;
}
@media (max-width: 767px) {
.services-section .owl-controls .owl-nav {
width: 100%;
top: -10px;
}
}
.services-section .owl-controls .owl-nav .owl-prev,
.services-section .owl-controls .owl-nav .owl-next {
background: #fff;
width: 34px;
height: 34px;
line-height: 30px;
color: #242c33;
border-radius: 0;
}
@media (max-width: 767px) {
.services-section .owl-controls .owl-nav .owl-prev,
.services-section .owl-controls .owl-nav .owl-next {
width: 30px;
height: 30px;
line-height: 27px;
font-size: 12px;
font-size: 0.8rem;
}
}
.services-section .owl-controls .owl-nav .owl-prev:hover,
.services-section .owl-controls .owl-nav .owl-next:hover {
background: #ff5e14;
color: #fff;
}
/*--------------------------------------------------------------
#0.8 about-section
--------------------------------------------------------------*/
.about-section {
background: url("../images/about-section-bg.jpg") center center/cover no-repeat local;
}
.about-section .content {
overflow: hidden;
position: relative;
}
.about-section .left-col {
background-color: rgba(255, 94, 20, 0.9);
width: calc(50% + 90px);
float: left;
padding: 125px 0 115px;
overflow: hidden;
}
@media (max-width: 991px) {
.about-section .left-col {
width: 100%;
float: none;
padding: 80px 0 75px;
}
}
.about-section .right-col {
width: calc(50% - 90px);
height: 100%;
float: left;
padding: 125px 0;
position: absolute;
top: 0;
right: 0;
}
@media (max-width: 991px) {
.about-section .right-col {
width: 100%;
float: none;
position: relative;
height: auto;
}
}
@media (max-width: 767px) {
.about-section .right-col {
padding: 90px 0;
}
}
.about-section .left-col .inner {
max-width: 670px;
float: right;
margin-left: auto;
padding-right: 75px;
}
@media (max-width: 1199px) {
.about-section .left-col .inner {
max-width: 560px;
}
}
@media (max-width: 991px) {
.about-section .left-col .inner {
max-width: 750px;
float: none;
margin: auto;
padding: 0 15px;
}
}
.about-section .left-col h3 {
font-size: 36px;
font-size: 2.4rem;
line-height: 1.22em;
color: #fff;
margin: -0.13em 0 0.8em;
padding-right: 100px;
}
@media (max-width: 1199px) {
.about-section .left-col h3 {
padding-right: 0;
}
}
@media (max-width: 991px) {
.about-section .left-col h3 {
font-size: 30px;
font-size: 2rem;
}
}
@media (max-width: 767px) {
.about-section .left-col h3 {
font-size: 22px;
font-size: 1.46667rem;
}
}
.about-section .left-col p {
color: #fff;
margin-bottom: 3em;
}
.about-section .social span {
font-family: "Heebo", sans-serif;
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
color: #fff;
text-transform: uppercase;
}
@media (max-width: 991px) {
.about-section .social span {
font-size: 16px;
font-size: 1.06667rem;
}
}
.about-section .social ul {
overflow: hidden;
margin-top: 10px;
}
.about-section .social ul li {
float: left;
}
.about-section .social ul > li + li {
margin-left: 20px;
}
@media (max-width: 991px) {
.about-section .social ul > li + li {
margin-left: 10px;
}
}
.about-section .social ul a {
font-size: 36px;
font-size: 2.4pxrem;
color: #fff;
}
@media (max-width: 991px) {
.about-section .social ul a {
font-size: 25px;
font-size: 1.66667rem;
}
}
.about-section .right-col .video-holder {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.about-section .right-col .video-holder a {
font-family: "Heebo", sans-serif;
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
color: #fff;
}
@media (max-width: 767px) {
.about-section .right-col .video-holder a {
font-size: 16px;
font-size: 1.06667rem;
}
}
.about-section .right-col .video-holder i {
background-color: #ff5e14;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 10px;
font-size: 0.66667rem;
text-align: center;
border-radius: 50%;
display: inline-block;
margin-right: 10px;
}
/*--------------------------------------------------------------
#0.9 projects-section
--------------------------------------------------------------*/
.projects-section, .projects-section-s2 {
padding-bottom: 90px;
}
@media (max-width: 991px) {
.projects-section, .projects-section-s2 {
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.projects-section, .projects-section-s2 {
padding-bottom: 70px;
}
}
.projects-section .container-fluid, .projects-section-s2 .container-fluid {
padding: 0 0 0 10px;
}
.projects-section .gallery-filters, .projects-section-s2 .gallery-filters {
text-align: center;
}
.projects-section .gallery-filters ul, .projects-section-s2 .gallery-filters ul {
display: inline-block;
overflow: hidden;
margin-bottom: 35px;
}
@media (max-width: 600px) {
.projects-section .gallery-filters ul, .projects-section-s2 .gallery-filters ul {
margin-bottom: 25px;
}
}
.projects-section .gallery-filters li, .projects-section-s2 .gallery-filters li {
float: left;
}
@media (max-width: 600px) {
.projects-section .gallery-filters li, .projects-section-s2 .gallery-filters li {
float: none;
margin-bottom: 5px;
}
}
.projects-section .gallery-filters ul > li + li, .projects-section-s2 .gallery-filters ul > li + li {
margin-left: 60px;
}
@media (max-width: 1199px) {
.projects-section .gallery-filters ul > li + li, .projects-section-s2 .gallery-filters ul > li + li {
margin-left: 40px;
}
}
@media (max-width: 991px) {
.projects-section .gallery-filters ul > li + li, .projects-section-s2 .gallery-filters ul > li + li {
margin-left: 25px;
}
}
@media (max-width: 600px) {
.projects-section .gallery-filters ul > li + li, .projects-section-s2 .gallery-filters ul > li + li {
margin-left: 0;
}
}
.projects-section .gallery-filters a, .projects-section-s2 .gallery-filters a {
font-family: "Heebo", sans-serif;
font-size: 24px;
font-size: 1.6rem;
font-weight: bold;
color: #ff5e14;
}
@media (max-width: 1199px) {
.projects-section .gallery-filters a, .projects-section-s2 .gallery-filters a {
font-size: 20px;
font-size: 1.33333rem;
font-weight: 500;
}
}
@media (max-width: 991px) {
.projects-section .gallery-filters a, .projects-section-s2 .gallery-filters a {
font-size: 16px;
font-size: 1.06667rem;
}
}
@media (max-width: 767px) {
.projects-section .gallery-filters a, .projects-section-s2 .gallery-filters a {
font-size: 15px;
font-size: 1rem;
}
}
.projects-section .gallery-filters ul li a.current, .projects-section-s2 .gallery-filters ul li a.current {
text-decoration: underline;
}
.projects-section .gallery-container .box, .projects-section-s2 .gallery-container .box {
width: 25%;
float: left;
padding: 0 10px 10px 0;
position: relative;
}
@media (max-width: 991px) {
.projects-section .gallery-container .box, .projects-section-s2 .gallery-container .box {
width: 33.33%;
}
}
@media (max-width: 767px) {
.projects-section .gallery-container .box, .projects-section-s2 .gallery-container .box {
width: 50%;
}
}
@media (max-width: 600px) {
.projects-section .gallery-container .box, .projects-section-s2 .gallery-container .box {
width: 100%;
float: none;
}
.projects-section .gallery-container .box img, .projects-section-s2 .gallery-container .box img {
width: 100%;
}
}
.projects-section .box .details, .projects-section-s2 .box .details {
background-color: #0d1e2d;
width: calc(100% - 40px);
height: calc(100% - 40px);
position: absolute;
left: 15px;
top: 15px;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.projects-section .box:hover .details, .projects-section-s2 .box:hover .details {
visibility: visible;
opacity: 1;
}
.projects-section .details .info, .projects-section-s2 .details .info {
width: 100%;
padding: 15px 10px;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.projects-section .info .cat, .projects-section-s2 .info .cat {
font-size: 14px;
font-size: 0.93333rem;
color: #ff5e14;
}
@media (max-width: 767px) {
.projects-section .info .cat, .projects-section-s2 .info .cat {
font-size: 13px;
font-size: 0.86667rem;
}
}
.projects-section .info h3, .projects-section-s2 .info h3 {
font-size: 24px;
font-size: 1.6rem;
margin: 0.4em 0 0;
}
@media (max-width: 1199px) {
.projects-section .info h3, .projects-section-s2 .info h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 991px) {
.projects-section .info h3, .projects-section-s2 .info h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
@media (max-width: 767px) {
.projects-section .info h3, .projects-section-s2 .info h3 {
font-size: 15px;
font-size: 1rem;
}
}
.projects-section .info h3 a, .projects-section-s2 .info h3 a {
color: #fff;
}
.projects-section .info h3 a:hover, .projects-section-s2 .info h3 a:hover {
color: #ff5e14;
}
/*--------------------------------------------------------------
#1.0 testimonials-section
--------------------------------------------------------------*/
.testimonials-section, .testimonials-section-s2 {
padding-bottom: 125px;
}
@media (max-width: 1199px) {
.testimonials-section, .testimonials-section-s2 {
padding-bottom: 100px;
}
}
@media (max-width: 991px) {
.testimonials-section, .testimonials-section-s2 {
padding-bottom: 90px;
}
}
@media (max-width: 767px) {
.testimonials-section, .testimonials-section-s2 {
padding-bottom: 90px;
}
}
.testimonials-section .testimonials-grids img, .testimonials-section-s2 .testimonials-grids img {
width: auto;
}
.testimonials-section .testimonials-grids, .testimonials-section-s2 .testimonials-grids {
positition: relative;
margin-left: -45px;
}
@media (max-width: 1199px) {
.testimonials-section .testimonials-grids, .testimonials-section-s2 .testimonials-grids {
margin-left: 0;
}
}
@media (max-width: 991px) {
.testimonials-section .testimonials-grids, .testimonials-section-s2 .testimonials-grids {
margin-top: 40px;
}
}
@media (max-width: 767px) {
.testimonials-section .testimonials-grids, .testimonials-section-s2 .testimonials-grids {
margin-top: 30px;
}
}
.testimonials-section .testimonials-grids:before, .testimonials-section-s2 .testimonials-grids:before {
content: "";
background: url("../images/testimonials/client-pic-bg.jpg") center center/cover no-repeat local;
width: 300px;
height: 310px;
position: absolute;
left: -45px;
bottom: -45px;
}
@media (max-width: 1199px) {
.testimonials-section .testimonials-grids:before, .testimonials-section-s2 .testimonials-grids:before {
display: none;
}
}
.testimonials-section .testimonials-grids .grid, .testimonials-section-s2 .testimonials-grids .grid {
overflow: hidden;
}
.testimonials-section .grid .img-holder, .testimonials-section-s2 .grid .img-holder {
width: 295px;
float: left;
}
@media (max-width: 767px) {
.testimonials-section .grid .img-holder, .testimonials-section-s2 .grid .img-holder {
width: 100%;
float: none;
}
}
.testimonials-section .grid .img-holder img, .testimonials-section-s2 .grid .img-holder img {
border: 10px solid #fff;
-webkit-box-shadow: 0 0 10px rgba(171, 171, 171, 0.3);
box-shadow: 0 0 10px rgba(171, 171, 171, 0.3);
margin: 10px;
}
@media (max-width: 991px) {
.testimonials-section .grid .img-holder img, .testimonials-section-s2 .grid .img-holder img {
margin: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 10px solid #f1f1f1;
}
}
.testimonials-section .grid .details, .testimonials-section-s2 .grid .details {
width: calc(100% - 295px);
float: right;
padding: 40px 0 0 45px;
}
@media (max-width: 991px) {
.testimonials-section .grid .details, .testimonials-section-s2 .grid .details {
padding: 0 0 0 45px;
}
}
@media (max-width: 767px) {
.testimonials-section .grid .details, .testimonials-section-s2 .grid .details {
width: 100%;
float: none;
padding: 35px 0 0;
}
}
.testimonials-section .grid .details h3, .testimonials-section-s2 .grid .details h3 {
font-size: 24px;
font-size: 1.6rem;
color: #242c33;
margin: 0 0 6px;
line-height: 1.3em;
}
@media (max-width: 991px) {
.testimonials-section .grid .details h3, .testimonials-section-s2 .grid .details h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 767px) {
.testimonials-section .grid .details h3, .testimonials-section-s2 .grid .details h3 {
font-size: 17px;
font-size: 1.13333rem;
}
}
.testimonials-section .details .client-info, .testimonials-section-s2 .details .client-info {
font-family: "Heebo", sans-serif;
font-size: 16px;
font-size: 1.06667rem;
font-weight: 500;
color: #74787d;
display: block;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.testimonials-section .details .client-info, .testimonials-section-s2 .details .client-info {
font-size: 15px;
font-size: 1rem;
}
}
.testimonials-section .details p, .testimonials-section-s2 .details p {
margin-bottom: 1.5em;
}
.testimonials-section .rating i, .testimonials-section-s2 .rating i {
color: #ff5e14;
}
.testimonials-section .owl-controls, .testimonials-section-s2 .owl-controls {
position: relative;
margin-top: 0;
}
@media (max-width: 991px) {
.testimonials-section .owl-controls, .testimonials-section-s2 .owl-controls {
margin-top: 45px;
}
}
@media (max-width: 767px) {
.testimonials-section .owl-controls, .testimonials-section-s2 .owl-controls {
text-align: left;
margin-left: -5px;
}
}
.testimonials-section .owl-controls .owl-dots, .testimonials-section-s2 .owl-controls .owl-dots {
width: 720px;
}
@media (max-width: 991px) {
.testimonials-section .owl-controls .owl-dots, .testimonials-section-s2 .owl-controls .owl-dots {
width: 100%;
text-align: left;
}
}
@media (max-width: 767px) {
.testimonials-section .owl-controls .owl-dots, .testimonials-section-s2 .owl-controls .owl-dots {
display: none !important;
}
}
.testimonials-section .owl-controls .owl-dots .owl-dot span, .testimonials-section-s2 .owl-controls .owl-dots .owl-dot span {
width: 12px;
height: 12px;
background: #c6c7c9;
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px transparent;
box-shadow: 0 0 0 2px transparent;
}
.testimonials-section .owl-controls .owl-dots .active span, .testimonials-section-s2 .owl-controls .owl-dots .active span {
background: #ff5e14;
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px #ff5e14;
box-shadow: 0 0 0 2px #ff5e14;
}
.testimonials-section .owl-controls .owl-nav, .testimonials-section-s2 .owl-controls .owl-nav {
position: absolute;
right: 0;
top: -10px;
}
@media (max-width: 767px) {
.testimonials-section .owl-controls .owl-nav, .testimonials-section-s2 .owl-controls .owl-nav {
width: 100%;
top: -10px;
}
}
.testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-section-s2 .owl-controls .owl-nav .owl-prev,
.testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-section-s2 .owl-controls .owl-nav .owl-next {
background: #f3f4f7;
width: 34px;
height: 34px;
line-height: 30px;
text-align: center;
color: #242c33;
border-radius: 0;
}
@media (max-width: 767px) {
.testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-section-s2 .owl-controls .owl-nav .owl-prev,
.testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-section-s2 .owl-controls .owl-nav .owl-next {
width: 30px;
height: 30px;
line-height: 26px;
font-size: 12px;
font-size: 0.8rem;
}
}
.testimonials-section .owl-controls .owl-nav .owl-prev:hover, .testimonials-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.testimonials-section .owl-controls .owl-nav .owl-next:hover, .testimonials-section-s2 .owl-controls .owl-nav .owl-next:hover {
background: #dadada;
color: #ff5e14;
}
/*--------------------------------------------------------------
#1.1 partners-section
--------------------------------------------------------------*/
.partners-section {
padding-bottom: 70px;
}
@media (max-width: 991px) {
.partners-section {
padding: 50px 0;
border-top: 1px solid #e0e0e0;
}
}
@media (max-width: 767px) {
.partners-section {
padding: 30px 0;
}
}
.partners-section .partners-slider .grid img {
width: auto;
}
/*--------------------------------------------------------------
#1.2 contact-section
--------------------------------------------------------------*/
.contact-section {
background: url("../images/contact-section-bg.jpg") center center/cover no-repeat local;
position: relative;
padding-bottom: 85px;
overflow: hidden;
}
@media (max-width: 991px) {
.contact-section {
padding-bottom: 75px;
}
}
@media (max-width: 767px) {
.contact-section {
padding-bottom: 65px;
}
}
.contact-section:before {
content: "";
background-color: rgba(36, 44, 51, 0.8);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.contact-section .title-text p {
color: #aaa;
}
.contact-section .contact-form {
padding-top: 20px;
}
.contact-section .contact-form label {
font-family: "Heebo", sans-serif;
font-size: 14px;
font-size: 0.93333rem;
font-weight: bold;
display: block;
color: #ff5e14;
text-transform: uppercase;
}
@media (max-width: 767px) {
.contact-section .contact-form label {
font-size: 11px;
font-size: 0.73333rem;
}
}
.contact-section .contact-form input,
.contact-section .contact-form select {
background-color: #fff;
height: 38px;
border: 0;
border-radius: 5px;
}
@media (max-width: 767px) {
.contact-section .contact-form input,
.contact-section .contact-form select {
height: 34px;
}
}
.contact-section .contact-form select {
background-image: url(../images/select-icon.png);
background-repeat: no-repeat;
background-position: calc(100% - 15px) center;
display: inline-block;
}
.contact-section .contact-form form {
overflow: hidden;
margin: 0 -12px;
}
.contact-section .contact-form form > div {
width: 50%;
float: left;
padding: 0 12px;
margin-bottom: 40px;
}
@media (max-width: 450px) {
.contact-section .contact-form form > div {
width: 100%;
float: none;
}
}
.contact-section .contact-form form .submit-btn-wrap {
width: 100%;
float: none;
clear: both;
margin-bottom: 0;
}
.contact-section .contact-form .submit-btn-wrap input {
background-color: #ff5e14;
width: 100%;
color: #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.contact-section .contact-form .submit-btn-wrap input:hover {
background-color: #ea4a00;
}
.contact-section .contact-form form .error-handling-messages {
width: 100%;
margin-bottom: 0;
}
.contact-section .contact-man {
position: absolute;
right: 60px;
bottom: -50px;
}
@media (max-width: 1550px) {
.contact-section .contact-man {
display: none;
}
}
/*--------------------------------------------------------------
#1.3 news-section
--------------------------------------------------------------*/
.news-section, .news-section-s2, .news-section-s3 {
padding-bottom: 70px;
}
@media (max-width: 991px) {
.news-section, .news-section-s2, .news-section-s3 {
padding-bottom: 60px;
}
}
@media (max-width: 767px) {
.news-section, .news-section-s2, .news-section-s3 {
padding-bottom: 50px;
}
}
.news-section .all-news-link, .news-section-s2 .all-news-link, .news-section-s3 .all-news-link {
text-align: right;
}
@media (max-width: 991px) {
.news-section .all-news-link, .news-section-s2 .all-news-link, .news-section-s3 .all-news-link {
text-align: left;
margin-top: 20px;
}
}
.news-section .news-grids, .news-section-s2 .news-grids, .news-section-s3 .news-grids {
overflow: hidden;
margin: 20px -15px 0;
}
@media (max-width: 991px) {
.news-section .news-grids, .news-section-s2 .news-grids, .news-section-s3 .news-grids {
margin: 50px -15px 0;
}
}
.news-section .news-grids .grid, .news-section-s2 .news-grids .grid, .news-section-s3 .news-grids .grid {
width: calc(33.33% - 30px);
margin: 0 15px 30px;
float: left;
}
@media (max-width: 991px) {
.news-section .news-grids .grid, .news-section-s2 .news-grids .grid, .news-section-s3 .news-grids .grid {
width: calc(50% - 30px);
}
}
@media (max-width: 600px) {
.news-section .news-grids .grid, .news-section-s2 .news-grids .grid, .news-section-s3 .news-grids .grid {
width: calc(100% - 30px);
float: none;
}
}
.news-section .entry-media, .news-section-s2 .entry-media, .news-section-s3 .entry-media {
border-bottom: 3px solid #ff5e14;
border-radius: 5px 5px 0 0;
overflow: hidden;
}
.news-section .entry-body, .news-section-s2 .entry-body, .news-section-s3 .entry-body {
padding: 0;
border: 1px solid #e8e8e8;
padding: 35px 30px;
}
@media (max-width: 1199px) {
.news-section .entry-body, .news-section-s2 .entry-body, .news-section-s3 .entry-body {
padding: 25px 20px;
}
}
.news-section .entry-body h3, .news-section-s2 .entry-body h3, .news-section-s3 .entry-body h3 {
font-size: 20px;
font-size: 1.33333rem;
font-weight: 500;
line-height: 1.4em;
margin: 0 0 0.5em;
}
@media (max-width: 1199px) {
.news-section .entry-body h3, .news-section-s2 .entry-body h3, .news-section-s3 .entry-body h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
@media (max-width: 767px) {
.news-section .entry-body h3, .news-section-s2 .entry-body h3, .news-section-s3 .entry-body h3 {
font-size: 16px;
font-size: 1.06667rem;
}
}
.news-section .entry-body h3 a, .news-section-s2 .entry-body h3 a, .news-section-s3 .entry-body h3 a {
color: #051829;
}
.news-section .entry-body h3 a:hover, .news-section-s2 .entry-body h3 a:hover, .news-section-s3 .entry-body h3 a:hover {
color: #ff5e14;
}
.news-section .entry-body p, .news-section-s2 .entry-body p, .news-section-s3 .entry-body p {
margin-bottom: 2.5em;
}
.news-section .entry-meta ul, .news-section-s2 .entry-meta ul, .news-section-s3 .entry-meta ul {
overflow: hidden;
}
.news-section .entry-meta ul li, .news-section-s2 .entry-meta ul li, .news-section-s3 .entry-meta ul li {
float: left;
color: #73787d;
}
.news-section .entry-meta ul > li + li, .news-section-s2 .entry-meta ul > li + li, .news-section-s3 .entry-meta ul > li + li {
margin-left: 15px;
}
.news-section .entry-meta ul a, .news-section-s2 .entry-meta ul a, .news-section-s3 .entry-meta ul a {
color: #73787d;
}
/*--------------------------------------------------------------
#1.4 contact-info-map-section
--------------------------------------------------------------*/
.contact-info-map-section .content {
overflow: hidden;
position: relative;
}
.contact-info-map-section .left-col {
width: 50%;
height: 100%;
float: left;
position: absolute;
left: 0;
top: 0;
}
@media (max-width: 767px) {
.contact-info-map-section .left-col {
width: 100%;
float: none;
position: relative;
height: 300px;
}
}
.contact-info-map-section .right-col {
background-color: #0d1e2d;
width: 50%;
float: right;
padding: 60px 15px 60px 85px;
color: #989fa7;
overflow: hidden;
}
@media (max-width: 991px) {
.contact-info-map-section .right-col {
padding: 50px 15px 50px 45px;
}
}
@media (max-width: 767px) {
.contact-info-map-section .right-col {
width: 100%;
float: none;
}
}
@media (max-width: 767px) {
.contact-info-map-section .right-col {
padding: 50px 15px 50px 25px;
}
}
.contact-info-map-section .right-col .inner {
max-width: 460px;
float: left;
margin-right: auto;
overflow: hidden;
}
.contact-info-map-section .inner .title-text,
.contact-info-map-section .inner .contact-info {
width: 50%;
float: left;
}
@media (max-width: 1199px) {
.contact-info-map-section .inner .title-text,
.contact-info-map-section .inner .contact-info {
width: 100%;
float: none;
}
}
.contact-info-map-section .inner .contact-info {
width: 200px;
float: right;
}
@media (max-width: 1199px) {
.contact-info-map-section .inner .contact-info {
width: 100%;
float: none;
margin-top: 50px;
}
}
@media (max-width: 991px) {
.contact-info-map-section .inner .contact-info {
margin-top: 20px;
}
}
.contact-info-map-section .title-text h3 {
font-size: 30px;
font-size: 2rem;
font-weight: 500;
color: #fff;
margin: 0 0 0.4em;
}
@media (max-width: 991px) {
.contact-info-map-section .title-text h3 {
font-size: 25px;
font-size: 1.66667rem;
}
}
@media (max-width: 767px) {
.contact-info-map-section .title-text h3 {
font-size: 22px;
font-size: 1.46667rem;
}
}
.contact-info-map-section .title-text p {
margin: 0;
}
.contact-info-map-section .contact-info i {
color: #ff5e14;
display: inline-block;
padding-right: 5px;
position: absolute;
left: 0;
top: 3px;
}
.contact-info-map-section .contact-info li {
font-size: 16px;
font-size: 1.06667rem;
position: relative;
padding-left: 22px;
}
@media (max-width: 991px) {
.contact-info-map-section .contact-info li {
font-size: 15px;
font-size: 1rem;
}
}
@media (max-width: 767px) {
.contact-info-map-section .contact-info li {
font-size: 14px;
font-size: 0.93333rem;
}
}
.contact-info-map-section .contact-info ul > li + li {
margin-top: 15px;
}
.contact-info-map-section .location-map {
background-color: #f1f1f1;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
/*--------------------------------------------------------------
#1.5 news-letter-section
--------------------------------------------------------------*/
.news-letter-section {
background-color: #f0f0f0;
padding: 55px 0;
}
@media (max-width: 991px) {
.news-letter-section {
text-align: center;
}
}
.news-letter-section h3 {
font-size: 24px;
font-size: 1.6rem;
font-weight: 500;
line-height: 1.3em;
margin: 10px 0 0;
}
@media (max-width: 1199px) {
.news-letter-section h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 991px) {
.news-letter-section h3 {
font-size: 20px;
font-size: 1.33333rem;
margin: 0;
}
}
.news-letter-section h3 span {
color: #ff5e14;
}
@media (max-width: 991px) {
.news-letter-section .newsletter-form {
max-width: 320px;
margin: 25px auto 0;
}
}
.news-letter-section form div {
position: relative;
}
.news-letter-section form div input {
background-color: #fff;
height: 45px;
padding: 6px 15px;
border: 0;
}
@media (max-width: 991px) {
.news-letter-section form div input {
height: 40px;
padding-right: 120px;
}
}
.news-letter-section form div button {
font-family: "Heebo", sans-serif;
background-color: #ff5e14;
width: 125px;
height: 45px;
line-height: 45px;
font-size: 16px;
font-size: 1.06667rem;
font-weight: 500;
color: #fff;
border: 0;
outline: 0;
border-radius: 5px;
text-transform: uppercase;
position: absolute;
right: 0;
top: 0;
}
@media (max-width: 1199px) {
.news-letter-section form div button {
font-size: 15px;
font-size: 1rem;
}
}
@media (max-width: 991px) {
.news-letter-section form div button {
width: 115px;
height: 40px;
line-height: 40px;
font-size: 14px;
font-size: 0.93333rem;
}
}
.news-letter-section form div button:hover {
background-color: #fa4f00;
}
/*--------------------------------------------------------------
#home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1 about-section-s2
--------------------------------------------------------------*/
.about-section-s2 > .container {
position: relative;
}
.about-section-s2 .about-text {
padding: 145px 0 150px;
}
@media (max-width: 991px) {
.about-section-s2 .about-text {
padding: 80px 0 85px;
}
}
@media (max-width: 767px) {
.about-section-s2 .about-text {
padding: 70px 0 75px;
}
}
.about-section-s2 .about-title > span {
font-family: "Heebo", sans-serif;
font-size: 18px;
font-size: 1.2rem;
font-weight: bold;
color: #ff5e14;
}
@media (max-width: 767px) {
.about-section-s2 .about-title > span {
font-size: 15px;
font-size: 1rem;
}
}
@media screen and (min-width: 1200px) {
.about-section-s2 .about-title {
padding-right: 70px;
}
}
.about-section-s2 .about-title h2 {
font-size: 30px;
font-size: 2rem;
color: #242c33;
line-height: 1.2em;
margin: 0.37em 0 0.73em;
}
@media (max-width: 991px) {
.about-section-s2 .about-title h2 {
font-size: 25px;
font-size: 1.66667rem;
}
}
@media (max-width: 767px) {
.about-section-s2 .about-title h2 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media screen and (min-width: 1200px) {
.about-section-s2 .about-text {
padding-right: 55px;
}
}
.about-section-s2 .about-text p {
margin-bottom: 2.8em;
}
@media (max-width: 767px) {
.about-section-s2 .about-text p {
margin-bottom: 2.4em;
}
}
.about-section-s2 .about-video-col-wrap {
position: absolute;
height: 100%;
right: 15px;
top: 0;
}
@media (max-width: 991px) {
.about-section-s2 .about-video-col-wrap {
display: none;
}
}
.about-section-s2 .about-video-col {
background: url("../images/about-s2-video-bg.jpg") center center/cover no-repeat local;
width: 100%;
height: 100%;
position: absolute;
right: 0;
top: 0;
}
.about-section-s2 .video-holder {
padding: 22px 30px;
}
.about-section-s2 .video-holder a {
font-family: "Heebo", sans-serif;
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
color: #fff;
text-transform: uppercase;
}
@media (max-width: 767px) {
.about-section-s2 .video-holder a {
font-size: 16px;
font-size: 1.06667rem;
}
}
.about-section-s2 .video-holder i {
background-color: #ff5e14;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 10px;
font-size: 0.66667rem;
text-align: center;
border-radius: 50%;
display: inline-block;
margin-right: 10px;
}
/*--------------------------------------------------------------
#2.2 services-section-s2
--------------------------------------------------------------*/
.services-section-s2 {
background-color: #edf5f8;
padding-bottom: 90px;
}
@media (max-width: 991px) {
.services-section-s2 {
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.services-section-s2 {
padding-bottom: 70px;
}
}
.services-section-s2 .grid .service-title,
.services-section-s2 .grid p,
.services-section-s2 .grid .more {
position: relative;
z-index: 1;
}
.services-section-s2 .services-grids .grid {
overflow: hidden;
margin: 0 -15px;
}
.services-section-s2 .grid img {
width: auto;
}
.services-section-s2 .grid .box {
background-color: #fff;
width: calc(33.33% - 30px);
padding: 30px 35px 25px;
margin: 0 15px 30px;
float: left;
border-radius: 5px;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
position: relative;
}
@media (max-width: 1199px) {
.services-section-s2 .grid .box {
width: calc(50% - 30px);
}
}
@media (max-width: 767px) {
.services-section-s2 .grid .box {
padding: 20px 20px 15px;
}
}
@media (max-width: 610px) {
.services-section-s2 .grid .box {
width: calc(100% - 30px);
}
}
.services-section-s2 .grid .box:before {
content: "";
background: url("../images/services/service-box-bg.jpg") center center/cover no-repeat local;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.services-section-s2 .grid .box:after {
content: "";
background-color: rgba(36, 44, 51, 0.75);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.services-section-s2 .service-title {
min-height: 35px;
position: relative;
padding-left: 50px;
margin-bottom: 10px;
}
.services-section-s2 .service-title .icon {
position: absolute;
left: 0;
top: 0;
}
.services-section-s2 .service-title h3 {
font-size: 22px;
font-size: 1.46667rem;
font-weight: 500;
color: #242c33;
padding-top: 7px;
margin: 0;
}
@media (max-width: 991px) {
.services-section-s2 .service-title h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
@media (max-width: 767px) {
.services-section-s2 .service-title h3 {
font-size: 16px;
font-size: 1.06667rem;
}
}
.services-section-s2 .box p {
margin-bottom: 1em;
}
.services-section-s2 .box .more {
border-top: 1px solid #efefef;
padding-top: 15px;
}
.services-section-s2 .box .more a {
font-family: "Heebo", sans-serif;
font-weight: 500;
color: #242c33;
}
.services-section-s2 .grid .box:hover:before,
.services-section-s2 .grid .box:hover:after {
opacity: 1;
}
.services-section-s2 .box:hover .service-title h3,
.services-section-s2 .box:hover p,
.services-section-s2 .box:hover .more a {
color: #fff;
}
.services-section-s2 .box:hover .more {
border-color: #5a5f71;
}
.services-section-s2 .view-all-services {
font-family: "Heebo", sans-serif;
max-width: 280px;
position: relative;
z-index: 10;
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
color: #7a8595;
margin: 0;
}
@media (max-width: 1199px) {
.services-section-s2 .view-all-services {
font-size: 16px;
font-size: 1.06667rem;
}
}
@media (max-width: 991px) {
.services-section-s2 .view-all-services {
font-size: 15px;
font-size: 1rem;
margin: 0;
}
}
@media (max-width: 767px) {
.services-section-s2 .view-all-services {
text-align: center;
margin: 55px auto 0;
}
}
.services-section-s2 .view-all-services a {
color: #ff5e14;
}
.services-section-s2 .owl-controls {
position: relative;
margin-top: 20px;
}
.services-section-s2 .owl-controls .owl-dots .owl-dot span {
width: 12px;
height: 12px;
background: #ff5e14;
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px transparent;
box-shadow: 0 0 0 2px transparent;
}
.services-section-s2 .owl-controls .owl-dots .active span {
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px #ff5e14;
box-shadow: 0 0 0 2px #ff5e14;
}
.services-section-s2 .owl-controls .owl-nav {
position: absolute;
right: 0;
top: -10px;
}
@media (max-width: 767px) {
.services-section-s2 .owl-controls .owl-nav {
width: 100%;
top: -10px;
}
}
.services-section-s2 .owl-controls .owl-nav .owl-prev,
.services-section-s2 .owl-controls .owl-nav .owl-next {
background: #fff;
width: 34px;
height: 34px;
line-height: 30px;
color: #242c33;
border-radius: 0;
}
@media (max-width: 767px) {
.services-section-s2 .owl-controls .owl-nav .owl-prev,
.services-section-s2 .owl-controls .owl-nav .owl-next {
width: 30px;
height: 30px;
line-height: 27px;
font-size: 12px;
font-size: 0.8rem;
}
}
.services-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.services-section-s2 .owl-controls .owl-nav .owl-next:hover {
background: #ff5e14;
color: #fff;
}
/*--------------------------------------------------------------
#2.3 features-section
--------------------------------------------------------------*/
.features-section .features-grids {
overflow: hidden;
}
.features-section .features-grids .grid {
width: 33.33%;
float: left;
}
@media (max-width: 991px) {
.features-section .features-grids .grid {
width: 50%;
margin-bottom: 25px;
}
}
@media (max-width: 600px) {
.features-section .features-grids .grid {
width: 100%;
float: none;
}
}
.features-section .features-grids .grid:last-child {
margin-bottom: 0;
}
.features-section .features-grids > .grid:nth-child(2) .details {
background-color: #2f3943;
}
.features-section .features-grids > .grid:nth-child(3) .details {
background-color: #0d1e2d;
}
.features-section .grid .details {
background-color: #ff5e14;
padding: 45px 70px;
}
@media (max-width: 1600px) {
.features-section .grid .details {
padding: 40px;
}
}
@media (max-width: 767px) {
.features-section .grid .details {
padding: 25px 20px;
}
}
.features-section .details h3 {
font-size: 24px;
font-size: 1.6rem;
line-height: 1.25em;
margin: 0 0 0.83em;
color: #fff;
}
@media (max-width: 1199px) {
.features-section .details h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
@media (max-width: 767px) {
.features-section .details h3 {
font-size: 16px;
font-size: 1.06667rem;
}
}
.features-section .details p {
color: #fff;
margin: 0;
}
/*--------------------------------------------------------------
#2.4 team-section
--------------------------------------------------------------*/
.team-section .section-title, .team-section .section-title-s2, .team-section .section-title-s3 {
margin-top: -3px;
}
.team-section .grid .details {
background-color: #242c33;
padding: 25px 10px;
text-align: center;
}
.team-section .grid .details h4 {
font-size: 24px;
font-size: 1.6rem;
color: #fff;
margin: 0 0 3px;
}
@media (max-width: 1199px) {
.team-section .grid .details h4 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 991px) {
.team-section .grid .details h4 {
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
}
}
@media (max-width: 767px) {
.team-section .grid .details h4 {
font-size: 16px;
font-size: 1.06667rem;
}
}
.team-section .grid .details .post {
font-size: 16px;
font-size: 1.06667rem;
font-style: italic;
color: #757e86;
}
@media (max-width: 991px) {
.team-section .grid .details .post {
font-size: 14px;
font-size: 0.93333rem;
}
}
.team-section .grid:hover .details {
background-color: #ff5e14;
}
.team-section .grid:hover .details .post {
color: #fff;
}
.team-section .img-holder-social {
position: relative;
}
.team-section .img-holder-social .social {
width: 100%;
text-align: center;
position: absolute;
bottom: 10px;
opacity: 0;
visibilty: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.team-section .img-holder-social ul {
overflow: hidden;
list-style: none;
display: inline-block;
margin: 0 auto;
}
.team-section .img-holder-social ul li {
float: left;
}
.team-section .img-holder-social ul > li + li {
margin-left: 20px;
}
.team-section .img-holder-social ul a {
font-size: 24px;
font-size: 1.6rem;
color: #fff;
}
@media (max-width: 991px) {
.team-section .img-holder-social ul a {
font-size: 18px;
font-size: 1.2rem;
}
}
.team-section .img-holder-social ul a:hover {
color: #ff5e14;
}
.team-section .grid:hover .img-holder-social .social {
opacity: 1;
visibility: visible;
}
.team-section .owl-controls {
position: relative;
margin-top: 60px;
}
@media (max-width: 991px) {
.team-section .owl-controls {
margin-top: 40px;
}
}
.team-section .owl-controls .owl-dots .owl-dot span {
width: 12px;
height: 12px;
background: #c6c7c9;
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px transparent;
box-shadow: 0 0 0 2px transparent;
margin-bottom: 0;
}
.team-section .owl-controls .owl-dots .active span {
background: #ff5e14;
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px #ff5e14;
box-shadow: 0 0 0 2px #ff5e14;
}
/*--------------------------------------------------------------
#2.5 fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section {
padding: 70px 0 80px;
border-bottom: 1px solid #dedede;
}
@media (max-width: 991px) {
.fun-fact-section {
padding: 60px 0 70px;
}
}
@media (max-width: 650px) {
.fun-fact-section .start-count > .col {
width: 100%;
float: none;
text-align: center;
}
.fun-fact-section .start-count > .col .grid {
display: inline-block;
}
}
@media (max-width: 650px) {
.fun-fact-section .start-count > .col + .col {
margin-top: 50px;
}
}
.fun-fact-section .grid {
position: relative;
padding-left: 90px;
}
@media (max-width: 991px) {
.fun-fact-section .grid {
padding-left: 70px;
}
}
@media (max-width: 650px) {
.fun-fact-section .grid {
padding-left: 60px;
}
}
.fun-fact-section .icon {
position: absolute;
left: 0;
}
@media (max-width: 991px) {
.fun-fact-section .icon img {
max-width: 50px;
}
}
@media (max-width: 650px) {
.fun-fact-section .icon img {
max-width: 45px;
}
}
.fun-fact-section .grid h3 {
font-size: 47px;
font-size: 3.13333rem;
font-weight: bold;
color: #242c33;
margin: 0;
}
@media (max-width: 1199px) {
.fun-fact-section .grid h3 {
font-size: 40px;
font-size: 2.66667rem;
}
}
@media (max-width: 991px) {
.fun-fact-section .grid h3 {
font-size: 30px;
font-size: 2rem;
}
}
@media (max-width: 650px) {
.fun-fact-section .grid h3 {
text-align: left;
font-size: 25px;
font-size: 1.66667rem;
}
}
.fun-fact-section .grid p {
font-family: "Heebo", sans-serif;
font-size: 26px;
font-size: 1.73333rem;
font-weight: bold;
color: #757e86;
line-height: 1em;
margin: 0;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.fun-fact-section .grid p {
font-size: 20px;
font-size: 1.33333rem;
line-height: normal;
}
}
@media (max-width: 991px) {
.fun-fact-section .grid p {
font-size: 16px;
font-size: 1.06667rem;
}
}
@media (max-width: 650px) {
.fun-fact-section .grid p {
text-align: left;
font-size: 15px;
font-size: 1rem;
}
}
/*--------------------------------------------------------------
#2.6 fun-fact-section
--------------------------------------------------------------*/
.testimonials-section-s2 {
padding-bottom: 145px;
}
@media (max-width: 1199px) {
.testimonials-section-s2 {
padding-bottom: 100px;
}
}
@media (max-width: 991px) {
.testimonials-section-s2 {
padding-bottom: 90px;
}
}
@media (max-width: 767px) {
.testimonials-section-s2 {
padding-bottom: 100px;
}
}
/*--------------------------------------------------------------
#2.7 news-section-s2
--------------------------------------------------------------*/
@media (max-width: 991px) {
.news-section-s2, .news-section-s3 {
padding-bottom: 90px;
}
}
@media (max-width: 767px) {
.news-section-s2, .news-section-s3 {
padding-bottom: 80px;
}
}
.news-section-s2 .news-grids, .news-section-s3 .news-grids {
margin-top: 0;
}
.news-section-s2 .more-news, .news-section-s3 .more-news {
text-align: center;
margin-top: 30px;
}
@media (max-width: 767px) {
.news-section-s2 .more-news, .news-section-s3 .more-news {
margin-top: 15px;
}
}
/*--------------------------------------------------------------
#2.8 partners-section-s2
--------------------------------------------------------------*/
.partners-section-s2 {
@extebd .partners-section;
padding: 30px 0 50px;
}
@media (max-width: 991px) {
.partners-section-s2 {
border-top: 1px solid #e0e0e0;
padding: 50px 0;
}
}
@media (max-width: 767px) {
.partners-section-s2 {
padding: 30px 0;
}
}
.partners-section-s2 .partners-slider .grid img {
width: auto;
}
/*--------------------------------------------------------------
#home style 3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1 about-section-s3
--------------------------------------------------------------*/
.about-section-s3 .about-text {
padding: 40px 0;
margin-left: -30px;
}
@media (max-width: 1199px) {
.about-section-s3 .about-text {
margin-left: 0;
padding: 25px 0;
}
}
@media (max-width: 991px) {
.about-section-s3 .about-text {
padding: 0;
margin-top: 50px;
}
}
.about-section-s3 .title > span {
font-size: 18px;
font-size: 1.2rem;
font-weight: bold;
color: #74787d;
letter-spacing: 3px;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.about-section-s3 .title > span {
font-size: 15px;
font-size: 1rem;
}
}
@media (max-width: 767px) {
.about-section-s3 .title > span {
font-size: 14px;
font-size: 0.93333rem;
}
}
.about-section-s3 .title h2 {
font-size: 42px;
font-size: 2.8rem;
color: #242c33;
line-height: 1.2em;
margin: 0.14em 0 0.71em;
}
@media (max-width: 1199px) {
.about-section-s3 .title h2 {
font-size: 35px;
font-size: 2.33333rem;
}
}
@media (max-width: 991px) {
.about-section-s3 .title h2 {
font-size: 25px;
font-size: 1.66667rem;
}
}
@media (max-width: 767px) {
.about-section-s3 .title h2 {
font-size: 22px;
font-size: 1.46667rem;
}
}
@media screen and (min-width: 1200px) {
.about-section-s3 .about-text {
padding-right: 90px;
}
}
.about-section-s3 .about-text p {
margin-bottom: 2.8em;
}
@media (max-width: 767px) {
.about-section-s3 .about-text p {
margin-bottom: 2.4em;
}
}
.about-section-s3 .signature {
margin-bottom: 35px;
}
@media (max-width: 1199px) {
.about-section-s3 .signature {
margin-bottom: 15px;
}
}
@media (max-width: 991px) {
.about-section-s3 .signature {
margin-bottom: 35px;
}
}
.about-section-s3 .fun-fact-grids {
overflow: hidden;
}
@media screen and (min-width: 1200px) {
.about-section-s3 .fun-fact-grids {
margin-left: -30px;
}
}
.about-section-s3 .fun-fact-grids .grid {
width: 33.33%;
float: left;
padding-left: 65px;
position: relative;
}
@media (max-width: 1199px) {
.about-section-s3 .fun-fact-grids .grid {
padding-left: 55px;
}
}
@media (max-width: 550px) {
.about-section-s3 .fun-fact-grids .grid {
width: 100%;
float: none;
padding-left: 60px;
text-align: center;
}
}
@media (max-width: 550px) {
.about-section-s3 .fun-fact-grids > .grid + .grid {
margin-top: 50px;
}
}
.about-section-s3 .fun-fact-grids .icon {
position: absolute;
left: 0;
}
.about-section-s3 .fun-fact-grids .icon img {
max-width: 50px;
}
@media (max-width: 1199px) {
.about-section-s3 .fun-fact-grids .icon img {
max-width: 42px;
}
}
.about-section-s3 .fun-fact-grids h3 {
font-size: 33px;
font-size: 2.2rem;
font-weight: bold;
color: #242c33;
margin: 0;
}
@media (max-width: 1199px) {
.about-section-s3 .fun-fact-grids h3 {
font-size: 26px;
font-size: 1.73333rem;
}
}
@media (max-width: 550px) {
.about-section-s3 .fun-fact-grids h3 {
text-align: left;
font-size: 25px;
font-size: 1.66667rem;
}
}
.about-section-s3 .fun-fact-grids p {
font-family: "Heebo", sans-serif;
font-size: 18px;
font-size: 1.2rem;
font-weight: bold;
color: #757e86;
line-height: 1em;
margin: 0;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.about-section-s3 .fun-fact-grids p {
font-size: 14px;
font-size: 0.93333rem;
line-height: normal;
}
}
@media (max-width: 550px) {
.about-section-s3 .fun-fact-grids p {
text-align: left;
}
}
/*--------------------------------------------------------------
#3.2 work-process-section
--------------------------------------------------------------*/
.work-process-section {
/*** tablinks ***/
/*** tab-content ***/
}
.work-process-section .section-title-text {
margin-top: -5px;
}
.work-process-section .work-process-content {
overlfow: hidden;
margin-top: 90px;
}
@media (max-width: 991px) {
.work-process-section .work-process-content {
margin-top: 45px;
}
}
@media (max-width: 767px) {
.work-process-section .work-process-content {
margin-top: 35px;
}
}
.work-process-section .tablinks {
width: 180px;
padding-top: 20px;
float: left;
}
@media (max-width: 991px) {
.work-process-section .tablinks {
padding-top: 0;
}
}
@media (max-width: 767px) {
.work-process-section .tablinks {
width: 100%;
float: none;
margin-bottom: 30px;
}
.work-process-section .tablinks ul {
display: inline-block;
}
.work-process-section .tablinks li {
float: left;
}
}
.work-process-section .tablinks li {
border-bottom: 1px solid #f0f0f0;
}
.work-process-section .tablinks a {
font-family: "Heebo", sans-serif;
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
color: #242c33;
padding: 7px 15px;
display: block;
}
@media (max-width: 991px) {
.work-process-section .tablinks a {
font-size: 16px;
font-size: 1.06667rem;
}
}
@media (max-width: 767px) {
.work-process-section .tablinks a {
font-size: 14px;
font-size: 0.93333rem;
}
}
.work-process-section .tablinks .active a {
background-color: #ff5e14;
color: #fff;
}
.work-process-section .tablinks a:hover,
.work-process-section .tablinks a:focus {
text-decoration: none;
}
.work-process-section .tab-content {
width: calc(100% - 180px);
float: left;
padding-left: 30px;
}
@media (max-width: 767px) {
.work-process-section .tab-content {
width: 100%;
float: none;
padding-left: 0;
}
}
.work-process-section .tab-pane {
overflow: hidden;
}
.work-process-section .tab-pane .img-holder {
width: 300px;
float: left;
}
@media (max-width: 991px) {
.work-process-section .tab-pane .img-holder {
width: 100%;
float: none;
}
}
.work-process-section .tab-pane .details {
width: calc(100% - 300px);
float: left;
padding-left: 28px;
}
@media (max-width: 991px) {
.work-process-section .tab-pane .details {
width: 100%;
float: none;
padding-left: 0;
padding-top: 45px;
}
}
.work-process-section .tab-pane .details h3 {
font-size: 30px;
font-size: 2rem;
font-weight: 500;
margin: 0 0 0.47em;
}
@media (max-width: 991px) {
.work-process-section .tab-pane .details h3 {
font-size: 25px;
font-size: 1.66667rem;
}
}
@media (max-width: 767px) {
.work-process-section .tab-pane .details h3 {
font-size: 22px;
font-size: 1.46667rem;
}
}
.work-process-section .detail-list {
overflow: hidden;
padding-top: 40px;
}
@media (max-width: 1199px) {
.work-process-section .detail-list {
padding-top: 20px;
}
}
.work-process-section .detail-list ul {
width: 50%;
font-size: 16px;
font-size: 1.06667rem;
color: #74787d;
float: left;
}
@media (max-width: 1199px) {
.work-process-section .detail-list ul {
width: 100%;
float: none;
}
}
@media (max-width: 991px) {
.work-process-section .detail-list ul {
font-size: 15px;
font-size: 1rem;
}
}
@media (max-width: 767px) {
.work-process-section .detail-list ul {
font-size: 14px;
font-size: 0.93333rem;
}
}
.work-process-section .detail-list > ul:nth-child(2n) {
padding-left: 25px;
}
@media (max-width: 1199px) {
.work-process-section .detail-list > ul:nth-child(2n) {
padding-left: 0;
padding-top: 15px;
}
}
@media (max-width: 767px) {
.work-process-section .detail-list > ul:nth-child(2n) {
padding-top: 8px;
}
}
.work-process-section .detail-list ul > li + li {
margin-top: 12px;
}
@media (max-width: 767px) {
.work-process-section .detail-list ul > li + li {
margin-top: 8px;
}
}
/*--------------------------------------------------------------
#3.3 projects-section-s2
--------------------------------------------------------------*/
.projects-section-s2 {
position: relative;
}
.projects-section-s2:before {
content: "";
background-color: #f0f0f0;
width: 100%;
height: 50%;
position: absolute;
left: 0;
top: 0;
}
/*--------------------------------------------------------------
#3.4 pricing-section
--------------------------------------------------------------*/
.pricing-section {
padding-top: 90px;
/*** tablinks ***/
/*** pricing-grids ***/
}
@media (max-width: 991px) {
.pricing-section {
padding-top: 80px;
}
}
@media (max-width: 767px) {
.pricing-section {
padding-top: 70px;
text-align: center;
}
}
@media screen and (min-width: 1200px) {
.pricing-section .section-title-s4 {
margin-right: -15px;
}
}
@media screen and (min-width: 1200px) {
.pricing-section .title-text {
padding-left: 45px;
}
}
.pricing-section .tablinks {
margin-top: 60px;
}
@media (max-width: 991px) {
.pricing-section .tablinks {
margin-top: 40px;
}
}
.pricing-section .tablinks ul {
font-family: "Heebo", sans-serif;
overflow: hidden;
margin-bottom: 35px;
}
@media (max-width: 767px) {
.pricing-section .tablinks ul {
max-width: 300px;
margin: 0 auto 35px;
}
}
.pricing-section .tablinks ul li {
float: left;
}
@media (max-width: 767px) {
.pricing-section .tablinks ul li {
float: none;
text-align: center;
}
}
.pricing-section .tablinks ul > li + li {
margin-left: 15px;
}
@media (max-width: 991px) {
.pricing-section .tablinks ul > li + li {
margin-left: 0;
}
}
.pricing-section .tablinks a {
font-size: 18px;
font-size: 18px;
font-weight: 500;
color: #242c33;
display: block;
padding: 12px 17px;
text-transform: uppercase;
border-radius: 2px;
}
@media (max-width: 991px) {
.pricing-section .tablinks a {
font-size: 15px;
font-size: 15px;
}
}
@media (max-width: 767px) {
.pricing-section .tablinks a {
font-size: 14px;
font-size: 14px;
padding: 8px 15px;
}
}
.pricing-section .tablinks a:hover,
.pricing-section .tablinks a:focus {
text-decoration: none;
}
.pricing-section .tablinks .active a {
background-color: #ff5e14;
color: #fff;
}
.pricing-section .pricing-grids {
overflow: hidden;
margin: 0 -15px;
}
.pricing-section .pricing-grids .grid {
width: calc(33.33% - 30px);
float: left;
margin: 0 15px 0;
text-align: center;
border: 1px solid #d0d4d8;
border-radius: 5px;
}
@media (max-width: 991px) {
.pricing-section .pricing-grids .grid {
width: calc(50% - 30px);
}
}
@media (max-width: 650px) {
.pricing-section .pricing-grids .grid {
width: calc(100% - 30px);
float: none;
margin-top: 50px;
}
}
@media (max-width: 991px) {
.pricing-section .pricing-grids .grid:last-child {
margin-top: 50px;
}
}
@media (max-width: 650px) {
.pricing-section .pricing-grids .grid:first-child {
margin-top: 0;
}
}
.pricing-section .pricing-header {
background-color: #0d1e2d;
padding: 45px 15px;
border-radius: 5px 5px 0 0;
}
@media (max-width: 767px) {
.pricing-section .pricing-header {
padding: 35px 15px;
}
}
.pricing-section .pricing-header .type {
font-size: 18px;
font-size: 1.2rem;
color: #828e98;
text-transform: uppercase;
}
@media (max-width: 767px) {
.pricing-section .pricing-header .type {
font-size: 16px;
font-size: 1.06667rem;
}
}
.pricing-section .pricing-header h3 {
font-size: 36px;
font-size: 2.4rem;
color: #ff5e14;
margin: 5px 0 0;
}
@media (max-width: 767px) {
.pricing-section .pricing-header h3 {
font-size: 30px;
font-size: 2rem;
}
}
.pricing-section .pricing-header .duration {
font-size: 18px;
font-size: 1.2rem;
color: #fff;
}
@media (max-width: 767px) {
.pricing-section .pricing-header .duration {
font-size: 16px;
font-size: 1.06667rem;
}
}
.pricing-section .pricing-body {
padding: 35px 0;
}
.pricing-section .pricing-body ul {
margin-bottom: 45px;
}
.pricing-section .pricing-body ul > li:first-child {
border-top: 1px solid #d0d4d8;
}
.pricing-section .pricing-body li {
color: #73787d;
border-bottom: 1px solid #d0d4d8;
padding: 10px 15px;
}
.pricing-section .grid:hover .pricing-header {
background-color: #ff5e14;
}
.pricing-section .grid:hover .pricing-header h3 {
color: #fff;
}
.pricing-section .grid:hover .pricing-header .type {
color: #0d1e2d;
}
.pricing-section .grid:hover .theme-btn-s3 {
background-color: #ff5e14;
}
/*--------------------------------------------------------------
#3.5 cta-section-s2
--------------------------------------------------------------*/
.cta-section-s2:before {
background: rgba(13, 30, 45, 0.9);
}
.cta-section-s2 h3 {
color: #fff;
}
/*--------------------------------------------------------------
#3.6 news-section-s3
--------------------------------------------------------------*/
.news-section-s3 {
padding-bottom: 100px;
}
@media (max-width: 991px) {
.news-section-s3 {
padding-bottom: 90px;
}
}
@media (max-width: 991px) {
.news-section-s3 {
padding-bottom: 80px;
}
}
/*--------------------------------------------------------------
#3.7 partners-section-s3
--------------------------------------------------------------*/
.partners-section-s3 {
background-color: #f2f5f8;
padding: 35px;
}
/*--------------------------------------------------------------
#testimonials page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1 all-testimonials-section
--------------------------------------------------------------*/
.all-testimonials-section {
padding-bottom: 33px;
}
@media (max-width: 991px) {
.all-testimonials-section {
padding-bottom: 23px;
}
}
@media (max-width: 767px) {
.all-testimonials-section {
padding-bottom: 25px;
}
}
.all-testimonials-section .testimonials-section-title {
border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 991px) {
.all-testimonials-section .testimonials-section-title {
padding-bottom: 25px;
}
}
.all-testimonials-section .section-title-s2, .all-testimonials-section .section-title-s3 {
margin-bottom: 30px;
}
.all-testimonials-section .testimonials-grids {
overflow: hidden;
padding-top: 65px;
margin: 0 -15px;
}
.all-testimonials-section .testimonials-grids .grid {
width: 50%;
float: left;
padding: 0 15px 67px;
}
@media (max-width: 991px) {
.all-testimonials-section .testimonials-grids .grid {
width: 100%;
float: none;
}
}
@media (max-width: 991px) {
.all-testimonials-section .testimonials-grids .grid {
padding: 0 15px 55px;
}
}
.all-testimonials-section .grid .details {
position: relative;
}
.all-testimonials-section .grid .details:before {
content: "";
background: url("../images/testimonials/quote.png") center center/auto no-repeat local;
width: 35px;
height: 25px;
position: absolute;
right: 0;
top: 0;
}
@media (max-width: 991px) {
.all-testimonials-section .grid .details:before {
display: none;
}
}
.all-testimonials-section .grid .details h3 {
font-size: 24px;
font-size: 1.6rem;
color: #242c33;
margin: 0 0 6px;
line-height: 1.3em;
padding-right: 45px;
}
@media (max-width: 991px) {
.all-testimonials-section .grid .details h3 {
font-size: 20px;
font-size: 1.33333rem;
padding-right: 0;
}
}
@media (max-width: 767px) {
.all-testimonials-section .grid .details h3 {
font-size: 17px;
font-size: 1.13333rem;
}
}
.all-testimonials-section .details .client-info {
font-family: "Heebo", sans-serif;
font-size: 16px;
font-size: 1.06667rem;
font-weight: 500;
color: #74787d;
display: block;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.all-testimonials-section .details .client-info {
font-size: 15px;
font-size: 1rem;
}
}
.all-testimonials-section .details p {
margin-bottom: 1.5em;
}
.all-testimonials-section .rating i {
color: #ff5e14;
}
/*--------------------------------------------------------------
#team page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1 all-team-member-section
--------------------------------------------------------------*/
.all-team-member-section {
padding-bottom: 70px;
}
@media (max-width: 991px) {
.all-team-member-section {
padding-bottom: 60px;
}
}
@media (max-width: 767px) {
.all-team-member-section {
padding-bottom: 50px;
}
}
.all-team-member-section .team-grids {
margin: 0 -15px;
overflow: hidden;
}
.all-team-member-section .grid {
width: calc(33.33% - 30px);
float: left;
margin: 0 15px 30px;
}
@media (max-width: 991px) {
.all-team-member-section .grid {
width: calc(50% - 30px);
}
}
@media (max-width: 500px) {
.all-team-member-section .grid {
width: calc(100% - 30px);
float: none;
}
}
.all-team-member-section .grid .details {
background-color: #242c33;
padding: 25px 10px;
text-align: center;
}
.all-team-member-section .grid .details h4 {
font-size: 24px;
font-size: 1.6rem;
color: #fff;
margin: 0 0 3px;
}
@media (max-width: 1199px) {
.all-team-member-section .grid .details h4 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 991px) {
.all-team-member-section .grid .details h4 {
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
}
}
@media (max-width: 767px) {
.all-team-member-section .grid .details h4 {
font-size: 16px;
font-size: 1.06667rem;
}
}
.all-team-member-section .grid .details .post {
font-size: 16px;
font-size: 1.06667rem;
font-style: italic;
color: #757e86;
}
@media (max-width: 991px) {
.all-team-member-section .grid .details .post {
font-size: 14px;
font-size: 0.93333rem;
}
}
@media (max-width: 500px) {
.all-team-member-section .grid .img-holder img {
width: 100%;
}
}
.all-team-member-section .grid:hover .details {
background-color: #ff5e14;
}
.all-team-member-section .grid:hover .details .post {
color: #fff;
}
.all-team-member-section .img-holder-social {
position: relative;
}
.all-team-member-section .img-holder-social .social {
width: 100%;
text-align: center;
position: absolute;
bottom: 10px;
opacity: 0;
visibilty: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.all-team-member-section .img-holder-social ul {
overflow: hidden;
list-style: none;
display: inline-block;
margin: 0 auto;
}
.all-team-member-section .img-holder-social ul li {
float: left;
}
.all-team-member-section .img-holder-social ul > li + li {
margin-left: 20px;
}
.all-team-member-section .img-holder-social ul a {
font-size: 24px;
font-size: 1.6rem;
color: #fff;
}
@media (max-width: 991px) {
.all-team-member-section .img-holder-social ul a {
font-size: 18px;
font-size: 1.2rem;
}
}
.all-team-member-section .img-holder-social ul a:hover {
color: #ff5e14;
}
.all-team-member-section .grid:hover .img-holder-social .social {
opacity: 1;
visibility: visible;
}
/*--------------------------------------------------------------
#faq page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1 faq-pg-section
--------------------------------------------------------------*/
.faq-pg-section .section-title-s4 {
margin-bottom: 45px;
}
.faq-pg-section .section-title-s4 h2 {
margin-bottom: 0.4em;
}
.faq-pg-section .section-title-s4 p span {
display: block;
color: #000;
}
.faq-pg-section .section-title-s4 small {
color: #ff5e14;
}
@media screen and (min-width: 992px) {
.faq-pg-section .faq-section {
border: 1px solid #dee0e1;
padding: 70px;
border-radius: 5px;
}
}
/*--------------------------------------------------------------
#services page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1 all-services-section
--------------------------------------------------------------*/
.all-services-section {
padding-bottom: 50px;
}
@media (max-width: 991px) {
.all-services-section {
padding-bottom: 40px;
}
}
@media (max-width: 767px) {
.all-services-section {
padding-bottom: 30px;
}
}
.all-services-section .services-grids {
margin: 0 -15px;
overflow: hidden;
}
@media (max-width: 767px) {
.all-services-section .services-grids {
margin: 0 -10px;
}
}
.all-services-section .services-grids .grid {
width: calc(33.33% - 30px);
float: left;
margin: 0 15px 30px;
border-radius: 3px;
}
@media (max-width: 991px) {
.all-services-section .services-grids .grid {
width: calc(50% - 30px);
}
}
@media (max-width: 767px) {
.all-services-section .services-grids .grid {
width: calc(50% - 20px);
margin: 0 10px 30px;
}
}
@media (max-width: 600px) {
.all-services-section .services-grids .grid {
width: calc(100% - 30px);
float: none;
}
}
.all-services-section .grid .img-overlay {
position: relative;
overflow: hidden;
}
.all-services-section .grid .overlay {
background-color: rgba(255, 94, 20, 0.7);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: calc(100% - 5px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
.all-services-section .grid:hover .overlay {
top: 0;
}
.all-services-section .grid .overlay a {
background-color: #fff;
width: 45px;
height: 45px;
line-height: 45px;
font-size: 24px;
font-size: 1.6rem;
color: #ff5e14;
text-align: center;
border-radius: 5px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
.all-services-section .grid .overlay a {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 20px;
font-size: 1.33333rem;
border-radius: 3px;
}
}
.all-services-section .grid .details {
padding: 23px 23px 15px;
}
@media (max-width: 1199px) {
.all-services-section .grid .details {
padding: 23px 15px 15px;
}
}
@media (max-width: 767px) {
.all-services-section .grid .details {
padding: 23px 5px 15px;
}
}
.all-services-section .grid .details h3 {
font-size: 26px;
font-size: 1.73333rem;
font-weight: 500;
color: #242c33;
margin: 0 0 0.35em;
}
@media (max-width: 1199px) {
.all-services-section .grid .details h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 767px) {
.all-services-section .grid .details h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
.all-services-section .grid .details p {
margin-bottom: 1.7em;
}
.all-services-section .grid .read-more {
padding-top: 17px;
border-top: 1px solid #efefef;
}
.all-services-section .grid .read-more a {
font-family: "Heebo", sans-serif;
font-weight: 500;
color: #242c33;
}
.all-services-section .grid .read-more a:hover {
color: #ff5e14;
}
/*--------------------------------------------------------------
#projects page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1 all-projects-section
--------------------------------------------------------------*/
.all-projects-section {
padding-bottom: 90px;
}
@media (max-width: 991px) {
.all-projects-section {
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.all-projects-section {
padding-bottom: 70px;
}
}
.all-projects-section .gallery-filters {
text-align: center;
}
.all-projects-section .gallery-filters ul {
display: inline-block;
overflow: hidden;
margin-bottom: 35px;
}
@media (max-width: 600px) {
.all-projects-section .gallery-filters ul {
margin-bottom: 25px;
}
}
.all-projects-section .gallery-filters li {
float: left;
}
@media (max-width: 600px) {
.all-projects-section .gallery-filters li {
float: none;
margin-bottom: 5px;
}
}
.all-projects-section .gallery-filters ul > li + li {
margin-left: 60px;
}
@media (max-width: 1199px) {
.all-projects-section .gallery-filters ul > li + li {
margin-left: 40px;
}
}
@media (max-width: 991px) {
.all-projects-section .gallery-filters ul > li + li {
margin-left: 25px;
}
}
@media (max-width: 600px) {
.all-projects-section .gallery-filters ul > li + li {
margin-left: 0;
}
}
.all-projects-section .gallery-filters a {
font-family: "Heebo", sans-serif;
font-size: 24px;
font-size: 1.6rem;
font-weight: bold;
color: #ff5e14;
}
@media (max-width: 1199px) {
.all-projects-section .gallery-filters a {
font-size: 20px;
font-size: 1.33333rem;
font-weight: 500;
}
}
@media (max-width: 991px) {
.all-projects-section .gallery-filters a {
font-size: 16px;
font-size: 1.06667rem;
}
}
@media (max-width: 767px) {
.all-projects-section .gallery-filters a {
font-size: 15px;
font-size: 1rem;
}
}
.all-projects-section .gallery-filters ul li a.current {
text-decoration: underline;
}
.all-projects-section .gallery-container .box {
width: 25%;
float: left;
padding: 0 10px 10px 0;
position: relative;
}
@media (max-width: 991px) {
.all-projects-section .gallery-container .box {
width: 33.33%;
}
}
@media (max-width: 767px) {
.all-projects-section .gallery-container .box {
width: 50%;
}
}
@media (max-width: 600px) {
.all-projects-section .gallery-container .box {
width: 100%;
float: none;
}
.all-projects-section .gallery-container .box img {
width: 100%;
}
}
.all-projects-section .box .details {
background-color: #0d1e2d;
width: calc(100% - 40px);
height: calc(100% - 40px);
position: absolute;
left: 15px;
top: 15px;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.all-projects-section .box:hover .details {
visibility: visible;
opacity: 1;
}
.all-projects-section .details .info {
width: 100%;
padding: 15px 10px;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.all-projects-section .info .cat {
font-size: 14px;
font-size: 0.93333rem;
color: #ff5e14;
}
@media (max-width: 767px) {
.all-projects-section .info .cat {
font-size: 13px;
font-size: 0.86667rem;
}
}
.all-projects-section .info h3 {
font-size: 24px;
font-size: 1.6rem;
margin: 0.4em 0 0;
}
@media (max-width: 1199px) {
.all-projects-section .info h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 991px) {
.all-projects-section .info h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
@media (max-width: 767px) {
.all-projects-section .info h3 {
font-size: 15px;
font-size: 1rem;
}
}
.all-projects-section .info h3 a {
color: #fff;
}
.all-projects-section .info h3 a:hover {
color: #ff5e14;
}
/*--------------------------------------------------------------
#projects single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1 project-single-section
--------------------------------------------------------------*/
.project-single-section .project-single-details {
padding: 60px 50px;
border-radius: 5px;
}
@media (max-width: 1199px) {
.project-single-section .project-single-details {
padding: 40px 30px;
}
}
@media (max-width: 991px) {
.project-single-section .project-single-details {
padding: 0;
margin-top: 50px;
}
}
.project-single-section .project-single-details h3 {
font-size: 30px;
font-size: 2rem;
margin: 0 0 0.75em;
}
@media (max-width: 991px) {
.project-single-section .project-single-details h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
.project-single-section .project-info {
list-style-type: none;
padding-top: 40px;
}
@media (max-width: 991px) {
.project-single-section .project-info {
padding-top: 20px;
}
}
.project-single-section .project-info li {
font-size: 15px;
font-size: 1rem;
color: #73787d;
}
@media (max-width: 767px) {
.project-single-section .project-info li {
font-size: 14px;
font-size: 0.93333rem;
}
}
.project-single-section .project-info li span {
color: #051829;
font-weight: 600;
}
.project-single-section .project-info > li + li {
margin-top: 13px;
}
.project-single-section .project-info i {
color: #ff5e14;
display: inline-block;
padding-right: 5px;
}
/*--------------------------------------------------------------
#9.2 project-single-wrok-process
--------------------------------------------------------------*/
.project-single-wrok-process .grids {
overflow: hidden;
}
.project-single-wrok-process .grid {
width: 33.33%;
float: left;
overflow: hidden;
position: relative;
}
@media (max-width: 1600px) {
.project-single-wrok-process .grid {
width: 50%;
}
}
@media (max-width: 991px) {
.project-single-wrok-process .grid {
width: 100%;
float: none;
}
}
.project-single-wrok-process .grid .img-holder,
.project-single-wrok-process .grid .details {
width: 50%;
float: left;
}
@media (max-width: 600px) {
.project-single-wrok-process .grid .img-holder,
.project-single-wrok-process .grid .details {
width: 100%;
float: none;
}
}
.project-single-wrok-process .grid .img-holder {
height: 100%;
position: absolute;
left: 0;
top: 0;
}
@media (max-width: 600px) {
.project-single-wrok-process .grid .img-holder {
position: relative;
height: 200px;
}
}
.project-single-wrok-process .grids > .grid:first-child .img-holder {
background: url("../images/project-single/img-1.jpg") center center/cover no-repeat local;
}
.project-single-wrok-process .grids > .grid:nth-child(2) .img-holder {
background: url("../images/project-single/img-2.jpg") center center/cover no-repeat local;
}
.project-single-wrok-process .grids > .grid:nth-child(3) .img-holder {
background: url("../images/project-single/img-3.jpg") center center/cover no-repeat local;
}
.project-single-wrok-process .grid .details {
background-color: #0d1e2d;
padding: 65px 40px;
color: #fff;
position: relative;
left: 50%;
}
@media (max-width: 991px) {
.project-single-wrok-process .grid .details {
padding: 45px 30px;
}
}
@media (max-width: 600px) {
.project-single-wrok-process .grid .details {
left: 0;
padding: 30px 20px;
}
}
.project-single-wrok-process .grids > .grid:nth-child(2) .details {
background-color: #4182b0;
}
.project-single-wrok-process .grids > .grid:nth-child(3) .details {
background-color: #ff5e14;
}
.project-single-wrok-process .details h3 {
font-size: 24px;
font-size: 1.6rem;
color: #fff;
margin: 0 0 1em;
}
@media (max-width: 991px) {
.project-single-wrok-process .details h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 767px) {
.project-single-wrok-process .details h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
.project-single-wrok-process .details p {
color: #fff;
margin-bottom: 2em;
}
.project-single-wrok-process .details .number {
font-size: 24px;
font-size: 1.6rem;
}
@media (max-width: 991px) {
.project-single-wrok-process .details .number {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 767px) {
.project-single-wrok-process .details .number {
font-size: 18px;
font-size: 1.2rem;
}
}
/*--------------------------------------------------------------
#service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.1 service-singel-section
--------------------------------------------------------------*/
.service-single-content .title {
position: relative;
margin-top: 52px;
}
@media screen and (min-width: 1200px) {
.service-single-content .title {
padding-right: 340px;
}
}
@media (max-width: 767px) {
.service-single-content .title {
margin-top: 40px;
}
}
.service-single-content .title h3 {
font-size: 25px;
font-size: 1.66667rem;
margin: 0 0 2em;
}
@media (max-width: 991px) {
.service-single-content .title h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 767px) {
.service-single-content .title h3 {
font-size: 17px;
font-size: 1.13333rem;
}
}
.service-single-content .download {
position: absolute;
right: 0;
top: 0;
}
@media (max-width: 1199px) {
.service-single-content .download {
position: static;
margin-bottom: 40px;
}
}
.service-single-content .download a {
padding: 10px 20px 10px 40px;
border: 2px solid #ff5e14;
color: #333;
font-weight: 600;
position: relative;
}
@media (max-width: 1199px) {
.service-single-content .download a {
padding: 7px 15px 7px 30px;
}
}
@media (max-width: 991px) {
.service-single-content .download a {
font-size: 14px;
font-size: 0.93333rem;
padding: 5px 15px 5px 30px;
}
}
@media (max-width: 767px) {
.service-single-content .download a {
font-size: 13px;
font-size: 0.86667rem;
}
}
.service-single-content .download a i {
position: absolute;
left: 20px;
top: 30%;
}
@media (max-width: 1199px) {
.service-single-content .download a i {
left: 10px;
}
}
.service-single-content .details ul {
list-style-type: none;
padding: 2em 0 3em;
}
.service-single-content .details ul li {
position: relative;
padding-left: 75px;
font-weight: 600;
}
@media (max-width: 1199px) {
.service-single-content .details ul li {
padding-left: 45px;
}
}
.service-single-content .details ul > li + li {
margin-top: 45px;
}
@media (max-width: 1199px) {
.service-single-content .details ul > li + li {
margin-top: 20px;
}
}
.service-single-content .details ul li i {
background-color: #ff5e14;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
color: #444;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 1199px) {
.service-single-content .details ul li i {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 12px;
}
}
.service-single-content .details p {
margin-bottom: 2em;
}
@media (max-width: 991px) {
.service-single-content .details h4 {
font-size: 16px;
font-size: 1.06667rem;
}
}
/*--------------------------------------------------------------
#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.1 contact-pg-contact-section
--------------------------------------------------------------*/
.contact-pg-contact-section {
padding-bottom: 90px;
}
@media (max-width: 991px) {
.contact-pg-contact-section {
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.contact-pg-contact-section {
padding-bottom: 70px;
}
}
.contact-pg-contact-section label {
color: #242c33;
}
@media (max-width: 767px) {
.contact-pg-contact-section label {
font-size: 13px;
font-size: 0.86667rem;
}
}
.contact-pg-contact-section .contact-form .row > .col {
margin-bottom: 35px;
}
@media (max-width: 767px) {
.contact-pg-contact-section .contact-form .row > .col {
margin-bottom: 18px;
}
}
.contact-pg-contact-section .contact-form .row > .col:nth-child(6) {
margin-bottom: 0;
}
.contact-pg-contact-section .contact-form .row > .col:last-child {
margin-bottom: 0;
}
.contact-pg-contact-section input,
.contact-pg-contact-section textarea {
background-color: #ebeef0;
height: 38px;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
}
@media (max-width: 767px) {
.contact-pg-contact-section input,
.contact-pg-contact-section textarea {
height: 35px;
}
}
.contact-pg-contact-section input:focus,
.contact-pg-contact-section textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-pg-contact-section textarea {
height: 200px;
}
@media (max-width: 767px) {
.contact-pg-contact-section textarea {
height: 150px;
}
}
.contact-pg-contact-section .submit-btn button {
width: 100%;
border: 0;
outline: 0;
border-radius: 5px;
}
@media (max-width: 767px) {
.contact-pg-contact-section .contact-info {
margin-top: 55px;
}
}
.contact-pg-contact-section .contact-info h3 {
font-size: 30px;
font-size: 2rem;
margin: 0 0 0.47em;
}
@media (max-width: 767px) {
.contact-pg-contact-section .contact-info h3 {
font-size: 25px;
font-size: 1.66667rem;
}
}
.contact-pg-contact-section .contact-info ul {
margin-top: 30px;
}
.contact-pg-contact-section .contact-info li {
font-size: 16px;
font-size: 1.06667rem;
color: #242c33;
position: relative;
padding-left: 25px;
}
.contact-pg-contact-section .contact-info ul > li + li {
margin-top: 12px;
}
.contact-pg-contact-section .contact-info li i {
color: #ff5e14;
position: absolute;
left: 0;
top: 4px;
}
.contact-pg-contact-section #loader {
color: #ff5e14;
}
/*--------------------------------------------------------------
#blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.1 blog-calassic-main-content
--------------------------------------------------------------*/
.blog-calassic-main-content .blog-grids > .grid + .grid {
margin-top: 75px;
}
@media (max-width: 991px) {
.blog-calassic-main-content .blog-grids > .grid + .grid {
margin-top: 55px;
}
}
.blog-calassic-main-content .grid .entry-body {
padding: 0;
border: 0;
font-size: 16px;
font-size: 1.06667rem;
}
@media (max-width: 767px) {
.blog-calassic-main-content .grid .entry-body {
font-size: 14px;
font-size: 0.93333rem;
}
}
.blog-calassic-main-content .entry-meta {
list-style: none;
overflow: hidden;
border: 0;
padding: 0;
}
.blog-calassic-main-content .entry-meta li {
float: left;
}
.blog-calassic-main-content .entry-meta > li + li {
margin-left: 25px;
}
@media (max-width: 767px) {
.blog-calassic-main-content .entry-meta > li + li {
margin-left: 15px;
}
}
.blog-calassic-main-content .entry-meta li a {
color: #999999;
}
.blog-calassic-main-content .entry-meta li a:hover {
color: #ff5e14;
}
.blog-calassic-main-content .entry-meta i {
display: inline-block;
padding-right: 3px;
}
.blog-calassic-main-content .entry-title-meta {
margin-bottom: 30px;
}
.blog-calassic-main-content .entry-title-meta h3 {
font-size: 24px;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.4em;
margin: 0 0 3px;
}
@media (max-width: 991px) {
.blog-calassic-main-content .entry-title-meta h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
.blog-calassic-main-content .entry-title-meta h3 a {
color: #242c33;
}
.blog-calassic-main-content .entry-title-meta h3 a:hover {
color: #ff5e14;
}
.blog-calassic-main-content .entry-media {
margin-bottom: 30px;
position: relative;
}
.blog-calassic-main-content .entry-media:before {
content: "";
background-color: rgba(255, 94, 20, 0.7);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.blog-calassic-main-content .entry-media .tags {
position: absolute;
left: 30px;
top: 30px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
@media (max-width: 991px) {
.blog-calassic-main-content .entry-media .tags {
left: 20px;
top: 20px;
}
}
.blog-calassic-main-content .entry-media .tags a {
background-color: #fff;
font-family: "Heebo", sans-serif;
font-size: 14px;
font-size: 0.93333rem;
font-weight: 500;
color: #ff5e14;
display: inline-block;
padding: 9px 15px;
}
@media (max-width: 991px) {
.blog-calassic-main-content .entry-media .tags a {
font-size: 13px;
font-size: 0.86667rem;
padding: 7px 12px;
}
}
@media (max-width: 767px) {
.blog-calassic-main-content .entry-media .tags a {
font-size: 12px;
font-size: 0.8rem;
padding: 5px 10px;
}
}
.blog-calassic-main-content .entry-body p {
color: #86909e;
margin-bottom: 2em;
}
.blog-calassic-main-content .entry-body .read-more {
color: #242c33;
font-weight: 500;
}
.blog-calassic-main-content .entry-body .read-more:hover {
color: #ff5e14;
}
.blog-calassic-main-content .grid:hover .entry-media:before {
opacity: 1;
}
.blog-calassic-main-content .grid:hover .entry-media .tags {
opacity: 1;
visibility: visible;
}
/*--------------------------------------------------------------
#blog details page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.1 blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
/*** tags ***/
/*** tags ***/
/*** about-author ***/
/*** comments ***/
}
.blog-single-section .entry-meta {
list-style: none;
overflow: hidden;
border: 0;
padding: 0;
}
.blog-single-section .entry-meta li {
float: left;
}
.blog-single-section .entry-meta > li + li {
margin-left: 25px;
}
@media (max-width: 767px) {
.blog-single-section .entry-meta > li + li {
margin-left: 15px;
}
}
.blog-single-section .entry-meta li a {
color: #999999;
}
.blog-single-section .entry-meta li a:hover {
color: #ff5e14;
}
.blog-single-section .entry-meta i {
display: inline-block;
padding-right: 4px;
}
.blog-single-section .entry-title-meta {
border-bottom: 1px solid #e3e3e3;
padding-bottom: 20px;
margin-bottom: 25px;
}
.blog-single-section .entry-title-meta h3 {
font-size: 24px;
font-size: 1.6rem;
font-weight: 600;
color: #051829;
line-height: 1.4em;
margin: 0 0 3px;
}
@media (max-width: 991px) {
.blog-single-section .entry-title-meta h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
.blog-single-section .entry-media {
margin-bottom: 30px;
}
.blog-single-section .entry-body p {
line-height: 1.81em;
color: #6a6a6a;
margin-bottom: 35px;
}
.blog-single-section .tag-share {
overflow: hidden;
margin: 40px 0 68px;
/*** share ***/
}
@media (max-width: 767px) {
.blog-single-section .tag-share {
margin: 25px 0;
}
}
.blog-single-section .tag-share ul {
list-style: none;
}
.blog-single-section .tag-share > div {
display: inline-block;
float: left;
}
@media (max-width: 767px) {
.blog-single-section .tag-share > div {
display: block;
float: none !important;
}
}
.blog-single-section .tag-share > div:last-child {
float: right;
padding-top: 10px;
}
.blog-single-section .tag-share ul {
display: inline-block;
overflow: hidden;
}
.blog-single-section .tag-share ul li {
float: left;
margin-right: 6px;
}
.blog-single-section .tag-share ul li:last-child {
margin-right: 0;
}
.blog-single-section .tag-share .tag a {
background-color: #f8f8fa;
font-size: 14px;
font-size: 0.93333rem;
color: #7b8186;
display: inline-block;
text-align: center;
border: 1px solid #e6e9ec;
padding: 7px 12px;
text-transform: lowercase;
}
@media (max-width: 991px) {
.blog-single-section .tag-share .tag a {
padding: 5px 10px;
margin-bottom: 10px;
}
}
.blog-single-section .tag-share .tag a:hover {
background-color: #ff5e14;
color: #fff;
border-color: #ff5e14;
}
.blog-single-section .tag-share > div:last-child span {
font-size: 15px;
font-size: 0.93333rem;
font-weight: 600;
color: #999;
position: relative;
top: -9px;
padding-right: 7px;
}
.blog-single-section .tag-share .share {
padding-bottom: 0;
}
.blog-single-section .tag-share .share a {
font-size: 16px;
font-size: 1.06667rem;
color: #0d1e2d;
display: inline-block;
}
@media (max-width: 991px) {
.blog-single-section .tag-share .share a {
font-size: 14px;
font-size: 0.93333rem;
}
}
.blog-single-section .tag-share .share a:hover {
color: #ff5e14;
}
.blog-single-section .about-author {
margin-bottom: 50px;
}
.blog-single-section .about-author h4 {
font-size: 24px;
font-size: 1.6rem;
font-weight: 500;
color: #242c33;
margin: 0 0 0.42em;
}
@media (max-width: 991px) {
.blog-single-section .about-author h4 {
font-size: 22px;
font-size: 1.46667rem;
}
}
@media (max-width: 767px) {
.blog-single-section .about-author h4 {
font-size: 20px;
font-size: 1.33333rem;
}
}
.blog-single-section .about-author .inner {
padding: 35px 40px;
border: 1px solid #e6e9ec;
overflow: hidden;
}
@media (max-width: 991px) {
.blog-single-section .about-author .inner {
padding: 35px;
}
}
@media (max-width: 767px) {
.blog-single-section .about-author .inner {
padding: 25px 20px;
}
}
.blog-single-section .about-author .author-pic {
width: 73px;
float: left;
}
@media (max-width: 767px) {
.blog-single-section .about-author .author-pic {
width: 100%;
float: none;
}
}
.blog-single-section .about-author .author-details {
width: calc(100% - 73px);
float: left;
padding-left: 25px;
}
@media (max-width: 767px) {
.blog-single-section .about-author .author-details {
width: 100%;
float: none;
padding-left: 0;
margin-top: 20px;
}
}
.blog-single-section .about-author .author-details h5 {
font-size: 16px;
font-size: 1.06667rem;
font-weight: 600;
color: #242c33;
margin: 0;
}
.blog-single-section .about-author .author-job {
font-size: 14px;
font-size: 0.93333rem;
color: #999;
display: inline-block;
margin-bottom: 8px;
}
.blog-single-section .about-author p {
font-size: 14px;
font-size: 0.93333rem;
color: #666;
}
.blog-single-section .about-author .social {
list-style: none;
}
.blog-single-section .about-author .social li {
float: left;
margin-left: 10px;
}
.blog-single-section .about-author .social li:first-child {
margin-left: 0;
}
.blog-single-section .about-author .social li a {
font-size: 15px;
font-size: 1rem;
color: #242c33;
}
.blog-single-section .about-author .social li a:hover {
color: #ff5e14;
}
.blog-single-section .comments {
/*** .article ***/
}
.blog-single-section .comments h3 {
font-size: 22px;
font-size: 1.46667rem;
font-weight: 600;
color: #242c33;
margin: 0 0 1em;
}
.blog-single-section .comments > ol {
padding-left: 0;
}
.blog-single-section .comments ol {
list-style: none;
}
.blog-single-section .comments ol > li {
margin-bottom: 35px;
}
.blog-single-section .comments ol > li:last-child {
margin-bottom: 0;
}
.blog-single-section .comments ol > li > ol {
margin-left: 28px;
margin-top: 35px;
padding: 0;
}
@media (max-width: 767px) {
.blog-single-section .comments ol > li > ol {
margin: 30px 0 0 10px;
}
}
.blog-single-section .comments ol > li > ol > li {
background-color: #fafafa;
margin-bottom: 35px !important;
}
.blog-single-section .comments ol > li > ol > li:last-child {
margin-bottom: 0 !important;
}
.blog-single-section .comments .article {
overflow: hidden;
border: 1px solid #d3d7d9;
padding: 25px;
position: relative;
}
.blog-single-section .comments .article h4 {
font-size: 16px;
font-size: 1.06667rem;
margin: 0;
text-transform: capitalize;
}
@media (max-width: 767px) {
.blog-single-section .comments .article h4 {
font-size: 14px;
font-size: 0.93333rem;
}
}
.blog-single-section .comments .article p {
font-size: 15px;
font-size: 1rem;
margin-bottom: 5px;
}
@media (max-width: 767px) {
.blog-single-section .comments .article p {
font-size: 14px;
font-size: 0.93333rem;
}
}
.blog-single-section .comments .article .replay button {
background-color: transparent;
font-size: 14px;
font-size: 0.93333rem;
font-weight: 600;
color: #242c33;
padding: 0;
border: 0;
outline: 0;
position: absolute;
right: 25px;
top: 25px;
}
.blog-single-section .comments .article .replay button:hover {
color: #ff5e14;
}
.blog-single-section .comments .article .author-meta {
overflow: hidden;
margin-bottom: 5px;
}
.blog-single-section .comments .article .author-meta h4 {
font-size: 15px;
font-size: 1rem;
font-weight: 600;
color: #242c33;
}
.blog-single-section .comments .article .author-meta > div:last-child {
font-size: 12px;
font-size: 0.8rem;
color: #a3aab2;
}
.blog-single-section .comments .article .author-pic {
width: 10%;
float: left;
}
@media (max-width: 767px) {
.blog-single-section .comments .article .author-pic {
width: 100%;
float: none;
margin-bottom: 10px;
}
}
.blog-single-section .comments .article .details {
width: 90%;
float: left;
}
@media (max-width: 767px) {
.blog-single-section .comments .article .details {
width: 100%;
float: none;
}
}
.blog-single-section .comments .article p {
font-size: 14px;
font-size: 0.93333rem;
color: #4a4a4a;
}
.blog-single-section .comment-respond {
margin-top: 55px;
}
.blog-single-section .comment-respond h4 {
font-size: 24px;
font-size: 1.6rem;
font-weight: 500;
color: #242c33;
margin: 0 0 0.62em;
}
@media (max-width: 991px) {
.blog-single-section .comment-respond h4 {
font-size: 22px;
font-size: 1.46667rem;
}
}
@media (max-width: 767px) {
.blog-single-section .comment-respond h4 {
font-size: 20px;
font-size: 1.33333rem;
}
}
.blog-single-section .comment-respond form {
margin: 0 -15px;
position: relative;
}
.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
background-color: #f8f8fa;
height: 40px;
border: 1px solid #e6e9ec;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
.blog-single-section .comment-respond form textarea {
height: 195px;
}
@media (max-width: 767px) {
.blog-single-section .comment-respond form textarea {
height: 120px;
}
}
.blog-single-section .comment-respond form > div {
margin-bottom: 20px;
}
.blog-single-section .comment-respond .submit-btn {
text-align: center;
margin: 25px 0 0;
}
@media (max-width: 991px) {
.blog-single-section .comment-respond .submit-btn {
margin: 15px 0 0;
}
}
.blog-single-section .comment-respond .submit-btn button {
width: 100%;
background-color: #ff5e14;
padding: 10px 30px;
color: #fff;
border: 0;
outline: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
@media (max-width: 767px) {
.blog-single-section .comment-respond .submit-btn button {
padding: 10px 20px;
}
}
.blog-single-section .comment-respond .submit-btn button:hover {
background-color: #e04700;
}
/*# sourceMappingURL=style.css.map */ | assets/css/style.css | >>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1 Theme Reset Style
#0.2 Global Elements
#0.3 header
#0.4 hero-slider
#0.5 footer
#0.6 cta-section
#0.7 services-section
#0.8 about-section
#0.9 projects-section
#1.0 testimonials-section
#1.1 partners-section
#1.2 contact-section
#1.3 news-section
#1.4 contact-info-map-section
#1.5 news-letter-section
----------------------------------------------------------------
#home style 2
----------------------------------------------------------------
#2.1 about-section-s2
#2.2 services-section-s2
#2.3 features-section
#2.4 team-section
#2.5 fun-fact-section
#2.6 fun-fact-section
#2.7 news-section-s2
#2.8 partners-section-s2
----------------------------------------------------------------
#home style 3
----------------------------------------------------------------
#3.1 about-section-s3
#3.2 work-process-section
#3.3 projects-section-s2
#3.4 pricing-section
#3.5 cta-section-s2
#3.6 news-section-s3
#3.7 partners-section-s3
----------------------------------------------------------------
#testimonials page
----------------------------------------------------------------
#4.1 all-testimonials-section
----------------------------------------------------------------
#team page
----------------------------------------------------------------
#5.1 all-team-member-section
----------------------------------------------------------------
#faq page
----------------------------------------------------------------
#6.1 faq-pg-section
----------------------------------------------------------------
#services page
----------------------------------------------------------------
#7.1 all-services-section
----------------------------------------------------------------
#projects page
----------------------------------------------------------------
#8.1 all-projects-section
----------------------------------------------------------------
#projects single page
----------------------------------------------------------------
#9.1 project-single-section
#9.2 project-single-wrok-process
----------------------------------------------------------------
#service single page
----------------------------------------------------------------
#10.1 service-singel-section
----------------------------------------------------------------
#contact page
----------------------------------------------------------------
#11.1 contact-pg-contact-section
----------------------------------------------------------------
#blog page
----------------------------------------------------------------
#12.1 blog-calassic-main-content
----------------------------------------------------------------
#blog details page
----------------------------------------------------------------
#13.1 blog-single-section
----------------------------------------------------------------*/
/*---------------------------
Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Heebo:400,500,700|Lato:400,400i,700");
/*--------------------------------------------------------------
#0.1 Theme Reset Style
--------------------------------------------------------------*/
html {
font-size: 15px;
}
body {
font-family: "Lato", sans-serif;
background-color: #fff;
font-size: 15px;
font-size: 1rem;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
@media (max-width: 767px) {
body {
font-size: 14px;
}
}
p {
color: #73787d;
line-height: 1.8em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Heebo", sans-serif;
color: #272e33;
font-weight: bold;
}
ul {
list-style-type: none;
padding-left: 0;
margin: 0;
}
a {
text-decoration: none;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
a:hover {
text-decoration: none;
}
img {
max-width: 100%;
}
/*--------------------------------------------------------------
#0.2 Global Elements
--------------------------------------------------------------*/
.page-wrapper {
position: relative;
overflow: hidden;
}
.wow {
visibility: hidden;
}
.fi:before {
margin: 0;
}
.section-padding {
padding: 100px 0;
}
@media (max-width: 991px) {
.section-padding {
padding: 90px 0;
}
}
@media (max-width: 767px) {
.section-padding {
padding: 80px 0;
}
}
.padding-bottom-0 {
padding-bottom: 0 !important;
}
/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
width: 100%;
margin-top: 15px;
margin-bottom: 0;
clear: both;
}
.contact-validation-active label.error {
color: red !important;
font-size: 0.93333rem;
font-weight: normal;
margin: 5px 0 0 0;
}
.contact-validation-active #loader,
.contact-validation-active #loader-2 {
display: none;
margin-top: 10px;
}
.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2 {
width: 100%;
color: #fff;
padding: 5px 10px;
font-size: 16px;
text-align: center;
display: none;
}
@media (max-width: 767px) {
.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2 {
font-size: 15px;
}
}
.contact-validation-active #success,
.contact-validation-active #success-2 {
background-color: #009a00;
border-left: 5px solid green;
margin-bottom: 5px;
}
.contact-validation-active #error,
.contact-validation-active #error-2 {
background-color: #ff1a1a;
border-left: 5px solid red;
}
.contact-validation-active #loader {
text-align: center;
color: #fff;
font-size: 8px;
font-size: 0.53333rem;
}
/*** back to top **/
.back-to-top {
background-color: rgba(255, 94, 20, 0.9);
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
display: none;
position: fixed;
z-index: 999;
right: 15px;
bottom: 15px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
@media (max-width: 991px) {
.back-to-top {
width: 35px;
height: 35px;
line-height: 35px;
}
}
.back-to-top:hover {
background-color: #ff5e14;
}
.back-to-top i {
font-size: 18px;
font-size: 1.2rem;
color: #fff;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/** for popup image ***/
.mfp-wrap {
background-color: rgba(0, 0, 0, 0.9);
z-index: 99999;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
/*** for fancybox video ***/
.fancybox-overlay {
background: rgba(0, 0, 0, 0.9);
z-index: 9999 !important;
}
.fancybox-wrap {
z-index: 99999 !important;
}
/**** style for box layout ***/
.box-layout {
/*** style for box layout ***/
}
@media screen and (min-width: 1200px) {
.box-layout {
width: 100%;
height: 100%;
background: url("../images/body-bg.jpg") center center/auto repeat fixed;
}
}
@media screen and (min-width: 1200px) {
.box-layout .page-wrapper {
background-color: #fff;
width: 1250px;
margin: 50px auto 0;
}
}
.section-title, .section-title-s2, .section-title-s3 {
text-align: center;
margin-bottom: 50px;
}
@media (max-width: 767px) {
.section-title, .section-title-s2, .section-title-s3 {
margin-bottom: 40px;
}
}
.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
font-size: 36px;
font-size: 2.4rem;
color: #242c33;
margin: -0.09em 0 0.33em;
}
@media (max-width: 991px) {
.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
font-size: 30px;
font-size: 2rem;
}
}
@media (max-width: 767px) {
.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
font-size: 25px;
font-size: 1.66667rem;
}
}
.section-title p, .section-title-s2 p, .section-title-s3 p {
margin: 0;
}
.section-title-s2, .section-title-s3 {
text-align: left;
}
@media (max-width: 991px) {
.section-title-s2, .section-title-s3 {
margin-bottom: 15px;
}
}
.section-title-s3 h2 {
color: #fff;
}
@media (max-width: 991px) {
.section-title-s4 {
margin-bottom: 15px;
}
}
.section-title-s4 > span {
font-size: 18px;
font-size: 1.2rem;
color: #74787d;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 3px;
}
@media (max-width: 991px) {
.section-title-s4 > span {
font-size: 16px;
font-size: 1.06667rem;
}
}
@media (max-width: 767px) {
.section-title-s4 > span {
font-size: 14px;
font-size: 0.93333rem;
}
}
.section-title-s4 h2 {
font-size: 36px;
font-size: 2.4rem;
color: #242c33;
margin: 3px 0 0;
}
@media (max-width: 991px) {
.section-title-s4 h2 {
font-size: 30px;
font-size: 2rem;
}
}
@media (max-width: 767px) {
.section-title-s4 h2 {
font-size: 25px;
font-size: 1.66667rem;
}
}
.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
font-family: "Heebo", sans-serif;
background-color: #fff;
font-size: 16px;
font-size: 1.06667rem;
font-weight: 500;
color: #ff5e14;
padding: 11px 30px;
border-radius: 2px;
display: inline-block;
}
@media (max-width: 991px) {
.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
font-size: 15px;
font-size: 1rem;
padding: 9px 25px;
}
}
@media (max-width: 767px) {
.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
font-size: 14px;
font-size: 0.93333rem;
padding: 8px 22px;
}
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover {
background-color: #ff5e14;
color: #fff;
}
.theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
background-color: #ff5e14;
color: #fff;
}
.theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover {
background-color: #fa4f00;
color: #fff;
}
.theme-btn-s3 {
background-color: #0d1e2d;
color: #fff;
}
.theme-btn-s3:hover {
background-color: #ff5e14;
}
.theme-btn-s4 {
background-color: transparent;
color: #ff5e14;
border: 2px solid #ff5e14;
padding: 8px 30px;
}
@media (max-width: 991px) {
.theme-btn-s4 {
padding: 8px 25px;
}
}
@media (max-width: 767px) {
.theme-btn-s4 {
padding: 7px 22px;
}
}
.form input,
.form textarea,
.form select {
border-radius: 0;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.form ::-webkit-input-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form :-moz-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form ::-moz-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form :-ms-input-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form select {
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
cursor: pointer;
}
.form select::-ms-expand {
/* for IE 11 */
display: none;
}
.social-links {
overflow: hidden;
}
.social-links li {
float: left;
width: 35px;
height: 35px;
margin-right: 1px;
}
.social-links li a {
background-color: #ff8147;
width: 35px;
height: 35px;
line-height: 35px;
display: block;
color: #fff;
text-align: center;
}
.social-links li a:hover {
background-color: #ff5e14;
}
/******************************
page title
******************************/
.page-title {
background: url("../images/page-title.jpg") center center/cover no-repeat local;
height: 415px;
position: relative;
width: 100%;
}
@media (max-width: 991px) {
.page-title {
height: 280px;
}
}
@media (max-width: 767px) {
.page-title {
height: 220px;
}
}
.page-title:before {
content: "";
background-color: rgba(13, 30, 45, 0.7);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.page-title .container {
height: 100%;
display: table;
}
.page-title .container > .row {
vertical-align: middle;
display: table-cell;
}
.page-title h2,
.page-title ol {
color: #fff;
}
.page-title .title-breadcrumb {
overflow: hidden;
margin: 0 -30px;
padding-top: 140px;
}
@media (max-width: 991px) {
.page-title .title-breadcrumb {
text-align: center;
padding-top: 0;
}
}
.page-title h2 {
font-size: 36px;
font-size: 2.4rem;
margin: 0;
}
@media screen and (min-width: 992px) {
.page-title h2 {
display: inline-block;
float: left;
}
}
@media (max-width: 991px) {
.page-title h2 {
font-size: 35px;
font-size: 2.33333rem;
margin: 0 0 0.3em;
}
}
@media (max-width: 767px) {
.page-title h2 {
font-size: 28px;
font-size: 1.86667rem;
}
}
.page-title .breadcrumb {
font-family: "Heebo", sans-serif;
background-color: transparent;
padding: 0;
margin: 0;
}
@media screen and (min-width: 992px) {
.page-title .breadcrumb {
display: inline-block;
float: right;
margin-top: 10px;
}
}
@media (max-width: 767px) {
.page-title .breadcrumb {
text-align: center;
}
}
.page-title .breadcrumb li {
font-size: 14px;
font-size: 0.93333rem;
color: #fff;
margin-right: 5px;
}
.page-title .breadcrumb li a {
color: #ff5e14;
}
.page-title .breadcrumb li a:hover {
color: #e04700;
}
.page-title .breadcrumb > li + li:before {
font-family: "FontAwesome";
content: "\f105";
color: #ff5e14;
margin-right: 5px;
}
.preloader {
width: 100%;
background-color: #fff;
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 10001;
}
.preloader div {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.theme-accordion-s1 {
margin-bottom: 0;
}
.theme-accordion-s1 .panel-default {
background: transparent;
border: 1px solid #dee0e1;
border-radius: 0;
}
.theme-accordion-s1 .panel-group .panel + .panel {
margin-top: 8px;
}
.theme-accordion-s1 .panel-heading {
background-color: transparent;
padding: 0;
border-radius: 0;
}
.theme-accordion-s1 .panel-heading a {
font-size: 18px;
font-size: 1.2rem;
font-weight: 600;
color: #fff;
display: block;
padding: 15px 25px;
position: relative;
}
@media (max-width: 1800px) {
.theme-accordion-s1 .panel-heading a {
background-color: #ff5e14;
}
}
@media (max-width: 991px) {
.theme-accordion-s1 .panel-heading a {
font-size: 16px;
font-size: 1.06667rem;
padding: 12px 20px;
}
}
@media (max-width: 767px) {
.theme-accordion-s1 .panel-heading a {
padding: 12px 15px;
}
}
.theme-accordion-s1 .panel-heading a:before {
font-family: "FontAwesome";
content: "\f107";
font-size: 20px;
font-size: 1.33333rem;
position: absolute;
right: 25px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
@media (max-width: 991px) {
.theme-accordion-s1 .panel-heading a:before {
font-size: 18px;
font-size: 1.2rem;
right: 20px;
}
}
.theme-accordion-s1 .panel-heading .collapsed {
background-color: #fff;
color: #222;
}
.theme-accordion-s1 .panel-heading .collapsed:before {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
background: rgba(255, 255, 255, 0.9);
border: 0;
padding: 24px 33px 12px;
}
@media (max-width: 1800px) {
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
background-color: #fff;
}
}
@media (max-width: 991px) {
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
padding: 20px 20px 10px;
}
}
@media (max-width: 767px) {
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
padding: 15px 15px 8px;
}
}
/*************************************
= service sinle sidebar
**************************************/
@media screen and (min-width: 992px) {
.service-single-sidebar {
padding-right: 40px;
}
}
@media (max-width: 991px) {
.service-single-sidebar {
margin-top: 80px;
}
}
.service-single-sidebar ul {
list-style-type: none;
}
.service-single-sidebar > .widget + .widget {
margin-top: 50px;
}
.service-single-sidebar .services-link-widget ul > li + li {
margin-top: 10px;
}
.service-single-sidebar .services-link-widget ul li a {
background-color: #f5f2f2;
font-weight: 600;
color: #242424;
padding: 14px 20px;
display: block;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.service-single-sidebar .services-link-widget ul li a {
font-size: 14px;
font-size: 0.93333rem;
}
}
@media (max-width: 767px) {
.service-single-sidebar .services-link-widget ul li a {
font-size: 12px;
font-size: 0.8rem;
padding: 10px 15px;
}
}
.service-single-sidebar .services-link-widget ul li a:hover,
.service-single-sidebar .services-link-widget ul li.current a {
background-color: #ff5e14;
color: #fff;
}
.service-single-sidebar .download-brocher-widget a {
background-color: #ff5e14;
font-size: 18px;
font-size: 1.2rem;
font-weight: 600;
color: #fff;
padding: 17px 20px 17px 50px;
position: relative;
display: block;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.service-single-sidebar .download-brocher-widget a {
font-size: 14px;
font-size: 0.93333rem;
}
}
@media (max-width: 767px) {
.service-single-sidebar .download-brocher-widget a {
font-size: 13px;
font-size: 0.86667rem;
padding: 10px 15px 10px 40px;
}
}
.service-single-sidebar .download-brocher-widget a i {
background-color: #0d1e2d;
padding: 5px 10px;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.service-single-sidebar .contact-widget {
border: 2px solid #e9e9e9;
padding: 30px 25px;
}
.service-single-sidebar .contact-widget h3 {
font-size: 20px;
font-size: 1.33333rem;
margin: 0 0 0.8em;
}
@media (max-width: 991px) {
.service-single-sidebar .contact-widget h3 {
font-size: 17px;
font-size: 1.13333rem;
}
}
.service-single-sidebar .contact-widget p {
margin: 0;
}
/*****************************
blog sidebar
******************************/
.blog-sidebar {
max-width: 300px;
margin-left: auto;
/*** search-widget ***/
/*** categories-widget ***/
/*** recent-post-widget ***/
/*** tagcloud-widget ***/
/*** news-letter-widget ***/
}
@media (max-width: 991px) {
.blog-sidebar {
max-width: 300px;
padding-left: 0;
margin-top: 80px;
margin-left: 0;
}
}
@media (max-width: 767px) {
.blog-sidebar {
margin-top: 70px;
}
}
.blog-sidebar ul {
list-style: none;
}
.blog-sidebar > .widget + .widget {
margin-top: 45px;
}
.blog-sidebar .widget > h3 {
font-size: 20px;
font-size: 1.33333rem;
font-weight: 500;
color: #051829;
margin: 0 0 0.65em;
position: relative;
text-transform: uppercase;
}
@media (max-width: 991px) {
.blog-sidebar .widget > h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
.blog-sidebar .search-widget div,
.blog-sidebar .news-letter-widget div {
position: relative;
}
.blog-sidebar .search-widget input,
.blog-sidebar .news-letter-widget input {
height: 40px;
border: 1px solid #e5e5e5;
padding: 6px 80px 6px 15px;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.blog-sidebar .search-widget button,
.blog-sidebar .news-letter-widget button {
background-color: #ff5e14;
width: 50px;
height: 40px;
line-height: 40px;
color: #fff;
border: 0;
outline: 0;
position: absolute;
right: 0;
top: 0;
}
.blog-sidebar .search-widget button:hover,
.blog-sidebar .news-letter-widget button:hover {
background-color: #e04700;
}
.blog-sidebar .categories-widget ul {
background-color: #eff7fa;
padding: 14px 25px;
}
.blog-sidebar .categories-widget ul > li + li {
border-top: 1px solid #e0e6e8;
}
.blog-sidebar .categories-widget ul a {
display: block;
color: #666;
padding: 10px 0;
position: relative;
}
.blog-sidebar .categories-widget ul a:hover {
color: #ff5e14;
}
.blog-sidebar .categories-widget ul a span {
position: absolute;
right: 0;
}
.blog-sidebar .categories-widget ul a span:before {
content: "(";
position: relative;
top: 1px;
}
.blog-sidebar .categories-widget ul a span:after {
content: ")";
position: relative;
top: 1px;
}
.blog-sidebar .recent-post-widget .posts {
background-color: #eff7fa;
padding: 30px 20px 10px;
}
.blog-sidebar .recent-post-widget .post {
overflow: hidden;
}
.blog-sidebar .recent-post-widget > .post + .post {
padding-top: 20px;
border-top: 1px solid #e8e8e8;
}
.blog-sidebar .recent-post-widget .entry-media {
width: 75px;
float: left;
margin-bottom: 20px;
}
.blog-sidebar .recent-post-widget .entry-details {
width: calc(100% - 75px);
float: left;
padding-left: 15px;
}
.blog-sidebar .recent-post-widget .entry-details h4 {
font-size: 15px;
font-size: 1rem;
font-weight: normal;
line-height: 1.4em;
margin: 0 0 0.3em;
}
@media (max-width: 767px) {
.blog-sidebar .recent-post-widget .entry-details h4 {
font-size: 14px;
font-size: 0.93333rem;
}
}
.blog-sidebar .recent-post-widget .entry-details h4 a {
color: #051829;
}
.blog-sidebar .recent-post-widget .entry-details h4 a:hover {
color: #ff5e14;
}
.blog-sidebar .recent-post-widget .date {
font-size: 14px;
font-size: 0.93333rem;
color: #bebfc0;
}
.blog-sidebar .tagcloud-widget > div {
margin: 0 -5px;
}
.blog-sidebar .tagcloud-widget a {
background-color: #f8f8fa;
font-size: 13px;
font-size: 0.86667rem;
color: #696e71;
padding: 7px 10px;
margin: 5px 3px;
border: 1px solid #f2f2f2;
display: inline-block;
}
.blog-sidebar .tagcloud-widget a:hover {
background-color: #ff5e14;
color: #fff;
}
.blog-sidebar .news-letter-widget input {
background-color: #e9ebec;
height: 46px;
-webkit-box-shadow: none;
box-shadow: none;
}
.blog-sidebar .news-letter-widget button {
height: 46px;
line-height: 46px;
border-left: 2px solid #fff;
}
/**** pagination ****/
.pagination-wrapper {
text-align: center;
margin-top: 45px;
}
@media (max-width: 991px) {
.pagination-wrapper {
text-align: left;
margin-top: 35px;
}
}
@media (max-width: 767px) {
.pagination-wrapper {
margin-top: 25px;
}
}
.pagination-wrapper .pg-pagination {
display: inline-block;
overflow: hidden;
list-style-type: none;
text-align: center;
}
.pagination-wrapper .pg-pagination li {
float: left;
margin-right: 10px;
}
@media (max-width: 767px) {
.pagination-wrapper .pg-pagination li {
margin-right: 5px;
}
}
.pagination-wrapper .pg-pagination li:last-child {
margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
font-family: "Heebo", sans-serif;
background-color: #b1b8c1;
display: block;
width: 30px;
height: 30px;
line-height: 30px;
color: #fff;
font-weight: 500;
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
background: #ff5e14;
background: -webkit-linear-gradient(top, #ff5e14, #fa4f00);
background: -moz-linear-gradient(top, #ff5e14, #fa4f00);
background: -o-linear-gradient(top, #ff5e14, #fa4f00);
background: -ms-linear-gradient(top, #ff5e14, #fa4f00);
background: -webkit-gradient(linear, left top, left bottom, from(#ff5e14), to(#fa4f00));
background: linear-gradient(top, #ff5e14, #fa4f00);
color: #fff;
}
.pagination-wrapper-left {
text-align: left;
margin-top: 70px;
}
@media (max-width: 991px) {
.pagination-wrapper-left {
margin-top: 45px;
}
}
.style-switcher-box {
background-color: #fff;
width: 252px;
padding: 50px 25px;
position: fixed;
left: -252px;
top: 15%;
z-index: 999;
border: 1px solid #d9d9d9;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.style-switcher-box ul {
list-style: none;
}
.style-switcher-box button {
background-color: #051829;
width: 45px;
height: 45px;
line-height: 40px;
text-align: center;
color: #000;
font-size: 20px;
border: 0;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
position: absolute;
right: -45px;
top: 50px;
}
.style-switcher-box button i {
color: #fff;
-webkit-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
}
.style-switcher-box h5 {
font-size: 18px;
color: #000;
text-align: center;
margin: 0 0 2em;
text-transform: uppercase;
}
.style-switcher-box .main-list > .list {
margin-bottom: 30px;
}
.style-switcher-box .main-list > .list:last-child {
margin-bottom: 0;
}
.style-switcher-box .list-title {
display: block;
font-size: 12px;
border-bottom: 1px solid #cccccc;
margin-bottom: 10px;
padding-bottom: 5px;
text-transform: uppercase;
}
.style-switcher-box .list > .sublist {
margin-bottom: 10px;
}
.style-switcher-box .list > .sublist:last-child {
margin-bottom: 0;
}
.style-switcher-box .sublist span {
display: block;
font-size: 12px;
margin-bottom: 5px;
}
.style-switcher-box .sublist ul {
overflow: hidden;
}
.style-switcher-box .sublist ul li {
float: left;
min-width: 36px;
min-height: 36px;
margin: 0 5px 5px 0;
cursor: pointer;
}
.style-switcher-box .sublist ul li:nth-child(5n+5) {
margin-right: 0;
}
.style-switcher-box .layout ul li {
background-color: #051829;
min-height: 20px;
color: #fff;
padding: 5px 10px;
font-size: 12px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.style-switcher-box p {
font-size: 11px;
margin: 15px 0 0;
}
.style-switcher-box p span {
color: #ff6666;
}
.toggle-switcherbox {
left: 0;
}
/*** rotating ***/
@-webkit-keyframes rotating {
form {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
form {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/*--------------------------------------------------------------
#0.3 header
--------------------------------------------------------------*/
.site-header {
/* navigation open and close btn hide for width screen */
/* style for navigation less than 992px */
/*navbar collaps less then 992px*/
}
.site-header .navigation {
background-color: #fff;
margin-bottom: 0;
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.site-header .navigation > .container {
position: relative;
}
.site-header .navigation .navbar-brand {
height: auto;
}
@media (max-width: 767px) {
.site-header .navigation .navbar-brand img {
max-width: 200px;
}
}
.site-header #navbar {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
/*** mega-menu style ***/
}
.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
text-decoration: none;
color: #ff5e14;
}
@media screen and (min-width: 992px) {
.site-header #navbar {
/*** hover effect ***/
}
.site-header #navbar li {
position: relative;
}
.site-header #navbar > ul > li > a {
padding: 34px 12px;
}
.site-header #navbar > ul .sub-menu {
background-color: #0d1e2d;
width: 220px;
position: absolute;
left: 0;
top: 130%;
z-index: 10;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.site-header #navbar > ul > li .sub-menu li {
border-bottom: 1px solid #132b41;
}
.site-header #navbar > ul > li .sub-menu a {
font-size: 14px;
font-size: 0.93333rem;
color: #a7a7a7;
display: block;
padding: 10px 15px;
}
.site-header #navbar > ul > li .sub-menu a:hover {
background-color: #ff5e14;
color: #fff;
}
.site-header #navbar > ul > li > .sub-menu .sub-menu {
left: 110%;
top: 0;
}
.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
position: relative;
}
.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
font-family: "FontAwesome";
content: "\f105";
font-size: 15px;
font-size: 1rem;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-header #navbar > ul > li:hover > .sub-menu {
top: 100%;
visibility: visible;
opacity: 1;
}
.site-header #navbar .sub-menu > li:hover > .sub-menu {
left: 100%;
visibility: visible;
opacity: 1;
}
}
@media (max-width: 991px) {
.site-header #navbar > ul > li a {
display: block;
font-size: 14px;
font-size: 0.93333rem;
}
.site-header #navbar > ul > li .sub-menu li {
border-bottom: 1px solid #e6e6e6;
}
.site-header #navbar > ul .sub-menu > li:last-child {
border-bottom: 0;
}
.site-header #navbar > ul > li > .sub-menu a {
padding: 8px 15px 8px 45px;
}
.site-header #navbar > ul > li > .sub-menu .sub-menu a {
padding: 8px 15px 8px 65px;
}
.site-header #navbar > ul .menu-item-has-children > a {
position: relative;
}
.site-header #navbar > ul .menu-item-has-children > a:before {
font-family: "FontAwesome";
content: "\f107";
font-size: 15px;
font-size: 1rem;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media screen and (min-width: 992px) {
.site-header #navbar {
/*** hover effect ***/
}
.site-header #navbar .has-mega-menu {
position: static;
}
.site-header #navbar .mega-menu,
.site-header #navbar .half-mega-menu {
background-color: #fff;
padding: 20px;
border-top: 2px solid #ff5e14;
position: absolute;
right: 0;
top: 120%;
z-index: 10;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.site-header #navbar .mega-menu {
width: 1140px;
right: 15px;
}
.site-header #navbar .half-mega-menu {
width: 585px;
}
.site-header #navbar .mega-menu-box-title {
font-size: 14px;
font-size: 0.93333rem;
text-transform: uppercase;
font-weight: bold;
display: block;
padding-bottom: 7px;
margin-bottom: 7px;
border-bottom: 1px solid #e6e6e6;
}
.site-header #navbar .mega-menu-list-holder li a {
font-size: 14px;
font-size: 0.93333rem;
display: block;
padding: 7px 8px;
margin-left: -8px;
}
.site-header #navbar .has-mega-menu:hover > ul {
top: 100%;
visibility: visible;
opacity: 1;
}
}
@media (max-width: 1199px) {
.site-header #navbar > ul .mega-menu {
width: 950px;
right: 15px;
}
.site-header #navbar > ul .half-mega-menu {
width: 485px;
}
}
@media (max-width: 991px) {
.site-header #navbar > ul .mega-menu,
.site-header #navbar > ul .half-mega-menu {
width: auto;
}
.site-header #navbar > ul .mega-menu .row,
.site-header #navbar > ul .half-mega-menu .row {
margin: 0;
}
.site-header #navbar .mega-menu-content > .row > .col {
margin-bottom: 25px;
}
}
@media (max-width: 991px) {
.site-header #navbar .mega-menu .mega-menu-list-holder a {
padding: 5px 15px 5px 40px;
}
.site-header #navbar .mega-menu .mega-menu-box-title {
font-size: 14px;
font-size: 0.93333rem;
text-transform: uppercase;
display: block;
border-bottom: 1px dotted #b3b3b3;
padding: 0 0 4px 5px;
margin: 0 25px 8px 25px;
}
}
@media screen and (min-width: 992px) {
.site-header .navbar-header .open-btn {
display: none;
}
.site-header #navbar .close-navbar {
display: none;
}
}
@media (max-width: 991px) {
.site-header {
/* class for show hide navigation */
}
.site-header .container {
width: 100%;
}
.site-header .navbar-header button {
background-color: #ff5e14;
width: 40px;
height: 35px;
border: 0;
padding: 5px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
outline: 0;
position: absolute;
right: 15px;
top: 6px;
z-index: 20;
}
.site-header .navbar-header button span {
background-color: #fff;
display: block;
height: 2px;
margin-bottom: 5px;
}
.site-header .navbar-header button span:last-child {
margin: 0;
}
.site-header #navbar {
background: #fff;
display: block !important;
width: 280px;
height: 100% !important;
margin: 0;
padding: 0;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
position: fixed;
right: -300px;
top: 0;
z-index: 100;
}
.site-header #navbar ul a {
color: #000;
}
.site-header #navbar ul a:hover,
.site-header #navbar ul li.current a {
color: #ff5e14;
}
.site-header #navbar .navbar-nav {
height: 100%;
overflow: auto;
}
.site-header #navbar .close-navbar {
background-color: #ff5e14;
width: 35px;
height: 35px;
color: #fff;
border: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
outline: none;
position: absolute;
left: -18px;
top: 10px;
z-index: 20;
}
.site-header #navbar > ul > li {
border-bottom: 1px solid #cccccc;
}
.site-header #navbar > ul > li > a {
padding: 10px 15px 10px 35px;
}
.site-header .slideInn {
right: 0 !important;
}
}
@media (max-width: 767px) {
.site-header .navbar-header .navbar-brand {
font-size: 24px;
}
.site-header #navbar .navbar-nav {
margin: 0;
}
}
@media (max-width: 991px) {
.site-header .navbar-collapse.collapse {
display: none;
}
.site-header .navbar-collapse.collapse.in {
display: block;
}
.site-header .navbar-header .collapse,
.site-header .navbar-toggle {
display: block;
}
.site-header .navbar-header {
float: none;
}
.site-header .navbar-right {
float: none;
}
.site-header .navbar-nav {
float: none;
}
.site-header .navbar-nav > li {
float: none;
}
}
/*****************************
header style 1
*****************************/
.header-style-1, .header-style-2, .header-style-3 {
/*** navigation ***/
}
.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
background-color: #0d1e2d;
padding: 15px 0;
}
.header-style-1 .topbar ul li, .header-style-2 .topbar ul li, .header-style-3 .topbar ul li {
font-size: 14px;
font-size: 0.93333rem;
color: #989fa7;
}
@media (max-width: 767px) {
.header-style-1 .topbar ul li, .header-style-2 .topbar ul li, .header-style-3 .topbar ul li {
font-size: 13px;
font-size: 0.86667rem;
margin-bottom: 6px;
}
}
.header-style-1 .topbar li i, .header-style-2 .topbar li i, .header-style-3 .topbar li i {
display: inline-block;
padding-right: 5px;
}
.header-style-1 .topbar .contact-info ul, .header-style-2 .topbar .contact-info ul, .header-style-3 .topbar .contact-info ul {
overflow: hidden;
float: right;
}
@media (max-width: 767px) {
.header-style-1 .topbar .contact-info ul, .header-style-2 .topbar .contact-info ul, .header-style-3 .topbar .contact-info ul {
float: none;
}
}
.header-style-1 .topbar .contact-info ul li, .header-style-2 .topbar .contact-info ul li, .header-style-3 .topbar .contact-info ul li {
float: left;
}
@media (max-width: 767px) {
.header-style-1 .topbar .contact-info ul li, .header-style-2 .topbar .contact-info ul li, .header-style-3 .topbar .contact-info ul li {
float: none;
}
}
.header-style-1 .topbar .contact-info ul > li + li, .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
margin-left: 35px;
}
@media (max-width: 767px) {
.header-style-1 .topbar .contact-info ul > li + li, .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
margin-left: 0;
}
}
@media (max-width: 767px) {
.header-style-1 .topbar .contact-info ul > li:last-child, .header-style-2 .topbar .contact-info ul > li:last-child, .header-style-3 .topbar .contact-info ul > li:last-child {
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
text-align: center;
}
.header-style-1 .topbar ul, .header-style-2 .topbar ul, .header-style-3 .topbar ul {
display: inline-block;
}
}
@media screen and (min-width: 992px) {
.header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
margin-right: 170px;
}
.header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
padding: 31px 12px;
color: #242c33;
position: relative;
z-index: 10;
}
.header-style-1 #navbar > ul > li > a:after, .header-style-2 #navbar > ul > li > a:after, .header-style-3 #navbar > ul > li > a:after {
content: "";
background-color: #ff5e14;
width: 90%;
height: 3px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.header-style-1 #navbar > ul > li > a:hover:after, .header-style-2 #navbar > ul > li > a:hover:after, .header-style-3 #navbar > ul > li > a:hover:after {
opacity: 1;
}
.header-style-1 #navbar > ul > li > a:hover, .header-style-2 #navbar > ul > li > a:hover, .header-style-3 #navbar > ul > li > a:hover {
color: #242c33;
}
}
.header-style-1 .navbar-header button, .header-style-2 .navbar-header button, .header-style-3 .navbar-header button {
top: 22px;
}
.header-style-1 .request-quote, .header-style-2 .request-quote, .header-style-3 .request-quote {
background: #ff5e14;
background: -webkit-linear-gradient(top, #ff5e14, #e04700);
background: -moz-linear-gradient(top, #ff5e14, #e04700);
background: -o-linear-gradient(top, #ff5e14, #e04700);
background: -ms-linear-gradient(top, #ff5e14, #e04700);
background: -webkit-gradient(linear, left top, left bottom, from(#ff5e14), to(#e04700));
background: linear-gradient(top, #ff5e14, #e04700);
position: absolute;
right: 15px;
top: 0;
}
@media (max-width: 991px) {
.header-style-1 .request-quote, .header-style-2 .request-quote, .header-style-3 .request-quote {
display: none;
}
}
.header-style-1 .request-quote a, .header-style-2 .request-quote a, .header-style-3 .request-quote a {
color: #fff;
padding: 31px 19px;
display: inline-block;
}
/*****************************
header style 2
*****************************/
@media screen and (min-width: 992px) {
.header-style-2, .header-style-3 {
width: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 100;
}
.header-style-2 .topbar, .header-style-3 .topbar,
.header-style-2 .navigation, .header-style-3 .navigation {
background: transparent;
}
.header-style-2 .topbar ul li, .header-style-3 .topbar ul li {
color: #989fa7;
}
.header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
color: #fff;
}
.header-style-2 #navbar > ul > li > a:after, .header-style-3 #navbar > ul > li > a:after {
display: none;
}
.header-style-2 #navbar > ul > li > a:hover, .header-style-3 #navbar > ul > li > a:hover {
color: #ff5e14;
}
}
@media (max-width: 991px) {
.header-style-2 .navigation, .header-style-3 .navigation {
background: #0d1e2d;
border-top: 1px solid #132b41;
}
}
.header-style-2 .request-quote, .header-style-3 .request-quote {
top: 19px;
}
.header-style-2 .request-quote a, .header-style-3 .request-quote a {
padding: 12px 19px;
}
/*****************************
header style 3
*****************************/
@media screen and (min-width: 992px) {
.header-style-3 .topbar {
background: transparent;
padding: 22px 0;
}
.header-style-3 .topbar .container {
padding: 0;
}
.header-style-3 .navigation .container {
background: #fff;
}
.header-style-3 .topbar ul li {
color: #fff;
}
.header-style-3 #navbar > ul > li > a {
color: #242c33;
}
}
@media (max-width: 991px) {
.header-style-3 .navigation {
background: #fff;
}
}
/*--------------------------------------------------------------
#0.4 hero slider
--------------------------------------------------------------*/
.hero {
position: relative;
height: 100vh;
overflow: hidden;
/** slider controls **/
}
@media (max-width: 767px) {
.hero {
min-height: 420px;
}
}
.hero .slide {
height: 100vh;
position: relative;
overflow: hidden;
background-repeat: no-repeat;
position: relative;
}
@media (max-width: 767px) {
.hero .slide {
min-height: 420px;
}
}
.hero .slide .slider-bg {
display: none;
}
.hero .slide:focus {
outline: none;
}
.hero .slide .container {
height: 100%;
display: table;
}
.hero .slide .row {
display: table-cell;
vertical-align: middle;
}
.hero .slick-prev,
.hero .slick-next {
z-index: 10;
}
@media (max-width: 991px) {
.hero .slick-prev,
.hero .slick-next {
display: none !important;
}
}
.hero .slick-prev {
left: 25px;
}
@media (max-width: 1199px) {
.hero .slick-prev {
left: 15px;
}
}
.hero .slick-prev:before {
font-family: "FontAwesome";
content: "\f104";
opacity: 1;
font-size: 72px;
font-size: 4.8rem;
}
@media (max-width: 1199px) {
.hero .slick-prev:before {
font-size: 52px;
font-size: 3.46667rem;
}
}
.hero .slick-next {
right: 25px;
}
@media (max-width: 1199px) {
.hero .slick-next {
right: 15px;
}
}
.hero .slick-next:before {
font-family: "FontAwesome";
content: "\f105";
opacity: 1;
font-size: 72px;
font-size: 4.8rem;
}
@media (max-width: 1199px) {
.hero .slick-next:before {
font-size: 52px;
font-size: 3.46667rem;
}
}
.hero .slick-dots {
bottom: 50px;
}
@media (max-width: 991px) {
.hero .slick-dots {
bottom: 30px;
}
}
.hero .slick-dots li {
margin: 0 3px;
}
.hero .slick-dots li button {
background-color: #fff;
width: 12px;
height: 12px;
margin: 0;
border-radius: 50%;
opacity: 0.8;
}
.hero .slick-dots li.slick-active button {
background-color: #ff5e14;
opacity: 1;
}
.hero .slick-dots li button:before {
display: none;
}
/*************************************
hero style 1
****************************************/
.hero-style-1, .hero-style-2, .hero-style-3 {
position: relative;
height: 690px;
/*** hero slider animation ***/
}
@media (max-width: 991px) {
.hero-style-1, .hero-style-2, .hero-style-3 {
height: 500px;
}
}
@media (max-width: 767px) {
.hero-style-1, .hero-style-2, .hero-style-3 {
height: 420px;
}
}
.hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
height: 690px;
position: relative;
}
@media (max-width: 991px) {
.hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
height: 500px;
}
}
@media (max-width: 767px) {
.hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
height: 420px;
}
}
.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
font-size: 72px;
font-size: 4.8rem;
color: #fff;
margin: 0 0 0.25em;
}
@media (max-width: 991px) {
.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
font-size: 52px;
font-size: 3.46667rem;
}
}
@media (max-width: 767px) {
.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
font-size: 35px;
font-size: 2.33333rem;
}
}
.hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span, .hero-style-3 .slide-caption h2 span {
font-size: 48px;
font-size: 3.2rem;
font-weight: normal;
display: block;
}
@media (max-width: 991px) {
.hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span, .hero-style-3 .slide-caption h2 span {
font-size: 35px;
font-size: 2.33333rem;
}
}
@media (max-width: 767px) {
.hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span, .hero-style-3 .slide-caption h2 span {
font-size: 25px;
font-size: 1.66667rem;
}
}
.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
font-size: 22px;
font-size: 1.46667rem;
line-height: 1.36em;
color: #fff;
margin: 0 0 2.95em;
}
@media (max-width: 991px) {
.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
font-size: 18px;
font-size: 1.2rem;
margin: 0 0 2em;
}
}
@media (max-width: 767px) {
.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
font-size: 17px;
font-size: 1.13333rem;
margin: 0 0 2em;
}
}
.hero-style-1 .hero-slider .slide-caption > h2, .hero-style-2 .hero-slider .slide-caption > h2, .hero-style-3 .hero-slider .slide-caption > h2,
.hero-style-1 .hero-slider .slide-caption > p, .hero-style-2 .hero-slider .slide-caption > p, .hero-style-3 .hero-slider .slide-caption > p,
.hero-style-1 .hero-slider .slide-caption > .btns, .hero-style-2 .hero-slider .slide-caption > .btns, .hero-style-3 .hero-slider .slide-caption > .btns {
opacity: 0;
}
.hero-style-1 .hero-slider .slick-list .slick-current .slide-caption > h2, .hero-style-2 .hero-slider .slick-list .slick-current .slide-caption > h2, .hero-style-3 .hero-slider .slick-list .slick-current .slide-caption > h2 {
-webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
-moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
-o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
-ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
animation: fadeInLeftSlow 1.5s 0.8s forwards;
}
.hero-style-1 .hero-slider .slick-list .slick-current .slide-caption > p, .hero-style-2 .hero-slider .slick-list .slick-current .slide-caption > p, .hero-style-3 .hero-slider .slick-list .slick-current .slide-caption > p {
-webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
-moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
-o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
-ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
animation: fadeInLeftSlow 1.5s 1.4s forwards;
}
.hero-style-1 .hero-slider .slick-list .slick-current .slide-caption > .btns, .hero-style-2 .hero-slider .slick-list .slick-current .slide-caption > .btns, .hero-style-3 .hero-slider .slick-list .slick-current .slide-caption > .btns {
-webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
-moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
-o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
-ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
animation: fadeInLeftSlow 1.5s 1.8s forwards;
}
/*************************************
hero style 2
****************************************/
.hero-style-2, .hero-style-3 {
height: 820px;
}
@media (max-width: 991px) {
.hero-style-2, .hero-style-3 {
height: 500px;
}
}
@media (max-width: 767px) {
.hero-style-2, .hero-style-3 {
height: 420px;
}
}
.hero-style-2 .slide, .hero-style-3 .slide {
height: 820px;
}
@media (max-width: 991px) {
.hero-style-2 .slide, .hero-style-3 .slide {
height: 500px;
}
}
@media (max-width: 767px) {
.hero-style-2 .slide, .hero-style-3 .slide {
height: 420px;
}
}
@media screen and (min-width: 992px) {
.hero-style-2 .slide .row .col, .hero-style-3 .slide .row .col {
margin-top: 100px;
}
}
/*************************************
hero style 3
****************************************/
.hero-style-3 {
text-align: center;
}
/*--------------------------------------------------------------
#0.5 footer
--------------------------------------------------------------*/
.site-footer {
background: #f0f0f0;
border-top: 1px solid #dcdcdc;
/*** about widget ***/
/*** services-widget ***/
/*** twitter-feed-widget ***/
/*** recent-post-widget ***/
/*** copyright-info ***/
}
.site-footer .upper-footer {
padding: 100px 0;
}
@media (max-width: 991px) {
.site-footer .upper-footer {
padding: 80px 0 35px;
}
}
@media (max-width: 767px) {
.site-footer .upper-footer {
padding: 70px 0 30px;
}
}
.site-footer .upper-footer ul {
list-style: none;
}
.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
color: #242c33;
}
@media (max-width: 991px) {
.site-footer .upper-footer .row > .col {
margin-bottom: 55px;
}
}
@media (max-width: 767px) {
.site-footer .upper-footer .row > .col {
margin-bottom: 50px;
}
}
.site-footer .widget > h3,
.site-footer .widget .footer-logo {
font-size: 24px;
font-size: cacl-rem-value(24);
color: #242c33;
text-transform: uppercase;
margin: 0 0 2em;
position: relative;
}
@media (max-width: 991px) {
.site-footer .widget > h3,
.site-footer .widget .footer-logo {
font-size: 20px;
font-size: cacl-rem-value(20);
}
}
@media (max-width: 767px) {
.site-footer .widget > h3,
.site-footer .widget .footer-logo {
font-size: 16px;
font-size: cacl-rem-value(16);
}
}
@media screen and (min-width: 1200px) {
.site-footer .about-widget {
padding-right: 20px;
}
}
.site-footer .about-widget p {
margin-top: -25px;
}
@media (max-width: 767px) {
.site-footer .about-widget p {
margin-top: 0;
}
}
.site-footer .about-widget ul {
overflow: hidden;
margin-top: 45px;
}
@media (max-width: 991px) {
.site-footer .about-widget ul {
margin-top: 25px;
}
}
.site-footer .about-widget ul li {
float: left;
}
.site-footer .about-widget ul > li + li {
margin-left: 20px;
}
@media (max-width: 991px) {
.site-footer .about-widget ul > li + li {
margin-left: 15px;
}
}
.site-footer .about-widget ul a {
font-size: 18px;
font-size: 1.2rem;
}
@media (max-width: 991px) {
.site-footer .about-widget ul a {
font-size: 16px;
font-size: 1.06667rem;
}
}
.site-footer .about-widget ul a:hover {
color: #ff5e14;
}
.site-footer .services-widget {
overflow: hidden;
}
@media screen and (min-width: 1200px) {
.site-footer .services-widget {
padding-right: 45px;
}
}
.site-footer .services-widget a {
font-size: 16px;
font-size: 1.06667rem;
}
@media (max-width: 767px) {
.site-footer .services-widget a {
font-size: 15px;
font-size: 1rem;
}
}
.site-footer .services-widget a:hover {
color: #ff5e14;
}
.site-footer .services-widget i {
display: inline-block;
padding-right: 5px;
}
.site-footer .services-widget ul li + li {
margin-top: 23px;
}
@media (max-width: 767px) {
.site-footer .services-widget ul li + li {
margin-top: 10px;
}
}
.site-footer .twitter-feed-widget ul li + li {
padding-top: 14px;
margin-top: 14px;
border-top: 1px solid #dcdcdc;
}
.site-footer .twitter-feed-widget p {
color: #989fa7;
padding-right: 25px;
}
.site-footer .twitter-feed-widget i {
color: #198cfa;
display: inline-block;
padding-right: 5px;
}
.site-footer .twitter-feed-widget .info-box a {
font-size: 14px;
font-size: 0.93333rem;
color: #ff5e14;
}
@media (max-width: 991px) {
.site-footer .twitter-feed-widget .info-box a {
font-weight: normal;
}
}
.site-footer .recent-post-widget ul > li + li {
margin-top: 40px;
}
.site-footer .recent-post-widget li {
padding-left: 88px;
position: relative;
}
.site-footer .recent-post-widget .entry-media {
position: absolute;
left: 0;
top: 0;
}
.site-footer .recent-post-widget .entry-details h4 {
font-size: 16px;
font-size: 1.06667rem;
font-weight: 500 !important;
color: #242c33;
line-height: 1.5em;
font-weight: normal;
margin: 0;
position: relative;
top: -5px;
}
@media (max-width: 1199px) {
.site-footer .recent-post-widget .entry-details h4 {
font-size: 14px;
font-size: 0.93333rem;
}
}
.site-footer .recent-post-widget .entry-details h4 a {
color: #242c33;
}
.site-footer .recent-post-widget .entry-details h4 a:hover {
color: #ff5e14;
}
.site-footer .recent-post-widget .entry-details .date {
font-size: 16px;
font-size: 1.06667rem;
color: #7a8595;
font-weight: 500;
}
@media (max-width: 1199px) {
.site-footer .recent-post-widget .entry-details .date {
font-size: 14px;
font-size: 0.93333rem;
}
}
.site-footer .copyright-info {
padding: 13px 0;
text-align: center;
border-top: 1px solid #dcdcdc;
}
.site-footer .copyright-info p {
color: #989fa7;
margin: 0;
}
@media (max-width: 767px) {
.site-footer .copyright-info p {
font-size: 13px;
font-size: cacl-rem-value(13);
}
}
.site-footer .copyright-info a {
color: #989fa7;
}
.site-footer .copyright-info a:hover {
color: #ff5e14;
}
.sticky-header {
width: 100%;
position: fixed;
left: 0;
top: -200px;
z-index: 9999;
opacity: 0;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
-ms-transition: all 0.7s;
transition: all 0.7s;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.sticky-on {
opacity: 1;
top: 0;
}
.header-style-2 .sticky-header, .header-style-3 .sticky-header {
background: #0d1e2d;
}
.header-style-3 .sticky-header {
background: #fff;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/**** style for box layout ***/
@media screen and (min-width: 1200px) {
.box-layout .sticky-header {
width: 1250px !important;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
}
/*--------------------------------------------------------------
#0.6 cta-section
--------------------------------------------------------------*/
.cta-section, .cta-section-s2 {
background: url("../images/cta-bg.jpg") center center/cover no-repeat local;
padding: 55px 0;
position: relative;
}
@media (max-width: 991px) {
.cta-section, .cta-section-s2 {
text-align: center;
}
}
.cta-section:before, .cta-section-s2:before {
content: "";
background-color: rgba(255, 255, 255, 0.9);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.cta-section .cta-text, .cta-section-s2 .cta-text {
position: relative;
}
@media screen and (min-width: 992px) {
.cta-section .cta-text .theme-btn-s2, .cta-section-s2 .cta-text .theme-btn-s2, .cta-section .cta-text .theme-btn-s3, .cta-section-s2 .cta-text .theme-btn-s3, .cta-section .cta-text .theme-btn-s4, .cta-section-s2 .cta-text .theme-btn-s4 {
position: absolute;
right: 0;
top: 0;
}
}
.cta-section h3, .cta-section-s2 h3 {
font-size: 30px;
font-size: 2rem;
font-weight: 500;
color: #242c33;
margin: 0;
}
@media screen and (min-width: 992px) {
.cta-section h3, .cta-section-s2 h3 {
padding-right: 200px;
}
}
@media (max-width: 1199px) {
.cta-section h3, .cta-section-s2 h3 {
font-size: 25px;
font-size: 1.66667rem;
}
}
@media (max-width: 991px) {
.cta-section h3, .cta-section-s2 h3 {
font-size: 22px;
font-size: 1.46667rem;
margin-bottom: 1em;
}
}
@media (max-width: 767px) {
.cta-section h3, .cta-section-s2 h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
/*--------------------------------------------------------------
#0.7 services-section
--------------------------------------------------------------*/
.services-section {
background-color: #edf5f8;
padding-bottom: 90px;
}
@media (max-width: 991px) {
.services-section {
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.services-section {
padding-bottom: 70px;
}
}
.services-section .services-grids .grid {
background-color: #fff;
padding: 10px;
border-radius: 3px;
}
.services-section .grid .img-overlay {
position: relative;
overflow: hidden;
}
.services-section .grid .overlay {
background-color: rgba(255, 94, 20, 0.7);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: calc(100% - 5px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
.services-section .grid:hover .overlay {
top: 0;
}
.services-section .grid .overlay a {
background-color: #fff;
width: 45px;
height: 45px;
line-height: 45px;
font-size: 24px;
font-size: 1.6rem;
color: #ff5e14;
text-align: center;
border-radius: 5px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
.services-section .grid .overlay a {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 20px;
font-size: 1.33333rem;
border-radius: 3px;
}
}
.services-section .grid .details {
padding: 23px 28px 15px;
}
@media (max-width: 1199px) {
.services-section .grid .details {
padding: 23px 15px 15px;
}
}
@media (max-width: 767px) {
.services-section .grid .details {
padding: 23px 5px 15px;
}
}
.services-section .grid .details h3 {
font-size: 26px;
font-size: 1.73333rem;
font-weight: 500;
color: #242c33;
margin: 0 0 0.35em;
}
@media (max-width: 1199px) {
.services-section .grid .details h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 767px) {
.services-section .grid .details h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
.services-section .grid .details p {
margin-bottom: 1.7em;
}
.services-section .grid .read-more {
padding-top: 17px;
border-top: 1px solid #efefef;
}
.services-section .grid .read-more a {
font-family: "Heebo", sans-serif;
font-weight: 500;
color: #242c33;
}
.services-section .grid .read-more a:hover {
color: #ff5e14;
}
.services-section .view-all-services {
font-family: "Heebo", sans-serif;
max-width: 280px;
position: relative;
z-index: 10;
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
color: #7a8595;
margin: 0;
}
@media (max-width: 1199px) {
.services-section .view-all-services {
font-size: 16px;
font-size: 1.06667rem;
}
}
@media (max-width: 991px) {
.services-section .view-all-services {
font-size: 15px;
font-size: 1rem;
margin: 0;
}
}
@media (max-width: 767px) {
.services-section .view-all-services {
text-align: center;
margin: 55px auto 0;
}
}
.services-section .view-all-services a {
color: #ff5e14;
}
.services-section .owl-controls {
position: relative;
margin-top: 65px;
}
@media (max-width: 767px) {
.services-section .owl-controls {
margin-top: 55px;
}
}
.services-section .owl-controls .owl-dots .owl-dot span {
width: 12px;
height: 12px;
background: #ff5e14;
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px transparent;
box-shadow: 0 0 0 2px transparent;
}
.services-section .owl-controls .owl-dots .active span {
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px #ff5e14;
box-shadow: 0 0 0 2px #ff5e14;
}
.services-section .owl-controls .owl-nav {
position: absolute;
right: 0;
top: -15px;
}
@media (max-width: 767px) {
.services-section .owl-controls .owl-nav {
width: 100%;
top: -10px;
}
}
.services-section .owl-controls .owl-nav .owl-prev,
.services-section .owl-controls .owl-nav .owl-next {
background: #fff;
width: 34px;
height: 34px;
line-height: 30px;
color: #242c33;
border-radius: 0;
}
@media (max-width: 767px) {
.services-section .owl-controls .owl-nav .owl-prev,
.services-section .owl-controls .owl-nav .owl-next {
width: 30px;
height: 30px;
line-height: 27px;
font-size: 12px;
font-size: 0.8rem;
}
}
.services-section .owl-controls .owl-nav .owl-prev:hover,
.services-section .owl-controls .owl-nav .owl-next:hover {
background: #ff5e14;
color: #fff;
}
/*--------------------------------------------------------------
#0.8 about-section
--------------------------------------------------------------*/
.about-section {
background: url("../images/about-section-bg.jpg") center center/cover no-repeat local;
}
.about-section .content {
overflow: hidden;
position: relative;
}
.about-section .left-col {
background-color: rgba(255, 94, 20, 0.9);
width: calc(50% + 90px);
float: left;
padding: 125px 0 115px;
overflow: hidden;
}
@media (max-width: 991px) {
.about-section .left-col {
width: 100%;
float: none;
padding: 80px 0 75px;
}
}
.about-section .right-col {
width: calc(50% - 90px);
height: 100%;
float: left;
padding: 125px 0;
position: absolute;
top: 0;
right: 0;
}
@media (max-width: 991px) {
.about-section .right-col {
width: 100%;
float: none;
position: relative;
height: auto;
}
}
@media (max-width: 767px) {
.about-section .right-col {
padding: 90px 0;
}
}
.about-section .left-col .inner {
max-width: 670px;
float: right;
margin-left: auto;
padding-right: 75px;
}
@media (max-width: 1199px) {
.about-section .left-col .inner {
max-width: 560px;
}
}
@media (max-width: 991px) {
.about-section .left-col .inner {
max-width: 750px;
float: none;
margin: auto;
padding: 0 15px;
}
}
.about-section .left-col h3 {
font-size: 36px;
font-size: 2.4rem;
line-height: 1.22em;
color: #fff;
margin: -0.13em 0 0.8em;
padding-right: 100px;
}
@media (max-width: 1199px) {
.about-section .left-col h3 {
padding-right: 0;
}
}
@media (max-width: 991px) {
.about-section .left-col h3 {
font-size: 30px;
font-size: 2rem;
}
}
@media (max-width: 767px) {
.about-section .left-col h3 {
font-size: 22px;
font-size: 1.46667rem;
}
}
.about-section .left-col p {
color: #fff;
margin-bottom: 3em;
}
.about-section .social span {
font-family: "Heebo", sans-serif;
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
color: #fff;
text-transform: uppercase;
}
@media (max-width: 991px) {
.about-section .social span {
font-size: 16px;
font-size: 1.06667rem;
}
}
.about-section .social ul {
overflow: hidden;
margin-top: 10px;
}
.about-section .social ul li {
float: left;
}
.about-section .social ul > li + li {
margin-left: 20px;
}
@media (max-width: 991px) {
.about-section .social ul > li + li {
margin-left: 10px;
}
}
.about-section .social ul a {
font-size: 36px;
font-size: 2.4pxrem;
color: #fff;
}
@media (max-width: 991px) {
.about-section .social ul a {
font-size: 25px;
font-size: 1.66667rem;
}
}
.about-section .right-col .video-holder {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.about-section .right-col .video-holder a {
font-family: "Heebo", sans-serif;
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
color: #fff;
}
@media (max-width: 767px) {
.about-section .right-col .video-holder a {
font-size: 16px;
font-size: 1.06667rem;
}
}
.about-section .right-col .video-holder i {
background-color: #ff5e14;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 10px;
font-size: 0.66667rem;
text-align: center;
border-radius: 50%;
display: inline-block;
margin-right: 10px;
}
/*--------------------------------------------------------------
#0.9 projects-section
--------------------------------------------------------------*/
.projects-section, .projects-section-s2 {
padding-bottom: 90px;
}
@media (max-width: 991px) {
.projects-section, .projects-section-s2 {
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.projects-section, .projects-section-s2 {
padding-bottom: 70px;
}
}
.projects-section .container-fluid, .projects-section-s2 .container-fluid {
padding: 0 0 0 10px;
}
.projects-section .gallery-filters, .projects-section-s2 .gallery-filters {
text-align: center;
}
.projects-section .gallery-filters ul, .projects-section-s2 .gallery-filters ul {
display: inline-block;
overflow: hidden;
margin-bottom: 35px;
}
@media (max-width: 600px) {
.projects-section .gallery-filters ul, .projects-section-s2 .gallery-filters ul {
margin-bottom: 25px;
}
}
.projects-section .gallery-filters li, .projects-section-s2 .gallery-filters li {
float: left;
}
@media (max-width: 600px) {
.projects-section .gallery-filters li, .projects-section-s2 .gallery-filters li {
float: none;
margin-bottom: 5px;
}
}
.projects-section .gallery-filters ul > li + li, .projects-section-s2 .gallery-filters ul > li + li {
margin-left: 60px;
}
@media (max-width: 1199px) {
.projects-section .gallery-filters ul > li + li, .projects-section-s2 .gallery-filters ul > li + li {
margin-left: 40px;
}
}
@media (max-width: 991px) {
.projects-section .gallery-filters ul > li + li, .projects-section-s2 .gallery-filters ul > li + li {
margin-left: 25px;
}
}
@media (max-width: 600px) {
.projects-section .gallery-filters ul > li + li, .projects-section-s2 .gallery-filters ul > li + li {
margin-left: 0;
}
}
.projects-section .gallery-filters a, .projects-section-s2 .gallery-filters a {
font-family: "Heebo", sans-serif;
font-size: 24px;
font-size: 1.6rem;
font-weight: bold;
color: #ff5e14;
}
@media (max-width: 1199px) {
.projects-section .gallery-filters a, .projects-section-s2 .gallery-filters a {
font-size: 20px;
font-size: 1.33333rem;
font-weight: 500;
}
}
@media (max-width: 991px) {
.projects-section .gallery-filters a, .projects-section-s2 .gallery-filters a {
font-size: 16px;
font-size: 1.06667rem;
}
}
@media (max-width: 767px) {
.projects-section .gallery-filters a, .projects-section-s2 .gallery-filters a {
font-size: 15px;
font-size: 1rem;
}
}
.projects-section .gallery-filters ul li a.current, .projects-section-s2 .gallery-filters ul li a.current {
text-decoration: underline;
}
.projects-section .gallery-container .box, .projects-section-s2 .gallery-container .box {
width: 25%;
float: left;
padding: 0 10px 10px 0;
position: relative;
}
@media (max-width: 991px) {
.projects-section .gallery-container .box, .projects-section-s2 .gallery-container .box {
width: 33.33%;
}
}
@media (max-width: 767px) {
.projects-section .gallery-container .box, .projects-section-s2 .gallery-container .box {
width: 50%;
}
}
@media (max-width: 600px) {
.projects-section .gallery-container .box, .projects-section-s2 .gallery-container .box {
width: 100%;
float: none;
}
.projects-section .gallery-container .box img, .projects-section-s2 .gallery-container .box img {
width: 100%;
}
}
.projects-section .box .details, .projects-section-s2 .box .details {
background-color: #0d1e2d;
width: calc(100% - 40px);
height: calc(100% - 40px);
position: absolute;
left: 15px;
top: 15px;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.projects-section .box:hover .details, .projects-section-s2 .box:hover .details {
visibility: visible;
opacity: 1;
}
.projects-section .details .info, .projects-section-s2 .details .info {
width: 100%;
padding: 15px 10px;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.projects-section .info .cat, .projects-section-s2 .info .cat {
font-size: 14px;
font-size: 0.93333rem;
color: #ff5e14;
}
@media (max-width: 767px) {
.projects-section .info .cat, .projects-section-s2 .info .cat {
font-size: 13px;
font-size: 0.86667rem;
}
}
.projects-section .info h3, .projects-section-s2 .info h3 {
font-size: 24px;
font-size: 1.6rem;
margin: 0.4em 0 0;
}
@media (max-width: 1199px) {
.projects-section .info h3, .projects-section-s2 .info h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 991px) {
.projects-section .info h3, .projects-section-s2 .info h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
@media (max-width: 767px) {
.projects-section .info h3, .projects-section-s2 .info h3 {
font-size: 15px;
font-size: 1rem;
}
}
.projects-section .info h3 a, .projects-section-s2 .info h3 a {
color: #fff;
}
.projects-section .info h3 a:hover, .projects-section-s2 .info h3 a:hover {
color: #ff5e14;
}
/*--------------------------------------------------------------
#1.0 testimonials-section
--------------------------------------------------------------*/
.testimonials-section, .testimonials-section-s2 {
padding-bottom: 125px;
}
@media (max-width: 1199px) {
.testimonials-section, .testimonials-section-s2 {
padding-bottom: 100px;
}
}
@media (max-width: 991px) {
.testimonials-section, .testimonials-section-s2 {
padding-bottom: 90px;
}
}
@media (max-width: 767px) {
.testimonials-section, .testimonials-section-s2 {
padding-bottom: 90px;
}
}
.testimonials-section .testimonials-grids img, .testimonials-section-s2 .testimonials-grids img {
width: auto;
}
.testimonials-section .testimonials-grids, .testimonials-section-s2 .testimonials-grids {
positition: relative;
margin-left: -45px;
}
@media (max-width: 1199px) {
.testimonials-section .testimonials-grids, .testimonials-section-s2 .testimonials-grids {
margin-left: 0;
}
}
@media (max-width: 991px) {
.testimonials-section .testimonials-grids, .testimonials-section-s2 .testimonials-grids {
margin-top: 40px;
}
}
@media (max-width: 767px) {
.testimonials-section .testimonials-grids, .testimonials-section-s2 .testimonials-grids {
margin-top: 30px;
}
}
.testimonials-section .testimonials-grids:before, .testimonials-section-s2 .testimonials-grids:before {
content: "";
background: url("../images/testimonials/client-pic-bg.jpg") center center/cover no-repeat local;
width: 300px;
height: 310px;
position: absolute;
left: -45px;
bottom: -45px;
}
@media (max-width: 1199px) {
.testimonials-section .testimonials-grids:before, .testimonials-section-s2 .testimonials-grids:before {
display: none;
}
}
.testimonials-section .testimonials-grids .grid, .testimonials-section-s2 .testimonials-grids .grid {
overflow: hidden;
}
.testimonials-section .grid .img-holder, .testimonials-section-s2 .grid .img-holder {
width: 295px;
float: left;
}
@media (max-width: 767px) {
.testimonials-section .grid .img-holder, .testimonials-section-s2 .grid .img-holder {
width: 100%;
float: none;
}
}
.testimonials-section .grid .img-holder img, .testimonials-section-s2 .grid .img-holder img {
border: 10px solid #fff;
-webkit-box-shadow: 0 0 10px rgba(171, 171, 171, 0.3);
box-shadow: 0 0 10px rgba(171, 171, 171, 0.3);
margin: 10px;
}
@media (max-width: 991px) {
.testimonials-section .grid .img-holder img, .testimonials-section-s2 .grid .img-holder img {
margin: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 10px solid #f1f1f1;
}
}
.testimonials-section .grid .details, .testimonials-section-s2 .grid .details {
width: calc(100% - 295px);
float: right;
padding: 40px 0 0 45px;
}
@media (max-width: 991px) {
.testimonials-section .grid .details, .testimonials-section-s2 .grid .details {
padding: 0 0 0 45px;
}
}
@media (max-width: 767px) {
.testimonials-section .grid .details, .testimonials-section-s2 .grid .details {
width: 100%;
float: none;
padding: 35px 0 0;
}
}
.testimonials-section .grid .details h3, .testimonials-section-s2 .grid .details h3 {
font-size: 24px;
font-size: 1.6rem;
color: #242c33;
margin: 0 0 6px;
line-height: 1.3em;
}
@media (max-width: 991px) {
.testimonials-section .grid .details h3, .testimonials-section-s2 .grid .details h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 767px) {
.testimonials-section .grid .details h3, .testimonials-section-s2 .grid .details h3 {
font-size: 17px;
font-size: 1.13333rem;
}
}
.testimonials-section .details .client-info, .testimonials-section-s2 .details .client-info {
font-family: "Heebo", sans-serif;
font-size: 16px;
font-size: 1.06667rem;
font-weight: 500;
color: #74787d;
display: block;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.testimonials-section .details .client-info, .testimonials-section-s2 .details .client-info {
font-size: 15px;
font-size: 1rem;
}
}
.testimonials-section .details p, .testimonials-section-s2 .details p {
margin-bottom: 1.5em;
}
.testimonials-section .rating i, .testimonials-section-s2 .rating i {
color: #ff5e14;
}
.testimonials-section .owl-controls, .testimonials-section-s2 .owl-controls {
position: relative;
margin-top: 0;
}
@media (max-width: 991px) {
.testimonials-section .owl-controls, .testimonials-section-s2 .owl-controls {
margin-top: 45px;
}
}
@media (max-width: 767px) {
.testimonials-section .owl-controls, .testimonials-section-s2 .owl-controls {
text-align: left;
margin-left: -5px;
}
}
.testimonials-section .owl-controls .owl-dots, .testimonials-section-s2 .owl-controls .owl-dots {
width: 720px;
}
@media (max-width: 991px) {
.testimonials-section .owl-controls .owl-dots, .testimonials-section-s2 .owl-controls .owl-dots {
width: 100%;
text-align: left;
}
}
@media (max-width: 767px) {
.testimonials-section .owl-controls .owl-dots, .testimonials-section-s2 .owl-controls .owl-dots {
display: none !important;
}
}
.testimonials-section .owl-controls .owl-dots .owl-dot span, .testimonials-section-s2 .owl-controls .owl-dots .owl-dot span {
width: 12px;
height: 12px;
background: #c6c7c9;
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px transparent;
box-shadow: 0 0 0 2px transparent;
}
.testimonials-section .owl-controls .owl-dots .active span, .testimonials-section-s2 .owl-controls .owl-dots .active span {
background: #ff5e14;
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px #ff5e14;
box-shadow: 0 0 0 2px #ff5e14;
}
.testimonials-section .owl-controls .owl-nav, .testimonials-section-s2 .owl-controls .owl-nav {
position: absolute;
right: 0;
top: -10px;
}
@media (max-width: 767px) {
.testimonials-section .owl-controls .owl-nav, .testimonials-section-s2 .owl-controls .owl-nav {
width: 100%;
top: -10px;
}
}
.testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-section-s2 .owl-controls .owl-nav .owl-prev,
.testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-section-s2 .owl-controls .owl-nav .owl-next {
background: #f3f4f7;
width: 34px;
height: 34px;
line-height: 30px;
text-align: center;
color: #242c33;
border-radius: 0;
}
@media (max-width: 767px) {
.testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-section-s2 .owl-controls .owl-nav .owl-prev,
.testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-section-s2 .owl-controls .owl-nav .owl-next {
width: 30px;
height: 30px;
line-height: 26px;
font-size: 12px;
font-size: 0.8rem;
}
}
.testimonials-section .owl-controls .owl-nav .owl-prev:hover, .testimonials-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.testimonials-section .owl-controls .owl-nav .owl-next:hover, .testimonials-section-s2 .owl-controls .owl-nav .owl-next:hover {
background: #dadada;
color: #ff5e14;
}
/*--------------------------------------------------------------
#1.1 partners-section
--------------------------------------------------------------*/
.partners-section {
padding-bottom: 70px;
}
@media (max-width: 991px) {
.partners-section {
padding: 50px 0;
border-top: 1px solid #e0e0e0;
}
}
@media (max-width: 767px) {
.partners-section {
padding: 30px 0;
}
}
.partners-section .partners-slider .grid img {
width: auto;
}
/*--------------------------------------------------------------
#1.2 contact-section
--------------------------------------------------------------*/
.contact-section {
background: url("../images/contact-section-bg.jpg") center center/cover no-repeat local;
position: relative;
padding-bottom: 85px;
overflow: hidden;
}
@media (max-width: 991px) {
.contact-section {
padding-bottom: 75px;
}
}
@media (max-width: 767px) {
.contact-section {
padding-bottom: 65px;
}
}
.contact-section:before {
content: "";
background-color: rgba(36, 44, 51, 0.8);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.contact-section .title-text p {
color: #aaa;
}
.contact-section .contact-form {
padding-top: 20px;
}
.contact-section .contact-form label {
font-family: "Heebo", sans-serif;
font-size: 14px;
font-size: 0.93333rem;
font-weight: bold;
display: block;
color: #ff5e14;
text-transform: uppercase;
}
@media (max-width: 767px) {
.contact-section .contact-form label {
font-size: 11px;
font-size: 0.73333rem;
}
}
.contact-section .contact-form input,
.contact-section .contact-form select {
background-color: #fff;
height: 38px;
border: 0;
border-radius: 5px;
}
@media (max-width: 767px) {
.contact-section .contact-form input,
.contact-section .contact-form select {
height: 34px;
}
}
.contact-section .contact-form select {
background-image: url(../images/select-icon.png);
background-repeat: no-repeat;
background-position: calc(100% - 15px) center;
display: inline-block;
}
.contact-section .contact-form form {
overflow: hidden;
margin: 0 -12px;
}
.contact-section .contact-form form > div {
width: 50%;
float: left;
padding: 0 12px;
margin-bottom: 40px;
}
@media (max-width: 450px) {
.contact-section .contact-form form > div {
width: 100%;
float: none;
}
}
.contact-section .contact-form form .submit-btn-wrap {
width: 100%;
float: none;
clear: both;
margin-bottom: 0;
}
.contact-section .contact-form .submit-btn-wrap input {
background-color: #ff5e14;
width: 100%;
color: #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.contact-section .contact-form .submit-btn-wrap input:hover {
background-color: #ea4a00;
}
.contact-section .contact-form form .error-handling-messages {
width: 100%;
margin-bottom: 0;
}
.contact-section .contact-man {
position: absolute;
right: 60px;
bottom: -50px;
}
@media (max-width: 1550px) {
.contact-section .contact-man {
display: none;
}
}
/*--------------------------------------------------------------
#1.3 news-section
--------------------------------------------------------------*/
.news-section, .news-section-s2, .news-section-s3 {
padding-bottom: 70px;
}
@media (max-width: 991px) {
.news-section, .news-section-s2, .news-section-s3 {
padding-bottom: 60px;
}
}
@media (max-width: 767px) {
.news-section, .news-section-s2, .news-section-s3 {
padding-bottom: 50px;
}
}
.news-section .all-news-link, .news-section-s2 .all-news-link, .news-section-s3 .all-news-link {
text-align: right;
}
@media (max-width: 991px) {
.news-section .all-news-link, .news-section-s2 .all-news-link, .news-section-s3 .all-news-link {
text-align: left;
margin-top: 20px;
}
}
.news-section .news-grids, .news-section-s2 .news-grids, .news-section-s3 .news-grids {
overflow: hidden;
margin: 20px -15px 0;
}
@media (max-width: 991px) {
.news-section .news-grids, .news-section-s2 .news-grids, .news-section-s3 .news-grids {
margin: 50px -15px 0;
}
}
.news-section .news-grids .grid, .news-section-s2 .news-grids .grid, .news-section-s3 .news-grids .grid {
width: calc(33.33% - 30px);
margin: 0 15px 30px;
float: left;
}
@media (max-width: 991px) {
.news-section .news-grids .grid, .news-section-s2 .news-grids .grid, .news-section-s3 .news-grids .grid {
width: calc(50% - 30px);
}
}
@media (max-width: 600px) {
.news-section .news-grids .grid, .news-section-s2 .news-grids .grid, .news-section-s3 .news-grids .grid {
width: calc(100% - 30px);
float: none;
}
}
.news-section .entry-media, .news-section-s2 .entry-media, .news-section-s3 .entry-media {
border-bottom: 3px solid #ff5e14;
border-radius: 5px 5px 0 0;
overflow: hidden;
}
.news-section .entry-body, .news-section-s2 .entry-body, .news-section-s3 .entry-body {
padding: 0;
border: 1px solid #e8e8e8;
padding: 35px 30px;
}
@media (max-width: 1199px) {
.news-section .entry-body, .news-section-s2 .entry-body, .news-section-s3 .entry-body {
padding: 25px 20px;
}
}
.news-section .entry-body h3, .news-section-s2 .entry-body h3, .news-section-s3 .entry-body h3 {
font-size: 20px;
font-size: 1.33333rem;
font-weight: 500;
line-height: 1.4em;
margin: 0 0 0.5em;
}
@media (max-width: 1199px) {
.news-section .entry-body h3, .news-section-s2 .entry-body h3, .news-section-s3 .entry-body h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
@media (max-width: 767px) {
.news-section .entry-body h3, .news-section-s2 .entry-body h3, .news-section-s3 .entry-body h3 {
font-size: 16px;
font-size: 1.06667rem;
}
}
.news-section .entry-body h3 a, .news-section-s2 .entry-body h3 a, .news-section-s3 .entry-body h3 a {
color: #051829;
}
.news-section .entry-body h3 a:hover, .news-section-s2 .entry-body h3 a:hover, .news-section-s3 .entry-body h3 a:hover {
color: #ff5e14;
}
.news-section .entry-body p, .news-section-s2 .entry-body p, .news-section-s3 .entry-body p {
margin-bottom: 2.5em;
}
.news-section .entry-meta ul, .news-section-s2 .entry-meta ul, .news-section-s3 .entry-meta ul {
overflow: hidden;
}
.news-section .entry-meta ul li, .news-section-s2 .entry-meta ul li, .news-section-s3 .entry-meta ul li {
float: left;
color: #73787d;
}
.news-section .entry-meta ul > li + li, .news-section-s2 .entry-meta ul > li + li, .news-section-s3 .entry-meta ul > li + li {
margin-left: 15px;
}
.news-section .entry-meta ul a, .news-section-s2 .entry-meta ul a, .news-section-s3 .entry-meta ul a {
color: #73787d;
}
/*--------------------------------------------------------------
#1.4 contact-info-map-section
--------------------------------------------------------------*/
.contact-info-map-section .content {
overflow: hidden;
position: relative;
}
.contact-info-map-section .left-col {
width: 50%;
height: 100%;
float: left;
position: absolute;
left: 0;
top: 0;
}
@media (max-width: 767px) {
.contact-info-map-section .left-col {
width: 100%;
float: none;
position: relative;
height: 300px;
}
}
.contact-info-map-section .right-col {
background-color: #0d1e2d;
width: 50%;
float: right;
padding: 60px 15px 60px 85px;
color: #989fa7;
overflow: hidden;
}
@media (max-width: 991px) {
.contact-info-map-section .right-col {
padding: 50px 15px 50px 45px;
}
}
@media (max-width: 767px) {
.contact-info-map-section .right-col {
width: 100%;
float: none;
}
}
@media (max-width: 767px) {
.contact-info-map-section .right-col {
padding: 50px 15px 50px 25px;
}
}
.contact-info-map-section .right-col .inner {
max-width: 460px;
float: left;
margin-right: auto;
overflow: hidden;
}
.contact-info-map-section .inner .title-text,
.contact-info-map-section .inner .contact-info {
width: 50%;
float: left;
}
@media (max-width: 1199px) {
.contact-info-map-section .inner .title-text,
.contact-info-map-section .inner .contact-info {
width: 100%;
float: none;
}
}
.contact-info-map-section .inner .contact-info {
width: 200px;
float: right;
}
@media (max-width: 1199px) {
.contact-info-map-section .inner .contact-info {
width: 100%;
float: none;
margin-top: 50px;
}
}
@media (max-width: 991px) {
.contact-info-map-section .inner .contact-info {
margin-top: 20px;
}
}
.contact-info-map-section .title-text h3 {
font-size: 30px;
font-size: 2rem;
font-weight: 500;
color: #fff;
margin: 0 0 0.4em;
}
@media (max-width: 991px) {
.contact-info-map-section .title-text h3 {
font-size: 25px;
font-size: 1.66667rem;
}
}
@media (max-width: 767px) {
.contact-info-map-section .title-text h3 {
font-size: 22px;
font-size: 1.46667rem;
}
}
.contact-info-map-section .title-text p {
margin: 0;
}
.contact-info-map-section .contact-info i {
color: #ff5e14;
display: inline-block;
padding-right: 5px;
position: absolute;
left: 0;
top: 3px;
}
.contact-info-map-section .contact-info li {
font-size: 16px;
font-size: 1.06667rem;
position: relative;
padding-left: 22px;
}
@media (max-width: 991px) {
.contact-info-map-section .contact-info li {
font-size: 15px;
font-size: 1rem;
}
}
@media (max-width: 767px) {
.contact-info-map-section .contact-info li {
font-size: 14px;
font-size: 0.93333rem;
}
}
.contact-info-map-section .contact-info ul > li + li {
margin-top: 15px;
}
.contact-info-map-section .location-map {
background-color: #f1f1f1;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
/*--------------------------------------------------------------
#1.5 news-letter-section
--------------------------------------------------------------*/
.news-letter-section {
background-color: #f0f0f0;
padding: 55px 0;
}
@media (max-width: 991px) {
.news-letter-section {
text-align: center;
}
}
.news-letter-section h3 {
font-size: 24px;
font-size: 1.6rem;
font-weight: 500;
line-height: 1.3em;
margin: 10px 0 0;
}
@media (max-width: 1199px) {
.news-letter-section h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 991px) {
.news-letter-section h3 {
font-size: 20px;
font-size: 1.33333rem;
margin: 0;
}
}
.news-letter-section h3 span {
color: #ff5e14;
}
@media (max-width: 991px) {
.news-letter-section .newsletter-form {
max-width: 320px;
margin: 25px auto 0;
}
}
.news-letter-section form div {
position: relative;
}
.news-letter-section form div input {
background-color: #fff;
height: 45px;
padding: 6px 15px;
border: 0;
}
@media (max-width: 991px) {
.news-letter-section form div input {
height: 40px;
padding-right: 120px;
}
}
.news-letter-section form div button {
font-family: "Heebo", sans-serif;
background-color: #ff5e14;
width: 125px;
height: 45px;
line-height: 45px;
font-size: 16px;
font-size: 1.06667rem;
font-weight: 500;
color: #fff;
border: 0;
outline: 0;
border-radius: 5px;
text-transform: uppercase;
position: absolute;
right: 0;
top: 0;
}
@media (max-width: 1199px) {
.news-letter-section form div button {
font-size: 15px;
font-size: 1rem;
}
}
@media (max-width: 991px) {
.news-letter-section form div button {
width: 115px;
height: 40px;
line-height: 40px;
font-size: 14px;
font-size: 0.93333rem;
}
}
.news-letter-section form div button:hover {
background-color: #fa4f00;
}
/*--------------------------------------------------------------
#home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1 about-section-s2
--------------------------------------------------------------*/
.about-section-s2 > .container {
position: relative;
}
.about-section-s2 .about-text {
padding: 145px 0 150px;
}
@media (max-width: 991px) {
.about-section-s2 .about-text {
padding: 80px 0 85px;
}
}
@media (max-width: 767px) {
.about-section-s2 .about-text {
padding: 70px 0 75px;
}
}
.about-section-s2 .about-title > span {
font-family: "Heebo", sans-serif;
font-size: 18px;
font-size: 1.2rem;
font-weight: bold;
color: #ff5e14;
}
@media (max-width: 767px) {
.about-section-s2 .about-title > span {
font-size: 15px;
font-size: 1rem;
}
}
@media screen and (min-width: 1200px) {
.about-section-s2 .about-title {
padding-right: 70px;
}
}
.about-section-s2 .about-title h2 {
font-size: 30px;
font-size: 2rem;
color: #242c33;
line-height: 1.2em;
margin: 0.37em 0 0.73em;
}
@media (max-width: 991px) {
.about-section-s2 .about-title h2 {
font-size: 25px;
font-size: 1.66667rem;
}
}
@media (max-width: 767px) {
.about-section-s2 .about-title h2 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media screen and (min-width: 1200px) {
.about-section-s2 .about-text {
padding-right: 55px;
}
}
.about-section-s2 .about-text p {
margin-bottom: 2.8em;
}
@media (max-width: 767px) {
.about-section-s2 .about-text p {
margin-bottom: 2.4em;
}
}
.about-section-s2 .about-video-col-wrap {
position: absolute;
height: 100%;
right: 15px;
top: 0;
}
@media (max-width: 991px) {
.about-section-s2 .about-video-col-wrap {
display: none;
}
}
.about-section-s2 .about-video-col {
background: url("../images/about-s2-video-bg.jpg") center center/cover no-repeat local;
width: 100%;
height: 100%;
position: absolute;
right: 0;
top: 0;
}
.about-section-s2 .video-holder {
padding: 22px 30px;
}
.about-section-s2 .video-holder a {
font-family: "Heebo", sans-serif;
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
color: #fff;
text-transform: uppercase;
}
@media (max-width: 767px) {
.about-section-s2 .video-holder a {
font-size: 16px;
font-size: 1.06667rem;
}
}
.about-section-s2 .video-holder i {
background-color: #ff5e14;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 10px;
font-size: 0.66667rem;
text-align: center;
border-radius: 50%;
display: inline-block;
margin-right: 10px;
}
/*--------------------------------------------------------------
#2.2 services-section-s2
--------------------------------------------------------------*/
.services-section-s2 {
background-color: #edf5f8;
padding-bottom: 90px;
}
@media (max-width: 991px) {
.services-section-s2 {
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.services-section-s2 {
padding-bottom: 70px;
}
}
.services-section-s2 .grid .service-title,
.services-section-s2 .grid p,
.services-section-s2 .grid .more {
position: relative;
z-index: 1;
}
.services-section-s2 .services-grids .grid {
overflow: hidden;
margin: 0 -15px;
}
.services-section-s2 .grid img {
width: auto;
}
.services-section-s2 .grid .box {
background-color: #fff;
width: calc(33.33% - 30px);
padding: 30px 35px 25px;
margin: 0 15px 30px;
float: left;
border-radius: 5px;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
position: relative;
}
@media (max-width: 1199px) {
.services-section-s2 .grid .box {
width: calc(50% - 30px);
}
}
@media (max-width: 767px) {
.services-section-s2 .grid .box {
padding: 20px 20px 15px;
}
}
@media (max-width: 610px) {
.services-section-s2 .grid .box {
width: calc(100% - 30px);
}
}
.services-section-s2 .grid .box:before {
content: "";
background: url("../images/services/service-box-bg.jpg") center center/cover no-repeat local;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.services-section-s2 .grid .box:after {
content: "";
background-color: rgba(36, 44, 51, 0.75);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.services-section-s2 .service-title {
min-height: 35px;
position: relative;
padding-left: 50px;
margin-bottom: 10px;
}
.services-section-s2 .service-title .icon {
position: absolute;
left: 0;
top: 0;
}
.services-section-s2 .service-title h3 {
font-size: 22px;
font-size: 1.46667rem;
font-weight: 500;
color: #242c33;
padding-top: 7px;
margin: 0;
}
@media (max-width: 991px) {
.services-section-s2 .service-title h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
@media (max-width: 767px) {
.services-section-s2 .service-title h3 {
font-size: 16px;
font-size: 1.06667rem;
}
}
.services-section-s2 .box p {
margin-bottom: 1em;
}
.services-section-s2 .box .more {
border-top: 1px solid #efefef;
padding-top: 15px;
}
.services-section-s2 .box .more a {
font-family: "Heebo", sans-serif;
font-weight: 500;
color: #242c33;
}
.services-section-s2 .grid .box:hover:before,
.services-section-s2 .grid .box:hover:after {
opacity: 1;
}
.services-section-s2 .box:hover .service-title h3,
.services-section-s2 .box:hover p,
.services-section-s2 .box:hover .more a {
color: #fff;
}
.services-section-s2 .box:hover .more {
border-color: #5a5f71;
}
.services-section-s2 .view-all-services {
font-family: "Heebo", sans-serif;
max-width: 280px;
position: relative;
z-index: 10;
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
color: #7a8595;
margin: 0;
}
@media (max-width: 1199px) {
.services-section-s2 .view-all-services {
font-size: 16px;
font-size: 1.06667rem;
}
}
@media (max-width: 991px) {
.services-section-s2 .view-all-services {
font-size: 15px;
font-size: 1rem;
margin: 0;
}
}
@media (max-width: 767px) {
.services-section-s2 .view-all-services {
text-align: center;
margin: 55px auto 0;
}
}
.services-section-s2 .view-all-services a {
color: #ff5e14;
}
.services-section-s2 .owl-controls {
position: relative;
margin-top: 20px;
}
.services-section-s2 .owl-controls .owl-dots .owl-dot span {
width: 12px;
height: 12px;
background: #ff5e14;
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px transparent;
box-shadow: 0 0 0 2px transparent;
}
.services-section-s2 .owl-controls .owl-dots .active span {
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px #ff5e14;
box-shadow: 0 0 0 2px #ff5e14;
}
.services-section-s2 .owl-controls .owl-nav {
position: absolute;
right: 0;
top: -10px;
}
@media (max-width: 767px) {
.services-section-s2 .owl-controls .owl-nav {
width: 100%;
top: -10px;
}
}
.services-section-s2 .owl-controls .owl-nav .owl-prev,
.services-section-s2 .owl-controls .owl-nav .owl-next {
background: #fff;
width: 34px;
height: 34px;
line-height: 30px;
color: #242c33;
border-radius: 0;
}
@media (max-width: 767px) {
.services-section-s2 .owl-controls .owl-nav .owl-prev,
.services-section-s2 .owl-controls .owl-nav .owl-next {
width: 30px;
height: 30px;
line-height: 27px;
font-size: 12px;
font-size: 0.8rem;
}
}
.services-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.services-section-s2 .owl-controls .owl-nav .owl-next:hover {
background: #ff5e14;
color: #fff;
}
/*--------------------------------------------------------------
#2.3 features-section
--------------------------------------------------------------*/
.features-section .features-grids {
overflow: hidden;
}
.features-section .features-grids .grid {
width: 33.33%;
float: left;
}
@media (max-width: 991px) {
.features-section .features-grids .grid {
width: 50%;
margin-bottom: 25px;
}
}
@media (max-width: 600px) {
.features-section .features-grids .grid {
width: 100%;
float: none;
}
}
.features-section .features-grids .grid:last-child {
margin-bottom: 0;
}
.features-section .features-grids > .grid:nth-child(2) .details {
background-color: #2f3943;
}
.features-section .features-grids > .grid:nth-child(3) .details {
background-color: #0d1e2d;
}
.features-section .grid .details {
background-color: #ff5e14;
padding: 45px 70px;
}
@media (max-width: 1600px) {
.features-section .grid .details {
padding: 40px;
}
}
@media (max-width: 767px) {
.features-section .grid .details {
padding: 25px 20px;
}
}
.features-section .details h3 {
font-size: 24px;
font-size: 1.6rem;
line-height: 1.25em;
margin: 0 0 0.83em;
color: #fff;
}
@media (max-width: 1199px) {
.features-section .details h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
@media (max-width: 767px) {
.features-section .details h3 {
font-size: 16px;
font-size: 1.06667rem;
}
}
.features-section .details p {
color: #fff;
margin: 0;
}
/*--------------------------------------------------------------
#2.4 team-section
--------------------------------------------------------------*/
.team-section .section-title, .team-section .section-title-s2, .team-section .section-title-s3 {
margin-top: -3px;
}
.team-section .grid .details {
background-color: #242c33;
padding: 25px 10px;
text-align: center;
}
.team-section .grid .details h4 {
font-size: 24px;
font-size: 1.6rem;
color: #fff;
margin: 0 0 3px;
}
@media (max-width: 1199px) {
.team-section .grid .details h4 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 991px) {
.team-section .grid .details h4 {
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
}
}
@media (max-width: 767px) {
.team-section .grid .details h4 {
font-size: 16px;
font-size: 1.06667rem;
}
}
.team-section .grid .details .post {
font-size: 16px;
font-size: 1.06667rem;
font-style: italic;
color: #757e86;
}
@media (max-width: 991px) {
.team-section .grid .details .post {
font-size: 14px;
font-size: 0.93333rem;
}
}
.team-section .grid:hover .details {
background-color: #ff5e14;
}
.team-section .grid:hover .details .post {
color: #fff;
}
.team-section .img-holder-social {
position: relative;
}
.team-section .img-holder-social .social {
width: 100%;
text-align: center;
position: absolute;
bottom: 10px;
opacity: 0;
visibilty: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.team-section .img-holder-social ul {
overflow: hidden;
list-style: none;
display: inline-block;
margin: 0 auto;
}
.team-section .img-holder-social ul li {
float: left;
}
.team-section .img-holder-social ul > li + li {
margin-left: 20px;
}
.team-section .img-holder-social ul a {
font-size: 24px;
font-size: 1.6rem;
color: #fff;
}
@media (max-width: 991px) {
.team-section .img-holder-social ul a {
font-size: 18px;
font-size: 1.2rem;
}
}
.team-section .img-holder-social ul a:hover {
color: #ff5e14;
}
.team-section .grid:hover .img-holder-social .social {
opacity: 1;
visibility: visible;
}
.team-section .owl-controls {
position: relative;
margin-top: 60px;
}
@media (max-width: 991px) {
.team-section .owl-controls {
margin-top: 40px;
}
}
.team-section .owl-controls .owl-dots .owl-dot span {
width: 12px;
height: 12px;
background: #c6c7c9;
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px transparent;
box-shadow: 0 0 0 2px transparent;
margin-bottom: 0;
}
.team-section .owl-controls .owl-dots .active span {
background: #ff5e14;
border: 3px solid #fff;
-webkit-box-shadow: 0 0 0 2px #ff5e14;
box-shadow: 0 0 0 2px #ff5e14;
}
/*--------------------------------------------------------------
#2.5 fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section {
padding: 70px 0 80px;
border-bottom: 1px solid #dedede;
}
@media (max-width: 991px) {
.fun-fact-section {
padding: 60px 0 70px;
}
}
@media (max-width: 650px) {
.fun-fact-section .start-count > .col {
width: 100%;
float: none;
text-align: center;
}
.fun-fact-section .start-count > .col .grid {
display: inline-block;
}
}
@media (max-width: 650px) {
.fun-fact-section .start-count > .col + .col {
margin-top: 50px;
}
}
.fun-fact-section .grid {
position: relative;
padding-left: 90px;
}
@media (max-width: 991px) {
.fun-fact-section .grid {
padding-left: 70px;
}
}
@media (max-width: 650px) {
.fun-fact-section .grid {
padding-left: 60px;
}
}
.fun-fact-section .icon {
position: absolute;
left: 0;
}
@media (max-width: 991px) {
.fun-fact-section .icon img {
max-width: 50px;
}
}
@media (max-width: 650px) {
.fun-fact-section .icon img {
max-width: 45px;
}
}
.fun-fact-section .grid h3 {
font-size: 47px;
font-size: 3.13333rem;
font-weight: bold;
color: #242c33;
margin: 0;
}
@media (max-width: 1199px) {
.fun-fact-section .grid h3 {
font-size: 40px;
font-size: 2.66667rem;
}
}
@media (max-width: 991px) {
.fun-fact-section .grid h3 {
font-size: 30px;
font-size: 2rem;
}
}
@media (max-width: 650px) {
.fun-fact-section .grid h3 {
text-align: left;
font-size: 25px;
font-size: 1.66667rem;
}
}
.fun-fact-section .grid p {
font-family: "Heebo", sans-serif;
font-size: 26px;
font-size: 1.73333rem;
font-weight: bold;
color: #757e86;
line-height: 1em;
margin: 0;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.fun-fact-section .grid p {
font-size: 20px;
font-size: 1.33333rem;
line-height: normal;
}
}
@media (max-width: 991px) {
.fun-fact-section .grid p {
font-size: 16px;
font-size: 1.06667rem;
}
}
@media (max-width: 650px) {
.fun-fact-section .grid p {
text-align: left;
font-size: 15px;
font-size: 1rem;
}
}
/*--------------------------------------------------------------
#2.6 fun-fact-section
--------------------------------------------------------------*/
.testimonials-section-s2 {
padding-bottom: 145px;
}
@media (max-width: 1199px) {
.testimonials-section-s2 {
padding-bottom: 100px;
}
}
@media (max-width: 991px) {
.testimonials-section-s2 {
padding-bottom: 90px;
}
}
@media (max-width: 767px) {
.testimonials-section-s2 {
padding-bottom: 100px;
}
}
/*--------------------------------------------------------------
#2.7 news-section-s2
--------------------------------------------------------------*/
@media (max-width: 991px) {
.news-section-s2, .news-section-s3 {
padding-bottom: 90px;
}
}
@media (max-width: 767px) {
.news-section-s2, .news-section-s3 {
padding-bottom: 80px;
}
}
.news-section-s2 .news-grids, .news-section-s3 .news-grids {
margin-top: 0;
}
.news-section-s2 .more-news, .news-section-s3 .more-news {
text-align: center;
margin-top: 30px;
}
@media (max-width: 767px) {
.news-section-s2 .more-news, .news-section-s3 .more-news {
margin-top: 15px;
}
}
/*--------------------------------------------------------------
#2.8 partners-section-s2
--------------------------------------------------------------*/
.partners-section-s2 {
@extebd .partners-section;
padding: 30px 0 50px;
}
@media (max-width: 991px) {
.partners-section-s2 {
border-top: 1px solid #e0e0e0;
padding: 50px 0;
}
}
@media (max-width: 767px) {
.partners-section-s2 {
padding: 30px 0;
}
}
.partners-section-s2 .partners-slider .grid img {
width: auto;
}
/*--------------------------------------------------------------
#home style 3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1 about-section-s3
--------------------------------------------------------------*/
.about-section-s3 .about-text {
padding: 40px 0;
margin-left: -30px;
}
@media (max-width: 1199px) {
.about-section-s3 .about-text {
margin-left: 0;
padding: 25px 0;
}
}
@media (max-width: 991px) {
.about-section-s3 .about-text {
padding: 0;
margin-top: 50px;
}
}
.about-section-s3 .title > span {
font-size: 18px;
font-size: 1.2rem;
font-weight: bold;
color: #74787d;
letter-spacing: 3px;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.about-section-s3 .title > span {
font-size: 15px;
font-size: 1rem;
}
}
@media (max-width: 767px) {
.about-section-s3 .title > span {
font-size: 14px;
font-size: 0.93333rem;
}
}
.about-section-s3 .title h2 {
font-size: 42px;
font-size: 2.8rem;
color: #242c33;
line-height: 1.2em;
margin: 0.14em 0 0.71em;
}
@media (max-width: 1199px) {
.about-section-s3 .title h2 {
font-size: 35px;
font-size: 2.33333rem;
}
}
@media (max-width: 991px) {
.about-section-s3 .title h2 {
font-size: 25px;
font-size: 1.66667rem;
}
}
@media (max-width: 767px) {
.about-section-s3 .title h2 {
font-size: 22px;
font-size: 1.46667rem;
}
}
@media screen and (min-width: 1200px) {
.about-section-s3 .about-text {
padding-right: 90px;
}
}
.about-section-s3 .about-text p {
margin-bottom: 2.8em;
}
@media (max-width: 767px) {
.about-section-s3 .about-text p {
margin-bottom: 2.4em;
}
}
.about-section-s3 .signature {
margin-bottom: 35px;
}
@media (max-width: 1199px) {
.about-section-s3 .signature {
margin-bottom: 15px;
}
}
@media (max-width: 991px) {
.about-section-s3 .signature {
margin-bottom: 35px;
}
}
.about-section-s3 .fun-fact-grids {
overflow: hidden;
}
@media screen and (min-width: 1200px) {
.about-section-s3 .fun-fact-grids {
margin-left: -30px;
}
}
.about-section-s3 .fun-fact-grids .grid {
width: 33.33%;
float: left;
padding-left: 65px;
position: relative;
}
@media (max-width: 1199px) {
.about-section-s3 .fun-fact-grids .grid {
padding-left: 55px;
}
}
@media (max-width: 550px) {
.about-section-s3 .fun-fact-grids .grid {
width: 100%;
float: none;
padding-left: 60px;
text-align: center;
}
}
@media (max-width: 550px) {
.about-section-s3 .fun-fact-grids > .grid + .grid {
margin-top: 50px;
}
}
.about-section-s3 .fun-fact-grids .icon {
position: absolute;
left: 0;
}
.about-section-s3 .fun-fact-grids .icon img {
max-width: 50px;
}
@media (max-width: 1199px) {
.about-section-s3 .fun-fact-grids .icon img {
max-width: 42px;
}
}
.about-section-s3 .fun-fact-grids h3 {
font-size: 33px;
font-size: 2.2rem;
font-weight: bold;
color: #242c33;
margin: 0;
}
@media (max-width: 1199px) {
.about-section-s3 .fun-fact-grids h3 {
font-size: 26px;
font-size: 1.73333rem;
}
}
@media (max-width: 550px) {
.about-section-s3 .fun-fact-grids h3 {
text-align: left;
font-size: 25px;
font-size: 1.66667rem;
}
}
.about-section-s3 .fun-fact-grids p {
font-family: "Heebo", sans-serif;
font-size: 18px;
font-size: 1.2rem;
font-weight: bold;
color: #757e86;
line-height: 1em;
margin: 0;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.about-section-s3 .fun-fact-grids p {
font-size: 14px;
font-size: 0.93333rem;
line-height: normal;
}
}
@media (max-width: 550px) {
.about-section-s3 .fun-fact-grids p {
text-align: left;
}
}
/*--------------------------------------------------------------
#3.2 work-process-section
--------------------------------------------------------------*/
.work-process-section {
/*** tablinks ***/
/*** tab-content ***/
}
.work-process-section .section-title-text {
margin-top: -5px;
}
.work-process-section .work-process-content {
overlfow: hidden;
margin-top: 90px;
}
@media (max-width: 991px) {
.work-process-section .work-process-content {
margin-top: 45px;
}
}
@media (max-width: 767px) {
.work-process-section .work-process-content {
margin-top: 35px;
}
}
.work-process-section .tablinks {
width: 180px;
padding-top: 20px;
float: left;
}
@media (max-width: 991px) {
.work-process-section .tablinks {
padding-top: 0;
}
}
@media (max-width: 767px) {
.work-process-section .tablinks {
width: 100%;
float: none;
margin-bottom: 30px;
}
.work-process-section .tablinks ul {
display: inline-block;
}
.work-process-section .tablinks li {
float: left;
}
}
.work-process-section .tablinks li {
border-bottom: 1px solid #f0f0f0;
}
.work-process-section .tablinks a {
font-family: "Heebo", sans-serif;
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
color: #242c33;
padding: 7px 15px;
display: block;
}
@media (max-width: 991px) {
.work-process-section .tablinks a {
font-size: 16px;
font-size: 1.06667rem;
}
}
@media (max-width: 767px) {
.work-process-section .tablinks a {
font-size: 14px;
font-size: 0.93333rem;
}
}
.work-process-section .tablinks .active a {
background-color: #ff5e14;
color: #fff;
}
.work-process-section .tablinks a:hover,
.work-process-section .tablinks a:focus {
text-decoration: none;
}
.work-process-section .tab-content {
width: calc(100% - 180px);
float: left;
padding-left: 30px;
}
@media (max-width: 767px) {
.work-process-section .tab-content {
width: 100%;
float: none;
padding-left: 0;
}
}
.work-process-section .tab-pane {
overflow: hidden;
}
.work-process-section .tab-pane .img-holder {
width: 300px;
float: left;
}
@media (max-width: 991px) {
.work-process-section .tab-pane .img-holder {
width: 100%;
float: none;
}
}
.work-process-section .tab-pane .details {
width: calc(100% - 300px);
float: left;
padding-left: 28px;
}
@media (max-width: 991px) {
.work-process-section .tab-pane .details {
width: 100%;
float: none;
padding-left: 0;
padding-top: 45px;
}
}
.work-process-section .tab-pane .details h3 {
font-size: 30px;
font-size: 2rem;
font-weight: 500;
margin: 0 0 0.47em;
}
@media (max-width: 991px) {
.work-process-section .tab-pane .details h3 {
font-size: 25px;
font-size: 1.66667rem;
}
}
@media (max-width: 767px) {
.work-process-section .tab-pane .details h3 {
font-size: 22px;
font-size: 1.46667rem;
}
}
.work-process-section .detail-list {
overflow: hidden;
padding-top: 40px;
}
@media (max-width: 1199px) {
.work-process-section .detail-list {
padding-top: 20px;
}
}
.work-process-section .detail-list ul {
width: 50%;
font-size: 16px;
font-size: 1.06667rem;
color: #74787d;
float: left;
}
@media (max-width: 1199px) {
.work-process-section .detail-list ul {
width: 100%;
float: none;
}
}
@media (max-width: 991px) {
.work-process-section .detail-list ul {
font-size: 15px;
font-size: 1rem;
}
}
@media (max-width: 767px) {
.work-process-section .detail-list ul {
font-size: 14px;
font-size: 0.93333rem;
}
}
.work-process-section .detail-list > ul:nth-child(2n) {
padding-left: 25px;
}
@media (max-width: 1199px) {
.work-process-section .detail-list > ul:nth-child(2n) {
padding-left: 0;
padding-top: 15px;
}
}
@media (max-width: 767px) {
.work-process-section .detail-list > ul:nth-child(2n) {
padding-top: 8px;
}
}
.work-process-section .detail-list ul > li + li {
margin-top: 12px;
}
@media (max-width: 767px) {
.work-process-section .detail-list ul > li + li {
margin-top: 8px;
}
}
/*--------------------------------------------------------------
#3.3 projects-section-s2
--------------------------------------------------------------*/
.projects-section-s2 {
position: relative;
}
.projects-section-s2:before {
content: "";
background-color: #f0f0f0;
width: 100%;
height: 50%;
position: absolute;
left: 0;
top: 0;
}
/*--------------------------------------------------------------
#3.4 pricing-section
--------------------------------------------------------------*/
.pricing-section {
padding-top: 90px;
/*** tablinks ***/
/*** pricing-grids ***/
}
@media (max-width: 991px) {
.pricing-section {
padding-top: 80px;
}
}
@media (max-width: 767px) {
.pricing-section {
padding-top: 70px;
text-align: center;
}
}
@media screen and (min-width: 1200px) {
.pricing-section .section-title-s4 {
margin-right: -15px;
}
}
@media screen and (min-width: 1200px) {
.pricing-section .title-text {
padding-left: 45px;
}
}
.pricing-section .tablinks {
margin-top: 60px;
}
@media (max-width: 991px) {
.pricing-section .tablinks {
margin-top: 40px;
}
}
.pricing-section .tablinks ul {
font-family: "Heebo", sans-serif;
overflow: hidden;
margin-bottom: 35px;
}
@media (max-width: 767px) {
.pricing-section .tablinks ul {
max-width: 300px;
margin: 0 auto 35px;
}
}
.pricing-section .tablinks ul li {
float: left;
}
@media (max-width: 767px) {
.pricing-section .tablinks ul li {
float: none;
text-align: center;
}
}
.pricing-section .tablinks ul > li + li {
margin-left: 15px;
}
@media (max-width: 991px) {
.pricing-section .tablinks ul > li + li {
margin-left: 0;
}
}
.pricing-section .tablinks a {
font-size: 18px;
font-size: 18px;
font-weight: 500;
color: #242c33;
display: block;
padding: 12px 17px;
text-transform: uppercase;
border-radius: 2px;
}
@media (max-width: 991px) {
.pricing-section .tablinks a {
font-size: 15px;
font-size: 15px;
}
}
@media (max-width: 767px) {
.pricing-section .tablinks a {
font-size: 14px;
font-size: 14px;
padding: 8px 15px;
}
}
.pricing-section .tablinks a:hover,
.pricing-section .tablinks a:focus {
text-decoration: none;
}
.pricing-section .tablinks .active a {
background-color: #ff5e14;
color: #fff;
}
.pricing-section .pricing-grids {
overflow: hidden;
margin: 0 -15px;
}
.pricing-section .pricing-grids .grid {
width: calc(33.33% - 30px);
float: left;
margin: 0 15px 0;
text-align: center;
border: 1px solid #d0d4d8;
border-radius: 5px;
}
@media (max-width: 991px) {
.pricing-section .pricing-grids .grid {
width: calc(50% - 30px);
}
}
@media (max-width: 650px) {
.pricing-section .pricing-grids .grid {
width: calc(100% - 30px);
float: none;
margin-top: 50px;
}
}
@media (max-width: 991px) {
.pricing-section .pricing-grids .grid:last-child {
margin-top: 50px;
}
}
@media (max-width: 650px) {
.pricing-section .pricing-grids .grid:first-child {
margin-top: 0;
}
}
.pricing-section .pricing-header {
background-color: #0d1e2d;
padding: 45px 15px;
border-radius: 5px 5px 0 0;
}
@media (max-width: 767px) {
.pricing-section .pricing-header {
padding: 35px 15px;
}
}
.pricing-section .pricing-header .type {
font-size: 18px;
font-size: 1.2rem;
color: #828e98;
text-transform: uppercase;
}
@media (max-width: 767px) {
.pricing-section .pricing-header .type {
font-size: 16px;
font-size: 1.06667rem;
}
}
.pricing-section .pricing-header h3 {
font-size: 36px;
font-size: 2.4rem;
color: #ff5e14;
margin: 5px 0 0;
}
@media (max-width: 767px) {
.pricing-section .pricing-header h3 {
font-size: 30px;
font-size: 2rem;
}
}
.pricing-section .pricing-header .duration {
font-size: 18px;
font-size: 1.2rem;
color: #fff;
}
@media (max-width: 767px) {
.pricing-section .pricing-header .duration {
font-size: 16px;
font-size: 1.06667rem;
}
}
.pricing-section .pricing-body {
padding: 35px 0;
}
.pricing-section .pricing-body ul {
margin-bottom: 45px;
}
.pricing-section .pricing-body ul > li:first-child {
border-top: 1px solid #d0d4d8;
}
.pricing-section .pricing-body li {
color: #73787d;
border-bottom: 1px solid #d0d4d8;
padding: 10px 15px;
}
.pricing-section .grid:hover .pricing-header {
background-color: #ff5e14;
}
.pricing-section .grid:hover .pricing-header h3 {
color: #fff;
}
.pricing-section .grid:hover .pricing-header .type {
color: #0d1e2d;
}
.pricing-section .grid:hover .theme-btn-s3 {
background-color: #ff5e14;
}
/*--------------------------------------------------------------
#3.5 cta-section-s2
--------------------------------------------------------------*/
.cta-section-s2:before {
background: rgba(13, 30, 45, 0.9);
}
.cta-section-s2 h3 {
color: #fff;
}
/*--------------------------------------------------------------
#3.6 news-section-s3
--------------------------------------------------------------*/
.news-section-s3 {
padding-bottom: 100px;
}
@media (max-width: 991px) {
.news-section-s3 {
padding-bottom: 90px;
}
}
@media (max-width: 991px) {
.news-section-s3 {
padding-bottom: 80px;
}
}
/*--------------------------------------------------------------
#3.7 partners-section-s3
--------------------------------------------------------------*/
.partners-section-s3 {
background-color: #f2f5f8;
padding: 35px;
}
/*--------------------------------------------------------------
#testimonials page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1 all-testimonials-section
--------------------------------------------------------------*/
.all-testimonials-section {
padding-bottom: 33px;
}
@media (max-width: 991px) {
.all-testimonials-section {
padding-bottom: 23px;
}
}
@media (max-width: 767px) {
.all-testimonials-section {
padding-bottom: 25px;
}
}
.all-testimonials-section .testimonials-section-title {
border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 991px) {
.all-testimonials-section .testimonials-section-title {
padding-bottom: 25px;
}
}
.all-testimonials-section .section-title-s2, .all-testimonials-section .section-title-s3 {
margin-bottom: 30px;
}
.all-testimonials-section .testimonials-grids {
overflow: hidden;
padding-top: 65px;
margin: 0 -15px;
}
.all-testimonials-section .testimonials-grids .grid {
width: 50%;
float: left;
padding: 0 15px 67px;
}
@media (max-width: 991px) {
.all-testimonials-section .testimonials-grids .grid {
width: 100%;
float: none;
}
}
@media (max-width: 991px) {
.all-testimonials-section .testimonials-grids .grid {
padding: 0 15px 55px;
}
}
.all-testimonials-section .grid .details {
position: relative;
}
.all-testimonials-section .grid .details:before {
content: "";
background: url("../images/testimonials/quote.png") center center/auto no-repeat local;
width: 35px;
height: 25px;
position: absolute;
right: 0;
top: 0;
}
@media (max-width: 991px) {
.all-testimonials-section .grid .details:before {
display: none;
}
}
.all-testimonials-section .grid .details h3 {
font-size: 24px;
font-size: 1.6rem;
color: #242c33;
margin: 0 0 6px;
line-height: 1.3em;
padding-right: 45px;
}
@media (max-width: 991px) {
.all-testimonials-section .grid .details h3 {
font-size: 20px;
font-size: 1.33333rem;
padding-right: 0;
}
}
@media (max-width: 767px) {
.all-testimonials-section .grid .details h3 {
font-size: 17px;
font-size: 1.13333rem;
}
}
.all-testimonials-section .details .client-info {
font-family: "Heebo", sans-serif;
font-size: 16px;
font-size: 1.06667rem;
font-weight: 500;
color: #74787d;
display: block;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.all-testimonials-section .details .client-info {
font-size: 15px;
font-size: 1rem;
}
}
.all-testimonials-section .details p {
margin-bottom: 1.5em;
}
.all-testimonials-section .rating i {
color: #ff5e14;
}
/*--------------------------------------------------------------
#team page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1 all-team-member-section
--------------------------------------------------------------*/
.all-team-member-section {
padding-bottom: 70px;
}
@media (max-width: 991px) {
.all-team-member-section {
padding-bottom: 60px;
}
}
@media (max-width: 767px) {
.all-team-member-section {
padding-bottom: 50px;
}
}
.all-team-member-section .team-grids {
margin: 0 -15px;
overflow: hidden;
}
.all-team-member-section .grid {
width: calc(33.33% - 30px);
float: left;
margin: 0 15px 30px;
}
@media (max-width: 991px) {
.all-team-member-section .grid {
width: calc(50% - 30px);
}
}
@media (max-width: 500px) {
.all-team-member-section .grid {
width: calc(100% - 30px);
float: none;
}
}
.all-team-member-section .grid .details {
background-color: #242c33;
padding: 25px 10px;
text-align: center;
}
.all-team-member-section .grid .details h4 {
font-size: 24px;
font-size: 1.6rem;
color: #fff;
margin: 0 0 3px;
}
@media (max-width: 1199px) {
.all-team-member-section .grid .details h4 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 991px) {
.all-team-member-section .grid .details h4 {
font-size: 18px;
font-size: 1.2rem;
font-weight: 500;
}
}
@media (max-width: 767px) {
.all-team-member-section .grid .details h4 {
font-size: 16px;
font-size: 1.06667rem;
}
}
.all-team-member-section .grid .details .post {
font-size: 16px;
font-size: 1.06667rem;
font-style: italic;
color: #757e86;
}
@media (max-width: 991px) {
.all-team-member-section .grid .details .post {
font-size: 14px;
font-size: 0.93333rem;
}
}
@media (max-width: 500px) {
.all-team-member-section .grid .img-holder img {
width: 100%;
}
}
.all-team-member-section .grid:hover .details {
background-color: #ff5e14;
}
.all-team-member-section .grid:hover .details .post {
color: #fff;
}
.all-team-member-section .img-holder-social {
position: relative;
}
.all-team-member-section .img-holder-social .social {
width: 100%;
text-align: center;
position: absolute;
bottom: 10px;
opacity: 0;
visibilty: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.all-team-member-section .img-holder-social ul {
overflow: hidden;
list-style: none;
display: inline-block;
margin: 0 auto;
}
.all-team-member-section .img-holder-social ul li {
float: left;
}
.all-team-member-section .img-holder-social ul > li + li {
margin-left: 20px;
}
.all-team-member-section .img-holder-social ul a {
font-size: 24px;
font-size: 1.6rem;
color: #fff;
}
@media (max-width: 991px) {
.all-team-member-section .img-holder-social ul a {
font-size: 18px;
font-size: 1.2rem;
}
}
.all-team-member-section .img-holder-social ul a:hover {
color: #ff5e14;
}
.all-team-member-section .grid:hover .img-holder-social .social {
opacity: 1;
visibility: visible;
}
/*--------------------------------------------------------------
#faq page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1 faq-pg-section
--------------------------------------------------------------*/
.faq-pg-section .section-title-s4 {
margin-bottom: 45px;
}
.faq-pg-section .section-title-s4 h2 {
margin-bottom: 0.4em;
}
.faq-pg-section .section-title-s4 p span {
display: block;
color: #000;
}
.faq-pg-section .section-title-s4 small {
color: #ff5e14;
}
@media screen and (min-width: 992px) {
.faq-pg-section .faq-section {
border: 1px solid #dee0e1;
padding: 70px;
border-radius: 5px;
}
}
/*--------------------------------------------------------------
#services page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1 all-services-section
--------------------------------------------------------------*/
.all-services-section {
padding-bottom: 50px;
}
@media (max-width: 991px) {
.all-services-section {
padding-bottom: 40px;
}
}
@media (max-width: 767px) {
.all-services-section {
padding-bottom: 30px;
}
}
.all-services-section .services-grids {
margin: 0 -15px;
overflow: hidden;
}
@media (max-width: 767px) {
.all-services-section .services-grids {
margin: 0 -10px;
}
}
.all-services-section .services-grids .grid {
width: calc(33.33% - 30px);
float: left;
margin: 0 15px 30px;
border-radius: 3px;
}
@media (max-width: 991px) {
.all-services-section .services-grids .grid {
width: calc(50% - 30px);
}
}
@media (max-width: 767px) {
.all-services-section .services-grids .grid {
width: calc(50% - 20px);
margin: 0 10px 30px;
}
}
@media (max-width: 600px) {
.all-services-section .services-grids .grid {
width: calc(100% - 30px);
float: none;
}
}
.all-services-section .grid .img-overlay {
position: relative;
overflow: hidden;
}
.all-services-section .grid .overlay {
background-color: rgba(255, 94, 20, 0.7);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: calc(100% - 5px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
.all-services-section .grid:hover .overlay {
top: 0;
}
.all-services-section .grid .overlay a {
background-color: #fff;
width: 45px;
height: 45px;
line-height: 45px;
font-size: 24px;
font-size: 1.6rem;
color: #ff5e14;
text-align: center;
border-radius: 5px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
.all-services-section .grid .overlay a {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 20px;
font-size: 1.33333rem;
border-radius: 3px;
}
}
.all-services-section .grid .details {
padding: 23px 23px 15px;
}
@media (max-width: 1199px) {
.all-services-section .grid .details {
padding: 23px 15px 15px;
}
}
@media (max-width: 767px) {
.all-services-section .grid .details {
padding: 23px 5px 15px;
}
}
.all-services-section .grid .details h3 {
font-size: 26px;
font-size: 1.73333rem;
font-weight: 500;
color: #242c33;
margin: 0 0 0.35em;
}
@media (max-width: 1199px) {
.all-services-section .grid .details h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 767px) {
.all-services-section .grid .details h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
.all-services-section .grid .details p {
margin-bottom: 1.7em;
}
.all-services-section .grid .read-more {
padding-top: 17px;
border-top: 1px solid #efefef;
}
.all-services-section .grid .read-more a {
font-family: "Heebo", sans-serif;
font-weight: 500;
color: #242c33;
}
.all-services-section .grid .read-more a:hover {
color: #ff5e14;
}
/*--------------------------------------------------------------
#projects page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1 all-projects-section
--------------------------------------------------------------*/
.all-projects-section {
padding-bottom: 90px;
}
@media (max-width: 991px) {
.all-projects-section {
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.all-projects-section {
padding-bottom: 70px;
}
}
.all-projects-section .gallery-filters {
text-align: center;
}
.all-projects-section .gallery-filters ul {
display: inline-block;
overflow: hidden;
margin-bottom: 35px;
}
@media (max-width: 600px) {
.all-projects-section .gallery-filters ul {
margin-bottom: 25px;
}
}
.all-projects-section .gallery-filters li {
float: left;
}
@media (max-width: 600px) {
.all-projects-section .gallery-filters li {
float: none;
margin-bottom: 5px;
}
}
.all-projects-section .gallery-filters ul > li + li {
margin-left: 60px;
}
@media (max-width: 1199px) {
.all-projects-section .gallery-filters ul > li + li {
margin-left: 40px;
}
}
@media (max-width: 991px) {
.all-projects-section .gallery-filters ul > li + li {
margin-left: 25px;
}
}
@media (max-width: 600px) {
.all-projects-section .gallery-filters ul > li + li {
margin-left: 0;
}
}
.all-projects-section .gallery-filters a {
font-family: "Heebo", sans-serif;
font-size: 24px;
font-size: 1.6rem;
font-weight: bold;
color: #ff5e14;
}
@media (max-width: 1199px) {
.all-projects-section .gallery-filters a {
font-size: 20px;
font-size: 1.33333rem;
font-weight: 500;
}
}
@media (max-width: 991px) {
.all-projects-section .gallery-filters a {
font-size: 16px;
font-size: 1.06667rem;
}
}
@media (max-width: 767px) {
.all-projects-section .gallery-filters a {
font-size: 15px;
font-size: 1rem;
}
}
.all-projects-section .gallery-filters ul li a.current {
text-decoration: underline;
}
.all-projects-section .gallery-container .box {
width: 25%;
float: left;
padding: 0 10px 10px 0;
position: relative;
}
@media (max-width: 991px) {
.all-projects-section .gallery-container .box {
width: 33.33%;
}
}
@media (max-width: 767px) {
.all-projects-section .gallery-container .box {
width: 50%;
}
}
@media (max-width: 600px) {
.all-projects-section .gallery-container .box {
width: 100%;
float: none;
}
.all-projects-section .gallery-container .box img {
width: 100%;
}
}
.all-projects-section .box .details {
background-color: #0d1e2d;
width: calc(100% - 40px);
height: calc(100% - 40px);
position: absolute;
left: 15px;
top: 15px;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.all-projects-section .box:hover .details {
visibility: visible;
opacity: 1;
}
.all-projects-section .details .info {
width: 100%;
padding: 15px 10px;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.all-projects-section .info .cat {
font-size: 14px;
font-size: 0.93333rem;
color: #ff5e14;
}
@media (max-width: 767px) {
.all-projects-section .info .cat {
font-size: 13px;
font-size: 0.86667rem;
}
}
.all-projects-section .info h3 {
font-size: 24px;
font-size: 1.6rem;
margin: 0.4em 0 0;
}
@media (max-width: 1199px) {
.all-projects-section .info h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 991px) {
.all-projects-section .info h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
@media (max-width: 767px) {
.all-projects-section .info h3 {
font-size: 15px;
font-size: 1rem;
}
}
.all-projects-section .info h3 a {
color: #fff;
}
.all-projects-section .info h3 a:hover {
color: #ff5e14;
}
/*--------------------------------------------------------------
#projects single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1 project-single-section
--------------------------------------------------------------*/
.project-single-section .project-single-details {
padding: 60px 50px;
border-radius: 5px;
}
@media (max-width: 1199px) {
.project-single-section .project-single-details {
padding: 40px 30px;
}
}
@media (max-width: 991px) {
.project-single-section .project-single-details {
padding: 0;
margin-top: 50px;
}
}
.project-single-section .project-single-details h3 {
font-size: 30px;
font-size: 2rem;
margin: 0 0 0.75em;
}
@media (max-width: 991px) {
.project-single-section .project-single-details h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
.project-single-section .project-info {
list-style-type: none;
padding-top: 40px;
}
@media (max-width: 991px) {
.project-single-section .project-info {
padding-top: 20px;
}
}
.project-single-section .project-info li {
font-size: 15px;
font-size: 1rem;
color: #73787d;
}
@media (max-width: 767px) {
.project-single-section .project-info li {
font-size: 14px;
font-size: 0.93333rem;
}
}
.project-single-section .project-info li span {
color: #051829;
font-weight: 600;
}
.project-single-section .project-info > li + li {
margin-top: 13px;
}
.project-single-section .project-info i {
color: #ff5e14;
display: inline-block;
padding-right: 5px;
}
/*--------------------------------------------------------------
#9.2 project-single-wrok-process
--------------------------------------------------------------*/
.project-single-wrok-process .grids {
overflow: hidden;
}
.project-single-wrok-process .grid {
width: 33.33%;
float: left;
overflow: hidden;
position: relative;
}
@media (max-width: 1600px) {
.project-single-wrok-process .grid {
width: 50%;
}
}
@media (max-width: 991px) {
.project-single-wrok-process .grid {
width: 100%;
float: none;
}
}
.project-single-wrok-process .grid .img-holder,
.project-single-wrok-process .grid .details {
width: 50%;
float: left;
}
@media (max-width: 600px) {
.project-single-wrok-process .grid .img-holder,
.project-single-wrok-process .grid .details {
width: 100%;
float: none;
}
}
.project-single-wrok-process .grid .img-holder {
height: 100%;
position: absolute;
left: 0;
top: 0;
}
@media (max-width: 600px) {
.project-single-wrok-process .grid .img-holder {
position: relative;
height: 200px;
}
}
.project-single-wrok-process .grids > .grid:first-child .img-holder {
background: url("../images/project-single/img-1.jpg") center center/cover no-repeat local;
}
.project-single-wrok-process .grids > .grid:nth-child(2) .img-holder {
background: url("../images/project-single/img-2.jpg") center center/cover no-repeat local;
}
.project-single-wrok-process .grids > .grid:nth-child(3) .img-holder {
background: url("../images/project-single/img-3.jpg") center center/cover no-repeat local;
}
.project-single-wrok-process .grid .details {
background-color: #0d1e2d;
padding: 65px 40px;
color: #fff;
position: relative;
left: 50%;
}
@media (max-width: 991px) {
.project-single-wrok-process .grid .details {
padding: 45px 30px;
}
}
@media (max-width: 600px) {
.project-single-wrok-process .grid .details {
left: 0;
padding: 30px 20px;
}
}
.project-single-wrok-process .grids > .grid:nth-child(2) .details {
background-color: #4182b0;
}
.project-single-wrok-process .grids > .grid:nth-child(3) .details {
background-color: #ff5e14;
}
.project-single-wrok-process .details h3 {
font-size: 24px;
font-size: 1.6rem;
color: #fff;
margin: 0 0 1em;
}
@media (max-width: 991px) {
.project-single-wrok-process .details h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 767px) {
.project-single-wrok-process .details h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
.project-single-wrok-process .details p {
color: #fff;
margin-bottom: 2em;
}
.project-single-wrok-process .details .number {
font-size: 24px;
font-size: 1.6rem;
}
@media (max-width: 991px) {
.project-single-wrok-process .details .number {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 767px) {
.project-single-wrok-process .details .number {
font-size: 18px;
font-size: 1.2rem;
}
}
/*--------------------------------------------------------------
#service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.1 service-singel-section
--------------------------------------------------------------*/
.service-single-content .title {
position: relative;
margin-top: 52px;
}
@media screen and (min-width: 1200px) {
.service-single-content .title {
padding-right: 340px;
}
}
@media (max-width: 767px) {
.service-single-content .title {
margin-top: 40px;
}
}
.service-single-content .title h3 {
font-size: 25px;
font-size: 1.66667rem;
margin: 0 0 2em;
}
@media (max-width: 991px) {
.service-single-content .title h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 767px) {
.service-single-content .title h3 {
font-size: 17px;
font-size: 1.13333rem;
}
}
.service-single-content .download {
position: absolute;
right: 0;
top: 0;
}
@media (max-width: 1199px) {
.service-single-content .download {
position: static;
margin-bottom: 40px;
}
}
.service-single-content .download a {
padding: 10px 20px 10px 40px;
border: 2px solid #ff5e14;
color: #333;
font-weight: 600;
position: relative;
}
@media (max-width: 1199px) {
.service-single-content .download a {
padding: 7px 15px 7px 30px;
}
}
@media (max-width: 991px) {
.service-single-content .download a {
font-size: 14px;
font-size: 0.93333rem;
padding: 5px 15px 5px 30px;
}
}
@media (max-width: 767px) {
.service-single-content .download a {
font-size: 13px;
font-size: 0.86667rem;
}
}
.service-single-content .download a i {
position: absolute;
left: 20px;
top: 30%;
}
@media (max-width: 1199px) {
.service-single-content .download a i {
left: 10px;
}
}
.service-single-content .details ul {
list-style-type: none;
padding: 2em 0 3em;
}
.service-single-content .details ul li {
position: relative;
padding-left: 75px;
font-weight: 600;
}
@media (max-width: 1199px) {
.service-single-content .details ul li {
padding-left: 45px;
}
}
.service-single-content .details ul > li + li {
margin-top: 45px;
}
@media (max-width: 1199px) {
.service-single-content .details ul > li + li {
margin-top: 20px;
}
}
.service-single-content .details ul li i {
background-color: #ff5e14;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
color: #444;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 1199px) {
.service-single-content .details ul li i {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 12px;
}
}
.service-single-content .details p {
margin-bottom: 2em;
}
@media (max-width: 991px) {
.service-single-content .details h4 {
font-size: 16px;
font-size: 1.06667rem;
}
}
/*--------------------------------------------------------------
#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.1 contact-pg-contact-section
--------------------------------------------------------------*/
.contact-pg-contact-section {
padding-bottom: 90px;
}
@media (max-width: 991px) {
.contact-pg-contact-section {
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.contact-pg-contact-section {
padding-bottom: 70px;
}
}
.contact-pg-contact-section label {
color: #242c33;
}
@media (max-width: 767px) {
.contact-pg-contact-section label {
font-size: 13px;
font-size: 0.86667rem;
}
}
.contact-pg-contact-section .contact-form .row > .col {
margin-bottom: 35px;
}
@media (max-width: 767px) {
.contact-pg-contact-section .contact-form .row > .col {
margin-bottom: 18px;
}
}
.contact-pg-contact-section .contact-form .row > .col:nth-child(6) {
margin-bottom: 0;
}
.contact-pg-contact-section .contact-form .row > .col:last-child {
margin-bottom: 0;
}
.contact-pg-contact-section input,
.contact-pg-contact-section textarea {
background-color: #ebeef0;
height: 38px;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
}
@media (max-width: 767px) {
.contact-pg-contact-section input,
.contact-pg-contact-section textarea {
height: 35px;
}
}
.contact-pg-contact-section input:focus,
.contact-pg-contact-section textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-pg-contact-section textarea {
height: 200px;
}
@media (max-width: 767px) {
.contact-pg-contact-section textarea {
height: 150px;
}
}
.contact-pg-contact-section .submit-btn button {
width: 100%;
border: 0;
outline: 0;
border-radius: 5px;
}
@media (max-width: 767px) {
.contact-pg-contact-section .contact-info {
margin-top: 55px;
}
}
.contact-pg-contact-section .contact-info h3 {
font-size: 30px;
font-size: 2rem;
margin: 0 0 0.47em;
}
@media (max-width: 767px) {
.contact-pg-contact-section .contact-info h3 {
font-size: 25px;
font-size: 1.66667rem;
}
}
.contact-pg-contact-section .contact-info ul {
margin-top: 30px;
}
.contact-pg-contact-section .contact-info li {
font-size: 16px;
font-size: 1.06667rem;
color: #242c33;
position: relative;
padding-left: 25px;
}
.contact-pg-contact-section .contact-info ul > li + li {
margin-top: 12px;
}
.contact-pg-contact-section .contact-info li i {
color: #ff5e14;
position: absolute;
left: 0;
top: 4px;
}
.contact-pg-contact-section #loader {
color: #ff5e14;
}
/*--------------------------------------------------------------
#blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.1 blog-calassic-main-content
--------------------------------------------------------------*/
.blog-calassic-main-content .blog-grids > .grid + .grid {
margin-top: 75px;
}
@media (max-width: 991px) {
.blog-calassic-main-content .blog-grids > .grid + .grid {
margin-top: 55px;
}
}
.blog-calassic-main-content .grid .entry-body {
padding: 0;
border: 0;
font-size: 16px;
font-size: 1.06667rem;
}
@media (max-width: 767px) {
.blog-calassic-main-content .grid .entry-body {
font-size: 14px;
font-size: 0.93333rem;
}
}
.blog-calassic-main-content .entry-meta {
list-style: none;
overflow: hidden;
border: 0;
padding: 0;
}
.blog-calassic-main-content .entry-meta li {
float: left;
}
.blog-calassic-main-content .entry-meta > li + li {
margin-left: 25px;
}
@media (max-width: 767px) {
.blog-calassic-main-content .entry-meta > li + li {
margin-left: 15px;
}
}
.blog-calassic-main-content .entry-meta li a {
color: #999999;
}
.blog-calassic-main-content .entry-meta li a:hover {
color: #ff5e14;
}
.blog-calassic-main-content .entry-meta i {
display: inline-block;
padding-right: 3px;
}
.blog-calassic-main-content .entry-title-meta {
margin-bottom: 30px;
}
.blog-calassic-main-content .entry-title-meta h3 {
font-size: 24px;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.4em;
margin: 0 0 3px;
}
@media (max-width: 991px) {
.blog-calassic-main-content .entry-title-meta h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
.blog-calassic-main-content .entry-title-meta h3 a {
color: #242c33;
}
.blog-calassic-main-content .entry-title-meta h3 a:hover {
color: #ff5e14;
}
.blog-calassic-main-content .entry-media {
margin-bottom: 30px;
position: relative;
}
.blog-calassic-main-content .entry-media:before {
content: "";
background-color: rgba(255, 94, 20, 0.7);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.blog-calassic-main-content .entry-media .tags {
position: absolute;
left: 30px;
top: 30px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
@media (max-width: 991px) {
.blog-calassic-main-content .entry-media .tags {
left: 20px;
top: 20px;
}
}
.blog-calassic-main-content .entry-media .tags a {
background-color: #fff;
font-family: "Heebo", sans-serif;
font-size: 14px;
font-size: 0.93333rem;
font-weight: 500;
color: #ff5e14;
display: inline-block;
padding: 9px 15px;
}
@media (max-width: 991px) {
.blog-calassic-main-content .entry-media .tags a {
font-size: 13px;
font-size: 0.86667rem;
padding: 7px 12px;
}
}
@media (max-width: 767px) {
.blog-calassic-main-content .entry-media .tags a {
font-size: 12px;
font-size: 0.8rem;
padding: 5px 10px;
}
}
.blog-calassic-main-content .entry-body p {
color: #86909e;
margin-bottom: 2em;
}
.blog-calassic-main-content .entry-body .read-more {
color: #242c33;
font-weight: 500;
}
.blog-calassic-main-content .entry-body .read-more:hover {
color: #ff5e14;
}
.blog-calassic-main-content .grid:hover .entry-media:before {
opacity: 1;
}
.blog-calassic-main-content .grid:hover .entry-media .tags {
opacity: 1;
visibility: visible;
}
/*--------------------------------------------------------------
#blog details page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.1 blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
/*** tags ***/
/*** tags ***/
/*** about-author ***/
/*** comments ***/
}
.blog-single-section .entry-meta {
list-style: none;
overflow: hidden;
border: 0;
padding: 0;
}
.blog-single-section .entry-meta li {
float: left;
}
.blog-single-section .entry-meta > li + li {
margin-left: 25px;
}
@media (max-width: 767px) {
.blog-single-section .entry-meta > li + li {
margin-left: 15px;
}
}
.blog-single-section .entry-meta li a {
color: #999999;
}
.blog-single-section .entry-meta li a:hover {
color: #ff5e14;
}
.blog-single-section .entry-meta i {
display: inline-block;
padding-right: 4px;
}
.blog-single-section .entry-title-meta {
border-bottom: 1px solid #e3e3e3;
padding-bottom: 20px;
margin-bottom: 25px;
}
.blog-single-section .entry-title-meta h3 {
font-size: 24px;
font-size: 1.6rem;
font-weight: 600;
color: #051829;
line-height: 1.4em;
margin: 0 0 3px;
}
@media (max-width: 991px) {
.blog-single-section .entry-title-meta h3 {
font-size: 18px;
font-size: 1.2rem;
}
}
.blog-single-section .entry-media {
margin-bottom: 30px;
}
.blog-single-section .entry-body p {
line-height: 1.81em;
color: #6a6a6a;
margin-bottom: 35px;
}
.blog-single-section .tag-share {
overflow: hidden;
margin: 40px 0 68px;
/*** share ***/
}
@media (max-width: 767px) {
.blog-single-section .tag-share {
margin: 25px 0;
}
}
.blog-single-section .tag-share ul {
list-style: none;
}
.blog-single-section .tag-share > div {
display: inline-block;
float: left;
}
@media (max-width: 767px) {
.blog-single-section .tag-share > div {
display: block;
float: none !important;
}
}
.blog-single-section .tag-share > div:last-child {
float: right;
padding-top: 10px;
}
.blog-single-section .tag-share ul {
display: inline-block;
overflow: hidden;
}
.blog-single-section .tag-share ul li {
float: left;
margin-right: 6px;
}
.blog-single-section .tag-share ul li:last-child {
margin-right: 0;
}
.blog-single-section .tag-share .tag a {
background-color: #f8f8fa;
font-size: 14px;
font-size: 0.93333rem;
color: #7b8186;
display: inline-block;
text-align: center;
border: 1px solid #e6e9ec;
padding: 7px 12px;
text-transform: lowercase;
}
@media (max-width: 991px) {
.blog-single-section .tag-share .tag a {
padding: 5px 10px;
margin-bottom: 10px;
}
}
.blog-single-section .tag-share .tag a:hover {
background-color: #ff5e14;
color: #fff;
border-color: #ff5e14;
}
.blog-single-section .tag-share > div:last-child span {
font-size: 15px;
font-size: 0.93333rem;
font-weight: 600;
color: #999;
position: relative;
top: -9px;
padding-right: 7px;
}
.blog-single-section .tag-share .share {
padding-bottom: 0;
}
.blog-single-section .tag-share .share a {
font-size: 16px;
font-size: 1.06667rem;
color: #0d1e2d;
display: inline-block;
}
@media (max-width: 991px) {
.blog-single-section .tag-share .share a {
font-size: 14px;
font-size: 0.93333rem;
}
}
.blog-single-section .tag-share .share a:hover {
color: #ff5e14;
}
.blog-single-section .about-author {
margin-bottom: 50px;
}
.blog-single-section .about-author h4 {
font-size: 24px;
font-size: 1.6rem;
font-weight: 500;
color: #242c33;
margin: 0 0 0.42em;
}
@media (max-width: 991px) {
.blog-single-section .about-author h4 {
font-size: 22px;
font-size: 1.46667rem;
}
}
@media (max-width: 767px) {
.blog-single-section .about-author h4 {
font-size: 20px;
font-size: 1.33333rem;
}
}
.blog-single-section .about-author .inner {
padding: 35px 40px;
border: 1px solid #e6e9ec;
overflow: hidden;
}
@media (max-width: 991px) {
.blog-single-section .about-author .inner {
padding: 35px;
}
}
@media (max-width: 767px) {
.blog-single-section .about-author .inner {
padding: 25px 20px;
}
}
.blog-single-section .about-author .author-pic {
width: 73px;
float: left;
}
@media (max-width: 767px) {
.blog-single-section .about-author .author-pic {
width: 100%;
float: none;
}
}
.blog-single-section .about-author .author-details {
width: calc(100% - 73px);
float: left;
padding-left: 25px;
}
@media (max-width: 767px) {
.blog-single-section .about-author .author-details {
width: 100%;
float: none;
padding-left: 0;
margin-top: 20px;
}
}
.blog-single-section .about-author .author-details h5 {
font-size: 16px;
font-size: 1.06667rem;
font-weight: 600;
color: #242c33;
margin: 0;
}
.blog-single-section .about-author .author-job {
font-size: 14px;
font-size: 0.93333rem;
color: #999;
display: inline-block;
margin-bottom: 8px;
}
.blog-single-section .about-author p {
font-size: 14px;
font-size: 0.93333rem;
color: #666;
}
.blog-single-section .about-author .social {
list-style: none;
}
.blog-single-section .about-author .social li {
float: left;
margin-left: 10px;
}
.blog-single-section .about-author .social li:first-child {
margin-left: 0;
}
.blog-single-section .about-author .social li a {
font-size: 15px;
font-size: 1rem;
color: #242c33;
}
.blog-single-section .about-author .social li a:hover {
color: #ff5e14;
}
.blog-single-section .comments {
/*** .article ***/
}
.blog-single-section .comments h3 {
font-size: 22px;
font-size: 1.46667rem;
font-weight: 600;
color: #242c33;
margin: 0 0 1em;
}
.blog-single-section .comments > ol {
padding-left: 0;
}
.blog-single-section .comments ol {
list-style: none;
}
.blog-single-section .comments ol > li {
margin-bottom: 35px;
}
.blog-single-section .comments ol > li:last-child {
margin-bottom: 0;
}
.blog-single-section .comments ol > li > ol {
margin-left: 28px;
margin-top: 35px;
padding: 0;
}
@media (max-width: 767px) {
.blog-single-section .comments ol > li > ol {
margin: 30px 0 0 10px;
}
}
.blog-single-section .comments ol > li > ol > li {
background-color: #fafafa;
margin-bottom: 35px !important;
}
.blog-single-section .comments ol > li > ol > li:last-child {
margin-bottom: 0 !important;
}
.blog-single-section .comments .article {
overflow: hidden;
border: 1px solid #d3d7d9;
padding: 25px;
position: relative;
}
.blog-single-section .comments .article h4 {
font-size: 16px;
font-size: 1.06667rem;
margin: 0;
text-transform: capitalize;
}
@media (max-width: 767px) {
.blog-single-section .comments .article h4 {
font-size: 14px;
font-size: 0.93333rem;
}
}
.blog-single-section .comments .article p {
font-size: 15px;
font-size: 1rem;
margin-bottom: 5px;
}
@media (max-width: 767px) {
.blog-single-section .comments .article p {
font-size: 14px;
font-size: 0.93333rem;
}
}
.blog-single-section .comments .article .replay button {
background-color: transparent;
font-size: 14px;
font-size: 0.93333rem;
font-weight: 600;
color: #242c33;
padding: 0;
border: 0;
outline: 0;
position: absolute;
right: 25px;
top: 25px;
}
.blog-single-section .comments .article .replay button:hover {
color: #ff5e14;
}
.blog-single-section .comments .article .author-meta {
overflow: hidden;
margin-bottom: 5px;
}
.blog-single-section .comments .article .author-meta h4 {
font-size: 15px;
font-size: 1rem;
font-weight: 600;
color: #242c33;
}
.blog-single-section .comments .article .author-meta > div:last-child {
font-size: 12px;
font-size: 0.8rem;
color: #a3aab2;
}
.blog-single-section .comments .article .author-pic {
width: 10%;
float: left;
}
@media (max-width: 767px) {
.blog-single-section .comments .article .author-pic {
width: 100%;
float: none;
margin-bottom: 10px;
}
}
.blog-single-section .comments .article .details {
width: 90%;
float: left;
}
@media (max-width: 767px) {
.blog-single-section .comments .article .details {
width: 100%;
float: none;
}
}
.blog-single-section .comments .article p {
font-size: 14px;
font-size: 0.93333rem;
color: #4a4a4a;
}
.blog-single-section .comment-respond {
margin-top: 55px;
}
.blog-single-section .comment-respond h4 {
font-size: 24px;
font-size: 1.6rem;
font-weight: 500;
color: #242c33;
margin: 0 0 0.62em;
}
@media (max-width: 991px) {
.blog-single-section .comment-respond h4 {
font-size: 22px;
font-size: 1.46667rem;
}
}
@media (max-width: 767px) {
.blog-single-section .comment-respond h4 {
font-size: 20px;
font-size: 1.33333rem;
}
}
.blog-single-section .comment-respond form {
margin: 0 -15px;
position: relative;
}
.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
background-color: #f8f8fa;
height: 40px;
border: 1px solid #e6e9ec;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
.blog-single-section .comment-respond form textarea {
height: 195px;
}
@media (max-width: 767px) {
.blog-single-section .comment-respond form textarea {
height: 120px;
}
}
.blog-single-section .comment-respond form > div {
margin-bottom: 20px;
}
.blog-single-section .comment-respond .submit-btn {
text-align: center;
margin: 25px 0 0;
}
@media (max-width: 991px) {
.blog-single-section .comment-respond .submit-btn {
margin: 15px 0 0;
}
}
.blog-single-section .comment-respond .submit-btn button {
width: 100%;
background-color: #ff5e14;
padding: 10px 30px;
color: #fff;
border: 0;
outline: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
@media (max-width: 767px) {
.blog-single-section .comment-respond .submit-btn button {
padding: 10px 20px;
}
}
.blog-single-section .comment-respond .submit-btn button:hover {
background-color: #e04700;
}
/*# sourceMappingURL=style.css.map */ | 0.247078 | 0.049291 |
@charset "UTF-8";
#head_address{
background-color: #4374D9;
}
/* ======================== Div Side ============================= */
#btn1 {
font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
background-color : white;
border-style: solid;
border-radius : 10px;
border-width : 2px;
box-shadow: none;
border-color : #D5D5D5;
/* margin-top: 10%; */
/* margin-left: 10%; */
/* margin-bottom: 10%; */
margin : 10% 10%;
padding : 5% 0%;
width: 80%;
font-size: 21px;
}
#btn1:hover{
transition: all 0.2s linear;
transform: translate(0, -5%);
box-shadow: 2px 2px 2px 2px #BDBDBD;
border: 2px solid gray;
}
.button1{
margin-left: 3%;
font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
font-size: 17px;
cursor: pointer;
}
#scroll {
margin-left : 18%;
}
a {
color: black;
text-decoration: none;
}
#div2 {
margin-top: 7%;
}
.li {
font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
font-size: 17px;
line-height: 20px;
padding-top: 10px;
padding-bottom: 7px;
}
.li:hover {
background-color: #F6F6F6;
}
#span_hover{
display: none;
}
@-webkit-keyframes fadein {
/* Safari and Chrome */
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeout {
/* Safari and Chrome */
from {
opacity: 1;
}
to {
opacity: 0;
}
}
#side:hover #span_hover {
display: inline;
-webkit-animation: fadein 1s;
}
#side:hover #span_none {
display: none;
}
/* 연락처 주소록 추가 */
.groupAdd{
cursor: pointer;
}
#group {
display: none;
}
#groupName{
width: 150px;
height: 27px;
margin-right: 10px;
}
#groupAdd{
width:17px;
height:17px;
margin-right: 10px;
}
/* ========================== Content ========================== */
h2 {
font-weight: normal;
margin: 50px 50px;
float: left;
}
/* 검색창 */
#searchBox{
float:right;
margin-top: 40px;
margin-right: 50px;
position: relative;
width: 350px;
height: 45px;
border: 1px solid #ddd;
padding : 0px 10px;
}
#search {
border : none;
padding : 0px 30px;
border-radius: 50px;
font-size: 18px;
font-family: "Nunito";
color : #424242;
font-weight: 500;
width: 150px;
}
#search:focus {
outline : none;
}
#option {
border: 0;
font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
font-size: 17px;
color: black;
}
/* tool */
.tool_ul {
margin-left: 70px;
list-style: none;
}
.tool_ul li{
float: left;
}
.btn2 {
background-color: white;
border: 0;
cursor: pointer;
padding: 5px 5px;
font-size: 17px;
}
.btn2:hover {
background-color: #EAEAEA;
}
#speed {
margin-left: 40px;
margin-top: 30px;
}
.speed {
font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
height: 28px;
width: 190px;
font-size: 17px;
margin-right: 5px;
}
.speed_plus_btn{
width: 45px;
height: 28px;
border: 1px solid #ddd;
background-color: #ddd;
cursor: pointer;
}
.search_ul{
margin-top: 20px;
margin-left: 32px;
list-style: none;
}
.search_ul li {
float: left;
padding: 5px 10px;
}
.search_ul li a {
text-decoration : none;
color: #8C8C8C;
font-size: 17px;
padding-bottom: 10px;
}
.search_ul li a:hover {
color: black;
font-weight: bold;
border-bottom: 2px solid black;
}
/* 표 */
#board_table{
font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
width: 95%;
position:relative;
margin-top:2%;
margin-left:2%;
padding-bottom:30px;
padding-left: 20px;
border-radius:10px;
background-color: white;
}
#list_table{
border-top:2px solid #EAEAEA;
}
#table_btn{
position: relative;
float: left;
margin-right: 2%;
}
#board_table input{
padding: 30px;
}
#board_table tr:hover{
background-color: #F6F6F6;
}
#board_table tr, #board_table td{
margin-left:5%;
height: 50px;
width: 300px;
font-size:18px;
border-collapse: collapse;
}
.clicked {
color: black;
}
/* =========================== Modal ===================================== */
.modal-content {
font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
font-size: 15px;
}
.modal-content span {
font-size: 20px;
}
.modal_btn {
margin-right: 5px;
color: white;
height: 32px;
line-height: 28px;
vertical-align: top;
font-size: 13px;
background: #0f91e6;
border: 1px solid #0f91e6;
border-radius: 2px;
padding-left: 8px;
padding-right: 8px;
cursor: pointer;
}
.modal_form tr {
width: 70px;
line-height: 35px;
}
.modal_form tr td {
padding: 8px;
}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
width: 350px; /* Could be more or less, depending on screen size */
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0px 4px 8px rgb(0 0 0/ 20%);
}
/* 삭제 모달창 */
.modal2 {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content2 {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
width: 350px; /* Could be more or less, depending on screen size */
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0px 4px 8px rgb(0 0 0/ 20%);
}
/* 연락처 등록 */
.modal-content3 span {
font-size: 20px;
}
.modal3 {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content3 {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
width: 350px; /* Could be more or less, depending on screen size */
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0px 4px 8px rgb(0 0 0/ 20%);
}
/* 그룹 지정 */
.modal4 {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content4 {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
width: 350px; /* Could be more or less, depending on screen size */
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0px 4px 8px rgb(0 0 0/ 20%);
} | src/main/resources/static/address/css/address.css | @charset "UTF-8";
#head_address{
background-color: #4374D9;
}
/* ======================== Div Side ============================= */
#btn1 {
font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
background-color : white;
border-style: solid;
border-radius : 10px;
border-width : 2px;
box-shadow: none;
border-color : #D5D5D5;
/* margin-top: 10%; */
/* margin-left: 10%; */
/* margin-bottom: 10%; */
margin : 10% 10%;
padding : 5% 0%;
width: 80%;
font-size: 21px;
}
#btn1:hover{
transition: all 0.2s linear;
transform: translate(0, -5%);
box-shadow: 2px 2px 2px 2px #BDBDBD;
border: 2px solid gray;
}
.button1{
margin-left: 3%;
font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
font-size: 17px;
cursor: pointer;
}
#scroll {
margin-left : 18%;
}
a {
color: black;
text-decoration: none;
}
#div2 {
margin-top: 7%;
}
.li {
font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
font-size: 17px;
line-height: 20px;
padding-top: 10px;
padding-bottom: 7px;
}
.li:hover {
background-color: #F6F6F6;
}
#span_hover{
display: none;
}
@-webkit-keyframes fadein {
/* Safari and Chrome */
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeout {
/* Safari and Chrome */
from {
opacity: 1;
}
to {
opacity: 0;
}
}
#side:hover #span_hover {
display: inline;
-webkit-animation: fadein 1s;
}
#side:hover #span_none {
display: none;
}
/* 연락처 주소록 추가 */
.groupAdd{
cursor: pointer;
}
#group {
display: none;
}
#groupName{
width: 150px;
height: 27px;
margin-right: 10px;
}
#groupAdd{
width:17px;
height:17px;
margin-right: 10px;
}
/* ========================== Content ========================== */
h2 {
font-weight: normal;
margin: 50px 50px;
float: left;
}
/* 검색창 */
#searchBox{
float:right;
margin-top: 40px;
margin-right: 50px;
position: relative;
width: 350px;
height: 45px;
border: 1px solid #ddd;
padding : 0px 10px;
}
#search {
border : none;
padding : 0px 30px;
border-radius: 50px;
font-size: 18px;
font-family: "Nunito";
color : #424242;
font-weight: 500;
width: 150px;
}
#search:focus {
outline : none;
}
#option {
border: 0;
font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
font-size: 17px;
color: black;
}
/* tool */
.tool_ul {
margin-left: 70px;
list-style: none;
}
.tool_ul li{
float: left;
}
.btn2 {
background-color: white;
border: 0;
cursor: pointer;
padding: 5px 5px;
font-size: 17px;
}
.btn2:hover {
background-color: #EAEAEA;
}
#speed {
margin-left: 40px;
margin-top: 30px;
}
.speed {
font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
height: 28px;
width: 190px;
font-size: 17px;
margin-right: 5px;
}
.speed_plus_btn{
width: 45px;
height: 28px;
border: 1px solid #ddd;
background-color: #ddd;
cursor: pointer;
}
.search_ul{
margin-top: 20px;
margin-left: 32px;
list-style: none;
}
.search_ul li {
float: left;
padding: 5px 10px;
}
.search_ul li a {
text-decoration : none;
color: #8C8C8C;
font-size: 17px;
padding-bottom: 10px;
}
.search_ul li a:hover {
color: black;
font-weight: bold;
border-bottom: 2px solid black;
}
/* 표 */
#board_table{
font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
width: 95%;
position:relative;
margin-top:2%;
margin-left:2%;
padding-bottom:30px;
padding-left: 20px;
border-radius:10px;
background-color: white;
}
#list_table{
border-top:2px solid #EAEAEA;
}
#table_btn{
position: relative;
float: left;
margin-right: 2%;
}
#board_table input{
padding: 30px;
}
#board_table tr:hover{
background-color: #F6F6F6;
}
#board_table tr, #board_table td{
margin-left:5%;
height: 50px;
width: 300px;
font-size:18px;
border-collapse: collapse;
}
.clicked {
color: black;
}
/* =========================== Modal ===================================== */
.modal-content {
font-family: 'Noto Sans KR',맑은 고딕,돋움, malgun gothic, dotum,AppleGothic,Helvetica,sans-serif;
font-size: 15px;
}
.modal-content span {
font-size: 20px;
}
.modal_btn {
margin-right: 5px;
color: white;
height: 32px;
line-height: 28px;
vertical-align: top;
font-size: 13px;
background: #0f91e6;
border: 1px solid #0f91e6;
border-radius: 2px;
padding-left: 8px;
padding-right: 8px;
cursor: pointer;
}
.modal_form tr {
width: 70px;
line-height: 35px;
}
.modal_form tr td {
padding: 8px;
}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
width: 350px; /* Could be more or less, depending on screen size */
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0px 4px 8px rgb(0 0 0/ 20%);
}
/* 삭제 모달창 */
.modal2 {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content2 {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
width: 350px; /* Could be more or less, depending on screen size */
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0px 4px 8px rgb(0 0 0/ 20%);
}
/* 연락처 등록 */
.modal-content3 span {
font-size: 20px;
}
.modal3 {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content3 {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
width: 350px; /* Could be more or less, depending on screen size */
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0px 4px 8px rgb(0 0 0/ 20%);
}
/* 그룹 지정 */
.modal4 {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content4 {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
width: 350px; /* Could be more or less, depending on screen size */
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0px 4px 8px rgb(0 0 0/ 20%);
} | 0.225758 | 0.065575 |
* { padding: 0; margin: 0; }
body {
padding:0; font-family:arial, sans-serif; font-size:12px;
margin:0px 0px 0px 0px;
color:#36322b;
background-color:#efefef;
width:1450px
}
header
{
height : 40px;
}
nav {
color: #333;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #9DA8A8;
background: #E7DBD5;
margin: 5px 0px 5px 0px;
padding: 10px;
//height: 350px;
width: 200px;
float: left;
}
section {
float: right;
color: #333;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #9DA8A8;
background: white;
margin: 5px 0px 5px 0px;
padding: 10px;
//height: 350px;
width: 1200px;
display: inline;
}
#insertform
{
width : 550px;
}
a {
color: #c75f3e;
}
#listview {
width: 700px;
padding: 0;
margin: 0;
}
h1
{
color:#F00;
}
caption {
padding: 0 0 5px 0;
width: 600px;
font: italic 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
th {
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #4f6b72;
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
border-top: 1px solid #C1DAD7;
letter-spacing: 2px;
text-transform: uppercase;
text-align: left;
padding: 6px 6px 6px 12px;
background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}
th.nobg {
border-top: 0;
border-left: 0;
border-right: 1px solid #C1DAD7;
background: none;
}
td {
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
background: #fff;
padding: 6px 6px 6px 12px;
color: #4f6b72;
}
td.alt {
background: #F5FAFA;
color: #797268;
}
th.spec {
border-left: 1px solid #C1DAD7;
border-top: 0;
background: #fff url(images/bullet1.gif) no-repeat;
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
th.specalt {
border-left: 1px solid #C1DAD7;
border-top: 0;
background: #f5fafa url(images/bullet2.gif) no-repeat;
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #797268;
}
tr:hover
{
cursor: pointer;
background:#060;
}
/* button
---------------------------------------------- */
.button {
display: inline-block;
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
*display: inline;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
text-decoration: none;
}
.button:active {
position: relative;
top: 1px;
}
.navbutton {
display:block;
width :150px;
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
*display: inline;
vertical-align: baseline;
margin: 0 2px;
margin-bottom:3px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.navbutton:hover {
text-decoration: none;
}
.navbutton:active {
position: relative;
top: 1px;
}
.bigrounded {
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
.medium {
font-size: 12px;
padding: .4em 1.5em .42em;
}
.small {
font-size: 11px;
padding: .2em 1em .275em;
}
/* color styles
---------------------------------------------- */
/* black */
.black {
color: #d7d7d7;
border: solid 1px #333;
background: #333;
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
background: -moz-linear-gradient(top, #666, #000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
background: #000;
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
background: -moz-linear-gradient(top, #444, #000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
color: #666;
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
background: -moz-linear-gradient(top, #000, #444);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */
.gray {
color: #e9e9e9;
border: solid 1px #555;
background: #6e6e6e;
background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
background: -moz-linear-gradient(top, #888, #575757);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
background: #616161;
background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
background: -moz-linear-gradient(top, #757575, #4b4b4b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
color: #afafaf;
background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
background: -moz-linear-gradient(top, #575757, #888);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* white */
.white {
color: #606060;
border: solid 1px #b7b7b7;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
background: -moz-linear-gradient(top, #fff, #ededed);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
background: -moz-linear-gradient(top, #fff, #dcdcdc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
color: #999;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
background: -moz-linear-gradient(top, #ededed, #fff);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* orange */
.orange {
color: #fef4e9;
border: solid 1px #da7c0c;
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
background: #f47c20;
background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
background: -moz-linear-gradient(top, #f88e11, #f06015);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
color: #fcd3a5;
background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
background: -moz-linear-gradient(top, #f47a20, #faa51a);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */
.red {
color: #faddde;
border: solid 1px #980c10;
background: #d81b21;
background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
background: -moz-linear-gradient(top, #ed1c24, #aa1317);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
background: #b61318;
background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
background: -moz-linear-gradient(top, #c9151b, #a11115);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
color: #de898c;
background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
background: -moz-linear-gradient(top, #aa1317, #ed1c24);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* blue */
.blue {
color: #d9eef7;
border: solid 1px #0076a3;
background: #0095cd;
background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
background: -moz-linear-gradient(top, #00adee, #0078a5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
background: #007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
background: -moz-linear-gradient(top, #0095cc, #00678e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
color: #80bed6;
background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
background: -moz-linear-gradient(top, #0078a5, #00adee);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */
.rosy {
color: #fae7e9;
border: solid 1px #b73948;
background: #da5867;
background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
background: -moz-linear-gradient(top, #f16c7c, #bf404f);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
background: #ba4b58;
background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
background: -moz-linear-gradient(top, #cf5d6a, #a53845);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
color: #dca4ab;
background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
background: -moz-linear-gradient(top, #bf404f, #f16c7c);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */
.green {
color: #e8f0de;
border: solid 1px #538312;
background: #64991e;
background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
background: #538018;
background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
background: -moz-linear-gradient(top, #6b9d28, #436b0c);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
color: #a9c08c;
background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* pink */
.pink {
color: #feeef5;
border: solid 1px #d2729e;
background: #f895c2;
background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
background: -moz-linear-gradient(top, #feb1d3, #f171ab);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
background: #d57ea5;
background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
color: #f3c3d9;
background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
background: -moz-linear-gradient(top, #f171ab, #feb1d3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
#page {
width:550px;
color: #333;
padding: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #9DA8A8;
margin: 10px 0px 5px 0px;
background: #CCCCCC;}
label
{
display:block;width:200px;
float:left;
font-size: 13px;
letter-spacing: 2px;
text-transform: uppercase;
}
.textbox
{
padding:5px; width:300px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #D65B13;
}
.textbox_short
{
padding:5px; width:180px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #D65B13;
}
#menubar
{
margin-top:10px ;
display: block;
float:right;
clear : left;
padding-right :50px;
}
.iform {
margin:5px;
float:left; clear :right;
}
legend
{
font-size:14px; color:black; padding:2px; padding-left:5px; padding-right:5px;margin-left:5px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight:bold;
}
.notify {
font-size:14px; color:black; padding:2px; padding-left:5px; padding-right:5px;margin-left:5px;
letter-spacing: 1px;
}
.important {
font-weight:bold; color:#C60;}
#navigation li
{ list-style:none} | templates/Cores/css/style.css | * { padding: 0; margin: 0; }
body {
padding:0; font-family:arial, sans-serif; font-size:12px;
margin:0px 0px 0px 0px;
color:#36322b;
background-color:#efefef;
width:1450px
}
header
{
height : 40px;
}
nav {
color: #333;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #9DA8A8;
background: #E7DBD5;
margin: 5px 0px 5px 0px;
padding: 10px;
//height: 350px;
width: 200px;
float: left;
}
section {
float: right;
color: #333;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #9DA8A8;
background: white;
margin: 5px 0px 5px 0px;
padding: 10px;
//height: 350px;
width: 1200px;
display: inline;
}
#insertform
{
width : 550px;
}
a {
color: #c75f3e;
}
#listview {
width: 700px;
padding: 0;
margin: 0;
}
h1
{
color:#F00;
}
caption {
padding: 0 0 5px 0;
width: 600px;
font: italic 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
th {
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #4f6b72;
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
border-top: 1px solid #C1DAD7;
letter-spacing: 2px;
text-transform: uppercase;
text-align: left;
padding: 6px 6px 6px 12px;
background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}
th.nobg {
border-top: 0;
border-left: 0;
border-right: 1px solid #C1DAD7;
background: none;
}
td {
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
background: #fff;
padding: 6px 6px 6px 12px;
color: #4f6b72;
}
td.alt {
background: #F5FAFA;
color: #797268;
}
th.spec {
border-left: 1px solid #C1DAD7;
border-top: 0;
background: #fff url(images/bullet1.gif) no-repeat;
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
th.specalt {
border-left: 1px solid #C1DAD7;
border-top: 0;
background: #f5fafa url(images/bullet2.gif) no-repeat;
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #797268;
}
tr:hover
{
cursor: pointer;
background:#060;
}
/* button
---------------------------------------------- */
.button {
display: inline-block;
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
*display: inline;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
text-decoration: none;
}
.button:active {
position: relative;
top: 1px;
}
.navbutton {
display:block;
width :150px;
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
*display: inline;
vertical-align: baseline;
margin: 0 2px;
margin-bottom:3px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.navbutton:hover {
text-decoration: none;
}
.navbutton:active {
position: relative;
top: 1px;
}
.bigrounded {
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
.medium {
font-size: 12px;
padding: .4em 1.5em .42em;
}
.small {
font-size: 11px;
padding: .2em 1em .275em;
}
/* color styles
---------------------------------------------- */
/* black */
.black {
color: #d7d7d7;
border: solid 1px #333;
background: #333;
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
background: -moz-linear-gradient(top, #666, #000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
background: #000;
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
background: -moz-linear-gradient(top, #444, #000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
color: #666;
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
background: -moz-linear-gradient(top, #000, #444);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */
.gray {
color: #e9e9e9;
border: solid 1px #555;
background: #6e6e6e;
background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
background: -moz-linear-gradient(top, #888, #575757);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
background: #616161;
background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
background: -moz-linear-gradient(top, #757575, #4b4b4b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
color: #afafaf;
background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
background: -moz-linear-gradient(top, #575757, #888);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* white */
.white {
color: #606060;
border: solid 1px #b7b7b7;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
background: -moz-linear-gradient(top, #fff, #ededed);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
background: -moz-linear-gradient(top, #fff, #dcdcdc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
color: #999;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
background: -moz-linear-gradient(top, #ededed, #fff);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* orange */
.orange {
color: #fef4e9;
border: solid 1px #da7c0c;
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
background: #f47c20;
background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
background: -moz-linear-gradient(top, #f88e11, #f06015);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
color: #fcd3a5;
background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
background: -moz-linear-gradient(top, #f47a20, #faa51a);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */
.red {
color: #faddde;
border: solid 1px #980c10;
background: #d81b21;
background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
background: -moz-linear-gradient(top, #ed1c24, #aa1317);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
background: #b61318;
background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
background: -moz-linear-gradient(top, #c9151b, #a11115);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
color: #de898c;
background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
background: -moz-linear-gradient(top, #aa1317, #ed1c24);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* blue */
.blue {
color: #d9eef7;
border: solid 1px #0076a3;
background: #0095cd;
background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
background: -moz-linear-gradient(top, #00adee, #0078a5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
background: #007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
background: -moz-linear-gradient(top, #0095cc, #00678e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
color: #80bed6;
background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
background: -moz-linear-gradient(top, #0078a5, #00adee);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */
.rosy {
color: #fae7e9;
border: solid 1px #b73948;
background: #da5867;
background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
background: -moz-linear-gradient(top, #f16c7c, #bf404f);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
background: #ba4b58;
background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
background: -moz-linear-gradient(top, #cf5d6a, #a53845);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
color: #dca4ab;
background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
background: -moz-linear-gradient(top, #bf404f, #f16c7c);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */
.green {
color: #e8f0de;
border: solid 1px #538312;
background: #64991e;
background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
background: #538018;
background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
background: -moz-linear-gradient(top, #6b9d28, #436b0c);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
color: #a9c08c;
background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* pink */
.pink {
color: #feeef5;
border: solid 1px #d2729e;
background: #f895c2;
background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
background: -moz-linear-gradient(top, #feb1d3, #f171ab);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
background: #d57ea5;
background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
color: #f3c3d9;
background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
background: -moz-linear-gradient(top, #f171ab, #feb1d3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
#page {
width:550px;
color: #333;
padding: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #9DA8A8;
margin: 10px 0px 5px 0px;
background: #CCCCCC;}
label
{
display:block;width:200px;
float:left;
font-size: 13px;
letter-spacing: 2px;
text-transform: uppercase;
}
.textbox
{
padding:5px; width:300px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #D65B13;
}
.textbox_short
{
padding:5px; width:180px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #D65B13;
}
#menubar
{
margin-top:10px ;
display: block;
float:right;
clear : left;
padding-right :50px;
}
.iform {
margin:5px;
float:left; clear :right;
}
legend
{
font-size:14px; color:black; padding:2px; padding-left:5px; padding-right:5px;margin-left:5px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight:bold;
}
.notify {
font-size:14px; color:black; padding:2px; padding-left:5px; padding-right:5px;margin-left:5px;
letter-spacing: 1px;
}
.important {
font-weight:bold; color:#C60;}
#navigation li
{ list-style:none} | 0.205217 | 0.191687 |
html{
scroll-behavior: smooth;
}
section{
overflow: hidden;
}
*{
margin :0;
padding:0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
a { text-decoration: none;}
a:hover { text-decoration: none; }
li{ list-style: none;}
p{
font-size: 0.9rem;
line-height: 1.6;
font-weight: 400;
color: #606060;
}
.extra-div h2, .servicediv h2{
font-size: 0.9rem;
margin: 20px 0 15px 0;
font-weight: bold;
line-height: 1.1;
word-spacing: 4px;
}
i{
color: #2fccd0;
}
/**************** header starts****************** */
.header{
width:100%;
height:100vh;
background-image:linear-gradient(rgba(0,168,255,0.3),rgba(0,168,255,0.3)), url('laptop.jpg');
background-repeat: no-repeat;
clip-path: polygon(100% 0%, 100% 75%, 50% 100%, 0 75%, 0 0);
background-size: 100% 100%;
position: relative;
}
.header:before{
content:"";
position: absolute;
top:0%;
left: 0%;
right: 0%;
bottom: 0%;
opacity:0.4;
z-index: -1;
background: linear-gradient(to right, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
}
.navbar:before{
content:"";
position: absolute;
top:0%;
left: 0%;
right: 0%;
bottom: 0%;
opacity:0.6;
z-index: -1;
background: linear-gradient(to right, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
}
.nav-item a{
color: #fff!important;
font-weight: bold;
font-size: 20px;
}
.header-section{
width:100%;
height: inherit;
color:white;
text-align: center;
position:relative;
}
.center-div{
width:100%;
height:auto;
position:absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.header-button a{
border: 1px solid #fff;
border-radius: 100px;
margin: 0 5px;
padding: 12px 35px;
outline: none;
color: #fff;
font-size: 1rem;
font-weight:400;
line-height: 1.4;
text-align: center;
}
.header-button a:hover{
color:#50d1c0;
background: white;
text-decoration: none;
box-shadow: 0 0 20px 0 black;
}
.center-div{
font-size: 1.3rem;
padding: 10px 0 20px 0;
color: white;
}
.first-text{
text-align: center;
font-size: 50px;
}
.second-text{
color:white;
font-size: 20px;
margin-bottom: 20px;
}
/**************** header ends ****************** */
/**************** Three boxes start ****************** */
.header-extradiv{
width:100%;
height: auto;
margin:150px 0;
text-align: center;
}
.extra-div{
background: #fff;
border: medium none;
padding: 50px!important;
border-radius: 3px;
transition: 0.3s;
}
.extra-div:hover{
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
transform: translateY(-20px);
}
/**************** Three boxes ends ****************** */
/**************** service partion start ****************** */
.servicefferes{
background :#f7f7f9;
padding:50px 0;
margin-bottom: 100px;
}
.headings{
margin-bottom: 50px;
}
.heading h1{
font-size: 1.5rem;
font-weight: 600;
text-transform: uppercase;
}
.names h1{
color: #2e2e2e;
font-size: 0.9rem;
text-transform: uppercase;
}
.service-icons{
display: flex;
justify-content: center;
align-items: center;
}
.progress{
height: 0.6rem!important;
margin-bottom: 25px!important;
}
/**************** services partion ends ****************** */
/**************** project Done start ****************** */
.project-work{
display: block;
margin:100px;
}
.text-project{
margin-bottom: 50px;
}
.project-works h1{
font-size: 2rem;
text-align: center;
}
.projectsize{
align-items: 10px;
padding-left: 20px;
}
/**************** project Done ends ****************** */
/**************** pricing start ****************** */
.pricing{
width:100%;
height: 100vh;
padding: 50px;
position:relative;
}
.price-header{
padding-bottom: 40px;
}
.pricing:before{
content:"";
position: absolute;
top:0%;
left: 0%;
right: 0%;
bottom: 0%;
z-index: -1;
background: linear-gradient(160deg, #16c9f6 48%, #fff 0%);
}
.money{
font-size: 40px;
line-height: 1;
color: #606060;
}
.card{
transform: 0.4s ease;
}
.card-header{
font-size: 1.6rem;
font-weight: bold;
background: white!important;
padding: 25px 9px!important;
}
.card-body{
padding: 30px 0px!important;
}
.card-body li{
margin : 20px 20px;
font-weight: 400;
font-size: 15px;
line-height: 1.6;
color: #606060;
}
.card-footer{
background: white!important;
padding: 30px 0px!important;
}
.card-footer a{
border: 1px solid #50d1c0;
border-radius: 100px;
margin: 0 5px;
padding: 12px 35px;
outline: none;
color: #50d1c0;
font-size: 1rem;
font-weight:400;
line-height: 1.4;
text-align: center;
}
.card:hover .card-footer a{
color:white;
background: #50d1c0;
text-decoration: none;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.card:hover{
transform: translateY(-20px);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.card:hover .card-header, .card:hover .money{
color:#50d1c0;
}
/**************** pricing ends ****************** */
/**************** customer feedback start ****************** */
.happyclients{
width: 100%;
height:100vh;
padding: 80px 0;
}
.box{
text-align: center;
border: 1px solid rgba(0,0,0,0.3);
border-radius: 2px;
transition: 0.3s ease;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
height:400px;
margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
}
.box:hover{
background: #16c9f6;
}
.box:hover p{
color:white;
}
.carousel-indicators{
position: absolute;
right:0;
bottom: -60px!important;
}
.carousel-indicators li{
background-color: #16c9f6!important;
}
.box a {
position: relative;
}
.box a img{
width:100px;
height:100px;
border-radius: 50%;
}
.box a:after{
content:"\f10d";
font-family: FontAwesome;
width:30px;
border-radius: 50%;
background: linear-gradient(to right, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
color:white;
position:absolute;
top:120%;
left: 70%;
display: flex;
justify-content: center;
align-items: center;
}
.box h1{
font-size:18px;
font-weight: 700px;
color: #000;
}
.box p{
padding-top: 20px;
padding-bottom: 20px;
}
.box h2{
font-size:13px;
font-weight: 400px;
color: #666666;
}
/***************** customer feedback ends ****************** */
/***************** contact us starts ****************** */
.form-control:hover {
box-shadow: 0 0 10px 0 #16c9f6;
}
.contactus{
width:100%;
height:100vh;
padding: 80px 0;
position: relative;
}
.contactus:before{
content: "";
position: absolute;
top:0;
left:0;
bottom: 0;
right: 0;
background: linear-gradient(330deg, #16c9f6 55%,#fff 0%);
z-index:-1;
}
.form-button button{
border: 1px solid #fff;
border-radius: 100px;
margin: 0 5px;
padding: 12px 35px;
outline: none;
color: #fff;
font-size: 1rem;
font-weight:400;
line-height: 1.4;
text-align: center;
background: transparent;
}
form:hover .form-button button{
background: #fff;
color: #50d1c0;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.form-group{
border-radius: 20px;
width:110%;
margin-top: 30px;
margin-bottom: 30px;
}
/***************** contact us ends ****************** */
/***************** Footer starts ****************** */
.footersection{
width:100%;
height:auto;
padding:70px 0 20px 0;
background: #00abff;
position:relative;
}
.footersection p{
color:#fff;
}
.footersection li a {
font-size: 0.9rem;
line-height: 1.6;
font-weight: 400;
color:#fff;
text-decoration: capitalize;
}
.footersection h3{
text-transform: uppercase;
color:#fff;
margin-bottom: 25px;
font-size: 1.2rem!important;
font-weight: 600;
text-shadow: 0 2px 5px rgba(0,0,0,0.4) ;
}
#myBtn{
display:block;
position:fixed;
bottom:20px;
right:40px;
z-index:99;
border: none;
color:#fff;
background: #00abff;
padding: 10px;
border-radius: 10px;
}
#myBtn:hover{
background: #606060;
}
/***************** Footer ends ******************/
/* ****************** media querries *****************/
@media(max-width: 768px){
.nav-item{
text-align:center!important;
}
.pricing, .happyclients, .contactus{
height: auto;
margin-top:50px;
}
.card-second{
transform: translateY(0px);
margin:30px 0;
}
.contactus p{
padding: 0 50px;
}
.footer-div:nth-child(2){
text-align: left!important;
}
.footer-div{
margin: 30px 0;
}
.project-works{
display:none;
}
} | style.css | html{
scroll-behavior: smooth;
}
section{
overflow: hidden;
}
*{
margin :0;
padding:0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
a { text-decoration: none;}
a:hover { text-decoration: none; }
li{ list-style: none;}
p{
font-size: 0.9rem;
line-height: 1.6;
font-weight: 400;
color: #606060;
}
.extra-div h2, .servicediv h2{
font-size: 0.9rem;
margin: 20px 0 15px 0;
font-weight: bold;
line-height: 1.1;
word-spacing: 4px;
}
i{
color: #2fccd0;
}
/**************** header starts****************** */
.header{
width:100%;
height:100vh;
background-image:linear-gradient(rgba(0,168,255,0.3),rgba(0,168,255,0.3)), url('laptop.jpg');
background-repeat: no-repeat;
clip-path: polygon(100% 0%, 100% 75%, 50% 100%, 0 75%, 0 0);
background-size: 100% 100%;
position: relative;
}
.header:before{
content:"";
position: absolute;
top:0%;
left: 0%;
right: 0%;
bottom: 0%;
opacity:0.4;
z-index: -1;
background: linear-gradient(to right, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
}
.navbar:before{
content:"";
position: absolute;
top:0%;
left: 0%;
right: 0%;
bottom: 0%;
opacity:0.6;
z-index: -1;
background: linear-gradient(to right, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
}
.nav-item a{
color: #fff!important;
font-weight: bold;
font-size: 20px;
}
.header-section{
width:100%;
height: inherit;
color:white;
text-align: center;
position:relative;
}
.center-div{
width:100%;
height:auto;
position:absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.header-button a{
border: 1px solid #fff;
border-radius: 100px;
margin: 0 5px;
padding: 12px 35px;
outline: none;
color: #fff;
font-size: 1rem;
font-weight:400;
line-height: 1.4;
text-align: center;
}
.header-button a:hover{
color:#50d1c0;
background: white;
text-decoration: none;
box-shadow: 0 0 20px 0 black;
}
.center-div{
font-size: 1.3rem;
padding: 10px 0 20px 0;
color: white;
}
.first-text{
text-align: center;
font-size: 50px;
}
.second-text{
color:white;
font-size: 20px;
margin-bottom: 20px;
}
/**************** header ends ****************** */
/**************** Three boxes start ****************** */
.header-extradiv{
width:100%;
height: auto;
margin:150px 0;
text-align: center;
}
.extra-div{
background: #fff;
border: medium none;
padding: 50px!important;
border-radius: 3px;
transition: 0.3s;
}
.extra-div:hover{
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
transform: translateY(-20px);
}
/**************** Three boxes ends ****************** */
/**************** service partion start ****************** */
.servicefferes{
background :#f7f7f9;
padding:50px 0;
margin-bottom: 100px;
}
.headings{
margin-bottom: 50px;
}
.heading h1{
font-size: 1.5rem;
font-weight: 600;
text-transform: uppercase;
}
.names h1{
color: #2e2e2e;
font-size: 0.9rem;
text-transform: uppercase;
}
.service-icons{
display: flex;
justify-content: center;
align-items: center;
}
.progress{
height: 0.6rem!important;
margin-bottom: 25px!important;
}
/**************** services partion ends ****************** */
/**************** project Done start ****************** */
.project-work{
display: block;
margin:100px;
}
.text-project{
margin-bottom: 50px;
}
.project-works h1{
font-size: 2rem;
text-align: center;
}
.projectsize{
align-items: 10px;
padding-left: 20px;
}
/**************** project Done ends ****************** */
/**************** pricing start ****************** */
.pricing{
width:100%;
height: 100vh;
padding: 50px;
position:relative;
}
.price-header{
padding-bottom: 40px;
}
.pricing:before{
content:"";
position: absolute;
top:0%;
left: 0%;
right: 0%;
bottom: 0%;
z-index: -1;
background: linear-gradient(160deg, #16c9f6 48%, #fff 0%);
}
.money{
font-size: 40px;
line-height: 1;
color: #606060;
}
.card{
transform: 0.4s ease;
}
.card-header{
font-size: 1.6rem;
font-weight: bold;
background: white!important;
padding: 25px 9px!important;
}
.card-body{
padding: 30px 0px!important;
}
.card-body li{
margin : 20px 20px;
font-weight: 400;
font-size: 15px;
line-height: 1.6;
color: #606060;
}
.card-footer{
background: white!important;
padding: 30px 0px!important;
}
.card-footer a{
border: 1px solid #50d1c0;
border-radius: 100px;
margin: 0 5px;
padding: 12px 35px;
outline: none;
color: #50d1c0;
font-size: 1rem;
font-weight:400;
line-height: 1.4;
text-align: center;
}
.card:hover .card-footer a{
color:white;
background: #50d1c0;
text-decoration: none;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.card:hover{
transform: translateY(-20px);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.card:hover .card-header, .card:hover .money{
color:#50d1c0;
}
/**************** pricing ends ****************** */
/**************** customer feedback start ****************** */
.happyclients{
width: 100%;
height:100vh;
padding: 80px 0;
}
.box{
text-align: center;
border: 1px solid rgba(0,0,0,0.3);
border-radius: 2px;
transition: 0.3s ease;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
height:400px;
margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
}
.box:hover{
background: #16c9f6;
}
.box:hover p{
color:white;
}
.carousel-indicators{
position: absolute;
right:0;
bottom: -60px!important;
}
.carousel-indicators li{
background-color: #16c9f6!important;
}
.box a {
position: relative;
}
.box a img{
width:100px;
height:100px;
border-radius: 50%;
}
.box a:after{
content:"\f10d";
font-family: FontAwesome;
width:30px;
border-radius: 50%;
background: linear-gradient(to right, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
color:white;
position:absolute;
top:120%;
left: 70%;
display: flex;
justify-content: center;
align-items: center;
}
.box h1{
font-size:18px;
font-weight: 700px;
color: #000;
}
.box p{
padding-top: 20px;
padding-bottom: 20px;
}
.box h2{
font-size:13px;
font-weight: 400px;
color: #666666;
}
/***************** customer feedback ends ****************** */
/***************** contact us starts ****************** */
.form-control:hover {
box-shadow: 0 0 10px 0 #16c9f6;
}
.contactus{
width:100%;
height:100vh;
padding: 80px 0;
position: relative;
}
.contactus:before{
content: "";
position: absolute;
top:0;
left:0;
bottom: 0;
right: 0;
background: linear-gradient(330deg, #16c9f6 55%,#fff 0%);
z-index:-1;
}
.form-button button{
border: 1px solid #fff;
border-radius: 100px;
margin: 0 5px;
padding: 12px 35px;
outline: none;
color: #fff;
font-size: 1rem;
font-weight:400;
line-height: 1.4;
text-align: center;
background: transparent;
}
form:hover .form-button button{
background: #fff;
color: #50d1c0;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.form-group{
border-radius: 20px;
width:110%;
margin-top: 30px;
margin-bottom: 30px;
}
/***************** contact us ends ****************** */
/***************** Footer starts ****************** */
.footersection{
width:100%;
height:auto;
padding:70px 0 20px 0;
background: #00abff;
position:relative;
}
.footersection p{
color:#fff;
}
.footersection li a {
font-size: 0.9rem;
line-height: 1.6;
font-weight: 400;
color:#fff;
text-decoration: capitalize;
}
.footersection h3{
text-transform: uppercase;
color:#fff;
margin-bottom: 25px;
font-size: 1.2rem!important;
font-weight: 600;
text-shadow: 0 2px 5px rgba(0,0,0,0.4) ;
}
#myBtn{
display:block;
position:fixed;
bottom:20px;
right:40px;
z-index:99;
border: none;
color:#fff;
background: #00abff;
padding: 10px;
border-radius: 10px;
}
#myBtn:hover{
background: #606060;
}
/***************** Footer ends ******************/
/* ****************** media querries *****************/
@media(max-width: 768px){
.nav-item{
text-align:center!important;
}
.pricing, .happyclients, .contactus{
height: auto;
margin-top:50px;
}
.card-second{
transform: translateY(0px);
margin:30px 0;
}
.contactus p{
padding: 0 50px;
}
.footer-div:nth-child(2){
text-align: left!important;
}
.footer-div{
margin: 30px 0;
}
.project-works{
display:none;
}
} | 0.418578 | 0.065995 |
@font-face {
font-family: 'Carnival';
src: url('carnival.ttf');
}
html, body{
margin:0;
overflow-x:hidden;
}
.unselectable{
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
/* No support for these yet, use at own risk */
-o-user-select: none;
user-select: none;
}
a{
color: #cc2727;
}
a:hover{
color: #ee4949;
}
/*** CURTAINS ***/
#curtains{
position: absolute;
top:0;
width: 100%;
height: 0px;
}
#curtains > div{
position: absolute;
top:0;
width:125px;
height: 620px;
}
#curtains > div:nth-child(1){
left:0;
background: url(../img/curtain.png);
}
#curtains > div:nth-child(2){
right:0;
background: url(../img/curtain2.png);
}
/*** INFO ***/
#info{
font-weight: 100;
font-family: Helvetica, Arial, sans-serif;
font-size: 20px;
line-height: 1.5em;
width: 800px;
margin: 70px auto 70px auto;
}
#info > .info_title{
font-family: 'Carnival';
text-align: center;
font-size:50px;
width: 1000px;
position: relative;
left:-100px;
margin-bottom: 40px;
}
#info > .info_title > img{
position: relative;
top:6px;
}
#info > hr{
width: 850px;
border: none;
border-bottom: 3px solid #ccc;
margin: 80px 0;
position: relative;
left:-25px;
}
/*** GRAPHICAL TOY ***/
#graphics{
background: #ddd;
width:100%;
height:350px;
}
/*** MATRIX MATH ***/
#math{
width: 870px;
height: 220px;
margin: 0px auto;
font-family: monospace;
/** HACK **/
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.matrix, .equals{
position: relative;
height:180px;
margin:10px;
margin-right:0;
float: left;
}
.matrix{
padding: 0 10px;
}
.matrix > input, .matrix > div{
float:left;
width:50px; height:50px;
background: #eee;
margin:5px;
position: relative;
font-size: 15px;
line-height: 50px;
text-align: center;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.matrix > input{
border: 2px solid #bbb;
display: block;
width:50px; height:50px;
font-size: 15px;
font-family: monospace;
cursor: col-resize;
}
.matrix[expanded]{
width:300px;
}
.matrix[expanded] > div{
position: relative;
width:80px;
margin:5px 10px;
font-size: 12px;
cursor: pointer;
}
.matrix[expanded] > div[plus]:before{
content: '+';
position: absolute;
font-size: 20px;
text-align: center;
width:0px; height:0px;
left: -16px;
color: #000;
}
.matrix:before, .matrix:after{
content:'';
position:absolute;
width:20px; height:190px;
border: 5px solid #000;
top:-10px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.matrix[highlight=yes]:before, .matrix[highlight=yes]:after{
border-color: #DD3838;
}
.matrix:before{
left:0;
border-right: none;
}
.matrix:after{
right:0;
border-left: none;
}
.equals{
width:60px;
}
.equals:after{
content: '';
width:40px;
height:20px;
position: absolute;
top:0; bottom:0; left:0; right:0;
margin:auto;
border: 5px solid #000;
border-left: none;
border-right: none;
}
.matrix > .label, .matrix[expanded] > .label{
font-size: 15px;
float: none;
background: none;
width: 100%;
margin: 0;
position: absolute;
top: 210px;
left: 0px;
line-height: 20px;
font-family: Helvetica, Arial, sans-serif;
}
.matrix > .label > span{
color: #888;
}
.matrix > div[plain]{
border: 0px solid #eee;
} | css/matrix.css | @font-face {
font-family: 'Carnival';
src: url('carnival.ttf');
}
html, body{
margin:0;
overflow-x:hidden;
}
.unselectable{
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
/* No support for these yet, use at own risk */
-o-user-select: none;
user-select: none;
}
a{
color: #cc2727;
}
a:hover{
color: #ee4949;
}
/*** CURTAINS ***/
#curtains{
position: absolute;
top:0;
width: 100%;
height: 0px;
}
#curtains > div{
position: absolute;
top:0;
width:125px;
height: 620px;
}
#curtains > div:nth-child(1){
left:0;
background: url(../img/curtain.png);
}
#curtains > div:nth-child(2){
right:0;
background: url(../img/curtain2.png);
}
/*** INFO ***/
#info{
font-weight: 100;
font-family: Helvetica, Arial, sans-serif;
font-size: 20px;
line-height: 1.5em;
width: 800px;
margin: 70px auto 70px auto;
}
#info > .info_title{
font-family: 'Carnival';
text-align: center;
font-size:50px;
width: 1000px;
position: relative;
left:-100px;
margin-bottom: 40px;
}
#info > .info_title > img{
position: relative;
top:6px;
}
#info > hr{
width: 850px;
border: none;
border-bottom: 3px solid #ccc;
margin: 80px 0;
position: relative;
left:-25px;
}
/*** GRAPHICAL TOY ***/
#graphics{
background: #ddd;
width:100%;
height:350px;
}
/*** MATRIX MATH ***/
#math{
width: 870px;
height: 220px;
margin: 0px auto;
font-family: monospace;
/** HACK **/
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.matrix, .equals{
position: relative;
height:180px;
margin:10px;
margin-right:0;
float: left;
}
.matrix{
padding: 0 10px;
}
.matrix > input, .matrix > div{
float:left;
width:50px; height:50px;
background: #eee;
margin:5px;
position: relative;
font-size: 15px;
line-height: 50px;
text-align: center;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.matrix > input{
border: 2px solid #bbb;
display: block;
width:50px; height:50px;
font-size: 15px;
font-family: monospace;
cursor: col-resize;
}
.matrix[expanded]{
width:300px;
}
.matrix[expanded] > div{
position: relative;
width:80px;
margin:5px 10px;
font-size: 12px;
cursor: pointer;
}
.matrix[expanded] > div[plus]:before{
content: '+';
position: absolute;
font-size: 20px;
text-align: center;
width:0px; height:0px;
left: -16px;
color: #000;
}
.matrix:before, .matrix:after{
content:'';
position:absolute;
width:20px; height:190px;
border: 5px solid #000;
top:-10px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.matrix[highlight=yes]:before, .matrix[highlight=yes]:after{
border-color: #DD3838;
}
.matrix:before{
left:0;
border-right: none;
}
.matrix:after{
right:0;
border-left: none;
}
.equals{
width:60px;
}
.equals:after{
content: '';
width:40px;
height:20px;
position: absolute;
top:0; bottom:0; left:0; right:0;
margin:auto;
border: 5px solid #000;
border-left: none;
border-right: none;
}
.matrix > .label, .matrix[expanded] > .label{
font-size: 15px;
float: none;
background: none;
width: 100%;
margin: 0;
position: absolute;
top: 210px;
left: 0px;
line-height: 20px;
font-family: Helvetica, Arial, sans-serif;
}
.matrix > .label > span{
color: #888;
}
.matrix > div[plain]{
border: 0px solid #eee;
} | 0.250821 | 0.050565 |
@font-face {
font-family: 'IranSans';
src: url('fonts/IRANSans-Medium-web.ttf');
font-weight: normal;
font-style: normal;
}
div.default_font {
font-family: 'IranSans';
}
/* ======================================================================================= */
/* ======================================================================================= */
/* ======================================================================================= */
.text_color_light {
color: #FAFAFA !important;
}
.text_color_dark {
color: #212121 !important;
}
/* ======================================================================================= */
/* ==================================== Color ============================================ */
/* ======================================================================================= */
.text_size_extra_extra_large {
font-size: 48px !important;
}
.text_size_extra_large {
font-size: 36px !important;
}
.text_size_large {
font-size: 24px !important;
}
.text_size_normal {
font-size: 16px !important;
}
.text_size_small {
font-size: 12px !important;
}
/* ======================================================================================= */
/* ======================================================================================= */
/* ======================================================================================= */
.text_view {
font-family: 'Roboto';
font-weight: normal;
font-style: normal;
}
/* ======================================================================================= */
/* ====================================== Alignment ====================================== */
/* ======================================================================================= */
.text_align_center {
text-align: center;
}
.text_align_right {
text-align: right;
}
.text_align_justify {
text-align: justify;
}
/* ======================================================================================= */
/* ==================================== Line Height ====================================== */
/* ======================================================================================= */
.line_height_small {
line-height: 100%;
}
.line_height_normal {
line-height: 150%;
}
.line_height_large {
line-height: 200%;
}
.text_style_bold {
font-style: bold;
}
.text_direction_rtl {
direction: rtl;
} | css/text.css | @font-face {
font-family: 'IranSans';
src: url('fonts/IRANSans-Medium-web.ttf');
font-weight: normal;
font-style: normal;
}
div.default_font {
font-family: 'IranSans';
}
/* ======================================================================================= */
/* ======================================================================================= */
/* ======================================================================================= */
.text_color_light {
color: #FAFAFA !important;
}
.text_color_dark {
color: #212121 !important;
}
/* ======================================================================================= */
/* ==================================== Color ============================================ */
/* ======================================================================================= */
.text_size_extra_extra_large {
font-size: 48px !important;
}
.text_size_extra_large {
font-size: 36px !important;
}
.text_size_large {
font-size: 24px !important;
}
.text_size_normal {
font-size: 16px !important;
}
.text_size_small {
font-size: 12px !important;
}
/* ======================================================================================= */
/* ======================================================================================= */
/* ======================================================================================= */
.text_view {
font-family: 'Roboto';
font-weight: normal;
font-style: normal;
}
/* ======================================================================================= */
/* ====================================== Alignment ====================================== */
/* ======================================================================================= */
.text_align_center {
text-align: center;
}
.text_align_right {
text-align: right;
}
.text_align_justify {
text-align: justify;
}
/* ======================================================================================= */
/* ==================================== Line Height ====================================== */
/* ======================================================================================= */
.line_height_small {
line-height: 100%;
}
.line_height_normal {
line-height: 150%;
}
.line_height_large {
line-height: 200%;
}
.text_style_bold {
font-style: bold;
}
.text_direction_rtl {
direction: rtl;
} | 0.36693 | 0.069479 |
==================================================
# General Styles
# Form Elements
# Polls
# Media Queries
*/
@import url("http://app.signalhq.com/assets/universal-styles.css");
/* @group General Styles
================================================== */
body {
font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
background: #b3d0d6 url(../resources/pattern.png) repeat;
}
#wrap {margin: 20px;}
.content {
padding: 30px;
background-color: #fff;
box-shadow: 1px 1px 3px 1px #9ab3b9;
}
.header_content p {color: #608c95;}
.data_collection {
margin-bottom: 15px;
padding-top: 50px;
background: url('../resources/divider.png') no-repeat center top;
}
.footer_content {padding: 20px 30px 30px 30px;}
.footer_content p {color: #737373;}
hr {border-top:1px solid #d7e3e8;}
a {color: #608c95;}
/* @end */
/* @group Form Elements
================================================== */
div.label label {
font-size: 13px; font-size: 1.3rem;
line-height: 16px; line-height: 1.6rem;
text-transform: none;
font-weight: normal;
color: #608c95;
}
form div.input input[type="text"] {width: 94%;}
form input.submit {
color: #fff;
background: #94bcc4;
border-radius: 4px;
}
form input.submit:hover {background: #739ea7;}
/* @end */
/* @group Polls
================================================== */
p.v-results {clear: both; text-align: center;}
#vote_options {background: #e9f0f2;}
.vote_percentage {background-color: #94bcc4 !important;}
/* @end */
/* @group Media Queries
================================================== */
@media screen and (min-width: 430px) {
#wrap {margin: 40px;}
.content {padding: 50px;}
div#recaptcha_widget {background: #f2f2f2; border: 1px solid #e0e0e0; padding: 20px 20px 0; }
}
@media screen and (min-width: 600px) { /* Fixed width at 600px, and two columns for form elements */
#wrap {width: 610px; margin: 50px auto;}
div.label {width: 38%; float: left; text-align: right;}
div.input {width: 58%; float: right;}
.border-top {background: url('../resources/border-top.png') no-repeat center top; height: 30px;}
.content {
background: url('../resources/border.png') repeat-y;
box-shadow: none;
padding: 30px 50px;
}
.border-bottom {background: url('../resources/border-btm.png') no-repeat center top; height: 30px;}
}
/* @end */ | Stationary/resources/landingpage.css | ==================================================
# General Styles
# Form Elements
# Polls
# Media Queries
*/
@import url("http://app.signalhq.com/assets/universal-styles.css");
/* @group General Styles
================================================== */
body {
font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
background: #b3d0d6 url(../resources/pattern.png) repeat;
}
#wrap {margin: 20px;}
.content {
padding: 30px;
background-color: #fff;
box-shadow: 1px 1px 3px 1px #9ab3b9;
}
.header_content p {color: #608c95;}
.data_collection {
margin-bottom: 15px;
padding-top: 50px;
background: url('../resources/divider.png') no-repeat center top;
}
.footer_content {padding: 20px 30px 30px 30px;}
.footer_content p {color: #737373;}
hr {border-top:1px solid #d7e3e8;}
a {color: #608c95;}
/* @end */
/* @group Form Elements
================================================== */
div.label label {
font-size: 13px; font-size: 1.3rem;
line-height: 16px; line-height: 1.6rem;
text-transform: none;
font-weight: normal;
color: #608c95;
}
form div.input input[type="text"] {width: 94%;}
form input.submit {
color: #fff;
background: #94bcc4;
border-radius: 4px;
}
form input.submit:hover {background: #739ea7;}
/* @end */
/* @group Polls
================================================== */
p.v-results {clear: both; text-align: center;}
#vote_options {background: #e9f0f2;}
.vote_percentage {background-color: #94bcc4 !important;}
/* @end */
/* @group Media Queries
================================================== */
@media screen and (min-width: 430px) {
#wrap {margin: 40px;}
.content {padding: 50px;}
div#recaptcha_widget {background: #f2f2f2; border: 1px solid #e0e0e0; padding: 20px 20px 0; }
}
@media screen and (min-width: 600px) { /* Fixed width at 600px, and two columns for form elements */
#wrap {width: 610px; margin: 50px auto;}
div.label {width: 38%; float: left; text-align: right;}
div.input {width: 58%; float: right;}
.border-top {background: url('../resources/border-top.png') no-repeat center top; height: 30px;}
.content {
background: url('../resources/border.png') repeat-y;
box-shadow: none;
padding: 30px 50px;
}
.border-bottom {background: url('../resources/border-btm.png') no-repeat center top; height: 30px;}
}
/* @end */ | 0.124173 | 0.053502 |
@charset "utf-8";
/* CSS Document */
.pending-input {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
position: relative;
right: 0;
bottom: 0;
left: 0;
height: 25px;
width: 25px;
transition: all 0.15s ease-out 0s;
background: #cbd1d8;
border:1px solid #d9534f;
color: #fff;
cursor: pointer;
display: inline-block;
margin-right: 0.5rem;
outline: none;
position: relative;
z-index: 1000;
}
.pending-input:hover {
background: #9faab7;
}
.pending-input:checked {
background: #d9534f;
}
.pending-input:checked::before {
height: 25px;
width: 25px;
position: absolute;
content: '✔';
display: inline-block;
font-size: 17px;
text-align: center;
line-height: 25px;
}
.pending-input:checked::after {
-webkit-animation: click-wave 0.65s;
-moz-animation: click-wave 0.65s;
animation: click-wave 0.65s;
background: #40e0d0;
content: '';
display: block;
position: relative;
z-index: 100;
}
.pending-input.radio {
border-radius: 50%;
}
.pending-input.radio::after {
border-radius: 50%;
}
.success-input {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
position: relative;
right: 0;
bottom: 0;
left: 0;
height: 25px;
width: 25px;
transition: all 0.15s ease-out 0s;
background: #cbd1d8;
border:1px solid #009900;
color: #fff;
cursor: pointer;
display: inline-block;
margin-right: 0.5rem;
outline: none;
position: relative;
z-index: 1000;
}
.success-input:hover {
background: #9faab7;
}
.success-input:checked {
background: #009900;
}
.success-input:checked::before {
height: 25px;
width: 25px;
position: absolute;
content: '✔';
display: inline-block;
font-size: 17px;
text-align: center;
line-height: 25px;
}
.success-input:checked::after {
-webkit-animation: click-wave 0.65s;
-moz-animation: click-wave 0.65s;
animation: click-wave 0.65s;
background: #40e0d0;
content: '';
display: block;
position: relative;
z-index: 100;
}
.success-input.radio {
border-radius: 50%;
}
.success-input.radio::after {
border-radius: 50%;
}
.partial-input {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
position: relative;
right: 0;
bottom: 0;
left: 0;
height: 25px;
width: 25px;
transition: all 0.15s ease-out 0s;
background: #cbd1d8;
border:1px solid #003a6a;
color: #fff;
cursor: pointer;
display: inline-block;
margin-right: 0.5rem;
outline: none;
position: relative;
z-index: 1000;
}
.partial-input:hover {
background: #9faab7;
}
.partial-input:checked {
background: #003a6a;
}
.partial-input:checked::before {
height: 25px;
width: 25px;
position: absolute;
content: '✔';
display: inline-block;
font-size: 17px;
text-align: center;
line-height: 25px;
}
.partial-input:checked::after {
-webkit-animation: click-wave 0.65s;
-moz-animation: click-wave 0.65s;
animation: click-wave 0.65s;
background: #003a6a;
content: '';
display: block;
position: relative;
z-index: 100;
}
.partial-input.radio {
border-radius: 50%;
}
.partial-input.radio::after {
border-radius: 50%;
}
.noText {
color: transparent;
text-indent: -9999px;
font-size: 0px;
line-height: 16px; /* retains height */
width:20px;
height:20px;
border-radius:50%; border:none;
}
.changeText {
color: #fff;
font-size: 12px;
line-height: 16px;
text-align:center;
font-weight:bold;
width:20px;
height:20px;
border-radius:50%;
border:none;
}
.ordertable{
width:100%;
height:auto;
border:1px solid #ccc;
border-collapse:collapse;
}
.ordertable .trTitle{
background:#010101;
/*box-shadow:#666 0 0 1px 1px;*/
}
.ordertable .trTitle td{
padding:5px 10px;
color:#fff;
overflow:hidden;
border:none;
text-align:center;
}
.ordertable .trCont{
border-bottom:1px solid #ccc;
}
.ordertable .trCont td{
padding:5px 10px;
overflow:hidden;
border:none;
}
.botBorPenTitle{
border-bottom:2px solid #d9534f;
color:#d9534f;
font-weight:bold;
font-size:15px;
}
.botBorPen{
border-bottom:1px solid #d9534f;
text-shadow:#f5f5f5 1px 1px;
color:#d9534f;
font-weight:bold;
}
.botBorPartial{
border-bottom:1px solid #003a6a;;
text-shadow:#003a6a; 1px 1px;
color:#003a6a;
font-weight:bold;
}
.botBorSucTitle{
border-bottom:2px solid #009900;
color:#009900;
font-weight:bold;
font-size:15px;
}
.botBorSuc{
border-bottom:1px solid #009900;
text-shadow:#f5f5f5 1px 1px;
color:#009900;
font-weight:bold;
}
.black_overlay{
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #333;
z-index:10001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
position: fixed;
top: 10%;
left: 25%;
width: 60%;
height: 60%;
padding: 10px;
border: 3px solid #FFFFFF;
background-color: #ffffff;
box-shadow:0px 0px 15px #999999;
z-index:1000000;
overflow: auto;
-moz-border-radius:5px;
border-radius:5px;
} | assets/css/radio.css | @charset "utf-8";
/* CSS Document */
.pending-input {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
position: relative;
right: 0;
bottom: 0;
left: 0;
height: 25px;
width: 25px;
transition: all 0.15s ease-out 0s;
background: #cbd1d8;
border:1px solid #d9534f;
color: #fff;
cursor: pointer;
display: inline-block;
margin-right: 0.5rem;
outline: none;
position: relative;
z-index: 1000;
}
.pending-input:hover {
background: #9faab7;
}
.pending-input:checked {
background: #d9534f;
}
.pending-input:checked::before {
height: 25px;
width: 25px;
position: absolute;
content: '✔';
display: inline-block;
font-size: 17px;
text-align: center;
line-height: 25px;
}
.pending-input:checked::after {
-webkit-animation: click-wave 0.65s;
-moz-animation: click-wave 0.65s;
animation: click-wave 0.65s;
background: #40e0d0;
content: '';
display: block;
position: relative;
z-index: 100;
}
.pending-input.radio {
border-radius: 50%;
}
.pending-input.radio::after {
border-radius: 50%;
}
.success-input {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
position: relative;
right: 0;
bottom: 0;
left: 0;
height: 25px;
width: 25px;
transition: all 0.15s ease-out 0s;
background: #cbd1d8;
border:1px solid #009900;
color: #fff;
cursor: pointer;
display: inline-block;
margin-right: 0.5rem;
outline: none;
position: relative;
z-index: 1000;
}
.success-input:hover {
background: #9faab7;
}
.success-input:checked {
background: #009900;
}
.success-input:checked::before {
height: 25px;
width: 25px;
position: absolute;
content: '✔';
display: inline-block;
font-size: 17px;
text-align: center;
line-height: 25px;
}
.success-input:checked::after {
-webkit-animation: click-wave 0.65s;
-moz-animation: click-wave 0.65s;
animation: click-wave 0.65s;
background: #40e0d0;
content: '';
display: block;
position: relative;
z-index: 100;
}
.success-input.radio {
border-radius: 50%;
}
.success-input.radio::after {
border-radius: 50%;
}
.partial-input {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
position: relative;
right: 0;
bottom: 0;
left: 0;
height: 25px;
width: 25px;
transition: all 0.15s ease-out 0s;
background: #cbd1d8;
border:1px solid #003a6a;
color: #fff;
cursor: pointer;
display: inline-block;
margin-right: 0.5rem;
outline: none;
position: relative;
z-index: 1000;
}
.partial-input:hover {
background: #9faab7;
}
.partial-input:checked {
background: #003a6a;
}
.partial-input:checked::before {
height: 25px;
width: 25px;
position: absolute;
content: '✔';
display: inline-block;
font-size: 17px;
text-align: center;
line-height: 25px;
}
.partial-input:checked::after {
-webkit-animation: click-wave 0.65s;
-moz-animation: click-wave 0.65s;
animation: click-wave 0.65s;
background: #003a6a;
content: '';
display: block;
position: relative;
z-index: 100;
}
.partial-input.radio {
border-radius: 50%;
}
.partial-input.radio::after {
border-radius: 50%;
}
.noText {
color: transparent;
text-indent: -9999px;
font-size: 0px;
line-height: 16px; /* retains height */
width:20px;
height:20px;
border-radius:50%; border:none;
}
.changeText {
color: #fff;
font-size: 12px;
line-height: 16px;
text-align:center;
font-weight:bold;
width:20px;
height:20px;
border-radius:50%;
border:none;
}
.ordertable{
width:100%;
height:auto;
border:1px solid #ccc;
border-collapse:collapse;
}
.ordertable .trTitle{
background:#010101;
/*box-shadow:#666 0 0 1px 1px;*/
}
.ordertable .trTitle td{
padding:5px 10px;
color:#fff;
overflow:hidden;
border:none;
text-align:center;
}
.ordertable .trCont{
border-bottom:1px solid #ccc;
}
.ordertable .trCont td{
padding:5px 10px;
overflow:hidden;
border:none;
}
.botBorPenTitle{
border-bottom:2px solid #d9534f;
color:#d9534f;
font-weight:bold;
font-size:15px;
}
.botBorPen{
border-bottom:1px solid #d9534f;
text-shadow:#f5f5f5 1px 1px;
color:#d9534f;
font-weight:bold;
}
.botBorPartial{
border-bottom:1px solid #003a6a;;
text-shadow:#003a6a; 1px 1px;
color:#003a6a;
font-weight:bold;
}
.botBorSucTitle{
border-bottom:2px solid #009900;
color:#009900;
font-weight:bold;
font-size:15px;
}
.botBorSuc{
border-bottom:1px solid #009900;
text-shadow:#f5f5f5 1px 1px;
color:#009900;
font-weight:bold;
}
.black_overlay{
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #333;
z-index:10001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
position: fixed;
top: 10%;
left: 25%;
width: 60%;
height: 60%;
padding: 10px;
border: 3px solid #FFFFFF;
background-color: #ffffff;
box-shadow:0px 0px 15px #999999;
z-index:1000000;
overflow: auto;
-moz-border-radius:5px;
border-radius:5px;
} | 0.209146 | 0.04154 |
body {
padding-top: 72px;
font-size: 10pt;
font-family: sans-serif;
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: border-box;
}
.navbar-brand {
font-family: Nunito;
color: black;
cursor: pointer;
font-weight: 900;
}
.navbar-dark {
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
nav.navbar-dark.transparent {
/* background-color:rgba(242,85,76,0.9); */
background-color: hsla(350, 100%, 65%, 0.5);
backdrop-filter: blur(15px);
}
.navbar-dark {
top: 0;
right: 0;
left: 0;
padding-bottom: 0px;
}
.nav {
display: inline-block;
}
.nav > li > a {
text-decoration: none;
color: white;
}
.logo {
width: 10vh;
height: 9vh;
vertical-align: middle;
margin: 0px 0px 0px 30px;
z-index: 2;
}
.home-image {
height: 740px;
width: 1350px;
min-width: 100%;
min-height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
section#home {
position: relative;
height: 100vh;
margin-top: -72px;
overflow: hidden;
}
section#home::after {
content: "";
display: block;
position: absolute;
z-index: 0;
background-color: rgba(0, 0, 0, 0.75);
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.home-content {
display: flex;
flex-direction: column;
align-items: flex-start;
position: absolute;
top: 40%;
/* right:20%; */
/* transform: translate(-50%,-50%); */
color: #fff;
z-index: 1;
padding-left: 60px;
text-shadow: 0 0 6px #000;
}
.home-content h1 {
font-weight: 700;
font-size: 3.5em;
margin-bottom: 10px;
white-space: nowrap;
color: #f25f4c;
}
.home-content .tag-2 {
font-size: 1.55em;
margin-bottom: 19px;
display: flex;
}
.home-content .tag-3 {
font-size: 1.7em;
font-weight: 400;
display: flex;
}
.home-content .tag-4 {
font-size: 1.7em;
font-weight: 400;
display: flex;
}
.high-intro {
font-weight: bolder;
}
.home-image {
position: absolute;
left: 0;
top: 0;
/* min-width: 100%;
min-height: 100%; */
z-index: -1;
height: 100vh;
width: 100vw;
left: 35%;
transform: translate(-35%);
}
.nav > li > a {
color: #fffffe;
padding: 10px;
margin: 0px;
font-weight: 500;
text-decoration: none;
border-radius: 7px 7px 7px 7px;
}
.navbar {
/* padding-left: 450px;
padding-right: 00px; */
display: flex;
justify-content: space-between;
/* align-items: flex-start; */
}
.unscripted {
font-family: Nunito;
color: white;
font-size: 25px;
font-weight: 700;
display: inline-block;
margin-left: 10px;
}
.nav > li > a:hover {
background-color: #ff8906;
text-decoration: none;
color: #fffffe;
}
.tagline {
display: flex;
justify-content: center;
align-items: center;
color: #ff8906;
font-weight: 600;
}
.bottombar {
filter: brightness(100%);
}
.tagline {
margin-bottom: 10px;
}
.start {
color: #f25f4c;
}
.news-data {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f25f4c;
font-size: 20px;
color: #fffffe;
/* width: 60%; */
max-width: 540px;
margin: 0px;
padding: 20px;
margin-top: 20px;
border-radius: 6px 6px 6px 6px;
padding-bottom: 1px;
margin-bottom: 25px;
}
.news {
display: flex;
justify-content: center;
padding: 10px;
}
hr {
height: 1px;
background: white;
}
.newspaper {
font-size: 17px;
font-weight: 700;
}
.mission-body {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 24px;
}
.explore {
z-index: 1;
padding: 10px 30px;
background-color: transparent;
border: none;
outline: none;
color: #fff;
border-radius: 6px 6px 6px 6px;
background-color: transparent;
border: 1px solid transparent;
border-color: white;
transition: all 0.3s;
cursor: pointer;
display: flex;
font-size: 1.4em;
}
.explore:hover {
background-color: white;
color: #000;
border: transparent;
}
section {
width: 100%;
}
.mission-1 {
width: 90%;
margin: 0 auto;
max-width: 1440px;
}
.mission h1 {
text-align: center;
color: #000;
padding-bottom: 12px;
position: relative;
}
/* .mission h1::before {
content: "";
position: absolute;
width: 20%;
height: 2px;
background-color: #000;
bottom: 0;
left: 50%;
transform: translate(-50%);
} */
/* .mission h1::after {
content: " ";
position: absolute;
width: 10px;
height: 10px;
background-color: #000;
bottom: 0;
top: 90%;
left: 50%;
transform: translate(-50%) rotate(45deg);
} */
hr.style-two {
border: 0;
height: 2px;
width:50%;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.service-cards-wrapper {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 50px;
}
.service-card {
flex: 1 1 250px;
max-width: 250px;
margin: 30px 15px;
text-align: center;
background-color: #fff;
color: #000;
padding: 50px 15px 25px;
border-radius: 5px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
position: relative;
}
i {
font-size: 23px;
}
.service-card .icon-container {
width: 40px;
height: 40px;
margin: 0 auto;
background-color: rgba(0, 0, 0, 0.9);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%) rotate(45deg);
}
.service-card .icon-container i {
transform: rotate(-45deg);
}
.service-card .icon-container:hover {
border: 1px #f25f4c solid;
}
.service-card h2 {
font-size: 20px;
}
.service-card p {
font-size: 12px;
margin: 15px 0 25px;
line-height: 1.6;
}
.mission {
margin-top: 40px;
}
.explore-2 {
display: flex;
background-color: #000;
color: #fff;
width: 100%;
}
.stick1 {
width: 25%;
height: 25%;
padding-left: 80px;
}
.explore-util {
display: flex;
flex-direction: column;
margin-left: 80px;
}
.explore-tag {
font-size: 20px;
margin-top: 40px;
margin-bottom: 0px;
}
.explore-text {
font-size: 30px;
padding: 0px;
}
.explore-register {
z-index: 1;
padding: 10px 30px;
background-color: transparent;
border: none;
outline: none;
color: #fff;
border-radius: 6px 6px 6px 6px;
background-color: transparent;
border: 1px solid transparent;
border-color: white;
transition: all 0.3s;
cursor: pointer;
display: flex;
font-size: 1.4em;
width: 32%;
}
.explore-register:hover {
background-color: white;
color: #000;
border: transparent;
}
.faq {
display: flex;
flex-direction: column;
align-items: center;
}
.faq-head {
margin-top: 50px;
margin-bottom: 30px;
}
.faq-tag {
font-size: 1.2em;
}
.footer {
display: flex;
left: 0;
bottom: 0;
width: 100%;
background-color: #151414;
color: #a7a9be;
text-align: center;
}
.copyright {
background-color: #202020;
color: #878787;
display: flex;
font-family: "Montserrat";
font-size: 1.05em;
}
.copyright-buttons {
padding: 0px;
left: 51%;
}
.copy-text {
padding: 7px;
}
.copy-home {
padding: 5px;
padding-right: 5px;
margin-right: 5px;
cursor: pointer;
}
.copy-about {
padding: 5px;
padding-right: 5px;
margin-right: 5px;
cursor: pointer;
}
.copy-mission {
padding: 5px;
margin-right: 5px;
padding-right: 5px;
cursor: pointer;
}
.copy-pp {
padding: 5px;
padding-right: 0px;
cursor: pointer;
}
.footer-company {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
padding: 2px 50px 2px 0px;
}
.footer-links {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
width: 25%;
}
.footer-subscribe {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
}
.footer-head {
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif;
font-size: 1.3em;
font-weight: 700;
/* padding-left: 20px; */
}
.footer-iconbar {
display: flex;
background-color: #151414;
justify-content: center;
}
.footer-iconbar i {
color: #a7a9be;
padding: 20px;
}
li {
list-style-type: none;
}
.footer-links-1 {
margin-bottom: 5px;
text-align: left;
}
.footer-links-2 {
font-size: 1.02em;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding-bottom: 10px;
}
.footer-links-2-1 {
padding-top: 10px;
padding-bottom: 8px;
}
.footer-links-2-2 {
padding-bottom: 8px;
}
.footer-links-2-3 {
padding-bottom: 8px;
}
.footer-links-2-1 a {
padding: 4px;
text-decoration: none;
color: #a7a9be;
}
.footer-links-2-2 a {
padding: 4px;
text-decoration: none;
color: #a7a9be;
}
.footer-links-2-3 a {
padding: 4px;
text-decoration: none;
color: #a7a9be;
}
.subscribe-email {
border: none;
padding: 12px 25px 12px 25px;
background-color: #2e2e2e;
border-top-left-radius: 25px;
outline: none;
color: #a7a9be;
border-bottom-left-radius: 25px;
}
.sub-email {
position: absolute;
padding: 11px 23px 11px 16px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
border: 1px solid #007bff;
background: #007bff;
color: #fff;
cursor: pointer;
}
.sub-email:focus {
outline: 0;
}
.footer-head-sub {
font-size: 1.05em;
padding: 10px 0px 0px 0px;
}
.accordion {
background-color: #fff;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
/* border-bottom: 1px solid #444; */
text-align: left;
outline: 0px;
font-size: 20px;
font-weight: 700;
transition: 0.4s;
padding-bottom: 30px;
}
.accordion:focus {
outline: 0;
}
.active,
.accordion:hover {
color: #ff8906;
background-color: #fff;
}
.accordion:active {
color: #ff8906;
}
.accordion:after {
content: "\002B";
color: #777;
font-weight: bold;
float: right;
margin-left: 5px;
}
.active:after {
content: "\2212";
color: #ff8906;
}
.panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.panel-1:after {
color: #ff8906;
}
.faq-acco {
display: flex;
padding-bottom: 50px;
}
.faq-1 {
padding-right: 24px;
}
.faq-2 {
padding-left: 24px;
}
.abs {
border-bottom: 1px solid #444;
}
.event-box {
display: flex;
justify-content: center;
}
.container-e {
/* display: flex;
justify-content: center; */
width: 22vw;
/* border:1px solid; */
margin: 0px 5px 30px 5px;
transform: translate(0%, 0%);
}
.events-i {
width: 100%;
height: auto;
padding: 15px;
}
.overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: black;
opacity: 0;
transition: opacity 0.2s ease-in-out;
cursor: pointer;
}
.overlayContent {
/* for centering the content */
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-family: verdana;
text-align: center;
}
.events {
display: flex;
width: 100%;
flex-direction: column;
}
.container-e:hover .overlay {
opacity: 0.8;
border: 3px solid #ff8906;
}
.event-head {
text-align: left;
font-size: 38px;
font-family: Montserrat;
font-weight: 500;
margin: 60px 0px 0px 70px;
}
.event-head-1 {
font-size: 40px;
color: #f25f4c;
}
.ec-1 {
display: flex;
justify-content: flex-end;
margin-top: 40px;
}
.explore-register-1 {
z-index: 1;
padding: 10px 30px;
background-color: transparent;
border: none;
outline: none;
color: #fff;
border-radius: 6px 6px 6px 6px;
background-color: transparent;
border: 1px solid transparent;
border-color: white;
transition: all 0.3s;
cursor: pointer;
display: flex;
font-size: 1.4em;
margin-left: 20px;
}
.explore-register-1:hover {
background-color: white;
color: #000;
border: transparent;
}
.explore-3 {
display: flex;
justify-content: space-around;
background-color: #000;
color: #fff;
width: 100%;
}
.stick4 {
width: 21%;
height: 21%;
margin-top: 9px;
}
.explore-util-3 {
display: flex;
flex-direction: column;
margin-left: 20px;
}
.explore-text-3 {
font-size: 32px;
font-family: Montserrat;
font-weight: 400;
padding-top: 30px;
}
.explore-author-3 {
font-size: 25px;
font-family: Montserrat;
padding-top: 30px;
text-align: right;
}
.explore-register-3 {
z-index: 1;
padding: 10px 30px;
background-color: transparent;
border: none;
outline: none;
color: #fff;
border-radius: 6px 6px 6px 6px;
background-color: transparent;
border: 1px solid transparent;
border-color: white;
transition: all 0.3s;
cursor: pointer;
display: flex;
font-size: 1.4em;
}
.explore-register-3:hover {
background-color: white;
color: #000;
border: transparent;
}
.footer-head-brand {
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif;
font-size: 1.5em;
font-weight: 700;
/* padding-left: 20px; */
}
.logo-bottom {
width: 10vh;
height: 9vh;
vertical-align: text-top;
margin: 0px 0px 0px 20px;
z-index: 2;
}
.loading {
background: no-repeat center center;
position: absolute;
display: block;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
background-color: black;
background-size: cover;
} | style.css | body {
padding-top: 72px;
font-size: 10pt;
font-family: sans-serif;
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: border-box;
}
.navbar-brand {
font-family: Nunito;
color: black;
cursor: pointer;
font-weight: 900;
}
.navbar-dark {
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
nav.navbar-dark.transparent {
/* background-color:rgba(242,85,76,0.9); */
background-color: hsla(350, 100%, 65%, 0.5);
backdrop-filter: blur(15px);
}
.navbar-dark {
top: 0;
right: 0;
left: 0;
padding-bottom: 0px;
}
.nav {
display: inline-block;
}
.nav > li > a {
text-decoration: none;
color: white;
}
.logo {
width: 10vh;
height: 9vh;
vertical-align: middle;
margin: 0px 0px 0px 30px;
z-index: 2;
}
.home-image {
height: 740px;
width: 1350px;
min-width: 100%;
min-height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
section#home {
position: relative;
height: 100vh;
margin-top: -72px;
overflow: hidden;
}
section#home::after {
content: "";
display: block;
position: absolute;
z-index: 0;
background-color: rgba(0, 0, 0, 0.75);
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.home-content {
display: flex;
flex-direction: column;
align-items: flex-start;
position: absolute;
top: 40%;
/* right:20%; */
/* transform: translate(-50%,-50%); */
color: #fff;
z-index: 1;
padding-left: 60px;
text-shadow: 0 0 6px #000;
}
.home-content h1 {
font-weight: 700;
font-size: 3.5em;
margin-bottom: 10px;
white-space: nowrap;
color: #f25f4c;
}
.home-content .tag-2 {
font-size: 1.55em;
margin-bottom: 19px;
display: flex;
}
.home-content .tag-3 {
font-size: 1.7em;
font-weight: 400;
display: flex;
}
.home-content .tag-4 {
font-size: 1.7em;
font-weight: 400;
display: flex;
}
.high-intro {
font-weight: bolder;
}
.home-image {
position: absolute;
left: 0;
top: 0;
/* min-width: 100%;
min-height: 100%; */
z-index: -1;
height: 100vh;
width: 100vw;
left: 35%;
transform: translate(-35%);
}
.nav > li > a {
color: #fffffe;
padding: 10px;
margin: 0px;
font-weight: 500;
text-decoration: none;
border-radius: 7px 7px 7px 7px;
}
.navbar {
/* padding-left: 450px;
padding-right: 00px; */
display: flex;
justify-content: space-between;
/* align-items: flex-start; */
}
.unscripted {
font-family: Nunito;
color: white;
font-size: 25px;
font-weight: 700;
display: inline-block;
margin-left: 10px;
}
.nav > li > a:hover {
background-color: #ff8906;
text-decoration: none;
color: #fffffe;
}
.tagline {
display: flex;
justify-content: center;
align-items: center;
color: #ff8906;
font-weight: 600;
}
.bottombar {
filter: brightness(100%);
}
.tagline {
margin-bottom: 10px;
}
.start {
color: #f25f4c;
}
.news-data {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f25f4c;
font-size: 20px;
color: #fffffe;
/* width: 60%; */
max-width: 540px;
margin: 0px;
padding: 20px;
margin-top: 20px;
border-radius: 6px 6px 6px 6px;
padding-bottom: 1px;
margin-bottom: 25px;
}
.news {
display: flex;
justify-content: center;
padding: 10px;
}
hr {
height: 1px;
background: white;
}
.newspaper {
font-size: 17px;
font-weight: 700;
}
.mission-body {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 24px;
}
.explore {
z-index: 1;
padding: 10px 30px;
background-color: transparent;
border: none;
outline: none;
color: #fff;
border-radius: 6px 6px 6px 6px;
background-color: transparent;
border: 1px solid transparent;
border-color: white;
transition: all 0.3s;
cursor: pointer;
display: flex;
font-size: 1.4em;
}
.explore:hover {
background-color: white;
color: #000;
border: transparent;
}
section {
width: 100%;
}
.mission-1 {
width: 90%;
margin: 0 auto;
max-width: 1440px;
}
.mission h1 {
text-align: center;
color: #000;
padding-bottom: 12px;
position: relative;
}
/* .mission h1::before {
content: "";
position: absolute;
width: 20%;
height: 2px;
background-color: #000;
bottom: 0;
left: 50%;
transform: translate(-50%);
} */
/* .mission h1::after {
content: " ";
position: absolute;
width: 10px;
height: 10px;
background-color: #000;
bottom: 0;
top: 90%;
left: 50%;
transform: translate(-50%) rotate(45deg);
} */
hr.style-two {
border: 0;
height: 2px;
width:50%;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.service-cards-wrapper {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 50px;
}
.service-card {
flex: 1 1 250px;
max-width: 250px;
margin: 30px 15px;
text-align: center;
background-color: #fff;
color: #000;
padding: 50px 15px 25px;
border-radius: 5px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
position: relative;
}
i {
font-size: 23px;
}
.service-card .icon-container {
width: 40px;
height: 40px;
margin: 0 auto;
background-color: rgba(0, 0, 0, 0.9);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%) rotate(45deg);
}
.service-card .icon-container i {
transform: rotate(-45deg);
}
.service-card .icon-container:hover {
border: 1px #f25f4c solid;
}
.service-card h2 {
font-size: 20px;
}
.service-card p {
font-size: 12px;
margin: 15px 0 25px;
line-height: 1.6;
}
.mission {
margin-top: 40px;
}
.explore-2 {
display: flex;
background-color: #000;
color: #fff;
width: 100%;
}
.stick1 {
width: 25%;
height: 25%;
padding-left: 80px;
}
.explore-util {
display: flex;
flex-direction: column;
margin-left: 80px;
}
.explore-tag {
font-size: 20px;
margin-top: 40px;
margin-bottom: 0px;
}
.explore-text {
font-size: 30px;
padding: 0px;
}
.explore-register {
z-index: 1;
padding: 10px 30px;
background-color: transparent;
border: none;
outline: none;
color: #fff;
border-radius: 6px 6px 6px 6px;
background-color: transparent;
border: 1px solid transparent;
border-color: white;
transition: all 0.3s;
cursor: pointer;
display: flex;
font-size: 1.4em;
width: 32%;
}
.explore-register:hover {
background-color: white;
color: #000;
border: transparent;
}
.faq {
display: flex;
flex-direction: column;
align-items: center;
}
.faq-head {
margin-top: 50px;
margin-bottom: 30px;
}
.faq-tag {
font-size: 1.2em;
}
.footer {
display: flex;
left: 0;
bottom: 0;
width: 100%;
background-color: #151414;
color: #a7a9be;
text-align: center;
}
.copyright {
background-color: #202020;
color: #878787;
display: flex;
font-family: "Montserrat";
font-size: 1.05em;
}
.copyright-buttons {
padding: 0px;
left: 51%;
}
.copy-text {
padding: 7px;
}
.copy-home {
padding: 5px;
padding-right: 5px;
margin-right: 5px;
cursor: pointer;
}
.copy-about {
padding: 5px;
padding-right: 5px;
margin-right: 5px;
cursor: pointer;
}
.copy-mission {
padding: 5px;
margin-right: 5px;
padding-right: 5px;
cursor: pointer;
}
.copy-pp {
padding: 5px;
padding-right: 0px;
cursor: pointer;
}
.footer-company {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
padding: 2px 50px 2px 0px;
}
.footer-links {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
width: 25%;
}
.footer-subscribe {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
}
.footer-head {
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif;
font-size: 1.3em;
font-weight: 700;
/* padding-left: 20px; */
}
.footer-iconbar {
display: flex;
background-color: #151414;
justify-content: center;
}
.footer-iconbar i {
color: #a7a9be;
padding: 20px;
}
li {
list-style-type: none;
}
.footer-links-1 {
margin-bottom: 5px;
text-align: left;
}
.footer-links-2 {
font-size: 1.02em;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding-bottom: 10px;
}
.footer-links-2-1 {
padding-top: 10px;
padding-bottom: 8px;
}
.footer-links-2-2 {
padding-bottom: 8px;
}
.footer-links-2-3 {
padding-bottom: 8px;
}
.footer-links-2-1 a {
padding: 4px;
text-decoration: none;
color: #a7a9be;
}
.footer-links-2-2 a {
padding: 4px;
text-decoration: none;
color: #a7a9be;
}
.footer-links-2-3 a {
padding: 4px;
text-decoration: none;
color: #a7a9be;
}
.subscribe-email {
border: none;
padding: 12px 25px 12px 25px;
background-color: #2e2e2e;
border-top-left-radius: 25px;
outline: none;
color: #a7a9be;
border-bottom-left-radius: 25px;
}
.sub-email {
position: absolute;
padding: 11px 23px 11px 16px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
border: 1px solid #007bff;
background: #007bff;
color: #fff;
cursor: pointer;
}
.sub-email:focus {
outline: 0;
}
.footer-head-sub {
font-size: 1.05em;
padding: 10px 0px 0px 0px;
}
.accordion {
background-color: #fff;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
/* border-bottom: 1px solid #444; */
text-align: left;
outline: 0px;
font-size: 20px;
font-weight: 700;
transition: 0.4s;
padding-bottom: 30px;
}
.accordion:focus {
outline: 0;
}
.active,
.accordion:hover {
color: #ff8906;
background-color: #fff;
}
.accordion:active {
color: #ff8906;
}
.accordion:after {
content: "\002B";
color: #777;
font-weight: bold;
float: right;
margin-left: 5px;
}
.active:after {
content: "\2212";
color: #ff8906;
}
.panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.panel-1:after {
color: #ff8906;
}
.faq-acco {
display: flex;
padding-bottom: 50px;
}
.faq-1 {
padding-right: 24px;
}
.faq-2 {
padding-left: 24px;
}
.abs {
border-bottom: 1px solid #444;
}
.event-box {
display: flex;
justify-content: center;
}
.container-e {
/* display: flex;
justify-content: center; */
width: 22vw;
/* border:1px solid; */
margin: 0px 5px 30px 5px;
transform: translate(0%, 0%);
}
.events-i {
width: 100%;
height: auto;
padding: 15px;
}
.overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: black;
opacity: 0;
transition: opacity 0.2s ease-in-out;
cursor: pointer;
}
.overlayContent {
/* for centering the content */
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-family: verdana;
text-align: center;
}
.events {
display: flex;
width: 100%;
flex-direction: column;
}
.container-e:hover .overlay {
opacity: 0.8;
border: 3px solid #ff8906;
}
.event-head {
text-align: left;
font-size: 38px;
font-family: Montserrat;
font-weight: 500;
margin: 60px 0px 0px 70px;
}
.event-head-1 {
font-size: 40px;
color: #f25f4c;
}
.ec-1 {
display: flex;
justify-content: flex-end;
margin-top: 40px;
}
.explore-register-1 {
z-index: 1;
padding: 10px 30px;
background-color: transparent;
border: none;
outline: none;
color: #fff;
border-radius: 6px 6px 6px 6px;
background-color: transparent;
border: 1px solid transparent;
border-color: white;
transition: all 0.3s;
cursor: pointer;
display: flex;
font-size: 1.4em;
margin-left: 20px;
}
.explore-register-1:hover {
background-color: white;
color: #000;
border: transparent;
}
.explore-3 {
display: flex;
justify-content: space-around;
background-color: #000;
color: #fff;
width: 100%;
}
.stick4 {
width: 21%;
height: 21%;
margin-top: 9px;
}
.explore-util-3 {
display: flex;
flex-direction: column;
margin-left: 20px;
}
.explore-text-3 {
font-size: 32px;
font-family: Montserrat;
font-weight: 400;
padding-top: 30px;
}
.explore-author-3 {
font-size: 25px;
font-family: Montserrat;
padding-top: 30px;
text-align: right;
}
.explore-register-3 {
z-index: 1;
padding: 10px 30px;
background-color: transparent;
border: none;
outline: none;
color: #fff;
border-radius: 6px 6px 6px 6px;
background-color: transparent;
border: 1px solid transparent;
border-color: white;
transition: all 0.3s;
cursor: pointer;
display: flex;
font-size: 1.4em;
}
.explore-register-3:hover {
background-color: white;
color: #000;
border: transparent;
}
.footer-head-brand {
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif;
font-size: 1.5em;
font-weight: 700;
/* padding-left: 20px; */
}
.logo-bottom {
width: 10vh;
height: 9vh;
vertical-align: text-top;
margin: 0px 0px 0px 20px;
z-index: 2;
}
.loading {
background: no-repeat center center;
position: absolute;
display: block;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
background-color: black;
background-size: cover;
} | 0.379148 | 0.057203 |
a {
text-decoration: none;
color: inherit;
border-bottom: dotted 1px rgba(128, 128, 128, 0.5);
-moz-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
-webkit-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
-ms-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
outline: 0;
}
a:hover {
color: #E27689;
border-bottom-color: rgba(255, 255, 255, 0);
}
.image.avatar48 {
width: 48px;
height: 48px;
background: #f00;
}
.image.avatar48 img {
width: 48px;
height: 48px;
}
ul.icons {
cursor: default;
list-style: none;
padding-left: 0;
}
ul.icons li {
display: inline-block;
padding-left: 0;
}
ul.icons a {
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
border: 0;
}
form label {
display: block;
text-align: left;
margin-bottom: 0.5em;
}
form ::-webkit-input-placeholder {
color: #555 !important;
}
form :-moz-placeholder {
color: #555 !important;
}
form ::-moz-placeholder {
color: #555 !important;
}
form :-ms-input-placeholder {
color: #555 !important;
}
form ::-moz-focus-inner {
border: 0;
}
table tbody tr:nth-child(2n+2) {
background: #f4f4f4;
}
table td {
padding: 0.5em 1em 0.5em 1em;
}
table th {
text-align: left;
padding: 0.5em 1em 0.5em 1em;
color: #fff;
background: #222729 url("images/overlay.png");
}
table thead {
background: #444;
color: #fff;
}
table tfoot {
background: #eee;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
position: relative;
display: inline-block;
border-radius: 0.35em;
color: #fff !important;
text-decoration: none;
padding: 0.75em 2.5em 0.75em 2.5em;
background-color: #8ebebc;
border: 0;
cursor: pointer;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
-moz-transition: background-color 0.35s ease-in-out;
-webkit-transition: background-color 0.35s ease-in-out;
-ms-transition: background-color 0.35s ease-in-out;
transition: background-color 0.35s ease-in-out;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
background-color: #9ececc;
}
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
background-color: #7eaeac;
}
.item header {
background: #fff;
margin: 0;
padding: 1em 0 1em 0;
font-size: 0.8em;
}
.icon {
text-decoration: none;
}
.icon > .label {
display: none;
} | public/assets/css/modules/modules.css | a {
text-decoration: none;
color: inherit;
border-bottom: dotted 1px rgba(128, 128, 128, 0.5);
-moz-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
-webkit-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
-ms-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
outline: 0;
}
a:hover {
color: #E27689;
border-bottom-color: rgba(255, 255, 255, 0);
}
.image.avatar48 {
width: 48px;
height: 48px;
background: #f00;
}
.image.avatar48 img {
width: 48px;
height: 48px;
}
ul.icons {
cursor: default;
list-style: none;
padding-left: 0;
}
ul.icons li {
display: inline-block;
padding-left: 0;
}
ul.icons a {
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
border: 0;
}
form label {
display: block;
text-align: left;
margin-bottom: 0.5em;
}
form ::-webkit-input-placeholder {
color: #555 !important;
}
form :-moz-placeholder {
color: #555 !important;
}
form ::-moz-placeholder {
color: #555 !important;
}
form :-ms-input-placeholder {
color: #555 !important;
}
form ::-moz-focus-inner {
border: 0;
}
table tbody tr:nth-child(2n+2) {
background: #f4f4f4;
}
table td {
padding: 0.5em 1em 0.5em 1em;
}
table th {
text-align: left;
padding: 0.5em 1em 0.5em 1em;
color: #fff;
background: #222729 url("images/overlay.png");
}
table thead {
background: #444;
color: #fff;
}
table tfoot {
background: #eee;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
position: relative;
display: inline-block;
border-radius: 0.35em;
color: #fff !important;
text-decoration: none;
padding: 0.75em 2.5em 0.75em 2.5em;
background-color: #8ebebc;
border: 0;
cursor: pointer;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
-moz-transition: background-color 0.35s ease-in-out;
-webkit-transition: background-color 0.35s ease-in-out;
-ms-transition: background-color 0.35s ease-in-out;
transition: background-color 0.35s ease-in-out;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
background-color: #9ececc;
}
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
background-color: #7eaeac;
}
.item header {
background: #fff;
margin: 0;
padding: 1em 0 1em 0;
font-size: 0.8em;
}
.icon {
text-decoration: none;
}
.icon > .label {
display: none;
} | 0.341034 | 0.094887 |
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: 900;
src: url('../fonts/iransans/eot/IRANSansWeb_Black.eot');
src: url('../fonts/iransans/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/iransans/woff2/IRANSansWeb_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/iransans/woff/IRANSansWeb_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/iransans/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: bold;
src: url('../fonts/iransans/eot/IRANSansWeb_Bold.eot');
src: url('../fonts/iransans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/iransans/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/iransans/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/iransans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: 500;
src: url('../fonts/iransans/eot/IRANSansWeb_Medium.eot');
src: url('../fonts/iransans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/iransans/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/iransans/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/iransans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: 300;
src: url('../fonts/iransans/eot/IRANSansWeb_Light.eot');
src: url('../fonts/iransans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/iransans/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/iransans/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/iransans/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: 200;
src: url('../fonts/iransans/eot/IRANSansWeb_UltraLight.eot');
src: url('../fonts/iransans/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/iransans/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/iransans/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/iransans/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: normal;
src: url('../fonts/iransans/eot/IRANSansWeb.eot');
src: url('../fonts/iransans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/iransans/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/iransans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/iransans/ttf/IRANSansWeb.ttf') format('truetype');
}
/*--------------------------body---------------------*/
html, body , ul{
margin:0;
padding: 0;
font-family: IRANSans !important;
direction: rtl;
}
body{
background: #fff;
}
ul{
list-style: none;
}
button:focus , button:active{
outline: none !important;
box-shadow: none;
}
img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: none !important;
opacity: 0.8;
}
input:focus , textarea:focus , select:focus{
border: 1px solid #ced4da !important;
box-shadow: none !important;
} | public/farno/css/main.css | @font-face {
font-family: IRANSans;
font-style: normal;
font-weight: 900;
src: url('../fonts/iransans/eot/IRANSansWeb_Black.eot');
src: url('../fonts/iransans/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/iransans/woff2/IRANSansWeb_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/iransans/woff/IRANSansWeb_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/iransans/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: bold;
src: url('../fonts/iransans/eot/IRANSansWeb_Bold.eot');
src: url('../fonts/iransans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/iransans/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/iransans/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/iransans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: 500;
src: url('../fonts/iransans/eot/IRANSansWeb_Medium.eot');
src: url('../fonts/iransans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/iransans/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/iransans/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/iransans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: 300;
src: url('../fonts/iransans/eot/IRANSansWeb_Light.eot');
src: url('../fonts/iransans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/iransans/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/iransans/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/iransans/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: 200;
src: url('../fonts/iransans/eot/IRANSansWeb_UltraLight.eot');
src: url('../fonts/iransans/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/iransans/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/iransans/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/iransans/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: normal;
src: url('../fonts/iransans/eot/IRANSansWeb.eot');
src: url('../fonts/iransans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
url('../fonts/iransans/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('../fonts/iransans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/iransans/ttf/IRANSansWeb.ttf') format('truetype');
}
/*--------------------------body---------------------*/
html, body , ul{
margin:0;
padding: 0;
font-family: IRANSans !important;
direction: rtl;
}
body{
background: #fff;
}
ul{
list-style: none;
}
button:focus , button:active{
outline: none !important;
box-shadow: none;
}
img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: none !important;
opacity: 0.8;
}
input:focus , textarea:focus , select:focus{
border: 1px solid #ced4da !important;
box-shadow: none !important;
} | 0.227813 | 0.035478 |
:root {
--mainColor: #ff9800;
}
a {
background: linear-gradient(to bottom, var(--mainColor) 0%, var(--mainColor) 100%);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 3px 3px;
color: #000;
text-decoration: none;
}
a:hover {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ff9800' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
background-position: 0 100%;
background-size: auto 6px;
background-repeat: repeat-x;
text-decoration: none;
}
body {
align-items: center;
display: flex;
font-family: 'Montserrat', sans-serif;
font-size: 2em;
height: 100vh;
justify-content: center;
text-align:center
}
.likert ul
{
display: inline-table;
list-style-type: none;
margin: 0;
padding: 0;
}
.likert li
{
display: inline;
text-align: left;
list-style-type: none;
}
.form-radio
{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
position: relative;
background-color: #f1f1f1;
color: #666;
top: 10px;
height: 30px;
width: 30px;
border: 0;
border-radius: 50px;
cursor: pointer;
margin-right: 7px;
outline: none;
}
.form-radio:checked::before
{
position: absolute;
font: 13px/1 'Open Sans', sans-serif;
left: 11px;
top: 7px;
content: '\02143';
transform: rotate(40deg);
}
.form-radio:hover
{
background-color: #f7f7f7;
}
.form-radio:checked
{
background-color: #f1f1f1;
}
label
{
font: 15px/1.7 'Open Sans', sans-serif;
color: #333;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
cursor: pointer;
}
button {
border: none;
background: #404040;
color: #ffffff !important;
font-weight: 100;
padding: 20px;
text-transform: uppercase;
border-radius: 6px;
display: inline-block;
}
button:hover {
color: #404040 !important;
font-weight: 700 !important;
letter-spacing: 3px;
background: none;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.3s ease 0s;
} | calculator/static/calculator/main.css | :root {
--mainColor: #ff9800;
}
a {
background: linear-gradient(to bottom, var(--mainColor) 0%, var(--mainColor) 100%);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 3px 3px;
color: #000;
text-decoration: none;
}
a:hover {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ff9800' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
background-position: 0 100%;
background-size: auto 6px;
background-repeat: repeat-x;
text-decoration: none;
}
body {
align-items: center;
display: flex;
font-family: 'Montserrat', sans-serif;
font-size: 2em;
height: 100vh;
justify-content: center;
text-align:center
}
.likert ul
{
display: inline-table;
list-style-type: none;
margin: 0;
padding: 0;
}
.likert li
{
display: inline;
text-align: left;
list-style-type: none;
}
.form-radio
{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
position: relative;
background-color: #f1f1f1;
color: #666;
top: 10px;
height: 30px;
width: 30px;
border: 0;
border-radius: 50px;
cursor: pointer;
margin-right: 7px;
outline: none;
}
.form-radio:checked::before
{
position: absolute;
font: 13px/1 'Open Sans', sans-serif;
left: 11px;
top: 7px;
content: '\02143';
transform: rotate(40deg);
}
.form-radio:hover
{
background-color: #f7f7f7;
}
.form-radio:checked
{
background-color: #f1f1f1;
}
label
{
font: 15px/1.7 'Open Sans', sans-serif;
color: #333;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
cursor: pointer;
}
button {
border: none;
background: #404040;
color: #ffffff !important;
font-weight: 100;
padding: 20px;
text-transform: uppercase;
border-radius: 6px;
display: inline-block;
}
button:hover {
color: #404040 !important;
font-weight: 700 !important;
letter-spacing: 3px;
background: none;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.3s ease 0s;
} | 0.527317 | 0.165627 |
@font-face {
font-family: "eart";
src: url(../fonts/earth_orbiter/earthorbiter.ttf);
}
#titre,#titres {
font-family: "eart";
}
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html,body{
font-family: 'Source Sans Pro', sans-serif;
background: url(../images/sos.png)no-repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
header {
padding: 2em 0;
}
.logo {
float: left;
}
.logo a{
display:block;
}
.head-nav ul li{
display:inline-block;
float:left;
}
.navbar-nav {
float: right;
padding: 1em 1em;
}
/*--*/
.navbar-nav ul li a{
position: relative;
display: inline-block;
margin: 0px 0px;
outline: none;
color: #fff;
text-decoration: none;
letter-spacing: 1px;
font-weight: 700;
text-shadow: 0 0 1px rgba(255,255,255,0.3);
font-size: 1.1em;
}
.navbar-nav a:hover,
.navbar-nav a:focus {
outline: none;
}
.head-nav {
}
.head-nav ul{
padding:0;
margin: 0;
}
*,
*:after,
*::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.head-nav ul li {
display: inline-block;
margin: 0;
outline: none;
text-decoration: none;
letter-spacing: 1px;
}
.navbar-nav a {
float: left;
}
.navbar-nav ul li a{
color: #000;
}
.navbar-nav ul li a:hover,.head-nav ul li.active a{
color:#FFF;
}
ul a:hover,
ul a:focus {
outline: none;
color: #000;
text-decoration: none;
}
/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
display: inline-block;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
-moz-transition: -moz-transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s;
}
.cl-effect-1 a::before {
margin-right: 10px;
content: '[';
-webkit-transform: translateX(20px);
-moz-transform: translateX(20px);
transform: translateX(20px);
}
.cl-effect-1 a::after {
margin-left: 10px;
content: ']';
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
transform: translateX(-20px);
}
.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
opacity: 1;
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
.banner {
padding: 1em 1em;
border: 1px solid #D8DADC;
}
/*--- slider-css --*/
.slider {
position: relative;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
.caption {
width: 100%;
position: absolute;
bottom: 0%;
left: 0%;
text-align: center;
background: rgba(38, 49, 59, 0.54);
padding: 0.5em 1.5em;
}
.caption h3{
color: #FFF;
font-weight: 700;
font-size: 1.8em;
text-align:left;
font-size: 1.5em;
font-family: 'Libre Baskerville', serif;
}
.caption p {
color: #fff;
line-height: 1.8em;
font-size: 1em;
text-align: left;
margin: 1em 0 ;
}
a.morebtn{
background:#3D3D3D;
padding:0.8em 0;
display:block;
font-size:0.875em;
text-transform:uppercase;
color:#FFF;
width:20%;
margin:0 auto;
transition:0.5s all ease;
-webkit-transition:0.5s all ease;
-moz-transition:0.5s all ease;
-o-transition:0.5s all ease;
-ms-transition:0.5s all ease;
}
a.morebtn:hover{
background:#585686;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 15px;
width: 15px;
display: inline-block;
background:#555;
}
.callbacks_here a:after{
background:#f53f1a;
}
.callbacks_tabs a{
visibility:hidden;
}
.callbacks_tabs li{
display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
position: absolute;
bottom: -45px;
z-index: 999;
text-align: right;
width: 100%;
padding: 0;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 50%;
left: 0;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height:34px;
width: 34px;
background: transparent url("../images/left.png") no-repeat left top;
margin-top: -45px;
}
.callbacks_nav.next {
left: auto;
background: transparent url("../images/right.png") no-repeat left top;
right: 0;
}
form.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
width: 40%;
}
/* Style the buttons inside the tab */
form.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of buttons on hover */
form.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
form.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
/*-- responsive-mediaquries --*/
@media(max-width:1024px){
.caption {
width: 100%;
left: 0%;
}
/*form.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
width: 100%;
}*/
}
@media(max-width:768px){
.callbacks_nav {
top: 47%;
}
form.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
width: 100%;
}
}
@media(max-width:640px){
.callbacks_tabs a:after {
height: 10px;
width: 10px;
}
.caption p {
font-size: 1em;
margin: 0.5em 0 0;
line-height: 1.5em;
}
}
@media(max-width:480px){
.callbacks_nav {
top: 60%;
}
.caption p{
margin:0.5em 0;
}
.callbacks_tabs a:after {
height:8px;
width: 8px;
}
ul.callbacks_tabs.callbacks1_tabs {
bottom: -30px;
left: 4px;
}
}
@media(max-width:320px){
.callbacks_nav {
top: 173%;
}
.callbacks_nav.next {
right: 69%;
}
.caption p{
margin:0.2em 0;
}
.callbacks_tabs a:after {
height:8px;
width: 8px;
}
ul.callbacks_tabs.callbacks1_tabs {
bottom: -36px;
left: 0px;
}
.callbacks_nav {
margin-top: -90px;
}
}
.gallery {
margin: 5em 0;
padding: 1em;
border: 1px solid #D8DADC;
}
.gallery h3 a{
text-decoration:none;
}
.gallery h3{
font-size: 1.3em;
color:#26313b;
margin: 1em 0 0;
font-size: 1.4em;
font-weight: 700;
font-family: 'Libre Baskerville', serif;
}
.gallery h3 a:hover{
color: #f53f1a;
}
.gallery p {
color: #302e2e;
font-size: 1em;
line-height: 1.8em;
margin: 1em 0;
font-weight: 400;
}
.b-search{
position: relative;
border: 1px solid #EEE;
padding: 0.5em 0;
background: #fff;
}
.b-search input[type="text"]{
width: 80%;
outline: none;
padding: 0em 0.6em;
font-size: 1em;
color: #999;
position: relative;
border: none;
}
.b-search input[type="submit"]{
background: url(../images/search-icon.png) no-repeat 0px 2px;
border: none;
height: 26px;
width: 26px;
display: inline-block;
position: absolute;
outline: none;
cursor: pointer;
top: 6px;
right: 2px;
}
.blog-grids {
padding: 1em 0;
border-bottom: 1px dotted #000;
}
.blog-grid-left {
float: left;
width: 27%;
}
.blog-grid-right {
float: left;
width: 66%;
margin-left: 1em;
}
.blog-grid-right h4 a {
color: #26313b;
font-size: 0.85em;
margin: 0 0 .5em 0;
font-weight: 700;
text-decoration: none;
font-family: 'Libre Baskerville', serif;
}
.blog-grid-right h4 a:hover{
color: #f53f1a;
}
.blog-grid-right h4{
margin: 0;
}
.blo-top {
padding: 1em 1em;
border: 1px solid #D8DADC;
margin: 1em 0;
}
.blog-grid-right p {
color: #302e2e;
font-size: 0.9em;
margin: 0.3em 0 0;
line-height: 1.5em;
font-weight: 400;
}
.blo-top li {
display: block;
line-height: 2em;
border-bottom:1px dotted #302e2e;
}
.blo-top li a {
color: #302e2e;
font-size: 1.1em;
line-height: 2.8em;
padding: 1em;
text-decoration: none;
}
.blo-top li a:hover{
color:#f53f1a;
}
.bann-left h3 {
background: #f53f1a;
color: #fff;
padding: 0.5em 1em;
margin: 1.5em 0 0;
font-size: 1.3em;
font-family: 'Libre Baskerville', serif;
}
.blo-top form input[type="text"] {
width: 100%;
color: #898888;
outline: none;
font-size: 16px;
padding: .5em;
border: 1px solid #eee;
-webkit-appearance: none;
}
.blo-top form input[type="submit"] {
background: #26313b;
padding: .3em 1em;
color: #fff;
font-size: 14px;
font-weight: 400;
display: block;
outline: none;
border: none;
width: 100%;
}
.blo-top form input[type="submit"]:hover{
background:#f53f1a;
}
.button {
margin: 1em 0 0;
float: right;
}
/*-- flexisel --*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display: none;
}
.nbs-flexisel-container {
position: relative;
max-width: 100%;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-inner {
overflow: hidden;
margin: 0 auto;
}
.nbs-flexisel-item {
float: left;
margin:0px;
padding:0px;
cursor: pointer;
position: relative;
line-height: 0px;
}
.nbs-flexisel-item > img {
cursor: pointer;
positon: relative;
margin-top:5px;
margin-bottom: 10px;
max-width:240px;
max-height:240px;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
}
.nbs-flexisel-item p{
padding:0px;
}
.nbs-flexisel-item p a{
color:#000;
font-size:1.2em;
}
.nbs-flexisel-item p a:hover{
color:#6CC372;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
width: 34px;
height: 34px;
position: absolute;
cursor: pointer;
z-index: 100;
margin-top:0em;
}
.nbs-flexisel-nav-left {
left:-3em;
background: url(../images/left.png) no-repeat 1px 1px ;
}
.nbs-flexisel-nav-right {
right:-3em;
background: url(../images/right.png) no-repeat 1px 1px ;
}
.banner-1 {
margin: 0em 0.5em;
border: 1px solid #BDBDBD;
padding: 0.5em;
}
.fle-xsel {
padding: 2em 4em;
border: 1px solid #D8DADC;
}
/*-- flexisel --*/
footer {
padding: 3em 1em;
border: 1px solid #D8DADC;
margin: 2em 0 0;
}
.footer h4 {
color: #26313b;
font-size: 1.3em;
margin: 0 0 1em;
font-weight: 700;
font-family: 'Libre Baskerville', serif;
}
.footer li a {
color: #302e2e;
font-size: 1em;
line-height: 2em;
text-decoration: none;
}
.footer li a:hover{
color: #f53f1a;
}
.footer ul {
padding: 0;
}
.footer li {
display: block;
}
.copyright {
margin: 2em 0 0;
text-align: center;
}
.copyright p {
color: #302e2e;
font-size: 1em;
line-height: 1.8em;
margin: 0;
}
.copyright p a{
text-decoration:none;
}
.contact-map iframe {
min-height:380px;
width: 100%;
border: none;
}
.contact_top {
padding:4em 0 0em 0;
}
.contact-head h3 {
text-align: left;
color: #fff;
font-size: 2em;
text-transform: uppercase;
font-weight: 700;
width: 73%;
margin: 0 auto;
}
.contact-head p {
text-align: left;
color: #fff;
font-size: 1.2em;
font-weight: 300;
width: 73%;
margin: 0.2em auto;
}
.contact-top h3 {
color: #FFF;
font-size: 1em;
text-transform: uppercase;
font-weight: 400;
margin: 0 0 1em;
}
.contact_left p{
color:#999;
font-size:0.85em;
line-height:1.5em;
margin-bottom: 1em;
}
.contact_left p span{
cursor:pointer;
color:#2aacc8;
}
.contact_left p span:hover{
text-decoration:underline;
}
.form_details input[type="text"], .form_details textarea {
padding: 11px;
width: 51%;
font-size: 1em;
margin: 10px 0px;
border:1px solid #bbb;
color: #bbb;
background: none;
-webkit-appearance: none;
float: left;
outline: none;
font-weight:400;
border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-o-border-radius: 0.3em;
-moz-border-radius: 0.3em;
}
.form_details textarea {
height:200px;
resize:none;
width:80%;
}
.form_details input[type="submit"] {
margin-top:1em;
color: #fff;
font-size: 1em;
padding: 0.7em 1em;
-webkit-appearance:none;
text-transform: uppercase;
display: inline-block;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-weight:400;
border: none;
text-transform:uppercase;
outline: none;
cursor: pointer;
width:20%;
background:#26313b;
border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-o-border-radius: 0.3em;
-moz-border-radius: 0.3em;
}
.form_details input[type="submit"]:hover {
text-decoration: none;
color: #fff;
background:#f53f1a;
}
.contact {
padding: 2em 1em;
border: 1px solid #D8DADC;
}
.sub-button {
margin-bottom: 25px;
}
.company_ad {
}
.contact_left h4 {
font-size: 1.7em;
color: #26313b;
font-weight: 600;
margin: 0 0 0.5em;
text-align: left;
font-family: 'Libre Baskerville', serif;
}
.contact_left p{
font-size: 1em;
color: #302e2e;
line-height: 1.8em;
margin-bottom: 19px;
}
.main-head-section h3 {
font-size: 2em;
color: #26313b;
font-weight: 400;
margin: 0 0 1em;
padding-bottom: 15px;
text-align: center;
font-family: 'Libre Baskerville', serif;
}
.company_ad h3 {
font-size: 1.7em;
color: #26313b;
font-weight: 600;
margin: 0 0 0.5em;
text-align: left;
font-family: 'Libre Baskerville', serif;
}
.company_ad span {
font-size: 1em;
color: #302e2e;
font-weight: 400;
line-height: 1.8em;
margin-bottom: 19px;
}
.company_ad p{
font-size: 1em;
line-height: 1.8em;
color: #8A8888;
}
.days p {
font-size: 1em;
line-height: 1.8em;
color: #8A8888;
}
.company_ad a{
font-size: 0.9em;
line-height: 1.2em;
color: #f53f1a;
margin-left: 2px;
} | css/main.css | @font-face {
font-family: "eart";
src: url(../fonts/earth_orbiter/earthorbiter.ttf);
}
#titre,#titres {
font-family: "eart";
}
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html,body{
font-family: 'Source Sans Pro', sans-serif;
background: url(../images/sos.png)no-repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
header {
padding: 2em 0;
}
.logo {
float: left;
}
.logo a{
display:block;
}
.head-nav ul li{
display:inline-block;
float:left;
}
.navbar-nav {
float: right;
padding: 1em 1em;
}
/*--*/
.navbar-nav ul li a{
position: relative;
display: inline-block;
margin: 0px 0px;
outline: none;
color: #fff;
text-decoration: none;
letter-spacing: 1px;
font-weight: 700;
text-shadow: 0 0 1px rgba(255,255,255,0.3);
font-size: 1.1em;
}
.navbar-nav a:hover,
.navbar-nav a:focus {
outline: none;
}
.head-nav {
}
.head-nav ul{
padding:0;
margin: 0;
}
*,
*:after,
*::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.head-nav ul li {
display: inline-block;
margin: 0;
outline: none;
text-decoration: none;
letter-spacing: 1px;
}
.navbar-nav a {
float: left;
}
.navbar-nav ul li a{
color: #000;
}
.navbar-nav ul li a:hover,.head-nav ul li.active a{
color:#FFF;
}
ul a:hover,
ul a:focus {
outline: none;
color: #000;
text-decoration: none;
}
/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
display: inline-block;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
-moz-transition: -moz-transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s;
}
.cl-effect-1 a::before {
margin-right: 10px;
content: '[';
-webkit-transform: translateX(20px);
-moz-transform: translateX(20px);
transform: translateX(20px);
}
.cl-effect-1 a::after {
margin-left: 10px;
content: ']';
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
transform: translateX(-20px);
}
.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
opacity: 1;
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
.banner {
padding: 1em 1em;
border: 1px solid #D8DADC;
}
/*--- slider-css --*/
.slider {
position: relative;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
.caption {
width: 100%;
position: absolute;
bottom: 0%;
left: 0%;
text-align: center;
background: rgba(38, 49, 59, 0.54);
padding: 0.5em 1.5em;
}
.caption h3{
color: #FFF;
font-weight: 700;
font-size: 1.8em;
text-align:left;
font-size: 1.5em;
font-family: 'Libre Baskerville', serif;
}
.caption p {
color: #fff;
line-height: 1.8em;
font-size: 1em;
text-align: left;
margin: 1em 0 ;
}
a.morebtn{
background:#3D3D3D;
padding:0.8em 0;
display:block;
font-size:0.875em;
text-transform:uppercase;
color:#FFF;
width:20%;
margin:0 auto;
transition:0.5s all ease;
-webkit-transition:0.5s all ease;
-moz-transition:0.5s all ease;
-o-transition:0.5s all ease;
-ms-transition:0.5s all ease;
}
a.morebtn:hover{
background:#585686;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 15px;
width: 15px;
display: inline-block;
background:#555;
}
.callbacks_here a:after{
background:#f53f1a;
}
.callbacks_tabs a{
visibility:hidden;
}
.callbacks_tabs li{
display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
position: absolute;
bottom: -45px;
z-index: 999;
text-align: right;
width: 100%;
padding: 0;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 50%;
left: 0;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height:34px;
width: 34px;
background: transparent url("../images/left.png") no-repeat left top;
margin-top: -45px;
}
.callbacks_nav.next {
left: auto;
background: transparent url("../images/right.png") no-repeat left top;
right: 0;
}
form.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
width: 40%;
}
/* Style the buttons inside the tab */
form.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of buttons on hover */
form.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
form.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
/*-- responsive-mediaquries --*/
@media(max-width:1024px){
.caption {
width: 100%;
left: 0%;
}
/*form.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
width: 100%;
}*/
}
@media(max-width:768px){
.callbacks_nav {
top: 47%;
}
form.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
width: 100%;
}
}
@media(max-width:640px){
.callbacks_tabs a:after {
height: 10px;
width: 10px;
}
.caption p {
font-size: 1em;
margin: 0.5em 0 0;
line-height: 1.5em;
}
}
@media(max-width:480px){
.callbacks_nav {
top: 60%;
}
.caption p{
margin:0.5em 0;
}
.callbacks_tabs a:after {
height:8px;
width: 8px;
}
ul.callbacks_tabs.callbacks1_tabs {
bottom: -30px;
left: 4px;
}
}
@media(max-width:320px){
.callbacks_nav {
top: 173%;
}
.callbacks_nav.next {
right: 69%;
}
.caption p{
margin:0.2em 0;
}
.callbacks_tabs a:after {
height:8px;
width: 8px;
}
ul.callbacks_tabs.callbacks1_tabs {
bottom: -36px;
left: 0px;
}
.callbacks_nav {
margin-top: -90px;
}
}
.gallery {
margin: 5em 0;
padding: 1em;
border: 1px solid #D8DADC;
}
.gallery h3 a{
text-decoration:none;
}
.gallery h3{
font-size: 1.3em;
color:#26313b;
margin: 1em 0 0;
font-size: 1.4em;
font-weight: 700;
font-family: 'Libre Baskerville', serif;
}
.gallery h3 a:hover{
color: #f53f1a;
}
.gallery p {
color: #302e2e;
font-size: 1em;
line-height: 1.8em;
margin: 1em 0;
font-weight: 400;
}
.b-search{
position: relative;
border: 1px solid #EEE;
padding: 0.5em 0;
background: #fff;
}
.b-search input[type="text"]{
width: 80%;
outline: none;
padding: 0em 0.6em;
font-size: 1em;
color: #999;
position: relative;
border: none;
}
.b-search input[type="submit"]{
background: url(../images/search-icon.png) no-repeat 0px 2px;
border: none;
height: 26px;
width: 26px;
display: inline-block;
position: absolute;
outline: none;
cursor: pointer;
top: 6px;
right: 2px;
}
.blog-grids {
padding: 1em 0;
border-bottom: 1px dotted #000;
}
.blog-grid-left {
float: left;
width: 27%;
}
.blog-grid-right {
float: left;
width: 66%;
margin-left: 1em;
}
.blog-grid-right h4 a {
color: #26313b;
font-size: 0.85em;
margin: 0 0 .5em 0;
font-weight: 700;
text-decoration: none;
font-family: 'Libre Baskerville', serif;
}
.blog-grid-right h4 a:hover{
color: #f53f1a;
}
.blog-grid-right h4{
margin: 0;
}
.blo-top {
padding: 1em 1em;
border: 1px solid #D8DADC;
margin: 1em 0;
}
.blog-grid-right p {
color: #302e2e;
font-size: 0.9em;
margin: 0.3em 0 0;
line-height: 1.5em;
font-weight: 400;
}
.blo-top li {
display: block;
line-height: 2em;
border-bottom:1px dotted #302e2e;
}
.blo-top li a {
color: #302e2e;
font-size: 1.1em;
line-height: 2.8em;
padding: 1em;
text-decoration: none;
}
.blo-top li a:hover{
color:#f53f1a;
}
.bann-left h3 {
background: #f53f1a;
color: #fff;
padding: 0.5em 1em;
margin: 1.5em 0 0;
font-size: 1.3em;
font-family: 'Libre Baskerville', serif;
}
.blo-top form input[type="text"] {
width: 100%;
color: #898888;
outline: none;
font-size: 16px;
padding: .5em;
border: 1px solid #eee;
-webkit-appearance: none;
}
.blo-top form input[type="submit"] {
background: #26313b;
padding: .3em 1em;
color: #fff;
font-size: 14px;
font-weight: 400;
display: block;
outline: none;
border: none;
width: 100%;
}
.blo-top form input[type="submit"]:hover{
background:#f53f1a;
}
.button {
margin: 1em 0 0;
float: right;
}
/*-- flexisel --*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display: none;
}
.nbs-flexisel-container {
position: relative;
max-width: 100%;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-inner {
overflow: hidden;
margin: 0 auto;
}
.nbs-flexisel-item {
float: left;
margin:0px;
padding:0px;
cursor: pointer;
position: relative;
line-height: 0px;
}
.nbs-flexisel-item > img {
cursor: pointer;
positon: relative;
margin-top:5px;
margin-bottom: 10px;
max-width:240px;
max-height:240px;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
}
.nbs-flexisel-item p{
padding:0px;
}
.nbs-flexisel-item p a{
color:#000;
font-size:1.2em;
}
.nbs-flexisel-item p a:hover{
color:#6CC372;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
width: 34px;
height: 34px;
position: absolute;
cursor: pointer;
z-index: 100;
margin-top:0em;
}
.nbs-flexisel-nav-left {
left:-3em;
background: url(../images/left.png) no-repeat 1px 1px ;
}
.nbs-flexisel-nav-right {
right:-3em;
background: url(../images/right.png) no-repeat 1px 1px ;
}
.banner-1 {
margin: 0em 0.5em;
border: 1px solid #BDBDBD;
padding: 0.5em;
}
.fle-xsel {
padding: 2em 4em;
border: 1px solid #D8DADC;
}
/*-- flexisel --*/
footer {
padding: 3em 1em;
border: 1px solid #D8DADC;
margin: 2em 0 0;
}
.footer h4 {
color: #26313b;
font-size: 1.3em;
margin: 0 0 1em;
font-weight: 700;
font-family: 'Libre Baskerville', serif;
}
.footer li a {
color: #302e2e;
font-size: 1em;
line-height: 2em;
text-decoration: none;
}
.footer li a:hover{
color: #f53f1a;
}
.footer ul {
padding: 0;
}
.footer li {
display: block;
}
.copyright {
margin: 2em 0 0;
text-align: center;
}
.copyright p {
color: #302e2e;
font-size: 1em;
line-height: 1.8em;
margin: 0;
}
.copyright p a{
text-decoration:none;
}
.contact-map iframe {
min-height:380px;
width: 100%;
border: none;
}
.contact_top {
padding:4em 0 0em 0;
}
.contact-head h3 {
text-align: left;
color: #fff;
font-size: 2em;
text-transform: uppercase;
font-weight: 700;
width: 73%;
margin: 0 auto;
}
.contact-head p {
text-align: left;
color: #fff;
font-size: 1.2em;
font-weight: 300;
width: 73%;
margin: 0.2em auto;
}
.contact-top h3 {
color: #FFF;
font-size: 1em;
text-transform: uppercase;
font-weight: 400;
margin: 0 0 1em;
}
.contact_left p{
color:#999;
font-size:0.85em;
line-height:1.5em;
margin-bottom: 1em;
}
.contact_left p span{
cursor:pointer;
color:#2aacc8;
}
.contact_left p span:hover{
text-decoration:underline;
}
.form_details input[type="text"], .form_details textarea {
padding: 11px;
width: 51%;
font-size: 1em;
margin: 10px 0px;
border:1px solid #bbb;
color: #bbb;
background: none;
-webkit-appearance: none;
float: left;
outline: none;
font-weight:400;
border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-o-border-radius: 0.3em;
-moz-border-radius: 0.3em;
}
.form_details textarea {
height:200px;
resize:none;
width:80%;
}
.form_details input[type="submit"] {
margin-top:1em;
color: #fff;
font-size: 1em;
padding: 0.7em 1em;
-webkit-appearance:none;
text-transform: uppercase;
display: inline-block;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-weight:400;
border: none;
text-transform:uppercase;
outline: none;
cursor: pointer;
width:20%;
background:#26313b;
border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-o-border-radius: 0.3em;
-moz-border-radius: 0.3em;
}
.form_details input[type="submit"]:hover {
text-decoration: none;
color: #fff;
background:#f53f1a;
}
.contact {
padding: 2em 1em;
border: 1px solid #D8DADC;
}
.sub-button {
margin-bottom: 25px;
}
.company_ad {
}
.contact_left h4 {
font-size: 1.7em;
color: #26313b;
font-weight: 600;
margin: 0 0 0.5em;
text-align: left;
font-family: 'Libre Baskerville', serif;
}
.contact_left p{
font-size: 1em;
color: #302e2e;
line-height: 1.8em;
margin-bottom: 19px;
}
.main-head-section h3 {
font-size: 2em;
color: #26313b;
font-weight: 400;
margin: 0 0 1em;
padding-bottom: 15px;
text-align: center;
font-family: 'Libre Baskerville', serif;
}
.company_ad h3 {
font-size: 1.7em;
color: #26313b;
font-weight: 600;
margin: 0 0 0.5em;
text-align: left;
font-family: 'Libre Baskerville', serif;
}
.company_ad span {
font-size: 1em;
color: #302e2e;
font-weight: 400;
line-height: 1.8em;
margin-bottom: 19px;
}
.company_ad p{
font-size: 1em;
line-height: 1.8em;
color: #8A8888;
}
.days p {
font-size: 1em;
line-height: 1.8em;
color: #8A8888;
}
.company_ad a{
font-size: 0.9em;
line-height: 1.2em;
color: #f53f1a;
margin-left: 2px;
} | 0.311741 | 0.071559 |
@media screen and (max-width: 768px) {
.col-md-4{
padding-left:0;
padding-right:0;
}
.row {
margin-right:0;
margin-left:0;
}
.container{
padding:0 !important;
}
}
#myScrollspy{
background: url(/img/paste.jpg);
}
body{
background:#eeeeee;
}
.today{
max-width:380px;
}
.container{
padding: 10px 0;
}
.post-module {
position: relative;
display: block;
background: #ffffff;
min-width: 270px;
height: 470px;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.post-module:hover,.hover {
-webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
opacity: .6;
}
.post-module .thumbnail {
background: #000000;
height: 300px;
overflow: hidden;
padding:0 !important;
border: 0 !important;
border-radius:0 !important;
}
.post-module .thumbnail img {
display: block;
width: 120%;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.post-module .post-content {
position: absolute;
bottom: 0;
background: #ffffff;
width: 100%;
padding: 30px;
-webkti-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
-moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
-ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
-o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
position: absolute;
top: -34px;
left: 0;
background: #e74c3c;
padding: 10px 15px;
color: #ffffff;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
}
.post-module .post-content .title {
margin: 0;
padding: 0 0 10px;
color: #333333;
font-size: 26px;
font-weight: 700;
}
.post-module .post-content .sub_title {
margin: 0;
padding: 0 0 20px;
color: #e74c3c;
font-size: 16px;
font-weight: 400;
}
.post-module .post-content .description {
display: none;
color: #666666;
font-size: 14px;
line-height: 1.8em;
}
.post-module .post-content .post-meta {
margin: 30px 0 0;
color: #999999;
}
.post-module .post-content .post-meta .timestamp {
margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
color: #999999;
text-decoration: none;
}
.hover .post-content .description {
display: block !important;
height: auto !important;
opacity: 1 !important;
} | src/business/static/css/todaystyles.css | @media screen and (max-width: 768px) {
.col-md-4{
padding-left:0;
padding-right:0;
}
.row {
margin-right:0;
margin-left:0;
}
.container{
padding:0 !important;
}
}
#myScrollspy{
background: url(/img/paste.jpg);
}
body{
background:#eeeeee;
}
.today{
max-width:380px;
}
.container{
padding: 10px 0;
}
.post-module {
position: relative;
display: block;
background: #ffffff;
min-width: 270px;
height: 470px;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.post-module:hover,.hover {
-webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
opacity: .6;
}
.post-module .thumbnail {
background: #000000;
height: 300px;
overflow: hidden;
padding:0 !important;
border: 0 !important;
border-radius:0 !important;
}
.post-module .thumbnail img {
display: block;
width: 120%;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.post-module .post-content {
position: absolute;
bottom: 0;
background: #ffffff;
width: 100%;
padding: 30px;
-webkti-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
-moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
-ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
-o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
position: absolute;
top: -34px;
left: 0;
background: #e74c3c;
padding: 10px 15px;
color: #ffffff;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
}
.post-module .post-content .title {
margin: 0;
padding: 0 0 10px;
color: #333333;
font-size: 26px;
font-weight: 700;
}
.post-module .post-content .sub_title {
margin: 0;
padding: 0 0 20px;
color: #e74c3c;
font-size: 16px;
font-weight: 400;
}
.post-module .post-content .description {
display: none;
color: #666666;
font-size: 14px;
line-height: 1.8em;
}
.post-module .post-content .post-meta {
margin: 30px 0 0;
color: #999999;
}
.post-module .post-content .post-meta .timestamp {
margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
color: #999999;
text-decoration: none;
}
.hover .post-content .description {
display: block !important;
height: auto !important;
opacity: 1 !important;
} | 0.270288 | 0.084229 |
@font-face {
font-family: 'iDroid';
src: url('/fontes/idroid.otf');
}
:root{
--cor0: #C5EBD6;
--cor1: #83e1ad;
--cor2: #3ddc84;
--cor3: #2FA866;
--cor4: #1a5c37;
--cor5: #063d1e;
--fonte0: Arial, Helvetica, sans-serif;
--fonte1: 'Bebas Neue', cursive;
--fonte2: 'iDroid', cursive;
}
*{
line-height: 1.5em;
margin: 0px
}
img{
display: block;
margin: auto;
padding: 10px;
}
header{
background: linear-gradient( var(--cor2), 40%, var(--cor4));
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
text-align: center;
font-family: var(--fonte0);
color: rgb(238, 238, 238);
padding-top: 0px;
}
header>h1{
font-family: var(--fonte1);
font-weight: 200;
padding: 15px;
}
header>nav{
text-align: left;
}
header>nav>a{
text-decoration: none;
color: rgb(238, 238, 238);
}
nav{
box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.466);
padding: 15px;
}
nav>a{
padding: 15px;
padding-bottom: 15px;
}
nav>a:hover{
background-color: var(--cor3);
color: var(--cor5);
text-decoration: none;
font-weight: bold;
text-shadow: none;
}
body{
background-color: var(--cor0);
margin: 0%;
height: 100%;
}
main{
min-width: 400px;
max-width: 800px;
margin: auto;
text-align: justify;
background-color:rgb(255, 255, 255);
padding-right: 20px;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.466);
}
main>article{
font-family: var(--fonte0);
}
main>article>h1{
font-family: var(--fonte2);
color: var(--cor4);
font-size: 1.7em;
}
main>article>h2{
font-family: var(--fonte2);
color: var(--cor4);
background: linear-gradient(90deg, var(--cor1), white);
}
.link{
text-decoration: none;
color: var(--cor4);
font-weight: bold;
}
.destaque{
color: var(--cor4);
font-weight: bold;
}
div.video{
position: relative;
background-color: var(--cor4);
height: 0px;
margin-left: -20px;
margin-right: -20px;
margin-bottom: 15px;
padding-bottom: 59%;
}
div.video>iframe{
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
aside{
background-color: var(--cor0);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
margin-bottom: 10px;
padding: 5px;
}
#pergunta{
background-color: var(--cor3);
color: rgb(255, 255, 255);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 5px;
}
ul{
list-style-type: '\2714\0020\0020';
columns: 2;
list-style-position: inside;
margin-top: 10px;
margin-bottom: 10px;
}
footer{
background-color: var(--cor4);
font-family: var(--fonte0);
color: rgb(255, 255, 255);
font-size: 10px;
text-align: center;
font-style: italic;
}
footer>p{
margin-top: 10px;
padding: 5px;
}
.destaque2{
font-weight: bold;
} | HTML/Desafio 010/style.css | @font-face {
font-family: 'iDroid';
src: url('/fontes/idroid.otf');
}
:root{
--cor0: #C5EBD6;
--cor1: #83e1ad;
--cor2: #3ddc84;
--cor3: #2FA866;
--cor4: #1a5c37;
--cor5: #063d1e;
--fonte0: Arial, Helvetica, sans-serif;
--fonte1: 'Bebas Neue', cursive;
--fonte2: 'iDroid', cursive;
}
*{
line-height: 1.5em;
margin: 0px
}
img{
display: block;
margin: auto;
padding: 10px;
}
header{
background: linear-gradient( var(--cor2), 40%, var(--cor4));
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
text-align: center;
font-family: var(--fonte0);
color: rgb(238, 238, 238);
padding-top: 0px;
}
header>h1{
font-family: var(--fonte1);
font-weight: 200;
padding: 15px;
}
header>nav{
text-align: left;
}
header>nav>a{
text-decoration: none;
color: rgb(238, 238, 238);
}
nav{
box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.466);
padding: 15px;
}
nav>a{
padding: 15px;
padding-bottom: 15px;
}
nav>a:hover{
background-color: var(--cor3);
color: var(--cor5);
text-decoration: none;
font-weight: bold;
text-shadow: none;
}
body{
background-color: var(--cor0);
margin: 0%;
height: 100%;
}
main{
min-width: 400px;
max-width: 800px;
margin: auto;
text-align: justify;
background-color:rgb(255, 255, 255);
padding-right: 20px;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.466);
}
main>article{
font-family: var(--fonte0);
}
main>article>h1{
font-family: var(--fonte2);
color: var(--cor4);
font-size: 1.7em;
}
main>article>h2{
font-family: var(--fonte2);
color: var(--cor4);
background: linear-gradient(90deg, var(--cor1), white);
}
.link{
text-decoration: none;
color: var(--cor4);
font-weight: bold;
}
.destaque{
color: var(--cor4);
font-weight: bold;
}
div.video{
position: relative;
background-color: var(--cor4);
height: 0px;
margin-left: -20px;
margin-right: -20px;
margin-bottom: 15px;
padding-bottom: 59%;
}
div.video>iframe{
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
aside{
background-color: var(--cor0);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
margin-bottom: 10px;
padding: 5px;
}
#pergunta{
background-color: var(--cor3);
color: rgb(255, 255, 255);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 5px;
}
ul{
list-style-type: '\2714\0020\0020';
columns: 2;
list-style-position: inside;
margin-top: 10px;
margin-bottom: 10px;
}
footer{
background-color: var(--cor4);
font-family: var(--fonte0);
color: rgb(255, 255, 255);
font-size: 10px;
text-align: center;
font-style: italic;
}
footer>p{
margin-top: 10px;
padding: 5px;
}
.destaque2{
font-weight: bold;
} | 0.42179 | 0.127761 |
@charset "UTF-8";
@font-face {
font-family: 'Nanum Gothic';
src: url("../font/NanumGothic.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: 'Nanum Gothic';
src: url("../font/NanumGothicBold.ttf") format("truetype");
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: 'Nanum Gothic';
src: url("../font/NanumGothicExtraBold.ttf") format("truetype");
font-style: normal;
font-weight: 800;
}
:root {
--light-pink: #fff7f7;
--dark-pink: #e77474;
}
* {
font-family: 'Nanum Gothic';
}
a {
text-decoration: underline;
text-underline-position: under;
}
img {
cursor: pointer;
}
i {
cursor: pointer;
}
*:focus {
outline: none;
}
*:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset;
}
#main_container {
width: 1184px;
min-height: 724px;
margin: 42.5px auto 38px;
}
header {
width: 1184px;
height: 156.5px;
margin: 0 auto;
}
header img#logo {
width: 312px;
position: absolute;
left: 50%;
top: 52.5px;
transform: translate(-50%);
}
div#header_content * {
font-size: 18px;
}
.dropdown-toggle {
cursor: pointer;
}
div#header_content {
position: relative;
}
div#header_line {
min-width: 1184px;
padding-bottom: 16px;
background-color: var(--light-pink);
border-top: 0.7px solid var(--dark-pink);
border-bottom: 0.7px solid var(--dark-pink);
}
#side_bar {
width: 291px;
float: left;
margin-right: 34px;
text-align: center;
}
#side_bar > #side_container {
width: 291px;
margin-bottom: 65px;
float: left;
}
#side_login {
width: 291px;
height: 171px;
margin-top: 24.5px;
}
#side_bar #line_wrapper {
border-bottom: solid 1.5px #a0a0a0;
margin: 0;
padding: 0;
}
#side_bar p#widget_title {
font-size: 28px;
font-weight: 800;
margin: 0;
display: inline;
border-bottom: solid 3.5px #000000;
padding: 0 14.5px 4px;
}
#side_bar .status_wrapper p {
margin: 0;
font-size: 20px;
}
div#content_wrapper {
width: 859px;
border: solid 1px #c0c0c0;
padding: 28px 26px;
float: right;
margin-bottom: 80px;
}
div#content_wrapper .select_option {
height: 40px;
background: url('../svg/ic_selectbox_arrow_gray.svg') no-repeat 95% 50%;
margin: 0 20px 0 0;
font-size: 14px;
float: left;
border: solid 1px #868686;
padding-left: 12px;
}
div#post_container .select_option {
height: 40px;
margin: 0;
background: url('../svg/ic_selectbox_arrow_gray.svg') no-repeat 95% 50%;
font-size: 14px;
float: left;
border: solid 1px #c6c6c6;
padding-left: 12px;
}
.scrollable select {
border: none;
}
div#content_wrapper .select_order {
background: url('../svg/ic_selectbox_arrow_red.svg') no-repeat 95% 50%;
margin: 0;
font-size: 20px;
float: right;
border: 0;
padding-right: 30px;
}
.select_page_numberlist .selected_page {
color: var(--dark-pink);
font-weight:700;
cursor: default;
pointer-events: none;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
select::-ms-expand {
display: none;
}
#content_wrapper .content_logo {
width: 33px;
height: 30px;
float: left;
margin: 0 15.3px 0 0;
cursor: default;
}
#content_wrapper .content_title {
line-height: 1.14;
font-size: 28px;
font-weight: 800;
margin: 0;
}
#content_wrapper div.board_card {
width: 245px;
height: 319px;
margin-bottom: 37px;
display: inline-block;
cursor: pointer;
}
#content_wrapper div.board_card .post_date{
font-size: 16px;
font-weight: 700;
color: #707070;
margin-top: 4px;
}
.article_list div:nth-child(3n+2){
margin-right: 27px;
}
.article_list div:nth-child(3n+1){
margin-right: 27px;
}
.board_card > .card_img {
width: 247px;
height: 176px;
border-top: solid 1px var(--dark-pink);
border-left: solid 1px var(--dark-pink);
border-right: solid 1px var(--dark-pink);
}
.board_card > .card_content {
width: 247px;
height: 143px;
background-color: var(--light-pink);
padding-top: 6px;
border: solid 1px var(--dark-pink);
}
.board_card > .card_content p {
text-align: center;
margin: 0;
}
.img_card {
width: 247px;
height: 176px;
margin: 0;
}
.select_page_container {
width: 807px;
margin: 0 auto;
margin-top: 20px;
text-align: center;
}
.select_page_container .boardlist_arrow {
width: 40px;
height: 40px;
margin: 0;
margin-bottom: 10px;
}
.select_page_container .select_page_numberlist {
margin: 0 auto;
}
.select_page_numberlist > span {
font-size: 30px;
color: #868686;
cursor: pointer;
margin: 0px 20px;
}
footer {
min-width: 1184px;
height: 89px;
padding: 30px 0 32px;
background-color: var(--light-pink);
border-top: 0.7px solid var(--dark-pink);
clear: both;
}
div#footer_content {
width: 1184px;
text-align: center;
margin: 0 auto;
}
div#footer_content * {
font-size: 18px;
}
div#signup_container {
width: 500px;
margin: 0 auto;
text-align: left;
position: relative;
}
div#signup_result_container {
width: 500px;
margin: 0 auto;
text-align: center;
}
div#signup_result_container .go_main {
width: 300px;
height: 69px;
margin-top: 62px;
background-color: #e77474;
border: 0;
font-size: 25px;
color: #ffffff;
}
div#signup_result_container .major {
font-size: 40px;
margin: 0;
}
div#signup_result_container .minor {
font-size: 20px;
margin: 0;
color: #707070;
}
div#signup_result_container .major span {
font-weight: 700;
}
#signup_page_logo {
width: 312px;
top: 61px;
position: absolute;
left: 50%;
transform: translate(-50%);
}
div#signup_container .title_input {
font-size: 19px;
font-weight: 700;
margin: 0 0 10px;
}
.input_info {
width: 500px;
height: 59px;
border: solid 1px #b2b2b2;
margin: 0;
padding: 0 9.5px;
font-size: 19px;
}
div#login_container input:focus {
border: solid 1px var(--dark-pink);
}
div#signup_container input:focus {
border: solid 1px var(--dark-pink);
}
.btn_input_info_submit {
width: 500px;
height: 68px;
border: 0;
background-color: var(--dark-pink);
font-size: 24px;
font-weight: 700;
color: #ffffff;
cursor: pointer;
text-align: center;
}
.btn_input_info_cancel {
width: 500px;
height: 68px;
border: 0;
background-color: #ffffff;
border : solid 1px #b2b2b2;
font-size: 24px;
font-weight: 700;
color: #000000;
cursor: pointer;
text-align: center;
}
div#signup_container .btn_signup {
margin-top: 46px;
margin-bottom: 177px;
}
.btn_emailauth {
width: 151px;
height: 59px;
float: right;
margin: 0;
background-color: var(--dark-pink);
border: 0;
font-size: 19px;
font-weight: 400;
color: #ffffff;
cursor: pointer;
}
.valid_warning {
font-size: 16px;
margin: 6px 0 0;
color: #ff0000;
}
.login_wrapper {
width: 291px;
height: 171px;
border: solid 1px #c6c6c6;
padding: 21px 15px;
text-align: left;
}
#side_profile {
width: 291px;
height: 93px;
border: solid 1px var(--dark-pink);
padding-top: 10px;
background: linear-gradient(#ffffff 53px, #f5f6f7 40px);
}
#side_profile_container {
width: 291px;
height: 171px;
text-align: left;
}
.anonymous {
display: none;
}
.has_authority {
display: none;
}
#side_profile #profile_top {
width: 291px;
height: 53px;
}
#side_profile #profile_bottom {
width: 291px;
height: 40px;
}
#side_profile .profile_btn {
position: relative;
font-size: 13px;
margin: 0 32px;
vertical-align: top;
display: inline-block;
}
#profile_top a:link {
color: #707070;
text-decoration: none;
}
#profile_top a:visited {
color: #707070;
text-decoration: none;
}
#profile_top a:hover {
color: #707070;
text-decoration: none;
}
#profile_bottom a:link {
color: #000000;
text-decoration: none;
}
#profile_bottom a:visited {
color: #000000;
text-decoration: none;
}
#profile_bottom a:hover {
color: #000000;
text-decoration: none;
}
.profile_btn .alert {
position: absolute;
display: none;
padding: 0px;
text-align: center;
width: 24px;
height: 16px;
bottom: 4px;
font-size: 9px;
line-height: 1.5;
font-weight: 700;
border-radius: 8px;
background-color: var(--dark-pink);
color: #ffffff;
}
#btn_post {
width: 291px;
height: 54px;
border: solid 1px var(--dark-pink);
background-color: var(--light-pink);
color: #707070;
font-weight: 700;
font-size: 22px;
}
#side_profile #profile_username {
max-width: 130px;
margin: 5px 0 0 11px;
font-weight: 800;
font-size: 14px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.login_wrapper p {
color: #707070;
line-height: 1.15;
font-size: 13px;
margin: 0;
}
.login_wrapper a:link {
color: #707070;
text-decoration: none;
}
.login_wrapper a:visited {
color: #707070;
text-decoration: none;
}
.login_wrapper a:hover {
color: #707070;
text-decoration: none;
}
#login_container a:link {
color: #707070;
text-decoration: none;
}
#login_container a:visited {
color: #707070;
text-decoration: none;
}
#login_container a:hover {
color: #707070;
text-decoration: none;
}
#side_login #btn_login_handler {
width: 259px;
height: 55px;
border-radius: 3px;
border: 0;
background-color: var(--dark-pink);
font-size: 20px;
font-weight: 700;
margin: 22px 0;
color: #ffffff;
}
#side_login #btn_login_handler:focus {
outline: none;
}
.side_logout {
width: 64px;
height: 27px;
border-radius: 15px;
border: 0;
background-color: var(--dark-pink);
margin-right: 10px;
color: #ffffff;
font-size: 10px;
font-weight: 800;
display: inline-block;
float: right;
}
button.side_logout:focus {
outline: none;
}
button#side_login_handler:focus {
outline: none;
}
button#btn_post:focus {
outline: none;
}
#login_container {
width: 500px;
text-align: center;
margin: 0 auto;
}
#login_container .btn_social_login {
width: 500px;
height: 70px;
margin: 6px 0;
border: solid 1px #b2b2b2;
background: #ffffff;
color: #707070;
}
#login_container .btn_social_login:focus {
outline: none;
}
#login_container .btn_social_login > span {
font-size: 20px;
font-weight: 700;
display: inline-block;
vertical-align: middle;
}
#login_container a {
text-decoration: none;
}
#post_container #write_title {
width: 642px;
height: 40px;
border: solid 1px #c6c6c6c6;
float: right;
}
#post_container #write_title:focus {
border: solid 1px var(--dark-pink);
}
#post_container #write_image_box {
width: 642px;
height: 120px;
margin-bottom: 30px;
border: dashed 2px #c6c6c6;
text-align: left;
padding: 8px 0;
float: right;
}
#write_image_box .preview_box {
width: 100px;
height: 100px;
margin: 0 0 0 22px;
display: inline-block;
position: relative;
}
#write_image_box .preview_box .btn_upload_cancel {
top: 2px;
left: 70px;
z-index: 2;
position: absolute;
}
#write_image_box .preview_box .img_preview {
width: 100%;
height: 100%;
border: solid 2px #a0a0a0;
border-radius: 10px;
position: absolute;
z-index: 1;
}
#post_container #write_image_box #btn_add_image {
width: 100px;
height: 100px;
line-height: 90px;
margin: 0 0 0 16px;
border: solid 2px #a0a0a0;
border-radius: 10px;
text-align: center;
float: right;
cursor: pointer;
}
#write_image_box #upload_placeholder {
margin-left: 80px;
line-height: 92px;
font-size: 20px;
color: #b2b2b2;
cursor: pointer;
}
#post_container #write_content {
width: 100%;
height: 600px;
margin-bottom: 30px;
border: solid 1px #c6c6c6;
text-align: left;
padding: 30px;
font-size: 18px;
}
#post_container #write_content::placeholder {
color: #b2b2b2;
font-weight: 700;
}
#btn_write_cancel {
width: 150px;
height: 60px;
border: 0;
margin-bottom: 30px;
background-color: #b2b2b2;
font-size: 20px;
font-weight: 700;
color: #ffffff;
cursor: pointer;
float: left;
}
#btn_write_cancel:focus {
outline: none;
}
.btn_write_submit {
width: 150px;
height: 60px;
border: 0;
margin-bottom: 30px;
background-color: var(--dark-pink);
font-size: 20px;
font-weight: 700;
color: #ffffff;
cursor: pointer;
float: right;
}
#naming_img_box {
width: 284px;
height: 284px;
cursor: pointer;
margin: 60px auto 50px;
border: solid 5px #c6c6c6;
border-radius: 26px;
text-align: center;
vertical-align: top;
position: relative;
}
#naming_img_box .btn_add_image{
width: 45px;
height: 45px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#naming_img_box_result{
width: 610px;
height: 293px;
margin: 60px auto 50px;
border: solid 5px #c6c6c6;
border-radius: 26px;
position: relative;
display: none;
}
#naming_submit {
width: 151px;
height: 53px;
border-radius: 65px;
background-color: var(--dark-pink);
border: 0;
color: #ffffff;
font-size: 20px;
font-weight: 800;
display: inline-block;
}
#naming_cancel {
width: 151px;
height: 53px;
margin-right: 50px;
border-radius: 65px;
background-color: #b2b2b2;
border: 0;
color: #ffffff;
font-size: 20px;
font-weight: 800;
}
#naming_retry {
width: 151px;
height: 53px;
border-radius: 65px;
background-color: var(--dark-pink);
border: 0;
color: #ffffff;
font-size: 20px;
font-weight: 800;
display: none;
}
#naming_name {
font-size: 40px;
font-weight: 800;
margin-top: -10px;
}
.img_naming {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 21px;
display: none;
}
.side_logo {
width: 290px;
height: 119.5px;
}
.translate-container {
width: 610px;
height: 150px;
}
.translate-box {
width: 150px;
height: 150px;
float: left;
position: relative;
}
.translate-image {
width: 150px;
height: 150px;
left: 0;
top: 0;
position: absolute;
cursor: default;
}
.opacity1{
opacity: 0.3;
filter: alpha(opacity=3);
}
.opacity2{
opacity: 0.60;
filter: alpha(opacity=60);
}
@keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-moz-keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-o-keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-moz-keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-o-keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@keyframes loading-text-opacity {
0% {
opacity: 0
}
20% {
opacity: 0
}
50% {
opacity: 1
}
100% {
opacity: 0
}
}
@-moz-keyframes loading-text-opacity {
0% {
opacity: 0
}
20% {
opacity: 0
}
50% {
opacity: 1
}
100% {
opacity: 0
}
}
@-webkit-keyframes loading-text-opacity {
0% {
opacity: 0
}
20% {
opacity: 0
}
50% {
opacity: 1
}
100% {
opacity: 0
}
}
@-o-keyframes loading-text-opacity {
0% {
opacity: 0
}
20% {
opacity: 0
}
50% {
opacity: 1
}
100% {
opacity: 0
}
}
.loading-container,
.loading {
height: 100px;
position: relative;
width: 100px;
border-radius: 100%;
}
.loading-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
}
.loading {
border: 2px solid transparent;
border-color: transparent #fff transparent #FFF;
-moz-animation: rotate-loading 1.5s linear 0s infinite normal;
-moz-transform-origin: 50% 50%;
-o-animation: rotate-loading 1.5s linear 0s infinite normal;
-o-transform-origin: 50% 50%;
-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
-webkit-transform-origin: 50% 50%;
animation: rotate-loading 1.5s linear 0s infinite normal;
transform-origin: 50% 50%;
}
.loading-container .loading {
border-color: transparent #E45635 transparent #E45635;
}
.loading-container .loading,
.loading-container .loading {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#loading-text {
-moz-animation: loading-text-opacity 2s linear 0s infinite normal;
-o-animation: loading-text-opacity 2s linear 0s infinite normal;
-webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
animation: loading-text-opacity 2s linear 0s infinite normal;
color: #ffffff;
font-family: "Helvetica Neue, "Helvetica", ""arial";
font-size: 13px;
font-weight: bold;
opacity: 0;
position: absolute;
text-align: center;
text-transform: uppercase;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
position: absolute;
}
#detail_container .btn_message_detail {
width: 44px;
height: 44px;
margin-top: -25px;
margin-left: 20px;
}
#detail_container .article_info td:first-child {
width: 112px;
height: 48px;
font-size: 20px;
font-weight: 700;
color: #707070;
}
#detail_container .article_info td:nth-child(2) {
font-size: 20px;
font-weight: 700;
}
#detail_container .btn_sub_handler {
height: 36px;
border: 0;
outline: 0;
border-radius: 10px;
background: #e4e4e4;
margin-top: 60px;
font-size: 14px;
font-weight: 700;
}
/* 슬라이더 1 */
.slider-1 {
height: 400px;
position: relative;
}
/* 슬라이더 1 - 페이지 버튼 */
.slider-1 > .page-btns {
text-align: center;
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
}
.slider-1 > .page-btns > div {
width: 18px;
height: 18px;
background-color: rgba(255, 255, 255, 1);
border-radius: 9px;
border: 1px #707070 solid;
margin: 0px 3px;
display: inline-block;
cursor: pointer;
}
.slider-1 > .page-btns > div.active {
background-color: rgba(112, 112, 112, 1);
}
/* 슬라이더 1 - 슬라이드 */
.slider-1 > .slides > div {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: opacity 0.3s;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.slider-1 > .slides > div.active {
opacity: 1;
}
/* 슬라이더 좌우 버튼 */
.slider-1 > .side-btns > div {
position: absolute;
top: 0;
left: 0;
width: 25%;
height: 100%;
cursor: pointer;
}
.slider-1 > .side-btns > div:last-child {
left: auto;
right: 0;
}
.slider-1 > .side-btns > div > span {
position: absolute;
top: 50%;
left: 20px;
transform: translatey(-50%);
background-color: white;
opacity: 0.5;
padding: 1px 13px;
border-radius: 50px;
font-size: 25px;
}
.slider-1 >.side-btns > div:last-child > span {
left: auto;
right: 20px;
}
#chat_container {
text-align: center;
}
#chat_container .top_bar {
display: table-cell;
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100vw;
height: 45px;
padding: 8px 12px;
margin: 0px;
text-align: center;
font-size: 16px;
font-weight: 700;
color: #ffffff;
background-color: var(--dark-pink);
}
#chat_container .bottom_bar {
display: table-cell;
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100vw;
height: 48px;
padding: 6px 10px;
margin: 0px;
box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.2);
background-color: white;
}
#chat_container .input_container {
width: 304px;
height: 36px;
display: flex;
align-items: center;
float: left;
border-radius: 17px;
background-color: #f5f6f7;
}
#chat_container #message_text {
width: 268px;
float: left;
border: 0px;
padding-left: 20px;
background-color: #f5f6f7;
}
#chat_container .chat_list_box {
height: 68px;
padding: 12px;
text-align: left;
border-bottom: solid 1px #e4e4e4;
cursor: pointer;
}
#chat_container .message {
display: inline-block;
height: 30px;
font-size: 11px;
text-align: center;
line-height: 2px;
padding: 14px;
border-radius: 5px;
background-color: pink;
}
#chat_container .my {
float: right;
margin-left: 8px;
color: #ffffff;
background-color: var(--dark-pink);
}
#chat_container .other {
float: left;
margin-right: 8px;
color: #000000;
background-color: #ffffff;
}
#chat_container .message_datetime {
margin-top: 12px;
font-size: 8px;
color: #a0a0a0;
}
#oauth_signup_container {
width: 500px;
margin: 0px auto;
padding: 56px 0 128px 0;
}
#oauth_signup_container input:focus {
border: solid 1px var(--dark-pink);
} | src/main/resources/static/styles/index.css | @charset "UTF-8";
@font-face {
font-family: 'Nanum Gothic';
src: url("../font/NanumGothic.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: 'Nanum Gothic';
src: url("../font/NanumGothicBold.ttf") format("truetype");
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: 'Nanum Gothic';
src: url("../font/NanumGothicExtraBold.ttf") format("truetype");
font-style: normal;
font-weight: 800;
}
:root {
--light-pink: #fff7f7;
--dark-pink: #e77474;
}
* {
font-family: 'Nanum Gothic';
}
a {
text-decoration: underline;
text-underline-position: under;
}
img {
cursor: pointer;
}
i {
cursor: pointer;
}
*:focus {
outline: none;
}
*:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset;
}
#main_container {
width: 1184px;
min-height: 724px;
margin: 42.5px auto 38px;
}
header {
width: 1184px;
height: 156.5px;
margin: 0 auto;
}
header img#logo {
width: 312px;
position: absolute;
left: 50%;
top: 52.5px;
transform: translate(-50%);
}
div#header_content * {
font-size: 18px;
}
.dropdown-toggle {
cursor: pointer;
}
div#header_content {
position: relative;
}
div#header_line {
min-width: 1184px;
padding-bottom: 16px;
background-color: var(--light-pink);
border-top: 0.7px solid var(--dark-pink);
border-bottom: 0.7px solid var(--dark-pink);
}
#side_bar {
width: 291px;
float: left;
margin-right: 34px;
text-align: center;
}
#side_bar > #side_container {
width: 291px;
margin-bottom: 65px;
float: left;
}
#side_login {
width: 291px;
height: 171px;
margin-top: 24.5px;
}
#side_bar #line_wrapper {
border-bottom: solid 1.5px #a0a0a0;
margin: 0;
padding: 0;
}
#side_bar p#widget_title {
font-size: 28px;
font-weight: 800;
margin: 0;
display: inline;
border-bottom: solid 3.5px #000000;
padding: 0 14.5px 4px;
}
#side_bar .status_wrapper p {
margin: 0;
font-size: 20px;
}
div#content_wrapper {
width: 859px;
border: solid 1px #c0c0c0;
padding: 28px 26px;
float: right;
margin-bottom: 80px;
}
div#content_wrapper .select_option {
height: 40px;
background: url('../svg/ic_selectbox_arrow_gray.svg') no-repeat 95% 50%;
margin: 0 20px 0 0;
font-size: 14px;
float: left;
border: solid 1px #868686;
padding-left: 12px;
}
div#post_container .select_option {
height: 40px;
margin: 0;
background: url('../svg/ic_selectbox_arrow_gray.svg') no-repeat 95% 50%;
font-size: 14px;
float: left;
border: solid 1px #c6c6c6;
padding-left: 12px;
}
.scrollable select {
border: none;
}
div#content_wrapper .select_order {
background: url('../svg/ic_selectbox_arrow_red.svg') no-repeat 95% 50%;
margin: 0;
font-size: 20px;
float: right;
border: 0;
padding-right: 30px;
}
.select_page_numberlist .selected_page {
color: var(--dark-pink);
font-weight:700;
cursor: default;
pointer-events: none;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
select::-ms-expand {
display: none;
}
#content_wrapper .content_logo {
width: 33px;
height: 30px;
float: left;
margin: 0 15.3px 0 0;
cursor: default;
}
#content_wrapper .content_title {
line-height: 1.14;
font-size: 28px;
font-weight: 800;
margin: 0;
}
#content_wrapper div.board_card {
width: 245px;
height: 319px;
margin-bottom: 37px;
display: inline-block;
cursor: pointer;
}
#content_wrapper div.board_card .post_date{
font-size: 16px;
font-weight: 700;
color: #707070;
margin-top: 4px;
}
.article_list div:nth-child(3n+2){
margin-right: 27px;
}
.article_list div:nth-child(3n+1){
margin-right: 27px;
}
.board_card > .card_img {
width: 247px;
height: 176px;
border-top: solid 1px var(--dark-pink);
border-left: solid 1px var(--dark-pink);
border-right: solid 1px var(--dark-pink);
}
.board_card > .card_content {
width: 247px;
height: 143px;
background-color: var(--light-pink);
padding-top: 6px;
border: solid 1px var(--dark-pink);
}
.board_card > .card_content p {
text-align: center;
margin: 0;
}
.img_card {
width: 247px;
height: 176px;
margin: 0;
}
.select_page_container {
width: 807px;
margin: 0 auto;
margin-top: 20px;
text-align: center;
}
.select_page_container .boardlist_arrow {
width: 40px;
height: 40px;
margin: 0;
margin-bottom: 10px;
}
.select_page_container .select_page_numberlist {
margin: 0 auto;
}
.select_page_numberlist > span {
font-size: 30px;
color: #868686;
cursor: pointer;
margin: 0px 20px;
}
footer {
min-width: 1184px;
height: 89px;
padding: 30px 0 32px;
background-color: var(--light-pink);
border-top: 0.7px solid var(--dark-pink);
clear: both;
}
div#footer_content {
width: 1184px;
text-align: center;
margin: 0 auto;
}
div#footer_content * {
font-size: 18px;
}
div#signup_container {
width: 500px;
margin: 0 auto;
text-align: left;
position: relative;
}
div#signup_result_container {
width: 500px;
margin: 0 auto;
text-align: center;
}
div#signup_result_container .go_main {
width: 300px;
height: 69px;
margin-top: 62px;
background-color: #e77474;
border: 0;
font-size: 25px;
color: #ffffff;
}
div#signup_result_container .major {
font-size: 40px;
margin: 0;
}
div#signup_result_container .minor {
font-size: 20px;
margin: 0;
color: #707070;
}
div#signup_result_container .major span {
font-weight: 700;
}
#signup_page_logo {
width: 312px;
top: 61px;
position: absolute;
left: 50%;
transform: translate(-50%);
}
div#signup_container .title_input {
font-size: 19px;
font-weight: 700;
margin: 0 0 10px;
}
.input_info {
width: 500px;
height: 59px;
border: solid 1px #b2b2b2;
margin: 0;
padding: 0 9.5px;
font-size: 19px;
}
div#login_container input:focus {
border: solid 1px var(--dark-pink);
}
div#signup_container input:focus {
border: solid 1px var(--dark-pink);
}
.btn_input_info_submit {
width: 500px;
height: 68px;
border: 0;
background-color: var(--dark-pink);
font-size: 24px;
font-weight: 700;
color: #ffffff;
cursor: pointer;
text-align: center;
}
.btn_input_info_cancel {
width: 500px;
height: 68px;
border: 0;
background-color: #ffffff;
border : solid 1px #b2b2b2;
font-size: 24px;
font-weight: 700;
color: #000000;
cursor: pointer;
text-align: center;
}
div#signup_container .btn_signup {
margin-top: 46px;
margin-bottom: 177px;
}
.btn_emailauth {
width: 151px;
height: 59px;
float: right;
margin: 0;
background-color: var(--dark-pink);
border: 0;
font-size: 19px;
font-weight: 400;
color: #ffffff;
cursor: pointer;
}
.valid_warning {
font-size: 16px;
margin: 6px 0 0;
color: #ff0000;
}
.login_wrapper {
width: 291px;
height: 171px;
border: solid 1px #c6c6c6;
padding: 21px 15px;
text-align: left;
}
#side_profile {
width: 291px;
height: 93px;
border: solid 1px var(--dark-pink);
padding-top: 10px;
background: linear-gradient(#ffffff 53px, #f5f6f7 40px);
}
#side_profile_container {
width: 291px;
height: 171px;
text-align: left;
}
.anonymous {
display: none;
}
.has_authority {
display: none;
}
#side_profile #profile_top {
width: 291px;
height: 53px;
}
#side_profile #profile_bottom {
width: 291px;
height: 40px;
}
#side_profile .profile_btn {
position: relative;
font-size: 13px;
margin: 0 32px;
vertical-align: top;
display: inline-block;
}
#profile_top a:link {
color: #707070;
text-decoration: none;
}
#profile_top a:visited {
color: #707070;
text-decoration: none;
}
#profile_top a:hover {
color: #707070;
text-decoration: none;
}
#profile_bottom a:link {
color: #000000;
text-decoration: none;
}
#profile_bottom a:visited {
color: #000000;
text-decoration: none;
}
#profile_bottom a:hover {
color: #000000;
text-decoration: none;
}
.profile_btn .alert {
position: absolute;
display: none;
padding: 0px;
text-align: center;
width: 24px;
height: 16px;
bottom: 4px;
font-size: 9px;
line-height: 1.5;
font-weight: 700;
border-radius: 8px;
background-color: var(--dark-pink);
color: #ffffff;
}
#btn_post {
width: 291px;
height: 54px;
border: solid 1px var(--dark-pink);
background-color: var(--light-pink);
color: #707070;
font-weight: 700;
font-size: 22px;
}
#side_profile #profile_username {
max-width: 130px;
margin: 5px 0 0 11px;
font-weight: 800;
font-size: 14px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.login_wrapper p {
color: #707070;
line-height: 1.15;
font-size: 13px;
margin: 0;
}
.login_wrapper a:link {
color: #707070;
text-decoration: none;
}
.login_wrapper a:visited {
color: #707070;
text-decoration: none;
}
.login_wrapper a:hover {
color: #707070;
text-decoration: none;
}
#login_container a:link {
color: #707070;
text-decoration: none;
}
#login_container a:visited {
color: #707070;
text-decoration: none;
}
#login_container a:hover {
color: #707070;
text-decoration: none;
}
#side_login #btn_login_handler {
width: 259px;
height: 55px;
border-radius: 3px;
border: 0;
background-color: var(--dark-pink);
font-size: 20px;
font-weight: 700;
margin: 22px 0;
color: #ffffff;
}
#side_login #btn_login_handler:focus {
outline: none;
}
.side_logout {
width: 64px;
height: 27px;
border-radius: 15px;
border: 0;
background-color: var(--dark-pink);
margin-right: 10px;
color: #ffffff;
font-size: 10px;
font-weight: 800;
display: inline-block;
float: right;
}
button.side_logout:focus {
outline: none;
}
button#side_login_handler:focus {
outline: none;
}
button#btn_post:focus {
outline: none;
}
#login_container {
width: 500px;
text-align: center;
margin: 0 auto;
}
#login_container .btn_social_login {
width: 500px;
height: 70px;
margin: 6px 0;
border: solid 1px #b2b2b2;
background: #ffffff;
color: #707070;
}
#login_container .btn_social_login:focus {
outline: none;
}
#login_container .btn_social_login > span {
font-size: 20px;
font-weight: 700;
display: inline-block;
vertical-align: middle;
}
#login_container a {
text-decoration: none;
}
#post_container #write_title {
width: 642px;
height: 40px;
border: solid 1px #c6c6c6c6;
float: right;
}
#post_container #write_title:focus {
border: solid 1px var(--dark-pink);
}
#post_container #write_image_box {
width: 642px;
height: 120px;
margin-bottom: 30px;
border: dashed 2px #c6c6c6;
text-align: left;
padding: 8px 0;
float: right;
}
#write_image_box .preview_box {
width: 100px;
height: 100px;
margin: 0 0 0 22px;
display: inline-block;
position: relative;
}
#write_image_box .preview_box .btn_upload_cancel {
top: 2px;
left: 70px;
z-index: 2;
position: absolute;
}
#write_image_box .preview_box .img_preview {
width: 100%;
height: 100%;
border: solid 2px #a0a0a0;
border-radius: 10px;
position: absolute;
z-index: 1;
}
#post_container #write_image_box #btn_add_image {
width: 100px;
height: 100px;
line-height: 90px;
margin: 0 0 0 16px;
border: solid 2px #a0a0a0;
border-radius: 10px;
text-align: center;
float: right;
cursor: pointer;
}
#write_image_box #upload_placeholder {
margin-left: 80px;
line-height: 92px;
font-size: 20px;
color: #b2b2b2;
cursor: pointer;
}
#post_container #write_content {
width: 100%;
height: 600px;
margin-bottom: 30px;
border: solid 1px #c6c6c6;
text-align: left;
padding: 30px;
font-size: 18px;
}
#post_container #write_content::placeholder {
color: #b2b2b2;
font-weight: 700;
}
#btn_write_cancel {
width: 150px;
height: 60px;
border: 0;
margin-bottom: 30px;
background-color: #b2b2b2;
font-size: 20px;
font-weight: 700;
color: #ffffff;
cursor: pointer;
float: left;
}
#btn_write_cancel:focus {
outline: none;
}
.btn_write_submit {
width: 150px;
height: 60px;
border: 0;
margin-bottom: 30px;
background-color: var(--dark-pink);
font-size: 20px;
font-weight: 700;
color: #ffffff;
cursor: pointer;
float: right;
}
#naming_img_box {
width: 284px;
height: 284px;
cursor: pointer;
margin: 60px auto 50px;
border: solid 5px #c6c6c6;
border-radius: 26px;
text-align: center;
vertical-align: top;
position: relative;
}
#naming_img_box .btn_add_image{
width: 45px;
height: 45px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#naming_img_box_result{
width: 610px;
height: 293px;
margin: 60px auto 50px;
border: solid 5px #c6c6c6;
border-radius: 26px;
position: relative;
display: none;
}
#naming_submit {
width: 151px;
height: 53px;
border-radius: 65px;
background-color: var(--dark-pink);
border: 0;
color: #ffffff;
font-size: 20px;
font-weight: 800;
display: inline-block;
}
#naming_cancel {
width: 151px;
height: 53px;
margin-right: 50px;
border-radius: 65px;
background-color: #b2b2b2;
border: 0;
color: #ffffff;
font-size: 20px;
font-weight: 800;
}
#naming_retry {
width: 151px;
height: 53px;
border-radius: 65px;
background-color: var(--dark-pink);
border: 0;
color: #ffffff;
font-size: 20px;
font-weight: 800;
display: none;
}
#naming_name {
font-size: 40px;
font-weight: 800;
margin-top: -10px;
}
.img_naming {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 21px;
display: none;
}
.side_logo {
width: 290px;
height: 119.5px;
}
.translate-container {
width: 610px;
height: 150px;
}
.translate-box {
width: 150px;
height: 150px;
float: left;
position: relative;
}
.translate-image {
width: 150px;
height: 150px;
left: 0;
top: 0;
position: absolute;
cursor: default;
}
.opacity1{
opacity: 0.3;
filter: alpha(opacity=3);
}
.opacity2{
opacity: 0.60;
filter: alpha(opacity=60);
}
@keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-moz-keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-o-keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-moz-keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-o-keyframes rotate-loading {
0% {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@keyframes loading-text-opacity {
0% {
opacity: 0
}
20% {
opacity: 0
}
50% {
opacity: 1
}
100% {
opacity: 0
}
}
@-moz-keyframes loading-text-opacity {
0% {
opacity: 0
}
20% {
opacity: 0
}
50% {
opacity: 1
}
100% {
opacity: 0
}
}
@-webkit-keyframes loading-text-opacity {
0% {
opacity: 0
}
20% {
opacity: 0
}
50% {
opacity: 1
}
100% {
opacity: 0
}
}
@-o-keyframes loading-text-opacity {
0% {
opacity: 0
}
20% {
opacity: 0
}
50% {
opacity: 1
}
100% {
opacity: 0
}
}
.loading-container,
.loading {
height: 100px;
position: relative;
width: 100px;
border-radius: 100%;
}
.loading-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
}
.loading {
border: 2px solid transparent;
border-color: transparent #fff transparent #FFF;
-moz-animation: rotate-loading 1.5s linear 0s infinite normal;
-moz-transform-origin: 50% 50%;
-o-animation: rotate-loading 1.5s linear 0s infinite normal;
-o-transform-origin: 50% 50%;
-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
-webkit-transform-origin: 50% 50%;
animation: rotate-loading 1.5s linear 0s infinite normal;
transform-origin: 50% 50%;
}
.loading-container .loading {
border-color: transparent #E45635 transparent #E45635;
}
.loading-container .loading,
.loading-container .loading {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#loading-text {
-moz-animation: loading-text-opacity 2s linear 0s infinite normal;
-o-animation: loading-text-opacity 2s linear 0s infinite normal;
-webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
animation: loading-text-opacity 2s linear 0s infinite normal;
color: #ffffff;
font-family: "Helvetica Neue, "Helvetica", ""arial";
font-size: 13px;
font-weight: bold;
opacity: 0;
position: absolute;
text-align: center;
text-transform: uppercase;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
position: absolute;
}
#detail_container .btn_message_detail {
width: 44px;
height: 44px;
margin-top: -25px;
margin-left: 20px;
}
#detail_container .article_info td:first-child {
width: 112px;
height: 48px;
font-size: 20px;
font-weight: 700;
color: #707070;
}
#detail_container .article_info td:nth-child(2) {
font-size: 20px;
font-weight: 700;
}
#detail_container .btn_sub_handler {
height: 36px;
border: 0;
outline: 0;
border-radius: 10px;
background: #e4e4e4;
margin-top: 60px;
font-size: 14px;
font-weight: 700;
}
/* 슬라이더 1 */
.slider-1 {
height: 400px;
position: relative;
}
/* 슬라이더 1 - 페이지 버튼 */
.slider-1 > .page-btns {
text-align: center;
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
}
.slider-1 > .page-btns > div {
width: 18px;
height: 18px;
background-color: rgba(255, 255, 255, 1);
border-radius: 9px;
border: 1px #707070 solid;
margin: 0px 3px;
display: inline-block;
cursor: pointer;
}
.slider-1 > .page-btns > div.active {
background-color: rgba(112, 112, 112, 1);
}
/* 슬라이더 1 - 슬라이드 */
.slider-1 > .slides > div {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: opacity 0.3s;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.slider-1 > .slides > div.active {
opacity: 1;
}
/* 슬라이더 좌우 버튼 */
.slider-1 > .side-btns > div {
position: absolute;
top: 0;
left: 0;
width: 25%;
height: 100%;
cursor: pointer;
}
.slider-1 > .side-btns > div:last-child {
left: auto;
right: 0;
}
.slider-1 > .side-btns > div > span {
position: absolute;
top: 50%;
left: 20px;
transform: translatey(-50%);
background-color: white;
opacity: 0.5;
padding: 1px 13px;
border-radius: 50px;
font-size: 25px;
}
.slider-1 >.side-btns > div:last-child > span {
left: auto;
right: 20px;
}
#chat_container {
text-align: center;
}
#chat_container .top_bar {
display: table-cell;
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100vw;
height: 45px;
padding: 8px 12px;
margin: 0px;
text-align: center;
font-size: 16px;
font-weight: 700;
color: #ffffff;
background-color: var(--dark-pink);
}
#chat_container .bottom_bar {
display: table-cell;
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100vw;
height: 48px;
padding: 6px 10px;
margin: 0px;
box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.2);
background-color: white;
}
#chat_container .input_container {
width: 304px;
height: 36px;
display: flex;
align-items: center;
float: left;
border-radius: 17px;
background-color: #f5f6f7;
}
#chat_container #message_text {
width: 268px;
float: left;
border: 0px;
padding-left: 20px;
background-color: #f5f6f7;
}
#chat_container .chat_list_box {
height: 68px;
padding: 12px;
text-align: left;
border-bottom: solid 1px #e4e4e4;
cursor: pointer;
}
#chat_container .message {
display: inline-block;
height: 30px;
font-size: 11px;
text-align: center;
line-height: 2px;
padding: 14px;
border-radius: 5px;
background-color: pink;
}
#chat_container .my {
float: right;
margin-left: 8px;
color: #ffffff;
background-color: var(--dark-pink);
}
#chat_container .other {
float: left;
margin-right: 8px;
color: #000000;
background-color: #ffffff;
}
#chat_container .message_datetime {
margin-top: 12px;
font-size: 8px;
color: #a0a0a0;
}
#oauth_signup_container {
width: 500px;
margin: 0px auto;
padding: 56px 0 128px 0;
}
#oauth_signup_container input:focus {
border: solid 1px var(--dark-pink);
} | 0.226955 | 0.082512 |
@charset "UTF-8";
p{
margin: 10px;
color: rgb(219, 219, 219);
font-size: 20px;
font-family: Helvetica,Arial,sans-serif;
}
body{
margin: 0;
color: white;
font-family: sans-serif;
background-color: rgb(71, 68, 67);
}
/*Novo Menu*/
#check{
display: none;
}
/*ICONE MENU*/
header label{
color: #35b8b0;
font-size: 25px;
display: block;
padding: 5px 10px;
width: 20px;
border-right: 1px solid #efefef;
display: none;
}
header label:hover{
background-color: #124743;
}
.menu ul{
list-style: none;
margin: 0;
padding: 0;
display: flex;
transition: all .5s;
}
.menu li a{
color: #efefef;
text-decoration: none;
padding: 15px 20px;
display: block;
border-right: 1px solid #efefef;
}
.menu li a:hover{
background-color: #124743;
}
/*Imagens*/
img#redes2{
width: 180px;
margin-top: 150px;
margin-left: 30px;
}
img#voltar{
width: 30px;
margin: 20px 0px 0px ;
}
img#pastor{
margin-left: 0px;
margin-bottom: 0px;
}
img#pastores{
width: 155px;
}
img#logo{
width: 230px;
}
img#igreja{
width: 480px;
margin:auto;
}
.card_img{
width: 300px;
height: 300px;
overflow: hidden;
margin: 25px;
}
.small_img{
height: 100%;
cursor: pointer;
}
.row{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
#modal_img{
width: 65vw;
}
.modal{
width: 100vw;
height: 100vh;
background-color: rgba(0,0,0,.7);
position: fixed;
}
.modal_content{
display: flex;
align-items: center;
height: 100vh;
}
/*CLASSES*/
/*FONTS*/
h1{
margin-top: -50px;
color: white;
text-shadow: black 1px 0px 1px ;
}
h2{
color: white;
text-shadow: black 1px 0px 1px ;
}
h4{
color: #c5c9c8;
margin-left: 5px;
margin-top: -830px;
}
h6{
font-size: 10px;
text-align: right;
margin-right: 20px;
}
/*CABEÇALHO*/
header{
background-color: #2d3534;
font-weight: 600;
width: 100%;
height: 50px;
margin-bottom: 100px;
}
div#redes{
float: right;
margin-top: -75px;
margin-right: 40px;
}
div#logo{
float: left;
margin-top: -75px;
}
footer{
clear: both;
text-align: center;
height: 50px;
padding-top: 15px;
width: 100%;
background-color:#2d3534;
color: white;
font-family: Helvetica,Arial,sans-serif;
}
iframe{
margin-left: 10px;
}
/* menu horizontal
nav#menu {
width: 100%;
height: 50px;
background-color: #222;
font-family: Helvetica,arial, sans-serif;
margin-bottom: 0px;
margin-top: 0px;
}
nav#menu ul{
list-style: none;
position: relative;
padding: 0;
display: flex;
align-items: center;
width: 100%;
}
nav#menu ul li{
width: 100%;
text-align: center;
width: 100%;
}
nav#menu ul li a{
padding: 10px 0;
display: inline-block;
text-decoration: none;
width: 100%;
background-color: #222;
color: white;
}
nav#menu ul li a:hover{
background-color:#222;
color: #6D6D6D;
}
*/
@media(max-width:768px){
header label{
display:block;
}
.menu ul{
position: absolute;
background-color: #2d3534;
width: 70%;
flex-direction: column;
margin-left: -70%;
}
.menu li a {
border-top: 1px solid #efefef;
}
#check:checked ~.menu ul{
margin-left: 5px;
}
img#logo{
width: 100px;
}
body{
background-color: rgb(71, 68, 67);;
}
iframe{
width: 300px;
height: 200px;
}
}
/*
/*https://www.udemy.com/course/programacao-web-para-divulgacao-cientifica/learn/lecture/12882666#overview*/
/*https://www.rapidtables.com/convert/color/cmyk-to-rgb.html
<link rel="stylesheet" type="text/css" media="screen and (min-width: 0px) "href="small.css">
<link rel="stylesheet" type="text/css" media="screen and (min-width: 1000px) "href="medium.css">
<link rel="stylesheet" type="text/css" media="screen and (min-width: 1350px) "href="large.css">
*/ | estilos/style.css | @charset "UTF-8";
p{
margin: 10px;
color: rgb(219, 219, 219);
font-size: 20px;
font-family: Helvetica,Arial,sans-serif;
}
body{
margin: 0;
color: white;
font-family: sans-serif;
background-color: rgb(71, 68, 67);
}
/*Novo Menu*/
#check{
display: none;
}
/*ICONE MENU*/
header label{
color: #35b8b0;
font-size: 25px;
display: block;
padding: 5px 10px;
width: 20px;
border-right: 1px solid #efefef;
display: none;
}
header label:hover{
background-color: #124743;
}
.menu ul{
list-style: none;
margin: 0;
padding: 0;
display: flex;
transition: all .5s;
}
.menu li a{
color: #efefef;
text-decoration: none;
padding: 15px 20px;
display: block;
border-right: 1px solid #efefef;
}
.menu li a:hover{
background-color: #124743;
}
/*Imagens*/
img#redes2{
width: 180px;
margin-top: 150px;
margin-left: 30px;
}
img#voltar{
width: 30px;
margin: 20px 0px 0px ;
}
img#pastor{
margin-left: 0px;
margin-bottom: 0px;
}
img#pastores{
width: 155px;
}
img#logo{
width: 230px;
}
img#igreja{
width: 480px;
margin:auto;
}
.card_img{
width: 300px;
height: 300px;
overflow: hidden;
margin: 25px;
}
.small_img{
height: 100%;
cursor: pointer;
}
.row{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
#modal_img{
width: 65vw;
}
.modal{
width: 100vw;
height: 100vh;
background-color: rgba(0,0,0,.7);
position: fixed;
}
.modal_content{
display: flex;
align-items: center;
height: 100vh;
}
/*CLASSES*/
/*FONTS*/
h1{
margin-top: -50px;
color: white;
text-shadow: black 1px 0px 1px ;
}
h2{
color: white;
text-shadow: black 1px 0px 1px ;
}
h4{
color: #c5c9c8;
margin-left: 5px;
margin-top: -830px;
}
h6{
font-size: 10px;
text-align: right;
margin-right: 20px;
}
/*CABEÇALHO*/
header{
background-color: #2d3534;
font-weight: 600;
width: 100%;
height: 50px;
margin-bottom: 100px;
}
div#redes{
float: right;
margin-top: -75px;
margin-right: 40px;
}
div#logo{
float: left;
margin-top: -75px;
}
footer{
clear: both;
text-align: center;
height: 50px;
padding-top: 15px;
width: 100%;
background-color:#2d3534;
color: white;
font-family: Helvetica,Arial,sans-serif;
}
iframe{
margin-left: 10px;
}
/* menu horizontal
nav#menu {
width: 100%;
height: 50px;
background-color: #222;
font-family: Helvetica,arial, sans-serif;
margin-bottom: 0px;
margin-top: 0px;
}
nav#menu ul{
list-style: none;
position: relative;
padding: 0;
display: flex;
align-items: center;
width: 100%;
}
nav#menu ul li{
width: 100%;
text-align: center;
width: 100%;
}
nav#menu ul li a{
padding: 10px 0;
display: inline-block;
text-decoration: none;
width: 100%;
background-color: #222;
color: white;
}
nav#menu ul li a:hover{
background-color:#222;
color: #6D6D6D;
}
*/
@media(max-width:768px){
header label{
display:block;
}
.menu ul{
position: absolute;
background-color: #2d3534;
width: 70%;
flex-direction: column;
margin-left: -70%;
}
.menu li a {
border-top: 1px solid #efefef;
}
#check:checked ~.menu ul{
margin-left: 5px;
}
img#logo{
width: 100px;
}
body{
background-color: rgb(71, 68, 67);;
}
iframe{
width: 300px;
height: 200px;
}
}
/*
/*https://www.udemy.com/course/programacao-web-para-divulgacao-cientifica/learn/lecture/12882666#overview*/
/*https://www.rapidtables.com/convert/color/cmyk-to-rgb.html
<link rel="stylesheet" type="text/css" media="screen and (min-width: 0px) "href="small.css">
<link rel="stylesheet" type="text/css" media="screen and (min-width: 1000px) "href="medium.css">
<link rel="stylesheet" type="text/css" media="screen and (min-width: 1350px) "href="large.css">
*/ | 0.202167 | 0.051942 |
<css:stylesheet xmlns:repository="http://general_server.org/xmlnamespaces/repository/2006" xmlns="http://general_server.org/xmlnamespaces/css/2006">
<clause>
<path>
<class relation="child-only">details</class>
</path>
<icon>page_world</icon>
</clause>
<!-- #################################### named simple styles #################################### -->
<css:section name="named simple styles">
<css:raw><![CDATA[
.gs-xtransport {display:none;} /* generic data transport class */
.gs-meta-data {display:none;}
.bare, .bare a {
text-decoration:none;
}
#body .gs-disabled-true, #body .gs-disabled {
color:#888888;
cursor:default;
}
.gs-clickable {cursor:pointer;}
.gs-at, .gs-dot {vertical-align:bottom;} /* email disguise */
]]></css:raw>
</css:section>
<!-- #################################### quicklinks #################################### -->
<css:section name="quicklinks">
<clause>
<path><class>quicklink</class></path>
<position>relative</position>
</clause>
<clause>
<path><class>quicklink_linked</class></path>
<text-decoration>none</text-decoration>
<border-bottom>1px dashed #a0a0a0</border-bottom>
</clause>
<clause>
<path><class>quicktip</class></path>
<display>none</display>
<position>absolute</position>
<left>10px</left>
<top>70%</top>
<z-index>100</z-index>
<cursor>default</cursor>
<border>1px solid #a0a0a0</border>
<color>#000000</color>
<padding>2px</padding>
<white-space>nowrap</white-space>
<background-image type="url">/societycard/images/yellowback.png</background-image>
<background-position>center center</background-position>
<background-repeat>repeat-x</background-repeat>
</clause>
</css:section>
<!-- #################################### style classes #################################### -->
<css:section name="style classes">
<clause>
<path><class>display-none</class></path>
<display>none</display>
</clause>
<clause>
<path><class>display-block</class></path>
<display>block</display>
</clause>
<clause>
<path><class>display-inline</class></path>
<path><class>inline</class></path>
<display>inline</display>
</clause>
<clause>
<path><class>full-width</class></path>
<width metric="percent">100</width>
</clause>
<clause>
<path><class>gs-float-left</class></path>
<float>left</float>
</clause>
<clause>
<path><class>gs-float-right</class></path>
<float>right</float>
</clause>
<clause>
<path><class>clear</class></path>
<clear>both</clear>
</clause>
<clause>
<path><class>clear-left</class></path>
<clear>left</clear>
</clause>
<clause>
<path><class>clear-right</class></path>
<clear>right</clear>
</clause>
<clause>
<path><class>relative</class></path>
<position>relative</position>
</clause>
<clause>
<path><class>gs-indent-10</class></path>
<margin-left metric="pixel">10</margin-left>
</clause>
<clause>
<path><class>gs-indent-20</class></path>
<margin-left metric="pixel">20</margin-left>
</clause>
<clause>
<path><class>gs-indent-30</class></path>
<margin-left metric="pixel">30</margin-left>
</clause>
<clause>
<path><class>nowrap</class></path>
<white-space>nowrap</white-space>
</clause>
<clause>
<path><class>center</class></path>
<margin-left>auto</margin-left>
<margin-right>auto</margin-right>
<display>block</display>
</clause>
<clause><path><class>zi-1</class></path><z-index>1</z-index></clause>
<clause><path><class>zi-2</class></path><z-index>2</z-index></clause>
<clause><path><class>zi-3</class></path><z-index>3</z-index></clause>
<clause><path><class>zi-4</class></path><z-index>4</z-index></clause>
<clause><path><class>zi-5</class></path><z-index>5</z-index></clause>
<clause><path><class>zi-6</class></path><z-index>6</z-index></clause>
<clause><path><class>zi-7</class></path><z-index>7</z-index></clause>
<clause><path><class>zi-8</class></path><z-index>8</z-index></clause>
<clause><path><class>zi-9</class></path><z-index>9</z-index></clause>
</css:section>
<!-- #################################### html layout defaults #################################### -->
<css:section name="layout re-defaults">
<clause name="top align TD contents">
<path><element>td</element></path>
<vertical-align>top</vertical-align>
</clause>
<clause name="remove all layout formatting on an element">
<path><id relation="self">body</id><class>gs-semantic-only-markup</class></path>
<display>inline</display>
<padding metric="pixel">0</padding>
<margin metric="pixel">0</margin>
</clause>
<clause><path><class>gs-margin-1</class></path><margin metric="pixel">1</margin></clause>
<clause><path><class>gs-margin-2</class></path><margin metric="pixel">2</margin></clause>
<clause><path><class>gs-margin-5</class></path><margin metric="pixel">5</margin></clause>
<clause><path><class>gs-margin-10</class></path><margin metric="pixel">10</margin></clause>
<clause name="inline forms">
<path><element>form</element></path>
<path>
<element>form.inline</element>
<element>div</element>
</path>
<display>inline</display>
</clause>
<clause name="full width tables and textareas">
<path><element>textarea</element></path>
<path><element>table</element></path>
<width metric="percent">100</width>
</clause>
<clause name="no href img borders">
<path>
<element>a</element>
<element>img</element>
</path>
<border>none</border>
</clause>
<clause name="img middle align">
<path>
<element>img</element>
</path>
<vertical-align>middle</vertical-align>
</clause>
<clause name="UL layout none">
<path><element>ul</element></path>
<padding metric="pixel">0</padding>
<margin metric="pixel">0</margin>
<list-style-type>none</list-style-type>
</clause>
<clause name="point to labels">
<path><element>label</element></path>
<cursor>pointer</cursor>
</clause>
<clause name="no underline for SUP">
<path><element>sup</element></path>
<text-decoration>none</text-decoration>
</clause>
<clause name="IMG repeat off for backgrounds">
<path><element>*</element></path>
<background-repeat>no-repeat</background-repeat>
</clause>
</css:section>
<!-- #################################### html style defaults #################################### -->
<css:section name="html style defaults">
<clause name="font and size, body layout">
<path/>
<!-- font-family>RammettoOne, Lucida Grande, Verdana, Geneva, Arial, sans-serif</font-family -->
<font-family>Balto, Helvetica, sans-serif</font-family>
<padding metric="pixel">0</padding>
<margin metric="pixel">0</margin>
</clause>
<clause>
<path><element>h1</element></path>
<font-size metric="pixel">20</font-size>
<margin metric="pixel">0</margin>
</clause>
<clause>
<path><element>h2</element></path>
<font-size metric="pixel">16</font-size>
<margin metric="pixel">0</margin>
</clause>
<clause>
<path><element>h3</element></path>
<font-size metric="pixel">14</font-size>
<font-style>italic</font-style>
<margin>
<top metric="pixel">8</top>
<right>0</right>
<bottom>0</bottom>
<left metric="pixel">0</left>
</margin>
<border-bottom>
<width metric="pixel">1</width>
<style>solid</style>
<color type="hash">a7a7a7</color>
</border-bottom>
</clause>
</css:section>
<!-- #################################### body information #################################### -->
<css:section name="body information">
<clause><path><class>gs-admin-only</class></path><display>none</display></clause>
<clause><path><class>gs-user-only</class></path><display>none</display></clause>
<clause><path><class>gs-anonymous-only</class></path><display>block</display></clause>
<clause><path><class relation="self">gs-is-admin</class><class>gs-admin-only</class></path><display>block</display></clause>
<clause><path><class relation="self">gs-logged-in</class><class>gs-user-only</class></path><display>block</display></clause>
<clause><path><class relation="self">gs-logged-in</class><class>gs-anonymous-only</class></path><display>none</display></clause>
<clause>
<path>
<id relation="self">body</id>
<class>embedded_only</class>
</path>
<path>
<class>embedded</class>
<id relation="self">body</id>
<class>not_embedded</class>
</path>
<display>none</display>
</clause>
<clause>
<path>
<id relation="self">body</id>
<class>not_embedded</class>
</path>
<path>
<class>embedded</class>
<id relation="self">body</id>
<class>embedded_only</class>
</path>
<display>block</display>
</clause>
<clause>
<path>
<class>gs-central-screen</class>
</path>
<position>absolute</position>
<left metric="pixel">0</left>
<right metric="pixel">0</right>
<bottom metric="percent">20</bottom>
<top metric="percent">20</top>
<font-size metric="pixel">60</font-size>
<font-weight>bold</font-weight>
<text-align>center</text-align>
<color type="hash">d7d7d7</color>
</clause>
<clause important="yes">
<path><class>gs-loading-main-stylesheet</class></path>
<path><class>gs-ajax-loading</class></path>
<path><class>gs-ajax-loading</class><element>*</element></path>
<path><class>gs-ajax-saving</class></path>
<path><class>gs-ajax-saving</class><element>*</element></path>
<color type="hash">777</color>
</clause>
<clause>
<path><class>gs-ajax-loading-message</class></path>
<path><class>gs-ajax-saving-message</class></path>
<padding-top metric="pixel">26</padding-top>
<icon group="" type="gif">throbber_16</icon>
<background-position>center top</background-position>
</clause>
</css:section>
</css:stylesheet> | config/classes/general_server/client_functionality/HTMLWebpage/view.css | <css:stylesheet xmlns:repository="http://general_server.org/xmlnamespaces/repository/2006" xmlns="http://general_server.org/xmlnamespaces/css/2006">
<clause>
<path>
<class relation="child-only">details</class>
</path>
<icon>page_world</icon>
</clause>
<!-- #################################### named simple styles #################################### -->
<css:section name="named simple styles">
<css:raw><![CDATA[
.gs-xtransport {display:none;} /* generic data transport class */
.gs-meta-data {display:none;}
.bare, .bare a {
text-decoration:none;
}
#body .gs-disabled-true, #body .gs-disabled {
color:#888888;
cursor:default;
}
.gs-clickable {cursor:pointer;}
.gs-at, .gs-dot {vertical-align:bottom;} /* email disguise */
]]></css:raw>
</css:section>
<!-- #################################### quicklinks #################################### -->
<css:section name="quicklinks">
<clause>
<path><class>quicklink</class></path>
<position>relative</position>
</clause>
<clause>
<path><class>quicklink_linked</class></path>
<text-decoration>none</text-decoration>
<border-bottom>1px dashed #a0a0a0</border-bottom>
</clause>
<clause>
<path><class>quicktip</class></path>
<display>none</display>
<position>absolute</position>
<left>10px</left>
<top>70%</top>
<z-index>100</z-index>
<cursor>default</cursor>
<border>1px solid #a0a0a0</border>
<color>#000000</color>
<padding>2px</padding>
<white-space>nowrap</white-space>
<background-image type="url">/societycard/images/yellowback.png</background-image>
<background-position>center center</background-position>
<background-repeat>repeat-x</background-repeat>
</clause>
</css:section>
<!-- #################################### style classes #################################### -->
<css:section name="style classes">
<clause>
<path><class>display-none</class></path>
<display>none</display>
</clause>
<clause>
<path><class>display-block</class></path>
<display>block</display>
</clause>
<clause>
<path><class>display-inline</class></path>
<path><class>inline</class></path>
<display>inline</display>
</clause>
<clause>
<path><class>full-width</class></path>
<width metric="percent">100</width>
</clause>
<clause>
<path><class>gs-float-left</class></path>
<float>left</float>
</clause>
<clause>
<path><class>gs-float-right</class></path>
<float>right</float>
</clause>
<clause>
<path><class>clear</class></path>
<clear>both</clear>
</clause>
<clause>
<path><class>clear-left</class></path>
<clear>left</clear>
</clause>
<clause>
<path><class>clear-right</class></path>
<clear>right</clear>
</clause>
<clause>
<path><class>relative</class></path>
<position>relative</position>
</clause>
<clause>
<path><class>gs-indent-10</class></path>
<margin-left metric="pixel">10</margin-left>
</clause>
<clause>
<path><class>gs-indent-20</class></path>
<margin-left metric="pixel">20</margin-left>
</clause>
<clause>
<path><class>gs-indent-30</class></path>
<margin-left metric="pixel">30</margin-left>
</clause>
<clause>
<path><class>nowrap</class></path>
<white-space>nowrap</white-space>
</clause>
<clause>
<path><class>center</class></path>
<margin-left>auto</margin-left>
<margin-right>auto</margin-right>
<display>block</display>
</clause>
<clause><path><class>zi-1</class></path><z-index>1</z-index></clause>
<clause><path><class>zi-2</class></path><z-index>2</z-index></clause>
<clause><path><class>zi-3</class></path><z-index>3</z-index></clause>
<clause><path><class>zi-4</class></path><z-index>4</z-index></clause>
<clause><path><class>zi-5</class></path><z-index>5</z-index></clause>
<clause><path><class>zi-6</class></path><z-index>6</z-index></clause>
<clause><path><class>zi-7</class></path><z-index>7</z-index></clause>
<clause><path><class>zi-8</class></path><z-index>8</z-index></clause>
<clause><path><class>zi-9</class></path><z-index>9</z-index></clause>
</css:section>
<!-- #################################### html layout defaults #################################### -->
<css:section name="layout re-defaults">
<clause name="top align TD contents">
<path><element>td</element></path>
<vertical-align>top</vertical-align>
</clause>
<clause name="remove all layout formatting on an element">
<path><id relation="self">body</id><class>gs-semantic-only-markup</class></path>
<display>inline</display>
<padding metric="pixel">0</padding>
<margin metric="pixel">0</margin>
</clause>
<clause><path><class>gs-margin-1</class></path><margin metric="pixel">1</margin></clause>
<clause><path><class>gs-margin-2</class></path><margin metric="pixel">2</margin></clause>
<clause><path><class>gs-margin-5</class></path><margin metric="pixel">5</margin></clause>
<clause><path><class>gs-margin-10</class></path><margin metric="pixel">10</margin></clause>
<clause name="inline forms">
<path><element>form</element></path>
<path>
<element>form.inline</element>
<element>div</element>
</path>
<display>inline</display>
</clause>
<clause name="full width tables and textareas">
<path><element>textarea</element></path>
<path><element>table</element></path>
<width metric="percent">100</width>
</clause>
<clause name="no href img borders">
<path>
<element>a</element>
<element>img</element>
</path>
<border>none</border>
</clause>
<clause name="img middle align">
<path>
<element>img</element>
</path>
<vertical-align>middle</vertical-align>
</clause>
<clause name="UL layout none">
<path><element>ul</element></path>
<padding metric="pixel">0</padding>
<margin metric="pixel">0</margin>
<list-style-type>none</list-style-type>
</clause>
<clause name="point to labels">
<path><element>label</element></path>
<cursor>pointer</cursor>
</clause>
<clause name="no underline for SUP">
<path><element>sup</element></path>
<text-decoration>none</text-decoration>
</clause>
<clause name="IMG repeat off for backgrounds">
<path><element>*</element></path>
<background-repeat>no-repeat</background-repeat>
</clause>
</css:section>
<!-- #################################### html style defaults #################################### -->
<css:section name="html style defaults">
<clause name="font and size, body layout">
<path/>
<!-- font-family>RammettoOne, Lucida Grande, Verdana, Geneva, Arial, sans-serif</font-family -->
<font-family>Balto, Helvetica, sans-serif</font-family>
<padding metric="pixel">0</padding>
<margin metric="pixel">0</margin>
</clause>
<clause>
<path><element>h1</element></path>
<font-size metric="pixel">20</font-size>
<margin metric="pixel">0</margin>
</clause>
<clause>
<path><element>h2</element></path>
<font-size metric="pixel">16</font-size>
<margin metric="pixel">0</margin>
</clause>
<clause>
<path><element>h3</element></path>
<font-size metric="pixel">14</font-size>
<font-style>italic</font-style>
<margin>
<top metric="pixel">8</top>
<right>0</right>
<bottom>0</bottom>
<left metric="pixel">0</left>
</margin>
<border-bottom>
<width metric="pixel">1</width>
<style>solid</style>
<color type="hash">a7a7a7</color>
</border-bottom>
</clause>
</css:section>
<!-- #################################### body information #################################### -->
<css:section name="body information">
<clause><path><class>gs-admin-only</class></path><display>none</display></clause>
<clause><path><class>gs-user-only</class></path><display>none</display></clause>
<clause><path><class>gs-anonymous-only</class></path><display>block</display></clause>
<clause><path><class relation="self">gs-is-admin</class><class>gs-admin-only</class></path><display>block</display></clause>
<clause><path><class relation="self">gs-logged-in</class><class>gs-user-only</class></path><display>block</display></clause>
<clause><path><class relation="self">gs-logged-in</class><class>gs-anonymous-only</class></path><display>none</display></clause>
<clause>
<path>
<id relation="self">body</id>
<class>embedded_only</class>
</path>
<path>
<class>embedded</class>
<id relation="self">body</id>
<class>not_embedded</class>
</path>
<display>none</display>
</clause>
<clause>
<path>
<id relation="self">body</id>
<class>not_embedded</class>
</path>
<path>
<class>embedded</class>
<id relation="self">body</id>
<class>embedded_only</class>
</path>
<display>block</display>
</clause>
<clause>
<path>
<class>gs-central-screen</class>
</path>
<position>absolute</position>
<left metric="pixel">0</left>
<right metric="pixel">0</right>
<bottom metric="percent">20</bottom>
<top metric="percent">20</top>
<font-size metric="pixel">60</font-size>
<font-weight>bold</font-weight>
<text-align>center</text-align>
<color type="hash">d7d7d7</color>
</clause>
<clause important="yes">
<path><class>gs-loading-main-stylesheet</class></path>
<path><class>gs-ajax-loading</class></path>
<path><class>gs-ajax-loading</class><element>*</element></path>
<path><class>gs-ajax-saving</class></path>
<path><class>gs-ajax-saving</class><element>*</element></path>
<color type="hash">777</color>
</clause>
<clause>
<path><class>gs-ajax-loading-message</class></path>
<path><class>gs-ajax-saving-message</class></path>
<padding-top metric="pixel">26</padding-top>
<icon group="" type="gif">throbber_16</icon>
<background-position>center top</background-position>
</clause>
</css:section>
</css:stylesheet> | 0.374791 | 0.074399 |
.pinterest-pinit-button i {
background-position: 0 -20px;
background-size: 40px 60px;
display: inline-block;
height: 20px;
vertical-align: middle;
width: 40px;
}
.pinterest-pinit-button.pinit-button--large i {
background-position: 0 -28px;
background-size: 56px 84px;
height: 28px;
width: 56px;
}
.pinterest-pinit-button.pinit-button--round i {
background-position: 0px 0px;
background-size: cover;
height: 16px;
width: 16px;
}
.pinterest-pinit-button.pinit-button--round.pinit-button--large i {
height: 32px;
width: 32px;
}
.pinterest-pinit-button:hover i {
background-position: 0 0px !important;
}
/* FOLLOW BUTTON */
.pinterest-follow-button {
background: transparent url(https://s-passets.pinimg.com/images/pidgets/bfs2.png) 0 0 no-repeat;
background-size: 200px 60px;
border-right: 1px solid #D0D0D0;
border-radius: 4px;
color: #444;
cursor: pointer;
display: inline-block;
font: bold normal normal 11px/20px "Helvetica Neue",helvetica,arial,san-serif;
position: relative;
padding: 0 6px 0 23px;
text-decoration: none;
}
.pinterest-follow-button:hover {
background-position: 0 -20px;
border-right-color: #919191;
}
.pinterest-follow-button i {
background-image: url(https://s-passets.pinimg.com/images/pidgets/log2.png);
background-size: 14px 14px;
height: 14px;
left: 3px;
position: absolute;
top: 3px;
width: 14px;
}
/* GRID */
.pinterest-grid {
position: relative;
transition: opacity .3s
}
/* PIN WIDGET */
.pinterest-widget--pin {
-webkit-font-smoothing: antialiased;
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, .33);
border-radius: 3px;
color: #363636;
display: inline-block;
font-family: "Helvetica Neue", arial, sans-serif;
max-width: 237px;
min-width: 160px;
overflow: hidden;
position: relative;
text-align: center;
vertical-align: top;
}
.pinterest-widget--pin.pin-widget--medium {
max-width: 345px;
min-width: 237px;
width: auto;
}
.pinterest-widget--pin.pin-widget--large {
max-width: 536px;
min-width: 345px;
padding: 0 32px 20px;
width: auto;
}
/* reset styles */
.pinterest-widget--pin img {
border: 0;
box-shadow: none;
padding: 0;
}
.pinterest-widget--pin a {
color: inherit;
cursor: pointer;
text-decoration: none;
}
.pinterest-widget--pin .pin-widget-pin-link {
display: block;
line-height: 0;
margin: 0 auto;
padding: 0;
position: relative;
}
.pinterest-widget--pin .pin-widget-link-iframe {
display: block;
height: 0;
overflow: hidden;
padding-top: 35px;
position: relative;
}
.pinterest-widget--pin .pin-widget-link-iframe iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.pinterest-widget--pin .pin-widget-gif {
background: rgba(0, 0, 0, .4);
border: 2px solid rgba(255, 255, 255, .68);
border-radius: 13px;
bottom: 12px;
box-shadow: 0 0 2px rgba(0, 0, 0, .2);
color: rgba(255, 255, 255, 1);
display: block;
font-size: 9px;
font-style: normal;
font-weight: bold;
left: 12px;
line-height: 12px;
margin: 0;
padding: 5px 0;
position: absolute;
text-decoration: none;
white-space: pre;
width: 50px;
}
.pinterest-widget--pin .pin-widget-gif:hover {
background: rgba(0, 0, 0, .8);
color: #fff;
}
.pinterest-widget--pin .pin-widget-pin-link-img {
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, .09);
margin: 0;
padding: 0;
}
.pinterest-widget--pin .pin-widget-repin {
background-size: cover;
cursor: pointer;
height: 28px;
left: 10px;
position: absolute;
top: 10px;
width: 53px;
z-index: 1;
}
.pinterest-widget--pin .pin-widget-repin:hover {
height: 27px;
left: 11px;
top: 11px;
width: 51px;
}
/* header */
.pinterest-widget--pin .pin-widget-header {
display: block;
min-height: 21px;
padding: 13px 0 20px;
text-align: right;
}
/* menu */
.pinterest-widget--pin .pin-widget-menu {
background-size: cover;
height: 5px;
position: absolute;
right: 10px;
top: 17px;
width: 20px;
}
.pinterest-widget--pin .pin-widget-menu:hover {
opacity: .7;
}
.pinterest-widget--pin .pin-widget-menu-dropdown {
background-color: #fff;
border-radius: 5px;
bottom: -42px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .33);
font-size: 12px;
font-weight: bolder;
padding: 5px 15px 5px 5px;
position: absolute;
right: 10px;
text-align: left;
}
.pinterest-widget--pin .pin-widget-menu-dropdown:after {
border-bottom: 8px solid #fff;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
content: "";
position: absolute;
right: 1px;
top: -6px;
}
.pinterest-widget--pin .pin-widget-menu-dropdown:before {
border-bottom: 7px solid #e2e2e2;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
content: "";
position: absolute;
right: 2px;
top: -7px;
}
.pinterest-widget--pin .pin-widget-menu-dropdown a {
display: block;
padding: 8px;
word-break: break-word;
}
.pinterest-widget--pin .pin-widget-menu-dropdown a:hover {
opacity: .5;
}
/* description and attribution blocks */
.pinterest-widget--pin .pin-widget-meta {
border-bottom: 1px solid rgba(0, 0, 0, .09);
display: block;
padding: 12px 12px 8px;
position: relative;
text-align: left;
}
.pinterest-widget--pin .pin-widget-meta-anchor {
color: #b9b9b9;
display: inline-block;
font-size: 12px;
font-weight: bolder;
max-width: 75%;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: top;
white-space: nowrap;
}
.pinterest-widget--pin .pin-widget-meta img {
border-radius: 0;
margin-right: 10px;
width: 15px;
}
.pinterest-widget--pin .pin-widget-description {
border-bottom: 1px solid rgba(0, 0, 0, .09);
display: block;
font-size: 14px;
line-height: 17px;
padding: 8px 12px 8px 12px;
text-align: left;
white-space: normal;
}
.pinterest-widget--pin .pin-widget-attrib {
color: #a8a8a8;
display: block;
font-size: 11px;
font-weight: bold;
line-height: 18px;
margin-top: 8px;
}
.pinterest-widget--pin .pin-widget-attrib-icon {
height: 16px;
float: left;
margin: 0 5px 0 0;
padding: 0;
vertical-align: middle;
width: 16px;
}
.pinterest-widget--pin .pin-widget-attrib-anchor {
color: #a8a8a8;
text-decoration: none;
}
.pinterest-widget--pin .pin-widget-stats {
display: block;
}
.pinterest-widget--pin .pin-widget-repin-count, .pinterest-widget--pin .pin-widget-like-count {
color: #a8a8a8;
display: inline-block;
font-size: 11px;
font-weight: bold;
line-height: 12px;
margin-top: 8px;
padding-left: 17px;
padding-right: 10px;
}
.pinterest-widget--pin .pin-widget-repin-count {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAAAAABq7uO+AAAASklEQVQI10WNMQrAMBRCvf/Z3pQcImPplsIPdqhNXOSJqLxVtnWQsuUO9IM3cHlV8dSSDZQHAOPH2YA2FU+qtH7MRhaVh/xt/PQCEW6N4EV+CPEAAAAASUVORK5CYII=) 0 0 no-repeat;
}
.pinterest-widget--pin .pin-widget-like-count {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAAAAAClR+AmAAAAUElEQVR4AT2HMQpFIQwEc/+zbXhFLBW8QUihIAT2E8Q/xe6M0Jv2zK7NKUcBzAlAjzjqtdZl4c8S2nOjMPS6BoWMr/wLVnAbYJs3mGMkXzx+OeRqUf5HHRoAAAAASUVORK5CYII=) 0 2px no-repeat;
}
.pinterest-widget--pin .pin-widget-footer {
display: block;
height: 30px;
padding: 10px;
position: relative;
text-align: left;
text-decoration: none;
}
.pinterest-widget--pin .pin-widget-avatar {
border-radius: 15px;
border: none;
overflow: hidden;
height: 30px;
width: 30px;
vertical-align: middle;
margin: 0 8px 12px 0;
position: absolute;
top: 10px;
}
.pinterest-widget--pin .pin-widget-footer-text {
cursor: pointer;
display: block;
font-size: 12px;
line-height: 16px;
overflow: hidden;
padding-left: 45px;
text-overflow: ellipsis;
white-space: nowrap;
width: auto;
}
/* medium Pin variations */
.pinterest-widget--pin.pin-widget--medium .pin-widget-repin {
height: 32px;
width: 60px;
}
.pinterest-widget--pin.pin-widget--medium .pin-widget-repin:hover {
height: 31px;
width: 58px;
}
/* large Pin variations */
.pinterest-widget--pin.pin-widget--large .pin-widget-repin {
height: 36px;
left: 32px;
top: 16px;
width: 67px;
}
.pinterest-widget--pin.pin-widget--large .pin-widget-repin:hover {
height: 35px;
left: 33px;
top: 17px;
width: 65px;
}
.pinterest-widget--pin.pin-widget--large .pin-widget-pin-link-img {
border-radius: 8px;
}
.pinterest-widget--pin.pin-widget--large .pin-widget-menu-dropdown {
right: 0;
}
.pinterest-widget--pin.pin-widget--large .pin-widget-description {
border-bottom: none;
padding: 10px 10px 0px;
}
.pinterest-widget--pin.pin-widget--large .pin-widget-footer {
}
.pinterest-widget--pin.pin-widget--large .pin-widget-footer-text {
font-size: 16px;
line-height: 20px;
}
.pinterest-widget--pin.pin-widget--large .pin-widget-avatar {
top: 15px;
}
/* Grid Widgets */
.pinterest-widget--user .grid-widget-header-text {
margin-top: 8px;
}
.pinterest-widget--grid {
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .33);
display: inline-block;
font-family: helvetica, sans-serif;
padding: 10px;
width: auto;
}
.pinterest-widget--grid .grid-widget-header {
padding-bottom: 5px;
text-align: left;
}
.pinterest-widget--grid .grid-widget-header img {
border-radius: 3px;
height: 36px;
width: 36px;
}
.pinterest-widget--grid .grid-widget-header-text {
display: inline-block;
margin-left: 10px;
vertical-align: top;
}
.pinterest-widget--grid .grid-widget-header-text a {
color: #8e8e8e;
display: block;
font-size: 12px;
text-decoration: none;
}
.pinterest-widget--grid .grid-widget-header-text a:first-child {
color: #333;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}
.pinterest-widget--grid .pinterest-grid {
border-radius: 3px;
overflow-x: hidden;
overflow-y: auto;
}
.pinterest-widget--grid .pinterest-grid a:before {
position: absolute;
content: "";
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
box-shadow: inset 0 0 2px #888!important;
}
.pinterest-widget--grid .pinterest-grid img {
display: block;
}
.pinterest-widget--grid .grid-widget-footer {
background: #f4f4f4 url(https://s-passets.pinimg.com/images/pidgets/board_button_link.png);
color: #746d6a;
text-shadow: 0 1px #fff;
display: block;
text-align: center;
border: 1px solid #ccc;
margin: 10px 0 0;
height: 31px;
line-height: 32px;
border-radius: 2px;
text-align: center;
text-decoration: none;
font-family: Helvetica;
font-weight: bold;
font-size: 13px;
}
.pinterest-widget--grid .grid-widget-logo {
background: transparent url(https://s-passets.pinimg.com/images/pidgets/board_button_logo.png) 50% 48% no-repeat;
display: inline-block;
height: 15px;
vertical-align: text-bottom;
width: 70px;
} | src/css/pinterest.css |
.pinterest-pinit-button i {
background-position: 0 -20px;
background-size: 40px 60px;
display: inline-block;
height: 20px;
vertical-align: middle;
width: 40px;
}
.pinterest-pinit-button.pinit-button--large i {
background-position: 0 -28px;
background-size: 56px 84px;
height: 28px;
width: 56px;
}
.pinterest-pinit-button.pinit-button--round i {
background-position: 0px 0px;
background-size: cover;
height: 16px;
width: 16px;
}
.pinterest-pinit-button.pinit-button--round.pinit-button--large i {
height: 32px;
width: 32px;
}
.pinterest-pinit-button:hover i {
background-position: 0 0px !important;
}
/* FOLLOW BUTTON */
.pinterest-follow-button {
background: transparent url(https://s-passets.pinimg.com/images/pidgets/bfs2.png) 0 0 no-repeat;
background-size: 200px 60px;
border-right: 1px solid #D0D0D0;
border-radius: 4px;
color: #444;
cursor: pointer;
display: inline-block;
font: bold normal normal 11px/20px "Helvetica Neue",helvetica,arial,san-serif;
position: relative;
padding: 0 6px 0 23px;
text-decoration: none;
}
.pinterest-follow-button:hover {
background-position: 0 -20px;
border-right-color: #919191;
}
.pinterest-follow-button i {
background-image: url(https://s-passets.pinimg.com/images/pidgets/log2.png);
background-size: 14px 14px;
height: 14px;
left: 3px;
position: absolute;
top: 3px;
width: 14px;
}
/* GRID */
.pinterest-grid {
position: relative;
transition: opacity .3s
}
/* PIN WIDGET */
.pinterest-widget--pin {
-webkit-font-smoothing: antialiased;
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, .33);
border-radius: 3px;
color: #363636;
display: inline-block;
font-family: "Helvetica Neue", arial, sans-serif;
max-width: 237px;
min-width: 160px;
overflow: hidden;
position: relative;
text-align: center;
vertical-align: top;
}
.pinterest-widget--pin.pin-widget--medium {
max-width: 345px;
min-width: 237px;
width: auto;
}
.pinterest-widget--pin.pin-widget--large {
max-width: 536px;
min-width: 345px;
padding: 0 32px 20px;
width: auto;
}
/* reset styles */
.pinterest-widget--pin img {
border: 0;
box-shadow: none;
padding: 0;
}
.pinterest-widget--pin a {
color: inherit;
cursor: pointer;
text-decoration: none;
}
.pinterest-widget--pin .pin-widget-pin-link {
display: block;
line-height: 0;
margin: 0 auto;
padding: 0;
position: relative;
}
.pinterest-widget--pin .pin-widget-link-iframe {
display: block;
height: 0;
overflow: hidden;
padding-top: 35px;
position: relative;
}
.pinterest-widget--pin .pin-widget-link-iframe iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.pinterest-widget--pin .pin-widget-gif {
background: rgba(0, 0, 0, .4);
border: 2px solid rgba(255, 255, 255, .68);
border-radius: 13px;
bottom: 12px;
box-shadow: 0 0 2px rgba(0, 0, 0, .2);
color: rgba(255, 255, 255, 1);
display: block;
font-size: 9px;
font-style: normal;
font-weight: bold;
left: 12px;
line-height: 12px;
margin: 0;
padding: 5px 0;
position: absolute;
text-decoration: none;
white-space: pre;
width: 50px;
}
.pinterest-widget--pin .pin-widget-gif:hover {
background: rgba(0, 0, 0, .8);
color: #fff;
}
.pinterest-widget--pin .pin-widget-pin-link-img {
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, .09);
margin: 0;
padding: 0;
}
.pinterest-widget--pin .pin-widget-repin {
background-size: cover;
cursor: pointer;
height: 28px;
left: 10px;
position: absolute;
top: 10px;
width: 53px;
z-index: 1;
}
.pinterest-widget--pin .pin-widget-repin:hover {
height: 27px;
left: 11px;
top: 11px;
width: 51px;
}
/* header */
.pinterest-widget--pin .pin-widget-header {
display: block;
min-height: 21px;
padding: 13px 0 20px;
text-align: right;
}
/* menu */
.pinterest-widget--pin .pin-widget-menu {
background-size: cover;
height: 5px;
position: absolute;
right: 10px;
top: 17px;
width: 20px;
}
.pinterest-widget--pin .pin-widget-menu:hover {
opacity: .7;
}
.pinterest-widget--pin .pin-widget-menu-dropdown {
background-color: #fff;
border-radius: 5px;
bottom: -42px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .33);
font-size: 12px;
font-weight: bolder;
padding: 5px 15px 5px 5px;
position: absolute;
right: 10px;
text-align: left;
}
.pinterest-widget--pin .pin-widget-menu-dropdown:after {
border-bottom: 8px solid #fff;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
content: "";
position: absolute;
right: 1px;
top: -6px;
}
.pinterest-widget--pin .pin-widget-menu-dropdown:before {
border-bottom: 7px solid #e2e2e2;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
content: "";
position: absolute;
right: 2px;
top: -7px;
}
.pinterest-widget--pin .pin-widget-menu-dropdown a {
display: block;
padding: 8px;
word-break: break-word;
}
.pinterest-widget--pin .pin-widget-menu-dropdown a:hover {
opacity: .5;
}
/* description and attribution blocks */
.pinterest-widget--pin .pin-widget-meta {
border-bottom: 1px solid rgba(0, 0, 0, .09);
display: block;
padding: 12px 12px 8px;
position: relative;
text-align: left;
}
.pinterest-widget--pin .pin-widget-meta-anchor {
color: #b9b9b9;
display: inline-block;
font-size: 12px;
font-weight: bolder;
max-width: 75%;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: top;
white-space: nowrap;
}
.pinterest-widget--pin .pin-widget-meta img {
border-radius: 0;
margin-right: 10px;
width: 15px;
}
.pinterest-widget--pin .pin-widget-description {
border-bottom: 1px solid rgba(0, 0, 0, .09);
display: block;
font-size: 14px;
line-height: 17px;
padding: 8px 12px 8px 12px;
text-align: left;
white-space: normal;
}
.pinterest-widget--pin .pin-widget-attrib {
color: #a8a8a8;
display: block;
font-size: 11px;
font-weight: bold;
line-height: 18px;
margin-top: 8px;
}
.pinterest-widget--pin .pin-widget-attrib-icon {
height: 16px;
float: left;
margin: 0 5px 0 0;
padding: 0;
vertical-align: middle;
width: 16px;
}
.pinterest-widget--pin .pin-widget-attrib-anchor {
color: #a8a8a8;
text-decoration: none;
}
.pinterest-widget--pin .pin-widget-stats {
display: block;
}
.pinterest-widget--pin .pin-widget-repin-count, .pinterest-widget--pin .pin-widget-like-count {
color: #a8a8a8;
display: inline-block;
font-size: 11px;
font-weight: bold;
line-height: 12px;
margin-top: 8px;
padding-left: 17px;
padding-right: 10px;
}
.pinterest-widget--pin .pin-widget-repin-count {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAAAAABq7uO+AAAASklEQVQI10WNMQrAMBRCvf/Z3pQcImPplsIPdqhNXOSJqLxVtnWQsuUO9IM3cHlV8dSSDZQHAOPH2YA2FU+qtH7MRhaVh/xt/PQCEW6N4EV+CPEAAAAASUVORK5CYII=) 0 0 no-repeat;
}
.pinterest-widget--pin .pin-widget-like-count {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAAAAAClR+AmAAAAUElEQVR4AT2HMQpFIQwEc/+zbXhFLBW8QUihIAT2E8Q/xe6M0Jv2zK7NKUcBzAlAjzjqtdZl4c8S2nOjMPS6BoWMr/wLVnAbYJs3mGMkXzx+OeRqUf5HHRoAAAAASUVORK5CYII=) 0 2px no-repeat;
}
.pinterest-widget--pin .pin-widget-footer {
display: block;
height: 30px;
padding: 10px;
position: relative;
text-align: left;
text-decoration: none;
}
.pinterest-widget--pin .pin-widget-avatar {
border-radius: 15px;
border: none;
overflow: hidden;
height: 30px;
width: 30px;
vertical-align: middle;
margin: 0 8px 12px 0;
position: absolute;
top: 10px;
}
.pinterest-widget--pin .pin-widget-footer-text {
cursor: pointer;
display: block;
font-size: 12px;
line-height: 16px;
overflow: hidden;
padding-left: 45px;
text-overflow: ellipsis;
white-space: nowrap;
width: auto;
}
/* medium Pin variations */
.pinterest-widget--pin.pin-widget--medium .pin-widget-repin {
height: 32px;
width: 60px;
}
.pinterest-widget--pin.pin-widget--medium .pin-widget-repin:hover {
height: 31px;
width: 58px;
}
/* large Pin variations */
.pinterest-widget--pin.pin-widget--large .pin-widget-repin {
height: 36px;
left: 32px;
top: 16px;
width: 67px;
}
.pinterest-widget--pin.pin-widget--large .pin-widget-repin:hover {
height: 35px;
left: 33px;
top: 17px;
width: 65px;
}
.pinterest-widget--pin.pin-widget--large .pin-widget-pin-link-img {
border-radius: 8px;
}
.pinterest-widget--pin.pin-widget--large .pin-widget-menu-dropdown {
right: 0;
}
.pinterest-widget--pin.pin-widget--large .pin-widget-description {
border-bottom: none;
padding: 10px 10px 0px;
}
.pinterest-widget--pin.pin-widget--large .pin-widget-footer {
}
.pinterest-widget--pin.pin-widget--large .pin-widget-footer-text {
font-size: 16px;
line-height: 20px;
}
.pinterest-widget--pin.pin-widget--large .pin-widget-avatar {
top: 15px;
}
/* Grid Widgets */
.pinterest-widget--user .grid-widget-header-text {
margin-top: 8px;
}
.pinterest-widget--grid {
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .33);
display: inline-block;
font-family: helvetica, sans-serif;
padding: 10px;
width: auto;
}
.pinterest-widget--grid .grid-widget-header {
padding-bottom: 5px;
text-align: left;
}
.pinterest-widget--grid .grid-widget-header img {
border-radius: 3px;
height: 36px;
width: 36px;
}
.pinterest-widget--grid .grid-widget-header-text {
display: inline-block;
margin-left: 10px;
vertical-align: top;
}
.pinterest-widget--grid .grid-widget-header-text a {
color: #8e8e8e;
display: block;
font-size: 12px;
text-decoration: none;
}
.pinterest-widget--grid .grid-widget-header-text a:first-child {
color: #333;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}
.pinterest-widget--grid .pinterest-grid {
border-radius: 3px;
overflow-x: hidden;
overflow-y: auto;
}
.pinterest-widget--grid .pinterest-grid a:before {
position: absolute;
content: "";
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
box-shadow: inset 0 0 2px #888!important;
}
.pinterest-widget--grid .pinterest-grid img {
display: block;
}
.pinterest-widget--grid .grid-widget-footer {
background: #f4f4f4 url(https://s-passets.pinimg.com/images/pidgets/board_button_link.png);
color: #746d6a;
text-shadow: 0 1px #fff;
display: block;
text-align: center;
border: 1px solid #ccc;
margin: 10px 0 0;
height: 31px;
line-height: 32px;
border-radius: 2px;
text-align: center;
text-decoration: none;
font-family: Helvetica;
font-weight: bold;
font-size: 13px;
}
.pinterest-widget--grid .grid-widget-logo {
background: transparent url(https://s-passets.pinimg.com/images/pidgets/board_button_logo.png) 50% 48% no-repeat;
display: inline-block;
height: 15px;
vertical-align: text-bottom;
width: 70px;
} | 0.400398 | 0.077483 |
@font-face {
font-family: 'code_bold';
src: url('../fonts/code_bold-webfont.woff2') format('woff2'),
url('../fonts/code_bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.navbar-default {
border: 0;
}
.register_back {
margin-right: 35px!important;
}
.btn_register {
margin-left: 0px!important;
}
.btn_question, .btn_question:active, .btn_boober, .btn_boober:hover {
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}
.login {
width: 100%;
padding: 30px;
max-width: 350px;
margin: 50px auto;
text-align: center;
position: relative;
background: #fff;
}
.login .logo {
width: 100%;
font-size: 4.8em;
font-family: code_bold, serif;
text-decoration: none;
color: #181818;
float: left;
}
#bra {
position: absolute;
top: 68px;
left: calc(50% - 88px);
z-index: 5;
}
.logo img {
width: 200px;
margin: 5px;
}
.login input {
width: auto;
min-width: 250px;
margin: 0 auto;
}
.login .checkbox {
margin-left: 20px;
}
.login input[type=checkbox], .login .checkbox label {
min-width: auto;
float: left;
}
.login button {
float: left;
margin-left: 20px;
}
.login form a {
float: right;
margin: 8px 20px 0 0;
}
.btn_boober {
background: #991322;
color: #fff;
/*font-family: code_bold, serif;*/
}
.btn_boober:hover {
color: #fff;
background: #6B0D17;
}
.btn_question, .recalcular input[type=submit], .getItem {
padding: 15px;
width: 46%;
float: left;
border-radius: 2px 2px 4px 4px;
border: none;
cursor: pointer;
margin: 2%;
letter-spacing: 1px;
font-weight: 700;
outline: none;
background: #3a3a3a;
color: #fff;
box-shadow: 0 6px #222;
padding: 25px 15px;
text-transform: uppercase;
}
.btn_question:hover {
box-shadow: 0 6px #000;
background: #2a2a2a;
/*padding-right: 150px;*/
}
.recalcular {
margin: 50px auto;
width: 50%;
text-align: center;
}
.recalcular .form-group {
width: 45%;
margin: 2.5%;
float: left;
}
.recalcular label {
width: auto;
float: left;
}
.recalcular input {
width: 75px;
text-align: center;
float: right;
}
.recalcular input[type=submit] {
float: none;
margin: 25px;
}
#n1, #n2, #n3 {
display: none;
}
.getItem {
float: none;
width: 250px;
}
.form_compare {
background: #f1f1f1;
width: 100%;
margin: 0 auto;
padding: 15px;
text-align: center;
}
.cuadro_compare {
float: left;
clear: both;
}
.form_check {
padding: 5px;
width: 25%;
margin: 0 auto;
display: inline-block;
}
.compare {
width: 33.33%;
float: left;
}
.cuadro {
margin: 15px 0;
padding: 10px 15px;
background: #f1f1f1;
}
.info {
margin: 0px auto;
color: #333;
}
.info:hover {
color: #333;
}
._1 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
._2 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
._3 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
._4 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
._5 {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
._6 {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
._7 {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
._8 {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
._9 {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
._10 {
-webkit-animation-delay: 1s;
animation-delay: 1s;
} | public/css/style.css | @font-face {
font-family: 'code_bold';
src: url('../fonts/code_bold-webfont.woff2') format('woff2'),
url('../fonts/code_bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.navbar-default {
border: 0;
}
.register_back {
margin-right: 35px!important;
}
.btn_register {
margin-left: 0px!important;
}
.btn_question, .btn_question:active, .btn_boober, .btn_boober:hover {
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}
.login {
width: 100%;
padding: 30px;
max-width: 350px;
margin: 50px auto;
text-align: center;
position: relative;
background: #fff;
}
.login .logo {
width: 100%;
font-size: 4.8em;
font-family: code_bold, serif;
text-decoration: none;
color: #181818;
float: left;
}
#bra {
position: absolute;
top: 68px;
left: calc(50% - 88px);
z-index: 5;
}
.logo img {
width: 200px;
margin: 5px;
}
.login input {
width: auto;
min-width: 250px;
margin: 0 auto;
}
.login .checkbox {
margin-left: 20px;
}
.login input[type=checkbox], .login .checkbox label {
min-width: auto;
float: left;
}
.login button {
float: left;
margin-left: 20px;
}
.login form a {
float: right;
margin: 8px 20px 0 0;
}
.btn_boober {
background: #991322;
color: #fff;
/*font-family: code_bold, serif;*/
}
.btn_boober:hover {
color: #fff;
background: #6B0D17;
}
.btn_question, .recalcular input[type=submit], .getItem {
padding: 15px;
width: 46%;
float: left;
border-radius: 2px 2px 4px 4px;
border: none;
cursor: pointer;
margin: 2%;
letter-spacing: 1px;
font-weight: 700;
outline: none;
background: #3a3a3a;
color: #fff;
box-shadow: 0 6px #222;
padding: 25px 15px;
text-transform: uppercase;
}
.btn_question:hover {
box-shadow: 0 6px #000;
background: #2a2a2a;
/*padding-right: 150px;*/
}
.recalcular {
margin: 50px auto;
width: 50%;
text-align: center;
}
.recalcular .form-group {
width: 45%;
margin: 2.5%;
float: left;
}
.recalcular label {
width: auto;
float: left;
}
.recalcular input {
width: 75px;
text-align: center;
float: right;
}
.recalcular input[type=submit] {
float: none;
margin: 25px;
}
#n1, #n2, #n3 {
display: none;
}
.getItem {
float: none;
width: 250px;
}
.form_compare {
background: #f1f1f1;
width: 100%;
margin: 0 auto;
padding: 15px;
text-align: center;
}
.cuadro_compare {
float: left;
clear: both;
}
.form_check {
padding: 5px;
width: 25%;
margin: 0 auto;
display: inline-block;
}
.compare {
width: 33.33%;
float: left;
}
.cuadro {
margin: 15px 0;
padding: 10px 15px;
background: #f1f1f1;
}
.info {
margin: 0px auto;
color: #333;
}
.info:hover {
color: #333;
}
._1 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
._2 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
._3 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
._4 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
._5 {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
._6 {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
._7 {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
._8 {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
._9 {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
._10 {
-webkit-animation-delay: 1s;
animation-delay: 1s;
} | 0.368406 | 0.073563 |
=================================================
1. Import CSS and Google Fonts
2. Global Styles
3. Preloader
4. Top Bar
5. Header
6. Sticky Header
7. Dropdown Main Menu
8. Slicknav and Responsive
9. Slider
10. About
11. Parallex
12. work
13. Team
14. Team Detail
15. Case Evaluation
16. News
17. Gallery
18. Service
19. Counter
20. Scroll to Top
21. Testimonial
22. Contact
23. 404 Error
24. Blog
25. Sidebar
26. Author Box
27. Comment
28. Under Construction
29. FAQ
30. Featured Box
31. Appointment
32. Footer - Top
33. Footer - Main
34. Footer - Bottom
35. Google Map
36. why choose us
37. Team Detail 2
38. Room Category
39. Room Search
40.Single Property/Room
=================================================
*/
/*
================================
Import CSS and Google Fonts
================================
*/
@import url(../css/font-awesome.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:500,600,700");
/*
================================
Global Styles
================================
*/
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
}
html {
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html a {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font-family: "Open Sans", sans-serif;
font-size: 13px;
color: #464646;
overflow: hidden;
line-height: 22px;
overflow-x: hidden;
background-color: transparent;
}
p {
color: #323f52;
}
.tal {
text-align: left;
}
.tar {
text-align: right;
}
.tac {
text-align: center;
}
.ttu {
text-transform: uppercase;
}
.ttl {
text-transform: lowercase;
}
.ttn {
text-transform: normal;
}
a {
text-decoration: none !important;
cursor: pointer;
}
a:link,
a:visited {
transition: all 0.2s ease-out 0s;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
}
:active,
:hover,
:focus,
:visited {
text-decoration: none;
outline: none !important;
}
input,
button,
select,
textarea {
font-family: "Open Sans", sans-serif;
}
.page-wrapper {
width: 100%;
height: auto;
position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
color: #353535;
}
.sep {
position: relative;
left: 0;
right: 0;
width: 30px;
height: 1.5px;
background: #353535;
display: block;
margin: 20px auto;
text-align: center;
}
.sep:before {
content: '';
position: absolute;
left: -10px;
right: 0;
bottom: 0;
background: #353535;
width: 50px;
height: 1.5px;
margin: 5px 0;
}
.sep:after {
content: '';
position: absolute;
left: -10px;
right: 0;
top: 0;
background: #353535;
width: 50px;
height: 1.5px;
margin: 5px 0;
}
.sep-white {
background: #fff;
}
.sep-white:before {
background: #fff;
}
.sep-white:after {
background: #fff;
}
.gap-small {
width: 100%;
height: 20px;
clear: both;
}
.bg-gray {
background: #f2f3f3!important;
}
.no-pb {
padding-bottom: 0!important;
}
img {
border: 0;
outline: none;
}
.img-fullwidth {
width: 100%;
}
.img-responsive {
display: block;
width: 100%;
height: auto;
}
.bg-white {
background: #fff !important;
}
.bg-black4 {
background: #f1f1f1 !important;
}
.heading-normal {
width: 100%;
height: auto;
margin-bottom: 15px;
overflow: hidden;
}
.heading-normal h2 {
font-family: "Raleway", serif;
color: #0088d0;
padding-bottom: 10px;
font-size: 26px;
font-weight: 600;
}
.heading-normal p {
color: #323f52;
font-size: 14px;
}
.border-shape {
background: #0088d0 none repeat scroll 0 0;
display: block;
height: 1px;
left: 0;
margin: 20px auto;
position: relative;
right: 0;
text-align: center;
width: 30px;
}
.border-shape::before {
background: #0088d0 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
left: -10px;
margin: 5px 0;
position: absolute;
right: 0;
width: 50px;
}
.border-shape::after {
background: #0088d0 none repeat scroll 0 0;
content: "";
height: 1px;
left: -10px;
margin: 5px 0;
position: absolute;
right: 0;
top: 0;
width: 50px;
}
/*
================================
Preloader
================================
*/
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 999999;
}
#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
top: 50%;
background: url(../img/preloader.gif);
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
/*
================================
Top Bar
================================
*/
.top-bar {
background: #f2f2f2 ;
padding: 4px 0;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.top-bar .top-contact {
float: left;
line-height: 30px;
}
.top-bar .top-contact .list {
float: left;
color: #333;
margin-right: 20px;position:relative;font-size:14px
}
.top-bar .top-contact .list:after {
position: absolute;
content: "|";
right: -12px;
}
.top-bar .top-contact .list:last-child:after{display:none}
.top-bar .top-contact .list a {
color: #333;
}
.top-bar .top-contact .list i {
margin-right: 5px;
}
.top-bar .top-social {
float: right;
margin-top: 1px;
}
.top-bar .top-social ul {
float: right;
margin-bottom: 0;
}
.top-bar .top-social ul li {
list-style-type: none;
float: left;
margin-right: 10px;
}
.top-bar .top-social ul li a {
width: 25px;
height: 25px;
line-height: 25px;
color: #333;
display: block;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
font-size: 14px;
}
.top-bar .top-social ul li a:hover {
background: #0088d0;border-color:#0088d0
}
/*
================================
Header
================================
*/
header {
width: 100%;
background: transparent;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 99999;
}
header .logo {
float: left;
-webkit-transition: background .2s;
transition: background .2s;
}
header .logo img {
max-height: 66px;
margin: 18px 0 10px;
}
header .nav-wrapper {
float: right;
}
header .nav-wrapper ul {
float: right;
}
/*
================================
Sticky Header
================================
*/
header.sticky {
position: fixed;
background: #fff;
left: 0;
top: 0;
width: 100%;
height: 60px;
z-index: 10000;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.16);
}
header.sticky .logo img {
height: 40px;
margin-top: 10px;
}
header.sticky .sf-menu .menu-description {
display: none;
}
header.sticky .sf-menu li a {
padding: 10px 18px;
}
header.sticky .sf-menu li li a {
padding-top: 3px;
padding-bottom: 3px;
}
header.sticky .sf-menu > li {
margin-top: 10px;
}
header.sticky .sf-menu > li {
margin-top: 0;
height: 60px;
line-height: 40px;
}
/*
================================
Dropdown Main Menu
================================
*/
.sf-menu {
margin-bottom: 0;
}
.sf-menu ul {
box-shadow: none;
border-top: 0;
}
.sf-menu a {
padding-top: 0;
padding-bottom: 0;
font-weight: normal;
}
.sf-menu li {
text-transform: none;
background: none;
}
.sf-menu li li {
min-width: 170px;
height: auto;
line-height: 30px;
background: #0088d0;
color: #fff;
margin-right: 0;
border-bottom: 1px solid #f2f3f3;
-webkit-transition: height 200ms ease-in;
-moz-transition: height 200ms ease-in;
-o-transition: height 200ms ease-in;
transition: height 200ms ease-in;
}
.sf-menu li li:last-child {
border-bottom: 0;
}
.sf-menu li li:hover {
background: #f2f3f3;
}
.sf-menu li li:hover > ul {
-moz-animation: slideInRight 0.3s ease;
-webkit-animation: slideInRight 0.3s ease;
animation: slideInRight 0.3s ease;
}
.sf-menu li li:hover a {
padding-left: 25px;
font-weight: normal;
}
.sf-menu li li:hover li a {
padding-left: 15px;
}
.sf-menu li li a {
font-weight: normal !important;
font-size: 13px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
padding: 0;
padding-left: 15px;
padding-top: 4px;
padding-bottom: 4px;
}
.sf-menu li li li {
background: #0088d0;
border-left: 1px solid #f2f3f3;
margin-left: -1px;
}
.sf-menu li li li a {
color: #323f52;
}
.sf-menu li li li a:hover {
color: #323f52;
padding-left: 25px;
}
.sf-menu li a {
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
color: #fff;
border: 0;
font-size: 16px;
font-weight: 400;
padding: 10px 21px;
text-transform: none;
}
.sf-menu li:hover {
background: none;
}
.sf-menu li:hover > ul {
display: block;
-moz-animation: zoomIn 0.3s ease;
-webkit-animation: zoomIn 0.3s ease;
animation: zoomIn 0.3s ease;
}
.sf-menu li:hover a {
color: #0088d0;
}
.sf-menu li:hover li a {
color: #000;
}
.sf-menu li:hover li:hover {
color: #fff;
}
.sf-menu li.sfHover {
background: none;
font-weight: bold;
}
.sf-menu > li {
margin-top: 25px;
text-transform: uppercase;
}
.sf-menu > li > a {
font-family: "Open Sans", sans-serif;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
color: #333;
}
.sf-menu > li {
margin-top: 0;
height: 100px;
line-height: 80px;
}
.sf-menu li:hover li a {
background: #0088d0;
color: #fff;
}
.sf-menu li:hover li:hover a {
background: #fff;
color: #0088d0;
}
.sf-menu li:hover li:hover li a {
background: #0088d0;
color: #fff;
}
.sf-menu li:hover li:hover li:hover a {
background: #fff;
color: #0088d0;
}
.sf-menu li:hover li a {
background: #464646!important;
}
/*
================================
Slicknav and Responsive
================================
*/
@media screen and (max-width: 991px) {
#menu {
display: none;
}
.slicknav_menu {
display: block;
}
header.sticky .logo {
z-index: 99999;
}
body.sticky .slicknav_menu {
z-index: 99999;
position: fixed;
width: 100%;
}
body.sticky header {
margin-top: 54px;
}
body.sticky .slide-carousel {
margin-top: 124px;
}
.slide-carousel .item .text {
padding-top: 25% !important;
}
.featured-box .item {
margin-bottom: 25px;
}
}
@media screen and (min-width: 992px) {
.slicknav_menu {
display: none;
}
#menu {
display: block;
}
}
.slicknav_menu .slicknav_menutxt {
text-indent: -9999px;
}
.slicknav_menu .slicknav_icon {
margin-left: 0;
}
@media screen and (max-width: 599px) {
.top-bar {
text-align: center;
}
.top-bar .top-contact {
float: none;
width: 100%;
display: inline-block;
}
.top-bar .top-contact .list {
width: 100%;
float: none;
}
.top-bar .top-social {
float: none;
width: 100%;
display: inline-block;
}
.top-bar .top-social ul {
float: none;
width: 100%;
text-align: center;
}
.top-bar .top-social ul li {
float: none;
display: inline-block;
margin-left: 0;
margin-right: 0;
}
}
/*
================================
Slider
================================
*/
.slide-single {
width: 100%;
height: 580px;
background-image: url(../images/slide1.jpg);
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
text-align: center;
position: relative;
}
.slide-single .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.3;
}
.slide-single .text {
padding-top: 15%;
text-align: center;
position: relative;
z-index: 99;
}
.slide-single .text-page {
padding-top: 12%;
}
.slide-single h2 {
font-family: "Raleway", serif;
font-size: 40px;
font-weight: 600;
color: #fff;
margin-bottom: 5px;
display: inline-block;
padding: 10px 20px;
}
.slide-single h3 {
font-family: "Raleway", serif;
font-size: 24px;
font-weight: normal;
color: #fff;
margin-bottom: 15px;
display: inline-block;
padding: 10px 20px;
}
.slide-single p {
font-family: "Open Sans", sans-serif;
font-size: 18px;
color: #fff;
font-weight: 500;
margin-top: 20px;
text-transform: uppercase;
}
.slide-single p a {
border: 2px solid #0088d0;
padding: 10px 20px;
background: #0088d0;
color: #fff;
}
.slide-single p a:hover {
background: transparent;
border-color: #fff;
color: #fff;
}
.slide-single:hover p {
background: transparent;
}
.slide-carousel {
overflow: hidden;
position: relative;
margin-bottom: -10px;
position: relative;
}
.slide-carousel .overlay {
background: #000 none repeat scroll 0 0;
height: 100%;
left: 0;
opacity: 0.3;
position: absolute;
top: 0;
width: 100%;
}
.slide-carousel .item {
height: 580px;
background: #4BCAFF;
text-align: center;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
}
.slide-carousel .item .photo {
width: 100%;
height: 100%;
}
.slide-carousel .item .text {
padding-top: 15%;
text-align: center;
position: relative;
z-index: 99;
}
.slide-carousel .item .text h2 {
font-family: "Raleway", serif;
text-transform: none;
font-weight: bold;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-delay: 0s;
animation-delay: 0s;text-transform:uppercase
}
.slide-carousel .item .text h3 {
font-family: "Raleway", serif;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-delay: .4s;
animation-delay: .4s;
line-height: 32px;
text-transform: none;
}
.slide-carousel .item .text p {
font-family: "Open Sans", sans-serif;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
.slide-carousel .item h2 {
font-family: "Raleway", serif;
font-size: 40px;
text-transform: uppercase;
font-weight: bold;
color: #fff;
margin-bottom: 0px;
display: inline-block;
padding: 10px 20px;
}
.slide-carousel .item h3 {
font-family: "Raleway", serif;
font-size: 24px;
text-transform: uppercase;
font-weight: normal;
color: #fff;
margin-bottom: 10px;
display: inline-block;
padding: 10px 20px;
}
.slide-carousel .item p {
font-family: "Raleway", serif;
font-size: 18px;
color: #fff;
font-weight: 500;
margin-top: 20px;
text-transform: uppercase;
}
.slide-carousel .item p a {
border: 2px solid #0088d0;
padding: 10px 20px;
background: #0088d0;
color: #fff;
}
.slide-carousel .item p a:hover {
background: transparent;
color: #fff;
border-color: #fff;
}
.slide-carousel .item p a:hover p {
background: transparent;
}
.slide-carousel .owl-prev {
display: block;
position: absolute;
top: 44%;
left: 0;
}
.slide-carousel .owl-next {
display: block;
position: absolute;
top: 44%;
right: 0;
}
.slide-carousel .owl-nav [class*=owl-] {
font-size: 20px;
font-weight: bold;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
padding: 0;
text-align: center;
background: #0088d0;
color: #f2f3f3;
}
.slide-carousel .owl-nav [class*=owl-]:hover {
background: #fff;
color: #0088d0;
}
.slide-single-page {
background-image: url(../images/banner.jpg);
height: 200px;
}
.slide-single-page .overlay {
opacity: 0.3;
}
.slide-single-page .text {
padding-top: 0 !important;
}
.slide-single-page .text-page {
height: 200px;
padding-top: 0;
}
.slide-single-page .text-page .this-item {
width: 100%;
height: 200px;
display: table;
text-align: center;
}
.slide-single-page .text-page .this-item h2 {
display: table-cell;
vertical-align: middle;
}
.menu-arrow i {
color: #000;
font-size: 14px;
position: absolute;
right: 6px;
top: 44%;
}
/*
================================
About
================================
*/
.about {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.about img {
width: 100%;
height: auto;
}
.about h2 {
font-family: "Open Sans", sans-serif;
font-size: 20px;
font-weight: 600;
color: #0088d0;
position: relative;
}
.about h3 {
font-family: "Raleway", serif;
font-size: 34px;
font-weight: 600;
color: #464646;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 30px;
}
.about p {
font-family: "Open Sans", sans-serif;
color: #323f52;
font-weight: 500;
margin-bottom: 20px;
font-size: 14px;
}
.about label {
font-size: 14px;
}
.about .bar-container {
position: relative;
font-size: 14px;
}
.about .bar-container p {
font-weight: 600;
}
.about .bar-container .progress {
margin-top: -18px;
height: 10px;
}
.about .bar-container .progress .progress-bar-custom {
background-color: #0088d0;
}
.about .bar-container .percentage-show {
font-weight: bold;
position: absolute;
top: 0px;
right: 0;
z-index: 9999;
}
/*
================================
Parallex
================================
*/
.parallex {
background-image: url(../images/slide1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
padding-top: 80px;
padding-bottom: 80px;
text-align: center;
position: relative;
}
.parallex .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #424242;
opacity: 0.8;
}
.parallex h2 {
font-family: "Raleway", serif;
font-size: 34px;
font-weight: 600;
color: #fff;
text-align: center;
margin-bottom: 15px;
}
.parallex h3 {
font-family: "Open Sans", sans-serif;
display: inline-block;
font-size: 20px;
color: #fff;
text-align: center;
margin-bottom: 20px;
padding: 5px 0 0;
}
.parallex p {
color: #fff;
font-weight: 600;
margin-bottom: 10px;
font-size: 16px;
}
.parallex p.button {
margin-top: 40px;
}
.parallex p.button a {
font-family: "Raleway", serif;
text-transform: uppercase;
background: transparent;
border: 2px solid #fff;
padding: 10px 20px;
color: #fff;
font-size: 20px;
}
.parallex p.button a:hover {
background: #fff;
color: #323f52;
}
/*
================================
Work
================================
*/
.work {
width: 100%;
height: auto;
overflow: hidden;
padding: 50px 0;
text-align: center;
background: #fff;
position: relative;
}
.work .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #323f52;
opacity: 0.7;
}
.work h2 {
font-family: "Raleway", serif;
font-size: 32px;
font-weight: 700;
color: #464646;
position: relative;
text-transform: uppercase;
}
.work h3 {
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 500;
color: #464646;
padding-bottom: 5px;
margin-top: 20px;
margin-bottom: 40px;
}
.work .work-grid-item {
overflow: hidden;
margin-bottom: 50px;
}
.work .item {
width: 100%;
}
.work .item .inner {
position: relative;
margin-bottom: 30px;
}
.work .item .inner .photo {
overflow: hidden;position:relative
}
.inner .photo::before {
position: absolute;
background: #0088d0;
width: 100%;
height: 100%;
top:-100%;
content: "";
z-index: 1;
opacity: 0.3;visibility:hidden;transition: all 0.7s ease 0s;
}
.work .item .inner:hover.inner .photo::before{visibility:visible;transition: all 0.7s ease 0s;top:0;}
.photo img {
width: 100%;
height: auto; transform: scale(1.2);
transition: all 0.7s ease 0s;
}
.work .item .inner:hover .photo img{transform: scale(1);}
.work .item .desc h3 {
background: #0088d0;
color: #fff;
margin-top: 0;
}
.work .item .desc h3 a {
color: #fff;
display: block;
padding: 10px 0;
}
/*
================================
Team
================================
*/
.team {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.team .heading {
margin-bottom: 20px;
text-align: center;
}
.team .heading h2 {
font-family: "Raleway", serif;
font-size: 32px;
font-weight: 700;
color: #464646;
position: relative;
text-transform: uppercase;
}
.team .heading h3 {
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 500;
color: #464646;
padding-bottom: 5px;
margin-top: 20px;
margin-bottom: 40px;
}
.team .heading p {
font-size: 16px;
text-align: center;
color: #353535;
}
.team .team-inner {
position: relative;
}
.team .inner {
margin-bottom: 20px;
}
.thumb {
position: relative;
overflow: hidden;
}
.thumb::before {
background: #0088d0;
position: absolute;
content: "";
width: 100%;
height: 100%;
z-index: 9;
opacity: 0.3;visibility:hidden;transition: all 0.7s ease 0s;top:-100%
}
.team .inner:hover.thumb::before{visibility:visible;transition: all 0.7s ease 0s;top:0;}
.inner .thumb img{
width: 100%;
}
.team .inner .thumb .overlay {
width: 100%;
height: 100%;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
top: 0;
left: 0;
-webkit-transform: scale(0.2);
-ms-transform: scale(0.2);
-o-transform: scale(0.2);
transform: scale(0.2);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
background: rgba(255, 255, 255, 0.8);
}
.team .inner .social-icons {
width: 100%;
height: 0;
position: absolute;
bottom: 0;
left: 0;
top:-80px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
background: #0088d0;
}
.team .inner .social-icons ul {
text-align: center;
padding-left: 10px;
}
.team .inner .social-icons ul li {
list-style-type: none;
display: inline-block;
margin-bottom: 10px;
margin-right: 10px;
margin-top: 12px;
}
.team .inner .social-icons ul li a {
width: 24px;
height: 24px;
line-height: 24px;
color: #fff;
display: block;
text-align: center;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
font-size: 16px;
}
.team .inner .social-icons ul li a:hover {
color: #323f52;
}
.team .inner:hover .thumb img {
width: 100%;
}
.team .inner:hover .social-icons {
height: 50px;top:50%;position:absolute;
filter: alpha(opacity=1);
}
.team .text {
padding: 15px 0;
text-align: left;
}
.team .text h3 {
color: #353535;
font-weight: 700;
font-size: 20px;
margin-bottom: 10px;
}
.team .text li {
list-style: outside none none;
}
.team .text li i {
margin-right: 10px;
}
.team .text h3 a {
color: #424242 ;
}
.team .text h3 a:hover {
color: #0088d0;
}
.team .text h4 {
font-size: 14px;
font-weight: 500;
margin-bottom: 15px;
}
/*
================================
Team Detail
================================
*/
.team-detail-1 {
padding-top: 50px;
padding-bottom: 50px;
background: #f2f3f3;
}
.team-detail-1 .header {
background: #0088d0;
padding: 15px;
}
.team-detail-1 .header .left img {
width: 100%;
}
.team-detail-1 .header .right h2 {
font-family: "Raleway", serif;
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
}
.team-detail-1 .header .right h3 {
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: normal;
margin-bottom: 15px;
color: #fff;
}
.team-detail-1 .header .right h4 {
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 600;
margin-top: 10px;
text-transform: uppercase;
color: #fff;
}
.team-detail-1 .header .right p {
font-size: 14px;
color: #f2f3f3;
}
.team-detail-1 .header .right .social {
border-top: 1px solid #f2f3f3;
border-bottom: 1px solid #f2f3f3;
padding-top: 10px;
padding-bottom: 10px;
overflow: hidden;
}
.team-detail-1 .header .right .social ul li {
list-style-type: none;
float: left;
margin-right: 6px;
}
.team-detail-1 .header .right .social ul li a i {
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
text-align: center;
background: #fff;
color: #0088d0;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.team-detail-1 .header .right .social ul li a i:hover {
background: #323f52;
color: #fff;
}
.team-detail-1 .header .right .contact-area {
padding-top: 10px;
border-bottom: 1px solid #f2f3f3;
}
.team-detail-1 .header .right .contact-area ul li {
list-style-type: none;
margin-right: 6px;
font-size: 14px;
margin-bottom: 5px;
color: #fff;
}
.team-detail-1 .header .right .contact-area ul li i {
font-size: 14px;
color: #fff;
padding-right: 6px;
}
.team-detail-1 .text h2 {
font-family: "Raleway", serif;
font-weight: 600;
margin-top: 40px;
font-size: 24px;
margin-bottom: 15px;
}
.team-detail-1 .text p {
font-size: 14px;
line-height: 20px;
margin-bottom: 15px;
}
.team-detail-2 {
padding-top: 50px;
padding-bottom: 50px;
background: #fff;
}
.team-detail-2 .bar {
width: 60px;
height: 8px;
background: #c3c3c3;
margin-bottom: 30px;
display: inline-block;
}
.team-detail-2 h2 {
font-family: "Raleway", serif;
font-weight: 600;
font-size: 24px;
margin-bottom: 20px;
}
.team-detail-2 .education {
display: table;
}
.team-detail-2 .education .edu-row {
display: table-row;
}
.team-detail-2 .education .edu-row .year {
font-family: "Open Sans", sans-serif;
display: table-cell;
vertical-align: middle;
font-size: 38px;
color: #fff;
background: #0088d0;
display: inline-block;
padding: 15px 10px;
}
.team-detail-2 .education .edu-row .degree {
display: table-cell;
vertical-align: top;
padding-left: 20px;
padding-bottom: 10px;
}
.team-detail-2 .education .edu-row .degree h3 {
font-family: "Open Sans", sans-serif;
font-weight: 600;
font-size: 18px;
}
.team-detail-2 .education .edu-row .degree p {
font-size: 14px;
line-height: 18px;
}
.team-detail-2 .bar-container {
position: relative;
font-size: 14px;
}
.team-detail-2 .bar-container p {
font-weight: 600;
}
.team-detail-2 .bar-container .progress {
height: 10px;
}
.team-detail-2 .bar-container .progress .progress-bar-custom {
background-color: #0088d0;
}
.team-detail-2 .bar-container .percentage-show {
font-weight: bold;
position: absolute;
top: 0px;
right: 0;
z-index: 9999;
}
/*
================================
News
================================
*/
.news {
background: #f2f3f3;
padding-top: 50px;
padding-bottom: 50px;
}
.news .heading {
margin-bottom: 20px;
text-align: center;
}
.news .heading h2 {
font-family: "Raleway", serif;
font-size: 32px;
font-weight: 700;
color: #464646;
position: relative;
text-transform: uppercase;
}
.news .heading h3 {
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 500;
color: #464646;
padding-bottom: 5px;
margin-top: 20px;
margin-bottom: 40px;
}
.news .heading p {
font-size: 16px;
text-align: center;
color: #353535;
}
.news .thumbnail {
padding: 0;
border-radius: 0;
position: relative;border:0px
}
.news .thumbnail .photo {
position: relative;
}
.thumbnail .photo{overflow:hidden}
.thumbnail .photo img {
width: 100%; transform: scale(1);
transition: all 0.7s ease 0s;
}
.news .thumbnail:hover.thumbnail .photo img { transform: scale(1.2);}
.news .thumbnail .photo img
.news .thumbnail .date {
font-family: "Open Sans", sans-serif;
width: 100%;
height: 0;
position: absolute;
bottom: 0;
left: 0;
background: rgba(70,70,70,0.8);
color: #fff;
font-size: 14px;
text-align: center;
text-transform: uppercase;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
opacity: 0;
}
.news .thumbnail .post-date .inner {
padding-top: 15px;margin-bottom:10px
}
.news .thumbnail:hover .date {
opacity: 1;
height: 50px;
}
.news .thumbnail .caption {
padding: 15px;
}
.news .thumbnail .caption h3 {
font-family: "Raleway", serif;
color: #0088d0;
font-weight: 600;
font-size: 20px;
}
.news .thumbnail .caption h4 {
font-family: "Open Sans", sans-serif;
color: #868686;
font-weight: normal;
font-size: 13px;
margin-bottom: 15px;
}
.news .thumbnail .caption p {
font-size: 14px;
line-height: 22px;
}
.news .thumbnail .caption p a {
background: #0088d0 none repeat scroll 0 0;
border-radius: 25px;
color: #fff;
display: inline-block;
padding: 10px 25px;
text-transform: uppercase;border-color: #0088d0;
}
.news .thumbnail .caption p a:hover {
background: #323f52;
border-color: #323f52;
}
/*
================================
Gallery
================================
*/
.gallery {
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
background: #fff;
position: relative;
}
.gallery .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #323f52;
opacity: 0.7;
}
.gallery h2 {
font-family: "Raleway", serif;
font-size: 30px;
font-weight: 600;
text-transform: uppercase;
color: #0088d0;
text-align: center;
}
.gallery h3 {
font-family: "Raleway", serif;
display: inline-block;
font-size: 24px;
border-top: 1px dotted #f2f3f3;
border-bottom: 1px dotted #f2f3f3;
color: #f2f3f3;
text-align: center;
padding-top: 5px;
padding-bottom: 10px;
margin-bottom: 20px;
}
.gallery .menu-grid h2 {
margin-bottom: 20px;
}
.gallery .menu-grid h3 {
padding-top: 5px;
padding-bottom: 5px;
}
.gallery .menu-grid-item {
overflow: hidden;
margin-bottom: 50px;
}
.gallery .item {
margin-bottom: 30px;
width: 100%;
}
.gallery .item .inner {
position: relative;
overflow: hidden;
margin-bottom: 25px;
}
.gallery .item .inner:hover .desc {
top: 0;
opacity: 0.7;
filter: alpha(opacity=70);
}
.gallery .item .photo img {
width: 100%;
}
.gallery .item .desc {
position: absolute;
top: -15%;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
filter: alpha(opacity=0);
background-color: #0088d0 ;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.gallery .item .desc h4 {
color: #f2f3f3;
font-size: 14px;
line-height: 20px;
font-weight: 600;
padding: 0 20px;
margin-top: 25%;
}
.gallery .nav-tabs {
border-bottom: 0;
margin-top: 20px;
margin-bottom: 20px;
}
.gallery .nav-tabs > li {
margin-right: 10px;
float: none;
display: inline-block;
vertical-align: top;
}
.gallery .nav-tabs > li > a {
font-family: "Raleway", serif;
font-size: 18px;
background: transparent;
color: #fff;
border: 0;
border: 1px solid #fff;
border-radius: 0;
padding: 6px 10px;
}
.gallery .nav-tabs > li > a:hover {
color: #323f52;
border-color: #0088d0;
background: #0088d0;
}
.gallery .nav-tabs > li.active > a,
.gallery .nav-tabs > li.active > a:focus,
.gallery .nav-tabs > li.active > a:hover {
background: #0088d0;
color: #323f52;
border: 0;
border: 1px solid #323f52;
border-radius: 0;
}
.gallery a.gallery-photo i {
color: #fff;
font-size: 30px;
}
/*
================================
Service
================================
*/
.service {
background: #f2f3f3;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}
.service h2 {
font-family: "Raleway", serif;
font-size: 32px;
font-weight: 700;
color: #464646;
position: relative;
text-transform: uppercase;
}
.service h3 {
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 500;
color: #464646;
padding-bottom: 5px;
margin-top: 20px;
margin-bottom: 40px;
}
.service .room-details h2 {
text-transform: capitalize;
}
/*
================================
Counter
================================
*/
.counter-v1 {
padding-top: 80px;
padding-bottom: 80px;
position: relative;
background-image: url(../images/slide2.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-attachment: fixed;
}
.counter-v1 .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #353535;
opacity: 0.8;
filter: alpha(opacity=80);
}
.counter-v1 .container {
position: relative;
z-index: 9999;
}
.counter-v1 .counter-text {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
margin: auto;
width: 187px;
height: 187px;
font-size: 24px;
color: #fff;
line-height: 38px;
border-radius: 187px;
-webkit-border-radius: 187px;
-moz-border-radius: 187px;
text-align: center;
background: rgba(220, 32, 61, 0.7);
}
.counter-v1 .counter-text p:first-child {
padding-top: 60px;
margin-bottom: 0px;
}
.counter-v1 .counter-text span {
color: #fff;
font-size: 16px;
}
.counter-v1 .counter-text span.counter {
color: #fff;
font-size: 50px;
}
/*
================================
Scroll to Top
================================
*/
.scrollup {
position: fixed;
z-index: 99999;
bottom: 20px;
right: 20px;
display: none;
}
.scrollup i {
width: 50px;
height: 50px;
line-height: 40px;
border-radius: 50%;
background: #0088d0;
color: #fff;
border: 4px solid #0088d0;
text-align: center;
font-size: 26px;
opacity: 0.5;
filter: alpha(opacity=50);
}
.scrollup i:hover {
opacity: 1;
filter: alpha(opacity=1);
}
/*
================================
Testimonial
================================
*/
.testimonial-v1 {
padding-top: 50px;
padding-bottom: 50px;
overflow: hidden;
position: relative;
background-image: url(../images/slide1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;
}
.testimonial-v1 .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #424242 ;
opacity: 0.8;
filter: alpha(opacity=80);
}
.testimonial-v1 .container {
position: relative;
z-index: 9999;
}
.testimonial-v1 .testimonial-carousel {
margin-top: 0px;
text-align: center;
position: relative;
width: 70%;
margin: 0 auto;
}
.testimonial-v1 .content .comment {
color: #fff;
padding: 15px 50px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
position: relative;
}
.testimonial-v1 .content .comment p {
margin: 0 auto;
color: #fff;
font-size: 14px;
font-weight: 400;
}
.testimonial-v1 .author {
width: 100%;
text-align: center;
margin-top: 20px;
}
.testimonial-v1 .photo {
display: inline-block;
margin-right: -4px;
vertical-align: top;
}
.testimonial-v1 .photo img {
width: 80px;
height: 80px;
float: right;
margin-right: 25px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.testimonial-v1 .text {
display: inline-block;
vertical-align: top;
}
.testimonial-v1 .text h3 {
font-size: 24px;
font-weight: 400;
color: #fff;
text-align: left;
margin-top: 10px;
}
.testimonial-v1 .text h4 {
color: #fff;
font-size: 16px;
font-weight: 300;
text-align: left;
margin-bottom: 30px;
}
.testimonial-v1 .owl-nav {
margin-top: 20px;
}
.testimonial-v1 .owl-nav i {
width: 18px;
height: 18px;
line-height: 18px;
font-size: 20px;
text-align: center;
}
.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
color: #fff;
position: absolute;
background: none;
top: 42%;
}
.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
text-align: center;
background: #0088d0;
font-size: 30px;
font-weight: bold;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;color:#fff
}
.testimonial-v1 .owl-nav .owl-prev i:hover,
.testimonial-v1 .owl-nav .owl-next i:hover {
background: #323f52;
}
.testimonial-v1 .owl-nav .owl-prev {
left: -80px;
}
.testimonial-v1 .owl-nav .owl-prev:hover {
background: none;
}
.testimonial-v1 .owl-nav .owl-next {
right: -80px;
}
.testimonial-v1 .owl-nav .owl-next:hover {
background: none;
}
/*
================================
Contact
================================
*/
.contact {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.contact .item {
margin-bottom: 20px;
overflow: hidden;
background: #0088d0;
padding: 15px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.contact .item:hover {
background: #323f52;
}
.contact .icon {
float: left;
margin-right: 15px;
margin-top: 6px;
color: #f2f3f3;
font-size: 20px;
}
.contact .text {
float: left;
}
.contact .text h3 {
color: #fff;
font-family: "Raleway", serif;
font-size: 24px;
font-weight: 600;
margin-top: 5px;
}
.contact .text p {
color: #fff;
font-weight: 400;
font-size: 14px;
}
.contact .text ul li {
list-style-type: none;
color: #fff;
font-weight: 400;
font-size: 14px;
}
.contact .cform-1 .btn-success {
font-family: "Raleway", serif;
background-color: transparent;
border-width: 2px;
border-color: #0088d0;
color: #0088d0;
font-size: 14px;
padding: 10px 20px;
border-radius: 0;
font-weight: 600;
text-transform: uppercase;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.contact .cform-1 .btn-success:hover {
background: #0088d0;
color: #fff;
}
.contact .cform-1 .form-control {
border-radius: 0;
box-shadow: none;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"],
.contact .cform-1 textarea {
background: transparent;
border-width: 2px;
color: #323f52;
}
.contact .cform-1 input[type="text"]:focus,
.contact .cform-1 input[type="email"]:focus,
.contact .cform-1 textarea:focus {
border-color: #0088d0;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"] {
height: 40px;
}
/*
================================
404 Error
================================
*/
.error-page {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
position: relative;
}
.error-page .title .inner {
font-family: "Raleway", serif;
width: 200px;
height: 200px;
background: #0088d0;
color: #fff;
border: 5px solid #0088d0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
text-align: center;
margin: 0 auto;
text-transform: uppercase;
}
.error-page .title .inner span:first-child {
display: block;
margin: 0;
line-height: 60px;
margin-top: 40px;
font-size: 66px;
}
.error-page .title .inner span:last-child {
display: block;
margin: 0;
line-height: 60px;
font-size: 30px;
}
.error-page .content {
margin-top: 40px;
text-align: center;
}
.error-page .content h2 {
font-family: "Raleway", serif;
color: #0088d0;
font-size: 24px;
}
.error-page .content p {
font-size: 16px;
color: #323f52;
}
.error-page .content .button {
margin-top: 40px;
}
.error-page .content .button a {
font-family: "Raleway", serif;
font-size: 18px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
border: 2px solid #0088d0;
color: #0088d0;
font-weight: 600;
text-transform: uppercase;
padding: 12px 16px;
}
.error-page .content .button a:hover {
background: #0088d0;
color: #fff;
}
/*
================================
Blog
================================
*/
.blog {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.blog .post-item {
margin-bottom: 30px;
}
.blog .image-holder {
position: relative;
}
.blog .image-holder .date {
position: absolute;
right: 10px;
bottom: 10px;
font-size: 14px;
font-weight: 600;
z-index: 999;
}
.blog .image-holder .day {
width: 60px;
height: 40px;
line-height: 40px;
background: #0088d0;
color: #323f52;
text-align: center;
position: relative;
font-size: 16px;
}
.blog .image-holder .day:before {
position: absolute;
top: 22px;
left: 24px;
color: #0088d0;
font-family: 'FontAwesome';
content: '\f0d7';
font-size: 24px;
}
.blog .image-holder .month {
width: 60px;
height: 40px;
line-height: 40px;
background: #323f52;
color: #fff;
text-align: center;
text-transform: uppercase;
font-size: 16px;
}
.blog h1 {
font-size: 24px;
color: #0088d0;
font-weight: bold;
}
.blog h2 {
font-size: 20px;
color: #0088d0;
font-weight: bold;
}
.blog h3 {
font-family: "Raleway", serif;
text-align: left;
color: #0088d0;
font-weight: 600;
font-size: 24px;
margin-top: 0;
margin-bottom: 10px;
}
.blog h3 a {
color: #0088d0;
}
.blog h3 a:hover {
color: #323f52;
}
.blog h4 {
font-size: 16px;
color: #0088d0;
font-weight: bold;
}
.blog h5 {
font-size: 14px;
color: #0088d0;
font-weight: bold;
}
.blog h6 {
font-size: 12px;
color: #0088d0;
font-weight: bold;
}
.blog p {
margin-bottom: 15px;
font-size: 14px;
color: #323f52;
}
.blog .text {
padding: 20px 0;
}
.blog .text ul.status {
overflow: hidden;
margin-bottom: 15px;
}
.blog .text ul.status li {
text-align: left;
margin-bottom: 15px;
color: #0088d0;
font-size: 13px;
float: left;
list-style-type: none;
margin-right: 15px;
line-height: 18px;
margin-bottom: 5px;
padding-left: 0;
}
.blog .text ul.status li a {
color: #0088d0;
}
.blog .text ul.status li i {
margin-right: 8px;
}
.blog .text ul.status li:before {
content: '';
}
.blog ul li {
position: relative;
padding-left: 18px;
margin-bottom: 10px;
list-style-type: none;
}
.blog ul li:before {
position: absolute;
top: 0;
left: 0;
font-family: 'FontAwesome';
content: '\f044';
color: #353535;
}
.blog p.button {
margin-top: 30px;
display: block;
}
.blog p.button a {
font-family: "Raleway", serif;
background: transparent;
border: 2px solid #0088d0;
color: #0088d0;
font-size: 14px;
padding: 8px 14px;
font-weight: 600;
text-transform: uppercase;
}
.blog p.button a:hover {
background: #323f52;
color: #fff;
border-color: #323f52;
}
.blog .pagination {
margin-top: 20px;
}
.blog .pagination ul {
width: 100%;
height: auto;
text-align: center;
}
.blog .pagination ul li {
display: inline-block;
color: #323f52;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin-right: 10px;
padding-left: 0;
}
.blog .pagination ul li:before {
content: '';
}
.blog .pagination ul li a {
background: #0088d0;
color: #fff;
display: block;
font-size: 16px;
border: 1px solid #0088d0;
}
.blog .pagination ul li a i {
margin-right: 0;
}
.blog .pagination ul li a:hover {
background: #323f52;
border: 1px solid #323f52;
color: #fff;
}
.blog .pagination ul li a.active {
background: #323f52;
border: 1px solid #323f52;
color: #fff;
}
.blog .gallery-carousel {
position: relative;
z-index: 999;
}
.blog .owl-controls {
position: absolute;
top: 0px;
right: 0;
z-index: 999;
}
.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
background: #353535;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
padding-left: 13px;
padding-right: 13px;
}
.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
font-size: 16px;
}
.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
background: #0088d0;
}
.blog .video {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
padding-top: 25px;
height: 0;
}
.blog .video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blog .audio {
width: 100%;
height: 100%;
margin: 0 auto;
}
/*
================================
Sidebar
================================
*/
.sidebar {
width: 100%;
}
.sidebar .widget {
overflow: hidden;
margin-bottom: 30px;
}
.sidebar .widget h4 {
font-family: "Raleway", serif;
color: #0088d0;
font-size: 22px;
font-weight: 600;
padding-bottom: 6px;
margin-bottom: 15px;
}
.sidebar .widget ul li {
display: block;
float: none;
color: #323f52;
position: relative;
padding-left: 15px;
margin-bottom: 10px;
}
.sidebar .widget ul li:before {
content: '\f105';
font-family: 'FontAwesome';
position: absolute;
color: #323f52;
top: 1px;
left: 3px;
font-weight: 600;
}
.sidebar .widget ul li a {
color: #323f52;
font-size: 14px;
}
.sidebar .widget ul li a:hover {
color: #0088d0;
}
.sidebar .widget ul.tag-cloud li {
display: inline-block;
padding-left: 0;
font-size: 12px;
margin-right: 5px;
}
.sidebar .widget ul.tag-cloud li a {
display: block;
padding: 4px 10px;
border: 2px solid #afafaf;
}
.sidebar .widget ul.tag-cloud li:before {
content: '';
}
.sidebar .widget ul.tag-cloud li:hover {
background: #0088d0;
border-color: #0088d0;
color: #fff;
}
.sidebar .widget ul.tag-cloud li:hover a {
color: #fff;
border: 2px solid #0088d0;
}
.sidebar .widget-search input {
height: 36px;
color: #323f52;
border: 2px solid #0088d0;
background: transparent;
float: left;
padding-left: 6px;
padding-right: 6px;
border-radius: 0;
}
.sidebar .widget-search input:focus {
border: 2px solid #0088d0;
}
.sidebar .widget-search button {
width: 42px;
height: 36px;
float: left;
border: 2px solid #0088d0;
background: #0088d0;
border-radius: 0;
margin-left: 5px;
color: #fff;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
/*
================================
Author Box
================================
*/
.author-box {
width: 100%;
height: auto;
background: #0088d0;
color: #323f52;
text-align: left;
}
.author-box .inner {
padding: 20px;
overflow: hidden;
}
.author-box .author-thumb {
width: 15%;
float: left;
}
.author-box .author-thumb img {
width: 100%;
height: auto;
padding-right: 15px;
}
.author-box .author-info {
width: 85%;
float: left;
}
.author-box .author-info h3 {
color: #fff;
font-weight: 600;
font-size: 22px;
text-transform: none;
}
.author-box .author-info p {
color: #fff;
line-height: 22px;
font-size: 14px;
}
.author-box .author-info ul li {
float: left;
list-style-type: none;
margin-right: 5px;
padding-left: 0;
}
.author-box .author-info ul li:before {
content: '';
}
.author-box .author-info ul li a {
width: 30px;
height: 30px;
line-height: 30px;
color: #0088d0;
background: #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
text-align: center;
display: block;
}
.author-box .author-info ul li a i {
margin-right: 0;
font-size: 14px;
}
.author-box .author-info ul li a:hover {
background: #323f52;
color: #fff;
}
/*
================================
Comment
================================
*/
.comments {
margin-top: 40px;
}
.comments h2 {
font-size: 18px;
font-family: "Raleway", serif;
}
.comments .comment-list {
background: transparent;
padding: 15px;
}
.comments .comment-list .thumb {
width: 80px;
display: table-cell;
vertical-align: top;
}
.comments .comment-list .thumb img {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.comments .comment-list .text {
padding: 0;
display: table-cell;
vertical-align: top;
}
.comments .comment-list .text .inner {
margin-left: 10px;
}
.comments .comment-list .text h3 {
margin-top: 0;
text-transform: none;
font-size: 18px;
}
.comments .comment-list .text p,
.comments .comment-list .text span {
color: #323f52;
font-size: 14px;
}
.comments .comment-list .text span.date {
margin-right: 40px;
}
.comments .comment-list .text span.date i {
margin-right: 5px;
}
.comments .comment-list .text span.reply a {
font-family: "Raleway", serif;
background: #0088d0;
color: #fff;
padding: 6px 12px;
font-size: 14px;
}
.comments .comment-list .parent {
margin-bottom: 0px;
overflow: hidden;
}
.comments .comment-list .children .parent {
margin-bottom: 0px;
}
.comments .comment-list .children .parent-inner {
background: transparent;
padding: 15px;
overflow: hidden;
margin-left: 60px;
}
.comments .comment-list .children .children .parent-inner {
background: transparent;
padding: 15px;
overflow: hidden;
margin-left: 120px;
}
.comments .comment-list .children > li {
list-style-type: none;
display: block;
margin-right: 0;
margin-bottom: 0;
}
.comments .comment-list .children > li:before {
content: '';
}
.comments .comment-list > li {
border-bottom: 1px dashed #a1a1a1;
margin-bottom: 20px;
padding-left: 0;
}
.comments .comment-list > li:before {
content: '';
}
.comments .comment-list > li:last-child {
border-bottom: 0;
margin-bottom: 0;
}
.comments > li {
list-style-type: none;
display: block;
margin-right: 0;
margin-bottom: 0;
}
.comments .respond {
background: transparent;
margin-bottom: 20px;
}
.comments .respond .cform-1 .btn-success {
font-family: "Raleway", serif;
background-color: transparent;
border: 2px solid #0088d0;
color: #0088d0;
font-size: 16px;
padding: 8px 20px;
font-weight: 600;
border-radius: 0;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.comments .respond .cform-1 .btn-success:hover {
background: #323f52;
color: #fff;
border-color: #323f52;
}
.comments .respond .cform-1 .form-control {
border-radius: 0;
box-shadow: none;
}
.comments .respond .cform-1 input[type="text"],
.comments .respond .cform-1 input[type="email"],
.comments .respond .cform-1 textarea {
font-family: "Raleway", serif;
background: transparent;
border: 2px solid #ccc;
color: #323f52;
font-size: 14px;
}
/*
================================
Under Construction
================================
*/
.under-construction-v1 {
width: 100%;
height: 100vh;
position: relative;
}
.under-construction-v1 img {
width: 100%;
height: 100%;
}
.under-construction-v1 .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #323f52;
opacity: 0.5;
}
.under-construction-v1 .inner {
width: 100%;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.under-construction-v1 h1 {
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
font-weight: 600;
font-size: 50px;
text-align: center;
color: #fff;
margin-bottom: 25px;
}
.under-construction-v1 p {
color: #fff;
text-align: center;
margin-bottom: 5px;
font-size: 16px;
}
.under-construction-v1 .newsletter {
text-align: center;
}
.under-construction-v1 .btn-success {
font-family: "Raleway", serif;
display: inline-block;
background-color: #0088d0;
color: #fff;
border: 0;
border-color: #fff;
font-size: 16px;
padding: 10px 20px;
text-transform: uppercase;
font-weight: 600;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 0;
}
.under-construction-v1 .btn-success:hover {
background: #323f52;
border-color: #323f52;
color: #fff;
}
.under-construction-v1 .form-control {
border-radius: 0;
box-shadow: none;
width: 100%;
outline: none;
}
.under-construction-v1 input[type="email"] {
background: #f2f3f3;
border: 2px solid #f2f3f3;
height: 40px;
color: #000;
}
/*
================================
FAQ
================================
*/
.faq {
padding-top: 50px;
padding-bottom: 50px;
background: #fff;
}
.faq h1 {
font-family: "Raleway", serif;
font-size: 24px;
font-weight: 600;
color: #0088d0;
margin-bottom: 20px;
}
.faq .panel {
box-shadow: none !important;
border-radius: 0 !important;
}
.faq .panel-group {
margin-bottom: 40px;
}
.faq .panel-group .panel-heading a:after {
content: '\f068';
font-family: 'FontAwesome';
position: absolute;
font-weight: normal;
font-size: 14px;
right: -1px;
top: -6px;
padding: 21px;
color: #0088d0;
}
.faq .panel-group .panel-heading a.collapsed:after {
content: '\f067';
font-family: 'FontAwesome';
font-size: 14px;
right: -1px;
top: -6px;
padding: 21px;
color: #0088d0;
}
.faq .panel-default > .panel-heading {
background: #eee;
color: #323f52;
padding: 0;
border-radius: 0;
position: relative;
font-size: 14px;
}
.faq h4.panel-title a {
display: block;
padding: 14px;
font-size: 14px;
font-weight: bold;
}
.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top: 0;
}
/*
================================
Featured Box
================================
*/
.featured-box {
background: #f2f3f3;
padding-top: 50px;
padding-bottom: 50px;
}
.featured-box .item {
background: url(../images/featured-box/1.jpg) center/cover no-repeat;
padding: 30px 15px;
position: relative;
}
.featured-box .item .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0088d0;
opacity: 0.9;
z-index: 10;
}
.featured-box .item .icon {
color: #fff;
text-align: center;
margin-bottom: 20px;
display: block;
position: relative;
z-index: 1000;
}
.featured-box .item .icon i {
font-size: 40px;
}
.featured-box .item .text {
text-align: center;
color: #fff;
position: relative;
z-index: 1000;
}
.featured-box .item .text h2 {
font-family: "Raleway", serif;
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
border: 2px solid #fff;
border-radius: 18px;
display: inline-block;
padding: 6px 22px;
}
.featured-box .item .text p {
font-family: "Open Sans", sans-serif;
color: #fff;
font-size: 14px;
font-weight: 500;
}
/*
================================
Appointment
================================
*/
.appointment-v1 {
background: #0088d0;
padding-top: 30px;
padding-bottom: 30px;
}
.appointment-v1 .left p {
color: #fff;
font-family: "Raleway", serif;
font-size: 22px;
padding-top: 10px;
line-height: 28px;
}
.appointment-v1 .right {
float: right;
}
.appointment-v1 .right a {
font-size: 18px;
padding: 10px 20px;
display: block;
color: #fff;
border: 2px solid #fff;
font-weight: 500;
font-family: "Raleway", serif;
}
.appointment-v1 .right a:hover {
background: #323f52;
color: #f2f3f3;
}
/*
================================
Footer - Main
================================
*/
.footer-main {
width: 100%;
height: auto;
padding: 50px 0;
background: #222 ;
}
.footer-main h3 {
font-family: "Open Sans", sans-serif;
color: #ffffff;
font-size: 20px;
font-weight: 500;
text-transform: uppercase;
position: relative;
padding-bottom: 15px;
margin-bottom: 25px;
}
.footer-main h3:after {
content: "";
position: absolute;
width: 50px;
background: #0088d0;
left: 0;
bottom: 0;
height: 3px;
}
.footer-main .footer-col p {
color: #a3a3a3;
font-size: 14px;
line-height: 22px;
}
.footer-main .footer-col ul li {
color: #a3a3a3;
font-size: 14px;
line-height: 22px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
list-style-type: none;
margin-bottom: 8px;
position: relative;
padding-left: 20px;
}
.footer-main .footer-col ul li a {
color: #a3a3a3;
font-size: 14px;
line-height: 22px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.footer-main .footer-col ul li a:hover {
color: #fff;
}
.footer-main .footer-col ul li:before {
color: #a3a3a3;
content: "\f0a4";
font-family: "FontAwesome";
left: 0;
position: absolute;
top: 0;
}
.footer-main .footer-col .contact-item {
color: #a3a3a3;
font-size: 14px;
overflow: hidden;
margin-bottom: 10px;
display: table;
}
.footer-main .footer-col .contact-item .icon {
width: 35px;
display: table-cell;
vertical-align: top;
font-size: 16px;
margin-right: 10px;
}
.footer-main .footer-col .contact-item .icon i {
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
background: #dedede;
color: #323f52;
border-radius: 50%;
}
.footer-main .footer-col .contact-item .text {
display: table-cell;
vertical-align: top;
line-height: 22px;
display: block;
}
/*
================================
Footer - Bottom
================================
*/
.footer-bottom {
width: 100%;
height: auto;
background: #141314;
padding: 15px 0;
}
.footer-bottom .copyright {
font-size: 13px;
color: #a3a3a3;
text-align: center;
}
/*
================================
Google Map
================================
*/
.google-map iframe {
width: 100%;
height: 400px;
}
/*
================================
why choose us
================================
*/
.why-choose-us{
background: #fff;
padding-top: 50px;
padding-bottom: 50px;text-align:center
}
.why-choose-us h2 {
color: #464646;
font-family: "Raleway",serif;
font-size: 32px;
font-weight: 700;
position: relative;
text-transform: uppercase;
}
.why-choose-us h3 {
color: #464646;
font-family: "Open Sans",sans-serif;
font-size: 16px;
font-weight: 500;
margin-bottom: 40px;
margin-top: 20px;
padding-bottom: 5px;
}
.why-choose-us .item {
margin-bottom: 30px;
}
.why-choose-us .icon {
color: #323f52;
display: block;
text-align: center;
margin-bottom: 20px;
}
.why-choose-us .icon i {
border-radius: 50%;
color: #fff;
font-size: 30px;
height: 60px;
line-height: 60px;
text-align: center;
width: 60px;transition: all 0.6s ease 0s;background:#0088d0
}
.why-choose-us .item:hover.item .icon i{background:#323f52;color:#fff;}
.why-choose-us .text {
color: #323f52;
text-align: center;
}
.why-choose-us .text h2 {
color: #323f52;
font-size: 22px;
font-weight: 600;
margin-bottom: 15px;
}
.why-choose-us .text p {
color: #464646;
font-size: 14px;
font-weight: 300;
}
.why-choose-us .text p:last-child {
margin-bottom: 0;
}
.why-choose img {
width: 100%;
}
/*
================================
Team details 2
================================
*/
.team-detail2 {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.team-detail2 .team-single {
margin-bottom: 30px;
}
.team-detail2 .team-single .text {
background: #0088d0 ;
text-align: center;
padding: 25px 10px 15px;
}
.team-detail2 .team-single .text h2 {
color: #fff;
font-weight: 600;
font-size: 24px;
margin-bottom: 5px;
}
.team-detail2 .team-single .text h3 {
color: #fff;
font-size: 16px;
margin-bottom: 15px;
font-weight: 400;
}
.team-detail2 .team-single .text p {
color: #fff;
font-weight: 300;
font-size: 16px;
}
.team-detail2 .team-single .thumb img {
width: 100%;
height: auto;
}
.team-detail2 .team-single .social .title {
text-align: center;
color: #323f52;
margin-top: 25px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
}
.team-detail2 .team-single .social ul {
margin-top: 15px;
text-align: center;
}
.team-detail2 .team-single .social ul li {
display: inline-block;
list-style-type: none;
margin-right: 5px;
}
.team-detail2 .team-single .social ul li a {
width: 40px;
height: 40px;
line-height: 36px;
font-size: 16px;
text-align: center;
display: block;
background: transparent;
border: 2px solid #0088d0 ;
color: #0088d0 ;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.team-detail2 .team-single .social ul li a:hover {
background: #323f52;
color: #fff;
border-color: #323f52;
}
.team-detail2 .team-detail-tab .content {
padding: 15px 0;
}
.team-detail2 .team-detail-tab .content h2 {
color: #464646;
font-size: 22px;
margin-bottom: 10px;
margin-top: 20px;
}
.team-detail2 .team-detail-tab .content p {
color: #676767;
font-weight: 300;
font-size: 14px;
line-height: 22px;
margin-bottom: 15px;
}
.team-detail2 .team-detail-tab .content ul li {
list-style-position: inside;
}
.team-detail2 .team-detail-tab .nav-tabs {
border-bottom: 0;
}
.team-detail2 .team-detail-tab .nav-tabs > li > a {
font-family: "Montserrat", serif;
color: #323f52;
font-size: 14px;
padding: 5px 10px;
font-weight: 600;
background: transparent;
border: 2px solid #323f52;
border-radius: 0;
margin-right: 10px;
text-transform: uppercase;
}
.team-detail2 .team-detail-tab .nav-tabs > li.active > a {
font-family: "Montserrat", serif;
color: #0088d0 ;
font-size: 14px;
padding: 5px 10px;
font-weight: 600;
background: transparent;
border: 2px solid #0088d0 ;
border-radius: 0;
text-transform: uppercase;
}
.team-detail2 .ask-question .btn-success {
font-family: "Montserrat", serif;
background-color: #0088d0 ;
border-color: #0088d0 ;
font-weight: 400;
color: #fff;
font-size: 16px;
border-radius: 0;
padding: 10px 20px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.team-detail2 .ask-question .btn-success:hover {
background: #323f52;
border-color: #323f52;
color: #fff;
}
.team-detail2 .ask-question .form-control {
border-radius: 0;
box-shadow: none;
}
.team-detail2 .ask-question input[type="text"],
.team-detail2 .ask-question input[type="email"],
.team-detail2 .ask-question textarea {
font-family: "Montserrat", serif;
font-size: 16px;
background: transparent;
border: 1px solid #a3a3a3;
color: #323f52;
}
.team-detail2 .ask-question input[type="text"]:focus,
.team-detail2 .ask-question input[type="email"]:focus,
.team-detail2 .ask-question textarea:focus {
border-color: #323f52;
}
.team-detail2 .contact {
background: #dc9822;
margin-bottom: 20px;
padding: 20px;
}
.team-detail2 .contact .icon {
width: 60px;
height: 60px;
line-height: 60px;
background: #323f52;
color: #dc9822;
text-align: center;
margin: 0 auto;
}
.team-detail2 .contact .icon i {
font-size: 24px;
}
.team-detail2 .contact .text {
text-align: center;
}
.team-detail2 .contact .text h4 {
font-family: "Montserrat", serif;
font-size: 24px;
font-weight: bold;
margin-top: 20px;
color: #323f52;
}
.team-detail2 .contact .text p {
font-size: 14px;
color: #323f52;
font-weight: 600;
}
/*
================================
Room Category
================================
*/
.properties {
background: #fff none repeat scroll 0 0;
padding-bottom: 50px;
padding-top: 50px;
text-align: center;
}
.properties h2 {
color: #464646;
font-family: "Raleway",serif;
font-size: 32px;
font-weight: 700;
position: relative;
text-transform: uppercase;
}
.properties h3 {
color: #464646;
font-family: "Open Sans",sans-serif;
font-size: 16px;
font-weight: 500;
margin-bottom: 40px;
margin-top: 20px;
padding-bottom: 5px;
}
.room-category {
display: inline-block;
padding: 0px 10px;
margin-top: 20px;
}
.single-room {
position: relative;
margin-bottom: 30px;
}
.single-category {
width: 25%;
float: left;
padding: 0px 10px;
}
.single-room img{width:100%}
.room-price {
color: #fff;
font-family: 'Old Standard TT', serif;
font-weight: 700;
font-size: 18px;
}
.room-details h2 {
color: #fff;
margin: 15px 0;
font-size: 22px;text-transform:capitalize
}
.roomdetails-overlay {
position: absolute;
text-align: center;
bottom: 0;
width: 100%;transition: all 0.3s ease 0s
}
.room-overlay {
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0;
position: absolute;
top: 0;
width: 100%;
height: 100%;transition: all 0.5s ease-out 0s;overflow:hidden
}
.readmore-button {
background: #0088d0 none repeat scroll 0 0;
border-radius: 25px;
color: #fff;
display: inline-block;
padding: 10px 25px;
text-transform: uppercase;transition: all 0.5s ease-out 0s;
}
.readmore-button:hover{transition: all 0.5s ease-out 0s; background: #027ebf none repeat scroll 0 0;color:#fff}
.room-details a {
color: #fff;
position: absolute;
text-align: center;
transform: translateX(-50%);
transition: all 0.3s ease 0s;
visibility: hidden;
}
.single-room:hover .room-overlay{transition: all 0.5s ease-out 0s;background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;}
.single-room :hover .roomdetails-overlay {
top: 50%;
position: absolute;
width: 100%;transform:translateY(-50%);transition: all 0.3s ease 0s
}
.single-room :hover .room-details a{visibility:visible;transition: all 0.3s ease 0s}
.allroom-button {
display: inline-block;
width: 100%;
text-align: center;
margin-top: 20px;
}
/*
================================
Room Search
================================
*/
.search{padding:40px 0;background:#E5E5E5}
.single-field select {
-moz-appearance: none;
padding: 10px;
-webkit-appearance: none;
background: #fff; border-radius: 5px;cursor: pointer;
border: 1px solid #fff;
width: 100%;
}
.search .select-arrow {
position: relative;
}
.search .select-arrow::before {
color: #323b49;
content: ""; right: 15px;
font-family: fontawesome;
position: absolute;
top: 10px;
}
.single-field h4 {
font-family: lato;
font-weight: 800;
font-size: 14px;
color: #535353;
text-transform: capitalize;
}
.single-field input[type="submit"] {
background: #0088d0 none repeat scroll 0 0;
border: 1px solid #0088d0 ;
color: #fff;
text-transform: uppercase;
padding: 8px;
border-radius: 2px;
}
/*
================================
Single Property/Room
================================
*/
.single-room-page {
background: #ebf1f4;
padding-top: 70px;
padding-bottom: 70px;
}
.room-text {
padding: 40px;
background: #fff;
}
.room-text h1 {
font-size: 22px;
font-weight: bold;
margin-bottom: 20px;
}
.room-facilities h2 {
border-bottom: 1px solid #ececec;
color: #283c5a;
font-size: 22px;
margin-bottom: 5px;
padding-bottom: 15px;
}
.room-text h2 {
font-size: 22px;
font-weight: normal;
margin: 20px 0;
}
.room-text h1 span {
float: right;
color: #0088d0;font-weight:bold
}
.support-widget h3 {
margin: 20px 0;
font-size: 18px;
}
.room-facilities {
background: #fff none repeat scroll 0 0;
display: inline-block;
padding: 20px;
width: 100%;
margin-bottom: 30px;
}
.single-facilities {
width: 50%;
float: left;
}
.single-facilities:last-child{padding-left:20px}
.single-facilities li {
display: inline-block;
padding: 10px 0;
width: 100%;
}
.single-facilities li i {
color: #fff;
width: 30px;
height: 30px;
border-radius: 100%;
background: #0088d0;
display: inline-block;
text-align: center;
line-height: 30px;
margin-right: 10px;
}
.carousel-inner {
position: relative;
width: 100%;
min-height: 300px;
}
.carousel-inner img{height:100%}
.crousel_left span,
.crousel_right span {
font-size: 32px;
color: #fff;
font-weight: bold;
top: 50%;
position: relative; display: inline-block;
border-radius: 100%;
transform: translateY(-50%);
}
#carousel-example-generic {
margin: 20px auto;
width: 100%;
}
#carousel-slider .carousel-indicators {
margin: 10px 0 0;white-space: nowrap;
position: static;
overflow: auto;
width: 100%;
overflow:hidden;text-align: left;
}
#carousel-slider .carousel-indicators li {
-webkit-border-radius: 0;
border-radius: 0;
height: auto; background-color: transparent;
margin: 0 !important;
width: auto; display: inline-block;
}
#carousel-slider .carousel-indicators li img {
display: block;
opacity: 0.5;
}
#carousel-slider .carousel-indicators li.active img {
opacity: 1;
}
#carousel-slider .carousel-indicators li:hover img {
opacity: 0.75;
}
#carousel-slider .carousel-outer {
position: relative;
}
.carousel-indicators li img {
height: 66px;
width: 100px;
} | css/style.css | =================================================
1. Import CSS and Google Fonts
2. Global Styles
3. Preloader
4. Top Bar
5. Header
6. Sticky Header
7. Dropdown Main Menu
8. Slicknav and Responsive
9. Slider
10. About
11. Parallex
12. work
13. Team
14. Team Detail
15. Case Evaluation
16. News
17. Gallery
18. Service
19. Counter
20. Scroll to Top
21. Testimonial
22. Contact
23. 404 Error
24. Blog
25. Sidebar
26. Author Box
27. Comment
28. Under Construction
29. FAQ
30. Featured Box
31. Appointment
32. Footer - Top
33. Footer - Main
34. Footer - Bottom
35. Google Map
36. why choose us
37. Team Detail 2
38. Room Category
39. Room Search
40.Single Property/Room
=================================================
*/
/*
================================
Import CSS and Google Fonts
================================
*/
@import url(../css/font-awesome.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:500,600,700");
/*
================================
Global Styles
================================
*/
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
}
html {
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html a {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font-family: "Open Sans", sans-serif;
font-size: 13px;
color: #464646;
overflow: hidden;
line-height: 22px;
overflow-x: hidden;
background-color: transparent;
}
p {
color: #323f52;
}
.tal {
text-align: left;
}
.tar {
text-align: right;
}
.tac {
text-align: center;
}
.ttu {
text-transform: uppercase;
}
.ttl {
text-transform: lowercase;
}
.ttn {
text-transform: normal;
}
a {
text-decoration: none !important;
cursor: pointer;
}
a:link,
a:visited {
transition: all 0.2s ease-out 0s;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
}
:active,
:hover,
:focus,
:visited {
text-decoration: none;
outline: none !important;
}
input,
button,
select,
textarea {
font-family: "Open Sans", sans-serif;
}
.page-wrapper {
width: 100%;
height: auto;
position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
color: #353535;
}
.sep {
position: relative;
left: 0;
right: 0;
width: 30px;
height: 1.5px;
background: #353535;
display: block;
margin: 20px auto;
text-align: center;
}
.sep:before {
content: '';
position: absolute;
left: -10px;
right: 0;
bottom: 0;
background: #353535;
width: 50px;
height: 1.5px;
margin: 5px 0;
}
.sep:after {
content: '';
position: absolute;
left: -10px;
right: 0;
top: 0;
background: #353535;
width: 50px;
height: 1.5px;
margin: 5px 0;
}
.sep-white {
background: #fff;
}
.sep-white:before {
background: #fff;
}
.sep-white:after {
background: #fff;
}
.gap-small {
width: 100%;
height: 20px;
clear: both;
}
.bg-gray {
background: #f2f3f3!important;
}
.no-pb {
padding-bottom: 0!important;
}
img {
border: 0;
outline: none;
}
.img-fullwidth {
width: 100%;
}
.img-responsive {
display: block;
width: 100%;
height: auto;
}
.bg-white {
background: #fff !important;
}
.bg-black4 {
background: #f1f1f1 !important;
}
.heading-normal {
width: 100%;
height: auto;
margin-bottom: 15px;
overflow: hidden;
}
.heading-normal h2 {
font-family: "Raleway", serif;
color: #0088d0;
padding-bottom: 10px;
font-size: 26px;
font-weight: 600;
}
.heading-normal p {
color: #323f52;
font-size: 14px;
}
.border-shape {
background: #0088d0 none repeat scroll 0 0;
display: block;
height: 1px;
left: 0;
margin: 20px auto;
position: relative;
right: 0;
text-align: center;
width: 30px;
}
.border-shape::before {
background: #0088d0 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
left: -10px;
margin: 5px 0;
position: absolute;
right: 0;
width: 50px;
}
.border-shape::after {
background: #0088d0 none repeat scroll 0 0;
content: "";
height: 1px;
left: -10px;
margin: 5px 0;
position: absolute;
right: 0;
top: 0;
width: 50px;
}
/*
================================
Preloader
================================
*/
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 999999;
}
#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
top: 50%;
background: url(../img/preloader.gif);
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
/*
================================
Top Bar
================================
*/
.top-bar {
background: #f2f2f2 ;
padding: 4px 0;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.top-bar .top-contact {
float: left;
line-height: 30px;
}
.top-bar .top-contact .list {
float: left;
color: #333;
margin-right: 20px;position:relative;font-size:14px
}
.top-bar .top-contact .list:after {
position: absolute;
content: "|";
right: -12px;
}
.top-bar .top-contact .list:last-child:after{display:none}
.top-bar .top-contact .list a {
color: #333;
}
.top-bar .top-contact .list i {
margin-right: 5px;
}
.top-bar .top-social {
float: right;
margin-top: 1px;
}
.top-bar .top-social ul {
float: right;
margin-bottom: 0;
}
.top-bar .top-social ul li {
list-style-type: none;
float: left;
margin-right: 10px;
}
.top-bar .top-social ul li a {
width: 25px;
height: 25px;
line-height: 25px;
color: #333;
display: block;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
font-size: 14px;
}
.top-bar .top-social ul li a:hover {
background: #0088d0;border-color:#0088d0
}
/*
================================
Header
================================
*/
header {
width: 100%;
background: transparent;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 99999;
}
header .logo {
float: left;
-webkit-transition: background .2s;
transition: background .2s;
}
header .logo img {
max-height: 66px;
margin: 18px 0 10px;
}
header .nav-wrapper {
float: right;
}
header .nav-wrapper ul {
float: right;
}
/*
================================
Sticky Header
================================
*/
header.sticky {
position: fixed;
background: #fff;
left: 0;
top: 0;
width: 100%;
height: 60px;
z-index: 10000;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.16);
}
header.sticky .logo img {
height: 40px;
margin-top: 10px;
}
header.sticky .sf-menu .menu-description {
display: none;
}
header.sticky .sf-menu li a {
padding: 10px 18px;
}
header.sticky .sf-menu li li a {
padding-top: 3px;
padding-bottom: 3px;
}
header.sticky .sf-menu > li {
margin-top: 10px;
}
header.sticky .sf-menu > li {
margin-top: 0;
height: 60px;
line-height: 40px;
}
/*
================================
Dropdown Main Menu
================================
*/
.sf-menu {
margin-bottom: 0;
}
.sf-menu ul {
box-shadow: none;
border-top: 0;
}
.sf-menu a {
padding-top: 0;
padding-bottom: 0;
font-weight: normal;
}
.sf-menu li {
text-transform: none;
background: none;
}
.sf-menu li li {
min-width: 170px;
height: auto;
line-height: 30px;
background: #0088d0;
color: #fff;
margin-right: 0;
border-bottom: 1px solid #f2f3f3;
-webkit-transition: height 200ms ease-in;
-moz-transition: height 200ms ease-in;
-o-transition: height 200ms ease-in;
transition: height 200ms ease-in;
}
.sf-menu li li:last-child {
border-bottom: 0;
}
.sf-menu li li:hover {
background: #f2f3f3;
}
.sf-menu li li:hover > ul {
-moz-animation: slideInRight 0.3s ease;
-webkit-animation: slideInRight 0.3s ease;
animation: slideInRight 0.3s ease;
}
.sf-menu li li:hover a {
padding-left: 25px;
font-weight: normal;
}
.sf-menu li li:hover li a {
padding-left: 15px;
}
.sf-menu li li a {
font-weight: normal !important;
font-size: 13px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
padding: 0;
padding-left: 15px;
padding-top: 4px;
padding-bottom: 4px;
}
.sf-menu li li li {
background: #0088d0;
border-left: 1px solid #f2f3f3;
margin-left: -1px;
}
.sf-menu li li li a {
color: #323f52;
}
.sf-menu li li li a:hover {
color: #323f52;
padding-left: 25px;
}
.sf-menu li a {
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
color: #fff;
border: 0;
font-size: 16px;
font-weight: 400;
padding: 10px 21px;
text-transform: none;
}
.sf-menu li:hover {
background: none;
}
.sf-menu li:hover > ul {
display: block;
-moz-animation: zoomIn 0.3s ease;
-webkit-animation: zoomIn 0.3s ease;
animation: zoomIn 0.3s ease;
}
.sf-menu li:hover a {
color: #0088d0;
}
.sf-menu li:hover li a {
color: #000;
}
.sf-menu li:hover li:hover {
color: #fff;
}
.sf-menu li.sfHover {
background: none;
font-weight: bold;
}
.sf-menu > li {
margin-top: 25px;
text-transform: uppercase;
}
.sf-menu > li > a {
font-family: "Open Sans", sans-serif;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
color: #333;
}
.sf-menu > li {
margin-top: 0;
height: 100px;
line-height: 80px;
}
.sf-menu li:hover li a {
background: #0088d0;
color: #fff;
}
.sf-menu li:hover li:hover a {
background: #fff;
color: #0088d0;
}
.sf-menu li:hover li:hover li a {
background: #0088d0;
color: #fff;
}
.sf-menu li:hover li:hover li:hover a {
background: #fff;
color: #0088d0;
}
.sf-menu li:hover li a {
background: #464646!important;
}
/*
================================
Slicknav and Responsive
================================
*/
@media screen and (max-width: 991px) {
#menu {
display: none;
}
.slicknav_menu {
display: block;
}
header.sticky .logo {
z-index: 99999;
}
body.sticky .slicknav_menu {
z-index: 99999;
position: fixed;
width: 100%;
}
body.sticky header {
margin-top: 54px;
}
body.sticky .slide-carousel {
margin-top: 124px;
}
.slide-carousel .item .text {
padding-top: 25% !important;
}
.featured-box .item {
margin-bottom: 25px;
}
}
@media screen and (min-width: 992px) {
.slicknav_menu {
display: none;
}
#menu {
display: block;
}
}
.slicknav_menu .slicknav_menutxt {
text-indent: -9999px;
}
.slicknav_menu .slicknav_icon {
margin-left: 0;
}
@media screen and (max-width: 599px) {
.top-bar {
text-align: center;
}
.top-bar .top-contact {
float: none;
width: 100%;
display: inline-block;
}
.top-bar .top-contact .list {
width: 100%;
float: none;
}
.top-bar .top-social {
float: none;
width: 100%;
display: inline-block;
}
.top-bar .top-social ul {
float: none;
width: 100%;
text-align: center;
}
.top-bar .top-social ul li {
float: none;
display: inline-block;
margin-left: 0;
margin-right: 0;
}
}
/*
================================
Slider
================================
*/
.slide-single {
width: 100%;
height: 580px;
background-image: url(../images/slide1.jpg);
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
text-align: center;
position: relative;
}
.slide-single .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.3;
}
.slide-single .text {
padding-top: 15%;
text-align: center;
position: relative;
z-index: 99;
}
.slide-single .text-page {
padding-top: 12%;
}
.slide-single h2 {
font-family: "Raleway", serif;
font-size: 40px;
font-weight: 600;
color: #fff;
margin-bottom: 5px;
display: inline-block;
padding: 10px 20px;
}
.slide-single h3 {
font-family: "Raleway", serif;
font-size: 24px;
font-weight: normal;
color: #fff;
margin-bottom: 15px;
display: inline-block;
padding: 10px 20px;
}
.slide-single p {
font-family: "Open Sans", sans-serif;
font-size: 18px;
color: #fff;
font-weight: 500;
margin-top: 20px;
text-transform: uppercase;
}
.slide-single p a {
border: 2px solid #0088d0;
padding: 10px 20px;
background: #0088d0;
color: #fff;
}
.slide-single p a:hover {
background: transparent;
border-color: #fff;
color: #fff;
}
.slide-single:hover p {
background: transparent;
}
.slide-carousel {
overflow: hidden;
position: relative;
margin-bottom: -10px;
position: relative;
}
.slide-carousel .overlay {
background: #000 none repeat scroll 0 0;
height: 100%;
left: 0;
opacity: 0.3;
position: absolute;
top: 0;
width: 100%;
}
.slide-carousel .item {
height: 580px;
background: #4BCAFF;
text-align: center;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
}
.slide-carousel .item .photo {
width: 100%;
height: 100%;
}
.slide-carousel .item .text {
padding-top: 15%;
text-align: center;
position: relative;
z-index: 99;
}
.slide-carousel .item .text h2 {
font-family: "Raleway", serif;
text-transform: none;
font-weight: bold;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-delay: 0s;
animation-delay: 0s;text-transform:uppercase
}
.slide-carousel .item .text h3 {
font-family: "Raleway", serif;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-delay: .4s;
animation-delay: .4s;
line-height: 32px;
text-transform: none;
}
.slide-carousel .item .text p {
font-family: "Open Sans", sans-serif;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
.slide-carousel .item h2 {
font-family: "Raleway", serif;
font-size: 40px;
text-transform: uppercase;
font-weight: bold;
color: #fff;
margin-bottom: 0px;
display: inline-block;
padding: 10px 20px;
}
.slide-carousel .item h3 {
font-family: "Raleway", serif;
font-size: 24px;
text-transform: uppercase;
font-weight: normal;
color: #fff;
margin-bottom: 10px;
display: inline-block;
padding: 10px 20px;
}
.slide-carousel .item p {
font-family: "Raleway", serif;
font-size: 18px;
color: #fff;
font-weight: 500;
margin-top: 20px;
text-transform: uppercase;
}
.slide-carousel .item p a {
border: 2px solid #0088d0;
padding: 10px 20px;
background: #0088d0;
color: #fff;
}
.slide-carousel .item p a:hover {
background: transparent;
color: #fff;
border-color: #fff;
}
.slide-carousel .item p a:hover p {
background: transparent;
}
.slide-carousel .owl-prev {
display: block;
position: absolute;
top: 44%;
left: 0;
}
.slide-carousel .owl-next {
display: block;
position: absolute;
top: 44%;
right: 0;
}
.slide-carousel .owl-nav [class*=owl-] {
font-size: 20px;
font-weight: bold;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
padding: 0;
text-align: center;
background: #0088d0;
color: #f2f3f3;
}
.slide-carousel .owl-nav [class*=owl-]:hover {
background: #fff;
color: #0088d0;
}
.slide-single-page {
background-image: url(../images/banner.jpg);
height: 200px;
}
.slide-single-page .overlay {
opacity: 0.3;
}
.slide-single-page .text {
padding-top: 0 !important;
}
.slide-single-page .text-page {
height: 200px;
padding-top: 0;
}
.slide-single-page .text-page .this-item {
width: 100%;
height: 200px;
display: table;
text-align: center;
}
.slide-single-page .text-page .this-item h2 {
display: table-cell;
vertical-align: middle;
}
.menu-arrow i {
color: #000;
font-size: 14px;
position: absolute;
right: 6px;
top: 44%;
}
/*
================================
About
================================
*/
.about {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.about img {
width: 100%;
height: auto;
}
.about h2 {
font-family: "Open Sans", sans-serif;
font-size: 20px;
font-weight: 600;
color: #0088d0;
position: relative;
}
.about h3 {
font-family: "Raleway", serif;
font-size: 34px;
font-weight: 600;
color: #464646;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 30px;
}
.about p {
font-family: "Open Sans", sans-serif;
color: #323f52;
font-weight: 500;
margin-bottom: 20px;
font-size: 14px;
}
.about label {
font-size: 14px;
}
.about .bar-container {
position: relative;
font-size: 14px;
}
.about .bar-container p {
font-weight: 600;
}
.about .bar-container .progress {
margin-top: -18px;
height: 10px;
}
.about .bar-container .progress .progress-bar-custom {
background-color: #0088d0;
}
.about .bar-container .percentage-show {
font-weight: bold;
position: absolute;
top: 0px;
right: 0;
z-index: 9999;
}
/*
================================
Parallex
================================
*/
.parallex {
background-image: url(../images/slide1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
padding-top: 80px;
padding-bottom: 80px;
text-align: center;
position: relative;
}
.parallex .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #424242;
opacity: 0.8;
}
.parallex h2 {
font-family: "Raleway", serif;
font-size: 34px;
font-weight: 600;
color: #fff;
text-align: center;
margin-bottom: 15px;
}
.parallex h3 {
font-family: "Open Sans", sans-serif;
display: inline-block;
font-size: 20px;
color: #fff;
text-align: center;
margin-bottom: 20px;
padding: 5px 0 0;
}
.parallex p {
color: #fff;
font-weight: 600;
margin-bottom: 10px;
font-size: 16px;
}
.parallex p.button {
margin-top: 40px;
}
.parallex p.button a {
font-family: "Raleway", serif;
text-transform: uppercase;
background: transparent;
border: 2px solid #fff;
padding: 10px 20px;
color: #fff;
font-size: 20px;
}
.parallex p.button a:hover {
background: #fff;
color: #323f52;
}
/*
================================
Work
================================
*/
.work {
width: 100%;
height: auto;
overflow: hidden;
padding: 50px 0;
text-align: center;
background: #fff;
position: relative;
}
.work .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #323f52;
opacity: 0.7;
}
.work h2 {
font-family: "Raleway", serif;
font-size: 32px;
font-weight: 700;
color: #464646;
position: relative;
text-transform: uppercase;
}
.work h3 {
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 500;
color: #464646;
padding-bottom: 5px;
margin-top: 20px;
margin-bottom: 40px;
}
.work .work-grid-item {
overflow: hidden;
margin-bottom: 50px;
}
.work .item {
width: 100%;
}
.work .item .inner {
position: relative;
margin-bottom: 30px;
}
.work .item .inner .photo {
overflow: hidden;position:relative
}
.inner .photo::before {
position: absolute;
background: #0088d0;
width: 100%;
height: 100%;
top:-100%;
content: "";
z-index: 1;
opacity: 0.3;visibility:hidden;transition: all 0.7s ease 0s;
}
.work .item .inner:hover.inner .photo::before{visibility:visible;transition: all 0.7s ease 0s;top:0;}
.photo img {
width: 100%;
height: auto; transform: scale(1.2);
transition: all 0.7s ease 0s;
}
.work .item .inner:hover .photo img{transform: scale(1);}
.work .item .desc h3 {
background: #0088d0;
color: #fff;
margin-top: 0;
}
.work .item .desc h3 a {
color: #fff;
display: block;
padding: 10px 0;
}
/*
================================
Team
================================
*/
.team {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.team .heading {
margin-bottom: 20px;
text-align: center;
}
.team .heading h2 {
font-family: "Raleway", serif;
font-size: 32px;
font-weight: 700;
color: #464646;
position: relative;
text-transform: uppercase;
}
.team .heading h3 {
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 500;
color: #464646;
padding-bottom: 5px;
margin-top: 20px;
margin-bottom: 40px;
}
.team .heading p {
font-size: 16px;
text-align: center;
color: #353535;
}
.team .team-inner {
position: relative;
}
.team .inner {
margin-bottom: 20px;
}
.thumb {
position: relative;
overflow: hidden;
}
.thumb::before {
background: #0088d0;
position: absolute;
content: "";
width: 100%;
height: 100%;
z-index: 9;
opacity: 0.3;visibility:hidden;transition: all 0.7s ease 0s;top:-100%
}
.team .inner:hover.thumb::before{visibility:visible;transition: all 0.7s ease 0s;top:0;}
.inner .thumb img{
width: 100%;
}
.team .inner .thumb .overlay {
width: 100%;
height: 100%;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
top: 0;
left: 0;
-webkit-transform: scale(0.2);
-ms-transform: scale(0.2);
-o-transform: scale(0.2);
transform: scale(0.2);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
background: rgba(255, 255, 255, 0.8);
}
.team .inner .social-icons {
width: 100%;
height: 0;
position: absolute;
bottom: 0;
left: 0;
top:-80px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
background: #0088d0;
}
.team .inner .social-icons ul {
text-align: center;
padding-left: 10px;
}
.team .inner .social-icons ul li {
list-style-type: none;
display: inline-block;
margin-bottom: 10px;
margin-right: 10px;
margin-top: 12px;
}
.team .inner .social-icons ul li a {
width: 24px;
height: 24px;
line-height: 24px;
color: #fff;
display: block;
text-align: center;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
font-size: 16px;
}
.team .inner .social-icons ul li a:hover {
color: #323f52;
}
.team .inner:hover .thumb img {
width: 100%;
}
.team .inner:hover .social-icons {
height: 50px;top:50%;position:absolute;
filter: alpha(opacity=1);
}
.team .text {
padding: 15px 0;
text-align: left;
}
.team .text h3 {
color: #353535;
font-weight: 700;
font-size: 20px;
margin-bottom: 10px;
}
.team .text li {
list-style: outside none none;
}
.team .text li i {
margin-right: 10px;
}
.team .text h3 a {
color: #424242 ;
}
.team .text h3 a:hover {
color: #0088d0;
}
.team .text h4 {
font-size: 14px;
font-weight: 500;
margin-bottom: 15px;
}
/*
================================
Team Detail
================================
*/
.team-detail-1 {
padding-top: 50px;
padding-bottom: 50px;
background: #f2f3f3;
}
.team-detail-1 .header {
background: #0088d0;
padding: 15px;
}
.team-detail-1 .header .left img {
width: 100%;
}
.team-detail-1 .header .right h2 {
font-family: "Raleway", serif;
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
}
.team-detail-1 .header .right h3 {
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: normal;
margin-bottom: 15px;
color: #fff;
}
.team-detail-1 .header .right h4 {
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 600;
margin-top: 10px;
text-transform: uppercase;
color: #fff;
}
.team-detail-1 .header .right p {
font-size: 14px;
color: #f2f3f3;
}
.team-detail-1 .header .right .social {
border-top: 1px solid #f2f3f3;
border-bottom: 1px solid #f2f3f3;
padding-top: 10px;
padding-bottom: 10px;
overflow: hidden;
}
.team-detail-1 .header .right .social ul li {
list-style-type: none;
float: left;
margin-right: 6px;
}
.team-detail-1 .header .right .social ul li a i {
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
text-align: center;
background: #fff;
color: #0088d0;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.team-detail-1 .header .right .social ul li a i:hover {
background: #323f52;
color: #fff;
}
.team-detail-1 .header .right .contact-area {
padding-top: 10px;
border-bottom: 1px solid #f2f3f3;
}
.team-detail-1 .header .right .contact-area ul li {
list-style-type: none;
margin-right: 6px;
font-size: 14px;
margin-bottom: 5px;
color: #fff;
}
.team-detail-1 .header .right .contact-area ul li i {
font-size: 14px;
color: #fff;
padding-right: 6px;
}
.team-detail-1 .text h2 {
font-family: "Raleway", serif;
font-weight: 600;
margin-top: 40px;
font-size: 24px;
margin-bottom: 15px;
}
.team-detail-1 .text p {
font-size: 14px;
line-height: 20px;
margin-bottom: 15px;
}
.team-detail-2 {
padding-top: 50px;
padding-bottom: 50px;
background: #fff;
}
.team-detail-2 .bar {
width: 60px;
height: 8px;
background: #c3c3c3;
margin-bottom: 30px;
display: inline-block;
}
.team-detail-2 h2 {
font-family: "Raleway", serif;
font-weight: 600;
font-size: 24px;
margin-bottom: 20px;
}
.team-detail-2 .education {
display: table;
}
.team-detail-2 .education .edu-row {
display: table-row;
}
.team-detail-2 .education .edu-row .year {
font-family: "Open Sans", sans-serif;
display: table-cell;
vertical-align: middle;
font-size: 38px;
color: #fff;
background: #0088d0;
display: inline-block;
padding: 15px 10px;
}
.team-detail-2 .education .edu-row .degree {
display: table-cell;
vertical-align: top;
padding-left: 20px;
padding-bottom: 10px;
}
.team-detail-2 .education .edu-row .degree h3 {
font-family: "Open Sans", sans-serif;
font-weight: 600;
font-size: 18px;
}
.team-detail-2 .education .edu-row .degree p {
font-size: 14px;
line-height: 18px;
}
.team-detail-2 .bar-container {
position: relative;
font-size: 14px;
}
.team-detail-2 .bar-container p {
font-weight: 600;
}
.team-detail-2 .bar-container .progress {
height: 10px;
}
.team-detail-2 .bar-container .progress .progress-bar-custom {
background-color: #0088d0;
}
.team-detail-2 .bar-container .percentage-show {
font-weight: bold;
position: absolute;
top: 0px;
right: 0;
z-index: 9999;
}
/*
================================
News
================================
*/
.news {
background: #f2f3f3;
padding-top: 50px;
padding-bottom: 50px;
}
.news .heading {
margin-bottom: 20px;
text-align: center;
}
.news .heading h2 {
font-family: "Raleway", serif;
font-size: 32px;
font-weight: 700;
color: #464646;
position: relative;
text-transform: uppercase;
}
.news .heading h3 {
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 500;
color: #464646;
padding-bottom: 5px;
margin-top: 20px;
margin-bottom: 40px;
}
.news .heading p {
font-size: 16px;
text-align: center;
color: #353535;
}
.news .thumbnail {
padding: 0;
border-radius: 0;
position: relative;border:0px
}
.news .thumbnail .photo {
position: relative;
}
.thumbnail .photo{overflow:hidden}
.thumbnail .photo img {
width: 100%; transform: scale(1);
transition: all 0.7s ease 0s;
}
.news .thumbnail:hover.thumbnail .photo img { transform: scale(1.2);}
.news .thumbnail .photo img
.news .thumbnail .date {
font-family: "Open Sans", sans-serif;
width: 100%;
height: 0;
position: absolute;
bottom: 0;
left: 0;
background: rgba(70,70,70,0.8);
color: #fff;
font-size: 14px;
text-align: center;
text-transform: uppercase;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
opacity: 0;
}
.news .thumbnail .post-date .inner {
padding-top: 15px;margin-bottom:10px
}
.news .thumbnail:hover .date {
opacity: 1;
height: 50px;
}
.news .thumbnail .caption {
padding: 15px;
}
.news .thumbnail .caption h3 {
font-family: "Raleway", serif;
color: #0088d0;
font-weight: 600;
font-size: 20px;
}
.news .thumbnail .caption h4 {
font-family: "Open Sans", sans-serif;
color: #868686;
font-weight: normal;
font-size: 13px;
margin-bottom: 15px;
}
.news .thumbnail .caption p {
font-size: 14px;
line-height: 22px;
}
.news .thumbnail .caption p a {
background: #0088d0 none repeat scroll 0 0;
border-radius: 25px;
color: #fff;
display: inline-block;
padding: 10px 25px;
text-transform: uppercase;border-color: #0088d0;
}
.news .thumbnail .caption p a:hover {
background: #323f52;
border-color: #323f52;
}
/*
================================
Gallery
================================
*/
.gallery {
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
background: #fff;
position: relative;
}
.gallery .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #323f52;
opacity: 0.7;
}
.gallery h2 {
font-family: "Raleway", serif;
font-size: 30px;
font-weight: 600;
text-transform: uppercase;
color: #0088d0;
text-align: center;
}
.gallery h3 {
font-family: "Raleway", serif;
display: inline-block;
font-size: 24px;
border-top: 1px dotted #f2f3f3;
border-bottom: 1px dotted #f2f3f3;
color: #f2f3f3;
text-align: center;
padding-top: 5px;
padding-bottom: 10px;
margin-bottom: 20px;
}
.gallery .menu-grid h2 {
margin-bottom: 20px;
}
.gallery .menu-grid h3 {
padding-top: 5px;
padding-bottom: 5px;
}
.gallery .menu-grid-item {
overflow: hidden;
margin-bottom: 50px;
}
.gallery .item {
margin-bottom: 30px;
width: 100%;
}
.gallery .item .inner {
position: relative;
overflow: hidden;
margin-bottom: 25px;
}
.gallery .item .inner:hover .desc {
top: 0;
opacity: 0.7;
filter: alpha(opacity=70);
}
.gallery .item .photo img {
width: 100%;
}
.gallery .item .desc {
position: absolute;
top: -15%;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
filter: alpha(opacity=0);
background-color: #0088d0 ;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.gallery .item .desc h4 {
color: #f2f3f3;
font-size: 14px;
line-height: 20px;
font-weight: 600;
padding: 0 20px;
margin-top: 25%;
}
.gallery .nav-tabs {
border-bottom: 0;
margin-top: 20px;
margin-bottom: 20px;
}
.gallery .nav-tabs > li {
margin-right: 10px;
float: none;
display: inline-block;
vertical-align: top;
}
.gallery .nav-tabs > li > a {
font-family: "Raleway", serif;
font-size: 18px;
background: transparent;
color: #fff;
border: 0;
border: 1px solid #fff;
border-radius: 0;
padding: 6px 10px;
}
.gallery .nav-tabs > li > a:hover {
color: #323f52;
border-color: #0088d0;
background: #0088d0;
}
.gallery .nav-tabs > li.active > a,
.gallery .nav-tabs > li.active > a:focus,
.gallery .nav-tabs > li.active > a:hover {
background: #0088d0;
color: #323f52;
border: 0;
border: 1px solid #323f52;
border-radius: 0;
}
.gallery a.gallery-photo i {
color: #fff;
font-size: 30px;
}
/*
================================
Service
================================
*/
.service {
background: #f2f3f3;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}
.service h2 {
font-family: "Raleway", serif;
font-size: 32px;
font-weight: 700;
color: #464646;
position: relative;
text-transform: uppercase;
}
.service h3 {
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 500;
color: #464646;
padding-bottom: 5px;
margin-top: 20px;
margin-bottom: 40px;
}
.service .room-details h2 {
text-transform: capitalize;
}
/*
================================
Counter
================================
*/
.counter-v1 {
padding-top: 80px;
padding-bottom: 80px;
position: relative;
background-image: url(../images/slide2.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-attachment: fixed;
}
.counter-v1 .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #353535;
opacity: 0.8;
filter: alpha(opacity=80);
}
.counter-v1 .container {
position: relative;
z-index: 9999;
}
.counter-v1 .counter-text {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
margin: auto;
width: 187px;
height: 187px;
font-size: 24px;
color: #fff;
line-height: 38px;
border-radius: 187px;
-webkit-border-radius: 187px;
-moz-border-radius: 187px;
text-align: center;
background: rgba(220, 32, 61, 0.7);
}
.counter-v1 .counter-text p:first-child {
padding-top: 60px;
margin-bottom: 0px;
}
.counter-v1 .counter-text span {
color: #fff;
font-size: 16px;
}
.counter-v1 .counter-text span.counter {
color: #fff;
font-size: 50px;
}
/*
================================
Scroll to Top
================================
*/
.scrollup {
position: fixed;
z-index: 99999;
bottom: 20px;
right: 20px;
display: none;
}
.scrollup i {
width: 50px;
height: 50px;
line-height: 40px;
border-radius: 50%;
background: #0088d0;
color: #fff;
border: 4px solid #0088d0;
text-align: center;
font-size: 26px;
opacity: 0.5;
filter: alpha(opacity=50);
}
.scrollup i:hover {
opacity: 1;
filter: alpha(opacity=1);
}
/*
================================
Testimonial
================================
*/
.testimonial-v1 {
padding-top: 50px;
padding-bottom: 50px;
overflow: hidden;
position: relative;
background-image: url(../images/slide1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;
}
.testimonial-v1 .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #424242 ;
opacity: 0.8;
filter: alpha(opacity=80);
}
.testimonial-v1 .container {
position: relative;
z-index: 9999;
}
.testimonial-v1 .testimonial-carousel {
margin-top: 0px;
text-align: center;
position: relative;
width: 70%;
margin: 0 auto;
}
.testimonial-v1 .content .comment {
color: #fff;
padding: 15px 50px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
position: relative;
}
.testimonial-v1 .content .comment p {
margin: 0 auto;
color: #fff;
font-size: 14px;
font-weight: 400;
}
.testimonial-v1 .author {
width: 100%;
text-align: center;
margin-top: 20px;
}
.testimonial-v1 .photo {
display: inline-block;
margin-right: -4px;
vertical-align: top;
}
.testimonial-v1 .photo img {
width: 80px;
height: 80px;
float: right;
margin-right: 25px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.testimonial-v1 .text {
display: inline-block;
vertical-align: top;
}
.testimonial-v1 .text h3 {
font-size: 24px;
font-weight: 400;
color: #fff;
text-align: left;
margin-top: 10px;
}
.testimonial-v1 .text h4 {
color: #fff;
font-size: 16px;
font-weight: 300;
text-align: left;
margin-bottom: 30px;
}
.testimonial-v1 .owl-nav {
margin-top: 20px;
}
.testimonial-v1 .owl-nav i {
width: 18px;
height: 18px;
line-height: 18px;
font-size: 20px;
text-align: center;
}
.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
color: #fff;
position: absolute;
background: none;
top: 42%;
}
.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
text-align: center;
background: #0088d0;
font-size: 30px;
font-weight: bold;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;color:#fff
}
.testimonial-v1 .owl-nav .owl-prev i:hover,
.testimonial-v1 .owl-nav .owl-next i:hover {
background: #323f52;
}
.testimonial-v1 .owl-nav .owl-prev {
left: -80px;
}
.testimonial-v1 .owl-nav .owl-prev:hover {
background: none;
}
.testimonial-v1 .owl-nav .owl-next {
right: -80px;
}
.testimonial-v1 .owl-nav .owl-next:hover {
background: none;
}
/*
================================
Contact
================================
*/
.contact {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.contact .item {
margin-bottom: 20px;
overflow: hidden;
background: #0088d0;
padding: 15px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.contact .item:hover {
background: #323f52;
}
.contact .icon {
float: left;
margin-right: 15px;
margin-top: 6px;
color: #f2f3f3;
font-size: 20px;
}
.contact .text {
float: left;
}
.contact .text h3 {
color: #fff;
font-family: "Raleway", serif;
font-size: 24px;
font-weight: 600;
margin-top: 5px;
}
.contact .text p {
color: #fff;
font-weight: 400;
font-size: 14px;
}
.contact .text ul li {
list-style-type: none;
color: #fff;
font-weight: 400;
font-size: 14px;
}
.contact .cform-1 .btn-success {
font-family: "Raleway", serif;
background-color: transparent;
border-width: 2px;
border-color: #0088d0;
color: #0088d0;
font-size: 14px;
padding: 10px 20px;
border-radius: 0;
font-weight: 600;
text-transform: uppercase;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.contact .cform-1 .btn-success:hover {
background: #0088d0;
color: #fff;
}
.contact .cform-1 .form-control {
border-radius: 0;
box-shadow: none;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"],
.contact .cform-1 textarea {
background: transparent;
border-width: 2px;
color: #323f52;
}
.contact .cform-1 input[type="text"]:focus,
.contact .cform-1 input[type="email"]:focus,
.contact .cform-1 textarea:focus {
border-color: #0088d0;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"] {
height: 40px;
}
/*
================================
404 Error
================================
*/
.error-page {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
position: relative;
}
.error-page .title .inner {
font-family: "Raleway", serif;
width: 200px;
height: 200px;
background: #0088d0;
color: #fff;
border: 5px solid #0088d0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
text-align: center;
margin: 0 auto;
text-transform: uppercase;
}
.error-page .title .inner span:first-child {
display: block;
margin: 0;
line-height: 60px;
margin-top: 40px;
font-size: 66px;
}
.error-page .title .inner span:last-child {
display: block;
margin: 0;
line-height: 60px;
font-size: 30px;
}
.error-page .content {
margin-top: 40px;
text-align: center;
}
.error-page .content h2 {
font-family: "Raleway", serif;
color: #0088d0;
font-size: 24px;
}
.error-page .content p {
font-size: 16px;
color: #323f52;
}
.error-page .content .button {
margin-top: 40px;
}
.error-page .content .button a {
font-family: "Raleway", serif;
font-size: 18px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
border: 2px solid #0088d0;
color: #0088d0;
font-weight: 600;
text-transform: uppercase;
padding: 12px 16px;
}
.error-page .content .button a:hover {
background: #0088d0;
color: #fff;
}
/*
================================
Blog
================================
*/
.blog {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.blog .post-item {
margin-bottom: 30px;
}
.blog .image-holder {
position: relative;
}
.blog .image-holder .date {
position: absolute;
right: 10px;
bottom: 10px;
font-size: 14px;
font-weight: 600;
z-index: 999;
}
.blog .image-holder .day {
width: 60px;
height: 40px;
line-height: 40px;
background: #0088d0;
color: #323f52;
text-align: center;
position: relative;
font-size: 16px;
}
.blog .image-holder .day:before {
position: absolute;
top: 22px;
left: 24px;
color: #0088d0;
font-family: 'FontAwesome';
content: '\f0d7';
font-size: 24px;
}
.blog .image-holder .month {
width: 60px;
height: 40px;
line-height: 40px;
background: #323f52;
color: #fff;
text-align: center;
text-transform: uppercase;
font-size: 16px;
}
.blog h1 {
font-size: 24px;
color: #0088d0;
font-weight: bold;
}
.blog h2 {
font-size: 20px;
color: #0088d0;
font-weight: bold;
}
.blog h3 {
font-family: "Raleway", serif;
text-align: left;
color: #0088d0;
font-weight: 600;
font-size: 24px;
margin-top: 0;
margin-bottom: 10px;
}
.blog h3 a {
color: #0088d0;
}
.blog h3 a:hover {
color: #323f52;
}
.blog h4 {
font-size: 16px;
color: #0088d0;
font-weight: bold;
}
.blog h5 {
font-size: 14px;
color: #0088d0;
font-weight: bold;
}
.blog h6 {
font-size: 12px;
color: #0088d0;
font-weight: bold;
}
.blog p {
margin-bottom: 15px;
font-size: 14px;
color: #323f52;
}
.blog .text {
padding: 20px 0;
}
.blog .text ul.status {
overflow: hidden;
margin-bottom: 15px;
}
.blog .text ul.status li {
text-align: left;
margin-bottom: 15px;
color: #0088d0;
font-size: 13px;
float: left;
list-style-type: none;
margin-right: 15px;
line-height: 18px;
margin-bottom: 5px;
padding-left: 0;
}
.blog .text ul.status li a {
color: #0088d0;
}
.blog .text ul.status li i {
margin-right: 8px;
}
.blog .text ul.status li:before {
content: '';
}
.blog ul li {
position: relative;
padding-left: 18px;
margin-bottom: 10px;
list-style-type: none;
}
.blog ul li:before {
position: absolute;
top: 0;
left: 0;
font-family: 'FontAwesome';
content: '\f044';
color: #353535;
}
.blog p.button {
margin-top: 30px;
display: block;
}
.blog p.button a {
font-family: "Raleway", serif;
background: transparent;
border: 2px solid #0088d0;
color: #0088d0;
font-size: 14px;
padding: 8px 14px;
font-weight: 600;
text-transform: uppercase;
}
.blog p.button a:hover {
background: #323f52;
color: #fff;
border-color: #323f52;
}
.blog .pagination {
margin-top: 20px;
}
.blog .pagination ul {
width: 100%;
height: auto;
text-align: center;
}
.blog .pagination ul li {
display: inline-block;
color: #323f52;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin-right: 10px;
padding-left: 0;
}
.blog .pagination ul li:before {
content: '';
}
.blog .pagination ul li a {
background: #0088d0;
color: #fff;
display: block;
font-size: 16px;
border: 1px solid #0088d0;
}
.blog .pagination ul li a i {
margin-right: 0;
}
.blog .pagination ul li a:hover {
background: #323f52;
border: 1px solid #323f52;
color: #fff;
}
.blog .pagination ul li a.active {
background: #323f52;
border: 1px solid #323f52;
color: #fff;
}
.blog .gallery-carousel {
position: relative;
z-index: 999;
}
.blog .owl-controls {
position: absolute;
top: 0px;
right: 0;
z-index: 999;
}
.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
background: #353535;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
padding-left: 13px;
padding-right: 13px;
}
.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
font-size: 16px;
}
.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
background: #0088d0;
}
.blog .video {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
padding-top: 25px;
height: 0;
}
.blog .video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blog .audio {
width: 100%;
height: 100%;
margin: 0 auto;
}
/*
================================
Sidebar
================================
*/
.sidebar {
width: 100%;
}
.sidebar .widget {
overflow: hidden;
margin-bottom: 30px;
}
.sidebar .widget h4 {
font-family: "Raleway", serif;
color: #0088d0;
font-size: 22px;
font-weight: 600;
padding-bottom: 6px;
margin-bottom: 15px;
}
.sidebar .widget ul li {
display: block;
float: none;
color: #323f52;
position: relative;
padding-left: 15px;
margin-bottom: 10px;
}
.sidebar .widget ul li:before {
content: '\f105';
font-family: 'FontAwesome';
position: absolute;
color: #323f52;
top: 1px;
left: 3px;
font-weight: 600;
}
.sidebar .widget ul li a {
color: #323f52;
font-size: 14px;
}
.sidebar .widget ul li a:hover {
color: #0088d0;
}
.sidebar .widget ul.tag-cloud li {
display: inline-block;
padding-left: 0;
font-size: 12px;
margin-right: 5px;
}
.sidebar .widget ul.tag-cloud li a {
display: block;
padding: 4px 10px;
border: 2px solid #afafaf;
}
.sidebar .widget ul.tag-cloud li:before {
content: '';
}
.sidebar .widget ul.tag-cloud li:hover {
background: #0088d0;
border-color: #0088d0;
color: #fff;
}
.sidebar .widget ul.tag-cloud li:hover a {
color: #fff;
border: 2px solid #0088d0;
}
.sidebar .widget-search input {
height: 36px;
color: #323f52;
border: 2px solid #0088d0;
background: transparent;
float: left;
padding-left: 6px;
padding-right: 6px;
border-radius: 0;
}
.sidebar .widget-search input:focus {
border: 2px solid #0088d0;
}
.sidebar .widget-search button {
width: 42px;
height: 36px;
float: left;
border: 2px solid #0088d0;
background: #0088d0;
border-radius: 0;
margin-left: 5px;
color: #fff;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
/*
================================
Author Box
================================
*/
.author-box {
width: 100%;
height: auto;
background: #0088d0;
color: #323f52;
text-align: left;
}
.author-box .inner {
padding: 20px;
overflow: hidden;
}
.author-box .author-thumb {
width: 15%;
float: left;
}
.author-box .author-thumb img {
width: 100%;
height: auto;
padding-right: 15px;
}
.author-box .author-info {
width: 85%;
float: left;
}
.author-box .author-info h3 {
color: #fff;
font-weight: 600;
font-size: 22px;
text-transform: none;
}
.author-box .author-info p {
color: #fff;
line-height: 22px;
font-size: 14px;
}
.author-box .author-info ul li {
float: left;
list-style-type: none;
margin-right: 5px;
padding-left: 0;
}
.author-box .author-info ul li:before {
content: '';
}
.author-box .author-info ul li a {
width: 30px;
height: 30px;
line-height: 30px;
color: #0088d0;
background: #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
text-align: center;
display: block;
}
.author-box .author-info ul li a i {
margin-right: 0;
font-size: 14px;
}
.author-box .author-info ul li a:hover {
background: #323f52;
color: #fff;
}
/*
================================
Comment
================================
*/
.comments {
margin-top: 40px;
}
.comments h2 {
font-size: 18px;
font-family: "Raleway", serif;
}
.comments .comment-list {
background: transparent;
padding: 15px;
}
.comments .comment-list .thumb {
width: 80px;
display: table-cell;
vertical-align: top;
}
.comments .comment-list .thumb img {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.comments .comment-list .text {
padding: 0;
display: table-cell;
vertical-align: top;
}
.comments .comment-list .text .inner {
margin-left: 10px;
}
.comments .comment-list .text h3 {
margin-top: 0;
text-transform: none;
font-size: 18px;
}
.comments .comment-list .text p,
.comments .comment-list .text span {
color: #323f52;
font-size: 14px;
}
.comments .comment-list .text span.date {
margin-right: 40px;
}
.comments .comment-list .text span.date i {
margin-right: 5px;
}
.comments .comment-list .text span.reply a {
font-family: "Raleway", serif;
background: #0088d0;
color: #fff;
padding: 6px 12px;
font-size: 14px;
}
.comments .comment-list .parent {
margin-bottom: 0px;
overflow: hidden;
}
.comments .comment-list .children .parent {
margin-bottom: 0px;
}
.comments .comment-list .children .parent-inner {
background: transparent;
padding: 15px;
overflow: hidden;
margin-left: 60px;
}
.comments .comment-list .children .children .parent-inner {
background: transparent;
padding: 15px;
overflow: hidden;
margin-left: 120px;
}
.comments .comment-list .children > li {
list-style-type: none;
display: block;
margin-right: 0;
margin-bottom: 0;
}
.comments .comment-list .children > li:before {
content: '';
}
.comments .comment-list > li {
border-bottom: 1px dashed #a1a1a1;
margin-bottom: 20px;
padding-left: 0;
}
.comments .comment-list > li:before {
content: '';
}
.comments .comment-list > li:last-child {
border-bottom: 0;
margin-bottom: 0;
}
.comments > li {
list-style-type: none;
display: block;
margin-right: 0;
margin-bottom: 0;
}
.comments .respond {
background: transparent;
margin-bottom: 20px;
}
.comments .respond .cform-1 .btn-success {
font-family: "Raleway", serif;
background-color: transparent;
border: 2px solid #0088d0;
color: #0088d0;
font-size: 16px;
padding: 8px 20px;
font-weight: 600;
border-radius: 0;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.comments .respond .cform-1 .btn-success:hover {
background: #323f52;
color: #fff;
border-color: #323f52;
}
.comments .respond .cform-1 .form-control {
border-radius: 0;
box-shadow: none;
}
.comments .respond .cform-1 input[type="text"],
.comments .respond .cform-1 input[type="email"],
.comments .respond .cform-1 textarea {
font-family: "Raleway", serif;
background: transparent;
border: 2px solid #ccc;
color: #323f52;
font-size: 14px;
}
/*
================================
Under Construction
================================
*/
.under-construction-v1 {
width: 100%;
height: 100vh;
position: relative;
}
.under-construction-v1 img {
width: 100%;
height: 100%;
}
.under-construction-v1 .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #323f52;
opacity: 0.5;
}
.under-construction-v1 .inner {
width: 100%;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.under-construction-v1 h1 {
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
font-weight: 600;
font-size: 50px;
text-align: center;
color: #fff;
margin-bottom: 25px;
}
.under-construction-v1 p {
color: #fff;
text-align: center;
margin-bottom: 5px;
font-size: 16px;
}
.under-construction-v1 .newsletter {
text-align: center;
}
.under-construction-v1 .btn-success {
font-family: "Raleway", serif;
display: inline-block;
background-color: #0088d0;
color: #fff;
border: 0;
border-color: #fff;
font-size: 16px;
padding: 10px 20px;
text-transform: uppercase;
font-weight: 600;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 0;
}
.under-construction-v1 .btn-success:hover {
background: #323f52;
border-color: #323f52;
color: #fff;
}
.under-construction-v1 .form-control {
border-radius: 0;
box-shadow: none;
width: 100%;
outline: none;
}
.under-construction-v1 input[type="email"] {
background: #f2f3f3;
border: 2px solid #f2f3f3;
height: 40px;
color: #000;
}
/*
================================
FAQ
================================
*/
.faq {
padding-top: 50px;
padding-bottom: 50px;
background: #fff;
}
.faq h1 {
font-family: "Raleway", serif;
font-size: 24px;
font-weight: 600;
color: #0088d0;
margin-bottom: 20px;
}
.faq .panel {
box-shadow: none !important;
border-radius: 0 !important;
}
.faq .panel-group {
margin-bottom: 40px;
}
.faq .panel-group .panel-heading a:after {
content: '\f068';
font-family: 'FontAwesome';
position: absolute;
font-weight: normal;
font-size: 14px;
right: -1px;
top: -6px;
padding: 21px;
color: #0088d0;
}
.faq .panel-group .panel-heading a.collapsed:after {
content: '\f067';
font-family: 'FontAwesome';
font-size: 14px;
right: -1px;
top: -6px;
padding: 21px;
color: #0088d0;
}
.faq .panel-default > .panel-heading {
background: #eee;
color: #323f52;
padding: 0;
border-radius: 0;
position: relative;
font-size: 14px;
}
.faq h4.panel-title a {
display: block;
padding: 14px;
font-size: 14px;
font-weight: bold;
}
.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top: 0;
}
/*
================================
Featured Box
================================
*/
.featured-box {
background: #f2f3f3;
padding-top: 50px;
padding-bottom: 50px;
}
.featured-box .item {
background: url(../images/featured-box/1.jpg) center/cover no-repeat;
padding: 30px 15px;
position: relative;
}
.featured-box .item .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0088d0;
opacity: 0.9;
z-index: 10;
}
.featured-box .item .icon {
color: #fff;
text-align: center;
margin-bottom: 20px;
display: block;
position: relative;
z-index: 1000;
}
.featured-box .item .icon i {
font-size: 40px;
}
.featured-box .item .text {
text-align: center;
color: #fff;
position: relative;
z-index: 1000;
}
.featured-box .item .text h2 {
font-family: "Raleway", serif;
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
border: 2px solid #fff;
border-radius: 18px;
display: inline-block;
padding: 6px 22px;
}
.featured-box .item .text p {
font-family: "Open Sans", sans-serif;
color: #fff;
font-size: 14px;
font-weight: 500;
}
/*
================================
Appointment
================================
*/
.appointment-v1 {
background: #0088d0;
padding-top: 30px;
padding-bottom: 30px;
}
.appointment-v1 .left p {
color: #fff;
font-family: "Raleway", serif;
font-size: 22px;
padding-top: 10px;
line-height: 28px;
}
.appointment-v1 .right {
float: right;
}
.appointment-v1 .right a {
font-size: 18px;
padding: 10px 20px;
display: block;
color: #fff;
border: 2px solid #fff;
font-weight: 500;
font-family: "Raleway", serif;
}
.appointment-v1 .right a:hover {
background: #323f52;
color: #f2f3f3;
}
/*
================================
Footer - Main
================================
*/
.footer-main {
width: 100%;
height: auto;
padding: 50px 0;
background: #222 ;
}
.footer-main h3 {
font-family: "Open Sans", sans-serif;
color: #ffffff;
font-size: 20px;
font-weight: 500;
text-transform: uppercase;
position: relative;
padding-bottom: 15px;
margin-bottom: 25px;
}
.footer-main h3:after {
content: "";
position: absolute;
width: 50px;
background: #0088d0;
left: 0;
bottom: 0;
height: 3px;
}
.footer-main .footer-col p {
color: #a3a3a3;
font-size: 14px;
line-height: 22px;
}
.footer-main .footer-col ul li {
color: #a3a3a3;
font-size: 14px;
line-height: 22px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
list-style-type: none;
margin-bottom: 8px;
position: relative;
padding-left: 20px;
}
.footer-main .footer-col ul li a {
color: #a3a3a3;
font-size: 14px;
line-height: 22px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.footer-main .footer-col ul li a:hover {
color: #fff;
}
.footer-main .footer-col ul li:before {
color: #a3a3a3;
content: "\f0a4";
font-family: "FontAwesome";
left: 0;
position: absolute;
top: 0;
}
.footer-main .footer-col .contact-item {
color: #a3a3a3;
font-size: 14px;
overflow: hidden;
margin-bottom: 10px;
display: table;
}
.footer-main .footer-col .contact-item .icon {
width: 35px;
display: table-cell;
vertical-align: top;
font-size: 16px;
margin-right: 10px;
}
.footer-main .footer-col .contact-item .icon i {
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
background: #dedede;
color: #323f52;
border-radius: 50%;
}
.footer-main .footer-col .contact-item .text {
display: table-cell;
vertical-align: top;
line-height: 22px;
display: block;
}
/*
================================
Footer - Bottom
================================
*/
.footer-bottom {
width: 100%;
height: auto;
background: #141314;
padding: 15px 0;
}
.footer-bottom .copyright {
font-size: 13px;
color: #a3a3a3;
text-align: center;
}
/*
================================
Google Map
================================
*/
.google-map iframe {
width: 100%;
height: 400px;
}
/*
================================
why choose us
================================
*/
.why-choose-us{
background: #fff;
padding-top: 50px;
padding-bottom: 50px;text-align:center
}
.why-choose-us h2 {
color: #464646;
font-family: "Raleway",serif;
font-size: 32px;
font-weight: 700;
position: relative;
text-transform: uppercase;
}
.why-choose-us h3 {
color: #464646;
font-family: "Open Sans",sans-serif;
font-size: 16px;
font-weight: 500;
margin-bottom: 40px;
margin-top: 20px;
padding-bottom: 5px;
}
.why-choose-us .item {
margin-bottom: 30px;
}
.why-choose-us .icon {
color: #323f52;
display: block;
text-align: center;
margin-bottom: 20px;
}
.why-choose-us .icon i {
border-radius: 50%;
color: #fff;
font-size: 30px;
height: 60px;
line-height: 60px;
text-align: center;
width: 60px;transition: all 0.6s ease 0s;background:#0088d0
}
.why-choose-us .item:hover.item .icon i{background:#323f52;color:#fff;}
.why-choose-us .text {
color: #323f52;
text-align: center;
}
.why-choose-us .text h2 {
color: #323f52;
font-size: 22px;
font-weight: 600;
margin-bottom: 15px;
}
.why-choose-us .text p {
color: #464646;
font-size: 14px;
font-weight: 300;
}
.why-choose-us .text p:last-child {
margin-bottom: 0;
}
.why-choose img {
width: 100%;
}
/*
================================
Team details 2
================================
*/
.team-detail2 {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.team-detail2 .team-single {
margin-bottom: 30px;
}
.team-detail2 .team-single .text {
background: #0088d0 ;
text-align: center;
padding: 25px 10px 15px;
}
.team-detail2 .team-single .text h2 {
color: #fff;
font-weight: 600;
font-size: 24px;
margin-bottom: 5px;
}
.team-detail2 .team-single .text h3 {
color: #fff;
font-size: 16px;
margin-bottom: 15px;
font-weight: 400;
}
.team-detail2 .team-single .text p {
color: #fff;
font-weight: 300;
font-size: 16px;
}
.team-detail2 .team-single .thumb img {
width: 100%;
height: auto;
}
.team-detail2 .team-single .social .title {
text-align: center;
color: #323f52;
margin-top: 25px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
}
.team-detail2 .team-single .social ul {
margin-top: 15px;
text-align: center;
}
.team-detail2 .team-single .social ul li {
display: inline-block;
list-style-type: none;
margin-right: 5px;
}
.team-detail2 .team-single .social ul li a {
width: 40px;
height: 40px;
line-height: 36px;
font-size: 16px;
text-align: center;
display: block;
background: transparent;
border: 2px solid #0088d0 ;
color: #0088d0 ;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.team-detail2 .team-single .social ul li a:hover {
background: #323f52;
color: #fff;
border-color: #323f52;
}
.team-detail2 .team-detail-tab .content {
padding: 15px 0;
}
.team-detail2 .team-detail-tab .content h2 {
color: #464646;
font-size: 22px;
margin-bottom: 10px;
margin-top: 20px;
}
.team-detail2 .team-detail-tab .content p {
color: #676767;
font-weight: 300;
font-size: 14px;
line-height: 22px;
margin-bottom: 15px;
}
.team-detail2 .team-detail-tab .content ul li {
list-style-position: inside;
}
.team-detail2 .team-detail-tab .nav-tabs {
border-bottom: 0;
}
.team-detail2 .team-detail-tab .nav-tabs > li > a {
font-family: "Montserrat", serif;
color: #323f52;
font-size: 14px;
padding: 5px 10px;
font-weight: 600;
background: transparent;
border: 2px solid #323f52;
border-radius: 0;
margin-right: 10px;
text-transform: uppercase;
}
.team-detail2 .team-detail-tab .nav-tabs > li.active > a {
font-family: "Montserrat", serif;
color: #0088d0 ;
font-size: 14px;
padding: 5px 10px;
font-weight: 600;
background: transparent;
border: 2px solid #0088d0 ;
border-radius: 0;
text-transform: uppercase;
}
.team-detail2 .ask-question .btn-success {
font-family: "Montserrat", serif;
background-color: #0088d0 ;
border-color: #0088d0 ;
font-weight: 400;
color: #fff;
font-size: 16px;
border-radius: 0;
padding: 10px 20px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.team-detail2 .ask-question .btn-success:hover {
background: #323f52;
border-color: #323f52;
color: #fff;
}
.team-detail2 .ask-question .form-control {
border-radius: 0;
box-shadow: none;
}
.team-detail2 .ask-question input[type="text"],
.team-detail2 .ask-question input[type="email"],
.team-detail2 .ask-question textarea {
font-family: "Montserrat", serif;
font-size: 16px;
background: transparent;
border: 1px solid #a3a3a3;
color: #323f52;
}
.team-detail2 .ask-question input[type="text"]:focus,
.team-detail2 .ask-question input[type="email"]:focus,
.team-detail2 .ask-question textarea:focus {
border-color: #323f52;
}
.team-detail2 .contact {
background: #dc9822;
margin-bottom: 20px;
padding: 20px;
}
.team-detail2 .contact .icon {
width: 60px;
height: 60px;
line-height: 60px;
background: #323f52;
color: #dc9822;
text-align: center;
margin: 0 auto;
}
.team-detail2 .contact .icon i {
font-size: 24px;
}
.team-detail2 .contact .text {
text-align: center;
}
.team-detail2 .contact .text h4 {
font-family: "Montserrat", serif;
font-size: 24px;
font-weight: bold;
margin-top: 20px;
color: #323f52;
}
.team-detail2 .contact .text p {
font-size: 14px;
color: #323f52;
font-weight: 600;
}
/*
================================
Room Category
================================
*/
.properties {
background: #fff none repeat scroll 0 0;
padding-bottom: 50px;
padding-top: 50px;
text-align: center;
}
.properties h2 {
color: #464646;
font-family: "Raleway",serif;
font-size: 32px;
font-weight: 700;
position: relative;
text-transform: uppercase;
}
.properties h3 {
color: #464646;
font-family: "Open Sans",sans-serif;
font-size: 16px;
font-weight: 500;
margin-bottom: 40px;
margin-top: 20px;
padding-bottom: 5px;
}
.room-category {
display: inline-block;
padding: 0px 10px;
margin-top: 20px;
}
.single-room {
position: relative;
margin-bottom: 30px;
}
.single-category {
width: 25%;
float: left;
padding: 0px 10px;
}
.single-room img{width:100%}
.room-price {
color: #fff;
font-family: 'Old Standard TT', serif;
font-weight: 700;
font-size: 18px;
}
.room-details h2 {
color: #fff;
margin: 15px 0;
font-size: 22px;text-transform:capitalize
}
.roomdetails-overlay {
position: absolute;
text-align: center;
bottom: 0;
width: 100%;transition: all 0.3s ease 0s
}
.room-overlay {
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0;
position: absolute;
top: 0;
width: 100%;
height: 100%;transition: all 0.5s ease-out 0s;overflow:hidden
}
.readmore-button {
background: #0088d0 none repeat scroll 0 0;
border-radius: 25px;
color: #fff;
display: inline-block;
padding: 10px 25px;
text-transform: uppercase;transition: all 0.5s ease-out 0s;
}
.readmore-button:hover{transition: all 0.5s ease-out 0s; background: #027ebf none repeat scroll 0 0;color:#fff}
.room-details a {
color: #fff;
position: absolute;
text-align: center;
transform: translateX(-50%);
transition: all 0.3s ease 0s;
visibility: hidden;
}
.single-room:hover .room-overlay{transition: all 0.5s ease-out 0s;background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;}
.single-room :hover .roomdetails-overlay {
top: 50%;
position: absolute;
width: 100%;transform:translateY(-50%);transition: all 0.3s ease 0s
}
.single-room :hover .room-details a{visibility:visible;transition: all 0.3s ease 0s}
.allroom-button {
display: inline-block;
width: 100%;
text-align: center;
margin-top: 20px;
}
/*
================================
Room Search
================================
*/
.search{padding:40px 0;background:#E5E5E5}
.single-field select {
-moz-appearance: none;
padding: 10px;
-webkit-appearance: none;
background: #fff; border-radius: 5px;cursor: pointer;
border: 1px solid #fff;
width: 100%;
}
.search .select-arrow {
position: relative;
}
.search .select-arrow::before {
color: #323b49;
content: ""; right: 15px;
font-family: fontawesome;
position: absolute;
top: 10px;
}
.single-field h4 {
font-family: lato;
font-weight: 800;
font-size: 14px;
color: #535353;
text-transform: capitalize;
}
.single-field input[type="submit"] {
background: #0088d0 none repeat scroll 0 0;
border: 1px solid #0088d0 ;
color: #fff;
text-transform: uppercase;
padding: 8px;
border-radius: 2px;
}
/*
================================
Single Property/Room
================================
*/
.single-room-page {
background: #ebf1f4;
padding-top: 70px;
padding-bottom: 70px;
}
.room-text {
padding: 40px;
background: #fff;
}
.room-text h1 {
font-size: 22px;
font-weight: bold;
margin-bottom: 20px;
}
.room-facilities h2 {
border-bottom: 1px solid #ececec;
color: #283c5a;
font-size: 22px;
margin-bottom: 5px;
padding-bottom: 15px;
}
.room-text h2 {
font-size: 22px;
font-weight: normal;
margin: 20px 0;
}
.room-text h1 span {
float: right;
color: #0088d0;font-weight:bold
}
.support-widget h3 {
margin: 20px 0;
font-size: 18px;
}
.room-facilities {
background: #fff none repeat scroll 0 0;
display: inline-block;
padding: 20px;
width: 100%;
margin-bottom: 30px;
}
.single-facilities {
width: 50%;
float: left;
}
.single-facilities:last-child{padding-left:20px}
.single-facilities li {
display: inline-block;
padding: 10px 0;
width: 100%;
}
.single-facilities li i {
color: #fff;
width: 30px;
height: 30px;
border-radius: 100%;
background: #0088d0;
display: inline-block;
text-align: center;
line-height: 30px;
margin-right: 10px;
}
.carousel-inner {
position: relative;
width: 100%;
min-height: 300px;
}
.carousel-inner img{height:100%}
.crousel_left span,
.crousel_right span {
font-size: 32px;
color: #fff;
font-weight: bold;
top: 50%;
position: relative; display: inline-block;
border-radius: 100%;
transform: translateY(-50%);
}
#carousel-example-generic {
margin: 20px auto;
width: 100%;
}
#carousel-slider .carousel-indicators {
margin: 10px 0 0;white-space: nowrap;
position: static;
overflow: auto;
width: 100%;
overflow:hidden;text-align: left;
}
#carousel-slider .carousel-indicators li {
-webkit-border-radius: 0;
border-radius: 0;
height: auto; background-color: transparent;
margin: 0 !important;
width: auto; display: inline-block;
}
#carousel-slider .carousel-indicators li img {
display: block;
opacity: 0.5;
}
#carousel-slider .carousel-indicators li.active img {
opacity: 1;
}
#carousel-slider .carousel-indicators li:hover img {
opacity: 0.75;
}
#carousel-slider .carousel-outer {
position: relative;
}
.carousel-indicators li img {
height: 66px;
width: 100px;
} | 0.476823 | 0.088662 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300);
@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:wght@700&display=swap");
.frame {
position: absolute;
top: 50%;
left: 50%;
width: 400px;
height: 400px;
margin-top: -200px;
margin-left: -200px;
border-radius: 2px;
box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
overflow: hidden;
background: #fff;
color: #333;
font-family: "Open Sans", Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border-radius: 10px;
}
.frame__center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-stretch: 100%;
color: white;
line-height: 1px;
padding-top: 25px;
padding-left: 10px;
}
.frame__texto1 {
position: relative;
left: 6px;
font-size: 90px;
margin: 40px 0 0 0;
display: block;
font-family: "Courier Prime", monospace;
font-weight: 700;
}
.frame__texto2 {
display: block;
position: relative;
left: 4px;
font-size: 25.5px;
margin: 40px 0 0 0;
font-family: "Courier Prime", monospace;
font-weight: 700;
word-spacing: 10px;
}
.frame__hundred {
display: flex;
z-index: 3;
}
.frame__uno {
width: 60px;
height: 100px;
}
.frame__uno--pt1 {
position: relative;
top: 4px;
left: 12px;
width: 30px;
height: 45px;
background-color: white;
border-radius: 7px;
clear: both;
float: left;
z-index: 1;
box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.59);
transform: rotate(45deg);
}
.frame__uno--pt2 {
position: relative;
width: 30px;
height: 100%;
float: right;
border-radius: 7px;
background-color: white;
z-index: 4;
box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.59);
}
.frame__zero--a {
position: relative;
left: -10px;
width: 100px;
height: 100px;
border-radius: 50px;
box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.59);
z-index: -2;
}
.frame__zero--b {
position: relative;
left: -20px;
width: 100px;
height: 100px;
border-radius: 50px;
box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.59);
z-index: -3;
}
.frame__zero--inter {
width: 50px;
height: 50px;
border-radius: 25px;
position: relative;
top: 24px;
left: 24px;
box-shadow: 0px 0px 0px 25px #ffffff;
}
.frame--gradient {
background: #7637c4;
background: linear-gradient(45deg, #7637c4 25%, #00a8ff 100%);
} | dist/style.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300);
@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:wght@700&display=swap");
.frame {
position: absolute;
top: 50%;
left: 50%;
width: 400px;
height: 400px;
margin-top: -200px;
margin-left: -200px;
border-radius: 2px;
box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
overflow: hidden;
background: #fff;
color: #333;
font-family: "Open Sans", Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border-radius: 10px;
}
.frame__center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-stretch: 100%;
color: white;
line-height: 1px;
padding-top: 25px;
padding-left: 10px;
}
.frame__texto1 {
position: relative;
left: 6px;
font-size: 90px;
margin: 40px 0 0 0;
display: block;
font-family: "Courier Prime", monospace;
font-weight: 700;
}
.frame__texto2 {
display: block;
position: relative;
left: 4px;
font-size: 25.5px;
margin: 40px 0 0 0;
font-family: "Courier Prime", monospace;
font-weight: 700;
word-spacing: 10px;
}
.frame__hundred {
display: flex;
z-index: 3;
}
.frame__uno {
width: 60px;
height: 100px;
}
.frame__uno--pt1 {
position: relative;
top: 4px;
left: 12px;
width: 30px;
height: 45px;
background-color: white;
border-radius: 7px;
clear: both;
float: left;
z-index: 1;
box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.59);
transform: rotate(45deg);
}
.frame__uno--pt2 {
position: relative;
width: 30px;
height: 100%;
float: right;
border-radius: 7px;
background-color: white;
z-index: 4;
box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.59);
}
.frame__zero--a {
position: relative;
left: -10px;
width: 100px;
height: 100px;
border-radius: 50px;
box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.59);
z-index: -2;
}
.frame__zero--b {
position: relative;
left: -20px;
width: 100px;
height: 100px;
border-radius: 50px;
box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.59);
z-index: -3;
}
.frame__zero--inter {
width: 50px;
height: 50px;
border-radius: 25px;
position: relative;
top: 24px;
left: 24px;
box-shadow: 0px 0px 0px 25px #ffffff;
}
.frame--gradient {
background: #7637c4;
background: linear-gradient(45deg, #7637c4 25%, #00a8ff 100%);
} | 0.429429 | 0.131312 |
.blue-css-square { height:20px; width:20px; background-color:#6dcff6;margin-top:4px; }
.green-css-square { height:20px; width:20px; background-color:#b0d4be;margin-top:4px; }
.orange-css-square { height:20px; width:20px; background-color:#f3b758;margin-top:4px; }
.gold-css-square { height:20px; width:20px; background-color:#bfb182;margin-top:4px; }
.sleek-css-square { height:20px; width:20px; background-color:#a5a787;margin-top:4px; }
.seagul-css-square { height:20px; width:20px; background-color:#65C6BB;margin-top:4px; }
.pink-css-square { height:20px; width:20px; background-color:#ffb6b6;margin-top:4px; }
.yellow-css-square { height:20px; width:20px; background-color:#fae596;margin-top:4px; }
#switcher-body .container {
background:#fff;
margin:50px auto;
border:1px solid #dedede;
padding:40px;
}
.demo_changer{
z-index: 1000;
position: fixed;
left: -113px;
top: 210px;
font-weight: 400 !important;
}
.demoPanel {
position:relative;
}
.demo_changer p {
margin:10px 0;
}
.demo_changer h4 {
margin-top: 0;
margin-bottom: 5px;
color: #bbb;
text-transform: none !important;
font-family: 'Roboto',sans-serif;
font-weight: 300;
font-size: 14px;
padding-bottom: 0;
}
.demo_changer hr {
border-color:#464646;
margin-top:15px;
margin-bottom: 15px;
}
.demo_changer,
.demo_changer p {
color:#545454 !important;
}
.demo_changer i {
color: #fff;
font-size: 21px;
padding-right: 2px;
line-height: 1.85;
}
.demo_changer .demo-icon{
cursor: pointer;
text-align:center;
background:#6dcff6;
padding:2px;
float: right;
height: 40px;
line-height:40px;
width:41px;
}
.demo_changer .form_holder {
background-color: #fff;
cursor: pointer;
font-size: 12px;
float: right;
border: 1px solid #e2e2e2;
padding: 26px 20px;
width: 113px;
}
.demo_changer .form_holder p{
font-size: 12px;
}
.demoPanel {
margin: 0;
padding: 0;
width: 125px;
}
.predefined_styles{
padding:0 7px;
}
.predefined_styles a{
font-family: 'Roboto';
color: #fff;
}
@media only screen and (max-width: 768px) {
.demo_changer{
top:125px;
}
} | maryplusjim.ui/wwwroot/css/style-switcher.css | .blue-css-square { height:20px; width:20px; background-color:#6dcff6;margin-top:4px; }
.green-css-square { height:20px; width:20px; background-color:#b0d4be;margin-top:4px; }
.orange-css-square { height:20px; width:20px; background-color:#f3b758;margin-top:4px; }
.gold-css-square { height:20px; width:20px; background-color:#bfb182;margin-top:4px; }
.sleek-css-square { height:20px; width:20px; background-color:#a5a787;margin-top:4px; }
.seagul-css-square { height:20px; width:20px; background-color:#65C6BB;margin-top:4px; }
.pink-css-square { height:20px; width:20px; background-color:#ffb6b6;margin-top:4px; }
.yellow-css-square { height:20px; width:20px; background-color:#fae596;margin-top:4px; }
#switcher-body .container {
background:#fff;
margin:50px auto;
border:1px solid #dedede;
padding:40px;
}
.demo_changer{
z-index: 1000;
position: fixed;
left: -113px;
top: 210px;
font-weight: 400 !important;
}
.demoPanel {
position:relative;
}
.demo_changer p {
margin:10px 0;
}
.demo_changer h4 {
margin-top: 0;
margin-bottom: 5px;
color: #bbb;
text-transform: none !important;
font-family: 'Roboto',sans-serif;
font-weight: 300;
font-size: 14px;
padding-bottom: 0;
}
.demo_changer hr {
border-color:#464646;
margin-top:15px;
margin-bottom: 15px;
}
.demo_changer,
.demo_changer p {
color:#545454 !important;
}
.demo_changer i {
color: #fff;
font-size: 21px;
padding-right: 2px;
line-height: 1.85;
}
.demo_changer .demo-icon{
cursor: pointer;
text-align:center;
background:#6dcff6;
padding:2px;
float: right;
height: 40px;
line-height:40px;
width:41px;
}
.demo_changer .form_holder {
background-color: #fff;
cursor: pointer;
font-size: 12px;
float: right;
border: 1px solid #e2e2e2;
padding: 26px 20px;
width: 113px;
}
.demo_changer .form_holder p{
font-size: 12px;
}
.demoPanel {
margin: 0;
padding: 0;
width: 125px;
}
.predefined_styles{
padding:0 7px;
}
.predefined_styles a{
font-family: 'Roboto';
color: #fff;
}
@media only screen and (max-width: 768px) {
.demo_changer{
top:125px;
}
} | 0.343122 | 0.160266 |
.jrform {
color: #000000;
font-family: Tahoma, sans-serif;
font-size: 14px;
}
/* core_form_notice.css */
.jrform .page_notice_drop {
background: #FFFFFF;
}
.jrform .page_notice {
text-align: center;
padding: 10px;
margin: 12px;
font-size: 14px;
border-radius: 4px;
box-shadow: inset 0 2px 4px #111111;
}
.jrform .form_notice {
text-align: center;
padding: 10px;
display: none;
box-shadow: inset 0 2px 2px #111111;
}
.notice {
background-color: #AADDFF !important;
color: #000000;
}
.warning {
background-color: #FFDD00 !important;
color: #000000;
}
.error {
background-color: #FFDD00 !important;
color: #000000;
}
.success {
background-color: #CCFF99 !important;
color: #000000;
}
.jrform .field-hilight {
background-color: #FFDD00;
}
/* core_form_element.css */
.jrform .form_radio {
}
.jrform .form_radio_option {
display: inline;
padding-right: 32px;
}
.jrform .form_textarea {
color: #000000;
font-size: 14px;
width: 75%;
height: 100px;
padding: 5px; /* @ignore */
margin: 0 2px; /* @ignore */
background-color: #FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #7F7F7F;
border-radius: 4px;
}
.jrform textarea:focus {
border-width: 1px;
border-style: solid;
border-color: #000000;
background-color: #EEEEEE;
}
.jrform .form_checkbox {
font-size: 16px;
margin: 7px 3px 3px 3px;
border-radius: 4px;
}
.jrform .form_option_list_text {
font-size: 14px;
}
.jrform .form_element_disabled {
border-width: 1px;
border-style: solid;
border-color: #DDDDDD;
background: #FFFFFF;
color: #AAAAAA;
}
/* core_form_input.css */
.jrform .form_text {
color: #000000;
font-size: 14px;
height: 24px;
line-height: 24px;
width: 75%;
padding: 0 4px; /* @ignore */
margin: 0 2px; /* @ignore */
background-color: #FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #7F7F7F;
border-radius: 4px;
}
.jrform .form_date {
color: #000000;
font-size: 14px;
height: 24px;
line-height: 24px;
width: 26%;
padding: 0 4px; /* @ignore */
margin: 0 2px; /* @ignore */
background-color: #FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #7F7F7F;
border-radius: 4px;
}
.jrform input:focus {
border-width: 1px;
border-style: solid;
border-color: #000000;
background-color: #EEEEEE;
}
.jrform .form_text[disabled="disabled"],
.jrform .form_text[readonly="readonly"] {
background: #DDDDDD;
color: #888888;
}
.jrform .form_text_search {
width: 45%;
}
.jrform .live_search_text {
color: #CCCCCC;
font-style: italic;
}
/* core_form_layout.css */
/* remove Firefox's dotted outlines... */
.jrform :focus {
outline: none;
}
.jrform ::-moz-focus-inner {
border: 0;
}
.jrform form {
margin-bottom: 0;
}
.jrform .element {
}
.jrform .element_left {
background-color: #FFFFFF;
text-align: right;
text-transform: capitalize;
padding: 8px;
width: 25%;
}
.jrform .element_right {
background-color: #FFFFFF;
padding: 6px;
width: 75%;
}
.jrform .element_right a {
color: #222222;
}
.jrform .form_input_left {
height: 30px;
}
.jrform .form_input_right {
}
.jrform .sublabel {
font-size: 11px;
text-transform: none;
}
.jrform .form_help_button {
float: right;
}
.jrform .form_help {
background: #FFFFFF;
padding: 9px;
}
.jrform .form_help_drop {
padding-top: 8px;
background: #EDEDED;
width: 100%;
box-shadow: inset 0 3px 5px #888888;
}
.jrform .form_help_drop_left {
width: 95%;
padding: 10px 20px 20px 20px;
font-size: 14px;
text-align: left;
text-transform: none;
}
.jrform .form_help_drop_right {
width: 5%;
padding: 10px 20px 20px 20px;
}
.jrform .form_help_default {
display: inline-block;
margin-top: 12px;
}
.jrform .form_help_small {
display: inline-block;
font-size: 9px;
margin-top: 12px;
color: #999999;
font-style: italic;
}
.jrform .form_submit_box {
background-color: #FFFFFF;
padding-top: 12px;
}
.jrform .form_submit_section {
background: #EDEDED;
border: 1px solid #DDDDDD;
padding: 10px;
text-align: center;
}
.jrform #form_submit_indicator {
display: none;
margin-right: 10px;
vertical-align: middle;
}
/* core_banner.css */
.jrform .page_banner_box {
background-color: #FFFFFF;
}
.jrform .page_banner {
border-width: 1px;
border-style: solid;
border-color: #DDDDDD;
margin-bottom: 12px; /* @ignore */
border-spacing: 0;
}
.jrform .page_banner_icon {
background-color: #EDEDED;
width: 1%;
padding: 8px 0 8px 8px; /* @ignore */
}
.jrform .page_banner_left {
height: 40px;
text-align: left;
background-color: #EDEDED;
padding: 6px 18px;
font-size: 18px;
font-weight: bold;
text-transform: capitalize;
white-space: nowrap;
}
.jrform .page_banner_right {
background-color: #EDEDED;
padding: 6px 12px; /* @ignore */
text-align: right;
}
.jrform .page_table {
border-spacing: 1px;
background-color: #BBBBBB;
width: 100%;
margin-bottom: 12px;
}
.jrform table {
width: 100%;
}
.jrform .page_table_header {
background-color: #EDEDED;
text-align: center;
padding: 6px;
font-size: 12px;
font-weight: bold;
text-transform: capitalize;
color: #000000;
white-space: nowrap;
}
.jrform .page_table_footer {
background-color: #E8EAEB;
text-align: center;
padding: 6px;
font-size: 12px;
text-transform: capitalize;
color: #000000;
white-space: nowrap;
}
.jrform .page_table_row {
background-color: #F5F5F5;
}
.jrform .page_table_row_alt {
background-color: #FBFBFB;
}
.jrform .page_table_cell {
padding: 5px;
font-size: 12px;
color: #000000;
}
.jrform .page_table_pager {
background-color: #FFFFFF;
}
.jrform .page_table_pager_left {
width: 25%;
padding: 5px;
}
.jrform .page_table_pager_center {
text-align: center;
width: 50%;
padding: 5px;
font-size: 11px;
}
.jrform .page_table_pager_right {
text-align: right;
width: 25%;
padding: 5px;
}
.jrform .page_table_jumper {
width: 50px;
}
.jrform .page_table_notice {
text-align: center;
line-height: 32px;
font-size: 14px;
}
/* core_form_select.css */
.jrform .form_select {
color: #000000;
font-size: 14px;
width: 76%;
padding: 3px; /* @ignore */
margin: 2px; /* @ignore */
background-color: #FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #7F7F7F;
border-radius: 4px;
}
.jrform .form_select_multiple {
}
.jrform .form_select_and_text_select {
width: 30%;
margin-right: 12px;
}
.jrform .form_select_and_text_text {
width: 30%;
}
.jrform .form_select_item_jumper {
width: 40%;
}
.jrform .form_admin_search {
width: 35%;
font-style: italic;
color: #AAAAAA;
}
.jrform select:focus {
border-width: 1px;
border-style: solid;
border-color: #000000;
background-color: #EEEEEE;
}
.jrform .form_time {
margin-left: 12px;
width: 15%;
min-width: 95px;
}
.jrform .form_button {
color: #484848;
text-decoration: none;
text-transform: capitalize;
text-shadow: 0 1px 0 #FFFFFF;
font: bold 12px Verdana, sans-serif;
line-height: 28px;
height: 28px;
padding: 0 7px;
margin: 0 2px;
background: #F0F0F0;
border: solid 1px #7F7F7F;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
vertical-align: middle;
}
.jrform .anchor_button {
padding: 5px 9px;
}
.jrform .form_button:hover {
color: #282828;
text-shadow: 0 0 0 #FFFFFF;
border: 1px solid #666666;
box-shadow: inset 0 0 1px 1px #777777;
}
.jrform .form_button_disabled {
color: #A4A4A4;
border: solid 1px #AFAFAF;
}
.jrform .form_button_disabled:hover {
color: #A4A4A4;
background: #F0F0F0;
border: solid 1px #AFAFAF;
}
.jrform .form_button a,
.jrform .form_button_anchor a,
.jrform .form_button_anchor:hover a {
text-decoration: none;
}
/* .page_content is needed for the re-order pages eg: site.com/page/item_display_order */
.page_content table {
border-spacing: 0;
}
.simplemodal-container .page_banner_box,
.page_content .page_banner_box {
background-color: #FFFFFF;
}
.simplemodal-container .page_banner,
.page_content .page_banner {
border-width: 1px;
border-style: solid;
border-color: #DDDDDD;
margin-bottom: 12px; /* @ignore */
}
.simplemodal-container .page_banner_icon,
.page_content .page_banner_icon {
background-color: #EDEDED;
width: 1%;
padding: 8px 0 8px 8px; /* @ignore */
}
.simplemodal-container .page_banner_left,
.page_content .page_banner_left {
height: 40px;
text-align: left;
background-color: #EDEDED;
padding: 6px 18px;
font-size: 18px;
font-weight: bold;
text-transform: capitalize;
white-space: nowrap;
}
.simplemodal-container .page_banner_right,
.page_content .page_banner_right {
background-color: #EDEDED;
padding: 6px 12px; /* @ignore */
text-align: right;
}
/* core_base.css */
.page_content .block_config {
float: right;
margin-top: 6px;
white-space: nowrap;
}
.page_content .block_image {
margin: 0 auto;
padding-right: 6px;
}
.page_content .block_content {
padding: 0;
margin: 0 auto;
}
.page_content .form_submit_box {
background-color: #FFFFFF;
padding-top: 12px;
}
.page_content .form_submit_section {
background: #EDEDED;
border: 1px solid #DDDDDD;
padding: 10px;
text-align: center;
}
.page_content #form_submit_indicator {
display: none;
margin-right: 10px;
vertical-align: middle;
}
.page_content .form_button {
color: #484848;
text-decoration: none;
text-transform: capitalize;
text-shadow: 0 1px 0 #FFFFFF;
font: bold 12px Verdana, sans-serif;
line-height: 28px;
height: 28px;
padding: 0 7px;
margin: 0 2px;
background: #F0F0F0;
border: solid 1px #7F7F7F;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
vertical-align: middle;
}
.page_content .anchor_button {
padding: 5px 9px;
}
.page_content .form_button:hover {
color: #282828;
text-shadow: 0 0 0 #FFFFFF;
border: 1px solid #666666;
box-shadow: inset 0 0 1px 1px #777777;
}
.page_content .form_button_disabled {
color: #A4A4A4;
border: solid 1px #AFAFAF;
}
.page_content .form_button_disabled:hover {
color: #A4A4A4;
background: #F0F0F0;
border: solid 1px #AFAFAF;
}
.page_content .form_button a,
.page_content .form_button_anchor a,
.page_content .form_button_anchor:hover a {
text-decoration: none;
}
.page_content .element_left {
background-color: #FFFFFF;
text-align: right;
text-transform: capitalize;
padding: 8px;
width: 25%;
}
.page_content .element_right {
background-color: #FFFFFF;
padding: 6px;
width: 75%;
}
.page_content .sublabel {
font-size: 11px;
text-transform: none;
}
/* tabs override */
/* might be better to just bring in the jrElastic tabs styles */
/* we dont get to do the fancy bootstrap nav stuff anyway */
.jrform .page_content .page_tab_bar {
padding-left: 0;
margin-bottom: 0;
margin-left: 0;
list-style: none;
}
.jrform .page_content .page_tab_bar:before,
.jrform .page_content .page_tab_bar:after {
display: table;
content: " ";
}
.jrform .page_content .page_tab_bar:after {
clear: both;
}
.jrform .page_content .nav:before,
.jrform .page_content .page_tab_bar:after {
display: table;
content: " ";
}
.jrform .page_content .page_tab_bar:after {
clear: both;
}
.jrform .page_content .page_tab_bar > li {
position: relative;
display: block;
}
.jrform .page_content .page_tab_bar > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.jrform .page_content .page_tab_bar > li > a:hover,
.jrform .page_content .page_tab_bar > li > a:focus {
text-decoration: none;
background-color: #444444;
}
.jrform .page_content .page_tab_bar {
border-bottom: 1px solid #DDDDDD;
}
.jrform .page_content .page_tab_bar > li {
float: left;
margin-bottom: -1px;
}
.jrform .page_content .page_tab_bar > li > a {
margin-right: 2px;
line-height: 1.428;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.jrform .page_content .page_tab_bar > li > a:hover {
border-color: #EEEEEE #EEEEEE #DDDDDD;
}
.jrform .page_content .page_tab_bar > li.page_tab_active > a {
color: #555555;
cursor: default;
background-color: #FFFFFF;
border: 1px solid #444444;
border-bottom-color: transparent;
}
.jrform .page_content .page_tab_bar > li.page_tab_active > a:hover,
.jrform .page_content .page_tab_bar > li.page_tab_active > a:focus {
background-color: #444444;
color: #FFFFFF;
}
/* core_tabs */
.jrform .page_tab_bar_holder {
width: 100%;
background-color: #FFFFFF;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
}
.jrform .page_tab_bar_spacer {
height: 10px;
background-color: #FFFFFF;
}
.jrform .page_tab_bar {
padding-left: 0;
}
.jrform .page_tab a {
background-color: #DDDDDD;
}
.jrform .page_tab {
float: left;
list-style: none;
margin-left: 9px; /* @ignore */
color: #000000;
text-decoration: none;
text-transform: capitalize;
font: 14px Verdana, sans-serif;
text-align: center;
cursor: pointer;
border-radius: 5px 5px 0 0; /* @ignore */
}
.jrform .page_tab a:hover {
background-color: #444444;
color: #FFFFFF;
text-decoration: none;
}
.jrform .page_tab a:hover a {
color: #FFFFFF;
text-decoration: none;
}
.jrform .page_tab a {
padding: 6px 10px; /* @ignore */
display: block;
color: #000000;
text-decoration: none;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.jrform .page_tab_first {
margin-left: 5px;
}
.jrform .page_tab_last {
}
.jrform .page_tab_active {
color: #000000;
margin-bottom: -1px;
text-decoration: none;
}
.jrform .page_tab_active a {
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
border-bottom: 0 solid transparent;
color: #000000;
background: #FFFFFF;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.jrform .page_tab_active a:hover {
color: #FFFFFF;
text-decoration: none;
}
.jrform .page_content .page_tab_bar {
border-bottom: none;
}
.jrform .page_tab a {
border-bottom: 1px solid #999999;
}
.jrform .page_tab_active a {
border-bottom: 1px solid transparent;
}
.jrform .page_content .page_tab_bar > li > a {
line-height: 1em;
}
.jrform .page_section_header {
background-color: #EEEEEE;
border-width: 1px;
border-style: solid;
border-color: #DDDDDD;
font-size: 14px;
text-align: center;
text-transform: lowercase;
font-variant: small-caps;
padding: 6px;
margin: 6px 0 8px 0; /* @ignore */
} | skins/xxBootstrap/css/form.css | .jrform {
color: #000000;
font-family: Tahoma, sans-serif;
font-size: 14px;
}
/* core_form_notice.css */
.jrform .page_notice_drop {
background: #FFFFFF;
}
.jrform .page_notice {
text-align: center;
padding: 10px;
margin: 12px;
font-size: 14px;
border-radius: 4px;
box-shadow: inset 0 2px 4px #111111;
}
.jrform .form_notice {
text-align: center;
padding: 10px;
display: none;
box-shadow: inset 0 2px 2px #111111;
}
.notice {
background-color: #AADDFF !important;
color: #000000;
}
.warning {
background-color: #FFDD00 !important;
color: #000000;
}
.error {
background-color: #FFDD00 !important;
color: #000000;
}
.success {
background-color: #CCFF99 !important;
color: #000000;
}
.jrform .field-hilight {
background-color: #FFDD00;
}
/* core_form_element.css */
.jrform .form_radio {
}
.jrform .form_radio_option {
display: inline;
padding-right: 32px;
}
.jrform .form_textarea {
color: #000000;
font-size: 14px;
width: 75%;
height: 100px;
padding: 5px; /* @ignore */
margin: 0 2px; /* @ignore */
background-color: #FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #7F7F7F;
border-radius: 4px;
}
.jrform textarea:focus {
border-width: 1px;
border-style: solid;
border-color: #000000;
background-color: #EEEEEE;
}
.jrform .form_checkbox {
font-size: 16px;
margin: 7px 3px 3px 3px;
border-radius: 4px;
}
.jrform .form_option_list_text {
font-size: 14px;
}
.jrform .form_element_disabled {
border-width: 1px;
border-style: solid;
border-color: #DDDDDD;
background: #FFFFFF;
color: #AAAAAA;
}
/* core_form_input.css */
.jrform .form_text {
color: #000000;
font-size: 14px;
height: 24px;
line-height: 24px;
width: 75%;
padding: 0 4px; /* @ignore */
margin: 0 2px; /* @ignore */
background-color: #FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #7F7F7F;
border-radius: 4px;
}
.jrform .form_date {
color: #000000;
font-size: 14px;
height: 24px;
line-height: 24px;
width: 26%;
padding: 0 4px; /* @ignore */
margin: 0 2px; /* @ignore */
background-color: #FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #7F7F7F;
border-radius: 4px;
}
.jrform input:focus {
border-width: 1px;
border-style: solid;
border-color: #000000;
background-color: #EEEEEE;
}
.jrform .form_text[disabled="disabled"],
.jrform .form_text[readonly="readonly"] {
background: #DDDDDD;
color: #888888;
}
.jrform .form_text_search {
width: 45%;
}
.jrform .live_search_text {
color: #CCCCCC;
font-style: italic;
}
/* core_form_layout.css */
/* remove Firefox's dotted outlines... */
.jrform :focus {
outline: none;
}
.jrform ::-moz-focus-inner {
border: 0;
}
.jrform form {
margin-bottom: 0;
}
.jrform .element {
}
.jrform .element_left {
background-color: #FFFFFF;
text-align: right;
text-transform: capitalize;
padding: 8px;
width: 25%;
}
.jrform .element_right {
background-color: #FFFFFF;
padding: 6px;
width: 75%;
}
.jrform .element_right a {
color: #222222;
}
.jrform .form_input_left {
height: 30px;
}
.jrform .form_input_right {
}
.jrform .sublabel {
font-size: 11px;
text-transform: none;
}
.jrform .form_help_button {
float: right;
}
.jrform .form_help {
background: #FFFFFF;
padding: 9px;
}
.jrform .form_help_drop {
padding-top: 8px;
background: #EDEDED;
width: 100%;
box-shadow: inset 0 3px 5px #888888;
}
.jrform .form_help_drop_left {
width: 95%;
padding: 10px 20px 20px 20px;
font-size: 14px;
text-align: left;
text-transform: none;
}
.jrform .form_help_drop_right {
width: 5%;
padding: 10px 20px 20px 20px;
}
.jrform .form_help_default {
display: inline-block;
margin-top: 12px;
}
.jrform .form_help_small {
display: inline-block;
font-size: 9px;
margin-top: 12px;
color: #999999;
font-style: italic;
}
.jrform .form_submit_box {
background-color: #FFFFFF;
padding-top: 12px;
}
.jrform .form_submit_section {
background: #EDEDED;
border: 1px solid #DDDDDD;
padding: 10px;
text-align: center;
}
.jrform #form_submit_indicator {
display: none;
margin-right: 10px;
vertical-align: middle;
}
/* core_banner.css */
.jrform .page_banner_box {
background-color: #FFFFFF;
}
.jrform .page_banner {
border-width: 1px;
border-style: solid;
border-color: #DDDDDD;
margin-bottom: 12px; /* @ignore */
border-spacing: 0;
}
.jrform .page_banner_icon {
background-color: #EDEDED;
width: 1%;
padding: 8px 0 8px 8px; /* @ignore */
}
.jrform .page_banner_left {
height: 40px;
text-align: left;
background-color: #EDEDED;
padding: 6px 18px;
font-size: 18px;
font-weight: bold;
text-transform: capitalize;
white-space: nowrap;
}
.jrform .page_banner_right {
background-color: #EDEDED;
padding: 6px 12px; /* @ignore */
text-align: right;
}
.jrform .page_table {
border-spacing: 1px;
background-color: #BBBBBB;
width: 100%;
margin-bottom: 12px;
}
.jrform table {
width: 100%;
}
.jrform .page_table_header {
background-color: #EDEDED;
text-align: center;
padding: 6px;
font-size: 12px;
font-weight: bold;
text-transform: capitalize;
color: #000000;
white-space: nowrap;
}
.jrform .page_table_footer {
background-color: #E8EAEB;
text-align: center;
padding: 6px;
font-size: 12px;
text-transform: capitalize;
color: #000000;
white-space: nowrap;
}
.jrform .page_table_row {
background-color: #F5F5F5;
}
.jrform .page_table_row_alt {
background-color: #FBFBFB;
}
.jrform .page_table_cell {
padding: 5px;
font-size: 12px;
color: #000000;
}
.jrform .page_table_pager {
background-color: #FFFFFF;
}
.jrform .page_table_pager_left {
width: 25%;
padding: 5px;
}
.jrform .page_table_pager_center {
text-align: center;
width: 50%;
padding: 5px;
font-size: 11px;
}
.jrform .page_table_pager_right {
text-align: right;
width: 25%;
padding: 5px;
}
.jrform .page_table_jumper {
width: 50px;
}
.jrform .page_table_notice {
text-align: center;
line-height: 32px;
font-size: 14px;
}
/* core_form_select.css */
.jrform .form_select {
color: #000000;
font-size: 14px;
width: 76%;
padding: 3px; /* @ignore */
margin: 2px; /* @ignore */
background-color: #FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #7F7F7F;
border-radius: 4px;
}
.jrform .form_select_multiple {
}
.jrform .form_select_and_text_select {
width: 30%;
margin-right: 12px;
}
.jrform .form_select_and_text_text {
width: 30%;
}
.jrform .form_select_item_jumper {
width: 40%;
}
.jrform .form_admin_search {
width: 35%;
font-style: italic;
color: #AAAAAA;
}
.jrform select:focus {
border-width: 1px;
border-style: solid;
border-color: #000000;
background-color: #EEEEEE;
}
.jrform .form_time {
margin-left: 12px;
width: 15%;
min-width: 95px;
}
.jrform .form_button {
color: #484848;
text-decoration: none;
text-transform: capitalize;
text-shadow: 0 1px 0 #FFFFFF;
font: bold 12px Verdana, sans-serif;
line-height: 28px;
height: 28px;
padding: 0 7px;
margin: 0 2px;
background: #F0F0F0;
border: solid 1px #7F7F7F;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
vertical-align: middle;
}
.jrform .anchor_button {
padding: 5px 9px;
}
.jrform .form_button:hover {
color: #282828;
text-shadow: 0 0 0 #FFFFFF;
border: 1px solid #666666;
box-shadow: inset 0 0 1px 1px #777777;
}
.jrform .form_button_disabled {
color: #A4A4A4;
border: solid 1px #AFAFAF;
}
.jrform .form_button_disabled:hover {
color: #A4A4A4;
background: #F0F0F0;
border: solid 1px #AFAFAF;
}
.jrform .form_button a,
.jrform .form_button_anchor a,
.jrform .form_button_anchor:hover a {
text-decoration: none;
}
/* .page_content is needed for the re-order pages eg: site.com/page/item_display_order */
.page_content table {
border-spacing: 0;
}
.simplemodal-container .page_banner_box,
.page_content .page_banner_box {
background-color: #FFFFFF;
}
.simplemodal-container .page_banner,
.page_content .page_banner {
border-width: 1px;
border-style: solid;
border-color: #DDDDDD;
margin-bottom: 12px; /* @ignore */
}
.simplemodal-container .page_banner_icon,
.page_content .page_banner_icon {
background-color: #EDEDED;
width: 1%;
padding: 8px 0 8px 8px; /* @ignore */
}
.simplemodal-container .page_banner_left,
.page_content .page_banner_left {
height: 40px;
text-align: left;
background-color: #EDEDED;
padding: 6px 18px;
font-size: 18px;
font-weight: bold;
text-transform: capitalize;
white-space: nowrap;
}
.simplemodal-container .page_banner_right,
.page_content .page_banner_right {
background-color: #EDEDED;
padding: 6px 12px; /* @ignore */
text-align: right;
}
/* core_base.css */
.page_content .block_config {
float: right;
margin-top: 6px;
white-space: nowrap;
}
.page_content .block_image {
margin: 0 auto;
padding-right: 6px;
}
.page_content .block_content {
padding: 0;
margin: 0 auto;
}
.page_content .form_submit_box {
background-color: #FFFFFF;
padding-top: 12px;
}
.page_content .form_submit_section {
background: #EDEDED;
border: 1px solid #DDDDDD;
padding: 10px;
text-align: center;
}
.page_content #form_submit_indicator {
display: none;
margin-right: 10px;
vertical-align: middle;
}
.page_content .form_button {
color: #484848;
text-decoration: none;
text-transform: capitalize;
text-shadow: 0 1px 0 #FFFFFF;
font: bold 12px Verdana, sans-serif;
line-height: 28px;
height: 28px;
padding: 0 7px;
margin: 0 2px;
background: #F0F0F0;
border: solid 1px #7F7F7F;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
vertical-align: middle;
}
.page_content .anchor_button {
padding: 5px 9px;
}
.page_content .form_button:hover {
color: #282828;
text-shadow: 0 0 0 #FFFFFF;
border: 1px solid #666666;
box-shadow: inset 0 0 1px 1px #777777;
}
.page_content .form_button_disabled {
color: #A4A4A4;
border: solid 1px #AFAFAF;
}
.page_content .form_button_disabled:hover {
color: #A4A4A4;
background: #F0F0F0;
border: solid 1px #AFAFAF;
}
.page_content .form_button a,
.page_content .form_button_anchor a,
.page_content .form_button_anchor:hover a {
text-decoration: none;
}
.page_content .element_left {
background-color: #FFFFFF;
text-align: right;
text-transform: capitalize;
padding: 8px;
width: 25%;
}
.page_content .element_right {
background-color: #FFFFFF;
padding: 6px;
width: 75%;
}
.page_content .sublabel {
font-size: 11px;
text-transform: none;
}
/* tabs override */
/* might be better to just bring in the jrElastic tabs styles */
/* we dont get to do the fancy bootstrap nav stuff anyway */
.jrform .page_content .page_tab_bar {
padding-left: 0;
margin-bottom: 0;
margin-left: 0;
list-style: none;
}
.jrform .page_content .page_tab_bar:before,
.jrform .page_content .page_tab_bar:after {
display: table;
content: " ";
}
.jrform .page_content .page_tab_bar:after {
clear: both;
}
.jrform .page_content .nav:before,
.jrform .page_content .page_tab_bar:after {
display: table;
content: " ";
}
.jrform .page_content .page_tab_bar:after {
clear: both;
}
.jrform .page_content .page_tab_bar > li {
position: relative;
display: block;
}
.jrform .page_content .page_tab_bar > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.jrform .page_content .page_tab_bar > li > a:hover,
.jrform .page_content .page_tab_bar > li > a:focus {
text-decoration: none;
background-color: #444444;
}
.jrform .page_content .page_tab_bar {
border-bottom: 1px solid #DDDDDD;
}
.jrform .page_content .page_tab_bar > li {
float: left;
margin-bottom: -1px;
}
.jrform .page_content .page_tab_bar > li > a {
margin-right: 2px;
line-height: 1.428;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.jrform .page_content .page_tab_bar > li > a:hover {
border-color: #EEEEEE #EEEEEE #DDDDDD;
}
.jrform .page_content .page_tab_bar > li.page_tab_active > a {
color: #555555;
cursor: default;
background-color: #FFFFFF;
border: 1px solid #444444;
border-bottom-color: transparent;
}
.jrform .page_content .page_tab_bar > li.page_tab_active > a:hover,
.jrform .page_content .page_tab_bar > li.page_tab_active > a:focus {
background-color: #444444;
color: #FFFFFF;
}
/* core_tabs */
.jrform .page_tab_bar_holder {
width: 100%;
background-color: #FFFFFF;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
}
.jrform .page_tab_bar_spacer {
height: 10px;
background-color: #FFFFFF;
}
.jrform .page_tab_bar {
padding-left: 0;
}
.jrform .page_tab a {
background-color: #DDDDDD;
}
.jrform .page_tab {
float: left;
list-style: none;
margin-left: 9px; /* @ignore */
color: #000000;
text-decoration: none;
text-transform: capitalize;
font: 14px Verdana, sans-serif;
text-align: center;
cursor: pointer;
border-radius: 5px 5px 0 0; /* @ignore */
}
.jrform .page_tab a:hover {
background-color: #444444;
color: #FFFFFF;
text-decoration: none;
}
.jrform .page_tab a:hover a {
color: #FFFFFF;
text-decoration: none;
}
.jrform .page_tab a {
padding: 6px 10px; /* @ignore */
display: block;
color: #000000;
text-decoration: none;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.jrform .page_tab_first {
margin-left: 5px;
}
.jrform .page_tab_last {
}
.jrform .page_tab_active {
color: #000000;
margin-bottom: -1px;
text-decoration: none;
}
.jrform .page_tab_active a {
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
border-bottom: 0 solid transparent;
color: #000000;
background: #FFFFFF;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.jrform .page_tab_active a:hover {
color: #FFFFFF;
text-decoration: none;
}
.jrform .page_content .page_tab_bar {
border-bottom: none;
}
.jrform .page_tab a {
border-bottom: 1px solid #999999;
}
.jrform .page_tab_active a {
border-bottom: 1px solid transparent;
}
.jrform .page_content .page_tab_bar > li > a {
line-height: 1em;
}
.jrform .page_section_header {
background-color: #EEEEEE;
border-width: 1px;
border-style: solid;
border-color: #DDDDDD;
font-size: 14px;
text-align: center;
text-transform: lowercase;
font-variant: small-caps;
padding: 6px;
margin: 6px 0 8px 0; /* @ignore */
} | 0.422028 | 0.074635 |
.css3-notification {
font-size: .8em;
text-align: center;
padding: 10px;
background-color: #111;
color: #fff;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .3);
text-transform: uppercase;
position: relative;
font-weight: bold;
-webkit-animation: bounce 1.2s ease-out;
-moz-animation: bounce 800ms ease-out;
-o-animation: bounce 800ms ease-out;
animation: bounce 1.2s ease-out;
}
/* Webkit, Chrome and Safari */
@-webkit-keyframes bounce {
0% {
-webkit-transform:translateY(-100%);
}
5% {
-webkit-transform:translateY(-100%);
}
15% {
-webkit-transform:translateY(0);
padding: 4px auto;
}
20% {
-webkit-transform:translateY(-80%);
}
25% {
-webkit-transform:translateY(0%);
padding: 4px auto;
}
30% {
-webkit-transform:translateY(-70%);
}
35% {
-webkit-transform:translateY(0%);
padding: 5px auto;
}
40% {
-webkit-transform:translateY(-60%);
}
45% {
-webkit-transform:translateY(0%);
padding: 5px auto;
}
50% {
-webkit-transform:translateY(-50%);
}
55% {
-webkit-transform:translateY(0%);
padding: 6px auto;
}
60% {
-webkit-transform:translateY(-30%);
}
65% {
-webkit-transform:translateY(0%);
padding: 6px auto;
}
70% {
-webkit-transform:translateY(-15%);
}
75% {
-webkit-transform:translateY(0);
padding: 8px auto;
}
80% {
-webkit-transform:translateY(-10%);
}
85% {
-webkit-transform:translateY(0);
padding: 8px auto;
}
90% {
-webkit-transform:translateY(-5%);
}
95% {
-webkit-transform:translateY(0);
padding: 10px;
}
100% {
-webkit-transform:translateY(0);
padding: 10px;
}
}
/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
0% {
-moz-transform:translateY(-100%);
opacity: 0;
}
5% {
-moz-transform:translateY(-100%);
opacity: 0;
}
15% {
-moz-transform:translateY(0);
padding-bottom: 5px;
}
30% {
-moz-transform:translateY(-50%);
}
40% {
-moz-transform:translateY(0%);
padding-bottom: 6px;
}
50% {
-moz-transform:translateY(-30%);
}
70% {
-moz-transform:translateY(0%);
padding-bottom: 7px;
}
80% {
-moz-transform:translateY(-15%);
}
90% {
-moz-transform:translateY(0%);
padding-bottom: 8px;
}
95% {
-moz-transform:translateY(-10%);
}
97% {
-moz-transform:translateY(0%);
padding-bottom: 9px;
}
99% {
-moz-transform:translateY(-5%);
}
100% {
-moz-transform:translateY(0);
padding-bottom: 9px;
opacity: 1;
}
}
/* Opera 12.0 */
@-o-keyframes bounce {
0% {
-o-transform:translateY(-100%);
opacity: 0;
}
5% {
-o-transform:translateY(-100%);
opacity: 0;
}
15% {
-o-transform:translateY(0);
padding-bottom: 5px;
}
30% {
-o-transform:translateY(-50%);
}
40% {
-o-transform:translateY(0%);
padding-bottom: 6px;
}
50% {
-o-transform:translateY(-30%);
}
70% {
-o-transform:translateY(0%);
padding-bottom: 7px;
}
80% {
-o-transform:translateY(-15%);
}
90% {
-o-transform:translateY(0%);
padding-bottom: 8px;
}
95% {
-o-transform:translateY(-10%);
}
97% {
-o-transform:translateY(0%);
padding-bottom: 9px;
}
99% {
-o-transform:translateY(-5%);
}
100% {
-o-transform:translateY(0);
padding-bottom: 9px;
opacity: 1;
}
}
/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
0% {
transform:translateY(-100%);
opacity: 0;
}
5% {
transform:translateY(-100%);
opacity: 0;
}
15% {
transform:translateY(0);
padding-bottom: 5px;
}
30% {
transform:translateY(-50%);
}
40% {
transform:translateY(0%);
padding-bottom: 6px;
}
50% {
transform:translateY(-30%);
}
70% {
transform:translateY(0%);
padding-bottom: 7px;
}
80% {
transform:translateY(-15%);
}
90% {
transform:translateY(0%);
padding-bottom: 8px;
}
95% {
transform:translateY(-7%);
}
97% {
transform:translateY(0%);
padding-bottom: 9px;
}
99% {
transform:translateY(-3%);
}
100% {
transform:translateY(0);
padding-bottom: 9px;
opacity: 1;
}
} | themes/backend/css/modal-animations.css | .css3-notification {
font-size: .8em;
text-align: center;
padding: 10px;
background-color: #111;
color: #fff;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .3);
text-transform: uppercase;
position: relative;
font-weight: bold;
-webkit-animation: bounce 1.2s ease-out;
-moz-animation: bounce 800ms ease-out;
-o-animation: bounce 800ms ease-out;
animation: bounce 1.2s ease-out;
}
/* Webkit, Chrome and Safari */
@-webkit-keyframes bounce {
0% {
-webkit-transform:translateY(-100%);
}
5% {
-webkit-transform:translateY(-100%);
}
15% {
-webkit-transform:translateY(0);
padding: 4px auto;
}
20% {
-webkit-transform:translateY(-80%);
}
25% {
-webkit-transform:translateY(0%);
padding: 4px auto;
}
30% {
-webkit-transform:translateY(-70%);
}
35% {
-webkit-transform:translateY(0%);
padding: 5px auto;
}
40% {
-webkit-transform:translateY(-60%);
}
45% {
-webkit-transform:translateY(0%);
padding: 5px auto;
}
50% {
-webkit-transform:translateY(-50%);
}
55% {
-webkit-transform:translateY(0%);
padding: 6px auto;
}
60% {
-webkit-transform:translateY(-30%);
}
65% {
-webkit-transform:translateY(0%);
padding: 6px auto;
}
70% {
-webkit-transform:translateY(-15%);
}
75% {
-webkit-transform:translateY(0);
padding: 8px auto;
}
80% {
-webkit-transform:translateY(-10%);
}
85% {
-webkit-transform:translateY(0);
padding: 8px auto;
}
90% {
-webkit-transform:translateY(-5%);
}
95% {
-webkit-transform:translateY(0);
padding: 10px;
}
100% {
-webkit-transform:translateY(0);
padding: 10px;
}
}
/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
0% {
-moz-transform:translateY(-100%);
opacity: 0;
}
5% {
-moz-transform:translateY(-100%);
opacity: 0;
}
15% {
-moz-transform:translateY(0);
padding-bottom: 5px;
}
30% {
-moz-transform:translateY(-50%);
}
40% {
-moz-transform:translateY(0%);
padding-bottom: 6px;
}
50% {
-moz-transform:translateY(-30%);
}
70% {
-moz-transform:translateY(0%);
padding-bottom: 7px;
}
80% {
-moz-transform:translateY(-15%);
}
90% {
-moz-transform:translateY(0%);
padding-bottom: 8px;
}
95% {
-moz-transform:translateY(-10%);
}
97% {
-moz-transform:translateY(0%);
padding-bottom: 9px;
}
99% {
-moz-transform:translateY(-5%);
}
100% {
-moz-transform:translateY(0);
padding-bottom: 9px;
opacity: 1;
}
}
/* Opera 12.0 */
@-o-keyframes bounce {
0% {
-o-transform:translateY(-100%);
opacity: 0;
}
5% {
-o-transform:translateY(-100%);
opacity: 0;
}
15% {
-o-transform:translateY(0);
padding-bottom: 5px;
}
30% {
-o-transform:translateY(-50%);
}
40% {
-o-transform:translateY(0%);
padding-bottom: 6px;
}
50% {
-o-transform:translateY(-30%);
}
70% {
-o-transform:translateY(0%);
padding-bottom: 7px;
}
80% {
-o-transform:translateY(-15%);
}
90% {
-o-transform:translateY(0%);
padding-bottom: 8px;
}
95% {
-o-transform:translateY(-10%);
}
97% {
-o-transform:translateY(0%);
padding-bottom: 9px;
}
99% {
-o-transform:translateY(-5%);
}
100% {
-o-transform:translateY(0);
padding-bottom: 9px;
opacity: 1;
}
}
/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
0% {
transform:translateY(-100%);
opacity: 0;
}
5% {
transform:translateY(-100%);
opacity: 0;
}
15% {
transform:translateY(0);
padding-bottom: 5px;
}
30% {
transform:translateY(-50%);
}
40% {
transform:translateY(0%);
padding-bottom: 6px;
}
50% {
transform:translateY(-30%);
}
70% {
transform:translateY(0%);
padding-bottom: 7px;
}
80% {
transform:translateY(-15%);
}
90% {
transform:translateY(0%);
padding-bottom: 8px;
}
95% {
transform:translateY(-7%);
}
97% {
transform:translateY(0%);
padding-bottom: 9px;
}
99% {
transform:translateY(-3%);
}
100% {
transform:translateY(0);
padding-bottom: 9px;
opacity: 1;
}
} | 0.183557 | 0.071559 |
*,
*::before,
*::after {
box-sizing: border-box;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
list-style: none;
}
/* Set core root defaults */
html:focus-within {
scroll-behavior: smooth;
}
/* Set core body defaults */
body {
min-height: 100vh;
text-rendering: optimizeSpeed;
line-height: 1.45;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img,
picture {
max-width: 100%;
display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
html:focus-within {
scroll-behavior: auto;
}
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
/*
Burner.kiwi styles
*/
:root {
--background-color: black;
--primary-text-color: white;
--message-text-color: #1f2937;
--space-1: 4px;
--space-2: 8px;
--space-3: 12px;
--space-4: 16px;
--space-5: 20px;
--space-6: 24px;
--space-7: 28px;
--space-8: 32px;
--space-9: 36px;
--space-10: 40px;
--space-11: 44px;
--space-16: 64px;
--space-24: 96px;
--btn-background-color: #181819;
--btn-icon-color: white;
--message-container-border-color: transparent;
--blue: #2563eb;
--light-blue: #3b82f6;
--red: #dc2626;
--yellow: #d97706;
--green: #059669;
--indigo: #4f46e5;
--purple: #7c3aed;
--pink: #db2777;
--rather-light-grey: #6b7280;
--scrollbar-color: dark;
}
@media (prefers-color-scheme: light) {
:root {
--background-color: #f3f4f6;
--primary-text-color: #1f2937;
--btn-background-color: #e5e7eb;
--btn-icon-color: #1f2937;
--message-container-border-color: #9ca3af;
--scrollbar-color: light;
}
}
.bg-red {
background-color: var(--red);
}
.bg-yellow {
background-color: var(--yellow);
}
.bg-green {
background-color: var(--green);
}
.bg-indigo {
background-color: var(--indigo);
}
.bg-purple {
background-color: var(--purple);
}
.bg-pink {
background-color: var(--pink);
}
html {
font-family: "Roboto", Arial, Helvetica, sans-serif;
height: 100%;
background-color: var(--background-color);
}
body {
height: 100%;
}
.content {
height: 100%;
color: var(--primary-text-color);
}
.sidebar.hide,
.email-display.hide {
display: none;
}
.sidebar {
padding: var(--space-3);
display: grid;
grid-template-rows: max-content auto 40px;
min-height: 100%;
}
.roger {
width: 200px;
}
.inbox-details {
margin-top: var(--space-2);
}
.inbox-address {
font-size: 2rem;
font-weight: 500;
}
.action-buttons {
display: flex;
justify-content: flex-start;
margin-top: var(--space-2);
}
.action-btn {
width: 32px;
height: 32px;
background-color: var(--btn-background-color);
margin-right: var(--space-3);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}
.action-btn > svg {
fill: var(--btn-icon-color);
}
.action-btn:hover,
.action-btn:focus {
background-color: var(--blue);
}
.action-btn:hover > svg,
.action-btn:focus > svg {
fill: white;
}
.no-emails {
text-align: center;
padding-top: var(--space-8);
}
.sidebar-info p {
text-align: center;
}
.sidebar-info a {
color: var(--primary-text-color);
}
.sidebar-emails {
margin-top: var(--space-9);
padding-bottom: var(--space-9);
}
.sidebar-email {
border-radius: 8px;
background-color: var(--btn-background-color);
padding: var(--space-3);
display: grid;
grid-template-columns: 40px auto;
text-decoration: none;
color: inherit;
margin-bottom: var(--space-3);
}
.sidebar-email.active {
background-color: var(--blue);
color: white;
}
.sidebar-email.active,
.sidebar-email:hover.active,
.sidebar-email:focus.active {
background-color: var(--blue);
color: white;
}
.sidebar-email:hover,
.sidebar-email:focus {
background-color: var(--light-blue);
color: white;
}
.email-avatar {
margin-top: var(--space-1);
border-radius: 50%;
width: 32px;
height: 32px;
display: flex;
justify-content: center;
align-items: center;
}
.email-avatar > p {
color: white;
font-weight: 900;
font-size: 1.25rem;
}
.sidebar-email-details {
padding-left: var(--space-1);
}
.sidebar-email-from {
font-weight: 700;
}
.sidebar-email-time {
font-size: 0.75rem;
opacity: 60%;
}
.sidebar-email-subject,
.sidebar-email-from {
overflow: hidden;
max-width: 300px;
text-overflow: ellipsis;
white-space: nowrap;
}
.email-display {
height: 100%;
overflow: hidden;
}
.message-container {
border-top-left-radius: 16px;
border-top-right-radius: 16px;
border-top: 1px solid transparent;
margin-top: var(--space-4);
background-color: white;
color: var(--message-text-color);
min-height: 100%;
padding: var(--space-4);
display: flex;
flex-direction: column;
}
.message-back {
display: flex;
align-items: center;
text-decoration: none;
color: var(--primary-text-color);
margin-top: var(--space-3);
}
.message-back > svg {
fill: var(--btn-icon-color);
}
.message-details {
display: none;
}
.message-details-mobile {
display: grid;
grid-template-columns: 40px auto;
}
.message-subject {
margin-bottom: var(--space-5);
line-height: var(--space-8);
}
.message-time {
font-weight: 200;
}
.message-content {
flex: 1;
width: 100%;
}
.message-content.html {
padding-top: var(--space-6);
padding-bottom: var(--space-10);
}
.message-content.plain {
margin-top: var(--space-6);
margin-bottom: var(--space-9);
overflow: scroll;
}
.message-content iframe {
border: none;
height: 100%;
width: 100%;
}
.message-content pre {
font-family: inherit;
height: 0px; /*TODO: why does this work?*/
width: 100%;
white-space: pre-wrap;
}
.background-blur {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
}
.modal {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: min(85%, 500px);
height: 320px;
margin: auto;
background-color: white;
border-radius: 8px;
display: flex;
flex-direction: column;
}
.modal-top-row {
display: flex;
justify-content: space-between;
}
.modal-top-row a {
margin-top: var(--space-2);
margin-right: var(--space-2);
}
.modal-heading {
margin-left: var(--space-4);
margin-top: var(--space-4);
}
.modal-content {
flex: 1;
margin-top: var(--space-4);
margin-left: var(--space-4);
margin-right: var(--space-8);
}
.modal-button-row {
display: flex;
justify-content: flex-end;
margin-bottom: var(--space-4);
margin-right: var(--space-4);
}
.modal-button-row > *:first-child {
margin-right: var(--space-4);
}
.button {
cursor: pointer;
border: 2px solid transparent;
border-radius: 8px;
width: 80px;
height: 50px;
font-weight: 500;
background-color: white;
color: var(--blue);
border-color: var(--blue);
}
.button:hover {
background-color: var(--blue);
color: white;
}
.button.danger {
color: var(--red);
border-color: var(--red);
}
.button.danger:hover {
background-color: var(--red);
color: white;
}
.button.skeleton {
border-color: transparent;
background-color: transparent;
text-decoration: underline;
color: black;
}
.button.skeleton:hover {
border-color: black;
text-decoration: none;
}
.address-builder-field {
display: flex;
border: 1px solid#D1D5DB;
border-radius: 8px;
margin-top: var(--space-4);
margin-bottom: var(--space-4);
overflow: hidden;
}
.address-builder-field input {
border: none;
margin-left: var(--space-4);
}
.address-builder-icon {
display: flex;
align-items: center;
padding: var(--space-1);
background-color: #d1d5db;
}
.address-builder-icon svg {
fill: white;
}
.address-builder-field-select {
display: block;
cursor: pointer;
border: none;
background-color: white;
margin-left: 13px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
width: 100%;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml;base64,<KEY>");
background-repeat: no-repeat;
background-position: right;
background-size: 24px;
}
.address-builder-err {
color: var(--red);
}
@media (min-width: 62rem) {
.email-display.hide {
display: block;
}
.sidebar.hide {
display: grid;
}
.message-details-container-mobile,
.message-details-mobile,
.message-back {
display: none;
}
.content {
display: grid;
grid-template-columns: minmax(460px, 30%) minmax(500px, 70%);
overflow: hidden;
}
.roger {
width: 250px;
}
.sidebar {
overflow: auto;
padding-top: var(--space-6);
padding-left: var(--space-5);
padding-right: var(--space-4);
scrollbar-width: none;
transform: translateY(0px);
transition: transform 1s ease-in-out;
}
.sidebar-email:hover {
box-shadow: 0 10px 24px hsla(0, 0%, 0%, 0.2);
}
.action-buttons {
justify-content: flex-end;
}
.action-btn {
margin-right: 0;
margin-left: var(--space-3);
}
.inbox-address {
font-size: 2.25rem;
}
.email-display {
padding: var(--space-5);
}
.message-container {
height: 100%;
border-bottom-left-radius: 16px;
border-bottom-right-radius: 16px;
margin: 0;
}
.message-container-empty {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.message-container-empty svg {
display: block;
margin-left: auto;
margin-right: auto;
fill: var(--rather-light-grey);
}
.message-container-empty p {
margin-top: var(--space-6);
color: var(--rather-light-grey);
}
.message-details {
display: grid;
grid-template-columns: [avatar] 64px [subject] auto [etc] 45px;
grid-template-rows: [headline] auto [details] auto;
margin-left: var(--space-8);
margin-top: var(--space-8);
}
.message-details .email-avatar {
width: 40px;
height: 40px;
margin-top: 0;
grid-row: headline;
grid-column: avatar;
}
.message-details .email-avatar > p {
font-size: 1.75rem;
text-transform: uppercase;
}
.message-subject {
font-size: 2rem;
grid-row: headline;
grid-column: subject;
margin-bottom: var(--space-3);
}
.message-content.html {
padding-left: var(--space-8);
}
.etc-dots {
width: 32px;
height: 32px;
grid-row: headline;
grid-column: etc;
display: none;
}
.message-from-time-row {
grid-row: details;
grid-column: subject;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.message-from {
margin-right: var(--space-3);
}
.message-content.plain {
padding-left: var(--space-24);
}
.message-content pre {
height: 100%;
}
.modal-heading {
margin-left: var(--space-4);
margin-top: var(--space-5);
}
}
.visually-hidden {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
} | burner/static/styles.css | *,
*::before,
*::after {
box-sizing: border-box;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
list-style: none;
}
/* Set core root defaults */
html:focus-within {
scroll-behavior: smooth;
}
/* Set core body defaults */
body {
min-height: 100vh;
text-rendering: optimizeSpeed;
line-height: 1.45;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img,
picture {
max-width: 100%;
display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
html:focus-within {
scroll-behavior: auto;
}
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
/*
Burner.kiwi styles
*/
:root {
--background-color: black;
--primary-text-color: white;
--message-text-color: #1f2937;
--space-1: 4px;
--space-2: 8px;
--space-3: 12px;
--space-4: 16px;
--space-5: 20px;
--space-6: 24px;
--space-7: 28px;
--space-8: 32px;
--space-9: 36px;
--space-10: 40px;
--space-11: 44px;
--space-16: 64px;
--space-24: 96px;
--btn-background-color: #181819;
--btn-icon-color: white;
--message-container-border-color: transparent;
--blue: #2563eb;
--light-blue: #3b82f6;
--red: #dc2626;
--yellow: #d97706;
--green: #059669;
--indigo: #4f46e5;
--purple: #7c3aed;
--pink: #db2777;
--rather-light-grey: #6b7280;
--scrollbar-color: dark;
}
@media (prefers-color-scheme: light) {
:root {
--background-color: #f3f4f6;
--primary-text-color: #1f2937;
--btn-background-color: #e5e7eb;
--btn-icon-color: #1f2937;
--message-container-border-color: #9ca3af;
--scrollbar-color: light;
}
}
.bg-red {
background-color: var(--red);
}
.bg-yellow {
background-color: var(--yellow);
}
.bg-green {
background-color: var(--green);
}
.bg-indigo {
background-color: var(--indigo);
}
.bg-purple {
background-color: var(--purple);
}
.bg-pink {
background-color: var(--pink);
}
html {
font-family: "Roboto", Arial, Helvetica, sans-serif;
height: 100%;
background-color: var(--background-color);
}
body {
height: 100%;
}
.content {
height: 100%;
color: var(--primary-text-color);
}
.sidebar.hide,
.email-display.hide {
display: none;
}
.sidebar {
padding: var(--space-3);
display: grid;
grid-template-rows: max-content auto 40px;
min-height: 100%;
}
.roger {
width: 200px;
}
.inbox-details {
margin-top: var(--space-2);
}
.inbox-address {
font-size: 2rem;
font-weight: 500;
}
.action-buttons {
display: flex;
justify-content: flex-start;
margin-top: var(--space-2);
}
.action-btn {
width: 32px;
height: 32px;
background-color: var(--btn-background-color);
margin-right: var(--space-3);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}
.action-btn > svg {
fill: var(--btn-icon-color);
}
.action-btn:hover,
.action-btn:focus {
background-color: var(--blue);
}
.action-btn:hover > svg,
.action-btn:focus > svg {
fill: white;
}
.no-emails {
text-align: center;
padding-top: var(--space-8);
}
.sidebar-info p {
text-align: center;
}
.sidebar-info a {
color: var(--primary-text-color);
}
.sidebar-emails {
margin-top: var(--space-9);
padding-bottom: var(--space-9);
}
.sidebar-email {
border-radius: 8px;
background-color: var(--btn-background-color);
padding: var(--space-3);
display: grid;
grid-template-columns: 40px auto;
text-decoration: none;
color: inherit;
margin-bottom: var(--space-3);
}
.sidebar-email.active {
background-color: var(--blue);
color: white;
}
.sidebar-email.active,
.sidebar-email:hover.active,
.sidebar-email:focus.active {
background-color: var(--blue);
color: white;
}
.sidebar-email:hover,
.sidebar-email:focus {
background-color: var(--light-blue);
color: white;
}
.email-avatar {
margin-top: var(--space-1);
border-radius: 50%;
width: 32px;
height: 32px;
display: flex;
justify-content: center;
align-items: center;
}
.email-avatar > p {
color: white;
font-weight: 900;
font-size: 1.25rem;
}
.sidebar-email-details {
padding-left: var(--space-1);
}
.sidebar-email-from {
font-weight: 700;
}
.sidebar-email-time {
font-size: 0.75rem;
opacity: 60%;
}
.sidebar-email-subject,
.sidebar-email-from {
overflow: hidden;
max-width: 300px;
text-overflow: ellipsis;
white-space: nowrap;
}
.email-display {
height: 100%;
overflow: hidden;
}
.message-container {
border-top-left-radius: 16px;
border-top-right-radius: 16px;
border-top: 1px solid transparent;
margin-top: var(--space-4);
background-color: white;
color: var(--message-text-color);
min-height: 100%;
padding: var(--space-4);
display: flex;
flex-direction: column;
}
.message-back {
display: flex;
align-items: center;
text-decoration: none;
color: var(--primary-text-color);
margin-top: var(--space-3);
}
.message-back > svg {
fill: var(--btn-icon-color);
}
.message-details {
display: none;
}
.message-details-mobile {
display: grid;
grid-template-columns: 40px auto;
}
.message-subject {
margin-bottom: var(--space-5);
line-height: var(--space-8);
}
.message-time {
font-weight: 200;
}
.message-content {
flex: 1;
width: 100%;
}
.message-content.html {
padding-top: var(--space-6);
padding-bottom: var(--space-10);
}
.message-content.plain {
margin-top: var(--space-6);
margin-bottom: var(--space-9);
overflow: scroll;
}
.message-content iframe {
border: none;
height: 100%;
width: 100%;
}
.message-content pre {
font-family: inherit;
height: 0px; /*TODO: why does this work?*/
width: 100%;
white-space: pre-wrap;
}
.background-blur {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
}
.modal {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: min(85%, 500px);
height: 320px;
margin: auto;
background-color: white;
border-radius: 8px;
display: flex;
flex-direction: column;
}
.modal-top-row {
display: flex;
justify-content: space-between;
}
.modal-top-row a {
margin-top: var(--space-2);
margin-right: var(--space-2);
}
.modal-heading {
margin-left: var(--space-4);
margin-top: var(--space-4);
}
.modal-content {
flex: 1;
margin-top: var(--space-4);
margin-left: var(--space-4);
margin-right: var(--space-8);
}
.modal-button-row {
display: flex;
justify-content: flex-end;
margin-bottom: var(--space-4);
margin-right: var(--space-4);
}
.modal-button-row > *:first-child {
margin-right: var(--space-4);
}
.button {
cursor: pointer;
border: 2px solid transparent;
border-radius: 8px;
width: 80px;
height: 50px;
font-weight: 500;
background-color: white;
color: var(--blue);
border-color: var(--blue);
}
.button:hover {
background-color: var(--blue);
color: white;
}
.button.danger {
color: var(--red);
border-color: var(--red);
}
.button.danger:hover {
background-color: var(--red);
color: white;
}
.button.skeleton {
border-color: transparent;
background-color: transparent;
text-decoration: underline;
color: black;
}
.button.skeleton:hover {
border-color: black;
text-decoration: none;
}
.address-builder-field {
display: flex;
border: 1px solid#D1D5DB;
border-radius: 8px;
margin-top: var(--space-4);
margin-bottom: var(--space-4);
overflow: hidden;
}
.address-builder-field input {
border: none;
margin-left: var(--space-4);
}
.address-builder-icon {
display: flex;
align-items: center;
padding: var(--space-1);
background-color: #d1d5db;
}
.address-builder-icon svg {
fill: white;
}
.address-builder-field-select {
display: block;
cursor: pointer;
border: none;
background-color: white;
margin-left: 13px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
width: 100%;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml;base64,<KEY>");
background-repeat: no-repeat;
background-position: right;
background-size: 24px;
}
.address-builder-err {
color: var(--red);
}
@media (min-width: 62rem) {
.email-display.hide {
display: block;
}
.sidebar.hide {
display: grid;
}
.message-details-container-mobile,
.message-details-mobile,
.message-back {
display: none;
}
.content {
display: grid;
grid-template-columns: minmax(460px, 30%) minmax(500px, 70%);
overflow: hidden;
}
.roger {
width: 250px;
}
.sidebar {
overflow: auto;
padding-top: var(--space-6);
padding-left: var(--space-5);
padding-right: var(--space-4);
scrollbar-width: none;
transform: translateY(0px);
transition: transform 1s ease-in-out;
}
.sidebar-email:hover {
box-shadow: 0 10px 24px hsla(0, 0%, 0%, 0.2);
}
.action-buttons {
justify-content: flex-end;
}
.action-btn {
margin-right: 0;
margin-left: var(--space-3);
}
.inbox-address {
font-size: 2.25rem;
}
.email-display {
padding: var(--space-5);
}
.message-container {
height: 100%;
border-bottom-left-radius: 16px;
border-bottom-right-radius: 16px;
margin: 0;
}
.message-container-empty {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.message-container-empty svg {
display: block;
margin-left: auto;
margin-right: auto;
fill: var(--rather-light-grey);
}
.message-container-empty p {
margin-top: var(--space-6);
color: var(--rather-light-grey);
}
.message-details {
display: grid;
grid-template-columns: [avatar] 64px [subject] auto [etc] 45px;
grid-template-rows: [headline] auto [details] auto;
margin-left: var(--space-8);
margin-top: var(--space-8);
}
.message-details .email-avatar {
width: 40px;
height: 40px;
margin-top: 0;
grid-row: headline;
grid-column: avatar;
}
.message-details .email-avatar > p {
font-size: 1.75rem;
text-transform: uppercase;
}
.message-subject {
font-size: 2rem;
grid-row: headline;
grid-column: subject;
margin-bottom: var(--space-3);
}
.message-content.html {
padding-left: var(--space-8);
}
.etc-dots {
width: 32px;
height: 32px;
grid-row: headline;
grid-column: etc;
display: none;
}
.message-from-time-row {
grid-row: details;
grid-column: subject;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.message-from {
margin-right: var(--space-3);
}
.message-content.plain {
padding-left: var(--space-24);
}
.message-content pre {
height: 100%;
}
.modal-heading {
margin-left: var(--space-4);
margin-top: var(--space-5);
}
}
.visually-hidden {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
} | 0.527317 | 0.05715 |
html, body {
width: 100%;
height: 100%;
background-color: black;
font-weight: bold;
font-family: helvetica, sans-serif;
color: white;
margin: 0;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-box-pack: center;
-moz-box-pack: center;
box-align: center;
box-pack: center;
box-orient: vertical;
-moz-box-orient: vertical;
-webkit-box-orient: vertical;
display: -webkit-box;
display: -moz-box;
display: box;
}
#hydra-stage {
width: 320px;
height: 416px;
overflow: hidden;
position: relative;
}
#hydra-stage * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-webkit-text-size-adjust: none;
position: absolute;
cursor: default;
}
#hydra-fps {
position: absolute;
top: 0;
left: 0;
pointer-events: none;
}
.button {
cursor: pointer;
}
/**
* Game specific styles
*/
.ad-banner {
min-width: 320px;
min-height: 48px;
position: relative;
}
.board {
width: 320px;
height: 360px;
overflow: hidden;
background-image: url(grass.png);
border-top: 3px solid #996633;
}
.clock, .score {
font-size: 18pt;
background-color: rgba(0,0,0,0.5);
border: 2px solid black;
padding-left: 4px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.ready, .go {
font-weight: bold;
-webkit-text-stroke: 1px black;
-moz-text-stroke: 1px black;
-ms-text-stroke: 1px black;
-o-text-stroke: 1px black;
text-stroke: 1px black;
}
.ready {
font-size: 36pt;
color: yellow;
}
.go {
font-size: 100pt;
color: lime;
pointer-events: none;
}
.darkness {
background-color: black;
width: 320px;
height: 416px;
}
.score {
width: 150px;
}
.pause-button {
width: 32px;
height: 32px;
background-image: url(pause.png);
}
.paused {
font-size: 30pt;
}
.fader {
width: 320px;
height: 416px;
background-color: black;
}
.clock {
width: 60px;
text-align: center;
}
.block0 {
background-image: url(bug40.png);
width: 40px;
height: 40px;
}
.block1 {
background-image: url(banana40.png);
width: 40px;
height: 40px;
}
.block2 {
background-image: url(orange40.png);
width: 40px;
height: 40px;
}
.block3 {
background-image: url(grapes40.png);
width: 40px;
height: 40px;
}
.floater {
color: #0f0;
font-size: 24pt;
pointer-events: none;
-webkit-text-stroke: 1px black;
-moz-text-stroke: 1px black;
}
.menu-button {
background: #ff5c00 url(button-gradient.png) repeat-x;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
text-shadow: -1px -2px 2px rgba(0, 0, 0, 0.5);
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
font-size: 18pt;
margin: 20px;
padding: 10px 20px 11px;
}
.scene-playing {
background-image: url(wood.png);
width: 100%;
height: 100%;
}
.scene-mainmenu {
background-image: url(grass.png);
width: 100%;
height: 100%;
}
.menu {
top: 220px;
width: 320px;
}
.menu * {
position: static !important;
}
/*.ui-attract {*/
/* pointer-events: none;*/
/*}*/
.credits {
position: absolute;
left: 190px;
top: 380px;
white-space: nowrap;
line-height: 32px;
color: gray;
}
.credits.button-down {
color: white;
}
.logo {
background-image: url(logo.png);
width: 320px;
height: 413px;
pointer-events: none;
}
.punch-button {
background: #4162a8;
border: 1px solid #19253f;
/*border-radius: 5px;*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
-moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
-ms-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
-o-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
color: #fff;
font-family: "helvetica neue", helvetica, arial, sans-serif;
font-weight: bold;
line-height: 1;
margin: 12px auto 10px auto;
text-align: center;
text-shadow: 0px -1px 1px rgba(0, 0, 0, .8);
padding: 10px 0 12px 0;
font-size: 24pt;
width: 200px;
}
.punch-button.button-down {
background: #395591;
/*box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;*/
-webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
-moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
-ms-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
-o-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
margin-top: 16px;
margin-bottom: 6px;
}
.mute-button {
background-image: url(volume-max.png);
width: 40px;
height: 40px;
}
.mute-button.button-down {
background-image: url(volume-mute.png);
}
.scene-orientation {
width: 320px;
height: 416px;
background-color: rgba(0, 0, 0, 0.8);
text-align: center;
}
.scene-orientation :first-child {
position: static !important;
margin-top: 100px;
} | projects/jam/web/static/style.css | html, body {
width: 100%;
height: 100%;
background-color: black;
font-weight: bold;
font-family: helvetica, sans-serif;
color: white;
margin: 0;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-box-pack: center;
-moz-box-pack: center;
box-align: center;
box-pack: center;
box-orient: vertical;
-moz-box-orient: vertical;
-webkit-box-orient: vertical;
display: -webkit-box;
display: -moz-box;
display: box;
}
#hydra-stage {
width: 320px;
height: 416px;
overflow: hidden;
position: relative;
}
#hydra-stage * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-webkit-text-size-adjust: none;
position: absolute;
cursor: default;
}
#hydra-fps {
position: absolute;
top: 0;
left: 0;
pointer-events: none;
}
.button {
cursor: pointer;
}
/**
* Game specific styles
*/
.ad-banner {
min-width: 320px;
min-height: 48px;
position: relative;
}
.board {
width: 320px;
height: 360px;
overflow: hidden;
background-image: url(grass.png);
border-top: 3px solid #996633;
}
.clock, .score {
font-size: 18pt;
background-color: rgba(0,0,0,0.5);
border: 2px solid black;
padding-left: 4px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.ready, .go {
font-weight: bold;
-webkit-text-stroke: 1px black;
-moz-text-stroke: 1px black;
-ms-text-stroke: 1px black;
-o-text-stroke: 1px black;
text-stroke: 1px black;
}
.ready {
font-size: 36pt;
color: yellow;
}
.go {
font-size: 100pt;
color: lime;
pointer-events: none;
}
.darkness {
background-color: black;
width: 320px;
height: 416px;
}
.score {
width: 150px;
}
.pause-button {
width: 32px;
height: 32px;
background-image: url(pause.png);
}
.paused {
font-size: 30pt;
}
.fader {
width: 320px;
height: 416px;
background-color: black;
}
.clock {
width: 60px;
text-align: center;
}
.block0 {
background-image: url(bug40.png);
width: 40px;
height: 40px;
}
.block1 {
background-image: url(banana40.png);
width: 40px;
height: 40px;
}
.block2 {
background-image: url(orange40.png);
width: 40px;
height: 40px;
}
.block3 {
background-image: url(grapes40.png);
width: 40px;
height: 40px;
}
.floater {
color: #0f0;
font-size: 24pt;
pointer-events: none;
-webkit-text-stroke: 1px black;
-moz-text-stroke: 1px black;
}
.menu-button {
background: #ff5c00 url(button-gradient.png) repeat-x;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
text-shadow: -1px -2px 2px rgba(0, 0, 0, 0.5);
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
font-size: 18pt;
margin: 20px;
padding: 10px 20px 11px;
}
.scene-playing {
background-image: url(wood.png);
width: 100%;
height: 100%;
}
.scene-mainmenu {
background-image: url(grass.png);
width: 100%;
height: 100%;
}
.menu {
top: 220px;
width: 320px;
}
.menu * {
position: static !important;
}
/*.ui-attract {*/
/* pointer-events: none;*/
/*}*/
.credits {
position: absolute;
left: 190px;
top: 380px;
white-space: nowrap;
line-height: 32px;
color: gray;
}
.credits.button-down {
color: white;
}
.logo {
background-image: url(logo.png);
width: 320px;
height: 413px;
pointer-events: none;
}
.punch-button {
background: #4162a8;
border: 1px solid #19253f;
/*border-radius: 5px;*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
-moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
-ms-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
-o-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
color: #fff;
font-family: "helvetica neue", helvetica, arial, sans-serif;
font-weight: bold;
line-height: 1;
margin: 12px auto 10px auto;
text-align: center;
text-shadow: 0px -1px 1px rgba(0, 0, 0, .8);
padding: 10px 0 12px 0;
font-size: 24pt;
width: 200px;
}
.punch-button.button-down {
background: #395591;
/*box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;*/
-webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
-moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
-ms-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
-o-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
margin-top: 16px;
margin-bottom: 6px;
}
.mute-button {
background-image: url(volume-max.png);
width: 40px;
height: 40px;
}
.mute-button.button-down {
background-image: url(volume-mute.png);
}
.scene-orientation {
width: 320px;
height: 416px;
background-color: rgba(0, 0, 0, 0.8);
text-align: center;
}
.scene-orientation :first-child {
position: static !important;
margin-top: 100px;
} | 0.308398 | 0.074905 |
html {
height: 100%;
}
body {
min-height: 100%;
font-family: 'Noto Sans', sans-serif;
padding: 0px;
margin: 0px;
/*position: relative;*/
/*padding-bottom: 100px;*/
/* display: table; */
}
/* * {-moz-box-sizing: border-box; box-sizing: border-box;} */
main {
padding-left: 16px;
margin-left: 16px;
padding-top: 0px;
margin-top: 0px;
margin-right: 16px;
padding-right: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}
p {
margin: 0;
padding: 0;
}
a {
color: #00a;
text-decoration: none;
}
a:visited {
color: #00a;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1 {
font-weight: bold;
}
// Needs to be there to activate elements
span {
}
.keyword {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
color: #000;
border-radius: .25em;
background-color: #A2CBFF;
}
#entrytitle {
color: #fff;
}
#entrytitle a {
color: #fff;
}
.plugin-header, .plugin-header a {
color: #007;
}
h2 {
padding-top: 16px;
margin: 0;
font-size: 140%;
color: #005;
}
.description {
color: #333;
}
.details {
margin-top: 12px;
}
.currentstate {
color: #666;
font-size: 90%;
margin-bottom: 12px;
}
.summaryinfo {
color: #000;
font-size: 100%;
margin-bottom: 12px;
margin-top: 12px;
}
#entrylist .authors {
color: #666;
font-size: 90%;
margin-bottom: 9px;
}
#description p {
margin-left: 0px;
}
h3 {
margin-bottom: 3px;
margin-top: 21px;
font-size: 120%;
color: #005;
}
table {
background-color: transparent;
display: table;
border-color: grey;
line-height: 1.5;
border-spacing: 0;
border-collapse: collapse;
}
th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
padding-right: 16px;
padding-left: 0px;
padding-top: 8px;
padding-bottom: 8px;
text-align: left;
}
td {
vertical-align: top;
padding-right: 16px;
padding-left: 0px;
padding-top: 8px;
padding-bottom: 8px;
}
.footer {
display: table;
width: calc(100% - 64px);
/* Distance with other content */
margin-top: 16px;
/*background-color: #a00;*/
/* internal margin */
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 32px;
padding-left: 32px;
color: #555;
font-size: 90%;
}
.globalsummary-box {
width:90%;
padding:10px;
margin: 20px;
padding-left: 40px;
padding-right: 40px;
background-color: rgba(5,115,255,0.19);
border:1px solid rgba(0,65,127,0.4);
border-radius:4px;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
line-height: 1.5;
}
.submenu-entry {
width:90%;
min-height:140px;
padding:10px;
margin: 20px;
padding-left: 40px;
padding-right: 40px;
background-color:rgba(245,245,245,.19);
border:1px solid rgba(227,227,227,.31);
border-radius:4px;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
}
.classbox {
display: inline-block;
background-color: #777;
padding: 0em .2em 0em;
font-size: 75%;
color: #fff;
border-radius: .25em
}
/* Tooltip text */
.classbox .tooltiptext {
visibility: hidden;
background-color: black;
color: #fff;
text-align: center;
padding: 3px;
border-radius: 6px;
/* Position the tooltip text - see examples below! */
position: absolute;
z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.classbox:hover .tooltiptext {
visibility: visible;
}
.entrypointraw {
color: #777;
}
.badge {
white-space: nowrap;
display: inline-block;
vertical-align: middle;
/*vertical-align: baseline;*/
font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
/*font-size: 90%;*/
}
span.badge-left {
border-radius: .25rem;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
color: #212529;
background-color: #A2CBFF;
/* color: #ffffff; */
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
padding: .25em .4em;
line-height: 1;
text-align: center;
white-space: nowrap;
float: left;
display: block;
}
span.badge-right {
border-radius: .25rem;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
color: #fff;
background-color: #343a40;
padding: .25em .4em;
line-height: 1;
text-align: center;
white-space: nowrap;
float: left;
display: block;
}
.badge-right.light-blue, .badge-left.light-blue {
background-color: #A2CBFF;
color: #212529;
}
.badge-right.light-red, .badge-left.light-red {
background-color: rgb(255, 162, 162);
color: rgb(43, 14, 14);
}
.badge-right.red, .badge-left.red {
background-color: #e41a1c;
color: #fff;
}
.badge-right.blue, .badge-left.blue {
background-color: #377eb8;
color: #fff;
}
.badge-right.green, .badge-left.green {
background-color: #4daf4a;
color: #fff;
}
.badge-right.purple, .badge-left.purple {
background-color: #984ea3;
color: #fff;
}
.badge-right.orange, .badge-left.orange {
background-color: #ff7f00;
color: #fff;
}
.badge-right.brown, .badge-left.brown {
background-color: #a65628;
color: #fff;
}
.badge-right.dark-gray, .badge-left.dark-gray {
color: #fff;
background-color: #343a40;
}
.badge a {
text-decoration: none;
padding: 0;
border: 0;
color: inherit;
}
.badge a:visited, .badge a:active {
color: inherit;
}
.badge a:focus, .badge a:hover {
color: rgba(255,255,255,0.5);
mix-blend-mode: difference;
text-decoration: none;
/* background-color: rgb(192, 219, 255); */
}
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
visibility: hidden;
/* width: 120px; */
background-color: rgb(255, 247, 175);
color: #000;
text-align: center;
border-radius: 6px;
padding: 5px;
/* Position the tooltip */
position: absolute;
z-index: 1;
}
.tooltip:hover .tooltiptext {
visibility: visible;
} | make_ghpages/static/css/style.css | html {
height: 100%;
}
body {
min-height: 100%;
font-family: 'Noto Sans', sans-serif;
padding: 0px;
margin: 0px;
/*position: relative;*/
/*padding-bottom: 100px;*/
/* display: table; */
}
/* * {-moz-box-sizing: border-box; box-sizing: border-box;} */
main {
padding-left: 16px;
margin-left: 16px;
padding-top: 0px;
margin-top: 0px;
margin-right: 16px;
padding-right: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}
p {
margin: 0;
padding: 0;
}
a {
color: #00a;
text-decoration: none;
}
a:visited {
color: #00a;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1 {
font-weight: bold;
}
// Needs to be there to activate elements
span {
}
.keyword {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
color: #000;
border-radius: .25em;
background-color: #A2CBFF;
}
#entrytitle {
color: #fff;
}
#entrytitle a {
color: #fff;
}
.plugin-header, .plugin-header a {
color: #007;
}
h2 {
padding-top: 16px;
margin: 0;
font-size: 140%;
color: #005;
}
.description {
color: #333;
}
.details {
margin-top: 12px;
}
.currentstate {
color: #666;
font-size: 90%;
margin-bottom: 12px;
}
.summaryinfo {
color: #000;
font-size: 100%;
margin-bottom: 12px;
margin-top: 12px;
}
#entrylist .authors {
color: #666;
font-size: 90%;
margin-bottom: 9px;
}
#description p {
margin-left: 0px;
}
h3 {
margin-bottom: 3px;
margin-top: 21px;
font-size: 120%;
color: #005;
}
table {
background-color: transparent;
display: table;
border-color: grey;
line-height: 1.5;
border-spacing: 0;
border-collapse: collapse;
}
th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
padding-right: 16px;
padding-left: 0px;
padding-top: 8px;
padding-bottom: 8px;
text-align: left;
}
td {
vertical-align: top;
padding-right: 16px;
padding-left: 0px;
padding-top: 8px;
padding-bottom: 8px;
}
.footer {
display: table;
width: calc(100% - 64px);
/* Distance with other content */
margin-top: 16px;
/*background-color: #a00;*/
/* internal margin */
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-right: 32px;
padding-left: 32px;
color: #555;
font-size: 90%;
}
.globalsummary-box {
width:90%;
padding:10px;
margin: 20px;
padding-left: 40px;
padding-right: 40px;
background-color: rgba(5,115,255,0.19);
border:1px solid rgba(0,65,127,0.4);
border-radius:4px;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
line-height: 1.5;
}
.submenu-entry {
width:90%;
min-height:140px;
padding:10px;
margin: 20px;
padding-left: 40px;
padding-right: 40px;
background-color:rgba(245,245,245,.19);
border:1px solid rgba(227,227,227,.31);
border-radius:4px;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
}
.classbox {
display: inline-block;
background-color: #777;
padding: 0em .2em 0em;
font-size: 75%;
color: #fff;
border-radius: .25em
}
/* Tooltip text */
.classbox .tooltiptext {
visibility: hidden;
background-color: black;
color: #fff;
text-align: center;
padding: 3px;
border-radius: 6px;
/* Position the tooltip text - see examples below! */
position: absolute;
z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.classbox:hover .tooltiptext {
visibility: visible;
}
.entrypointraw {
color: #777;
}
.badge {
white-space: nowrap;
display: inline-block;
vertical-align: middle;
/*vertical-align: baseline;*/
font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
/*font-size: 90%;*/
}
span.badge-left {
border-radius: .25rem;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
color: #212529;
background-color: #A2CBFF;
/* color: #ffffff; */
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
padding: .25em .4em;
line-height: 1;
text-align: center;
white-space: nowrap;
float: left;
display: block;
}
span.badge-right {
border-radius: .25rem;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
color: #fff;
background-color: #343a40;
padding: .25em .4em;
line-height: 1;
text-align: center;
white-space: nowrap;
float: left;
display: block;
}
.badge-right.light-blue, .badge-left.light-blue {
background-color: #A2CBFF;
color: #212529;
}
.badge-right.light-red, .badge-left.light-red {
background-color: rgb(255, 162, 162);
color: rgb(43, 14, 14);
}
.badge-right.red, .badge-left.red {
background-color: #e41a1c;
color: #fff;
}
.badge-right.blue, .badge-left.blue {
background-color: #377eb8;
color: #fff;
}
.badge-right.green, .badge-left.green {
background-color: #4daf4a;
color: #fff;
}
.badge-right.purple, .badge-left.purple {
background-color: #984ea3;
color: #fff;
}
.badge-right.orange, .badge-left.orange {
background-color: #ff7f00;
color: #fff;
}
.badge-right.brown, .badge-left.brown {
background-color: #a65628;
color: #fff;
}
.badge-right.dark-gray, .badge-left.dark-gray {
color: #fff;
background-color: #343a40;
}
.badge a {
text-decoration: none;
padding: 0;
border: 0;
color: inherit;
}
.badge a:visited, .badge a:active {
color: inherit;
}
.badge a:focus, .badge a:hover {
color: rgba(255,255,255,0.5);
mix-blend-mode: difference;
text-decoration: none;
/* background-color: rgb(192, 219, 255); */
}
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
visibility: hidden;
/* width: 120px; */
background-color: rgb(255, 247, 175);
color: #000;
text-align: center;
border-radius: 6px;
padding: 5px;
/* Position the tooltip */
position: absolute;
z-index: 1;
}
.tooltip:hover .tooltiptext {
visibility: visible;
} | 0.503418 | 0.086787 |
body{
margin:0;
background-color:#080808;
}
.wrapper{
min-height: calc(100vh - 50px);
}
header{
height: 100px;
text-align: center;
}
h1{
font-family: courier;
font-size: 65px;
display: inline-block;
margin: 35px;
color: #1d008c;
}
main{
width:70%;
margin:0 auto;
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}
#words{
margin-top: 80px;
width: 200px;
text-align: center;
background-color: white;
height: 470px;
}
#words ul{
margin: 0;
padding: 40px 0;
font-size: 19px;
font-family: sans-serif;
text-align: center;
}
#words li{
list-style: none;
margin-bottom: 3px;
font-weight: 700;
color:#4269ff;
}
#boxOfLetters{
margin-top:65px;
margin-bottom:25px;
display:inline-flex;
flex-wrap:wrap;
width:492px;
border-radius: 13px;
}
.boxes{
position: relative;
border:0.5px solid white;
width:40px;
height:40px;
border-radius: 13px;
}
.boxes div{
position: absolute;
top: 8%;
left: 28%;
font-size: 22px;
font-family: cursive;
color:white;
}
#points{
margin-top:80px;
height:200px;
width:150px;
text-align: center;
background-color:white;
font-family: verdana;
font-size: 19px;
}
.correct{
margin-top:20px;
font-size: 22px;
font-weight:bold;
color:#33a733;
}
.outOf{
font-size: 22px;
font-weight:bold;
color:#057ee8;
}
h3{
margin:0;
padding:7px;
font-size: 20px;
font-family: verdana;
color: white;
background-color: teal;
}
#instruct{
font-family: verdana;
font-size: 17px;
margin:20px auto;
color: white;
}
footer{
text-align: center;
height:50px;
}
footer p{
margin: 0 auto;
font-size: 22px;
font-family: monospace;
border-top: 2px solid;
width: 500px;
padding: 7px;
}
@media only screen and (max-width:1370px)
{
main{
flex-direction: column;
}
#words{
margin:50px auto;
}
#boxOfLetters{
margin: 0 auto;
}
#points{
margin: 50px auto 0 auto;
}
}
@media only screen and (min-width:1740px)
{
#words,#boxOfLetters,#points{
margin:50px 30px 0 30px;
}
} | Projects/JS/Word Search game/style.css | body{
margin:0;
background-color:#080808;
}
.wrapper{
min-height: calc(100vh - 50px);
}
header{
height: 100px;
text-align: center;
}
h1{
font-family: courier;
font-size: 65px;
display: inline-block;
margin: 35px;
color: #1d008c;
}
main{
width:70%;
margin:0 auto;
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}
#words{
margin-top: 80px;
width: 200px;
text-align: center;
background-color: white;
height: 470px;
}
#words ul{
margin: 0;
padding: 40px 0;
font-size: 19px;
font-family: sans-serif;
text-align: center;
}
#words li{
list-style: none;
margin-bottom: 3px;
font-weight: 700;
color:#4269ff;
}
#boxOfLetters{
margin-top:65px;
margin-bottom:25px;
display:inline-flex;
flex-wrap:wrap;
width:492px;
border-radius: 13px;
}
.boxes{
position: relative;
border:0.5px solid white;
width:40px;
height:40px;
border-radius: 13px;
}
.boxes div{
position: absolute;
top: 8%;
left: 28%;
font-size: 22px;
font-family: cursive;
color:white;
}
#points{
margin-top:80px;
height:200px;
width:150px;
text-align: center;
background-color:white;
font-family: verdana;
font-size: 19px;
}
.correct{
margin-top:20px;
font-size: 22px;
font-weight:bold;
color:#33a733;
}
.outOf{
font-size: 22px;
font-weight:bold;
color:#057ee8;
}
h3{
margin:0;
padding:7px;
font-size: 20px;
font-family: verdana;
color: white;
background-color: teal;
}
#instruct{
font-family: verdana;
font-size: 17px;
margin:20px auto;
color: white;
}
footer{
text-align: center;
height:50px;
}
footer p{
margin: 0 auto;
font-size: 22px;
font-family: monospace;
border-top: 2px solid;
width: 500px;
padding: 7px;
}
@media only screen and (max-width:1370px)
{
main{
flex-direction: column;
}
#words{
margin:50px auto;
}
#boxOfLetters{
margin: 0 auto;
}
#points{
margin: 50px auto 0 auto;
}
}
@media only screen and (min-width:1740px)
{
#words,#boxOfLetters,#points{
margin:50px 30px 0 30px;
}
} | 0.257205 | 0.046834 |
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
nav-bar {
display: block;
}
@media (max-width: 732px) {
.nav-bar {
background: rgba(0, 0, 0);
height: 7vh;
display: grid;
grid-template-columns: 1fr 1fr;
}
.dropDownMenu {
display: grid;
grid-template-columns: 1fr;
justify-items: end;
}
.dDMIcon{
display: block;
width:7vw;
height:7vw;
padding: 0;
border: 0;
margin-top: auto;
margin-bottom: auto;
background-color: rgba(0, 0, 0);
background-image: url("../../assets/dropDownMenu.png");
background-size: 100%;
}
.otherContents {
display: none;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
background-color: rgba(0, 0, 0);
}
.nav-bar a.leftNav {
line-height: 3vh;
vertical-align: middle;
text-align: center;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400;
text-decoration: None;
color: #ffffff;
border: 0.1px solid #ffffff;
}
.nav-bar a.rightNav {
line-height: 3vh;
vertical-align: middle;
text-align: center;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400;
text-decoration: None;
color: #ffffff;
border: 0.1px solid #ffffff;
}
.nav-bar a:hover, a:active, #current{
color: rgba(125, 125, 125, 0.75);
}
}
@media (min-width: 733px) {
.nav-bar {
background: rgba(0, 0, 0);
height: 7vh;
display: grid;
grid-template-columns: 1fr 6fr;
}
.dropDownMenu {
display: contents;
}
.dDMIcon {
display: none;
width: 0;
height: 0;
padding: 0;
margin: 0;
border: 0;
}
.otherContents {
display: grid !important;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.nav-bar a {
line-height: 7vh;
vertical-align: middle;
text-align: center;
font-family: 'Poppins', sans-serif;
font-size: 12px;
font-weight: 400;
text-decoration: None;
color: #ffffff;
border: 0.1px solid #ffffff;
}
.nav-bar a:hover, a:active, #current{
color: rgba(125, 125, 125, 0.75);
}
.nav-bar a .leftNav {
border-right: 5px;
}
.nav-bar a .rightNav {
border-left: 5px;
}
.nav-bar .home-img {
width: 7vh;
height: 6.5vh;
margin: auto auto;
}
} | ng/src/app/nav-bar/nav-bar.component.css | @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
nav-bar {
display: block;
}
@media (max-width: 732px) {
.nav-bar {
background: rgba(0, 0, 0);
height: 7vh;
display: grid;
grid-template-columns: 1fr 1fr;
}
.dropDownMenu {
display: grid;
grid-template-columns: 1fr;
justify-items: end;
}
.dDMIcon{
display: block;
width:7vw;
height:7vw;
padding: 0;
border: 0;
margin-top: auto;
margin-bottom: auto;
background-color: rgba(0, 0, 0);
background-image: url("../../assets/dropDownMenu.png");
background-size: 100%;
}
.otherContents {
display: none;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
background-color: rgba(0, 0, 0);
}
.nav-bar a.leftNav {
line-height: 3vh;
vertical-align: middle;
text-align: center;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400;
text-decoration: None;
color: #ffffff;
border: 0.1px solid #ffffff;
}
.nav-bar a.rightNav {
line-height: 3vh;
vertical-align: middle;
text-align: center;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400;
text-decoration: None;
color: #ffffff;
border: 0.1px solid #ffffff;
}
.nav-bar a:hover, a:active, #current{
color: rgba(125, 125, 125, 0.75);
}
}
@media (min-width: 733px) {
.nav-bar {
background: rgba(0, 0, 0);
height: 7vh;
display: grid;
grid-template-columns: 1fr 6fr;
}
.dropDownMenu {
display: contents;
}
.dDMIcon {
display: none;
width: 0;
height: 0;
padding: 0;
margin: 0;
border: 0;
}
.otherContents {
display: grid !important;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.nav-bar a {
line-height: 7vh;
vertical-align: middle;
text-align: center;
font-family: 'Poppins', sans-serif;
font-size: 12px;
font-weight: 400;
text-decoration: None;
color: #ffffff;
border: 0.1px solid #ffffff;
}
.nav-bar a:hover, a:active, #current{
color: rgba(125, 125, 125, 0.75);
}
.nav-bar a .leftNav {
border-right: 5px;
}
.nav-bar a .rightNav {
border-left: 5px;
}
.nav-bar .home-img {
width: 7vh;
height: 6.5vh;
margin: auto auto;
}
} | 0.588889 | 0.137677 |
@charset "UTF-8";
header {
background: rgb(0,0,0);
/*background-image: url("../CC_Theme/gradiente-bs.jpg");*/
padding: 12px 10px;
}
h1.logo a {
color: #d8d8d8;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
font-size: 20px;
line-height: 22px;
float: left;
letter-spacing: 0.2em;
background-image: url("../CC_Theme/logo.png");
}
a.to_nav {
float: right;
color: #fff;
background: rgb(0,0,0);
/*background-image: url("../CC_Theme/gradiente-bs.jpg");*/
text-decoration: none;
padding: 0 10px;
font-size: 12px;
font-weight: bold;
line-height: 22px;
height: 22px;
text-transform: uppercase;
letter-spacing: 0.1em;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
a.to_nav:hover,
a.to_nav:focus {
/*color: rgb(38,38,38);*/
color: #e7cc71;
/*background: #ccc;*/
}
/*a.ativo {
background-color: #ccc;
background-image: url("../CC_theme/dourado-bs.jpg");
}*/
nav li a#ativo{
/*color: rgb(38,38,38);*/
color: #e7cc71;
}
#primary_nav ul {
list-style: none;
background: rgb(0,0,0);
/*background-image: url("../CC_Theme/gradiente-bs.jpg");*/
padding: 6px 10px;
}
#primary_nav li a {
display: block;
padding: 0 20px;
color: #fff;
text-decoration: none;
font-weight: bold;
font-family: 'FonteLogo';
text-transform: uppercase;
letter-spacing: 0.1em;
letter-spacing: 0.1em;
line-height: 2em;
height: 2em;
border-bottom: 1px solid #383838;
}
#primary_nav li:last-child a {
border-bottom: none;
}
#primary_nav li a:hover,
#primary_nav li a:focus {
/*color: rgb(38,38,38);
background: #ccc;
background-image: url("../CC_Theme/dourado-bs.jpg");*/
color: #e7cc71;
}
@media only screen and (min-width: 765px) {
a.to_nav {
display: none;
}
#primary_nav {
position: absolute;
top: 1px;
right: 0px;
background: none;
}
#primary_nav li {
display: inline;
}
#primary_nav li a {
float: left;
border: none;
padding: 0 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
#primary_nav li.top {
display: none;
}
} | css/menu.css | @charset "UTF-8";
header {
background: rgb(0,0,0);
/*background-image: url("../CC_Theme/gradiente-bs.jpg");*/
padding: 12px 10px;
}
h1.logo a {
color: #d8d8d8;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
font-size: 20px;
line-height: 22px;
float: left;
letter-spacing: 0.2em;
background-image: url("../CC_Theme/logo.png");
}
a.to_nav {
float: right;
color: #fff;
background: rgb(0,0,0);
/*background-image: url("../CC_Theme/gradiente-bs.jpg");*/
text-decoration: none;
padding: 0 10px;
font-size: 12px;
font-weight: bold;
line-height: 22px;
height: 22px;
text-transform: uppercase;
letter-spacing: 0.1em;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
a.to_nav:hover,
a.to_nav:focus {
/*color: rgb(38,38,38);*/
color: #e7cc71;
/*background: #ccc;*/
}
/*a.ativo {
background-color: #ccc;
background-image: url("../CC_theme/dourado-bs.jpg");
}*/
nav li a#ativo{
/*color: rgb(38,38,38);*/
color: #e7cc71;
}
#primary_nav ul {
list-style: none;
background: rgb(0,0,0);
/*background-image: url("../CC_Theme/gradiente-bs.jpg");*/
padding: 6px 10px;
}
#primary_nav li a {
display: block;
padding: 0 20px;
color: #fff;
text-decoration: none;
font-weight: bold;
font-family: 'FonteLogo';
text-transform: uppercase;
letter-spacing: 0.1em;
letter-spacing: 0.1em;
line-height: 2em;
height: 2em;
border-bottom: 1px solid #383838;
}
#primary_nav li:last-child a {
border-bottom: none;
}
#primary_nav li a:hover,
#primary_nav li a:focus {
/*color: rgb(38,38,38);
background: #ccc;
background-image: url("../CC_Theme/dourado-bs.jpg");*/
color: #e7cc71;
}
@media only screen and (min-width: 765px) {
a.to_nav {
display: none;
}
#primary_nav {
position: absolute;
top: 1px;
right: 0px;
background: none;
}
#primary_nav li {
display: inline;
}
#primary_nav li a {
float: left;
border: none;
padding: 0 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
#primary_nav li.top {
display: none;
}
} | 0.197212 | 0.070017 |
body{
box-sizing:border-box;
margin: 0;
padding: 0;
background: rgb(40, 24, 30);
color: #fff;
}
#loadingOverlay {
position: fixed;
top: 0px;
left: 0px;
background: rgb(40, 24, 30, 0.8);
width: 100%;
height: 100vh;
display: none;
align-items: center;
justify-content: center;
color: white;
z-index: 10;
font-size: 20px;
}
#loading {
z-index: 1;
border-radius: 50%;
width: 50px;
height: 50px;
}
/* sidenav */
.sidenav {
display: none;
height: 100vh;
width: 0;
position: fixed;
z-index: 1;
top: 100;
right: 0;
background: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav ul {
list-style: none;
}
.sidenav a {
padding: 8px 8px 8px 8px;
text-decoration: none;
font-size: 20px;
color: #818181;
display: block;
transition: .3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 0;
font-size: 36px;
margin-left: 50px;
}
#main {
box-sizing: border-box;
transition: margin-right .5s;
transition: margin-left .5s;
}
#closeMenu {
display: none;
}
.userPix{
width: 35px;
height: 35px;
border-radius: 50%;
background: #6c757d;
}
.dropAccount {
display: none;
border: 1px solid #ddd;
background: #fff;
border-radius: 5px;
transition: 0.5s ease;
}
.myevent{
width: 90%;
margin: 0 auto;
}
.table{
background-color: rgba(93, 50, 66, 0.93)
}
.table thead{
background: rgba(0, 0, 0, 1)
}
.table tr:hover{
opacity: .8;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 5; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Caption of Modal Image */
#caption {
margin: auto;
display: none;
width: 80%;
max-width: 450px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: auto;
}
/* Add Animation */
#caption {
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)}
to {-webkit-transform:scale(1)}
}
@keyframes zoom {
from {transform:scale(0)}
to {transform:scale(1)}
}
/* The Close Button */
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
/* media query */
@media (max-width: 992px) {
.remove {
display: none;
}
.sidenav {
display: block;
}
}
@media only screen and (max-width: 700px){
.modal-content {
width: 100%;
}
}
@media (max-width: 578px) {
.table thead{
display: none;
}
.table tr{
display: block;
border-bottom: 2px solid ;
}
.table td:first-child{
text-transform: uppercase;
}
.table td{
display: block;
text-align: right;
font-size: 13px;
min-height: 14px;
}
.table td::before{
content: attr(colname);
float: left;
}
}
@media (max-width: 320px) {
}
@media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}
.sidenav a {
font-size: 18px;
}
} | UI/css/register.css | body{
box-sizing:border-box;
margin: 0;
padding: 0;
background: rgb(40, 24, 30);
color: #fff;
}
#loadingOverlay {
position: fixed;
top: 0px;
left: 0px;
background: rgb(40, 24, 30, 0.8);
width: 100%;
height: 100vh;
display: none;
align-items: center;
justify-content: center;
color: white;
z-index: 10;
font-size: 20px;
}
#loading {
z-index: 1;
border-radius: 50%;
width: 50px;
height: 50px;
}
/* sidenav */
.sidenav {
display: none;
height: 100vh;
width: 0;
position: fixed;
z-index: 1;
top: 100;
right: 0;
background: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav ul {
list-style: none;
}
.sidenav a {
padding: 8px 8px 8px 8px;
text-decoration: none;
font-size: 20px;
color: #818181;
display: block;
transition: .3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 0;
font-size: 36px;
margin-left: 50px;
}
#main {
box-sizing: border-box;
transition: margin-right .5s;
transition: margin-left .5s;
}
#closeMenu {
display: none;
}
.userPix{
width: 35px;
height: 35px;
border-radius: 50%;
background: #6c757d;
}
.dropAccount {
display: none;
border: 1px solid #ddd;
background: #fff;
border-radius: 5px;
transition: 0.5s ease;
}
.myevent{
width: 90%;
margin: 0 auto;
}
.table{
background-color: rgba(93, 50, 66, 0.93)
}
.table thead{
background: rgba(0, 0, 0, 1)
}
.table tr:hover{
opacity: .8;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 5; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Caption of Modal Image */
#caption {
margin: auto;
display: none;
width: 80%;
max-width: 450px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: auto;
}
/* Add Animation */
#caption {
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)}
to {-webkit-transform:scale(1)}
}
@keyframes zoom {
from {transform:scale(0)}
to {transform:scale(1)}
}
/* The Close Button */
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
/* media query */
@media (max-width: 992px) {
.remove {
display: none;
}
.sidenav {
display: block;
}
}
@media only screen and (max-width: 700px){
.modal-content {
width: 100%;
}
}
@media (max-width: 578px) {
.table thead{
display: none;
}
.table tr{
display: block;
border-bottom: 2px solid ;
}
.table td:first-child{
text-transform: uppercase;
}
.table td{
display: block;
text-align: right;
font-size: 13px;
min-height: 14px;
}
.table td::before{
content: attr(colname);
float: left;
}
}
@media (max-width: 320px) {
}
@media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}
.sidenav a {
font-size: 18px;
}
} | 0.334807 | 0.074736 |
@font-face {
font-family: 'Audiowide';
font-style: normal;
font-weight: 400;
src: local('Audiowide Regular'), local('Audiowide-Regular'), url(https://fonts.gstatic.com/s/audiowide/v8/l7gdbjpo0cum0ckerWCdmA_OIxo.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: 'Audiowide';
font-style: normal;
font-weight: 400;
src: local('Audiowide Regular'), local('Audiowide-Regular'), url(https://fonts.gstatic.com/s/audiowide/v8/l7gdbjpo0cum0ckerWCdlg_O.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;
}
body,
html {
height: 100%;
background-color: #000000;
}
.form-group{
color:white;
}
label{
color: white;
font-size: 2rem;
}
.fal{ /* Add any text to turn white */
color:white;
}
.breadcrumb{
background-color: #ea2088;
color:#ff9df0;
}
p{
color:white; /* For About */
}
a{
color:#FF9DF0;
}
ol li a{
color:black;
}
ol,li,a:hover{
color:white ;
}
.navbar-collapse > .navbar-nav {
background-color: #000000;
}
.breadcrumb-item{
color:white;
}
.breadcrumb-item.active{
color:white;
}
.the-blur{
position: fixed;
top:0;
width: 100%;
height: 100px;
margin-bottom: 20px;
margin-top: -30px;
background: black;
z-index:1010;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-o-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(10px);
}
.id_data{
color:red;
border: 1px solid #ccc;
display: inline-block;
padding: 6px 12px;
cursor: pointer;
}
#particles-js canvas {
display: block;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
transition: opacity .8s ease, transform 1.4s ease
}
#particles-js {
background: #080901;
width: 100%;
height: 100%;
position: fixed;
z-index: -10;
top: 0;
left: 0;
margin-top: 0rem;
}
.table-css{
color:#ffffff;
}
.btn-primary{
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
color: #ffffff;
}
ul {
margin: 0;
}
.bg-steel {
background-color: #2E3141;
border-width: 0px;
-webkit-box-shadow: 0px 0px;
box-shadow: 0px 0px;
background-color: rgba(0,0,0,0.0);
background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}
.site-header .navbar-nav .nav-link {
color: #cbd5db;
}
.site-header .navbar-nav .nav-link:hover {
color: #ea2088;
}
.navbar-colapse{
background-color:black;
color:white;
box-shadow: 0 2px 7px #ea2088;
}
.dropdown-menu{
background-color:black;
color:white;
box-shadow: 0 2px 7px #ea2088;
}
.dropdown-item{
color:white;
}
.dropdown-item:hover{
background-color:black;
color: #ea2088;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
}
.content-section {
background: transparent;
box-shadow: 0 4px 10px #ea2088;
color:white;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
.article-title {
color: #444444;
}
a.article-title:hover {
color: #428bca;
text-decoration: none;
}
.article-content {
white-space: pre-line;
}
.article-img {
height: 65px;
width: 65px;
margin-right: 16px;
}
.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3
}
.article-metadata a:hover {
color: #333;
text-decoration: none;
}
.article-svg {
width: 25px;
height: 25px;
vertical-align: middle;
}
.account-img {
height: 125px;
width: 125px;
margin-right: 20px;
margin-bottom: 16px;
}
.account-heading {
font-size: 2.5rem;
}
/* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }
html { width: 100%; height:100%; overflow:hidden; }
*/
/* Navbar title CSS */
.titlefont{
color: #228DFF;
font-family: Audiowide;
}
.align-middle{
text-align: center;
}
.textinput{
background-color: #4F102B;
color: white;
}
.textinput:disabled{
background-color: rgb(158, 27, 84);
color: white;
}
.putprice {
background-color: #9e1b54 !important;
color: white;
}
.emailinput{
background-color: #4F102B;
color: white;
}
.emailinput.focus{
background-color: #4F102B;
color: white;
}
.textinput:focus{
background-color:#4F102B;
color: white;
}
.ghost-button {
color: rgb(255, 255, 255);
background-color: transparent;
border: 2px solid rgb(255, 255, 255);
font-size: 17px;
padding: 7px 12px;
font-weight: bolder;
transition-duration: 0.2s;
display: inline-block;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
min-width: 120px;
border-radius: 8px;
}
.ghost-button:hover, .ghost-button:active {
color:#fff;
background-color:transparent;
box-shadow: 0 2px 7px #ffffff;
}
.ghost-blue {
color: #228DFF;
background-color: transparent;
border: 2px solid #228DFF;
font-size: 17px;
padding: 7px 12px;
font-weight: bolder;
transition-duration: 0.2s;
display: inline-block;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
min-width: 120px;
border-radius: 8px;
}
.ghost-blue:hover, .ghost-blue:active {
color:#fff;
background-color:transparent;
box-shadow: 0 2px 7px #0000ff;
}
.ghost-green {
color: #27ff34;
background-color: transparent;
border: 2px solid #27ff34;
font-size: 17px;
padding: 7px 12px;
font-weight: bolder;
transition-duration: 0.2s;
display: inline-block;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
min-width: 120px;
border-radius: 8px;
}
.ghost-green:hover, .ghost-green:active {
color:#fff;
background-color:transparent;
box-shadow: 0 2px 7px #27ff34;
}
.ghost-pink {
color: #ea2088;
background-color: transparent;
border: 2px solid #ea2088;
font-size: 17px;
padding: 7px 12px;
transition-duration: 0.2s;
font-weight: bolder;
display: inline-block;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
min-width: 120px;
border-radius: 8px;
}
.ghost-pink:hover, .ghost-pink:active {
color:#fff;
background-color:transparent;
box-shadow: 0 2px 7px #ea2088;
}
.ghost-red {
color:#ff3c16;
background-color: transparent;
border: 2px solid #ff3c16;
font-size: 17px;
padding: 7px 12px;
font-weight: bolder;
transition-duration: 0.2s;
display: inline-block;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
min-width: 120px;
border-radius: 8px;
}
.ghost-red:hover, .ghost-red:active {
color:#fff;
background-color:transparent;
box-shadow: 0 2px 7px #ff3c16;
}
.glow{
background-color: #014c8f;
}
.glow:hover {
background-color: #014c8f;
color: white;
box-shadow: 0 2px 7px #ea2088;
}
.btn-pink{
color:#fff;
background-color:#ea2088;
border-color: #fff;
border-left-color: #ea2088;
}
.btn-pink:hover{
color:#fff;
background-color:#f03d99;
border-color:#f03d99;
}
.panel-heading-text{
color: #f03d99;
font-size: 1.7rem;
border-bottom: 2px solid white;
margin-bottom: 10px;
}
.panel-body-text{
font-size: 1.2rem;
} | homepage/static/css/main.css | @font-face {
font-family: 'Audiowide';
font-style: normal;
font-weight: 400;
src: local('Audiowide Regular'), local('Audiowide-Regular'), url(https://fonts.gstatic.com/s/audiowide/v8/l7gdbjpo0cum0ckerWCdmA_OIxo.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: 'Audiowide';
font-style: normal;
font-weight: 400;
src: local('Audiowide Regular'), local('Audiowide-Regular'), url(https://fonts.gstatic.com/s/audiowide/v8/l7gdbjpo0cum0ckerWCdlg_O.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;
}
body,
html {
height: 100%;
background-color: #000000;
}
.form-group{
color:white;
}
label{
color: white;
font-size: 2rem;
}
.fal{ /* Add any text to turn white */
color:white;
}
.breadcrumb{
background-color: #ea2088;
color:#ff9df0;
}
p{
color:white; /* For About */
}
a{
color:#FF9DF0;
}
ol li a{
color:black;
}
ol,li,a:hover{
color:white ;
}
.navbar-collapse > .navbar-nav {
background-color: #000000;
}
.breadcrumb-item{
color:white;
}
.breadcrumb-item.active{
color:white;
}
.the-blur{
position: fixed;
top:0;
width: 100%;
height: 100px;
margin-bottom: 20px;
margin-top: -30px;
background: black;
z-index:1010;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-o-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(10px);
}
.id_data{
color:red;
border: 1px solid #ccc;
display: inline-block;
padding: 6px 12px;
cursor: pointer;
}
#particles-js canvas {
display: block;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
transition: opacity .8s ease, transform 1.4s ease
}
#particles-js {
background: #080901;
width: 100%;
height: 100%;
position: fixed;
z-index: -10;
top: 0;
left: 0;
margin-top: 0rem;
}
.table-css{
color:#ffffff;
}
.btn-primary{
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
color: #ffffff;
}
ul {
margin: 0;
}
.bg-steel {
background-color: #2E3141;
border-width: 0px;
-webkit-box-shadow: 0px 0px;
box-shadow: 0px 0px;
background-color: rgba(0,0,0,0.0);
background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}
.site-header .navbar-nav .nav-link {
color: #cbd5db;
}
.site-header .navbar-nav .nav-link:hover {
color: #ea2088;
}
.navbar-colapse{
background-color:black;
color:white;
box-shadow: 0 2px 7px #ea2088;
}
.dropdown-menu{
background-color:black;
color:white;
box-shadow: 0 2px 7px #ea2088;
}
.dropdown-item{
color:white;
}
.dropdown-item:hover{
background-color:black;
color: #ea2088;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
}
.content-section {
background: transparent;
box-shadow: 0 4px 10px #ea2088;
color:white;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
.article-title {
color: #444444;
}
a.article-title:hover {
color: #428bca;
text-decoration: none;
}
.article-content {
white-space: pre-line;
}
.article-img {
height: 65px;
width: 65px;
margin-right: 16px;
}
.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3
}
.article-metadata a:hover {
color: #333;
text-decoration: none;
}
.article-svg {
width: 25px;
height: 25px;
vertical-align: middle;
}
.account-img {
height: 125px;
width: 125px;
margin-right: 20px;
margin-bottom: 16px;
}
.account-heading {
font-size: 2.5rem;
}
/* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }
html { width: 100%; height:100%; overflow:hidden; }
*/
/* Navbar title CSS */
.titlefont{
color: #228DFF;
font-family: Audiowide;
}
.align-middle{
text-align: center;
}
.textinput{
background-color: #4F102B;
color: white;
}
.textinput:disabled{
background-color: rgb(158, 27, 84);
color: white;
}
.putprice {
background-color: #9e1b54 !important;
color: white;
}
.emailinput{
background-color: #4F102B;
color: white;
}
.emailinput.focus{
background-color: #4F102B;
color: white;
}
.textinput:focus{
background-color:#4F102B;
color: white;
}
.ghost-button {
color: rgb(255, 255, 255);
background-color: transparent;
border: 2px solid rgb(255, 255, 255);
font-size: 17px;
padding: 7px 12px;
font-weight: bolder;
transition-duration: 0.2s;
display: inline-block;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
min-width: 120px;
border-radius: 8px;
}
.ghost-button:hover, .ghost-button:active {
color:#fff;
background-color:transparent;
box-shadow: 0 2px 7px #ffffff;
}
.ghost-blue {
color: #228DFF;
background-color: transparent;
border: 2px solid #228DFF;
font-size: 17px;
padding: 7px 12px;
font-weight: bolder;
transition-duration: 0.2s;
display: inline-block;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
min-width: 120px;
border-radius: 8px;
}
.ghost-blue:hover, .ghost-blue:active {
color:#fff;
background-color:transparent;
box-shadow: 0 2px 7px #0000ff;
}
.ghost-green {
color: #27ff34;
background-color: transparent;
border: 2px solid #27ff34;
font-size: 17px;
padding: 7px 12px;
font-weight: bolder;
transition-duration: 0.2s;
display: inline-block;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
min-width: 120px;
border-radius: 8px;
}
.ghost-green:hover, .ghost-green:active {
color:#fff;
background-color:transparent;
box-shadow: 0 2px 7px #27ff34;
}
.ghost-pink {
color: #ea2088;
background-color: transparent;
border: 2px solid #ea2088;
font-size: 17px;
padding: 7px 12px;
transition-duration: 0.2s;
font-weight: bolder;
display: inline-block;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
min-width: 120px;
border-radius: 8px;
}
.ghost-pink:hover, .ghost-pink:active {
color:#fff;
background-color:transparent;
box-shadow: 0 2px 7px #ea2088;
}
.ghost-red {
color:#ff3c16;
background-color: transparent;
border: 2px solid #ff3c16;
font-size: 17px;
padding: 7px 12px;
font-weight: bolder;
transition-duration: 0.2s;
display: inline-block;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
min-width: 120px;
border-radius: 8px;
}
.ghost-red:hover, .ghost-red:active {
color:#fff;
background-color:transparent;
box-shadow: 0 2px 7px #ff3c16;
}
.glow{
background-color: #014c8f;
}
.glow:hover {
background-color: #014c8f;
color: white;
box-shadow: 0 2px 7px #ea2088;
}
.btn-pink{
color:#fff;
background-color:#ea2088;
border-color: #fff;
border-left-color: #ea2088;
}
.btn-pink:hover{
color:#fff;
background-color:#f03d99;
border-color:#f03d99;
}
.panel-heading-text{
color: #f03d99;
font-size: 1.7rem;
border-bottom: 2px solid white;
margin-bottom: 10px;
}
.panel-body-text{
font-size: 1.2rem;
} | 0.343452 | 0.071203 |
.container-fluid {
padding: 0px;
}
.articles {
color: rgb(56,41,44);
border-style: solid;
border-width: 2px;
border-color: rgb(132,60,61);
margin: 23px 24px 0px 15px;
padding: 20px 15px 0px 15px;
background-color: rgb(189,173,148);
border-radius: 1px;
word-wrap: break-word;
overflow-y: hidden;
overflow-x: hidden;
height: 220px;
}
.articles:hover {
background-color: #f1f1f1;
text-decoration: none;
}
.article-title {
padding: 0;
margin: 9px 0 0 0;
letter-spacing: 2px;
font-size: 19px;
}
.image_articles {
height: 120px;
width: 100%;
margin: 10px 0px 0 6px;
border-radius: 3px;
}
.article-text-first {
margin: 0px;
font-size: 15px;
}
.articles-icon {
height: 32px;
width: 32px;
margin-right: 8px;
}
.all-articles-icon-bottom {
position: absolute;
right: 0;
bottom: 0;
margin-right: 19px;
}
.article-text-second {
margin-top: 35px;
font-size: 15px;
}
html {
background-color: rgb(132,60,61);
font-family: Verdana, Geneva, sans-serif;
}
/*body */
body {
color: rgb(56,41,44);
background-color: rgb(231,233,220);
font-family: Verdana, Geneva, sans-serif;
}
/* The sidebar menu */
.sidebar {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 1; /* Stay on top */
top: 0;
left: 0;
background-color: #111; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 35px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}
/* The sidebar links */
.sidebar a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 15px;
color: #818181;
display: block;
transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
color: #f1f1f1;
background: #fff;
}
/* Position and style the close button (top right corner) */
.sidebar .closebtn {
position: absolute;
top: 0;
right: 0px;
font-size: 22px;
margin-top: 10px;
padding: 0px 10px 0px 10px;
}
/* The button used to open the sidebar */
.openbtn {
font-size: 20px;
cursor: pointer;
background-color: #111;
color: white;
padding: 10px 15px;
border: none;
}
.openbtn:hover {
background-color: #444;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s; /* If you want a transition effect */
padding: 5px 0px 0px 10px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidebar {padding-top: 15px;}
.sidebar a {font-size: 18px;}
}
.links {
margin-top: 20px;
}
.mainnavbar {
padding: 0px 25px 0px 0px;
}
.image {
height: 120px;
width: 100px;
border-style: solid;
border-width: thin;
border-color: white;
}
.margin {
margin-top: 55px;
}
.name {
width: 100%;
text-align: center;
margin-top: 20px;
font-size: 17.5px;
padding: 0px;
}
.accountType {
width: 100%;
text-align: center;
font-size: 15px;
color: blue;
padding: 0px;
}
.navtext {
float: right;
}
.image_articles {
height: 160px;
width: 100%;
margin: 10px;
border-style: solid;
border-width: thin;
}
.article_text {
margin: 10px;
}
.message {
height: 170px;
}
.message p {
padding: 0px;
margin: 0px;
}
.scrolling-wrapper {
overflow-x: hidden;
overflow-y: scroll;
height: 120px;
}
.ptest {
margin-bottom: 25px;
}
.postblog{
padding-top: 120px;
}
.text-area {
resize: none;
height:50px;
width: 100%;
}
.padding-top {
padding-top: 100px;
}
.icons {
text-align: center;
}
.copy {
display: inline;
}
.padding-a {
padding: 5px 5px;
}
.question {
padding-top: 50px;
color: white;
text-align: center;
}
.padding-all {
padding-top: 20px;
}
.padding-a {
padding: 20px 20px;
color: maroon;
}
ul {
list-style-type: none;
padding: 15px 15px;
}
.even-size {
width: 30%;
}
.border-g {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
html {
background-color: rgb(132,60,61);
}
.padding {
padding: 75px;
}
.masthead {
background-repeat: no-repeat;
background-position: center;
height: 295px;
background-size: cover;
background-blend-mode: darken;
}
.site-heading {
color: black;
font-family: 'Lato', sans-serif;
text-align: center;
padding: 100px 20px;
}
.post-title {
text-align: justify;
}
.blog-list {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: rgb(215,215,215);
}
.img-blog {
width: 100%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.post-title {
font-size: 23px;
}
.post-subtitle {
font-size: 15px;
}
.post-subtitle-content {
font-size: 13px;
} | assets/css/style.css | .container-fluid {
padding: 0px;
}
.articles {
color: rgb(56,41,44);
border-style: solid;
border-width: 2px;
border-color: rgb(132,60,61);
margin: 23px 24px 0px 15px;
padding: 20px 15px 0px 15px;
background-color: rgb(189,173,148);
border-radius: 1px;
word-wrap: break-word;
overflow-y: hidden;
overflow-x: hidden;
height: 220px;
}
.articles:hover {
background-color: #f1f1f1;
text-decoration: none;
}
.article-title {
padding: 0;
margin: 9px 0 0 0;
letter-spacing: 2px;
font-size: 19px;
}
.image_articles {
height: 120px;
width: 100%;
margin: 10px 0px 0 6px;
border-radius: 3px;
}
.article-text-first {
margin: 0px;
font-size: 15px;
}
.articles-icon {
height: 32px;
width: 32px;
margin-right: 8px;
}
.all-articles-icon-bottom {
position: absolute;
right: 0;
bottom: 0;
margin-right: 19px;
}
.article-text-second {
margin-top: 35px;
font-size: 15px;
}
html {
background-color: rgb(132,60,61);
font-family: Verdana, Geneva, sans-serif;
}
/*body */
body {
color: rgb(56,41,44);
background-color: rgb(231,233,220);
font-family: Verdana, Geneva, sans-serif;
}
/* The sidebar menu */
.sidebar {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 1; /* Stay on top */
top: 0;
left: 0;
background-color: #111; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 35px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}
/* The sidebar links */
.sidebar a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 15px;
color: #818181;
display: block;
transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
color: #f1f1f1;
background: #fff;
}
/* Position and style the close button (top right corner) */
.sidebar .closebtn {
position: absolute;
top: 0;
right: 0px;
font-size: 22px;
margin-top: 10px;
padding: 0px 10px 0px 10px;
}
/* The button used to open the sidebar */
.openbtn {
font-size: 20px;
cursor: pointer;
background-color: #111;
color: white;
padding: 10px 15px;
border: none;
}
.openbtn:hover {
background-color: #444;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s; /* If you want a transition effect */
padding: 5px 0px 0px 10px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidebar {padding-top: 15px;}
.sidebar a {font-size: 18px;}
}
.links {
margin-top: 20px;
}
.mainnavbar {
padding: 0px 25px 0px 0px;
}
.image {
height: 120px;
width: 100px;
border-style: solid;
border-width: thin;
border-color: white;
}
.margin {
margin-top: 55px;
}
.name {
width: 100%;
text-align: center;
margin-top: 20px;
font-size: 17.5px;
padding: 0px;
}
.accountType {
width: 100%;
text-align: center;
font-size: 15px;
color: blue;
padding: 0px;
}
.navtext {
float: right;
}
.image_articles {
height: 160px;
width: 100%;
margin: 10px;
border-style: solid;
border-width: thin;
}
.article_text {
margin: 10px;
}
.message {
height: 170px;
}
.message p {
padding: 0px;
margin: 0px;
}
.scrolling-wrapper {
overflow-x: hidden;
overflow-y: scroll;
height: 120px;
}
.ptest {
margin-bottom: 25px;
}
.postblog{
padding-top: 120px;
}
.text-area {
resize: none;
height:50px;
width: 100%;
}
.padding-top {
padding-top: 100px;
}
.icons {
text-align: center;
}
.copy {
display: inline;
}
.padding-a {
padding: 5px 5px;
}
.question {
padding-top: 50px;
color: white;
text-align: center;
}
.padding-all {
padding-top: 20px;
}
.padding-a {
padding: 20px 20px;
color: maroon;
}
ul {
list-style-type: none;
padding: 15px 15px;
}
.even-size {
width: 30%;
}
.border-g {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
html {
background-color: rgb(132,60,61);
}
.padding {
padding: 75px;
}
.masthead {
background-repeat: no-repeat;
background-position: center;
height: 295px;
background-size: cover;
background-blend-mode: darken;
}
.site-heading {
color: black;
font-family: 'Lato', sans-serif;
text-align: center;
padding: 100px 20px;
}
.post-title {
text-align: justify;
}
.blog-list {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: rgb(215,215,215);
}
.img-blog {
width: 100%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.post-title {
font-size: 23px;
}
.post-subtitle {
font-size: 15px;
}
.post-subtitle-content {
font-size: 13px;
} | 0.353094 | 0.116011 |
.titleHd{
color: #f53131;
border-bottom: 2px solid #f53131;
padding-bottom: 8px;
font-weight: 700;
}
.fiXHeade{
position: fixed;
width: 100%;
z-index: 122;
top: 0px;
}
.logoA{
float: left;
position: relative;
width: 131px;
margin-top: -32px;
}
.logo_sch{
position: absolute;
background: red;
width: 100px;
height: 66px;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
}
.slideDe span{
font-size: 12px;
color: green;
display: block;
}
.featureBox{
border-radius: 6px;
border:1px solid #d0d0d0;
padding-bottom: 25px;
}
.fnt12{
font-size: 12px;
}
.feturXA{
padding: 10px;
text-align: center;
background: #2d2d2d;
color: white;
}
.po_fetured{
color: green;
font-size: 19px;
font-weight: 500;
}
/*owl carousel*/
.owl-nav button.owl-prev {
left: -20px !important;
}
.owl-nav button.owl-next {
right: -20px !important;
}
.owl-nav button:focus{
outline:none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
width: 30px;
height: 30px;
border-radius: 50px;
border: 1px solid #00000054;
background: white !important;
color: gray;
}
.NavList .nav-link{
color: #f53131 !important;
}
.owl-nav button {
position: absolute;
top: 50%;
background-color: #000;
color: #fff;
margin: 0;
transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
left: 0;
}
.owl-nav button.owl-next {
right: 0;
}
.owl-dots {
text-align: center;
padding-top: 15px;
}
.owl-dots button.owl-dot {
width: 15px;
height: 15px;
border-radius: 50%;
display: inline-block;
background: #ccc;
margin: 0 3px;
}
.owl-dots button.owl-dot.active {
background-color: #000;
}
.owl-dots button.owl-dot:focus {
outline: none;
}
.owl-nav button {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
display: none;
}
.Posu:focus{
outline:none;
box-shadow:none;
}
.btnSbsc{
background:#f53131;
color: white;
border-radius: 2px;
}
.btnSbsc:hover{
background:black;
color: white;
border-radius: 2px;
}
.FootLIst{
list-style-type: none;
padding: 7px 11px;
}
.FootLIst li a{
color: white;
text-transform: uppercase;
font-size: 13px;
}
.FootLIst li a:hover{
color:black;
text-decoration: none;
}
.ffotBack{
background: #505050;
}
.BankOffers{
display: inline-block;
}
.BankOffers:hover{
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
@media all and (min-width: 992px) {
.navbar .nav-item .dropdown-menu{ display:block; opacity: 0; visibility: hidden; transition:.3s; margin-top:0; }
.navbar .nav-item:hover .nav-link{ color: #fff; }
.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
.navbar .dropdown-menu.fade-up{ top:180%; }
.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
.NavList{
padding: 5px 0px !important;
border-bottom:2px solid transparent;;
}
.NavList ul{
margin-top:2px !important;
}
.botomHeader{
padding: 10px 0px 0px 0px;
}
.botomHeader .nav-link{
border-right: 2px solid #f53131;
padding: 2px 17px !important;
font-weight: 500;
}
.NavList:hover{
border-bottom:2px solid #f53131;;
}
.NavList .dropdown-toggle::after{
display: none !important;
}
.bakLghtgry{
box-shadow: 0px 4px 9px -1px #e0e0e0;
}
.ancholLo{
color: white;
font-weight: 500;
}
.ancholLo:hover{
color: white;
font-weight: 500;
text-decoration: none;
}
.user_wallet{
color: white;
margin-left: 12px;
margin-top: 8px;
}
.user_img{
width: 35px;
background: white;
border-radius: 50%;
padding: 2px 5px;
height: 35px;
}
.input_Tp:focus{
outline:none;
box-shadow: none;
}
.searchIcon{
color: white;
background: black;
padding: 6px 12px;
border: 1px solid transparent;
}
.w_28{
width: 28%;
}
.border_none{
border:none;
border-radius: 0px;
}
.project-tab #tabs{
background: #007b5e;
color: #eee;
}
.project-tab #tabs h6.section-title{
color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #808080 !important;
background-color: transparent;
border-color: transparent transparent #f3f3f3;
border-top: 1px solid #80808040 ;
border-right: 1px solid #80808040 ;
border-left: 1px solid #80808040 ;
font-size: 16px;
font-weight: bold;
padding: 12px 20px;
background: #f1f1f1;
}
.project-tab .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
color: #808080 !important;
font-size: 16px;
font-weight: 600;
}
/*.project-tab .nav-link:hover {
border: none;
}*/
.project-tab thead{
background: #f3f3f3;
color: #333;
}
.project-tab a{
text-decoration: none;
color: #333;
font-size: 13px;
}
.backShad{
background: #f1f1f1;
padding: 22px;
}
.img_wi{
width: unset !important;
margin: 0 auto;
}
.titlS_sld{
text-align: center;
font-size: 13px;
font-weight: 400;
margin: 20px 0px;
color: #6e6e6e;
}
.polk p{
font-size: 14px;
color: green;
margin: 20px 0px;
}
.btn_Acti{
background: #f53131;
border:2px solid #f53131;
color: white;
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
padding:5px 8px;
}
.colGolg{
color:gold;
}
.btn_Acti:hover{
color: #f53131;
border:2px solid #f53131;
background: white;
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
padding:5px 8px;
}
.piss{
list-style-type: none;
display: flex;
font-size: 14px;
padding: 0px;
color: gray;
justify-content: center;
}
.piss li{
padding:0px 3px;
}
.subCa{
color: gray;
font-size: 20px;
}
.tabNav a{
background: transparent !important;
border: none !important;
font-size: 13px;
padding: 8px;
}
.tabNav .active{
border-bottom: 2px solid #f53131 !important;
}
.colGry{
color: gray;
}
.display_content{
display: flex;
justify-content: space-between;
}
.offPercent{
background: #d6d4d4;
border-radius: 10px;
font-size: 25px;
font-weight: 700;
padding: 6px;
text-align: center;
}
.comments_btn{
background: #dcdada;
color: #525050;
border: none;
padding: 6px 10px;
border-radius: 4px;
}
.display_center{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
text-align: center;
}
.toggleDiv{
display: none;
}
.toTogl {
background:white;
margin-top:20px;
border-radius: 4px;
}
.pointer{
cursor:pointer;
}
.idusl{
background: #d6d6d6ad;
padding: 10px 23px;
margin-top: 10px;
}
.pimj span{
font-size: 14px;
}
.scrollbar
{
padding-right: 10px;
padding-left: 0px;
margin: 0px;
height: 234px;
min-height: 150px;
overflow-y: scroll;
}
.scrollbar li{
padding: 3px 0px;
}
/* .force-overflow
{
min-height: 450px;
} */
/*
* STYLE 1
*/
#style-1::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar
{
width: 5px;
background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
}
.bacKred{
background:#f53131;
}
.w10{
width: 10%;
}
.w50{
width: 50% !important;
}
.productsSj p{
font-size: 13px;
}
.productsSj h5{
margin: 12px 0px;
font-size: 15px;
}
.colLgtGry{
color: #c2c2c2;
}
.sOffs{
margin-left:8px;
color:#f53131;
}
.fnt11{
font-size: 11px !important;
}
.fnt11:hover{
font-size: 11px !important;
}
#sellingProduct .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
width: 27px;
height: 55px;
border-radius: 0px;
border: 1px solid #00000054;
background: white !important;
color: gray;
} | assetss/css/style.css | .titleHd{
color: #f53131;
border-bottom: 2px solid #f53131;
padding-bottom: 8px;
font-weight: 700;
}
.fiXHeade{
position: fixed;
width: 100%;
z-index: 122;
top: 0px;
}
.logoA{
float: left;
position: relative;
width: 131px;
margin-top: -32px;
}
.logo_sch{
position: absolute;
background: red;
width: 100px;
height: 66px;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
}
.slideDe span{
font-size: 12px;
color: green;
display: block;
}
.featureBox{
border-radius: 6px;
border:1px solid #d0d0d0;
padding-bottom: 25px;
}
.fnt12{
font-size: 12px;
}
.feturXA{
padding: 10px;
text-align: center;
background: #2d2d2d;
color: white;
}
.po_fetured{
color: green;
font-size: 19px;
font-weight: 500;
}
/*owl carousel*/
.owl-nav button.owl-prev {
left: -20px !important;
}
.owl-nav button.owl-next {
right: -20px !important;
}
.owl-nav button:focus{
outline:none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
width: 30px;
height: 30px;
border-radius: 50px;
border: 1px solid #00000054;
background: white !important;
color: gray;
}
.NavList .nav-link{
color: #f53131 !important;
}
.owl-nav button {
position: absolute;
top: 50%;
background-color: #000;
color: #fff;
margin: 0;
transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
left: 0;
}
.owl-nav button.owl-next {
right: 0;
}
.owl-dots {
text-align: center;
padding-top: 15px;
}
.owl-dots button.owl-dot {
width: 15px;
height: 15px;
border-radius: 50%;
display: inline-block;
background: #ccc;
margin: 0 3px;
}
.owl-dots button.owl-dot.active {
background-color: #000;
}
.owl-dots button.owl-dot:focus {
outline: none;
}
.owl-nav button {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
display: none;
}
.Posu:focus{
outline:none;
box-shadow:none;
}
.btnSbsc{
background:#f53131;
color: white;
border-radius: 2px;
}
.btnSbsc:hover{
background:black;
color: white;
border-radius: 2px;
}
.FootLIst{
list-style-type: none;
padding: 7px 11px;
}
.FootLIst li a{
color: white;
text-transform: uppercase;
font-size: 13px;
}
.FootLIst li a:hover{
color:black;
text-decoration: none;
}
.ffotBack{
background: #505050;
}
.BankOffers{
display: inline-block;
}
.BankOffers:hover{
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
@media all and (min-width: 992px) {
.navbar .nav-item .dropdown-menu{ display:block; opacity: 0; visibility: hidden; transition:.3s; margin-top:0; }
.navbar .nav-item:hover .nav-link{ color: #fff; }
.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
.navbar .dropdown-menu.fade-up{ top:180%; }
.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
.NavList{
padding: 5px 0px !important;
border-bottom:2px solid transparent;;
}
.NavList ul{
margin-top:2px !important;
}
.botomHeader{
padding: 10px 0px 0px 0px;
}
.botomHeader .nav-link{
border-right: 2px solid #f53131;
padding: 2px 17px !important;
font-weight: 500;
}
.NavList:hover{
border-bottom:2px solid #f53131;;
}
.NavList .dropdown-toggle::after{
display: none !important;
}
.bakLghtgry{
box-shadow: 0px 4px 9px -1px #e0e0e0;
}
.ancholLo{
color: white;
font-weight: 500;
}
.ancholLo:hover{
color: white;
font-weight: 500;
text-decoration: none;
}
.user_wallet{
color: white;
margin-left: 12px;
margin-top: 8px;
}
.user_img{
width: 35px;
background: white;
border-radius: 50%;
padding: 2px 5px;
height: 35px;
}
.input_Tp:focus{
outline:none;
box-shadow: none;
}
.searchIcon{
color: white;
background: black;
padding: 6px 12px;
border: 1px solid transparent;
}
.w_28{
width: 28%;
}
.border_none{
border:none;
border-radius: 0px;
}
.project-tab #tabs{
background: #007b5e;
color: #eee;
}
.project-tab #tabs h6.section-title{
color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #808080 !important;
background-color: transparent;
border-color: transparent transparent #f3f3f3;
border-top: 1px solid #80808040 ;
border-right: 1px solid #80808040 ;
border-left: 1px solid #80808040 ;
font-size: 16px;
font-weight: bold;
padding: 12px 20px;
background: #f1f1f1;
}
.project-tab .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
color: #808080 !important;
font-size: 16px;
font-weight: 600;
}
/*.project-tab .nav-link:hover {
border: none;
}*/
.project-tab thead{
background: #f3f3f3;
color: #333;
}
.project-tab a{
text-decoration: none;
color: #333;
font-size: 13px;
}
.backShad{
background: #f1f1f1;
padding: 22px;
}
.img_wi{
width: unset !important;
margin: 0 auto;
}
.titlS_sld{
text-align: center;
font-size: 13px;
font-weight: 400;
margin: 20px 0px;
color: #6e6e6e;
}
.polk p{
font-size: 14px;
color: green;
margin: 20px 0px;
}
.btn_Acti{
background: #f53131;
border:2px solid #f53131;
color: white;
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
padding:5px 8px;
}
.colGolg{
color:gold;
}
.btn_Acti:hover{
color: #f53131;
border:2px solid #f53131;
background: white;
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
padding:5px 8px;
}
.piss{
list-style-type: none;
display: flex;
font-size: 14px;
padding: 0px;
color: gray;
justify-content: center;
}
.piss li{
padding:0px 3px;
}
.subCa{
color: gray;
font-size: 20px;
}
.tabNav a{
background: transparent !important;
border: none !important;
font-size: 13px;
padding: 8px;
}
.tabNav .active{
border-bottom: 2px solid #f53131 !important;
}
.colGry{
color: gray;
}
.display_content{
display: flex;
justify-content: space-between;
}
.offPercent{
background: #d6d4d4;
border-radius: 10px;
font-size: 25px;
font-weight: 700;
padding: 6px;
text-align: center;
}
.comments_btn{
background: #dcdada;
color: #525050;
border: none;
padding: 6px 10px;
border-radius: 4px;
}
.display_center{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
text-align: center;
}
.toggleDiv{
display: none;
}
.toTogl {
background:white;
margin-top:20px;
border-radius: 4px;
}
.pointer{
cursor:pointer;
}
.idusl{
background: #d6d6d6ad;
padding: 10px 23px;
margin-top: 10px;
}
.pimj span{
font-size: 14px;
}
.scrollbar
{
padding-right: 10px;
padding-left: 0px;
margin: 0px;
height: 234px;
min-height: 150px;
overflow-y: scroll;
}
.scrollbar li{
padding: 3px 0px;
}
/* .force-overflow
{
min-height: 450px;
} */
/*
* STYLE 1
*/
#style-1::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar
{
width: 5px;
background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
}
.bacKred{
background:#f53131;
}
.w10{
width: 10%;
}
.w50{
width: 50% !important;
}
.productsSj p{
font-size: 13px;
}
.productsSj h5{
margin: 12px 0px;
font-size: 15px;
}
.colLgtGry{
color: #c2c2c2;
}
.sOffs{
margin-left:8px;
color:#f53131;
}
.fnt11{
font-size: 11px !important;
}
.fnt11:hover{
font-size: 11px !important;
}
#sellingProduct .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
width: 27px;
height: 55px;
border-radius: 0px;
border: 1px solid #00000054;
background: white !important;
color: gray;
} | 0.485844 | 0.102439 |
html, body {
min-height: 100%;
}
body, input {
padding: 0;
margin: 0;
outline: none;
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
color: #666;
line-height: 22px;
}
h1, h4 {
font-weight: 400;
}
h4 {
margin: 22px 0 4px;
}
h5 {
text-transform: uppercase;
color: #095484;
}
.main-block {
display: flex;
justify-content: center;
align-items: center;
padding: 3px;
}
form {
width: 100%;
padding: 20px;
box-shadow: 0 2px 5px #ccc;
background: #fff;
}
input {
width: calc(100% - 10px);
padding: 5px;
border-radius: 3px;
border: 1px solid #ccc;
vertical-align: middle;
}
textarea {
width: calc(100% - 6px);
outline: none;
}
input:hover, textarea:hover {
outline: none;
border: 1px solid #095484;
}
th, td {
width: 15%;
padding: 15px 0;
border-bottom: 1px solid #ccc;
text-align: center;
vertical-align: unset;
line-height: 18px;
font-weight: 400;
word-break: break-all;
}
.additional-question th, .additional-question td {
width: 38%;
}
.course-rate th, .course-rate td {
width: 19%;
}
.first-col, .additional-question .first-col, .course-rate .first-col {
width: 24%;
text-align: left;
}
.question, .comments {
margin: 15px 0 5px;
}
.question-answer label {
display: inline-block;
padding: 0 20px 15px 0;
}
.question-answer input {
width: auto;
}
.question-answer, table {
width: 100%;
}
.btn-block {
margin-top: 20px;
text-align: center;
}
button {
width: 150px;
padding: 10px;
border: none;
border-radius: 5px;
background: #095484;
font-size: 16px;
color: #fff;
cursor: pointer;
}
button:hover {
background: #0666a3;
}
@media (min-width: 568px) {
th, td {
word-break: keep-all;
}
} | css/style2.css | html, body {
min-height: 100%;
}
body, input {
padding: 0;
margin: 0;
outline: none;
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
color: #666;
line-height: 22px;
}
h1, h4 {
font-weight: 400;
}
h4 {
margin: 22px 0 4px;
}
h5 {
text-transform: uppercase;
color: #095484;
}
.main-block {
display: flex;
justify-content: center;
align-items: center;
padding: 3px;
}
form {
width: 100%;
padding: 20px;
box-shadow: 0 2px 5px #ccc;
background: #fff;
}
input {
width: calc(100% - 10px);
padding: 5px;
border-radius: 3px;
border: 1px solid #ccc;
vertical-align: middle;
}
textarea {
width: calc(100% - 6px);
outline: none;
}
input:hover, textarea:hover {
outline: none;
border: 1px solid #095484;
}
th, td {
width: 15%;
padding: 15px 0;
border-bottom: 1px solid #ccc;
text-align: center;
vertical-align: unset;
line-height: 18px;
font-weight: 400;
word-break: break-all;
}
.additional-question th, .additional-question td {
width: 38%;
}
.course-rate th, .course-rate td {
width: 19%;
}
.first-col, .additional-question .first-col, .course-rate .first-col {
width: 24%;
text-align: left;
}
.question, .comments {
margin: 15px 0 5px;
}
.question-answer label {
display: inline-block;
padding: 0 20px 15px 0;
}
.question-answer input {
width: auto;
}
.question-answer, table {
width: 100%;
}
.btn-block {
margin-top: 20px;
text-align: center;
}
button {
width: 150px;
padding: 10px;
border: none;
border-radius: 5px;
background: #095484;
font-size: 16px;
color: #fff;
cursor: pointer;
}
button:hover {
background: #0666a3;
}
@media (min-width: 568px) {
th, td {
word-break: keep-all;
}
} | 0.431345 | 0.056835 |
*{
font-size: 16px;
font-family: Avenir-Next,Roboto,sans-serif;
}
/* Navbar Section */
.edyst img{
width:6vw;
height:4vh;
}
.edyst2 img{
width:2vw;
height:2.3vh;
}
.edyst2 ul{
list-style: none;
}
.edyst2 ul li a{
text-decoration: none;
color: #7f8c8d;
}
.edyst2 {
/* border:1px solid black; */
height: 5.5vh;
display: flex;
align-items: center;
}
.pup{
/* border:1px solid black; */
width:60vw;
height: 4vh;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.nav-button{
cursor:pointer;
background-color: #DE713B;
color: white;
border:none;
width:6.5vw;
height:3vh;
}
.nav-bar{
/* border:1px solid black; */
height: 6.8vh;
display: flex;
justify-content: space-between;
align-items: center;
}
/* Home Page */
.homepage{
height:80vh;
background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0,0,0,0.7)), url("https://i.imgur.com/ksqOx5F.jpg");
color: white;
}
.homepage section{
display: flex;
flex-direction: column;
}
.homepage1{
width:70vw;
height:55vh;
padding: 10vh 10vw;
/* border: 1px solid white; */
}
.homepage1 h1{
font-size: 90px;
margin-top: 0;
margin-bottom: 0;
}
.homepage1 h3{
font-size: 33px;
margin-top: 2vh;
margin-bottom: 0;
}
.apply-button{
width: 13vw;
height:5vh;
color:white;
border:none;
background-color: #4992ca;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
margin-top: 3vh;
margin-bottom:2.5vh;
}
.register-button{
width: 13vw;
height:6vh;
padding: 0.4vh 0.4vw;
color:white;
border:2px solid white;
background-color: #0000;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
}
.mixed-button{
width: 30vw;
height:6vh;
border-radius: 15px;
margin-top: 3vh;
border:none;
cursor: pointer;
background-color: white;
}
/* Pokemon Monsters */
.monster{
height:76vh;
color:white;
background-color:#4992ca;
}
.monster-head h2{
margin-top: 0;
padding:3vh 0;
font-size: 35px;
margin-bottom: 0;
text-align:center;
}
.center2{
width:60vw;
height:18vh;
text-align:center;
}
.center1{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.monster-flex div{
width: 23vw;
height:40vh ;
padding:2vh 1vw;
text-align: center;
}
.monster-flex{
margin-top: 2vh;
display:flex;
justify-content: center;
}
.h4{
margin-top:4vh;
font-size: 23px;
}
/* Pokemon Stats Page */
.stats{
height: 74vh;
}
.stats-head h2{
font-size: 35px;
margin-bottom: 0;
text-align:center;
}
.flex-box{
display: flex;
justify-content: center;
}
.flex-box div{
width:35vw;
height:59vh;
text-align:center;
padding:2vh 2vw;
}
h4{
font-size: 23px;
margin-top:2vh;
}
/* Pokémon of the Year Section */
.YearHead h3{
padding-top: 1vh;
font-size: 30px;
text-align: center;
}
.Year{
height:102vh;
font-weight: 100;
/* padding:0 8vw; */
}
.Year section{
display: flex;
flex-direction: column;
place-items:center;
}
.Year section p{
color:#7f8c8d;
}
.poki3 img{
width:10vw;
height:18vh;
border-radius: 50%;
}
.poki4 img{
width:8vw;
}
.poki5 img{
width:9vw;
height:16.5vh;
border-radius: 50%;
}
.text1{
font-size: 0.9em;
}
.oneyear{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.oneyear div p{
text-align: center;
}
.twoyear{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.twoyear div p{
text-align: center;
}
.threeyear{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.threeyear div p{
text-align: center;
}
.fouryear{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.fouryear div p{
text-align: center;
}
.has3{
margin-bottom: 5px;
/* font-size: 18px; */
font-weight: bold;
}
.has4{
margin: 0;
font-size: 0.8em;
}
.has5{
margin: 0;
}
/* Q&A Section */
.Que{
height: 60vh;
color:white;
padding:2vh 2vw;
background-color: #4992ca;
}
.QA h2{
margin-bottom:2.5vh;
font-size: 2.4em;
text-align: center;
}
.listu{
width:73vw;
height:45vh;
}
.addFlex{
display: flex;
justify-content: center;
}
.bold{
font-weight: bold;
}
ul{
list-style: circle;
}
/* Pokemon Battle */
.mainn{
height:90vh;
}
.battle_header h3{
font-size: 2em;
text-align: center;
margin-bottom:16px;
}
.center{
text-align: center;
margin-top:0px;
}
.first-flex{
height:70vh;
width:17vw;
display:flex;
flex-direction:column;
/* border:1px solid black; */
color:#8a8a8a;
}
.black{
color: black;
}
.second-flex{
height:65vh;
width:45vw;
display:flex;
flex-direction:column;
/* border:1px solid black; */
}
.third-flex{
height:66vh;
width:80vhvw;
display:flex;
justify-content: center;
/* border:1px solid black; */
}
.fourth-flex div{
width:25vw;
height:20vh;
text-align: center;
}
.fourth-flex div p{
color:#4992ca;
margin-top:0;
font-size:17px;
}
.fourth-flex{
display: flex;
place-items: center;
flex-direction:column;
}
.bbutton{
width: 12vw;
height:5vh;
color:white;
border:none;
background-color: #4992ca;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
}
table{
border-collapse: collapse;
height: 50vh;
width: 45vw;
}
table td{
color:#8a8a8a;
}
table td ,th{
border:1px solid #F2F2F2;
padding: 10px;
}
.left{
text-align: left;
}
/* Want to Know More Section 1 */
.knowmore{
display: flex;
justify-items: center;
height: 25vh;
padding: 2vh 0;
background-color:#424242;
}
.insideknowmore{
width: 78vw;
margin:auto;
text-align: center;
color:white;
}
.insideknowmore
.codeline1{
font-size: 45px;
}
.Kbutton{
width: 12vw;
height:4vh;
color:white;
border:2px solid white;
background-color: #0000;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
}
/* Pokemon Cards */
.singlecard{
height: 58vh;
}
.cardhead h3{
font-size: 2em;
text-align: center;
color: #8B8B8B;
margin:2vh 0;
}
.gren{
color: #7f8c8d;
padding-top: 3px;
}
.cardi{
width:inherit;
height:52vh;
/* border:1px solid black; */
display: flex;
place-items: center;
justify-content: center;
}
.card{
margin:0px;
width:18vw;
height:50vh;
border: 1px solid #F3F3F3;
border-radius: 2px;
text-align: center;
border-top:10px solid #4992ca;
}
.subcard1{
margin: 0;
width:18vw;
height:30vh;
padding: 0px;
background-color: #F7F7F7;
border-bottom:1px solid #F3F3F3;
}
.subcard1 *{
margin: 0;
}
/* Pokemon Trainers Section */
header h4{
padding-top: 2.5vh;
font-size: 30px;
text-align: center;
}
.train{
height:105vh;
background-color:#4992ca;
color: white;
/* padding:0 8vw; */
}
.train section{
display: flex;
flex-direction: column;
place-items:center;
}
.text{
font-size: 0.9em;
}
.one{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.one div p{
text-align: center;
}
.has{
margin: 0;
font-size: 0.8em;
}
.has1{
margin-bottom: 5px;
/* font-size: 18px; */
font-weight: 100;
}
.has2{
margin: 0;
}
.two{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.two div p{
text-align: center;
}
.three{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.three div p{
text-align: center;
}
.four{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.four div p{
text-align: center;
}
.poki img{
width:10vw;
height:18vh;
border-radius: 50%;
}
.poki2 img{
width:8vw;
}
/* Generation Card Section */
#height{
height: 113vh;
}
.headings h3{
font-size: 1.8em;
text-align:center;
color:#8B8B8B;
}
.First{
display: flex;
/* flex-wrap: wrap; */
}
.Second{
display: flex;
}
.First section{
margin:0px;
width:20vw;
height:45vh ;
margin:1vh;
border: 1px solid #F3F3F3;
border-radius: 2px;
border-top:10px solid #4992ca;
}
.Second section{
margin:0px;
width:20vw;
height:50vh ;
margin:1vh;
border: 1px solid #F3F3F3;
border-radius: 2px;
border-top:10px solid #4992ca;
}
main{
margin-bottom: 1vh;
display: flex;
flex-direction: column;
place-items: center;
}
.gray{
margin: 0;
width:20vw;
height:10vh;
padding: 0px;
background-color: #F7F7F7;
}
.gray *{
margin: 0;
}
.white{
padding:10px;
}
.white p{
font-size: 14px;
}
.white a{
color: black;
text-decoration: none;
}
.gray .code-line{
padding:5px;
}
.gray .has-line-data{
padding:5px;
}
/* Input Section */
.pokemon-input{
height: 26vh;
display: flex;
flex-direction: wrap;
flex-direction: column;
place-items: center;
background-color: #424242;
border: 1px solid black;
}
.pokemon-input
.head{
font-size:2em;
color: white;
}
#email{
width:18vw;
height:4vh;
border:1px solid white;
border-radius: 1px;
}
.flexy{
width: 12vw;
height:4.5vh;
color:white;
border:2px solid white;
background-color: #0000;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
}
/* Pokemon Games */
.Pokemon-Games{
height: 65vh;
}
.Game-Flex{
display: flex;
justify-content: center;
}
.Game-Flex div{
width:24vw ;
height: 49vh;
text-align: center;
}
.Game-Flex img{
height: 200px;
}
.Game{
text-align: center;
}
.Game h3{
font-size: 2em;
color:#A0A0A0;
}
.Game-Button{
display: flex;
justify-content: center;
}
.Game-Button .b{
width: 10vw;
height:5vh;
/* border: 1px solid black; */
}
.gbutton{
width: 12vw;
height:5vh;
color:white;
border:none;
background-color: #4992ca;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
margin-top: 3vh;
}
/* Designers */
.pokemon-Hi h3{
text-align: center;
font-size:2em;
padding-top: 4vh;
margin-bottom: 2vh;
}
.pokemon-Flex{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.pokemon-Flex div{
width: 27vw;
height:52vh ;
justify-self: center;
text-align: center;
}
.pokemon-Flex
.name{
font-size:1.5em;
}
.pokemon-Designers{
height:64vh;
background-color: #4992ca;
color: white;
}
.pokemon-Designers img{
width:10vw;
height:20vh;
border-radius: 50%;
}
.pokemon-Designers p{
margin: 1vh;
}
/* Logo Section */
.pokemon-Logos{
height: 47vh;
}
#Logo{
display:flex;
justify-content: center;
}
.pokemon-Logos .pokemon-Logos-child1{
width:60vw;
text-align: center;
color:#A0A0A0;
}
.pokemon-Logos .pokemon-Logos-child1 h3{
margin: 10px 0px;
font-size:30px;
}
.pokemon-Logos .pokemon-Logos-child2 {
display: grid;
place-items:center;
grid-template-rows: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
.pokemon-Logos .pokemon-Logos-child2
img{
width:8vw;
}
/* Know More Section */
.pokemon-KnowMore{
display: flex;
justify-items: center;
height: 22vh;
padding: 2vh 0;
background-color:#4992ca;
}
.pokemon-KnowMore2{
width: 78vw;
margin:auto;
text-align: center;
color:white;
}
.pokemon-KnowMore2
.code-line{
font-size: 30px;
}
.button{
width: 12vw;
height:4vh;
color:white;
border:2px solid white;
background-color: #0000;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
}
/* Footer */
.pokemon-footer{
background-color: black;
text-decoration:none;
display:flex;
flex-wrap: wrap;
justify-content: space-around;
height: 22vh;
max-height:70vh;
padding:5vh 0;
}
.pokemon-footer-child1 p{
color: #424242;
text-align: center;
}
.pokemon-footer-child1 ul{
list-style: none;
padding: 0px;
}
.pokemon-footer-child1 ul li{
line-height: 28px;
text-align: center;
}
.pokemon-footer-child1 a{
text-decoration: none;
color: white;
}
.pokemon-footer-child1 .a{
display: flex;
justify-content: space-between;
}
/* media query */
/* Phone */
@media screen and (max-width:360px) {
/* Footer */
.pokemon-footer{
height: 70vh;
}
/* Know More Section */
.pokemon-KnowMore{
height:30vh;
}
.button{
width: 27vw;
height:6vh;
padding: 1vh 1vw;
}
/* Logos Section */
.pokemon-Logos{
height: 45vh;
}
.pokemon-Logos .pokemon-Logos-child1 p{
font-size: 0.8em;
}
.pokemon-Logos .pokemon-Logos-child2 img{
width:15vw;
}
/* Desiners Section */
.pokemon-Designers img{
width:9vw;
height:6vh;
border-radius: 50%;
}
.pokemon-Flex p{
font-size: 6px;
}
.pokemon-Designers{
height: 47vh;
}
.pokemon-Flex div{
width: 27vw;
height:34vh ;
}
.pokemon-Flex
.name{
font-size:1em;
}
/* Game Section */
.Pokemon-Games{
height: 60vh;
}
.Game-Flex img{
width:20vw;
height: 17vh;
}
.Game-Flex div{
width:28vw ;
height: 48vh;
text-align: center;
}
.Pokemon-Games p{
font-size: 10px;
}
.gbutton{
width: 35vw;
height:4vh;
margin: 0em;
padding: 0;
/* font-size:1em */
}
b{
font-size:14px ;
}
.Game h3{
font-size: 25px;
color:#A0A0A0;
}
#i img{
margin-top:5vh ;
}
/* Input Section */
.pokemon-input{
height: 33vh;
}
.pokemon-input
.head{
text-align: center;
font-size:20px;
color: white;
}
#email{
margin-top: 10px;
width:58vw;
height:4vh;
border:1px solid white;
border-radius: 1px;
}
.flexy{
margin-top: 15px;
width: 40vw;
height:4.5vh;
color:white;
border:2px solid white;
background-color: #0000;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
}
.flexym{
display: flex;
flex-direction: column;
place-items: center;
}
/* Cards Section */
#height{
height:126vh;
}
.headings h3{
font-size: 1em;
text-align:center;
color:#8B8B8B;
}
.First section{
margin:0px;
width:35vw;
height:50vh ;
margin:1vh;
border: 1px solid #F3F3F3;
border-radius: 2px;
border-top:10px solid #4992ca;
}
.Second section{
margin:0px;
width:35vw;
height:60vh ;
margin:1vh;
border: 1px solid #F3F3F3;
border-radius: 2px;
border-top:10px solid #4992ca;
}
.gray{
margin: 0;
width:35vw;
height:13vh;
padding: 0px;
background-color: #F7F7F7;
}
.white p{
font-size: 9px;
}
.white a{
color: black;
text-decoration: none;
font-size: inherit;
}
.gray p{
font-size: 10px;
}
.gray h3{
font-size: 5px;
}
/* Pokemon Trainers Section */
.poki img{
width:18vw;
height:12vh;
border-radius: 50%;
}
.poki2 img{
width:10vw;
}
.one{
width:80vw;
}
.text{
font-size: 0.5em;
}
.two{
width:80vw;
}
.three{
width:80vw;
}
.four{
width:80vw;
}
header h4{
padding-top: 2.5vh;
font-size: 18px;
text-align: center;
}
.train{
height: 140vh;
}
/* Card Section */
.singlecard{
height: 58vh;
}
.cardhead h3{
font-size: 1.2em;
margin:2vh 0;
}
.card{
margin:0px;
width:60vw;
height:50vh;
border: 1px solid #F3F3F3;
border-radius: 2px;
text-align: center;
border-top:10px solid #4992ca;
}
.subcard1{
width:60vw;
height:30vh;
}
/* Know More Section 1*/
.knowmore{
height:24vh;
}
.Kbutton{
width: 27vw;
height:6vh;
padding: 1vh 1vw;
}
.insideknowmore
.codeline1 {
font-size: 25px;
}
/* Pokemon Battle */
.mainn{
height:92vh;
width:inherit;
}
.first-flex{
height:30vh;
width:10vw;
}
.battle_header h3{
font-size: 1em;
text-align: center;
}
.first-flex p{
font-size:6px;
}
.black{
font-size:3px;
}
.line{
font-size:6px;
}
table{
border-collapse: collapse;
height: 25vh;
width: 50vw;
}
table th{
padding: 5px;
font-size: 10px;
}
table td{
padding: 5px;
font-size: 10px;
}
.line2{
font-size: 6px;
}
.fourth-flex div p{
margin-top:0;
font-size:11px;
}
.bbutton{
width: 30vw;
height:5vh;
}
/* Q&A Section */
.Que{
height: 80vh;
padding: 1vh 1vw;
}
.Que h2{
font-size:1.5em;
margin-top: 2.5vh;
}
.bold{
font-size:11px;
}
ul li p{
font-size:10px;
}
.listu{
width:70vw;
height:70vh;
}
/* Pokémon of the Year Section */
.poki3 img{
width:18vw;
height:12vh;
border-radius: 50%;
}
.poki4 img{
width:10vw;
}
.oneyear{
width:80vw;
}
.text1{
font-size: 0.5em;
}
.twoyear{
width:80vw;
}
.threeyear{
width:80vw;
}
.fouryear{
width:80vw;
}
.YearHead h3{
padding-top: 2.5vh;
font-size: 18px;
text-align: center;
}
.Year{
height: 131vh;
}
/* Pokemon Stats Page */
.stats{
height: 40vh;
}
.stats-head h2{
font-size: 15px;
margin-bottom: 0;
text-align:center;
}
.flex-box div p{
font-size: 7px;
}
.flex-box div img{
width:18vw;
height:8vh;
}
.flex-box div{
width:30vw;
height:35vh;
text-align:center;
padding:2vh 2vw;
}
h4{
font-size: 10px;
}
/* Pocket Monsters */
.monster{
height:63vh;
}
.monster-head h2{
font-size: 15px;
}
.center2{
width:70vw;
height: 15vh;
}
.center2 p{
font-size: 8px;
}
.monster-flex{
margin-top: 2vh;
}
.monster-flex div p{
font-size: 7px;
}
.h4{
font-size: 15px;
}
.monster-flex div{
width: 28vw;
height:28vh ;
}
/* Home Page Section */
.homepage1 h1{
font-size: 25px;
margin-top: 0;
margin-bottom: 0;
}
.homepage1{
padding: 0;
width:73vw;
height:26vh;
padding: 10vh 10vw;
}
.homepage1 h3{
font-size: 12px;
margin-top: 1vh;
margin-bottom: 0;
}
.apply-button{
width: 31vw;
height:4vh;
margin-top: 2vh;
margin-bottom:2vh;
}
.register-button{
width: 30.5vw;
height:4.5vh;
padding: 0.4vh 0.4vw;
font-size: 10px;
}
.mixed-button{
width: 60vw;
height:5vh;
border-radius: 18px;
margin-top: 2vh;
font-size: 15px;
padding-top: 2px;
}
.smal{
font-size: 8px;
}
.homepage{
height:50vh;
}
/* Nav Bar Section */
.edyst img{
width:3vw;
height:1.5vh;
}
.edyst2 img{
width:2vw;
height:1.5vh;
}
.edyst2{
/* border:1px solid black; */
height: 4vh;
}
.pup li a{
font-size: 6px;
}
.pup{
/* border:1px solid black; */
width:85vw;
height: 3vh;
padding-left: 0;
}
.nav-button{
align-self: flex-start;
width:4vw;
height:2vh;
font-size: 3px;
}
.nav-bar{
/* border:1px solid black; */
/* border:1px solid black; */
height: 5.5vh;
}
}
/* Tab */
@media (min-width:361px) and (max-width:1024px) {
/* Logo Section */
.pokemon-Logos{
height: 30vh;
}
/* Designer Section */
.pokemon-Designers img{
width:11vw;
height:10vh;
border-radius: 50%;
}
.pokemon-Designers{
height: 49vh;
}
.pokemon-Flex div{
width: 27vw;
height:38vh ;
}
.pokemon-Flex
.name{
font-size:2em;
}
/* Games Section */
.Pokemon-Games{
height: 58vh;
}
.Game-Flex img{
width:21vw;
height: 22vh;
}
.Game-Flex div{
width:26vw ;
height: 44vh;
text-align: center;
}
.Pokemon-Games p{
font-size: 17px;
}
b{
font-size:24px ;
}
.Game h3{
font-size: 3em;
color:#A0A0A0;
}
.gbutton{
width: 30vw;
height:4vh;
margin: 0em;
padding: 0;
/* font-size:1em */
}
#i img{
margin-top:5vh ;
}
/* Input Section */
.pokemon-input{
height: 30vh;
}
.pokemon-input
.head{
text-align: center;
font-size:3em;
color: white;
}
#email{
margin-top: 10px;
width:40vw;
height:5vh;
border:1px solid white;
border-radius: 1px;
font-size:2em;
}
.flexy{
margin-top: 15px;
width: 30vw;
height:5vh;
color:white;
border:2px solid white;
background-color: #0000;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
font-size:2em;
margin-left: 2px;
}
} | styles.css | *{
font-size: 16px;
font-family: Avenir-Next,Roboto,sans-serif;
}
/* Navbar Section */
.edyst img{
width:6vw;
height:4vh;
}
.edyst2 img{
width:2vw;
height:2.3vh;
}
.edyst2 ul{
list-style: none;
}
.edyst2 ul li a{
text-decoration: none;
color: #7f8c8d;
}
.edyst2 {
/* border:1px solid black; */
height: 5.5vh;
display: flex;
align-items: center;
}
.pup{
/* border:1px solid black; */
width:60vw;
height: 4vh;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.nav-button{
cursor:pointer;
background-color: #DE713B;
color: white;
border:none;
width:6.5vw;
height:3vh;
}
.nav-bar{
/* border:1px solid black; */
height: 6.8vh;
display: flex;
justify-content: space-between;
align-items: center;
}
/* Home Page */
.homepage{
height:80vh;
background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0,0,0,0.7)), url("https://i.imgur.com/ksqOx5F.jpg");
color: white;
}
.homepage section{
display: flex;
flex-direction: column;
}
.homepage1{
width:70vw;
height:55vh;
padding: 10vh 10vw;
/* border: 1px solid white; */
}
.homepage1 h1{
font-size: 90px;
margin-top: 0;
margin-bottom: 0;
}
.homepage1 h3{
font-size: 33px;
margin-top: 2vh;
margin-bottom: 0;
}
.apply-button{
width: 13vw;
height:5vh;
color:white;
border:none;
background-color: #4992ca;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
margin-top: 3vh;
margin-bottom:2.5vh;
}
.register-button{
width: 13vw;
height:6vh;
padding: 0.4vh 0.4vw;
color:white;
border:2px solid white;
background-color: #0000;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
}
.mixed-button{
width: 30vw;
height:6vh;
border-radius: 15px;
margin-top: 3vh;
border:none;
cursor: pointer;
background-color: white;
}
/* Pokemon Monsters */
.monster{
height:76vh;
color:white;
background-color:#4992ca;
}
.monster-head h2{
margin-top: 0;
padding:3vh 0;
font-size: 35px;
margin-bottom: 0;
text-align:center;
}
.center2{
width:60vw;
height:18vh;
text-align:center;
}
.center1{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.monster-flex div{
width: 23vw;
height:40vh ;
padding:2vh 1vw;
text-align: center;
}
.monster-flex{
margin-top: 2vh;
display:flex;
justify-content: center;
}
.h4{
margin-top:4vh;
font-size: 23px;
}
/* Pokemon Stats Page */
.stats{
height: 74vh;
}
.stats-head h2{
font-size: 35px;
margin-bottom: 0;
text-align:center;
}
.flex-box{
display: flex;
justify-content: center;
}
.flex-box div{
width:35vw;
height:59vh;
text-align:center;
padding:2vh 2vw;
}
h4{
font-size: 23px;
margin-top:2vh;
}
/* Pokémon of the Year Section */
.YearHead h3{
padding-top: 1vh;
font-size: 30px;
text-align: center;
}
.Year{
height:102vh;
font-weight: 100;
/* padding:0 8vw; */
}
.Year section{
display: flex;
flex-direction: column;
place-items:center;
}
.Year section p{
color:#7f8c8d;
}
.poki3 img{
width:10vw;
height:18vh;
border-radius: 50%;
}
.poki4 img{
width:8vw;
}
.poki5 img{
width:9vw;
height:16.5vh;
border-radius: 50%;
}
.text1{
font-size: 0.9em;
}
.oneyear{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.oneyear div p{
text-align: center;
}
.twoyear{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.twoyear div p{
text-align: center;
}
.threeyear{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.threeyear div p{
text-align: center;
}
.fouryear{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.fouryear div p{
text-align: center;
}
.has3{
margin-bottom: 5px;
/* font-size: 18px; */
font-weight: bold;
}
.has4{
margin: 0;
font-size: 0.8em;
}
.has5{
margin: 0;
}
/* Q&A Section */
.Que{
height: 60vh;
color:white;
padding:2vh 2vw;
background-color: #4992ca;
}
.QA h2{
margin-bottom:2.5vh;
font-size: 2.4em;
text-align: center;
}
.listu{
width:73vw;
height:45vh;
}
.addFlex{
display: flex;
justify-content: center;
}
.bold{
font-weight: bold;
}
ul{
list-style: circle;
}
/* Pokemon Battle */
.mainn{
height:90vh;
}
.battle_header h3{
font-size: 2em;
text-align: center;
margin-bottom:16px;
}
.center{
text-align: center;
margin-top:0px;
}
.first-flex{
height:70vh;
width:17vw;
display:flex;
flex-direction:column;
/* border:1px solid black; */
color:#8a8a8a;
}
.black{
color: black;
}
.second-flex{
height:65vh;
width:45vw;
display:flex;
flex-direction:column;
/* border:1px solid black; */
}
.third-flex{
height:66vh;
width:80vhvw;
display:flex;
justify-content: center;
/* border:1px solid black; */
}
.fourth-flex div{
width:25vw;
height:20vh;
text-align: center;
}
.fourth-flex div p{
color:#4992ca;
margin-top:0;
font-size:17px;
}
.fourth-flex{
display: flex;
place-items: center;
flex-direction:column;
}
.bbutton{
width: 12vw;
height:5vh;
color:white;
border:none;
background-color: #4992ca;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
}
table{
border-collapse: collapse;
height: 50vh;
width: 45vw;
}
table td{
color:#8a8a8a;
}
table td ,th{
border:1px solid #F2F2F2;
padding: 10px;
}
.left{
text-align: left;
}
/* Want to Know More Section 1 */
.knowmore{
display: flex;
justify-items: center;
height: 25vh;
padding: 2vh 0;
background-color:#424242;
}
.insideknowmore{
width: 78vw;
margin:auto;
text-align: center;
color:white;
}
.insideknowmore
.codeline1{
font-size: 45px;
}
.Kbutton{
width: 12vw;
height:4vh;
color:white;
border:2px solid white;
background-color: #0000;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
}
/* Pokemon Cards */
.singlecard{
height: 58vh;
}
.cardhead h3{
font-size: 2em;
text-align: center;
color: #8B8B8B;
margin:2vh 0;
}
.gren{
color: #7f8c8d;
padding-top: 3px;
}
.cardi{
width:inherit;
height:52vh;
/* border:1px solid black; */
display: flex;
place-items: center;
justify-content: center;
}
.card{
margin:0px;
width:18vw;
height:50vh;
border: 1px solid #F3F3F3;
border-radius: 2px;
text-align: center;
border-top:10px solid #4992ca;
}
.subcard1{
margin: 0;
width:18vw;
height:30vh;
padding: 0px;
background-color: #F7F7F7;
border-bottom:1px solid #F3F3F3;
}
.subcard1 *{
margin: 0;
}
/* Pokemon Trainers Section */
header h4{
padding-top: 2.5vh;
font-size: 30px;
text-align: center;
}
.train{
height:105vh;
background-color:#4992ca;
color: white;
/* padding:0 8vw; */
}
.train section{
display: flex;
flex-direction: column;
place-items:center;
}
.text{
font-size: 0.9em;
}
.one{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.one div p{
text-align: center;
}
.has{
margin: 0;
font-size: 0.8em;
}
.has1{
margin-bottom: 5px;
/* font-size: 18px; */
font-weight: 100;
}
.has2{
margin: 0;
}
.two{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.two div p{
text-align: center;
}
.three{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.three div p{
text-align: center;
}
.four{
width:70vw;
display: flex;
flex-wrap:wrap;
justify-content: space-evenly;
}
.four div p{
text-align: center;
}
.poki img{
width:10vw;
height:18vh;
border-radius: 50%;
}
.poki2 img{
width:8vw;
}
/* Generation Card Section */
#height{
height: 113vh;
}
.headings h3{
font-size: 1.8em;
text-align:center;
color:#8B8B8B;
}
.First{
display: flex;
/* flex-wrap: wrap; */
}
.Second{
display: flex;
}
.First section{
margin:0px;
width:20vw;
height:45vh ;
margin:1vh;
border: 1px solid #F3F3F3;
border-radius: 2px;
border-top:10px solid #4992ca;
}
.Second section{
margin:0px;
width:20vw;
height:50vh ;
margin:1vh;
border: 1px solid #F3F3F3;
border-radius: 2px;
border-top:10px solid #4992ca;
}
main{
margin-bottom: 1vh;
display: flex;
flex-direction: column;
place-items: center;
}
.gray{
margin: 0;
width:20vw;
height:10vh;
padding: 0px;
background-color: #F7F7F7;
}
.gray *{
margin: 0;
}
.white{
padding:10px;
}
.white p{
font-size: 14px;
}
.white a{
color: black;
text-decoration: none;
}
.gray .code-line{
padding:5px;
}
.gray .has-line-data{
padding:5px;
}
/* Input Section */
.pokemon-input{
height: 26vh;
display: flex;
flex-direction: wrap;
flex-direction: column;
place-items: center;
background-color: #424242;
border: 1px solid black;
}
.pokemon-input
.head{
font-size:2em;
color: white;
}
#email{
width:18vw;
height:4vh;
border:1px solid white;
border-radius: 1px;
}
.flexy{
width: 12vw;
height:4.5vh;
color:white;
border:2px solid white;
background-color: #0000;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
}
/* Pokemon Games */
.Pokemon-Games{
height: 65vh;
}
.Game-Flex{
display: flex;
justify-content: center;
}
.Game-Flex div{
width:24vw ;
height: 49vh;
text-align: center;
}
.Game-Flex img{
height: 200px;
}
.Game{
text-align: center;
}
.Game h3{
font-size: 2em;
color:#A0A0A0;
}
.Game-Button{
display: flex;
justify-content: center;
}
.Game-Button .b{
width: 10vw;
height:5vh;
/* border: 1px solid black; */
}
.gbutton{
width: 12vw;
height:5vh;
color:white;
border:none;
background-color: #4992ca;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
margin-top: 3vh;
}
/* Designers */
.pokemon-Hi h3{
text-align: center;
font-size:2em;
padding-top: 4vh;
margin-bottom: 2vh;
}
.pokemon-Flex{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.pokemon-Flex div{
width: 27vw;
height:52vh ;
justify-self: center;
text-align: center;
}
.pokemon-Flex
.name{
font-size:1.5em;
}
.pokemon-Designers{
height:64vh;
background-color: #4992ca;
color: white;
}
.pokemon-Designers img{
width:10vw;
height:20vh;
border-radius: 50%;
}
.pokemon-Designers p{
margin: 1vh;
}
/* Logo Section */
.pokemon-Logos{
height: 47vh;
}
#Logo{
display:flex;
justify-content: center;
}
.pokemon-Logos .pokemon-Logos-child1{
width:60vw;
text-align: center;
color:#A0A0A0;
}
.pokemon-Logos .pokemon-Logos-child1 h3{
margin: 10px 0px;
font-size:30px;
}
.pokemon-Logos .pokemon-Logos-child2 {
display: grid;
place-items:center;
grid-template-rows: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
.pokemon-Logos .pokemon-Logos-child2
img{
width:8vw;
}
/* Know More Section */
.pokemon-KnowMore{
display: flex;
justify-items: center;
height: 22vh;
padding: 2vh 0;
background-color:#4992ca;
}
.pokemon-KnowMore2{
width: 78vw;
margin:auto;
text-align: center;
color:white;
}
.pokemon-KnowMore2
.code-line{
font-size: 30px;
}
.button{
width: 12vw;
height:4vh;
color:white;
border:2px solid white;
background-color: #0000;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
}
/* Footer */
.pokemon-footer{
background-color: black;
text-decoration:none;
display:flex;
flex-wrap: wrap;
justify-content: space-around;
height: 22vh;
max-height:70vh;
padding:5vh 0;
}
.pokemon-footer-child1 p{
color: #424242;
text-align: center;
}
.pokemon-footer-child1 ul{
list-style: none;
padding: 0px;
}
.pokemon-footer-child1 ul li{
line-height: 28px;
text-align: center;
}
.pokemon-footer-child1 a{
text-decoration: none;
color: white;
}
.pokemon-footer-child1 .a{
display: flex;
justify-content: space-between;
}
/* media query */
/* Phone */
@media screen and (max-width:360px) {
/* Footer */
.pokemon-footer{
height: 70vh;
}
/* Know More Section */
.pokemon-KnowMore{
height:30vh;
}
.button{
width: 27vw;
height:6vh;
padding: 1vh 1vw;
}
/* Logos Section */
.pokemon-Logos{
height: 45vh;
}
.pokemon-Logos .pokemon-Logos-child1 p{
font-size: 0.8em;
}
.pokemon-Logos .pokemon-Logos-child2 img{
width:15vw;
}
/* Desiners Section */
.pokemon-Designers img{
width:9vw;
height:6vh;
border-radius: 50%;
}
.pokemon-Flex p{
font-size: 6px;
}
.pokemon-Designers{
height: 47vh;
}
.pokemon-Flex div{
width: 27vw;
height:34vh ;
}
.pokemon-Flex
.name{
font-size:1em;
}
/* Game Section */
.Pokemon-Games{
height: 60vh;
}
.Game-Flex img{
width:20vw;
height: 17vh;
}
.Game-Flex div{
width:28vw ;
height: 48vh;
text-align: center;
}
.Pokemon-Games p{
font-size: 10px;
}
.gbutton{
width: 35vw;
height:4vh;
margin: 0em;
padding: 0;
/* font-size:1em */
}
b{
font-size:14px ;
}
.Game h3{
font-size: 25px;
color:#A0A0A0;
}
#i img{
margin-top:5vh ;
}
/* Input Section */
.pokemon-input{
height: 33vh;
}
.pokemon-input
.head{
text-align: center;
font-size:20px;
color: white;
}
#email{
margin-top: 10px;
width:58vw;
height:4vh;
border:1px solid white;
border-radius: 1px;
}
.flexy{
margin-top: 15px;
width: 40vw;
height:4.5vh;
color:white;
border:2px solid white;
background-color: #0000;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
}
.flexym{
display: flex;
flex-direction: column;
place-items: center;
}
/* Cards Section */
#height{
height:126vh;
}
.headings h3{
font-size: 1em;
text-align:center;
color:#8B8B8B;
}
.First section{
margin:0px;
width:35vw;
height:50vh ;
margin:1vh;
border: 1px solid #F3F3F3;
border-radius: 2px;
border-top:10px solid #4992ca;
}
.Second section{
margin:0px;
width:35vw;
height:60vh ;
margin:1vh;
border: 1px solid #F3F3F3;
border-radius: 2px;
border-top:10px solid #4992ca;
}
.gray{
margin: 0;
width:35vw;
height:13vh;
padding: 0px;
background-color: #F7F7F7;
}
.white p{
font-size: 9px;
}
.white a{
color: black;
text-decoration: none;
font-size: inherit;
}
.gray p{
font-size: 10px;
}
.gray h3{
font-size: 5px;
}
/* Pokemon Trainers Section */
.poki img{
width:18vw;
height:12vh;
border-radius: 50%;
}
.poki2 img{
width:10vw;
}
.one{
width:80vw;
}
.text{
font-size: 0.5em;
}
.two{
width:80vw;
}
.three{
width:80vw;
}
.four{
width:80vw;
}
header h4{
padding-top: 2.5vh;
font-size: 18px;
text-align: center;
}
.train{
height: 140vh;
}
/* Card Section */
.singlecard{
height: 58vh;
}
.cardhead h3{
font-size: 1.2em;
margin:2vh 0;
}
.card{
margin:0px;
width:60vw;
height:50vh;
border: 1px solid #F3F3F3;
border-radius: 2px;
text-align: center;
border-top:10px solid #4992ca;
}
.subcard1{
width:60vw;
height:30vh;
}
/* Know More Section 1*/
.knowmore{
height:24vh;
}
.Kbutton{
width: 27vw;
height:6vh;
padding: 1vh 1vw;
}
.insideknowmore
.codeline1 {
font-size: 25px;
}
/* Pokemon Battle */
.mainn{
height:92vh;
width:inherit;
}
.first-flex{
height:30vh;
width:10vw;
}
.battle_header h3{
font-size: 1em;
text-align: center;
}
.first-flex p{
font-size:6px;
}
.black{
font-size:3px;
}
.line{
font-size:6px;
}
table{
border-collapse: collapse;
height: 25vh;
width: 50vw;
}
table th{
padding: 5px;
font-size: 10px;
}
table td{
padding: 5px;
font-size: 10px;
}
.line2{
font-size: 6px;
}
.fourth-flex div p{
margin-top:0;
font-size:11px;
}
.bbutton{
width: 30vw;
height:5vh;
}
/* Q&A Section */
.Que{
height: 80vh;
padding: 1vh 1vw;
}
.Que h2{
font-size:1.5em;
margin-top: 2.5vh;
}
.bold{
font-size:11px;
}
ul li p{
font-size:10px;
}
.listu{
width:70vw;
height:70vh;
}
/* Pokémon of the Year Section */
.poki3 img{
width:18vw;
height:12vh;
border-radius: 50%;
}
.poki4 img{
width:10vw;
}
.oneyear{
width:80vw;
}
.text1{
font-size: 0.5em;
}
.twoyear{
width:80vw;
}
.threeyear{
width:80vw;
}
.fouryear{
width:80vw;
}
.YearHead h3{
padding-top: 2.5vh;
font-size: 18px;
text-align: center;
}
.Year{
height: 131vh;
}
/* Pokemon Stats Page */
.stats{
height: 40vh;
}
.stats-head h2{
font-size: 15px;
margin-bottom: 0;
text-align:center;
}
.flex-box div p{
font-size: 7px;
}
.flex-box div img{
width:18vw;
height:8vh;
}
.flex-box div{
width:30vw;
height:35vh;
text-align:center;
padding:2vh 2vw;
}
h4{
font-size: 10px;
}
/* Pocket Monsters */
.monster{
height:63vh;
}
.monster-head h2{
font-size: 15px;
}
.center2{
width:70vw;
height: 15vh;
}
.center2 p{
font-size: 8px;
}
.monster-flex{
margin-top: 2vh;
}
.monster-flex div p{
font-size: 7px;
}
.h4{
font-size: 15px;
}
.monster-flex div{
width: 28vw;
height:28vh ;
}
/* Home Page Section */
.homepage1 h1{
font-size: 25px;
margin-top: 0;
margin-bottom: 0;
}
.homepage1{
padding: 0;
width:73vw;
height:26vh;
padding: 10vh 10vw;
}
.homepage1 h3{
font-size: 12px;
margin-top: 1vh;
margin-bottom: 0;
}
.apply-button{
width: 31vw;
height:4vh;
margin-top: 2vh;
margin-bottom:2vh;
}
.register-button{
width: 30.5vw;
height:4.5vh;
padding: 0.4vh 0.4vw;
font-size: 10px;
}
.mixed-button{
width: 60vw;
height:5vh;
border-radius: 18px;
margin-top: 2vh;
font-size: 15px;
padding-top: 2px;
}
.smal{
font-size: 8px;
}
.homepage{
height:50vh;
}
/* Nav Bar Section */
.edyst img{
width:3vw;
height:1.5vh;
}
.edyst2 img{
width:2vw;
height:1.5vh;
}
.edyst2{
/* border:1px solid black; */
height: 4vh;
}
.pup li a{
font-size: 6px;
}
.pup{
/* border:1px solid black; */
width:85vw;
height: 3vh;
padding-left: 0;
}
.nav-button{
align-self: flex-start;
width:4vw;
height:2vh;
font-size: 3px;
}
.nav-bar{
/* border:1px solid black; */
/* border:1px solid black; */
height: 5.5vh;
}
}
/* Tab */
@media (min-width:361px) and (max-width:1024px) {
/* Logo Section */
.pokemon-Logos{
height: 30vh;
}
/* Designer Section */
.pokemon-Designers img{
width:11vw;
height:10vh;
border-radius: 50%;
}
.pokemon-Designers{
height: 49vh;
}
.pokemon-Flex div{
width: 27vw;
height:38vh ;
}
.pokemon-Flex
.name{
font-size:2em;
}
/* Games Section */
.Pokemon-Games{
height: 58vh;
}
.Game-Flex img{
width:21vw;
height: 22vh;
}
.Game-Flex div{
width:26vw ;
height: 44vh;
text-align: center;
}
.Pokemon-Games p{
font-size: 17px;
}
b{
font-size:24px ;
}
.Game h3{
font-size: 3em;
color:#A0A0A0;
}
.gbutton{
width: 30vw;
height:4vh;
margin: 0em;
padding: 0;
/* font-size:1em */
}
#i img{
margin-top:5vh ;
}
/* Input Section */
.pokemon-input{
height: 30vh;
}
.pokemon-input
.head{
text-align: center;
font-size:3em;
color: white;
}
#email{
margin-top: 10px;
width:40vw;
height:5vh;
border:1px solid white;
border-radius: 1px;
font-size:2em;
}
.flexy{
margin-top: 15px;
width: 30vw;
height:5vh;
color:white;
border:2px solid white;
background-color: #0000;
cursor: pointer;
font-weight:bold;
border-radius: 2px;
font-size:2em;
margin-left: 2px;
}
} | 0.328099 | 0.033972 |
@charset "UTF-8";
/**********************************************************************
.nkw.layout-two-cols
**********************************************************************/
.nkw.layout-two-cols {
display: -webkit-flex;
display: flex;
position: relative;
width: 100%;
}
.nkw.layout-two-cols > .nkw.layout-two-cols-side {
box-sizing: border-box;
flex: 0 0 0;
max-height: calc(100vh - 50px);
overflow-y: scroll;
position: -webkit-sticky;
position: sticky;
top: 20px;
z-index: 1;
transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
.nkw.layout-two-cols > .nkw.layout-two-cols-side {
flex-basis: 260px;
}
.nkw.layout-two-cols.wide-side > .nkw.layout-two-cols-side {
flex-basis: 360px;
}
}
@media screen and (min-width: 1200px) {
.nkw.layout-two-cols.wide-side-1200 > .nkw.layout-two-cols-side {
flex-basis: 360px;
}
}
.nkw.layout-two-cols > .nkw.layout-two-cols-content {
flex: 1 1;
position: relative;
transition: all 0.3s ease-in-out;
z-index: 2;
}
/**********************************************************************
.nkw,row
.nkw.col-*
**********************************************************************/
.nkw.row {
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.nkw.row.center {
-webkit-justify-content: center;
justify-content: center;
}
.nkw.col-1 { width: 8.33%; }
.nkw.col-2 { width: 16.66%; }
.nkw.col-3 { width: 25%; }
.nkw.col-4 { width: 33.33%; }
.nkw.col-5 { width: 41.66%; }
.nkw.col-6 { width: 50%; }
.nkw.col-7 { width: 58.33%; }
.nkw.col-8 { width: 66.66%; }
.nkw.col-9 { width: 75%; }
.nkw.col-10 { width: 83.33%; }
.nkw.col-11 { width: 91.66%; }
.nkw.col-12 { width: 100%; }
@media screen and (min-width: 600px) {
.nkw.col-1-600 { width: 8.33%; }
.nkw.col-2-600 { width: 16.66%; }
.nkw.col-3-600 { width: 25%; }
.nkw.col-4-600 { width: 33.33%; }
.nkw.col-5-600 { width: 41.66%; }
.nkw.col-6-600 { width: 50%; }
.nkw.col-7-600 { width: 58.33%; }
.nkw.col-8-600 { width: 66.66%; }
.nkw.col-9-600 { width: 75%; }
.nkw.col-10-600 { width: 83.33%; }
.nkw.col-11-600 { width: 91.66%; }
.nkw.col-12-600 { width: 100%; }
}
@media screen and (min-width: 768px) {
.nkw.col-1-768 { width: 8.33%; }
.nkw.col-2-768 { width: 16.66%; }
.nkw.col-3-768 { width: 25%; }
.nkw.col-4-768 { width: 33.33%; }
.nkw.col-5-768 { width: 41.66%; }
.nkw.col-6-768 { width: 50%; }
.nkw.col-7-768 { width: 58.33%; }
.nkw.col-8-768 { width: 66.66%; }
.nkw.col-9-768 { width: 75%; }
.nkw.col-10-768 { width: 83.33%; }
.nkw.col-11-768 { width: 91.66%; }
.nkw.col-12-768 { width: 100%; }
}
@media screen and (min-width: 896px) {
.nkw.col-1-896 { width: 8.33%; }
.nkw.col-2-896 { width: 16.66%; }
.nkw.col-3-896 { width: 25%; }
.nkw.col-4-896 { width: 33.33%; }
.nkw.col-5-896 { width: 41.66%; }
.nkw.col-6-896 { width: 50%; }
.nkw.col-7-896 { width: 58.33%; }
.nkw.col-8-896 { width: 66.66%; }
.nkw.col-9-896 { width: 75%; }
.nkw.col-10-896 { width: 83.33%; }
.nkw.col-11-896 { width: 91.66%; }
.nkw.col-12-896 { width: 100%; }
}
@media screen and (min-width: 1024px) {
.nkw.col-1-1024 { width: 8.33%; }
.nkw.col-2-1024 { width: 16.66%; }
.nkw.col-3-1024 { width: 25%; }
.nkw.col-4-1024 { width: 33.33%; }
.nkw.col-5-1024 { width: 41.66%; }
.nkw.col-6-1024 { width: 50%; }
.nkw.col-7-1024 { width: 58.33%; }
.nkw.col-8-1024 { width: 66.66%; }
.nkw.col-9-1024 { width: 75%; }
.nkw.col-10-1024 { width: 83.33%; }
.nkw.col-11-1024 { width: 91.66%; }
.nkw.col-12-1024 { width: 100%; }
}
@media screen and (min-width: 1024px) {
.nkw.col-1-1200 { width: 8.33%; }
.nkw.col-2-1200 { width: 16.66%; }
.nkw.col-3-1200 { width: 25%; }
.nkw.col-4-1200 { width: 33.33%; }
.nkw.col-5-1200 { width: 41.66%; }
.nkw.col-6-1200 { width: 50%; }
.nkw.col-7-1200 { width: 58.33%; }
.nkw.col-8-1200 { width: 66.66%; }
.nkw.col-9-1200 { width: 75%; }
.nkw.col-10-1200 { width: 83.33%; }
.nkw.col-11-1200 { width: 91.66%; }
.nkw.col-12-1200 { width: 100%; }
} | noknow/partial/layout.css | @charset "UTF-8";
/**********************************************************************
.nkw.layout-two-cols
**********************************************************************/
.nkw.layout-two-cols {
display: -webkit-flex;
display: flex;
position: relative;
width: 100%;
}
.nkw.layout-two-cols > .nkw.layout-two-cols-side {
box-sizing: border-box;
flex: 0 0 0;
max-height: calc(100vh - 50px);
overflow-y: scroll;
position: -webkit-sticky;
position: sticky;
top: 20px;
z-index: 1;
transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
.nkw.layout-two-cols > .nkw.layout-two-cols-side {
flex-basis: 260px;
}
.nkw.layout-two-cols.wide-side > .nkw.layout-two-cols-side {
flex-basis: 360px;
}
}
@media screen and (min-width: 1200px) {
.nkw.layout-two-cols.wide-side-1200 > .nkw.layout-two-cols-side {
flex-basis: 360px;
}
}
.nkw.layout-two-cols > .nkw.layout-two-cols-content {
flex: 1 1;
position: relative;
transition: all 0.3s ease-in-out;
z-index: 2;
}
/**********************************************************************
.nkw,row
.nkw.col-*
**********************************************************************/
.nkw.row {
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.nkw.row.center {
-webkit-justify-content: center;
justify-content: center;
}
.nkw.col-1 { width: 8.33%; }
.nkw.col-2 { width: 16.66%; }
.nkw.col-3 { width: 25%; }
.nkw.col-4 { width: 33.33%; }
.nkw.col-5 { width: 41.66%; }
.nkw.col-6 { width: 50%; }
.nkw.col-7 { width: 58.33%; }
.nkw.col-8 { width: 66.66%; }
.nkw.col-9 { width: 75%; }
.nkw.col-10 { width: 83.33%; }
.nkw.col-11 { width: 91.66%; }
.nkw.col-12 { width: 100%; }
@media screen and (min-width: 600px) {
.nkw.col-1-600 { width: 8.33%; }
.nkw.col-2-600 { width: 16.66%; }
.nkw.col-3-600 { width: 25%; }
.nkw.col-4-600 { width: 33.33%; }
.nkw.col-5-600 { width: 41.66%; }
.nkw.col-6-600 { width: 50%; }
.nkw.col-7-600 { width: 58.33%; }
.nkw.col-8-600 { width: 66.66%; }
.nkw.col-9-600 { width: 75%; }
.nkw.col-10-600 { width: 83.33%; }
.nkw.col-11-600 { width: 91.66%; }
.nkw.col-12-600 { width: 100%; }
}
@media screen and (min-width: 768px) {
.nkw.col-1-768 { width: 8.33%; }
.nkw.col-2-768 { width: 16.66%; }
.nkw.col-3-768 { width: 25%; }
.nkw.col-4-768 { width: 33.33%; }
.nkw.col-5-768 { width: 41.66%; }
.nkw.col-6-768 { width: 50%; }
.nkw.col-7-768 { width: 58.33%; }
.nkw.col-8-768 { width: 66.66%; }
.nkw.col-9-768 { width: 75%; }
.nkw.col-10-768 { width: 83.33%; }
.nkw.col-11-768 { width: 91.66%; }
.nkw.col-12-768 { width: 100%; }
}
@media screen and (min-width: 896px) {
.nkw.col-1-896 { width: 8.33%; }
.nkw.col-2-896 { width: 16.66%; }
.nkw.col-3-896 { width: 25%; }
.nkw.col-4-896 { width: 33.33%; }
.nkw.col-5-896 { width: 41.66%; }
.nkw.col-6-896 { width: 50%; }
.nkw.col-7-896 { width: 58.33%; }
.nkw.col-8-896 { width: 66.66%; }
.nkw.col-9-896 { width: 75%; }
.nkw.col-10-896 { width: 83.33%; }
.nkw.col-11-896 { width: 91.66%; }
.nkw.col-12-896 { width: 100%; }
}
@media screen and (min-width: 1024px) {
.nkw.col-1-1024 { width: 8.33%; }
.nkw.col-2-1024 { width: 16.66%; }
.nkw.col-3-1024 { width: 25%; }
.nkw.col-4-1024 { width: 33.33%; }
.nkw.col-5-1024 { width: 41.66%; }
.nkw.col-6-1024 { width: 50%; }
.nkw.col-7-1024 { width: 58.33%; }
.nkw.col-8-1024 { width: 66.66%; }
.nkw.col-9-1024 { width: 75%; }
.nkw.col-10-1024 { width: 83.33%; }
.nkw.col-11-1024 { width: 91.66%; }
.nkw.col-12-1024 { width: 100%; }
}
@media screen and (min-width: 1024px) {
.nkw.col-1-1200 { width: 8.33%; }
.nkw.col-2-1200 { width: 16.66%; }
.nkw.col-3-1200 { width: 25%; }
.nkw.col-4-1200 { width: 33.33%; }
.nkw.col-5-1200 { width: 41.66%; }
.nkw.col-6-1200 { width: 50%; }
.nkw.col-7-1200 { width: 58.33%; }
.nkw.col-8-1200 { width: 66.66%; }
.nkw.col-9-1200 { width: 75%; }
.nkw.col-10-1200 { width: 83.33%; }
.nkw.col-11-1200 { width: 91.66%; }
.nkw.col-12-1200 { width: 100%; }
} | 0.374562 | 0.070304 |
----------------------------------------------- */
form.default-form fieldset {
margin: 1em 0 0 0;
padding: 0;
border-bottom: 1px solid #EEE;
}
form.lookup fieldset {
margin: 1em 0;
padding: 0;
border-bottom: 1px solid #EEE;
}
form.default-form fieldset.actions {
border: none;
}
form.default-form legend {
list-style-type: none;
font-weight: bold;
padding: 0 0 0.5em 0;
}
form.lookup legend {
list-style-type: none;
font-weight: bold;
padding: 0 0 0.5em 0;
}
form.default-form p {
}
form.default-form div {
display: block;
width: 100%;
float: left;
list-style-type: none;
padding: 0.5em 0 0.5em 0;
border-top: 1px solid #EEE;
}
form.lookup div {
display: block;
width: 100%;
float: left;
list-style-type: none;
padding: 0.5em 0 0.5em 0;
border-top: 1px solid #EEE;
background: #f8f4e9;
}
form.default-form div div {
background: none;
border: none;
padding: 0;
}
form.default-form div.alt {
background: #f8f4e9;
}
form.default-form label {
font-size: 80%;
line-height: normal;
position: relative;
top: 0.15em;
padding: 0 0 0 1em;
width: 15em;
float: left;
clear: left;
}
form.lookup label {
font-size: 80%;
line-height: normal;
position: relative;
top: 0.15em;
padding: 0 0 0 1em;
/*
width: 15em;
*/
float: left;
clear: left;
}
form.lookup span.label {
font-size: 80%;
line-height: normal;
/*
position: relative;
*/
top: 0.15em;
padding: 0 0 0 1em;
/*
width: 15em;
float: left;
clear: left;
*/}
form.default-form label span {
position: absolute;
right: 0.5em;
color: red;
font-weight: bold;
}
form.default-form .radio, form.default-form .checkbox {
position: relative;
top: -0.1em;
float: left;
margin: 0.3em 0 0.3em 0;
width: auto;
}
form.default-form #day, form.default-form #month, form.default-form #year {
position: relative;
top: 0;
width: 4.8em;
}
form.default-form fieldset.actions div {
border: none;
text-align: right;
}
form.default-form fieldset.actions p {
font-size: 80%;
line-height: normal;
display: inline;
}
form.default-form #button-next {
width: auto;
}
form.default-form input, form.default-form textarea, form.default-form select {
width: 15em;
}
form.default-form .error {
border: 1px solid red;
background: #FFCCCC;
}
/* =ERROR MESSAGES
----------------------------------------------- */
div#error, div#message {
padding: 18px 0 0 52px;
margin: 1em 0 1em 0;
}
div#error {
border: 1px solid red;
background: #FFCCCC url(../images/icon-alert-warning.gif) no-repeat 10px 10px;
}
/* =SEARCH-FORM
----------------------------------------------- */
div#site-search form {
font-size: 0.75em;
margin: 0 20px 0 9px;
}
div#site-search form label {
color: #999999;
}
div#site-search form #search-term {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
border: 1px solid #CCC;
padding: 2px;
/* amended by DMR (Studio24) 24.01.08*/
width: 10em;
}
div#site-search form #search-button {
position: relative;
top: 6px;
}
/*text decoration changed 2.2 hvs*/
div#site-search form a {
font-weight: bold;
font-size: 0.9em;
display: block;
margin-left: 2.5em;
padding-left: 15px;
background: url(../images/icon-arrow-nav-primary.gif) no-repeat 0 6px;
text-decoration: none;
}
div#site-search form a:hover {
text-decoration: none;
} | src/main/webapp/global/style/forms.css | ----------------------------------------------- */
form.default-form fieldset {
margin: 1em 0 0 0;
padding: 0;
border-bottom: 1px solid #EEE;
}
form.lookup fieldset {
margin: 1em 0;
padding: 0;
border-bottom: 1px solid #EEE;
}
form.default-form fieldset.actions {
border: none;
}
form.default-form legend {
list-style-type: none;
font-weight: bold;
padding: 0 0 0.5em 0;
}
form.lookup legend {
list-style-type: none;
font-weight: bold;
padding: 0 0 0.5em 0;
}
form.default-form p {
}
form.default-form div {
display: block;
width: 100%;
float: left;
list-style-type: none;
padding: 0.5em 0 0.5em 0;
border-top: 1px solid #EEE;
}
form.lookup div {
display: block;
width: 100%;
float: left;
list-style-type: none;
padding: 0.5em 0 0.5em 0;
border-top: 1px solid #EEE;
background: #f8f4e9;
}
form.default-form div div {
background: none;
border: none;
padding: 0;
}
form.default-form div.alt {
background: #f8f4e9;
}
form.default-form label {
font-size: 80%;
line-height: normal;
position: relative;
top: 0.15em;
padding: 0 0 0 1em;
width: 15em;
float: left;
clear: left;
}
form.lookup label {
font-size: 80%;
line-height: normal;
position: relative;
top: 0.15em;
padding: 0 0 0 1em;
/*
width: 15em;
*/
float: left;
clear: left;
}
form.lookup span.label {
font-size: 80%;
line-height: normal;
/*
position: relative;
*/
top: 0.15em;
padding: 0 0 0 1em;
/*
width: 15em;
float: left;
clear: left;
*/}
form.default-form label span {
position: absolute;
right: 0.5em;
color: red;
font-weight: bold;
}
form.default-form .radio, form.default-form .checkbox {
position: relative;
top: -0.1em;
float: left;
margin: 0.3em 0 0.3em 0;
width: auto;
}
form.default-form #day, form.default-form #month, form.default-form #year {
position: relative;
top: 0;
width: 4.8em;
}
form.default-form fieldset.actions div {
border: none;
text-align: right;
}
form.default-form fieldset.actions p {
font-size: 80%;
line-height: normal;
display: inline;
}
form.default-form #button-next {
width: auto;
}
form.default-form input, form.default-form textarea, form.default-form select {
width: 15em;
}
form.default-form .error {
border: 1px solid red;
background: #FFCCCC;
}
/* =ERROR MESSAGES
----------------------------------------------- */
div#error, div#message {
padding: 18px 0 0 52px;
margin: 1em 0 1em 0;
}
div#error {
border: 1px solid red;
background: #FFCCCC url(../images/icon-alert-warning.gif) no-repeat 10px 10px;
}
/* =SEARCH-FORM
----------------------------------------------- */
div#site-search form {
font-size: 0.75em;
margin: 0 20px 0 9px;
}
div#site-search form label {
color: #999999;
}
div#site-search form #search-term {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
border: 1px solid #CCC;
padding: 2px;
/* amended by DMR (Studio24) 24.01.08*/
width: 10em;
}
div#site-search form #search-button {
position: relative;
top: 6px;
}
/*text decoration changed 2.2 hvs*/
div#site-search form a {
font-weight: bold;
font-size: 0.9em;
display: block;
margin-left: 2.5em;
padding-left: 15px;
background: url(../images/icon-arrow-nav-primary.gif) no-repeat 0 6px;
text-decoration: none;
}
div#site-search form a:hover {
text-decoration: none;
} | 0.195556 | 0.084985 |
@media screen and (max-width: 980px) {
#cinema {
min-width: 980px;
overflow-y: hidden;
}
#head {
background: url('../img/980/fresko.jpg') 50% 0 no-repeat;
}
#jquery-eu-logo {
left: 740px;
}
#intro {
background: url('../img/980/paper.png') 50% 0 no-repeat;
}
#speakers {
background: url('../img/980/speakers.png') 50% 0 no-repeat;
}
#sessions {
background: url('../img/2600/programm.png') 50% 0 no-repeat;
}
#cloud1 {
background: url('../img/980/clouds1.jpg') 50% 0 no-repeat;
}
#cloud2 {
background: url('../img/980/clouds2.png') 50% 0 no-repeat;
}
#plane {
left: -120px;
background: url('../img/980/plane.png') 50% 0 no-repeat;
}
#bookflight {
top: 125px;
left: -98px;
}
#map {
background: url('../img/980/map.jpg') 50% 0 no-repeat;
}
#bottom1 {
background: url('../img/980/bottom1.png') 50% 0 no-repeat;
}
#bottom2 {
height: 3231px;
background: url('../img/980/bottom3.jpg') 50% 0 no-repeat;
}
#bottom3 {
height: 3231px;
background: url('../img/980/bottom4.png') 50% 0 no-repeat;
}
#speaker01 {
top: 368px;
left: -34px;
}
#speaker02 {
top: 279px;
left: 214px;
}
#speaker03 {
top: 232px;
left: -34px;
}
#speaker04 {
top: 141px;
left: 214px;
}
#speaker05 {
top: 52px;
left: 465px;
}
#speaker06 {
top: -338px;
left: 465px;
}
#speaker07 {
top: -275px;
left: -34px;
}
#speaker08 {
top: -365px;
left: 214px;
}
#speaker09 {
top: -417px;
left: 465px;
}
#speaker10 {
top: -506px;
left: 214px;
}
#speaker11 {
top: -785px;
left: -34px;
}
#speaker12 {
top: -733px;
left: -34px;
}
#speaker13 {
top: -822px;
left: 214px;
}
#speaker14 {
top: -1101px;
left: 465px;
background: url('../img/speaker00.png') 50% 0 no-repeat;
}
#speaker15 {
top: -1050px;
left: -34px;
}
#speaker16 {
top: -1279px;
left: 465px;
}
} | resources/2013/eu/css/980.css | @media screen and (max-width: 980px) {
#cinema {
min-width: 980px;
overflow-y: hidden;
}
#head {
background: url('../img/980/fresko.jpg') 50% 0 no-repeat;
}
#jquery-eu-logo {
left: 740px;
}
#intro {
background: url('../img/980/paper.png') 50% 0 no-repeat;
}
#speakers {
background: url('../img/980/speakers.png') 50% 0 no-repeat;
}
#sessions {
background: url('../img/2600/programm.png') 50% 0 no-repeat;
}
#cloud1 {
background: url('../img/980/clouds1.jpg') 50% 0 no-repeat;
}
#cloud2 {
background: url('../img/980/clouds2.png') 50% 0 no-repeat;
}
#plane {
left: -120px;
background: url('../img/980/plane.png') 50% 0 no-repeat;
}
#bookflight {
top: 125px;
left: -98px;
}
#map {
background: url('../img/980/map.jpg') 50% 0 no-repeat;
}
#bottom1 {
background: url('../img/980/bottom1.png') 50% 0 no-repeat;
}
#bottom2 {
height: 3231px;
background: url('../img/980/bottom3.jpg') 50% 0 no-repeat;
}
#bottom3 {
height: 3231px;
background: url('../img/980/bottom4.png') 50% 0 no-repeat;
}
#speaker01 {
top: 368px;
left: -34px;
}
#speaker02 {
top: 279px;
left: 214px;
}
#speaker03 {
top: 232px;
left: -34px;
}
#speaker04 {
top: 141px;
left: 214px;
}
#speaker05 {
top: 52px;
left: 465px;
}
#speaker06 {
top: -338px;
left: 465px;
}
#speaker07 {
top: -275px;
left: -34px;
}
#speaker08 {
top: -365px;
left: 214px;
}
#speaker09 {
top: -417px;
left: 465px;
}
#speaker10 {
top: -506px;
left: 214px;
}
#speaker11 {
top: -785px;
left: -34px;
}
#speaker12 {
top: -733px;
left: -34px;
}
#speaker13 {
top: -822px;
left: 214px;
}
#speaker14 {
top: -1101px;
left: 465px;
background: url('../img/speaker00.png') 50% 0 no-repeat;
}
#speaker15 {
top: -1050px;
left: -34px;
}
#speaker16 {
top: -1279px;
left: 465px;
}
} | 0.238284 | 0.08218 |