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 |
|---|---|---|---|---|
a {
color: #000000;
text-shadow: 2px 2px 5px #40e0d0, 1px 1px 3px #800080, 1px 2px 3px #fffafa;
text-decoration: underline;
}
.art-img {
border-radius: 30px;
width: 300px;
height: 177px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}
.bar {
border-bottom:3px solid #000;
}
body {
background: url(images/better.jpg) no-repeat center center fixed;
text-align: center;
padding: 25px;
font-family: Arial, Helvetica, sans-serif;
color: #fffaf0;
margin-left: auto;
margin-right: auto;
width: 650px;
}
.buttons, select {
color: #fffaf0;
background-color: #000000;
}
.buttons {
border-radius:7.5px;
}
.comment-bar {
border-bottom:1.5px solid #fffaf0;
opacity: 0.6;
}
#comment-container, #quote-container {
margin-top: 15px;
}
#comment-container {
text-align: left;
word-wrap: break-word;
}
form {
display: inline-block;
}
.gallery-img {
width: 400px;
height: 221px;
margin-left: auto;
margin-right: auto;
}
h1, h2, h3 {
color: #000000;
text-shadow: 2px 2px 5px #40e0d0, 1px 1px 3px #800080, 1px 2px 3px #fffafa;
}
.home-img {
width: 50px;
height: 50px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}
html {
scroll-behavior: smooth;
}
img:hover {
box-shadow: 0 0 2px 1px #ffffff;
}
li {
list-style-type:none;
margin-top: 15px;
}
#map {
border: thin solid #000000;
height: 350px;
width: 425px;
margin-left: auto;
margin-right: auto;
border-radius: 20px;
color: #000000;
}
#name-box, #text-box {
background: url(images/better.jpg) center center no-repeat fixed;
border: 1px solid #ffffff;
outline: none;
resize: none;
color: #fffaf0;
border-radius: 6.5px;
}
#name-box {
width: 12em;
height: 1.75em;
}
select {
border: #fffaf0;
border-radius: 1.25px;
}
#text-box {
width: 48em;
height: 4em;
}
/* PlaceHolder */
::-webkit-input-placeholder {
color: #fffaf0;
}
:focus::-webkit-input-placeholder {
opacity: 0.55;
} | portfolio/src/main/webapp/style.css | a {
color: #000000;
text-shadow: 2px 2px 5px #40e0d0, 1px 1px 3px #800080, 1px 2px 3px #fffafa;
text-decoration: underline;
}
.art-img {
border-radius: 30px;
width: 300px;
height: 177px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}
.bar {
border-bottom:3px solid #000;
}
body {
background: url(images/better.jpg) no-repeat center center fixed;
text-align: center;
padding: 25px;
font-family: Arial, Helvetica, sans-serif;
color: #fffaf0;
margin-left: auto;
margin-right: auto;
width: 650px;
}
.buttons, select {
color: #fffaf0;
background-color: #000000;
}
.buttons {
border-radius:7.5px;
}
.comment-bar {
border-bottom:1.5px solid #fffaf0;
opacity: 0.6;
}
#comment-container, #quote-container {
margin-top: 15px;
}
#comment-container {
text-align: left;
word-wrap: break-word;
}
form {
display: inline-block;
}
.gallery-img {
width: 400px;
height: 221px;
margin-left: auto;
margin-right: auto;
}
h1, h2, h3 {
color: #000000;
text-shadow: 2px 2px 5px #40e0d0, 1px 1px 3px #800080, 1px 2px 3px #fffafa;
}
.home-img {
width: 50px;
height: 50px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}
html {
scroll-behavior: smooth;
}
img:hover {
box-shadow: 0 0 2px 1px #ffffff;
}
li {
list-style-type:none;
margin-top: 15px;
}
#map {
border: thin solid #000000;
height: 350px;
width: 425px;
margin-left: auto;
margin-right: auto;
border-radius: 20px;
color: #000000;
}
#name-box, #text-box {
background: url(images/better.jpg) center center no-repeat fixed;
border: 1px solid #ffffff;
outline: none;
resize: none;
color: #fffaf0;
border-radius: 6.5px;
}
#name-box {
width: 12em;
height: 1.75em;
}
select {
border: #fffaf0;
border-radius: 1.25px;
}
#text-box {
width: 48em;
height: 4em;
}
/* PlaceHolder */
::-webkit-input-placeholder {
color: #fffaf0;
}
:focus::-webkit-input-placeholder {
opacity: 0.55;
} | 0.390476 | 0.258935 |
footer {
background-color: #4e4e4e;
bottom: 0px;
left: 0px;
width: 100vw;
text-align: center;
border-top: 2px solid black;
padding: 50px 0 65px; }
footer .list-inline {
margin: 0;
padding: 0; }
footer .copyright {
font-size: 14px;
margin-bottom: 0;
text-align: center; }
.search_form {
width: 50vw;
margin-left: 25vw;
margin-right: 25vw;
position: relative;
margin-top: 8vh;
height: 100%;
line-height: initial !important;
padding: 10px;
box-sizing: border-box;
}
.page_intro {
width: 50vw;
margin: auto;
text-align: center;
border-bottom: 2px solid black;
margin-top: 2vh;
}
.submit_button {
float: right;
height: 8vh;
width: 30%;
margin: 0px;
box-sizing: border-box;
filter: opacity(.75);
background-color: #7a5834;
border-color: #8b6d41;
}
.category_select {
width: 70%;
margin: 0%;
height: 8vh;
background-color: #663d22;
filter: opacity(.75);
}
.Lurker_icon {
height: 50px;
width: 50px;
margin-right: 2vw;
}
.bg-dark {
background-color: #4e4e4e !important;
}
.navbar-brand:hover {
filter: invert(50%);
}
body {
background-color: #bf9565;
font-family: TypeWriter;
font-size: 20px;
}
.embigened_title {
font-size: 80px;
text-align: center;
position: relative;
margin-left: 10vw;
margin-right: 10vw;
margin-top: 4vh;
margin-bottom: 0vh;
width: 80vw;
border-bottom: 2px solid black;
font-weight: 500;
}
.App_description {
width: 80vw;
margin: auto;
}
.about_us {
font-size: 30px;
text-align: center;
width: 80vw;
margin-top: 3vh;
margin-left: 10vw;
margin-right: 10vw;
border-bottom: 2px solid black;
}
.profile {
width: 200px;
height: 200px;
}
.bio_box {
display: inline-block;
width: 20vw;
height: 20vh;
margin: auto;
}
.bio_container {
display: flex;
text-align: center;
}
@font-face { font-family: TypeWriter; src: url('linowrite.ttf'); } | TechLurker/static/CSS/css/base.css | footer {
background-color: #4e4e4e;
bottom: 0px;
left: 0px;
width: 100vw;
text-align: center;
border-top: 2px solid black;
padding: 50px 0 65px; }
footer .list-inline {
margin: 0;
padding: 0; }
footer .copyright {
font-size: 14px;
margin-bottom: 0;
text-align: center; }
.search_form {
width: 50vw;
margin-left: 25vw;
margin-right: 25vw;
position: relative;
margin-top: 8vh;
height: 100%;
line-height: initial !important;
padding: 10px;
box-sizing: border-box;
}
.page_intro {
width: 50vw;
margin: auto;
text-align: center;
border-bottom: 2px solid black;
margin-top: 2vh;
}
.submit_button {
float: right;
height: 8vh;
width: 30%;
margin: 0px;
box-sizing: border-box;
filter: opacity(.75);
background-color: #7a5834;
border-color: #8b6d41;
}
.category_select {
width: 70%;
margin: 0%;
height: 8vh;
background-color: #663d22;
filter: opacity(.75);
}
.Lurker_icon {
height: 50px;
width: 50px;
margin-right: 2vw;
}
.bg-dark {
background-color: #4e4e4e !important;
}
.navbar-brand:hover {
filter: invert(50%);
}
body {
background-color: #bf9565;
font-family: TypeWriter;
font-size: 20px;
}
.embigened_title {
font-size: 80px;
text-align: center;
position: relative;
margin-left: 10vw;
margin-right: 10vw;
margin-top: 4vh;
margin-bottom: 0vh;
width: 80vw;
border-bottom: 2px solid black;
font-weight: 500;
}
.App_description {
width: 80vw;
margin: auto;
}
.about_us {
font-size: 30px;
text-align: center;
width: 80vw;
margin-top: 3vh;
margin-left: 10vw;
margin-right: 10vw;
border-bottom: 2px solid black;
}
.profile {
width: 200px;
height: 200px;
}
.bio_box {
display: inline-block;
width: 20vw;
height: 20vh;
margin: auto;
}
.bio_container {
display: flex;
text-align: center;
}
@font-face { font-family: TypeWriter; src: url('linowrite.ttf'); } | 0.466359 | 0.124426 |
.tabs {
--tw-bg-opacity: 1;
--tw-text-opacity: 1;
--tw-border-opacity: 1;
--cc-bg: var(--n);
--cc-bg-f: var(--nf);
--cc-c: var(--nc);
isolation: isolate;
}
.tab {
@apply text-opacity-70 hover:text-opacity-100;
color: hsla(var(--cc-bg) / var(--tw-text-opacity));
border-color: hsla(var(--cc-bg) / var(--tw-border-opacity));
padding-left: var(--tab-padding, 1rem);
padding-right: var(--tab-padding, 1rem);
&.tab--active {
@apply font-semibold text-opacity-100 border-opacity-100;
}
&:focus {
outline: none;
}
&:focus-visible {
box-shadow: 0 0 0 2px currentColor inset;
outline: none;
}
}
:where(.tabs.tabs--bordered) .tab, .tab--bordered {
@apply border-opacity-20;
border-style: solid;
border-bottom-width: calc( var(--tab-border, 1px) + 1px);
}
:where(.tabs.tabs--lifted) .tab, .tab--lifted {
--border-color: var(--cc-bg);
border: var(--tab-border, 1px) solid transparent;
border-width: 0 0 var(--tab-border, 1px) 0;
border-top-left-radius: var(--tab-radius, .5rem);
border-top-right-radius: var(--tab-radius, .5rem);
border-bottom-color: hsla(var(--border-color, var(--b3)) / var(--tw-border-opacity, 1));
padding-left: var(--tab-padding, 1rem);
padding-right: var(--tab-padding, 1rem);
padding-top: var(--tab-border, 1px);
&.tab--active {
@apply bg-base-1;
border-width: var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px);
border-left-color: hsla(var(--border-color, var(--b3)) / var(--tw-border-opacity, 1));
border-right-color: hsla(var(--border-color, var(--b3)) / var(--tw-border-opacity, 1));
border-top-color: hsla(var(--border-color, var(--b3)) / var(--tw-border-opacity, 1));
padding-left: calc( var(--tab-padding, 1rem) - var(--tab-border, 1px));
padding-right: calc( var(--tab-padding, 1rem) - var(--tab-border, 1px));
padding-bottom: var(--tab-border, 1px);
padding-top: 0;
&:before, &:after {
z-index: 1;
content: '';
display: block;
position: absolute;
width: var(--tab-radius, .5rem);
height: var(--tab-radius, .5rem);
bottom: 0;
--tab-grad: calc( 68% - var(--tab-border, 1px));
--tab-corner-bg: radial-gradient( circle at var(--circle-pos), transparent var(--tab-grad), hsla(var(--border-color, var(--b3)) / var(--tw-border-opacity, 1)) calc(var(--tab-grad) + .3px), hsla(var(--border-color, var(--b3)) / var(--tw-border-opacity, 1)) calc(var(--tab-grad) + var(--tab-border, 1px)), hsla(var(--b1) / var(--tw-border-opacity, 1)) calc(var(--tab-grad) + var(--tab-border, 1px) + .3px));
}
&:before {
left: calc( var(--tab-radius, .5rem) * -1);
--circle-pos: top left;
background-image: var(--tab-corner-bg);
/* RTL quick fix */
[dir=rtl] & {
--circle-pos: top right;
}
}
&:after {
right: calc( var(--tab-radius, .5rem) * -1);
--circle-pos: top right;
background-image: var(--tab-corner-bg);
/* RTL quick fix */
[dir=rtl] & {
--circle-pos: top left;
}
}
&:first-child:before {
background: none;
}
&:last-child:after {
background: none;
}
}
}
.tab--lifted.tab--active+.tab--lifted.tab--active {
&:before {
background: none;
}
}
.tabs--boxed {
@apply p-1 bg-base-2 rounded-btn;
.tab--active {
border-radius:inherit;
background-color:hsla(var(--cc-bg) / var(--tw-bg-opacity));
color:hsla(var(--cc-c) / var(--tw-text-opacity));
&:hover{
background-color:hsla(var(--cc-bg-f) / var(--tw-bg-opacity));
}
}
} | src/components/styled/tab.css | .tabs {
--tw-bg-opacity: 1;
--tw-text-opacity: 1;
--tw-border-opacity: 1;
--cc-bg: var(--n);
--cc-bg-f: var(--nf);
--cc-c: var(--nc);
isolation: isolate;
}
.tab {
@apply text-opacity-70 hover:text-opacity-100;
color: hsla(var(--cc-bg) / var(--tw-text-opacity));
border-color: hsla(var(--cc-bg) / var(--tw-border-opacity));
padding-left: var(--tab-padding, 1rem);
padding-right: var(--tab-padding, 1rem);
&.tab--active {
@apply font-semibold text-opacity-100 border-opacity-100;
}
&:focus {
outline: none;
}
&:focus-visible {
box-shadow: 0 0 0 2px currentColor inset;
outline: none;
}
}
:where(.tabs.tabs--bordered) .tab, .tab--bordered {
@apply border-opacity-20;
border-style: solid;
border-bottom-width: calc( var(--tab-border, 1px) + 1px);
}
:where(.tabs.tabs--lifted) .tab, .tab--lifted {
--border-color: var(--cc-bg);
border: var(--tab-border, 1px) solid transparent;
border-width: 0 0 var(--tab-border, 1px) 0;
border-top-left-radius: var(--tab-radius, .5rem);
border-top-right-radius: var(--tab-radius, .5rem);
border-bottom-color: hsla(var(--border-color, var(--b3)) / var(--tw-border-opacity, 1));
padding-left: var(--tab-padding, 1rem);
padding-right: var(--tab-padding, 1rem);
padding-top: var(--tab-border, 1px);
&.tab--active {
@apply bg-base-1;
border-width: var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px);
border-left-color: hsla(var(--border-color, var(--b3)) / var(--tw-border-opacity, 1));
border-right-color: hsla(var(--border-color, var(--b3)) / var(--tw-border-opacity, 1));
border-top-color: hsla(var(--border-color, var(--b3)) / var(--tw-border-opacity, 1));
padding-left: calc( var(--tab-padding, 1rem) - var(--tab-border, 1px));
padding-right: calc( var(--tab-padding, 1rem) - var(--tab-border, 1px));
padding-bottom: var(--tab-border, 1px);
padding-top: 0;
&:before, &:after {
z-index: 1;
content: '';
display: block;
position: absolute;
width: var(--tab-radius, .5rem);
height: var(--tab-radius, .5rem);
bottom: 0;
--tab-grad: calc( 68% - var(--tab-border, 1px));
--tab-corner-bg: radial-gradient( circle at var(--circle-pos), transparent var(--tab-grad), hsla(var(--border-color, var(--b3)) / var(--tw-border-opacity, 1)) calc(var(--tab-grad) + .3px), hsla(var(--border-color, var(--b3)) / var(--tw-border-opacity, 1)) calc(var(--tab-grad) + var(--tab-border, 1px)), hsla(var(--b1) / var(--tw-border-opacity, 1)) calc(var(--tab-grad) + var(--tab-border, 1px) + .3px));
}
&:before {
left: calc( var(--tab-radius, .5rem) * -1);
--circle-pos: top left;
background-image: var(--tab-corner-bg);
/* RTL quick fix */
[dir=rtl] & {
--circle-pos: top right;
}
}
&:after {
right: calc( var(--tab-radius, .5rem) * -1);
--circle-pos: top right;
background-image: var(--tab-corner-bg);
/* RTL quick fix */
[dir=rtl] & {
--circle-pos: top left;
}
}
&:first-child:before {
background: none;
}
&:last-child:after {
background: none;
}
}
}
.tab--lifted.tab--active+.tab--lifted.tab--active {
&:before {
background: none;
}
}
.tabs--boxed {
@apply p-1 bg-base-2 rounded-btn;
.tab--active {
border-radius:inherit;
background-color:hsla(var(--cc-bg) / var(--tw-bg-opacity));
color:hsla(var(--cc-c) / var(--tw-text-opacity));
&:hover{
background-color:hsla(var(--cc-bg-f) / var(--tw-bg-opacity));
}
}
} | 0.582254 | 0.157428 |
01. General Styles
========================================================================== */
/* Typography
========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700|Quicksand:300,400,700|Poiret+One');
body {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 28px;
color: #646e7b;
letter-spacing: .7px;
overflow-x: hidden;
}
a {
color: #00b0ff;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
a:hover {
color: #00b0ff;
opacity: .75;
text-decoration: none;
}
a:focus {
text-decoration: none;
}
a img {
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
a img:hover {
opacity: .9;
}
p {
margin-bottom: 50px;
}
p.no-margin-bottom {
margin-bottom: 0;
}
p.lead {
font-size: 18px;
line-height: 28px;
margin-bottom: 36px;
font-weight: 300;
}
h1 {
font-size: 68px;
line-height: 82px;
font-weight: 300;
margin-top: 0;
margin-bottom: 12px;
font-family: 'Quicksand Dash', sans-serif;
}
h2 {
font-family: 'Quicksand', sans-serif;
font-weight: 400;
font-size: 36px;
line-height: 44px;
color: #172434;
margin: 0;
margin-bottom: 78px;
letter-spacing: 0;
}
h2 small {
margin: 0;
margin-top: 6px;
display: block;
color: #646e7b;
font-size: 16px;
line-height: 28px;
font-family: 'Poppins', sans-serif;
font-weight: 400;
letter-spacing: .8px;
}
h3 {
font-family: 'Quicksand', sans-serif;
font-weight: 400;
font-size: 26px;
line-height: 30px;
color: #172434;
margin: 0;
margin-bottom: 28px;
letter-spacing: 1.3px;
}
h4 {
font-family: 'Quicksand', sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 28px;
color: #172434;
margin: 0;
margin-bottom: 30px;
letter-spacing: 0;
}
h5 {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 28px;
color: #172434;
margin: 0;
margin-bottom: 20px;
letter-spacing: .8px;
}
.section.dark h2 {
color: #fff;
}
.nivo-lightbox-theme-default * {
-webkit-box-sizing: initial !important;
-moz-box-sizing: initial !important;
box-sizing: initial !important;
}
.aligned-cols {
display: table;
width: 100%;
height: 100%;
margin: 0;
table-layout: fixed;
}
.aligned-cols>.col-sm-1, .aligned-cols>.col-sm-10, .aligned-cols>.col-sm-11, .aligned-cols>.col-sm-12, .aligned-cols>.col-sm-2, .aligned-cols>.col-sm-3, .aligned-cols>.col-sm-4, .aligned-cols>.col-sm-5, .aligned-cols>.col-sm-6, .aligned-cols>.col-sm-7, .aligned-cols>.col-sm-8, .aligned-cols>.col-sm-9 {
display: table-cell;
float: none;
vertical-align: top;
height: 100%;
}
.aligned-cols>.col-md-1, .aligned-cols>.col-md-10, .aligned-cols>.col-md-11, .aligned-cols>.col-md-12, .aligned-cols>.col-md-2, .aligned-cols>.col-md-3, .aligned-cols>.col-md-4, .aligned-cols>.col-md-5, .aligned-cols>.col-md-6, .aligned-cols>.col-md-7, .aligned-cols>.col-md-8, .aligned-cols>.col-md-9 {
display: table-cell;
float: none;
vertical-align: top;
height: 100%;
}
.aligned-cols>.aligned-bottom {
vertical-align: bottom;
}
.aligned-cols>.aligned-middle {
vertical-align: middle;
}
.aligncenter {
display: block;
margin: 32px auto;
}
.alignleft {
float: left;
margin-right: 24px;
margin-bottom: 12px;
}
.alignright {
float: right;
margin-left: 24px;
margin-bottom: 12px;
}
.fa-ul {
margin-left: 0;
}
.fa-li {
position: static;
width: auto;
margin-right: 14px;
}
.owl-item {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.owl-carousel .owl-item img {
width: 100%;
}
@media all and (max-width: 1200px) {
}
@media all and (max-width: 992px) {
.aligned-cols-md {
display: block;
}
.aligned-cols .col-md-1, .aligned-cols .col-md-10, .aligned-cols .col-md-11, .aligned-cols .col-md-12, .aligned-cols .col-md-2, .aligned-cols .col-md-3, .aligned-cols .col-md-4, .aligned-cols .col-md-5, .aligned-cols .col-md-6, .aligned-cols .col-md-7, .aligned-cols .col-md-8, .aligned-cols .col-md-9 {
display: block;
width: 100%;
}
}
@media all and (max-width: 768px) {
.aligned-cols {
display: block;
}
.aligned-cols .col-sm-1, .aligned-cols .col-sm-10, .aligned-cols .col-sm-11, .aligned-cols .col-sm-12, .aligned-cols .col-sm-2, .aligned-cols .col-sm-3, .aligned-cols .col-sm-4, .aligned-cols .col-sm-5, .aligned-cols .col-sm-6, .aligned-cols .col-sm-7, .aligned-cols .col-sm-8, .aligned-cols .col-sm-9 {
display: block;
width: 100%;
}
h1 {
font-size: 48px;
line-height: 58px;
}
}
/* ==========================================================================
02. Buttons
========================================================================== */
.button {
font-size: 16px;
font-weight: 400;
line-height: 48px;
padding: 0 28px;
display: inline-block;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
position: relative;
outline: none !important;
border: none;
background: #00b0ff;
color: #fff;
border-radius: 48px;
text-transform: uppercase;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
letter-spacing: 1.6px;
}
.button:hover {
opacity: 1;
background: #00b0ff;
color: #fff;
box-shadow: 0 12px 22px rgba(0,0,0,.2);
}
.button.dark {
background: #172434;
color: #00b0ff;
}
.button.dark:hover {
background: #00b0ff;
color: #fff;
}
.button.white {
background: #fff;
color: #00b0ff;
}
.button.white:hover {
background: #00b0ff;
color: #fff;
}
.button.border {
background: none;
border: 1px solid rgba(255,255,255,.25);
line-height: 46px;
font-weight: 300;
box-shadow: none;
}
.button.border:hover {
background: #fff;
border-color: #fff;
color: #00b0ff;
}
.button img {
margin-right: 8px;
}
.pagination-wrapper {
text-align: center;
}
.pagination {
border: 3px solid #fafafa;
margin: 0;
margin-top: 60px;
position: relative;
padding: 0 60px;
}
.pagination>li>a, .pagination>li>span {
float: none;
padding: 0;
margin: 0 15px;
line-height: 74px;
color: #444;
background: none;
border: none;
font-size: 13px;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
background: none;
color: #444;
}
.pagination>li.prev>a {
display: block;
width: 63px;
text-align: center;
line-height: 53px;
margin: 0;
position: absolute;
left: -38px;
top: 11px;
background: #00b0ff;
border-radius: 0;
color: #fff;
font-size: 16px;
}
.pagination>li.next>a {
display: block;
width: 63px;
text-align: center;
line-height: 53px;
margin: 0;
position: absolute;
right: -38px;
top: 11px;
background: #00b0ff;
border-radius: 0;
color: #fff;
font-size: 16px;
}
.share-button .social {
position: absolute;
top: 50%;
left: 100%;
width: 50px;
text-align: right;
line-height: 30px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
visibility: hidden;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.share-button:hover .social {
visibility: visible;
opacity: 1;
}
.share-button .social a {
display: inline-block;
margin: 5px 0;
}
.share-button .social a img {
margin: 0;
}
@media all and (max-width: 768px) {
.pagination>li.prev>a {
width: 48px;
left: -18px;
}
.pagination>li.next>a {
width: 48px;
right: -18px;
}
.pagination>li>a, .pagination>li>span {
margin: 0 6px;
}
}
/* ==========================================================================
03. Forms
========================================================================== */
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
display: block;
border: none;
background: #fff;
width: 100%;
outline: none !important;
line-height: 48px;
height: 48px;
padding: 0 20px;
color: #646e7b;
font-size: 14px;
font-weight: 400;
letter-spacing: .7px;
border-radius: 48px;
}
.light-inputs input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .light-inputs select, .light-inputs textarea {
background: #f1f2f6;
}
.input-group input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .input-group select {
padding-left: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
textarea {
height: auto;
border-radius: 0;
}
select, .light-inputs select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
background-image: url(../images/dropdown.png);
background-repeat: no-repeat;
background-position: right 18px center;
}
::-webkit-input-placeholder {
color: #646e7b;
}
:-moz-placeholder {
color: #646e7b;
opacity: 1;
}
::-moz-placeholder {
color: #646e7b;
opacity: 1;
}
:-ms-input-placeholder {
color: #646e7b;
}
.input-group-addon {
color: #172434;
text-align: center;
background-color: #f1f2f6;
border-radius: 48px;
border: none;
font-size: 14px;
line-height: 48px;
font-weight: 400;
padding: 0;
padding-left: 30px;
padding-right: 8px;
letter-spacing: .7px;
}
.form-group {
margin-bottom: 40px;
position: relative;
}
.form-group i {
position: absolute;
top: 0;
right: 20px;
color: #00b0ff;
font-size: 24px;
line-height: 48px;
}
.help-block {
color: #646e7b;
text-align: center;
font-size: 12px;
letter-spacing: .6px;
margin-top: 12px;
margin-bottom: 0;
}
.checkbox {
margin: 40px 0;
}
.checkbox label, .radio label {
color: #282828;
line-height: 28px;
font-size: 15px;
font-family: 'Montserrat', sans-serif;
letter-spacing: .45px;
font-weight: 700;
padding-left: 28px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
margin: 0;
margin-left: -28px;
margin-top: 8px;
}
.submit {
margin-top: 50px;
}
.searchform {
position: relative;
margin-bottom: 0;
}
.searchform button {
background: none;
border: none;
font-size: 24px;
line-height: 48px;
position: absolute;
top: 0;
right: 0;
display: inline-block;
padding: 0 20px;
color: #00b0ff;
outline: none !important;
}
.sweet-alert fieldset input {
display: none !important;
}
.sweet-alert h2 {
font-weight: 400;
font-size: 36px;
line-height: 44px;
color: #172434;
margin: 24px 0;
}
.sweet-alert p {
font-weight: 400;
font-size: 14px;
line-height: 28px;
color: #646e7b;
letter-spacing: .7px;
}
.sweet-alert button {
font-size: 16px;
font-weight: 400;
line-height: 48px;
padding: 0 28px;
display: inline-block;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
position: relative;
outline: none !important;
border: none;
background: #00b0ff;
color: #fff;
border-radius: 48px;
text-transform: uppercase;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
letter-spacing: 1.6px;
}
.newsletter-form {
font-size: 0;
line-height: 0;
text-align: center;
}
.newsletter-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
width: 370px;
display: inline-block;
margin-right: 28px;
}
@media all and (max-width: 768px) {
.newsletter-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
width: 100%;
margin-right: 0;
margin-bottom: 12px;
}
}
/* ==========================================================================
04. Header
========================================================================== */
.header {
z-index: 9;
background: #172434;
position: relative;
}
.header.fixed {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: none;
}
.header .left {
position: absolute;
top: 0;
left: 64px;
z-index: 10;
}
.header .logo {
height: 120px;
font-size: 0;
text-align: center;
display: inline-block;
vertical-align: top;
}
.header .logo:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
.header .logo a {
display: inline-block;
vertical-align: middle;
max-height: 120px;
}
.header-search {
display: inline-block;
vertical-align: top;
position: relative;
margin-left: 40px;
}
.header-search input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
line-height: 120px;
height: 120px;
display: inline-block;
width: auto;
border-radius: 0;
padding: 0;
padding-left: 30px;
background: none;
font-size: 16px;
letter-spacing: 1.6px;
color: #fff;
}
.header-search ::-webkit-input-placeholder {
color: #fff;
}
.header-search :-moz-placeholder {
color: #fff;
}
.header-search ::-moz-placeholder {
color: #fff;
}
.header-search :-ms-input-placeholder {
color: #fff;
}
.header-search button {
position: absolute;
top: 0;
left: 0;
line-height: 120px;
border: none;
padding: 0;
color: #00b0ff;
font-size: 20px;
background: none;
}
.header-search button i {
vertical-align: middle;
}
.header .right {
position: absolute;
top: 0;
right: 64px;
z-index: 10;
font-size: 0;
line-height: 0;
}
.header .right .button {
box-shadow: none;
margin-top: 36px;
margin-left: 50px;
}
.header .right .button:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.header .right .user {
font-size: 14px;
line-height: 120px;
letter-spacing: .7px;
font-weight: 500;
color: #fff;
}
.header .right .user .avatar {
float: left;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
display: inline-block;
width: 60px;
height: 60px;
line-height: 60px;
margin-top: 30px;
margin-right: 10px;
}
.header .right .user .avatar img {
width: 100%;
height: 100%;
}
@media all and (max-width: 1200px) {
.header {
padding-bottom: 24px;
}
.header .left {
padding-left: 32px;
left: 0;
position: relative;
float: left;
}
.header .left .header-search {
display: none;
}
.header .right {
padding-right: 32px;
right: 0;
position: relative;
float: right;
}
.header .right .button {
margin-left: 24px;
}
.header .right .user {
line-height: 40px;
}
.header .right .user .avatar {
width: 40px;
height: 40px;
line-height: 40px;
margin-top: 0;
}
}
@media all and (max-width: 768px) {
.header .left {
float: none;
padding-left: 0;
text-align: center;
}
.header .right {
float: left;
padding-right: 0;
padding-left: 15px;
}
.header .right .button {
font-size: 12px;
line-height: 38px;
padding: 0 18px;
margin-left: 0;
margin-right: 15px;
margin-top: 0;
}
}
/* Navigation
========================================================================== */
.navigation {
position: relative;
z-index: 9;
font-size: 0;
line-height: 0;
text-align: center;
}
.main-nav {
display: inline-block;
}
.main-nav ul {
margin-bottom: 0;
}
.main-nav ul>li {
display: inline-block;
margin: 0;
margin: 0 24px;
position: relative;
}
.main-nav ul>li a {
font-size: 14px;
color: #fff;
line-height: 120px;
display: inline-block;
position: relative;
text-transform: uppercase;
font-weight: 400;
}
.main-nav ul>li.menu-item-has-children>a:after {
content: '';
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
background: #00b0ff;
margin-left: 8px;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
-ms-transition: .25s;
transition: .25s;
}
.main-nav ul>li.active.menu-item-has-children>a:after {
background: #fff;
}
.main-nav ul>li.menu-item-has-children:hover>a:after {
background: #fff;
}
.main-nav ul>li a:hover {
color: #00b0ff;
opacity: 1;
}
.main-nav ul>li.menu-item-has-children:hover>a {
color: #00b0ff;
}
.main-nav ul>li.active a {
color: #00b0ff;
}
.main-nav ul>li ul {
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
-ms-transition: .25s;
transition: .25s;
position: absolute;
top: 95px;
margin-left: -20px;
height: auto;
padding: 0;
z-index: 999;
text-align: left;
padding: 0;
}
.main-nav ul>li ul li {
white-space: nowrap;
position: relative;
display: block;
padding: 0;
margin: 0;
}
.main-nav ul>li ul li a {
background: #fff;
height: 48px;
width: 100%;
line-height: 48px;
padding: 0 20px;
color: #646e7b;
min-width: 250px;
display: block;
border-bottom: none;
border-radius: 48px;
margin-bottom: 3px;
text-transform: none;
font-size: 14px;
letter-spacing: .7px;
position: relative;
box-shadow: 0 12px 22px rgba(0,0,0,.2);
}
.main-nav ul>li.active ul li a {
color: #646e7b;
}
.main-nav ul>li ul li a:hover {
background: #00b0ff;
color: #fff;
z-index: 1000;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.main-nav ul>li ul>li.active>a {
background: #00b0ff;
color: #fff;
}
.main-nav ul>li ul li a i {
position: absolute;
top: 0;
right: 20px;
line-height: 48px;
font-size: 24px;
color: #00b0ff;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
-ms-transition: .25s;
transition: .25s;
}
.main-nav ul>li ul>li:hover>a>i {
color: #fff;
}
.main-nav ul>li ul li.menu-item-has-children>a:after {
content: none;
}
.main-nav ul>li ul li ul {
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
-ms-transition: .25s;
transition: .25s;
position: absolute;
left: 100%;
top: 0;
margin-left: 0;
padding-left: 20px;
}
.main-nav ul>li ul li.menu-item-has-children:hover>a {
background: #00b0ff;
color: #fff;
z-index: 1000;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.main-nav ul>li:hover>ul {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.responsive-menu-open {
font-size: 18px;
color: #fff;
line-height: 120px;
display: inline-block;
position: relative;
display: none;
}
.responsive-menu-open:hover {
color: #fff;
}
.responsive-menu {
position: fixed;
top: 0;
bottom: 0;
left: 100%;
min-width: 100%;
background: #0a0a0a;
z-index: 999;
padding: 28px;
padding-top: 60px;
padding-bottom: 0;
overflow-y: scroll;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
-ms-transition: .25s;
transition: .25s;
font-size: 0;
line-height: 0;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2.8px;
}
.responsive-menu.open {
left: 0;
}
.responsive-menu .responsive-menu-open {
display: none;
}
.responsive-menu-close {
position: absolute;
top: 28px;
right: 28px;
font-size: 20px;
color: #fff;
display: inline-block;
line-height: 20px;
height: 20px;
width: 20px;
text-align: center;
}
.responsive-menu-close:hover {
opacity: 1;
}
.responsive-nav>ul>li {
border-bottom: 1px solid #666;
}
.responsive-nav>ul>li:last-of-type {
border-bottom: none;
}
.responsive-nav ul {
margin-bottom: 0;
}
.responsive-nav ul>li a {
font-size: 14px;
color: #fff;
padding: 12px 0;
line-height: 16px;
display: block;
position: relative;
}
.responsive-nav ul>li ul {
background: #000;
margin: 12px -28px;
padding-left: 56px;
padding-right: 28px;
}
.responsive-nav ul>li ul>li:first-of-type {
padding-top: 12px;
}
.responsive-nav ul>li ul>li:last-of-type {
padding-bottom: 12px;
}
.responsive-nav ul>li ul>li ul {
margin-left: -56px;
padding-left: 84px;
}
.responsive-nav ul>li ul>li a:hover {
color: #fff;
}
.responsive-nav ul>li>a i {
float: right;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
font-size: 18px;
}
.responsive-nav ul>li.collapse-active>a i {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.responsive-nav>ul>li {
padding: 16px 0;
}
.responsive-nav ul>li a:hover {
opacity: 1;
color: #00b0ff;
}
.responsive-nav ul>li.active>a {
color: #00b0ff;
}
.responsive-nav ul>li.active>a:after {
content: '.';
}
.responsive-nav .pe-7s-right-arrow {
display: none;
}
.no-scroll {
overflow: hidden !important;
}
@media all and (max-width: 1200px) {
.main-nav {
display: none;
}
.navigation {
float: right;
padding-right: 32px;
}
.responsive-menu-open {
display: inline-block;
}
}
@media all and (max-width: 768px) {
.responsive-menu-open {
line-height: 40px;
}
}
/* Page Header
========================================================================== */
.page-header {
margin: 0;
padding: 0;
border: none;
text-align: center;
}
.breadcrumbs {
font-size: 0;
line-height: 0;
}
.breadcrumbs ul {
margin-bottom: 0;
}
.breadcrumbs ul>li {
display: inline-block;
margin: 0 9px;
font-size: 16px;
line-height: 92px;
letter-spacing: .8px;
color: #00b0ff;
}
.breadcrumbs ul>li:before {
content: ">";
padding-right: 18px;
color: #646e7b;
}
.breadcrumbs ul>li:first-of-type:before {
content: none;
}
.breadcrumbs ul>li a {
color: #646e7b;
}
.breadcrumbs ul>li a:hover {
color: #646e7b;
}
.menu {
font-size: 0;
line-height: 0;
}
.menu ul {
margin-bottom: 0;
}
.menu ul>li {
display: inline-block;
margin: 0 9px;
font-size: 16px;
line-height: 92px;
letter-spacing: .8px;
color: #646e7b;
}
.menu ul>li:before {
content: "|";
padding-right: 18px;
color: #646e7b;
}
.menu ul>li:first-of-type:before {
content: none;
}
.menu ul>li a {
color: #646e7b;
}
.menu ul>li a:hover {
color: #172434;
opacity: 1;
}
.menu ul>li.active a {
color: #00b0ff;
}
@media all and (max-width: 767px) {
.breadcrumbs {
padding: 28px 0;
}
.breadcrumbs ul>li {
line-height: 28px;
}
}
/* Page Title
========================================================================== */
.page-title {
position: relative;
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-align: center;
font-size: 16px;
line-height: 28px;
letter-spacing: .8px;
}
.page-title>.inner {
padding-top: 150px;
padding-bottom: 236px;
background: rgba(23,36,52,.9);
position: relative;
}
.page-title h2 {
color: #fff;
margin-bottom: 0;
}
.page-title p {
margin-bottom: 0;
color: #9199a4;
}
/* ==========================================================================
05. Footer
========================================================================== */
.footer .top {
background: #fff;
position: relative;
height: 160px;
}
.footer .top .left {
position: absolute;
top: 0;
left: 50px;
}
.footer .top .logo {
height: 160px;
font-size: 0;
text-align: center;
display: inline-block;
vertical-align: top;
}
.footer .top .logo:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
.footer .top .logo a {
display: inline-block;
vertical-align: middle;
max-height: 160px;
}
.footer .top .social-icons {
text-align: center;
}
.footer .top .social-icons a {
font-size: 18px;
line-height: 160px;
color: #646e7b;
margin: 0 7px;
}
.footer .top .social-icons a:hover {
color: #00b0ff;
}
.footer .top .right {
position: absolute;
top: 0;
right: 50px;
line-height: 160px;
}
.footer .top .right a {
margin-left: 20px;
}
.footer .bottom {
font-size: 12px;
line-height: 50px;
color: #646e7b;
text-align: center;
letter-spacing: .6px;
background: #f1f2f6;
}
@media all and (max-width: 1200px) {
.footer .top {
height: auto;
}
.footer .top .left {
position: relative;
left: 0;
display: block;
text-align: center;
}
.footer .top .logo {
height: 120px;
}
.footer .top .logo a {
max-height: 120px;
}
.footer .top .right {
position: relative;
right: 0;
display: block;
text-align: center;
line-height: 24px;
margin-top: 24px;
margin-bottom: 36px;
}
.footer .top .social-icons a {
line-height: 24px;
}
}
/* ==========================================================================
06. Sections
========================================================================== */
.section {
position: relative;
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.section>.inner {
padding: 80px 0;
background: #fff;
position: relative;
}
.section.small>.inner {
padding: 60px 0;
}
.section.large>.inner {
padding: 182px 0;
padding-top: 268px;
}
.section.no-padding>.inner {
padding: 0;
}
.section.no-padding-bottom>.inner {
padding-bottom: 0;
}
.section.no-padding-top>.inner {
padding-top: 0;
}
.section.white>.inner {
background: #fff;
}
.section.light>.inner {
background: #f1f2f6;
}
.section.dark>.inner {
background: #172434;
}
.section.transparent.dark>.inner {
background: rgba(23,36,52,.9);
color: #fff;
}
.section.transparent.light>.inner {
background: rgba(241,242,246,.92);
}
.fullscreen-section {
width: 100vw;
height: 100vh;
height: calc(100vh - 120px);
display: table;
table-layout: fixed;
}
.fullscreen-section>.left {
display: table-cell;
height: 100%;
vertical-align: top;
}
.fullscreen-section>.right {
display: table-cell;
height: 100%;
width: 830px;
background: #f1f2f6;
vertical-align: top;
}
.fullscreen-section>.right>.inner {
width: 100%;
height: 100vh;
height: calc(100vh - 120px);
overflow: auto;
padding: 0 30px;
padding-top: 30px;
}
.boxed-section>.inner {
position: relative;
padding: 0;
}
.boxed-section>.inner .box {
padding: 80px 30px;
background: #fff;
position: relative;
margin-top: -160px;
margin-bottom: 80px;
}
.boxed-section>.inner .box.no-side-padding {
padding-left: 0;
padding-right: 0;
}
.boxed-section>.inner .box.transparent {
padding: 0;
background: none;
}
@media all and (max-width: 1200px) {
.fullscreen-section {
width: 100%;
height: auto;
display: block;
}
.fullscreen-section>.left {
display: block;
height: auto;
}
.fullscreen-section>.right {
display: block;
height: auto;
width: 100%;
}
.fullscreen-section>.right>.inner {
width: 100%;
height: auto;
overflow: visible;
padding: 0 30px;
padding-top: 30px;
}
}
@media all and (max-width: 768px) {
}
/* ==========================================================================
07. Highlight Slider
========================================================================== */
.highlight-slider-wrapper {
margin-top: 72px;
}
.highlight-slider-wrapper p.lead {
margin-bottom: 36px;
}
.highlight-slider .item {
text-align: center;
}
.highlight-slider .item .icon {
display: inline-block;
width: 100px;
height: 100px;
line-height: 100px;
background: #fff;
border-radius: 50%;
position: relative;
}
.highlight-slider .item .icon:hover {
opacity: 1;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.highlight-slider .item .icon img {
display: inline-block;
width: auto;
}
.highlight-slider .item .icon .overlay {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
color: #fff;
font-size: 12px;
line-height: 100px;
letter-spacing: 1.2px;
background: #00b0ff;
border-radius: 50%;
opacity: 0;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.highlight-slider .item .icon:hover .overlay {
opacity: 1;
}
.highlight-slider.owl-theme .owl-nav {
margin: 0;
}
.highlight-slider.owl-theme .owl-nav [class*='owl-'] {
margin: 0;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
color: #49a0d5;
font-size: 30px;
letter-spacing: 0;
position: absolute;
top: 25px;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.highlight-slider.owl-theme .owl-nav [class*='owl-']:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
background: #00b0ff;
color: #fff;
opacity: 1;
}
.highlight-slider.owl-theme .owl-nav [class*='owl-'] i {
line-height: inherit;
}
.highlight-slider.owl-theme .owl-nav .owl-prev {
left: -72px;
}
.highlight-slider.owl-theme .owl-nav .owl-next {
right: -72px;
}
@media all and (max-width: 1200px) {
.highlight-slider.owl-theme .owl-nav {
margin-top: 24px;
}
.highlight-slider.owl-theme .owl-nav [class*='owl-'] {
position: relative;
top: 0;
margin: 0 12px;
}
.highlight-slider.owl-theme .owl-nav .owl-prev {
left: 0;
}
.highlight-slider.owl-theme .owl-nav .owl-next {
right: 0;
}
}
/* ==========================================================================
08. Categories
========================================================================== */
.category-box {
position: relative;
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
font-family: 'Poiret One', cursive;
font-size: 36px;
line-height: 36px;
letter-spacing: 0;
display: block;
margin-bottom: 30px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.category-box:hover {
opacity: 1;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.category-box>.inner {
height: 270px;
background: rgba(23,36,52,.8);
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.category-box:hover>.inner {
background: none;
}
.category-box>.inner img {
position: absolute;
top: 20px;
left: 20px;
}
.category-box>.inner .number {
position: absolute;
top: 20px;
right: 20px;
color: #00b0ff;
}
.category-box>.inner .title {
position: absolute;
bottom: 20px;
left: 20px;
color: #fff;
}
/* ==========================================================================
09. Services
========================================================================== */
.services {
text-align: center;
padding: 0 20px;
position: relative;
}
.services img {
margin-bottom: 24px;
}
.services p {
margin-bottom: 0;
}
.services .process {
position: absolute;
top: 50%;
right: -30px;
font-size: 30px;
line-height: 28px;
letter-spacing: 0;
margin-top: -15px;
}
@media all and (max-width: 768px) {
.services .process {
position: relative;
top: 0;
right: 0;
margin: 24px 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
}
/* ==========================================================================
10. Directory
========================================================================== */
.directory-item {
position: relative;
margin-bottom: 30px;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.directory-slider .directory-item {
margin: 0 15px;
margin-bottom: 30px;
}
.directory-item:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.directory-item>img {
width: 100%;
}
.directory-item .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(23,36,52,0);
background: -moz-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,36,52,0)), color-stop(100%, rgba(23,36,52,1)));
background: -webkit-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -o-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -ms-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: linear-gradient(to bottom, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172434', endColorstr='#172434', GradientType=0 );
}
.directory-item .rating {
position: absolute;
top: 20px;
left: 20px;
background: url('../images/directory-star.png') no-repeat center center;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-weight: 700;
font-size: 16px;
letter-spacing: .8px;
color: #fff;
}
.directory-item .wishlist {
position: absolute;
top: 20px;
right: 20px;
}
.directory-item .content {
position: absolute;
bottom: 70px;
left: 20px;
color: #fff;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
}
.directory-item .content h3 {
color: #fff;
margin-bottom: 6px;
}
.directory-item .content h3 a {
color: #fff;
}
.directory-item .content h3 a:hover {
opacity: 1;
color: #00b0ff;
}
.directory-item .content p {
margin-bottom: 14px;
}
.directory-item .content .location img {
display: inline-block;
vertical-align: bottom;
margin-right: 8px;
width: auto;
}
.directory-item .category {
position: absolute;
bottom: 18px;
right: 22px;
font-size: 0;
line-height: 0;
}
.directory-item .category a {
display: inline-block;
margin-left: 18px;
}
.directory-slider.owl-theme .owl-nav {
margin: 0;
}
.directory-slider.owl-theme .owl-nav [class*='owl-'] {
margin: 0 15px;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background: #172434;
color: #49a0d5;
font-size: 30px;
letter-spacing: 0;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.directory-slider.owl-theme .owl-nav [class*='owl-']:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
background: #00b0ff;
color: #fff;
opacity: 1;
}
.directory-slider.owl-theme .owl-nav [class*='owl-'] i {
line-height: inherit;
}
.directory-filters .form-group {
margin-bottom: 30px;
}
.directory-tags {
font-size: 0;
line-height: 0;
margin-bottom: 24px;
}
.directory-tags .tag {
background: #172434;
color: #fff;
display: inline-block;
font-size: 12px;
letter-spacing: .6px;
line-height: 48px;
padding: 0 20px;
border-radius: 48px;
margin-right: 9px;
}
.directory-tags .tag a {
font-size: 24px;
vertical-align: middle;
}
.directory-tags .tag a i {
line-height: inherit;
vertical-align: middle;
}
.directory-list-info {
text-align: right;
font-size: 14px;
line-height: 24px;
letter-spacing: .7px;
margin-bottom: 24px;
}
.directory-list-info p {
margin-bottom: 0;
}
.directory-list-info .results {
font-size: 16px;
letter-spacing: .8px;
color: #172434;
}
.directory-single-info {
font-size: 16px;
line-height: 28px;
letter-spacing: .8px;
font-weight: 500;
}
.directory-single-info h2 {
margin-bottom: 20px;
}
.directory-single-info h2 img {
vertical-align: top;
}
.directory-single-info p {
margin-bottom: 28px;
}
.directory-single-info .meta {
margin-bottom: 30px;
font-size: 0;
line-height: 0;
}
.directory-single-info .meta li {
display: inline-block;
font-size: 14px;
line-height: 30px;
letter-spacing: .7px;
margin-right: 20px;
vertical-align: top;
}
.directory-single-info .meta li>img {
margin-right: 10px;
vertical-align: middle;
}
.directory-single-info .meta .social {
font-size: 0;
line-height: 0;
}
.directory-single-info .meta .social a {
margin-right: 10px;
display: inline-block;
}
.directory-single-info .meta .social a:last-of-type {
margin-right: 0;
}
.directory-single-info .meta .rating {
display: inline-block;
background: url('../images/rating.png') no-repeat center center;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-weight: 700;
font-size: 12px;
letter-spacing: .6px;
color: #fff;
margin-right: 9px;
}
.directory-single-info .meta .number-of-ratings {
display: inline-block;
line-height: 30px;
font-size: 14px;
letter-spacing: .7px;
}
.directory-single-info .meta .number-of-ratings span {
color: #172434;
}
.directory-single-info .link {
font-size: 14px;
letter-spacing: .7px;
}
.directory-single-info .link>img {
margin-right: 10px;
vertical-align: middle;
}
.directory-single-info .buttons {
font-size: 0;
line-height: 0;
margin-top: 30px;
}
.directory-single-info .buttons .button {
margin-right: 30px;
}
.single-map {
width: 100%;
height: 290px;
}
.directory-single-slider-wrapper {
position: relative;
}
.sliderNav {
margin: 0;
position: absolute;
bottom: 40px;
right: 0;
z-index: 5;
width: 100%;
text-align: right;
}
.sliderNav [class*='owl-'] {
margin: 0;
margin-left: 40px;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
color: #49a0d5;
font-size: 30px;
letter-spacing: 0;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
text-align: center;
cursor: pointer;
}
.sliderNav [class*='owl-']:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
background: #00b0ff;
color: #fff;
opacity: 1;
}
.sliderNav [class*='owl-'] i {
line-height: inherit;
}
.directory-single p {
margin-bottom: 28px;
}
.directory-single .tags {
font-size: 0;
}
.directory-single .tags .tag {
display: inline-block;
background: #fff;
font-size: 12px;
color: #172434;
letter-spacing: .6px;
line-height: 48px;
border-radius: 48px;
padding: 0 30px;
margin-right: 10px;
margin-bottom: 10px;
}
.directory-single .tags .tag img {
margin-right: 9px;
}
.sidebar-widget {
border-bottom: 1px solid #e3e5e9;
padding-bottom: 36px;
margin-bottom: 40px;
}
.sidebar-widget h5 img {
margin-right: 9px;
display: inline-block;
vertical-align: middle;
}
.sidebar-widget .category {
font-size: 0;
}
.sidebar-widget .category h5 {
margin-bottom: 0;
display: inline-block;
margin-right: 15px;
}
.hours .left {
float: left;
}
.hours .right {
float: right;
}
.sidebar-widget .contact-form .form-group {
margin-bottom: 10px;
}
.sidebar-widget .contact-form button {
float: right;
}
.sidebar-widget .contact-form ::-webkit-input-placeholder {
color: #172434;
}
.sidebar-widget .contact-form :-moz-placeholder {
color: #172434;
}
.sidebar-widget .contact-form ::-moz-placeholder {
color: #172434;
}
.sidebar-widget .contact-form :-ms-input-placeholder {
color: #172434;
}
.instagram {
font-size: 0;
width: 100%;
}
.instagram img {
display: inline-block;
width: 30%;
margin-right: 4px;
margin-bottom: 4px;
}
@media all and (max-width: 768px) {
.directory-tags .tag {
margin-bottom: 12px;
}
.directory-single-info .buttons .button {
margin-bottom: 12px;
}
.single-map {
margin-top: 24px;
}
.sidebar-widget:first-of-type {
margin-top: 48px;
}
}
@media all and (max-width: 767px) {
.directory-single-info .meta li {
margin-bottom: 12px;
}
}
/* ==========================================================================
11. Directory Map
========================================================================== */
.map {
width: 100%;
height: 100%;
}
.marker-wrapper {
position: relative;
}
.marker {
width: 60px;
height: 81px;
background: url('../images/map-marker.png') no-repeat center center;
position: relative;
cursor: pointer;
}
.marker .hover {
width: 60px;
height: 81px;
background: url('../images/map-marker-hover.png') no-repeat center center;
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.marker:hover .hover {
opacity: 1;
}
.marker .inner {
width: 46px;
height: 46px;
border-radius: 50%;
background: #172434;
position: absolute;
top: 7px;
left: 7px;
text-align: center;
line-height: 46px;
}
.marker-wrapper .directory-item {
position: absolute;
bottom: 20px;
left: -95px;
width: 250px;
margin: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.marker-wrapper.open .directory-item {
opacity: 1;
visibility: visible;
}
.marker-wrapper .directory-item:after {
content: '';
position: absolute;
bottom: -20px;
left: 109px;
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 16px 0 16px;
border-color: #172434 transparent transparent transparent;
}
.marker-wrapper .directory-item .content {
bottom: 28px;
}
.marker-wrapper .directory-item .content h3 {
font-size: 18px;
letter-spacing: .9px;
}
@media all and (max-width: 1200px) {
.map {
width: 100%;
height: 380px;
}
}
/* ==========================================================================
12. Blog
========================================================================== */
.blog-post {
position: relative;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
margin-bottom: 30px;
}
.blog-post:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.blog-post>img {
width: 100%;
}
.blog-post .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(23,36,52,0);
background: -moz-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,36,52,0)), color-stop(100%, rgba(23,36,52,1)));
background: -webkit-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -o-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -ms-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: linear-gradient(to bottom, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172434', endColorstr='#172434', GradientType=0 );
z-index: 2;
}
.blog-post .avatar {
position: absolute;
top: 20px;
left: 20px;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
z-index: 3;
}
.blog-post .content {
position: absolute;
bottom: 20px;
right: 20px;
text-align: right;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
font-weight: 500;
color: #fff;
z-index: 3;
padding-left: 12px;
}
.blog-post .content p {
margin-bottom: 6px;
}
.blog-post .content h3 {
color: #fff;
margin-bottom: 18px;
}
.blog-post.quote .content h3 {
font-style: italic;
}
.blog-post .content h3 a {
color: #fff;
}
.blog-post .content h3 a:hover {
opacity: 1;
color: #00b0ff;
}
.blog-post .content .meta {
color: #646e7b;
line-height: 40px;
display: inline-block;
background: #fff;
padding: 0 30px;
border-radius: 40px;
}
.blog-post .type {
position: absolute;
top: 20px;
right: 20px;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
background: #fff;
text-align: center;
z-index: 3;
}
.blog-view-more {
text-align: center;
}
.blog-gallery.owl-carousel {
z-index: auto;
}
.blog-gallery.owl-carousel .owl-stage-outer {
z-index: 1;
}
.blog-gallery.owl-theme .owl-nav {
margin: 0;
position: absolute;
bottom: 184px;
right: 20px;
z-index: 5;
}
.blog-gallery.owl-theme .owl-nav [class*='owl-'] {
margin: 0;
margin-left: 20px;
margin-bottom: 0;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
color: #49a0d5;
font-size: 30px;
letter-spacing: 0;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.blog-gallery.owl-theme .owl-nav [class*='owl-']:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
background: #00b0ff;
color: #fff;
opacity: 1;
}
.blog-gallery.owl-theme .owl-nav [class*='owl-'] i {
line-height: inherit;
}
.blog-post .play-video {
margin: 0;
margin-bottom: 16px;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
color: #49a0d5;
font-size: 30px;
letter-spacing: 0;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
text-align: center;
}
.blog-post .play-video:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
background: #00b0ff;
color: #fff;
opacity: 1;
}
.blog-post .play-video i {
line-height: inherit;
padding-left: 4px;
}
/* ==========================================================================
13. Reviews
========================================================================== */
.reviews {
margin-top: 60px;
}
.review {
margin-bottom: 40px;
}
.review:last-of-type {
margin-bottom: 0;
}
.review .avatar {
float: left;
border-radius: 50%;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
overflow: hidden;
}
.review .meta {
margin-bottom: 20px;
margin-left: 80px;
font-size: 0;
line-height: 0;
}
.review .meta li {
display: inline-block;
color: #646e7b;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
font-weight: 500;
vertical-align: top;
margin-right: 15px;
}
.review .meta li.name {
color: #172434;
}
.review .meta li.rating img {
margin-right: 8px;
}
.review .meta li.rating img:last-of-type {
margin-right: 0;
}
.review .content {
margin-left: 80px;
background: #fff;
padding: 16px 30px;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
}
.review .content p {
margin-bottom: 0;
}
.add-review {
margin-top: 75px;
}
.add-review .form-group {
margin-bottom: 30px;
}
.add-review button {
float: right;
font-size: 14px;
}
.add-review .rating {
border: none;
float: left;
}
.add-review .rating > input {
display: none;
}
.add-review .rating > label:before {
margin-right: 10px;
font-size: 20px;
font-family: FontAwesome;
display: inline-block;
content: "\f005";
}
.add-review .rating > .half:before {
content: "\f089";
position: absolute;
}
.add-review .rating > label {
color: #646e7b;
float: right;
}
.add-review .rating > input:checked ~ label, .add-review .rating:not(:checked) > label:hover, .add-review .rating:not(:checked) > label:hover ~ label {
color: #eac944;
}
.add-review .rating > input:checked + label:hover, .add-review .rating > input:checked ~ label:hover, .add-review .rating > label:hover ~ input:checked ~ label, .add-review .rating > input:checked ~ label:hover ~ label {
color: #f1db81;
}
@media all and (max-width: 767px) {
.add-review button {
float: none;
margin-top: 12px;
}
.add-review .rating {
float: left;
}
}
/* ==========================================================================
14. Login / Signup
========================================================================== */
.login-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(23,36,52,.9);
z-index: 999;
visibility: hidden;
opacity: 0;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-webkit-transition-delay: .5s;
-ms-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
}
.login-wrapper.open {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0s;
-ms-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.login {
background: rgba(23,36,52,.5);
position: absolute;
top: 50%;
left: 50%;
padding: 30px;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 430px;
color: #fff;
opacity: 0;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-webkit-transition-delay: 0s;
-ms-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.login-wrapper.open .login {
opacity: 1;
-webkit-transition-delay: .5s;
-ms-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
}
.login .form-group {
margin-bottom: 30px;
}
.login .checkbox {
margin: 0;
float: left;
}
.login .checkbox label {
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 400;
}
.login .lost-password {
float: right;
}
.login .button-wrapper {
text-align: center;
margin-top: 45px;
margin-bottom: 28px;
}
.login .button-wrapper .button {
width: 200px;
}
.login p {
margin-bottom: 40px;
}
.login .social {
font-size: 0;
}
.login .social p {
font-size: 14px;
margin-bottom: 20px;
}
.login .social a {
display: inline-block;
margin: 0 15px;
}
.signup-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(23,36,52,.9);
z-index: 999;
visibility: hidden;
opacity: 0;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-webkit-transition-delay: .5s;
-ms-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
}
.signup-wrapper.open {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0s;
-ms-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.signup {
background: rgba(23,36,52,.5);
position: absolute;
top: 50%;
left: 50%;
padding: 30px;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 430px;
color: #fff;
opacity: 0;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-webkit-transition-delay: 0s;
-ms-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.signup-wrapper.open .signup {
opacity: 1;
-webkit-transition-delay: .5s;
-ms-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
}
.signup .form-group {
margin-bottom: 30px;
}
.signup .checkbox {
margin: 0;
float: left;
}
.signup .checkbox label {
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 400;
}
.signup .lost-password {
float: right;
}
.signup .button-wrapper {
text-align: center;
margin-top: 45px;
margin-bottom: 28px;
}
.signup .button-wrapper .button {
width: 200px;
}
.signup p {
margin-bottom: 40px;
}
.signup .social {
font-size: 0;
}
.signup .social p {
font-size: 14px;
margin-bottom: 20px;
}
.signup .social a {
display: inline-block;
margin: 0 15px;
}
/* ==========================================================================
15. Pricing Table
========================================================================== */
.pricing-table {
position: relative;
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-align: center;
color: #fff;
font-weight: 500;
font-size: 14px;
letter-spacing: .7px;
line-height: 24px;
margin-top: 30px;
margin-bottom: 40px;
}
.pricing-table.popular {
margin-top: 0;
}
.pricing-table>.inner {
background: rgba(23,36,52,.5);
position: relative;
}
.pricing-table.popular>.inner {
background: rgba(0,176,255,.7);
}
.pricing-table>.inner>.overlay {
padding: 48px 12px;
position: relative;
background: rgba(23,36,52,0);
background: -moz-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,36,52,0)), color-stop(100%, rgba(23,36,52,1)));
background: -webkit-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -o-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -ms-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: linear-gradient(to bottom, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172434', endColorstr='#172434', GradientType=0 );
}
.pricing-table h3 {
font-size: 26px;
line-height: 48px;
letter-spacing: 1.3px;
font-weight: 400;
color: #fff;
margin-bottom: 24px;
}
.pricing-table h3 span {
font-size: 36px;
letter-spacing: 1.8px;
}
.pricing-table p {
margin-bottom: 28px;
}
.pricing-table ul {
line-height: 48px;
font-weight: 400;
margin-bottom: 36px;
}
.pricing-table ul li span {
font-weight: 700;
}
.pricing-table .popular-label {
text-transform: uppercase;
margin-bottom: 36px;
}
/* ==========================================================================
16. Icon Box
========================================================================== */
.icon-box {
background: #fff;
padding: 40px;
margin-top: 40px;
}
.icon-box img {
float: left;
}
.icon-box .content {
margin-left: 170px;
}
.icon-box .content h3 {
margin-bottom: 20px;
}
.icon-box .content p {
margin-bottom: 0;
}
/* ==========================================================================
17. Add Listing
========================================================================== */
.add_photo span {
padding-left: 36px;
}
.photo_thumbnails {
font-size: 0;
}
.photo_preview_box {
height: 150px;
width: 214px;
background: #f1f2f6;
display: inline-block;
margin-right: 9px;
}
.listing-hours .row {
margin-bottom: 10px;
}
.listing-hours .hours {
background: #f1f2f6;
line-height: 48px;
height: 48px;
padding: 0 20px;
color: #172434;
font-size: 14px;
font-weight: 400;
letter-spacing: .7px;
border-radius: 48px;
}
.listing-hours .remove {
line-height: 48px;
font-size: 24px;
color: #f44336;
}
.listing-hours .remove i {
color: #f44336;
position: relative;
right: 0;
}
.add-listing-form .submit {
text-align: center;
margin-top: 70px;
}
/* ==========================================================================
18. Dashboard
========================================================================== */
.avatar-text {
font-weight: 500;
line-height: 60px;
margin-bottom: 30px;
}
.avatar-text span {
color: #172434;
}
.avatar-text .avatar {
border-radius: 50%;
overflow: hidden;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
display: inline-block;
width: 60px;
height: 60px;
line-height: 60px;
vertical-align: middle;
margin: 0 6px;
}
.avatar-text img:hover {
box-shadow: 0px 12px 22px rgba(0,0,0,.35);
background: rgba(0,0,0,.35);
}
.dashboard h4 {
margin-bottom: 24px;
}
.dashboard p {
margin-bottom: 0;
}
/* ==========================================================================
19. Edit Profile
========================================================================== */
.edit-profile-form .submit {
margin-top: 0;
}
h4 small {
display: block;
font-size: 14px;
line-height: 14px;
letter-spacing: 1.4px;
color: #646e7b;
margin-top: 16px;
}
hr {
margin: 80px -30px;
border-top: 1px solid #f1f2f6;
}
/* ==========================================================================
20. My listings
========================================================================== */
.my-listing-fields li {
background: #f1f2f6;
margin-bottom: 31px;
padding: 7px 24px 7px 24px;
border-radius: 48px;
text-align: left;
}
.my-listing-fields li:last-of-type {
margin-bottom: 0;
}
/* ==========================================================================
21. 404 page
========================================================================== */
.error-text h1 {
font-size: 172px;
color: #172434;
font-family: 'Quicksand', sans-serif;
margin-bottom: 37px;
font-weight: 400;
}
.error-text span {
padding-right: 20px;
padding-left: 20px;
}
.error-text h3 {
font-size: 26px;
font-weight: bold;
margin-bottom: 10px;
}
.error-text p {
font-size: 14px;
margin-bottom: 30px;
}
.error-text img {
margin-top: -33px;
}
/* ==========================================================================
22. Coming Soon Page
========================================================================== */
.coming-soon {
color: #fff;
}
.newsletter-form.block input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
width: 370px;
display: block;
margin: auto;
margin-bottom: 36px;
}
.section.transparent>.inner {
background: none;
}
.countdown {
font-size: 0;
line-height: 82px;
font-weight: 300;
margin-top: 0;
margin-bottom: 12px;
font-family: 'Quicksand Dash', sans-serif;
}
.countdown .time {
display: inline-block;
margin: 0 12px;
}
.countdown .time span {
font-size: 68px;
}
/* ==========================================================================
23. Shop Cart Page
========================================================================== */
.cart-items {
margin-bottom: 40px;
border-bottom: 1px solid #e2e5e9;
}
.cart-items.table>thead>tr>th {
padding: 0;
border-bottom: 1px solid #e8ebed;
font-size: 24px;
color: #172434;
line-height: 27px;
padding-bottom: 14px;
letter-spacing: 2.8px;
font-family: 'Quicksand', sans-serif;
font-weight: 400;
}
.cart-items.table>tbody>tr>td {
border: none;
padding: 0;
padding-top: 20px;
vertical-align: middle;
font-size: 14px;
line-height: 24px;
letter-spacing: .7px;
color: #172434;
font-weight: 400;
}
.cart-items.table>tbody>tr:last-of-type>td {
padding-bottom: 20px;
}
.cart-items .image {
background: #f1f2f6;
width: 100px;
display: inline-block;
vertical-align: middle;
margin-right: 32px;
}
.cart-items input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
width: 78px;
}
.cart-items .remove {
font-size: 24px;
color: #435266;
text-align: right;
display: block;
}
.coupon-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
float: left;
width: 284px;
margin-right: 9px;
}
.cart-box {
border-bottom: 1px solid #dadee2;
margin-top: 78px;
}
.cart-box h5 {
border-bottom: 1px solid #dde0e4;
margin-bottom: 14px;
padding-bottom: 17px;
font-family: 'Quicksand', sans-serif;
font-weight: 400;
font-size: 24px;
}
.cart-total {
table-layout: fixed;
margin-bottom: 4px;
}
.cart-total.table>tbody>tr>td {
border: none;
padding: 0;
vertical-align: middle;
font-size: 14px;
line-height: 24px;
letter-spacing: 1.4px;
color: #172434;
font-weight: 500;
padding-bottom: 8px;
}
.cart-total.table>tbody>tr>th {
border: none;
padding: 0;
vertical-align: middle;
font-size: 14px;
line-height: 24px;
letter-spacing: 1.4px;
color: #172434;
font-weight: 400;
padding-bottom: 17px;
}
.shipping-form {
margin-bottom: 20px;
margin-top: 20px;
}
.shipping-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .shipping-form select {
width: 370px;
max-width: 100%;
}
.shipping-form .button {
margin-top: 10px;
}
@media all and (max-width: 1200px) {
.coupon-form .button {
margin-top: 12px;
}
}
@media all and (max-width: 768px) {
.shop-header .left {
float: none;
}
.shop-header .right {
float: none;
text-align: center;
}
.coupon-form {
margin-bottom: 24px;
}
}
@media screen and (max-width: 767px) {
.table-responsive {
margin-bottom: 20px;
border: none;
}
}
/* ==========================================================================
24. Blog Default Page
========================================================================== */
.featured-section {
position: relative;
padding-top: 35.15%;
height: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.post-title>h2 {
margin-bottom: 40px;
}
.blog-author {
padding-bottom: 40px;
}
.blog-author>img {
border-radius: 50%;
box-shadow: 0 12px 22px 0px rgba(0,0,0,.35);
overflow: hidden;
}
.blog-author span {
padding-left: 15px;
color: #172434;
}
.publish-date>button {
margin-bottom: 35px;
}
.publish-date .button.white {
color: #646e7b;
box-shadow: none;
}
.publish-date .button.white:hover {
background: #fff;
}
.post-description {
margin-top: 35px;
}
.blog-tags {
padding-top: 40px;
}
.blog-tags .tags {
font-size: 0;
}
.blog-tags .tags .tag {
display: inline-block;
background: #fff;
font-size: 12px;
color: #172434;
letter-spacing: .6px;
line-height: 48px;
border-radius: 48px;
padding: 0 30px;
margin-right: 10px;
margin-bottom: 10px;
}
.blog-tags .tags .tag img {
margin-right: 9px;
}
.social-share-counter .button {
color: #172434;
font-size: 12px;
box-shadow: none;
background: #fff;
text-transform: none;
padding: 0 14px;
}
.pager {
margin: 90px -17px;
}
.pager li>a {
padding: 0;
background: none;
border: none;
border-radius: 0;
color: #172434;
line-height: 50px;
font-size: 24px;
letter-spacing: 1.5px;
vertical-align: middle;
font-family: 'Quicksand', sans-serif;
}
.pager li>a:hover {
background: none;
}
.pager li>a i {
font-size: 50px;
vertical-align: middle;
letter-spacing: 0;
color: #2f3c4e;
margin-top: -3px;
position: relative;
}
@media all and (min-width: 992px) {
.blog-box {
padding-left: 186px;
padding-right: 186px;
}
}
/* ==========================================================================
25. Comments
========================================================================== */
.comments {
margin-top: 60px;
}
.comment {
margin-top: 45px;
}
.comment:last-of-type {
margin-bottom: 0;
}
.comment .avatar {
float: left;
border-radius: 50%;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
overflow: hidden;
}
.comment .meta {
margin-bottom: 20px;
margin-left: 80px;
font-size: 0;
line-height: 0;
}
.comment .meta li {
display: inline-block;
color: #646e7b;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
font-weight: 500;
vertical-align: top;
margin-right: 15px;
}
.comment .meta li.name {
color: #172434;
}
.comment .meta li.reply {
float: right;
font-weight: 500;
color: #172434;
}
.comment .meta li.reply a {
color: #172434;
}
.comment .meta li.rating img {
margin-right: 8px;
}
.comment .meta li.rating img:last-of-type {
margin-right: 0;
}
.comment-reply {
margin-left: 80px;
}
.comment .content {
margin-left: 80px;
background: #fff;
padding: 16px 30px;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
}
.comment .content p {
margin-bottom: 0;
}
.comment .form-group {
margin-bottom: 30px;
}
.add-comment {
margin-top: 75px;
}
/* ==========================================================================
26. Blog-Gallery page
========================================================================== */
.blog-post.fullscreen {
margin-bottom: 0;
}
.blog-post.fullscreen:hover {
box-shadow: none;
}
.fullscreen .owl-carousel .owl-item img{
width: 100%;
}
.fullscreen>.blog-gallery.owl-theme .owl-nav {
bottom: 40px;
left: 0%;
}
.publish-date .type {
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
background: #fff;
text-align: center;
display: inline-block;
margin-right: 10px;
}
/* ==========================================================================
27. Blog-Quote page
========================================================================== */
blockquote {
border: none;
padding: 0;
margin: 0 0 35px;
color: #172434;
font-size: 36px;
line-height: 46px;
text-align: center;
font-weight: 400;
font-family: 'Quicksand', sans-serif;
letter-spacing: 1.4px;
}
/* ==========================================================================
28. Blog-Video page
========================================================================== */
.featured-section.video .video-play {
position: absolute;
top: 50%;
left: 50%;
font-size: 50px;
letter-spacing: 0;
color: #11151f;
background: #fff;
display: block;
border-radius: 50%;
width: 75px;
height: 75px;
line-height: 50px;
padding-top: 14px;
margin-left: -40px;
margin-top: -40px;
text-align: center;
transition: .25s;
letter-spacing: 0;
}
.featured-section.video .video-play .pe-7s-play {
padding-left: 11px;
}
.featured-section.video .video-play .pe-7s-play, .featured-section.video .video-play .pe-7s-pause {
color: #00b0ff;
}
.featured-section.video .video-play .video-play:hover {
background: #9fd46c;
opacity: 1;
}
/* ==========================================================================
29. Shop details description page
========================================================================== */
.shop-details .owl-carousel .owl-item img{
width: 100%;
}
.shop-details>.blog-gallery.owl-theme .owl-nav {
bottom: 0;
}
.product-thumbnails img {
padding-bottom: 25px;
}
.shop-details .price span {
font-size: 30px;
}
.shop-details .price span.original-price {
padding-right: 20px;
}
.shop-details .price span.sale-price {
color: #00b0ff;
}
.shop-details .price {
margin-bottom: 25px;
}
.shop-details p {
margin-bottom: 25px;
}
.product-quantity input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
width: 18%;
background: #f1f2f6;
display: inline-block;
margin-right: 35px;
margin-bottom: 25px;
}
.product-info {
margin-bottom: 25px;
}
.product-info li span {
font-weight: 500;
color: #172434;
}
.product-info-tabs {
border-bottom: none;
margin-bottom: 15px;
}
.product-info-tabs>li>a {
color: #646e7b;
border: none;
padding: 10px 40px 10px 0;
}
.product-info-tabs>li>a:hover {
background-color: transparent;
}
.product-info-tabs>li.active>a,.product-info-tabs>li.active>a:focus,.product-info-tabs>li.active>a:hover {
color: #00b0ff;
cursor: pointer;
border: none;
}
.product-info-tabs ul>li a:before {
content: "|";
color: #646e7b;
}
.product-info-tabs ul>li a:first-of-type:before {
content: none;
}
.original-price span {
text-decoration: line-through;
}
/* ==========================================================================
30. Related products slider
========================================================================== */
.related-products {
margin-top: 50px;
}
.related-item {
position: relative;
margin-bottom: 30px;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.related-products-slider .related-item {
margin: 0 15px;
margin-bottom: 30px;
}
.related-item:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.related-item>img {
width: 100%;
}
.related-item .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(23,36,52,0);
background: -moz-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,36,52,0)), color-stop(100%, rgba(23,36,52,1)));
background: -webkit-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -o-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -ms-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: linear-gradient(to bottom, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172434', endColorstr='#172434', GradientType=0 );
}
.related-item .content {
position: absolute;
bottom: 0;
left: 50%;
color: #fff;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
text-align: center;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -1%);
width: 100%;
padding: 0 15px;
}
.related-item .content h3 {
color: #fff;
margin-bottom: 6px;
}
.related-item .content h3 a {
color: #fff;
}
.related-item .content h3 a:hover {
opacity: 1;
color: #00b0ff;
}
.related-item .content p {
margin-bottom: 14px;
}
.related-products-slider.owl-theme .owl-nav {
margin: 0;
}
.related-products-slider.owl-theme .owl-nav [class*='owl-'] {
margin: 0 15px;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background: #172434;
color: #49a0d5;
font-size: 30px;
letter-spacing: 0;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.related-products-slider.owl-theme .owl-nav [class*='owl-']:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
background: #00b0ff;
color: #fff;
opacity: 1;
}
.related-products-slider.owl-theme .owl-nav [class*='owl-'] i {
line-height: inherit;
}
.tab-content .form-group {
margin-bottom: 20px;
}
.tab-content .review .content {
background: #f1f2f6;
}
.tab-content .add-review {
margin-top: 50px;
}
.tab-content .add-review button {
float: left;
margin-top: 15px;
}
/* ==========================================================================
31. Shop Page
========================================================================== */
.shop-sidebar {
background: #fff;
padding: 50px 30px;
}
.shop-sidebar input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .shop-sidebar select, .shop-sidebar textarea {
background: #f1f2f6;
}
.shop-sidebar select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
background-image: url(../images/dropdown.png);
background-repeat: no-repeat;
background-position: right 18px center;
}
.shop-sidebar .sidebar-widget {
margin-bottom: 48px;
padding-bottom: 0;
border-bottom: none;
}
.shop-sidebar .sidebar-widget h5 {
margin-bottom: 24px;
text-transform: uppercase;
}
.shop-sidebar .categories a {
display: block;
color: #646e7b;
font-size: 14px;
line-height: 48px;
border-radius: 48px;
letter-spacing: .7px;
padding: 0 20px;
background: #f1f2f6;
margin-bottom: 10px;
}
.shop-sidebar .categories a:hover {
color: #fff;
background: #00b0ff;
opacity: 1;
}
.shop-sidebar .categories a.active {
color: #fff;
background: #172434;
}
.shop-sidebar .categories a i {
font-size: 24px;
float: right;
line-height: 48px;
opacity: 0;
color: #fff;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.shop-sidebar .categories a:hover i {
opacity: 1;
}
.product {
position: relative;
margin-bottom: 30px;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.related-products-slider .product {
margin: 0 15px;
margin-bottom: 30px;
}
.product:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.product>img {
width: 100%;
}
.product .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(23,36,52,0);
background: -moz-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,36,52,0)), color-stop(100%, rgba(23,36,52,1)));
background: -webkit-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -o-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -ms-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: linear-gradient(to bottom, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172434', endColorstr='#172434', GradientType=0 );
}
.product .content {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
text-align: center;
width: 100%;
padding: 0 15px;
}
.product .content h3 {
color: #fff;
margin-bottom: 6px;
}
.product .content h3 a {
color: #fff;
}
.product .content h3 a:hover {
opacity: 1;
color: #00b0ff;
}
.product .content p {
margin-bottom: 14px;
}
.product .content p .sale {
color: #949fab;
text-decoration: line-through;
margin-right: 14px;
}
.product .button {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
visibility: hidden;
}
.product:hover .button {
opacity: 1;
visibility: visible;
}
.product-label {
position: absolute;
top: 20px;
left: 20px;
display: block;
width: 60px;
height: 60px;
text-align: center;
border-radius: 50%;
background: #fff;
font-size: 14px;
text-transform: uppercase;
line-height: 60px;
color: #172434;
}
.product-label span {
vertical-align: middle;
display: inline-block;
line-height: 14px;
}
.noUi-background {
background: #e3e5e9;
box-shadow: none;
}
.noUi-target {
border: none;
box-shadow: none;
border-radius: 0;
}
.noUi-horizontal {
height: 2px;
}
.noUi-origin {
border-radius: 0;
}
.noUi-connect {
background: #00b0ff;
box-shadow: none;
}
.noUi-horizontal .noUi-handle {
width: 20px;
height: 20px;
left: -10px;
top: -9px;
}
.noUi-handle:after, .noUi-handle:before {
content: none;
}
.noUi-handle {
border-radius: 50%;
border: none;
background: #172434;
box-shadow: none;
cursor: pointer;
}
.price-slider {
width: 100%;
height: 48px;
border-radius: 48px;
padding: 23px 20px;
background: #f1f2f6;
}
.price-slider-value {
text-align: center;
margin: 18px 0;
}
.price-slider-value .price {
margin: 0 9px;
}
.featured-product {
margin-bottom: 8px;
}
.featured-product img {
float: left;
border-radius: 50%;
}
.featured-product .content {
margin-left: 140px;
line-height: 24px;
margin-top: 36px;
}
.featured-product .content p {
margin-bottom: 0;
}
.featured-product .content p a {
color: #172434;
}
#products-load-more {
margin-top: 10px;
}
.product-gallery .blog-gallery.owl-theme .owl-nav {
bottom: 30px;
}
@media all and (max-width: 768px) {
.shop-sidebar .sidebar-widget:first-of-type {
margin-top: 0;
}
} | WebContent/admin/style.css | 01. General Styles
========================================================================== */
/* Typography
========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700|Quicksand:300,400,700|Poiret+One');
body {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 28px;
color: #646e7b;
letter-spacing: .7px;
overflow-x: hidden;
}
a {
color: #00b0ff;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
a:hover {
color: #00b0ff;
opacity: .75;
text-decoration: none;
}
a:focus {
text-decoration: none;
}
a img {
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
a img:hover {
opacity: .9;
}
p {
margin-bottom: 50px;
}
p.no-margin-bottom {
margin-bottom: 0;
}
p.lead {
font-size: 18px;
line-height: 28px;
margin-bottom: 36px;
font-weight: 300;
}
h1 {
font-size: 68px;
line-height: 82px;
font-weight: 300;
margin-top: 0;
margin-bottom: 12px;
font-family: 'Quicksand Dash', sans-serif;
}
h2 {
font-family: 'Quicksand', sans-serif;
font-weight: 400;
font-size: 36px;
line-height: 44px;
color: #172434;
margin: 0;
margin-bottom: 78px;
letter-spacing: 0;
}
h2 small {
margin: 0;
margin-top: 6px;
display: block;
color: #646e7b;
font-size: 16px;
line-height: 28px;
font-family: 'Poppins', sans-serif;
font-weight: 400;
letter-spacing: .8px;
}
h3 {
font-family: 'Quicksand', sans-serif;
font-weight: 400;
font-size: 26px;
line-height: 30px;
color: #172434;
margin: 0;
margin-bottom: 28px;
letter-spacing: 1.3px;
}
h4 {
font-family: 'Quicksand', sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 28px;
color: #172434;
margin: 0;
margin-bottom: 30px;
letter-spacing: 0;
}
h5 {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 28px;
color: #172434;
margin: 0;
margin-bottom: 20px;
letter-spacing: .8px;
}
.section.dark h2 {
color: #fff;
}
.nivo-lightbox-theme-default * {
-webkit-box-sizing: initial !important;
-moz-box-sizing: initial !important;
box-sizing: initial !important;
}
.aligned-cols {
display: table;
width: 100%;
height: 100%;
margin: 0;
table-layout: fixed;
}
.aligned-cols>.col-sm-1, .aligned-cols>.col-sm-10, .aligned-cols>.col-sm-11, .aligned-cols>.col-sm-12, .aligned-cols>.col-sm-2, .aligned-cols>.col-sm-3, .aligned-cols>.col-sm-4, .aligned-cols>.col-sm-5, .aligned-cols>.col-sm-6, .aligned-cols>.col-sm-7, .aligned-cols>.col-sm-8, .aligned-cols>.col-sm-9 {
display: table-cell;
float: none;
vertical-align: top;
height: 100%;
}
.aligned-cols>.col-md-1, .aligned-cols>.col-md-10, .aligned-cols>.col-md-11, .aligned-cols>.col-md-12, .aligned-cols>.col-md-2, .aligned-cols>.col-md-3, .aligned-cols>.col-md-4, .aligned-cols>.col-md-5, .aligned-cols>.col-md-6, .aligned-cols>.col-md-7, .aligned-cols>.col-md-8, .aligned-cols>.col-md-9 {
display: table-cell;
float: none;
vertical-align: top;
height: 100%;
}
.aligned-cols>.aligned-bottom {
vertical-align: bottom;
}
.aligned-cols>.aligned-middle {
vertical-align: middle;
}
.aligncenter {
display: block;
margin: 32px auto;
}
.alignleft {
float: left;
margin-right: 24px;
margin-bottom: 12px;
}
.alignright {
float: right;
margin-left: 24px;
margin-bottom: 12px;
}
.fa-ul {
margin-left: 0;
}
.fa-li {
position: static;
width: auto;
margin-right: 14px;
}
.owl-item {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.owl-carousel .owl-item img {
width: 100%;
}
@media all and (max-width: 1200px) {
}
@media all and (max-width: 992px) {
.aligned-cols-md {
display: block;
}
.aligned-cols .col-md-1, .aligned-cols .col-md-10, .aligned-cols .col-md-11, .aligned-cols .col-md-12, .aligned-cols .col-md-2, .aligned-cols .col-md-3, .aligned-cols .col-md-4, .aligned-cols .col-md-5, .aligned-cols .col-md-6, .aligned-cols .col-md-7, .aligned-cols .col-md-8, .aligned-cols .col-md-9 {
display: block;
width: 100%;
}
}
@media all and (max-width: 768px) {
.aligned-cols {
display: block;
}
.aligned-cols .col-sm-1, .aligned-cols .col-sm-10, .aligned-cols .col-sm-11, .aligned-cols .col-sm-12, .aligned-cols .col-sm-2, .aligned-cols .col-sm-3, .aligned-cols .col-sm-4, .aligned-cols .col-sm-5, .aligned-cols .col-sm-6, .aligned-cols .col-sm-7, .aligned-cols .col-sm-8, .aligned-cols .col-sm-9 {
display: block;
width: 100%;
}
h1 {
font-size: 48px;
line-height: 58px;
}
}
/* ==========================================================================
02. Buttons
========================================================================== */
.button {
font-size: 16px;
font-weight: 400;
line-height: 48px;
padding: 0 28px;
display: inline-block;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
position: relative;
outline: none !important;
border: none;
background: #00b0ff;
color: #fff;
border-radius: 48px;
text-transform: uppercase;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
letter-spacing: 1.6px;
}
.button:hover {
opacity: 1;
background: #00b0ff;
color: #fff;
box-shadow: 0 12px 22px rgba(0,0,0,.2);
}
.button.dark {
background: #172434;
color: #00b0ff;
}
.button.dark:hover {
background: #00b0ff;
color: #fff;
}
.button.white {
background: #fff;
color: #00b0ff;
}
.button.white:hover {
background: #00b0ff;
color: #fff;
}
.button.border {
background: none;
border: 1px solid rgba(255,255,255,.25);
line-height: 46px;
font-weight: 300;
box-shadow: none;
}
.button.border:hover {
background: #fff;
border-color: #fff;
color: #00b0ff;
}
.button img {
margin-right: 8px;
}
.pagination-wrapper {
text-align: center;
}
.pagination {
border: 3px solid #fafafa;
margin: 0;
margin-top: 60px;
position: relative;
padding: 0 60px;
}
.pagination>li>a, .pagination>li>span {
float: none;
padding: 0;
margin: 0 15px;
line-height: 74px;
color: #444;
background: none;
border: none;
font-size: 13px;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
background: none;
color: #444;
}
.pagination>li.prev>a {
display: block;
width: 63px;
text-align: center;
line-height: 53px;
margin: 0;
position: absolute;
left: -38px;
top: 11px;
background: #00b0ff;
border-radius: 0;
color: #fff;
font-size: 16px;
}
.pagination>li.next>a {
display: block;
width: 63px;
text-align: center;
line-height: 53px;
margin: 0;
position: absolute;
right: -38px;
top: 11px;
background: #00b0ff;
border-radius: 0;
color: #fff;
font-size: 16px;
}
.share-button .social {
position: absolute;
top: 50%;
left: 100%;
width: 50px;
text-align: right;
line-height: 30px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
visibility: hidden;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.share-button:hover .social {
visibility: visible;
opacity: 1;
}
.share-button .social a {
display: inline-block;
margin: 5px 0;
}
.share-button .social a img {
margin: 0;
}
@media all and (max-width: 768px) {
.pagination>li.prev>a {
width: 48px;
left: -18px;
}
.pagination>li.next>a {
width: 48px;
right: -18px;
}
.pagination>li>a, .pagination>li>span {
margin: 0 6px;
}
}
/* ==========================================================================
03. Forms
========================================================================== */
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
display: block;
border: none;
background: #fff;
width: 100%;
outline: none !important;
line-height: 48px;
height: 48px;
padding: 0 20px;
color: #646e7b;
font-size: 14px;
font-weight: 400;
letter-spacing: .7px;
border-radius: 48px;
}
.light-inputs input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .light-inputs select, .light-inputs textarea {
background: #f1f2f6;
}
.input-group input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .input-group select {
padding-left: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
textarea {
height: auto;
border-radius: 0;
}
select, .light-inputs select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
background-image: url(../images/dropdown.png);
background-repeat: no-repeat;
background-position: right 18px center;
}
::-webkit-input-placeholder {
color: #646e7b;
}
:-moz-placeholder {
color: #646e7b;
opacity: 1;
}
::-moz-placeholder {
color: #646e7b;
opacity: 1;
}
:-ms-input-placeholder {
color: #646e7b;
}
.input-group-addon {
color: #172434;
text-align: center;
background-color: #f1f2f6;
border-radius: 48px;
border: none;
font-size: 14px;
line-height: 48px;
font-weight: 400;
padding: 0;
padding-left: 30px;
padding-right: 8px;
letter-spacing: .7px;
}
.form-group {
margin-bottom: 40px;
position: relative;
}
.form-group i {
position: absolute;
top: 0;
right: 20px;
color: #00b0ff;
font-size: 24px;
line-height: 48px;
}
.help-block {
color: #646e7b;
text-align: center;
font-size: 12px;
letter-spacing: .6px;
margin-top: 12px;
margin-bottom: 0;
}
.checkbox {
margin: 40px 0;
}
.checkbox label, .radio label {
color: #282828;
line-height: 28px;
font-size: 15px;
font-family: 'Montserrat', sans-serif;
letter-spacing: .45px;
font-weight: 700;
padding-left: 28px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
margin: 0;
margin-left: -28px;
margin-top: 8px;
}
.submit {
margin-top: 50px;
}
.searchform {
position: relative;
margin-bottom: 0;
}
.searchform button {
background: none;
border: none;
font-size: 24px;
line-height: 48px;
position: absolute;
top: 0;
right: 0;
display: inline-block;
padding: 0 20px;
color: #00b0ff;
outline: none !important;
}
.sweet-alert fieldset input {
display: none !important;
}
.sweet-alert h2 {
font-weight: 400;
font-size: 36px;
line-height: 44px;
color: #172434;
margin: 24px 0;
}
.sweet-alert p {
font-weight: 400;
font-size: 14px;
line-height: 28px;
color: #646e7b;
letter-spacing: .7px;
}
.sweet-alert button {
font-size: 16px;
font-weight: 400;
line-height: 48px;
padding: 0 28px;
display: inline-block;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
position: relative;
outline: none !important;
border: none;
background: #00b0ff;
color: #fff;
border-radius: 48px;
text-transform: uppercase;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
letter-spacing: 1.6px;
}
.newsletter-form {
font-size: 0;
line-height: 0;
text-align: center;
}
.newsletter-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
width: 370px;
display: inline-block;
margin-right: 28px;
}
@media all and (max-width: 768px) {
.newsletter-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
width: 100%;
margin-right: 0;
margin-bottom: 12px;
}
}
/* ==========================================================================
04. Header
========================================================================== */
.header {
z-index: 9;
background: #172434;
position: relative;
}
.header.fixed {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: none;
}
.header .left {
position: absolute;
top: 0;
left: 64px;
z-index: 10;
}
.header .logo {
height: 120px;
font-size: 0;
text-align: center;
display: inline-block;
vertical-align: top;
}
.header .logo:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
.header .logo a {
display: inline-block;
vertical-align: middle;
max-height: 120px;
}
.header-search {
display: inline-block;
vertical-align: top;
position: relative;
margin-left: 40px;
}
.header-search input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
line-height: 120px;
height: 120px;
display: inline-block;
width: auto;
border-radius: 0;
padding: 0;
padding-left: 30px;
background: none;
font-size: 16px;
letter-spacing: 1.6px;
color: #fff;
}
.header-search ::-webkit-input-placeholder {
color: #fff;
}
.header-search :-moz-placeholder {
color: #fff;
}
.header-search ::-moz-placeholder {
color: #fff;
}
.header-search :-ms-input-placeholder {
color: #fff;
}
.header-search button {
position: absolute;
top: 0;
left: 0;
line-height: 120px;
border: none;
padding: 0;
color: #00b0ff;
font-size: 20px;
background: none;
}
.header-search button i {
vertical-align: middle;
}
.header .right {
position: absolute;
top: 0;
right: 64px;
z-index: 10;
font-size: 0;
line-height: 0;
}
.header .right .button {
box-shadow: none;
margin-top: 36px;
margin-left: 50px;
}
.header .right .button:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.header .right .user {
font-size: 14px;
line-height: 120px;
letter-spacing: .7px;
font-weight: 500;
color: #fff;
}
.header .right .user .avatar {
float: left;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
display: inline-block;
width: 60px;
height: 60px;
line-height: 60px;
margin-top: 30px;
margin-right: 10px;
}
.header .right .user .avatar img {
width: 100%;
height: 100%;
}
@media all and (max-width: 1200px) {
.header {
padding-bottom: 24px;
}
.header .left {
padding-left: 32px;
left: 0;
position: relative;
float: left;
}
.header .left .header-search {
display: none;
}
.header .right {
padding-right: 32px;
right: 0;
position: relative;
float: right;
}
.header .right .button {
margin-left: 24px;
}
.header .right .user {
line-height: 40px;
}
.header .right .user .avatar {
width: 40px;
height: 40px;
line-height: 40px;
margin-top: 0;
}
}
@media all and (max-width: 768px) {
.header .left {
float: none;
padding-left: 0;
text-align: center;
}
.header .right {
float: left;
padding-right: 0;
padding-left: 15px;
}
.header .right .button {
font-size: 12px;
line-height: 38px;
padding: 0 18px;
margin-left: 0;
margin-right: 15px;
margin-top: 0;
}
}
/* Navigation
========================================================================== */
.navigation {
position: relative;
z-index: 9;
font-size: 0;
line-height: 0;
text-align: center;
}
.main-nav {
display: inline-block;
}
.main-nav ul {
margin-bottom: 0;
}
.main-nav ul>li {
display: inline-block;
margin: 0;
margin: 0 24px;
position: relative;
}
.main-nav ul>li a {
font-size: 14px;
color: #fff;
line-height: 120px;
display: inline-block;
position: relative;
text-transform: uppercase;
font-weight: 400;
}
.main-nav ul>li.menu-item-has-children>a:after {
content: '';
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
background: #00b0ff;
margin-left: 8px;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
-ms-transition: .25s;
transition: .25s;
}
.main-nav ul>li.active.menu-item-has-children>a:after {
background: #fff;
}
.main-nav ul>li.menu-item-has-children:hover>a:after {
background: #fff;
}
.main-nav ul>li a:hover {
color: #00b0ff;
opacity: 1;
}
.main-nav ul>li.menu-item-has-children:hover>a {
color: #00b0ff;
}
.main-nav ul>li.active a {
color: #00b0ff;
}
.main-nav ul>li ul {
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
-ms-transition: .25s;
transition: .25s;
position: absolute;
top: 95px;
margin-left: -20px;
height: auto;
padding: 0;
z-index: 999;
text-align: left;
padding: 0;
}
.main-nav ul>li ul li {
white-space: nowrap;
position: relative;
display: block;
padding: 0;
margin: 0;
}
.main-nav ul>li ul li a {
background: #fff;
height: 48px;
width: 100%;
line-height: 48px;
padding: 0 20px;
color: #646e7b;
min-width: 250px;
display: block;
border-bottom: none;
border-radius: 48px;
margin-bottom: 3px;
text-transform: none;
font-size: 14px;
letter-spacing: .7px;
position: relative;
box-shadow: 0 12px 22px rgba(0,0,0,.2);
}
.main-nav ul>li.active ul li a {
color: #646e7b;
}
.main-nav ul>li ul li a:hover {
background: #00b0ff;
color: #fff;
z-index: 1000;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.main-nav ul>li ul>li.active>a {
background: #00b0ff;
color: #fff;
}
.main-nav ul>li ul li a i {
position: absolute;
top: 0;
right: 20px;
line-height: 48px;
font-size: 24px;
color: #00b0ff;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
-ms-transition: .25s;
transition: .25s;
}
.main-nav ul>li ul>li:hover>a>i {
color: #fff;
}
.main-nav ul>li ul li.menu-item-has-children>a:after {
content: none;
}
.main-nav ul>li ul li ul {
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
-ms-transition: .25s;
transition: .25s;
position: absolute;
left: 100%;
top: 0;
margin-left: 0;
padding-left: 20px;
}
.main-nav ul>li ul li.menu-item-has-children:hover>a {
background: #00b0ff;
color: #fff;
z-index: 1000;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.main-nav ul>li:hover>ul {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.responsive-menu-open {
font-size: 18px;
color: #fff;
line-height: 120px;
display: inline-block;
position: relative;
display: none;
}
.responsive-menu-open:hover {
color: #fff;
}
.responsive-menu {
position: fixed;
top: 0;
bottom: 0;
left: 100%;
min-width: 100%;
background: #0a0a0a;
z-index: 999;
padding: 28px;
padding-top: 60px;
padding-bottom: 0;
overflow-y: scroll;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
-ms-transition: .25s;
transition: .25s;
font-size: 0;
line-height: 0;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2.8px;
}
.responsive-menu.open {
left: 0;
}
.responsive-menu .responsive-menu-open {
display: none;
}
.responsive-menu-close {
position: absolute;
top: 28px;
right: 28px;
font-size: 20px;
color: #fff;
display: inline-block;
line-height: 20px;
height: 20px;
width: 20px;
text-align: center;
}
.responsive-menu-close:hover {
opacity: 1;
}
.responsive-nav>ul>li {
border-bottom: 1px solid #666;
}
.responsive-nav>ul>li:last-of-type {
border-bottom: none;
}
.responsive-nav ul {
margin-bottom: 0;
}
.responsive-nav ul>li a {
font-size: 14px;
color: #fff;
padding: 12px 0;
line-height: 16px;
display: block;
position: relative;
}
.responsive-nav ul>li ul {
background: #000;
margin: 12px -28px;
padding-left: 56px;
padding-right: 28px;
}
.responsive-nav ul>li ul>li:first-of-type {
padding-top: 12px;
}
.responsive-nav ul>li ul>li:last-of-type {
padding-bottom: 12px;
}
.responsive-nav ul>li ul>li ul {
margin-left: -56px;
padding-left: 84px;
}
.responsive-nav ul>li ul>li a:hover {
color: #fff;
}
.responsive-nav ul>li>a i {
float: right;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
font-size: 18px;
}
.responsive-nav ul>li.collapse-active>a i {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.responsive-nav>ul>li {
padding: 16px 0;
}
.responsive-nav ul>li a:hover {
opacity: 1;
color: #00b0ff;
}
.responsive-nav ul>li.active>a {
color: #00b0ff;
}
.responsive-nav ul>li.active>a:after {
content: '.';
}
.responsive-nav .pe-7s-right-arrow {
display: none;
}
.no-scroll {
overflow: hidden !important;
}
@media all and (max-width: 1200px) {
.main-nav {
display: none;
}
.navigation {
float: right;
padding-right: 32px;
}
.responsive-menu-open {
display: inline-block;
}
}
@media all and (max-width: 768px) {
.responsive-menu-open {
line-height: 40px;
}
}
/* Page Header
========================================================================== */
.page-header {
margin: 0;
padding: 0;
border: none;
text-align: center;
}
.breadcrumbs {
font-size: 0;
line-height: 0;
}
.breadcrumbs ul {
margin-bottom: 0;
}
.breadcrumbs ul>li {
display: inline-block;
margin: 0 9px;
font-size: 16px;
line-height: 92px;
letter-spacing: .8px;
color: #00b0ff;
}
.breadcrumbs ul>li:before {
content: ">";
padding-right: 18px;
color: #646e7b;
}
.breadcrumbs ul>li:first-of-type:before {
content: none;
}
.breadcrumbs ul>li a {
color: #646e7b;
}
.breadcrumbs ul>li a:hover {
color: #646e7b;
}
.menu {
font-size: 0;
line-height: 0;
}
.menu ul {
margin-bottom: 0;
}
.menu ul>li {
display: inline-block;
margin: 0 9px;
font-size: 16px;
line-height: 92px;
letter-spacing: .8px;
color: #646e7b;
}
.menu ul>li:before {
content: "|";
padding-right: 18px;
color: #646e7b;
}
.menu ul>li:first-of-type:before {
content: none;
}
.menu ul>li a {
color: #646e7b;
}
.menu ul>li a:hover {
color: #172434;
opacity: 1;
}
.menu ul>li.active a {
color: #00b0ff;
}
@media all and (max-width: 767px) {
.breadcrumbs {
padding: 28px 0;
}
.breadcrumbs ul>li {
line-height: 28px;
}
}
/* Page Title
========================================================================== */
.page-title {
position: relative;
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-align: center;
font-size: 16px;
line-height: 28px;
letter-spacing: .8px;
}
.page-title>.inner {
padding-top: 150px;
padding-bottom: 236px;
background: rgba(23,36,52,.9);
position: relative;
}
.page-title h2 {
color: #fff;
margin-bottom: 0;
}
.page-title p {
margin-bottom: 0;
color: #9199a4;
}
/* ==========================================================================
05. Footer
========================================================================== */
.footer .top {
background: #fff;
position: relative;
height: 160px;
}
.footer .top .left {
position: absolute;
top: 0;
left: 50px;
}
.footer .top .logo {
height: 160px;
font-size: 0;
text-align: center;
display: inline-block;
vertical-align: top;
}
.footer .top .logo:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
.footer .top .logo a {
display: inline-block;
vertical-align: middle;
max-height: 160px;
}
.footer .top .social-icons {
text-align: center;
}
.footer .top .social-icons a {
font-size: 18px;
line-height: 160px;
color: #646e7b;
margin: 0 7px;
}
.footer .top .social-icons a:hover {
color: #00b0ff;
}
.footer .top .right {
position: absolute;
top: 0;
right: 50px;
line-height: 160px;
}
.footer .top .right a {
margin-left: 20px;
}
.footer .bottom {
font-size: 12px;
line-height: 50px;
color: #646e7b;
text-align: center;
letter-spacing: .6px;
background: #f1f2f6;
}
@media all and (max-width: 1200px) {
.footer .top {
height: auto;
}
.footer .top .left {
position: relative;
left: 0;
display: block;
text-align: center;
}
.footer .top .logo {
height: 120px;
}
.footer .top .logo a {
max-height: 120px;
}
.footer .top .right {
position: relative;
right: 0;
display: block;
text-align: center;
line-height: 24px;
margin-top: 24px;
margin-bottom: 36px;
}
.footer .top .social-icons a {
line-height: 24px;
}
}
/* ==========================================================================
06. Sections
========================================================================== */
.section {
position: relative;
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.section>.inner {
padding: 80px 0;
background: #fff;
position: relative;
}
.section.small>.inner {
padding: 60px 0;
}
.section.large>.inner {
padding: 182px 0;
padding-top: 268px;
}
.section.no-padding>.inner {
padding: 0;
}
.section.no-padding-bottom>.inner {
padding-bottom: 0;
}
.section.no-padding-top>.inner {
padding-top: 0;
}
.section.white>.inner {
background: #fff;
}
.section.light>.inner {
background: #f1f2f6;
}
.section.dark>.inner {
background: #172434;
}
.section.transparent.dark>.inner {
background: rgba(23,36,52,.9);
color: #fff;
}
.section.transparent.light>.inner {
background: rgba(241,242,246,.92);
}
.fullscreen-section {
width: 100vw;
height: 100vh;
height: calc(100vh - 120px);
display: table;
table-layout: fixed;
}
.fullscreen-section>.left {
display: table-cell;
height: 100%;
vertical-align: top;
}
.fullscreen-section>.right {
display: table-cell;
height: 100%;
width: 830px;
background: #f1f2f6;
vertical-align: top;
}
.fullscreen-section>.right>.inner {
width: 100%;
height: 100vh;
height: calc(100vh - 120px);
overflow: auto;
padding: 0 30px;
padding-top: 30px;
}
.boxed-section>.inner {
position: relative;
padding: 0;
}
.boxed-section>.inner .box {
padding: 80px 30px;
background: #fff;
position: relative;
margin-top: -160px;
margin-bottom: 80px;
}
.boxed-section>.inner .box.no-side-padding {
padding-left: 0;
padding-right: 0;
}
.boxed-section>.inner .box.transparent {
padding: 0;
background: none;
}
@media all and (max-width: 1200px) {
.fullscreen-section {
width: 100%;
height: auto;
display: block;
}
.fullscreen-section>.left {
display: block;
height: auto;
}
.fullscreen-section>.right {
display: block;
height: auto;
width: 100%;
}
.fullscreen-section>.right>.inner {
width: 100%;
height: auto;
overflow: visible;
padding: 0 30px;
padding-top: 30px;
}
}
@media all and (max-width: 768px) {
}
/* ==========================================================================
07. Highlight Slider
========================================================================== */
.highlight-slider-wrapper {
margin-top: 72px;
}
.highlight-slider-wrapper p.lead {
margin-bottom: 36px;
}
.highlight-slider .item {
text-align: center;
}
.highlight-slider .item .icon {
display: inline-block;
width: 100px;
height: 100px;
line-height: 100px;
background: #fff;
border-radius: 50%;
position: relative;
}
.highlight-slider .item .icon:hover {
opacity: 1;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.highlight-slider .item .icon img {
display: inline-block;
width: auto;
}
.highlight-slider .item .icon .overlay {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
color: #fff;
font-size: 12px;
line-height: 100px;
letter-spacing: 1.2px;
background: #00b0ff;
border-radius: 50%;
opacity: 0;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.highlight-slider .item .icon:hover .overlay {
opacity: 1;
}
.highlight-slider.owl-theme .owl-nav {
margin: 0;
}
.highlight-slider.owl-theme .owl-nav [class*='owl-'] {
margin: 0;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
color: #49a0d5;
font-size: 30px;
letter-spacing: 0;
position: absolute;
top: 25px;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.highlight-slider.owl-theme .owl-nav [class*='owl-']:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
background: #00b0ff;
color: #fff;
opacity: 1;
}
.highlight-slider.owl-theme .owl-nav [class*='owl-'] i {
line-height: inherit;
}
.highlight-slider.owl-theme .owl-nav .owl-prev {
left: -72px;
}
.highlight-slider.owl-theme .owl-nav .owl-next {
right: -72px;
}
@media all and (max-width: 1200px) {
.highlight-slider.owl-theme .owl-nav {
margin-top: 24px;
}
.highlight-slider.owl-theme .owl-nav [class*='owl-'] {
position: relative;
top: 0;
margin: 0 12px;
}
.highlight-slider.owl-theme .owl-nav .owl-prev {
left: 0;
}
.highlight-slider.owl-theme .owl-nav .owl-next {
right: 0;
}
}
/* ==========================================================================
08. Categories
========================================================================== */
.category-box {
position: relative;
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
font-family: 'Poiret One', cursive;
font-size: 36px;
line-height: 36px;
letter-spacing: 0;
display: block;
margin-bottom: 30px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.category-box:hover {
opacity: 1;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.category-box>.inner {
height: 270px;
background: rgba(23,36,52,.8);
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.category-box:hover>.inner {
background: none;
}
.category-box>.inner img {
position: absolute;
top: 20px;
left: 20px;
}
.category-box>.inner .number {
position: absolute;
top: 20px;
right: 20px;
color: #00b0ff;
}
.category-box>.inner .title {
position: absolute;
bottom: 20px;
left: 20px;
color: #fff;
}
/* ==========================================================================
09. Services
========================================================================== */
.services {
text-align: center;
padding: 0 20px;
position: relative;
}
.services img {
margin-bottom: 24px;
}
.services p {
margin-bottom: 0;
}
.services .process {
position: absolute;
top: 50%;
right: -30px;
font-size: 30px;
line-height: 28px;
letter-spacing: 0;
margin-top: -15px;
}
@media all and (max-width: 768px) {
.services .process {
position: relative;
top: 0;
right: 0;
margin: 24px 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
}
/* ==========================================================================
10. Directory
========================================================================== */
.directory-item {
position: relative;
margin-bottom: 30px;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.directory-slider .directory-item {
margin: 0 15px;
margin-bottom: 30px;
}
.directory-item:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.directory-item>img {
width: 100%;
}
.directory-item .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(23,36,52,0);
background: -moz-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,36,52,0)), color-stop(100%, rgba(23,36,52,1)));
background: -webkit-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -o-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -ms-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: linear-gradient(to bottom, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172434', endColorstr='#172434', GradientType=0 );
}
.directory-item .rating {
position: absolute;
top: 20px;
left: 20px;
background: url('../images/directory-star.png') no-repeat center center;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-weight: 700;
font-size: 16px;
letter-spacing: .8px;
color: #fff;
}
.directory-item .wishlist {
position: absolute;
top: 20px;
right: 20px;
}
.directory-item .content {
position: absolute;
bottom: 70px;
left: 20px;
color: #fff;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
}
.directory-item .content h3 {
color: #fff;
margin-bottom: 6px;
}
.directory-item .content h3 a {
color: #fff;
}
.directory-item .content h3 a:hover {
opacity: 1;
color: #00b0ff;
}
.directory-item .content p {
margin-bottom: 14px;
}
.directory-item .content .location img {
display: inline-block;
vertical-align: bottom;
margin-right: 8px;
width: auto;
}
.directory-item .category {
position: absolute;
bottom: 18px;
right: 22px;
font-size: 0;
line-height: 0;
}
.directory-item .category a {
display: inline-block;
margin-left: 18px;
}
.directory-slider.owl-theme .owl-nav {
margin: 0;
}
.directory-slider.owl-theme .owl-nav [class*='owl-'] {
margin: 0 15px;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background: #172434;
color: #49a0d5;
font-size: 30px;
letter-spacing: 0;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.directory-slider.owl-theme .owl-nav [class*='owl-']:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
background: #00b0ff;
color: #fff;
opacity: 1;
}
.directory-slider.owl-theme .owl-nav [class*='owl-'] i {
line-height: inherit;
}
.directory-filters .form-group {
margin-bottom: 30px;
}
.directory-tags {
font-size: 0;
line-height: 0;
margin-bottom: 24px;
}
.directory-tags .tag {
background: #172434;
color: #fff;
display: inline-block;
font-size: 12px;
letter-spacing: .6px;
line-height: 48px;
padding: 0 20px;
border-radius: 48px;
margin-right: 9px;
}
.directory-tags .tag a {
font-size: 24px;
vertical-align: middle;
}
.directory-tags .tag a i {
line-height: inherit;
vertical-align: middle;
}
.directory-list-info {
text-align: right;
font-size: 14px;
line-height: 24px;
letter-spacing: .7px;
margin-bottom: 24px;
}
.directory-list-info p {
margin-bottom: 0;
}
.directory-list-info .results {
font-size: 16px;
letter-spacing: .8px;
color: #172434;
}
.directory-single-info {
font-size: 16px;
line-height: 28px;
letter-spacing: .8px;
font-weight: 500;
}
.directory-single-info h2 {
margin-bottom: 20px;
}
.directory-single-info h2 img {
vertical-align: top;
}
.directory-single-info p {
margin-bottom: 28px;
}
.directory-single-info .meta {
margin-bottom: 30px;
font-size: 0;
line-height: 0;
}
.directory-single-info .meta li {
display: inline-block;
font-size: 14px;
line-height: 30px;
letter-spacing: .7px;
margin-right: 20px;
vertical-align: top;
}
.directory-single-info .meta li>img {
margin-right: 10px;
vertical-align: middle;
}
.directory-single-info .meta .social {
font-size: 0;
line-height: 0;
}
.directory-single-info .meta .social a {
margin-right: 10px;
display: inline-block;
}
.directory-single-info .meta .social a:last-of-type {
margin-right: 0;
}
.directory-single-info .meta .rating {
display: inline-block;
background: url('../images/rating.png') no-repeat center center;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-weight: 700;
font-size: 12px;
letter-spacing: .6px;
color: #fff;
margin-right: 9px;
}
.directory-single-info .meta .number-of-ratings {
display: inline-block;
line-height: 30px;
font-size: 14px;
letter-spacing: .7px;
}
.directory-single-info .meta .number-of-ratings span {
color: #172434;
}
.directory-single-info .link {
font-size: 14px;
letter-spacing: .7px;
}
.directory-single-info .link>img {
margin-right: 10px;
vertical-align: middle;
}
.directory-single-info .buttons {
font-size: 0;
line-height: 0;
margin-top: 30px;
}
.directory-single-info .buttons .button {
margin-right: 30px;
}
.single-map {
width: 100%;
height: 290px;
}
.directory-single-slider-wrapper {
position: relative;
}
.sliderNav {
margin: 0;
position: absolute;
bottom: 40px;
right: 0;
z-index: 5;
width: 100%;
text-align: right;
}
.sliderNav [class*='owl-'] {
margin: 0;
margin-left: 40px;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
color: #49a0d5;
font-size: 30px;
letter-spacing: 0;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
text-align: center;
cursor: pointer;
}
.sliderNav [class*='owl-']:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
background: #00b0ff;
color: #fff;
opacity: 1;
}
.sliderNav [class*='owl-'] i {
line-height: inherit;
}
.directory-single p {
margin-bottom: 28px;
}
.directory-single .tags {
font-size: 0;
}
.directory-single .tags .tag {
display: inline-block;
background: #fff;
font-size: 12px;
color: #172434;
letter-spacing: .6px;
line-height: 48px;
border-radius: 48px;
padding: 0 30px;
margin-right: 10px;
margin-bottom: 10px;
}
.directory-single .tags .tag img {
margin-right: 9px;
}
.sidebar-widget {
border-bottom: 1px solid #e3e5e9;
padding-bottom: 36px;
margin-bottom: 40px;
}
.sidebar-widget h5 img {
margin-right: 9px;
display: inline-block;
vertical-align: middle;
}
.sidebar-widget .category {
font-size: 0;
}
.sidebar-widget .category h5 {
margin-bottom: 0;
display: inline-block;
margin-right: 15px;
}
.hours .left {
float: left;
}
.hours .right {
float: right;
}
.sidebar-widget .contact-form .form-group {
margin-bottom: 10px;
}
.sidebar-widget .contact-form button {
float: right;
}
.sidebar-widget .contact-form ::-webkit-input-placeholder {
color: #172434;
}
.sidebar-widget .contact-form :-moz-placeholder {
color: #172434;
}
.sidebar-widget .contact-form ::-moz-placeholder {
color: #172434;
}
.sidebar-widget .contact-form :-ms-input-placeholder {
color: #172434;
}
.instagram {
font-size: 0;
width: 100%;
}
.instagram img {
display: inline-block;
width: 30%;
margin-right: 4px;
margin-bottom: 4px;
}
@media all and (max-width: 768px) {
.directory-tags .tag {
margin-bottom: 12px;
}
.directory-single-info .buttons .button {
margin-bottom: 12px;
}
.single-map {
margin-top: 24px;
}
.sidebar-widget:first-of-type {
margin-top: 48px;
}
}
@media all and (max-width: 767px) {
.directory-single-info .meta li {
margin-bottom: 12px;
}
}
/* ==========================================================================
11. Directory Map
========================================================================== */
.map {
width: 100%;
height: 100%;
}
.marker-wrapper {
position: relative;
}
.marker {
width: 60px;
height: 81px;
background: url('../images/map-marker.png') no-repeat center center;
position: relative;
cursor: pointer;
}
.marker .hover {
width: 60px;
height: 81px;
background: url('../images/map-marker-hover.png') no-repeat center center;
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.marker:hover .hover {
opacity: 1;
}
.marker .inner {
width: 46px;
height: 46px;
border-radius: 50%;
background: #172434;
position: absolute;
top: 7px;
left: 7px;
text-align: center;
line-height: 46px;
}
.marker-wrapper .directory-item {
position: absolute;
bottom: 20px;
left: -95px;
width: 250px;
margin: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.marker-wrapper.open .directory-item {
opacity: 1;
visibility: visible;
}
.marker-wrapper .directory-item:after {
content: '';
position: absolute;
bottom: -20px;
left: 109px;
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 16px 0 16px;
border-color: #172434 transparent transparent transparent;
}
.marker-wrapper .directory-item .content {
bottom: 28px;
}
.marker-wrapper .directory-item .content h3 {
font-size: 18px;
letter-spacing: .9px;
}
@media all and (max-width: 1200px) {
.map {
width: 100%;
height: 380px;
}
}
/* ==========================================================================
12. Blog
========================================================================== */
.blog-post {
position: relative;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
margin-bottom: 30px;
}
.blog-post:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.blog-post>img {
width: 100%;
}
.blog-post .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(23,36,52,0);
background: -moz-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,36,52,0)), color-stop(100%, rgba(23,36,52,1)));
background: -webkit-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -o-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -ms-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: linear-gradient(to bottom, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172434', endColorstr='#172434', GradientType=0 );
z-index: 2;
}
.blog-post .avatar {
position: absolute;
top: 20px;
left: 20px;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
z-index: 3;
}
.blog-post .content {
position: absolute;
bottom: 20px;
right: 20px;
text-align: right;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
font-weight: 500;
color: #fff;
z-index: 3;
padding-left: 12px;
}
.blog-post .content p {
margin-bottom: 6px;
}
.blog-post .content h3 {
color: #fff;
margin-bottom: 18px;
}
.blog-post.quote .content h3 {
font-style: italic;
}
.blog-post .content h3 a {
color: #fff;
}
.blog-post .content h3 a:hover {
opacity: 1;
color: #00b0ff;
}
.blog-post .content .meta {
color: #646e7b;
line-height: 40px;
display: inline-block;
background: #fff;
padding: 0 30px;
border-radius: 40px;
}
.blog-post .type {
position: absolute;
top: 20px;
right: 20px;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
background: #fff;
text-align: center;
z-index: 3;
}
.blog-view-more {
text-align: center;
}
.blog-gallery.owl-carousel {
z-index: auto;
}
.blog-gallery.owl-carousel .owl-stage-outer {
z-index: 1;
}
.blog-gallery.owl-theme .owl-nav {
margin: 0;
position: absolute;
bottom: 184px;
right: 20px;
z-index: 5;
}
.blog-gallery.owl-theme .owl-nav [class*='owl-'] {
margin: 0;
margin-left: 20px;
margin-bottom: 0;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
color: #49a0d5;
font-size: 30px;
letter-spacing: 0;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.blog-gallery.owl-theme .owl-nav [class*='owl-']:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
background: #00b0ff;
color: #fff;
opacity: 1;
}
.blog-gallery.owl-theme .owl-nav [class*='owl-'] i {
line-height: inherit;
}
.blog-post .play-video {
margin: 0;
margin-bottom: 16px;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
color: #49a0d5;
font-size: 30px;
letter-spacing: 0;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
text-align: center;
}
.blog-post .play-video:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
background: #00b0ff;
color: #fff;
opacity: 1;
}
.blog-post .play-video i {
line-height: inherit;
padding-left: 4px;
}
/* ==========================================================================
13. Reviews
========================================================================== */
.reviews {
margin-top: 60px;
}
.review {
margin-bottom: 40px;
}
.review:last-of-type {
margin-bottom: 0;
}
.review .avatar {
float: left;
border-radius: 50%;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
overflow: hidden;
}
.review .meta {
margin-bottom: 20px;
margin-left: 80px;
font-size: 0;
line-height: 0;
}
.review .meta li {
display: inline-block;
color: #646e7b;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
font-weight: 500;
vertical-align: top;
margin-right: 15px;
}
.review .meta li.name {
color: #172434;
}
.review .meta li.rating img {
margin-right: 8px;
}
.review .meta li.rating img:last-of-type {
margin-right: 0;
}
.review .content {
margin-left: 80px;
background: #fff;
padding: 16px 30px;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
}
.review .content p {
margin-bottom: 0;
}
.add-review {
margin-top: 75px;
}
.add-review .form-group {
margin-bottom: 30px;
}
.add-review button {
float: right;
font-size: 14px;
}
.add-review .rating {
border: none;
float: left;
}
.add-review .rating > input {
display: none;
}
.add-review .rating > label:before {
margin-right: 10px;
font-size: 20px;
font-family: FontAwesome;
display: inline-block;
content: "\f005";
}
.add-review .rating > .half:before {
content: "\f089";
position: absolute;
}
.add-review .rating > label {
color: #646e7b;
float: right;
}
.add-review .rating > input:checked ~ label, .add-review .rating:not(:checked) > label:hover, .add-review .rating:not(:checked) > label:hover ~ label {
color: #eac944;
}
.add-review .rating > input:checked + label:hover, .add-review .rating > input:checked ~ label:hover, .add-review .rating > label:hover ~ input:checked ~ label, .add-review .rating > input:checked ~ label:hover ~ label {
color: #f1db81;
}
@media all and (max-width: 767px) {
.add-review button {
float: none;
margin-top: 12px;
}
.add-review .rating {
float: left;
}
}
/* ==========================================================================
14. Login / Signup
========================================================================== */
.login-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(23,36,52,.9);
z-index: 999;
visibility: hidden;
opacity: 0;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-webkit-transition-delay: .5s;
-ms-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
}
.login-wrapper.open {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0s;
-ms-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.login {
background: rgba(23,36,52,.5);
position: absolute;
top: 50%;
left: 50%;
padding: 30px;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 430px;
color: #fff;
opacity: 0;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-webkit-transition-delay: 0s;
-ms-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.login-wrapper.open .login {
opacity: 1;
-webkit-transition-delay: .5s;
-ms-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
}
.login .form-group {
margin-bottom: 30px;
}
.login .checkbox {
margin: 0;
float: left;
}
.login .checkbox label {
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 400;
}
.login .lost-password {
float: right;
}
.login .button-wrapper {
text-align: center;
margin-top: 45px;
margin-bottom: 28px;
}
.login .button-wrapper .button {
width: 200px;
}
.login p {
margin-bottom: 40px;
}
.login .social {
font-size: 0;
}
.login .social p {
font-size: 14px;
margin-bottom: 20px;
}
.login .social a {
display: inline-block;
margin: 0 15px;
}
.signup-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(23,36,52,.9);
z-index: 999;
visibility: hidden;
opacity: 0;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-webkit-transition-delay: .5s;
-ms-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
}
.signup-wrapper.open {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0s;
-ms-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.signup {
background: rgba(23,36,52,.5);
position: absolute;
top: 50%;
left: 50%;
padding: 30px;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 430px;
color: #fff;
opacity: 0;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-webkit-transition-delay: 0s;
-ms-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.signup-wrapper.open .signup {
opacity: 1;
-webkit-transition-delay: .5s;
-ms-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
}
.signup .form-group {
margin-bottom: 30px;
}
.signup .checkbox {
margin: 0;
float: left;
}
.signup .checkbox label {
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 400;
}
.signup .lost-password {
float: right;
}
.signup .button-wrapper {
text-align: center;
margin-top: 45px;
margin-bottom: 28px;
}
.signup .button-wrapper .button {
width: 200px;
}
.signup p {
margin-bottom: 40px;
}
.signup .social {
font-size: 0;
}
.signup .social p {
font-size: 14px;
margin-bottom: 20px;
}
.signup .social a {
display: inline-block;
margin: 0 15px;
}
/* ==========================================================================
15. Pricing Table
========================================================================== */
.pricing-table {
position: relative;
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-align: center;
color: #fff;
font-weight: 500;
font-size: 14px;
letter-spacing: .7px;
line-height: 24px;
margin-top: 30px;
margin-bottom: 40px;
}
.pricing-table.popular {
margin-top: 0;
}
.pricing-table>.inner {
background: rgba(23,36,52,.5);
position: relative;
}
.pricing-table.popular>.inner {
background: rgba(0,176,255,.7);
}
.pricing-table>.inner>.overlay {
padding: 48px 12px;
position: relative;
background: rgba(23,36,52,0);
background: -moz-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,36,52,0)), color-stop(100%, rgba(23,36,52,1)));
background: -webkit-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -o-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -ms-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: linear-gradient(to bottom, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172434', endColorstr='#172434', GradientType=0 );
}
.pricing-table h3 {
font-size: 26px;
line-height: 48px;
letter-spacing: 1.3px;
font-weight: 400;
color: #fff;
margin-bottom: 24px;
}
.pricing-table h3 span {
font-size: 36px;
letter-spacing: 1.8px;
}
.pricing-table p {
margin-bottom: 28px;
}
.pricing-table ul {
line-height: 48px;
font-weight: 400;
margin-bottom: 36px;
}
.pricing-table ul li span {
font-weight: 700;
}
.pricing-table .popular-label {
text-transform: uppercase;
margin-bottom: 36px;
}
/* ==========================================================================
16. Icon Box
========================================================================== */
.icon-box {
background: #fff;
padding: 40px;
margin-top: 40px;
}
.icon-box img {
float: left;
}
.icon-box .content {
margin-left: 170px;
}
.icon-box .content h3 {
margin-bottom: 20px;
}
.icon-box .content p {
margin-bottom: 0;
}
/* ==========================================================================
17. Add Listing
========================================================================== */
.add_photo span {
padding-left: 36px;
}
.photo_thumbnails {
font-size: 0;
}
.photo_preview_box {
height: 150px;
width: 214px;
background: #f1f2f6;
display: inline-block;
margin-right: 9px;
}
.listing-hours .row {
margin-bottom: 10px;
}
.listing-hours .hours {
background: #f1f2f6;
line-height: 48px;
height: 48px;
padding: 0 20px;
color: #172434;
font-size: 14px;
font-weight: 400;
letter-spacing: .7px;
border-radius: 48px;
}
.listing-hours .remove {
line-height: 48px;
font-size: 24px;
color: #f44336;
}
.listing-hours .remove i {
color: #f44336;
position: relative;
right: 0;
}
.add-listing-form .submit {
text-align: center;
margin-top: 70px;
}
/* ==========================================================================
18. Dashboard
========================================================================== */
.avatar-text {
font-weight: 500;
line-height: 60px;
margin-bottom: 30px;
}
.avatar-text span {
color: #172434;
}
.avatar-text .avatar {
border-radius: 50%;
overflow: hidden;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
display: inline-block;
width: 60px;
height: 60px;
line-height: 60px;
vertical-align: middle;
margin: 0 6px;
}
.avatar-text img:hover {
box-shadow: 0px 12px 22px rgba(0,0,0,.35);
background: rgba(0,0,0,.35);
}
.dashboard h4 {
margin-bottom: 24px;
}
.dashboard p {
margin-bottom: 0;
}
/* ==========================================================================
19. Edit Profile
========================================================================== */
.edit-profile-form .submit {
margin-top: 0;
}
h4 small {
display: block;
font-size: 14px;
line-height: 14px;
letter-spacing: 1.4px;
color: #646e7b;
margin-top: 16px;
}
hr {
margin: 80px -30px;
border-top: 1px solid #f1f2f6;
}
/* ==========================================================================
20. My listings
========================================================================== */
.my-listing-fields li {
background: #f1f2f6;
margin-bottom: 31px;
padding: 7px 24px 7px 24px;
border-radius: 48px;
text-align: left;
}
.my-listing-fields li:last-of-type {
margin-bottom: 0;
}
/* ==========================================================================
21. 404 page
========================================================================== */
.error-text h1 {
font-size: 172px;
color: #172434;
font-family: 'Quicksand', sans-serif;
margin-bottom: 37px;
font-weight: 400;
}
.error-text span {
padding-right: 20px;
padding-left: 20px;
}
.error-text h3 {
font-size: 26px;
font-weight: bold;
margin-bottom: 10px;
}
.error-text p {
font-size: 14px;
margin-bottom: 30px;
}
.error-text img {
margin-top: -33px;
}
/* ==========================================================================
22. Coming Soon Page
========================================================================== */
.coming-soon {
color: #fff;
}
.newsletter-form.block input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
width: 370px;
display: block;
margin: auto;
margin-bottom: 36px;
}
.section.transparent>.inner {
background: none;
}
.countdown {
font-size: 0;
line-height: 82px;
font-weight: 300;
margin-top: 0;
margin-bottom: 12px;
font-family: 'Quicksand Dash', sans-serif;
}
.countdown .time {
display: inline-block;
margin: 0 12px;
}
.countdown .time span {
font-size: 68px;
}
/* ==========================================================================
23. Shop Cart Page
========================================================================== */
.cart-items {
margin-bottom: 40px;
border-bottom: 1px solid #e2e5e9;
}
.cart-items.table>thead>tr>th {
padding: 0;
border-bottom: 1px solid #e8ebed;
font-size: 24px;
color: #172434;
line-height: 27px;
padding-bottom: 14px;
letter-spacing: 2.8px;
font-family: 'Quicksand', sans-serif;
font-weight: 400;
}
.cart-items.table>tbody>tr>td {
border: none;
padding: 0;
padding-top: 20px;
vertical-align: middle;
font-size: 14px;
line-height: 24px;
letter-spacing: .7px;
color: #172434;
font-weight: 400;
}
.cart-items.table>tbody>tr:last-of-type>td {
padding-bottom: 20px;
}
.cart-items .image {
background: #f1f2f6;
width: 100px;
display: inline-block;
vertical-align: middle;
margin-right: 32px;
}
.cart-items input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
width: 78px;
}
.cart-items .remove {
font-size: 24px;
color: #435266;
text-align: right;
display: block;
}
.coupon-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
float: left;
width: 284px;
margin-right: 9px;
}
.cart-box {
border-bottom: 1px solid #dadee2;
margin-top: 78px;
}
.cart-box h5 {
border-bottom: 1px solid #dde0e4;
margin-bottom: 14px;
padding-bottom: 17px;
font-family: 'Quicksand', sans-serif;
font-weight: 400;
font-size: 24px;
}
.cart-total {
table-layout: fixed;
margin-bottom: 4px;
}
.cart-total.table>tbody>tr>td {
border: none;
padding: 0;
vertical-align: middle;
font-size: 14px;
line-height: 24px;
letter-spacing: 1.4px;
color: #172434;
font-weight: 500;
padding-bottom: 8px;
}
.cart-total.table>tbody>tr>th {
border: none;
padding: 0;
vertical-align: middle;
font-size: 14px;
line-height: 24px;
letter-spacing: 1.4px;
color: #172434;
font-weight: 400;
padding-bottom: 17px;
}
.shipping-form {
margin-bottom: 20px;
margin-top: 20px;
}
.shipping-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .shipping-form select {
width: 370px;
max-width: 100%;
}
.shipping-form .button {
margin-top: 10px;
}
@media all and (max-width: 1200px) {
.coupon-form .button {
margin-top: 12px;
}
}
@media all and (max-width: 768px) {
.shop-header .left {
float: none;
}
.shop-header .right {
float: none;
text-align: center;
}
.coupon-form {
margin-bottom: 24px;
}
}
@media screen and (max-width: 767px) {
.table-responsive {
margin-bottom: 20px;
border: none;
}
}
/* ==========================================================================
24. Blog Default Page
========================================================================== */
.featured-section {
position: relative;
padding-top: 35.15%;
height: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.post-title>h2 {
margin-bottom: 40px;
}
.blog-author {
padding-bottom: 40px;
}
.blog-author>img {
border-radius: 50%;
box-shadow: 0 12px 22px 0px rgba(0,0,0,.35);
overflow: hidden;
}
.blog-author span {
padding-left: 15px;
color: #172434;
}
.publish-date>button {
margin-bottom: 35px;
}
.publish-date .button.white {
color: #646e7b;
box-shadow: none;
}
.publish-date .button.white:hover {
background: #fff;
}
.post-description {
margin-top: 35px;
}
.blog-tags {
padding-top: 40px;
}
.blog-tags .tags {
font-size: 0;
}
.blog-tags .tags .tag {
display: inline-block;
background: #fff;
font-size: 12px;
color: #172434;
letter-spacing: .6px;
line-height: 48px;
border-radius: 48px;
padding: 0 30px;
margin-right: 10px;
margin-bottom: 10px;
}
.blog-tags .tags .tag img {
margin-right: 9px;
}
.social-share-counter .button {
color: #172434;
font-size: 12px;
box-shadow: none;
background: #fff;
text-transform: none;
padding: 0 14px;
}
.pager {
margin: 90px -17px;
}
.pager li>a {
padding: 0;
background: none;
border: none;
border-radius: 0;
color: #172434;
line-height: 50px;
font-size: 24px;
letter-spacing: 1.5px;
vertical-align: middle;
font-family: 'Quicksand', sans-serif;
}
.pager li>a:hover {
background: none;
}
.pager li>a i {
font-size: 50px;
vertical-align: middle;
letter-spacing: 0;
color: #2f3c4e;
margin-top: -3px;
position: relative;
}
@media all and (min-width: 992px) {
.blog-box {
padding-left: 186px;
padding-right: 186px;
}
}
/* ==========================================================================
25. Comments
========================================================================== */
.comments {
margin-top: 60px;
}
.comment {
margin-top: 45px;
}
.comment:last-of-type {
margin-bottom: 0;
}
.comment .avatar {
float: left;
border-radius: 50%;
box-shadow: 0 12px 22px rgba(0,0,0,.35);
overflow: hidden;
}
.comment .meta {
margin-bottom: 20px;
margin-left: 80px;
font-size: 0;
line-height: 0;
}
.comment .meta li {
display: inline-block;
color: #646e7b;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
font-weight: 500;
vertical-align: top;
margin-right: 15px;
}
.comment .meta li.name {
color: #172434;
}
.comment .meta li.reply {
float: right;
font-weight: 500;
color: #172434;
}
.comment .meta li.reply a {
color: #172434;
}
.comment .meta li.rating img {
margin-right: 8px;
}
.comment .meta li.rating img:last-of-type {
margin-right: 0;
}
.comment-reply {
margin-left: 80px;
}
.comment .content {
margin-left: 80px;
background: #fff;
padding: 16px 30px;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
}
.comment .content p {
margin-bottom: 0;
}
.comment .form-group {
margin-bottom: 30px;
}
.add-comment {
margin-top: 75px;
}
/* ==========================================================================
26. Blog-Gallery page
========================================================================== */
.blog-post.fullscreen {
margin-bottom: 0;
}
.blog-post.fullscreen:hover {
box-shadow: none;
}
.fullscreen .owl-carousel .owl-item img{
width: 100%;
}
.fullscreen>.blog-gallery.owl-theme .owl-nav {
bottom: 40px;
left: 0%;
}
.publish-date .type {
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
background: #fff;
text-align: center;
display: inline-block;
margin-right: 10px;
}
/* ==========================================================================
27. Blog-Quote page
========================================================================== */
blockquote {
border: none;
padding: 0;
margin: 0 0 35px;
color: #172434;
font-size: 36px;
line-height: 46px;
text-align: center;
font-weight: 400;
font-family: 'Quicksand', sans-serif;
letter-spacing: 1.4px;
}
/* ==========================================================================
28. Blog-Video page
========================================================================== */
.featured-section.video .video-play {
position: absolute;
top: 50%;
left: 50%;
font-size: 50px;
letter-spacing: 0;
color: #11151f;
background: #fff;
display: block;
border-radius: 50%;
width: 75px;
height: 75px;
line-height: 50px;
padding-top: 14px;
margin-left: -40px;
margin-top: -40px;
text-align: center;
transition: .25s;
letter-spacing: 0;
}
.featured-section.video .video-play .pe-7s-play {
padding-left: 11px;
}
.featured-section.video .video-play .pe-7s-play, .featured-section.video .video-play .pe-7s-pause {
color: #00b0ff;
}
.featured-section.video .video-play .video-play:hover {
background: #9fd46c;
opacity: 1;
}
/* ==========================================================================
29. Shop details description page
========================================================================== */
.shop-details .owl-carousel .owl-item img{
width: 100%;
}
.shop-details>.blog-gallery.owl-theme .owl-nav {
bottom: 0;
}
.product-thumbnails img {
padding-bottom: 25px;
}
.shop-details .price span {
font-size: 30px;
}
.shop-details .price span.original-price {
padding-right: 20px;
}
.shop-details .price span.sale-price {
color: #00b0ff;
}
.shop-details .price {
margin-bottom: 25px;
}
.shop-details p {
margin-bottom: 25px;
}
.product-quantity input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
width: 18%;
background: #f1f2f6;
display: inline-block;
margin-right: 35px;
margin-bottom: 25px;
}
.product-info {
margin-bottom: 25px;
}
.product-info li span {
font-weight: 500;
color: #172434;
}
.product-info-tabs {
border-bottom: none;
margin-bottom: 15px;
}
.product-info-tabs>li>a {
color: #646e7b;
border: none;
padding: 10px 40px 10px 0;
}
.product-info-tabs>li>a:hover {
background-color: transparent;
}
.product-info-tabs>li.active>a,.product-info-tabs>li.active>a:focus,.product-info-tabs>li.active>a:hover {
color: #00b0ff;
cursor: pointer;
border: none;
}
.product-info-tabs ul>li a:before {
content: "|";
color: #646e7b;
}
.product-info-tabs ul>li a:first-of-type:before {
content: none;
}
.original-price span {
text-decoration: line-through;
}
/* ==========================================================================
30. Related products slider
========================================================================== */
.related-products {
margin-top: 50px;
}
.related-item {
position: relative;
margin-bottom: 30px;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.related-products-slider .related-item {
margin: 0 15px;
margin-bottom: 30px;
}
.related-item:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.related-item>img {
width: 100%;
}
.related-item .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(23,36,52,0);
background: -moz-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,36,52,0)), color-stop(100%, rgba(23,36,52,1)));
background: -webkit-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -o-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -ms-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: linear-gradient(to bottom, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172434', endColorstr='#172434', GradientType=0 );
}
.related-item .content {
position: absolute;
bottom: 0;
left: 50%;
color: #fff;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
text-align: center;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -1%);
width: 100%;
padding: 0 15px;
}
.related-item .content h3 {
color: #fff;
margin-bottom: 6px;
}
.related-item .content h3 a {
color: #fff;
}
.related-item .content h3 a:hover {
opacity: 1;
color: #00b0ff;
}
.related-item .content p {
margin-bottom: 14px;
}
.related-products-slider.owl-theme .owl-nav {
margin: 0;
}
.related-products-slider.owl-theme .owl-nav [class*='owl-'] {
margin: 0 15px;
padding: 0;
border-radius: 50%;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background: #172434;
color: #49a0d5;
font-size: 30px;
letter-spacing: 0;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.related-products-slider.owl-theme .owl-nav [class*='owl-']:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
background: #00b0ff;
color: #fff;
opacity: 1;
}
.related-products-slider.owl-theme .owl-nav [class*='owl-'] i {
line-height: inherit;
}
.tab-content .form-group {
margin-bottom: 20px;
}
.tab-content .review .content {
background: #f1f2f6;
}
.tab-content .add-review {
margin-top: 50px;
}
.tab-content .add-review button {
float: left;
margin-top: 15px;
}
/* ==========================================================================
31. Shop Page
========================================================================== */
.shop-sidebar {
background: #fff;
padding: 50px 30px;
}
.shop-sidebar input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .shop-sidebar select, .shop-sidebar textarea {
background: #f1f2f6;
}
.shop-sidebar select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
background-image: url(../images/dropdown.png);
background-repeat: no-repeat;
background-position: right 18px center;
}
.shop-sidebar .sidebar-widget {
margin-bottom: 48px;
padding-bottom: 0;
border-bottom: none;
}
.shop-sidebar .sidebar-widget h5 {
margin-bottom: 24px;
text-transform: uppercase;
}
.shop-sidebar .categories a {
display: block;
color: #646e7b;
font-size: 14px;
line-height: 48px;
border-radius: 48px;
letter-spacing: .7px;
padding: 0 20px;
background: #f1f2f6;
margin-bottom: 10px;
}
.shop-sidebar .categories a:hover {
color: #fff;
background: #00b0ff;
opacity: 1;
}
.shop-sidebar .categories a.active {
color: #fff;
background: #172434;
}
.shop-sidebar .categories a i {
font-size: 24px;
float: right;
line-height: 48px;
opacity: 0;
color: #fff;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.shop-sidebar .categories a:hover i {
opacity: 1;
}
.product {
position: relative;
margin-bottom: 30px;
-webkit-transition: .25s;
-ms-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
.related-products-slider .product {
margin: 0 15px;
margin-bottom: 30px;
}
.product:hover {
box-shadow: 0 12px 22px rgba(0,0,0,.35);
}
.product>img {
width: 100%;
}
.product .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(23,36,52,0);
background: -moz-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,36,52,0)), color-stop(100%, rgba(23,36,52,1)));
background: -webkit-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -o-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: -ms-linear-gradient(top, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
background: linear-gradient(to bottom, rgba(23,36,52,0) 0%, rgba(23,36,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172434', endColorstr='#172434', GradientType=0 );
}
.product .content {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
font-size: 14px;
line-height: 28px;
letter-spacing: .7px;
text-align: center;
width: 100%;
padding: 0 15px;
}
.product .content h3 {
color: #fff;
margin-bottom: 6px;
}
.product .content h3 a {
color: #fff;
}
.product .content h3 a:hover {
opacity: 1;
color: #00b0ff;
}
.product .content p {
margin-bottom: 14px;
}
.product .content p .sale {
color: #949fab;
text-decoration: line-through;
margin-right: 14px;
}
.product .button {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
visibility: hidden;
}
.product:hover .button {
opacity: 1;
visibility: visible;
}
.product-label {
position: absolute;
top: 20px;
left: 20px;
display: block;
width: 60px;
height: 60px;
text-align: center;
border-radius: 50%;
background: #fff;
font-size: 14px;
text-transform: uppercase;
line-height: 60px;
color: #172434;
}
.product-label span {
vertical-align: middle;
display: inline-block;
line-height: 14px;
}
.noUi-background {
background: #e3e5e9;
box-shadow: none;
}
.noUi-target {
border: none;
box-shadow: none;
border-radius: 0;
}
.noUi-horizontal {
height: 2px;
}
.noUi-origin {
border-radius: 0;
}
.noUi-connect {
background: #00b0ff;
box-shadow: none;
}
.noUi-horizontal .noUi-handle {
width: 20px;
height: 20px;
left: -10px;
top: -9px;
}
.noUi-handle:after, .noUi-handle:before {
content: none;
}
.noUi-handle {
border-radius: 50%;
border: none;
background: #172434;
box-shadow: none;
cursor: pointer;
}
.price-slider {
width: 100%;
height: 48px;
border-radius: 48px;
padding: 23px 20px;
background: #f1f2f6;
}
.price-slider-value {
text-align: center;
margin: 18px 0;
}
.price-slider-value .price {
margin: 0 9px;
}
.featured-product {
margin-bottom: 8px;
}
.featured-product img {
float: left;
border-radius: 50%;
}
.featured-product .content {
margin-left: 140px;
line-height: 24px;
margin-top: 36px;
}
.featured-product .content p {
margin-bottom: 0;
}
.featured-product .content p a {
color: #172434;
}
#products-load-more {
margin-top: 10px;
}
.product-gallery .blog-gallery.owl-theme .owl-nav {
bottom: 30px;
}
@media all and (max-width: 768px) {
.shop-sidebar .sidebar-widget:first-of-type {
margin-top: 0;
}
} | 0.288469 | 0.045799 |
* {
font-family: 'Dancing Script', cursive;
box-sizing:border-box;
}
html {
box-sizing: border-box;
margin: 0rem;
}
body {
margin: 0rem;
}
nav {
width: 100%;
background: linear-gradient(to right, rgba(197, 130, 212, 0.3), rgb(124, 48, 117));
opacity: 10pt;
}
p,
ul li {
font-family: 'Libre Baskerville', serif;
margin-right: 1rem;
}
h1 {
display: inline-block;
justify-content: center;
margin: 3rem;
}
div {
display: inline-block;
}
section ul li a {
font-family: 'Libre Baskerville', serif;
}
.intro {
margin-top: 2rem;
}
.btnNav {
background-color: #b64ec4;
font-size: 1.5rem;
}
.btnNav:hover {
background-color: #e4c9e7;
font-size: 2rem;
}
.btnNav:active {
background-color: #441449;
font-size: 2rem;
}
.btnNav a {
color: #f4edf5
}
.row {
margin: 0rem;
}
.navbar-collapse {
justify-content: flex-end;
}
.projects {
max-width: 1000pt;
position: relative;
margin: auto;
}
.mySlides {
display: flex;
overflow: hidden;
box-shadow: 1pt;
margin-left: 0.5rem;
margin-right: 0.1rem;
}
.mySlides img {
width: 40rem;
height: 21rem;
}
.links {
margin-right: -8rem;
}
.text-block {
position: absolute;
background-color: #f0bcf7;
color: #000000;
font-size: 2rem;
margin-left: -5rem;
margin-top: -3rem;
padding-left: 6rem;
}
.works {
display: flex;
justify-content: center;
padding-bottom: 1rem;
}
.content {
position: relative;
max-width: 50rem;
}
.wordcontainer {
background-color: #e8c0ec;
}
.btn {
background-color: #e4c9e7;
border: none;
color: #000000;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
position: relative;
}
.btn:hover {
background-color: #441449;
color: #FFFFFF;
}
.btnpositions {
position: relative;
}
.btn2 {
position: relative;
left: 35rem;
}
.gitlink {
display: flex;
justify-content: center;
}
.repo {
padding-left: 20rem;
} | assets/css/style.css | * {
font-family: 'Dancing Script', cursive;
box-sizing:border-box;
}
html {
box-sizing: border-box;
margin: 0rem;
}
body {
margin: 0rem;
}
nav {
width: 100%;
background: linear-gradient(to right, rgba(197, 130, 212, 0.3), rgb(124, 48, 117));
opacity: 10pt;
}
p,
ul li {
font-family: 'Libre Baskerville', serif;
margin-right: 1rem;
}
h1 {
display: inline-block;
justify-content: center;
margin: 3rem;
}
div {
display: inline-block;
}
section ul li a {
font-family: 'Libre Baskerville', serif;
}
.intro {
margin-top: 2rem;
}
.btnNav {
background-color: #b64ec4;
font-size: 1.5rem;
}
.btnNav:hover {
background-color: #e4c9e7;
font-size: 2rem;
}
.btnNav:active {
background-color: #441449;
font-size: 2rem;
}
.btnNav a {
color: #f4edf5
}
.row {
margin: 0rem;
}
.navbar-collapse {
justify-content: flex-end;
}
.projects {
max-width: 1000pt;
position: relative;
margin: auto;
}
.mySlides {
display: flex;
overflow: hidden;
box-shadow: 1pt;
margin-left: 0.5rem;
margin-right: 0.1rem;
}
.mySlides img {
width: 40rem;
height: 21rem;
}
.links {
margin-right: -8rem;
}
.text-block {
position: absolute;
background-color: #f0bcf7;
color: #000000;
font-size: 2rem;
margin-left: -5rem;
margin-top: -3rem;
padding-left: 6rem;
}
.works {
display: flex;
justify-content: center;
padding-bottom: 1rem;
}
.content {
position: relative;
max-width: 50rem;
}
.wordcontainer {
background-color: #e8c0ec;
}
.btn {
background-color: #e4c9e7;
border: none;
color: #000000;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
position: relative;
}
.btn:hover {
background-color: #441449;
color: #FFFFFF;
}
.btnpositions {
position: relative;
}
.btn2 {
position: relative;
left: 35rem;
}
.gitlink {
display: flex;
justify-content: center;
}
.repo {
padding-left: 20rem;
} | 0.637595 | 0.169887 |
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 300;
src: local("Open Sans Light"), local("OpenSans-Light"),
url("./open-sans/open-sans-v17-cyrillic_latin-300.woff2") format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - cyrillic_latin */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
src: local("Open Sans Regular"), local("OpenSans-Regular"),
url("./open-sans/open-sans-v17-cyrillic_latin-regular.woff2")
format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-regular.woff")
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - cyrillic_latin */
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 400;
src: local("Open Sans Italic"), local("OpenSans-Italic"),
url("./open-sans/open-sans-v17-cyrillic_latin-italic.woff2") format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - cyrillic_latin */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
src: local("Open Sans Bold"), local("OpenSans-Bold"),
url("./open-sans/open-sans-v17-cyrillic_latin-700.woff2") format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - cyrillic_latin */
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 700;
src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
url("./open-sans/open-sans-v17-cyrillic_latin-700italic.woff2")
format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-700italic.woff")
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - cyrillic_latin */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 800;
src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
url("./open-sans/open-sans-v17-cyrillic_latin-800.woff2") format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800italic - cyrillic_latin */
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 800;
src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"),
url("./open-sans/open-sans-v17-cyrillic_latin-800italic.woff2")
format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-800italic.woff")
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
font-family: "";
font-style: italic;
font-weight: 800;
src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"),
url("./open-sans/open-sans-v17-cyrillic_latin-800italic.woff2")
format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-800italic.woff")
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
font-family: "Lato";
font-style: italic;
font-weight: 400;
src: local("Lato Italic"), local("Lato-Italic"),
url("./lato/Lato-Italic.ttf") format("ttf");
}
@font-face {
font-family: "Lato";
font-style: normal;
font-weight: 300;
src: local("Lato Light"), local("Lato-Light"),
url("./lato/Lato-Light.ttf") format("ttf");
}
@font-face {
font-family: "Lato";
font-style: normal;
font-weight: 700;
src: local("Lato Bold"), local("Lato-Bold"),
url("./lato/Lato-Bold.ttf") format("ttf");
}
@font-face {
font-family: "Lato";
font-style: normal;
font-weight: 900;
src: local("Lato Black"), local("Lato-Black"),
url("./lato/Lato-Black.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
src: local("Montserrat Regular"), local("Montserrat-Regular"),
url("./montserrat/Montserrat-Regular.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
url("./montserrat/Montserrat-SemiBold.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: italic;
font-weight: 600;
src: local("Montserrat SemiBoldItalic"), local("Montserrat-SemiBoldItalic"),
url("./montserrat/Montserrat-SemiBoldItalic.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
src: local("Montserrat Medium"), local("Montserrat-Medium"),
url("./montserrat/Montserrat-Medium.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: italic;
font-weight: 500;
src: local("Montserrat MediumItalic"), local("Montserrat-MediumItalic"),
url("./montserrat/Montserrat-MediumItalic.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 300;
src: local("Montserrat Light"), local("Montserrat-Light"),
url("./montserrat/Montserrat-Light.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: italic;
font-weight: 300;
src: local("Montserrat LightItalic"), local("Montserrat-LightItalic"),
url("./montserrat/Montserrat-LightItalic.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: italic;
font-weight: 400;
src: local("Montserrat Italic"), local("Montserrat-Italic"),
url("./montserrat/Montserrat-Italic.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
src: local("Montserrat Bold"), local("Montserrat-Bold"),
url("./montserrat/Montserrat-Bold.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: italic;
font-weight: 700;
src: local("Montserrat BoldItalic"), local("Montserrat-BoldItalic"),
url("./montserrat/Montserrat-BoldItalic.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 900;
src: local("Montserrat Black"), local("Montserrat-Black"),
url("./montserrat/Montserrat-Black.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: italic;
font-weight: 900;
src: local("Montserrat BlackItalic"), local("Montserrat-BlackItalic"),
url("./montserrat/Montserrat-BlackItalic.ttf") format("ttf");
} | src/fonts/fonts.css | @font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 300;
src: local("Open Sans Light"), local("OpenSans-Light"),
url("./open-sans/open-sans-v17-cyrillic_latin-300.woff2") format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - cyrillic_latin */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
src: local("Open Sans Regular"), local("OpenSans-Regular"),
url("./open-sans/open-sans-v17-cyrillic_latin-regular.woff2")
format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-regular.woff")
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - cyrillic_latin */
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 400;
src: local("Open Sans Italic"), local("OpenSans-Italic"),
url("./open-sans/open-sans-v17-cyrillic_latin-italic.woff2") format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - cyrillic_latin */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
src: local("Open Sans Bold"), local("OpenSans-Bold"),
url("./open-sans/open-sans-v17-cyrillic_latin-700.woff2") format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - cyrillic_latin */
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 700;
src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
url("./open-sans/open-sans-v17-cyrillic_latin-700italic.woff2")
format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-700italic.woff")
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - cyrillic_latin */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 800;
src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
url("./open-sans/open-sans-v17-cyrillic_latin-800.woff2") format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800italic - cyrillic_latin */
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 800;
src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"),
url("./open-sans/open-sans-v17-cyrillic_latin-800italic.woff2")
format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-800italic.woff")
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
font-family: "";
font-style: italic;
font-weight: 800;
src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"),
url("./open-sans/open-sans-v17-cyrillic_latin-800italic.woff2")
format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("./open-sans/open-sans-v17-cyrillic_latin-800italic.woff")
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
font-family: "Lato";
font-style: italic;
font-weight: 400;
src: local("Lato Italic"), local("Lato-Italic"),
url("./lato/Lato-Italic.ttf") format("ttf");
}
@font-face {
font-family: "Lato";
font-style: normal;
font-weight: 300;
src: local("Lato Light"), local("Lato-Light"),
url("./lato/Lato-Light.ttf") format("ttf");
}
@font-face {
font-family: "Lato";
font-style: normal;
font-weight: 700;
src: local("Lato Bold"), local("Lato-Bold"),
url("./lato/Lato-Bold.ttf") format("ttf");
}
@font-face {
font-family: "Lato";
font-style: normal;
font-weight: 900;
src: local("Lato Black"), local("Lato-Black"),
url("./lato/Lato-Black.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
src: local("Montserrat Regular"), local("Montserrat-Regular"),
url("./montserrat/Montserrat-Regular.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
url("./montserrat/Montserrat-SemiBold.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: italic;
font-weight: 600;
src: local("Montserrat SemiBoldItalic"), local("Montserrat-SemiBoldItalic"),
url("./montserrat/Montserrat-SemiBoldItalic.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
src: local("Montserrat Medium"), local("Montserrat-Medium"),
url("./montserrat/Montserrat-Medium.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: italic;
font-weight: 500;
src: local("Montserrat MediumItalic"), local("Montserrat-MediumItalic"),
url("./montserrat/Montserrat-MediumItalic.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 300;
src: local("Montserrat Light"), local("Montserrat-Light"),
url("./montserrat/Montserrat-Light.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: italic;
font-weight: 300;
src: local("Montserrat LightItalic"), local("Montserrat-LightItalic"),
url("./montserrat/Montserrat-LightItalic.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: italic;
font-weight: 400;
src: local("Montserrat Italic"), local("Montserrat-Italic"),
url("./montserrat/Montserrat-Italic.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
src: local("Montserrat Bold"), local("Montserrat-Bold"),
url("./montserrat/Montserrat-Bold.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: italic;
font-weight: 700;
src: local("Montserrat BoldItalic"), local("Montserrat-BoldItalic"),
url("./montserrat/Montserrat-BoldItalic.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 900;
src: local("Montserrat Black"), local("Montserrat-Black"),
url("./montserrat/Montserrat-Black.ttf") format("ttf");
}
@font-face {
font-family: "Montserrat";
font-style: italic;
font-weight: 900;
src: local("Montserrat BlackItalic"), local("Montserrat-BlackItalic"),
url("./montserrat/Montserrat-BlackItalic.ttf") format("ttf");
} | 0.206174 | 0.050988 |
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'),
url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/montserrat-v14-latin-regular.woff') format('woff');
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-900 - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat Black'), local('Montserrat-Black'),
url('../fonts/montserrat-v14-latin-900.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/montserrat-v14-latin-900.woff') format('woff');
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-regular - latin */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local(''),
url('../fonts/roboto-slab-v11-latin-regular.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/roboto-slab-v11-latin-regular.woff') format('woff');
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-italic - latin */
@font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
src: local('PT Serif Italic'), local('PTSerif-Italic'),
url('../fonts/pt-serif-v11-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/pt-serif-v11-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-700italic - latin */
@font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 700;
src: local('PT Serif Bold Italic'), local('PTSerif-BoldItalic'),
url('../fonts/pt-serif-v11-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/pt-serif-v11-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
*,
::before,
::after {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
.wrapper {
width: 940px;
margin: 0 auto;
text-align: center;
}
.logo {
display: inline-block;
}
.navigation {
display: flex;
justify-content: space-between;
align-items: center;
margin: 44px auto 118px;
}
.nav_menu {
display: flex;
flex-wrap: wrap;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
color: #222222;
font-size: 14px;
text-transform: uppercase;
}
.nav_item {
transition: color 0.2s linear, border 0.2s linear;
}
.nav_item:not(:last-child) {
margin-right: 40px;
}
.nav_item:hover {
color: #fed136;
cursor: pointer;
}
h2 {
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 40px;
text-transform: uppercase;
margin-bottom: 12px;
}
h3 {
font-family: "PT Serif";
font-style: italic;
font-weight: 500;
font-size: 18px;
color: #777777;
margin-bottom: 75px;
}
.service_menu {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 120px;
}
.service_item {
max-width: 290px;
text-align: center;
cursor: pointer;
/* box-sizing: border-box; */
transition: transform 0.2s linear;
}
h4 {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 18px;
text-transform: capitalize;
color: #222222;
margin-bottom: 13px;
}
.service_item p {
font-family: 'Roboto Slab';
font-size: 14px;
color: #777777;
}
.service_item::before {
content: '';
display: block;
width: 74px;
height: 74px;
border: 4px solid #fed136;
border-radius: 50%;
margin: 0 auto 22px;
background-repeat: no-repeat;
background-position: center;
}
.service_item a {
text-decoration: none;
}
.service_item:hover {
transform: scale(1.1);
}
.service_item:active {
transform: scale(0.9);
}
.icon_basket::before {
background-image: url('../img/Icon-Basket.png');
}
.icon_laptop::before {
background-image: url('../img/Icon-Laptop.png');
}
.icon_locked::before {
background-image: url('../img/Icon-Locked.png');
}
.bottom_section {
background-image: url(../img/background.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
display: flex;
}
.form {
margin-top: 93px;
margin-bottom: 115px;
}
.bottom_section h2 {
color: #ffffff;
}
.to_do_part input {
width: 457px;
border-radius: 3px;
border: 1px solid rgb(204, 204, 204);
box-sizing: border-box;
padding: 17px 20px;
}
.to_do_part {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 29px;
}
.inputs {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.to_do_part textarea {
width: 423px;
height: 171px;
resize: none;
border-radius: 5px;
border: 1px solid rgb(204, 204, 204);
padding: 19px 16px;
}
button {
display: block;
border: none;
background-color: rgb(254, 209, 54);
border-radius: 3px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 18px;
text-transform: uppercase;
color: #ffffff;
padding: 21px 45px;
margin: auto;
cursor: pointer;
transition: transform 0.2s linear;
}
button:active{
transform: scale(0.9);
}
.to_do_part input::placeholder,
.to_do_part textarea::placeholder {
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 700;
color: #bbbbbb;
text-transform: uppercase;
}
.to_do_part textarea::placeholder {
text-indent: 0;
}
.inputs input[name="name"]:valid,
.inputs input[name="email"]:valid,
.to_do_part textarea[name="message"]:valid {
outline-color: green;
}
.inputs input[name="name"]:invalid,
.inputs input[name="email"]:invalid,
.to_do_part textarea[name="message"]:invalid {
outline-color: red;
} | module-07/css/styles.css | @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'),
url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/montserrat-v14-latin-regular.woff') format('woff');
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-900 - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat Black'), local('Montserrat-Black'),
url('../fonts/montserrat-v14-latin-900.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/montserrat-v14-latin-900.woff') format('woff');
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-regular - latin */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local(''),
url('../fonts/roboto-slab-v11-latin-regular.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/roboto-slab-v11-latin-regular.woff') format('woff');
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-italic - latin */
@font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
src: local('PT Serif Italic'), local('PTSerif-Italic'),
url('../fonts/pt-serif-v11-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/pt-serif-v11-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-700italic - latin */
@font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 700;
src: local('PT Serif Bold Italic'), local('PTSerif-BoldItalic'),
url('../fonts/pt-serif-v11-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/pt-serif-v11-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
*,
::before,
::after {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
.wrapper {
width: 940px;
margin: 0 auto;
text-align: center;
}
.logo {
display: inline-block;
}
.navigation {
display: flex;
justify-content: space-between;
align-items: center;
margin: 44px auto 118px;
}
.nav_menu {
display: flex;
flex-wrap: wrap;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
color: #222222;
font-size: 14px;
text-transform: uppercase;
}
.nav_item {
transition: color 0.2s linear, border 0.2s linear;
}
.nav_item:not(:last-child) {
margin-right: 40px;
}
.nav_item:hover {
color: #fed136;
cursor: pointer;
}
h2 {
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 40px;
text-transform: uppercase;
margin-bottom: 12px;
}
h3 {
font-family: "PT Serif";
font-style: italic;
font-weight: 500;
font-size: 18px;
color: #777777;
margin-bottom: 75px;
}
.service_menu {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 120px;
}
.service_item {
max-width: 290px;
text-align: center;
cursor: pointer;
/* box-sizing: border-box; */
transition: transform 0.2s linear;
}
h4 {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 18px;
text-transform: capitalize;
color: #222222;
margin-bottom: 13px;
}
.service_item p {
font-family: 'Roboto Slab';
font-size: 14px;
color: #777777;
}
.service_item::before {
content: '';
display: block;
width: 74px;
height: 74px;
border: 4px solid #fed136;
border-radius: 50%;
margin: 0 auto 22px;
background-repeat: no-repeat;
background-position: center;
}
.service_item a {
text-decoration: none;
}
.service_item:hover {
transform: scale(1.1);
}
.service_item:active {
transform: scale(0.9);
}
.icon_basket::before {
background-image: url('../img/Icon-Basket.png');
}
.icon_laptop::before {
background-image: url('../img/Icon-Laptop.png');
}
.icon_locked::before {
background-image: url('../img/Icon-Locked.png');
}
.bottom_section {
background-image: url(../img/background.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
display: flex;
}
.form {
margin-top: 93px;
margin-bottom: 115px;
}
.bottom_section h2 {
color: #ffffff;
}
.to_do_part input {
width: 457px;
border-radius: 3px;
border: 1px solid rgb(204, 204, 204);
box-sizing: border-box;
padding: 17px 20px;
}
.to_do_part {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 29px;
}
.inputs {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.to_do_part textarea {
width: 423px;
height: 171px;
resize: none;
border-radius: 5px;
border: 1px solid rgb(204, 204, 204);
padding: 19px 16px;
}
button {
display: block;
border: none;
background-color: rgb(254, 209, 54);
border-radius: 3px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 18px;
text-transform: uppercase;
color: #ffffff;
padding: 21px 45px;
margin: auto;
cursor: pointer;
transition: transform 0.2s linear;
}
button:active{
transform: scale(0.9);
}
.to_do_part input::placeholder,
.to_do_part textarea::placeholder {
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 700;
color: #bbbbbb;
text-transform: uppercase;
}
.to_do_part textarea::placeholder {
text-indent: 0;
}
.inputs input[name="name"]:valid,
.inputs input[name="email"]:valid,
.to_do_part textarea[name="message"]:valid {
outline-color: green;
}
.inputs input[name="name"]:invalid,
.inputs input[name="email"]:invalid,
.to_do_part textarea[name="message"]:invalid {
outline-color: red;
} | 0.330903 | 0.046465 |
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
/*RWD*/
@media(max-width: 1830px) {
/*Komunikator*/
.chat-container .friends-online .panel-body p.chat-user {
padding-right: 0px;
}
.chat-container .friends-online .panel-body p.chat-user span.online {
right: -10px;
}
}
@media(max-width: 1670px) {
/*Komunikator*/
.chat-container .friends-online .panel-body p.chat-user {
font-size: 12px;
}
.chat-container .friends-online .panel-body .col-lg-3 {
padding-left:0px;
}
.chat-container .friends-online .panel-body .col-lg-9 {
padding-left:0px;
}
.chat-container .chat-window .chat-panel .panel-body .one-message {
font-size: 12px;
}
.chat-container .chat-window .chat-panel .panel-body .col-lg-2 {
padding-left:5px;
padding-right:5px;
}
}
@media(max-width: 1370px) {
.chat-container .friends-online .panel-body p.chat-user {
padding-top: 5px;
padding-bottom: 5px;
}
.chat-container .friends-online .panel-body p.chat-user span.online {
top: 5px;
}
.chat-container .chat-window .chat-panel .panel-body .one-message {
font-size: 10px;
padding-left: 8px;
padding-right: 8px;
}
.chat-container .chat-window .chat-panel .panel-body .one-message p {
font-size: 12px;
}
.chat-container .chat-window .chat-panel .panel-body .one-message p.date {
font-size: 8px;
}
.chat-container .friends-online .panel-heading h3.panel-title {
font-size: 12px;
}
}
@media(max-width: 1200px) {
.chat-container .friends-online .panel-body p.chat-user {
font-size: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.chat-container .friends-online .panel-body p.chat-user span.online i {
font-size: 8px;
}
.chat-container .friends-online .panel-body p.chat-user span.online {
top: 5px;
}
}
@media(max-width: 1200px) {
.chat-container .friends-online .panel-body .col-lg-3 {
padding-right: 3px;
}
/*.chat-container .friends-online .panel-body p.chat-user {
font-size: 10px;
}
.chat-container .friends-online .panel-body p.chat-user span.online {
right: -20px;
}*/
}
@media(max-width: 1024px) {
.chat-container .friends-online .panel-heading {
padding-left: 2px !important;
}
.chat-container .friends-online .panel-heading h3.panel-title {
font-size: 10px;
}
}
@media(max-width: 991px) {
.chat-container .friends-online .panel-body p.chat-user {
padding-top: 40px;
font-size: 16px;
}
.chat-container .friends-online .panel-body p.chat-user span.online {
top: 40px;
}
}
@media(max-width: 767px) {
.chat-container .friends-online .panel-heading h3.panel-title {
font-size: 12px;
}
.chat-container .friends-online .panel-body p.chat-user {
padding-top: 25px;
padding-bottom: 25px;
padding-left: 10px;
}
.chat-container .friends-online .panel-body p.chat-user span.online {
top: 25px;
}
} | client/main.css | [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
/*RWD*/
@media(max-width: 1830px) {
/*Komunikator*/
.chat-container .friends-online .panel-body p.chat-user {
padding-right: 0px;
}
.chat-container .friends-online .panel-body p.chat-user span.online {
right: -10px;
}
}
@media(max-width: 1670px) {
/*Komunikator*/
.chat-container .friends-online .panel-body p.chat-user {
font-size: 12px;
}
.chat-container .friends-online .panel-body .col-lg-3 {
padding-left:0px;
}
.chat-container .friends-online .panel-body .col-lg-9 {
padding-left:0px;
}
.chat-container .chat-window .chat-panel .panel-body .one-message {
font-size: 12px;
}
.chat-container .chat-window .chat-panel .panel-body .col-lg-2 {
padding-left:5px;
padding-right:5px;
}
}
@media(max-width: 1370px) {
.chat-container .friends-online .panel-body p.chat-user {
padding-top: 5px;
padding-bottom: 5px;
}
.chat-container .friends-online .panel-body p.chat-user span.online {
top: 5px;
}
.chat-container .chat-window .chat-panel .panel-body .one-message {
font-size: 10px;
padding-left: 8px;
padding-right: 8px;
}
.chat-container .chat-window .chat-panel .panel-body .one-message p {
font-size: 12px;
}
.chat-container .chat-window .chat-panel .panel-body .one-message p.date {
font-size: 8px;
}
.chat-container .friends-online .panel-heading h3.panel-title {
font-size: 12px;
}
}
@media(max-width: 1200px) {
.chat-container .friends-online .panel-body p.chat-user {
font-size: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.chat-container .friends-online .panel-body p.chat-user span.online i {
font-size: 8px;
}
.chat-container .friends-online .panel-body p.chat-user span.online {
top: 5px;
}
}
@media(max-width: 1200px) {
.chat-container .friends-online .panel-body .col-lg-3 {
padding-right: 3px;
}
/*.chat-container .friends-online .panel-body p.chat-user {
font-size: 10px;
}
.chat-container .friends-online .panel-body p.chat-user span.online {
right: -20px;
}*/
}
@media(max-width: 1024px) {
.chat-container .friends-online .panel-heading {
padding-left: 2px !important;
}
.chat-container .friends-online .panel-heading h3.panel-title {
font-size: 10px;
}
}
@media(max-width: 991px) {
.chat-container .friends-online .panel-body p.chat-user {
padding-top: 40px;
font-size: 16px;
}
.chat-container .friends-online .panel-body p.chat-user span.online {
top: 40px;
}
}
@media(max-width: 767px) {
.chat-container .friends-online .panel-heading h3.panel-title {
font-size: 12px;
}
.chat-container .friends-online .panel-body p.chat-user {
padding-top: 25px;
padding-bottom: 25px;
padding-left: 10px;
}
.chat-container .friends-online .panel-body p.chat-user span.online {
top: 25px;
}
} | 0.301156 | 0.110136 |
@media screen and (min-width: 481px) {
.sample-box {
padding: 0px 60px;
margin: 40px 200px;
height: 700px;
border-radius: 10px;
background: -webkit-linear-gradient(60deg,#F13F79, #FFC778, #F13F79);
background-size:400%;
animation: textAnime 15s infinite;
}
@keyframes textAnime{
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
.product {
margin: 0 280px;
width: 50%;
height: auto;
}
.title {
text-align: center;
margin: 0px 80px;
padding: 40px 0;
}
h1 {
font-size: 52px;
color: #fff;
font-weight: bold;
font-style: italic;
text-shadow: 2px 3px 6px #000000;
}
h2 {
font-size: 16px;
font-weight: bold;
color: #fff;
}
input.judg_good {
font-size: 25px;
border: none;
border-radius: 50%;
line-height: 100px;
width: 100px;
height: 100px;
padding: 0;
color: #FF8A65;
font-weight: bold;
background-color: #fff;
-webkit-box-shadow: 0 5px 0 #BD081C;
box-shadow: 0 7px 0 #BDBDBD;
position: absolute;
top: 50%;
left: 22%;
/* float: left; */
}
input.judg_good:hover {
transition: .5s;
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
color: #fff;
background-color: #1DE9B6;
font-weight: bold;
-webkit-box-shadow: 0 2px 0 #BD081C;
box-shadow: 0 3px 0 #00BFA5;
}
input.judg_hate {
font-size: 25px;
border: none;
border-radius: 50%;
line-height: 100px;
width: 100px;
height: 100px;
padding: 0;
color: #FF8A65;
font-weight: bold;
background-color: #fff;
-webkit-box-shadow: 0 5px 0 #BD081C;
box-shadow: 0 7px 0 #BDBDBD;
position: absolute;
top: 50%;
left: 70%;
/* float: left; */
}
input.judg_hate:hover {
transition: .5s;
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
color: #fff;
background-color: #0099FF;
font-weight: bold;
-webkit-box-shadow: 0 2px 0 #BD081C;
box-shadow: 0 3px 0 #0077B5;
}
}
@media screen and (max-width: 480px) {
body {
margin: 0;
padding: 0;
}
.sample-box {
width: 100%;
height: 800px;
background: -webkit-linear-gradient(60deg,#F13F79, #FFC778, #F13F79);
background-size:400%;
animation: textAnime 15s infinite;
}
@keyframes textAnime{
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
.title {
text-align: center;
margin: 0;
padding: 30px 20px;
}
h1 {
font-size: 50px;
color: #fff;
font-weight: bold;
font-style: italic;
text-shadow: 2px 3px 6px #000000;
}
h2 {
font-size: 16px;
font-weight: bold;
color: #fff;
}
.img {
text-align: center;
}
.judgment {
margin: 20px 40px;
display: flex;
}
input.judg_good {
margin-right: 70px;
font-size: 25px;
border: none;
border-radius: 50%;
line-height: 100px;
width: 100px;
height: 100px;
padding: 0;
color: #FF8A65;
font-weight: bold;
background-color: #fff;
-webkit-box-shadow: 0 5px 0 #BD081C;
box-shadow: 0 7px 0 #BDBDBD;
}
input.judg_good:hover {
transition: .5s;
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
color: #fff;
background-color: #1DE9B6;
font-weight: bold;
-webkit-box-shadow: 0 2px 0 #BD081C;
box-shadow: 0 3px 0 #00BFA5;
}
input.judg_hate {
font-size: 25px;
border: none;
border-radius: 50%;
line-height: 100px;
width: 100px;
height: 100px;
padding: 0;
color: #FF8A65;
font-weight: bold;
background-color: #fff;
-webkit-box-shadow: 0 5px 0 #BD081C;
box-shadow: 0 7px 0 #BDBDBD;
}
input.judg_hate:hover {
transition: .5s;
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
color: #fff;
background-color: #0099FF;
font-weight: bold;
-webkit-box-shadow: 0 2px 0 #BD081C;
box-shadow: 0 3px 0 #0077B5;
}
} | assets/style.css | @media screen and (min-width: 481px) {
.sample-box {
padding: 0px 60px;
margin: 40px 200px;
height: 700px;
border-radius: 10px;
background: -webkit-linear-gradient(60deg,#F13F79, #FFC778, #F13F79);
background-size:400%;
animation: textAnime 15s infinite;
}
@keyframes textAnime{
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
.product {
margin: 0 280px;
width: 50%;
height: auto;
}
.title {
text-align: center;
margin: 0px 80px;
padding: 40px 0;
}
h1 {
font-size: 52px;
color: #fff;
font-weight: bold;
font-style: italic;
text-shadow: 2px 3px 6px #000000;
}
h2 {
font-size: 16px;
font-weight: bold;
color: #fff;
}
input.judg_good {
font-size: 25px;
border: none;
border-radius: 50%;
line-height: 100px;
width: 100px;
height: 100px;
padding: 0;
color: #FF8A65;
font-weight: bold;
background-color: #fff;
-webkit-box-shadow: 0 5px 0 #BD081C;
box-shadow: 0 7px 0 #BDBDBD;
position: absolute;
top: 50%;
left: 22%;
/* float: left; */
}
input.judg_good:hover {
transition: .5s;
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
color: #fff;
background-color: #1DE9B6;
font-weight: bold;
-webkit-box-shadow: 0 2px 0 #BD081C;
box-shadow: 0 3px 0 #00BFA5;
}
input.judg_hate {
font-size: 25px;
border: none;
border-radius: 50%;
line-height: 100px;
width: 100px;
height: 100px;
padding: 0;
color: #FF8A65;
font-weight: bold;
background-color: #fff;
-webkit-box-shadow: 0 5px 0 #BD081C;
box-shadow: 0 7px 0 #BDBDBD;
position: absolute;
top: 50%;
left: 70%;
/* float: left; */
}
input.judg_hate:hover {
transition: .5s;
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
color: #fff;
background-color: #0099FF;
font-weight: bold;
-webkit-box-shadow: 0 2px 0 #BD081C;
box-shadow: 0 3px 0 #0077B5;
}
}
@media screen and (max-width: 480px) {
body {
margin: 0;
padding: 0;
}
.sample-box {
width: 100%;
height: 800px;
background: -webkit-linear-gradient(60deg,#F13F79, #FFC778, #F13F79);
background-size:400%;
animation: textAnime 15s infinite;
}
@keyframes textAnime{
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
.title {
text-align: center;
margin: 0;
padding: 30px 20px;
}
h1 {
font-size: 50px;
color: #fff;
font-weight: bold;
font-style: italic;
text-shadow: 2px 3px 6px #000000;
}
h2 {
font-size: 16px;
font-weight: bold;
color: #fff;
}
.img {
text-align: center;
}
.judgment {
margin: 20px 40px;
display: flex;
}
input.judg_good {
margin-right: 70px;
font-size: 25px;
border: none;
border-radius: 50%;
line-height: 100px;
width: 100px;
height: 100px;
padding: 0;
color: #FF8A65;
font-weight: bold;
background-color: #fff;
-webkit-box-shadow: 0 5px 0 #BD081C;
box-shadow: 0 7px 0 #BDBDBD;
}
input.judg_good:hover {
transition: .5s;
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
color: #fff;
background-color: #1DE9B6;
font-weight: bold;
-webkit-box-shadow: 0 2px 0 #BD081C;
box-shadow: 0 3px 0 #00BFA5;
}
input.judg_hate {
font-size: 25px;
border: none;
border-radius: 50%;
line-height: 100px;
width: 100px;
height: 100px;
padding: 0;
color: #FF8A65;
font-weight: bold;
background-color: #fff;
-webkit-box-shadow: 0 5px 0 #BD081C;
box-shadow: 0 7px 0 #BDBDBD;
}
input.judg_hate:hover {
transition: .5s;
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
color: #fff;
background-color: #0099FF;
font-weight: bold;
-webkit-box-shadow: 0 2px 0 #BD081C;
box-shadow: 0 3px 0 #0077B5;
}
} | 0.409103 | 0.088112 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Default HTML Tags Styles
2. All WP Common Class Styles
3. Navbar Styles
4. Responsive Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Default HTML Tags Styles
--------------------------------------------------------------*/
html {
font-size: 14px;
}
body {
font-family: 'Open Sans', sans-serif;
color: #000000;
font-size: 14px;
font-size: 1rem;
line-height: 1.8;
}
p {
margin: 0 0 25.2px;
}
img {
max-width: 100%;
height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
}
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
textarea {
display: block;
width: 100%;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
table {
width: 100%;
max-width: 100%;
border: 1px solid #dddddd;
border-spacing: 0;
border-collapse: collapse;
margin-bottom: 20px;
}
table tr td,
table tr th {
border: 1px solid #dddddd;
padding: 8px;
}
/*--------------------------------------------------------------
2. All WP Common Class Styles
--------------------------------------------------------------*/
.screen-reader-text {
display: none;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
/* Gallery */
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block;
}
/*--------------------------------------------------------------
3. Navbar Styles
--------------------------------------------------------------*/
.main-navigation .menu-toggle {
display: none;
}
.main-navigation .menu ul {
margin: 0;
padding: 0;
list-style: none;
content: "";
display: table;
}
.main-navigation .menu ul li {
display: inline-block;
position: relative;
}
.main-navigation .menu ul li a {
display: block;
padding: 10px;
}
.main-navigation .menu > ul > li > ul {
min-width: 210px;
position: absolute;
top: 100%;
left: 0;
z-index: 9;
background-color: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.main-navigation .menu > ul > li > ul > li {
display: block;
}
.main-navigation .menu > ul > li > ul > li a {
display: block;
}
.main-navigation .menu > ul > li > ul > li ul {
min-width: 210px;
position: absolute;
top: 0;
left: 100%;
background-color: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.main-navigation .menu > ul > li > ul > li ul li {
display: block;
}
.main-navigation .menu > ul > li > ul > li:hover > ul {
visibility: visible;
opacity: 1;
}
.main-navigation .menu > ul > li:hover > ul {
visibility: visible;
opacity: 1;
}
/*--------------------------------------------------------------
4. Responsive Styles
--------------------------------------------------------------*/
/* Trigger at Tablet or small screen (max screen size 1024px) */
@media (max-width: 1024px) {
.main-navigation .menu-toggle {
display: inline-block;
}
.main-navigation .menu {
visibility: hidden;
opacity: 0;
height: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.main-navigation .menu ul li {
display: block;
position: relative;
}
.main-navigation .menu > ul > li > ul {
position: static;
}
.main-navigation .menu > ul > li > ul > li ul {
position: static;
}
.main-navigation .menu > ul > li > ul > li ul li {
display: block;
}
.main-navigation .menu > ul > li > ul > li:hover > ul {
visibility: visible;
opacity: 1;
}
.main-navigation .menu > ul > li:hover > ul {
visibility: visible;
opacity: 1;
}
.main-navigation.toggled .menu {
visibility: visible;
opacity: 1;
height: auto;
}
}
/* iPad Screen */
/* iPhone 6+ Screen */
/* iPhone 6 Screen */
/* iPhone 5 Screen */
/* iPhone 4 Screen */
/*# sourceMappingURL=style.css.map */ | style.css | >>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Default HTML Tags Styles
2. All WP Common Class Styles
3. Navbar Styles
4. Responsive Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Default HTML Tags Styles
--------------------------------------------------------------*/
html {
font-size: 14px;
}
body {
font-family: 'Open Sans', sans-serif;
color: #000000;
font-size: 14px;
font-size: 1rem;
line-height: 1.8;
}
p {
margin: 0 0 25.2px;
}
img {
max-width: 100%;
height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
}
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
textarea {
display: block;
width: 100%;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
table {
width: 100%;
max-width: 100%;
border: 1px solid #dddddd;
border-spacing: 0;
border-collapse: collapse;
margin-bottom: 20px;
}
table tr td,
table tr th {
border: 1px solid #dddddd;
padding: 8px;
}
/*--------------------------------------------------------------
2. All WP Common Class Styles
--------------------------------------------------------------*/
.screen-reader-text {
display: none;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
/* Gallery */
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block;
}
/*--------------------------------------------------------------
3. Navbar Styles
--------------------------------------------------------------*/
.main-navigation .menu-toggle {
display: none;
}
.main-navigation .menu ul {
margin: 0;
padding: 0;
list-style: none;
content: "";
display: table;
}
.main-navigation .menu ul li {
display: inline-block;
position: relative;
}
.main-navigation .menu ul li a {
display: block;
padding: 10px;
}
.main-navigation .menu > ul > li > ul {
min-width: 210px;
position: absolute;
top: 100%;
left: 0;
z-index: 9;
background-color: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.main-navigation .menu > ul > li > ul > li {
display: block;
}
.main-navigation .menu > ul > li > ul > li a {
display: block;
}
.main-navigation .menu > ul > li > ul > li ul {
min-width: 210px;
position: absolute;
top: 0;
left: 100%;
background-color: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.main-navigation .menu > ul > li > ul > li ul li {
display: block;
}
.main-navigation .menu > ul > li > ul > li:hover > ul {
visibility: visible;
opacity: 1;
}
.main-navigation .menu > ul > li:hover > ul {
visibility: visible;
opacity: 1;
}
/*--------------------------------------------------------------
4. Responsive Styles
--------------------------------------------------------------*/
/* Trigger at Tablet or small screen (max screen size 1024px) */
@media (max-width: 1024px) {
.main-navigation .menu-toggle {
display: inline-block;
}
.main-navigation .menu {
visibility: hidden;
opacity: 0;
height: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.main-navigation .menu ul li {
display: block;
position: relative;
}
.main-navigation .menu > ul > li > ul {
position: static;
}
.main-navigation .menu > ul > li > ul > li ul {
position: static;
}
.main-navigation .menu > ul > li > ul > li ul li {
display: block;
}
.main-navigation .menu > ul > li > ul > li:hover > ul {
visibility: visible;
opacity: 1;
}
.main-navigation .menu > ul > li:hover > ul {
visibility: visible;
opacity: 1;
}
.main-navigation.toggled .menu {
visibility: visible;
opacity: 1;
height: auto;
}
}
/* iPad Screen */
/* iPhone 6+ Screen */
/* iPhone 6 Screen */
/* iPhone 5 Screen */
/* iPhone 4 Screen */
/*# sourceMappingURL=style.css.map */ | 0.349977 | 0.076477 |
.show-on-msie,
.msie .hide-on-msie,
.show-on-ios,
.ios .hide-on-ios,
.show-on-android,
.android .hide-on-android,
.show-on-samsung,
.samsungBrowser .hide-on-samsung,
.samsungBrowser.android .hide-on-samsung
{ display: none; }
.msie .show-on-msie,
.ios .show-on-ios,
.android .show-on-android,
.samsungBrowser .show-on-samsung
{ display: inherit; }
/******************************************************************************
* Introduction sections
*****************************************************************************/
#hero-download
{
position: relative; /* reference for #intro-graphic-background */
min-height: 1px; /* Fixes flexbox bug in IE11 */
}
/******************************************************************************
* Mobile intro sections
*****************************************************************************/
.intro-mobile
{
padding-left: 2em;
padding-right: 2em;
}
.intro-mobile h1 span,
.intro-mobile .subheading span
{
display: block;
}
.intro-mobile h1,
.intro-mobile .h1
{
font-size: 2em;
line-height: 1.2em;
}
.intro-mobile .subheading
{
margin-top: -0.7em;
margin-bottom: 2em;
}
#intro-standard ul
{
list-style: none;
padding-left: 0;
}
#intro-standard ul li
{
background-image: url("/img/icon-checkmark.svg");
background-repeat: no-repeat;
background-position: 0 .3em;
}
html[dir="ltr"] #intro-standard ul li
{
padding-left: 30px;
}
html[dir="rtl"] #intro-standard ul li
{
background-position: right 0em bottom 0em;
padding-right: 30px;
}
#intro-standard ul li .avoid-wrap { text-indent: 0em; }
@media (max-width: 1024px)
{
#intro-standard ul li
{
background-image: none;
}
}
@media (min-width: 452px)
{
#intro-android,
#intro-ios-safari,
#intro-samsung
{
float: none;
padding-top: 5em;
margin-left: auto;
margin-right: auto;
width: 420px;
}
}
/******************************************************************************
* #intro-standard
*****************************************************************************/
#intro-standard { padding-top: 3em; }
@media (min-width: 576px) and (max-width: 1023px)
{
/* add spacing left/right on tablets */
#intro-standard
{
padding-left: 3em;
padding-right: 3em;
}
}
@media(min-width: 1024px)
{
#intro-standard { padding-top: 8em; }
}
/* Applied ::after to enable use of opacity */
#intro-graphic-background::after
{
content: "";
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0.5;
background-image: url("/img/hero-background.svg");
background-repeat: no-repeat;
background-position: top -520px right -1120px;
z-index: -1;
}
@media(min-width: 768px)
{
#intro-graphic-background::after
{
width: 50%;
opacity: 1;
background-position: top -540px left -400px;
}
}
@media(min-width: 1024px)
{
#intro-graphic-background::after { background-position: top -590px left -330px; }
}
#intro-graphic
{
padding-top: 3em;
padding-bottom: 3em;
overflow: hidden;
}
@media(max-width: 1024px)
{
#intro-graphic
{
width: 100%;
}
}
@media(min-width: 1024px)
{
#intro-graphic
{
padding-top: 5em;
padding-bottom: 5em;
}
}
/* Fixes img max-width bug in IE */
#intro-graphic img
{
width: 100%;
}
@media (max-width: 1024px)
{
#intro-graphic img
{
max-width: 350px;
}
}
@media (max-width: 767px)
{
[dir="ltr"] #intro-graphic { direction: rtl; }
[dir="rtl"] #intro-graphic { direction: ltr; }
}
#intro-graphic-small
{
min-width: 50%;
max-width: 300px;
margin: 0 auto;
display: block;
}
@media (min-width: 1025px)
{
#intro-graphic-small { display: none; }
}
#intro-graphic-large { display: none; }
@media (min-width: 1025px)
{
#intro-graphic-large { display: block; }
}
@media (min-width: 768px) and (max-width: 1023px)
{
#intro-graphic-small
{
max-width: unset;
}
}
#intro-standard h1
{
/* Spacing is provided by the #intro-standard section */
margin-top: 0;
overflow: auto;
}
@media(max-width: 1024px)
{
#intro-standard
{
width: 100%;
text-align: center;
}
}
@media(min-width: 992px)
{
#intro-standard h1 { font-size: 50px; }
[lang="ru"] #intro-standard h1 { font-size: 42px; }
}
#hero-download-tos
{
margin-bottom: 0.5em;
font-size: 14px;
}
/* Chrome, Chromium, Opera, Yandex and Microsoft Edge, the ToC message should use a normal font size */
.chrome #hero-download-tos small,
.chromium #hero-download-tos small,
.opera #hero-download-tos small,
.yandexbrowser #hero-download-tos small,
.msedge #hero-download-tos small
{
font-size: inherit;
}
.hero-content .centered-list
{
list-style-position: inside;
text-indent: -2em;
}
.app-store-button
{
margin: 1.5em 0;
}
#hero-download-video
{
/* add space above on phones & tablets */
margin-top: 2em;
/* prevent default full-width on small tablets */
max-width: 550px;
}
#hero-download-video
{
/* provide a little space between thumbnail and border + shadow */
padding: 1em 1em 0 1em;
}
@media (min-width: 1024px)
{
#hero-download-video
{
/* keep aligned-top despite padding below */
margin-top: -1em;
}
}
#hero-download-video.has-iframe
{
/* remove space around thumbnail when thumbnail is replaced by video */
padding: 0;
}
/** Hide the video border + shadow only when the thumbnail alone is showing */
#hero-download-video.hide-disclaimer:not(.has-iframe)
{
border-color: transparent;
/* there is no box-shadow-color property :( */
box-shadow: 1px 1px 0 0 transparent;
}
/* The thumbnail is taller than the video. But it's hard to see because of the
* reflection and whitespace at the bottom. As a result, I am cutting out the
* whitespace and reflection when I show the disclaimer so that the section
* doesn't visibly resize when the thumbnail is replaced by the a iframe.
*/
/******************************************************************************
* #media
*****************************************************************************/
#media-section
{
clear: both;
text-align: center;
}
#media-header
{
margin-bottom: 1em;
}
#media-header h2
{
font-size: 1em;
font-weight: normal;
text-transform: uppercase;
}
#media-header h2,
#media-list
{
margin: 0;
}
#media-list li
{
display: inline-block;
}
#media-list img
{
max-width: 10em;
max-height: 3em;
margin: 0 1em 1em;
}
#media-list a
{
position: relative;
display: block;
}
#media-list a:hover img
{
opacity: 0.3;
}
#media-list a:hover:after
{
content: "";
position: absolute;
top: 50%;
left: 50%;
height: 1em;
width: 1em;
padding: 1em;
margin-left: -1em;
margin-top: -1em;
border-radius: 50%;
background-color: #0779d0;
background-image: url(../img/external-icon.png);
background-image: linear-gradient(transparent, transparent),
url(../img/external-icon.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 1em;
}
@media (min-width: 1024px)
{
#media
{
display: table;
width: 100%;
}
#media-header,
#media-list
{
display: table-cell;
vertical-align: middle;
width: auto;
}
#media-header
{
margin-bottom: 0;
}
#media-header small
{
display: none;
}
#media-list { direction: rtl; }
[dir="rtl"] #media-list { direction: ltr; }
@supports (display: flex)
{
#media-list
{
display: flex;
justify-content: space-between;
align-items: center;
}
}
#media-list
{
display: table;
width: 100%;
}
#media-list li
{
display: table-cell;
vertical-align: middle;
}
#media-list img
{
margin: 0 2em;
}
}
/******************************************************************************
* #abb-cross-promotion
*****************************************************************************/
#abb-cross-promotion
{
padding: 3em 0;
}
#abb-cross-promotion h2
{
margin-top: 0;
margin-bottom: 1.5em;
}
@media (max-width: 768px)
{
#abb-cross-promotion h2 { text-align: center; }
}
#abb-logo
{
max-width: 10em;
}
#abb-app-store-badges
{
margin-top: 0.5em;
}
#abb-app-store-badges img
{
width: 200px;
}
@media (max-width: 575px)
{
#abb-app-store-badges a:first-of-type
{
margin-bottom: 0.5em;
}
}
@media (min-width: 576px)
{
#abb-app-store-badges .one-half
{
width: 50%;
}
.abb-cross-promo-content { padding-left: 2em; }
}
.abb-cross-promo-graphic { float: left; }
.abb-cross-promo-content { float: right; }
@media (min-width: 1024px)
{
.abb-cross-promo-graphic { width: 70%; }
.abb-cross-promo-content { width: 30%; }
}
@media (max-width: 1024px)
{
.abb-cross-promo-graphic { width: 60%; }
.abb-cross-promo-content { width: 40%; }
}
@media (max-width: 768px)
{
.abb-cross-promo-graphic,
.abb-cross-promo-content
{
width: 100%;
text-align: center;
}
.abb-cross-promo-graphic
{
padding-top: 5em;
}
.abb-cross-promo-graphic img
{
display: block;
margin: 0 auto;
width: 80%;
}
}
#abb-cross-promotion .phablet-width
{
max-width: 540px;
width: 100%;
}
@media (max-width: 889px)
{
#abb-cross-promotion .phablet-width
{
max-width: 80%;
text-align: center;
margin: 0 auto;
}
}
@media (max-width: 768px)
{
#abb-cross-promotion .phablet-width
{
display: block;
margin: 0 auto;
}
}
.abb-arrow-container
{
display: none;
}
[lang="en"] .abb-arrow-container
{
display: block;
}
@media (min-width: 890px)
{
.abb-arrow-container { position: relative; }
.abb-arrow-container img { position: absolute; }
.abb-arrow-container .abb-arrow
{
right: -1em;
top: -5em;
}
.abb-arrow-container .abb-message
{
top: -8em;
right: -16em;
}
}
@media (max-width: 890px)
{
.abb-arrow-container
{
padding-left: 2em;
padding-bottom: 2em;
text-align: left;
}
.abb-arrow-container .abb-arrow
{
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
width: 70px;
height: auto;
float: left;
margin-top: 2em;
}
}
@media (max-width: 768px)
{
.abb-arrow-container .abb-message
{
max-width: 350px;
width: 60%;
}
.abb-arrow-container .abb-arrow
{
float: none;
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg);
}
.abb-arrow-container img
{
display: block;
}
}
@media (max-width: 480px)
{
}
/******************************************************************************
* #about-abp
*****************************************************************************/
#about-abp-logo img
{
height: auto;
width: 100%;
max-width: 160px;
margin-top: 2em;
}
@media (max-width: 575px)
{
#about-abp-body
{
padding-left: 2em;
padding-right: 2em;
}
}
@media (min-width: 576px) and (max-width: 1023px)
{
#about-abp-logo { width: 25%; }
[dir="ltr"] #about-abp-logo { padding-left: 2em; }
[dir="rtl"] #about-abp-logo { padding-right: 2em; }
#about-abp-body { width: 75%; }
[dir="ltr"] #about-abp-body { padding-right: 2em; }
[dir="rtl"] #about-abp-body { padding-left: 2em; }
}
@media (min-width: 1024px)
{
#about-abp-logo { width: 33.333333%; }
#about-abp-body { width: 66.666667%; }
}
/******************************************************************************
* #footnote
*****************************************************************************/
#footnote
{
padding-top: 3em;
padding-bottom: 2em;
font-size: 13px;
color: #585858;
}
/* CTA variation test
******************************************************************************/
.cta-var-1 #install-button
{
position: relative;
padding: 14px 18px;
font-size: 20px;
line-height: 1.4;
text-align: left;
text-transform: uppercase;
background-color: #0AAD03;
border-radius: 5px;
box-shadow: 0px 3px 3px rgba(0,0,0,0.16);
}
.cta-var-1 #install-button::before
{
position: absolute;
display: none;
content: "";
top: 50%;
left: 18px;
margin-top: -20px;
height: 40px;
width: 40px;
background-repeat: no-repeat;
background-size: auto 100%;
background-position: center;
}
@media (min-width: 412px)
{
.cta-var-1 #install-button::before { display: block; }
}
/* WARNING: Selectors below must be added to the padding-left rule after too */
.cta-var-1.chrome #install-button::before { background-image: url("/img/chrome.svg"); }
.cta-var-1.chromium #install-button::before { background-image: url("/img/chrome.svg"); }
.cta-var-1.firefox #install-button::before { background-image: url("/img/firefox.svg"); }
.cta-var-1.safari #install-button::before { background-image: url("/img/safari.svg"); }
.cta-var-1.msie #install-button::before { background-image: url("/img/msie.svg"); }
.cta-var-1.msedge #install-button::before,
.cta-var-1.msedge_chromium #install-button::before{ background-image: url("/img/msedge.svg"); }
.cta-var-1.opera #install-button::before { background-image: url("/img/opera.svg"); }
.cta-var-1.yandexbrowser #install-button::before { background-image: url("/img/yandex.svg"); }
@media (min-width: 412px)
{
.cta-var-1.chrome #install-button,
.cta-var-1.chromium #install-button,
.cta-var-1.firefox #install-button,
.cta-var-1.safari #install-button,
.cta-var-1.msie #install-button,
.cta-var-1.msedge #install-button,
.cta-var-1.msedge_chromium #install-button,
.cta-var-1.opera #install-button,
.cta-var-1.yandexbrowser #install-button
{ padding-left: 72px; }
} | static/css/index.css | .show-on-msie,
.msie .hide-on-msie,
.show-on-ios,
.ios .hide-on-ios,
.show-on-android,
.android .hide-on-android,
.show-on-samsung,
.samsungBrowser .hide-on-samsung,
.samsungBrowser.android .hide-on-samsung
{ display: none; }
.msie .show-on-msie,
.ios .show-on-ios,
.android .show-on-android,
.samsungBrowser .show-on-samsung
{ display: inherit; }
/******************************************************************************
* Introduction sections
*****************************************************************************/
#hero-download
{
position: relative; /* reference for #intro-graphic-background */
min-height: 1px; /* Fixes flexbox bug in IE11 */
}
/******************************************************************************
* Mobile intro sections
*****************************************************************************/
.intro-mobile
{
padding-left: 2em;
padding-right: 2em;
}
.intro-mobile h1 span,
.intro-mobile .subheading span
{
display: block;
}
.intro-mobile h1,
.intro-mobile .h1
{
font-size: 2em;
line-height: 1.2em;
}
.intro-mobile .subheading
{
margin-top: -0.7em;
margin-bottom: 2em;
}
#intro-standard ul
{
list-style: none;
padding-left: 0;
}
#intro-standard ul li
{
background-image: url("/img/icon-checkmark.svg");
background-repeat: no-repeat;
background-position: 0 .3em;
}
html[dir="ltr"] #intro-standard ul li
{
padding-left: 30px;
}
html[dir="rtl"] #intro-standard ul li
{
background-position: right 0em bottom 0em;
padding-right: 30px;
}
#intro-standard ul li .avoid-wrap { text-indent: 0em; }
@media (max-width: 1024px)
{
#intro-standard ul li
{
background-image: none;
}
}
@media (min-width: 452px)
{
#intro-android,
#intro-ios-safari,
#intro-samsung
{
float: none;
padding-top: 5em;
margin-left: auto;
margin-right: auto;
width: 420px;
}
}
/******************************************************************************
* #intro-standard
*****************************************************************************/
#intro-standard { padding-top: 3em; }
@media (min-width: 576px) and (max-width: 1023px)
{
/* add spacing left/right on tablets */
#intro-standard
{
padding-left: 3em;
padding-right: 3em;
}
}
@media(min-width: 1024px)
{
#intro-standard { padding-top: 8em; }
}
/* Applied ::after to enable use of opacity */
#intro-graphic-background::after
{
content: "";
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0.5;
background-image: url("/img/hero-background.svg");
background-repeat: no-repeat;
background-position: top -520px right -1120px;
z-index: -1;
}
@media(min-width: 768px)
{
#intro-graphic-background::after
{
width: 50%;
opacity: 1;
background-position: top -540px left -400px;
}
}
@media(min-width: 1024px)
{
#intro-graphic-background::after { background-position: top -590px left -330px; }
}
#intro-graphic
{
padding-top: 3em;
padding-bottom: 3em;
overflow: hidden;
}
@media(max-width: 1024px)
{
#intro-graphic
{
width: 100%;
}
}
@media(min-width: 1024px)
{
#intro-graphic
{
padding-top: 5em;
padding-bottom: 5em;
}
}
/* Fixes img max-width bug in IE */
#intro-graphic img
{
width: 100%;
}
@media (max-width: 1024px)
{
#intro-graphic img
{
max-width: 350px;
}
}
@media (max-width: 767px)
{
[dir="ltr"] #intro-graphic { direction: rtl; }
[dir="rtl"] #intro-graphic { direction: ltr; }
}
#intro-graphic-small
{
min-width: 50%;
max-width: 300px;
margin: 0 auto;
display: block;
}
@media (min-width: 1025px)
{
#intro-graphic-small { display: none; }
}
#intro-graphic-large { display: none; }
@media (min-width: 1025px)
{
#intro-graphic-large { display: block; }
}
@media (min-width: 768px) and (max-width: 1023px)
{
#intro-graphic-small
{
max-width: unset;
}
}
#intro-standard h1
{
/* Spacing is provided by the #intro-standard section */
margin-top: 0;
overflow: auto;
}
@media(max-width: 1024px)
{
#intro-standard
{
width: 100%;
text-align: center;
}
}
@media(min-width: 992px)
{
#intro-standard h1 { font-size: 50px; }
[lang="ru"] #intro-standard h1 { font-size: 42px; }
}
#hero-download-tos
{
margin-bottom: 0.5em;
font-size: 14px;
}
/* Chrome, Chromium, Opera, Yandex and Microsoft Edge, the ToC message should use a normal font size */
.chrome #hero-download-tos small,
.chromium #hero-download-tos small,
.opera #hero-download-tos small,
.yandexbrowser #hero-download-tos small,
.msedge #hero-download-tos small
{
font-size: inherit;
}
.hero-content .centered-list
{
list-style-position: inside;
text-indent: -2em;
}
.app-store-button
{
margin: 1.5em 0;
}
#hero-download-video
{
/* add space above on phones & tablets */
margin-top: 2em;
/* prevent default full-width on small tablets */
max-width: 550px;
}
#hero-download-video
{
/* provide a little space between thumbnail and border + shadow */
padding: 1em 1em 0 1em;
}
@media (min-width: 1024px)
{
#hero-download-video
{
/* keep aligned-top despite padding below */
margin-top: -1em;
}
}
#hero-download-video.has-iframe
{
/* remove space around thumbnail when thumbnail is replaced by video */
padding: 0;
}
/** Hide the video border + shadow only when the thumbnail alone is showing */
#hero-download-video.hide-disclaimer:not(.has-iframe)
{
border-color: transparent;
/* there is no box-shadow-color property :( */
box-shadow: 1px 1px 0 0 transparent;
}
/* The thumbnail is taller than the video. But it's hard to see because of the
* reflection and whitespace at the bottom. As a result, I am cutting out the
* whitespace and reflection when I show the disclaimer so that the section
* doesn't visibly resize when the thumbnail is replaced by the a iframe.
*/
/******************************************************************************
* #media
*****************************************************************************/
#media-section
{
clear: both;
text-align: center;
}
#media-header
{
margin-bottom: 1em;
}
#media-header h2
{
font-size: 1em;
font-weight: normal;
text-transform: uppercase;
}
#media-header h2,
#media-list
{
margin: 0;
}
#media-list li
{
display: inline-block;
}
#media-list img
{
max-width: 10em;
max-height: 3em;
margin: 0 1em 1em;
}
#media-list a
{
position: relative;
display: block;
}
#media-list a:hover img
{
opacity: 0.3;
}
#media-list a:hover:after
{
content: "";
position: absolute;
top: 50%;
left: 50%;
height: 1em;
width: 1em;
padding: 1em;
margin-left: -1em;
margin-top: -1em;
border-radius: 50%;
background-color: #0779d0;
background-image: url(../img/external-icon.png);
background-image: linear-gradient(transparent, transparent),
url(../img/external-icon.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 1em;
}
@media (min-width: 1024px)
{
#media
{
display: table;
width: 100%;
}
#media-header,
#media-list
{
display: table-cell;
vertical-align: middle;
width: auto;
}
#media-header
{
margin-bottom: 0;
}
#media-header small
{
display: none;
}
#media-list { direction: rtl; }
[dir="rtl"] #media-list { direction: ltr; }
@supports (display: flex)
{
#media-list
{
display: flex;
justify-content: space-between;
align-items: center;
}
}
#media-list
{
display: table;
width: 100%;
}
#media-list li
{
display: table-cell;
vertical-align: middle;
}
#media-list img
{
margin: 0 2em;
}
}
/******************************************************************************
* #abb-cross-promotion
*****************************************************************************/
#abb-cross-promotion
{
padding: 3em 0;
}
#abb-cross-promotion h2
{
margin-top: 0;
margin-bottom: 1.5em;
}
@media (max-width: 768px)
{
#abb-cross-promotion h2 { text-align: center; }
}
#abb-logo
{
max-width: 10em;
}
#abb-app-store-badges
{
margin-top: 0.5em;
}
#abb-app-store-badges img
{
width: 200px;
}
@media (max-width: 575px)
{
#abb-app-store-badges a:first-of-type
{
margin-bottom: 0.5em;
}
}
@media (min-width: 576px)
{
#abb-app-store-badges .one-half
{
width: 50%;
}
.abb-cross-promo-content { padding-left: 2em; }
}
.abb-cross-promo-graphic { float: left; }
.abb-cross-promo-content { float: right; }
@media (min-width: 1024px)
{
.abb-cross-promo-graphic { width: 70%; }
.abb-cross-promo-content { width: 30%; }
}
@media (max-width: 1024px)
{
.abb-cross-promo-graphic { width: 60%; }
.abb-cross-promo-content { width: 40%; }
}
@media (max-width: 768px)
{
.abb-cross-promo-graphic,
.abb-cross-promo-content
{
width: 100%;
text-align: center;
}
.abb-cross-promo-graphic
{
padding-top: 5em;
}
.abb-cross-promo-graphic img
{
display: block;
margin: 0 auto;
width: 80%;
}
}
#abb-cross-promotion .phablet-width
{
max-width: 540px;
width: 100%;
}
@media (max-width: 889px)
{
#abb-cross-promotion .phablet-width
{
max-width: 80%;
text-align: center;
margin: 0 auto;
}
}
@media (max-width: 768px)
{
#abb-cross-promotion .phablet-width
{
display: block;
margin: 0 auto;
}
}
.abb-arrow-container
{
display: none;
}
[lang="en"] .abb-arrow-container
{
display: block;
}
@media (min-width: 890px)
{
.abb-arrow-container { position: relative; }
.abb-arrow-container img { position: absolute; }
.abb-arrow-container .abb-arrow
{
right: -1em;
top: -5em;
}
.abb-arrow-container .abb-message
{
top: -8em;
right: -16em;
}
}
@media (max-width: 890px)
{
.abb-arrow-container
{
padding-left: 2em;
padding-bottom: 2em;
text-align: left;
}
.abb-arrow-container .abb-arrow
{
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
width: 70px;
height: auto;
float: left;
margin-top: 2em;
}
}
@media (max-width: 768px)
{
.abb-arrow-container .abb-message
{
max-width: 350px;
width: 60%;
}
.abb-arrow-container .abb-arrow
{
float: none;
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg);
}
.abb-arrow-container img
{
display: block;
}
}
@media (max-width: 480px)
{
}
/******************************************************************************
* #about-abp
*****************************************************************************/
#about-abp-logo img
{
height: auto;
width: 100%;
max-width: 160px;
margin-top: 2em;
}
@media (max-width: 575px)
{
#about-abp-body
{
padding-left: 2em;
padding-right: 2em;
}
}
@media (min-width: 576px) and (max-width: 1023px)
{
#about-abp-logo { width: 25%; }
[dir="ltr"] #about-abp-logo { padding-left: 2em; }
[dir="rtl"] #about-abp-logo { padding-right: 2em; }
#about-abp-body { width: 75%; }
[dir="ltr"] #about-abp-body { padding-right: 2em; }
[dir="rtl"] #about-abp-body { padding-left: 2em; }
}
@media (min-width: 1024px)
{
#about-abp-logo { width: 33.333333%; }
#about-abp-body { width: 66.666667%; }
}
/******************************************************************************
* #footnote
*****************************************************************************/
#footnote
{
padding-top: 3em;
padding-bottom: 2em;
font-size: 13px;
color: #585858;
}
/* CTA variation test
******************************************************************************/
.cta-var-1 #install-button
{
position: relative;
padding: 14px 18px;
font-size: 20px;
line-height: 1.4;
text-align: left;
text-transform: uppercase;
background-color: #0AAD03;
border-radius: 5px;
box-shadow: 0px 3px 3px rgba(0,0,0,0.16);
}
.cta-var-1 #install-button::before
{
position: absolute;
display: none;
content: "";
top: 50%;
left: 18px;
margin-top: -20px;
height: 40px;
width: 40px;
background-repeat: no-repeat;
background-size: auto 100%;
background-position: center;
}
@media (min-width: 412px)
{
.cta-var-1 #install-button::before { display: block; }
}
/* WARNING: Selectors below must be added to the padding-left rule after too */
.cta-var-1.chrome #install-button::before { background-image: url("/img/chrome.svg"); }
.cta-var-1.chromium #install-button::before { background-image: url("/img/chrome.svg"); }
.cta-var-1.firefox #install-button::before { background-image: url("/img/firefox.svg"); }
.cta-var-1.safari #install-button::before { background-image: url("/img/safari.svg"); }
.cta-var-1.msie #install-button::before { background-image: url("/img/msie.svg"); }
.cta-var-1.msedge #install-button::before,
.cta-var-1.msedge_chromium #install-button::before{ background-image: url("/img/msedge.svg"); }
.cta-var-1.opera #install-button::before { background-image: url("/img/opera.svg"); }
.cta-var-1.yandexbrowser #install-button::before { background-image: url("/img/yandex.svg"); }
@media (min-width: 412px)
{
.cta-var-1.chrome #install-button,
.cta-var-1.chromium #install-button,
.cta-var-1.firefox #install-button,
.cta-var-1.safari #install-button,
.cta-var-1.msie #install-button,
.cta-var-1.msedge #install-button,
.cta-var-1.msedge_chromium #install-button,
.cta-var-1.opera #install-button,
.cta-var-1.yandexbrowser #install-button
{ padding-left: 72px; }
} | 0.357119 | 0.061087 |
@import url('https://fonts.googleapis.com/css2?family=Athiti:wght@300&display=swap');
*{
border:0;
padding: 0;
margin:0;
font-family: 'Athiti', sans-serif;
}
div{
width:100;
height:100vh;
}
/*######################### HEADER ######################*/
header{
position:absolute;
display:flex;
flex-direction: row;
width: 100%;
}
nav{
overflow: hidden;
width: 100%;
display: flex;
justify-content: space-around;
margin: 2%;
padding: 20px;
}
.logo{
text-transform: uppercase;
font-size: 50px;
font-weight: 700;
letter-spacing: 3px;
color: white;
line-height: 20px;
}
.role{
font-size: 40px; color: white; margin-bottom: 5%;
}
.proj_btn{
border-radius: 55px ;
background-color: pink;
text-decoration: none;
margin-top: 5%;
font-size: 25px; color: rgb(228, 57, 142); letter-spacing: 3px; padding: 10px 15px;
font-weight: 600;
}
.proj_btn:hover{
box-shadow: 2px 2px 2px 2px rgba(87, 57, 57, 0.5);;
}
.subtitle{
display: inline-block;
margin-top: 20%;
margin-left: 10%;
}
/*########################## ABOUT ################################*/
.about_title{
font-size: 30px; margin-top: 20px;
}
.email{
font-size: 25px; color:rgb(250, 86, 149)
}
.about_p{
font-size: 20px; letter-spacing: 3px; line-height: 3rem;
margin-left: 10%; margin-right: 10%; margin-bottom: 5%;
color:#3f3c3c;
}
.title{
/*position: absolute; top: 155rem; margin-right: 40%; text-align: center; color: black;*/
margin-top: 3%; text-align:center;
}
.second1{
display: flex;
flex-direction: column;
width: 50%;
height: 80%;
border: 3px;
padding: 5%;
text-align: center;
overflow: hidden;
background-color: rgb(255, 227, 227, 0.5);
}
/*##################### SKILLS ################################*/
.second2{
display: flex;
flex-direction: column;
width: 50%;
height: 80%;
border: 3px;
background-color:rgba(46, 46, 46, 0.5);
opacity: 0.5;
padding: 5%;
text-align: center;
overflow: hidden;
}
.table{
padding-left: 15%; color:rgb(255, 251, 252); display: grid;
padding-right: 15%;
grid-template-columns: repeat(2, 62%);
grid-template-rows: repeat(7, 35%);
height: 200px;
font-size: 20px;
margin-top: 7%;
}
.skills{
color:rgb(255, 251, 252);
font-size: 30px;
letter-spacing: 3px;
font-weight: 600;
}
.check{
position:relative;
}
td{
margin: 10%; padding: 10%;
}
.active{
font-size: 25px;
border-style: solid;
border-radius: 55px;
padding: 5px 19px;
color:white;
text-decoration: none;
background-color: transparent !important;
list-style: none;
text-align: center;
}
.active:hover{
border-style: solid;
border-radius: 50px;
padding: 5px 19px;
background-color: pink !important;
box-shadow: 2px 2px 2px 2px rgba(87, 57, 57, 0.5);
}
.proj{
width: 70%;
height: 70%;
margin-left:15%;
padding: 0;
border-radius: 55px;
margin-top: 2%;
position:unset;
left: 0;
}
.thisweb{
position: absolute; top: 209rem; left: 40%;text-align: center !important;
}
/*######################### DIVISIONS ######################*/
#div1{
background-image: url("../images/coverphoto.png");
background-repeat: no-repeat;
background-size: cover;
}
.second{
background-image: url("../images/about.png");
background-repeat: no-repeat;
background-size: cover;
display: flex;
flex-direction:row;
}
.third{
background-image: url("../images/page3.png");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
height: 200px;
}
.fourth{
background-color:rgba(87, 57, 57, 0.5);
margin: 0;
padding: 0;
}
.star{
color:rgb(236, 109, 147)
}
.socials{
margin-top: 14px;
}
.myproj{
letter-spacing: 4px; border-radius: 55px;
background-color:rgba(87, 57, 57, 0.5);
padding: 10px;
color:rgb(255, 254, 254);
display: inline-block;
margin-left: 42%;
margin-top: 4%;
}
/*############### SLIDESHOW #####################*/
.mySlides {
display: none;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
width: auto;
margin-top: -22px;
padding: 16px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
position: absolute;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev {
left: 2px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
/* Caption text */
/* Number text (1/3 etc) */
.numbertext {
color: white;
font-size: 15px;
position:unset;
margin-left: 2%;
}
.title{
margin-top: 0;
color:white;
}
/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
.contact{
display: inline-block;
margin-left: 30%;
}
/*###################### FOOTER ######################*/
footer{
height: 50px;
background-color:rgba(87, 57, 57, 0.5);
color: white;
text-decoration: none;
} | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Athiti:wght@300&display=swap');
*{
border:0;
padding: 0;
margin:0;
font-family: 'Athiti', sans-serif;
}
div{
width:100;
height:100vh;
}
/*######################### HEADER ######################*/
header{
position:absolute;
display:flex;
flex-direction: row;
width: 100%;
}
nav{
overflow: hidden;
width: 100%;
display: flex;
justify-content: space-around;
margin: 2%;
padding: 20px;
}
.logo{
text-transform: uppercase;
font-size: 50px;
font-weight: 700;
letter-spacing: 3px;
color: white;
line-height: 20px;
}
.role{
font-size: 40px; color: white; margin-bottom: 5%;
}
.proj_btn{
border-radius: 55px ;
background-color: pink;
text-decoration: none;
margin-top: 5%;
font-size: 25px; color: rgb(228, 57, 142); letter-spacing: 3px; padding: 10px 15px;
font-weight: 600;
}
.proj_btn:hover{
box-shadow: 2px 2px 2px 2px rgba(87, 57, 57, 0.5);;
}
.subtitle{
display: inline-block;
margin-top: 20%;
margin-left: 10%;
}
/*########################## ABOUT ################################*/
.about_title{
font-size: 30px; margin-top: 20px;
}
.email{
font-size: 25px; color:rgb(250, 86, 149)
}
.about_p{
font-size: 20px; letter-spacing: 3px; line-height: 3rem;
margin-left: 10%; margin-right: 10%; margin-bottom: 5%;
color:#3f3c3c;
}
.title{
/*position: absolute; top: 155rem; margin-right: 40%; text-align: center; color: black;*/
margin-top: 3%; text-align:center;
}
.second1{
display: flex;
flex-direction: column;
width: 50%;
height: 80%;
border: 3px;
padding: 5%;
text-align: center;
overflow: hidden;
background-color: rgb(255, 227, 227, 0.5);
}
/*##################### SKILLS ################################*/
.second2{
display: flex;
flex-direction: column;
width: 50%;
height: 80%;
border: 3px;
background-color:rgba(46, 46, 46, 0.5);
opacity: 0.5;
padding: 5%;
text-align: center;
overflow: hidden;
}
.table{
padding-left: 15%; color:rgb(255, 251, 252); display: grid;
padding-right: 15%;
grid-template-columns: repeat(2, 62%);
grid-template-rows: repeat(7, 35%);
height: 200px;
font-size: 20px;
margin-top: 7%;
}
.skills{
color:rgb(255, 251, 252);
font-size: 30px;
letter-spacing: 3px;
font-weight: 600;
}
.check{
position:relative;
}
td{
margin: 10%; padding: 10%;
}
.active{
font-size: 25px;
border-style: solid;
border-radius: 55px;
padding: 5px 19px;
color:white;
text-decoration: none;
background-color: transparent !important;
list-style: none;
text-align: center;
}
.active:hover{
border-style: solid;
border-radius: 50px;
padding: 5px 19px;
background-color: pink !important;
box-shadow: 2px 2px 2px 2px rgba(87, 57, 57, 0.5);
}
.proj{
width: 70%;
height: 70%;
margin-left:15%;
padding: 0;
border-radius: 55px;
margin-top: 2%;
position:unset;
left: 0;
}
.thisweb{
position: absolute; top: 209rem; left: 40%;text-align: center !important;
}
/*######################### DIVISIONS ######################*/
#div1{
background-image: url("../images/coverphoto.png");
background-repeat: no-repeat;
background-size: cover;
}
.second{
background-image: url("../images/about.png");
background-repeat: no-repeat;
background-size: cover;
display: flex;
flex-direction:row;
}
.third{
background-image: url("../images/page3.png");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
height: 200px;
}
.fourth{
background-color:rgba(87, 57, 57, 0.5);
margin: 0;
padding: 0;
}
.star{
color:rgb(236, 109, 147)
}
.socials{
margin-top: 14px;
}
.myproj{
letter-spacing: 4px; border-radius: 55px;
background-color:rgba(87, 57, 57, 0.5);
padding: 10px;
color:rgb(255, 254, 254);
display: inline-block;
margin-left: 42%;
margin-top: 4%;
}
/*############### SLIDESHOW #####################*/
.mySlides {
display: none;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
width: auto;
margin-top: -22px;
padding: 16px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
position: absolute;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev {
left: 2px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
/* Caption text */
/* Number text (1/3 etc) */
.numbertext {
color: white;
font-size: 15px;
position:unset;
margin-left: 2%;
}
.title{
margin-top: 0;
color:white;
}
/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
.contact{
display: inline-block;
margin-left: 30%;
}
/*###################### FOOTER ######################*/
footer{
height: 50px;
background-color:rgba(87, 57, 57, 0.5);
color: white;
text-decoration: none;
} | 0.326271 | 0.047936 |
@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'Robotobold_condensed';
src: url('../fonts/Roboto-BoldCond/roboto-boldcondensed-webfont.eot');
src: url('../fonts/Roboto-BoldCond/roboto-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-BoldCond/roboto-boldcondensed-webfont.woff2') format('woff2'),
url('../fonts/Roboto-BoldCond/roboto-boldcondensed-webfont.woff') format('woff'),
url('../fonts/Roboto-BoldCond/roboto-boldcondensed-webfont.ttf') format('truetype'),
url('../fonts/Roboto-BoldCond/roboto-boldcondensed-webfont.svg#robotobold_condensed') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotocondensed';
src: url('../fonts/Roboto-Cond/roboto-condensed-webfont.eot');
src: url('../fonts/Roboto-Cond/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Cond/roboto-condensed-webfont.woff2') format('woff2'),
url('../fonts/Roboto-Cond/roboto-condensed-webfont.woff') format('woff'),
url('../fonts/Roboto-Cond/roboto-condensed-webfont.ttf') format('truetype'),
url('../fonts/Roboto-Cond/roboto-condensed-webfont.svg#robotocondensed') format('svg');
font-weight: normal;
font-style: normal;
}
body{
background:url(../img/bg.jpg);
font-family: Arial, Helvetica, sans-serif;
font-weight:normal !important;
background-size:100% ;/* 100% */
min- hei ght:700px;
padding:0px;
margin:0px;
font-size:16px !important;
text-decoration:none;
}
table{
font-weight:lighter !important;
font-stretch:normal;
}
a{
color:rgb(1,105,54);
font-weight: bold;
font-size: 1em;
}
a:hover,
a:focus {
text-decoration:none;
cursor:pointer;
color:#ed4a38/*#08346B;*/
}
.active{
color:darkorange !important;
}
.selectores{
font-size: 18px;
height: 30px;
margin: 15px;
width: 38%;
}
.labels{
font-size: 18px;
height: 30px;
width: 50%;
text-align: center;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
transition:all .2s;
}
h1 {
font-size:1.2em !important;
letter-spacing:-.05em;
margin: 0.2em;
text-transform: uppercase;
font-weight: bold; !important;
}
h2 {
font-size:1em !important;
}
label{
margin-top:.5em;}
p, a, h1, h2, h3, h4, form {
font-weight:normal !important;
}
p, form {
color:#444;
font-size:1em;
}
.referencia{
font-size: 22px;
text-decoration: underline;
font-weight:300 ;
}
ul {
margin:0 auto;
list-style:none;
}
#checkMedalla input[type="checkbox"]{ display: none; }
#checkMedalla input[type="checkbox"] + label span{
display: block;
width: 74px;
height: 113px;
margin:.5em;
background: url(../img/checkOffMedalla.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
#checkMedalla input[type="checkbox"]:checked + label span{
background: url(../img/checkOnMedalla.png) no-repeat;
}
#checkCuadro input[type="checkbox"]{ display: none; }
#checkCuadro input[type="checkbox"] + label span{
display: block;
width: 20px;
height: 20px;
margin:0;
background: url(../img/checkOffCuadro.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
#checkCuadro input[type="checkbox"]:checked + label span{
background: url(../img/checkOnCuadro.png) no-repeat;
}
#checkCirculo input[type="checkbox"]{ display: none; }
#checkCirculo input[type="checkbox"] + label span{
display: block;
width: 20px;
height: 20px;
margin:0;
background: url(../img/checkOffCirculo.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
#checkCirculo input[type="checkbox"]:checked + label span{
background: url(../img/checkOnCirculo.png) no-repeat;
}
#main {
padding-top:3em;
padding-bottom:2em;
}
#main form {
text -align:right;
}
.bg-azul{
background:rgb(0,105,53);/*#004990;*/
}
.bg-blanco{
background:#FFF;
}
.bg-gris{
background: rgb(1,105,54);
}
.bg-gris-claro{
background:#EEE ;
}
.bg-negro{
background:#000 !important;
}
.btn-azul{
background:rgb(1,105,54);
background: #fcfcfc -moz-linear-gradient(top, rgb(0,94,34) 0%, rgb(1,105,54) 100%); /* FF3.6+ */
background:#fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0097D7), color-stop(100%,rgb(1,105,54))); /* Chrome,Safari4+ */
background:#fcfcfc -webkit-linear-gradient(top, rgb(0,94,34) 0%, rgb(1,105,54)100%); /* Chrome10+,Safari5.1+ */
background:#fcfcfc -o-linear-gradient(top, rgb(0,94,34) 0%, rgb(1,105,54) 100%); /* Opera11.10+ */
background:#fcfcfc -ms-linear-gradient(top, rgb(0,94,34) 0%, rgb(1,105,54) 100%); /* IE10+ */
background:#fcfcfc linear-gradient(top, rgb(1,105,54) 0%, rgb(1,105,54) 100%);
border-radius:.3em;
color:#fff;
font-fa mily:'MyriadPro-Cond';
font-size:1.1em;
width:80%;
padding:.7em;
margin:1em;
height:auto;
text-align:center;
transition: all .2s;
border:none;
margin-left:0px;
margin-right: 0px;
}
.btn-azul:hover{
background:#00285e;
background:#fcfcfc -moz-linear-gradient(top, #00285e 0%, #334a95 100%); /* FF3.6+ */
background:#fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eec025), color-stop(100%,#334a95)); /* Chrome,Safari4+ */
background:#fcfcfc -webkit-linear-gradient(top, #00285e 0%, #334a95 100%); /* Chrome10+,Safari5.1+ */
background:#fcfcfc -o-linear-gradient(top, #00285e 0%, #334a95 100%); /* Opera11.10+ */
background:#fcfcfc -ms-linear-gradient(top, #00285e 0%, #334a95 100%); /* IE10+ */
background:#fcfcfc linear-gradient(top, #00285e 0%, #334a95 100%);
color:#fff;
cursor:pointer;
}
.btn-deshabilitado{
background:#CCC;
border-radius:.3em;
color:#fff;
font-fa mily:'MyriadPro-Cond';
font-size:1.1em;
width:80%;
padding:1em;
margin:1em;
height:auto;
text-align:center;
transition: all .2s;
border:none;
}
.btn-deshabilitado:hover{
background:#999;
color:#fff;
cursor:pointer;
}
#espacio{
margin: 10%;
}
.btn-gris {
-moz-user-select: none;
background:#666;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
color:#FFF;
cursor: pointer;
display: inline-block;
font-size: 1em; /* 14px 18px */
font-weight: normal;
line-height: 2; /*1.42857;*/
margin:1em 0.5em;
padding: 6px 12px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
.btn-gris:hover {
-moz-user-select: none;
background:#333;
color:#FFF;
}
.img-circle{
cursor:pointer;
}
.btn-regresar a, .btn-regresar a:hover, .btn-regresar a:focus
{
color:#FFF !important;
font-size:1.5em;
}
.bullet {
font-family:'Robotobold_condensed' !important ;
font-size:1.5em !important;
marg in:0 !important;
}
.bullet-grande {
font-family:'Robotobold_condensed' !important ;
font-size:3em !important;
marg in:0 !important;
}
.imgCatego2
{
width:100%;
overflow:hidden;
background-size:100%;
margin:.5em 0 0;
cursor:pointer;
}
.imgCatego2 img
{
width:100%;
}
/****************** Premios************************/
#checkPremio input[type="checkbox"]{ display: none; }
.premio01 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio01.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio01 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio01.png) no-repeat;
}
.premio02 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio02.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio02 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio02.png) no-repeat;
}
.premio03 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio03.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio03 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio03.png) no-repeat;
}
.premio04 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio04.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio04 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio04.png) no-repeat;
}
.premio05 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio05.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio05 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio05.png) no-repeat;
}
.premio06 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio06.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio06 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio06.png) no-repeat;
}
.premio07 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio07.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio07 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio07.png) no-repeat;
}
.premio08 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio08.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio08 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio08.png) no-repeat;
}
div.objetivosMision
{
float: left;
}
div.objetivosMision p.avance
{
text-align: center;
}
/****************** Premios************************/
#checkMedalla input[type="checkbox"]{ display: none; }
#checkMedalla input[type="checkbox"] + label span{
display: block;
width: 74px;
height: 113px;
margin:.5em;
background: url(../img/checkOffMedalla.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
#checkMedalla input[type="checkbox"]:checked + label span{
background: url(../img/checkOnMedalla.png) no-repeat;
}
#checkCuadro input[type="checkbox"]{ display: none; }
#checkCuadro input[type="checkbox"] + label span{
display: block;
width: 20px;
height: 20px;
margin:0;
background: url(../img/checkOffCuadro.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
#checkCuadro input[type="checkbox"]:checked + label span{
background: url(../img/checkOnCuadro.png) no-repeat;
}
#checkCirculo input[type="checkbox"]{ display: none; }
#checkCirculo input[type="checkbox"] + label span{
display: block;
width: 20px;
height: 20px;
margin:0;
background: url(../img/checkOffCirculo.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
#checkCirculo input[type="checkbox"]:checked + label span{
background: url(../img/checkOnCirculo.png) no-repeat;
}
.form-group input, .form-group select, .form-group textarea, .form-group button {
margin:.5em 0;
}
.forma-circulo-chico{
border-radius:100%;
width:4em;
height:4em;
padding:1em
}
.imgCatego
{
width:100%;
height:400px;
overflow:hidden;
margin:.5em 0 0;
cursor:pointer;
}
.imgCatego img
{
width:100%;
}
.img-pedido{
width:30%;
vertical-align:top;
}
.img-pedido img{
width:100%;
}
.imgPromos
{
width:100%;
background-size:100%;
margin:.5em;
cursor:pointer;
}
.imgPromos img
{
width:100%;
}
.img-perfil{
width:300px;
}
.img-perfil img{
width:100%;
}
.inline{
display:inline-block;
}
.margin-centro
{
margin:1em auto;
}
.margin-chico
{
margin:.5em;
}
.marging-espacio{
margin:5%;
}
.marging-espacio-doble{
margin:3em;
}
.margin-no-espacios{
margin:auto -15px;
}
.margin-cero-no-espacios{
margin:0 -15px;
}
.sinMargin{
margin:0px;
}
.floatLeft{
float:left;
}
.sinBordeRedondeado{
border-radius: 0;
}
.margin-vertical-1em{
margin-top:1em;
margin-bottom:1em;
}
.margin-horizontal-1em{
margin-left:1em;
margin-rigth:1em;
}
.menu-lateral-left{
width:80%;
height:100%;
position:fixed;
left:0;
z-index:20;
box-shadow:1px 1px 5px #666;
}
.menu-lateral-left li{
height:2.5em;
padding:.5em;
border-bottom:solid #CCC .5px;
}
.menu-general{
width:auto;
}
.menu-general li{
height:auto;
padding:.5em;
border-bottom:solid #CCC .5px;
}
.menu-lateral-right{
width:80%;
height:100%;
position:fixed;
right:0;
z-index:20;
box-shadow:1px 1px 5px #666;
}
.menu-lateral-right li{
height:2.5em;
padding:.5em;
border-bottom:solid #CCC .5px;
}
.padding-0{
padding:0;
}
.padding-1em
{
padding:1em;
}
.nav-inf{
padding:0 .5em;
height:3em;
position:fixed;
bottom:0;
width:100%;
z-inde:10;
}
.nav-sup{
padding:.5em;
height:3em;
position:fixed;
top:0;
width:100%;
z-index:10;
}
.opacididad{
opacity:.25;
}
.qrCode{
width:40%;
}
.qrCode img{
width:100%;
}
.separacion-vertical{
background:#CCC;
width:2px;
height:100%;
margin:1em;
vertical-align:middle;
}
.separacion-vertical img{
background:#CCC;
width:100%;
}
.sombra{
width:100%;
background: #066;
background-size:100%;
margin-bottom:1em;
padding:0;
position:relative;
}
.sombra img
{
width:100%;
position:absolute;
top:0;
left:0;
}
.text-azul{
color: rgb(1,105,54);/* #004990;*/
font-size: 0.7em;
}
.text-blanco{
color:#FFF;
}
.text-blanco a{
color:#FFF;
}
.text-blanco a:hover{
color:#CCC;
}
.btn-azul .active, .text-blanco a.active{
color:#ccc !important;
}
.btn-azul .inactive,.text-blanco .inactive{
color:#c2c1c2 !important;
background:#818287 !important;
}
.text-gris{
color:#666 !important;
}
.clear{
clear:both;
}
.text-grande{
font-size:3em !important;
font-weight:bolder;
}
.valing-baseline{
vertical-align:bottom;
}
.valing-middle{
vertical-align:middle;
}
.ventana
{
width:100%;
background:#FFF;
padding:2em;
text-align:center;
border-radius:5px;
box-shadow:1px 1px 5px #666;
font-size:1em;
}
.centrado{
text-align: center;
}
.ventana-comunidad{
width:100%;
background:#FFF url(../img/bgComunidad.png) no-repeat bottom;
padding:2em;
text-align:center;
border-radius:5px;
box-shadow:1px 1px 5px #666;
bottom:0em;
background-size:100%;
}
.width20{
width:20%;
}
.width30{
width:30%;
}
.width40{
width:40%;
}
.width50{
width:50%;
}
.width80{
width:80% !important;
}
.width90{
width:90% !important;
}
.width100{
width:100% !important;
}
@media screen and (min-width:1220px ) {
.btn-icon{
width:15%;
margin:1em;
}
.imgPromos
{
width:250px;
margin:.5em;
}
.sin-subr{
text-decoration:none;
}
.btn-azul{
width:20%;
padding:1em;
margin:1em;
}
.qrCode{
width:200px;
}
.ventana
{
width:50%;
}
.ventana-comunidad
{
width:50%;
}
}
@media (min-width: 992px) and (max-width: 1219px) {
.btn-icon{
width:20%;
margin:1em;
}
.bg-comunidad{
background:none;
position:relative;
bottom:-3em;
}
.imgPromos
{
width:250px;
margin:.5em;
}
.btn-azul{
/*width:30%;*/
padding:1em;
/*margin:1em auto;*/
}
.qrCode{
width:200px;
}
.imgCatego
{
width:100%;
height:300px;
}
.img-perfil{
width:200px;
}
.ventana
{
width:50%;
}
.ventana-comunidad
{
width:50%;
}
}
@media (min-width: 720px) and (max-width: 991px) {
.bg-comunidad{
background:none;
position:relative;
bottom:-3em;
}
.imgPromos
{
width:250px;
margin:.5em;
}
.qrCode{
width:30%;
}
.imgCatego
{
width:100%;
height:300px;
}
.img-perfil{
width:200px;
}
.ventana
{
width:50%;
}
.ventana-comunidad
{
width:50%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 481px) and (max-width: 719px) {
.btn-icon{
width:50%;
}
.qrCode{
width:40%;
}
.imgCatego
{
width:100%;
height:300px;
}
.img-perfil{
width:200px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 321px) and (max-width: 480px) {
.btn-icon{
width:50%;
}
.qrCode{
width:40%;
}
.imgCatego
{
width:100%;
height:200px;
}
.img-perfil{
width:200px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
.btn-icon{
width:50%;
}
.qrCode{
width:40%;
}
.imgCatego
{
width:100%;
height:200px;
}
.img-perfil{
width:100px;
}
}
.dialogDetallePunchCard {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
background-color: rgba(0,0,0,0.5); /*dim the background*/
}
.contenedorDetallePunchCard
{
width: 95%;
height: 270px;
margin:auto;
top: 50%;
margin-top: -150px;
padding:5px;
background-color: #fff;
position: relative;
}
#cerrarModal{
position: absolute;
left: 95%;
top: -25px;
color: #da3c2e;
}
.closeDialog
{
float: right;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #333;
cursor: pointer;
width: 35px;
}
.frmMisDatos
{
color: rgb(0,105,53);
}
div > .logo{
position: absolute;
left: 0px;
top: 0px;
}
div .logo img{
height: 48px;
}
#btnRegistrate{
clear: both;
/*margin-top: 20px;*/
font-weight: bold;
font-size: 20px;
background-color: rgb(200,199,168);
color: rgb(0,105,53);
}
#sesionUsuario{
background: #ccc6a8;
color: #2a7845;
font-size: 14px;
height: 30px;
clear: both;
position: relative;
line-height: 30px;
font-weight: bold;
padding: 0 10px;
}
#sesionUsuario .text-right{
text-decoration: underline;
text-align: right;
}
.salir{
color: #656565;
font-size: 24px;
/* font-weight: bold; */
padding: 5px 10px;
cursor: pointer;
}
.marginTop50px{
margin-top: 50px !important;
}
.marginTop30px{
margin-top: 30px !important;
}
.pounchCardButton, .cuponesButton{
position: relative;
}
.pounchCardButton > img, .cuponesButton > img{
position: relative;
width: 90%;
}
.pounchCardTitleBar, .cuponesTitleBar{
position: absolute;
top: 0px;
width: 90%;
left: 5%;
margin: 0;
height: 50px;
}
.pounchCardTitle, .cuponesTitle{
position: absolute;
color: black;
font-size: 1.5em;
top: 35%;
width: 90%;
left: 5%;
text-align: center;
}
.pounchCardDescripcion, .cuponesDescripcion{
clear: both;
position: absolute;
color: black;
font-size: 0.9em;
font-weight: lighter;
top: 52%;
text-align: center;
width: 90%;
left: 5%;
line-height: 1em;
}
.pounchCardVerMas, .cuponesVerMas{
position: absolute;
top: 80%;
left: 10%;
width: 80%;
margin: auto 0;
height: 30px;
padding: 1px;
}
.form-control{
height: 50px;
font-size: 20px;
}
.frmMisDatos input, .frmMisDatos select{
height: 30px;
font-size: 1em;
} | www/css/main.css | @charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'Robotobold_condensed';
src: url('../fonts/Roboto-BoldCond/roboto-boldcondensed-webfont.eot');
src: url('../fonts/Roboto-BoldCond/roboto-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-BoldCond/roboto-boldcondensed-webfont.woff2') format('woff2'),
url('../fonts/Roboto-BoldCond/roboto-boldcondensed-webfont.woff') format('woff'),
url('../fonts/Roboto-BoldCond/roboto-boldcondensed-webfont.ttf') format('truetype'),
url('../fonts/Roboto-BoldCond/roboto-boldcondensed-webfont.svg#robotobold_condensed') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotocondensed';
src: url('../fonts/Roboto-Cond/roboto-condensed-webfont.eot');
src: url('../fonts/Roboto-Cond/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Cond/roboto-condensed-webfont.woff2') format('woff2'),
url('../fonts/Roboto-Cond/roboto-condensed-webfont.woff') format('woff'),
url('../fonts/Roboto-Cond/roboto-condensed-webfont.ttf') format('truetype'),
url('../fonts/Roboto-Cond/roboto-condensed-webfont.svg#robotocondensed') format('svg');
font-weight: normal;
font-style: normal;
}
body{
background:url(../img/bg.jpg);
font-family: Arial, Helvetica, sans-serif;
font-weight:normal !important;
background-size:100% ;/* 100% */
min- hei ght:700px;
padding:0px;
margin:0px;
font-size:16px !important;
text-decoration:none;
}
table{
font-weight:lighter !important;
font-stretch:normal;
}
a{
color:rgb(1,105,54);
font-weight: bold;
font-size: 1em;
}
a:hover,
a:focus {
text-decoration:none;
cursor:pointer;
color:#ed4a38/*#08346B;*/
}
.active{
color:darkorange !important;
}
.selectores{
font-size: 18px;
height: 30px;
margin: 15px;
width: 38%;
}
.labels{
font-size: 18px;
height: 30px;
width: 50%;
text-align: center;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
transition:all .2s;
}
h1 {
font-size:1.2em !important;
letter-spacing:-.05em;
margin: 0.2em;
text-transform: uppercase;
font-weight: bold; !important;
}
h2 {
font-size:1em !important;
}
label{
margin-top:.5em;}
p, a, h1, h2, h3, h4, form {
font-weight:normal !important;
}
p, form {
color:#444;
font-size:1em;
}
.referencia{
font-size: 22px;
text-decoration: underline;
font-weight:300 ;
}
ul {
margin:0 auto;
list-style:none;
}
#checkMedalla input[type="checkbox"]{ display: none; }
#checkMedalla input[type="checkbox"] + label span{
display: block;
width: 74px;
height: 113px;
margin:.5em;
background: url(../img/checkOffMedalla.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
#checkMedalla input[type="checkbox"]:checked + label span{
background: url(../img/checkOnMedalla.png) no-repeat;
}
#checkCuadro input[type="checkbox"]{ display: none; }
#checkCuadro input[type="checkbox"] + label span{
display: block;
width: 20px;
height: 20px;
margin:0;
background: url(../img/checkOffCuadro.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
#checkCuadro input[type="checkbox"]:checked + label span{
background: url(../img/checkOnCuadro.png) no-repeat;
}
#checkCirculo input[type="checkbox"]{ display: none; }
#checkCirculo input[type="checkbox"] + label span{
display: block;
width: 20px;
height: 20px;
margin:0;
background: url(../img/checkOffCirculo.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
#checkCirculo input[type="checkbox"]:checked + label span{
background: url(../img/checkOnCirculo.png) no-repeat;
}
#main {
padding-top:3em;
padding-bottom:2em;
}
#main form {
text -align:right;
}
.bg-azul{
background:rgb(0,105,53);/*#004990;*/
}
.bg-blanco{
background:#FFF;
}
.bg-gris{
background: rgb(1,105,54);
}
.bg-gris-claro{
background:#EEE ;
}
.bg-negro{
background:#000 !important;
}
.btn-azul{
background:rgb(1,105,54);
background: #fcfcfc -moz-linear-gradient(top, rgb(0,94,34) 0%, rgb(1,105,54) 100%); /* FF3.6+ */
background:#fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0097D7), color-stop(100%,rgb(1,105,54))); /* Chrome,Safari4+ */
background:#fcfcfc -webkit-linear-gradient(top, rgb(0,94,34) 0%, rgb(1,105,54)100%); /* Chrome10+,Safari5.1+ */
background:#fcfcfc -o-linear-gradient(top, rgb(0,94,34) 0%, rgb(1,105,54) 100%); /* Opera11.10+ */
background:#fcfcfc -ms-linear-gradient(top, rgb(0,94,34) 0%, rgb(1,105,54) 100%); /* IE10+ */
background:#fcfcfc linear-gradient(top, rgb(1,105,54) 0%, rgb(1,105,54) 100%);
border-radius:.3em;
color:#fff;
font-fa mily:'MyriadPro-Cond';
font-size:1.1em;
width:80%;
padding:.7em;
margin:1em;
height:auto;
text-align:center;
transition: all .2s;
border:none;
margin-left:0px;
margin-right: 0px;
}
.btn-azul:hover{
background:#00285e;
background:#fcfcfc -moz-linear-gradient(top, #00285e 0%, #334a95 100%); /* FF3.6+ */
background:#fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eec025), color-stop(100%,#334a95)); /* Chrome,Safari4+ */
background:#fcfcfc -webkit-linear-gradient(top, #00285e 0%, #334a95 100%); /* Chrome10+,Safari5.1+ */
background:#fcfcfc -o-linear-gradient(top, #00285e 0%, #334a95 100%); /* Opera11.10+ */
background:#fcfcfc -ms-linear-gradient(top, #00285e 0%, #334a95 100%); /* IE10+ */
background:#fcfcfc linear-gradient(top, #00285e 0%, #334a95 100%);
color:#fff;
cursor:pointer;
}
.btn-deshabilitado{
background:#CCC;
border-radius:.3em;
color:#fff;
font-fa mily:'MyriadPro-Cond';
font-size:1.1em;
width:80%;
padding:1em;
margin:1em;
height:auto;
text-align:center;
transition: all .2s;
border:none;
}
.btn-deshabilitado:hover{
background:#999;
color:#fff;
cursor:pointer;
}
#espacio{
margin: 10%;
}
.btn-gris {
-moz-user-select: none;
background:#666;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
color:#FFF;
cursor: pointer;
display: inline-block;
font-size: 1em; /* 14px 18px */
font-weight: normal;
line-height: 2; /*1.42857;*/
margin:1em 0.5em;
padding: 6px 12px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
.btn-gris:hover {
-moz-user-select: none;
background:#333;
color:#FFF;
}
.img-circle{
cursor:pointer;
}
.btn-regresar a, .btn-regresar a:hover, .btn-regresar a:focus
{
color:#FFF !important;
font-size:1.5em;
}
.bullet {
font-family:'Robotobold_condensed' !important ;
font-size:1.5em !important;
marg in:0 !important;
}
.bullet-grande {
font-family:'Robotobold_condensed' !important ;
font-size:3em !important;
marg in:0 !important;
}
.imgCatego2
{
width:100%;
overflow:hidden;
background-size:100%;
margin:.5em 0 0;
cursor:pointer;
}
.imgCatego2 img
{
width:100%;
}
/****************** Premios************************/
#checkPremio input[type="checkbox"]{ display: none; }
.premio01 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio01.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio01 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio01.png) no-repeat;
}
.premio02 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio02.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio02 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio02.png) no-repeat;
}
.premio03 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio03.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio03 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio03.png) no-repeat;
}
.premio04 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio04.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio04 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio04.png) no-repeat;
}
.premio05 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio05.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio05 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio05.png) no-repeat;
}
.premio06 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio06.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio06 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio06.png) no-repeat;
}
.premio07 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio07.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio07 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio07.png) no-repeat;
}
.premio08 input[type="checkbox"] + label span{
display: block;
width: 60px;
height: 60px;
margin:.5em;
background: url(../img/chekOffPremio08.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
.premio08 input[type="checkbox"]:checked + label span{
background: url(../img/chekOnPremio08.png) no-repeat;
}
div.objetivosMision
{
float: left;
}
div.objetivosMision p.avance
{
text-align: center;
}
/****************** Premios************************/
#checkMedalla input[type="checkbox"]{ display: none; }
#checkMedalla input[type="checkbox"] + label span{
display: block;
width: 74px;
height: 113px;
margin:.5em;
background: url(../img/checkOffMedalla.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
#checkMedalla input[type="checkbox"]:checked + label span{
background: url(../img/checkOnMedalla.png) no-repeat;
}
#checkCuadro input[type="checkbox"]{ display: none; }
#checkCuadro input[type="checkbox"] + label span{
display: block;
width: 20px;
height: 20px;
margin:0;
background: url(../img/checkOffCuadro.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
#checkCuadro input[type="checkbox"]:checked + label span{
background: url(../img/checkOnCuadro.png) no-repeat;
}
#checkCirculo input[type="checkbox"]{ display: none; }
#checkCirculo input[type="checkbox"] + label span{
display: block;
width: 20px;
height: 20px;
margin:0;
background: url(../img/checkOffCirculo.png) no-repeat;
cursor:pointer;
direction: rtl;
unicode-bidi: bidi-override;
}
#checkCirculo input[type="checkbox"]:checked + label span{
background: url(../img/checkOnCirculo.png) no-repeat;
}
.form-group input, .form-group select, .form-group textarea, .form-group button {
margin:.5em 0;
}
.forma-circulo-chico{
border-radius:100%;
width:4em;
height:4em;
padding:1em
}
.imgCatego
{
width:100%;
height:400px;
overflow:hidden;
margin:.5em 0 0;
cursor:pointer;
}
.imgCatego img
{
width:100%;
}
.img-pedido{
width:30%;
vertical-align:top;
}
.img-pedido img{
width:100%;
}
.imgPromos
{
width:100%;
background-size:100%;
margin:.5em;
cursor:pointer;
}
.imgPromos img
{
width:100%;
}
.img-perfil{
width:300px;
}
.img-perfil img{
width:100%;
}
.inline{
display:inline-block;
}
.margin-centro
{
margin:1em auto;
}
.margin-chico
{
margin:.5em;
}
.marging-espacio{
margin:5%;
}
.marging-espacio-doble{
margin:3em;
}
.margin-no-espacios{
margin:auto -15px;
}
.margin-cero-no-espacios{
margin:0 -15px;
}
.sinMargin{
margin:0px;
}
.floatLeft{
float:left;
}
.sinBordeRedondeado{
border-radius: 0;
}
.margin-vertical-1em{
margin-top:1em;
margin-bottom:1em;
}
.margin-horizontal-1em{
margin-left:1em;
margin-rigth:1em;
}
.menu-lateral-left{
width:80%;
height:100%;
position:fixed;
left:0;
z-index:20;
box-shadow:1px 1px 5px #666;
}
.menu-lateral-left li{
height:2.5em;
padding:.5em;
border-bottom:solid #CCC .5px;
}
.menu-general{
width:auto;
}
.menu-general li{
height:auto;
padding:.5em;
border-bottom:solid #CCC .5px;
}
.menu-lateral-right{
width:80%;
height:100%;
position:fixed;
right:0;
z-index:20;
box-shadow:1px 1px 5px #666;
}
.menu-lateral-right li{
height:2.5em;
padding:.5em;
border-bottom:solid #CCC .5px;
}
.padding-0{
padding:0;
}
.padding-1em
{
padding:1em;
}
.nav-inf{
padding:0 .5em;
height:3em;
position:fixed;
bottom:0;
width:100%;
z-inde:10;
}
.nav-sup{
padding:.5em;
height:3em;
position:fixed;
top:0;
width:100%;
z-index:10;
}
.opacididad{
opacity:.25;
}
.qrCode{
width:40%;
}
.qrCode img{
width:100%;
}
.separacion-vertical{
background:#CCC;
width:2px;
height:100%;
margin:1em;
vertical-align:middle;
}
.separacion-vertical img{
background:#CCC;
width:100%;
}
.sombra{
width:100%;
background: #066;
background-size:100%;
margin-bottom:1em;
padding:0;
position:relative;
}
.sombra img
{
width:100%;
position:absolute;
top:0;
left:0;
}
.text-azul{
color: rgb(1,105,54);/* #004990;*/
font-size: 0.7em;
}
.text-blanco{
color:#FFF;
}
.text-blanco a{
color:#FFF;
}
.text-blanco a:hover{
color:#CCC;
}
.btn-azul .active, .text-blanco a.active{
color:#ccc !important;
}
.btn-azul .inactive,.text-blanco .inactive{
color:#c2c1c2 !important;
background:#818287 !important;
}
.text-gris{
color:#666 !important;
}
.clear{
clear:both;
}
.text-grande{
font-size:3em !important;
font-weight:bolder;
}
.valing-baseline{
vertical-align:bottom;
}
.valing-middle{
vertical-align:middle;
}
.ventana
{
width:100%;
background:#FFF;
padding:2em;
text-align:center;
border-radius:5px;
box-shadow:1px 1px 5px #666;
font-size:1em;
}
.centrado{
text-align: center;
}
.ventana-comunidad{
width:100%;
background:#FFF url(../img/bgComunidad.png) no-repeat bottom;
padding:2em;
text-align:center;
border-radius:5px;
box-shadow:1px 1px 5px #666;
bottom:0em;
background-size:100%;
}
.width20{
width:20%;
}
.width30{
width:30%;
}
.width40{
width:40%;
}
.width50{
width:50%;
}
.width80{
width:80% !important;
}
.width90{
width:90% !important;
}
.width100{
width:100% !important;
}
@media screen and (min-width:1220px ) {
.btn-icon{
width:15%;
margin:1em;
}
.imgPromos
{
width:250px;
margin:.5em;
}
.sin-subr{
text-decoration:none;
}
.btn-azul{
width:20%;
padding:1em;
margin:1em;
}
.qrCode{
width:200px;
}
.ventana
{
width:50%;
}
.ventana-comunidad
{
width:50%;
}
}
@media (min-width: 992px) and (max-width: 1219px) {
.btn-icon{
width:20%;
margin:1em;
}
.bg-comunidad{
background:none;
position:relative;
bottom:-3em;
}
.imgPromos
{
width:250px;
margin:.5em;
}
.btn-azul{
/*width:30%;*/
padding:1em;
/*margin:1em auto;*/
}
.qrCode{
width:200px;
}
.imgCatego
{
width:100%;
height:300px;
}
.img-perfil{
width:200px;
}
.ventana
{
width:50%;
}
.ventana-comunidad
{
width:50%;
}
}
@media (min-width: 720px) and (max-width: 991px) {
.bg-comunidad{
background:none;
position:relative;
bottom:-3em;
}
.imgPromos
{
width:250px;
margin:.5em;
}
.qrCode{
width:30%;
}
.imgCatego
{
width:100%;
height:300px;
}
.img-perfil{
width:200px;
}
.ventana
{
width:50%;
}
.ventana-comunidad
{
width:50%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 481px) and (max-width: 719px) {
.btn-icon{
width:50%;
}
.qrCode{
width:40%;
}
.imgCatego
{
width:100%;
height:300px;
}
.img-perfil{
width:200px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 321px) and (max-width: 480px) {
.btn-icon{
width:50%;
}
.qrCode{
width:40%;
}
.imgCatego
{
width:100%;
height:200px;
}
.img-perfil{
width:200px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
.btn-icon{
width:50%;
}
.qrCode{
width:40%;
}
.imgCatego
{
width:100%;
height:200px;
}
.img-perfil{
width:100px;
}
}
.dialogDetallePunchCard {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
background-color: rgba(0,0,0,0.5); /*dim the background*/
}
.contenedorDetallePunchCard
{
width: 95%;
height: 270px;
margin:auto;
top: 50%;
margin-top: -150px;
padding:5px;
background-color: #fff;
position: relative;
}
#cerrarModal{
position: absolute;
left: 95%;
top: -25px;
color: #da3c2e;
}
.closeDialog
{
float: right;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #333;
cursor: pointer;
width: 35px;
}
.frmMisDatos
{
color: rgb(0,105,53);
}
div > .logo{
position: absolute;
left: 0px;
top: 0px;
}
div .logo img{
height: 48px;
}
#btnRegistrate{
clear: both;
/*margin-top: 20px;*/
font-weight: bold;
font-size: 20px;
background-color: rgb(200,199,168);
color: rgb(0,105,53);
}
#sesionUsuario{
background: #ccc6a8;
color: #2a7845;
font-size: 14px;
height: 30px;
clear: both;
position: relative;
line-height: 30px;
font-weight: bold;
padding: 0 10px;
}
#sesionUsuario .text-right{
text-decoration: underline;
text-align: right;
}
.salir{
color: #656565;
font-size: 24px;
/* font-weight: bold; */
padding: 5px 10px;
cursor: pointer;
}
.marginTop50px{
margin-top: 50px !important;
}
.marginTop30px{
margin-top: 30px !important;
}
.pounchCardButton, .cuponesButton{
position: relative;
}
.pounchCardButton > img, .cuponesButton > img{
position: relative;
width: 90%;
}
.pounchCardTitleBar, .cuponesTitleBar{
position: absolute;
top: 0px;
width: 90%;
left: 5%;
margin: 0;
height: 50px;
}
.pounchCardTitle, .cuponesTitle{
position: absolute;
color: black;
font-size: 1.5em;
top: 35%;
width: 90%;
left: 5%;
text-align: center;
}
.pounchCardDescripcion, .cuponesDescripcion{
clear: both;
position: absolute;
color: black;
font-size: 0.9em;
font-weight: lighter;
top: 52%;
text-align: center;
width: 90%;
left: 5%;
line-height: 1em;
}
.pounchCardVerMas, .cuponesVerMas{
position: absolute;
top: 80%;
left: 10%;
width: 80%;
margin: auto 0;
height: 30px;
padding: 1px;
}
.form-control{
height: 50px;
font-size: 20px;
}
.frmMisDatos input, .frmMisDatos select{
height: 30px;
font-size: 1em;
} | 0.236516 | 0.046616 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
html,
body {
padding: 0;
margin: 0;
font-family: 'Montserrat', sans-serif;
}
#header {
background-color: var(--modrinth-main);
display: flex;
justify-content: center;
}
#header .descr {
color: var(--light-font-color);
font-size: 1.5em;
font-weight: thin;
padding: 12px;
}
#main {
background-color: var(--main-color);
min-height: 100vh;
}
#footer {
background-color: var(--footer-color);
color: var(--light-font-color);
display: flex;
justify-content: center;
align-items: center;
height: 100px;
}
#footer a {
color: var(--light-font-color);
text-decoration: none;
transition: .2s;
}
#footer a:hover {
text-shadow: 0 0 5px var(--light-font-color);
}
#result {
display: flex;
flex-direction: column;
gap: 8px;
}
#update {
background-color: var(--modrinth-main);
border: 2px solid transparent;
border-radius: 0.25rem;
color: var(--light-font-color);
font-weight: bold;
outline: 0;
padding: .5rem 1rem;
width: 256px;
}
#update:hover {
background-color: #53923e;
cursor: pointer;
}
#logo-checkbox {
display: none;
}
#logo-label {
background-color: var(--input-inactive);
border-radius: 0.25rem;
border: solid 2px transparent;
color: #4a5568;
font-weight: bold;
padding: .5rem 1rem;
transition: .2s;
width: 128px;
}
#logo-label:before {
content: '✖ ';
}
#logo-label:hover {
background-color: var(--input-hover);
cursor: pointer;
}
#logo-checkbox:checked + #logo-label {
background-color: var(--modrinth-main);
color: var(--light-font-color);
}
#logo-checkbox:checked + #logo-label:before {
content: '✅ ';
}
.generator-pane {
display: flex;
flex-direction: column;
padding: 75px 200px;
gap: 16px;
}
.generator-pane input {
background-color: var(--input-inactive);
max-width: 450px;
padding: .5rem 1rem;
border-radius: 0.25rem;
border: solid 2px transparent;
outline: 0;
}
.generator-pane input:hover {
background-color: var(--input-hover);
}
.generator-pane input:focus {
background-color: var(--main-color);
border: solid 2px #c8cdd3;
}
.result-pic {
cursor: pointer;
width: 100%;
}
@media screen and (max-width:800px) {
.generator-pane {
padding: 15px;
}
}
:root {
--input-inactive: #edf2f7;
--input-hover: #e0e7ee;
--footer-color: #000217;
--header-color: #0c0d17;
--main-color: #f9f9f9;
--light-font-color: #f1f1f1;
--modrinth-main: #5da545;
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
html,
body {
padding: 0;
margin: 0;
font-family: 'Montserrat', sans-serif;
}
#header {
background-color: var(--modrinth-main);
display: flex;
justify-content: center;
}
#header .descr {
color: var(--light-font-color);
font-size: 1.5em;
font-weight: thin;
padding: 12px;
}
#main {
background-color: var(--main-color);
min-height: 100vh;
}
#footer {
background-color: var(--footer-color);
color: var(--light-font-color);
display: flex;
justify-content: center;
align-items: center;
height: 100px;
}
#footer a {
color: var(--light-font-color);
text-decoration: none;
transition: .2s;
}
#footer a:hover {
text-shadow: 0 0 5px var(--light-font-color);
}
#result {
display: flex;
flex-direction: column;
gap: 8px;
}
#update {
background-color: var(--modrinth-main);
border: 2px solid transparent;
border-radius: 0.25rem;
color: var(--light-font-color);
font-weight: bold;
outline: 0;
padding: .5rem 1rem;
width: 256px;
}
#update:hover {
background-color: #53923e;
cursor: pointer;
}
#logo-checkbox {
display: none;
}
#logo-label {
background-color: var(--input-inactive);
border-radius: 0.25rem;
border: solid 2px transparent;
color: #4a5568;
font-weight: bold;
padding: .5rem 1rem;
transition: .2s;
width: 128px;
}
#logo-label:before {
content: '✖ ';
}
#logo-label:hover {
background-color: var(--input-hover);
cursor: pointer;
}
#logo-checkbox:checked + #logo-label {
background-color: var(--modrinth-main);
color: var(--light-font-color);
}
#logo-checkbox:checked + #logo-label:before {
content: '✅ ';
}
.generator-pane {
display: flex;
flex-direction: column;
padding: 75px 200px;
gap: 16px;
}
.generator-pane input {
background-color: var(--input-inactive);
max-width: 450px;
padding: .5rem 1rem;
border-radius: 0.25rem;
border: solid 2px transparent;
outline: 0;
}
.generator-pane input:hover {
background-color: var(--input-hover);
}
.generator-pane input:focus {
background-color: var(--main-color);
border: solid 2px #c8cdd3;
}
.result-pic {
cursor: pointer;
width: 100%;
}
@media screen and (max-width:800px) {
.generator-pane {
padding: 15px;
}
}
:root {
--input-inactive: #edf2f7;
--input-hover: #e0e7ee;
--footer-color: #000217;
--header-color: #0c0d17;
--main-color: #f9f9f9;
--light-font-color: #f1f1f1;
--modrinth-main: #5da545;
} | 0.251556 | 0.078926 |
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/merriweather/v25/u-4n0qyriQwlOrhSvowK_l52_wFZWMf6hPvhPQ.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;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh50XSwaPGQ3q5d0N7w.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;
}
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/oswald/v40/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYySUhiCXAA.woff)
format('woff');
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;
}
/* myanmar */
@font-face {
font-family: 'Noto Sans Myanmar';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/notosansmyanmar/v17/AlZq_y1ZtY3ymOryg38hOCSdOnFq0Hnv1uQaoEAD.woff2)
format('woff2');
unicode-range: U+1000-109F, U+200C-200D, U+25CC, 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;
}
/* myanmar */
@font-face {
font-family: 'Noto Sans Myanmar';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/notosansmyanmar/v17/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFK8_Epgk0pxg-q.woff2)
format('woff2');
unicode-range: U+1000-109F, U+200C-200D, U+25CC, 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;
}
/* zawgyi */
@font-face {
font-family: 'Zawgyi-One';
font-style: normal;
font-weight: 400;
src: local('Zawgyi-One'), url('/public/fonts/zawgyi.woff') format('woff2');
} | style/_fonts.css | @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/merriweather/v25/u-4n0qyriQwlOrhSvowK_l52_wFZWMf6hPvhPQ.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;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh50XSwaPGQ3q5d0N7w.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;
}
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/oswald/v40/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYySUhiCXAA.woff)
format('woff');
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;
}
/* myanmar */
@font-face {
font-family: 'Noto Sans Myanmar';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/notosansmyanmar/v17/AlZq_y1ZtY3ymOryg38hOCSdOnFq0Hnv1uQaoEAD.woff2)
format('woff2');
unicode-range: U+1000-109F, U+200C-200D, U+25CC, 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;
}
/* myanmar */
@font-face {
font-family: 'Noto Sans Myanmar';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/notosansmyanmar/v17/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFK8_Epgk0pxg-q.woff2)
format('woff2');
unicode-range: U+1000-109F, U+200C-200D, U+25CC, 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;
}
/* zawgyi */
@font-face {
font-family: 'Zawgyi-One';
font-style: normal;
font-weight: 400;
src: local('Zawgyi-One'), url('/public/fonts/zawgyi.woff') format('woff2');
} | 0.36625 | 0.116739 |
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');/*font-family: 'Parisienne', cursive;*/
*{
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
text-decoration: none;
scroll-behavior: smooth;
}
::before,::after{
box-sizing: border-box;
}
body{
background-color: black;
}
.section{
background-color: #000000;
min-height: 100vh;
display: block;
padding: 0 30px;
}
.section .container{
padding-top: 60px;
padding-bottom: 70px;
/*background-color: red;*/
/*border: 2px solid red;*/
}
.section-title{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 60px;
}
.section-title h2{
position: relative;
font-size: 40px;
color: #afafb8;
font-weight: 700;
margin: 0;
/* background-color: grey;*/
}
.section-title h2::before {
position:absolute;
content: "";
height: 4px;
width: 70px;
background-color:#ec1839;
top:100%;
left: 0;
}
.section-title h2::after {
position:absolute;
content: "";
height: 4px;
width: 35px;
background-color:#ec1839;
top:100%;
left: 0;
margin-top: 8px;
}
.row{
position: relative;
display: -ms-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
/*background-color:blue;*/
}
.padd-15{
padding: 0px 15px;
}
.main-content{
padding-left: 270px;
z-index: -1;
}
.shadow-dark{
-webkit-box-shadow: 0 0 20px rgba(79, 78, 88, 0.15);
box-shadow: 0 0 20px rgba(79, 78, 88, 0.15);
}
.container{
max-width: 1100px;
width: 100%;
/*background-color: red;*/
margin: auto;/*anyscreen it is in the perfect position*/
}
/*____________Aside______________*/
.aside{
width: 270px;
/*background-color: red;*/
position: fixed;
height: 100%;
top: 0;
left: 0;
z-index:2;
/*border-right:1px solid #515052;*/
padding: 30px;
transition: all 0.5s ease-in-out;
background-color: rgb(0, 0, 0);
}
.aside.asideopen{
left: 0px;
}
.nav-toggler{
height: 40px;
width: 45px;
border: 1px solid #515052;
cursor: pointer;
position: relative;
left:5px;
top: 5px;
z-index: 1;
border-radius: 5px;
display:none;
background-color: #000;
overflow: hidden;
transition: all 0.5s ease-in-out;
}
.nav-toggler span{
position: relative;
height: 2px;
width:23px;
border-radius: 2px;
display: inline-block;
background-color: #ec1839;
transition: all 0.5s ease-in-out;
}
.nav-toggler span::before{
content: "";
height: 3px;
width: 23px;
position: absolute;
background-color: #ec1839;
transition: all 0.5s ease-in-out;
border-radius: 2px;
transform: translateY(-6px);
}
.nav-toggler span::after{
content: "";
height: 3px;
width: 23px;
position: absolute;
background-color: #ec1839;
transition: all 0.5s ease-in-out;
border-radius: 2px;
transform: translateY(6px);
}
.nav-toggler.open{
left: 300px;
}
.nav-toggler.open span{
transform: translateX(-15px);
background: transparent;
}
.nav-toggler.open span::before{
transform: rotate(45deg) translate(10px, -10px);
}
.nav-toggler.open span::after{
transform: rotate(-45deg) translate(10px, 10px);
}
.aside .nav{
/*background-color: #ededed ;*/
margin: 80px 0;
list-style: none;
padding: 0;
}
.aside .nav li{
/*background-color: red;*/
/*display: inline-block;*/
display: block;
}
.aside .nav li a{
text-decoration: none;
color: #afafb8;
font-size: 16px;
font-weight: 600;
line-height: 45px;
/*background-color: red;*/
display: block;
border-bottom:1px solid #e8dfec;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-transform: capitalize;
}
.aside .nav li:not(.active):hover a{
padding-left: 5px;
color: #ec1839;
}
.aside .nav li.active a{
color: #ec1839;
}
.aside .nav li a .fa{
margin-right: 5px;
}
.aside .copyright-text{
/*background-color: #ededed ;*/
font-size: 13px;
color: #afafb8;
}
.aside .logo{
padding: 30px 0px;
}
.aside .logo a{
position: relative;
text-decoration: none;
display: inline-block;
/*background-color: #ededed;*/
font-size: 40px;
color: #afafb8;
font-weight: bold;
padding: 0 10px;
line-height: 50px;
}
.aside .logo a::before{
position: absolute;
top: 0;
left: 0;
content: "";
width: 20px;
height: 20px;
border-top: 4px solid #ec1839;
border-left: 4px solid #ec1839;
/*background-color: red;*/
animation:hourse .5s linear infinite alternate;
}
.aside .logo a::after{
position: absolute;
bottom: 0;
right: 0 ;
content: "";
width: 20px;
height: 20px;
border-bottom: 4px solid #ec1839;
border-right: 4px solid #ec1839;
/*background-color: red;*/
animation:hourse .5s linear infinite alternate;
}
@keyframes hourse{
from{
transform:scale(1.2);
}
to{
transform:scale(.5);
}
}
/*____________Home______________*/
.home{
min-height: 100vh;
display: -ms-flexbox;
display:flex;
}
.home .intro{
text-align: center;
}
.home .intro img{
height: 300px;
width: 300px;
border-radius: 50%;
display: inline-block;
border: 8px solid #ffffff;
}
.home .intro h1{
font-size: 30px;
color: #f00;
font-weight: 700;
margin: 20px 0 5px;
}
.home .intro p{
font-size: 16px;
font-weight: 500;
margin: 0;
line-height: 22px;
color: #504e70;
}
.home .intro .social-link{
margin-top: 25px;
}
.home .intro .social-link a{
height: 35px;
width: 35px;
background-color: #3f3c3d;
display: inline-block;
text-align: center;
line-height: 35px;
color: #fff;
margin: 0 4px;
border-radius: 50%;
text-decoration: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.home .intro .social-link a:hover{
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.hidden{
display: none!important;
}
/*_________________Home Section End____________________*/
/*_________________About Section Start____________________*/
.about .about-content{
/*background-color: red;*/
-ms-flex: 0 0 100%;
/*flex: 0 0 50%;*/
flex: 0 0 100%;
max-width: 100%;
}
.about .about-content .about-text{
/*background-color: blue;*/
-ms-flex: 0 0 100%;
/*flex: 0 0 50%;*/
flex: 0 0 100%;
max-width: 100%;
}
.about .about-content .about-text h3{
font-size: 24px;
margin-bottom: 15px;
font-weight: 7 00;
color: #626263;
}
.about .about-content .about-text h3 span{
color: #ec1839;
}
.about .about-content .about-text p{
font-size: 16px;
line-height: 25px;
color: #504e70;
}
.about .about-content .personal-info{
/* background-color: blue;*/
-ms-flex: 0 0 60%;
/*flex: 0 0 50%;*/
flex: 0 0 60%;
max-width: 60%;
margin-top: 40px;
}
.about .about-content .personal-info .info-item{
/*background-color: #7d7d7d;*/
-ms-flex: 0 0 50%;
/*flex: 0 0 50%;*/
flex: 0 0 50%;
max-width: 50%;
}
.about .about-content .personal-info .info-item p{
/*background-color: #e8dfec;*/
font-size: 16px;
font-weight: 600;
padding: 10px 0;
color: #626263;
border-bottom:1px solid #e8dfec;
margin: 0;
}
.about .about-content .personal-info .info-item p span{
font-weight: 400;
margin-left: 4px;
display: inline-block;
}
.about .about-content .personal-info .buttons{
margin-top: 17px;
}
.about .about-content .personal-info .buttons .btn{
font-size: 16px;
font-weight: 500;
background-color: #ec1839;
padding: 8px 14px;
color: #ffffff;
border-radius: 40px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
display: inline-block;
white-space: nowrap;
margin-right: 15px;
margin-top: 10px;
}
.about .about-content .personal-info .buttons .btn:hover{
-webkit-transform:scale(1.05);
transform:scale(1.05);
}
.about .about-content .skills{
/*background-color: white;*/
-ms-flex: 0 0 40%;
/*flex: 0 0 50%;*/
flex: 0 0 40%;
max-width: 40%;
margin-top: 40px;
}
.about .about-content .skills .skill-item{
/*background-color: red;*/
-ms-flex: 0 0 100%;
/*flex: 0 0 100%;*/
flex: 0 0 100%;
max-width: 100%;
}
.about .about-content .skills .skill-item h5{
/*background-color: red;*/
text-transform: capitalize;
line-height: 30px;
font-size: 16px;
font-weight: 600;
color: #626263;
margin: 0;
}
.about .about-content .skills .skill-item {
margin-bottom: 20px;
}
.about .about-content .skills .skill-item .progress{
position: relative;
background-color: #e3e3e3;
height: 8px;
border-radius: 4px;
width: 100%;
}
.about .about-content .skills .skill-item .skill-percent{
line-height: 40px;
position: absolute;
right: 0;
top: -40px;
font-weight: 400;
color: #302e4d ;
}
.about .about-content .skills .skill-item .progress .progress-in{
position: absolute;
top: 0;
height: 100%;
background-color: #ec1839;
border-radius: 4px;
}
.about .about-content .education{
/*background-color: red;*/
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin-top: 40px;
}
.about .about-content .experience{
/*background-color: blue;*/
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin-top: 40px;
}
.about .about-content h3.title{
font-size: 24px;
font-weight: 700;
color: #626263;
margin-bottom: 30px;
}
.about .about-content .timeline-box{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.about .about-content .timeline{
background: #fdf9ff;
padding: 30px 15px;
border: 1px solid #d4d4e3;
border-radius: 10px;
width: 100%;
}
.about .about-content .timeline .timeline-item{
position: relative;
padding-left: 37px;
padding-bottom: 50px;
}
.about .about-content .timeline .timeline-item:last-child{
padding-bottom: 0px;
}
.about .about-content .timeline .timeline-item::before{
content: "";
width: 1px;
position: absolute;
height: 100%;
left: 7px;
top: 0;
background-color: #ec1839;
}
.about .about-content .timeline .circle-dot{
position: absolute;
left: 0;
top: 0;
height: 15px;
width: 15px;
background-color: #ec1839;
left: 0px;
top: 2 px;
border-radius: 50%;
}
.about .about-content .timeline .timeline-date{
font-size: 14px;
font-weight: 400;
margin-bottom: 12px;
color: #302e4d;
}
.about .about-content .timeline .timeline-date .fa{
margin-right: 5px;
}
.about .about-content .timeline .timeline-title{
font-size: 18px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 15px;
color: #302e4d;
}
.about .about-content .timeline .timeline-text{
font-size: 16px;
font-weight: 600;
color: #504e70;
margin: 0;
}
/*_________________About Section End______________________*/
/*_________________Services Section start__________________*/
.service .container{
/*padding-bottom: 70px - margin-bottom: 30px;*/
padding-bottom: 40px;
}
.service .service-item{
/*background-color: #ec1839;*/
display:-ms-flexbox;
display: flex;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
margin-bottom: 30px;
}
.service .service-item .service-item-inner{
background-color: #fdf9ff;
border: 1px solid #d4d4e3;
border-radius: 10px;
padding: 30px 15px;
text-align: center;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.service .service-item .service-item-inner:hover{
-webkit-box-shadow: 0px 17px 12px rgba(21, 21, 24, 0.15);
box-shadow:0px 17px 12px rgba(21, 21, 24, 0.15);
}
.service .service-item .service-item-inner .icon{
height: 60px;
width: 60px;
/*background-color: #ec1839;*/
display: block;
margin:0 auto 30px;
text-align: center;
border-radius: 50%;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.service .service-item .service-item-inner .icon .fa{
font-size: 40px;
line-height: 60px;
color: #ec1839;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.service .service-item .service-item-inner:hover .icon{
background-color: #ec1839;
}
.service .service-item .service-item-inner:hover .icon .fa{
font-size: 25px;
color: #fff;
}
.service .service-item .service-item-inner h4{
font-size: 18px;
margin-bottom: 15px;
color: #302e4d;
font-weight: 700;
text-transform: capitalize;
}
.service .service-item .service-item-inner p{
font-size: 16px;
color: #504e70;
line-height: 25px;
margin: 0;
}
/*_________________Services Section End_____________________*/
/*_________________Portfoliow Sectio Start_____________________*/
.prtfolio .container{
padding-bottom:40px;
}
.portfolio .portfolio-menu{
/*background-color: red;*/
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align: center;
margin-bottom: 40px;
}
.portfolio .portfolio-menu ul{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.portfolio .portfolio-menu ul li{
font-size: 18px;
font-weight: 700;
text-transform: capitalize;
margin: 0 10px;
color: #626263;
cursor: pointer;
padding-bottom: 2px;
list-style: none;
}
.portfolio .portfolio-menu ul li.active{
color: #ec1839;
border-color: red ;
}
.portfolio .item {
/*background-color: red;*/
flex: 0 0 33.33%;
max-width: 33.33%;
margin-bottom: 30px;
}
.portfolio .item .portfolio-item-inner{
border: 6px solid #fdf9ff;
border-radius: 10px;
overflow: hidden;
cursor:pointer;
position: relative;
}
.portfolio .item .portfolio-item-inner .portfolio-img img{
width: 100%;
height:235px;
display: block;
}
.portfolio .item .portfolio-info{
position: absolute;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.8);
height: 100%;
width: 100%;
z-index: 1;
padding: 30px;
opacity: 0;
}
.portfolio .item .portfolio-item-inner:hover .portfolio-info{
opacity: 1;
}
.portfolio .item .portfolio-info h4{
font-size: 18px;
font-weight: 700;
text-transform: capitalize;
color: #ffffff;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
opacity: 0;
}
.portfolio .item .portfolio-item-inner:hover .portfolio-info h4{
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
.portfolio .item .portfolio-info .icon{
position: absolute;
right: 30px;
bottom: 30px;
height: 40px;
width: 40px;
background-color: #ffffff;
text-align: center;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
}
.portfolio .item .portfolio-info .icon .fa{
line-height: 40px;
color: #ec1839;
}
.portfolio .item .portfolio-item-inner:hover .portfolio-info .icon{
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
/*_________________Portfoliow Section End_____________________*/
@media screen and (max-width: 1199px){
.main-content{
padding-left: 0;
}
.about .about-content .personal-info .info-item p span {
/*display: inline-block;*/
display: block;
margin-left: 0;
}
}
@media(max-width:991px){
.aside{
left: -270px;
}
.portfolio .item,
.service .service-item{
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width:50%;
}
.portfolio .item{
width: 500px!important;
height: 233px;
}
.nav-toggler{
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
position: fixed;
}
}
@media(max-width:767px){
.service .service-item,
.about .about-content .experience,
.about .about-content .education,
.about .about-content .skills,
.about .about-content .personal-info {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.about .about-content .personal-info .info-item p span {
display: inline-block;
}
}
@media(max-width:575px){
.portfolio .item{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-left: 18px;
}
}
@media(max-width:530px){
.portfolio .item{
margin-left: 0px;
}
}
@media(max-width:440px){
.about .about-content .personal-info .info-item p span {
display: inline-block;
}
.about .about-content .personal-info .info-item{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align: center;
}
} | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');/*font-family: 'Parisienne', cursive;*/
*{
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
text-decoration: none;
scroll-behavior: smooth;
}
::before,::after{
box-sizing: border-box;
}
body{
background-color: black;
}
.section{
background-color: #000000;
min-height: 100vh;
display: block;
padding: 0 30px;
}
.section .container{
padding-top: 60px;
padding-bottom: 70px;
/*background-color: red;*/
/*border: 2px solid red;*/
}
.section-title{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 60px;
}
.section-title h2{
position: relative;
font-size: 40px;
color: #afafb8;
font-weight: 700;
margin: 0;
/* background-color: grey;*/
}
.section-title h2::before {
position:absolute;
content: "";
height: 4px;
width: 70px;
background-color:#ec1839;
top:100%;
left: 0;
}
.section-title h2::after {
position:absolute;
content: "";
height: 4px;
width: 35px;
background-color:#ec1839;
top:100%;
left: 0;
margin-top: 8px;
}
.row{
position: relative;
display: -ms-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
/*background-color:blue;*/
}
.padd-15{
padding: 0px 15px;
}
.main-content{
padding-left: 270px;
z-index: -1;
}
.shadow-dark{
-webkit-box-shadow: 0 0 20px rgba(79, 78, 88, 0.15);
box-shadow: 0 0 20px rgba(79, 78, 88, 0.15);
}
.container{
max-width: 1100px;
width: 100%;
/*background-color: red;*/
margin: auto;/*anyscreen it is in the perfect position*/
}
/*____________Aside______________*/
.aside{
width: 270px;
/*background-color: red;*/
position: fixed;
height: 100%;
top: 0;
left: 0;
z-index:2;
/*border-right:1px solid #515052;*/
padding: 30px;
transition: all 0.5s ease-in-out;
background-color: rgb(0, 0, 0);
}
.aside.asideopen{
left: 0px;
}
.nav-toggler{
height: 40px;
width: 45px;
border: 1px solid #515052;
cursor: pointer;
position: relative;
left:5px;
top: 5px;
z-index: 1;
border-radius: 5px;
display:none;
background-color: #000;
overflow: hidden;
transition: all 0.5s ease-in-out;
}
.nav-toggler span{
position: relative;
height: 2px;
width:23px;
border-radius: 2px;
display: inline-block;
background-color: #ec1839;
transition: all 0.5s ease-in-out;
}
.nav-toggler span::before{
content: "";
height: 3px;
width: 23px;
position: absolute;
background-color: #ec1839;
transition: all 0.5s ease-in-out;
border-radius: 2px;
transform: translateY(-6px);
}
.nav-toggler span::after{
content: "";
height: 3px;
width: 23px;
position: absolute;
background-color: #ec1839;
transition: all 0.5s ease-in-out;
border-radius: 2px;
transform: translateY(6px);
}
.nav-toggler.open{
left: 300px;
}
.nav-toggler.open span{
transform: translateX(-15px);
background: transparent;
}
.nav-toggler.open span::before{
transform: rotate(45deg) translate(10px, -10px);
}
.nav-toggler.open span::after{
transform: rotate(-45deg) translate(10px, 10px);
}
.aside .nav{
/*background-color: #ededed ;*/
margin: 80px 0;
list-style: none;
padding: 0;
}
.aside .nav li{
/*background-color: red;*/
/*display: inline-block;*/
display: block;
}
.aside .nav li a{
text-decoration: none;
color: #afafb8;
font-size: 16px;
font-weight: 600;
line-height: 45px;
/*background-color: red;*/
display: block;
border-bottom:1px solid #e8dfec;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-transform: capitalize;
}
.aside .nav li:not(.active):hover a{
padding-left: 5px;
color: #ec1839;
}
.aside .nav li.active a{
color: #ec1839;
}
.aside .nav li a .fa{
margin-right: 5px;
}
.aside .copyright-text{
/*background-color: #ededed ;*/
font-size: 13px;
color: #afafb8;
}
.aside .logo{
padding: 30px 0px;
}
.aside .logo a{
position: relative;
text-decoration: none;
display: inline-block;
/*background-color: #ededed;*/
font-size: 40px;
color: #afafb8;
font-weight: bold;
padding: 0 10px;
line-height: 50px;
}
.aside .logo a::before{
position: absolute;
top: 0;
left: 0;
content: "";
width: 20px;
height: 20px;
border-top: 4px solid #ec1839;
border-left: 4px solid #ec1839;
/*background-color: red;*/
animation:hourse .5s linear infinite alternate;
}
.aside .logo a::after{
position: absolute;
bottom: 0;
right: 0 ;
content: "";
width: 20px;
height: 20px;
border-bottom: 4px solid #ec1839;
border-right: 4px solid #ec1839;
/*background-color: red;*/
animation:hourse .5s linear infinite alternate;
}
@keyframes hourse{
from{
transform:scale(1.2);
}
to{
transform:scale(.5);
}
}
/*____________Home______________*/
.home{
min-height: 100vh;
display: -ms-flexbox;
display:flex;
}
.home .intro{
text-align: center;
}
.home .intro img{
height: 300px;
width: 300px;
border-radius: 50%;
display: inline-block;
border: 8px solid #ffffff;
}
.home .intro h1{
font-size: 30px;
color: #f00;
font-weight: 700;
margin: 20px 0 5px;
}
.home .intro p{
font-size: 16px;
font-weight: 500;
margin: 0;
line-height: 22px;
color: #504e70;
}
.home .intro .social-link{
margin-top: 25px;
}
.home .intro .social-link a{
height: 35px;
width: 35px;
background-color: #3f3c3d;
display: inline-block;
text-align: center;
line-height: 35px;
color: #fff;
margin: 0 4px;
border-radius: 50%;
text-decoration: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.home .intro .social-link a:hover{
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.hidden{
display: none!important;
}
/*_________________Home Section End____________________*/
/*_________________About Section Start____________________*/
.about .about-content{
/*background-color: red;*/
-ms-flex: 0 0 100%;
/*flex: 0 0 50%;*/
flex: 0 0 100%;
max-width: 100%;
}
.about .about-content .about-text{
/*background-color: blue;*/
-ms-flex: 0 0 100%;
/*flex: 0 0 50%;*/
flex: 0 0 100%;
max-width: 100%;
}
.about .about-content .about-text h3{
font-size: 24px;
margin-bottom: 15px;
font-weight: 7 00;
color: #626263;
}
.about .about-content .about-text h3 span{
color: #ec1839;
}
.about .about-content .about-text p{
font-size: 16px;
line-height: 25px;
color: #504e70;
}
.about .about-content .personal-info{
/* background-color: blue;*/
-ms-flex: 0 0 60%;
/*flex: 0 0 50%;*/
flex: 0 0 60%;
max-width: 60%;
margin-top: 40px;
}
.about .about-content .personal-info .info-item{
/*background-color: #7d7d7d;*/
-ms-flex: 0 0 50%;
/*flex: 0 0 50%;*/
flex: 0 0 50%;
max-width: 50%;
}
.about .about-content .personal-info .info-item p{
/*background-color: #e8dfec;*/
font-size: 16px;
font-weight: 600;
padding: 10px 0;
color: #626263;
border-bottom:1px solid #e8dfec;
margin: 0;
}
.about .about-content .personal-info .info-item p span{
font-weight: 400;
margin-left: 4px;
display: inline-block;
}
.about .about-content .personal-info .buttons{
margin-top: 17px;
}
.about .about-content .personal-info .buttons .btn{
font-size: 16px;
font-weight: 500;
background-color: #ec1839;
padding: 8px 14px;
color: #ffffff;
border-radius: 40px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
display: inline-block;
white-space: nowrap;
margin-right: 15px;
margin-top: 10px;
}
.about .about-content .personal-info .buttons .btn:hover{
-webkit-transform:scale(1.05);
transform:scale(1.05);
}
.about .about-content .skills{
/*background-color: white;*/
-ms-flex: 0 0 40%;
/*flex: 0 0 50%;*/
flex: 0 0 40%;
max-width: 40%;
margin-top: 40px;
}
.about .about-content .skills .skill-item{
/*background-color: red;*/
-ms-flex: 0 0 100%;
/*flex: 0 0 100%;*/
flex: 0 0 100%;
max-width: 100%;
}
.about .about-content .skills .skill-item h5{
/*background-color: red;*/
text-transform: capitalize;
line-height: 30px;
font-size: 16px;
font-weight: 600;
color: #626263;
margin: 0;
}
.about .about-content .skills .skill-item {
margin-bottom: 20px;
}
.about .about-content .skills .skill-item .progress{
position: relative;
background-color: #e3e3e3;
height: 8px;
border-radius: 4px;
width: 100%;
}
.about .about-content .skills .skill-item .skill-percent{
line-height: 40px;
position: absolute;
right: 0;
top: -40px;
font-weight: 400;
color: #302e4d ;
}
.about .about-content .skills .skill-item .progress .progress-in{
position: absolute;
top: 0;
height: 100%;
background-color: #ec1839;
border-radius: 4px;
}
.about .about-content .education{
/*background-color: red;*/
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin-top: 40px;
}
.about .about-content .experience{
/*background-color: blue;*/
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin-top: 40px;
}
.about .about-content h3.title{
font-size: 24px;
font-weight: 700;
color: #626263;
margin-bottom: 30px;
}
.about .about-content .timeline-box{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.about .about-content .timeline{
background: #fdf9ff;
padding: 30px 15px;
border: 1px solid #d4d4e3;
border-radius: 10px;
width: 100%;
}
.about .about-content .timeline .timeline-item{
position: relative;
padding-left: 37px;
padding-bottom: 50px;
}
.about .about-content .timeline .timeline-item:last-child{
padding-bottom: 0px;
}
.about .about-content .timeline .timeline-item::before{
content: "";
width: 1px;
position: absolute;
height: 100%;
left: 7px;
top: 0;
background-color: #ec1839;
}
.about .about-content .timeline .circle-dot{
position: absolute;
left: 0;
top: 0;
height: 15px;
width: 15px;
background-color: #ec1839;
left: 0px;
top: 2 px;
border-radius: 50%;
}
.about .about-content .timeline .timeline-date{
font-size: 14px;
font-weight: 400;
margin-bottom: 12px;
color: #302e4d;
}
.about .about-content .timeline .timeline-date .fa{
margin-right: 5px;
}
.about .about-content .timeline .timeline-title{
font-size: 18px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 15px;
color: #302e4d;
}
.about .about-content .timeline .timeline-text{
font-size: 16px;
font-weight: 600;
color: #504e70;
margin: 0;
}
/*_________________About Section End______________________*/
/*_________________Services Section start__________________*/
.service .container{
/*padding-bottom: 70px - margin-bottom: 30px;*/
padding-bottom: 40px;
}
.service .service-item{
/*background-color: #ec1839;*/
display:-ms-flexbox;
display: flex;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
margin-bottom: 30px;
}
.service .service-item .service-item-inner{
background-color: #fdf9ff;
border: 1px solid #d4d4e3;
border-radius: 10px;
padding: 30px 15px;
text-align: center;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.service .service-item .service-item-inner:hover{
-webkit-box-shadow: 0px 17px 12px rgba(21, 21, 24, 0.15);
box-shadow:0px 17px 12px rgba(21, 21, 24, 0.15);
}
.service .service-item .service-item-inner .icon{
height: 60px;
width: 60px;
/*background-color: #ec1839;*/
display: block;
margin:0 auto 30px;
text-align: center;
border-radius: 50%;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.service .service-item .service-item-inner .icon .fa{
font-size: 40px;
line-height: 60px;
color: #ec1839;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.service .service-item .service-item-inner:hover .icon{
background-color: #ec1839;
}
.service .service-item .service-item-inner:hover .icon .fa{
font-size: 25px;
color: #fff;
}
.service .service-item .service-item-inner h4{
font-size: 18px;
margin-bottom: 15px;
color: #302e4d;
font-weight: 700;
text-transform: capitalize;
}
.service .service-item .service-item-inner p{
font-size: 16px;
color: #504e70;
line-height: 25px;
margin: 0;
}
/*_________________Services Section End_____________________*/
/*_________________Portfoliow Sectio Start_____________________*/
.prtfolio .container{
padding-bottom:40px;
}
.portfolio .portfolio-menu{
/*background-color: red;*/
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align: center;
margin-bottom: 40px;
}
.portfolio .portfolio-menu ul{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.portfolio .portfolio-menu ul li{
font-size: 18px;
font-weight: 700;
text-transform: capitalize;
margin: 0 10px;
color: #626263;
cursor: pointer;
padding-bottom: 2px;
list-style: none;
}
.portfolio .portfolio-menu ul li.active{
color: #ec1839;
border-color: red ;
}
.portfolio .item {
/*background-color: red;*/
flex: 0 0 33.33%;
max-width: 33.33%;
margin-bottom: 30px;
}
.portfolio .item .portfolio-item-inner{
border: 6px solid #fdf9ff;
border-radius: 10px;
overflow: hidden;
cursor:pointer;
position: relative;
}
.portfolio .item .portfolio-item-inner .portfolio-img img{
width: 100%;
height:235px;
display: block;
}
.portfolio .item .portfolio-info{
position: absolute;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.8);
height: 100%;
width: 100%;
z-index: 1;
padding: 30px;
opacity: 0;
}
.portfolio .item .portfolio-item-inner:hover .portfolio-info{
opacity: 1;
}
.portfolio .item .portfolio-info h4{
font-size: 18px;
font-weight: 700;
text-transform: capitalize;
color: #ffffff;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
opacity: 0;
}
.portfolio .item .portfolio-item-inner:hover .portfolio-info h4{
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
.portfolio .item .portfolio-info .icon{
position: absolute;
right: 30px;
bottom: 30px;
height: 40px;
width: 40px;
background-color: #ffffff;
text-align: center;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
}
.portfolio .item .portfolio-info .icon .fa{
line-height: 40px;
color: #ec1839;
}
.portfolio .item .portfolio-item-inner:hover .portfolio-info .icon{
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
/*_________________Portfoliow Section End_____________________*/
@media screen and (max-width: 1199px){
.main-content{
padding-left: 0;
}
.about .about-content .personal-info .info-item p span {
/*display: inline-block;*/
display: block;
margin-left: 0;
}
}
@media(max-width:991px){
.aside{
left: -270px;
}
.portfolio .item,
.service .service-item{
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width:50%;
}
.portfolio .item{
width: 500px!important;
height: 233px;
}
.nav-toggler{
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
position: fixed;
}
}
@media(max-width:767px){
.service .service-item,
.about .about-content .experience,
.about .about-content .education,
.about .about-content .skills,
.about .about-content .personal-info {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.about .about-content .personal-info .info-item p span {
display: inline-block;
}
}
@media(max-width:575px){
.portfolio .item{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-left: 18px;
}
}
@media(max-width:530px){
.portfolio .item{
margin-left: 0px;
}
}
@media(max-width:440px){
.about .about-content .personal-info .info-item p span {
display: inline-block;
}
.about .about-content .personal-info .info-item{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align: center;
}
} | 0.26588 | 0.046943 |
@media (max-width: 992px) {
/* general */
body { font-size: 15px; padding: 0 0 75px 0; }
.highlighted { font-size: 23px; }
/* header */
header { padding: 15px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
header #header_title { font-size: 23px; }
header #header_title img { display: none; }
header #header_buttons img { height: 35px; margin: 10px 8px 0 8px; }
/* wrapper */
.wrapper { padding: 25px 35px 0 35px; margin-bottom: 25px; }
.wrapper .content-title { margin-bottom: 5px; }
/* inputs */
.form-control { margin-bottom: 12px; font-size: 14px; }
.btn, .btn:focus { padding: 8px 12px; font-size: 14px; margin-top: 12px; }
/* progress bar */
#shiny-notification-panel { margin: 15px; }
.shiny-notification { padding: 8px 16px; }
/* vr separator */
.vr-separator { width: 10%; margin: 0 10px; }
.vr-separator img { height: 45px; }
/* about */
#about { line-height: 28px; }
/* menu */
#intro_button { margin: 0 100% 15px 100%; }
#select_inputs, #checkboxes { width: 100%; margin-bottom: 15px; }
#select_inputs > .form-group { width: 180px; }
/* viz */
#viz_wrapper { width: 510px; height: 325px; }
#viz img { width: 510px; height: 325px; }
/* footer */
footer { font-size: 14px; }
}
@media (max-width: 576px) {
/* general */
body { font-size: 15px; padding: 0 0 75px 0; }
.highlighted { font-size: 22px; }
/* header */
header { padding: 15px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
header #header_title { font-size: 23px; text-align: center; }
header #header_title img { display: none; }
header #header_buttons img { height: 35px; margin: 10px 8px 0 8px; }
/* wrapper */
.wrapper { padding: 20px 25px 0 25px; margin-bottom: 20px; }
.wrapper .content-title { margin-bottom: 5px; }
/* inputs */
.form-group { max-width: 230px; margin: auto; }
.form-control { margin-bottom: 10px; font-size: 14px; }
.btn, .btn:focus { padding: 8px 12px; font-size: 14px; margin-top: 8px; }
.checkbox-bs { margin: 3px 0 !important; }
.checkbox-bs label span { top: 0px; }
/* modals */
.modal-dialog { margin: auto; top: 10%; max-width: 260px; }
.modal-title { font-size: 19px; }
.modal-title img { height: 25px; }
.modal-content { padding: 18px; }
/* progress bar */
#shiny-notification-panel { margin: 15px; }
.shiny-notification { padding: 8px 16px; }
/* vr separator */
.vr-separator { display: none; }
/* about */
#about { line-height: 26px; }
/* menu */
#intro_button { font-size: 17px; margin-bottom: 12px; }
#select_inputs { margin-bottom: 12px; }
#checkboxes { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 13px; }
#select_inputs > .form-group { width: 125px; font-size: 13px; }
#select_inputs > .form-group:first-child { margin: 0 7px 0 0; }
#select_inputs > .form-group:last-child { margin: 0 0 0 7px; }
/* viz */
#viz_wrapper { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); width: 423px; height: 272px; max-width: 320px; margin-bottom: 20px; }
#viz img { width: 423px; height: 272px; }
/* footer */
footer { font-size: 12px; }
footer #licenses { font-size: 11px; }
footer #licenses > div { font-size: 10px; }
} | media_style.css | @media (max-width: 992px) {
/* general */
body { font-size: 15px; padding: 0 0 75px 0; }
.highlighted { font-size: 23px; }
/* header */
header { padding: 15px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
header #header_title { font-size: 23px; }
header #header_title img { display: none; }
header #header_buttons img { height: 35px; margin: 10px 8px 0 8px; }
/* wrapper */
.wrapper { padding: 25px 35px 0 35px; margin-bottom: 25px; }
.wrapper .content-title { margin-bottom: 5px; }
/* inputs */
.form-control { margin-bottom: 12px; font-size: 14px; }
.btn, .btn:focus { padding: 8px 12px; font-size: 14px; margin-top: 12px; }
/* progress bar */
#shiny-notification-panel { margin: 15px; }
.shiny-notification { padding: 8px 16px; }
/* vr separator */
.vr-separator { width: 10%; margin: 0 10px; }
.vr-separator img { height: 45px; }
/* about */
#about { line-height: 28px; }
/* menu */
#intro_button { margin: 0 100% 15px 100%; }
#select_inputs, #checkboxes { width: 100%; margin-bottom: 15px; }
#select_inputs > .form-group { width: 180px; }
/* viz */
#viz_wrapper { width: 510px; height: 325px; }
#viz img { width: 510px; height: 325px; }
/* footer */
footer { font-size: 14px; }
}
@media (max-width: 576px) {
/* general */
body { font-size: 15px; padding: 0 0 75px 0; }
.highlighted { font-size: 22px; }
/* header */
header { padding: 15px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
header #header_title { font-size: 23px; text-align: center; }
header #header_title img { display: none; }
header #header_buttons img { height: 35px; margin: 10px 8px 0 8px; }
/* wrapper */
.wrapper { padding: 20px 25px 0 25px; margin-bottom: 20px; }
.wrapper .content-title { margin-bottom: 5px; }
/* inputs */
.form-group { max-width: 230px; margin: auto; }
.form-control { margin-bottom: 10px; font-size: 14px; }
.btn, .btn:focus { padding: 8px 12px; font-size: 14px; margin-top: 8px; }
.checkbox-bs { margin: 3px 0 !important; }
.checkbox-bs label span { top: 0px; }
/* modals */
.modal-dialog { margin: auto; top: 10%; max-width: 260px; }
.modal-title { font-size: 19px; }
.modal-title img { height: 25px; }
.modal-content { padding: 18px; }
/* progress bar */
#shiny-notification-panel { margin: 15px; }
.shiny-notification { padding: 8px 16px; }
/* vr separator */
.vr-separator { display: none; }
/* about */
#about { line-height: 26px; }
/* menu */
#intro_button { font-size: 17px; margin-bottom: 12px; }
#select_inputs { margin-bottom: 12px; }
#checkboxes { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 13px; }
#select_inputs > .form-group { width: 125px; font-size: 13px; }
#select_inputs > .form-group:first-child { margin: 0 7px 0 0; }
#select_inputs > .form-group:last-child { margin: 0 0 0 7px; }
/* viz */
#viz_wrapper { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); width: 423px; height: 272px; max-width: 320px; margin-bottom: 20px; }
#viz img { width: 423px; height: 272px; }
/* footer */
footer { font-size: 12px; }
footer #licenses { font-size: 11px; }
footer #licenses > div { font-size: 10px; }
} | 0.232659 | 0.138229 |
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap");
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: "Kumbh Sans", sans-serif;
}
body {
background-color: #19a2ae;
}
.attribution {
font-size: 11px;
text-align: center;
font-size: 2em;
margin-top: 120px;
}
.attribution a {
color: #3e52a3;
}
#top {
z-index: -1;
position: absolute;
margin-left: -300px;
margin-top: -600px;
}
#bottom {
z-index: -1;
position: absolute;
margin-left: 700px;
top: 250px;
}
#container {
z-index: 1;
margin-left: auto;
margin-right: auto;
margin-top: 200px;
width: 350px;
height: 380px;
border-radius: 20px;
background-color: #fff;
-webkit-box-shadow: 10px 10px 200px 10px rgba(0, 0, 0, 0.3);
box-shadow: 10px 10px 200px 10px rgba(0, 0, 0, 0.3);
}
img {
pointer-events: none;
}
#pattern {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
#person {
position: absolute;
border-radius: 90px;
border: 4px solid white;
top: 90px;
}
.flex {
position: absolute;
width: 350px;
height: 350px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
h1 {
font-size: 18px;
}
h2 {
width: 350px;
font-size: 18px;
font-weight: 400;
color: #6a6f81;
text-align: center;
margin-top: 10px;
border-bottom: #969696 1px solid;
padding-bottom: 20px;
}
#age {
font-weight: 400;
color: #6a6f81;
}
header {
margin-top: 70px;
text-align: center;
}
#numbers {
color: #2d3248;
font-size: 18px;
font-weight: 700;
width: 350px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
margin-top: 20px;
}
#text {
color: #6a6f81;
font-size: 14px;
width: 350px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#numbers .num:nth-child(2) {
text-align: center;
}
.textContainer {
width: 116.666667px;
height: 30px;
text-align: center;
}
/*# sourceMappingURL=styles.css.map */ | Frontend Mentor/Profile Card/styles/styles.css | @import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap");
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: "Kumbh Sans", sans-serif;
}
body {
background-color: #19a2ae;
}
.attribution {
font-size: 11px;
text-align: center;
font-size: 2em;
margin-top: 120px;
}
.attribution a {
color: #3e52a3;
}
#top {
z-index: -1;
position: absolute;
margin-left: -300px;
margin-top: -600px;
}
#bottom {
z-index: -1;
position: absolute;
margin-left: 700px;
top: 250px;
}
#container {
z-index: 1;
margin-left: auto;
margin-right: auto;
margin-top: 200px;
width: 350px;
height: 380px;
border-radius: 20px;
background-color: #fff;
-webkit-box-shadow: 10px 10px 200px 10px rgba(0, 0, 0, 0.3);
box-shadow: 10px 10px 200px 10px rgba(0, 0, 0, 0.3);
}
img {
pointer-events: none;
}
#pattern {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
#person {
position: absolute;
border-radius: 90px;
border: 4px solid white;
top: 90px;
}
.flex {
position: absolute;
width: 350px;
height: 350px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
h1 {
font-size: 18px;
}
h2 {
width: 350px;
font-size: 18px;
font-weight: 400;
color: #6a6f81;
text-align: center;
margin-top: 10px;
border-bottom: #969696 1px solid;
padding-bottom: 20px;
}
#age {
font-weight: 400;
color: #6a6f81;
}
header {
margin-top: 70px;
text-align: center;
}
#numbers {
color: #2d3248;
font-size: 18px;
font-weight: 700;
width: 350px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
margin-top: 20px;
}
#text {
color: #6a6f81;
font-size: 14px;
width: 350px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#numbers .num:nth-child(2) {
text-align: center;
}
.textContainer {
width: 116.666667px;
height: 30px;
text-align: center;
}
/*# sourceMappingURL=styles.css.map */ | 0.266071 | 0.057599 |
@charset "UTF-8";
/*!
Theme Name: Bogatiy Pavel portfolio
Author: <NAME>
Author URI: http://bogatiy.com
Version: 1.0.0
License: GNU General Public License
*/
/*! 1. Configuration and helpers */
/*! 2. Vendors */
/*!Vertical Rhythm*/
html {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
*, *:before, *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
body {
margin: 0;
padding: 0;
font-family: AGaramond, serif;
font-size: 1rem;
line-height: 1.5; }
h1, .h1 {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 7.72222rem;
line-height: 10.5rem;
top: -webkit-calc(0.139em + 1.38889rem - (10.5rem * 0.5));
top: calc(0.139em + 1.38889rem - (10.5rem * 0.5));
font-family: AGrotesk, sans-serif; }
h2, .h2 {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 4.63241rem;
line-height: 6rem;
top: -webkit-calc(0.139em + 0.6838rem - (6rem * 0.5));
top: calc(0.139em + 0.6838rem - (6rem * 0.5));
font-family: AGrotesk, sans-serif; }
h3, .h3 {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 2.77889rem;
line-height: 3rem;
top: -webkit-calc(0.139em + 0.11056rem - (3rem * 0.5));
top: calc(0.139em + 0.11056rem - (3rem * 0.5));
font-family: AGrotesk, sans-serif; }
h4, .h4 {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1.667rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + -0.0835rem - (1.5rem * 0.5));
top: calc(0.139em + -0.0835rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif; }
h5, .h5 {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + 0.25rem - (1.5rem * 0.5));
top: calc(0.139em + 0.25rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif; }
h6, .h6 {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 0.59988rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + -0.29994rem - (0rem * 0.5));
top: calc(0.139em + -0.29994rem - (0rem * 0.5));
font-family: AGrotesk, sans-serif; }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
margin-bottom: 0.75rem; }
p {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.27em + 0.25rem - (1.5rem * 0.5));
top: calc(0.27em + 0.25rem - (1.5rem * 0.5));
padding-bottom: 3rem; }
blockquote {
margin: 0;
padding: 0; }
blockquote p {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1.667rem;
line-height: 1.5rem;
top: -webkit-calc(0.27em + -0.0835rem - (1.5rem * 0.5));
top: calc(0.27em + -0.0835rem - (1.5rem * 0.5)); }
cite {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + 0.25rem - (1.5rem * 0.5));
top: calc(0.139em + 0.25rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif;
display: block;
padding: 0 0 3rem; }
code {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + 0.25rem - (1.5rem * 0.5));
top: calc(0.139em + 0.25rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif;
display: block;
padding: 0 0 3rem; }
code pre {
margin: 0;
font-family: AGrotesk, sans-serif; }
p code {
position: static;
top: auto;
display: inline;
line-height: 0; }
ol,
ul {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.27em + 0.25rem - (1.5rem * 0.5));
top: calc(0.27em + 0.25rem - (1.5rem * 0.5));
padding-bottom: 3rem; }
ol ol,
ol ul,
ul ol,
ul ul {
position: static;
top: auto;
padding-bottom: 0; }
small {
font-size: 0.59988rem;
line-height: 1; }
/*!END Vertical Rhythm*/
/*! 3. Base stuff */
@font-face {
font-family: AGrotesk;
src: url("fonts/AkzidenzGroteskPro-Regular.otf");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: AGrotesk;
src: url("fonts/AkzidenzGroteskPro-Light.otf");
font-weight: 200;
font-style: normal; }
@font-face {
font-family: AGrotesk;
src: url("fonts/AkzidenzGroteskPro-Bold.otf");
font-weight: 600;
font-style: normal; }
@font-face {
font-family: AGrotesk;
src: url("fonts/AkzidenzGroteskPro-BoldIt.otf");
font-weight: 600;
font-style: italic; }
@font-face {
font-family: AGaramond;
src: url("fonts/AGaramondPro-Regular.otf");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: AGaramond;
src: url("fonts/AGaramondPro-Italic.otf");
font-weight: normal;
font-style: italic; }
@font-face {
font-family: AGaramond;
src: url("fonts/AGaramondPro-Bold.otf");
font-weight: 600;
font-style: normal; }
@font-face {
font-family: AGaramond;
src: url("fonts/AGaramondPro-BoldItalic.otf");
font-weight: 600;
font-style: italic; }
/**
* Clear inner floats
*/
/**
* Main content containers
* 1. Make the container full-width with a maximum width
* 2. Center it in the viewport
* 3. Leave some space on the edges, especially valuable on small screens
*/
/**
* Hide text while making it readable for screen readers
* 1. Needed in WebKit-based browsers because of an implementation bug;
* See: https://code.google.com/p/chromium/issues/detail?id=457146
*/
/**
* Hide element while making it readable for screen readers
* Shamelessly borrowed from HTML5Boilerplate:
* https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
*/
/* .visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
*/
/*! 4. Layout-related sections */
/* Set Singularity GS setting */
/*! Blocks */
/*! Social links block */
.social-links {
top: 0;
height: 1.5rem;
padding: 0; }
.social-links__item {
display: inline-block;
float: left;
height: 2.25rem;
width: 2.25rem; }
.social-links__item:not(:last-child) {
margin-right: .7em; }
.social-links__item svg {
width: 2.25rem;
height: 2.25rem;
-webkit-transition: 0.2s cubic-bezier(0.46, -1.59, 0.35, 3.13);
transition: 0.2s cubic-bezier(0.46, -1.59, 0.35, 3.13); }
.social-links__item svg:hover {
margin: -0.375rem 0 0 -0.375rem;
width: 3rem;
height: 3rem;
fill: #ae0cea; }
.social-links::after {
display: block;
content: '';
clear: both; }
/*! END Social links block */
/*! Page heading block */
.page-heading {
height: 6rem;
margin-top: 6rem; }
.page-heading__wrapper {
position: relative; }
.page-heading__heading {
display: inline-block;
overflow: hidden;
color: #222;
z-index: 1;
color: rgba(34, 34, 34, 0);
margin-bottom: 0;
-webkit-transition: color 0s 0.4s;
transition: color 0s 0.4s; }
.page-heading__heading_visible {
color: #222222;
-webkit-transition: color 0s 0.4s;
transition: color 0s 0.4s; }
.page-heading__filler {
background-color: #ae0cea;
width: 0;
height: 6rem;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2;
-webkit-filter: blur(60px);
filter: blur(60px); }
.page-heading__filler_disabled {
width: 100%;
opacity: 0;
-webkit-animation: move 0.7s cubic-bezier(1, 0.01, 0.54, 1);
animation: move 0.7s cubic-bezier(1, 0.01, 0.54, 1); }
@-webkit-keyframes move {
0% {
width: 0;
left: 0;
opacity: 1; }
47% {
left: 0;
width: 150%; }
53% {
width: 150%; }
99% {
opacity: 1; }
100% {
width: 0;
left: 100%;
opacity: 0;
background-color: #05a4ff; } }
@keyframes move {
0% {
width: 0;
left: 0;
opacity: 1; }
47% {
left: 0;
width: 150%; }
53% {
width: 150%; }
99% {
opacity: 1; }
100% {
width: 0;
left: 100%;
opacity: 0;
background-color: #05a4ff; } }
/*! END Page heading block */
/*! Page heading block */
.portfolio-navigation {
margin-top: 21rem;
position: fixed; }
.portfolio-navigation__item_previous {
float: left; }
.portfolio-navigation__item_next {
float: right; }
.portfolio-navigation__link {
text-decoration: none;
color: #222; }
.portfolio-navigation__link:hover {
color: #ae0cea; }
.portfolio-navigation__img {
display: block; }
.portfolio-navigation__img::after {
clear: both;
content: '';
display: table; }
.portfolio-navigation__img > svg .arrrow {
stroke: #222; }
.portfolio-navigation__img > svg:hover .arrrow {
stroke: #ae0cea; }
.portfolio-navigation__img_previous > svg {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
height: 3rem;
float: left; }
.portfolio-navigation__img_next > svg {
height: 3rem;
float: right; }
.portfolio-navigation__name {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 0.59988rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + -0.29994rem - (0rem * 0.5));
top: calc(0.139em + -0.29994rem - (0rem * 0.5));
font-family: AGrotesk, sans-serif;
font-style: italic;
font-weight: bold; }
.portfolio-navigation__name_previous {
float: left; }
.portfolio-navigation__name_next {
float: right; }
/*! END Page heading block */
/*! END Blocks */
/*! Header */
.site-header {
height: 21rem;
clear: both;
max-width: 74rem;
position: relative;
margin: 0 auto;
/* &__logo_template_portfolio-item{
@include grid-span(1, 1);
} */ }
.site-header__logo {
width: 35.64356%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none; }
.site-header__main-navigation {
width: 35.64356%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
.site-header__social-links {
width: 35.64356%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none;
clear: right;
margin-top: 6rem;
position: relative; }
.site-header__social-links::before {
content: '';
display: block;
height: 0.75rem;
width: 1.9em;
border-left: 1px solid #222;
border-bottom: 1px solid #222;
position: absolute;
top: -0.75rem; }
.site-header__social-links .social-links {
float: right; }
.site-header__social-links_template_portfolio-item {
margin-top: 3.75rem; }
.site-header__social-links_template_portfolio-item::before {
display: none !important; }
.header-logo__name {
width: 11.25rem;
height: 4.5rem;
margin-top: 5.25rem;
-webkit-transform: rotate(-90deg) translateX(-11.25rem);
-ms-transform: rotate(-90deg) translateX(-11.25rem);
transform: rotate(-90deg) translateX(-11.25rem);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; }
.header-logo__name a {
text-decoration: none;
letter-spacing: .06em;
font-size: 2.4em;
color: #222;
font-family: AGrotesk, sans-serif;
text-transform: uppercase;
line-height: .8; }
.header-logo__name_template_portfolio-item {
width: 11.25rem;
height: 4.5rem;
margin-top: 0; }
.header-logo__name_template_portfolio-item a {
font-size: 2em; }
.header-logo__description {
margin: 7.75rem 0 0 0;
/* padding: .25*$rtm 0;
line-height: 1.15;
overflow: hidden; */ }
.header-logo__description span {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.27em + 0.25rem - (1.5rem * 0.5));
top: calc(0.27em + 0.25rem - (1.5rem * 0.5));
display: inline-block;
background-color: #222;
color: #fff;
font-style: italic;
font-weight: 600;
padding: 0 0.6rem 0 0.6rem;
line-height: 1.5rem;
float: left;
clear: left; }
.header-logo__description span:first-child {
z-index: 100;
position: relative;
padding-top: 0.1875rem; }
.header-logo__description span:last-child {
margin-top: -0.375rem;
padding-top: 0.1875rem; }
.header-logo__description_template_portfolio-item {
margin: 4rem 0 0 4.125rem; }
/*! END Header */
/*! Content */
.site-content {
clear: both;
max-width: 74rem;
position: relative;
margin: 0 auto;
margin-bottom: 6rem; }
.site-content::after {
clear: both;
content: '';
display: table; }
.site-content__main {
width: 100%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
.site-content_template_portfolio-item {
clear: both;
max-width: 74rem;
position: relative;
margin: 0 auto; }
.site-content_template_portfolio-item__portfolio-navigation {
width: 87.31707%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none; }
.site-content_template_portfolio-item .content-area-portfolio-item {
width: 74.63415%;
float: left;
margin-right: -100%;
margin-left: 6.34146%;
clear: none; }
/*! Content page-about */
.page-about-content {
width: 61.38614%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none;
margin-top: 10.5rem; }
.page-about-aside {
width: 35.64356%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
.page-about-aside__photo {
height: 22.5rem;
margin-top: -6rem; }
.page-about-aside__photo svg {
height: 100%;
/* Не работают свойства X и Y для элемента маски!!
>#img-patch-indent{
//x: 3.5*$rtm !important;
}*/ }
.page-about-aside__photo svg #mask-circles rect:nth-child(2), .page-about-aside__photo svg #mask-circles-invert rect:nth-child(2) {
height: 5.25rem;
y: 24rem; }
.page-about-aside__portfolio-link {
clear: both;
margin-top: 3.75rem;
height: 3rem; }
.page-about-aside__portfolio-link a {
line-height: 1.05;
display: inline-block;
position: relative;
float: right;
font-family: AGrotesk, sans-serif;
text-decoration: none;
color: #222;
font-size: 1.667rem;
-webkit-transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15); }
@-webkit-keyframes arrow-shake {
0% {
-webkit-transform: translate(0, 0) rotateX(0deg);
transform: translate(0, 0) rotateX(0deg); }
45% {
-webkit-transform: translate(-0.2em, 0) rotateX(0deg);
transform: translate(-0.2em, 0) rotateX(0deg); }
45% {
-webkit-transform: translate(0.8em, 0) rotateX(30deg);
transform: translate(0.8em, 0) rotateX(30deg); }
85% {
-webkit-transform: translate(-0.2em, 0) rotateX(10deg);
transform: translate(-0.2em, 0) rotateX(10deg); }
100% {
-webkit-transform: translateX(0) rotateX(0deg);
transform: translateX(0) rotateX(0deg); } }
@keyframes arrow-shake {
0% {
-webkit-transform: translate(0, 0) rotateX(0deg);
transform: translate(0, 0) rotateX(0deg); }
45% {
-webkit-transform: translate(-0.2em, 0) rotateX(0deg);
transform: translate(-0.2em, 0) rotateX(0deg); }
45% {
-webkit-transform: translate(0.8em, 0) rotateX(30deg);
transform: translate(0.8em, 0) rotateX(30deg); }
85% {
-webkit-transform: translate(-0.2em, 0) rotateX(10deg);
transform: translate(-0.2em, 0) rotateX(10deg); }
100% {
-webkit-transform: translateX(0) rotateX(0deg);
transform: translateX(0) rotateX(0deg); } }
.page-about-aside__portfolio-link a svg {
height: 3rem;
float: right;
margin: 0 0 0 1.5rem; }
.page-about-aside__portfolio-link a svg .arrrow {
-webkit-transition: all 0.6s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: all 0.6s cubic-bezier(0, 2.95, 0.34, 0.15);
stroke: #222; }
.page-about-aside__portfolio-link a:hover svg {
-webkit-animation: arrow-shake 0.8s alternate-reverse cubic-bezier(0.22, 0.61, 0.36, 1);
animation: arrow-shake 0.8s alternate-reverse cubic-bezier(0.22, 0.61, 0.36, 1); }
.page-about-aside__portfolio-link a:hover svg .arrrow {
stroke: #ae0cea; }
.page-about-aside__download-cv {
clear: right;
margin-top: 7.5rem;
font-family: AGaramond, serif;
font-style: italic;
font-weight: 600;
height: 2.25rem; }
.page-about-aside__download-cv::before {
content: '';
display: inline-block;
height: 2.25rem;
width: 0.75rem;
border-left: 1px solid #222;
border-top: 1px solid #222; }
.page-about-aside__download-cv a {
display: inline-block;
position: relative;
vertical-align: top;
line-height: 2.25rem;
color: #222;
text-decoration: none;
-webkit-transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15); }
.page-about-aside__download-cv a:hover {
color: #ae0cea; }
.page-about-aside__download-cv a:hover svg {
background-color: #fff; }
.page-about-aside__download-cv a:hover svg #BG {
y: 0;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 1s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: 1s cubic-bezier(0, 2.95, 0.34, 0.15); }
.page-about-aside__download-cv a span {
vertical-align: middle; }
.page-about-aside__download-cv a svg {
position: absolute;
height: 2.25rem;
margin-left: 0.75rem;
top: 0;
right: -3rem;
background-color: #222; }
.page-about-aside__download-cv a svg #Arrow, .page-about-aside__download-cv a svg #Line {
fill: #fff; }
.page-about-aside__download-cv a svg #BG {
fill: url("#dwnld_grad");
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
y: -3.75rem;
-webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
transition: 0.3s cubic-bezier(0.4, 0, 1, 1); }
/*! END Content page-about */
/*! Content page-about */
.page-portfolio {
margin-top: 3rem; }
.page-portfolio::after {
clear: both;
content: '';
display: table; }
.page-portfolio__filter {
width: 22.77228%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none; }
.page-portfolio__filter .portfolio-filter__show-all {
border: 0;
padding: 0;
background-color: transparent;
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + 0.25rem - (1.5rem * 0.5));
top: calc(0.139em + 0.25rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif;
float: right;
margin-top: 1.5rem;
color: #ae0cea;
cursor: pointer;
-webkit-transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15); }
.page-portfolio__filter .portfolio-filter__show-all:hover {
color: #05a4ff; }
.page-portfolio__filter .portfolio-filter__show-all:hover::after {
border-bottom: 1px dotted #05a4ff; }
.page-portfolio__filter .portfolio-filter__show-all:focus {
outline-color: transparent; }
.page-portfolio__filter .portfolio-filter__show-all::after {
content: '';
display: inline-block;
border-bottom: 1px dotted #ae0cea;
position: absolute;
left: 0;
bottom: 0.1875rem;
width: 100%; }
.page-portfolio__filter .portfolio-filter__controls {
margin-top: 2.25rem;
/* checkbox aspect */
/* checked mark aspect */ }
.page-portfolio__filter .portfolio-filter__controls [type="checkbox"]:not(:checked) + label:before,
.page-portfolio__filter .portfolio-filter__controls [type="checkbox"]:checked + label:before {
position: absolute;
left: initial;
right: 0 !important;
top: 0.25rem; }
.page-portfolio__filter .portfolio-filter__controls [type="checkbox"]:not(:checked) + label:after,
.page-portfolio__filter .portfolio-filter__controls [type="checkbox"]:checked + label:after {
position: absolute;
left: initial;
right: -2px !important;
top: 0.25rem;
-webkit-transition: all .2s;
transition: all .2s; }
.page-portfolio__filter .portfolio-filter__label {
font-style: italic;
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 0.59988rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + -0.29994rem - (0rem * 0.5));
top: calc(0.139em + -0.29994rem - (0rem * 0.5));
font-family: AGrotesk, sans-serif; }
.page-portfolio__filter .portfolio-filter__checkbox {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.27em + 0.25rem - (1.5rem * 0.5));
top: calc(0.27em + 0.25rem - (1.5rem * 0.5));
display: inline-block;
width: 12rem;
font-size: 1rem;
padding-left: 0.75rem;
font-style: italic;
font-weight: bold;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.page-portfolio__filter .portfolio-filter__mark {
height: 0.75rem;
border-left: 3px solid #222;
display: inline-block;
position: absolute;
left: 0;
top: 0.25rem; }
.page-portfolio__works {
width: 61.38614%;
float: left;
margin-right: -100%;
margin-left: 25.74257%;
clear: none; }
.portfolio-works_filler_on {
position: relative;
overflow: hidden; }
.portfolio-works_filler_on::after {
content: '';
display: block;
position: absolute;
top: 0;
left: 100%;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(30deg, #ae0cea 0%, #5d54f4 75%, #05a4ff 90%);
background: linear-gradient(60deg, #ae0cea 0%, #5d54f4 75%, #05a4ff 90%);
-webkit-filter: blur(60px);
filter: blur(60px);
-webkit-animation: move2 0.9s cubic-bezier(1, 0, 0.2, 1);
animation: move2 0.9s cubic-bezier(1, 0, 0.2, 1); }
@-webkit-keyframes move2 {
0% {
width: 0;
left: 0;
opacity: 1; }
47% {
left: 0;
width: 150%; }
53% {
width: 150%; }
99% {
opacity: 1; }
100% {
width: 0;
left: 100%;
opacity: 0; } }
@keyframes move2 {
0% {
width: 0;
left: 0;
opacity: 1; }
47% {
left: 0;
width: 150%; }
53% {
width: 150%; }
99% {
opacity: 1; }
100% {
width: 0;
left: 100%;
opacity: 0; } }
.portfolio-works__item {
width: 33.33333%;
clear: right;
float: left;
margin-left: 0;
margin-right: 0%;
opacity: 1;
-webkit-transition: all 0s 0.4s;
transition: all 0s 0.4s; }
.portfolio-works__item_hide {
opacity: 0; }
.portfolio-item {
height: 15rem;
position: relative;
background: -webkit-linear-gradient(315deg, #ae0cea -2%, #5d54f4 54%, #05a4ff 96%);
background: linear-gradient(135deg, #ae0cea -2%, #5d54f4 54%, #05a4ff 96%);
overflow: hidden;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
/* &__desc{
display: block;
position: absolute;
bottom: 0;
top: initial;
list-style: none;
padding: 0 .5*$rtm .5*$rtm .5*$rtm;
} */
/*&__name{
text-transform: uppercase;
font-family: $font-display;
font-weight: 400;
font-size: .55*$rtm;
line-height: .75*$rtm;
} */ }
.portfolio-item:nth-child(3n+1) {
border-left: 1px solid #222; }
.portfolio-item:nth-child(-n+3) {
border-top: 1px solid #222; }
.portfolio-item__bg-img {
display: block;
width: auto;
height: -webkit-calc(100% + 1px);
height: calc(100% + 1px);
background-size: cover;
-webkit-transition: all 0.35s cubic-bezier(0.25, 0.25, 0.13, 0.99);
transition: all 0.35s cubic-bezier(0.25, 0.25, 0.13, 0.99); }
.portfolio-item:hover .portfolio-item__bg-img {
-webkit-transform: translate(2%, 3%) scale(1.1) rotateZ(-0.8deg);
-ms-transform: translate(2%, 3%) scale(1.1) rotate(-0.8deg);
transform: translate(2%, 3%) scale(1.1) rotateZ(-0.8deg);
opacity: .2; }
.portfolio-item__link {
display: block;
width: 100%;
height: 100%;
color: #fff;
position: absolute;
top: 0;
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.13, 0.99);
transition: all 0.3s cubic-bezier(0.25, 0.25, 0.13, 0.99);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
.portfolio-item:hover .portfolio-item__link {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.portfolio-item__btn {
display: none;
position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translate(-50%, -45%);
-ms-transform: translate(-50%, -45%);
transform: translate(-50%, -45%);
border: 1px solid #fff;
padding: 0.45rem 0.9rem 0.3rem 0.9rem;
font-family: AGrotesk, sans-serif;
font-weight: 400;
text-transform: uppercase;
line-height: 0.75rem;
opacity: 1; }
.portfolio-item__btn:hover {
color: #05a4ff;
background-color: #fff;
-webkit-transition: all 0.6s cubic-bezier(0.25, 0.25, 0.13, 0.99);
transition: all 0.6s cubic-bezier(0.25, 0.25, 0.13, 0.99); }
.portfolio-item__desc {
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -15%);
-ms-transform: translate(-50%, -15%);
transform: translate(-50%, -15%);
list-style: none;
padding: 0;
text-align: center;
width: 90%; }
.portfolio-item__name {
text-transform: uppercase;
font-family: AGrotesk, sans-serif;
font-size: 0.825rem;
line-height: 1.125rem;
letter-spacing: .06em; }
.portfolio-item__tags {
display: none;
font-family: AGaramond, serif;
font-style: italic;
line-height: 1.2rem; }
.page-heading::after {
clear: both;
content: '';
display: table; }
.page-heading__wrapper {
width: 61.38614%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none; }
/*! END Content page-about */
/*! Content page-contact-me */
.page-contact-me {
margin-top: 4.5rem; }
.page-contact-me .get-in-touch-section {
width: 49.26829%;
float: left;
margin-right: -100%;
margin-left: 44.39024%;
clear: none;
position: relative; }
.page-contact-me .get-in-touch-section::before {
content: '';
display: block;
position: absolute;
top: -20%;
right: 0;
border-top: 22.5rem solid transparent;
border-bottom: 15rem solid transparent;
border-right: 67.5rem solid rgba(5, 164, 255, 0.2);
-webkit-filter: blur(150px);
filter: blur(150px); }
.page-contact-me .contact-list-section {
width: 42.92683%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none; }
.page-contact-me .contacts-list::after {
clear: both;
content: '';
display: table; }
/*! END Content page-contact-me */
/*! Content page-portfolio-item */
.site-content_template_portfolio-item__portfolio-navigation {
position: fixed; }
/*! END Content page-portfolio-item */
/*! Content skils-sliders-addable */
.textbox-heading, .skills-sliders {
width: 100%;
overflow: hidden; }
.textbox-heading__heading, .skills-sliders__heading {
width: 37.09677%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none; }
.textbox-heading__textbox, .skills-sliders__item {
width: 58.06452%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
.skill-item__number {
font-style: italic;
font-weight: 600; }
.skill-item__slider p {
width: 100%;
text-align: center;
font-family: AGrotesk, sans-serif;
font-size: 1rem;
margin-top: -0.75rem;
margin-bottom: 0.75rem; }
.skill-item__slider p::before {
content: '';
display: block;
position: absolute;
width: inherit;
bottom: -.3rem;
border-bottom: 2px solid #cdcdcd; }
.skill-item__slider span {
display: block;
border-bottom: 2px solid #222;
position: absolute;
top: 0;
bottom: -.3rem; }
.skill-item__comment {
font-style: italic;
padding-bottom: 0.75rem; }
.skill-item p:not(.skill-item__comment) {
padding-bottom: 0; }
/*! END Content skils-sliders-addable */
/*! Heading text box */
.textbox-heading, .skills-sliders {
width: 100%;
overflow: hidden; }
.textbox-heading__heading, .skills-sliders__heading {
width: 37.09677%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none;
font-family: AGrotesk, sans-serif;
font-size: 1.667rem;
text-transform: uppercase;
position: relative;
letter-spacing: .1em; }
.textbox-heading__heading:before, .skills-sliders__heading:before {
content: '';
display: block;
height: 0.75rem;
width: 100%;
border-bottom: 1px solid #222; }
.textbox-heading__heading:after, .skills-sliders__heading:after {
content: '';
display: block;
height: 0.75rem;
width: 0.75rem;
background-color: #222;
position: absolute;
top: 0;
right: 0; }
.textbox-heading__textbox, .skills-sliders__item {
width: 58.06452%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
/*! END Heading text box */
/* !Contact list */
.contacts-list {
width: 100%;
margin-bottom: 6rem; }
.contacts-list__heading {
width: 35.64356%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none;
font-family: AGrotesk, sans-serif;
font-size: 1.667rem;
text-transform: uppercase;
position: relative;
letter-spacing: .1em; }
.contacts-list__heading:before {
content: '';
display: block;
height: 0.75rem;
width: 100%;
border-bottom: 1px solid #222; }
.contacts-list__heading:after {
content: '';
display: block;
height: 0.75rem;
width: 0.75rem;
background-color: #222;
position: absolute;
top: 0;
right: 0; }
.contacts-list__list {
width: 61.38614%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none;
position: relative; }
.contacts-list__list::before {
height: 1.5rem;
width: 0.75rem;
border-right: 1px solid #222;
border-top: 1px solid #222;
display: inline-block;
position: absolute;
right: 0;
top: 0; }
.contacts-list__list::after {
content: '';
width: 0.75rem;
border-bottom: 3px solid #222;
display: inline-block;
position: absolute;
right: 0;
bottom: 0; }
.contact-item:not(:last-child) {
margin-bottom: 2.25rem; }
.contact-item::after {
clear: both;
content: '';
display: table; }
.contact-item__name {
font-weight: bold; }
.contact-item__number {
font-style: italic;
font-weight: 600; }
.contact-item__label {
width: 100%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none;
clear: both; }
.contact-item__label p {
padding: 0; }
.contact-item__info {
width: 100%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none;
clear: both; }
.contact-item__info-email {
font-size: inherit; }
.contact-item__info-email a {
border-bottom: 1px dotted #ae0cea !important; }
.contact-item__info_net-contacts_columns p {
display: inline-block !important;
margin-right: 0 !important; }
.contact-item__info_net-contacts p {
width: 33%;
margin-bottom: 0.75rem !important; }
.contact-item__info p {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.27em + 0.25rem - (1.5rem * 0.5));
top: calc(0.27em + 0.25rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif;
font-weight: 400; }
.contact-item__info p a {
color: #ae0cea;
text-decoration: none;
border-bottom: 1px solid #ae0cea;
-webkit-transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15); }
.contact-item__info p a:hover {
color: #05a4ff !important;
border-color: #05a4ff !important; }
/* !END Contact list */
/*! END Content */
/*! Footer */
footer {
display: block;
width: 100%;
position: relative;
float: left;
overflow: hidden; }
footer::before {
top: 50%;
left: 50%;
content: '';
position: absolute;
width: 120%;
height: 800%;
background: -webkit-linear-gradient(325deg, #ae0cea 0%, #5d54f4 75%, #05a4ff 90%);
background: linear-gradient(125deg, #ae0cea 0%, #5d54f4 75%, #05a4ff 90%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: rotate-footer-bg 10s cubic-bezier(0.89, 0.35, 0.43, 0.8) infinite;
animation: rotate-footer-bg 10s cubic-bezier(0.89, 0.35, 0.43, 0.8) infinite; }
.site-footer {
clear: both;
max-width: 74rem;
position: relative;
margin: 0 auto;
margin-top: 7.5rem;
margin-bottom: 2.25rem;
border-bottom: 1px solid #fff;
/* Footer hatch */
/* END Footer hatch */ }
.site-footer::after {
clear: both;
content: '';
display: table; }
.site-footer__name {
width: 22.77228%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none;
position: relative;
padding: 0 0 0.75rem 3rem; }
.site-footer__name span {
position: absolute;
top: -1.5rem;
left: 1.5rem;
text-transform: uppercase;
font-family: AGrotesk, sans-serif;
font-weight: 600;
color: #fff;
line-height: 0.75rem; }
.site-footer__name::before {
content: '';
display: block;
position: absolute;
border-left: 1px solid #fff;
height: 1.5rem;
bottom: 0;
left: 0; }
.site-footer__email {
width: 61.38614%;
float: left;
margin-right: -100%;
margin-left: 25.74257%;
clear: none;
position: relative;
padding: 0 0 0.75rem 3rem; }
.site-footer__email span {
position: absolute;
top: -1.5rem;
left: 1.5rem;
text-transform: uppercase;
font-family: AGrotesk, sans-serif;
font-weight: 600;
color: #fff;
line-height: 0.75rem; }
.site-footer__email::after {
content: '';
display: block;
position: absolute;
border-left: 1px solid #fff;
height: 1.5rem;
bottom: 0;
right: 0; }
.site-footer__email::before {
content: '';
display: block;
position: absolute;
border-left: 1px solid #fff;
height: 1.5rem;
bottom: 0;
left: 0; }
.site-footer__social-links {
width: 9.90099%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none;
position: relative;
padding: 0 0 0.75rem 0; }
.site-footer__social-links::after {
content: '';
display: block;
position: absolute;
border-left: 1px solid #fff;
height: 1.5rem;
bottom: 0;
right: 0; }
.site-footer__social-links .social-links {
height: auto;
position: absolute;
top: -3rem;
left: -1rem; }
.site-footer__social-links .social-links::after {
clear: both;
content: '';
display: table; }
.site-footer__social-links .social-links__item {
width: 2.1rem;
height: 2.1rem; }
.site-footer__social-links .social-links__item:not(:last-child) {
margin-right: 0.4rem; }
.site-footer__social-links .social-links__item svg {
fill: #fff;
width: 2.1rem;
height: 2.1rem; }
.site-footer__social-links .social-links__item svg:hover {
margin: -.1rem 0 0 -0.15rem;
width: 2.4rem;
height: 2.4rem; }
/*! Footer->animations*/
@-webkit-keyframes rotate-footer-bg {
from {
-webkit-transform: translate(-50%, -50%) rotate(0deg);
transform: translate(-50%, -50%) rotate(0deg); }
to {
-webkit-transform: translate(-50%, -50%) rotate(360deg);
transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes rotate-footer-bg {
from {
-webkit-transform: translate(-50%, -50%) rotate(0deg);
transform: translate(-50%, -50%) rotate(0deg); }
to {
-webkit-transform: translate(-50%, -50%) rotate(360deg);
transform: translate(-50%, -50%) rotate(360deg); } }
/*! END Footer->animations*/
/*! END Footer */
/*! 5. Components */
/*! Navigation */
.main-menu {
margin-top: 4.5rem;
list-style: none;
padding: 0;
display: inline-block;
float: right;
font-family: AGrotesk, sans-serif;
font-weight: 600;
font-size: 1rem;
top: 0;
bottom: 0; }
.main-menu__item {
position: relative;
float: left;
line-height: 0.75rem; }
.main-menu__item:not(:last-child)::after {
display: inline-block;
line-height: 0.75rem;
padding: 0 1em 0 1em;
content: '/'; }
.main-menu__item:last-child .main-menu__flag-active {
width: 100%; }
.main-menu__link {
display: inline-block;
line-height: 0.75rem;
color: #222;
text-decoration: none;
-webkit-transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15); }
.main-menu__link:hover {
color: #ae0cea; }
.main-menu__flag-active {
width: -webkit-calc(100% - 2.4em);
width: calc(100% - 2.4em);
height: 2em;
position: absolute;
margin-top: -0.675rem; }
.main-menu__flag-active .st0 {
stroke-width: 2; }
/*! END Navigation */
/*! Checkboxes */
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px; }
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
padding-left: 1.5rem;
cursor: pointer; }
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
width: 0.75rem;
height: 0.75rem;
border: 1px solid #222;
background: #fff; }
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: '✔';
position: absolute;
left: 1px;
font-size: 1rem;
line-height: 0.8;
color: #ae0cea;
-webkit-transition: all .2s;
transition: all .2s; }
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0); }
[type="checkbox"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #222;
background-color: #cdcdcd; }
[type="checkbox"]:disabled:checked + label:after {
color: #222; }
[type="checkbox"]:disabled + label {
color: #222; }
/* accessibility */
/* hover style just for information */
label:hover:before {
border: 1px solid #05a4ff !important; }
[type="checkbox"]:disabled + label:hover:before {
border: 1px solid #222 !important; }
/*! END Checkboxes */
/*! Forms */
.contact-form__heading {
width: 35.64356%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none;
font-family: AGrotesk, sans-serif;
font-size: 1.667rem;
text-transform: uppercase;
position: relative;
letter-spacing: .1em; }
.contact-form__heading:before {
content: '';
display: block;
height: 0.75rem;
width: 100%;
border-bottom: 1px solid #222; }
.contact-form__heading:after {
content: '';
display: block;
height: 0.75rem;
width: 0.75rem;
background-color: #222;
position: absolute;
top: 0;
right: 0; }
.contact-form__form {
width: 61.38614%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
.contact-form__item {
margin-bottom: 2.25rem; }
.contact-form__item::after {
clear: both;
content: '';
display: table; }
.contact-form__submit-btn {
border: none;
background-color: #222;
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1.667rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + -0.0835rem - (1.5rem * 0.5));
top: calc(0.139em + -0.0835rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif;
top: inherit;
color: #fff;
height: 3rem;
padding: 0 1.5rem 0 1.5rem;
font-weight: 200;
cursor: pointer; }
.contact-form__submit-btn:hover {
background-color: #ae0cea;
-webkit-transition: all 1.5s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: all 1.5s cubic-bezier(0, 2.95, 0.34, 0.15); }
.contact-form__submit-btn:focus {
outline: none; }
.contact-form .field_theme {
border: none;
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + 0.25rem - (1.5rem * 0.5));
top: calc(0.139em + 0.25rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif;
color: #ae0cea;
top: 0;
margin-bottom: 0.75rem;
margin-top: 0.75rem;
resize: none;
background-position: 0 1.5rem !important;
display: block;
letter-spacing: .1rem; }
.contact-form .field_theme:focus {
outline: none;
border-color: #05a4ff; }
.contact-form .field-text__label, .contact-form .field-textarea__label {
display: block;
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.27em + 0.25rem - (1.5rem * 0.5));
top: calc(0.27em + 0.25rem - (1.5rem * 0.5));
font-weight: 600; }
.contact-form .field-text__input-required, .contact-form .field-textarea__input-required {
font-size: inherit;
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 0.59988rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + -0.29994rem - (0rem * 0.5));
top: calc(0.139em + -0.29994rem - (0rem * 0.5));
font-family: AGrotesk, sans-serif;
vertical-align: inherit;
font-style: italic; }
.contact-form .field-text__info, .contact-form .field-textarea__info {
clear: both; }
.contact-form .field-text__info p, .contact-form .field-textarea__info p {
padding-bottom: 0; }
.contact-form .field-text__input, .contact-form .field-textarea__input {
position: relative; }
.contact-form .field-text__input::after, .contact-form .field-textarea__input::after {
clear: both;
content: '';
display: table; }
.contact-form .field-text__input::before, .contact-form .field-textarea__input::before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 0.75rem;
top: -1px;
border-top: solid 1px #222;
border-right: solid 1px #222; }
.contact-form .field-text__input_textarea, .contact-form .field-textarea__input_textarea {
width: 100%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
.contact-form .field-text__input_textarea textarea, .contact-form .field-textarea__input_textarea textarea {
width: 100%;
height: 10.5rem; }
.contact-form .field-text__input_text, .contact-form .field-textarea__input_text {
width: 100%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
.contact-form .field-text__input_text input, .contact-form .field-textarea__input_text input {
width: 100%;
height: 1.5rem;
background-repeat-y: no-repeat; }
/*! END Forms */
/*! Blocks-typography */
.block-heading, .page-portfolio__filter .portfolio-filter__heading, .textbox-heading__heading, .skills-sliders__heading {
/* font-family: $font-display;
font-size: $font-size-m; */
text-transform: uppercase;
letter-spacing: .1em;
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1.667rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + -0.0835rem - (1.5rem * 0.5));
top: calc(0.139em + -0.0835rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif;
padding-top: 2.25rem; }
.block-heading:before, .page-portfolio__filter .portfolio-filter__heading:before, .textbox-heading__heading:before, .skills-sliders__heading:before {
content: '';
display: block;
height: 0.75rem;
width: 100%;
position: absolute;
border-bottom: 1px solid #222;
top: 0.6rem; }
.block-heading:after, .page-portfolio__filter .portfolio-filter__heading:after, .textbox-heading__heading:after, .skills-sliders__heading:after {
content: '';
display: block;
height: 0.75rem;
width: 0.75rem;
background-color: #222;
position: absolute;
top: 0.6rem;
right: 0; }
/*! END Blocks-typography */
/*! 6. Page-specific styles */ | style.css | @charset "UTF-8";
/*!
Theme Name: Bogatiy Pavel portfolio
Author: <NAME>
Author URI: http://bogatiy.com
Version: 1.0.0
License: GNU General Public License
*/
/*! 1. Configuration and helpers */
/*! 2. Vendors */
/*!Vertical Rhythm*/
html {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
*, *:before, *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
body {
margin: 0;
padding: 0;
font-family: AGaramond, serif;
font-size: 1rem;
line-height: 1.5; }
h1, .h1 {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 7.72222rem;
line-height: 10.5rem;
top: -webkit-calc(0.139em + 1.38889rem - (10.5rem * 0.5));
top: calc(0.139em + 1.38889rem - (10.5rem * 0.5));
font-family: AGrotesk, sans-serif; }
h2, .h2 {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 4.63241rem;
line-height: 6rem;
top: -webkit-calc(0.139em + 0.6838rem - (6rem * 0.5));
top: calc(0.139em + 0.6838rem - (6rem * 0.5));
font-family: AGrotesk, sans-serif; }
h3, .h3 {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 2.77889rem;
line-height: 3rem;
top: -webkit-calc(0.139em + 0.11056rem - (3rem * 0.5));
top: calc(0.139em + 0.11056rem - (3rem * 0.5));
font-family: AGrotesk, sans-serif; }
h4, .h4 {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1.667rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + -0.0835rem - (1.5rem * 0.5));
top: calc(0.139em + -0.0835rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif; }
h5, .h5 {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + 0.25rem - (1.5rem * 0.5));
top: calc(0.139em + 0.25rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif; }
h6, .h6 {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 0.59988rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + -0.29994rem - (0rem * 0.5));
top: calc(0.139em + -0.29994rem - (0rem * 0.5));
font-family: AGrotesk, sans-serif; }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
margin-bottom: 0.75rem; }
p {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.27em + 0.25rem - (1.5rem * 0.5));
top: calc(0.27em + 0.25rem - (1.5rem * 0.5));
padding-bottom: 3rem; }
blockquote {
margin: 0;
padding: 0; }
blockquote p {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1.667rem;
line-height: 1.5rem;
top: -webkit-calc(0.27em + -0.0835rem - (1.5rem * 0.5));
top: calc(0.27em + -0.0835rem - (1.5rem * 0.5)); }
cite {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + 0.25rem - (1.5rem * 0.5));
top: calc(0.139em + 0.25rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif;
display: block;
padding: 0 0 3rem; }
code {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + 0.25rem - (1.5rem * 0.5));
top: calc(0.139em + 0.25rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif;
display: block;
padding: 0 0 3rem; }
code pre {
margin: 0;
font-family: AGrotesk, sans-serif; }
p code {
position: static;
top: auto;
display: inline;
line-height: 0; }
ol,
ul {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.27em + 0.25rem - (1.5rem * 0.5));
top: calc(0.27em + 0.25rem - (1.5rem * 0.5));
padding-bottom: 3rem; }
ol ol,
ol ul,
ul ol,
ul ul {
position: static;
top: auto;
padding-bottom: 0; }
small {
font-size: 0.59988rem;
line-height: 1; }
/*!END Vertical Rhythm*/
/*! 3. Base stuff */
@font-face {
font-family: AGrotesk;
src: url("fonts/AkzidenzGroteskPro-Regular.otf");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: AGrotesk;
src: url("fonts/AkzidenzGroteskPro-Light.otf");
font-weight: 200;
font-style: normal; }
@font-face {
font-family: AGrotesk;
src: url("fonts/AkzidenzGroteskPro-Bold.otf");
font-weight: 600;
font-style: normal; }
@font-face {
font-family: AGrotesk;
src: url("fonts/AkzidenzGroteskPro-BoldIt.otf");
font-weight: 600;
font-style: italic; }
@font-face {
font-family: AGaramond;
src: url("fonts/AGaramondPro-Regular.otf");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: AGaramond;
src: url("fonts/AGaramondPro-Italic.otf");
font-weight: normal;
font-style: italic; }
@font-face {
font-family: AGaramond;
src: url("fonts/AGaramondPro-Bold.otf");
font-weight: 600;
font-style: normal; }
@font-face {
font-family: AGaramond;
src: url("fonts/AGaramondPro-BoldItalic.otf");
font-weight: 600;
font-style: italic; }
/**
* Clear inner floats
*/
/**
* Main content containers
* 1. Make the container full-width with a maximum width
* 2. Center it in the viewport
* 3. Leave some space on the edges, especially valuable on small screens
*/
/**
* Hide text while making it readable for screen readers
* 1. Needed in WebKit-based browsers because of an implementation bug;
* See: https://code.google.com/p/chromium/issues/detail?id=457146
*/
/**
* Hide element while making it readable for screen readers
* Shamelessly borrowed from HTML5Boilerplate:
* https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
*/
/* .visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
*/
/*! 4. Layout-related sections */
/* Set Singularity GS setting */
/*! Blocks */
/*! Social links block */
.social-links {
top: 0;
height: 1.5rem;
padding: 0; }
.social-links__item {
display: inline-block;
float: left;
height: 2.25rem;
width: 2.25rem; }
.social-links__item:not(:last-child) {
margin-right: .7em; }
.social-links__item svg {
width: 2.25rem;
height: 2.25rem;
-webkit-transition: 0.2s cubic-bezier(0.46, -1.59, 0.35, 3.13);
transition: 0.2s cubic-bezier(0.46, -1.59, 0.35, 3.13); }
.social-links__item svg:hover {
margin: -0.375rem 0 0 -0.375rem;
width: 3rem;
height: 3rem;
fill: #ae0cea; }
.social-links::after {
display: block;
content: '';
clear: both; }
/*! END Social links block */
/*! Page heading block */
.page-heading {
height: 6rem;
margin-top: 6rem; }
.page-heading__wrapper {
position: relative; }
.page-heading__heading {
display: inline-block;
overflow: hidden;
color: #222;
z-index: 1;
color: rgba(34, 34, 34, 0);
margin-bottom: 0;
-webkit-transition: color 0s 0.4s;
transition: color 0s 0.4s; }
.page-heading__heading_visible {
color: #222222;
-webkit-transition: color 0s 0.4s;
transition: color 0s 0.4s; }
.page-heading__filler {
background-color: #ae0cea;
width: 0;
height: 6rem;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2;
-webkit-filter: blur(60px);
filter: blur(60px); }
.page-heading__filler_disabled {
width: 100%;
opacity: 0;
-webkit-animation: move 0.7s cubic-bezier(1, 0.01, 0.54, 1);
animation: move 0.7s cubic-bezier(1, 0.01, 0.54, 1); }
@-webkit-keyframes move {
0% {
width: 0;
left: 0;
opacity: 1; }
47% {
left: 0;
width: 150%; }
53% {
width: 150%; }
99% {
opacity: 1; }
100% {
width: 0;
left: 100%;
opacity: 0;
background-color: #05a4ff; } }
@keyframes move {
0% {
width: 0;
left: 0;
opacity: 1; }
47% {
left: 0;
width: 150%; }
53% {
width: 150%; }
99% {
opacity: 1; }
100% {
width: 0;
left: 100%;
opacity: 0;
background-color: #05a4ff; } }
/*! END Page heading block */
/*! Page heading block */
.portfolio-navigation {
margin-top: 21rem;
position: fixed; }
.portfolio-navigation__item_previous {
float: left; }
.portfolio-navigation__item_next {
float: right; }
.portfolio-navigation__link {
text-decoration: none;
color: #222; }
.portfolio-navigation__link:hover {
color: #ae0cea; }
.portfolio-navigation__img {
display: block; }
.portfolio-navigation__img::after {
clear: both;
content: '';
display: table; }
.portfolio-navigation__img > svg .arrrow {
stroke: #222; }
.portfolio-navigation__img > svg:hover .arrrow {
stroke: #ae0cea; }
.portfolio-navigation__img_previous > svg {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
height: 3rem;
float: left; }
.portfolio-navigation__img_next > svg {
height: 3rem;
float: right; }
.portfolio-navigation__name {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 0.59988rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + -0.29994rem - (0rem * 0.5));
top: calc(0.139em + -0.29994rem - (0rem * 0.5));
font-family: AGrotesk, sans-serif;
font-style: italic;
font-weight: bold; }
.portfolio-navigation__name_previous {
float: left; }
.portfolio-navigation__name_next {
float: right; }
/*! END Page heading block */
/*! END Blocks */
/*! Header */
.site-header {
height: 21rem;
clear: both;
max-width: 74rem;
position: relative;
margin: 0 auto;
/* &__logo_template_portfolio-item{
@include grid-span(1, 1);
} */ }
.site-header__logo {
width: 35.64356%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none; }
.site-header__main-navigation {
width: 35.64356%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
.site-header__social-links {
width: 35.64356%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none;
clear: right;
margin-top: 6rem;
position: relative; }
.site-header__social-links::before {
content: '';
display: block;
height: 0.75rem;
width: 1.9em;
border-left: 1px solid #222;
border-bottom: 1px solid #222;
position: absolute;
top: -0.75rem; }
.site-header__social-links .social-links {
float: right; }
.site-header__social-links_template_portfolio-item {
margin-top: 3.75rem; }
.site-header__social-links_template_portfolio-item::before {
display: none !important; }
.header-logo__name {
width: 11.25rem;
height: 4.5rem;
margin-top: 5.25rem;
-webkit-transform: rotate(-90deg) translateX(-11.25rem);
-ms-transform: rotate(-90deg) translateX(-11.25rem);
transform: rotate(-90deg) translateX(-11.25rem);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; }
.header-logo__name a {
text-decoration: none;
letter-spacing: .06em;
font-size: 2.4em;
color: #222;
font-family: AGrotesk, sans-serif;
text-transform: uppercase;
line-height: .8; }
.header-logo__name_template_portfolio-item {
width: 11.25rem;
height: 4.5rem;
margin-top: 0; }
.header-logo__name_template_portfolio-item a {
font-size: 2em; }
.header-logo__description {
margin: 7.75rem 0 0 0;
/* padding: .25*$rtm 0;
line-height: 1.15;
overflow: hidden; */ }
.header-logo__description span {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.27em + 0.25rem - (1.5rem * 0.5));
top: calc(0.27em + 0.25rem - (1.5rem * 0.5));
display: inline-block;
background-color: #222;
color: #fff;
font-style: italic;
font-weight: 600;
padding: 0 0.6rem 0 0.6rem;
line-height: 1.5rem;
float: left;
clear: left; }
.header-logo__description span:first-child {
z-index: 100;
position: relative;
padding-top: 0.1875rem; }
.header-logo__description span:last-child {
margin-top: -0.375rem;
padding-top: 0.1875rem; }
.header-logo__description_template_portfolio-item {
margin: 4rem 0 0 4.125rem; }
/*! END Header */
/*! Content */
.site-content {
clear: both;
max-width: 74rem;
position: relative;
margin: 0 auto;
margin-bottom: 6rem; }
.site-content::after {
clear: both;
content: '';
display: table; }
.site-content__main {
width: 100%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
.site-content_template_portfolio-item {
clear: both;
max-width: 74rem;
position: relative;
margin: 0 auto; }
.site-content_template_portfolio-item__portfolio-navigation {
width: 87.31707%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none; }
.site-content_template_portfolio-item .content-area-portfolio-item {
width: 74.63415%;
float: left;
margin-right: -100%;
margin-left: 6.34146%;
clear: none; }
/*! Content page-about */
.page-about-content {
width: 61.38614%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none;
margin-top: 10.5rem; }
.page-about-aside {
width: 35.64356%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
.page-about-aside__photo {
height: 22.5rem;
margin-top: -6rem; }
.page-about-aside__photo svg {
height: 100%;
/* Не работают свойства X и Y для элемента маски!!
>#img-patch-indent{
//x: 3.5*$rtm !important;
}*/ }
.page-about-aside__photo svg #mask-circles rect:nth-child(2), .page-about-aside__photo svg #mask-circles-invert rect:nth-child(2) {
height: 5.25rem;
y: 24rem; }
.page-about-aside__portfolio-link {
clear: both;
margin-top: 3.75rem;
height: 3rem; }
.page-about-aside__portfolio-link a {
line-height: 1.05;
display: inline-block;
position: relative;
float: right;
font-family: AGrotesk, sans-serif;
text-decoration: none;
color: #222;
font-size: 1.667rem;
-webkit-transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15); }
@-webkit-keyframes arrow-shake {
0% {
-webkit-transform: translate(0, 0) rotateX(0deg);
transform: translate(0, 0) rotateX(0deg); }
45% {
-webkit-transform: translate(-0.2em, 0) rotateX(0deg);
transform: translate(-0.2em, 0) rotateX(0deg); }
45% {
-webkit-transform: translate(0.8em, 0) rotateX(30deg);
transform: translate(0.8em, 0) rotateX(30deg); }
85% {
-webkit-transform: translate(-0.2em, 0) rotateX(10deg);
transform: translate(-0.2em, 0) rotateX(10deg); }
100% {
-webkit-transform: translateX(0) rotateX(0deg);
transform: translateX(0) rotateX(0deg); } }
@keyframes arrow-shake {
0% {
-webkit-transform: translate(0, 0) rotateX(0deg);
transform: translate(0, 0) rotateX(0deg); }
45% {
-webkit-transform: translate(-0.2em, 0) rotateX(0deg);
transform: translate(-0.2em, 0) rotateX(0deg); }
45% {
-webkit-transform: translate(0.8em, 0) rotateX(30deg);
transform: translate(0.8em, 0) rotateX(30deg); }
85% {
-webkit-transform: translate(-0.2em, 0) rotateX(10deg);
transform: translate(-0.2em, 0) rotateX(10deg); }
100% {
-webkit-transform: translateX(0) rotateX(0deg);
transform: translateX(0) rotateX(0deg); } }
.page-about-aside__portfolio-link a svg {
height: 3rem;
float: right;
margin: 0 0 0 1.5rem; }
.page-about-aside__portfolio-link a svg .arrrow {
-webkit-transition: all 0.6s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: all 0.6s cubic-bezier(0, 2.95, 0.34, 0.15);
stroke: #222; }
.page-about-aside__portfolio-link a:hover svg {
-webkit-animation: arrow-shake 0.8s alternate-reverse cubic-bezier(0.22, 0.61, 0.36, 1);
animation: arrow-shake 0.8s alternate-reverse cubic-bezier(0.22, 0.61, 0.36, 1); }
.page-about-aside__portfolio-link a:hover svg .arrrow {
stroke: #ae0cea; }
.page-about-aside__download-cv {
clear: right;
margin-top: 7.5rem;
font-family: AGaramond, serif;
font-style: italic;
font-weight: 600;
height: 2.25rem; }
.page-about-aside__download-cv::before {
content: '';
display: inline-block;
height: 2.25rem;
width: 0.75rem;
border-left: 1px solid #222;
border-top: 1px solid #222; }
.page-about-aside__download-cv a {
display: inline-block;
position: relative;
vertical-align: top;
line-height: 2.25rem;
color: #222;
text-decoration: none;
-webkit-transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15); }
.page-about-aside__download-cv a:hover {
color: #ae0cea; }
.page-about-aside__download-cv a:hover svg {
background-color: #fff; }
.page-about-aside__download-cv a:hover svg #BG {
y: 0;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 1s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: 1s cubic-bezier(0, 2.95, 0.34, 0.15); }
.page-about-aside__download-cv a span {
vertical-align: middle; }
.page-about-aside__download-cv a svg {
position: absolute;
height: 2.25rem;
margin-left: 0.75rem;
top: 0;
right: -3rem;
background-color: #222; }
.page-about-aside__download-cv a svg #Arrow, .page-about-aside__download-cv a svg #Line {
fill: #fff; }
.page-about-aside__download-cv a svg #BG {
fill: url("#dwnld_grad");
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
y: -3.75rem;
-webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
transition: 0.3s cubic-bezier(0.4, 0, 1, 1); }
/*! END Content page-about */
/*! Content page-about */
.page-portfolio {
margin-top: 3rem; }
.page-portfolio::after {
clear: both;
content: '';
display: table; }
.page-portfolio__filter {
width: 22.77228%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none; }
.page-portfolio__filter .portfolio-filter__show-all {
border: 0;
padding: 0;
background-color: transparent;
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + 0.25rem - (1.5rem * 0.5));
top: calc(0.139em + 0.25rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif;
float: right;
margin-top: 1.5rem;
color: #ae0cea;
cursor: pointer;
-webkit-transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15); }
.page-portfolio__filter .portfolio-filter__show-all:hover {
color: #05a4ff; }
.page-portfolio__filter .portfolio-filter__show-all:hover::after {
border-bottom: 1px dotted #05a4ff; }
.page-portfolio__filter .portfolio-filter__show-all:focus {
outline-color: transparent; }
.page-portfolio__filter .portfolio-filter__show-all::after {
content: '';
display: inline-block;
border-bottom: 1px dotted #ae0cea;
position: absolute;
left: 0;
bottom: 0.1875rem;
width: 100%; }
.page-portfolio__filter .portfolio-filter__controls {
margin-top: 2.25rem;
/* checkbox aspect */
/* checked mark aspect */ }
.page-portfolio__filter .portfolio-filter__controls [type="checkbox"]:not(:checked) + label:before,
.page-portfolio__filter .portfolio-filter__controls [type="checkbox"]:checked + label:before {
position: absolute;
left: initial;
right: 0 !important;
top: 0.25rem; }
.page-portfolio__filter .portfolio-filter__controls [type="checkbox"]:not(:checked) + label:after,
.page-portfolio__filter .portfolio-filter__controls [type="checkbox"]:checked + label:after {
position: absolute;
left: initial;
right: -2px !important;
top: 0.25rem;
-webkit-transition: all .2s;
transition: all .2s; }
.page-portfolio__filter .portfolio-filter__label {
font-style: italic;
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 0.59988rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + -0.29994rem - (0rem * 0.5));
top: calc(0.139em + -0.29994rem - (0rem * 0.5));
font-family: AGrotesk, sans-serif; }
.page-portfolio__filter .portfolio-filter__checkbox {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.27em + 0.25rem - (1.5rem * 0.5));
top: calc(0.27em + 0.25rem - (1.5rem * 0.5));
display: inline-block;
width: 12rem;
font-size: 1rem;
padding-left: 0.75rem;
font-style: italic;
font-weight: bold;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.page-portfolio__filter .portfolio-filter__mark {
height: 0.75rem;
border-left: 3px solid #222;
display: inline-block;
position: absolute;
left: 0;
top: 0.25rem; }
.page-portfolio__works {
width: 61.38614%;
float: left;
margin-right: -100%;
margin-left: 25.74257%;
clear: none; }
.portfolio-works_filler_on {
position: relative;
overflow: hidden; }
.portfolio-works_filler_on::after {
content: '';
display: block;
position: absolute;
top: 0;
left: 100%;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(30deg, #ae0cea 0%, #5d54f4 75%, #05a4ff 90%);
background: linear-gradient(60deg, #ae0cea 0%, #5d54f4 75%, #05a4ff 90%);
-webkit-filter: blur(60px);
filter: blur(60px);
-webkit-animation: move2 0.9s cubic-bezier(1, 0, 0.2, 1);
animation: move2 0.9s cubic-bezier(1, 0, 0.2, 1); }
@-webkit-keyframes move2 {
0% {
width: 0;
left: 0;
opacity: 1; }
47% {
left: 0;
width: 150%; }
53% {
width: 150%; }
99% {
opacity: 1; }
100% {
width: 0;
left: 100%;
opacity: 0; } }
@keyframes move2 {
0% {
width: 0;
left: 0;
opacity: 1; }
47% {
left: 0;
width: 150%; }
53% {
width: 150%; }
99% {
opacity: 1; }
100% {
width: 0;
left: 100%;
opacity: 0; } }
.portfolio-works__item {
width: 33.33333%;
clear: right;
float: left;
margin-left: 0;
margin-right: 0%;
opacity: 1;
-webkit-transition: all 0s 0.4s;
transition: all 0s 0.4s; }
.portfolio-works__item_hide {
opacity: 0; }
.portfolio-item {
height: 15rem;
position: relative;
background: -webkit-linear-gradient(315deg, #ae0cea -2%, #5d54f4 54%, #05a4ff 96%);
background: linear-gradient(135deg, #ae0cea -2%, #5d54f4 54%, #05a4ff 96%);
overflow: hidden;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
/* &__desc{
display: block;
position: absolute;
bottom: 0;
top: initial;
list-style: none;
padding: 0 .5*$rtm .5*$rtm .5*$rtm;
} */
/*&__name{
text-transform: uppercase;
font-family: $font-display;
font-weight: 400;
font-size: .55*$rtm;
line-height: .75*$rtm;
} */ }
.portfolio-item:nth-child(3n+1) {
border-left: 1px solid #222; }
.portfolio-item:nth-child(-n+3) {
border-top: 1px solid #222; }
.portfolio-item__bg-img {
display: block;
width: auto;
height: -webkit-calc(100% + 1px);
height: calc(100% + 1px);
background-size: cover;
-webkit-transition: all 0.35s cubic-bezier(0.25, 0.25, 0.13, 0.99);
transition: all 0.35s cubic-bezier(0.25, 0.25, 0.13, 0.99); }
.portfolio-item:hover .portfolio-item__bg-img {
-webkit-transform: translate(2%, 3%) scale(1.1) rotateZ(-0.8deg);
-ms-transform: translate(2%, 3%) scale(1.1) rotate(-0.8deg);
transform: translate(2%, 3%) scale(1.1) rotateZ(-0.8deg);
opacity: .2; }
.portfolio-item__link {
display: block;
width: 100%;
height: 100%;
color: #fff;
position: absolute;
top: 0;
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.13, 0.99);
transition: all 0.3s cubic-bezier(0.25, 0.25, 0.13, 0.99);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
.portfolio-item:hover .portfolio-item__link {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.portfolio-item__btn {
display: none;
position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translate(-50%, -45%);
-ms-transform: translate(-50%, -45%);
transform: translate(-50%, -45%);
border: 1px solid #fff;
padding: 0.45rem 0.9rem 0.3rem 0.9rem;
font-family: AGrotesk, sans-serif;
font-weight: 400;
text-transform: uppercase;
line-height: 0.75rem;
opacity: 1; }
.portfolio-item__btn:hover {
color: #05a4ff;
background-color: #fff;
-webkit-transition: all 0.6s cubic-bezier(0.25, 0.25, 0.13, 0.99);
transition: all 0.6s cubic-bezier(0.25, 0.25, 0.13, 0.99); }
.portfolio-item__desc {
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -15%);
-ms-transform: translate(-50%, -15%);
transform: translate(-50%, -15%);
list-style: none;
padding: 0;
text-align: center;
width: 90%; }
.portfolio-item__name {
text-transform: uppercase;
font-family: AGrotesk, sans-serif;
font-size: 0.825rem;
line-height: 1.125rem;
letter-spacing: .06em; }
.portfolio-item__tags {
display: none;
font-family: AGaramond, serif;
font-style: italic;
line-height: 1.2rem; }
.page-heading::after {
clear: both;
content: '';
display: table; }
.page-heading__wrapper {
width: 61.38614%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none; }
/*! END Content page-about */
/*! Content page-contact-me */
.page-contact-me {
margin-top: 4.5rem; }
.page-contact-me .get-in-touch-section {
width: 49.26829%;
float: left;
margin-right: -100%;
margin-left: 44.39024%;
clear: none;
position: relative; }
.page-contact-me .get-in-touch-section::before {
content: '';
display: block;
position: absolute;
top: -20%;
right: 0;
border-top: 22.5rem solid transparent;
border-bottom: 15rem solid transparent;
border-right: 67.5rem solid rgba(5, 164, 255, 0.2);
-webkit-filter: blur(150px);
filter: blur(150px); }
.page-contact-me .contact-list-section {
width: 42.92683%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none; }
.page-contact-me .contacts-list::after {
clear: both;
content: '';
display: table; }
/*! END Content page-contact-me */
/*! Content page-portfolio-item */
.site-content_template_portfolio-item__portfolio-navigation {
position: fixed; }
/*! END Content page-portfolio-item */
/*! Content skils-sliders-addable */
.textbox-heading, .skills-sliders {
width: 100%;
overflow: hidden; }
.textbox-heading__heading, .skills-sliders__heading {
width: 37.09677%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none; }
.textbox-heading__textbox, .skills-sliders__item {
width: 58.06452%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
.skill-item__number {
font-style: italic;
font-weight: 600; }
.skill-item__slider p {
width: 100%;
text-align: center;
font-family: AGrotesk, sans-serif;
font-size: 1rem;
margin-top: -0.75rem;
margin-bottom: 0.75rem; }
.skill-item__slider p::before {
content: '';
display: block;
position: absolute;
width: inherit;
bottom: -.3rem;
border-bottom: 2px solid #cdcdcd; }
.skill-item__slider span {
display: block;
border-bottom: 2px solid #222;
position: absolute;
top: 0;
bottom: -.3rem; }
.skill-item__comment {
font-style: italic;
padding-bottom: 0.75rem; }
.skill-item p:not(.skill-item__comment) {
padding-bottom: 0; }
/*! END Content skils-sliders-addable */
/*! Heading text box */
.textbox-heading, .skills-sliders {
width: 100%;
overflow: hidden; }
.textbox-heading__heading, .skills-sliders__heading {
width: 37.09677%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none;
font-family: AGrotesk, sans-serif;
font-size: 1.667rem;
text-transform: uppercase;
position: relative;
letter-spacing: .1em; }
.textbox-heading__heading:before, .skills-sliders__heading:before {
content: '';
display: block;
height: 0.75rem;
width: 100%;
border-bottom: 1px solid #222; }
.textbox-heading__heading:after, .skills-sliders__heading:after {
content: '';
display: block;
height: 0.75rem;
width: 0.75rem;
background-color: #222;
position: absolute;
top: 0;
right: 0; }
.textbox-heading__textbox, .skills-sliders__item {
width: 58.06452%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
/*! END Heading text box */
/* !Contact list */
.contacts-list {
width: 100%;
margin-bottom: 6rem; }
.contacts-list__heading {
width: 35.64356%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none;
font-family: AGrotesk, sans-serif;
font-size: 1.667rem;
text-transform: uppercase;
position: relative;
letter-spacing: .1em; }
.contacts-list__heading:before {
content: '';
display: block;
height: 0.75rem;
width: 100%;
border-bottom: 1px solid #222; }
.contacts-list__heading:after {
content: '';
display: block;
height: 0.75rem;
width: 0.75rem;
background-color: #222;
position: absolute;
top: 0;
right: 0; }
.contacts-list__list {
width: 61.38614%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none;
position: relative; }
.contacts-list__list::before {
height: 1.5rem;
width: 0.75rem;
border-right: 1px solid #222;
border-top: 1px solid #222;
display: inline-block;
position: absolute;
right: 0;
top: 0; }
.contacts-list__list::after {
content: '';
width: 0.75rem;
border-bottom: 3px solid #222;
display: inline-block;
position: absolute;
right: 0;
bottom: 0; }
.contact-item:not(:last-child) {
margin-bottom: 2.25rem; }
.contact-item::after {
clear: both;
content: '';
display: table; }
.contact-item__name {
font-weight: bold; }
.contact-item__number {
font-style: italic;
font-weight: 600; }
.contact-item__label {
width: 100%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none;
clear: both; }
.contact-item__label p {
padding: 0; }
.contact-item__info {
width: 100%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none;
clear: both; }
.contact-item__info-email {
font-size: inherit; }
.contact-item__info-email a {
border-bottom: 1px dotted #ae0cea !important; }
.contact-item__info_net-contacts_columns p {
display: inline-block !important;
margin-right: 0 !important; }
.contact-item__info_net-contacts p {
width: 33%;
margin-bottom: 0.75rem !important; }
.contact-item__info p {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.27em + 0.25rem - (1.5rem * 0.5));
top: calc(0.27em + 0.25rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif;
font-weight: 400; }
.contact-item__info p a {
color: #ae0cea;
text-decoration: none;
border-bottom: 1px solid #ae0cea;
-webkit-transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15); }
.contact-item__info p a:hover {
color: #05a4ff !important;
border-color: #05a4ff !important; }
/* !END Contact list */
/*! END Content */
/*! Footer */
footer {
display: block;
width: 100%;
position: relative;
float: left;
overflow: hidden; }
footer::before {
top: 50%;
left: 50%;
content: '';
position: absolute;
width: 120%;
height: 800%;
background: -webkit-linear-gradient(325deg, #ae0cea 0%, #5d54f4 75%, #05a4ff 90%);
background: linear-gradient(125deg, #ae0cea 0%, #5d54f4 75%, #05a4ff 90%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: rotate-footer-bg 10s cubic-bezier(0.89, 0.35, 0.43, 0.8) infinite;
animation: rotate-footer-bg 10s cubic-bezier(0.89, 0.35, 0.43, 0.8) infinite; }
.site-footer {
clear: both;
max-width: 74rem;
position: relative;
margin: 0 auto;
margin-top: 7.5rem;
margin-bottom: 2.25rem;
border-bottom: 1px solid #fff;
/* Footer hatch */
/* END Footer hatch */ }
.site-footer::after {
clear: both;
content: '';
display: table; }
.site-footer__name {
width: 22.77228%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none;
position: relative;
padding: 0 0 0.75rem 3rem; }
.site-footer__name span {
position: absolute;
top: -1.5rem;
left: 1.5rem;
text-transform: uppercase;
font-family: AGrotesk, sans-serif;
font-weight: 600;
color: #fff;
line-height: 0.75rem; }
.site-footer__name::before {
content: '';
display: block;
position: absolute;
border-left: 1px solid #fff;
height: 1.5rem;
bottom: 0;
left: 0; }
.site-footer__email {
width: 61.38614%;
float: left;
margin-right: -100%;
margin-left: 25.74257%;
clear: none;
position: relative;
padding: 0 0 0.75rem 3rem; }
.site-footer__email span {
position: absolute;
top: -1.5rem;
left: 1.5rem;
text-transform: uppercase;
font-family: AGrotesk, sans-serif;
font-weight: 600;
color: #fff;
line-height: 0.75rem; }
.site-footer__email::after {
content: '';
display: block;
position: absolute;
border-left: 1px solid #fff;
height: 1.5rem;
bottom: 0;
right: 0; }
.site-footer__email::before {
content: '';
display: block;
position: absolute;
border-left: 1px solid #fff;
height: 1.5rem;
bottom: 0;
left: 0; }
.site-footer__social-links {
width: 9.90099%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none;
position: relative;
padding: 0 0 0.75rem 0; }
.site-footer__social-links::after {
content: '';
display: block;
position: absolute;
border-left: 1px solid #fff;
height: 1.5rem;
bottom: 0;
right: 0; }
.site-footer__social-links .social-links {
height: auto;
position: absolute;
top: -3rem;
left: -1rem; }
.site-footer__social-links .social-links::after {
clear: both;
content: '';
display: table; }
.site-footer__social-links .social-links__item {
width: 2.1rem;
height: 2.1rem; }
.site-footer__social-links .social-links__item:not(:last-child) {
margin-right: 0.4rem; }
.site-footer__social-links .social-links__item svg {
fill: #fff;
width: 2.1rem;
height: 2.1rem; }
.site-footer__social-links .social-links__item svg:hover {
margin: -.1rem 0 0 -0.15rem;
width: 2.4rem;
height: 2.4rem; }
/*! Footer->animations*/
@-webkit-keyframes rotate-footer-bg {
from {
-webkit-transform: translate(-50%, -50%) rotate(0deg);
transform: translate(-50%, -50%) rotate(0deg); }
to {
-webkit-transform: translate(-50%, -50%) rotate(360deg);
transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes rotate-footer-bg {
from {
-webkit-transform: translate(-50%, -50%) rotate(0deg);
transform: translate(-50%, -50%) rotate(0deg); }
to {
-webkit-transform: translate(-50%, -50%) rotate(360deg);
transform: translate(-50%, -50%) rotate(360deg); } }
/*! END Footer->animations*/
/*! END Footer */
/*! 5. Components */
/*! Navigation */
.main-menu {
margin-top: 4.5rem;
list-style: none;
padding: 0;
display: inline-block;
float: right;
font-family: AGrotesk, sans-serif;
font-weight: 600;
font-size: 1rem;
top: 0;
bottom: 0; }
.main-menu__item {
position: relative;
float: left;
line-height: 0.75rem; }
.main-menu__item:not(:last-child)::after {
display: inline-block;
line-height: 0.75rem;
padding: 0 1em 0 1em;
content: '/'; }
.main-menu__item:last-child .main-menu__flag-active {
width: 100%; }
.main-menu__link {
display: inline-block;
line-height: 0.75rem;
color: #222;
text-decoration: none;
-webkit-transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: all 1s cubic-bezier(0, 2.95, 0.34, 0.15); }
.main-menu__link:hover {
color: #ae0cea; }
.main-menu__flag-active {
width: -webkit-calc(100% - 2.4em);
width: calc(100% - 2.4em);
height: 2em;
position: absolute;
margin-top: -0.675rem; }
.main-menu__flag-active .st0 {
stroke-width: 2; }
/*! END Navigation */
/*! Checkboxes */
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px; }
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
padding-left: 1.5rem;
cursor: pointer; }
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
width: 0.75rem;
height: 0.75rem;
border: 1px solid #222;
background: #fff; }
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: '✔';
position: absolute;
left: 1px;
font-size: 1rem;
line-height: 0.8;
color: #ae0cea;
-webkit-transition: all .2s;
transition: all .2s; }
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0); }
[type="checkbox"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #222;
background-color: #cdcdcd; }
[type="checkbox"]:disabled:checked + label:after {
color: #222; }
[type="checkbox"]:disabled + label {
color: #222; }
/* accessibility */
/* hover style just for information */
label:hover:before {
border: 1px solid #05a4ff !important; }
[type="checkbox"]:disabled + label:hover:before {
border: 1px solid #222 !important; }
/*! END Checkboxes */
/*! Forms */
.contact-form__heading {
width: 35.64356%;
float: left;
margin-right: -100%;
margin-left: 0;
clear: none;
font-family: AGrotesk, sans-serif;
font-size: 1.667rem;
text-transform: uppercase;
position: relative;
letter-spacing: .1em; }
.contact-form__heading:before {
content: '';
display: block;
height: 0.75rem;
width: 100%;
border-bottom: 1px solid #222; }
.contact-form__heading:after {
content: '';
display: block;
height: 0.75rem;
width: 0.75rem;
background-color: #222;
position: absolute;
top: 0;
right: 0; }
.contact-form__form {
width: 61.38614%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
.contact-form__item {
margin-bottom: 2.25rem; }
.contact-form__item::after {
clear: both;
content: '';
display: table; }
.contact-form__submit-btn {
border: none;
background-color: #222;
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1.667rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + -0.0835rem - (1.5rem * 0.5));
top: calc(0.139em + -0.0835rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif;
top: inherit;
color: #fff;
height: 3rem;
padding: 0 1.5rem 0 1.5rem;
font-weight: 200;
cursor: pointer; }
.contact-form__submit-btn:hover {
background-color: #ae0cea;
-webkit-transition: all 1.5s cubic-bezier(0, 2.95, 0.34, 0.15);
transition: all 1.5s cubic-bezier(0, 2.95, 0.34, 0.15); }
.contact-form__submit-btn:focus {
outline: none; }
.contact-form .field_theme {
border: none;
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + 0.25rem - (1.5rem * 0.5));
top: calc(0.139em + 0.25rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif;
color: #ae0cea;
top: 0;
margin-bottom: 0.75rem;
margin-top: 0.75rem;
resize: none;
background-position: 0 1.5rem !important;
display: block;
letter-spacing: .1rem; }
.contact-form .field_theme:focus {
outline: none;
border-color: #05a4ff; }
.contact-form .field-text__label, .contact-form .field-textarea__label {
display: block;
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
line-height: 1.5rem;
top: -webkit-calc(0.27em + 0.25rem - (1.5rem * 0.5));
top: calc(0.27em + 0.25rem - (1.5rem * 0.5));
font-weight: 600; }
.contact-form .field-text__input-required, .contact-form .field-textarea__input-required {
font-size: inherit;
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 0.59988rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + -0.29994rem - (0rem * 0.5));
top: calc(0.139em + -0.29994rem - (0rem * 0.5));
font-family: AGrotesk, sans-serif;
vertical-align: inherit;
font-style: italic; }
.contact-form .field-text__info, .contact-form .field-textarea__info {
clear: both; }
.contact-form .field-text__info p, .contact-form .field-textarea__info p {
padding-bottom: 0; }
.contact-form .field-text__input, .contact-form .field-textarea__input {
position: relative; }
.contact-form .field-text__input::after, .contact-form .field-textarea__input::after {
clear: both;
content: '';
display: table; }
.contact-form .field-text__input::before, .contact-form .field-textarea__input::before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 0.75rem;
top: -1px;
border-top: solid 1px #222;
border-right: solid 1px #222; }
.contact-form .field-text__input_textarea, .contact-form .field-textarea__input_textarea {
width: 100%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
.contact-form .field-text__input_textarea textarea, .contact-form .field-textarea__input_textarea textarea {
width: 100%;
height: 10.5rem; }
.contact-form .field-text__input_text, .contact-form .field-textarea__input_text {
width: 100%;
float: right;
margin-left: 0;
margin-right: 0;
clear: none; }
.contact-form .field-text__input_text input, .contact-form .field-textarea__input_text input {
width: 100%;
height: 1.5rem;
background-repeat-y: no-repeat; }
/*! END Forms */
/*! Blocks-typography */
.block-heading, .page-portfolio__filter .portfolio-filter__heading, .textbox-heading__heading, .skills-sliders__heading {
/* font-family: $font-display;
font-size: $font-size-m; */
text-transform: uppercase;
letter-spacing: .1em;
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 1.667rem;
line-height: 1.5rem;
top: -webkit-calc(0.139em + -0.0835rem - (1.5rem * 0.5));
top: calc(0.139em + -0.0835rem - (1.5rem * 0.5));
font-family: AGrotesk, sans-serif;
padding-top: 2.25rem; }
.block-heading:before, .page-portfolio__filter .portfolio-filter__heading:before, .textbox-heading__heading:before, .skills-sliders__heading:before {
content: '';
display: block;
height: 0.75rem;
width: 100%;
position: absolute;
border-bottom: 1px solid #222;
top: 0.6rem; }
.block-heading:after, .page-portfolio__filter .portfolio-filter__heading:after, .textbox-heading__heading:after, .skills-sliders__heading:after {
content: '';
display: block;
height: 0.75rem;
width: 0.75rem;
background-color: #222;
position: absolute;
top: 0.6rem;
right: 0; }
/*! END Blocks-typography */
/*! 6. Page-specific styles */ | 0.356895 | 0.054828 |
.background_glassyBlueViolet1,
.hover_background_glassyBlueViolet1:hover,
.active_background_glassyBlueViolet1:active:hover {
background: #dcc0f6;
background-image: -moz-linear-gradient(top, rgb(199, 153, 241) 0%, rgb(178, 115, 236) 50%, rgb(156, 76, 231) 55%, rgb(220, 192, 246) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(199, 153, 241)), color-stop(50%, rgb(178, 115, 236)), color-stop(55%, rgb(156, 76, 231)), color-stop(100%, rgb(220, 192, 246)));
background-image: -webkit-linear-gradient(top, rgb(199, 153, 241) 0%, rgb(178, 115, 236) 50%, rgb(156, 76, 231) 55%, rgb(220, 192, 246) 100%);
background-image: -o-linear-gradient(top, rgb(199, 153, 241) 0%, rgb(178, 115, 236) 50%, rgb(156, 76, 231) 55%, rgb(220, 192, 246) 100%);
background-image: -ms-linear-gradient(top, rgb(199, 153, 241) 0%, rgb(178, 115, 236) 50%, rgb(156, 76, 231) 55%, rgb(220, 192, 246) 100%);
background-image: linear-gradient(to bottom, rgb(199, 153, 241) 0%, rgb(178, 115, 236) 50%, rgb(156, 76, 231) 55%, rgb(220, 192, 246) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c799f1', endColorstr='#dcc0f6',GradientType=0 );
}
.background_glassyBlueViolet1h,
.hover_background_glassyBlueViolet1h:hover,
.active_background_glassyBlueViolet1h:active:hover {
background: #dcc0f6;
background-image: -moz-linear-gradient(top, rgb(237, 223, 251) 0%, rgb(212, 176, 244) 50%, rgb(186, 130, 238) 55%, rgb(255, 255, 255) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(237, 223, 251)), color-stop(50%, rgb(212, 176, 244)), color-stop(55%, rgb(186, 130, 238)), color-stop(100%, rgb(255, 255, 255)));
background-image: -webkit-linear-gradient(top, rgb(237, 223, 251) 0%, rgb(212, 176, 244) 50%, rgb(186, 130, 238) 55%, rgb(255, 255, 255) 100%);
background-image: -o-linear-gradient(top, rgb(237, 223, 251) 0%, rgb(212, 176, 244) 50%, rgb(186, 130, 238) 55%, rgb(255, 255, 255) 100%);
background-image: -ms-linear-gradient(top, rgb(237, 223, 251) 0%, rgb(212, 176, 244) 50%, rgb(186, 130, 238) 55%, rgb(255, 255, 255) 100%);
background-image: linear-gradient(to bottom, rgb(237, 223, 251) 0%, rgb(212, 176, 244) 50%, rgb(186, 130, 238) 55%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eddffb', endColorstr='#ffffff',GradientType=0 );
}
.background_glassyBlueViolet1a,
.hover_background_glassyBlueViolet1a:hover,
.active_background_glassyBlueViolet1a:active:hover {
background: #dcc0f6;
background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(186, 130, 238) 50%, rgb(212, 176, 244) 55%, rgb(237, 223, 251) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(186, 130, 238)), color-stop(55%, rgb(212, 176, 244)), color-stop(100%, rgb(237, 223, 251)));
background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(186, 130, 238) 50%, rgb(212, 176, 244) 55%, rgb(237, 223, 251) 100%);
background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(186, 130, 238) 50%, rgb(212, 176, 244) 55%, rgb(237, 223, 251) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(186, 130, 238) 50%, rgb(212, 176, 244) 55%, rgb(237, 223, 251) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(186, 130, 238) 50%, rgb(212, 176, 244) 55%, rgb(237, 223, 251) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eddffb',GradientType=0 );
}
.background_glassyBlueViolet1s,
.hover_background_glassyBlueViolet1s:hover,
.active_background_glassyBlueViolet1s:active:hover {
background: #dcc0f6;
background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(231, 211, 249) 55%, rgb(255, 255, 255) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(55%, rgb(231, 211, 249)), color-stop(100%, rgb(255, 255, 255)));
background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(231, 211, 249) 55%, rgb(255, 255, 255) 100%);
background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(231, 211, 249) 55%, rgb(255, 255, 255) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(231, 211, 249) 55%, rgb(255, 255, 255) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(231, 211, 249) 55%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.background_color_glassyBlueViolet1,
.hover_background_color_glassyBlueViolet1:hover,
.active_background_color_glassyBlueViolet1:active:hover {
background-color:#dcc0f6;
}
.background_first_color_glassyBlueViolet1,
.hover_background_first_color_glassyBlueViolet1:hover,
.active_background_first_color_glassyBlueViolet1:active:hover {
background-color:#c799f1;
}
.background_last_color_glassyBlueViolet1,
.hover_background_last_color_glassyBlueViolet1:hover,
.active_background_color_last_glassyBlueViolet1:active:hover {
background-color:#dcc0f6;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyBlueViolet1,
.hover_color_glassyBlueViolet1:hover,
.active_color_glassyBlueViolet1:active:hover {
color: #282828;
}
.color_glassyBlueViolet1h,
.hover_color_glassyBlueViolet1h:hover,
.active_color_glassyBlueViolet1h:active:hover {
color: #282828;
}
.color_glassyBlueViolet1a,
.hover_color_glassyBlueViolet1a:hover,
.active_color_glassyBlueViolet1a:active:hover {
color: #ff0;
}
.color_glassyBlueViolet1s,
.hover_color_glassyBlueViolet1s:hover,
.active_color_glassyBlueViolet1s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyBlueViolet1,
.hover_border_glassyBlueViolet1:hover,
.active_border_glassyBlueViolet1:active:hover {
border-color: #a154e8 #8726e1 #8726e1 #a154e8;
}
.border_glassyBlueViolet1h,
.hover_border_glassyBlueViolet1h:hover,
.active_border_glassyBlueViolet1h:active:hover {
border-color: #a154e8 #8726e1 #8726e1 #a154e8;
}
.border_glassyBlueViolet1a,
.hover_border_glassyBlueViolet1a:hover,
.active_border_glassyBlueViolet1a:active:hover {
border-color: #7e1ed8 #7e1ed8 #7e1ed8 #7e1ed8;
}
.border_glassyBlueViolet1s,
.hover_border_glassyBlueViolet1s:hover,
.active_border_glassyBlueViolet1s:active:hover {
border-color: #7e1ed8 #7e1ed8 #7e1ed8 #7e1ed8;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyBlueViolet1,
.hover_shadow_expand_glassyBlueViolet1:hover,
.active_shadow_expand_glassyBlueViolet1:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(220, 192, 246, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(220, 192, 246, .39);
box-shadow: 0em 0em 1em 0.25em rgba(220, 192, 246, .39);
}
.shadow_expand_glassyBlueViolet1h,
.hover_shadow_expand_glassyBlueViolet1h:hover,
.active_shadow_expand_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50);
box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50);
}
.shadow_expand_glassyBlueViolet1a,
.hover_shadow_expand_glassyBlueViolet1a:hover,
.active_shadow_expand_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(237, 223, 251, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(237, 223, 251, .63);
box-shadow: 0em 0em 1em 0.25em rgba(237, 223, 251, .63);
}
.shadow_expand_glassyBlueViolet1s,
.hover_shadow_expand_glassyBlueViolet1s:hover,
.active_shadow_expand_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(237, 223, 251, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(237, 223, 251, .78);
box-shadow: 0em 0em 1em 0.25em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyBlueViolet1,
.hover_shadow_left_glassyBlueViolet1:hover,
.active_shadow_left_glassyBlueViolet1:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(220, 192, 246, .39);
box-shadow: -0.5em -0.5em 1em rgba(220, 192, 246, .39);
}
.shadow_left_glassyBlueViolet1h,
.hover_shadow_left_glassyBlueViolet1h:hover,
.active_shadow_left_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_left_glassyBlueViolet1a,
.hover_shadow_left_glassyBlueViolet1a:hover,
.active_shadow_left_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .63);
box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .63);
}
.shadow_left_glassyBlueViolet1s,
.hover_shadow_left_glassyBlueViolet1s:hover,
.active_shadow_left_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .78);
box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyBlueViolet1,
.hover_shadow_right_glassyBlueViolet1:hover,
.active_shadow_right_glassyBlueViolet1:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(220, 192, 246, .39);
box-shadow: 0.5em 0em 1em rgba(220, 192, 246, .39);
}
.shadow_right_glassyBlueViolet1h,
.hover_shadow_right_glassyBlueViolet1h:hover,
.active_shadow_right_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50);
box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50);
}
.shadow_right_glassyBlueViolet1a,
.hover_shadow_right_glassyBlueViolet1a:hover,
.active_shadow_right_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(237, 223, 251, .63);
box-shadow: 0.5em 0em 1em rgba(237, 223, 251, .63);
}
.shadow_right_glassyBlueViolet1s,
.hover_shadow_right_glassyBlueViolet1s:hover,
.active_shadow_right_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(237, 223, 251, .78);
box-shadow: 0.5em 0em 1em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyBlueViolet1,
.hover_shadow_top_glassyBlueViolet1:hover,
.active_shadow_top_glassyBlueViolet1:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(220, 192, 246, .39);
box-shadow: 0em -0.5em 1em rgba(220, 192, 246, .39);
}
.shadow_top_glassyBlueViolet1h,
.hover_shadow_top_glassyBlueViolet1h:hover,
.active_shadow_top_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_top_glassyBlueViolet1a,
.hover_shadow_top_glassyBlueViolet1a:hover,
.active_shadow_top_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(237, 223, 251, .63);
box-shadow: 0em -0.5em 1em rgba(237, 223, 251, .63);
}
.shadow_top_glassyBlueViolet1s,
.hover_shadow_top_glassyBlueViolet1s:hover,
.active_shadow_top_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(237, 223, 251, .78);
box-shadow: 0em -0.5em 1em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyBlueViolet1,
.hover_shadow_bottom_glassyBlueViolet1:hover,
.active_shadow_bottom_glassyBlueViolet1:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(220, 192, 246, .39);
box-shadow: 0em 0.5em 1em rgba(220, 192, 246, .39);
}
.shadow_bottom_glassyBlueViolet1h,
.hover_shadow_bottom_glassyBlueViolet1h:hover,
.active_shadow_bottom_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_bottom_glassyBlueViolet1a,
.hover_shadow_bottom_glassyBlueViolet1a:hover,
.active_shadow_bottom_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(237, 223, 251, .63);
box-shadow: 0em 0.5em 1em rgba(237, 223, 251, .63);
}
.shadow_bottom_glassyBlueViolet1s,
.hover_shadow_bottom_glassyBlueViolet1s:hover,
.active_shadow_bottom_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(237, 223, 251, .78);
box-shadow: 0em 0.5em 1em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyBlueViolet1,
.hover_shadow_top_left_glassyBlueViolet1:hover,
.active_shadow_top_left_glassyBlueViolet1:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(220, 192, 246, .39);
box-shadow: -0.5em -0.5em 1em rgba(220, 192, 246, .39);
}
.shadow_top_left_glassyBlueViolet1h,
.hover_shadow_top_left_glassyBlueViolet1h:hover,
.active_shadow_top_left_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_top_left_glassyBlueViolet1a,
.hover_shadow_top_left_glassyBlueViolet1a:hover,
.active_shadow_top_left_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .63);
box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .63);
}
.shadow_top_left_glassyBlueViolet1s,
.hover_shadow_top_left_glassyBlueViolet1s:hover,
.active_shadow_top_left_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .78);
box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyBlueViolet1,
.hover_shadow_top_right_glassyBlueViolet1:hover,
.active_shadow_top_right_glassyBlueViolet1:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(220, 192, 246, .39);
box-shadow: 0.5em -0.5em 1em rgba(220, 192, 246, .39);
}
.shadow_top_right_glassyBlueViolet1h,
.hover_shadow_top_right_glassyBlueViolet1h:hover,
.active_shadow_top_right_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_top_right_glassyBlueViolet1a,
.hover_shadow_top_right_glassyBlueViolet1a:hover,
.active_shadow_top_right_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(237, 223, 251, .63);
box-shadow: 0.5em -0.5em 1em rgba(237, 223, 251, .63);
}
.shadow_top_right_glassyBlueViolet1s,
.hover_shadow_top_right_glassyBlueViolet1s:hover,
.active_shadow_top_right_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(237, 223, 251, .78);
box-shadow: 0.5em -0.5em 1em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyBlueViolet1,
.hover_shadow_bottom_left_glassyBlueViolet1:hover,
.active_shadow_bottom_left_glassyBlueViolet1:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(220, 192, 246, .39);
box-shadow: -0.5em 0.5em 1em rgba(220, 192, 246, .39);
}
.shadow_bottom_left_glassyBlueViolet1h,
.hover_shadow_bottom_left_glassyBlueViolet1h:hover,
.active_shadow_bottom_left_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50);
box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_bottom_left_glassyBlueViolet1a,
.hover_shadow_bottom_left_glassyBlueViolet1a:hover,
.active_shadow_bottom_left_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(237, 223, 251, .63);
box-shadow: -0.5em 0.5em 1em rgba(237, 223, 251, .63);
}
.shadow_bottom_left_glassyBlueViolet1s,
.hover_shadow_bottom_left_glassyBlueViolet1s:hover,
.active_shadow_bottom_left_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(237, 223, 251, .78);
box-shadow: -0.5em 0.5em 1em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyBlueViolet1,
.hover_shadow_bottom_right_glassyBlueViolet1:hover,
.active_shadow_bottom_right_glassyBlueViolet1:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(220, 192, 246, .39);
box-shadow: 0.5em 0.5em 1em rgba(220, 192, 246, .39);
}
.shadow_bottom_right_glassyBlueViolet1h,
.hover_shadow_bottom_right_glassyBlueViolet1h:hover,
.active_shadow_bottom_right_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_bottom_right_glassyBlueViolet1a,
.hover_shadow_bottom_right_glassyBlueViolet1a:hover,
.active_shadow_bottom_right_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(237, 223, 251, .63);
box-shadow: 0.5em 0.5em 1em rgba(237, 223, 251, .63);
}
.shadow_bottom_right_glassyBlueViolet1s,
.hover_shadow_bottom_right_glassyBlueViolet1s:hover,
.active_shadow_bottom_right_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(237, 223, 251, .78);
box-shadow: 0.5em 0.5em 1em rgba(237, 223, 251, .78);
} | widgets/common/assets/gradients/glassy/glassyBlueViolet/glassyBlueViolet1.css | .background_glassyBlueViolet1,
.hover_background_glassyBlueViolet1:hover,
.active_background_glassyBlueViolet1:active:hover {
background: #dcc0f6;
background-image: -moz-linear-gradient(top, rgb(199, 153, 241) 0%, rgb(178, 115, 236) 50%, rgb(156, 76, 231) 55%, rgb(220, 192, 246) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(199, 153, 241)), color-stop(50%, rgb(178, 115, 236)), color-stop(55%, rgb(156, 76, 231)), color-stop(100%, rgb(220, 192, 246)));
background-image: -webkit-linear-gradient(top, rgb(199, 153, 241) 0%, rgb(178, 115, 236) 50%, rgb(156, 76, 231) 55%, rgb(220, 192, 246) 100%);
background-image: -o-linear-gradient(top, rgb(199, 153, 241) 0%, rgb(178, 115, 236) 50%, rgb(156, 76, 231) 55%, rgb(220, 192, 246) 100%);
background-image: -ms-linear-gradient(top, rgb(199, 153, 241) 0%, rgb(178, 115, 236) 50%, rgb(156, 76, 231) 55%, rgb(220, 192, 246) 100%);
background-image: linear-gradient(to bottom, rgb(199, 153, 241) 0%, rgb(178, 115, 236) 50%, rgb(156, 76, 231) 55%, rgb(220, 192, 246) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c799f1', endColorstr='#dcc0f6',GradientType=0 );
}
.background_glassyBlueViolet1h,
.hover_background_glassyBlueViolet1h:hover,
.active_background_glassyBlueViolet1h:active:hover {
background: #dcc0f6;
background-image: -moz-linear-gradient(top, rgb(237, 223, 251) 0%, rgb(212, 176, 244) 50%, rgb(186, 130, 238) 55%, rgb(255, 255, 255) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(237, 223, 251)), color-stop(50%, rgb(212, 176, 244)), color-stop(55%, rgb(186, 130, 238)), color-stop(100%, rgb(255, 255, 255)));
background-image: -webkit-linear-gradient(top, rgb(237, 223, 251) 0%, rgb(212, 176, 244) 50%, rgb(186, 130, 238) 55%, rgb(255, 255, 255) 100%);
background-image: -o-linear-gradient(top, rgb(237, 223, 251) 0%, rgb(212, 176, 244) 50%, rgb(186, 130, 238) 55%, rgb(255, 255, 255) 100%);
background-image: -ms-linear-gradient(top, rgb(237, 223, 251) 0%, rgb(212, 176, 244) 50%, rgb(186, 130, 238) 55%, rgb(255, 255, 255) 100%);
background-image: linear-gradient(to bottom, rgb(237, 223, 251) 0%, rgb(212, 176, 244) 50%, rgb(186, 130, 238) 55%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eddffb', endColorstr='#ffffff',GradientType=0 );
}
.background_glassyBlueViolet1a,
.hover_background_glassyBlueViolet1a:hover,
.active_background_glassyBlueViolet1a:active:hover {
background: #dcc0f6;
background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(186, 130, 238) 50%, rgb(212, 176, 244) 55%, rgb(237, 223, 251) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(186, 130, 238)), color-stop(55%, rgb(212, 176, 244)), color-stop(100%, rgb(237, 223, 251)));
background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(186, 130, 238) 50%, rgb(212, 176, 244) 55%, rgb(237, 223, 251) 100%);
background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(186, 130, 238) 50%, rgb(212, 176, 244) 55%, rgb(237, 223, 251) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(186, 130, 238) 50%, rgb(212, 176, 244) 55%, rgb(237, 223, 251) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(186, 130, 238) 50%, rgb(212, 176, 244) 55%, rgb(237, 223, 251) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eddffb',GradientType=0 );
}
.background_glassyBlueViolet1s,
.hover_background_glassyBlueViolet1s:hover,
.active_background_glassyBlueViolet1s:active:hover {
background: #dcc0f6;
background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(231, 211, 249) 55%, rgb(255, 255, 255) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(55%, rgb(231, 211, 249)), color-stop(100%, rgb(255, 255, 255)));
background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(231, 211, 249) 55%, rgb(255, 255, 255) 100%);
background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(231, 211, 249) 55%, rgb(255, 255, 255) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(231, 211, 249) 55%, rgb(255, 255, 255) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(231, 211, 249) 55%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.background_color_glassyBlueViolet1,
.hover_background_color_glassyBlueViolet1:hover,
.active_background_color_glassyBlueViolet1:active:hover {
background-color:#dcc0f6;
}
.background_first_color_glassyBlueViolet1,
.hover_background_first_color_glassyBlueViolet1:hover,
.active_background_first_color_glassyBlueViolet1:active:hover {
background-color:#c799f1;
}
.background_last_color_glassyBlueViolet1,
.hover_background_last_color_glassyBlueViolet1:hover,
.active_background_color_last_glassyBlueViolet1:active:hover {
background-color:#dcc0f6;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyBlueViolet1,
.hover_color_glassyBlueViolet1:hover,
.active_color_glassyBlueViolet1:active:hover {
color: #282828;
}
.color_glassyBlueViolet1h,
.hover_color_glassyBlueViolet1h:hover,
.active_color_glassyBlueViolet1h:active:hover {
color: #282828;
}
.color_glassyBlueViolet1a,
.hover_color_glassyBlueViolet1a:hover,
.active_color_glassyBlueViolet1a:active:hover {
color: #ff0;
}
.color_glassyBlueViolet1s,
.hover_color_glassyBlueViolet1s:hover,
.active_color_glassyBlueViolet1s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyBlueViolet1,
.hover_border_glassyBlueViolet1:hover,
.active_border_glassyBlueViolet1:active:hover {
border-color: #a154e8 #8726e1 #8726e1 #a154e8;
}
.border_glassyBlueViolet1h,
.hover_border_glassyBlueViolet1h:hover,
.active_border_glassyBlueViolet1h:active:hover {
border-color: #a154e8 #8726e1 #8726e1 #a154e8;
}
.border_glassyBlueViolet1a,
.hover_border_glassyBlueViolet1a:hover,
.active_border_glassyBlueViolet1a:active:hover {
border-color: #7e1ed8 #7e1ed8 #7e1ed8 #7e1ed8;
}
.border_glassyBlueViolet1s,
.hover_border_glassyBlueViolet1s:hover,
.active_border_glassyBlueViolet1s:active:hover {
border-color: #7e1ed8 #7e1ed8 #7e1ed8 #7e1ed8;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyBlueViolet1,
.hover_shadow_expand_glassyBlueViolet1:hover,
.active_shadow_expand_glassyBlueViolet1:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(220, 192, 246, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(220, 192, 246, .39);
box-shadow: 0em 0em 1em 0.25em rgba(220, 192, 246, .39);
}
.shadow_expand_glassyBlueViolet1h,
.hover_shadow_expand_glassyBlueViolet1h:hover,
.active_shadow_expand_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50);
box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50);
}
.shadow_expand_glassyBlueViolet1a,
.hover_shadow_expand_glassyBlueViolet1a:hover,
.active_shadow_expand_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(237, 223, 251, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(237, 223, 251, .63);
box-shadow: 0em 0em 1em 0.25em rgba(237, 223, 251, .63);
}
.shadow_expand_glassyBlueViolet1s,
.hover_shadow_expand_glassyBlueViolet1s:hover,
.active_shadow_expand_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(237, 223, 251, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(237, 223, 251, .78);
box-shadow: 0em 0em 1em 0.25em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyBlueViolet1,
.hover_shadow_left_glassyBlueViolet1:hover,
.active_shadow_left_glassyBlueViolet1:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(220, 192, 246, .39);
box-shadow: -0.5em -0.5em 1em rgba(220, 192, 246, .39);
}
.shadow_left_glassyBlueViolet1h,
.hover_shadow_left_glassyBlueViolet1h:hover,
.active_shadow_left_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_left_glassyBlueViolet1a,
.hover_shadow_left_glassyBlueViolet1a:hover,
.active_shadow_left_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .63);
box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .63);
}
.shadow_left_glassyBlueViolet1s,
.hover_shadow_left_glassyBlueViolet1s:hover,
.active_shadow_left_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .78);
box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyBlueViolet1,
.hover_shadow_right_glassyBlueViolet1:hover,
.active_shadow_right_glassyBlueViolet1:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(220, 192, 246, .39);
box-shadow: 0.5em 0em 1em rgba(220, 192, 246, .39);
}
.shadow_right_glassyBlueViolet1h,
.hover_shadow_right_glassyBlueViolet1h:hover,
.active_shadow_right_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50);
box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50);
}
.shadow_right_glassyBlueViolet1a,
.hover_shadow_right_glassyBlueViolet1a:hover,
.active_shadow_right_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(237, 223, 251, .63);
box-shadow: 0.5em 0em 1em rgba(237, 223, 251, .63);
}
.shadow_right_glassyBlueViolet1s,
.hover_shadow_right_glassyBlueViolet1s:hover,
.active_shadow_right_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(237, 223, 251, .78);
box-shadow: 0.5em 0em 1em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyBlueViolet1,
.hover_shadow_top_glassyBlueViolet1:hover,
.active_shadow_top_glassyBlueViolet1:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(220, 192, 246, .39);
box-shadow: 0em -0.5em 1em rgba(220, 192, 246, .39);
}
.shadow_top_glassyBlueViolet1h,
.hover_shadow_top_glassyBlueViolet1h:hover,
.active_shadow_top_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_top_glassyBlueViolet1a,
.hover_shadow_top_glassyBlueViolet1a:hover,
.active_shadow_top_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(237, 223, 251, .63);
box-shadow: 0em -0.5em 1em rgba(237, 223, 251, .63);
}
.shadow_top_glassyBlueViolet1s,
.hover_shadow_top_glassyBlueViolet1s:hover,
.active_shadow_top_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(237, 223, 251, .78);
box-shadow: 0em -0.5em 1em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyBlueViolet1,
.hover_shadow_bottom_glassyBlueViolet1:hover,
.active_shadow_bottom_glassyBlueViolet1:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(220, 192, 246, .39);
box-shadow: 0em 0.5em 1em rgba(220, 192, 246, .39);
}
.shadow_bottom_glassyBlueViolet1h,
.hover_shadow_bottom_glassyBlueViolet1h:hover,
.active_shadow_bottom_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_bottom_glassyBlueViolet1a,
.hover_shadow_bottom_glassyBlueViolet1a:hover,
.active_shadow_bottom_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(237, 223, 251, .63);
box-shadow: 0em 0.5em 1em rgba(237, 223, 251, .63);
}
.shadow_bottom_glassyBlueViolet1s,
.hover_shadow_bottom_glassyBlueViolet1s:hover,
.active_shadow_bottom_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(237, 223, 251, .78);
box-shadow: 0em 0.5em 1em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyBlueViolet1,
.hover_shadow_top_left_glassyBlueViolet1:hover,
.active_shadow_top_left_glassyBlueViolet1:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(220, 192, 246, .39);
box-shadow: -0.5em -0.5em 1em rgba(220, 192, 246, .39);
}
.shadow_top_left_glassyBlueViolet1h,
.hover_shadow_top_left_glassyBlueViolet1h:hover,
.active_shadow_top_left_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_top_left_glassyBlueViolet1a,
.hover_shadow_top_left_glassyBlueViolet1a:hover,
.active_shadow_top_left_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .63);
box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .63);
}
.shadow_top_left_glassyBlueViolet1s,
.hover_shadow_top_left_glassyBlueViolet1s:hover,
.active_shadow_top_left_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .78);
box-shadow: -0.5em -0.5em 1em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyBlueViolet1,
.hover_shadow_top_right_glassyBlueViolet1:hover,
.active_shadow_top_right_glassyBlueViolet1:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(220, 192, 246, .39);
box-shadow: 0.5em -0.5em 1em rgba(220, 192, 246, .39);
}
.shadow_top_right_glassyBlueViolet1h,
.hover_shadow_top_right_glassyBlueViolet1h:hover,
.active_shadow_top_right_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_top_right_glassyBlueViolet1a,
.hover_shadow_top_right_glassyBlueViolet1a:hover,
.active_shadow_top_right_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(237, 223, 251, .63);
box-shadow: 0.5em -0.5em 1em rgba(237, 223, 251, .63);
}
.shadow_top_right_glassyBlueViolet1s,
.hover_shadow_top_right_glassyBlueViolet1s:hover,
.active_shadow_top_right_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(237, 223, 251, .78);
box-shadow: 0.5em -0.5em 1em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyBlueViolet1,
.hover_shadow_bottom_left_glassyBlueViolet1:hover,
.active_shadow_bottom_left_glassyBlueViolet1:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(220, 192, 246, .39);
box-shadow: -0.5em 0.5em 1em rgba(220, 192, 246, .39);
}
.shadow_bottom_left_glassyBlueViolet1h,
.hover_shadow_bottom_left_glassyBlueViolet1h:hover,
.active_shadow_bottom_left_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50);
box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_bottom_left_glassyBlueViolet1a,
.hover_shadow_bottom_left_glassyBlueViolet1a:hover,
.active_shadow_bottom_left_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(237, 223, 251, .63);
box-shadow: -0.5em 0.5em 1em rgba(237, 223, 251, .63);
}
.shadow_bottom_left_glassyBlueViolet1s,
.hover_shadow_bottom_left_glassyBlueViolet1s:hover,
.active_shadow_bottom_left_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(237, 223, 251, .78);
box-shadow: -0.5em 0.5em 1em rgba(237, 223, 251, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyBlueViolet1,
.hover_shadow_bottom_right_glassyBlueViolet1:hover,
.active_shadow_bottom_right_glassyBlueViolet1:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(220, 192, 246, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(220, 192, 246, .39);
box-shadow: 0.5em 0.5em 1em rgba(220, 192, 246, .39);
}
.shadow_bottom_right_glassyBlueViolet1h,
.hover_shadow_bottom_right_glassyBlueViolet1h:hover,
.active_shadow_bottom_right_glassyBlueViolet1h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_bottom_right_glassyBlueViolet1a,
.hover_shadow_bottom_right_glassyBlueViolet1a:hover,
.active_shadow_bottom_right_glassyBlueViolet1a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(237, 223, 251, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(237, 223, 251, .63);
box-shadow: 0.5em 0.5em 1em rgba(237, 223, 251, .63);
}
.shadow_bottom_right_glassyBlueViolet1s,
.hover_shadow_bottom_right_glassyBlueViolet1s:hover,
.active_shadow_bottom_right_glassyBlueViolet1s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(237, 223, 251, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(237, 223, 251, .78);
box-shadow: 0.5em 0.5em 1em rgba(237, 223, 251, .78);
} | 0.566258 | 0.076132 |
@font-face {
font-family: "axiformablack_italic";
src: url("../fonts/kastelov_-_axiforma_black_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_black_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformablack";
src: url("../fonts/kastelov_-_axiforma_black-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_black-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformabold_italic";
src: url("../fonts/kastelov_-_axiforma_bold_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_bold_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformabold";
src: url("../fonts/kastelov_-_axiforma_bold-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_bold-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformabook_italic";
src: url("../fonts/kastelov_-_axiforma_book_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_book_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformabook";
src: url("../fonts/kastelov_-_axiforma_book-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_book-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformaextrabold_italic";
src: url("../fonts/kastelov_-_axiforma_extrabold_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_extrabold_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformaextrabold";
src: url("../fonts/kastelov_-_axiforma_extrabold-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_extrabold-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformaheavy_italic";
src: url("../fonts/kastelov_-_axiforma_heavy_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_heavy_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformaheavy";
src: url("../fonts/kastelov_-_axiforma_heavy-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_heavy-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformaitalic";
src: url("../fonts/kastelov_-_axiforma_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformalight_italic";
src: url("../fonts/kastelov_-_axiforma_light_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_light_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformalight";
src: url("../fonts/kastelov_-_axiforma_light-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_light-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformamedium_italic";
src: url("../fonts/kastelov_-_axiforma_medium_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_medium_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformamedium";
src: url("../fonts/kastelov_-_axiforma_medium-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_medium-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformaregular";
src: url("../fonts/kastelov_-_axiforma_regular-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformasemibold_italic";
src: url("../fonts/kastelov_-_axiforma_semibold_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_semibold_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformasemibold";
src: url("../fonts/kastelov_-_axiforma_semibold-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_semibold-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformathin_italic";
src: url("../fonts/kastelov_-_axiforma_thin_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_thin_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformathin";
src: url("../fonts/kastelov_-_axiforma_thin-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_thin-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
/* END FONT */
html {
scroll-behavior: smooth !important;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
background-color: #f5f5f5;
}
::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #555;
}
#a-logo,
.nav-item>a:hover {
color: white;
}
a#swiper:hover {
color: white;
}
.swiper-slide#swiper {
transition: transform ease-in-out 0.3s;
}
.swiper-slide#swiper:hover {
transform: scale(1.1);
}
body {
background-color: white !important;
}
.navbar-brand.p-0 {
display: flex;
flex-direction: row;
align-items: center;
}
.navbar-brand.p-0>span {
padding-left: 4px;
font-family: axiformasemibold;
}
.navbar {
background-color: rgba(55, 55, 55, 0.85);
}
.navbar .navbar-nav>li>a:focus {
color: #9d9d9d;
}
span#tentang {
font-size: 26px;
margin-top: 7px;
display: inline-block;
text-align: justify;
line-height: 29px;
font-family: axiforma;
color: #000;
}
p#tentang {
font-size: 19px;
line-height: 28px;
margin-top: 28px;
text-align: justify;
font-family: axiforma;
}
.jumbotron {
height: 100vh;
}
.gambar {
display: inline-block;
background-image: url("../img/123.jpg") !important;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.gambar .container>button {
margin-top: 20px;
}
.about {
display: flex;
align-items: flex-start;
padding-top: 60px;
margin-top: 30px;
justify-content: space-between;
color: black;
}
/* new */
@media screen and (max-width: 1199px) {
.about {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
}
.vr {
opacity: 1 !important;
width: 3px !important;
margin: 0px 5px 0px 5px !important;
}
/* end new */
.about .desc-about {
width: 100%;
max-width: 450px;
}
body>div.about>div>div>div:nth-child(1) {
display: flex;
flex-direction: column;
align-items: flex-start;
}
body>div.about {
padding-top: 20px;
padding-bottom: 15px;
}
.img-about {
max-width: 600px;
width: 100%;
height: 100%;
}
.img-parent {
max-width: 310px;
height: 100%;
position: relative;
transform-style: preserve-3d;
}
.img-child {
position: relative;
border-radius: 30px;
}
.img-child-1 {
left: 0;
z-index: 2;
}
.img-child-2 {
left: 270px;
top: -50px;
z-index: 3;
}
.img-child-3 {
left: 50px;
z-index: 4;
}
.navbar-brand {
color: white;
}
.nav-link {
color: white !important;
}
.jumbotron .gambar .container {
height: 100%;
width: 100%;
background: transparent;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding-top: 0 100px;
color: white;
}
.col>h3 {
text-align: center;
}
body>div.about>div>div>div.col.img-about>img {
width: 100%;
}
.slider {
padding-top: 60px;
padding-bottom: 50px;
;
}
.swiper#swiper {
height: 430px;
width: 100%;
padding-left: 40px;
padding-right: 40px;
}
.swiper-pagination>.swiper-pagination-bullet {
opacity: 1;
border: white solid 1px;
background-color: black;
}
.swiper-pagination>.swiper-pagination-bullet-active {
background-color: black;
}
.swiper .tombol {
margin-top: 50px;
display: flex;
align-items: center;
}
.swiper .tombol>button {
padding: 10px 20px;
background-color: transparent;
border-radius: 6px;
border: 1px solid #c4c4c4;
margin-right: 20px;
display: flex;
align-items: center;
}
.swiper .tombol>a {
padding: 10px 20px;
text-decoration: none;
background-color: transparent;
border-radius: 6px;
border: 1px solid #c4c4c4;
margin-right: 20px;
display: flex;
align-items: center;
}
.swiper .tombol>a>span {
color: black;
}
.swiper .tombol>a>i {
margin-left: 5px;
color: green;
}
/* Our Product */
.col-md-6#gp {
display: flex;
justify-content: flex-end;
}
.tombol {
margin-bottom: 30px;
}
.swiper-slide {
text-align: center;
font-size: 18px;
/* background: #fff; */
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide#swiper>img {
display: block;
width: 100%;
height: 380px;
object-fit: cover;
object-position: center;
}
.col>h2.Judul {
font-size: 32px;
margin-bottom: 45px;
line-height: 48px;
font-weight: 700;
font-family: axiformabold;
}
.col>h3.nama {
text-align: left;
font-family: axiformathin;
font-size: 24px;
line-height: 34px;
font-weight: 700;
}
.col>p.kalimat {
margin-top: 16px;
text-align: justify;
font-weight: 400;
font-size: 16px;
line-height: 28px;
}
.team .container>h2 {
text-align: center;
}
/* section Team */
.team {
color: black;
}
#jabatan {
padding-bottom: 10px;
}
#nama {
padding-top: 25px;
}
.foto-team {
padding-top: 30px;
}
.t-1 {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.img-responsive {
max-width: 100%;
}
/* end Section Team */
/* footer */
.footer {
color: #fff;
padding-top: 60px;
background-color: #282828;
}
#contact>.container>section>span {
text-align: center;
}
#contact>.container>section>h3>a {
text-decoration: none;
color: white;
}
body>div.footer>div>div>div:nth-child(1) {
padding-top: 20px;
}
body>div.footer>div>section {
display: flex;
flex-direction: column;
align-items: center;
}
body>div.footer>div>div>div:nth-child(1)>h4 {
margin-top: 20px;
margin-bottom: 18px;
}
.col>.social-media {
margin-top: 20px;
margin-bottom: 10px;
}
footer {
color: #fff;
background-color: #282828;
padding: 10px 0;
}
.social-media {
display: flex;
align-items: center;
}
.social-media>a {
text-decoration: none;
font-size: 24px;
color: white;
}
a#linkedin:hover,
a#linked:hover {
color: #0077b5 !important;
}
a#linked {
color: black;
}
a#wa:hover {
color: #25d366 !important;
}
/* endfooter */
.scrolling-active {
background-color: #fff;
box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.1);
}
.scrolling-active .nav {
height: 6.6rem;
}
.scrolling-active .nav a {
color: #313131;
}
.scrolling-active #nav-cta {
background-color: #313131;
color: #fff;
}
.scrolling-active #nav-cta:hover {
background-color: #151515;
}
.scrolling-active .nav-link::after {
background-color: #313131;
}
/*Apply styles after scroll end*/
/* key feature */
.jstyleflex {
text-align: center;
color: black;
}
div.styleflex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 50px;
color: black;
}
.upleft {
display: flex;
flex-direction: column;
align-items: center;
text-align: justify;
width: 530px;
padding: 24px 24px 24px 0px;
}
/* end Key Feature */
/* swiper */
.slide-kiri {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 600px;
padding: 0px 0px 25px 30px;
}
.wkwk {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}
.rounded {
border-radius: 3.25rem !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 50%) !important;
}
/* end Swiper */
@media screen and (max-width: 767px) {
.navbar-brand {
margin-left: 7px;
}
/*-- Change max-width from 768 to 767 --*/
.nav-item {
margin-left: auto;
margin-right: auto;
}
.navbar-header {
float: none;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.about>section {
width: 100% !important;
margin-bottom: 20px;
}
/*-- Disable this, suggest remove - this cause the menu disappear as soon as it toogle in --*/
.navbar-nav {
float: none !important;
margin: 7.5px -15px;
position: relative;
/*-- New attribute --*/
z-index: 9999;
/*-- New attribute --*/
/*-- New attribute --*/
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.styleflex {
justify-content: center;
}
img.wh {
padding-bottom: 30px;
}
.col {
padding-bottom: 30px;
}
}
@media screen and (max-width: 992px) {
.about {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
/* padding: 100px; */
}
}
@media only screen and (min-width:280px) and (max-width: 1199px) {
body>div.keyfeature>div>div.styleflex {
justify-content: center;
}
}
.upleft>span {
padding-bottom: 18px;
}
.upleft>p {
margin-bottom: 0px;
}
/* span>i.far {
padding-bottom: 18px;
}
span>i.fas {
padding-top: 18px;
} */
.upleft h3 {
padding-bottom: 7px;
}
.social-media>a#wa>span>i {
margin-left: 5px;
color: green;
}
.swiper-slide>a {
position: absolute;
background: rgb(38, 38, 38);
background: rgba(38, 38, 38, 0.5);
top: 50%;
left: 50%;
padding: 0px 12px 2px 12px;
transform: translate(-50%, -50%);
font-size: 22px;
color: white;
text-decoration: none;
display: none;
border-radius: 10px;
}
.swiper-slide:hover>a {
display: inline-block;
}
h2.title-product {
padding-bottom: 10px;
margin: 0px;
color: black;
}
.swiper-slide#product img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.swiper-slide#product {
background-size: cover;
background-position: center;
}
.mySwiper2 {
height: 80%;
width: 100%;
}
.myS {
height: 20%;
box-sizing: border-box;
padding: 10px 0 !important;
}
.myS .swiper-slide#product {
width: 25%;
height: 100%;
opacity: 0.4;
}
.myS .swiper-slide-thumb-active {
opacity: 1;
}
.swiper-slide#product img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
}
.details {
max-width: 600px !important;
}
.thumbnail {
max-width: 500px !important;
height: 600px;
}
@media (min-width: 768px) {
#product>.isi {
flex-wrap: wrap;
}
.thumbnail {
margin-bottom: 20px;
max-width: 550px !important;
}
.details {
max-width: 550px !important;
}
.packaging {
max-width: 550px !important;
}
.supply {
max-width: 550px !important;
}
}
@media (min-width: 992px) {
.thumbnail {
/* margin-right: 10px; */
}
}
.owl-carousel .owl-stage-outer {
padding-bottom: 20px;
}
.owl-nav button {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button:focus {
outline: none;
}
.card-img-top {
height: 40vh;
object-fit: cover;
}
.owl-prev {
left: -40px;
}
.owl-next {
right: -40px;
}
.owl-prev .owl-next {
position: absolute;
top: 90px;
}
.owl-prev span,
.owl-next span {
font-size: 80px;
color: black;
}
.card#slider {
background-color: transparent !important;
}
.warehouse>h2 {
margin-bottom: 30px;
color: black;
}
.foto-ware {
display: flex;
padding-top: 30px;
}
img.wh {
width: 100%;
max-height: 277px;
height: 100%;
object-fit: cover;
object-position: center;
transition: transform ease-in-out 0.3s;
}
img.wh:hover {
transform: scale(1.1);
}
.warehouse>.container>h2 {
text-align: center;
}
.rounded-wh {
border-radius: 1rem;
}
@media (min-width:1200px) {
#about {
height: 100vh;
}
#feature {
height: 100vh;
}
.upleft {
padding-bottom: 0px;
}
.slider#product {
height: 100vh;
}
.warehouse {
height: 100vh;
}
.jstyleflex {
padding-top: 5vh;
}
.styleflex {
margin-top: 0px !important;
}
}
@media (max-width:600px) {
.img-child-1 {
left: 10%;
}
p#tentang {
text-align: justify;
}
.img-child-2 {
left: 10%;
top: 55%;
}
#feature {
padding-top: 50px;
}
.styleflex {
margin-top: 0px !important;
}
}
#wh-name {
text-align: center;
}
#btn-s {
color: white;
}
.supply>p {
display: inline-block;
font-size: 18px;
font-family: axiforma;
}
.details-pack {
display: flex;
}
td {
padding-left: 0px !important;
}
table {
table-layout: fixed;
}
.wh-photo {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 4px;
justify-content: center;
}
.wh-photoColumn {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-content: stretch;
padding: 0;
}
.wh-photoColumn img {
display: block;
float: left;
flex: 0 0 auto;
padding: 10px 10px;
transition: transform ease-in-out 0.3s;
}
.wh-photoColumn img:hover {
transform: scale(1.1);
}
@media screen and (min-width: 1024px) {
.wh-photoColumn img {
width: calc(100%/3);
height: calc(100%/3);
}
div.warehouse {
padding-top: 25px;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.wh-photoColumn img {
width: calc(100%/2);
height: calc(100%/2);
}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
.wh-photoColumn img {
width: calc(100%/2);
height: calc(100%/2);
}
}
@media screen and (min-width: 321px) and (max-width: 480px) {
.wh-photoColumn img {
width: calc(100%/1);
height: calc(100%/1);
}
}
@media screen and (max-width: 320px) {
.wh-photoColumn img {
width: 100%;
height: 100%;
}
} | public/css/style.css | @font-face {
font-family: "axiformablack_italic";
src: url("../fonts/kastelov_-_axiforma_black_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_black_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformablack";
src: url("../fonts/kastelov_-_axiforma_black-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_black-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformabold_italic";
src: url("../fonts/kastelov_-_axiforma_bold_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_bold_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformabold";
src: url("../fonts/kastelov_-_axiforma_bold-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_bold-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformabook_italic";
src: url("../fonts/kastelov_-_axiforma_book_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_book_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformabook";
src: url("../fonts/kastelov_-_axiforma_book-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_book-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformaextrabold_italic";
src: url("../fonts/kastelov_-_axiforma_extrabold_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_extrabold_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformaextrabold";
src: url("../fonts/kastelov_-_axiforma_extrabold-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_extrabold-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformaheavy_italic";
src: url("../fonts/kastelov_-_axiforma_heavy_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_heavy_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformaheavy";
src: url("../fonts/kastelov_-_axiforma_heavy-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_heavy-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformaitalic";
src: url("../fonts/kastelov_-_axiforma_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformalight_italic";
src: url("../fonts/kastelov_-_axiforma_light_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_light_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformalight";
src: url("../fonts/kastelov_-_axiforma_light-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_light-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformamedium_italic";
src: url("../fonts/kastelov_-_axiforma_medium_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_medium_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformamedium";
src: url("../fonts/kastelov_-_axiforma_medium-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_medium-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformaregular";
src: url("../fonts/kastelov_-_axiforma_regular-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformasemibold_italic";
src: url("../fonts/kastelov_-_axiforma_semibold_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_semibold_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformasemibold";
src: url("../fonts/kastelov_-_axiforma_semibold-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_semibold-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformathin_italic";
src: url("../fonts/kastelov_-_axiforma_thin_italic-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_thin_italic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "axiformathin";
src: url("../fonts/kastelov_-_axiforma_thin-webfont.woff2") format("woff2"),
url("../fonts/kastelov_-_axiforma_thin-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
/* END FONT */
html {
scroll-behavior: smooth !important;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
background-color: #f5f5f5;
}
::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #555;
}
#a-logo,
.nav-item>a:hover {
color: white;
}
a#swiper:hover {
color: white;
}
.swiper-slide#swiper {
transition: transform ease-in-out 0.3s;
}
.swiper-slide#swiper:hover {
transform: scale(1.1);
}
body {
background-color: white !important;
}
.navbar-brand.p-0 {
display: flex;
flex-direction: row;
align-items: center;
}
.navbar-brand.p-0>span {
padding-left: 4px;
font-family: axiformasemibold;
}
.navbar {
background-color: rgba(55, 55, 55, 0.85);
}
.navbar .navbar-nav>li>a:focus {
color: #9d9d9d;
}
span#tentang {
font-size: 26px;
margin-top: 7px;
display: inline-block;
text-align: justify;
line-height: 29px;
font-family: axiforma;
color: #000;
}
p#tentang {
font-size: 19px;
line-height: 28px;
margin-top: 28px;
text-align: justify;
font-family: axiforma;
}
.jumbotron {
height: 100vh;
}
.gambar {
display: inline-block;
background-image: url("../img/123.jpg") !important;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.gambar .container>button {
margin-top: 20px;
}
.about {
display: flex;
align-items: flex-start;
padding-top: 60px;
margin-top: 30px;
justify-content: space-between;
color: black;
}
/* new */
@media screen and (max-width: 1199px) {
.about {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
}
.vr {
opacity: 1 !important;
width: 3px !important;
margin: 0px 5px 0px 5px !important;
}
/* end new */
.about .desc-about {
width: 100%;
max-width: 450px;
}
body>div.about>div>div>div:nth-child(1) {
display: flex;
flex-direction: column;
align-items: flex-start;
}
body>div.about {
padding-top: 20px;
padding-bottom: 15px;
}
.img-about {
max-width: 600px;
width: 100%;
height: 100%;
}
.img-parent {
max-width: 310px;
height: 100%;
position: relative;
transform-style: preserve-3d;
}
.img-child {
position: relative;
border-radius: 30px;
}
.img-child-1 {
left: 0;
z-index: 2;
}
.img-child-2 {
left: 270px;
top: -50px;
z-index: 3;
}
.img-child-3 {
left: 50px;
z-index: 4;
}
.navbar-brand {
color: white;
}
.nav-link {
color: white !important;
}
.jumbotron .gambar .container {
height: 100%;
width: 100%;
background: transparent;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding-top: 0 100px;
color: white;
}
.col>h3 {
text-align: center;
}
body>div.about>div>div>div.col.img-about>img {
width: 100%;
}
.slider {
padding-top: 60px;
padding-bottom: 50px;
;
}
.swiper#swiper {
height: 430px;
width: 100%;
padding-left: 40px;
padding-right: 40px;
}
.swiper-pagination>.swiper-pagination-bullet {
opacity: 1;
border: white solid 1px;
background-color: black;
}
.swiper-pagination>.swiper-pagination-bullet-active {
background-color: black;
}
.swiper .tombol {
margin-top: 50px;
display: flex;
align-items: center;
}
.swiper .tombol>button {
padding: 10px 20px;
background-color: transparent;
border-radius: 6px;
border: 1px solid #c4c4c4;
margin-right: 20px;
display: flex;
align-items: center;
}
.swiper .tombol>a {
padding: 10px 20px;
text-decoration: none;
background-color: transparent;
border-radius: 6px;
border: 1px solid #c4c4c4;
margin-right: 20px;
display: flex;
align-items: center;
}
.swiper .tombol>a>span {
color: black;
}
.swiper .tombol>a>i {
margin-left: 5px;
color: green;
}
/* Our Product */
.col-md-6#gp {
display: flex;
justify-content: flex-end;
}
.tombol {
margin-bottom: 30px;
}
.swiper-slide {
text-align: center;
font-size: 18px;
/* background: #fff; */
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide#swiper>img {
display: block;
width: 100%;
height: 380px;
object-fit: cover;
object-position: center;
}
.col>h2.Judul {
font-size: 32px;
margin-bottom: 45px;
line-height: 48px;
font-weight: 700;
font-family: axiformabold;
}
.col>h3.nama {
text-align: left;
font-family: axiformathin;
font-size: 24px;
line-height: 34px;
font-weight: 700;
}
.col>p.kalimat {
margin-top: 16px;
text-align: justify;
font-weight: 400;
font-size: 16px;
line-height: 28px;
}
.team .container>h2 {
text-align: center;
}
/* section Team */
.team {
color: black;
}
#jabatan {
padding-bottom: 10px;
}
#nama {
padding-top: 25px;
}
.foto-team {
padding-top: 30px;
}
.t-1 {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.img-responsive {
max-width: 100%;
}
/* end Section Team */
/* footer */
.footer {
color: #fff;
padding-top: 60px;
background-color: #282828;
}
#contact>.container>section>span {
text-align: center;
}
#contact>.container>section>h3>a {
text-decoration: none;
color: white;
}
body>div.footer>div>div>div:nth-child(1) {
padding-top: 20px;
}
body>div.footer>div>section {
display: flex;
flex-direction: column;
align-items: center;
}
body>div.footer>div>div>div:nth-child(1)>h4 {
margin-top: 20px;
margin-bottom: 18px;
}
.col>.social-media {
margin-top: 20px;
margin-bottom: 10px;
}
footer {
color: #fff;
background-color: #282828;
padding: 10px 0;
}
.social-media {
display: flex;
align-items: center;
}
.social-media>a {
text-decoration: none;
font-size: 24px;
color: white;
}
a#linkedin:hover,
a#linked:hover {
color: #0077b5 !important;
}
a#linked {
color: black;
}
a#wa:hover {
color: #25d366 !important;
}
/* endfooter */
.scrolling-active {
background-color: #fff;
box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.1);
}
.scrolling-active .nav {
height: 6.6rem;
}
.scrolling-active .nav a {
color: #313131;
}
.scrolling-active #nav-cta {
background-color: #313131;
color: #fff;
}
.scrolling-active #nav-cta:hover {
background-color: #151515;
}
.scrolling-active .nav-link::after {
background-color: #313131;
}
/*Apply styles after scroll end*/
/* key feature */
.jstyleflex {
text-align: center;
color: black;
}
div.styleflex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 50px;
color: black;
}
.upleft {
display: flex;
flex-direction: column;
align-items: center;
text-align: justify;
width: 530px;
padding: 24px 24px 24px 0px;
}
/* end Key Feature */
/* swiper */
.slide-kiri {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 600px;
padding: 0px 0px 25px 30px;
}
.wkwk {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}
.rounded {
border-radius: 3.25rem !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 50%) !important;
}
/* end Swiper */
@media screen and (max-width: 767px) {
.navbar-brand {
margin-left: 7px;
}
/*-- Change max-width from 768 to 767 --*/
.nav-item {
margin-left: auto;
margin-right: auto;
}
.navbar-header {
float: none;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.about>section {
width: 100% !important;
margin-bottom: 20px;
}
/*-- Disable this, suggest remove - this cause the menu disappear as soon as it toogle in --*/
.navbar-nav {
float: none !important;
margin: 7.5px -15px;
position: relative;
/*-- New attribute --*/
z-index: 9999;
/*-- New attribute --*/
/*-- New attribute --*/
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.styleflex {
justify-content: center;
}
img.wh {
padding-bottom: 30px;
}
.col {
padding-bottom: 30px;
}
}
@media screen and (max-width: 992px) {
.about {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
/* padding: 100px; */
}
}
@media only screen and (min-width:280px) and (max-width: 1199px) {
body>div.keyfeature>div>div.styleflex {
justify-content: center;
}
}
.upleft>span {
padding-bottom: 18px;
}
.upleft>p {
margin-bottom: 0px;
}
/* span>i.far {
padding-bottom: 18px;
}
span>i.fas {
padding-top: 18px;
} */
.upleft h3 {
padding-bottom: 7px;
}
.social-media>a#wa>span>i {
margin-left: 5px;
color: green;
}
.swiper-slide>a {
position: absolute;
background: rgb(38, 38, 38);
background: rgba(38, 38, 38, 0.5);
top: 50%;
left: 50%;
padding: 0px 12px 2px 12px;
transform: translate(-50%, -50%);
font-size: 22px;
color: white;
text-decoration: none;
display: none;
border-radius: 10px;
}
.swiper-slide:hover>a {
display: inline-block;
}
h2.title-product {
padding-bottom: 10px;
margin: 0px;
color: black;
}
.swiper-slide#product img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.swiper-slide#product {
background-size: cover;
background-position: center;
}
.mySwiper2 {
height: 80%;
width: 100%;
}
.myS {
height: 20%;
box-sizing: border-box;
padding: 10px 0 !important;
}
.myS .swiper-slide#product {
width: 25%;
height: 100%;
opacity: 0.4;
}
.myS .swiper-slide-thumb-active {
opacity: 1;
}
.swiper-slide#product img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
}
.details {
max-width: 600px !important;
}
.thumbnail {
max-width: 500px !important;
height: 600px;
}
@media (min-width: 768px) {
#product>.isi {
flex-wrap: wrap;
}
.thumbnail {
margin-bottom: 20px;
max-width: 550px !important;
}
.details {
max-width: 550px !important;
}
.packaging {
max-width: 550px !important;
}
.supply {
max-width: 550px !important;
}
}
@media (min-width: 992px) {
.thumbnail {
/* margin-right: 10px; */
}
}
.owl-carousel .owl-stage-outer {
padding-bottom: 20px;
}
.owl-nav button {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button:focus {
outline: none;
}
.card-img-top {
height: 40vh;
object-fit: cover;
}
.owl-prev {
left: -40px;
}
.owl-next {
right: -40px;
}
.owl-prev .owl-next {
position: absolute;
top: 90px;
}
.owl-prev span,
.owl-next span {
font-size: 80px;
color: black;
}
.card#slider {
background-color: transparent !important;
}
.warehouse>h2 {
margin-bottom: 30px;
color: black;
}
.foto-ware {
display: flex;
padding-top: 30px;
}
img.wh {
width: 100%;
max-height: 277px;
height: 100%;
object-fit: cover;
object-position: center;
transition: transform ease-in-out 0.3s;
}
img.wh:hover {
transform: scale(1.1);
}
.warehouse>.container>h2 {
text-align: center;
}
.rounded-wh {
border-radius: 1rem;
}
@media (min-width:1200px) {
#about {
height: 100vh;
}
#feature {
height: 100vh;
}
.upleft {
padding-bottom: 0px;
}
.slider#product {
height: 100vh;
}
.warehouse {
height: 100vh;
}
.jstyleflex {
padding-top: 5vh;
}
.styleflex {
margin-top: 0px !important;
}
}
@media (max-width:600px) {
.img-child-1 {
left: 10%;
}
p#tentang {
text-align: justify;
}
.img-child-2 {
left: 10%;
top: 55%;
}
#feature {
padding-top: 50px;
}
.styleflex {
margin-top: 0px !important;
}
}
#wh-name {
text-align: center;
}
#btn-s {
color: white;
}
.supply>p {
display: inline-block;
font-size: 18px;
font-family: axiforma;
}
.details-pack {
display: flex;
}
td {
padding-left: 0px !important;
}
table {
table-layout: fixed;
}
.wh-photo {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 4px;
justify-content: center;
}
.wh-photoColumn {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-content: stretch;
padding: 0;
}
.wh-photoColumn img {
display: block;
float: left;
flex: 0 0 auto;
padding: 10px 10px;
transition: transform ease-in-out 0.3s;
}
.wh-photoColumn img:hover {
transform: scale(1.1);
}
@media screen and (min-width: 1024px) {
.wh-photoColumn img {
width: calc(100%/3);
height: calc(100%/3);
}
div.warehouse {
padding-top: 25px;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.wh-photoColumn img {
width: calc(100%/2);
height: calc(100%/2);
}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
.wh-photoColumn img {
width: calc(100%/2);
height: calc(100%/2);
}
}
@media screen and (min-width: 321px) and (max-width: 480px) {
.wh-photoColumn img {
width: calc(100%/1);
height: calc(100%/1);
}
}
@media screen and (max-width: 320px) {
.wh-photoColumn img {
width: 100%;
height: 100%;
}
} | 0.252384 | 0.074131 |
*{
box-sizing: border-box;
text-transform: capitalize;
}
header{
height: 100px;
margin-bottom: 10px;
background-image: url('/images/header.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 30vh;
}
header nav ul {
display: flex;
flex-direction: row;
justify-content: space-around;
}
header nav ul li {
margin-top: 80px;
width: 140px;
height: 40px;
}
body{
display: flex;
flex-direction: column;
margin: 0 auto;
}
header nav ul li a {
text-decoration: none;
color: black;
font-weight: bold;
}
#indexForm{
margin-top: 1%;
width: 40%;
height: 40%;
margin-left: 30%;
padding: 30px;
background-image: linear-gradient(#ff9068, #F4E2D8);
border-radius: 15px;
}
/* #indexForm:hover{
} */
#indexForm select{
margin-left: 25%;
margin-bottom: 20px;
width: 250px;
height: 40px;
border-radius: 10px;
padding-left: 60px;
font-size: medium;
font-weight: bold;
color: tomato;
}
#indexForm input{
display: flex;
flex-direction: column;
justify-content: space-around;
margin-left: 25%;
margin-bottom: 20px;
width: 250px;
height: 40px;
border-radius: 10px;
padding-left: 60px;
font-size: medium;
font-weight: bold;
color: tomato;
}
#indexForm button{
margin-left: 38%;
background-color: white;
font-weight: bold;
color: tomato;
}
.allCardMain{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 40px;
}
.allCards{
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
width: 30%;
border: solid white;
padding: 20px;
margin-bottom: 20px;
border-radius: 20px;
background-image: linear-gradient( #F4E2D8, #ff9068);
}
.allCards h4{
margin: 10px 0;
text-align: justify;
}
.allCards img{
border-radius: 30px;
}
.allCards span {
color: tomato;
font-weight: bold;
}
.allCards button a {
color: tomato;
font-weight: bold;
text-decoration: none;
}
.addMain{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.detailDiv{
margin-left: 25%;
width: 50%;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
margin-top: 25px;
border: inset #ff9068;
border-width: 5px;
border-radius: 20px;
padding: 20px;
}
.detailDiv h4{
margin: 10px 0;
text-align: justify;
}
.detailDiv span{
color: tomato;
font-weight: bold;
}
#deleteBtn{
margin-top: 20px;
margin-right: 50px;
}
.update-delete{
display: flex;
flex-direction: row;
justify-content: center;
}
#updateBtn{
margin-top: 20px;
}
button{
width: 150px;
height: 40px;
border-radius: 20px;
background-color: white;
color: tomato;
font-weight: bold;
border-color: #ff9068;
}
button a {
text-decoration: none;
color: tomato;
}
.emptyCard{
height: 37vh;
}
.emptyCard p {
font-weight: bold;
margin-bottom: 5%;
margin-top: 10%;
}
.emptyCard button{
margin-left: 35%;
}
#updateForm{
margin-top: 30px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
#updateForm input{
margin-bottom: 20px;
border-radius: 10px;
border-color: #ff9068;
width: 400px;
height: 40px;
font-weight: bold;
padding: 15px;
}
footer {
display: flex;
flex-direction: row;
justify-content: space-between;
height: 100px;
padding: 30px;
margin-top: 80px;
background-image: linear-gradient(#ff9068, #F4E2D8);
}
footer div p {
padding-top: 15px;
}
footer div ul {
display: flex;
flex-direction: row;
justify-content: space-around;
padding-top: 25px;
}
footer div ul li{
margin-left: 10px;
} | public/styles/styles.css | *{
box-sizing: border-box;
text-transform: capitalize;
}
header{
height: 100px;
margin-bottom: 10px;
background-image: url('/images/header.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 30vh;
}
header nav ul {
display: flex;
flex-direction: row;
justify-content: space-around;
}
header nav ul li {
margin-top: 80px;
width: 140px;
height: 40px;
}
body{
display: flex;
flex-direction: column;
margin: 0 auto;
}
header nav ul li a {
text-decoration: none;
color: black;
font-weight: bold;
}
#indexForm{
margin-top: 1%;
width: 40%;
height: 40%;
margin-left: 30%;
padding: 30px;
background-image: linear-gradient(#ff9068, #F4E2D8);
border-radius: 15px;
}
/* #indexForm:hover{
} */
#indexForm select{
margin-left: 25%;
margin-bottom: 20px;
width: 250px;
height: 40px;
border-radius: 10px;
padding-left: 60px;
font-size: medium;
font-weight: bold;
color: tomato;
}
#indexForm input{
display: flex;
flex-direction: column;
justify-content: space-around;
margin-left: 25%;
margin-bottom: 20px;
width: 250px;
height: 40px;
border-radius: 10px;
padding-left: 60px;
font-size: medium;
font-weight: bold;
color: tomato;
}
#indexForm button{
margin-left: 38%;
background-color: white;
font-weight: bold;
color: tomato;
}
.allCardMain{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 40px;
}
.allCards{
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
width: 30%;
border: solid white;
padding: 20px;
margin-bottom: 20px;
border-radius: 20px;
background-image: linear-gradient( #F4E2D8, #ff9068);
}
.allCards h4{
margin: 10px 0;
text-align: justify;
}
.allCards img{
border-radius: 30px;
}
.allCards span {
color: tomato;
font-weight: bold;
}
.allCards button a {
color: tomato;
font-weight: bold;
text-decoration: none;
}
.addMain{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.detailDiv{
margin-left: 25%;
width: 50%;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
margin-top: 25px;
border: inset #ff9068;
border-width: 5px;
border-radius: 20px;
padding: 20px;
}
.detailDiv h4{
margin: 10px 0;
text-align: justify;
}
.detailDiv span{
color: tomato;
font-weight: bold;
}
#deleteBtn{
margin-top: 20px;
margin-right: 50px;
}
.update-delete{
display: flex;
flex-direction: row;
justify-content: center;
}
#updateBtn{
margin-top: 20px;
}
button{
width: 150px;
height: 40px;
border-radius: 20px;
background-color: white;
color: tomato;
font-weight: bold;
border-color: #ff9068;
}
button a {
text-decoration: none;
color: tomato;
}
.emptyCard{
height: 37vh;
}
.emptyCard p {
font-weight: bold;
margin-bottom: 5%;
margin-top: 10%;
}
.emptyCard button{
margin-left: 35%;
}
#updateForm{
margin-top: 30px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
#updateForm input{
margin-bottom: 20px;
border-radius: 10px;
border-color: #ff9068;
width: 400px;
height: 40px;
font-weight: bold;
padding: 15px;
}
footer {
display: flex;
flex-direction: row;
justify-content: space-between;
height: 100px;
padding: 30px;
margin-top: 80px;
background-image: linear-gradient(#ff9068, #F4E2D8);
}
footer div p {
padding-top: 15px;
}
footer div ul {
display: flex;
flex-direction: row;
justify-content: space-around;
padding-top: 25px;
}
footer div ul li{
margin-left: 10px;
} | 0.428233 | 0.077169 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
/* line 6, ../../../Desktop/Projects/netmatters/scss/_general.scss */
* {
font-family: 'Poppins', sans-serif;
padding: 0;
margin: 0;
font-size: 16px;
box-sizing: border-box;
letter-spacing: .4px;
line-height: 1.1; }
/* line 16, ../../../Desktop/Projects/netmatters/scss/_general.scss */
body {
position: relative;
width: 100vw; }
/* line 20, ../../../Desktop/Projects/netmatters/scss/_general.scss */
body, html {
overflow-x: auto;
overflow-x: initial;
width: 100%; }
/* line 27, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.debug {
border: 2px solid red; }
/* line 45, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h1, h2, h3, h4 {
font-weight: 400; }
/* line 48, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h2, h3, h4 {
margin: 0 0 15px; }
/* line 51, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h1, h2, h4 {
text-transform: uppercase; }
/* line 54, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h3 {
text-transform: capitalize; }
/* line 57, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h1 {
font-size: 2.25rem; }
/* line 60, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h2 {
font-size: 2rem; }
/* line 63, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h3 {
font-size: 1.25rem; }
/* line 66, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h4 {
font-size: 1rem; }
/* line 71, ../../../Desktop/Projects/netmatters/scss/_general.scss */
p {
margin: 0 0 25px; }
/* line 76, ../../../Desktop/Projects/netmatters/scss/_general.scss */
ul {
list-style: none;
margin-bottom: 10px; }
/* line 79, ../../../Desktop/Projects/netmatters/scss/_general.scss */
ul li {
display: list-item; }
/* line 85, ../../../Desktop/Projects/netmatters/scss/_general.scss */
a {
text-decoration: none;
color: inherit; }
/* line 91, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.btn {
text-transform: uppercase;
padding: 5px 15px;
line-height: 35px;
text-align: center;
text-transform: uppercase;
border-radius: 3px;
font-size: 1.063rem; }
/* line 106, ../../../Desktop/Projects/netmatters/scss/_general.scss */
#email input[type="text"]:focus, #email input[type="email"]:focus, #email input[type="search"]:focus, .top-search input[type="text"]:focus, .top-search input[type="email"]:focus, .top-search input[type="search"]:focus {
border-color: #5bc0de;
outline: 0;
box-shadow: 0 0 8px #5bc0de; }
/* line 116, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.btn, .button {
cursor: pointer; }
/* line 124, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.vh {
min-height: 100vh; }
/* line 128, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.hidden {
display: none !important; }
/* line 132, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.wrapper {
width: 100%;
z-index: 1;
background-color: white;
overflow-y: scroll;
height: 100vh;
overflow-x: auto;
overflow-x: initial; }
/* line 141, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.flex-col {
display: flex;
flex-direction: column;
justify-content: space-between; }
/* line 146, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.flex-row {
display: flex;
flex-direction: row;
align-items: center; }
/* line 152, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.flex-item {
flex: 1;
display: flex;
flex-direction: column; }
/* line 158, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.col-pad, .search-pad {
padding: 20px 15px; }
/* line 162, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.section-pad {
padding: 50px 15px;
margin: 0 auto; }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header {
height: 168px;
background-color: #fff; }
/* line 4, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header form.btm-search {
margin-top: 11px;
position: relative; }
/* line 9, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#sticky {
width: 100%;
z-index: 5;
background-color: white;
top: 0; }
/* line 16, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.slide-up {
animation: slideUp 0.5s; }
/* line 19, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.slide-down {
animation: slideDown 0.5s;
box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); }
@keyframes slideUp {
from {
top: 0px; }
to {
top: -168px; } }
@keyframes slideDown {
from {
top: -168px; }
to {
top: 0px; } }
/* line 33, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.sticky {
position: sticky !important;
top: 0;
width: 100%; }
/* line 40, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row:nth-child(1n):first-child {
flex: 1; }
/* line 44, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row img {
max-width: 402px;
width: 100%; }
/* line 48, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .phone {
align-items: self-end;
margin-left: 15px;
margin-right: 20px; }
/* line 52, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .phone:hover {
border-bottom: 3px solid #333645; }
/* line 56, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .menu {
max-width: 83px;
max-height: 70px;
align-items: self-end;
padding: 7px 0; }
/* line 62, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .menu .btn {
width: 63px;
height: 56px;
background-color: #333645;
border-color: #333645;
border-radius: 3px;
padding-top: 8px;
padding-bottom: 8px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around; }
/* line 74, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .menu .btn:hover {
background-color: #22242e;
border-color: #191a22; }
/* line 78, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .menu .btn .menu-line {
height: 3px;
width: 33px;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .menu .btn .menu-text {
color: white;
font-size: 0.75rem;
line-height: 1;
top: 3px;
position: relative; }
/* line 93, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .top-search, .top-row .contact-btn, .top-row .support-btn {
display: none; }
/* line 98, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#search {
background-color: #E5E5E5;
border: 2px solid rgba(0, 0, 0, 0.1);
border-right: none;
box-shadow: inset 0 0.875px rgba(0, 0, 0, 0.1);
height: 47px;
border-radius: 3px 0 0 3px;
font-size: 0.875rem;
position: relative;
outline: 0; }
/* line 108, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#search input {
width: 100%;
color: #666; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.search-btn {
max-width: 46px;
background-color: #E5E5E5;
border: 2px solid rgba(0, 0, 0, 0.1);
border-left: none;
box-shadow: inset 0 0.875px rgba(0, 0, 0, 0.1);
height: 47px;
position: absolute;
right: 0px; }
/* line 122, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.search-btn .fa-solid {
font-size: 1.29rem;
line-height: 2rem;
color: #333645;
font-weight: 600;
margin: auto; }
@media (min-width: 768px) {
@keyframes slideUp {
from {
top: 0px; }
to {
top: -110px; } }
@keyframes slideDown {
from {
top: -110px; }
to {
top: 0px; } }
/* line 140, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header {
height: 110px;
width: 750px;
margin: auto; }
/* line 145, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row > div {
flex: 1; }
/* line 148, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row:first-child {
align-items: start; }
/* line 151, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .top-search {
display: flex; }
/* line 154, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row {
justify-content: flex-end; }
/* line 158, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header img {
padding: 0 15px 0 0;
vertical-align: middle; }
/* line 162, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .phone {
display: none; }
/* line 165, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search {
display: flex;
flex: 1;
margin-left: 20px;
justify-content: end;
align-items: center; }
/* line 171, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search input {
width: 174px;
height: 56px;
padding: 5px 15px;
border: 1px solid #ccc;
box-shadow: inset 0 0.875px rgba(0, 0, 0, 0.1);
font-size: 14px;
line-height: 1.42857143;
letter-spacing: 0; }
/* line 182, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search .btn {
padding: 0px 20px 0px;
height: 56px;
font-size: 0.825rem;
border-radius: 0 3px 3px 0;
border: none;
vertical-align: bottom;
background-color: #999aa2;
color: #fff; }
/* line 191, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search .btn:hover {
background-color: #7e808a; }
/* line 194, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search .btn .fa-regular {
font-size: 1.5rem;
font-weight: 600;
color: #fff;
width: 23px;
height: 23px;
margin: auto; }
/* line 205, ../../../Desktop/Projects/netmatters/scss/_header.scss */
form.btm-search {
display: none; } }
/* line 209, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar {
display: none; }
@media (min-width: 992px) {
@keyframes slideUp {
from {
top: 0px; }
to {
top: -208px; } }
@keyframes slideDown {
from {
top: -208px; }
to {
top: 0px; } }
/* line 222, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header {
width: 970px; }
/* line 224, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search {
flex: 0; }
/* line 226, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search input {
display: none; }
/* line 229, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search .btn {
border-radius: 3px; }
/* line 234, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row img {
padding-right: 18px; }
/* line 237, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row > .flex-item {
flex: 5; }
/* line 240, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row > .flex-row {
flex: 7; }
/* line 243, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row {
justify-content: end; }
/* line 245, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row .contact-btn, header .top-row .flex-row .support-btn {
display: flex;
height: 56px;
line-height: 45px;
font-size: 1.125rem;
text-transform: uppercase;
padding: 5px 15px 5px 15px;
color: #fff;
border-color: #999aa2;
margin-left: 20px; }
/* line 255, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row .contact-btn i, header .top-row .flex-row .support-btn i {
font-size: 1.438rem;
line-height: 45px;
margin-right: 5px; }
/* line 261, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row .support-btn {
background-color: #4183d7;
border: 1px solid #4183d7; }
/* line 264, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row .support-btn:hover {
background-color: #2a6ec6;
border-color: #2665b5; }
/* line 268, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row .support-btn i {
margin: 0 8px 0 6px;
font-size: 1.2rem; }
/* line 273, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row .contact-btn {
background-color: #999aa2;
border: 1px solid #999aa2; }
/* line 276, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row .contact-btn:hover {
background-color: #84858f;
border-color: #797a85; }
/* line 284, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar {
display: flex;
background-color: #333645;
color: white;
text-align: center;
text-transform: uppercase; }
/* line 290, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row {
width: 940px;
margin: 0 auto;
align-items: flex-start;
height: auto;
position: relative;
border-left: 1px solid rgba(255, 255, 255, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.25); }
/* line 298, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item {
border-right: 1px solid rgba(255, 255, 255, 0.1);
border-left: 1px solid rgba(0, 0, 0, 0.25); }
/* line 301, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item a {
font-size: 1.125rem;
padding: 16px 0 16px; }
/* line 305, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item svg {
margin: 0 auto;
min-width: 23px;
min-height: 23px;
margin: 4px 0; }
/* line 312, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item small {
display: block;
font-size: .625rem; }
/* line 316, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar {
display: none;
position: absolute;
top: 100%;
left: 0;
color: white;
z-index: 1; }
/* line 323, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar::before {
content: "";
right: 0;
min-width: 100vw;
max-width: 100vw;
display: block;
position: absolute;
height: 40px;
top: 0;
bottom: 0;
z-index: -1; }
/* line 335, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar::after {
content: "";
left: -10px;
min-width: 100vw;
max-width: 100vw;
height: 40px;
display: block;
position: absolute;
top: 0;
bottom: 0;
z-index: -1; }
/* line 348, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar ul {
margin-left: 20px; }
/* line 350, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar ul li {
display: inline-block; }
/* line 352, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar ul li a {
font-size: .8125rem;
line-height: 2.5rem; }
/* line 357, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar ul li + li::before {
content: "-";
line-height: 2.5rem;
padding-right: 20px;
padding-left: 20px; }
/* line 365, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item:hover .mini-bar, #nav-bar .flex-row > .flex-item ul {
display: block; }
/* line 372, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(1) svg {
color: #67809f; }
/* line 375, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(1):hover {
background-color: #67809f; }
/* line 377, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(1):hover svg {
color: white; }
/* line 381, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(1) .mini-bar::before, #nav-bar .flex-row .flex-item:nth-of-type(1) .mini-bar::after {
background-color: #526781; }
/* line 372, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(2) svg {
color: #4183d7; }
/* line 375, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(2):hover {
background-color: #4183d7; }
/* line 377, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(2):hover svg {
color: white; }
/* line 381, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(2) .mini-bar::before, #nav-bar .flex-row .flex-item:nth-of-type(2) .mini-bar::after {
background-color: #286abd; }
/* line 372, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(3) svg {
color: #2ecc71; }
/* line 375, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(3):hover {
background-color: #2ecc71; }
/* line 377, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(3):hover svg {
color: white; }
/* line 381, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(3) .mini-bar::before, #nav-bar .flex-row .flex-item:nth-of-type(3) .mini-bar::after {
background-color: #25a25a; }
/* line 372, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(4) svg {
color: #d64541; }
/* line 375, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(4):hover {
background-color: #d64541; }
/* line 377, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(4):hover svg {
color: white; }
/* line 381, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(4) .mini-bar::before, #nav-bar .flex-row .flex-item:nth-of-type(4) .mini-bar::after {
background-color: #bc2c28; }
/* line 372, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(5) svg {
color: #926fb1; }
/* line 375, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(5):hover {
background-color: #926fb1; }
/* line 377, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(5):hover svg {
color: white; }
/* line 381, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(5) .mini-bar::before, #nav-bar .flex-row .flex-item:nth-of-type(5) .mini-bar::after {
background-color: #79539a; }
/* line 372, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(6) svg {
color: #f62459; }
/* line 375, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(6):hover {
background-color: #f62459; }
/* line 377, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(6):hover svg {
color: white; }
/* line 381, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(6) .mini-bar::before, #nav-bar .flex-row .flex-item:nth-of-type(6) .mini-bar::after {
background-color: #de093f; }
/* line 372, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(7) svg {
color: #926fb1; }
/* line 375, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(7):hover {
background-color: #926fb1; }
/* line 377, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(7):hover svg {
color: white; }
/* line 381, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(7) .mini-bar::before, #nav-bar .flex-row .flex-item:nth-of-type(7) .mini-bar::after {
background-color: #79539a; } }
@media (min-width: 1260px) {
/* line 391, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header {
width: 1200px; }
/* line 395, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search input {
display: flex;
width: 240px; }
/* line 399, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search .btn {
flex: 0;
border-radius: 0 3px 3px 0; }
/* line 405, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row > .flex-item {
flex: 4; }
/* line 408, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row > .flex-row {
flex: 8; }
/* line 414, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row {
width: 1170px; }
/* line 421, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar ul li a {
font-size: 1rem; }
/* line 425, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar::after {
left: -30px; } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-initialized .slick-slide {
display: flex; }
/* line 4, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-dots {
bottom: 42px; }
/* line 6, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-dots li.slick-active button:before {
width: 11px;
height: 11px;
background-color: #ffffff;
opacity: 1;
border-radius: 30px;
font-size: 0px;
outline: 2px solid white;
outline-offset: 4px; }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-dots li button:before {
width: 11px;
height: 11px;
background-color: #ffffff;
opacity: 0.5;
border-radius: 30px;
font-size: 0px; }
/* line 28, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo {
position: relative;
border-top: 1px solid rgba(51, 54, 69, 0.5);
min-height: 490px; }
/* line 32, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo img {
object-fit: cover;
height: calc(100vh - 168px);
min-height: 490px; }
/* line 37, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 100%);
display: flex;
align-items: center; }
/* line 46, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .jumbo-content {
color: white;
padding: 0 15px;
margin: auto; }
/* line 50, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .jumbo-content h2 {
font-weight: 400;
font-size: 3rem;
text-transform: uppercase;
line-height: 3.3rem;
margin-bottom: 25px;
letter-spacing: 0.4px; }
/* line 58, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .jumbo-content p {
font-size: 1.25rem;
line-height: 2.25rem;
margin-bottom: 35px;
letter-spacing: 0.4px; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .jumbo-content .btn {
border-radius: 3px;
border: 1px solid transparent;
color: white;
display: inline-block;
line-height: 50px;
text-transform: uppercase;
height: auto;
padding: 5px 20px;
font-weight: 400;
letter-spacing: 0.4px;
text-align: center;
vertical-align: middle;
height: auto;
font-size: 1.25rem; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .jumbo-content .btn .fa-regular {
margin-left: 12px;
margin-right: -4px;
font-size: 1.25rem;
font-weight: 600;
line-height: 50px; }
/* line 89, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .dots {
position: absolute;
bottom: 51px; }
/* line 92, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .dots li {
width: 11px;
height: 11px;
background-color: #ffffff;
opacity: 0.5;
border-radius: 30px;
margin: 0 10px; }
/* line 100, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .dots li.active {
outline: 2px solid white;
outline-offset: 5px;
background-color: white;
opacity: 1; }
/* line 111, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(1) .overlay .jumbo-content .btn {
background-color: #67809f; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(1) .overlay .jumbo-content .btn:hover {
background-color: #526781; }
/* line 111, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(2) .overlay .jumbo-content .btn {
background-color: #4183d7; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(2) .overlay .jumbo-content .btn:hover {
background-color: #286abd; }
/* line 111, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(3) .overlay .jumbo-content .btn {
background-color: #2ecc71; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(3) .overlay .jumbo-content .btn:hover {
background-color: #25a25a; }
/* line 111, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(4) .overlay .jumbo-content .btn {
background-color: #d64541; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(4) .overlay .jumbo-content .btn:hover {
background-color: #bc2c28; }
/* line 111, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(5) .overlay .jumbo-content .btn {
background-color: #926fb1; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(5) .overlay .jumbo-content .btn:hover {
background-color: #79539a; }
/* line 111, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(6) .overlay .jumbo-content .btn {
background-color: #f62459; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(6) .overlay .jumbo-content .btn:hover {
background-color: #de093f; }
/* line 111, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(7) .overlay .jumbo-content .btn {
background-color: #926fb1; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(7) .overlay .jumbo-content .btn:hover {
background-color: #79539a; }
@media (min-width: 768px) {
/* line 120, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo img {
height: calc(100vh - 100px); }
/* line 123, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-dots {
bottom: 50px; } }
@media (min-width: 992px) {
/* line 130, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo img {
height: calc(100vh - 210px); }
/* line 133, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay {
text-align: left;
align-items: start;
background: linear-gradient(270deg, transparent 25%, #000); }
/* line 137, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .jumbo-content {
width: 970px; }
/* line 140, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .dots {
align-self: center; }
/* line 145, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-dots {
bottom: 42px; }
/* line 147, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-dots li {
margin: 0 5px; } }
@media (min-width: 1260px) {
/* line 155, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .jumbo-content {
width: 1200px; }
/* line 161, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-dots li {
margin: 0 6px; } }
/* line 4, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
gap: 15px; }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgrey;
border-radius: 3px;
box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 a.card-link {
text-decoration: none;
color: #333645;
font-weight: 400;
text-align: center;
padding: 30px;
letter-spacing: .4px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 100%; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 a.card-link .service-icon {
background-color: #67809f;
color: white;
font-weight: 400;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 17px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 a.card-link .service-icon svg {
width: 24px;
height: 24px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 h3 {
font-size: 1.125rem;
padding-bottom: 10px;
font-weight: 400;
color: #333645; }
/* line 53, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 hr {
width: 28px;
height: 3px;
margin: 0 auto 11px;
background-color: #333645; }
/* line 59, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 13px;
font-weight: 400; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 span.btn {
background-color: #67809f;
color: white;
border: 1px solid #67809f;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px; }
/* line 75, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1:hover {
background-color: #67809f; }
/* line 77, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1:hover h3, .card-1:hover p {
color: white; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1:hover hr {
border-color: white;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1:hover span, .card-1:hover a.card-link .service-icon {
background-color: white;
color: #67809f; }
@media (min-width: 768px) {
/* line 90, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 750px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 15px;
align-items: stretch; }
/* line 98, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-1 {
flex-basis: 100%; }
/* line 100, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-1 h3 {
margin: 0 0 7px; } }
@media (min-width: 992px) {
/* line 116, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 970px; }
/* line 119, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-1 {
flex-basis: calc(33% - 15px); } }
@media (min-width: 1260px) {
/* line 126, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 1200px; } }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgrey;
border-radius: 3px;
box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 a.card-link {
text-decoration: none;
color: #333645;
font-weight: 400;
text-align: center;
padding: 30px;
letter-spacing: .4px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 100%; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 a.card-link .service-icon {
background-color: #4183d7;
color: white;
font-weight: 400;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 17px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 a.card-link .service-icon svg {
width: 24px;
height: 24px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 h3 {
font-size: 1.125rem;
padding-bottom: 10px;
font-weight: 400;
color: #333645; }
/* line 53, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 hr {
width: 28px;
height: 3px;
margin: 0 auto 11px;
background-color: #333645; }
/* line 59, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 13px;
font-weight: 400; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 span.btn {
background-color: #4183d7;
color: white;
border: 1px solid #4183d7;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px; }
/* line 75, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2:hover {
background-color: #4183d7; }
/* line 77, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2:hover h3, .card-2:hover p {
color: white; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2:hover hr {
border-color: white;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2:hover span, .card-2:hover a.card-link .service-icon {
background-color: white;
color: #4183d7; }
@media (min-width: 768px) {
/* line 90, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 750px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 15px;
align-items: stretch; }
/* line 98, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-2 {
flex-basis: 100%; }
/* line 100, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-2 h3 {
margin: 0 0 7px; } }
@media (min-width: 992px) {
/* line 116, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 970px; }
/* line 119, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-2 {
flex-basis: calc(33% - 15px); } }
@media (min-width: 1260px) {
/* line 126, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 1200px; } }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgrey;
border-radius: 3px;
box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 a.card-link {
text-decoration: none;
color: #333645;
font-weight: 400;
text-align: center;
padding: 30px;
letter-spacing: .4px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 100%; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 a.card-link .service-icon {
background-color: #2ecc71;
color: white;
font-weight: 400;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 17px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 a.card-link .service-icon svg {
width: 24px;
height: 24px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 h3 {
font-size: 1.125rem;
padding-bottom: 10px;
font-weight: 400;
color: #333645; }
/* line 53, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 hr {
width: 28px;
height: 3px;
margin: 0 auto 11px;
background-color: #333645; }
/* line 59, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 13px;
font-weight: 400; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 span.btn {
background-color: #2ecc71;
color: white;
border: 1px solid #2ecc71;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px; }
/* line 75, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3:hover {
background-color: #2ecc71; }
/* line 77, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3:hover h3, .card-3:hover p {
color: white; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3:hover hr {
border-color: white;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3:hover span, .card-3:hover a.card-link .service-icon {
background-color: white;
color: #2ecc71; }
@media (min-width: 768px) {
/* line 90, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 750px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 15px;
align-items: stretch; }
/* line 98, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-3 {
flex-basis: 100%; }
/* line 100, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-3 h3 {
margin: 0 0 7px; } }
@media (min-width: 992px) {
/* line 116, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 970px; }
/* line 119, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-3 {
flex-basis: calc(33% - 15px); } }
@media (min-width: 1260px) {
/* line 126, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 1200px; } }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgrey;
border-radius: 3px;
box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 a.card-link {
text-decoration: none;
color: #333645;
font-weight: 400;
text-align: center;
padding: 30px;
letter-spacing: .4px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 100%; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 a.card-link .service-icon {
background-color: #d64541;
color: white;
font-weight: 400;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 17px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 a.card-link .service-icon svg {
width: 24px;
height: 24px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 h3 {
font-size: 1.125rem;
padding-bottom: 10px;
font-weight: 400;
color: #333645; }
/* line 53, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 hr {
width: 28px;
height: 3px;
margin: 0 auto 11px;
background-color: #333645; }
/* line 59, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 13px;
font-weight: 400; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 span.btn {
background-color: #d64541;
color: white;
border: 1px solid #d64541;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px; }
/* line 75, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4:hover {
background-color: #d64541; }
/* line 77, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4:hover h3, .card-4:hover p {
color: white; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4:hover hr {
border-color: white;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4:hover span, .card-4:hover a.card-link .service-icon {
background-color: white;
color: #d64541; }
@media (min-width: 768px) {
/* line 90, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 750px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 15px;
align-items: stretch; }
/* line 105, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-4 {
flex-basis: calc(50% - 15px); }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-4 h3 {
margin: 0 0 7px; } }
@media (min-width: 992px) {
/* line 116, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 970px; } }
@media (min-width: 1260px) {
/* line 126, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 1200px; }
/* line 129, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-4 {
flex-basis: calc(25% - 22.5px); } }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgrey;
border-radius: 3px;
box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 a.card-link {
text-decoration: none;
color: #333645;
font-weight: 400;
text-align: center;
padding: 30px;
letter-spacing: .4px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 100%; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 a.card-link .service-icon {
background-color: #926fb1;
color: white;
font-weight: 400;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 17px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 a.card-link .service-icon svg {
width: 24px;
height: 24px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 h3 {
font-size: 1.125rem;
padding-bottom: 10px;
font-weight: 400;
color: #333645; }
/* line 53, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 hr {
width: 28px;
height: 3px;
margin: 0 auto 11px;
background-color: #333645; }
/* line 59, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 13px;
font-weight: 400; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 span.btn {
background-color: #926fb1;
color: white;
border: 1px solid #926fb1;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px; }
/* line 75, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5:hover {
background-color: #926fb1; }
/* line 77, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5:hover h3, .card-5:hover p {
color: white; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5:hover hr {
border-color: white;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5:hover span, .card-5:hover a.card-link .service-icon {
background-color: white;
color: #926fb1; }
@media (min-width: 768px) {
/* line 90, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 750px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 15px;
align-items: stretch; }
/* line 105, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-5 {
flex-basis: calc(50% - 15px); }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-5 h3 {
margin: 0 0 7px; } }
@media (min-width: 992px) {
/* line 116, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 970px; } }
@media (min-width: 1260px) {
/* line 126, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 1200px; }
/* line 129, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-5 {
flex-basis: calc(25% - 22.5px); } }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgrey;
border-radius: 3px;
box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 a.card-link {
text-decoration: none;
color: #333645;
font-weight: 400;
text-align: center;
padding: 30px;
letter-spacing: .4px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 100%; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 a.card-link .service-icon {
background-color: #f62459;
color: white;
font-weight: 400;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 17px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 a.card-link .service-icon svg {
width: 24px;
height: 24px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 h3 {
font-size: 1.125rem;
padding-bottom: 10px;
font-weight: 400;
color: #333645; }
/* line 53, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 hr {
width: 28px;
height: 3px;
margin: 0 auto 11px;
background-color: #333645; }
/* line 59, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 13px;
font-weight: 400; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 span.btn {
background-color: #f62459;
color: white;
border: 1px solid #f62459;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px; }
/* line 75, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6:hover {
background-color: #f62459; }
/* line 77, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6:hover h3, .card-6:hover p {
color: white; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6:hover hr {
border-color: white;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6:hover span, .card-6:hover a.card-link .service-icon {
background-color: white;
color: #f62459; }
@media (min-width: 768px) {
/* line 90, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 750px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 15px;
align-items: stretch; }
/* line 105, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-6 {
flex-basis: calc(50% - 15px); }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-6 h3 {
margin: 0 0 7px; } }
@media (min-width: 992px) {
/* line 116, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 970px; } }
@media (min-width: 1260px) {
/* line 126, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 1200px; }
/* line 129, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-6 {
flex-basis: calc(25% - 22.5px); } }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgrey;
border-radius: 3px;
box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 a.card-link {
text-decoration: none;
color: #333645;
font-weight: 400;
text-align: center;
padding: 30px;
letter-spacing: .4px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 100%; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 a.card-link .service-icon {
background-color: #926fb1;
color: white;
font-weight: 400;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 17px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 a.card-link .service-icon svg {
width: 24px;
height: 24px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 h3 {
font-size: 1.125rem;
padding-bottom: 10px;
font-weight: 400;
color: #333645; }
/* line 53, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 hr {
width: 28px;
height: 3px;
margin: 0 auto 11px;
background-color: #333645; }
/* line 59, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 13px;
font-weight: 400; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 span.btn {
background-color: #926fb1;
color: white;
border: 1px solid #926fb1;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px; }
/* line 75, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7:hover {
background-color: #926fb1; }
/* line 77, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7:hover h3, .card-7:hover p {
color: white; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7:hover hr {
border-color: white;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7:hover span, .card-7:hover a.card-link .service-icon {
background-color: white;
color: #926fb1; }
@media (min-width: 768px) {
/* line 90, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 750px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 15px;
align-items: stretch; }
/* line 105, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-7 {
flex-basis: calc(50% - 15px); }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-7 h3 {
margin: 0 0 7px; } }
@media (min-width: 992px) {
/* line 116, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 970px; } }
@media (min-width: 1260px) {
/* line 126, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 1200px; }
/* line 129, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-7 {
flex-basis: calc(25% - 22.5px); } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture {
color: white;
background: #333645;
letter-spacing: .4px; }
/* line 5, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture h2 {
font-size: 2.25rem;
font-weight: 400;
margin: 0 0 28px;
text-transform: uppercase;
line-height: 1.1;
margin-top: -6px; }
/* line 13, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture p {
line-height: 1.875rem;
margin-bottom: 25px;
font-weight: 400; }
/* line 18, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture p:first-of-type {
font-weight: 600; }
/* line 21, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture .btn {
background-color: white;
border-radius: 3px;
border: 1px solid transparent;
color: #333645;
display: inline-block;
font-weight: 400;
letter-spacing: 0.4px;
text-align: center;
height: auto;
line-height: 35px;
padding: 5px 15px;
text-transform: uppercase;
font-size: 1.063rem; }
/* line 35, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture .btn:hover {
background-color: #ebebeb; }
/* line 38, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture .btn .fa-regular {
margin-left: 12px;
margin-right: -4px;
font-size: 1.25rem;
font-weight: 600;
line-height: 35px; }
@media (min-width: 768px) {
/* line 49, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
.width {
width: 750px;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px; } }
@media (min-width: 992px) {
/* line 57, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture {
background-image: url(../img/branded.png);
background-repeat: no-repeat;
background-position: 100%; }
/* line 62, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture .width h2 {
font-size: 2.25rem; }
/* line 67, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
.width {
width: 970px; } }
@media (min-width: 1260px) {
/* line 73, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture {
background-size: auto 100%; }
/* line 76, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
.width {
width: 1200px;
margin: 0 auto;
padding-left: 15px; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
.width h2, .width p {
width: 49%;
margin: 0; } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about {
background-color: #333645;
color: #fff;
padding: 40px 15px 43px; }
/* line 5, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about ul {
list-style: none;
padding-bottom: 20px; }
/* line 8, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about ul li, #about ul li a {
font-size: .8125rem;
line-height: 1.375rem; }
/* line 12, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about ul li a:hover {
text-decoration: underline; }
/* line 16, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about h4 {
text-transform: uppercase;
font-size: 1rem;
margin-bottom: 24px;
font-weight: 400; }
/* line 22, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .footer-links {
display: flex;
justify-content: center;
margin-bottom: 20px; }
/* line 27, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print {
border-top: 1px solid #888;
display: flex;
justify-content: space-between;
padding-top: 5px;
margin-top: 10px; }
/* line 33, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .socials, #about .small-print .copyright, #about .small-print .copyright a {
display: flex;
font-size: .8125rem;
align-items: flex-start;
line-height: 1.42857143; }
/* line 39, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .copyright {
padding-top: 11px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .copyright a:hover {
text-decoration: underline; }
/* line 45, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .socials {
justify-content: flex-end; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .socials a {
width: 29px;
height: 37px;
text-decoration: none;
color: white;
border-radius: 50%; }
/* line 55, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .socials i {
height: 15px;
width: 15px;
border-radius: 50%;
margin: 11px 11px; }
/* line 62, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .copyright > span {
margin-left: 10px;
margin-right: 10px; }
/* line 71, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.socials a:nth-of-type(1):hover {
background-color: #3b5998; }
/* line 71, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.socials a:nth-of-type(2):hover {
background-color: #00aced; }
/* line 71, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.socials a:nth-of-type(3):hover {
background-color: #d93175; }
/* line 71, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.socials a:nth-of-type(4):hover {
background-color: #0077b5; }
@media (min-width: 400px) {
/* line 78, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .socials a {
width: 34px;
height: 37px; } }
@media (min-width: 495px) {
/* line 85, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links {
max-width: 480px;
margin: 0 auto; }
/* line 88, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .flex-col {
width: 100%; }
/* line 91, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .flex-item {
width: 225px;
flex: none; }
/* line 95, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .services, .footer-links .offices {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-evenly; }
/* line 101, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .offices {
flex-wrap: wrap; } }
@media (min-width: 705px) {
/* line 108, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .offices {
flex-wrap: nowrap; } }
@media (min-width: 768px) {
/* line 114, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about {
padding: 40px 30px; }
/* line 117, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links {
max-width: 750px; }
/* line 119, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .socials, .footer-links .copyright {
align-items: center; }
/* line 124, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.copyright br {
display: none; }
/* line 127, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.small-print {
max-width: 750px;
margin: 0 auto; } }
@media (min-width: 992px) {
/* line 133, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links {
max-width: 970px; }
/* line 136, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.small-print {
max-width: 970px; } }
@media (min-width: 1260px) {
/* line 141, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about {
padding: 40px 45px; }
/* line 144, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links {
max-width: 1200px; }
/* line 146, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .flex-col {
flex-direction: row; }
/* line 148, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .flex-col .services {
justify-content: flex-start; }
/* line 151, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .flex-col .offices {
flex-wrap: nowrap; }
/* line 156, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.small-print {
max-width: 1200px; } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.full-width {
box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); }
/* line 4, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.latest {
padding: 0px 15px;
z-index: 1; }
/* line 7, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.latest h3 {
padding: 40px 0;
color: #333645;
text-transform: uppercase;
font-size: 1.25rem;
font-weight: 600;
line-height: 24px;
position: relative;
letter-spacing: 0.4px;
margin-bottom: 0; }
/* line 18, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.latest h3::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #333645;
height: 5px;
width: 72px; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news {
padding-top: 10px; }
/* line 33, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 35px;
color: #333645;
font-weight: 400;
letter-spacing: .4px; }
/* line 42, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image {
position: relative;
border-bottom: 1px;
height: 100%;
width: 100%;
flex-basis: content; }
/* line 49, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image img {
width: 100%;
border-radius: 3px 3px 0 0;
display: block; }
/* line 54, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image .tag {
background-color: #4183d7;
position: absolute;
top: 10px;
right: 0px;
z-index: 1;
color: white;
text-transform: uppercase;
font-size: .75rem;
padding: 0 10px;
line-height: 1.438rem;
font-weight: 900; }
/* line 66, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image .tag:hover {
text-decoration: underline; }
/* line 71, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .flex-col {
justify-content: space-between; }
/* line 74, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-body {
padding: 20px 30px;
border: 1px solid lightgrey;
border-top: 0;
border-bottom: 0;
border-radius: 0 0 3px 3px;
flex-grow: 1; }
/* line 81, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-body hr {
border: 1px solid #ccc; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-body .bottom {
border-bottom: 1px solid #ccc; }
/* line 88, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-footer {
border: 1px solid lightgrey;
border-top: 0;
margin-top: -3px;
border-radius: 0 0 3px 3px;
padding: 10px 30px 30px;
width: 100%; }
/* line 95, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-footer img {
border-radius: 50%;
float: left;
margin-right: 20px; }
/* line 100, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-footer span {
padding-left: 20px;
padding-top: 6px;
font-size: .875rem;
display: block; }
/* line 105, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-footer span:first-of-type {
font-weight: 600;
color: #333645; }
/* line 112, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card h4 {
font-size: 1rem;
line-height: 1.5rem;
padding: 10px 0;
font-weight: 600;
color: #4183d7;
text-transform: capitalize; }
/* line 119, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card h4:hover {
text-decoration: underline; }
/* line 123, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card p {
font-size: .8125rem;
line-height: 1.375rem;
font-weight: 400;
margin-top: 5px;
margin-bottom: 25px;
color: #666; }
/* line 131, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .button {
background-color: #4183d7;
color: white;
border: 1px solid #4183d7;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px;
line-height: 35px;
text-transform: uppercase;
text-decoration: none;
padding: 5px 15px;
text-align: center;
display: inline-block;
margin-bottom: 30px; }
/* line 146, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .button:hover {
background-color: #2a6ec6; }
/* line 153, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card:nth-of-type(2) .card-image .tag, #news .card:nth-of-type(2) .button {
background-color: #d64541;
border: #d64541; }
/* line 158, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card:nth-of-type(2) .button:hover {
background-color: #bc2c28; }
/* line 162, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card:nth-of-type(2) h4 {
color: #d64541; }
/* line 167, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card:nth-of-type(3) .card-image .tag, #news .card:nth-of-type(3) .button {
background-color: #926fb1;
border: #926fb1; }
/* line 172, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card:nth-of-type(3) .button:hover {
background-color: #79539a; }
/* line 176, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card:nth-of-type(3) h4 {
color: #926fb1; }
@media (min-width: 768px) {
/* line 182, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.latest {
width: 750px;
margin: 0 auto; }
/* line 185, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.latest h3 {
margin: 0px 0 0px; }
/* line 189, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news {
width: 750px;
margin: 0 auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 15px;
padding-right: 15px;
align-items: stretch; }
/* line 199, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card {
flex-basis: calc(50% - 15px); }
/* line 201, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image {
flex-basis: 199px;
overflow: hidden; }
/* line 206, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-body h3 {
min-height: 3rem; }
/* line 209, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-body p {
min-height: 66px;
margin-bottom: 25px; }
/* line 215, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news > :last-child {
display: none; } }
@media (min-width: 992px) {
/* line 221, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news {
width: 970px; }
/* line 224, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image {
overflow: hidden;
object-fit: cover;
flex-basis: 263px; }
/* line 228, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image img:hover {
opacity: .75;
transform: scale(1.1); }
/* line 232, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image img {
transition: all .25s; }
/* line 237, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.latest {
width: 970px; } }
@media (min-width: 1260px) {
/* line 242, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news {
width: 1200px; }
/* line 244, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card {
flex-basis: calc(33% - 15px); }
/* line 246, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image {
flex-basis: 214px; }
/* line 250, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news > :last-child {
display: flex; }
/* line 254, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.latest {
width: 1200px; } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients {
display: none; }
@media (min-width: 768px) {
/* line 6, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients {
width: 750px;
margin: 0 auto;
display: flex;
flex-direction: row;
padding-left: 15px;
padding-right: 15px;
padding-top: 50px;
padding-bottom: 50px; }
/* line 15, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img {
position: relative;
flex-grow: 1;
padding: 0 20px; }
/* line 19, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up {
position: absolute;
bottom: calc(100% + 50px);
left: -200px;
right: -200px;
display: none; }
/* line 25, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up .contents {
max-width: 260px;
margin: 0 auto;
text-align: center;
color: white;
background-color: #333645;
padding: 20px;
display: block; }
/* line 33, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up .contents h3 {
font-size: 1.125rem;
position: relative;
padding-bottom: 17px; }
/* line 37, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up .contents h3::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 28px;
height: 3px;
display: block;
background-color: #fff; }
/* line 50, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up .contents p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 0; }
/* line 55, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up .contents::after {
content: "";
top: 100%;
left: calc(50% - 36px);
margin: auto;
display: inline-block;
border-color: #333645 transparent transparent;
border-style: solid;
border-width: 35px 36px 0;
position: absolute; }
/* line 67, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up .spacer {
height: 50px;
position: absolute;
top: 100%;
width: 100%; }
/* line 74, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img img {
max-width: 100%; }
/* line 78, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img:hover .overlay {
display: inline; }
/* line 81, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img:hover .base {
display: none; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img:hover .pop-up {
display: block; }
/* line 88, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .overlay {
top: 0;
left: 20px;
right: 20px;
bottom: 0;
display: none;
max-width: 100%; } }
@media (min-width: 992px) {
/* line 100, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients {
width: 970px; } }
@media (min-width: 1260px) {
/* line 105, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients {
width: 1200px;
padding-left: 30px; }
/* line 109, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up {
left: -228px; } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email {
background-color: #ddd; }
/* line 3, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .section-pad {
padding-left: 45px;
padding-right: 45px; }
/* line 7, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .privacy a {
text-decoration: underline; }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email h2 {
font-size: 2rem;
font-weight: 400;
color: #333645;
margin-bottom: 15px;
line-height: 1.1;
letter-spacing: 0.4px;
text-transform: capitalize; }
/* line 19, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email input[type="text"], #email input[type="email"] {
width: 100%;
display: block;
height: 47px;
padding: 5px 15px;
border-color: #ccc;
background-color: #fff;
border: 1px solid #e5e5e5;
border-radius: 2px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
line-height: 1.42857143;
color: #555;
margin: 5px 0 15px;
font-size: 14px; }
/* line 34, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email input[type="submit"] {
display: block; }
/* line 38, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email input[type="submit"] {
line-height: 35px;
padding: 5px 15px;
text-transform: uppercase;
font-size: 1.063rem;
border-radius: 3px;
color: #fff;
border: 1px solid #333645;
background-color: #333645;
margin-top: 30px; }
/* line 48, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email input[type="submit"]:hover {
background-color: #1d1f28; }
/* line 52, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email label {
font-weight: 600;
color: #333645;
letter-spacing: 0.4px;
margin-bottom: 5px; }
/* line 57, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email label:after {
content: " *";
color: #d24d57; }
/* line 63, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .form-group {
display: flex; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .form-group label:nth-of-type(1) {
line-height: 32px;
cursor: pointer; }
/* line 68, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .form-group label:nth-of-type(1):after {
content: ""; }
/* line 72, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .form-group input[type="checkbox"] {
flex: 1 0 auto;
-moz-appearance: none;
-webkit-appearance: none;
-o-appearance: none;
border-radius: 3px;
border: 3px solid #333645;
height: 32px;
width: 32px;
position: relative;
float: left;
margin-right: 20px; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .form-group input[type="checkbox"]:checked {
background-color: #333645; }
/* line 86, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .form-group input[type="checkbox"]:checked:before {
content: url("https://api.iconify.design/charm/tick.svg?color=white&width=25&height=25"); }
@media (min-width: 768px) {
/* line 95, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .section-pad {
width: 750px;
margin: 0 auto; } }
@media (min-width: 992px) {
/* line 101, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .section-pad {
width: 970px; }
/* line 104, ../../../Desktop/Projects/netmatters/scss/_email.scss */
.form-left {
width: calc(50% - 15px);
display: block;
float: left;
margin-right: auto; }
/* line 110, ../../../Desktop/Projects/netmatters/scss/_email.scss */
.form-right {
width: calc(50% - 15px);
display: block;
margin-left: auto; } }
@media (min-width: 1260px) {
/* line 118, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .section-pad {
width: 1200px; } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations {
display: none;
padding: 50px 15px; }
/* line 4, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-row {
justify-content: space-between;
align-items: flex-start; }
/* line 8, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-item {
padding: 0 20px;
flex: 1 1 auto;
position: relative; }
/* line 12, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-item img {
height: auto;
width: 100%; }
/* line 16, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-item .hover {
display: none; }
@media (min-width: 768px) {
/* line 23, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations {
display: block;
width: 750px;
margin: 0 auto; }
/* line 28, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-row:nth-of-type(1) .flex-item:nth-of-type(n+3):hover img, #accreditations .flex-row:nth-of-type(2) .flex-item:nth-of-type(1n):hover img {
display: none; }
/* line 31, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-row:nth-of-type(1) .flex-item:nth-of-type(n+3):hover .hover, #accreditations .flex-row:nth-of-type(2) .flex-item:nth-of-type(1n):hover .hover {
display: block; }
/* line 35, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-row:nth-of-type(2) {
margin-top: 20px; }
/* line 37, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-row:nth-of-type(2) div:last-child {
height: 70px; } }
@media (min-width: 992px) {
/* line 44, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations {
width: 970px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-row:nth-of-type(2) div:last-child {
height: 80px; } }
@media (min-width: 1260px) {
/* line 54, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations {
width: 1200px; }
/* line 56, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-item {
flex: 0 1 auto; }
/* line 60, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-row:nth-of-type(2) div:last-child {
height: 70px; } }
/****************************************/
/*********** General Stylings ***********/
/****************************************/
/* line 4, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar {
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: 275px;
background: #333645;
z-index: -1;
color: white;
text-transform: uppercase;
text-align: center;
overflow-y: scroll; }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav {
list-style: none;
display: flex;
flex-direction: column; }
/* line 21, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li {
margin-top: 20px;
padding: 0 20px; }
/* line 24, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li:hover > a {
background-color: rgba(255, 255, 255, 0.05); }
/* line 27, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li > a {
font-size: 1.125rem;
line-height: 25.7143px;
padding: 19px 0 18px;
border-radius: 3px;
outline: 1px solid rgba(0, 0, 0, 0.25);
border: 1px solid rgba(255, 255, 255, 0.1);
display: block; }
/* line 35, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li > a .iconify {
padding-bottom: 1px;
font-size: 1.45rem; }
/* line 39, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li > a small {
display: block;
font-size: .625rem;
padding-bottom: 1px; }
/* line 45, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li ul {
margin-top: 20px;
list-style: none;
border-radius: 3px; }
/* line 49, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li ul li {
background-color: rgba(0, 0, 0, 0.25); }
/* line 51, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li ul li a {
border-top: 1px solid rgba(255, 255, 255, 0.05);
display: block;
padding: 10px;
line-height: 1.4285rem; }
/* line 57, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li ul li:not(:first-child) {
border-top: 1px solid rgba(0, 0, 0, 0.45); }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav {
margin-bottom: 0px; }
/* line 67, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav .services {
display: none; }
/* line 70, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav > li {
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
/* line 73, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav > li:hover > a {
background-color: rgba(255, 255, 255, 0.05); }
/* line 76, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav > li a {
padding: 20px;
display: block;
text-align: left;
line-height: 16px; }
/* line 82, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav > li ul {
margin-bottom: 0; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav > li ul li {
border-top: 1px solid rgba(0, 0, 0, 0.45);
display: block; }
/* line 87, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav > li ul li a {
border-top: 1px solid rgba(255, 255, 255, 0.05);
display: block;
font-size: .875rem;
line-height: 20px;
padding: 15px 20px;
background-color: rgba(0, 0, 0, 0.25); }
/* line 94, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav > li ul li a::before {
content: "\BB";
padding-right: 18px; }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav li:nth-of-type(2) a .iconify {
color: #67809f; }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav li:nth-of-type(3) a .iconify {
color: #4183d7; }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav li:nth-of-type(4) a .iconify {
color: #2ecc71; }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav li:nth-of-type(5) a .iconify {
color: #d64541; }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav li:nth-of-type(6) a .iconify {
color: #926fb1; }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav li:nth-of-type(7) a .iconify {
color: #f62459; }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav li:nth-of-type(8) a .iconify {
color: #926fb1; }
/* line 112, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.menu-overlay {
position: fixed;
left: 0;
width: calc(100vw - 275px);
height: 100vh;
background-color: black;
opacity: 0;
z-index: 100;
display: none; }
/****************************************/
/************** Animations **************/
/****************************************/
/* line 127, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.abs-line {
top: 15px !important; }
/* line 131, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.spin-out {
position: absolute;
top: 45px;
animation: spin-out 0.4s linear forwards; }
/* line 136, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.spin-in {
animation: spin-in 0.4s linear backwards; }
/* line 139, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.extra-spin {
animation: extra 0.1s linear forwards; }
/* line 142, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.extra-unspin {
animation: unextra 0.1s linear forwards; }
@keyframes spin-out {
from {
transform: rotate(0deg); }
to {
transform: rotate(405deg); } }
@keyframes spin-in {
from {
transform: rotate(405deg); }
to {
transform: rotate(0deg); } }
@keyframes extra {
from {
transform: rotate(405deg); }
to {
transform: rotate(495deg); } }
@keyframes unextra {
from {
transform: rotate(495deg); }
to {
transform: rotate(405deg); } }
/* line 179, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.left {
position: absolute;
animation: s-left 0.5s forwards; }
/* line 183, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.close {
animation: s-right 0.5s forwards; }
@keyframes s-left {
from {
right: 0px;
filter: brightness(100%); }
to {
right: 275px;
filter: brightness(50%); } }
@keyframes s-right {
from {
right: 275px;
filter: brightness(50%); }
to {
right: 0px;
filter: brightness(100%); } }
/****************************************/
/************ Media Queries ************/
/****************************************/
@media (min-width: 992px) {
/* line 215, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar {
width: 350px; }
/* line 217, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav {
display: none; }
/* line 220, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav .services {
display: block; }
@keyframes s-left {
from {
right: 0px;
filter: brightness(100%); }
to {
right: 350px;
filter: brightness(50%); } }
@keyframes s-right {
from {
right: 350px;
filter: brightness(50%); }
to {
right: 0px;
filter: brightness(100%); } } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay {
width: 100vw;
height: 100vh;
overflow-x: hidden;
overflow-y: scroll;
background-color: rgba(0, 0, 0, 0.7);
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0; }
/* line 12, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie {
margin: auto 30px;
background-color: white;
border-radius: 5px; }
/* line 16, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .header {
padding: 15px 20px;
border-bottom: 1px solid #e5e5e5; }
/* line 19, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .header h3 {
font-size: 1.625rem;
font-weight: 400;
line-height: 1.42857143;
margin-bottom: 0;
color: #333645; }
/* line 28, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .body {
padding: 20px; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .body p {
color: #666;
line-height: 1.875rem; }
/* line 33, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .body p a {
color: #333645; }
/* line 35, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .body p a:hover {
text-decoration: underline; }
/* line 42, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .footer {
padding: 19px 20px 20px;
border-top: 1px solid #e5e5e5;
display: flex;
flex-direction: column; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .footer .left-btn, .cookie-overlay .cookie .footer .right-btn {
line-height: 35px;
padding: 5px 15px;
text-transform: uppercase;
font-size: 1.063rem;
border-radius: 3px;
text-align: center;
border: 1px solid; }
/* line 56, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .footer .left-btn {
color: #fff;
background-color: #999aa2;
border-color: #999aa2;
margin-bottom: 30px; }
/* line 62, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .footer .right-btn {
color: #fff;
background-color: #926fb1;
border-color: #926fb1; }
/* line 71, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay {
width: 100vw;
height: 100vh;
overflow-x: hidden;
overflow-y: scroll;
background-color: white;
z-index: 1;
position: fixed;
top: 0; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended {
margin: 20px auto 0;
padding: 0 15px;
position: relative; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended h2 {
text-transform: capitalize;
margin: 30px 0 28px;
color: #333645;
font-size: 2.25rem;
font-weight: 400; }
/* line 91, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended h3 {
font-size: 1.625rem;
font-weight: 400;
line-height: 1.1;
margin-bottom: 0;
color: #333645;
margin-bottom: 15px; }
/* line 99, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended h4 {
font-weight: 700;
color: #333645;
text-transform: none; }
/* line 104, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended p {
font-size: 14px;
margin-top: 10px;
margin-bottom: 10px;
line-height: 1.1;
color: #666; }
/* line 110, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended p a {
color: #333645;
font-size: 14px; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended p a:hover {
text-decoration: underline; }
/* line 118, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended ul {
display: block;
list-style-type: disc;
margin-block-start: 1.05em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 40px;
margin-top: 10px;
margin-bottom: 10px; }
/* line 128, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended ul li {
list-style-type: disc;
color: #666;
line-height: 1.42857143; }
/* line 132, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended ul li h5 {
font-size: 14px;
line-height: 1.1;
font-weight: 400; }
/* line 137, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended ul li a {
color: #333645; }
/* line 139, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended ul li a:hover {
text-decoration: underline; }
/* line 146, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .btns button, .cookie-extended-overlay .cookie-extended .btns a, .cookie-extended-overlay .cookie-extended .drop button, .cookie-extended-overlay .cookie-extended .drop a {
height: auto;
line-height: 35px;
letter-spacing: normal;
padding: 5px 15px;
text-transform: uppercase;
font-size: 1.063rem;
border-radius: 3px;
white-space: normal;
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent; }
/* line 164, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .btns .default, .cookie-extended-overlay .cookie-extended .drop .default {
color: #fff;
background-color: #926fb1;
border-color: #926fb1; }
/* line 168, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .btns .default:hover, .cookie-extended-overlay .cookie-extended .btns .default:focus, .cookie-extended-overlay .cookie-extended .drop .default:hover, .cookie-extended-overlay .cookie-extended .drop .default:focus {
background-color: #79539a; }
/* line 172, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .btns .inactive, .cookie-extended-overlay .cookie-extended .drop .inactive {
color: #aaa;
background-color: #fff;
border-color: #f0f0f0; }
/* line 177, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .btns .table-btn, .cookie-extended-overlay .cookie-extended .btns .drop-btn, .cookie-extended-overlay .cookie-extended .drop .table-btn, .cookie-extended-overlay .cookie-extended .drop .drop-btn {
color: #fff;
background-color: #999aa2;
border-color: #999aa2;
margin: 20px 0;
letter-spacing: 0.4px; }
/* line 185, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .mt {
margin-top: 20px; }
/* line 188, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended p.mt {
margin-top: 30px; }
/* line 191, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .footer {
padding: 30px 0px;
display: flex;
gap: 4px; }
/* line 195, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .footer .left-btn-ext, .cookie-extended-overlay .cookie-extended .footer .right-btn-ext {
line-height: 35px;
padding: 5px 15px;
text-transform: uppercase;
font-size: 1.063rem;
border-radius: 3px;
text-align: center;
border: 1px solid;
letter-spacing: normal; }
/* line 205, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .footer .left-btn-ext {
color: #fff;
background-color: #999aa2;
border-color: #999aa2; }
/* line 209, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .footer .left-btn-ext:hover, .cookie-extended-overlay .cookie-extended .footer .left-btn-ext:focus {
background-color: #7e808a; }
/* line 213, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .footer .right-btn-ext {
color: #fff;
background-color: #926fb1;
border-color: #926fb1; }
/* line 217, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .footer .right-btn-ext:hover, .cookie-extended-overlay .cookie-extended .footer .right-btn-ext:focus {
background-color: #79539a; }
/* line 222, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table {
border: 1px solid #ddd;
width: 100%;
overflow-x: auto;
margin-bottom: 20px; }
/* line 227, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table {
border-spacing: 0px;
border-collapse: collapse;
text-indent: initial;
width: 100%; }
/* line 232, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table thead {
background-color: #aaa;
color: #fff; }
/* line 235, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table thead th {
min-height: 20px;
text-align: left;
font-weight: normal; }
/* line 241, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table tbody {
background-color: #ddd;
color: #666; }
/* line 245, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table td, .cookie-extended-overlay .cookie-extended .table table th {
border: 1px solid white;
padding: 15px;
line-height: 1.42857143; }
/* line 249, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table td .jc-s, .cookie-extended-overlay .cookie-extended .table table th .jc-s {
justify-content: start; }
/* line 251, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table td .jc-s button, .cookie-extended-overlay .cookie-extended .table table th .jc-s button {
line-height: 1;
margin: 0; }
/* line 257, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table tr:first-child th {
border-top: 0; }
/* line 260, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table tr:last-child td {
border-bottom: 0; }
/* line 263, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table tr td:first-child, .cookie-extended-overlay .cookie-extended .table table tr th:first-child {
border-left: 0; }
/* line 266, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table tr td:last-child, .cookie-extended-overlay .cookie-extended .table table tr th:last-child {
border-right: 0; }
/* line 269, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table tr td:first-child {
cursor: pointer; }
/* line 273, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table .btns, .cookie-extended-overlay .cookie-extended .table .drop {
display: flex;
gap: 5px; }
@media (min-width: 768px) {
/* line 281, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie {
max-width: 600px; }
/* line 283, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .footer {
flex-direction: row;
gap: 30px; }
/* line 286, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .footer .left-btn, .cookie-overlay .cookie .footer .right-btn {
flex: 1; }
/* line 289, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .footer .left-btn {
margin-bottom: 0; }
/* line 294, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended {
max-width: 750px; } }
@media (min-width: 992px) {
/* line 300, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended {
max-width: 970px; }
/* line 303, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.footer, .btns {
display: flex;
justify-content: flex-end; }
/* line 307, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.tbl-btns {
justify-content: flex-start; } }
@media (min-width: 1260px) {
/* line 314, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended {
max-width: 1200px; } }
/*# sourceMappingURL=style.css.map */ | css/style.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
/* line 6, ../../../Desktop/Projects/netmatters/scss/_general.scss */
* {
font-family: 'Poppins', sans-serif;
padding: 0;
margin: 0;
font-size: 16px;
box-sizing: border-box;
letter-spacing: .4px;
line-height: 1.1; }
/* line 16, ../../../Desktop/Projects/netmatters/scss/_general.scss */
body {
position: relative;
width: 100vw; }
/* line 20, ../../../Desktop/Projects/netmatters/scss/_general.scss */
body, html {
overflow-x: auto;
overflow-x: initial;
width: 100%; }
/* line 27, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.debug {
border: 2px solid red; }
/* line 45, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h1, h2, h3, h4 {
font-weight: 400; }
/* line 48, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h2, h3, h4 {
margin: 0 0 15px; }
/* line 51, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h1, h2, h4 {
text-transform: uppercase; }
/* line 54, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h3 {
text-transform: capitalize; }
/* line 57, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h1 {
font-size: 2.25rem; }
/* line 60, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h2 {
font-size: 2rem; }
/* line 63, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h3 {
font-size: 1.25rem; }
/* line 66, ../../../Desktop/Projects/netmatters/scss/_general.scss */
h4 {
font-size: 1rem; }
/* line 71, ../../../Desktop/Projects/netmatters/scss/_general.scss */
p {
margin: 0 0 25px; }
/* line 76, ../../../Desktop/Projects/netmatters/scss/_general.scss */
ul {
list-style: none;
margin-bottom: 10px; }
/* line 79, ../../../Desktop/Projects/netmatters/scss/_general.scss */
ul li {
display: list-item; }
/* line 85, ../../../Desktop/Projects/netmatters/scss/_general.scss */
a {
text-decoration: none;
color: inherit; }
/* line 91, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.btn {
text-transform: uppercase;
padding: 5px 15px;
line-height: 35px;
text-align: center;
text-transform: uppercase;
border-radius: 3px;
font-size: 1.063rem; }
/* line 106, ../../../Desktop/Projects/netmatters/scss/_general.scss */
#email input[type="text"]:focus, #email input[type="email"]:focus, #email input[type="search"]:focus, .top-search input[type="text"]:focus, .top-search input[type="email"]:focus, .top-search input[type="search"]:focus {
border-color: #5bc0de;
outline: 0;
box-shadow: 0 0 8px #5bc0de; }
/* line 116, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.btn, .button {
cursor: pointer; }
/* line 124, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.vh {
min-height: 100vh; }
/* line 128, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.hidden {
display: none !important; }
/* line 132, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.wrapper {
width: 100%;
z-index: 1;
background-color: white;
overflow-y: scroll;
height: 100vh;
overflow-x: auto;
overflow-x: initial; }
/* line 141, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.flex-col {
display: flex;
flex-direction: column;
justify-content: space-between; }
/* line 146, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.flex-row {
display: flex;
flex-direction: row;
align-items: center; }
/* line 152, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.flex-item {
flex: 1;
display: flex;
flex-direction: column; }
/* line 158, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.col-pad, .search-pad {
padding: 20px 15px; }
/* line 162, ../../../Desktop/Projects/netmatters/scss/_general.scss */
.section-pad {
padding: 50px 15px;
margin: 0 auto; }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header {
height: 168px;
background-color: #fff; }
/* line 4, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header form.btm-search {
margin-top: 11px;
position: relative; }
/* line 9, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#sticky {
width: 100%;
z-index: 5;
background-color: white;
top: 0; }
/* line 16, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.slide-up {
animation: slideUp 0.5s; }
/* line 19, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.slide-down {
animation: slideDown 0.5s;
box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); }
@keyframes slideUp {
from {
top: 0px; }
to {
top: -168px; } }
@keyframes slideDown {
from {
top: -168px; }
to {
top: 0px; } }
/* line 33, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.sticky {
position: sticky !important;
top: 0;
width: 100%; }
/* line 40, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row:nth-child(1n):first-child {
flex: 1; }
/* line 44, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row img {
max-width: 402px;
width: 100%; }
/* line 48, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .phone {
align-items: self-end;
margin-left: 15px;
margin-right: 20px; }
/* line 52, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .phone:hover {
border-bottom: 3px solid #333645; }
/* line 56, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .menu {
max-width: 83px;
max-height: 70px;
align-items: self-end;
padding: 7px 0; }
/* line 62, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .menu .btn {
width: 63px;
height: 56px;
background-color: #333645;
border-color: #333645;
border-radius: 3px;
padding-top: 8px;
padding-bottom: 8px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around; }
/* line 74, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .menu .btn:hover {
background-color: #22242e;
border-color: #191a22; }
/* line 78, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .menu .btn .menu-line {
height: 3px;
width: 33px;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .menu .btn .menu-text {
color: white;
font-size: 0.75rem;
line-height: 1;
top: 3px;
position: relative; }
/* line 93, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.top-row .top-search, .top-row .contact-btn, .top-row .support-btn {
display: none; }
/* line 98, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#search {
background-color: #E5E5E5;
border: 2px solid rgba(0, 0, 0, 0.1);
border-right: none;
box-shadow: inset 0 0.875px rgba(0, 0, 0, 0.1);
height: 47px;
border-radius: 3px 0 0 3px;
font-size: 0.875rem;
position: relative;
outline: 0; }
/* line 108, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#search input {
width: 100%;
color: #666; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.search-btn {
max-width: 46px;
background-color: #E5E5E5;
border: 2px solid rgba(0, 0, 0, 0.1);
border-left: none;
box-shadow: inset 0 0.875px rgba(0, 0, 0, 0.1);
height: 47px;
position: absolute;
right: 0px; }
/* line 122, ../../../Desktop/Projects/netmatters/scss/_header.scss */
.search-btn .fa-solid {
font-size: 1.29rem;
line-height: 2rem;
color: #333645;
font-weight: 600;
margin: auto; }
@media (min-width: 768px) {
@keyframes slideUp {
from {
top: 0px; }
to {
top: -110px; } }
@keyframes slideDown {
from {
top: -110px; }
to {
top: 0px; } }
/* line 140, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header {
height: 110px;
width: 750px;
margin: auto; }
/* line 145, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row > div {
flex: 1; }
/* line 148, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row:first-child {
align-items: start; }
/* line 151, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .top-search {
display: flex; }
/* line 154, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row {
justify-content: flex-end; }
/* line 158, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header img {
padding: 0 15px 0 0;
vertical-align: middle; }
/* line 162, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .phone {
display: none; }
/* line 165, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search {
display: flex;
flex: 1;
margin-left: 20px;
justify-content: end;
align-items: center; }
/* line 171, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search input {
width: 174px;
height: 56px;
padding: 5px 15px;
border: 1px solid #ccc;
box-shadow: inset 0 0.875px rgba(0, 0, 0, 0.1);
font-size: 14px;
line-height: 1.42857143;
letter-spacing: 0; }
/* line 182, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search .btn {
padding: 0px 20px 0px;
height: 56px;
font-size: 0.825rem;
border-radius: 0 3px 3px 0;
border: none;
vertical-align: bottom;
background-color: #999aa2;
color: #fff; }
/* line 191, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search .btn:hover {
background-color: #7e808a; }
/* line 194, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search .btn .fa-regular {
font-size: 1.5rem;
font-weight: 600;
color: #fff;
width: 23px;
height: 23px;
margin: auto; }
/* line 205, ../../../Desktop/Projects/netmatters/scss/_header.scss */
form.btm-search {
display: none; } }
/* line 209, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar {
display: none; }
@media (min-width: 992px) {
@keyframes slideUp {
from {
top: 0px; }
to {
top: -208px; } }
@keyframes slideDown {
from {
top: -208px; }
to {
top: 0px; } }
/* line 222, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header {
width: 970px; }
/* line 224, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search {
flex: 0; }
/* line 226, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search input {
display: none; }
/* line 229, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search .btn {
border-radius: 3px; }
/* line 234, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row img {
padding-right: 18px; }
/* line 237, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row > .flex-item {
flex: 5; }
/* line 240, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row > .flex-row {
flex: 7; }
/* line 243, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row {
justify-content: end; }
/* line 245, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row .contact-btn, header .top-row .flex-row .support-btn {
display: flex;
height: 56px;
line-height: 45px;
font-size: 1.125rem;
text-transform: uppercase;
padding: 5px 15px 5px 15px;
color: #fff;
border-color: #999aa2;
margin-left: 20px; }
/* line 255, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row .contact-btn i, header .top-row .flex-row .support-btn i {
font-size: 1.438rem;
line-height: 45px;
margin-right: 5px; }
/* line 261, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row .support-btn {
background-color: #4183d7;
border: 1px solid #4183d7; }
/* line 264, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row .support-btn:hover {
background-color: #2a6ec6;
border-color: #2665b5; }
/* line 268, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row .support-btn i {
margin: 0 8px 0 6px;
font-size: 1.2rem; }
/* line 273, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row .contact-btn {
background-color: #999aa2;
border: 1px solid #999aa2; }
/* line 276, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row .flex-row .contact-btn:hover {
background-color: #84858f;
border-color: #797a85; }
/* line 284, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar {
display: flex;
background-color: #333645;
color: white;
text-align: center;
text-transform: uppercase; }
/* line 290, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row {
width: 940px;
margin: 0 auto;
align-items: flex-start;
height: auto;
position: relative;
border-left: 1px solid rgba(255, 255, 255, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.25); }
/* line 298, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item {
border-right: 1px solid rgba(255, 255, 255, 0.1);
border-left: 1px solid rgba(0, 0, 0, 0.25); }
/* line 301, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item a {
font-size: 1.125rem;
padding: 16px 0 16px; }
/* line 305, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item svg {
margin: 0 auto;
min-width: 23px;
min-height: 23px;
margin: 4px 0; }
/* line 312, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item small {
display: block;
font-size: .625rem; }
/* line 316, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar {
display: none;
position: absolute;
top: 100%;
left: 0;
color: white;
z-index: 1; }
/* line 323, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar::before {
content: "";
right: 0;
min-width: 100vw;
max-width: 100vw;
display: block;
position: absolute;
height: 40px;
top: 0;
bottom: 0;
z-index: -1; }
/* line 335, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar::after {
content: "";
left: -10px;
min-width: 100vw;
max-width: 100vw;
height: 40px;
display: block;
position: absolute;
top: 0;
bottom: 0;
z-index: -1; }
/* line 348, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar ul {
margin-left: 20px; }
/* line 350, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar ul li {
display: inline-block; }
/* line 352, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar ul li a {
font-size: .8125rem;
line-height: 2.5rem; }
/* line 357, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar ul li + li::before {
content: "-";
line-height: 2.5rem;
padding-right: 20px;
padding-left: 20px; }
/* line 365, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item:hover .mini-bar, #nav-bar .flex-row > .flex-item ul {
display: block; }
/* line 372, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(1) svg {
color: #67809f; }
/* line 375, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(1):hover {
background-color: #67809f; }
/* line 377, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(1):hover svg {
color: white; }
/* line 381, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(1) .mini-bar::before, #nav-bar .flex-row .flex-item:nth-of-type(1) .mini-bar::after {
background-color: #526781; }
/* line 372, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(2) svg {
color: #4183d7; }
/* line 375, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(2):hover {
background-color: #4183d7; }
/* line 377, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(2):hover svg {
color: white; }
/* line 381, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(2) .mini-bar::before, #nav-bar .flex-row .flex-item:nth-of-type(2) .mini-bar::after {
background-color: #286abd; }
/* line 372, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(3) svg {
color: #2ecc71; }
/* line 375, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(3):hover {
background-color: #2ecc71; }
/* line 377, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(3):hover svg {
color: white; }
/* line 381, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(3) .mini-bar::before, #nav-bar .flex-row .flex-item:nth-of-type(3) .mini-bar::after {
background-color: #25a25a; }
/* line 372, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(4) svg {
color: #d64541; }
/* line 375, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(4):hover {
background-color: #d64541; }
/* line 377, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(4):hover svg {
color: white; }
/* line 381, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(4) .mini-bar::before, #nav-bar .flex-row .flex-item:nth-of-type(4) .mini-bar::after {
background-color: #bc2c28; }
/* line 372, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(5) svg {
color: #926fb1; }
/* line 375, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(5):hover {
background-color: #926fb1; }
/* line 377, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(5):hover svg {
color: white; }
/* line 381, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(5) .mini-bar::before, #nav-bar .flex-row .flex-item:nth-of-type(5) .mini-bar::after {
background-color: #79539a; }
/* line 372, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(6) svg {
color: #f62459; }
/* line 375, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(6):hover {
background-color: #f62459; }
/* line 377, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(6):hover svg {
color: white; }
/* line 381, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(6) .mini-bar::before, #nav-bar .flex-row .flex-item:nth-of-type(6) .mini-bar::after {
background-color: #de093f; }
/* line 372, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(7) svg {
color: #926fb1; }
/* line 375, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(7):hover {
background-color: #926fb1; }
/* line 377, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(7):hover svg {
color: white; }
/* line 381, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row .flex-item:nth-of-type(7) .mini-bar::before, #nav-bar .flex-row .flex-item:nth-of-type(7) .mini-bar::after {
background-color: #79539a; } }
@media (min-width: 1260px) {
/* line 391, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header {
width: 1200px; }
/* line 395, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search input {
display: flex;
width: 240px; }
/* line 399, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-search .btn {
flex: 0;
border-radius: 0 3px 3px 0; }
/* line 405, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row > .flex-item {
flex: 4; }
/* line 408, ../../../Desktop/Projects/netmatters/scss/_header.scss */
header .top-row > .flex-row {
flex: 8; }
/* line 414, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row {
width: 1170px; }
/* line 421, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar ul li a {
font-size: 1rem; }
/* line 425, ../../../Desktop/Projects/netmatters/scss/_header.scss */
#nav-bar .flex-row > .flex-item .mini-bar::after {
left: -30px; } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-initialized .slick-slide {
display: flex; }
/* line 4, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-dots {
bottom: 42px; }
/* line 6, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-dots li.slick-active button:before {
width: 11px;
height: 11px;
background-color: #ffffff;
opacity: 1;
border-radius: 30px;
font-size: 0px;
outline: 2px solid white;
outline-offset: 4px; }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-dots li button:before {
width: 11px;
height: 11px;
background-color: #ffffff;
opacity: 0.5;
border-radius: 30px;
font-size: 0px; }
/* line 28, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo {
position: relative;
border-top: 1px solid rgba(51, 54, 69, 0.5);
min-height: 490px; }
/* line 32, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo img {
object-fit: cover;
height: calc(100vh - 168px);
min-height: 490px; }
/* line 37, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 100%);
display: flex;
align-items: center; }
/* line 46, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .jumbo-content {
color: white;
padding: 0 15px;
margin: auto; }
/* line 50, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .jumbo-content h2 {
font-weight: 400;
font-size: 3rem;
text-transform: uppercase;
line-height: 3.3rem;
margin-bottom: 25px;
letter-spacing: 0.4px; }
/* line 58, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .jumbo-content p {
font-size: 1.25rem;
line-height: 2.25rem;
margin-bottom: 35px;
letter-spacing: 0.4px; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .jumbo-content .btn {
border-radius: 3px;
border: 1px solid transparent;
color: white;
display: inline-block;
line-height: 50px;
text-transform: uppercase;
height: auto;
padding: 5px 20px;
font-weight: 400;
letter-spacing: 0.4px;
text-align: center;
vertical-align: middle;
height: auto;
font-size: 1.25rem; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .jumbo-content .btn .fa-regular {
margin-left: 12px;
margin-right: -4px;
font-size: 1.25rem;
font-weight: 600;
line-height: 50px; }
/* line 89, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .dots {
position: absolute;
bottom: 51px; }
/* line 92, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .dots li {
width: 11px;
height: 11px;
background-color: #ffffff;
opacity: 0.5;
border-radius: 30px;
margin: 0 10px; }
/* line 100, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .dots li.active {
outline: 2px solid white;
outline-offset: 5px;
background-color: white;
opacity: 1; }
/* line 111, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(1) .overlay .jumbo-content .btn {
background-color: #67809f; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(1) .overlay .jumbo-content .btn:hover {
background-color: #526781; }
/* line 111, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(2) .overlay .jumbo-content .btn {
background-color: #4183d7; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(2) .overlay .jumbo-content .btn:hover {
background-color: #286abd; }
/* line 111, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(3) .overlay .jumbo-content .btn {
background-color: #2ecc71; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(3) .overlay .jumbo-content .btn:hover {
background-color: #25a25a; }
/* line 111, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(4) .overlay .jumbo-content .btn {
background-color: #d64541; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(4) .overlay .jumbo-content .btn:hover {
background-color: #bc2c28; }
/* line 111, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(5) .overlay .jumbo-content .btn {
background-color: #926fb1; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(5) .overlay .jumbo-content .btn:hover {
background-color: #79539a; }
/* line 111, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(6) .overlay .jumbo-content .btn {
background-color: #f62459; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(6) .overlay .jumbo-content .btn:hover {
background-color: #de093f; }
/* line 111, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(7) .overlay .jumbo-content .btn {
background-color: #926fb1; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.jumbo:nth-of-type(7) .overlay .jumbo-content .btn:hover {
background-color: #79539a; }
@media (min-width: 768px) {
/* line 120, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo img {
height: calc(100vh - 100px); }
/* line 123, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-dots {
bottom: 50px; } }
@media (min-width: 992px) {
/* line 130, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo img {
height: calc(100vh - 210px); }
/* line 133, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay {
text-align: left;
align-items: start;
background: linear-gradient(270deg, transparent 25%, #000); }
/* line 137, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .jumbo-content {
width: 970px; }
/* line 140, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .dots {
align-self: center; }
/* line 145, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-dots {
bottom: 42px; }
/* line 147, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-dots li {
margin: 0 5px; } }
@media (min-width: 1260px) {
/* line 155, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
#slider .jumbo .overlay .jumbo-content {
width: 1200px; }
/* line 161, ../../../Desktop/Projects/netmatters/scss/_jumbotron.scss */
.slick-dots li {
margin: 0 6px; } }
/* line 4, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
gap: 15px; }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgrey;
border-radius: 3px;
box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 a.card-link {
text-decoration: none;
color: #333645;
font-weight: 400;
text-align: center;
padding: 30px;
letter-spacing: .4px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 100%; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 a.card-link .service-icon {
background-color: #67809f;
color: white;
font-weight: 400;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 17px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 a.card-link .service-icon svg {
width: 24px;
height: 24px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 h3 {
font-size: 1.125rem;
padding-bottom: 10px;
font-weight: 400;
color: #333645; }
/* line 53, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 hr {
width: 28px;
height: 3px;
margin: 0 auto 11px;
background-color: #333645; }
/* line 59, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 13px;
font-weight: 400; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1 span.btn {
background-color: #67809f;
color: white;
border: 1px solid #67809f;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px; }
/* line 75, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1:hover {
background-color: #67809f; }
/* line 77, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1:hover h3, .card-1:hover p {
color: white; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1:hover hr {
border-color: white;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-1:hover span, .card-1:hover a.card-link .service-icon {
background-color: white;
color: #67809f; }
@media (min-width: 768px) {
/* line 90, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 750px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 15px;
align-items: stretch; }
/* line 98, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-1 {
flex-basis: 100%; }
/* line 100, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-1 h3 {
margin: 0 0 7px; } }
@media (min-width: 992px) {
/* line 116, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 970px; }
/* line 119, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-1 {
flex-basis: calc(33% - 15px); } }
@media (min-width: 1260px) {
/* line 126, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 1200px; } }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgrey;
border-radius: 3px;
box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 a.card-link {
text-decoration: none;
color: #333645;
font-weight: 400;
text-align: center;
padding: 30px;
letter-spacing: .4px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 100%; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 a.card-link .service-icon {
background-color: #4183d7;
color: white;
font-weight: 400;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 17px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 a.card-link .service-icon svg {
width: 24px;
height: 24px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 h3 {
font-size: 1.125rem;
padding-bottom: 10px;
font-weight: 400;
color: #333645; }
/* line 53, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 hr {
width: 28px;
height: 3px;
margin: 0 auto 11px;
background-color: #333645; }
/* line 59, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 13px;
font-weight: 400; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2 span.btn {
background-color: #4183d7;
color: white;
border: 1px solid #4183d7;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px; }
/* line 75, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2:hover {
background-color: #4183d7; }
/* line 77, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2:hover h3, .card-2:hover p {
color: white; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2:hover hr {
border-color: white;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-2:hover span, .card-2:hover a.card-link .service-icon {
background-color: white;
color: #4183d7; }
@media (min-width: 768px) {
/* line 90, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 750px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 15px;
align-items: stretch; }
/* line 98, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-2 {
flex-basis: 100%; }
/* line 100, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-2 h3 {
margin: 0 0 7px; } }
@media (min-width: 992px) {
/* line 116, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 970px; }
/* line 119, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-2 {
flex-basis: calc(33% - 15px); } }
@media (min-width: 1260px) {
/* line 126, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 1200px; } }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgrey;
border-radius: 3px;
box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 a.card-link {
text-decoration: none;
color: #333645;
font-weight: 400;
text-align: center;
padding: 30px;
letter-spacing: .4px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 100%; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 a.card-link .service-icon {
background-color: #2ecc71;
color: white;
font-weight: 400;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 17px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 a.card-link .service-icon svg {
width: 24px;
height: 24px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 h3 {
font-size: 1.125rem;
padding-bottom: 10px;
font-weight: 400;
color: #333645; }
/* line 53, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 hr {
width: 28px;
height: 3px;
margin: 0 auto 11px;
background-color: #333645; }
/* line 59, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 13px;
font-weight: 400; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3 span.btn {
background-color: #2ecc71;
color: white;
border: 1px solid #2ecc71;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px; }
/* line 75, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3:hover {
background-color: #2ecc71; }
/* line 77, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3:hover h3, .card-3:hover p {
color: white; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3:hover hr {
border-color: white;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-3:hover span, .card-3:hover a.card-link .service-icon {
background-color: white;
color: #2ecc71; }
@media (min-width: 768px) {
/* line 90, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 750px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 15px;
align-items: stretch; }
/* line 98, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-3 {
flex-basis: 100%; }
/* line 100, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-3 h3 {
margin: 0 0 7px; } }
@media (min-width: 992px) {
/* line 116, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 970px; }
/* line 119, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-3 {
flex-basis: calc(33% - 15px); } }
@media (min-width: 1260px) {
/* line 126, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 1200px; } }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgrey;
border-radius: 3px;
box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 a.card-link {
text-decoration: none;
color: #333645;
font-weight: 400;
text-align: center;
padding: 30px;
letter-spacing: .4px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 100%; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 a.card-link .service-icon {
background-color: #d64541;
color: white;
font-weight: 400;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 17px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 a.card-link .service-icon svg {
width: 24px;
height: 24px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 h3 {
font-size: 1.125rem;
padding-bottom: 10px;
font-weight: 400;
color: #333645; }
/* line 53, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 hr {
width: 28px;
height: 3px;
margin: 0 auto 11px;
background-color: #333645; }
/* line 59, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 13px;
font-weight: 400; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4 span.btn {
background-color: #d64541;
color: white;
border: 1px solid #d64541;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px; }
/* line 75, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4:hover {
background-color: #d64541; }
/* line 77, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4:hover h3, .card-4:hover p {
color: white; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4:hover hr {
border-color: white;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-4:hover span, .card-4:hover a.card-link .service-icon {
background-color: white;
color: #d64541; }
@media (min-width: 768px) {
/* line 90, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 750px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 15px;
align-items: stretch; }
/* line 105, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-4 {
flex-basis: calc(50% - 15px); }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-4 h3 {
margin: 0 0 7px; } }
@media (min-width: 992px) {
/* line 116, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 970px; } }
@media (min-width: 1260px) {
/* line 126, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 1200px; }
/* line 129, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-4 {
flex-basis: calc(25% - 22.5px); } }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgrey;
border-radius: 3px;
box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 a.card-link {
text-decoration: none;
color: #333645;
font-weight: 400;
text-align: center;
padding: 30px;
letter-spacing: .4px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 100%; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 a.card-link .service-icon {
background-color: #926fb1;
color: white;
font-weight: 400;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 17px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 a.card-link .service-icon svg {
width: 24px;
height: 24px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 h3 {
font-size: 1.125rem;
padding-bottom: 10px;
font-weight: 400;
color: #333645; }
/* line 53, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 hr {
width: 28px;
height: 3px;
margin: 0 auto 11px;
background-color: #333645; }
/* line 59, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 13px;
font-weight: 400; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5 span.btn {
background-color: #926fb1;
color: white;
border: 1px solid #926fb1;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px; }
/* line 75, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5:hover {
background-color: #926fb1; }
/* line 77, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5:hover h3, .card-5:hover p {
color: white; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5:hover hr {
border-color: white;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-5:hover span, .card-5:hover a.card-link .service-icon {
background-color: white;
color: #926fb1; }
@media (min-width: 768px) {
/* line 90, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 750px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 15px;
align-items: stretch; }
/* line 105, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-5 {
flex-basis: calc(50% - 15px); }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-5 h3 {
margin: 0 0 7px; } }
@media (min-width: 992px) {
/* line 116, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 970px; } }
@media (min-width: 1260px) {
/* line 126, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 1200px; }
/* line 129, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-5 {
flex-basis: calc(25% - 22.5px); } }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgrey;
border-radius: 3px;
box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 a.card-link {
text-decoration: none;
color: #333645;
font-weight: 400;
text-align: center;
padding: 30px;
letter-spacing: .4px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 100%; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 a.card-link .service-icon {
background-color: #f62459;
color: white;
font-weight: 400;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 17px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 a.card-link .service-icon svg {
width: 24px;
height: 24px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 h3 {
font-size: 1.125rem;
padding-bottom: 10px;
font-weight: 400;
color: #333645; }
/* line 53, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 hr {
width: 28px;
height: 3px;
margin: 0 auto 11px;
background-color: #333645; }
/* line 59, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 13px;
font-weight: 400; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6 span.btn {
background-color: #f62459;
color: white;
border: 1px solid #f62459;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px; }
/* line 75, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6:hover {
background-color: #f62459; }
/* line 77, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6:hover h3, .card-6:hover p {
color: white; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6:hover hr {
border-color: white;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-6:hover span, .card-6:hover a.card-link .service-icon {
background-color: white;
color: #f62459; }
@media (min-width: 768px) {
/* line 90, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 750px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 15px;
align-items: stretch; }
/* line 105, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-6 {
flex-basis: calc(50% - 15px); }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-6 h3 {
margin: 0 0 7px; } }
@media (min-width: 992px) {
/* line 116, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 970px; } }
@media (min-width: 1260px) {
/* line 126, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 1200px; }
/* line 129, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-6 {
flex-basis: calc(25% - 22.5px); } }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid lightgrey;
border-radius: 3px;
box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1); }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 a.card-link {
text-decoration: none;
color: #333645;
font-weight: 400;
text-align: center;
padding: 30px;
letter-spacing: .4px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 100%; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 a.card-link .service-icon {
background-color: #926fb1;
color: white;
font-weight: 400;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 17px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 a.card-link .service-icon svg {
width: 24px;
height: 24px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 h3 {
font-size: 1.125rem;
padding-bottom: 10px;
font-weight: 400;
color: #333645; }
/* line 53, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 hr {
width: 28px;
height: 3px;
margin: 0 auto 11px;
background-color: #333645; }
/* line 59, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 13px;
font-weight: 400; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7 span.btn {
background-color: #926fb1;
color: white;
border: 1px solid #926fb1;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px; }
/* line 75, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7:hover {
background-color: #926fb1; }
/* line 77, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7:hover h3, .card-7:hover p {
color: white; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7:hover hr {
border-color: white;
background-color: white; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_services.scss */
.card-7:hover span, .card-7:hover a.card-link .service-icon {
background-color: white;
color: #926fb1; }
@media (min-width: 768px) {
/* line 90, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 750px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px 15px;
align-items: stretch; }
/* line 105, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-7 {
flex-basis: calc(50% - 15px); }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-7 h3 {
margin: 0 0 7px; } }
@media (min-width: 992px) {
/* line 116, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 970px; } }
@media (min-width: 1260px) {
/* line 126, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services {
width: 1200px; }
/* line 129, ../../../Desktop/Projects/netmatters/scss/_services.scss */
#services .card-7 {
flex-basis: calc(25% - 22.5px); } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture {
color: white;
background: #333645;
letter-spacing: .4px; }
/* line 5, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture h2 {
font-size: 2.25rem;
font-weight: 400;
margin: 0 0 28px;
text-transform: uppercase;
line-height: 1.1;
margin-top: -6px; }
/* line 13, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture p {
line-height: 1.875rem;
margin-bottom: 25px;
font-weight: 400; }
/* line 18, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture p:first-of-type {
font-weight: 600; }
/* line 21, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture .btn {
background-color: white;
border-radius: 3px;
border: 1px solid transparent;
color: #333645;
display: inline-block;
font-weight: 400;
letter-spacing: 0.4px;
text-align: center;
height: auto;
line-height: 35px;
padding: 5px 15px;
text-transform: uppercase;
font-size: 1.063rem; }
/* line 35, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture .btn:hover {
background-color: #ebebeb; }
/* line 38, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture .btn .fa-regular {
margin-left: 12px;
margin-right: -4px;
font-size: 1.25rem;
font-weight: 600;
line-height: 35px; }
@media (min-width: 768px) {
/* line 49, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
.width {
width: 750px;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px; } }
@media (min-width: 992px) {
/* line 57, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture {
background-image: url(../img/branded.png);
background-repeat: no-repeat;
background-position: 100%; }
/* line 62, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture .width h2 {
font-size: 2.25rem; }
/* line 67, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
.width {
width: 970px; } }
@media (min-width: 1260px) {
/* line 73, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
#culture {
background-size: auto 100%; }
/* line 76, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
.width {
width: 1200px;
margin: 0 auto;
padding-left: 15px; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_culture.scss */
.width h2, .width p {
width: 49%;
margin: 0; } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about {
background-color: #333645;
color: #fff;
padding: 40px 15px 43px; }
/* line 5, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about ul {
list-style: none;
padding-bottom: 20px; }
/* line 8, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about ul li, #about ul li a {
font-size: .8125rem;
line-height: 1.375rem; }
/* line 12, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about ul li a:hover {
text-decoration: underline; }
/* line 16, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about h4 {
text-transform: uppercase;
font-size: 1rem;
margin-bottom: 24px;
font-weight: 400; }
/* line 22, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .footer-links {
display: flex;
justify-content: center;
margin-bottom: 20px; }
/* line 27, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print {
border-top: 1px solid #888;
display: flex;
justify-content: space-between;
padding-top: 5px;
margin-top: 10px; }
/* line 33, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .socials, #about .small-print .copyright, #about .small-print .copyright a {
display: flex;
font-size: .8125rem;
align-items: flex-start;
line-height: 1.42857143; }
/* line 39, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .copyright {
padding-top: 11px; }
/* line 41, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .copyright a:hover {
text-decoration: underline; }
/* line 45, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .socials {
justify-content: flex-end; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .socials a {
width: 29px;
height: 37px;
text-decoration: none;
color: white;
border-radius: 50%; }
/* line 55, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .socials i {
height: 15px;
width: 15px;
border-radius: 50%;
margin: 11px 11px; }
/* line 62, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .copyright > span {
margin-left: 10px;
margin-right: 10px; }
/* line 71, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.socials a:nth-of-type(1):hover {
background-color: #3b5998; }
/* line 71, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.socials a:nth-of-type(2):hover {
background-color: #00aced; }
/* line 71, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.socials a:nth-of-type(3):hover {
background-color: #d93175; }
/* line 71, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.socials a:nth-of-type(4):hover {
background-color: #0077b5; }
@media (min-width: 400px) {
/* line 78, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about .small-print .socials a {
width: 34px;
height: 37px; } }
@media (min-width: 495px) {
/* line 85, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links {
max-width: 480px;
margin: 0 auto; }
/* line 88, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .flex-col {
width: 100%; }
/* line 91, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .flex-item {
width: 225px;
flex: none; }
/* line 95, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .services, .footer-links .offices {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-evenly; }
/* line 101, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .offices {
flex-wrap: wrap; } }
@media (min-width: 705px) {
/* line 108, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .offices {
flex-wrap: nowrap; } }
@media (min-width: 768px) {
/* line 114, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about {
padding: 40px 30px; }
/* line 117, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links {
max-width: 750px; }
/* line 119, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .socials, .footer-links .copyright {
align-items: center; }
/* line 124, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.copyright br {
display: none; }
/* line 127, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.small-print {
max-width: 750px;
margin: 0 auto; } }
@media (min-width: 992px) {
/* line 133, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links {
max-width: 970px; }
/* line 136, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.small-print {
max-width: 970px; } }
@media (min-width: 1260px) {
/* line 141, ../../../Desktop/Projects/netmatters/scss/_about.scss */
#about {
padding: 40px 45px; }
/* line 144, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links {
max-width: 1200px; }
/* line 146, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .flex-col {
flex-direction: row; }
/* line 148, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .flex-col .services {
justify-content: flex-start; }
/* line 151, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.footer-links .flex-col .offices {
flex-wrap: nowrap; }
/* line 156, ../../../Desktop/Projects/netmatters/scss/_about.scss */
.small-print {
max-width: 1200px; } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.full-width {
box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); }
/* line 4, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.latest {
padding: 0px 15px;
z-index: 1; }
/* line 7, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.latest h3 {
padding: 40px 0;
color: #333645;
text-transform: uppercase;
font-size: 1.25rem;
font-weight: 600;
line-height: 24px;
position: relative;
letter-spacing: 0.4px;
margin-bottom: 0; }
/* line 18, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.latest h3::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #333645;
height: 5px;
width: 72px; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news {
padding-top: 10px; }
/* line 33, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 35px;
color: #333645;
font-weight: 400;
letter-spacing: .4px; }
/* line 42, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image {
position: relative;
border-bottom: 1px;
height: 100%;
width: 100%;
flex-basis: content; }
/* line 49, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image img {
width: 100%;
border-radius: 3px 3px 0 0;
display: block; }
/* line 54, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image .tag {
background-color: #4183d7;
position: absolute;
top: 10px;
right: 0px;
z-index: 1;
color: white;
text-transform: uppercase;
font-size: .75rem;
padding: 0 10px;
line-height: 1.438rem;
font-weight: 900; }
/* line 66, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image .tag:hover {
text-decoration: underline; }
/* line 71, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .flex-col {
justify-content: space-between; }
/* line 74, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-body {
padding: 20px 30px;
border: 1px solid lightgrey;
border-top: 0;
border-bottom: 0;
border-radius: 0 0 3px 3px;
flex-grow: 1; }
/* line 81, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-body hr {
border: 1px solid #ccc; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-body .bottom {
border-bottom: 1px solid #ccc; }
/* line 88, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-footer {
border: 1px solid lightgrey;
border-top: 0;
margin-top: -3px;
border-radius: 0 0 3px 3px;
padding: 10px 30px 30px;
width: 100%; }
/* line 95, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-footer img {
border-radius: 50%;
float: left;
margin-right: 20px; }
/* line 100, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-footer span {
padding-left: 20px;
padding-top: 6px;
font-size: .875rem;
display: block; }
/* line 105, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-footer span:first-of-type {
font-weight: 600;
color: #333645; }
/* line 112, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card h4 {
font-size: 1rem;
line-height: 1.5rem;
padding: 10px 0;
font-weight: 600;
color: #4183d7;
text-transform: capitalize; }
/* line 119, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card h4:hover {
text-decoration: underline; }
/* line 123, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card p {
font-size: .8125rem;
line-height: 1.375rem;
font-weight: 400;
margin-top: 5px;
margin-bottom: 25px;
color: #666; }
/* line 131, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .button {
background-color: #4183d7;
color: white;
border: 1px solid #4183d7;
border-radius: 3px;
font-weight: 500;
font-size: 1.063rem;
letter-spacing: .4px;
line-height: 35px;
text-transform: uppercase;
text-decoration: none;
padding: 5px 15px;
text-align: center;
display: inline-block;
margin-bottom: 30px; }
/* line 146, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .button:hover {
background-color: #2a6ec6; }
/* line 153, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card:nth-of-type(2) .card-image .tag, #news .card:nth-of-type(2) .button {
background-color: #d64541;
border: #d64541; }
/* line 158, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card:nth-of-type(2) .button:hover {
background-color: #bc2c28; }
/* line 162, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card:nth-of-type(2) h4 {
color: #d64541; }
/* line 167, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card:nth-of-type(3) .card-image .tag, #news .card:nth-of-type(3) .button {
background-color: #926fb1;
border: #926fb1; }
/* line 172, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card:nth-of-type(3) .button:hover {
background-color: #79539a; }
/* line 176, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card:nth-of-type(3) h4 {
color: #926fb1; }
@media (min-width: 768px) {
/* line 182, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.latest {
width: 750px;
margin: 0 auto; }
/* line 185, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.latest h3 {
margin: 0px 0 0px; }
/* line 189, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news {
width: 750px;
margin: 0 auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 15px;
padding-right: 15px;
align-items: stretch; }
/* line 199, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card {
flex-basis: calc(50% - 15px); }
/* line 201, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image {
flex-basis: 199px;
overflow: hidden; }
/* line 206, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-body h3 {
min-height: 3rem; }
/* line 209, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-body p {
min-height: 66px;
margin-bottom: 25px; }
/* line 215, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news > :last-child {
display: none; } }
@media (min-width: 992px) {
/* line 221, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news {
width: 970px; }
/* line 224, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image {
overflow: hidden;
object-fit: cover;
flex-basis: 263px; }
/* line 228, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image img:hover {
opacity: .75;
transform: scale(1.1); }
/* line 232, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image img {
transition: all .25s; }
/* line 237, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.latest {
width: 970px; } }
@media (min-width: 1260px) {
/* line 242, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news {
width: 1200px; }
/* line 244, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card {
flex-basis: calc(33% - 15px); }
/* line 246, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news .card .card-image {
flex-basis: 214px; }
/* line 250, ../../../Desktop/Projects/netmatters/scss/_news.scss */
#news > :last-child {
display: flex; }
/* line 254, ../../../Desktop/Projects/netmatters/scss/_news.scss */
.latest {
width: 1200px; } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients {
display: none; }
@media (min-width: 768px) {
/* line 6, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients {
width: 750px;
margin: 0 auto;
display: flex;
flex-direction: row;
padding-left: 15px;
padding-right: 15px;
padding-top: 50px;
padding-bottom: 50px; }
/* line 15, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img {
position: relative;
flex-grow: 1;
padding: 0 20px; }
/* line 19, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up {
position: absolute;
bottom: calc(100% + 50px);
left: -200px;
right: -200px;
display: none; }
/* line 25, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up .contents {
max-width: 260px;
margin: 0 auto;
text-align: center;
color: white;
background-color: #333645;
padding: 20px;
display: block; }
/* line 33, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up .contents h3 {
font-size: 1.125rem;
position: relative;
padding-bottom: 17px; }
/* line 37, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up .contents h3::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 28px;
height: 3px;
display: block;
background-color: #fff; }
/* line 50, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up .contents p {
font-size: .8125rem;
line-height: 1.375rem;
margin-bottom: 0; }
/* line 55, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up .contents::after {
content: "";
top: 100%;
left: calc(50% - 36px);
margin: auto;
display: inline-block;
border-color: #333645 transparent transparent;
border-style: solid;
border-width: 35px 36px 0;
position: absolute; }
/* line 67, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up .spacer {
height: 50px;
position: absolute;
top: 100%;
width: 100%; }
/* line 74, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img img {
max-width: 100%; }
/* line 78, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img:hover .overlay {
display: inline; }
/* line 81, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img:hover .base {
display: none; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img:hover .pop-up {
display: block; }
/* line 88, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .overlay {
top: 0;
left: 20px;
right: 20px;
bottom: 0;
display: none;
max-width: 100%; } }
@media (min-width: 992px) {
/* line 100, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients {
width: 970px; } }
@media (min-width: 1260px) {
/* line 105, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients {
width: 1200px;
padding-left: 30px; }
/* line 109, ../../../Desktop/Projects/netmatters/scss/_clients.scss */
#clients .client-img .pop-up {
left: -228px; } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email {
background-color: #ddd; }
/* line 3, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .section-pad {
padding-left: 45px;
padding-right: 45px; }
/* line 7, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .privacy a {
text-decoration: underline; }
/* line 10, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email h2 {
font-size: 2rem;
font-weight: 400;
color: #333645;
margin-bottom: 15px;
line-height: 1.1;
letter-spacing: 0.4px;
text-transform: capitalize; }
/* line 19, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email input[type="text"], #email input[type="email"] {
width: 100%;
display: block;
height: 47px;
padding: 5px 15px;
border-color: #ccc;
background-color: #fff;
border: 1px solid #e5e5e5;
border-radius: 2px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
line-height: 1.42857143;
color: #555;
margin: 5px 0 15px;
font-size: 14px; }
/* line 34, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email input[type="submit"] {
display: block; }
/* line 38, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email input[type="submit"] {
line-height: 35px;
padding: 5px 15px;
text-transform: uppercase;
font-size: 1.063rem;
border-radius: 3px;
color: #fff;
border: 1px solid #333645;
background-color: #333645;
margin-top: 30px; }
/* line 48, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email input[type="submit"]:hover {
background-color: #1d1f28; }
/* line 52, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email label {
font-weight: 600;
color: #333645;
letter-spacing: 0.4px;
margin-bottom: 5px; }
/* line 57, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email label:after {
content: " *";
color: #d24d57; }
/* line 63, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .form-group {
display: flex; }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .form-group label:nth-of-type(1) {
line-height: 32px;
cursor: pointer; }
/* line 68, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .form-group label:nth-of-type(1):after {
content: ""; }
/* line 72, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .form-group input[type="checkbox"] {
flex: 1 0 auto;
-moz-appearance: none;
-webkit-appearance: none;
-o-appearance: none;
border-radius: 3px;
border: 3px solid #333645;
height: 32px;
width: 32px;
position: relative;
float: left;
margin-right: 20px; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .form-group input[type="checkbox"]:checked {
background-color: #333645; }
/* line 86, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .form-group input[type="checkbox"]:checked:before {
content: url("https://api.iconify.design/charm/tick.svg?color=white&width=25&height=25"); }
@media (min-width: 768px) {
/* line 95, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .section-pad {
width: 750px;
margin: 0 auto; } }
@media (min-width: 992px) {
/* line 101, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .section-pad {
width: 970px; }
/* line 104, ../../../Desktop/Projects/netmatters/scss/_email.scss */
.form-left {
width: calc(50% - 15px);
display: block;
float: left;
margin-right: auto; }
/* line 110, ../../../Desktop/Projects/netmatters/scss/_email.scss */
.form-right {
width: calc(50% - 15px);
display: block;
margin-left: auto; } }
@media (min-width: 1260px) {
/* line 118, ../../../Desktop/Projects/netmatters/scss/_email.scss */
#email .section-pad {
width: 1200px; } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations {
display: none;
padding: 50px 15px; }
/* line 4, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-row {
justify-content: space-between;
align-items: flex-start; }
/* line 8, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-item {
padding: 0 20px;
flex: 1 1 auto;
position: relative; }
/* line 12, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-item img {
height: auto;
width: 100%; }
/* line 16, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-item .hover {
display: none; }
@media (min-width: 768px) {
/* line 23, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations {
display: block;
width: 750px;
margin: 0 auto; }
/* line 28, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-row:nth-of-type(1) .flex-item:nth-of-type(n+3):hover img, #accreditations .flex-row:nth-of-type(2) .flex-item:nth-of-type(1n):hover img {
display: none; }
/* line 31, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-row:nth-of-type(1) .flex-item:nth-of-type(n+3):hover .hover, #accreditations .flex-row:nth-of-type(2) .flex-item:nth-of-type(1n):hover .hover {
display: block; }
/* line 35, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-row:nth-of-type(2) {
margin-top: 20px; }
/* line 37, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-row:nth-of-type(2) div:last-child {
height: 70px; } }
@media (min-width: 992px) {
/* line 44, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations {
width: 970px; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-row:nth-of-type(2) div:last-child {
height: 80px; } }
@media (min-width: 1260px) {
/* line 54, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations {
width: 1200px; }
/* line 56, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-item {
flex: 0 1 auto; }
/* line 60, ../../../Desktop/Projects/netmatters/scss/_accreditations.scss */
#accreditations .flex-row:nth-of-type(2) div:last-child {
height: 70px; } }
/****************************************/
/*********** General Stylings ***********/
/****************************************/
/* line 4, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar {
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: 275px;
background: #333645;
z-index: -1;
color: white;
text-transform: uppercase;
text-align: center;
overflow-y: scroll; }
/* line 17, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav {
list-style: none;
display: flex;
flex-direction: column; }
/* line 21, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li {
margin-top: 20px;
padding: 0 20px; }
/* line 24, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li:hover > a {
background-color: rgba(255, 255, 255, 0.05); }
/* line 27, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li > a {
font-size: 1.125rem;
line-height: 25.7143px;
padding: 19px 0 18px;
border-radius: 3px;
outline: 1px solid rgba(0, 0, 0, 0.25);
border: 1px solid rgba(255, 255, 255, 0.1);
display: block; }
/* line 35, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li > a .iconify {
padding-bottom: 1px;
font-size: 1.45rem; }
/* line 39, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li > a small {
display: block;
font-size: .625rem;
padding-bottom: 1px; }
/* line 45, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li ul {
margin-top: 20px;
list-style: none;
border-radius: 3px; }
/* line 49, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li ul li {
background-color: rgba(0, 0, 0, 0.25); }
/* line 51, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li ul li a {
border-top: 1px solid rgba(255, 255, 255, 0.05);
display: block;
padding: 10px;
line-height: 1.4285rem; }
/* line 57, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav > li ul li:not(:first-child) {
border-top: 1px solid rgba(0, 0, 0, 0.45); }
/* line 65, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav {
margin-bottom: 0px; }
/* line 67, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav .services {
display: none; }
/* line 70, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav > li {
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
/* line 73, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav > li:hover > a {
background-color: rgba(255, 255, 255, 0.05); }
/* line 76, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav > li a {
padding: 20px;
display: block;
text-align: left;
line-height: 16px; }
/* line 82, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav > li ul {
margin-bottom: 0; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav > li ul li {
border-top: 1px solid rgba(0, 0, 0, 0.45);
display: block; }
/* line 87, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav > li ul li a {
border-top: 1px solid rgba(255, 255, 255, 0.05);
display: block;
font-size: .875rem;
line-height: 20px;
padding: 15px 20px;
background-color: rgba(0, 0, 0, 0.25); }
/* line 94, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav > li ul li a::before {
content: "\BB";
padding-right: 18px; }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav li:nth-of-type(2) a .iconify {
color: #67809f; }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav li:nth-of-type(3) a .iconify {
color: #4183d7; }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav li:nth-of-type(4) a .iconify {
color: #2ecc71; }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav li:nth-of-type(5) a .iconify {
color: #d64541; }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav li:nth-of-type(6) a .iconify {
color: #926fb1; }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav li:nth-of-type(7) a .iconify {
color: #f62459; }
/* line 107, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav li:nth-of-type(8) a .iconify {
color: #926fb1; }
/* line 112, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.menu-overlay {
position: fixed;
left: 0;
width: calc(100vw - 275px);
height: 100vh;
background-color: black;
opacity: 0;
z-index: 100;
display: none; }
/****************************************/
/************** Animations **************/
/****************************************/
/* line 127, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.abs-line {
top: 15px !important; }
/* line 131, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.spin-out {
position: absolute;
top: 45px;
animation: spin-out 0.4s linear forwards; }
/* line 136, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.spin-in {
animation: spin-in 0.4s linear backwards; }
/* line 139, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.extra-spin {
animation: extra 0.1s linear forwards; }
/* line 142, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.extra-unspin {
animation: unextra 0.1s linear forwards; }
@keyframes spin-out {
from {
transform: rotate(0deg); }
to {
transform: rotate(405deg); } }
@keyframes spin-in {
from {
transform: rotate(405deg); }
to {
transform: rotate(0deg); } }
@keyframes extra {
from {
transform: rotate(405deg); }
to {
transform: rotate(495deg); } }
@keyframes unextra {
from {
transform: rotate(495deg); }
to {
transform: rotate(405deg); } }
/* line 179, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.left {
position: absolute;
animation: s-left 0.5s forwards; }
/* line 183, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
.close {
animation: s-right 0.5s forwards; }
@keyframes s-left {
from {
right: 0px;
filter: brightness(100%); }
to {
right: 275px;
filter: brightness(50%); } }
@keyframes s-right {
from {
right: 275px;
filter: brightness(50%); }
to {
right: 0px;
filter: brightness(100%); } }
/****************************************/
/************ Media Queries ************/
/****************************************/
@media (min-width: 992px) {
/* line 215, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar {
width: 350px; }
/* line 217, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #mobile-nav {
display: none; }
/* line 220, ../../../Desktop/Projects/netmatters/scss/_menu.scss */
#sidebar #sidebar-nav .services {
display: block; }
@keyframes s-left {
from {
right: 0px;
filter: brightness(100%); }
to {
right: 350px;
filter: brightness(50%); } }
@keyframes s-right {
from {
right: 350px;
filter: brightness(50%); }
to {
right: 0px;
filter: brightness(100%); } } }
/* line 1, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay {
width: 100vw;
height: 100vh;
overflow-x: hidden;
overflow-y: scroll;
background-color: rgba(0, 0, 0, 0.7);
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0; }
/* line 12, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie {
margin: auto 30px;
background-color: white;
border-radius: 5px; }
/* line 16, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .header {
padding: 15px 20px;
border-bottom: 1px solid #e5e5e5; }
/* line 19, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .header h3 {
font-size: 1.625rem;
font-weight: 400;
line-height: 1.42857143;
margin-bottom: 0;
color: #333645; }
/* line 28, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .body {
padding: 20px; }
/* line 30, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .body p {
color: #666;
line-height: 1.875rem; }
/* line 33, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .body p a {
color: #333645; }
/* line 35, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .body p a:hover {
text-decoration: underline; }
/* line 42, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .footer {
padding: 19px 20px 20px;
border-top: 1px solid #e5e5e5;
display: flex;
flex-direction: column; }
/* line 47, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .footer .left-btn, .cookie-overlay .cookie .footer .right-btn {
line-height: 35px;
padding: 5px 15px;
text-transform: uppercase;
font-size: 1.063rem;
border-radius: 3px;
text-align: center;
border: 1px solid; }
/* line 56, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .footer .left-btn {
color: #fff;
background-color: #999aa2;
border-color: #999aa2;
margin-bottom: 30px; }
/* line 62, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .footer .right-btn {
color: #fff;
background-color: #926fb1;
border-color: #926fb1; }
/* line 71, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay {
width: 100vw;
height: 100vh;
overflow-x: hidden;
overflow-y: scroll;
background-color: white;
z-index: 1;
position: fixed;
top: 0; }
/* line 80, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended {
margin: 20px auto 0;
padding: 0 15px;
position: relative; }
/* line 84, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended h2 {
text-transform: capitalize;
margin: 30px 0 28px;
color: #333645;
font-size: 2.25rem;
font-weight: 400; }
/* line 91, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended h3 {
font-size: 1.625rem;
font-weight: 400;
line-height: 1.1;
margin-bottom: 0;
color: #333645;
margin-bottom: 15px; }
/* line 99, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended h4 {
font-weight: 700;
color: #333645;
text-transform: none; }
/* line 104, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended p {
font-size: 14px;
margin-top: 10px;
margin-bottom: 10px;
line-height: 1.1;
color: #666; }
/* line 110, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended p a {
color: #333645;
font-size: 14px; }
/* line 113, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended p a:hover {
text-decoration: underline; }
/* line 118, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended ul {
display: block;
list-style-type: disc;
margin-block-start: 1.05em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 40px;
margin-top: 10px;
margin-bottom: 10px; }
/* line 128, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended ul li {
list-style-type: disc;
color: #666;
line-height: 1.42857143; }
/* line 132, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended ul li h5 {
font-size: 14px;
line-height: 1.1;
font-weight: 400; }
/* line 137, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended ul li a {
color: #333645; }
/* line 139, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended ul li a:hover {
text-decoration: underline; }
/* line 146, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .btns button, .cookie-extended-overlay .cookie-extended .btns a, .cookie-extended-overlay .cookie-extended .drop button, .cookie-extended-overlay .cookie-extended .drop a {
height: auto;
line-height: 35px;
letter-spacing: normal;
padding: 5px 15px;
text-transform: uppercase;
font-size: 1.063rem;
border-radius: 3px;
white-space: normal;
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent; }
/* line 164, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .btns .default, .cookie-extended-overlay .cookie-extended .drop .default {
color: #fff;
background-color: #926fb1;
border-color: #926fb1; }
/* line 168, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .btns .default:hover, .cookie-extended-overlay .cookie-extended .btns .default:focus, .cookie-extended-overlay .cookie-extended .drop .default:hover, .cookie-extended-overlay .cookie-extended .drop .default:focus {
background-color: #79539a; }
/* line 172, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .btns .inactive, .cookie-extended-overlay .cookie-extended .drop .inactive {
color: #aaa;
background-color: #fff;
border-color: #f0f0f0; }
/* line 177, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .btns .table-btn, .cookie-extended-overlay .cookie-extended .btns .drop-btn, .cookie-extended-overlay .cookie-extended .drop .table-btn, .cookie-extended-overlay .cookie-extended .drop .drop-btn {
color: #fff;
background-color: #999aa2;
border-color: #999aa2;
margin: 20px 0;
letter-spacing: 0.4px; }
/* line 185, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .mt {
margin-top: 20px; }
/* line 188, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended p.mt {
margin-top: 30px; }
/* line 191, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .footer {
padding: 30px 0px;
display: flex;
gap: 4px; }
/* line 195, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .footer .left-btn-ext, .cookie-extended-overlay .cookie-extended .footer .right-btn-ext {
line-height: 35px;
padding: 5px 15px;
text-transform: uppercase;
font-size: 1.063rem;
border-radius: 3px;
text-align: center;
border: 1px solid;
letter-spacing: normal; }
/* line 205, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .footer .left-btn-ext {
color: #fff;
background-color: #999aa2;
border-color: #999aa2; }
/* line 209, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .footer .left-btn-ext:hover, .cookie-extended-overlay .cookie-extended .footer .left-btn-ext:focus {
background-color: #7e808a; }
/* line 213, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .footer .right-btn-ext {
color: #fff;
background-color: #926fb1;
border-color: #926fb1; }
/* line 217, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .footer .right-btn-ext:hover, .cookie-extended-overlay .cookie-extended .footer .right-btn-ext:focus {
background-color: #79539a; }
/* line 222, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table {
border: 1px solid #ddd;
width: 100%;
overflow-x: auto;
margin-bottom: 20px; }
/* line 227, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table {
border-spacing: 0px;
border-collapse: collapse;
text-indent: initial;
width: 100%; }
/* line 232, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table thead {
background-color: #aaa;
color: #fff; }
/* line 235, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table thead th {
min-height: 20px;
text-align: left;
font-weight: normal; }
/* line 241, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table tbody {
background-color: #ddd;
color: #666; }
/* line 245, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table td, .cookie-extended-overlay .cookie-extended .table table th {
border: 1px solid white;
padding: 15px;
line-height: 1.42857143; }
/* line 249, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table td .jc-s, .cookie-extended-overlay .cookie-extended .table table th .jc-s {
justify-content: start; }
/* line 251, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table td .jc-s button, .cookie-extended-overlay .cookie-extended .table table th .jc-s button {
line-height: 1;
margin: 0; }
/* line 257, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table tr:first-child th {
border-top: 0; }
/* line 260, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table tr:last-child td {
border-bottom: 0; }
/* line 263, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table tr td:first-child, .cookie-extended-overlay .cookie-extended .table table tr th:first-child {
border-left: 0; }
/* line 266, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table tr td:last-child, .cookie-extended-overlay .cookie-extended .table table tr th:last-child {
border-right: 0; }
/* line 269, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table table tr td:first-child {
cursor: pointer; }
/* line 273, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended .table .btns, .cookie-extended-overlay .cookie-extended .table .drop {
display: flex;
gap: 5px; }
@media (min-width: 768px) {
/* line 281, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie {
max-width: 600px; }
/* line 283, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .footer {
flex-direction: row;
gap: 30px; }
/* line 286, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .footer .left-btn, .cookie-overlay .cookie .footer .right-btn {
flex: 1; }
/* line 289, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-overlay .cookie .footer .left-btn {
margin-bottom: 0; }
/* line 294, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended {
max-width: 750px; } }
@media (min-width: 992px) {
/* line 300, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended {
max-width: 970px; }
/* line 303, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.footer, .btns {
display: flex;
justify-content: flex-end; }
/* line 307, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.tbl-btns {
justify-content: flex-start; } }
@media (min-width: 1260px) {
/* line 314, ../../../Desktop/Projects/netmatters/scss/_cookie.scss */
.cookie-extended-overlay .cookie-extended {
max-width: 1200px; } }
/*# sourceMappingURL=style.css.map */ | 0.131507 | 0.041423 |
.background_olive8,
.hover_background_olive8:hover,
.active_background_olive8:active:hover {
background: #393900;
background-image: -moz-linear-gradient(top, rgb(72, 72, 0) 0%, rgb(57, 57, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(72, 72, 0)), color-stop(100%, rgb(57, 57, 0)));
background-image: -webkit-linear-gradient(top, rgb(72, 72, 0) 0%, rgb(57, 57, 0) 100%);
background-image: -o-linear-gradient(top, rgb(72, 72, 0) 0%, rgb(57, 57, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(72, 72, 0) 0%, rgb(57, 57, 0) 100%);
background-image: linear-gradient(to bottom, rgb(72, 72, 0) 0%, rgb(57, 57, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484800', endColorstr='#393900',GradientType=0 );
}
.background_olive8h,
.hover_background_olive8h:hover,
.active_background_olive8h:active:hover {
background: #393900;
background-image: -moz-linear-gradient(top, rgb(86, 86, 0) 0%, rgb(69, 69, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(86, 86, 0)), color-stop(100%, rgb(69, 69, 0)));
background-image: -webkit-linear-gradient(top, rgb(86, 86, 0) 0%, rgb(69, 69, 0) 100%);
background-image: -o-linear-gradient(top, rgb(86, 86, 0) 0%, rgb(69, 69, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(86, 86, 0) 0%, rgb(69, 69, 0) 100%);
background-image: linear-gradient(to bottom, rgb(86, 86, 0) 0%, rgb(69, 69, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565600', endColorstr='#454500',GradientType=0 );
}
.background_olive8a,
.hover_background_olive8a:hover,
.active_background_olive8a:active:hover {
background: #393900;
background-image: -moz-linear-gradient(top, rgb(69, 69, 0) 0%, rgb(86, 86, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(69, 69, 0)), color-stop(100%, rgb(86, 86, 0)));
background-image: -webkit-linear-gradient(top, rgb(69, 69, 0) 0%, rgb(86, 86, 0) 100%);
background-image: -o-linear-gradient(top, rgb(69, 69, 0) 0%, rgb(86, 86, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(69, 69, 0) 0%, rgb(86, 86, 0) 100%);
background-image: linear-gradient(to bottom, rgb(69, 69, 0) 0%, rgb(86, 86, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454500', endColorstr='#565600',GradientType=0 );
}
.background_olive8s,
.hover_background_olive8s:hover,
.active_background_olive8s:active:hover {
background: #393900;
background-image: -moz-linear-gradient(top, rgb(107, 107, 0) 0%, rgb(86, 86, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(107, 107, 0)), color-stop(100%, rgb(86, 86, 0)));
background-image: -webkit-linear-gradient(top, rgb(107, 107, 0) 0%, rgb(86, 86, 0) 100%);
background-image: -o-linear-gradient(top, rgb(107, 107, 0) 0%, rgb(86, 86, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(107, 107, 0) 0%, rgb(86, 86, 0) 100%);
background-image: linear-gradient(to bottom, rgb(107, 107, 0) 0%, rgb(86, 86, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b00', endColorstr='#565600',GradientType=0 );
}
.background_color_olive8,
.hover_background_color_olive8:hover,
.active_background_color_olive8:active:hover {
background-color:#393900;
}
.background_first_color_olive8,
.hover_background_first_color_olive8:hover,
.active_background_first_color_olive8:active:hover {
background-color:#484800;
}
.background_last_color_olive8,
.hover_background_last_color_olive8:hover,
.active_background_color_last_olive8:active:hover {
background-color:#393900;
}
/* ------------------------------ color settings -------------------------------*/
.color_olive8,
.hover_color_olive8:hover,
.active_color_olive8:active:hover {
color: #c8c8c8;
}
.color_olive8h,
.hover_color_olive8h:hover,
.active_color_olive8h:active:hover {
color: #c8c8c8;
}
.color_olive8a,
.hover_color_olive8a:hover,
.active_color_olive8a:active:hover {
color: #ff0;
}
.color_olive8s,
.hover_color_olive8s:hover,
.active_color_olive8s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_olive8,
.hover_border_olive8:hover,
.active_border_olive8:active:hover {
border-color: #393900 #393900 #393900 #393900;
}
.border_olive8h,
.hover_border_olive8h:hover,
.active_border_olive8h:active:hover {
border-color: #343400 #343400 #343400 #343400;
}
.border_olive8a,
.hover_border_olive8a:hover,
.active_border_olive8a:active:hover {
border-color: #2e2e00 #2e2e00 #2e2e00 #2e2e00;
}
.border_olive8s,
.hover_border_olive8s:hover,
.active_border_olive8s:active:hover {
border-color: #565600 #565600 #565600 #565600;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_olive8,
.hover_shadow_expand_olive8:hover,
.active_shadow_expand_olive8:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(57, 57, 0, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(57, 57, 0, .39);
box-shadow: 0em 0em 1em 0.25em rgba(57, 57, 0, .39);
}
.shadow_expand_olive8h,
.hover_shadow_expand_olive8h:hover,
.active_shadow_expand_olive8h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(69, 69, 0, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(69, 69, 0, .50);
box-shadow: 0em 0em 1em 0.25em rgba(69, 69, 0, .50);
}
.shadow_expand_olive8a,
.hover_shadow_expand_olive8a:hover,
.active_shadow_expand_olive8a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(86, 86, 0, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(86, 86, 0, .63);
box-shadow: 0em 0em 1em 0.25em rgba(86, 86, 0, .63);
}
.shadow_expand_olive8s,
.hover_shadow_expand_olive8s:hover,
.active_shadow_expand_olive8s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(86, 86, 0, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(86, 86, 0, .78);
box-shadow: 0em 0em 1em 0.25em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_olive8,
.hover_shadow_left_olive8:hover,
.active_shadow_left_olive8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(57, 57, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(57, 57, 0, .39);
}
.shadow_left_olive8h,
.hover_shadow_left_olive8h:hover,
.active_shadow_left_olive8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(69, 69, 0, .50);
box-shadow: -0.5em -0.5em 1em rgba(69, 69, 0, .50);
}
.shadow_left_olive8a,
.hover_shadow_left_olive8a:hover,
.active_shadow_left_olive8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .63);
box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .63);
}
.shadow_left_olive8s,
.hover_shadow_left_olive8s:hover,
.active_shadow_left_olive8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .78);
box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_olive8,
.hover_shadow_right_olive8:hover,
.active_shadow_right_olive8:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(57, 57, 0, .39);
box-shadow: 0.5em 0em 1em rgba(57, 57, 0, .39);
}
.shadow_right_olive8h,
.hover_shadow_right_olive8h:hover,
.active_shadow_right_olive8h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(69, 69, 0, .50);
box-shadow: 0.5em 0em 1em rgba(69, 69, 0, .50);
}
.shadow_right_olive8a,
.hover_shadow_right_olive8a:hover,
.active_shadow_right_olive8a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(86, 86, 0, .63);
box-shadow: 0.5em 0em 1em rgba(86, 86, 0, .63);
}
.shadow_right_olive8s,
.hover_shadow_right_olive8s:hover,
.active_shadow_right_olive8s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(86, 86, 0, .78);
box-shadow: 0.5em 0em 1em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_olive8,
.hover_shadow_top_olive8:hover,
.active_shadow_top_olive8:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(57, 57, 0, .39);
box-shadow: 0em -0.5em 1em rgba(57, 57, 0, .39);
}
.shadow_top_olive8h,
.hover_shadow_top_olive8h:hover,
.active_shadow_top_olive8h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(69, 69, 0, .50);
box-shadow: 0em -0.5em 1em rgba(69, 69, 0, .50);
}
.shadow_top_olive8a,
.hover_shadow_top_olive8a:hover,
.active_shadow_top_olive8a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(86, 86, 0, .63);
box-shadow: 0em -0.5em 1em rgba(86, 86, 0, .63);
}
.shadow_top_olive8s,
.hover_shadow_top_olive8s:hover,
.active_shadow_top_olive8s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(86, 86, 0, .78);
box-shadow: 0em -0.5em 1em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_olive8,
.hover_shadow_bottom_olive8:hover,
.active_shadow_bottom_olive8:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(57, 57, 0, .39);
box-shadow: 0em 0.5em 1em rgba(57, 57, 0, .39);
}
.shadow_bottom_olive8h,
.hover_shadow_bottom_olive8h:hover,
.active_shadow_bottom_olive8h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(69, 69, 0, .50);
box-shadow: 0em 0.5em 1em rgba(69, 69, 0, .50);
}
.shadow_bottom_olive8a,
.hover_shadow_bottom_olive8a:hover,
.active_shadow_bottom_olive8a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(86, 86, 0, .63);
box-shadow: 0em 0.5em 1em rgba(86, 86, 0, .63);
}
.shadow_bottom_olive8s,
.hover_shadow_bottom_olive8s:hover,
.active_shadow_bottom_olive8s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(86, 86, 0, .78);
box-shadow: 0em 0.5em 1em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_olive8,
.hover_shadow_top_left_olive8:hover,
.active_shadow_top_left_olive8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(57, 57, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(57, 57, 0, .39);
}
.shadow_top_left_olive8h,
.hover_shadow_top_left_olive8h:hover,
.active_shadow_top_left_olive8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(69, 69, 0, .50);
box-shadow: -0.5em -0.5em 1em rgba(69, 69, 0, .50);
}
.shadow_top_left_olive8a,
.hover_shadow_top_left_olive8a:hover,
.active_shadow_top_left_olive8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .63);
box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .63);
}
.shadow_top_left_olive8s,
.hover_shadow_top_left_olive8s:hover,
.active_shadow_top_left_olive8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .78);
box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_olive8,
.hover_shadow_top_right_olive8:hover,
.active_shadow_top_right_olive8:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(57, 57, 0, .39);
box-shadow: 0.5em -0.5em 1em rgba(57, 57, 0, .39);
}
.shadow_top_right_olive8h,
.hover_shadow_top_right_olive8h:hover,
.active_shadow_top_right_olive8h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(69, 69, 0, .50);
box-shadow: 0.5em -0.5em 1em rgba(69, 69, 0, .50);
}
.shadow_top_right_olive8a,
.hover_shadow_top_right_olive8a:hover,
.active_shadow_top_right_olive8a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(86, 86, 0, .63);
box-shadow: 0.5em -0.5em 1em rgba(86, 86, 0, .63);
}
.shadow_top_right_olive8s,
.hover_shadow_top_right_olive8s:hover,
.active_shadow_top_right_olive8s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(86, 86, 0, .78);
box-shadow: 0.5em -0.5em 1em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_olive8,
.hover_shadow_bottom_left_olive8:hover,
.active_shadow_bottom_left_olive8:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(57, 57, 0, .39);
box-shadow: -0.5em 0.5em 1em rgba(57, 57, 0, .39);
}
.shadow_bottom_left_olive8h,
.hover_shadow_bottom_left_olive8h:hover,
.active_shadow_bottom_left_olive8h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(69, 69, 0, .50);
box-shadow: -0.5em 0.5em 1em rgba(69, 69, 0, .50);
}
.shadow_bottom_left_olive8a,
.hover_shadow_bottom_left_olive8a:hover,
.active_shadow_bottom_left_olive8a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(86, 86, 0, .63);
box-shadow: -0.5em 0.5em 1em rgba(86, 86, 0, .63);
}
.shadow_bottom_left_olive8s,
.hover_shadow_bottom_left_olive8s:hover,
.active_shadow_bottom_left_olive8s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(86, 86, 0, .78);
box-shadow: -0.5em 0.5em 1em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_olive8,
.hover_shadow_bottom_right_olive8:hover,
.active_shadow_bottom_right_olive8:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(57, 57, 0, .39);
box-shadow: 0.5em 0.5em 1em rgba(57, 57, 0, .39);
}
.shadow_bottom_right_olive8h,
.hover_shadow_bottom_right_olive8h:hover,
.active_shadow_bottom_right_olive8h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(69, 69, 0, .50);
box-shadow: 0.5em 0.5em 1em rgba(69, 69, 0, .50);
}
.shadow_bottom_right_olive8a,
.hover_shadow_bottom_right_olive8a:hover,
.active_shadow_bottom_right_olive8a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(86, 86, 0, .63);
box-shadow: 0.5em 0.5em 1em rgba(86, 86, 0, .63);
}
.shadow_bottom_right_olive8s,
.hover_shadow_bottom_right_olive8s:hover,
.active_shadow_bottom_right_olive8s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(86, 86, 0, .78);
box-shadow: 0.5em 0.5em 1em rgba(86, 86, 0, .78);
} | widgets/common/assets/gradients/simple/olive/olive8.css | .background_olive8,
.hover_background_olive8:hover,
.active_background_olive8:active:hover {
background: #393900;
background-image: -moz-linear-gradient(top, rgb(72, 72, 0) 0%, rgb(57, 57, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(72, 72, 0)), color-stop(100%, rgb(57, 57, 0)));
background-image: -webkit-linear-gradient(top, rgb(72, 72, 0) 0%, rgb(57, 57, 0) 100%);
background-image: -o-linear-gradient(top, rgb(72, 72, 0) 0%, rgb(57, 57, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(72, 72, 0) 0%, rgb(57, 57, 0) 100%);
background-image: linear-gradient(to bottom, rgb(72, 72, 0) 0%, rgb(57, 57, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484800', endColorstr='#393900',GradientType=0 );
}
.background_olive8h,
.hover_background_olive8h:hover,
.active_background_olive8h:active:hover {
background: #393900;
background-image: -moz-linear-gradient(top, rgb(86, 86, 0) 0%, rgb(69, 69, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(86, 86, 0)), color-stop(100%, rgb(69, 69, 0)));
background-image: -webkit-linear-gradient(top, rgb(86, 86, 0) 0%, rgb(69, 69, 0) 100%);
background-image: -o-linear-gradient(top, rgb(86, 86, 0) 0%, rgb(69, 69, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(86, 86, 0) 0%, rgb(69, 69, 0) 100%);
background-image: linear-gradient(to bottom, rgb(86, 86, 0) 0%, rgb(69, 69, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565600', endColorstr='#454500',GradientType=0 );
}
.background_olive8a,
.hover_background_olive8a:hover,
.active_background_olive8a:active:hover {
background: #393900;
background-image: -moz-linear-gradient(top, rgb(69, 69, 0) 0%, rgb(86, 86, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(69, 69, 0)), color-stop(100%, rgb(86, 86, 0)));
background-image: -webkit-linear-gradient(top, rgb(69, 69, 0) 0%, rgb(86, 86, 0) 100%);
background-image: -o-linear-gradient(top, rgb(69, 69, 0) 0%, rgb(86, 86, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(69, 69, 0) 0%, rgb(86, 86, 0) 100%);
background-image: linear-gradient(to bottom, rgb(69, 69, 0) 0%, rgb(86, 86, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454500', endColorstr='#565600',GradientType=0 );
}
.background_olive8s,
.hover_background_olive8s:hover,
.active_background_olive8s:active:hover {
background: #393900;
background-image: -moz-linear-gradient(top, rgb(107, 107, 0) 0%, rgb(86, 86, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(107, 107, 0)), color-stop(100%, rgb(86, 86, 0)));
background-image: -webkit-linear-gradient(top, rgb(107, 107, 0) 0%, rgb(86, 86, 0) 100%);
background-image: -o-linear-gradient(top, rgb(107, 107, 0) 0%, rgb(86, 86, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(107, 107, 0) 0%, rgb(86, 86, 0) 100%);
background-image: linear-gradient(to bottom, rgb(107, 107, 0) 0%, rgb(86, 86, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b00', endColorstr='#565600',GradientType=0 );
}
.background_color_olive8,
.hover_background_color_olive8:hover,
.active_background_color_olive8:active:hover {
background-color:#393900;
}
.background_first_color_olive8,
.hover_background_first_color_olive8:hover,
.active_background_first_color_olive8:active:hover {
background-color:#484800;
}
.background_last_color_olive8,
.hover_background_last_color_olive8:hover,
.active_background_color_last_olive8:active:hover {
background-color:#393900;
}
/* ------------------------------ color settings -------------------------------*/
.color_olive8,
.hover_color_olive8:hover,
.active_color_olive8:active:hover {
color: #c8c8c8;
}
.color_olive8h,
.hover_color_olive8h:hover,
.active_color_olive8h:active:hover {
color: #c8c8c8;
}
.color_olive8a,
.hover_color_olive8a:hover,
.active_color_olive8a:active:hover {
color: #ff0;
}
.color_olive8s,
.hover_color_olive8s:hover,
.active_color_olive8s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_olive8,
.hover_border_olive8:hover,
.active_border_olive8:active:hover {
border-color: #393900 #393900 #393900 #393900;
}
.border_olive8h,
.hover_border_olive8h:hover,
.active_border_olive8h:active:hover {
border-color: #343400 #343400 #343400 #343400;
}
.border_olive8a,
.hover_border_olive8a:hover,
.active_border_olive8a:active:hover {
border-color: #2e2e00 #2e2e00 #2e2e00 #2e2e00;
}
.border_olive8s,
.hover_border_olive8s:hover,
.active_border_olive8s:active:hover {
border-color: #565600 #565600 #565600 #565600;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_olive8,
.hover_shadow_expand_olive8:hover,
.active_shadow_expand_olive8:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(57, 57, 0, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(57, 57, 0, .39);
box-shadow: 0em 0em 1em 0.25em rgba(57, 57, 0, .39);
}
.shadow_expand_olive8h,
.hover_shadow_expand_olive8h:hover,
.active_shadow_expand_olive8h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(69, 69, 0, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(69, 69, 0, .50);
box-shadow: 0em 0em 1em 0.25em rgba(69, 69, 0, .50);
}
.shadow_expand_olive8a,
.hover_shadow_expand_olive8a:hover,
.active_shadow_expand_olive8a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(86, 86, 0, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(86, 86, 0, .63);
box-shadow: 0em 0em 1em 0.25em rgba(86, 86, 0, .63);
}
.shadow_expand_olive8s,
.hover_shadow_expand_olive8s:hover,
.active_shadow_expand_olive8s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(86, 86, 0, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(86, 86, 0, .78);
box-shadow: 0em 0em 1em 0.25em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_olive8,
.hover_shadow_left_olive8:hover,
.active_shadow_left_olive8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(57, 57, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(57, 57, 0, .39);
}
.shadow_left_olive8h,
.hover_shadow_left_olive8h:hover,
.active_shadow_left_olive8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(69, 69, 0, .50);
box-shadow: -0.5em -0.5em 1em rgba(69, 69, 0, .50);
}
.shadow_left_olive8a,
.hover_shadow_left_olive8a:hover,
.active_shadow_left_olive8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .63);
box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .63);
}
.shadow_left_olive8s,
.hover_shadow_left_olive8s:hover,
.active_shadow_left_olive8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .78);
box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_olive8,
.hover_shadow_right_olive8:hover,
.active_shadow_right_olive8:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(57, 57, 0, .39);
box-shadow: 0.5em 0em 1em rgba(57, 57, 0, .39);
}
.shadow_right_olive8h,
.hover_shadow_right_olive8h:hover,
.active_shadow_right_olive8h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(69, 69, 0, .50);
box-shadow: 0.5em 0em 1em rgba(69, 69, 0, .50);
}
.shadow_right_olive8a,
.hover_shadow_right_olive8a:hover,
.active_shadow_right_olive8a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(86, 86, 0, .63);
box-shadow: 0.5em 0em 1em rgba(86, 86, 0, .63);
}
.shadow_right_olive8s,
.hover_shadow_right_olive8s:hover,
.active_shadow_right_olive8s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(86, 86, 0, .78);
box-shadow: 0.5em 0em 1em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_olive8,
.hover_shadow_top_olive8:hover,
.active_shadow_top_olive8:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(57, 57, 0, .39);
box-shadow: 0em -0.5em 1em rgba(57, 57, 0, .39);
}
.shadow_top_olive8h,
.hover_shadow_top_olive8h:hover,
.active_shadow_top_olive8h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(69, 69, 0, .50);
box-shadow: 0em -0.5em 1em rgba(69, 69, 0, .50);
}
.shadow_top_olive8a,
.hover_shadow_top_olive8a:hover,
.active_shadow_top_olive8a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(86, 86, 0, .63);
box-shadow: 0em -0.5em 1em rgba(86, 86, 0, .63);
}
.shadow_top_olive8s,
.hover_shadow_top_olive8s:hover,
.active_shadow_top_olive8s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(86, 86, 0, .78);
box-shadow: 0em -0.5em 1em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_olive8,
.hover_shadow_bottom_olive8:hover,
.active_shadow_bottom_olive8:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(57, 57, 0, .39);
box-shadow: 0em 0.5em 1em rgba(57, 57, 0, .39);
}
.shadow_bottom_olive8h,
.hover_shadow_bottom_olive8h:hover,
.active_shadow_bottom_olive8h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(69, 69, 0, .50);
box-shadow: 0em 0.5em 1em rgba(69, 69, 0, .50);
}
.shadow_bottom_olive8a,
.hover_shadow_bottom_olive8a:hover,
.active_shadow_bottom_olive8a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(86, 86, 0, .63);
box-shadow: 0em 0.5em 1em rgba(86, 86, 0, .63);
}
.shadow_bottom_olive8s,
.hover_shadow_bottom_olive8s:hover,
.active_shadow_bottom_olive8s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(86, 86, 0, .78);
box-shadow: 0em 0.5em 1em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_olive8,
.hover_shadow_top_left_olive8:hover,
.active_shadow_top_left_olive8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(57, 57, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(57, 57, 0, .39);
}
.shadow_top_left_olive8h,
.hover_shadow_top_left_olive8h:hover,
.active_shadow_top_left_olive8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(69, 69, 0, .50);
box-shadow: -0.5em -0.5em 1em rgba(69, 69, 0, .50);
}
.shadow_top_left_olive8a,
.hover_shadow_top_left_olive8a:hover,
.active_shadow_top_left_olive8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .63);
box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .63);
}
.shadow_top_left_olive8s,
.hover_shadow_top_left_olive8s:hover,
.active_shadow_top_left_olive8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .78);
box-shadow: -0.5em -0.5em 1em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_olive8,
.hover_shadow_top_right_olive8:hover,
.active_shadow_top_right_olive8:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(57, 57, 0, .39);
box-shadow: 0.5em -0.5em 1em rgba(57, 57, 0, .39);
}
.shadow_top_right_olive8h,
.hover_shadow_top_right_olive8h:hover,
.active_shadow_top_right_olive8h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(69, 69, 0, .50);
box-shadow: 0.5em -0.5em 1em rgba(69, 69, 0, .50);
}
.shadow_top_right_olive8a,
.hover_shadow_top_right_olive8a:hover,
.active_shadow_top_right_olive8a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(86, 86, 0, .63);
box-shadow: 0.5em -0.5em 1em rgba(86, 86, 0, .63);
}
.shadow_top_right_olive8s,
.hover_shadow_top_right_olive8s:hover,
.active_shadow_top_right_olive8s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(86, 86, 0, .78);
box-shadow: 0.5em -0.5em 1em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_olive8,
.hover_shadow_bottom_left_olive8:hover,
.active_shadow_bottom_left_olive8:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(57, 57, 0, .39);
box-shadow: -0.5em 0.5em 1em rgba(57, 57, 0, .39);
}
.shadow_bottom_left_olive8h,
.hover_shadow_bottom_left_olive8h:hover,
.active_shadow_bottom_left_olive8h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(69, 69, 0, .50);
box-shadow: -0.5em 0.5em 1em rgba(69, 69, 0, .50);
}
.shadow_bottom_left_olive8a,
.hover_shadow_bottom_left_olive8a:hover,
.active_shadow_bottom_left_olive8a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(86, 86, 0, .63);
box-shadow: -0.5em 0.5em 1em rgba(86, 86, 0, .63);
}
.shadow_bottom_left_olive8s,
.hover_shadow_bottom_left_olive8s:hover,
.active_shadow_bottom_left_olive8s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(86, 86, 0, .78);
box-shadow: -0.5em 0.5em 1em rgba(86, 86, 0, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_olive8,
.hover_shadow_bottom_right_olive8:hover,
.active_shadow_bottom_right_olive8:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(57, 57, 0, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(57, 57, 0, .39);
box-shadow: 0.5em 0.5em 1em rgba(57, 57, 0, .39);
}
.shadow_bottom_right_olive8h,
.hover_shadow_bottom_right_olive8h:hover,
.active_shadow_bottom_right_olive8h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(69, 69, 0, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(69, 69, 0, .50);
box-shadow: 0.5em 0.5em 1em rgba(69, 69, 0, .50);
}
.shadow_bottom_right_olive8a,
.hover_shadow_bottom_right_olive8a:hover,
.active_shadow_bottom_right_olive8a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(86, 86, 0, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(86, 86, 0, .63);
box-shadow: 0.5em 0.5em 1em rgba(86, 86, 0, .63);
}
.shadow_bottom_right_olive8s,
.hover_shadow_bottom_right_olive8s:hover,
.active_shadow_bottom_right_olive8s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(86, 86, 0, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(86, 86, 0, .78);
box-shadow: 0.5em 0.5em 1em rgba(86, 86, 0, .78);
} | 0.460532 | 0.126704 |
.monaco-action-baw {
white-space: nowwap;
height: 100%;
}
.monaco-action-baw .actions-containa {
dispway: fwex;
mawgin: 0 auto;
padding: 0;
height: 100%;
width: 100%;
awign-items: centa;
}
.monaco-action-baw.vewticaw .actions-containa {
dispway: inwine-bwock;
}
.monaco-action-baw .action-item {
dispway: bwock;
awign-items: centa;
justify-content: centa;
cuwsow: pointa;
position: wewative; /* DO NOT WEMOVE - this is the key to pweventing the ghosting icon bug in Chwome 42 */
}
.monaco-action-baw .action-item.disabwed {
cuwsow: defauwt;
}
.monaco-action-baw .action-item .icon,
.monaco-action-baw .action-item .codicon {
dispway: bwock;
}
.monaco-action-baw .action-item .codicon {
dispway: fwex;
awign-items: centa;
width: 16px;
height: 16px;
}
.monaco-action-baw .action-wabew {
font-size: 11px;
padding: 3px;
bowda-wadius: 5px;
}
.monaco-action-baw .action-item.disabwed .action-wabew,
.monaco-action-baw .action-item.disabwed .action-wabew::befowe,
.monaco-action-baw .action-item.disabwed .action-wabew:hova {
opacity: 0.4;
}
/* Vewticaw actions */
.monaco-action-baw.vewticaw {
text-awign: weft;
}
.monaco-action-baw.vewticaw .action-item {
dispway: bwock;
}
.monaco-action-baw.vewticaw .action-wabew.sepawatow {
dispway: bwock;
bowda-bottom: 1px sowid #bbb;
padding-top: 1px;
mawgin-weft: .8em;
mawgin-wight: .8em;
}
.monaco-action-baw .action-item .action-wabew.sepawatow {
width: 1px;
height: 16px;
mawgin: 5px 4px !impowtant;
cuwsow: defauwt;
min-width: 1px;
padding: 0;
backgwound-cowow: #bbb;
}
.secondawy-actions .monaco-action-baw .action-wabew {
mawgin-weft: 6px;
}
/* Action Items */
.monaco-action-baw .action-item.sewect-containa {
ovewfwow: hidden; /* somehow the dwopdown ovewfwows its containa, we pwevent it hewe to not push */
fwex: 1;
max-width: 170px;
min-width: 60px;
dispway: fwex;
awign-items: centa;
justify-content: centa;
mawgin-wight: 10px;
}
.monaco-action-baw .action-item.action-dwopdown-item {
dispway: fwex;
}
.monaco-action-baw .action-item.action-dwopdown-item > .action-wabew {
mawgin-wight: 1px;
} | src/vs/base/browser/ui/actionbar/actionbar.css | .monaco-action-baw {
white-space: nowwap;
height: 100%;
}
.monaco-action-baw .actions-containa {
dispway: fwex;
mawgin: 0 auto;
padding: 0;
height: 100%;
width: 100%;
awign-items: centa;
}
.monaco-action-baw.vewticaw .actions-containa {
dispway: inwine-bwock;
}
.monaco-action-baw .action-item {
dispway: bwock;
awign-items: centa;
justify-content: centa;
cuwsow: pointa;
position: wewative; /* DO NOT WEMOVE - this is the key to pweventing the ghosting icon bug in Chwome 42 */
}
.monaco-action-baw .action-item.disabwed {
cuwsow: defauwt;
}
.monaco-action-baw .action-item .icon,
.monaco-action-baw .action-item .codicon {
dispway: bwock;
}
.monaco-action-baw .action-item .codicon {
dispway: fwex;
awign-items: centa;
width: 16px;
height: 16px;
}
.monaco-action-baw .action-wabew {
font-size: 11px;
padding: 3px;
bowda-wadius: 5px;
}
.monaco-action-baw .action-item.disabwed .action-wabew,
.monaco-action-baw .action-item.disabwed .action-wabew::befowe,
.monaco-action-baw .action-item.disabwed .action-wabew:hova {
opacity: 0.4;
}
/* Vewticaw actions */
.monaco-action-baw.vewticaw {
text-awign: weft;
}
.monaco-action-baw.vewticaw .action-item {
dispway: bwock;
}
.monaco-action-baw.vewticaw .action-wabew.sepawatow {
dispway: bwock;
bowda-bottom: 1px sowid #bbb;
padding-top: 1px;
mawgin-weft: .8em;
mawgin-wight: .8em;
}
.monaco-action-baw .action-item .action-wabew.sepawatow {
width: 1px;
height: 16px;
mawgin: 5px 4px !impowtant;
cuwsow: defauwt;
min-width: 1px;
padding: 0;
backgwound-cowow: #bbb;
}
.secondawy-actions .monaco-action-baw .action-wabew {
mawgin-weft: 6px;
}
/* Action Items */
.monaco-action-baw .action-item.sewect-containa {
ovewfwow: hidden; /* somehow the dwopdown ovewfwows its containa, we pwevent it hewe to not push */
fwex: 1;
max-width: 170px;
min-width: 60px;
dispway: fwex;
awign-items: centa;
justify-content: centa;
mawgin-wight: 10px;
}
.monaco-action-baw .action-item.action-dwopdown-item {
dispway: fwex;
}
.monaco-action-baw .action-item.action-dwopdown-item > .action-wabew {
mawgin-wight: 1px;
} | 0.332961 | 0.144269 |
.btn-unverif {
color: #fff;
background-color: red;
border-color: red;
}
.btn-biru {
color: #fff;
background-color: #0080ff;
border-color: #0080ff;
}
.ddtf-processed th.statusth > select{
display:none;
}
.ddtf-processed th.statusth > div{
display:block !important;
}
.ddtf-processed th.tipedaftarth > select{
display:none;
}
.ddtf-processed th.tipedaftarth > div{
display:block !important;
}
.ddtf-processed th.nopesth > select{
display:none;
}
.ddtf-processed th.nopesth > div{
display:block !important;
}
.ddtf-processed th.tipetesth > select{
display:none;
}
.ddtf-processed th.tipetesth > div{
display:block !important;
}
.ddtf-processed th.buktith > select{
display:none;
}
.ddtf-processed th.buktith > div{
display:block !important;
}
.ddtf-processed th.verifth > select{
display:none;
}
.ddtf-processed th.verifth > div{
display:block !important;
}
.ddtf-processed th.namatimth > select{
display:none;
}
.ddtf-processed th.namatimth > div{
display:block !important;
}
.ddtf-processed th.emailth > select{
display:none;
}
.ddtf-processed th.emailth > div{
display:block !important;
}
.ddtf-processed th.notelpth > select{
display:none;
}
.ddtf-processed th.notelpth > div{
display:block !important;
}
.ddtf-processed th.asalsekolahth > select{
display:none;
}
.ddtf-processed th.asalsekolahth > div{
display:block !important;
}
.ddtf-processed th.alamatsekolahth > select{
display:none;
}
.ddtf-processed th.alamatsekolahth > div{
display:block !important;
}
.ddtf-processed th.namaketuath > select{
display:none;
}
.ddtf-processed th.namaketuath > div{
display:block !important;
}
.ddtf-processed th.kelasketuath > select{
display:none;
}
.ddtf-processed th.kelasketuath > div{
display:block !important;
}
.ddtf-processed th.namaanggota1th > select{
display:none;
}
.ddtf-processed th.namaanggota1th > div{
display:block !important;
}
.ddtf-processed th.kelasanggota1th > select{
display:none;
}
.ddtf-processed th.kelasanggota1th > div{
display:block !important;
}
.ddtf-processed th.namaanggota2th > select{
display:none;
}
.ddtf-processed th.namaanggota2th > div{
display:block !important;
}
.ddtf-processed th.kelasanggota2th > select{
display:none;
}
.ddtf-processed th.kelasanggota2th > div{
display:block !important;
}
.ddtf-processed th.cpth > select{
display:none;
}
.ddtf-processed th.cpth > div{
display:block !important;
}
.ddtf-processed th.kategorith > select{
display:none;
}
.ddtf-processed th.kategorith > div{
display:block !important;
}
.ddtf-processed th.namaanggota3th > select{
display:none;
}
.ddtf-processed th.namaanggota3th > div{
display:block !important;
}
.ddtf-processed th.namapembimbingth > select{
display:none;
}
.ddtf-processed th.namapembimbingth > div{
display:block !important;
}
.ddtf-processed th.kartupelajar1th > select{
display:none;
}
.ddtf-processed th.kartupelajar1th > div{
display:block !important;
}
.ddtf-processed th.foto1th > select{
display:none;
}
.ddtf-processed th.foto1th > div{
display:block !important;
}
.ddtf-processed th.kartupelajar2th > select{
display:none;
}
.ddtf-processed th.kartupelajar2th > div{
display:block !important;
}
.ddtf-processed th.foto2th > select{
display:none;
}
.ddtf-processed th.foto2th > div{
display:block !important;
}
.ddtf-processed th.kartupelajar3th > select{
display:none;
}
.ddtf-processed th.kartupelajar3th > div{
display:block !important;
}
.ddtf-processed th.foto3th > select{
display:none;
}
.ddtf-processed th.foto3th > div{
display:block !important;
}
.ddtf-processed th.hapusth > select{
display:none;
}
.ddtf-processed th.hapusth > div{
display:block !important;
}
.ddtf-processed th.urutth > select{
display:none;
}
.ddtf-processed th.urutth > div{
display:block !important;
}
/*BUAT COUNTDOWN TIMER*/
@import url('https://fonts.googleapis.com/css?family=Lobster');
#days {
font-size: 50px;
color: #db4844;
}
#hours {
font-size: 50px;
color: #f07c22;
}
#minutes {
font-size: 50px;
color: #f6da74;
}
#seconds {
font-size: 50px;
color: #abcd58;
}
.rata {
display: inline-block;
line-height: 1;
padding: 20px;
font-size: 40px;
text-align: center;
}
/*span {
display: block;
font-size: 20px;
color: white;
}
body {
text-align: center;
font-family: 'Lobster', cursive;
color: white;
background: #222;
}*/
/*------------ we are -----*/
.we a{
font-size:12px;
} | public/material/css/custom.css |
.btn-unverif {
color: #fff;
background-color: red;
border-color: red;
}
.btn-biru {
color: #fff;
background-color: #0080ff;
border-color: #0080ff;
}
.ddtf-processed th.statusth > select{
display:none;
}
.ddtf-processed th.statusth > div{
display:block !important;
}
.ddtf-processed th.tipedaftarth > select{
display:none;
}
.ddtf-processed th.tipedaftarth > div{
display:block !important;
}
.ddtf-processed th.nopesth > select{
display:none;
}
.ddtf-processed th.nopesth > div{
display:block !important;
}
.ddtf-processed th.tipetesth > select{
display:none;
}
.ddtf-processed th.tipetesth > div{
display:block !important;
}
.ddtf-processed th.buktith > select{
display:none;
}
.ddtf-processed th.buktith > div{
display:block !important;
}
.ddtf-processed th.verifth > select{
display:none;
}
.ddtf-processed th.verifth > div{
display:block !important;
}
.ddtf-processed th.namatimth > select{
display:none;
}
.ddtf-processed th.namatimth > div{
display:block !important;
}
.ddtf-processed th.emailth > select{
display:none;
}
.ddtf-processed th.emailth > div{
display:block !important;
}
.ddtf-processed th.notelpth > select{
display:none;
}
.ddtf-processed th.notelpth > div{
display:block !important;
}
.ddtf-processed th.asalsekolahth > select{
display:none;
}
.ddtf-processed th.asalsekolahth > div{
display:block !important;
}
.ddtf-processed th.alamatsekolahth > select{
display:none;
}
.ddtf-processed th.alamatsekolahth > div{
display:block !important;
}
.ddtf-processed th.namaketuath > select{
display:none;
}
.ddtf-processed th.namaketuath > div{
display:block !important;
}
.ddtf-processed th.kelasketuath > select{
display:none;
}
.ddtf-processed th.kelasketuath > div{
display:block !important;
}
.ddtf-processed th.namaanggota1th > select{
display:none;
}
.ddtf-processed th.namaanggota1th > div{
display:block !important;
}
.ddtf-processed th.kelasanggota1th > select{
display:none;
}
.ddtf-processed th.kelasanggota1th > div{
display:block !important;
}
.ddtf-processed th.namaanggota2th > select{
display:none;
}
.ddtf-processed th.namaanggota2th > div{
display:block !important;
}
.ddtf-processed th.kelasanggota2th > select{
display:none;
}
.ddtf-processed th.kelasanggota2th > div{
display:block !important;
}
.ddtf-processed th.cpth > select{
display:none;
}
.ddtf-processed th.cpth > div{
display:block !important;
}
.ddtf-processed th.kategorith > select{
display:none;
}
.ddtf-processed th.kategorith > div{
display:block !important;
}
.ddtf-processed th.namaanggota3th > select{
display:none;
}
.ddtf-processed th.namaanggota3th > div{
display:block !important;
}
.ddtf-processed th.namapembimbingth > select{
display:none;
}
.ddtf-processed th.namapembimbingth > div{
display:block !important;
}
.ddtf-processed th.kartupelajar1th > select{
display:none;
}
.ddtf-processed th.kartupelajar1th > div{
display:block !important;
}
.ddtf-processed th.foto1th > select{
display:none;
}
.ddtf-processed th.foto1th > div{
display:block !important;
}
.ddtf-processed th.kartupelajar2th > select{
display:none;
}
.ddtf-processed th.kartupelajar2th > div{
display:block !important;
}
.ddtf-processed th.foto2th > select{
display:none;
}
.ddtf-processed th.foto2th > div{
display:block !important;
}
.ddtf-processed th.kartupelajar3th > select{
display:none;
}
.ddtf-processed th.kartupelajar3th > div{
display:block !important;
}
.ddtf-processed th.foto3th > select{
display:none;
}
.ddtf-processed th.foto3th > div{
display:block !important;
}
.ddtf-processed th.hapusth > select{
display:none;
}
.ddtf-processed th.hapusth > div{
display:block !important;
}
.ddtf-processed th.urutth > select{
display:none;
}
.ddtf-processed th.urutth > div{
display:block !important;
}
/*BUAT COUNTDOWN TIMER*/
@import url('https://fonts.googleapis.com/css?family=Lobster');
#days {
font-size: 50px;
color: #db4844;
}
#hours {
font-size: 50px;
color: #f07c22;
}
#minutes {
font-size: 50px;
color: #f6da74;
}
#seconds {
font-size: 50px;
color: #abcd58;
}
.rata {
display: inline-block;
line-height: 1;
padding: 20px;
font-size: 40px;
text-align: center;
}
/*span {
display: block;
font-size: 20px;
color: white;
}
body {
text-align: center;
font-family: 'Lobster', cursive;
color: white;
background: #222;
}*/
/*------------ we are -----*/
.we a{
font-size:12px;
} | 0.296654 | 0.119382 |
*{
margin:0px;
padding:0px;
scroll-behavior: smooth;
}
body{
font-size: 18px;
}
.navbar{
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.navbar-brand{
text-transform:bold ;
color: green !important;
}
.navbar .nav-link{
font-size: 16px;
color: black !important;
}
.nav-link:hover{
color: #28a745 !important;
}
.navlink .active{
color: #28a745 !important;
}
.navbar-nav .btn{
background-color: #28a745 !important;
color: #fff !important;
transition: 0.5s;
}
.navbar-nav .btn:hover{
opacity: 0.9;
}
.btn-floating{
color: #28a745 !important;
}
.btn-floating:hover{
color: #2fb94f !important;
transition: ease-in-out 2s;
}
.hero-carousel{
height: 65vh;
}
.carousel-inner {
position: relative;
width: 100%;
height: 65vh;
overflow: hidden;
}
.carousel-item {
height: 65vh;
}
/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.section-title {
text-align: center;
padding-bottom: 30px;
}
.section-title h2 {
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #28a745;
}
.section-title h2::before {
content: "";
position: absolute;
display: block;
width: 120px;
height: 1px;
background: #ddd;
bottom: 1px;
left: calc(50% - 60px);
}
.section-title h2::after {
content: "";
position: absolute;
display: block;
width: 40px;
height: 3px;
background: #28a745;
bottom: 0;
left: calc(50% - 20px);
}
.section-title p {
margin-bottom: 0;
}
.doctors {
background: #fff;
}
.doctors .member {
position: relative;
box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
padding: 30px;
border-radius: 10px;
}
.doctors .member .pic {
overflow: hidden;
width: 180px;
border-radius: 50%;
}
.doctors .member .pic img {
transition: ease-in-out 0.3s;
}
.doctors .member:hover img {
transform: scale(1.1);
}
.doctors .member .member-info {
padding-left: 30px;
}
.doctors .member h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 20px;
color: #28a745;
}
.doctors .member span {
display: block;
font-size: 15px;
padding-bottom: 10px;
position: relative;
font-weight: 500;
}
.doctors .member span::after {
content: "";
position: absolute;
display: block;
width: 50px;
height: 1px;
background: #28a745;
bottom: 0;
left: 0;
}
.doctors .member p {
margin: 10px 0 0 0;
font-size: 14px;
}
.section-bg {
background-color: #28a74631;
}
.footer p{
font-size: 16px;
}
.footer-text{
color: #28a745 !important;
font-size: 18px;
}
.footer h5{
color: #28a745 !important;
}
.footer-link{
color: #222222;
}
.footer-link:hover{
color: #28a745 !important
}
.bg-custom{
background-color: #28a745 !important;
}
#banner-main {
width: 100%;
height: 75vh;
background: url("../images/banner-22.jpg");
background-size: cover;
position: relative;
}
#banner-main:before {
content: "";
background: rgba(255, 255, 255, 0.3);
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
#banner-main .container {
position: relative;
}
#banner-main h1 {
margin: 0;
font-size: 48px;
font-weight: 700;
line-height: 56px;
color: #222222;
}
#banner-main h1 span {
color: #28a745 !important;
}
#banner-main h2 {
color: #555555;
margin: 5px 0 30px 0;
font-size: 24px;
font-weight: 400;
}
#banner-main .btn-get-started {
text-transform: uppercase;
font-weight: 500;
text-decoration: none;
font-size: 14px;
letter-spacing: 1px;
padding: 10px 28px;
border-radius: 4px;
transition: 0.5s;
color: #fff;
background: #28a745;
}
#banner-main .btn-get-started:hover {
opacity: 0.9;
}
@media (min-width: 1024px) {
#banner-main {
background-attachment: fixed;
}
}
@media (max-width: 768px) {
#banner-main {
height: 100vh;
}
#banner-main h1 {
font-size: 28px;
line-height: 36px;
}
#banner-main h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 30px;
}
#banner-main .btn-get-started {
font-size: 13px;
}
}
@media (max-height: 500px) {
#banner-main {
height: 120vh;
}
} | public/assets/css/style.css | *{
margin:0px;
padding:0px;
scroll-behavior: smooth;
}
body{
font-size: 18px;
}
.navbar{
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.navbar-brand{
text-transform:bold ;
color: green !important;
}
.navbar .nav-link{
font-size: 16px;
color: black !important;
}
.nav-link:hover{
color: #28a745 !important;
}
.navlink .active{
color: #28a745 !important;
}
.navbar-nav .btn{
background-color: #28a745 !important;
color: #fff !important;
transition: 0.5s;
}
.navbar-nav .btn:hover{
opacity: 0.9;
}
.btn-floating{
color: #28a745 !important;
}
.btn-floating:hover{
color: #2fb94f !important;
transition: ease-in-out 2s;
}
.hero-carousel{
height: 65vh;
}
.carousel-inner {
position: relative;
width: 100%;
height: 65vh;
overflow: hidden;
}
.carousel-item {
height: 65vh;
}
/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.section-title {
text-align: center;
padding-bottom: 30px;
}
.section-title h2 {
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #28a745;
}
.section-title h2::before {
content: "";
position: absolute;
display: block;
width: 120px;
height: 1px;
background: #ddd;
bottom: 1px;
left: calc(50% - 60px);
}
.section-title h2::after {
content: "";
position: absolute;
display: block;
width: 40px;
height: 3px;
background: #28a745;
bottom: 0;
left: calc(50% - 20px);
}
.section-title p {
margin-bottom: 0;
}
.doctors {
background: #fff;
}
.doctors .member {
position: relative;
box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
padding: 30px;
border-radius: 10px;
}
.doctors .member .pic {
overflow: hidden;
width: 180px;
border-radius: 50%;
}
.doctors .member .pic img {
transition: ease-in-out 0.3s;
}
.doctors .member:hover img {
transform: scale(1.1);
}
.doctors .member .member-info {
padding-left: 30px;
}
.doctors .member h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 20px;
color: #28a745;
}
.doctors .member span {
display: block;
font-size: 15px;
padding-bottom: 10px;
position: relative;
font-weight: 500;
}
.doctors .member span::after {
content: "";
position: absolute;
display: block;
width: 50px;
height: 1px;
background: #28a745;
bottom: 0;
left: 0;
}
.doctors .member p {
margin: 10px 0 0 0;
font-size: 14px;
}
.section-bg {
background-color: #28a74631;
}
.footer p{
font-size: 16px;
}
.footer-text{
color: #28a745 !important;
font-size: 18px;
}
.footer h5{
color: #28a745 !important;
}
.footer-link{
color: #222222;
}
.footer-link:hover{
color: #28a745 !important
}
.bg-custom{
background-color: #28a745 !important;
}
#banner-main {
width: 100%;
height: 75vh;
background: url("../images/banner-22.jpg");
background-size: cover;
position: relative;
}
#banner-main:before {
content: "";
background: rgba(255, 255, 255, 0.3);
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
#banner-main .container {
position: relative;
}
#banner-main h1 {
margin: 0;
font-size: 48px;
font-weight: 700;
line-height: 56px;
color: #222222;
}
#banner-main h1 span {
color: #28a745 !important;
}
#banner-main h2 {
color: #555555;
margin: 5px 0 30px 0;
font-size: 24px;
font-weight: 400;
}
#banner-main .btn-get-started {
text-transform: uppercase;
font-weight: 500;
text-decoration: none;
font-size: 14px;
letter-spacing: 1px;
padding: 10px 28px;
border-radius: 4px;
transition: 0.5s;
color: #fff;
background: #28a745;
}
#banner-main .btn-get-started:hover {
opacity: 0.9;
}
@media (min-width: 1024px) {
#banner-main {
background-attachment: fixed;
}
}
@media (max-width: 768px) {
#banner-main {
height: 100vh;
}
#banner-main h1 {
font-size: 28px;
line-height: 36px;
}
#banner-main h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 30px;
}
#banner-main .btn-get-started {
font-size: 13px;
}
}
@media (max-height: 500px) {
#banner-main {
height: 120vh;
}
} | 0.261331 | 0.047074 |
0. Насторойки родителя
1. Column
2. Tabs
2.1. Single Trip - Tab регистрационной формы
3. Contact
4. Person
5. Counter
6. Trip
7. Feature-Services
8. Price List
9. boulder-gym-schedule
10. Описание таксономии в архивах - cpt-archive.php и archive.php
18.17.2. Recent Trips
19.3 Social share
20. Media Queries
*/
/*----------------------------------
0
----------------------------------*/
/*****
В Poppins нет русского
surya-chandra-lite\css\editor-style.css Line:139
surya-chandra-lite\style.css Lins: 313, 1574
*/
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 10px 0;
font-family: Verdana, Geneva, sans-serif;
font-weight: 500;
color: #000;
line-height: 1.5;
}
.site-title {
font-size: 26px;
font-weight: 600;
margin-bottom: 10px;
line-height: 1;
font-family: Verdana, Geneva, sans-serif;
}
/*
борьба с блеклыми картинками
черная подложка
*/
#google-map-row {
padding-top: 0px;
padding-bottom: 0px;
}
#content.site-content.site-single-trip {
padding-top:0px;
}
/*--------------------------------------------------------------
10.3. Custom Header
было 0.4
--------------------------------------------------------------*/
#custom-header::after {
opacity: 0.1;
filter: alpha(opacity=10); /* For IE8 and earlier */
}
/*--------------------------------------------------------------
11.1. Header layout 2
было 0.5
--------------------------------------------------------------*/
.header-layout-2 .widget_surya-chandra-slider .overlay-enabled article::after {
opacity: 0.1;
}
/*--------------------------------------------------------------
12. Hero slider
было 0.5
--------------------------------------------------------------*/
.so-widget-sow-hero .sow-slider-base ul.sow-slider-images li.sow-slider-image::after {
opacity: 0.1;
}
/********************************************************************
1.Column
*/
.padding{display:inline-block;padding:10px}
.row,.column{box-sizing:border-box}
.row:after{clear:both}
.row:before,.row:after{display:table;content:" "}
.column{position:relative;margin-bottom:1em}
@media (min-width:700px){
.column{float:left}
.column+.column{margin-left:1.6%}
.column-1{width:6.86666666667%}
.column-2{width:15.3333333333%}
.column-3{width:23.8%}
.column-4{width:32.2666666667%}
.column-5{width:40.7333333333%}
.column-6{width:49.2%}
.column-7{width:57.6666666667%}
.column-8{width:66.1333333333%}
.column-9{width:74.59999999999999%}
.column-10{width:83.0666666667%}
.column-11{width:91.53333333330001%}
.column-12{width:100%}
}
/*---------------------------------------
2. Tabs
-----------------------------------------*/
/**
* Tabs
* https://codepen.io/mikestreety/pen/yVNNNm
*/
.tabs {
display: flex;
flex-wrap: wrap; /* make sure it wraps */
}
.tabs > label {
order: 1; /* Put the labels first */
display: block;
padding: 0.5rem 1rem;
margin-right: 0.1rem;
cursor: pointer;
background: rgb(232, 232, 232); /*#90CAF9;*/
font-weight: bold;
transition: background ease 0.2s;
}
.tabs .tab {
order: 99; /* Put the tabs last */
flex-grow: 1;
width: 100%;
display: none;
padding: 0.5rem;
background: #fff;
}
.tabs input[type="radio"] {
display: none;
}
.tabs > label:hover {
background-color: #90DFFF;
}
.tabs input[type="radio"]:checked + label {
background: #fff;
cursor: default;
border-style: solid;
border-width: 1px 1px 0px 1px;
border-color: lightgrey;
}
.tabs input[type="radio"]:checked + label + .tab {
display: block;
}
@media (max-width: 45em) {
.tabs .tab,
.tabs > label {
order: initial;
}
.tabs > label {
width: 100%;
margin-right: 0;
margin-top: 0.1rem;
}
}
/*--------------------------------------------------------------
2.1. Single Trip - Tab регистрационной формы
--------------------------------------------------------------*/
.tabs > label.reg-form-tab {
background-color: orange;
}
.tabs input[type="radio"]:checked + label.reg-form-tab {
color: orange;
}
.tabs > label.reg-form-tab:hover {
color: #fff;
}
/********************************************************************
3.Contact
*/
.contact-us-wrap {
padding-top:30px;
}
.contact-us-column {
padding-left:15px;
padding-right:15px;
margin: 0;
}
address.vcard .org {
font-weight: bold;
font-size: 130%;
}
.communication-info, .communication-row, .communication-icon, .communication-data {
display: block;
}
.communication-info {
display: table;
}
.communication-row {
display: table-row;
padding-bottom: 15px;
}
.communication-icon, .communication-data {
display: table-cell;
}
.communication-icon {
padding-right: 15px;
}
.communication-messenger {
font-size:30px;
padding-left: 0px;
padding-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
}
/**********************************************************************
5.Counter
*/
.mc-wrapper {
display: table;
margin: 0 auto;
}
.mc-container {
display: table;
text-align: center;
}
.mc-centerhoriz {
display: inline-block;
}
.mc-circle {
display: table;
height: 80px;
width: 80px;
text-align: center;
background: blue;
border-radius: 100%;
margin: 10px;
}
/*
display: table;
width: 200px;
text-align: center;
background: blue;
margin: 0px;
*/
.mc-caption {
font-size: 20px;
}
.mc-content {
display: table-cell;
vertical-align: middle;
}
.mc-count {
font-size: 30px;
/* font-weight: bold;*/
color: white;
font-weight: bold;
color: white;
}
/*--------------------------------------------------------------
4 Persons
--------------------------------------------------------------*/
.section-persons .thumb-summary-wrap:before {
content: "";
position: absolute;
top: auto;
width: 0;
height: 5px;
bottom: 0;
left: 0;
right: 0;
background: #3a85eb82;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
z-index: -1;
}
.section-persons .thumb-summary-wrap:hover:before {
width:100%;
}
.section-persons .thumb-summary-wrap {
background: #fff;
padding: 0 0 35px;
position: relative;
z-index: 9;
-webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-webkit-transition: all 0.4s;
transition: all 0.4s;
top:0;
}
.section-persons .thumb-summary-wrap:hover {
top: -3px;
box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.4);
}
.section-persons .person-item{
width: 100%;
}
/*
.section-persons .persons-col-1 .person-item{
width: 100%;
}
.section-persons .persons-col-2 .person-item{
width: 50%;
}
.section-persons .persons-col-3 .person-item{
width: 33.33%;
}
.section-persons .persons-col-4 .person-item{
width: 25%;
}
*/
/*widget in sidebar*/
/*
.sidebar .section-persons .person-item,
#footer-widgets .section-persons .person-item{
width: 100%;
margin: 0;
}
*/
.section-persons .person-item {
float: left;
padding: 25px 25px 15px 25px;
text-align: center;
}
.section-persons .person-title {
font-size: 20px;
margin-bottom: 5px;
}
.section-persons .person-title a {
color: #222;
}
.section-persons p.person-position {
font-style: italic;
color: #aaa;
font-size: 14px;
letter-spacing: 1px;
}
.section-persons .person-text-wrap {
position: relative;
margin-top: 30px;
}
.section-persons .person-item img {
transition: all 0.5s ease-in-out 0s;
background: #fff;
}
/*-------------------------------
6. Trip
--------------------------------*/
/*------------------
Trip Info
--------------------*/
.trip-info-item {
}
.trip-info-title {
font-weight: bold;
}
/*
.trip-info-title::after {
content: ":";
}
*/
.trip-info-value {
margin-left: 10px;
}
.old-price {
text-decoration: line-through;
}
.sale-price {
font-weight: bold;
color: red;
}
.trip-service-tab-wrap {
margin-bottom: 25px;
}
.trip-service-tab-subtitle {
margin-bottom: 5px;
}
.trip-service-tab-subtitle span {
margin-left: 10px;
}
#reg-form-button {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
}
/*--------------------------------------------------------------
18.6. Trips
--------------------------------------------------------------*/
.section-trips .thumb-summary-wrap:before {
content: "";
position: absolute;
top: auto;
width: 0;
height: 5px;
bottom: 0;
left: 0;
right: 0;
background: #3a85eb82;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
z-index: -1;
}
.section-trips .thumb-summary-wrap:hover:before {
width:100%;
}
.section-trips .thumb-summary-wrap {
background: #fff;
padding: 0 0 35px;
position: relative;
z-index: 9;
-webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-webkit-transition: all 0.4s;
transition: all 0.4s;
top:0;
}
.section-trips .thumb-summary-wrap:hover {
top: -3px;
box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.4);
}
.section-trips .trip-item{
width: 100%;
}
/*
.section-trips .trips-col-1 .trip-item{
width: 100%;
}
.section-trips .trips-col-2 .trip-item{
width: 50%;
}
.section-trips .trips-col-3 .trip-item{
width: 33.33%;
}
.section-trips .trips-col-4 .trip-item{
width: 25%;
}
*/
/*widget in sidebar*/
/*
.sidebar .section-trips .trip-item,
#footer-widgets .section-trips .trip-item{
width: 100%;
margin: 0;
}
*/
.section-trips .trip-item {
float: left;
padding: 25px 25px 15px 25px;
text-align: center;
}
.section-trips .trip-title {
font-size: 20px;
margin-bottom: 5px;
}
.section-trips .trip-title a {
color: #222;
}
.section-trips p.trip-position {
font-style: italic;
color: #aaa;
font-size: 14px;
letter-spacing: 1px;
}
.section-trips .trip-text-wrap {
position: relative;
margin-top: 30px;
padding: 0 15px;
}
.section-trips .trip-item img {
transition: all 0.5s ease-in-out 0s;
background: #fff;
}
/***************************
7. Feature-Services
background-color: rgb(247,247,247);
*/
.aco-benefits-wrapper {
background-color: rgb(247,247,247);
margin-left: -20.625px;
margin-right: -20.375px;
padding-left: 20.625px;
padding-right: 20.375px;
border-left: 0px;
border-right: 0px;
}
.aco-benefits-wrapper .widget-title {
font-size:25px;
}
.heading-center .widget-title,
.heading-center .widget-subtitle {
text-align: center;
}
/*---------------------------
8. Price List
-------------------------------*/
.price-list-wrap table {
width: auto;
border-collapse: collapse;
}
.price-list-wrap thead {
}
.price-list-wrap td, th {
border: 1px solid #dddddd;
}
.price-list-wrap th {
text-align: center;
padding-top:10px;
padding-bottom:10px;
padding-left:40px;
padding-right:40px;
}
.price-list-wrap td {
text-align: center;
padding-top:8px;
padding-bottom:8px;
}
.price-list-wrap tbody tr:hover {background-color:#f5f5f5;}
.price-list-wrap .new-price {
color: red;
}
/*----------------------------------------
9. boulder-gym-schedule
---------------------------------------*/
#boulder-gym-schedule {
overflow-x:auto;
}
#boulder-gym-schedule tablse {
table-layout: fixed;
width: 100%;
white-space: nowrap;
}
#boulder-gym-schedule .coach-name-col {
width:23%;
}
#boulder-gym-schedule .week-day-col {
width:11%;
}
#boulder-gym-schedule td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#boulder-gym-schedule tbody tr > :first-child {
text-align: left;
padding-left: 15px;
padding-right: 10px;
}
#boulder-gym-schedule tbody {
vertical-align: text-top;
}
#boulder-gym-schedule table {
width: 100%;
border-collapse: collapse;
}
#boulder-gym-schedule thead {
background-color: #dddddd;
}
#boulder-gym-schedule td, th {
border: 1px solid #dddddd;
}
#boulder-gym-schedule th {
text-align: center;
padding-top:10px;
padding-bottom:10px;
padding-left:8px;
padding-right:8px;
}
#boulder-gym-schedule td {
text-align: center;
padding-top:8px;
padding-bottom:8px;
padding-left:5px;
padding-right:5px;
}
#boulder-gym-schedule tr:nth-child(even) {
background-color: #dddddd;
}
/*--------------------------------------------------------------
10. Описание таксономии в архивах - cpt-archive.php и archive.php
--------------------------------------------------------------*/
.archive-tax-description {
padding-bottom:10px;
}
/*--------------------------------------------------------------
18.17.2. Recent Trips
--------------------------------------------------------------*/
.widget_alpclub-odessa-recent-trips .recent-trips-section {
margin-top: 0;
float: left;
}
.widget_alpclub-odessa-recent-trips .recent-trips-item {
clear: both;
float: left;
width: 100%;
margin-top: 10px;
padding-bottom: 10px;
}
.widget_alpclub-odessa-recent-trips .recent-trips-title {
margin: 0;
font-size: 18px;
line-height: 1.5;
margin-bottom: 5px;
}
.widget_alpclub-odessa-recent-trips .recent-trips-item:first-child {
margin: 0;
}
.widget_alpclub-odessa-recent-trips .recent-trips-thumb {
float: left;
margin-right: 15px;
}
.widget_alpclub-odessa-recent-trips .recent-trips-text-content {
display: table-cell;
}
.widget_alpclub-odessa-recent-trips .recent-trips-title a {
color: #272727;
}
.widget_alpclub-odessa-recent-trips .recent-trips-meta {
display: block;
margin-bottom: 3px;
font-size: 14px;
}
.widget_alpclub-odessa-recent-trips .recent-trips-meta .posted-on::before{
display: inline-block;
font-family: FontAwesome;
height: 15px;
margin-right: 8px;
content:"\f017";
color: #666;
font-size: 12px;
}
/*--------------------------------------------------------------
19.3 Social share
--------------------------------------------------------------*/
.gk-social-buttons a {
background: #ccc;
border-radius: 50%;
display: inline-block;
height: 30px;
line-height: 30px;
margin: 2px 4px;
overflow: hidden;
width: 30px;
}
.gk-social-buttons a:hover {
background: #ddd;
text-decoration: none;
}
.gk-social-buttons a:before {
color: #fff;
font-family: FontAwesome;
padding: 12px 9px;
}
.gk-social-buttons .icon-twitter:before {
content: "\f099";
}
.gk-social-buttons .icon-fb:before {
content: "\f09a";
}
.gk-social-buttons .icon-gplus:before {
content: "\f0d5";
}
.gk-social-buttons .icon-whatsapp:before {
content: "\f232";
}
.gk-social-buttons .icon-whatsapp {display:none;}
.gk-social-buttons .icon-linkedin:before {
content: "\f0e1";
}
.gk-social-buttons .icon-email:before {
content: "\f003";
}
.gk-social-buttons .icon-pinterest:before {
content: "\f0d2";
}
.gk-social-buttons a:hover:before {
color: #000;
}
@media only screen and (max-width: 480px) {
.gk-social-buttons .icon-whatsapp {display:inline-block;}
}
/*--------------------------------------------------------------
20. Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width:479px){
.price-list-wrap table {
width: 100%;
}
.price-list-wrap th {
padding-left:10px;
padding-right:10px;
}
} | alpclub-odessa/style.css | 0. Насторойки родителя
1. Column
2. Tabs
2.1. Single Trip - Tab регистрационной формы
3. Contact
4. Person
5. Counter
6. Trip
7. Feature-Services
8. Price List
9. boulder-gym-schedule
10. Описание таксономии в архивах - cpt-archive.php и archive.php
18.17.2. Recent Trips
19.3 Social share
20. Media Queries
*/
/*----------------------------------
0
----------------------------------*/
/*****
В Poppins нет русского
surya-chandra-lite\css\editor-style.css Line:139
surya-chandra-lite\style.css Lins: 313, 1574
*/
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 10px 0;
font-family: Verdana, Geneva, sans-serif;
font-weight: 500;
color: #000;
line-height: 1.5;
}
.site-title {
font-size: 26px;
font-weight: 600;
margin-bottom: 10px;
line-height: 1;
font-family: Verdana, Geneva, sans-serif;
}
/*
борьба с блеклыми картинками
черная подложка
*/
#google-map-row {
padding-top: 0px;
padding-bottom: 0px;
}
#content.site-content.site-single-trip {
padding-top:0px;
}
/*--------------------------------------------------------------
10.3. Custom Header
было 0.4
--------------------------------------------------------------*/
#custom-header::after {
opacity: 0.1;
filter: alpha(opacity=10); /* For IE8 and earlier */
}
/*--------------------------------------------------------------
11.1. Header layout 2
было 0.5
--------------------------------------------------------------*/
.header-layout-2 .widget_surya-chandra-slider .overlay-enabled article::after {
opacity: 0.1;
}
/*--------------------------------------------------------------
12. Hero slider
было 0.5
--------------------------------------------------------------*/
.so-widget-sow-hero .sow-slider-base ul.sow-slider-images li.sow-slider-image::after {
opacity: 0.1;
}
/********************************************************************
1.Column
*/
.padding{display:inline-block;padding:10px}
.row,.column{box-sizing:border-box}
.row:after{clear:both}
.row:before,.row:after{display:table;content:" "}
.column{position:relative;margin-bottom:1em}
@media (min-width:700px){
.column{float:left}
.column+.column{margin-left:1.6%}
.column-1{width:6.86666666667%}
.column-2{width:15.3333333333%}
.column-3{width:23.8%}
.column-4{width:32.2666666667%}
.column-5{width:40.7333333333%}
.column-6{width:49.2%}
.column-7{width:57.6666666667%}
.column-8{width:66.1333333333%}
.column-9{width:74.59999999999999%}
.column-10{width:83.0666666667%}
.column-11{width:91.53333333330001%}
.column-12{width:100%}
}
/*---------------------------------------
2. Tabs
-----------------------------------------*/
/**
* Tabs
* https://codepen.io/mikestreety/pen/yVNNNm
*/
.tabs {
display: flex;
flex-wrap: wrap; /* make sure it wraps */
}
.tabs > label {
order: 1; /* Put the labels first */
display: block;
padding: 0.5rem 1rem;
margin-right: 0.1rem;
cursor: pointer;
background: rgb(232, 232, 232); /*#90CAF9;*/
font-weight: bold;
transition: background ease 0.2s;
}
.tabs .tab {
order: 99; /* Put the tabs last */
flex-grow: 1;
width: 100%;
display: none;
padding: 0.5rem;
background: #fff;
}
.tabs input[type="radio"] {
display: none;
}
.tabs > label:hover {
background-color: #90DFFF;
}
.tabs input[type="radio"]:checked + label {
background: #fff;
cursor: default;
border-style: solid;
border-width: 1px 1px 0px 1px;
border-color: lightgrey;
}
.tabs input[type="radio"]:checked + label + .tab {
display: block;
}
@media (max-width: 45em) {
.tabs .tab,
.tabs > label {
order: initial;
}
.tabs > label {
width: 100%;
margin-right: 0;
margin-top: 0.1rem;
}
}
/*--------------------------------------------------------------
2.1. Single Trip - Tab регистрационной формы
--------------------------------------------------------------*/
.tabs > label.reg-form-tab {
background-color: orange;
}
.tabs input[type="radio"]:checked + label.reg-form-tab {
color: orange;
}
.tabs > label.reg-form-tab:hover {
color: #fff;
}
/********************************************************************
3.Contact
*/
.contact-us-wrap {
padding-top:30px;
}
.contact-us-column {
padding-left:15px;
padding-right:15px;
margin: 0;
}
address.vcard .org {
font-weight: bold;
font-size: 130%;
}
.communication-info, .communication-row, .communication-icon, .communication-data {
display: block;
}
.communication-info {
display: table;
}
.communication-row {
display: table-row;
padding-bottom: 15px;
}
.communication-icon, .communication-data {
display: table-cell;
}
.communication-icon {
padding-right: 15px;
}
.communication-messenger {
font-size:30px;
padding-left: 0px;
padding-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
}
/**********************************************************************
5.Counter
*/
.mc-wrapper {
display: table;
margin: 0 auto;
}
.mc-container {
display: table;
text-align: center;
}
.mc-centerhoriz {
display: inline-block;
}
.mc-circle {
display: table;
height: 80px;
width: 80px;
text-align: center;
background: blue;
border-radius: 100%;
margin: 10px;
}
/*
display: table;
width: 200px;
text-align: center;
background: blue;
margin: 0px;
*/
.mc-caption {
font-size: 20px;
}
.mc-content {
display: table-cell;
vertical-align: middle;
}
.mc-count {
font-size: 30px;
/* font-weight: bold;*/
color: white;
font-weight: bold;
color: white;
}
/*--------------------------------------------------------------
4 Persons
--------------------------------------------------------------*/
.section-persons .thumb-summary-wrap:before {
content: "";
position: absolute;
top: auto;
width: 0;
height: 5px;
bottom: 0;
left: 0;
right: 0;
background: #3a85eb82;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
z-index: -1;
}
.section-persons .thumb-summary-wrap:hover:before {
width:100%;
}
.section-persons .thumb-summary-wrap {
background: #fff;
padding: 0 0 35px;
position: relative;
z-index: 9;
-webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-webkit-transition: all 0.4s;
transition: all 0.4s;
top:0;
}
.section-persons .thumb-summary-wrap:hover {
top: -3px;
box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.4);
}
.section-persons .person-item{
width: 100%;
}
/*
.section-persons .persons-col-1 .person-item{
width: 100%;
}
.section-persons .persons-col-2 .person-item{
width: 50%;
}
.section-persons .persons-col-3 .person-item{
width: 33.33%;
}
.section-persons .persons-col-4 .person-item{
width: 25%;
}
*/
/*widget in sidebar*/
/*
.sidebar .section-persons .person-item,
#footer-widgets .section-persons .person-item{
width: 100%;
margin: 0;
}
*/
.section-persons .person-item {
float: left;
padding: 25px 25px 15px 25px;
text-align: center;
}
.section-persons .person-title {
font-size: 20px;
margin-bottom: 5px;
}
.section-persons .person-title a {
color: #222;
}
.section-persons p.person-position {
font-style: italic;
color: #aaa;
font-size: 14px;
letter-spacing: 1px;
}
.section-persons .person-text-wrap {
position: relative;
margin-top: 30px;
}
.section-persons .person-item img {
transition: all 0.5s ease-in-out 0s;
background: #fff;
}
/*-------------------------------
6. Trip
--------------------------------*/
/*------------------
Trip Info
--------------------*/
.trip-info-item {
}
.trip-info-title {
font-weight: bold;
}
/*
.trip-info-title::after {
content: ":";
}
*/
.trip-info-value {
margin-left: 10px;
}
.old-price {
text-decoration: line-through;
}
.sale-price {
font-weight: bold;
color: red;
}
.trip-service-tab-wrap {
margin-bottom: 25px;
}
.trip-service-tab-subtitle {
margin-bottom: 5px;
}
.trip-service-tab-subtitle span {
margin-left: 10px;
}
#reg-form-button {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
}
/*--------------------------------------------------------------
18.6. Trips
--------------------------------------------------------------*/
.section-trips .thumb-summary-wrap:before {
content: "";
position: absolute;
top: auto;
width: 0;
height: 5px;
bottom: 0;
left: 0;
right: 0;
background: #3a85eb82;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
z-index: -1;
}
.section-trips .thumb-summary-wrap:hover:before {
width:100%;
}
.section-trips .thumb-summary-wrap {
background: #fff;
padding: 0 0 35px;
position: relative;
z-index: 9;
-webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
-webkit-transition: all 0.4s;
transition: all 0.4s;
top:0;
}
.section-trips .thumb-summary-wrap:hover {
top: -3px;
box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.4);
}
.section-trips .trip-item{
width: 100%;
}
/*
.section-trips .trips-col-1 .trip-item{
width: 100%;
}
.section-trips .trips-col-2 .trip-item{
width: 50%;
}
.section-trips .trips-col-3 .trip-item{
width: 33.33%;
}
.section-trips .trips-col-4 .trip-item{
width: 25%;
}
*/
/*widget in sidebar*/
/*
.sidebar .section-trips .trip-item,
#footer-widgets .section-trips .trip-item{
width: 100%;
margin: 0;
}
*/
.section-trips .trip-item {
float: left;
padding: 25px 25px 15px 25px;
text-align: center;
}
.section-trips .trip-title {
font-size: 20px;
margin-bottom: 5px;
}
.section-trips .trip-title a {
color: #222;
}
.section-trips p.trip-position {
font-style: italic;
color: #aaa;
font-size: 14px;
letter-spacing: 1px;
}
.section-trips .trip-text-wrap {
position: relative;
margin-top: 30px;
padding: 0 15px;
}
.section-trips .trip-item img {
transition: all 0.5s ease-in-out 0s;
background: #fff;
}
/***************************
7. Feature-Services
background-color: rgb(247,247,247);
*/
.aco-benefits-wrapper {
background-color: rgb(247,247,247);
margin-left: -20.625px;
margin-right: -20.375px;
padding-left: 20.625px;
padding-right: 20.375px;
border-left: 0px;
border-right: 0px;
}
.aco-benefits-wrapper .widget-title {
font-size:25px;
}
.heading-center .widget-title,
.heading-center .widget-subtitle {
text-align: center;
}
/*---------------------------
8. Price List
-------------------------------*/
.price-list-wrap table {
width: auto;
border-collapse: collapse;
}
.price-list-wrap thead {
}
.price-list-wrap td, th {
border: 1px solid #dddddd;
}
.price-list-wrap th {
text-align: center;
padding-top:10px;
padding-bottom:10px;
padding-left:40px;
padding-right:40px;
}
.price-list-wrap td {
text-align: center;
padding-top:8px;
padding-bottom:8px;
}
.price-list-wrap tbody tr:hover {background-color:#f5f5f5;}
.price-list-wrap .new-price {
color: red;
}
/*----------------------------------------
9. boulder-gym-schedule
---------------------------------------*/
#boulder-gym-schedule {
overflow-x:auto;
}
#boulder-gym-schedule tablse {
table-layout: fixed;
width: 100%;
white-space: nowrap;
}
#boulder-gym-schedule .coach-name-col {
width:23%;
}
#boulder-gym-schedule .week-day-col {
width:11%;
}
#boulder-gym-schedule td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#boulder-gym-schedule tbody tr > :first-child {
text-align: left;
padding-left: 15px;
padding-right: 10px;
}
#boulder-gym-schedule tbody {
vertical-align: text-top;
}
#boulder-gym-schedule table {
width: 100%;
border-collapse: collapse;
}
#boulder-gym-schedule thead {
background-color: #dddddd;
}
#boulder-gym-schedule td, th {
border: 1px solid #dddddd;
}
#boulder-gym-schedule th {
text-align: center;
padding-top:10px;
padding-bottom:10px;
padding-left:8px;
padding-right:8px;
}
#boulder-gym-schedule td {
text-align: center;
padding-top:8px;
padding-bottom:8px;
padding-left:5px;
padding-right:5px;
}
#boulder-gym-schedule tr:nth-child(even) {
background-color: #dddddd;
}
/*--------------------------------------------------------------
10. Описание таксономии в архивах - cpt-archive.php и archive.php
--------------------------------------------------------------*/
.archive-tax-description {
padding-bottom:10px;
}
/*--------------------------------------------------------------
18.17.2. Recent Trips
--------------------------------------------------------------*/
.widget_alpclub-odessa-recent-trips .recent-trips-section {
margin-top: 0;
float: left;
}
.widget_alpclub-odessa-recent-trips .recent-trips-item {
clear: both;
float: left;
width: 100%;
margin-top: 10px;
padding-bottom: 10px;
}
.widget_alpclub-odessa-recent-trips .recent-trips-title {
margin: 0;
font-size: 18px;
line-height: 1.5;
margin-bottom: 5px;
}
.widget_alpclub-odessa-recent-trips .recent-trips-item:first-child {
margin: 0;
}
.widget_alpclub-odessa-recent-trips .recent-trips-thumb {
float: left;
margin-right: 15px;
}
.widget_alpclub-odessa-recent-trips .recent-trips-text-content {
display: table-cell;
}
.widget_alpclub-odessa-recent-trips .recent-trips-title a {
color: #272727;
}
.widget_alpclub-odessa-recent-trips .recent-trips-meta {
display: block;
margin-bottom: 3px;
font-size: 14px;
}
.widget_alpclub-odessa-recent-trips .recent-trips-meta .posted-on::before{
display: inline-block;
font-family: FontAwesome;
height: 15px;
margin-right: 8px;
content:"\f017";
color: #666;
font-size: 12px;
}
/*--------------------------------------------------------------
19.3 Social share
--------------------------------------------------------------*/
.gk-social-buttons a {
background: #ccc;
border-radius: 50%;
display: inline-block;
height: 30px;
line-height: 30px;
margin: 2px 4px;
overflow: hidden;
width: 30px;
}
.gk-social-buttons a:hover {
background: #ddd;
text-decoration: none;
}
.gk-social-buttons a:before {
color: #fff;
font-family: FontAwesome;
padding: 12px 9px;
}
.gk-social-buttons .icon-twitter:before {
content: "\f099";
}
.gk-social-buttons .icon-fb:before {
content: "\f09a";
}
.gk-social-buttons .icon-gplus:before {
content: "\f0d5";
}
.gk-social-buttons .icon-whatsapp:before {
content: "\f232";
}
.gk-social-buttons .icon-whatsapp {display:none;}
.gk-social-buttons .icon-linkedin:before {
content: "\f0e1";
}
.gk-social-buttons .icon-email:before {
content: "\f003";
}
.gk-social-buttons .icon-pinterest:before {
content: "\f0d2";
}
.gk-social-buttons a:hover:before {
color: #000;
}
@media only screen and (max-width: 480px) {
.gk-social-buttons .icon-whatsapp {display:inline-block;}
}
/*--------------------------------------------------------------
20. Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width:479px){
.price-list-wrap table {
width: 100%;
}
.price-list-wrap th {
padding-left:10px;
padding-right:10px;
}
} | 0.30965 | 0.124027 |
html,
body {
background-image: url(./assets/images/BG.png);
margin: 0;
background-color: #fff;
height: 100% !important;
}
@media screen and (min-width: 1280px) {
body {
height: 90vh !important;
}
.startVideoMobile {
display: none !important;
}
.startVideo {
display: block !important
}
html {
display: flex;
justify-content: center;
align-items: center;
}
}
.col-12 {
font-family: Arial, Helvetica, sans-serif;
border-radius: 30px;
overflow: hidden;
background-color: rgba(0, 0, 0, 0, green, blue, alpha);
display: flex !important;
width: 100%;
height: 90%;
flex-direction: row;
align-content: center;
justify-content: center;
align-items: center;
}
.col-12.full-height {
height: 100%;
}
.score-logo {
position: absolute;
top: -90px;
margin: 0px auto;
left: 0px;
right: 0px;
width: 80%;
object-fit: cover;
height: 250px;
z-index: 1;
}
.form-wrapper {
display: flex;
gap: 24px;
}
.col-12 h1 {
margin: 0;
font-family: proxima-nova, sans-serif;
font-weight: 900;
font-style: normal;
text-align: center;
font-size: 5em;
text-transform: uppercase;
color: #f6c61d;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #220065;
text-shadow: 0px 4px 0px #220065;
}
.bottom-wrapper {
height: 100%;
position: relative;
top: 110px;
}
.col-12 li {
font-family: proxima-nova, sans-serif;
font-style: normal;
font-weight: 900;
font-size: 1.9em;
line-height: 1.5;
text-transform: uppercase;
color: #fcf7f7;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #220065;
}
ol {
list-style-type: none;
padding-left: 0px;
}
li.player {
color: #f6c61d;
}
.index {
display: inline-block;
width: 100px !important;
}
li .score {
float: right;
}
.screen {
position: relative;
padding: 50px 75px;
border-radius: 50px;
background-color: #3e23c2;
display: flex;
flex-direction: column;
min-height: 450px;
width: 50%;
border: 10px solid #f5c537;
}
.screen-overlay {
height: calc(100% + 20px);
width: calc(100% + 20px);
padding: 20px;
border-radius: 50px;
position: absolute;
border: 10px dashed #f47d5d;
top: -10px;
left: -10px;
}
.screen-overlay.two {
position: absolute;
z-index: 1;
border: 2px solid #220063;
}
.screen-overlay.three {
height: calc(100% - 2px);
width: calc(100% - 2px);
position: absolute;
top: 1px;
left: 1px;
border-radius: 40px;
position: absolute;
z-index: 1;
border: 2px solid #220063;
}
button {
cursor: pointer;
font-family: proxima-nova, sans-serif;
font-style: normal;
font-weight: 900;
font-size: 2.5em;
padding: 20px;
color: #fff;
background-color: #f5c537;
border-radius: 10px;
z-index: 2;
border: 1px solid #220063;
box-shadow: #220063 0px 2px 0px;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #220065;
border: 2px solid #220065;
}
.try-again {
padding: 10px 30px;
font-size: 1.7em;
border: 2px solid #220065;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #220065;
}
.col-12 input {
text-transform: uppercase;
font-family: proxima-nova, sans-serif;
font-style: normal;
font-weight: 900;
font-size: 2.5em;
padding: 20px;
z-index: 2;
color: #220063;
width: 75%;
border-radius: 10px;
border: 1px solid #220063;
box-shadow: #220063 0px 2px 0px;
}
.score-name {
font-family: proxima-nova, sans-serif;
font-weight: 900;
font-style: normal;
text-align: center;
font-size: 4em;
text-transform: uppercase;
color: #f6c61d;
margin: 20px;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #220065;
}
input::placeholder {
font-size: 2rem;
color: #220063;
transform: translateY(-5px);
}
p {
color: white;
}
h1 {
color: white;
}
* {
box-sizing: border-box;
}
canvas {
overflow: hidden;
border-radius: 30px;
border: #000 1px solid;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#text {
font-size: 3em;
}
.startVideoMobile {
display: block;
overflow: hidden;
border-radius: 30px;
}
.startVideo {
/* display: none !important; */
overflow: hidden;
border-radius: 30px;
} | src/index.css | html,
body {
background-image: url(./assets/images/BG.png);
margin: 0;
background-color: #fff;
height: 100% !important;
}
@media screen and (min-width: 1280px) {
body {
height: 90vh !important;
}
.startVideoMobile {
display: none !important;
}
.startVideo {
display: block !important
}
html {
display: flex;
justify-content: center;
align-items: center;
}
}
.col-12 {
font-family: Arial, Helvetica, sans-serif;
border-radius: 30px;
overflow: hidden;
background-color: rgba(0, 0, 0, 0, green, blue, alpha);
display: flex !important;
width: 100%;
height: 90%;
flex-direction: row;
align-content: center;
justify-content: center;
align-items: center;
}
.col-12.full-height {
height: 100%;
}
.score-logo {
position: absolute;
top: -90px;
margin: 0px auto;
left: 0px;
right: 0px;
width: 80%;
object-fit: cover;
height: 250px;
z-index: 1;
}
.form-wrapper {
display: flex;
gap: 24px;
}
.col-12 h1 {
margin: 0;
font-family: proxima-nova, sans-serif;
font-weight: 900;
font-style: normal;
text-align: center;
font-size: 5em;
text-transform: uppercase;
color: #f6c61d;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #220065;
text-shadow: 0px 4px 0px #220065;
}
.bottom-wrapper {
height: 100%;
position: relative;
top: 110px;
}
.col-12 li {
font-family: proxima-nova, sans-serif;
font-style: normal;
font-weight: 900;
font-size: 1.9em;
line-height: 1.5;
text-transform: uppercase;
color: #fcf7f7;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #220065;
}
ol {
list-style-type: none;
padding-left: 0px;
}
li.player {
color: #f6c61d;
}
.index {
display: inline-block;
width: 100px !important;
}
li .score {
float: right;
}
.screen {
position: relative;
padding: 50px 75px;
border-radius: 50px;
background-color: #3e23c2;
display: flex;
flex-direction: column;
min-height: 450px;
width: 50%;
border: 10px solid #f5c537;
}
.screen-overlay {
height: calc(100% + 20px);
width: calc(100% + 20px);
padding: 20px;
border-radius: 50px;
position: absolute;
border: 10px dashed #f47d5d;
top: -10px;
left: -10px;
}
.screen-overlay.two {
position: absolute;
z-index: 1;
border: 2px solid #220063;
}
.screen-overlay.three {
height: calc(100% - 2px);
width: calc(100% - 2px);
position: absolute;
top: 1px;
left: 1px;
border-radius: 40px;
position: absolute;
z-index: 1;
border: 2px solid #220063;
}
button {
cursor: pointer;
font-family: proxima-nova, sans-serif;
font-style: normal;
font-weight: 900;
font-size: 2.5em;
padding: 20px;
color: #fff;
background-color: #f5c537;
border-radius: 10px;
z-index: 2;
border: 1px solid #220063;
box-shadow: #220063 0px 2px 0px;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #220065;
border: 2px solid #220065;
}
.try-again {
padding: 10px 30px;
font-size: 1.7em;
border: 2px solid #220065;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #220065;
}
.col-12 input {
text-transform: uppercase;
font-family: proxima-nova, sans-serif;
font-style: normal;
font-weight: 900;
font-size: 2.5em;
padding: 20px;
z-index: 2;
color: #220063;
width: 75%;
border-radius: 10px;
border: 1px solid #220063;
box-shadow: #220063 0px 2px 0px;
}
.score-name {
font-family: proxima-nova, sans-serif;
font-weight: 900;
font-style: normal;
text-align: center;
font-size: 4em;
text-transform: uppercase;
color: #f6c61d;
margin: 20px;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #220065;
}
input::placeholder {
font-size: 2rem;
color: #220063;
transform: translateY(-5px);
}
p {
color: white;
}
h1 {
color: white;
}
* {
box-sizing: border-box;
}
canvas {
overflow: hidden;
border-radius: 30px;
border: #000 1px solid;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#text {
font-size: 3em;
}
.startVideoMobile {
display: block;
overflow: hidden;
border-radius: 30px;
}
.startVideo {
/* display: none !important; */
overflow: hidden;
border-radius: 30px;
} | 0.358241 | 0.09472 |
div.info-message {
font-style: italic;
margin-bottom: 15px;
}
div.settings-formfield-group {
margin: 0.3em 0;
clear: both;
min-height: 25px;
}
.settings-formfield-radio {
float: left;
white-space: nowrap;
clear: none;
}
.settings-formfield-group label {
float: left;
width: 35%;
text-align: right;
margin-right: 20px;
}
#settings-security-accordion h3 {
border-bottom: 1px solid #eee;
padding: 10px 0;
}
#settings-maintenance-accordion h3 {
border-bottom: 1px solid #eee;
padding: 10px 0;
}
.settings-formfield-group input {
padding: 0.15em;
width: 200px;
border: 1px solid #ddd;
background: #fafafa;
}
.settings-formfield-group input.large {
width: 300px;
}
.settings-formfield-group input.invalid {
border: 1px solid #ec514e;
}
.settings-formfield-group input[type='checkbox'] {
width: 15px;
}
.settings-formfield-radio label, .settings-formfield-radio input {
vertical-align: middle;
display: inline;
float: none;
width: auto;
background: none;
border: none;
margin-right: 5px;
}
/* === Tabs === */
.settings-tabs .tab-row li {
display: block;
float: left;
padding: 0.25em;
position: relative;
}
.settings-tabs .tab-row li.selected {
font-weight: bold;
}
.settings-tabs .tab-row li a {
border: 1px solid #ccc;
padding: 3px 6px;
text-decoration: none;
background-color: #eeeeee;
border-bottom: none;
outline: none;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}
.settings-tabs .tab-row {
float: left;
position: relative;
width: 100%;
marging-bottom: 10px;
}
.settings-tabs .tab-panel {
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
border: 1px solid #CCCCCC;
float:left;
width: 100%;
}
.settings-tabs .feedbackPanel .feedbackPanelERROR {
color: #ec514e;
}
#settings-maintenance-accordion {
padding-left: 5px;
}
#settings-security-accordion {
padding-left: 5px;
}
.settings-formfield-group .file-extensions {
height: 20px;
}
/** simple css based tooltip **/
a.tooltip {
outline: none;
border: 1px solid #CCCCCC;
margin: 2px;
padding: 2px;
}
a.tooltip strong {
line-height: 30px;
}
a.tooltip:hover {
text-decoration: none;
}
a.tooltip span {
z-index: 10;
display: none;
padding: 14px 20px;
margin-top: -30px;
margin-left: 28px;
width: 240px;
line-height: 16px;
}
a.tooltip:hover span {
display: inline;
position: absolute;
color: #111;
border: 1px solid #DCA;
background: #fffAF0;
}
.callout {
text-align: left;
z-index: 20;
position: relative;
border: 0;
}
/*CSS3 extras*/
a.tooltip span {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 5px 5px 8px #CCC;
-webkit-box-shadow: 5px 5px 8px #CCC;
box-shadow: 5px 5px 8px #CCC;
}
.settings-form-feedback ul.feedbackPanel {
background-color: #fcf8e3;
}
.settings-form-feedback ul li {
padding: 15px;
} | frontend/frontend-api/src/main/java/org/bloomreach/forge/settings/management/settings-panel.css | div.info-message {
font-style: italic;
margin-bottom: 15px;
}
div.settings-formfield-group {
margin: 0.3em 0;
clear: both;
min-height: 25px;
}
.settings-formfield-radio {
float: left;
white-space: nowrap;
clear: none;
}
.settings-formfield-group label {
float: left;
width: 35%;
text-align: right;
margin-right: 20px;
}
#settings-security-accordion h3 {
border-bottom: 1px solid #eee;
padding: 10px 0;
}
#settings-maintenance-accordion h3 {
border-bottom: 1px solid #eee;
padding: 10px 0;
}
.settings-formfield-group input {
padding: 0.15em;
width: 200px;
border: 1px solid #ddd;
background: #fafafa;
}
.settings-formfield-group input.large {
width: 300px;
}
.settings-formfield-group input.invalid {
border: 1px solid #ec514e;
}
.settings-formfield-group input[type='checkbox'] {
width: 15px;
}
.settings-formfield-radio label, .settings-formfield-radio input {
vertical-align: middle;
display: inline;
float: none;
width: auto;
background: none;
border: none;
margin-right: 5px;
}
/* === Tabs === */
.settings-tabs .tab-row li {
display: block;
float: left;
padding: 0.25em;
position: relative;
}
.settings-tabs .tab-row li.selected {
font-weight: bold;
}
.settings-tabs .tab-row li a {
border: 1px solid #ccc;
padding: 3px 6px;
text-decoration: none;
background-color: #eeeeee;
border-bottom: none;
outline: none;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}
.settings-tabs .tab-row {
float: left;
position: relative;
width: 100%;
marging-bottom: 10px;
}
.settings-tabs .tab-panel {
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
border: 1px solid #CCCCCC;
float:left;
width: 100%;
}
.settings-tabs .feedbackPanel .feedbackPanelERROR {
color: #ec514e;
}
#settings-maintenance-accordion {
padding-left: 5px;
}
#settings-security-accordion {
padding-left: 5px;
}
.settings-formfield-group .file-extensions {
height: 20px;
}
/** simple css based tooltip **/
a.tooltip {
outline: none;
border: 1px solid #CCCCCC;
margin: 2px;
padding: 2px;
}
a.tooltip strong {
line-height: 30px;
}
a.tooltip:hover {
text-decoration: none;
}
a.tooltip span {
z-index: 10;
display: none;
padding: 14px 20px;
margin-top: -30px;
margin-left: 28px;
width: 240px;
line-height: 16px;
}
a.tooltip:hover span {
display: inline;
position: absolute;
color: #111;
border: 1px solid #DCA;
background: #fffAF0;
}
.callout {
text-align: left;
z-index: 20;
position: relative;
border: 0;
}
/*CSS3 extras*/
a.tooltip span {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 5px 5px 8px #CCC;
-webkit-box-shadow: 5px 5px 8px #CCC;
box-shadow: 5px 5px 8px #CCC;
}
.settings-form-feedback ul.feedbackPanel {
background-color: #fcf8e3;
}
.settings-form-feedback ul li {
padding: 15px;
} | 0.37605 | 0.096962 |
@charset "utf-8";
*{
margin: 0px;
padding: 0px;
}
/*Corpo*/
main{
margin-top:-5px;
background-image: linear-gradient(to top, #606060 , #cccccc00);
}
.imagem-baner{
width: 100%;
}
.principal{
min-width:280px;
max-width:1200px;
margin: auto;
padding:30px 10px 20px 10px;
}
.titulo-principal{
text-align: center;
font-size:2em;
padding-bottom:20px;
clear: left;
font-weight:bold;
color: rgb(0, 0, 0);
}
.principal p {
margin:0 0 1em;
line-height: 1.5em;
text-align: justify;
}
.principal strong{
font-weight: bold;
}
.principal em {
font-style: italic;
}
.img-utensilio{
width: 120px;
float: left;
margin: 0px 20px 0px 0px;
}
/*mapa*/
section.mapa{
min-width:280px;
max-width:1200px;
margin:0px auto 30px auto;
padding:20px 10px;
}
section.mapa p {
text-align: center;
margin-bottom:30px;
}
/*Beneficios*/
.beneficios{
padding:20px 10px;
min-width: 280px;
max-width:1200px;
margin: auto;
}
.conteudo-beneficio{
min-width:280px;
max-width:700px;
margin:auto;
}
.lista-beneficios{
vertical-align:top;
width:38%;
margin-right: 10px;
display: inline-block;
}
.lista{
font-style: italic;
font-size: 18px;
list-style: none;
line-height:1.7em;
}
.lista:first-child{
font-weight: bold;
}
.imagem-beneficio{
width:60%;
transition: 0.5s;
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.541);
}
.imagem-beneficio:hover{
opacity:0.3;
}
/*video*/
.video{
min-width:280px;
max-width:560px;
margin:30px auto 0px auto;
}
.video iframe{
width:100%;
box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.671);
}
@media screen and (max-width:740px) {
.conteudo-beneficio{
min-width:280px;
max-width:1200px;
margin:auto;
}
.imagem-beneficio{
width:100%;
border-radius: 5px;
}
.lista-beneficios{
margin-bottom: 20px;
width: 100%;
box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.459);
padding:20px 0px;
border-radius: 5px;
}
.lista{
margin: auto;
display: block;
width:277px;
}
.video{
position:relative;
padding-bottom:56%;
max-width: 740px;
}
.video iframe{
position: absolute;
width:100%;
height:100%;
}
} | home.css | @charset "utf-8";
*{
margin: 0px;
padding: 0px;
}
/*Corpo*/
main{
margin-top:-5px;
background-image: linear-gradient(to top, #606060 , #cccccc00);
}
.imagem-baner{
width: 100%;
}
.principal{
min-width:280px;
max-width:1200px;
margin: auto;
padding:30px 10px 20px 10px;
}
.titulo-principal{
text-align: center;
font-size:2em;
padding-bottom:20px;
clear: left;
font-weight:bold;
color: rgb(0, 0, 0);
}
.principal p {
margin:0 0 1em;
line-height: 1.5em;
text-align: justify;
}
.principal strong{
font-weight: bold;
}
.principal em {
font-style: italic;
}
.img-utensilio{
width: 120px;
float: left;
margin: 0px 20px 0px 0px;
}
/*mapa*/
section.mapa{
min-width:280px;
max-width:1200px;
margin:0px auto 30px auto;
padding:20px 10px;
}
section.mapa p {
text-align: center;
margin-bottom:30px;
}
/*Beneficios*/
.beneficios{
padding:20px 10px;
min-width: 280px;
max-width:1200px;
margin: auto;
}
.conteudo-beneficio{
min-width:280px;
max-width:700px;
margin:auto;
}
.lista-beneficios{
vertical-align:top;
width:38%;
margin-right: 10px;
display: inline-block;
}
.lista{
font-style: italic;
font-size: 18px;
list-style: none;
line-height:1.7em;
}
.lista:first-child{
font-weight: bold;
}
.imagem-beneficio{
width:60%;
transition: 0.5s;
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.541);
}
.imagem-beneficio:hover{
opacity:0.3;
}
/*video*/
.video{
min-width:280px;
max-width:560px;
margin:30px auto 0px auto;
}
.video iframe{
width:100%;
box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.671);
}
@media screen and (max-width:740px) {
.conteudo-beneficio{
min-width:280px;
max-width:1200px;
margin:auto;
}
.imagem-beneficio{
width:100%;
border-radius: 5px;
}
.lista-beneficios{
margin-bottom: 20px;
width: 100%;
box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.459);
padding:20px 0px;
border-radius: 5px;
}
.lista{
margin: auto;
display: block;
width:277px;
}
.video{
position:relative;
padding-bottom:56%;
max-width: 740px;
}
.video iframe{
position: absolute;
width:100%;
height:100%;
}
} | 0.396302 | 0.086748 |
.fa.disabled,
.fa[disabled],
.disabled > .fa,
[disabled] > .fa {
opacity: 0.6;
cursor: not-allowed;
}
.hidden {
display: none;
}
label {
font-weight: bold;
}
.box {
border: 1px solid black;
display: inline-block;
padding: 5px;
min-width: 2em;
}
ul.buttons {
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
margin-right: 0.5em;
}
ul.buttons li {
list-style-type: none;
margin: 0;
padding: 0;
}
.mod {
display: inline-block;
min-width: 2em;
}
.ability dl dd {
display: inline-block;
text-align: center;
}
.ability dl dt {
display: inline-block;
text-align: right;
min-width: 3em;
padding-right: 0.5em;
}
.lock-unlock h1 {
display: inline-block;
padding-right: 1em;
}
h1 a {
margin-left: 0.5em;
}
.lock-unlock h1 span#buffer {
margin-left: 0.5em;
}
input.small {
width: 4em;
}
input+a {
margin-left: 0.5em;
}
table {
width: 100%
}
div.row {
margin-bottom: 50px;
}
tr {
border-bottom: 1px solid black;
}
th {
border-bottom: 3px solid black;
}
table#languages {
border-top: 3px solid black;
}
textarea#background {
width: 100%;
}
input#name {
width: 100%;
}
h1#notes {
margin-bottom: 34px;
}
ul#Dwarf, ul#Halfling, ul#Human, ul#Elf {
border-top: 3px solid black;
list-style-type: none;
padding-inline-start: 0;
}
ul#Dwarf li, ul#Halfling li, ul#Human li, ul#Elf li {
border-bottom: 1px solid black;
}
section {
margin-bottom: 25px;
}
.printonly {
display: none;
}
@media print {
body {
font-size: 10pt;
}
.fa, .noprint {
display: none;
}
span.printonly {
display: inline;
}
div.printonly {
display: block;
}
input, select, label, textarea {
display: none;
}
span#name-print {
font-size: 48pt;
}
div#byline {
font-size: 18pt;
}
div#background-print {
font-size: 18pt;
font-style: italic;
}
div.row {
margin-bottom: 12pt;
}
h1#notes {
margin-bottom: 20pt;
}
} | src/css/cgen.css | .fa.disabled,
.fa[disabled],
.disabled > .fa,
[disabled] > .fa {
opacity: 0.6;
cursor: not-allowed;
}
.hidden {
display: none;
}
label {
font-weight: bold;
}
.box {
border: 1px solid black;
display: inline-block;
padding: 5px;
min-width: 2em;
}
ul.buttons {
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
margin-right: 0.5em;
}
ul.buttons li {
list-style-type: none;
margin: 0;
padding: 0;
}
.mod {
display: inline-block;
min-width: 2em;
}
.ability dl dd {
display: inline-block;
text-align: center;
}
.ability dl dt {
display: inline-block;
text-align: right;
min-width: 3em;
padding-right: 0.5em;
}
.lock-unlock h1 {
display: inline-block;
padding-right: 1em;
}
h1 a {
margin-left: 0.5em;
}
.lock-unlock h1 span#buffer {
margin-left: 0.5em;
}
input.small {
width: 4em;
}
input+a {
margin-left: 0.5em;
}
table {
width: 100%
}
div.row {
margin-bottom: 50px;
}
tr {
border-bottom: 1px solid black;
}
th {
border-bottom: 3px solid black;
}
table#languages {
border-top: 3px solid black;
}
textarea#background {
width: 100%;
}
input#name {
width: 100%;
}
h1#notes {
margin-bottom: 34px;
}
ul#Dwarf, ul#Halfling, ul#Human, ul#Elf {
border-top: 3px solid black;
list-style-type: none;
padding-inline-start: 0;
}
ul#Dwarf li, ul#Halfling li, ul#Human li, ul#Elf li {
border-bottom: 1px solid black;
}
section {
margin-bottom: 25px;
}
.printonly {
display: none;
}
@media print {
body {
font-size: 10pt;
}
.fa, .noprint {
display: none;
}
span.printonly {
display: inline;
}
div.printonly {
display: block;
}
input, select, label, textarea {
display: none;
}
span#name-print {
font-size: 48pt;
}
div#byline {
font-size: 18pt;
}
div#background-print {
font-size: 18pt;
font-style: italic;
}
div.row {
margin-bottom: 12pt;
}
h1#notes {
margin-bottom: 20pt;
}
} | 0.330687 | 0.130175 |
body{
padding-top: 56px;
}
.content-header{
background-color: #fff;
border-bottom: 1px solid #eaecf1;
margin-bottom: 35px;
padding: 10px 0 20px;
}
.navbar-brand {
padding: 14px 15px 5px;
}
.navbar-nav>li>a {
line-height: 26px;
font-weight: bold;
color: #e8ecf4;
font-size: 16px;
}
.navbar-nav>li>a:hover {
color: #fff;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
color: #fff;
}
.skin-red .navbar .nav > li > a:hover,
.skin-red .navbar .nav > li > a:active,
.skin-red .navbar .nav > li > a:focus,
.skin-red .navbar .nav .open > a,
.skin-red .navbar .nav .open > a:hover,
.skin-red .navbar .nav .open > a:focus{
background: #c53216;
}
.dropdown-menu > li > a:hover{
background: #f9f9f9;
color:#000;
}
.skin-red .navbar .nav .dropdown-menu a {
color: #000;
}
.navbar-default .navbar-nav>li>a {
color: #999;
}
.badge{
font-size: 1em;
}
.btn-flat{
border:none;
}
/* -- navbar & header end -- */
/* SWITCH CHECKBOX */
.hidden-checkbox {
display: none;
}
.hidden-checkbox ~ .switchable-wrapper {
display: none;
}
.hidden-checkbox:checked ~ .switchable-wrapper {
display: block;
}
.hidden-checkbox + .switch-checkbox {
background-color: #52b266;
color: #fff;
}
.hidden-checkbox:checked + .switch-checkbox {
background-color: #f56954;
color: #fff;
}
/* Publish/Unublish label */
.add.hidden-checkbox + .switch-checkbox:lang(es):before {
content: "Agregar";
}
.add.hidden-checkbox:checked + .switch-checkbox:lang(es):before {
content: "Remover";
}
.add.hidden-checkbox + .switch-checkbox:lang(en):before {
content: "Add";
}
.add.hidden-checkbox:checked + .switch-checkbox:lang(en):before {
content: "Remove";
}
.publish.hidden-checkbox + .switch-checkbox:lang(es):before {
content: "Publicar";
}
.publish.hidden-checkbox:checked + .switch-checkbox:lang(es):before {
content: "Despublicar";
}
.publish.hidden-checkbox + .switch-checkbox:lang(en):before {
content: "Publish";
}
.publish.hidden-checkbox:checked + .switch-checkbox:lang(en):before {
content: "Unublish";
}
/* Enable/Disable label */
.enable.hidden-checkbox + .switch-checkbox:lang(es):before {
content: "Habilitar";
}
.enable.hidden-checkbox:checked + .switch-checkbox:lang(es):before {
content: "Deshabilitar";
}
.enable.hidden-checkbox + .switch-checkbox:lang(en):before {
content: "Enable";
}
.enable.hidden-checkbox:checked + .switch-checkbox:lang(en):before {
content: "Disable";
}
/* -- switch checkbox end -- */
.list-group-item-text{
margin-top: 15px;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.product-title:first-letter {
text-transform: uppercase;
}
/*****************************/
/* FORM LARGE */
/*****************************/
.form-large{
font-size: 40px;
}
.form-large .control-label{
padding: 20px;
line-height: normal;
text-align: left;
}
.form-large input[type=text]{
width: 100%;
}
.form-large input[type=text], .form-large button, .form-large select{
font-size: 40px;
height: auto;
line-height: normal;
}
.form-large input[type=text], .form-large button{
padding: 20px;
}
.form-large select{
padding: 19px;
padding-right: 0;
}
.form-large input[type=text].input-sm, .form-large button.btn-sm, .form-large select.input-sm{
font-size: 25px;
}
.form-large input[type=text].input-md, .form-large button.btn-md, .form-large select.input-md{
font-size: 30px;
}
.form-large input[type=text], .form-large select{
display: block;
margin: 0;
border: none;
border-bottom: 2px solid rgba(0,0,0,0.2);
background-color: transparent;
color: #000;
text-overflow: ellipsis;
font-weight: bold;
border-radius: 0;
}
.form-large .input-group .input-group-addon{
font-size: 40px;
font-weight: bold;
padding: 20px;
border: none;
border-bottom: 2px solid #ccc;
border-radius: 50px;
}
.form-large .input-group button{
border: none;
}
/***** form large *****/
/*****************************/
/* FORM MEDIUM */
/*****************************/
.form-medium{
font-size: 26px;
}
.form-medium .control-label{
padding: 10px;
line-height: normal;
text-align: left;
}
.form-medium input[type=text]{
width: 100%;
}
.form-medium input[type=text], .form-medium button, .form-medium select{
font-size: 26px;
height: auto;
line-height: normal;
}
.form-medium input[type=text], .form-medium button{
padding: 10px;
}
.form-medium select{
padding: 9px;
padding-right: 0;
}
.form-medium input[type=text].input-sm, .form-medium button.btn-sm, .form-medium select.input-sm{
font-size: 15px;
}
.form-medium input[type=text].input-md, .form-medium button.btn-md, .form-medium select.input-md{
font-size: 20px;
}
.form-medium input[type=text], .form-medium select{
display: block;
margin: 0;
border: none;
border-bottom: 2px solid rgba(0,0,0,0.2);
background-color: transparent;
color: #000;
text-overflow: ellipsis;
font-weight: bold;
border-radius: 0;
}
.form-medium .input-group .input-group-addon{
font-size: 26px;
font-weight: bold;
padding: 10px;
border: none;
border-bottom: 2px solid #ccc;
border-radius: 25px;
}
.form-medium .input-group button{
border: none;
}
/***** form medium *****/
.form-control.custom-control {
background-color: transparent;
text-overflow: ellipsis;
border-radius: 0;
}
.form-control.border-bottom {
border: none;
border-bottom: 2px solid rgba(0,0,0,0.2);
}
.form-control.border-less {
border: none;
}
.content-header-fixed{
position: fixed;
left: 0;
right: 0;
z-index: 1029;
}
.container-with-padding-top{
padding-top: 122px;
}
.absolute{
position: absolute;
}
/*.top{
top: 0;
}
.left{
left: 0;
}
.bottom{
bottom:0;
}
.right{
right: 0;
}*/
.btn.btn-link{
box-shadow:none;
}
.btn.btn-link.width-padding{
padding-top: 0;
padding-bottom: 0;
}
.bottombar {
position: absolute;
left: 0;
right: 0;
bottom: 0;
color:#fff;
font-size: 13px;
}
#hello-wrapper .btn-link, #hello-wrapper .btn-link:hover, #hello-wrapper .btn-link:focus, #hello-wrapper .btn-link:active{
color: #fff;
}
/* SELECTABLE RADIO LABEL */
.radio-toolbar input[type="radio"] {
display:none;
}
.radio-toolbar label:first-of-type {
border-top-left-radius: 4px!important;
border-bottom-left-radius: 4px!important;
}
.radio-toolbar input[type="radio"]:checked + label {
z-index: 2;
color: #fff;
background-color: #428bca;
border-color: #428bca;
}
.radio-toolbar input[type="radio"]:checked + label.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.radio-toolbar input[type="radio"]:checked + .btn.btn-default:hover {
background-color: #e6e6e6!important;
}
/* TYPEAHEAD */
.typeahead,
.tt-query,
.tt-hint {
width: 100%;
height: 30px;
padding: 8px 12px;
font-size: 24px;
line-height: 30px;
border: 2px solid #ccc;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
outline: none;
}
.typeahead {
background-color: #fff;
}
.typeahead:focus {
border: 2px solid #0097cf;
}
.tt-query {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
color: #999
}
.tt-dropdown-menu {
width: 100%;
margin-top: 12px;
padding: 8px 0;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-suggestion {
padding: 3px 20px;
font-size: 18px;
line-height: 24px;
}
.tt-suggestion.tt-cursor {
color: #fff;
background-color: #0097cf;
}
.tt-suggestion p {
margin: 0;
}
.gist {
font-size: 14px;
}
.scrollable-dropdown-menu .tt-dropdown-menu {
max-height: 150px;
overflow-y: auto;
}
/* -- FILTER PANEL -- */
.filter {
top: 50px;
background-color: #f7f7f7;
background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f7f7f7), color-stop(30%, #ffffff));
background-image: -webkit-linear-gradient(bottom, #f7f7f7 0%, #ffffff 30%);
background-image: -moz-linear-gradient(bottom, #f7f7f7 0%, #ffffff 30%);
background-image: linear-gradient(bottom, #f7f7f7 0%, #ffffff 30%);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border-bottom: 1px solid #cfcfcf;
white-space: nowrap;width: 100%;
z-index: 3;
position: fixed;
}
#filter-container {margin-top:10px;}
.popover{max-width: inherit;}
.popover-wrapper{display: none;}
.sidebar-nav.affix{width:262px;top:140px;}
.caption .label {margin-right: 5px;}
.filter-mask{font-size: 28px;overflow: hidden;display: block;float: left;margin-right: 20px;cursor: pointer;}
.filter-mask:hover {color:#1769ff}
.filter-mask:hover .caret-wrapp{border-color: #1769ff;}
.filter-mask:hover .caret-wrapp .caret{border-top-color: #1769ff;}
.filter-mask.active{color:#1769ff;}
.filter-mask.active .caret-wrapp{border-color:#1769ff;}
.filter-mask.active .caret-wrapp .caret{border-top-color:#1769ff;}
.mask{padding-right:10px;text-transform:capitalize;}
.caret-wrapp {padding: 2px;border: 1px solid #000000;margin-top: 15px;border-radius: 5px;width: 18px;height: 15px;line-height: 5px;}
.popover-content{overflow: auto;max-height: 350px;}
.popover-content .box{box-shadow: none;}
#blocker{position: absolute;z-index: 1009;top:0;bottom:0;left:0;right:0;display: none;}
#cv_commerce_menu_attach_list .list-group-header{background-color: #f2f2f2;font-size: 18px;font-weight: bold;}
.item-order .list-group,.menu-branch-item .list-group, .organized-list.list-group {-webkit-box-shadow: inherit;box-shadow: inherit;}
.item-order .list-group {margin-bottom: 0px;}
.organized-list { display: block; overflow: auto;}
.attach-list.organized-list {border: 1px solid #ddd; height: 180px;}
.attach-list.organized-list .input-group {height: 38px;}
.attach-list.organized-list .input-group .input-group-addon{border:none;border-radius: 0;font-size: 15px;border-right: 1px solid #ddd;}
.attach-list.organized-list .list-group-item{border-left: none; border-right: none;}
.organized-list.list-group .list-group-item {
overflow: hidden;
border-radius: 0px;
text-transform: capitalize;
padding: 0;
position: inherit;
}
.organized-list.list-group .list-group-item a,.organized-list.list-group .list-group-item label{
margin: 0;
display: block;
padding: 10px 15px;
}
.organized-list.list-group .list-group-item label.floated{
border-right: 1px solid #ddd;
width: 280px;
float: left;
}
.organized-list.list-group .input-text-group-item{
border:none;
float: left !important;
font-size: 18px;
padding: 7px;
height: inherit;
border-radius: 0;
box-shadow: none;
}
.organized-list.list-group .list-group-item a:hover,.organized-list.list-group .list-group-item label:hover{
background-color: #f2f2f2;
text-decoration: none;
}
.organized-list.list-group .dropdown-header {
padding: 8px 5px;
font-weight: bold;
}
.organized-list.list-group .list-group-header {
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
background-color: #f2f2f2;
text-transform: uppercase;
padding: 3px 10px;
}
.attach-list.organized-list.list-group .list-group-header {
border: none;
border-top: 1px solid #ddd;
background-color: #f2f2f2;
text-transform: uppercase;
padding: 3px 10px;
}
.attach-list.organized-list.list-group .list-group-header:first-of-type {
border: none;
}
.organized-list.list-group .list-group-item:first-of-type,
.organized-list.list-group .list-group-header:first-of-type {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.organized-list.list-group .list-group-item:last-of-type {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.attach-list.organized-list.list-group .list-group-item:last-of-type {
border-bottom: none;
}
.organized-list.list-group .category-item {
font-size: 13px;
}
#food-select .popover {
width:250px;
}
/* -- filter panel -- */
/* -- PRODUCT LIST & ORDER PAPER -- */
.product-card .commerce-info, #order-paper .commerce-info {
padding: 10px;
}
.product-card .commerce-info:before, #order-paper .commerce-info:before,
.product-card .commerce-info:after, #order-paper .commerce-info:after {
display: table;
content: " ";
}
.product-card .commerce-info:after, #order-paper .commerce-info:after {
clear: both;
}
.product-card .commerce-info > .image > img, #order-paper .commerce-info > .image > img {
width: 45px;
height: 45px;
border: 1px solid #dfdfdf;
}
.product-card .commerce-info > .info, #order-paper .commerce-info > .info {
font-weight: 600;
padding: 5px 5px 5px 15px;
font-size: 14px;
line-height: 1;
}
.product-card .commerce-info > .info > p, #order-paper .commerce-info > .info > p {
margin-bottom: 9px;
}
.product-card .commerce-info > .info > span, #order-paper .commerce-info > .info > span {
text-decoration: none;
padding-right: 5px;
margin-top: 3px;
font-size: 11px;
font-weight: normal;
}
.product-card .commerce-info > .info > a > .fa, #order-paper .commerce-info > .info > a > .fa,
.product-card .commerce-info > .info > a > .ion, #order-paper .commerce-info > .info > a > .ion,
.product-card .commerce-info > .info > a > .glyphicon, #order-paper .commerce-info > .info > a > .glyphicon {
margin-right: 3px;
}
.product-card .product-title{
width:80%;
}
#order-paper .config-panel-layout{
display: none;
}
@media (min-width: 768px){
#order-paper.affix {
width: 282px;
}
}
@media (min-width: 992px){
#order-paper.affix {
width: 293px;
}
}
@media (min-width: 1200px){
#order-paper.affix {
width: 262px;
}
}
.margin-less{margin: 0;}
.radio-inline label{
font-weight: normal;
cursor: pointer;
}
label.selectable{
cursor: pointer;
display: block;
padding: 10px 15px;
}
label.reset{
margin: 0;
font-weight: normal;
}
.block{
display: block;
}
.dot-button.text-danger, .dot-button.text-danger:focus{
color: #f44336;
}
.dot-button.text-success, .dot-button.text-success:focus{
color: #4caf50;
}
.dot-button.text-warning, .dot-button.text-warning:focus{
color: #f39c12;
}
.dot-button.text-info, .dot-button.text-info:focus{
color: #00c0ef;
}
.presentation-bg{
background: #cc3333; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #cc3333 0%, #660000 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#cc3333), color-stop(100%,#660000)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #cc3333 0%,#660000 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #cc3333 0%,#660000 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #cc3333 0%,#660000 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #cc3333 0%,#660000 100%); /* W3C */
}
.form-box .body{
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.flag-dropdown{
display: none;
}
.navbar {
min-height: 56px;
}
@media (max-width: 768px) {
#content-header{
padding: 5px 0;
}
#filter-container{
margin-top: 0px;
}
.commerce-name{
font-size: 16px!important;
}
.caret-wrapp {
margin-top: 4px;
}
.filter-mask {
font-size: 16px;
}
#category-mask .mask{
text-overflow: ellipsis;
overflow: hidden;
max-width: 110px;
white-space: nowrap;
}
.product-title{
max-width: 225px;
}
.content-header.affix + .container #product-container{
padding-top: 66px!important;
}
#order-paper{
overflow: auto;
transition: all 500ms ease-in-out 0s;
transform: translateY(93%);
position: fixed;
right: 0;
bottom: 0;
top: 56px!important;
left: 0;
z-index: 1030;
}
#order-paper.shown{
transform: translateY(0%);
}
#order-paper .box-title::after{
content:'\f0d8';
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
margin:0px 0px 0px 10px;
text-decoration:none;
}
#order-paper.shown .box-title::after{
content:'\f0d7';
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
margin:0px 0px 0px 10px;
text-decoration:none;
}
#order-paper .sidebar-nav{
min-height: 100%;
}
#order-paper .sidebar-nav.box {
margin: 0;
}
/*#order-paper .box-footer{
position: absolute;
right: 0;
left: 0;
bottom: 0;
}*/
#order-paper .commerce-order-products{
padding: 0 15px;
}
.popover{
z-index: 2000;
}
} | app/assets/stylesheets/general.css | body{
padding-top: 56px;
}
.content-header{
background-color: #fff;
border-bottom: 1px solid #eaecf1;
margin-bottom: 35px;
padding: 10px 0 20px;
}
.navbar-brand {
padding: 14px 15px 5px;
}
.navbar-nav>li>a {
line-height: 26px;
font-weight: bold;
color: #e8ecf4;
font-size: 16px;
}
.navbar-nav>li>a:hover {
color: #fff;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
color: #fff;
}
.skin-red .navbar .nav > li > a:hover,
.skin-red .navbar .nav > li > a:active,
.skin-red .navbar .nav > li > a:focus,
.skin-red .navbar .nav .open > a,
.skin-red .navbar .nav .open > a:hover,
.skin-red .navbar .nav .open > a:focus{
background: #c53216;
}
.dropdown-menu > li > a:hover{
background: #f9f9f9;
color:#000;
}
.skin-red .navbar .nav .dropdown-menu a {
color: #000;
}
.navbar-default .navbar-nav>li>a {
color: #999;
}
.badge{
font-size: 1em;
}
.btn-flat{
border:none;
}
/* -- navbar & header end -- */
/* SWITCH CHECKBOX */
.hidden-checkbox {
display: none;
}
.hidden-checkbox ~ .switchable-wrapper {
display: none;
}
.hidden-checkbox:checked ~ .switchable-wrapper {
display: block;
}
.hidden-checkbox + .switch-checkbox {
background-color: #52b266;
color: #fff;
}
.hidden-checkbox:checked + .switch-checkbox {
background-color: #f56954;
color: #fff;
}
/* Publish/Unublish label */
.add.hidden-checkbox + .switch-checkbox:lang(es):before {
content: "Agregar";
}
.add.hidden-checkbox:checked + .switch-checkbox:lang(es):before {
content: "Remover";
}
.add.hidden-checkbox + .switch-checkbox:lang(en):before {
content: "Add";
}
.add.hidden-checkbox:checked + .switch-checkbox:lang(en):before {
content: "Remove";
}
.publish.hidden-checkbox + .switch-checkbox:lang(es):before {
content: "Publicar";
}
.publish.hidden-checkbox:checked + .switch-checkbox:lang(es):before {
content: "Despublicar";
}
.publish.hidden-checkbox + .switch-checkbox:lang(en):before {
content: "Publish";
}
.publish.hidden-checkbox:checked + .switch-checkbox:lang(en):before {
content: "Unublish";
}
/* Enable/Disable label */
.enable.hidden-checkbox + .switch-checkbox:lang(es):before {
content: "Habilitar";
}
.enable.hidden-checkbox:checked + .switch-checkbox:lang(es):before {
content: "Deshabilitar";
}
.enable.hidden-checkbox + .switch-checkbox:lang(en):before {
content: "Enable";
}
.enable.hidden-checkbox:checked + .switch-checkbox:lang(en):before {
content: "Disable";
}
/* -- switch checkbox end -- */
.list-group-item-text{
margin-top: 15px;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.product-title:first-letter {
text-transform: uppercase;
}
/*****************************/
/* FORM LARGE */
/*****************************/
.form-large{
font-size: 40px;
}
.form-large .control-label{
padding: 20px;
line-height: normal;
text-align: left;
}
.form-large input[type=text]{
width: 100%;
}
.form-large input[type=text], .form-large button, .form-large select{
font-size: 40px;
height: auto;
line-height: normal;
}
.form-large input[type=text], .form-large button{
padding: 20px;
}
.form-large select{
padding: 19px;
padding-right: 0;
}
.form-large input[type=text].input-sm, .form-large button.btn-sm, .form-large select.input-sm{
font-size: 25px;
}
.form-large input[type=text].input-md, .form-large button.btn-md, .form-large select.input-md{
font-size: 30px;
}
.form-large input[type=text], .form-large select{
display: block;
margin: 0;
border: none;
border-bottom: 2px solid rgba(0,0,0,0.2);
background-color: transparent;
color: #000;
text-overflow: ellipsis;
font-weight: bold;
border-radius: 0;
}
.form-large .input-group .input-group-addon{
font-size: 40px;
font-weight: bold;
padding: 20px;
border: none;
border-bottom: 2px solid #ccc;
border-radius: 50px;
}
.form-large .input-group button{
border: none;
}
/***** form large *****/
/*****************************/
/* FORM MEDIUM */
/*****************************/
.form-medium{
font-size: 26px;
}
.form-medium .control-label{
padding: 10px;
line-height: normal;
text-align: left;
}
.form-medium input[type=text]{
width: 100%;
}
.form-medium input[type=text], .form-medium button, .form-medium select{
font-size: 26px;
height: auto;
line-height: normal;
}
.form-medium input[type=text], .form-medium button{
padding: 10px;
}
.form-medium select{
padding: 9px;
padding-right: 0;
}
.form-medium input[type=text].input-sm, .form-medium button.btn-sm, .form-medium select.input-sm{
font-size: 15px;
}
.form-medium input[type=text].input-md, .form-medium button.btn-md, .form-medium select.input-md{
font-size: 20px;
}
.form-medium input[type=text], .form-medium select{
display: block;
margin: 0;
border: none;
border-bottom: 2px solid rgba(0,0,0,0.2);
background-color: transparent;
color: #000;
text-overflow: ellipsis;
font-weight: bold;
border-radius: 0;
}
.form-medium .input-group .input-group-addon{
font-size: 26px;
font-weight: bold;
padding: 10px;
border: none;
border-bottom: 2px solid #ccc;
border-radius: 25px;
}
.form-medium .input-group button{
border: none;
}
/***** form medium *****/
.form-control.custom-control {
background-color: transparent;
text-overflow: ellipsis;
border-radius: 0;
}
.form-control.border-bottom {
border: none;
border-bottom: 2px solid rgba(0,0,0,0.2);
}
.form-control.border-less {
border: none;
}
.content-header-fixed{
position: fixed;
left: 0;
right: 0;
z-index: 1029;
}
.container-with-padding-top{
padding-top: 122px;
}
.absolute{
position: absolute;
}
/*.top{
top: 0;
}
.left{
left: 0;
}
.bottom{
bottom:0;
}
.right{
right: 0;
}*/
.btn.btn-link{
box-shadow:none;
}
.btn.btn-link.width-padding{
padding-top: 0;
padding-bottom: 0;
}
.bottombar {
position: absolute;
left: 0;
right: 0;
bottom: 0;
color:#fff;
font-size: 13px;
}
#hello-wrapper .btn-link, #hello-wrapper .btn-link:hover, #hello-wrapper .btn-link:focus, #hello-wrapper .btn-link:active{
color: #fff;
}
/* SELECTABLE RADIO LABEL */
.radio-toolbar input[type="radio"] {
display:none;
}
.radio-toolbar label:first-of-type {
border-top-left-radius: 4px!important;
border-bottom-left-radius: 4px!important;
}
.radio-toolbar input[type="radio"]:checked + label {
z-index: 2;
color: #fff;
background-color: #428bca;
border-color: #428bca;
}
.radio-toolbar input[type="radio"]:checked + label.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.radio-toolbar input[type="radio"]:checked + .btn.btn-default:hover {
background-color: #e6e6e6!important;
}
/* TYPEAHEAD */
.typeahead,
.tt-query,
.tt-hint {
width: 100%;
height: 30px;
padding: 8px 12px;
font-size: 24px;
line-height: 30px;
border: 2px solid #ccc;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
outline: none;
}
.typeahead {
background-color: #fff;
}
.typeahead:focus {
border: 2px solid #0097cf;
}
.tt-query {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
color: #999
}
.tt-dropdown-menu {
width: 100%;
margin-top: 12px;
padding: 8px 0;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-suggestion {
padding: 3px 20px;
font-size: 18px;
line-height: 24px;
}
.tt-suggestion.tt-cursor {
color: #fff;
background-color: #0097cf;
}
.tt-suggestion p {
margin: 0;
}
.gist {
font-size: 14px;
}
.scrollable-dropdown-menu .tt-dropdown-menu {
max-height: 150px;
overflow-y: auto;
}
/* -- FILTER PANEL -- */
.filter {
top: 50px;
background-color: #f7f7f7;
background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f7f7f7), color-stop(30%, #ffffff));
background-image: -webkit-linear-gradient(bottom, #f7f7f7 0%, #ffffff 30%);
background-image: -moz-linear-gradient(bottom, #f7f7f7 0%, #ffffff 30%);
background-image: linear-gradient(bottom, #f7f7f7 0%, #ffffff 30%);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border-bottom: 1px solid #cfcfcf;
white-space: nowrap;width: 100%;
z-index: 3;
position: fixed;
}
#filter-container {margin-top:10px;}
.popover{max-width: inherit;}
.popover-wrapper{display: none;}
.sidebar-nav.affix{width:262px;top:140px;}
.caption .label {margin-right: 5px;}
.filter-mask{font-size: 28px;overflow: hidden;display: block;float: left;margin-right: 20px;cursor: pointer;}
.filter-mask:hover {color:#1769ff}
.filter-mask:hover .caret-wrapp{border-color: #1769ff;}
.filter-mask:hover .caret-wrapp .caret{border-top-color: #1769ff;}
.filter-mask.active{color:#1769ff;}
.filter-mask.active .caret-wrapp{border-color:#1769ff;}
.filter-mask.active .caret-wrapp .caret{border-top-color:#1769ff;}
.mask{padding-right:10px;text-transform:capitalize;}
.caret-wrapp {padding: 2px;border: 1px solid #000000;margin-top: 15px;border-radius: 5px;width: 18px;height: 15px;line-height: 5px;}
.popover-content{overflow: auto;max-height: 350px;}
.popover-content .box{box-shadow: none;}
#blocker{position: absolute;z-index: 1009;top:0;bottom:0;left:0;right:0;display: none;}
#cv_commerce_menu_attach_list .list-group-header{background-color: #f2f2f2;font-size: 18px;font-weight: bold;}
.item-order .list-group,.menu-branch-item .list-group, .organized-list.list-group {-webkit-box-shadow: inherit;box-shadow: inherit;}
.item-order .list-group {margin-bottom: 0px;}
.organized-list { display: block; overflow: auto;}
.attach-list.organized-list {border: 1px solid #ddd; height: 180px;}
.attach-list.organized-list .input-group {height: 38px;}
.attach-list.organized-list .input-group .input-group-addon{border:none;border-radius: 0;font-size: 15px;border-right: 1px solid #ddd;}
.attach-list.organized-list .list-group-item{border-left: none; border-right: none;}
.organized-list.list-group .list-group-item {
overflow: hidden;
border-radius: 0px;
text-transform: capitalize;
padding: 0;
position: inherit;
}
.organized-list.list-group .list-group-item a,.organized-list.list-group .list-group-item label{
margin: 0;
display: block;
padding: 10px 15px;
}
.organized-list.list-group .list-group-item label.floated{
border-right: 1px solid #ddd;
width: 280px;
float: left;
}
.organized-list.list-group .input-text-group-item{
border:none;
float: left !important;
font-size: 18px;
padding: 7px;
height: inherit;
border-radius: 0;
box-shadow: none;
}
.organized-list.list-group .list-group-item a:hover,.organized-list.list-group .list-group-item label:hover{
background-color: #f2f2f2;
text-decoration: none;
}
.organized-list.list-group .dropdown-header {
padding: 8px 5px;
font-weight: bold;
}
.organized-list.list-group .list-group-header {
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
background-color: #f2f2f2;
text-transform: uppercase;
padding: 3px 10px;
}
.attach-list.organized-list.list-group .list-group-header {
border: none;
border-top: 1px solid #ddd;
background-color: #f2f2f2;
text-transform: uppercase;
padding: 3px 10px;
}
.attach-list.organized-list.list-group .list-group-header:first-of-type {
border: none;
}
.organized-list.list-group .list-group-item:first-of-type,
.organized-list.list-group .list-group-header:first-of-type {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.organized-list.list-group .list-group-item:last-of-type {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.attach-list.organized-list.list-group .list-group-item:last-of-type {
border-bottom: none;
}
.organized-list.list-group .category-item {
font-size: 13px;
}
#food-select .popover {
width:250px;
}
/* -- filter panel -- */
/* -- PRODUCT LIST & ORDER PAPER -- */
.product-card .commerce-info, #order-paper .commerce-info {
padding: 10px;
}
.product-card .commerce-info:before, #order-paper .commerce-info:before,
.product-card .commerce-info:after, #order-paper .commerce-info:after {
display: table;
content: " ";
}
.product-card .commerce-info:after, #order-paper .commerce-info:after {
clear: both;
}
.product-card .commerce-info > .image > img, #order-paper .commerce-info > .image > img {
width: 45px;
height: 45px;
border: 1px solid #dfdfdf;
}
.product-card .commerce-info > .info, #order-paper .commerce-info > .info {
font-weight: 600;
padding: 5px 5px 5px 15px;
font-size: 14px;
line-height: 1;
}
.product-card .commerce-info > .info > p, #order-paper .commerce-info > .info > p {
margin-bottom: 9px;
}
.product-card .commerce-info > .info > span, #order-paper .commerce-info > .info > span {
text-decoration: none;
padding-right: 5px;
margin-top: 3px;
font-size: 11px;
font-weight: normal;
}
.product-card .commerce-info > .info > a > .fa, #order-paper .commerce-info > .info > a > .fa,
.product-card .commerce-info > .info > a > .ion, #order-paper .commerce-info > .info > a > .ion,
.product-card .commerce-info > .info > a > .glyphicon, #order-paper .commerce-info > .info > a > .glyphicon {
margin-right: 3px;
}
.product-card .product-title{
width:80%;
}
#order-paper .config-panel-layout{
display: none;
}
@media (min-width: 768px){
#order-paper.affix {
width: 282px;
}
}
@media (min-width: 992px){
#order-paper.affix {
width: 293px;
}
}
@media (min-width: 1200px){
#order-paper.affix {
width: 262px;
}
}
.margin-less{margin: 0;}
.radio-inline label{
font-weight: normal;
cursor: pointer;
}
label.selectable{
cursor: pointer;
display: block;
padding: 10px 15px;
}
label.reset{
margin: 0;
font-weight: normal;
}
.block{
display: block;
}
.dot-button.text-danger, .dot-button.text-danger:focus{
color: #f44336;
}
.dot-button.text-success, .dot-button.text-success:focus{
color: #4caf50;
}
.dot-button.text-warning, .dot-button.text-warning:focus{
color: #f39c12;
}
.dot-button.text-info, .dot-button.text-info:focus{
color: #00c0ef;
}
.presentation-bg{
background: #cc3333; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #cc3333 0%, #660000 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#cc3333), color-stop(100%,#660000)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #cc3333 0%,#660000 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #cc3333 0%,#660000 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #cc3333 0%,#660000 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #cc3333 0%,#660000 100%); /* W3C */
}
.form-box .body{
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.flag-dropdown{
display: none;
}
.navbar {
min-height: 56px;
}
@media (max-width: 768px) {
#content-header{
padding: 5px 0;
}
#filter-container{
margin-top: 0px;
}
.commerce-name{
font-size: 16px!important;
}
.caret-wrapp {
margin-top: 4px;
}
.filter-mask {
font-size: 16px;
}
#category-mask .mask{
text-overflow: ellipsis;
overflow: hidden;
max-width: 110px;
white-space: nowrap;
}
.product-title{
max-width: 225px;
}
.content-header.affix + .container #product-container{
padding-top: 66px!important;
}
#order-paper{
overflow: auto;
transition: all 500ms ease-in-out 0s;
transform: translateY(93%);
position: fixed;
right: 0;
bottom: 0;
top: 56px!important;
left: 0;
z-index: 1030;
}
#order-paper.shown{
transform: translateY(0%);
}
#order-paper .box-title::after{
content:'\f0d8';
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
margin:0px 0px 0px 10px;
text-decoration:none;
}
#order-paper.shown .box-title::after{
content:'\f0d7';
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
margin:0px 0px 0px 10px;
text-decoration:none;
}
#order-paper .sidebar-nav{
min-height: 100%;
}
#order-paper .sidebar-nav.box {
margin: 0;
}
/*#order-paper .box-footer{
position: absolute;
right: 0;
left: 0;
bottom: 0;
}*/
#order-paper .commerce-order-products{
padding: 0 15px;
}
.popover{
z-index: 2000;
}
} | 0.270288 | 0.071267 |
.btn.btn--form.btn--form-login.fa-gitlab {
display: none;
}
.thumbnail__logo img {
filter: grayscale(0%);
width: 250px;
}
.signup__thumbnail .thumbnail__logo {
margin: auto;
}
.btn--form-login {
padding: 12px 0;
font-size: 16px;
text-transform: none;
border-radius: .4rem;
}
.signup__link {
margin-top: 4px;
font-size: 16px;
text-align: center;
display: block;
font-weight: normal;
text-transform: none;color: #777;
}
.signup__form .form-group {
margin-bottom: 15px;
}
.hsignup {
border: 1px solid #333;
padding: 5px 0 10px;
margin-top: 40px;
padding: 10px 12px 14px;
border-radius: 5px;
}
.signup__form .form-control {
background-color: transparent;
border-top: 1px;
border-top-color: #ccc;
border-right: 1px;
border-right-color: #ccc;
border-left: 1px;
border-left-color: #ccc;
border-radius: 1px;
font-size: 16px;
padding-bottom: 17px;
border-color:#CCC;
}
.signup__form label {
display: none;
}
.btn-play .play-btn-icon {
background-color: #E50914;
margin-right: 0;
}
.imdb-ratings-block ul li, .casting-headers li {
color: #8197a4;
}
.full-movie-dtl-main-block .btn-play {
margin-bottom: 30px;
margin-top: 20px;
background-color: #E50914;
padding-right: 20px;
min-width: 220px;
}
.home-out-section .btn-prime {
font-size: 20px;
background-color: #fc0;
color:#000;
}
.loading-text {
top: 43%;
transform: translateY(-43%);
}
.footer-links-block li {
margin-bottom: 10px;
text-transform: none;
}
.subscribe-text {
letter-spacing: 0;
word-spacing: 2px;
color: rgba(255,255,255,0.5);
}
a.btn-sm-play, .des-in-list.des-btn-block a.btn-play, .protip-content .des-btn-block a.btn-play {
background-color: #E50914;
padding-right: 10px;
width: 100%;
}
.btn-sm-play:hover, .des-in-list.des-btn-block a.btn-play:hover, .protip-content .des-btn-block a.btn-play:hover {
background-color: #E50914;
}
.bg-black {
background-color:
#000;
background-image: url('http://app.habeshaview.com/delet/public/images/streamacross_desktop_bg.jpg');
background-repeat: no-repeat;
background-size: cover;
}
.thumbnail__content.text-center h1 {
font-weight: 900;
letter-spacing: -0.4px;
}
.home-out-section .section-heading {
font-size: 60px;
font-weight: 900;
letter-spacing: -0.4px;
}
@media(min-width: 1400px) and (max-width: 2200px) {
.home-out-section {
padding: 173px 0;
}
}
.home-out-section .section-dtl {
font-size: 20px;
font-weight: 400;
opacity: .7;
}
li.sign-in-block.language-switch-block {
display: none;
}
.nav-logo {
width: 210px;
}
.genre-prime-slider.owl-carousel .owl-item img {
max-height: 292px !important;
height: 292px;
width: inherit;
}
.genre-slide-image {
margin-right: 17px;
}
.container-fluid.nav-container {
padding: 0 1.5%;
margin: 0!important;
}
@media (max-width: 767px){
.nav-logo {
padding-top: 0;
width: 180px;
margin-top: -7px;
margin-bottom: -5px;
}
.footer-widgets.social-widgets.social-btns {
max-width: 200px;
}
.signup__thumbnail {
height: 220px;
}
.thumbnail__content.text-center h1 {
font-size: 30px;
}
.signup__container.container.sign-in-main-block {
padding: 10px 30px;
}
.signup__container {
margin-top: 10px;
}
.footer-logo {
margin-top: 0;
margin-bottom: 25px;
max-width: 180px;
}
.genre-prime-slider.owl-carousel .owl-item img {
max-height: 180px !important;
height: 180px;
width: inherit;
}
.login-panel-main-block ul {
padding-top: 3px;
}
}
footer {
background-color: #000000;
}
#cssmenu > ul > li > a {
font-weight: 700;
padding-left: 28px;
}
.protip-content .movie-rating, .protip-content .main-des, .protip-content .description-heading, .protip-content .main-des p, .protip-content .description-list, .protip-content .main-des {
display: none;
}
.signup__link.pull-right {
border: 1px solid #333;
margin-top: 100px;
padding: 10px 12px 14px;
border-radius: 5px;
float: none !important;
}
.signup__link.pull-left {
float: none !important;
}
.signup__container {
margin-top: 40px;
}
.panel-setting-main-block .plan-dtl-heading {
font-size: 42px;
border-bottom: 1px solid
#999;
font-weight: 700;
}
.plan-dtl-sub-heading {
margin-top: 30px;
}
@media (max-width: 576px){
.signup__container {
margin-top: -40px;
}
.nav-logo img {
width: 100%;
padding: 10px 0;
}
.navigation .sign-in-block {
margin-right: 5px;
float: right;
}
.prime-dropdown {
margin: 0 0 0 10px;
}
.genre-prime-block-one {
margin-top: 10px;
}
div#home-main-block {
margin-top: 90px !important;
}
} | public/css/custom-style.css | .btn.btn--form.btn--form-login.fa-gitlab {
display: none;
}
.thumbnail__logo img {
filter: grayscale(0%);
width: 250px;
}
.signup__thumbnail .thumbnail__logo {
margin: auto;
}
.btn--form-login {
padding: 12px 0;
font-size: 16px;
text-transform: none;
border-radius: .4rem;
}
.signup__link {
margin-top: 4px;
font-size: 16px;
text-align: center;
display: block;
font-weight: normal;
text-transform: none;color: #777;
}
.signup__form .form-group {
margin-bottom: 15px;
}
.hsignup {
border: 1px solid #333;
padding: 5px 0 10px;
margin-top: 40px;
padding: 10px 12px 14px;
border-radius: 5px;
}
.signup__form .form-control {
background-color: transparent;
border-top: 1px;
border-top-color: #ccc;
border-right: 1px;
border-right-color: #ccc;
border-left: 1px;
border-left-color: #ccc;
border-radius: 1px;
font-size: 16px;
padding-bottom: 17px;
border-color:#CCC;
}
.signup__form label {
display: none;
}
.btn-play .play-btn-icon {
background-color: #E50914;
margin-right: 0;
}
.imdb-ratings-block ul li, .casting-headers li {
color: #8197a4;
}
.full-movie-dtl-main-block .btn-play {
margin-bottom: 30px;
margin-top: 20px;
background-color: #E50914;
padding-right: 20px;
min-width: 220px;
}
.home-out-section .btn-prime {
font-size: 20px;
background-color: #fc0;
color:#000;
}
.loading-text {
top: 43%;
transform: translateY(-43%);
}
.footer-links-block li {
margin-bottom: 10px;
text-transform: none;
}
.subscribe-text {
letter-spacing: 0;
word-spacing: 2px;
color: rgba(255,255,255,0.5);
}
a.btn-sm-play, .des-in-list.des-btn-block a.btn-play, .protip-content .des-btn-block a.btn-play {
background-color: #E50914;
padding-right: 10px;
width: 100%;
}
.btn-sm-play:hover, .des-in-list.des-btn-block a.btn-play:hover, .protip-content .des-btn-block a.btn-play:hover {
background-color: #E50914;
}
.bg-black {
background-color:
#000;
background-image: url('http://app.habeshaview.com/delet/public/images/streamacross_desktop_bg.jpg');
background-repeat: no-repeat;
background-size: cover;
}
.thumbnail__content.text-center h1 {
font-weight: 900;
letter-spacing: -0.4px;
}
.home-out-section .section-heading {
font-size: 60px;
font-weight: 900;
letter-spacing: -0.4px;
}
@media(min-width: 1400px) and (max-width: 2200px) {
.home-out-section {
padding: 173px 0;
}
}
.home-out-section .section-dtl {
font-size: 20px;
font-weight: 400;
opacity: .7;
}
li.sign-in-block.language-switch-block {
display: none;
}
.nav-logo {
width: 210px;
}
.genre-prime-slider.owl-carousel .owl-item img {
max-height: 292px !important;
height: 292px;
width: inherit;
}
.genre-slide-image {
margin-right: 17px;
}
.container-fluid.nav-container {
padding: 0 1.5%;
margin: 0!important;
}
@media (max-width: 767px){
.nav-logo {
padding-top: 0;
width: 180px;
margin-top: -7px;
margin-bottom: -5px;
}
.footer-widgets.social-widgets.social-btns {
max-width: 200px;
}
.signup__thumbnail {
height: 220px;
}
.thumbnail__content.text-center h1 {
font-size: 30px;
}
.signup__container.container.sign-in-main-block {
padding: 10px 30px;
}
.signup__container {
margin-top: 10px;
}
.footer-logo {
margin-top: 0;
margin-bottom: 25px;
max-width: 180px;
}
.genre-prime-slider.owl-carousel .owl-item img {
max-height: 180px !important;
height: 180px;
width: inherit;
}
.login-panel-main-block ul {
padding-top: 3px;
}
}
footer {
background-color: #000000;
}
#cssmenu > ul > li > a {
font-weight: 700;
padding-left: 28px;
}
.protip-content .movie-rating, .protip-content .main-des, .protip-content .description-heading, .protip-content .main-des p, .protip-content .description-list, .protip-content .main-des {
display: none;
}
.signup__link.pull-right {
border: 1px solid #333;
margin-top: 100px;
padding: 10px 12px 14px;
border-radius: 5px;
float: none !important;
}
.signup__link.pull-left {
float: none !important;
}
.signup__container {
margin-top: 40px;
}
.panel-setting-main-block .plan-dtl-heading {
font-size: 42px;
border-bottom: 1px solid
#999;
font-weight: 700;
}
.plan-dtl-sub-heading {
margin-top: 30px;
}
@media (max-width: 576px){
.signup__container {
margin-top: -40px;
}
.nav-logo img {
width: 100%;
padding: 10px 0;
}
.navigation .sign-in-block {
margin-right: 5px;
float: right;
}
.prime-dropdown {
margin: 0 0 0 10px;
}
.genre-prime-block-one {
margin-top: 10px;
}
div#home-main-block {
margin-top: 90px !important;
}
} | 0.170301 | 0.068475 |
@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
audio, canvas, video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden] {
display: none;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
a:focus {
outline: thin dotted;
}
a:active, a:hover {
outline: 0;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
mark {
background: #ff0;
color: #000;
}
code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre-wrap;
}
q {
quotes: "“" "”" "‘" "’";
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
button, input, select, textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
button, input {
line-height: normal;
}
button, select {
text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled], html input[disabled] {
cursor: default;
}
input[type=checkbox], input[type=radio] {
box-sizing: border-box;
padding: 0;
}
input[type=search] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*,
*::after,
*::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
overflow-x: hidden;
}
h1, h2, h3, h4 {
color: #000000;
font-family: "Prata", serif;
}
h1 {
font-size: 30px;
line-height: 40px;
letter-spacing: 3px;
}
h2 {
font-size: 25px;
line-height: 35px;
letter-spacing: 2.4px;
}
h3 {
font-size: 20px;
line-height: 29px;
letter-spacing: 2px;
}
h4 {
font-size: 15px;
line-height: 23px;
letter-spacing: 1.6px;
}
@media (min-width: 992px) {
h1 {
font-size: 35px;
line-height: 45px;
letter-spacing: 3px;
}
h2 {
font-size: 30px;
line-height: 40px;
letter-spacing: 2.4px;
}
h3 {
font-size: 25px;
line-height: 34px;
letter-spacing: 2px;
}
h4 {
font-size: 20px;
line-height: 29px;
letter-spacing: 1.6px;
}
}
span, p, a {
font-family: "Barlow Semi Condensed", sans-serif;
}
p {
font-size: 14px;
line-height: 19px;
letter-spacing: 0.9px;
widows: 3;
orphans: 3;
color: #000000;
font-weight: 400;
}
a, span {
text-decoration: none;
color: #000000;
outline: none;
transition: color 0.2s;
font-size: 14px;
line-height: 17px;
letter-spacing: 1.5px;
text-transform: uppercase;
}
a:hover {
color: #939393;
transition: 0.5s;
border-color: #939393;
}
div:focus, button:focus {
outline: 0;
}
.AW__index__logo_glitch_contain {
position: absolute;
width: 100%;
height: 100%;
}
.content__text {
animation-name: glitch-anim-text;
animation-duration: 40s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(40s + 8s * 0.25);
}
.content__text1 {
animation-name: glitch-anim-text;
animation-duration: 40s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(40s + 7s * 0.25);
}
.content__text2 {
animation-name: glitch-anim-text;
animation-duration: 40s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(40s + 9s * 0.25);
}
.content__text3 {
animation-name: glitch-anim-text;
animation-duration: 50s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(12s + 50s * 0.25);
}
.content__text4 {
animation-name: glitch-anim-text;
animation-duration: 50s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(12s + 50s * 0.25);
}
.content__text5 {
animation-name: glitch-anim-text;
animation-duration: 50s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(50s + 12s * 0.25);
}
.content__text6 {
animation-name: glitch-anim-text;
animation-duration: 30s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(30s + 13s * 0.25);
}
.content__text7 {
animation-name: glitch-anim-text;
animation-duration: 30s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(30s + 12s * 0.25);
}
.content__text8 {
animation-name: glitch-anim-text;
animation-duration: 31s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(31s + 13s * 0.25);
}
.content__text9 {
animation-name: glitch-anim-text;
animation-duration: 80s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(80s + 16s * 0.25);
}
.content__text10 {
animation-name: glitch-anim-text;
animation-duration: 80s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(80s + 17s * 0.25);
}
.content__text10 {
animation-name: glitch-anim-text;
animation-duration: 80s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(80s + 15s * 0.25);
}
/* Glitch styles */
.glitch {
--glitch-width: 100%;
--glitch-height: 100%;
--gap-horizontal: 10px;
--gap-vertical: 5px;
--time-anim: 8s;
--delay-anim: 9s;
--blend-mode-1: none;
--blend-mode-2: none;
--blend-mode-3: none;
--blend-mode-4: none;
--blend-mode-5: overlay;
--blend-color-1: transparent;
--blend-color-2: transparent;
--blend-color-3: transparent;
--blend-color-4: transparent;
--blend-color-5: transparent;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: var(--glitch-width);
height: var(--glitch-height);
overflow: hidden;
}
.glitch1 {
--gap-horizontal: 8px;
--gap-vertical: 20px;
--time-anim: 40s;
--delay-anim: 8s;
}
.glitch2 {
--gap-horizontal: 5px;
--gap-vertical: 60px;
--time-anim: 50s;
--delay-anim: 12s;
}
.glitch3 {
--gap-horizontal: 12px;
--gap-vertical: 30px;
--time-anim: 30s;
--delay-anim: 13s;
}
.glitch4 {
--gap-horizontal: 2px;
--gap-vertical: 90px;
--time-anim: 80s;
--delay-anim: 16s;
}
.glitch__img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(./images/logo/AustinWeightLOGO-1.gif) no-repeat;
background-color: var(--blend-color-1);
background-size: cover;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
background-blend-mode: var(--blend-mode-1);
}
.glitch__img.glitch__img_trans {
opacity: 0;
}
.glitch__img:nth-child(n+2) {
opacity: 0;
}
.glitch__img:nth-child(n+2) {
animation-duration: var(--time-anim);
animation-delay: var(--delay-anim);
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.glitch__img:nth-child(2) {
background-color: var(--blend-color-2);
background-blend-mode: var(--blend-mode-2);
animation-name: glitch-anim-1;
}
.glitch__img:nth-child(3) {
background-color: var(--blend-color-3);
background-blend-mode: var(--blend-mode-3);
animation-name: glitch-anim-2;
}
.glitch__img:nth-child(4) {
background-color: var(--blend-color-4);
background-blend-mode: var(--blend-mode-4);
animation-name: glitch-anim-3;
}
.glitch__img:nth-child(5) {
background-color: var(--blend-color-5);
background-blend-mode: var(--blend-mode-5);
animation-name: glitch-anim-flash;
}
/* Animations */
@keyframes glitch-anim-1 {
0% {
opacity: 1;
transform: translate3d(var(--gap-horizontal), 0, 0);
-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
}
2% {
-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
}
4% {
-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
}
6% {
-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
}
8% {
-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
}
10% {
-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
}
12% {
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
}
14% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
}
16% {
-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
}
18% {
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
}
20% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
}
21.9% {
opacity: 1;
transform: translate3d(var(--gap-horizontal), 0, 0);
}
22%, 100% {
opacity: 0;
transform: translate3d(0, 0, 0);
-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
}
@keyframes glitch-anim-2 {
0% {
opacity: 1;
transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
-webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
}
3% {
-webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
}
5% {
-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
}
7% {
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
}
9% {
-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
}
11% {
-webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
}
13% {
-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
}
15% {
-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
}
17% {
-webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
}
19% {
-webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
}
20% {
-webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
}
21.9% {
opacity: 1;
transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
}
22%, 100% {
opacity: 0;
transform: translate3d(0, 0, 0);
-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
}
@keyframes glitch-anim-3 {
0% {
opacity: 1;
transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
}
1.5% {
-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
}
2% {
-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
}
2.5% {
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
}
3% {
-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
}
5% {
-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
}
5.5% {
-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
}
7% {
-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
}
8% {
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
}
9% {
-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
}
10.5% {
-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
}
11% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
}
13% {
-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
}
14% {
-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
}
14.5% {
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
}
15% {
-webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
}
16% {
-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
}
18% {
-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
}
20% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
}
21.9% {
opacity: 1;
transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
}
22%, 100% {
opacity: 0;
transform: translate3d(0, 0, 0);
-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
}
@keyframes glitch-anim-text {
0% {
transform: translate3d(calc(-1 * 30px), 0, 0) scale3d(-1, -1, 1);
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
}
2% {
-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
}
4% {
-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
}
5% {
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
}
6% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
}
7% {
-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
}
8% {
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
}
9% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
}
9.9% {
transform: translate3d(calc(-1 * 30px), 0, 0) scale3d(-1, -1, 1);
}
10%, 100% {
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}
/* Flash */
@keyframes glitch-anim-flash {
0%, 5% {
opacity: 0.2;
transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
}
5.5%, 100% {
opacity: 0;
transform: translate3d(0, 0, 0);
}
}
canvas {
background-color: #deeeed;
}
.AW__index {
position: absolute;
z-index: 1000;
top: 0;
background: white;
transition: 0.8s;
transition-property: left;
left: 0;
background-color: #deeeed;
box-shadow: 0px 4px 11px rgba(75, 49, 49, 0.41);
width: 100vw;
overflow-x: hidden;
}
.AW__index canvas {
opacity: var(--opacityWeight);
cursor: pointer;
}
.AW__index .accordion {
border: none;
}
.AW__index .accordion .accordion__title {
background-color: transparent;
color: #000000;
}
.AW__index .accordion .accordion__title:hover {
background-color: transparent;
}
.AW__index .AW__index__weight__Loader {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
z-index: 1000000;
background: white;
height: 100vh;
opacity: 1;
transition: 0.2s;
}
.AW__index .AW__index__weight__Loader.AW__index__weight__Loader__fade {
opacity: 0;
transition: 0.2s;
}
.AW__index .AW__index__weight__Loader:after {
content: " ";
background: url("./images/logo/AustinWeightLogo.gif");
background-position: center;
background-size: cover;
position: absolute;
width: 100px;
height: 100px;
z-index: 1000;
top: calc(50% - 50px);
left: calc(50% - 50px);
}
.AW__index.AW__index__open {
left: 90vw;
overflow-y: hidden;
height: 100vh;
}
.AW__index .AW__index__logo {
position: absolute;
background: white;
width: 50px;
height: 100%;
}
.AW__index .AW__index__logo .AW__index__logo_inner:hover .glitch__img {
display: none;
}
.AW__index .AW__index__logo span {
top: 40px;
left: 20px;
width: 100px;
height: 100px;
position: absolute;
}
.AW__index .AW__index__logo span::after {
position: absolute;
content: " ";
width: 100px;
height: 100px;
background-size: cover;
}
.AW__index .AW__index__logo span:hover::after {
width: 100px;
height: 100px;
background: url("./images/logo/AustinWeightLogo.gif");
background-size: cover;
}
.AW__index .AW__projects_work {
margin-top: 90vh;
text-transform: uppercase;
}
.AW__index .AW__projects_work a {
border-bottom: 2px solid white;
padding-bottom: 3px;
padding-left: 70px;
cursor: pointer;
}
.AW__index .AW__index__overlay {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
background: white;
z-index: 1000000;
left: 0;
transition: 0.8s;
opacity: 0.5;
}
.AW__index .AW__index__overlay.AW__index__overlay__open {
left: 90vw;
}
.AW__index .AW__projects_bio {
margin: 80px 40px 40px 70px;
width: calc(100vw - 120px);
}
.AW__index .AW__projects_bio span {
padding-top: 50px;
display: block;
}
.AW__index .accordion .accordion__title {
padding: 0px;
}
.AW__index .accordion .accordion__title h2 {
font-size: 20px;
}
.AW__index .accordion .accordion__title h3 {
border-bottom: 2px solid white;
padding-bottom: 3px;
padding-left: 26px;
cursor: pointer;
width: max-content;
margin-left: -25px;
margin-top: 40px;
font-size: 14px;
line-height: 17px;
letter-spacing: 1.5px;
text-transform: uppercase;
font-family: "Barlow Semi Condensed", sans-serif;
}
.AW__index .accordion__body {
padding: 0px;
}
.AW__index .accordion__body h2 {
font-size: 20px;
}
.AW__index .accordion__body span, .AW__index .accordion__body a {
padding: 0px 25px 20px 0px;
}
.AW__index .AW__projects_bio__inner__text {
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
padding: 20px 0 10px;
}
.AW__index .AW__projects_bio__inner__text h2 {
width: 100%;
margin: 15px 0px 15px;
font-size: 17px;
text-transform: uppercase;
}
.AW__index .AW__projects_bio__inner__text__link {
font-size: 23px;
}
@media (min-width: 992px) {
.AW__index.AW__index__open {
left: 80vw;
}
.AW__index .AW__index__logo {
width: 90px;
}
.AW__index .AW__index__logo span {
top: 60px;
left: 65px;
width: 140px;
height: 140px;
}
.AW__index .AW__index__logo span::after {
width: 140px;
height: 140px;
}
.AW__index .AW__index__logo span:hover::after {
width: 140px;
height: 140px;
}
.AW__index .AW__projects_work a {
padding-left: 110px;
}
.AW__index .AW__index__overlay.AW__index__overlay__open {
left: 80vw;
}
.AW__index .AW__projects_bio {
margin: 150px 40px 40px 110px;
width: calc(100vw - 150px);
}
.AW__index .AW__projects_bio .AW__projects_bio__inner {
max-width: 900px;
}
.AW__index .AW__projects_bio__inner__text__link {
font-size: 30px;
}
}
.AW__404_page {
display: flex;
width: 100vw;
height: 100vh;
position: absolute;
justify-content: center;
align-content: center;
align-items: center;
flex-wrap: wrap;
}
.AW__404_page h1, .AW__404_page h2, .AW__404_page a {
font-family: "Barlow Semi Condensed", sans-serif;
width: 100%;
text-align: center;
margin: 0px 10px;
padding: 0px;
}
.AW__404_page h2 {
margin: 10px;
text-transform: uppercase;
}
.AW__project {
position: relative;
padding: 0 40px 60px;
}
.AW__project h1 {
text-align: left;
width: 100%;
}
.AW__project p {
margin-bottom: 40px;
}
.AW__project img {
width: 100%;
margin-bottom: 40px;
border: 1px solid;
padding: 10px;
box-shadow: 5px 10px;
}
.AW__project.AW__project__bannerAds {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.AW__project.AW__project__bannerAds img, .AW__project.AW__project__bannerAds video {
margin: 20px 30px;
max-width: 300px;
height: auto;
padding: 0 !important;
pointer-events: none;
min-width: 300px;
}
@media (min-width: 800px) {
.AW__project.AW__project__bannerAds img, .AW__project.AW__project__bannerAds video {
margin: 20px 30px 40px;
}
}
@media (min-width: 900px) {
.AW__project p {
columns: 2;
column-gap: 40px;
}
}
.AW__projects_controller {
width: 90vw;
position: fixed;
overflow: scroll;
height: 100vh;
}
@media (min-width: 992px) {
.AW__projects_controller {
width: 80vw;
}
}
.AW__projects {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
padding-top: 20px;
padding-bottom: 40px;
}
.AW__projects .grid__item {
position: relative;
display: flex;
flex: none;
margin: 20px;
cursor: default;
max-height: 380px;
width: calc(100% - 80px);
color: transparent;
cursor: pointer;
}
.AW__projects .grid__item:hover, .AW__projects .grid__item:focus {
outline: none;
}
.AW__projects .grid__item:hover h3,
.AW__projects .grid__item:hover p,
.AW__projects .grid__item:hover span, .AW__projects .grid__item:focus h3,
.AW__projects .grid__item:focus p,
.AW__projects .grid__item:focus span {
transition: 1s;
color: #125c40 !important;
border-color: #125c40;
}
.AW__projects .grid__item span {
display: block;
max-width: 76px;
}
@media (min-width: 992px) {
.grid {
justify-content: flex-end;
padding: 40px 20px 60px;
}
.grid .grid__item {
width: calc(33.33333% - 40px);
}
.grid .grid__item--c1 {
margin-top: 35%;
}
.grid .grid__item--c2 {
margin-top: 0%;
}
.grid .grid__item--c3 {
margin-top: 15%;
}
.grid .grid__item--c4 {
margin-top: -31%;
margin-right: calc(33.3% + 20px);
}
}
@media (min-width: 1500px) {
.grid {
justify-content: flex-end;
padding: 40px 20px 60px;
}
.grid .grid__item {
width: calc(33.33333% - 40px);
}
.grid .grid__item--c1 {
margin-top: 25%;
}
.grid .grid__item--c2 {
margin-top: 0%;
}
.grid .grid__item--c3 {
margin-top: 7%;
}
.grid .grid__item--c4 {
margin-top: -21%;
}
}
/*# sourceMappingURL=styles.css.map */ | src/styles.css | @charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
audio, canvas, video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden] {
display: none;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
a:focus {
outline: thin dotted;
}
a:active, a:hover {
outline: 0;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
mark {
background: #ff0;
color: #000;
}
code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre-wrap;
}
q {
quotes: "“" "”" "‘" "’";
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
button, input, select, textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
button, input {
line-height: normal;
}
button, select {
text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled], html input[disabled] {
cursor: default;
}
input[type=checkbox], input[type=radio] {
box-sizing: border-box;
padding: 0;
}
input[type=search] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*,
*::after,
*::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
overflow-x: hidden;
}
h1, h2, h3, h4 {
color: #000000;
font-family: "Prata", serif;
}
h1 {
font-size: 30px;
line-height: 40px;
letter-spacing: 3px;
}
h2 {
font-size: 25px;
line-height: 35px;
letter-spacing: 2.4px;
}
h3 {
font-size: 20px;
line-height: 29px;
letter-spacing: 2px;
}
h4 {
font-size: 15px;
line-height: 23px;
letter-spacing: 1.6px;
}
@media (min-width: 992px) {
h1 {
font-size: 35px;
line-height: 45px;
letter-spacing: 3px;
}
h2 {
font-size: 30px;
line-height: 40px;
letter-spacing: 2.4px;
}
h3 {
font-size: 25px;
line-height: 34px;
letter-spacing: 2px;
}
h4 {
font-size: 20px;
line-height: 29px;
letter-spacing: 1.6px;
}
}
span, p, a {
font-family: "Barlow Semi Condensed", sans-serif;
}
p {
font-size: 14px;
line-height: 19px;
letter-spacing: 0.9px;
widows: 3;
orphans: 3;
color: #000000;
font-weight: 400;
}
a, span {
text-decoration: none;
color: #000000;
outline: none;
transition: color 0.2s;
font-size: 14px;
line-height: 17px;
letter-spacing: 1.5px;
text-transform: uppercase;
}
a:hover {
color: #939393;
transition: 0.5s;
border-color: #939393;
}
div:focus, button:focus {
outline: 0;
}
.AW__index__logo_glitch_contain {
position: absolute;
width: 100%;
height: 100%;
}
.content__text {
animation-name: glitch-anim-text;
animation-duration: 40s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(40s + 8s * 0.25);
}
.content__text1 {
animation-name: glitch-anim-text;
animation-duration: 40s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(40s + 7s * 0.25);
}
.content__text2 {
animation-name: glitch-anim-text;
animation-duration: 40s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(40s + 9s * 0.25);
}
.content__text3 {
animation-name: glitch-anim-text;
animation-duration: 50s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(12s + 50s * 0.25);
}
.content__text4 {
animation-name: glitch-anim-text;
animation-duration: 50s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(12s + 50s * 0.25);
}
.content__text5 {
animation-name: glitch-anim-text;
animation-duration: 50s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(50s + 12s * 0.25);
}
.content__text6 {
animation-name: glitch-anim-text;
animation-duration: 30s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(30s + 13s * 0.25);
}
.content__text7 {
animation-name: glitch-anim-text;
animation-duration: 30s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(30s + 12s * 0.25);
}
.content__text8 {
animation-name: glitch-anim-text;
animation-duration: 31s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(31s + 13s * 0.25);
}
.content__text9 {
animation-name: glitch-anim-text;
animation-duration: 80s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(80s + 16s * 0.25);
}
.content__text10 {
animation-name: glitch-anim-text;
animation-duration: 80s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(80s + 17s * 0.25);
}
.content__text10 {
animation-name: glitch-anim-text;
animation-duration: 80s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-delay: calc(80s + 15s * 0.25);
}
/* Glitch styles */
.glitch {
--glitch-width: 100%;
--glitch-height: 100%;
--gap-horizontal: 10px;
--gap-vertical: 5px;
--time-anim: 8s;
--delay-anim: 9s;
--blend-mode-1: none;
--blend-mode-2: none;
--blend-mode-3: none;
--blend-mode-4: none;
--blend-mode-5: overlay;
--blend-color-1: transparent;
--blend-color-2: transparent;
--blend-color-3: transparent;
--blend-color-4: transparent;
--blend-color-5: transparent;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: var(--glitch-width);
height: var(--glitch-height);
overflow: hidden;
}
.glitch1 {
--gap-horizontal: 8px;
--gap-vertical: 20px;
--time-anim: 40s;
--delay-anim: 8s;
}
.glitch2 {
--gap-horizontal: 5px;
--gap-vertical: 60px;
--time-anim: 50s;
--delay-anim: 12s;
}
.glitch3 {
--gap-horizontal: 12px;
--gap-vertical: 30px;
--time-anim: 30s;
--delay-anim: 13s;
}
.glitch4 {
--gap-horizontal: 2px;
--gap-vertical: 90px;
--time-anim: 80s;
--delay-anim: 16s;
}
.glitch__img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(./images/logo/AustinWeightLOGO-1.gif) no-repeat;
background-color: var(--blend-color-1);
background-size: cover;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
background-blend-mode: var(--blend-mode-1);
}
.glitch__img.glitch__img_trans {
opacity: 0;
}
.glitch__img:nth-child(n+2) {
opacity: 0;
}
.glitch__img:nth-child(n+2) {
animation-duration: var(--time-anim);
animation-delay: var(--delay-anim);
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.glitch__img:nth-child(2) {
background-color: var(--blend-color-2);
background-blend-mode: var(--blend-mode-2);
animation-name: glitch-anim-1;
}
.glitch__img:nth-child(3) {
background-color: var(--blend-color-3);
background-blend-mode: var(--blend-mode-3);
animation-name: glitch-anim-2;
}
.glitch__img:nth-child(4) {
background-color: var(--blend-color-4);
background-blend-mode: var(--blend-mode-4);
animation-name: glitch-anim-3;
}
.glitch__img:nth-child(5) {
background-color: var(--blend-color-5);
background-blend-mode: var(--blend-mode-5);
animation-name: glitch-anim-flash;
}
/* Animations */
@keyframes glitch-anim-1 {
0% {
opacity: 1;
transform: translate3d(var(--gap-horizontal), 0, 0);
-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
}
2% {
-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
}
4% {
-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
}
6% {
-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
}
8% {
-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
}
10% {
-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
}
12% {
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
}
14% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
}
16% {
-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
}
18% {
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
}
20% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
}
21.9% {
opacity: 1;
transform: translate3d(var(--gap-horizontal), 0, 0);
}
22%, 100% {
opacity: 0;
transform: translate3d(0, 0, 0);
-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
}
@keyframes glitch-anim-2 {
0% {
opacity: 1;
transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
-webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
}
3% {
-webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
}
5% {
-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
}
7% {
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
}
9% {
-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
}
11% {
-webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
}
13% {
-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
}
15% {
-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
}
17% {
-webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
}
19% {
-webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
}
20% {
-webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
}
21.9% {
opacity: 1;
transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
}
22%, 100% {
opacity: 0;
transform: translate3d(0, 0, 0);
-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
}
@keyframes glitch-anim-3 {
0% {
opacity: 1;
transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
}
1.5% {
-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
}
2% {
-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
}
2.5% {
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
}
3% {
-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
}
5% {
-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
}
5.5% {
-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
}
7% {
-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
}
8% {
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
}
9% {
-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
}
10.5% {
-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
}
11% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
}
13% {
-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
}
14% {
-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
}
14.5% {
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
}
15% {
-webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
}
16% {
-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
}
18% {
-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
}
20% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
}
21.9% {
opacity: 1;
transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
}
22%, 100% {
opacity: 0;
transform: translate3d(0, 0, 0);
-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
}
@keyframes glitch-anim-text {
0% {
transform: translate3d(calc(-1 * 30px), 0, 0) scale3d(-1, -1, 1);
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
}
2% {
-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
}
4% {
-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
}
5% {
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
}
6% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
}
7% {
-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
}
8% {
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
}
9% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
}
9.9% {
transform: translate3d(calc(-1 * 30px), 0, 0) scale3d(-1, -1, 1);
}
10%, 100% {
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}
/* Flash */
@keyframes glitch-anim-flash {
0%, 5% {
opacity: 0.2;
transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
}
5.5%, 100% {
opacity: 0;
transform: translate3d(0, 0, 0);
}
}
canvas {
background-color: #deeeed;
}
.AW__index {
position: absolute;
z-index: 1000;
top: 0;
background: white;
transition: 0.8s;
transition-property: left;
left: 0;
background-color: #deeeed;
box-shadow: 0px 4px 11px rgba(75, 49, 49, 0.41);
width: 100vw;
overflow-x: hidden;
}
.AW__index canvas {
opacity: var(--opacityWeight);
cursor: pointer;
}
.AW__index .accordion {
border: none;
}
.AW__index .accordion .accordion__title {
background-color: transparent;
color: #000000;
}
.AW__index .accordion .accordion__title:hover {
background-color: transparent;
}
.AW__index .AW__index__weight__Loader {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
z-index: 1000000;
background: white;
height: 100vh;
opacity: 1;
transition: 0.2s;
}
.AW__index .AW__index__weight__Loader.AW__index__weight__Loader__fade {
opacity: 0;
transition: 0.2s;
}
.AW__index .AW__index__weight__Loader:after {
content: " ";
background: url("./images/logo/AustinWeightLogo.gif");
background-position: center;
background-size: cover;
position: absolute;
width: 100px;
height: 100px;
z-index: 1000;
top: calc(50% - 50px);
left: calc(50% - 50px);
}
.AW__index.AW__index__open {
left: 90vw;
overflow-y: hidden;
height: 100vh;
}
.AW__index .AW__index__logo {
position: absolute;
background: white;
width: 50px;
height: 100%;
}
.AW__index .AW__index__logo .AW__index__logo_inner:hover .glitch__img {
display: none;
}
.AW__index .AW__index__logo span {
top: 40px;
left: 20px;
width: 100px;
height: 100px;
position: absolute;
}
.AW__index .AW__index__logo span::after {
position: absolute;
content: " ";
width: 100px;
height: 100px;
background-size: cover;
}
.AW__index .AW__index__logo span:hover::after {
width: 100px;
height: 100px;
background: url("./images/logo/AustinWeightLogo.gif");
background-size: cover;
}
.AW__index .AW__projects_work {
margin-top: 90vh;
text-transform: uppercase;
}
.AW__index .AW__projects_work a {
border-bottom: 2px solid white;
padding-bottom: 3px;
padding-left: 70px;
cursor: pointer;
}
.AW__index .AW__index__overlay {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
background: white;
z-index: 1000000;
left: 0;
transition: 0.8s;
opacity: 0.5;
}
.AW__index .AW__index__overlay.AW__index__overlay__open {
left: 90vw;
}
.AW__index .AW__projects_bio {
margin: 80px 40px 40px 70px;
width: calc(100vw - 120px);
}
.AW__index .AW__projects_bio span {
padding-top: 50px;
display: block;
}
.AW__index .accordion .accordion__title {
padding: 0px;
}
.AW__index .accordion .accordion__title h2 {
font-size: 20px;
}
.AW__index .accordion .accordion__title h3 {
border-bottom: 2px solid white;
padding-bottom: 3px;
padding-left: 26px;
cursor: pointer;
width: max-content;
margin-left: -25px;
margin-top: 40px;
font-size: 14px;
line-height: 17px;
letter-spacing: 1.5px;
text-transform: uppercase;
font-family: "Barlow Semi Condensed", sans-serif;
}
.AW__index .accordion__body {
padding: 0px;
}
.AW__index .accordion__body h2 {
font-size: 20px;
}
.AW__index .accordion__body span, .AW__index .accordion__body a {
padding: 0px 25px 20px 0px;
}
.AW__index .AW__projects_bio__inner__text {
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
padding: 20px 0 10px;
}
.AW__index .AW__projects_bio__inner__text h2 {
width: 100%;
margin: 15px 0px 15px;
font-size: 17px;
text-transform: uppercase;
}
.AW__index .AW__projects_bio__inner__text__link {
font-size: 23px;
}
@media (min-width: 992px) {
.AW__index.AW__index__open {
left: 80vw;
}
.AW__index .AW__index__logo {
width: 90px;
}
.AW__index .AW__index__logo span {
top: 60px;
left: 65px;
width: 140px;
height: 140px;
}
.AW__index .AW__index__logo span::after {
width: 140px;
height: 140px;
}
.AW__index .AW__index__logo span:hover::after {
width: 140px;
height: 140px;
}
.AW__index .AW__projects_work a {
padding-left: 110px;
}
.AW__index .AW__index__overlay.AW__index__overlay__open {
left: 80vw;
}
.AW__index .AW__projects_bio {
margin: 150px 40px 40px 110px;
width: calc(100vw - 150px);
}
.AW__index .AW__projects_bio .AW__projects_bio__inner {
max-width: 900px;
}
.AW__index .AW__projects_bio__inner__text__link {
font-size: 30px;
}
}
.AW__404_page {
display: flex;
width: 100vw;
height: 100vh;
position: absolute;
justify-content: center;
align-content: center;
align-items: center;
flex-wrap: wrap;
}
.AW__404_page h1, .AW__404_page h2, .AW__404_page a {
font-family: "Barlow Semi Condensed", sans-serif;
width: 100%;
text-align: center;
margin: 0px 10px;
padding: 0px;
}
.AW__404_page h2 {
margin: 10px;
text-transform: uppercase;
}
.AW__project {
position: relative;
padding: 0 40px 60px;
}
.AW__project h1 {
text-align: left;
width: 100%;
}
.AW__project p {
margin-bottom: 40px;
}
.AW__project img {
width: 100%;
margin-bottom: 40px;
border: 1px solid;
padding: 10px;
box-shadow: 5px 10px;
}
.AW__project.AW__project__bannerAds {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.AW__project.AW__project__bannerAds img, .AW__project.AW__project__bannerAds video {
margin: 20px 30px;
max-width: 300px;
height: auto;
padding: 0 !important;
pointer-events: none;
min-width: 300px;
}
@media (min-width: 800px) {
.AW__project.AW__project__bannerAds img, .AW__project.AW__project__bannerAds video {
margin: 20px 30px 40px;
}
}
@media (min-width: 900px) {
.AW__project p {
columns: 2;
column-gap: 40px;
}
}
.AW__projects_controller {
width: 90vw;
position: fixed;
overflow: scroll;
height: 100vh;
}
@media (min-width: 992px) {
.AW__projects_controller {
width: 80vw;
}
}
.AW__projects {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
padding-top: 20px;
padding-bottom: 40px;
}
.AW__projects .grid__item {
position: relative;
display: flex;
flex: none;
margin: 20px;
cursor: default;
max-height: 380px;
width: calc(100% - 80px);
color: transparent;
cursor: pointer;
}
.AW__projects .grid__item:hover, .AW__projects .grid__item:focus {
outline: none;
}
.AW__projects .grid__item:hover h3,
.AW__projects .grid__item:hover p,
.AW__projects .grid__item:hover span, .AW__projects .grid__item:focus h3,
.AW__projects .grid__item:focus p,
.AW__projects .grid__item:focus span {
transition: 1s;
color: #125c40 !important;
border-color: #125c40;
}
.AW__projects .grid__item span {
display: block;
max-width: 76px;
}
@media (min-width: 992px) {
.grid {
justify-content: flex-end;
padding: 40px 20px 60px;
}
.grid .grid__item {
width: calc(33.33333% - 40px);
}
.grid .grid__item--c1 {
margin-top: 35%;
}
.grid .grid__item--c2 {
margin-top: 0%;
}
.grid .grid__item--c3 {
margin-top: 15%;
}
.grid .grid__item--c4 {
margin-top: -31%;
margin-right: calc(33.3% + 20px);
}
}
@media (min-width: 1500px) {
.grid {
justify-content: flex-end;
padding: 40px 20px 60px;
}
.grid .grid__item {
width: calc(33.33333% - 40px);
}
.grid .grid__item--c1 {
margin-top: 25%;
}
.grid .grid__item--c2 {
margin-top: 0%;
}
.grid .grid__item--c3 {
margin-top: 7%;
}
.grid .grid__item--c4 {
margin-top: -21%;
}
}
/*# sourceMappingURL=styles.css.map */ | 0.500244 | 0.089018 |
@media (max-width: 945px) {
section.home header {
padding: 16px;
}
section.home header div.logo {
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
}
section.home header nav {
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
}
section.home article.home-content {
padding: 0 16px;
}
section.home article.home-content div.home-content-left div.text-content h2 {
font-size: 33px;
width: 100%;
opacity: 1 !important;
}
section.home article.home-content div.home-content-left div.text-content p {
font-size: 19.33px;
width: 100%;
opacity: 1 !important;
}
section.home article.home-content div.home-content-left div.text-content a {
margin-left: 0px !important;
}
section.home article.home-content div.home-content-right img {
width: 450px;
opacity: 1 !important;
}
section.features div.subtitle-container h2 {
font-size: 26px;
margin: 32px 0;
-webkit-transform: translateX(0%) !important;
transform: translateX(0%) !important;
opacity: 1 !important;
}
section.features div.feature-cards {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
-ms-grid-rows: (1fr)[2];
grid-template-rows: repeat(2, 1fr);
padding: 64px;
margin: -64px 0 -32px 0;
gap: 32px 0;
}
section.features div.feature-cards article {
margin-left: 0 !important;
opacity: 1 !important;
}
section.features div.feature-cards article div.feature-card-img {
background: #BAB9BB;
padding: 50px;
margin-bottom: 16px;
border-radius: 50%;
}
section.features div.feature-cards article div.feature-card-img img {
width: 90px;
height: 90px;
}
section.features div.feature-cards article div.text-container h3 {
font-size: 19px;
}
section.features div.feature-cards article div.text-container p {
font-size: 15px;
}
section.prices {
padding: 0 16px;
}
section.prices article.prices div.subtitle-container h2 {
font-size: 26px;
}
section.prices article.prices div.subtitle-container h2 span {
opacity: 1 !important;
}
section.prices article.prices div.subtitle-container h2 span:last-child {
margin-left: 0 !important;
}
section.prices article.prices div.content-container {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
margin-top: 0;
}
section.prices article.prices div.content-container div.small {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
section.prices article.prices div.content-container div.small div.subtitle-container {
margin-bottom: 8px;
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
opacity: 1 !important;
}
section.prices article.prices div.content-container div.small div.subtitle-container h2 {
font-size: 23px;
text-align: center;
}
section.prices article.prices div.content-container div.small div.paragraph-container {
margin-bottom: 8px;
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
opacity: 1 !important;
}
section.prices article.prices div.content-container div.small div.paragraph-container p {
width: 100%;
text-align: center;
}
section.prices article.prices div.content-container div.small div.button-container {
margin-top: 8px;
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
opacity: 1 !important;
}
section.prices article.prices div.content-container div.small div.button-container a {
padding: 10px 100px;
}
section.prices article.prices div.content-container div.small div.button-container a img {
width: 35%;
}
section.prices article.prices div.content-container div.big {
width: 100%;
padding-bottom: 32px;
}
section.prices article.prices div.content-container div.big div.price-card {
min-height: 510px !important;
margin-bottom: 0 !important;
opacity: 1 !important;
}
section.videos {
padding: 0 16px;
}
section.videos article.demo-video div.subtitle-container br {
display: none;
}
section.videos article.demo-video div.subtitle-container h2 {
font-size: 26px;
margin: 16px 0 32px 0;
margin-left: 0 !important;
opacity: 1 !important;
}
section.videos article.demo-video iframe {
opacity: 1 !important;
}
div.getting-started {
padding: 0 16px 0 16px;
}
div.getting-started div.subtitle-container h2 {
font-size: 26px;
margin: 16px 0;
margin-bottom: 0 !important;
opacity: 1 !important;
}
div.getting-started div.content div.content-left {
-webkit-box-flex: .60;
-ms-flex: .60;
flex: .60;
}
div.getting-started div.content div.content-left img {
margin-bottom: 0%;
opacity: 1;
}
div.getting-started div.content div.content-right {
-webkit-box-flex: .40;
-ms-flex: .40;
flex: .40;
padding-left: 16px;
opacity: 1 !important;
margin-bottom: 0px !important;
}
div.getting-started div.content div.content-right h3 {
font-size: 19px;
}
div.getting-started div.content div.content-right span {
font-size: 15px;
}
div.getting-started div.content div.content-right div.link-container a {
font-size: 15px;
}
section.contact {
padding: 32px 16px;
}
section.contact div.contact-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
section.contact div.contact-content article.faq {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
margin-bottom: 32px;
}
section.contact div.contact-content article.faq h2 {
margin-left: 0 !important;
opacity: 1 !important;
}
section.contact div.contact-content article.faq div.dropdown div.row {
margin-left: 0 !important;
opacity: 1 !important;
}
section.contact div.contact-content article.faq div.dropdown div.row header h4 {
font-size: 18px;
}
section.contact div.contact-content article.contact-form {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
}
section.contact div.contact-content article.contact-form h2 {
margin-left: 0 !important;
opacity: 1 !important;
}
section.contact div.contact-content article.contact-form h3 {
opacity: 1 !important;
}
section.contact div.contact-content article.contact-form form {
opacity: 1 !important;
}
section.contact div.contact-content article.contact-form form button {
opacity: 1 !important;
}
footer {
padding: 32px 16px;
}
}
/*# sourceMappingURL=resp_945.css.map */ | public/stylesheets/index/resp_945.css | @media (max-width: 945px) {
section.home header {
padding: 16px;
}
section.home header div.logo {
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
}
section.home header nav {
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
}
section.home article.home-content {
padding: 0 16px;
}
section.home article.home-content div.home-content-left div.text-content h2 {
font-size: 33px;
width: 100%;
opacity: 1 !important;
}
section.home article.home-content div.home-content-left div.text-content p {
font-size: 19.33px;
width: 100%;
opacity: 1 !important;
}
section.home article.home-content div.home-content-left div.text-content a {
margin-left: 0px !important;
}
section.home article.home-content div.home-content-right img {
width: 450px;
opacity: 1 !important;
}
section.features div.subtitle-container h2 {
font-size: 26px;
margin: 32px 0;
-webkit-transform: translateX(0%) !important;
transform: translateX(0%) !important;
opacity: 1 !important;
}
section.features div.feature-cards {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
-ms-grid-rows: (1fr)[2];
grid-template-rows: repeat(2, 1fr);
padding: 64px;
margin: -64px 0 -32px 0;
gap: 32px 0;
}
section.features div.feature-cards article {
margin-left: 0 !important;
opacity: 1 !important;
}
section.features div.feature-cards article div.feature-card-img {
background: #BAB9BB;
padding: 50px;
margin-bottom: 16px;
border-radius: 50%;
}
section.features div.feature-cards article div.feature-card-img img {
width: 90px;
height: 90px;
}
section.features div.feature-cards article div.text-container h3 {
font-size: 19px;
}
section.features div.feature-cards article div.text-container p {
font-size: 15px;
}
section.prices {
padding: 0 16px;
}
section.prices article.prices div.subtitle-container h2 {
font-size: 26px;
}
section.prices article.prices div.subtitle-container h2 span {
opacity: 1 !important;
}
section.prices article.prices div.subtitle-container h2 span:last-child {
margin-left: 0 !important;
}
section.prices article.prices div.content-container {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
margin-top: 0;
}
section.prices article.prices div.content-container div.small {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
section.prices article.prices div.content-container div.small div.subtitle-container {
margin-bottom: 8px;
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
opacity: 1 !important;
}
section.prices article.prices div.content-container div.small div.subtitle-container h2 {
font-size: 23px;
text-align: center;
}
section.prices article.prices div.content-container div.small div.paragraph-container {
margin-bottom: 8px;
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
opacity: 1 !important;
}
section.prices article.prices div.content-container div.small div.paragraph-container p {
width: 100%;
text-align: center;
}
section.prices article.prices div.content-container div.small div.button-container {
margin-top: 8px;
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
opacity: 1 !important;
}
section.prices article.prices div.content-container div.small div.button-container a {
padding: 10px 100px;
}
section.prices article.prices div.content-container div.small div.button-container a img {
width: 35%;
}
section.prices article.prices div.content-container div.big {
width: 100%;
padding-bottom: 32px;
}
section.prices article.prices div.content-container div.big div.price-card {
min-height: 510px !important;
margin-bottom: 0 !important;
opacity: 1 !important;
}
section.videos {
padding: 0 16px;
}
section.videos article.demo-video div.subtitle-container br {
display: none;
}
section.videos article.demo-video div.subtitle-container h2 {
font-size: 26px;
margin: 16px 0 32px 0;
margin-left: 0 !important;
opacity: 1 !important;
}
section.videos article.demo-video iframe {
opacity: 1 !important;
}
div.getting-started {
padding: 0 16px 0 16px;
}
div.getting-started div.subtitle-container h2 {
font-size: 26px;
margin: 16px 0;
margin-bottom: 0 !important;
opacity: 1 !important;
}
div.getting-started div.content div.content-left {
-webkit-box-flex: .60;
-ms-flex: .60;
flex: .60;
}
div.getting-started div.content div.content-left img {
margin-bottom: 0%;
opacity: 1;
}
div.getting-started div.content div.content-right {
-webkit-box-flex: .40;
-ms-flex: .40;
flex: .40;
padding-left: 16px;
opacity: 1 !important;
margin-bottom: 0px !important;
}
div.getting-started div.content div.content-right h3 {
font-size: 19px;
}
div.getting-started div.content div.content-right span {
font-size: 15px;
}
div.getting-started div.content div.content-right div.link-container a {
font-size: 15px;
}
section.contact {
padding: 32px 16px;
}
section.contact div.contact-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
section.contact div.contact-content article.faq {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
margin-bottom: 32px;
}
section.contact div.contact-content article.faq h2 {
margin-left: 0 !important;
opacity: 1 !important;
}
section.contact div.contact-content article.faq div.dropdown div.row {
margin-left: 0 !important;
opacity: 1 !important;
}
section.contact div.contact-content article.faq div.dropdown div.row header h4 {
font-size: 18px;
}
section.contact div.contact-content article.contact-form {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
}
section.contact div.contact-content article.contact-form h2 {
margin-left: 0 !important;
opacity: 1 !important;
}
section.contact div.contact-content article.contact-form h3 {
opacity: 1 !important;
}
section.contact div.contact-content article.contact-form form {
opacity: 1 !important;
}
section.contact div.contact-content article.contact-form form button {
opacity: 1 !important;
}
footer {
padding: 32px 16px;
}
}
/*# sourceMappingURL=resp_945.css.map */ | 0.264074 | 0.108472 |
html {
padding: 0;
margin: 0;
width: 400px;
}
body {
padding: 0;
margin: 0;
width: 400px;
font-size: 12px;
box-sizing: content-box;
}
#main {
padding: 10px;
}
#main > h1 {
margin-top: 0;
}
.icon {
width: 1em;
height: 1em;
opacity: .8;
display: inline-block;
vertical-align: middle;
}
.icon svg {
pointer-events: none;
}
.createSubWindow {
padding: 7px 12px;
border-radius: 4px;
background-color: rgb(230, 90, 30);
color: #fff;
cursor: pointer;
text-align: center;
}
.createSubWindow:hover {
background-color: rgba(230, 90, 30, .6);
}
.config {
margin: 15px 0;
font-size: 1em;
}
.config .config-header {
cursor: pointer;
}
.config .config-header:hover {
opacity: .7;
}
.config-header .icon {
display: none;
}
.config-header[closed] .icon.expand {
display: inline-block;
}
.config-header:not([closed]) .icon.collapse {
display: inline-block;
}
.config-header span {
vertical-align: middle;
}
.config .config-body {
transition: all ease .3s;
}
.config-body.closed {
height: 0;
opacity: 0;
}
.config-body.closed * {
display: none;
}
.config .header {
cursor: pointer;
}
.config-item + .config-item {
margin-top: 15px;
}
.config-item h3 {
font-size: 0.8rem;
display: inline-block;
margin: .3em 1.2em .3em 0;
}
.shortcut h3 {
display: inline-block;
width: 80px;
}
.homepage h3 {
display: inline-block;
width: 80px;
}
.homepage input {
border-radius: 3px;
padding: 3px 7px;
border: 1px solid #ccc;
box-shadow: 0 0 3px rgba(33,33,33,.3);
width: 240px;
}
.add-provider {
margin-top: 10px;
}
.add-provider .icon{
cursor: pointer;
width: 1.4rem;
height: 1.4rem;
transition: all ease .3s;
}
.add-provider .icon:hover {
opacity: .5;
}
.add-provider .add {
color: rgba(10, 200, 30, .7);
}
.add-provider .check {
color: rgba(10, 200, 30, .7);
}
.add-provider .cancel {
margin-left: 15px;
color: rgba(200, 30, 30, .7);
}
.add-provider .check, .add-provider .cancel {
display: none;
}
.provider-list-wrapper {
max-height: 200px;
}
.provider-list .row {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
font-size: 1.1em;
}
.provider-list .row + .row {
margin-top: 7px;
}
.provider-list .row.adding {
margin-top: 10px;
}
.provider-list .row.adding .name {
width: 110px;
}
.provider-list .row.adding .baseurl {
width: 260px;
}
.provider-list .row.adding input[type="text"] {
padding: 3px 7px;
box-sizing: border-box;
}
.provider-list .row .state {
transition: all ease .3s;
opacity: 0;
cursor: pointer;
}
.provider-list .row .state .default {
pointer-events: none;
}
.provider-list .row .state:hover {
opacity: .3;
}
.provider-list .row .state.active {
opacity: 1;
}
.provider-list .row .name {
width: 70px;
}
.provider-list .row .baseurl {
width: 240px;
}
.provider-list .row .action .icon {
font-size: 1rem;
cursor: pointer;
}
.provider-list .row .action .icon:hover {
opacity: .5;
}
.provider-list .row .action .icon + .icon{
margin-left: 4px;
}
.provider-list .row .action .modify {
color:rgba(30, 90, 230, .8);
}
.provider-list .row .action .remove {
color: rgba(200, 30, 30, .7);
}
.provider-list .row .action .cancel {
display: none;
color: rgba(200, 30, 30, .7);
}
.provider-list .row .col input {
width: 100%;
}
.provider-list .row input {
border-radius: 3px;
padding: 3px 7px;
border: 1px solid #ccc;
box-shadow: 0 0 3px rgba(33,33,33,.3);
}
.provider-list .row input.edit-name {
font-size: unset;
width: 70px;
}
.provider-list .row input.edit-baseurl {
font-size: unset;
width: 200px;
} | src/popup/index.css | html {
padding: 0;
margin: 0;
width: 400px;
}
body {
padding: 0;
margin: 0;
width: 400px;
font-size: 12px;
box-sizing: content-box;
}
#main {
padding: 10px;
}
#main > h1 {
margin-top: 0;
}
.icon {
width: 1em;
height: 1em;
opacity: .8;
display: inline-block;
vertical-align: middle;
}
.icon svg {
pointer-events: none;
}
.createSubWindow {
padding: 7px 12px;
border-radius: 4px;
background-color: rgb(230, 90, 30);
color: #fff;
cursor: pointer;
text-align: center;
}
.createSubWindow:hover {
background-color: rgba(230, 90, 30, .6);
}
.config {
margin: 15px 0;
font-size: 1em;
}
.config .config-header {
cursor: pointer;
}
.config .config-header:hover {
opacity: .7;
}
.config-header .icon {
display: none;
}
.config-header[closed] .icon.expand {
display: inline-block;
}
.config-header:not([closed]) .icon.collapse {
display: inline-block;
}
.config-header span {
vertical-align: middle;
}
.config .config-body {
transition: all ease .3s;
}
.config-body.closed {
height: 0;
opacity: 0;
}
.config-body.closed * {
display: none;
}
.config .header {
cursor: pointer;
}
.config-item + .config-item {
margin-top: 15px;
}
.config-item h3 {
font-size: 0.8rem;
display: inline-block;
margin: .3em 1.2em .3em 0;
}
.shortcut h3 {
display: inline-block;
width: 80px;
}
.homepage h3 {
display: inline-block;
width: 80px;
}
.homepage input {
border-radius: 3px;
padding: 3px 7px;
border: 1px solid #ccc;
box-shadow: 0 0 3px rgba(33,33,33,.3);
width: 240px;
}
.add-provider {
margin-top: 10px;
}
.add-provider .icon{
cursor: pointer;
width: 1.4rem;
height: 1.4rem;
transition: all ease .3s;
}
.add-provider .icon:hover {
opacity: .5;
}
.add-provider .add {
color: rgba(10, 200, 30, .7);
}
.add-provider .check {
color: rgba(10, 200, 30, .7);
}
.add-provider .cancel {
margin-left: 15px;
color: rgba(200, 30, 30, .7);
}
.add-provider .check, .add-provider .cancel {
display: none;
}
.provider-list-wrapper {
max-height: 200px;
}
.provider-list .row {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
font-size: 1.1em;
}
.provider-list .row + .row {
margin-top: 7px;
}
.provider-list .row.adding {
margin-top: 10px;
}
.provider-list .row.adding .name {
width: 110px;
}
.provider-list .row.adding .baseurl {
width: 260px;
}
.provider-list .row.adding input[type="text"] {
padding: 3px 7px;
box-sizing: border-box;
}
.provider-list .row .state {
transition: all ease .3s;
opacity: 0;
cursor: pointer;
}
.provider-list .row .state .default {
pointer-events: none;
}
.provider-list .row .state:hover {
opacity: .3;
}
.provider-list .row .state.active {
opacity: 1;
}
.provider-list .row .name {
width: 70px;
}
.provider-list .row .baseurl {
width: 240px;
}
.provider-list .row .action .icon {
font-size: 1rem;
cursor: pointer;
}
.provider-list .row .action .icon:hover {
opacity: .5;
}
.provider-list .row .action .icon + .icon{
margin-left: 4px;
}
.provider-list .row .action .modify {
color:rgba(30, 90, 230, .8);
}
.provider-list .row .action .remove {
color: rgba(200, 30, 30, .7);
}
.provider-list .row .action .cancel {
display: none;
color: rgba(200, 30, 30, .7);
}
.provider-list .row .col input {
width: 100%;
}
.provider-list .row input {
border-radius: 3px;
padding: 3px 7px;
border: 1px solid #ccc;
box-shadow: 0 0 3px rgba(33,33,33,.3);
}
.provider-list .row input.edit-name {
font-size: unset;
width: 70px;
}
.provider-list .row input.edit-baseurl {
font-size: unset;
width: 200px;
} | 0.432303 | 0.064624 |
html,body {
height:100%;
/*
background:center no-repeat fixed url('/assets/example/bg_suburb.jpg');
background-size: cover;
*/
}
.icon-bar {
background-color:#fff;
}
.navbar-trans {
background-color:#279ddd;
color:#fff;
}
.navbar-trans li>a:hover,.navbar-trans li>a:focus,.navbar-trans li.active {
background-color:#38afef;
}
.navbar-trans a{
color:#fefefe;
}
.navbar-trans .form-control:focus {
border-color: #eee;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
}
section {
padding-top:70px;
padding-bottom:50px;
min-height:calc(100% - 1px);
}
.v-center {
padding-top:10%;
font-size:70px;
}
.well {
border-color:transparent;
}
a.list-group-item.active,[class*='-info'] {
background-color: #168ccc;
color:#fff;
}
#section2 {
background-color: #fff;
color:#444;
}
#section1, #section6 {
background-color: #e5e5ef;
color:#686868;
}
#section4 {
background-color: #168ccc;
color:#ddd;
}
#section3 {
background-color: #168ccc;
color:#ddd;
}
#section3 a { color:#fff; }
footer {
background-color:#494949;
color:#ddd;
min-height:100px;
padding-top:20px;
padding-bottom:40px;
}
footer .nav>li>a {
padding:3px;
color:#ccc;
}
footer .nav>li>a:hover {
background-color:transparent;
color:#fff;
}
/*
Some elements may or may not be displayed depending on what we find in the URL or local storage.
initialize_page() should set it correctly, but hide it initially.
Because it makes for a weird flash if we show something on load then immediately hide it again.
*/
body:not(.initialized) .initialized-only { visibility:hidden }
.fontello-icon { font-size:24px }
.filter-icon { display:none}
.filter-icon.selected { display:block }
#claim-form { width:100% }
.button-row{ padding-top:40px; }
table.filter-winner--winner-yes tr.contract-data-row:not(.winner-yes) { display:none !important}
table.filter-winner--winner-no tr.contract-data-row:not(.winner-no) { display:none !important}
table.filter-winner--winner-undecided tr.contract-data-row:not(.winner-undecided) { display:none !important }
table.filter-funds--funded-i-won tr.contract-data-row:not(.funded) { display:none !important }
table.filter-funds--funded-i-won tr.contract-data-row:not(.i-won) { display:none !important }
table.filter-funds--funded-i-lost tr.contract-data-row:not(.funded) { display:none !important }
table.filter-funds--funded-i-lost tr.contract-data-row:not(.i-lost) { display:none !important }
table.filter-funds--funded-undecided tr.contract-data-row:not(.funded) { display:none !important }
table.filter-funds--funded-undecided tr.contract-data-row:not(.undecided) { display:none !important }
table.filter-funds--unfunded tr.contract-data-row:not(.unfunded) { display:none !important }
tr.contract-data-row:not(.winner-yes) .needs-winner-yes { display:none }
tr.contract-data-row:not(.winner-no) .needs-winner-no { display:none }
tr.contract-data-row:not(.winner-undecided) .needs-winner-undecided { display:none }
tr.contract-data-row:not(.funded) .contract-detail.needs-funded{ display:none }
tr.contract-data-row:not(.unfunded) .contract-detail.needs-unfunded{ display:none }
tr.contract-data-row:not(.wins-on-yes) .contract-detail.needs-wins-on-yes { display:none }
tr.contract-data-row:not(.wins-on-no) .contract-detail.needs-wins-on-no { display:none }
tr.contract-data-row:not(.wins-on-none) .contract-detail.needs-wins-on-none { display:none }
tr.contract-data-row:not(.decided) .contract-detail.needs-decided { display:none }
tr.contract-data-row:not(.undecided) .contract-detail.needs-undecided { display:none }
tr.contract-data-row:not(.key-not-ready) .contract-detail.needs-key-not-ready { display:none }
tr.contract-data-row:not(.i-won) .contract-detail.needs-i-won { display:none }
tr.contract-data-row:not(.i-lost) .contract-detail.needs-i-lost { display:none }
tr.contract-data-row:not(.funded) .btn.claim-button { visibility:hidden }
tr.contract-data-row:not(.i-won) .btn.claim-button { visibility:hidden }
tr.contract-data-row.decided .btn.fund-button { visibility:hidden }
#section3:not(.populating) div.populating-only { visibility:hidden }
#section3:not(.populated) div.populated-only { visibility:hidden }
#section3.populated div.unpopulated-only { display:none }
#section3.populating div.unpopulated-only { display:none }
.activity-icon { padding: 10px; margin:2px; }
.activity-icon.selected { border: 2px solid #428bca; border-radius: 10px }
.activity-icon:not(.selected) { padding:12px } /* Extra 1px padding to take the same space as 1px border */
/* We'll show this once they have a valid seed to make a key from */
.public-key-display { display:none }
.dev_warning { border:1px solid; color:red; text-align:center }
.for-debugging { display:nonez }
.linkable-anchor { padding-top: 40px; margin-top: -40px; }
.view-goal-form-loading { display:none }
section.goal-stored .view-goal-store { display: none }
body:not(.mnemonic-created-and-confirmed) li.needs-mnemonic-created-and-confirmed a { color:gray }
body.mnemonic-created-and-confirmed #confirm-mnemonic-button { display: none }
body.athlete-connected #authenticate-runkeeper-user {display:none}
/*
We'll pull this button out of the main flow to make it appear first on mobile
...but set a margin to match the padding on larger devices when it appears in the right-hand column
*/
#authenticate-runkeeper-user { margin-left: 15px }
/*
In theory you might want to set a different user and track someone else.
But for now assume it'll be you to keep the UI simple.
*/
#user { display:none }
.goal-view-section:not(.wins-on-yes) .contract-detail.needs-wins-on-yes { display:none }
.goal-view-section:not(.wins-on-no) .contract-detail.needs-wins-on-no { display:none }
.goal-view-section:not(.wins-on-none) .contract-detail.needs-wins-on-none { display:none }
.goal-view-section:not(.decided) .contract-detail.needs-decided { display:none }
.goal-view-section:not(.undecided) .contract-detail.needs-undecided { display:none }
.goal-view-section:not(.key-not-ready) .contract-detail.needs-key-not-ready { display:none }
.goal-view-section:not(.i-won) .contract-detail.needs-i-won { display:none }
.goal-view-section:not(.i-lost) .contract-detail.needs-i-lost { display:none }
.goal-view-balance-container { display:none }
.goal-view-reality-key-link-container { display:none; bottom:5px }
#set-goal-form .form-group { height:50px; vertical-align:middle !important }
/* Start by hiding all the buttons on the goal setting form, then show them where necessary */
.goal-section .set-goal-submit { display:none }
.goal-section .jump-to-secret{ display:none }
.goal-section .jump-to-connect{ display:none }
body.initialized.mnemonic-created-and-confirmed.athlete-connected .set-goal-submit {display:inline}
body.initialized.athlete-connected:not(.mnemonic-created-and-confirmed) .jump-to-secret{ display:inline}
/*
There will be a single item at the bottom of the page for showing an individual contract
This will be empty unless you hit "view" or have the details in a URL.
We use visibility hidden here instead of display none to avoid confusing the browser trying to link to an anchor that isn't being displayed, which can cause strange visual effects.
*/
.goal-view-section { visibility: hidden }
#mnemonic {text-align: center} | css/styles.css | html,body {
height:100%;
/*
background:center no-repeat fixed url('/assets/example/bg_suburb.jpg');
background-size: cover;
*/
}
.icon-bar {
background-color:#fff;
}
.navbar-trans {
background-color:#279ddd;
color:#fff;
}
.navbar-trans li>a:hover,.navbar-trans li>a:focus,.navbar-trans li.active {
background-color:#38afef;
}
.navbar-trans a{
color:#fefefe;
}
.navbar-trans .form-control:focus {
border-color: #eee;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
}
section {
padding-top:70px;
padding-bottom:50px;
min-height:calc(100% - 1px);
}
.v-center {
padding-top:10%;
font-size:70px;
}
.well {
border-color:transparent;
}
a.list-group-item.active,[class*='-info'] {
background-color: #168ccc;
color:#fff;
}
#section2 {
background-color: #fff;
color:#444;
}
#section1, #section6 {
background-color: #e5e5ef;
color:#686868;
}
#section4 {
background-color: #168ccc;
color:#ddd;
}
#section3 {
background-color: #168ccc;
color:#ddd;
}
#section3 a { color:#fff; }
footer {
background-color:#494949;
color:#ddd;
min-height:100px;
padding-top:20px;
padding-bottom:40px;
}
footer .nav>li>a {
padding:3px;
color:#ccc;
}
footer .nav>li>a:hover {
background-color:transparent;
color:#fff;
}
/*
Some elements may or may not be displayed depending on what we find in the URL or local storage.
initialize_page() should set it correctly, but hide it initially.
Because it makes for a weird flash if we show something on load then immediately hide it again.
*/
body:not(.initialized) .initialized-only { visibility:hidden }
.fontello-icon { font-size:24px }
.filter-icon { display:none}
.filter-icon.selected { display:block }
#claim-form { width:100% }
.button-row{ padding-top:40px; }
table.filter-winner--winner-yes tr.contract-data-row:not(.winner-yes) { display:none !important}
table.filter-winner--winner-no tr.contract-data-row:not(.winner-no) { display:none !important}
table.filter-winner--winner-undecided tr.contract-data-row:not(.winner-undecided) { display:none !important }
table.filter-funds--funded-i-won tr.contract-data-row:not(.funded) { display:none !important }
table.filter-funds--funded-i-won tr.contract-data-row:not(.i-won) { display:none !important }
table.filter-funds--funded-i-lost tr.contract-data-row:not(.funded) { display:none !important }
table.filter-funds--funded-i-lost tr.contract-data-row:not(.i-lost) { display:none !important }
table.filter-funds--funded-undecided tr.contract-data-row:not(.funded) { display:none !important }
table.filter-funds--funded-undecided tr.contract-data-row:not(.undecided) { display:none !important }
table.filter-funds--unfunded tr.contract-data-row:not(.unfunded) { display:none !important }
tr.contract-data-row:not(.winner-yes) .needs-winner-yes { display:none }
tr.contract-data-row:not(.winner-no) .needs-winner-no { display:none }
tr.contract-data-row:not(.winner-undecided) .needs-winner-undecided { display:none }
tr.contract-data-row:not(.funded) .contract-detail.needs-funded{ display:none }
tr.contract-data-row:not(.unfunded) .contract-detail.needs-unfunded{ display:none }
tr.contract-data-row:not(.wins-on-yes) .contract-detail.needs-wins-on-yes { display:none }
tr.contract-data-row:not(.wins-on-no) .contract-detail.needs-wins-on-no { display:none }
tr.contract-data-row:not(.wins-on-none) .contract-detail.needs-wins-on-none { display:none }
tr.contract-data-row:not(.decided) .contract-detail.needs-decided { display:none }
tr.contract-data-row:not(.undecided) .contract-detail.needs-undecided { display:none }
tr.contract-data-row:not(.key-not-ready) .contract-detail.needs-key-not-ready { display:none }
tr.contract-data-row:not(.i-won) .contract-detail.needs-i-won { display:none }
tr.contract-data-row:not(.i-lost) .contract-detail.needs-i-lost { display:none }
tr.contract-data-row:not(.funded) .btn.claim-button { visibility:hidden }
tr.contract-data-row:not(.i-won) .btn.claim-button { visibility:hidden }
tr.contract-data-row.decided .btn.fund-button { visibility:hidden }
#section3:not(.populating) div.populating-only { visibility:hidden }
#section3:not(.populated) div.populated-only { visibility:hidden }
#section3.populated div.unpopulated-only { display:none }
#section3.populating div.unpopulated-only { display:none }
.activity-icon { padding: 10px; margin:2px; }
.activity-icon.selected { border: 2px solid #428bca; border-radius: 10px }
.activity-icon:not(.selected) { padding:12px } /* Extra 1px padding to take the same space as 1px border */
/* We'll show this once they have a valid seed to make a key from */
.public-key-display { display:none }
.dev_warning { border:1px solid; color:red; text-align:center }
.for-debugging { display:nonez }
.linkable-anchor { padding-top: 40px; margin-top: -40px; }
.view-goal-form-loading { display:none }
section.goal-stored .view-goal-store { display: none }
body:not(.mnemonic-created-and-confirmed) li.needs-mnemonic-created-and-confirmed a { color:gray }
body.mnemonic-created-and-confirmed #confirm-mnemonic-button { display: none }
body.athlete-connected #authenticate-runkeeper-user {display:none}
/*
We'll pull this button out of the main flow to make it appear first on mobile
...but set a margin to match the padding on larger devices when it appears in the right-hand column
*/
#authenticate-runkeeper-user { margin-left: 15px }
/*
In theory you might want to set a different user and track someone else.
But for now assume it'll be you to keep the UI simple.
*/
#user { display:none }
.goal-view-section:not(.wins-on-yes) .contract-detail.needs-wins-on-yes { display:none }
.goal-view-section:not(.wins-on-no) .contract-detail.needs-wins-on-no { display:none }
.goal-view-section:not(.wins-on-none) .contract-detail.needs-wins-on-none { display:none }
.goal-view-section:not(.decided) .contract-detail.needs-decided { display:none }
.goal-view-section:not(.undecided) .contract-detail.needs-undecided { display:none }
.goal-view-section:not(.key-not-ready) .contract-detail.needs-key-not-ready { display:none }
.goal-view-section:not(.i-won) .contract-detail.needs-i-won { display:none }
.goal-view-section:not(.i-lost) .contract-detail.needs-i-lost { display:none }
.goal-view-balance-container { display:none }
.goal-view-reality-key-link-container { display:none; bottom:5px }
#set-goal-form .form-group { height:50px; vertical-align:middle !important }
/* Start by hiding all the buttons on the goal setting form, then show them where necessary */
.goal-section .set-goal-submit { display:none }
.goal-section .jump-to-secret{ display:none }
.goal-section .jump-to-connect{ display:none }
body.initialized.mnemonic-created-and-confirmed.athlete-connected .set-goal-submit {display:inline}
body.initialized.athlete-connected:not(.mnemonic-created-and-confirmed) .jump-to-secret{ display:inline}
/*
There will be a single item at the bottom of the page for showing an individual contract
This will be empty unless you hit "view" or have the details in a URL.
We use visibility hidden here instead of display none to avoid confusing the browser trying to link to an anchor that isn't being displayed, which can cause strange visual effects.
*/
.goal-view-section { visibility: hidden }
#mnemonic {text-align: center} | 0.288569 | 0.068351 |
* {margin: 0; padding: 0;}
html, body {min-height: 100%;}
body {
text-align: center;
padding-top: 100px;
background: #3b8398;
background: linear-gradient(#3b8398, #74fdff);
font-family: 'Merriweather Sans', arial, verdana;
}
.breadcrumb {
display: inline-block;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
overflow: hidden;
border-radius: 5px;
counter-reset: flag;
}
.breadcrumb a {
text-decoration: none;
outline: none;
display: block;
float: left;
font-size: 12px;
line-height: 36px;
color: white;
padding: 0 10px 0 60px;
background: #666;
background: linear-gradient(#666, #333);
position: relative;
}
.breadcrumb a:first-child {
padding-left: 46px;
border-radius: 5px 0 0 5px;
}
.breadcrumb a:first-child:before {
left: 14px;
}
.breadcrumb a:last-child {
border-radius: 0 5px 5px 0;
padding-right: 20px;
}
/*hover/active styles*/
.breadcrumb a.active, .breadcrumb a:hover{
background: #333;
background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
background: #333;
background: linear-gradient(135deg, #333, #000);
}
.breadcrumb a:after {
content: '';
position: absolute;
top: 0;
right: -18px;
width: 36px;
height: 36px;
transform: scale(0.707) rotate(45deg);
z-index: 1;
background: #666;
background: linear-gradient(135deg, #666, #333);
box-shadow:
2px -2px 0 2px rgba(0, 0, 0, 0.4),
3px -3px 0 2px rgba(255, 255, 255, 0.1);
border-radius: 0 5px 0 50px;
}
.breadcrumb a:last-child:after {
content: '';
}
.breadcrumb a:before {
content: counter(flag);
counter-increment: flag;
/*some styles now*/
border-radius: 100%;
width: 20px;
height: 20px;
line-height: 20px;
margin: 8px 0;
position: absolute;
top: 0;
left: 30px;
background: #444;
background: linear-gradient(#444, #222);
font-weight: bold;
}
.flat a, .flat a:after {
background: white;
color: black;
transition: all 0.5s;
}
.flat a:before {
background: white;
box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active,
.flat a:hover:after, .flat a.active:after{
background: #ff60ff;
}
.button {
width: 200px;
height: 100px;
display: block;
}
.start {
background-image: url('../buttons/start.png');
}
.stop {
background-image: url('../buttons/stop.png');
}
.reset {
background-image: url('../buttons/reset.png');
}
.speed1400 {
background-image: url('../buttons/1400.png');
}
.speed2800 {
background-image: url('../buttons/2800.png');
}
.plus1 {
background-image: url('../buttons/plus1.png');
}
.neg1 {
background-image: url('../buttons/neg1.png');
}
.neg2 {
background-image: url('../buttons/neg2.png');
}
.neg3 {
background-image: url('../buttons/neg3.png');
}
.neg4 {
background-image: url('../buttons/neg4.png');
}
.neg5 {
background-image: url('../buttons/neg5.png');
}
.neg6 {
background-image: url('../buttons/neg6.png');
}
.neg7 {
background-image: url('../buttons/neg7.png');
}
.neg8 {
background-image: url('../buttons/neg8.png');
}
.neg9 {
background-image: url('../buttons/neg9.png');
}
.neg10 {
background-image: url('../buttons/neg10.png');
}
.buttons-wrapper {
width:900px;
margin:auto;
text-align: left;
}
ul#digit-buttons {
width:650px;
float:left;
}
ul#digit-buttons li,
ul#control-buttons li {
width:201px;
display:inline-block;
}
ul#control-buttons {
width: 200px;
float:left;
}
span#timer-icon {
background-image: url('../assets/timer.gif');
width: 25px;
height: 25px;
display: inline-block;
}
div#rate-wrapper {
margin:auto;
width: 900px;
}
div#rate {
background-image: url('../assets/currentrate.png');
background-position: center center;
background-repeat: no-repeat;
width: 600px;
height: 30px;
}
div#rate img {
margin-left: 360px;
float:right;
}
h1#logo {
display:inline-block;
background-image: url('../assets/logo.png');
width: 950px;
height:52px;
text-indent: -9999px;
}
div#elixir {
position:relative;
left:0;top:0;
width:100px;
height:100px;
background-image: url('../assets/elixir.png');
} | css/app.css | * {margin: 0; padding: 0;}
html, body {min-height: 100%;}
body {
text-align: center;
padding-top: 100px;
background: #3b8398;
background: linear-gradient(#3b8398, #74fdff);
font-family: 'Merriweather Sans', arial, verdana;
}
.breadcrumb {
display: inline-block;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
overflow: hidden;
border-radius: 5px;
counter-reset: flag;
}
.breadcrumb a {
text-decoration: none;
outline: none;
display: block;
float: left;
font-size: 12px;
line-height: 36px;
color: white;
padding: 0 10px 0 60px;
background: #666;
background: linear-gradient(#666, #333);
position: relative;
}
.breadcrumb a:first-child {
padding-left: 46px;
border-radius: 5px 0 0 5px;
}
.breadcrumb a:first-child:before {
left: 14px;
}
.breadcrumb a:last-child {
border-radius: 0 5px 5px 0;
padding-right: 20px;
}
/*hover/active styles*/
.breadcrumb a.active, .breadcrumb a:hover{
background: #333;
background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
background: #333;
background: linear-gradient(135deg, #333, #000);
}
.breadcrumb a:after {
content: '';
position: absolute;
top: 0;
right: -18px;
width: 36px;
height: 36px;
transform: scale(0.707) rotate(45deg);
z-index: 1;
background: #666;
background: linear-gradient(135deg, #666, #333);
box-shadow:
2px -2px 0 2px rgba(0, 0, 0, 0.4),
3px -3px 0 2px rgba(255, 255, 255, 0.1);
border-radius: 0 5px 0 50px;
}
.breadcrumb a:last-child:after {
content: '';
}
.breadcrumb a:before {
content: counter(flag);
counter-increment: flag;
/*some styles now*/
border-radius: 100%;
width: 20px;
height: 20px;
line-height: 20px;
margin: 8px 0;
position: absolute;
top: 0;
left: 30px;
background: #444;
background: linear-gradient(#444, #222);
font-weight: bold;
}
.flat a, .flat a:after {
background: white;
color: black;
transition: all 0.5s;
}
.flat a:before {
background: white;
box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active,
.flat a:hover:after, .flat a.active:after{
background: #ff60ff;
}
.button {
width: 200px;
height: 100px;
display: block;
}
.start {
background-image: url('../buttons/start.png');
}
.stop {
background-image: url('../buttons/stop.png');
}
.reset {
background-image: url('../buttons/reset.png');
}
.speed1400 {
background-image: url('../buttons/1400.png');
}
.speed2800 {
background-image: url('../buttons/2800.png');
}
.plus1 {
background-image: url('../buttons/plus1.png');
}
.neg1 {
background-image: url('../buttons/neg1.png');
}
.neg2 {
background-image: url('../buttons/neg2.png');
}
.neg3 {
background-image: url('../buttons/neg3.png');
}
.neg4 {
background-image: url('../buttons/neg4.png');
}
.neg5 {
background-image: url('../buttons/neg5.png');
}
.neg6 {
background-image: url('../buttons/neg6.png');
}
.neg7 {
background-image: url('../buttons/neg7.png');
}
.neg8 {
background-image: url('../buttons/neg8.png');
}
.neg9 {
background-image: url('../buttons/neg9.png');
}
.neg10 {
background-image: url('../buttons/neg10.png');
}
.buttons-wrapper {
width:900px;
margin:auto;
text-align: left;
}
ul#digit-buttons {
width:650px;
float:left;
}
ul#digit-buttons li,
ul#control-buttons li {
width:201px;
display:inline-block;
}
ul#control-buttons {
width: 200px;
float:left;
}
span#timer-icon {
background-image: url('../assets/timer.gif');
width: 25px;
height: 25px;
display: inline-block;
}
div#rate-wrapper {
margin:auto;
width: 900px;
}
div#rate {
background-image: url('../assets/currentrate.png');
background-position: center center;
background-repeat: no-repeat;
width: 600px;
height: 30px;
}
div#rate img {
margin-left: 360px;
float:right;
}
h1#logo {
display:inline-block;
background-image: url('../assets/logo.png');
width: 950px;
height:52px;
text-indent: -9999px;
}
div#elixir {
position:relative;
left:0;top:0;
width:100px;
height:100px;
background-image: url('../assets/elixir.png');
} | 0.442877 | 0.168378 |
@tailwind components;
@tailwind utilities;
@tailwind variants;
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #605b94;
--ifm-color-primary-dark: #59558a;
--ifm-color-primary-darker: #504c7c;
--ifm-color-primary-darkest: #433f68;
--ifm-color-primary-light: #7772af;
--ifm-color-primary-lighter: #857fbe;
--ifm-color-primary-lightest: #8a84ce;
--ifm-toc-border-color: rgba(0, 0, 0, 0.15);
--ifm-font-family-base: 'Inter var', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--ifm-code-font-size: 95%;
--ifm-pre-padding: 1.5rem;
}
html {
font-family: var(--ifm-font-family-base);
}
/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #51c5eb;
--ifm-color-primary-dark: #4db9d9;
--ifm-color-primary-darker: #4aa3c4;
--ifm-color-primary-darkest: #3e8eb6;
--ifm-color-primary-light: #6fd5f5;
--ifm-color-primary-lighter: #7ed8f6;
--ifm-color-primary-lightest: #8be1fa;
--ifm-toc-border-color: rgba(255, 255, 255, 0.05);
--ifm-color-emphasis-300: rgba(255, 255, 255, 0.15) !important;
--ifm-color-emphasis-500: rgba(255, 255, 255, 0.35) !important;
--ifm-navbar-search-input-background-color: rgba(255, 255, 255, 0.05);
--ifm-navbar-search-input-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16px" width="16px"><path fill="ffffff" d="M6.02945,10.20327a4.17382,4.17382,0,1,1,4.17382-4.17382A4.15609,4.15609,0,0,1,6.02945,10.20327Zm9.69195,4.2199L10.8989,9.59979A5.88021,5.88021,0,0,0,12.058,6.02856,6.00467,6.00467,0,1,0,9.59979,10.8989l4.82338,4.82338a.89729.89729,0,0,0,1.29912,0,.89749.89749,0,0,0-.00087-1.29909Z" /></svg>');
}
.navbar {
justify-content: center;
}
.navbar-sidebar {
bottom: unset !important;
height: 100vh;
}
.navbar-sidebar__back {
margin-top: 0.7rem;
}
.navbar__inner {
max-width: 1000px;
}
.navbar__search-input {
outline-color: var(--ifm-color-primary) !important;
}
a {
color: var(--ifm-color-primary-darker);
text-decoration: none;
}
h1 { font-size: var(--ifm-h1-font-size); }
h2 { font-size: var(--ifm-h2-font-size); }
h3 { font-size: var(--ifm-h3-font-size); }
h4 { font-size: var(--ifm-h4-font-size); }
h5 { font-size: var(--ifm-h5-font-size); }
h6 { font-size: var(--ifm-h6-font-size); }
.theme-doc-breadcrumbs {
margin: 0.35rem 0 0.5rem 0 !important;
}
.docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.1);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
.navbar__title {
font-family: var(--ifm-font-family-monospace);
}
[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.3);
}
.diagonal-box {
transform: skewY(-6deg);
background-color: rgba(0, 0, 0, 0.15);
}
.diagonal-content {
transform: skewY(6deg);
}
a > span > svg {
display: none;
visibility: hidden;
}
.header-github-link:before {
content: '';
width: 24px;
height: 24px;
display: flex;
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 192.168.127.12.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E") no-repeat;
}
[data-theme='dark'] .header-github-link:before {
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 192.168.127.12.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E") no-repeat;
}
.pagination-nav__link {
border: 1px solid rgba(255, 255, 255, 0.05);
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
[data-theme='dark'] .pagination-nav__link {
border: 1px solid rgba(255, 255, 255, 0.05);
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 997px) {
.navbar kbd {
display: none;
}
}
svg {
display: initial;
}
@supports (backdrop-filter: blur(0)) or (-webkit-backdrop-filter: blur(0)) {
.navbar {
backdrop-filter: blur(6px);
transition: background-color 0.5s cubic-bezier(.4,0,.2,1), box-shadow 0.5s cubic-bezier(.4,0,.2,1);
}
[data-theme='dark'] .navbar {
background-color: transparent;
box-shadow: none;
}
[data-theme='dark'] .navbar.scroll {
background-color: rgba(0, 0, 0, 0.35);
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
[data-theme='light'] .navbar {
background-color: transparent;
box-shadow: none;
}
[data-theme='light'] .navbar.scroll {
background-color: rgba(255, 255, 255, 0.85);
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
} | docs/src/css/custom.css | @tailwind components;
@tailwind utilities;
@tailwind variants;
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #605b94;
--ifm-color-primary-dark: #59558a;
--ifm-color-primary-darker: #504c7c;
--ifm-color-primary-darkest: #433f68;
--ifm-color-primary-light: #7772af;
--ifm-color-primary-lighter: #857fbe;
--ifm-color-primary-lightest: #8a84ce;
--ifm-toc-border-color: rgba(0, 0, 0, 0.15);
--ifm-font-family-base: 'Inter var', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--ifm-code-font-size: 95%;
--ifm-pre-padding: 1.5rem;
}
html {
font-family: var(--ifm-font-family-base);
}
/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #51c5eb;
--ifm-color-primary-dark: #4db9d9;
--ifm-color-primary-darker: #4aa3c4;
--ifm-color-primary-darkest: #3e8eb6;
--ifm-color-primary-light: #6fd5f5;
--ifm-color-primary-lighter: #7ed8f6;
--ifm-color-primary-lightest: #8be1fa;
--ifm-toc-border-color: rgba(255, 255, 255, 0.05);
--ifm-color-emphasis-300: rgba(255, 255, 255, 0.15) !important;
--ifm-color-emphasis-500: rgba(255, 255, 255, 0.35) !important;
--ifm-navbar-search-input-background-color: rgba(255, 255, 255, 0.05);
--ifm-navbar-search-input-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16px" width="16px"><path fill="ffffff" d="M6.02945,10.20327a4.17382,4.17382,0,1,1,4.17382-4.17382A4.15609,4.15609,0,0,1,6.02945,10.20327Zm9.69195,4.2199L10.8989,9.59979A5.88021,5.88021,0,0,0,12.058,6.02856,6.00467,6.00467,0,1,0,9.59979,10.8989l4.82338,4.82338a.89729.89729,0,0,0,1.29912,0,.89749.89749,0,0,0-.00087-1.29909Z" /></svg>');
}
.navbar {
justify-content: center;
}
.navbar-sidebar {
bottom: unset !important;
height: 100vh;
}
.navbar-sidebar__back {
margin-top: 0.7rem;
}
.navbar__inner {
max-width: 1000px;
}
.navbar__search-input {
outline-color: var(--ifm-color-primary) !important;
}
a {
color: var(--ifm-color-primary-darker);
text-decoration: none;
}
h1 { font-size: var(--ifm-h1-font-size); }
h2 { font-size: var(--ifm-h2-font-size); }
h3 { font-size: var(--ifm-h3-font-size); }
h4 { font-size: var(--ifm-h4-font-size); }
h5 { font-size: var(--ifm-h5-font-size); }
h6 { font-size: var(--ifm-h6-font-size); }
.theme-doc-breadcrumbs {
margin: 0.35rem 0 0.5rem 0 !important;
}
.docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.1);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
.navbar__title {
font-family: var(--ifm-font-family-monospace);
}
[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.3);
}
.diagonal-box {
transform: skewY(-6deg);
background-color: rgba(0, 0, 0, 0.15);
}
.diagonal-content {
transform: skewY(6deg);
}
a > span > svg {
display: none;
visibility: hidden;
}
.header-github-link:before {
content: '';
width: 24px;
height: 24px;
display: flex;
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 192.168.127.12.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E") no-repeat;
}
[data-theme='dark'] .header-github-link:before {
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 192.168.127.12.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E") no-repeat;
}
.pagination-nav__link {
border: 1px solid rgba(255, 255, 255, 0.05);
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
[data-theme='dark'] .pagination-nav__link {
border: 1px solid rgba(255, 255, 255, 0.05);
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 997px) {
.navbar kbd {
display: none;
}
}
svg {
display: initial;
}
@supports (backdrop-filter: blur(0)) or (-webkit-backdrop-filter: blur(0)) {
.navbar {
backdrop-filter: blur(6px);
transition: background-color 0.5s cubic-bezier(.4,0,.2,1), box-shadow 0.5s cubic-bezier(.4,0,.2,1);
}
[data-theme='dark'] .navbar {
background-color: transparent;
box-shadow: none;
}
[data-theme='dark'] .navbar.scroll {
background-color: rgba(0, 0, 0, 0.35);
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
[data-theme='light'] .navbar {
background-color: transparent;
box-shadow: none;
}
[data-theme='light'] .navbar.scroll {
background-color: rgba(255, 255, 255, 0.85);
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
} | 0.298491 | 0.067332 |
a img {
border : 0;
}
div.wrap {
width : 993px;;
margin : 0 auto;
text-align : left;
}
div#top div#nav {
float : left;
clear : both;
width : 993px;
height : 52px;
margin : 22px 0 0;
}
div#top div#nav ul {
float : left;
width : 700px;
height : 52px;
list-style-type : none;
}
div#nav ul li {
float : left;
height : 52px;
}
div#nav ul li a {
border : 0;
height : 52px;
display : block;
line-height : 52px;
text-indent : -9999px;
}
div#header {
margin : -1px 0 0;
}
div#video-header {
height : 683px;
margin : -1px 0 0;
}
div#header div.wrap {
height : 445px;
/*background : url(http://piao.eeyes.net/images/header-bg.png) no-repeat 50% 0;*/
}
div#header div#slide-holder {
z-index : 40;
width : 993px;
height : 375px;
position : absolute;
}
div#header div#slide-holder div#slide-runner {
top : 1px;
left : 8px;
width : 973px;
height : 375px;
overflow : hidden;
position : absolute;
margin-top:50px;
}
div#header div#slide-holder img {
margin:0;
display:none;
position:absolute;
}
div#header div#slide-holder div#slide-controls {
left :8px;
/*bottom : 283px;*/
top:5px;
width : 973px;
height : 46px;
display : none;
position : absolute;
background : url(http://piao.eeyes.net/images/slide-bg.png) 0 0;
}
div#header div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;
text-transform : uppercase;
}
div#header div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 15px 0 0;
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}
div#header div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
background-image : url(http://piao.eeyes.net/images/silde-nav.png);color:#fff;
}
div#nav ul li a {
background : url(http://piao.eeyes.net/images/nav.png) no-repeat;
}
.header {
position: relative;
height: 70px;
background: #424242;
width: 100%;
margin: 0 auto;
z-index: 100;
}
.header a:hover{text-decoration:none;}
.menu { height: 40px; background: url(http://piao.eeyes.net/images/menu_bg_1.gif) no-repeat -99px bottom; z-index: 100; background-position: 0px 100%; position: absolute; top: 30px; right: 10%; padding-right: 1px; }
.menu li { float: left; font-size: 14px; text-align: center; line-height: 18px; padding: 0; }
.menu li.lihover, .menu li.licurrent { padding-bottom: 15px; border-bottom: 3px solid #FE7700; }
.menu li a {
padding: 6px 20px;
color: #FFFFFF;
font-weight: bold;
margin: 0;
border-left: none;
display: inline-block;
font-size: 15px;
width: 60px;
}
.menu li a.noborder { border-right: none; }
.li_3 { position: relative; z-index: 100; }
.li_3 a.noclick { width: 60px; }
.li_3_content { position: absolute; top: 20px; left: 0px; line-height: 40px; z-index: 99; display: none; height: 188px; *top: 18px; width: 100px; }
.li_3_content a:hover { color: #f18336 !important; }
.li_3_content dt { height: 17px; border-bottom: 3px solid #FE7700; *height: 19px; line-height: 17px; }
.li_3_content dd { height:30px;border-left: 1px solid #E6E4E3; border-right: 1px solid #E6E4E3; padding: 0 8px; background: #ffffff url(http://piao.eeyes.net/images/menu.gif) no-repeat bottom; }
.li_3_content dd a { text-align: center;padding: 5px;border-right: none;color: #424242;font-weight: bold;width: auto;font-size: 16px; }
.li_3_content dd.lastItem { background-image: none; border-bottom: 1px solid #E6E4E3; }
.li_3_content dd.lastItem a { border-bottom: none; }
.miui_logo { position: absolute; top: 0px; left: 10%; }
div#list{position:fixed;top:200px;display:none;background:#f2a210;padding:10px;border-radius:15px;box-shadow:0px 5px 10px 0px #b6b6b6;}
div#list ul li{text-align:center;font-family:Microsoft Yahei;font-size:1.5em;margin-top:5px;border-bottom:1px solid #fff;padding-bottom:5px;}
div#list a{color:#fff;}
div#list a:hover{color:#9CE80A;text-decoration:none;} | Public/css/style2.css | a img {
border : 0;
}
div.wrap {
width : 993px;;
margin : 0 auto;
text-align : left;
}
div#top div#nav {
float : left;
clear : both;
width : 993px;
height : 52px;
margin : 22px 0 0;
}
div#top div#nav ul {
float : left;
width : 700px;
height : 52px;
list-style-type : none;
}
div#nav ul li {
float : left;
height : 52px;
}
div#nav ul li a {
border : 0;
height : 52px;
display : block;
line-height : 52px;
text-indent : -9999px;
}
div#header {
margin : -1px 0 0;
}
div#video-header {
height : 683px;
margin : -1px 0 0;
}
div#header div.wrap {
height : 445px;
/*background : url(http://piao.eeyes.net/images/header-bg.png) no-repeat 50% 0;*/
}
div#header div#slide-holder {
z-index : 40;
width : 993px;
height : 375px;
position : absolute;
}
div#header div#slide-holder div#slide-runner {
top : 1px;
left : 8px;
width : 973px;
height : 375px;
overflow : hidden;
position : absolute;
margin-top:50px;
}
div#header div#slide-holder img {
margin:0;
display:none;
position:absolute;
}
div#header div#slide-holder div#slide-controls {
left :8px;
/*bottom : 283px;*/
top:5px;
width : 973px;
height : 46px;
display : none;
position : absolute;
background : url(http://piao.eeyes.net/images/slide-bg.png) 0 0;
}
div#header div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;
text-transform : uppercase;
}
div#header div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 15px 0 0;
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}
div#header div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
background-image : url(http://piao.eeyes.net/images/silde-nav.png);color:#fff;
}
div#nav ul li a {
background : url(http://piao.eeyes.net/images/nav.png) no-repeat;
}
.header {
position: relative;
height: 70px;
background: #424242;
width: 100%;
margin: 0 auto;
z-index: 100;
}
.header a:hover{text-decoration:none;}
.menu { height: 40px; background: url(http://piao.eeyes.net/images/menu_bg_1.gif) no-repeat -99px bottom; z-index: 100; background-position: 0px 100%; position: absolute; top: 30px; right: 10%; padding-right: 1px; }
.menu li { float: left; font-size: 14px; text-align: center; line-height: 18px; padding: 0; }
.menu li.lihover, .menu li.licurrent { padding-bottom: 15px; border-bottom: 3px solid #FE7700; }
.menu li a {
padding: 6px 20px;
color: #FFFFFF;
font-weight: bold;
margin: 0;
border-left: none;
display: inline-block;
font-size: 15px;
width: 60px;
}
.menu li a.noborder { border-right: none; }
.li_3 { position: relative; z-index: 100; }
.li_3 a.noclick { width: 60px; }
.li_3_content { position: absolute; top: 20px; left: 0px; line-height: 40px; z-index: 99; display: none; height: 188px; *top: 18px; width: 100px; }
.li_3_content a:hover { color: #f18336 !important; }
.li_3_content dt { height: 17px; border-bottom: 3px solid #FE7700; *height: 19px; line-height: 17px; }
.li_3_content dd { height:30px;border-left: 1px solid #E6E4E3; border-right: 1px solid #E6E4E3; padding: 0 8px; background: #ffffff url(http://piao.eeyes.net/images/menu.gif) no-repeat bottom; }
.li_3_content dd a { text-align: center;padding: 5px;border-right: none;color: #424242;font-weight: bold;width: auto;font-size: 16px; }
.li_3_content dd.lastItem { background-image: none; border-bottom: 1px solid #E6E4E3; }
.li_3_content dd.lastItem a { border-bottom: none; }
.miui_logo { position: absolute; top: 0px; left: 10%; }
div#list{position:fixed;top:200px;display:none;background:#f2a210;padding:10px;border-radius:15px;box-shadow:0px 5px 10px 0px #b6b6b6;}
div#list ul li{text-align:center;font-family:Microsoft Yahei;font-size:1.5em;margin-top:5px;border-bottom:1px solid #fff;padding-bottom:5px;}
div#list a{color:#fff;}
div#list a:hover{color:#9CE80A;text-decoration:none;} | 0.330039 | 0.101634 |
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(../fonts/MaterialIcons-Regular.woff) format('woff'),
url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}
@font-face {
font-family: 'Framework7 Icons';
font-style: normal;
font-weight: 400;
src: url("../fonts/Framework7Icons-Regular.eot");
src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
url("../fonts/Framework7Icons-Regular.woff") format("woff"),
url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}
.f7-icons {
font-family: 'Framework7 Icons';
font-weight: normal;
font-style: normal;
font-size: 28px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
font-feature-settings: "liga";
text-align: center;
}
#app {
padding: 5px;
}
.theme-dark body {
--f7-page-bg-color: #202020;
background-color: var(--f7-page-bg-color);
}
.theme-dark {
background-color: #202020;
}
.detailsTable {
padding: 15px;
}
.detailsTable .col {
padding-bottom: 5px;
overflow-x: auto;
word-break: break-word;
}
.detailsTable .col:nth-child(2) {
font-size: 12px;
}
.smallText {
font-size: 8pt;
}
.greyText {
color: #9f9f9f;
}
.aurora .selectNetworkActions .actions-button {
height: auto;
line-height: 20px;
}
.userWalletHolder, .tokenWalletHolder {
text-align: center;
line-height: 20px;
}
.walletButton {
color: black;
}
.theme-dark .walletButton {
color: white;
}
.walletButton .buttonIcon {
background: #00A3D9;
border-radius: 50px;
padding: 15px;
color: white;
}
.walletButton:hover .buttonIcon {
background: #8dc5ea;
}
.walletButtonsRow {
padding: 20px 30px 20px 30px;
}
#networkChanger {
background: #e7e7e7;
margin-top: 5px;
}
#accountChanger {
background: #e7e7e7;
margin-top: 5px;
}
.theme-dark #networkChanger {
background: #262626;
}
.theme-dark #accountChanger {
background: #262626;
}
.walletLogoTopLeft {
height: 35px;
}
.walletTabs {
margin-top: -15px;
}
.tab-link-active {
border-bottom: 2px solid;
}
.tabbar .tab-link:not(.tab-link-active), .tabbar-labels .tab-link:not(.tab-link-active) {
background-color: #FFFFFF00;
}
.historyList .tokenSpan {
font-weight: 600;
background: #e2e2e2;
border-radius: 25px;
padding: 5px;
}
.theme-dark .historyList .tokenSpan {
background: #464545;
}
.walletTokenIcon {
font-size: 30px;
}
#acceptMessageFromCaller {
word-break: break-word;
}
.intextWallet, #seedPhrase {
word-break: break-word;
-webkit-user-select: all;
user-select: all;
}
.addressEditButton {
cursor: pointer;
color: black;
}
.addressEditButton:hover {
color: #707070;
}
.theme-dark .addressEditButton {
color: white;
}
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: grey;
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #676767;
}
.assetsList .tokenIcon {
max-height: 20px;
}
.tokenWalletHolder .tokenIcon {
max-height: 48px;
}
#accountList {
margin-right: -15px;
margin-left: -15px;
}
.md .tab-link-highlight {
display: none;
}
.walletTokenIcon tgs-player{
width: 50px!important;
height: 50px!important;
display: inline-block;
}
.walletTokenIcon .walletIconImage{
width: 50px!important;
height: 50px!important;
display: inline-block;
} | styles/popup.css | @font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(../fonts/MaterialIcons-Regular.woff) format('woff'),
url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}
@font-face {
font-family: 'Framework7 Icons';
font-style: normal;
font-weight: 400;
src: url("../fonts/Framework7Icons-Regular.eot");
src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
url("../fonts/Framework7Icons-Regular.woff") format("woff"),
url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}
.f7-icons {
font-family: 'Framework7 Icons';
font-weight: normal;
font-style: normal;
font-size: 28px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
font-feature-settings: "liga";
text-align: center;
}
#app {
padding: 5px;
}
.theme-dark body {
--f7-page-bg-color: #202020;
background-color: var(--f7-page-bg-color);
}
.theme-dark {
background-color: #202020;
}
.detailsTable {
padding: 15px;
}
.detailsTable .col {
padding-bottom: 5px;
overflow-x: auto;
word-break: break-word;
}
.detailsTable .col:nth-child(2) {
font-size: 12px;
}
.smallText {
font-size: 8pt;
}
.greyText {
color: #9f9f9f;
}
.aurora .selectNetworkActions .actions-button {
height: auto;
line-height: 20px;
}
.userWalletHolder, .tokenWalletHolder {
text-align: center;
line-height: 20px;
}
.walletButton {
color: black;
}
.theme-dark .walletButton {
color: white;
}
.walletButton .buttonIcon {
background: #00A3D9;
border-radius: 50px;
padding: 15px;
color: white;
}
.walletButton:hover .buttonIcon {
background: #8dc5ea;
}
.walletButtonsRow {
padding: 20px 30px 20px 30px;
}
#networkChanger {
background: #e7e7e7;
margin-top: 5px;
}
#accountChanger {
background: #e7e7e7;
margin-top: 5px;
}
.theme-dark #networkChanger {
background: #262626;
}
.theme-dark #accountChanger {
background: #262626;
}
.walletLogoTopLeft {
height: 35px;
}
.walletTabs {
margin-top: -15px;
}
.tab-link-active {
border-bottom: 2px solid;
}
.tabbar .tab-link:not(.tab-link-active), .tabbar-labels .tab-link:not(.tab-link-active) {
background-color: #FFFFFF00;
}
.historyList .tokenSpan {
font-weight: 600;
background: #e2e2e2;
border-radius: 25px;
padding: 5px;
}
.theme-dark .historyList .tokenSpan {
background: #464545;
}
.walletTokenIcon {
font-size: 30px;
}
#acceptMessageFromCaller {
word-break: break-word;
}
.intextWallet, #seedPhrase {
word-break: break-word;
-webkit-user-select: all;
user-select: all;
}
.addressEditButton {
cursor: pointer;
color: black;
}
.addressEditButton:hover {
color: #707070;
}
.theme-dark .addressEditButton {
color: white;
}
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: grey;
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #676767;
}
.assetsList .tokenIcon {
max-height: 20px;
}
.tokenWalletHolder .tokenIcon {
max-height: 48px;
}
#accountList {
margin-right: -15px;
margin-left: -15px;
}
.md .tab-link-highlight {
display: none;
}
.walletTokenIcon tgs-player{
width: 50px!important;
height: 50px!important;
display: inline-block;
}
.walletTokenIcon .walletIconImage{
width: 50px!important;
height: 50px!important;
display: inline-block;
} | 0.305283 | 0.078148 |
.primary_button,
.tag_button,
.list_body li.active .cell,
.nav_bar li.active a,
.nav_bar li.active a:hover {
background-color: #f1b935;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1b935), to(#eda127)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #f1b935, #eda127); /* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, #f1b935, #eda127); /* FF3.6 */
background-image: -ms-linear-gradient(top, #f1b935, #eda127); /* IE10 */
background-image: -o-linear-gradient(top, #f1b935, #eda127); /* Opera 11.10+ */
background-image: linear-gradient(to bottom, #f1b935, #eda127);
border-color: #a4761f;
border-style: solid;
border-width: 0px;
box-shadow: 0px 1px 0px #f7d23f inset;
}
.primary_button, .primary_button:hover,
.tag_button, .tag_button:hover {
white-space: nowrap;
color: #fff;
font-weight: 700;
text-decoration: none;
display: inline-block;
height: 28px;
line-height: 28px;
padding: 0px 20px;
border-width: 1px;
border-radius: 16px;
text-shadow: 0px 1px 1px #af3600;
text-align: center;
font-size: 14px;
vertical-align: middle;
}
.secondary_button, .secondary_button.disabled, .secondary_button.disabled:hover, .secondary_button.disabled:active {
background-color: #e6e6e6;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); /* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); /* FF3.6 */
background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); /* IE10 */
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); /* Opera 11.10+ */
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
display: inline-block;
font-weight: normal;
vertical-align: middle;
border: 1px solid #ccc;
text-decoration: none;
color: #666;
text-shadow: 0px 1px 0px #fff;
border-radius: 9px;
box-shadow: 0px 1px 0px #fff, 0px 0px 10px #fff inset;
margin: 0px 3px;
}
.secondary_button:hover {
color: #222;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1); /* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1); /* FF3.6 */
background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1); /* IE10 */
background-image: -o-linear-gradient(top, #ffffff, #f1f1f1); /* Opera 11.10+ */
background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
border-color: #aaa;
}
.secondary_button:active {
box-shadow: 0px 1px 2px rgba(0,0,0,0.3) inset;
border-color: #aaa;
padding-top: 4px;
padding-bottom: 2px;
}
.secondary_button.disabled, .secondary_button.disabled:hover, .secondary_button.disabled:active {
cursor: default;
color: #bbb;
}
.disabled .icon {
opacity: 0.4;
}
.button.small {
font-size: 10px;
line-height: 12px;
padding: 3px 8px;
height: auto;
font-family: Arial, sans-serif;
}
.primary_button.small {
font-weight: bold;
text-shadow: 0px -1px 0px #e3720f;
box-shadow: 0px 1px 0px #fff, 0px 1px 0px #f7d23f inset;
letter-spacing: 0px;
}
.tag_button.small {
margin: 5px;
color: #5f3d16;
font-weight: bold;
text-shadow: 0px 1px 0px #f7d33f;
}
.remove_button {
height: 21px;
width: 21px;
background-position: -22px -264px;
}
.remove_button_text,
.remove_button_text:hover {
display: block;
margin-top: 5px;
color: #fff;
text-shadow: 0px -1px 0px #660000;
background-color: #ad1f1f;
background-image: -webkit-gradient(linear, left top, left bottom, from(#c53737), to(#ad1f1f)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #c53737, #ad1f1f); /* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, #c53737, #ad1f1f); /* FF3.6 */
background-image: -ms-linear-gradient(top, #c53737, #ad1f1f); /* IE10 */
background-image: -o-linear-gradient(top, #c53737, #ad1f1f); /* Opera 11.10+ */
background-image: linear-gradient(to bottom, #c53737, #ad1f1f);
border-color: #990000;
-webkit-box-shadow: 0px 1px 0px #e35656 inset;
-moz-box-shadow: 0px 1px 0px #e35656 inset;
box-shadow: 0px 1px 0px #e35656 inset;
}
.add_button {
height: 21px;
width: 21px;
background-position: 0 -264px;
}
.button.team_captain {
display: inline-block;
padding-left: 18px;
text-indent: 0;
background-position: -58px -271px;
}
.standard_button {
display: inline-block;
white-space: nowrap;
font-size: 12px;
line-height: 30px;
padding: 0px 20px;
border-radius: 4px;
vertical-align: middle;
text-align: center;
border-color: #a1b5c8;
border-style: solid;
border-width: 1px;
background-color: #f7f7f7;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #ffffff, #ececec); /* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, #ffffff, #ececec); /* FF3.6 */
background-image: -ms-linear-gradient(top, #ffffff, #ececec); /* IE10 */
background-image: -o-linear-gradient(top, #ffffff, #ececec); /* Opera 11.10+ */
background-image: linear-gradient(to bottom, #ffffff, #ececec);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1); /* FF3.5 - 3.6 */
box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
text-decoration: none;
font-weight: bold;
color: #666;
text-shadow: 0px 1px 0px #fff;
}
.standard_button:hover {
color: #222;
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5); /* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5); /* FF3.6 */
background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5); /* IE10 */
background-image: -o-linear-gradient(top, #ffffff, #f5f5f5); /* Opera 11.10+ */
background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
}
.standard_button .icon, .standard_button .sprite {
margin-left: -10px;
display: inline-block;
vertical-align: middle;
} | minion/static/css/buttons.css | .primary_button,
.tag_button,
.list_body li.active .cell,
.nav_bar li.active a,
.nav_bar li.active a:hover {
background-color: #f1b935;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1b935), to(#eda127)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #f1b935, #eda127); /* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, #f1b935, #eda127); /* FF3.6 */
background-image: -ms-linear-gradient(top, #f1b935, #eda127); /* IE10 */
background-image: -o-linear-gradient(top, #f1b935, #eda127); /* Opera 11.10+ */
background-image: linear-gradient(to bottom, #f1b935, #eda127);
border-color: #a4761f;
border-style: solid;
border-width: 0px;
box-shadow: 0px 1px 0px #f7d23f inset;
}
.primary_button, .primary_button:hover,
.tag_button, .tag_button:hover {
white-space: nowrap;
color: #fff;
font-weight: 700;
text-decoration: none;
display: inline-block;
height: 28px;
line-height: 28px;
padding: 0px 20px;
border-width: 1px;
border-radius: 16px;
text-shadow: 0px 1px 1px #af3600;
text-align: center;
font-size: 14px;
vertical-align: middle;
}
.secondary_button, .secondary_button.disabled, .secondary_button.disabled:hover, .secondary_button.disabled:active {
background-color: #e6e6e6;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); /* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); /* FF3.6 */
background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); /* IE10 */
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); /* Opera 11.10+ */
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
display: inline-block;
font-weight: normal;
vertical-align: middle;
border: 1px solid #ccc;
text-decoration: none;
color: #666;
text-shadow: 0px 1px 0px #fff;
border-radius: 9px;
box-shadow: 0px 1px 0px #fff, 0px 0px 10px #fff inset;
margin: 0px 3px;
}
.secondary_button:hover {
color: #222;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1); /* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1); /* FF3.6 */
background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1); /* IE10 */
background-image: -o-linear-gradient(top, #ffffff, #f1f1f1); /* Opera 11.10+ */
background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
border-color: #aaa;
}
.secondary_button:active {
box-shadow: 0px 1px 2px rgba(0,0,0,0.3) inset;
border-color: #aaa;
padding-top: 4px;
padding-bottom: 2px;
}
.secondary_button.disabled, .secondary_button.disabled:hover, .secondary_button.disabled:active {
cursor: default;
color: #bbb;
}
.disabled .icon {
opacity: 0.4;
}
.button.small {
font-size: 10px;
line-height: 12px;
padding: 3px 8px;
height: auto;
font-family: Arial, sans-serif;
}
.primary_button.small {
font-weight: bold;
text-shadow: 0px -1px 0px #e3720f;
box-shadow: 0px 1px 0px #fff, 0px 1px 0px #f7d23f inset;
letter-spacing: 0px;
}
.tag_button.small {
margin: 5px;
color: #5f3d16;
font-weight: bold;
text-shadow: 0px 1px 0px #f7d33f;
}
.remove_button {
height: 21px;
width: 21px;
background-position: -22px -264px;
}
.remove_button_text,
.remove_button_text:hover {
display: block;
margin-top: 5px;
color: #fff;
text-shadow: 0px -1px 0px #660000;
background-color: #ad1f1f;
background-image: -webkit-gradient(linear, left top, left bottom, from(#c53737), to(#ad1f1f)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #c53737, #ad1f1f); /* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, #c53737, #ad1f1f); /* FF3.6 */
background-image: -ms-linear-gradient(top, #c53737, #ad1f1f); /* IE10 */
background-image: -o-linear-gradient(top, #c53737, #ad1f1f); /* Opera 11.10+ */
background-image: linear-gradient(to bottom, #c53737, #ad1f1f);
border-color: #990000;
-webkit-box-shadow: 0px 1px 0px #e35656 inset;
-moz-box-shadow: 0px 1px 0px #e35656 inset;
box-shadow: 0px 1px 0px #e35656 inset;
}
.add_button {
height: 21px;
width: 21px;
background-position: 0 -264px;
}
.button.team_captain {
display: inline-block;
padding-left: 18px;
text-indent: 0;
background-position: -58px -271px;
}
.standard_button {
display: inline-block;
white-space: nowrap;
font-size: 12px;
line-height: 30px;
padding: 0px 20px;
border-radius: 4px;
vertical-align: middle;
text-align: center;
border-color: #a1b5c8;
border-style: solid;
border-width: 1px;
background-color: #f7f7f7;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #ffffff, #ececec); /* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, #ffffff, #ececec); /* FF3.6 */
background-image: -ms-linear-gradient(top, #ffffff, #ececec); /* IE10 */
background-image: -o-linear-gradient(top, #ffffff, #ececec); /* Opera 11.10+ */
background-image: linear-gradient(to bottom, #ffffff, #ececec);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1); /* FF3.5 - 3.6 */
box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
text-decoration: none;
font-weight: bold;
color: #666;
text-shadow: 0px 1px 0px #fff;
}
.standard_button:hover {
color: #222;
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5); /* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5); /* FF3.6 */
background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5); /* IE10 */
background-image: -o-linear-gradient(top, #ffffff, #f5f5f5); /* Opera 11.10+ */
background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
}
.standard_button .icon, .standard_button .sprite {
margin-left: -10px;
display: inline-block;
vertical-align: middle;
} | 0.290578 | 0.095941 |
.chosen-container{
float: left;
margin-left: 15px;
margin-top: 10px;
margin-bottom: 10px;
}
input{
margin-top: 10px;
margin-bottom: 10px;
}
.form-control{
width: 100% !important;
}
.required{
color: #000000 !important;
}
label{
text-align: left;
display: block !important;
}
h2{
text-align: left !important;
}
.btn:hover{
background: #286090 !important;
}
td.label, td.value {
display: table-cell !important;
}
div.box{
text-align: left;
}
.miniselect {
width: 200px;
}
.jq-selectbox__select-text {
min-width: 50px;
}
.jq-file {
width: 230px;
}
progress {
display: none;
}
.navigateFile {
margin-top: 10px;
text-align: center;
display: block;
}
.navigateFile div img {
width: 24px;
}
.navigateFile img {
width: 24px;
cursor: pointer;
}
.minibtn {
border: 1px solid #cccccc;
border-radius: 3px;
padding: 3px 5px;
font-size: 12px;
color: #444444;
display: inline-block;
cursor: pointer;
margin-bottom: -12px;
}
.minibtn:hover {
background: #DDD;
}
.ui-widget-header {
border: 1px solid #77a2e7 !important;
background: #5988f6 !important;
color: #fff !important;
font-weight: bold !important;
}
.slider-vertical-brightness,
.slider-vertical-contrast {
width: 200px !important;
z-index: 9999;
}
.slider-box {
position: relative !important;
display: inline-block !important;
}
.slider-box:hover .slider-vertical-contrast {
display: block !important;
}
.slider-box:hover .slider-vertical-brightness {
display: block !important;
}
.file-container .jq-file {
margin-bottom: 10px;
}
#slider-vertical-2,
#slider-vertical-1 {
margin-left: 25px;
}
.fileBox {
display: none;
position: fixed;
top: 150px;
left: 50%;
margin-left: -360px;
width: 700px;
background: #F0F0F0;
border: 1px solid #000088;
border-radius: 10px;
z-index: 9999;
padding: 10px;
}
.fileBox .fileDoc {
max-height: 500px;
min-height: 300px;
}
.jcrop-holder {
margin: 0 auto;
}
/*.document {*/
/*min-width: 350px;*/
/*max-width: 400px;*/
/*max-height: 400px;*/
/*border: 1px solid #000088;*/
/*margin-top: 10px;*/
/*}*/
.navigateFile{
text-align: center;
display: none;
}
.navigateFile img {
width: 24px;
margin: 7px;
cursor: pointer;
}
.progress{
display: none;
}
@media (min-width: 768px) {
.fileDoc img{
max-width: 400px;
max-height: 500px;
min-width: 200px;
margin-bottom: 20px;
}
}
@media (min-width: 768px) {
.fileDoc img{
max-width: 250px;
max-height: 500px;
min-width: 200px;
margin-bottom: 20px;
}
}
@media (min-width: 992px) {
.fileDoc img{
max-width: 325px;
max-height: 500px;
min-width: 200px;
margin-bottom: 20px;
}
}
@media (min-width: 1200px) {
.fileDoc img{
max-width: 400px;
max-height: 500px;
min-width: 200px;
margin-bottom: 20px;
}
}
.table-form{
width: 100%;
}
.table-form caption{
color: #005596;
text-align: left;
padding: 10px;
}
.table-form tr td:first-child{
text-align: right;
width: 150px;
padding-right: 10px;
}
.table-form tr td:nth-child(2){
width: 265px;
}
.table-form tr td{
padding: 0 10px;
}
.status{
display: inline-block;
padding: 2px ;
text-align: center;
width: 100px;
border-radius: 5px;
font-size: 11px;
}
.text-danger{
color: #cc0000 !important;
}
.flash-message {
position: fixed;
top: 50%;
left: 50%;
width: 500px;
min-height: 50px;
max-height: 100px;
margin-top: -26px;
margin-left: -171px;
z-index: 2000;
line-height: 50px;
padding: 0 20px;
text-align: center;
border: 2px solid #C5D7E2;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
background: #ed6862;
color: white;
font-size: 15px;
}
.statusItems{
display: none;
}
.statusBox{
font-size: 12px;
cursor: pointer;
margin-top: 6px;
}
.statusBox:hover .statusItems{
display: block;
position: absolute;
background: #FFFFFF;
border: 1px solid #C2C2C2;
padding: 5px;
}
.imgareaselect-selection2{
background: url('/bundles/crmmain/images/nophoto.png') no-repeat;
-moz-background-size: 100%; /* Firefox 3.6+ */
-webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
-o-background-size: 100%; /* Opera 9.6+ */
background-size: 100%;
}
.loader .loader-load{
position: fixed !important;
}
.callbackphone{
width: 100px;
position: fixed;
right: 70px;
top: 40%;
cursor: pointer;
-webkit-animation: blink5 1s linear infinite;
animation: blink5 1s linear infinite;
}
@-webkit-keyframes blink5 {
0% { opacity: 1 }
25% { opacity: 0.8 }
50% { opacity: 0.6 }
75% { opacity: 0.8 }
100% { opacity: 1 }
}
@keyframes blink5 {
0% { opacity: 1 }
25% { opacity: 0.8 }
50% { opacity: 0.6 }
75% { opacity: 0.8 }
100% { opacity: 1 }
}
.loader{
position: fixed !important;
}
#crm_mainbundle_user_typeCard{
width: 500px !important;
}
.footer-setting{
position: fixed;
height: 50px;
background: #EEE;
border-top: 1px solid #CCC;
bottom: 0;
left: 0;
right: 0;
display: none;
padding-top: 10px;
} | src/Crm/AuthBundle/Resources/public/css/common.css | .chosen-container{
float: left;
margin-left: 15px;
margin-top: 10px;
margin-bottom: 10px;
}
input{
margin-top: 10px;
margin-bottom: 10px;
}
.form-control{
width: 100% !important;
}
.required{
color: #000000 !important;
}
label{
text-align: left;
display: block !important;
}
h2{
text-align: left !important;
}
.btn:hover{
background: #286090 !important;
}
td.label, td.value {
display: table-cell !important;
}
div.box{
text-align: left;
}
.miniselect {
width: 200px;
}
.jq-selectbox__select-text {
min-width: 50px;
}
.jq-file {
width: 230px;
}
progress {
display: none;
}
.navigateFile {
margin-top: 10px;
text-align: center;
display: block;
}
.navigateFile div img {
width: 24px;
}
.navigateFile img {
width: 24px;
cursor: pointer;
}
.minibtn {
border: 1px solid #cccccc;
border-radius: 3px;
padding: 3px 5px;
font-size: 12px;
color: #444444;
display: inline-block;
cursor: pointer;
margin-bottom: -12px;
}
.minibtn:hover {
background: #DDD;
}
.ui-widget-header {
border: 1px solid #77a2e7 !important;
background: #5988f6 !important;
color: #fff !important;
font-weight: bold !important;
}
.slider-vertical-brightness,
.slider-vertical-contrast {
width: 200px !important;
z-index: 9999;
}
.slider-box {
position: relative !important;
display: inline-block !important;
}
.slider-box:hover .slider-vertical-contrast {
display: block !important;
}
.slider-box:hover .slider-vertical-brightness {
display: block !important;
}
.file-container .jq-file {
margin-bottom: 10px;
}
#slider-vertical-2,
#slider-vertical-1 {
margin-left: 25px;
}
.fileBox {
display: none;
position: fixed;
top: 150px;
left: 50%;
margin-left: -360px;
width: 700px;
background: #F0F0F0;
border: 1px solid #000088;
border-radius: 10px;
z-index: 9999;
padding: 10px;
}
.fileBox .fileDoc {
max-height: 500px;
min-height: 300px;
}
.jcrop-holder {
margin: 0 auto;
}
/*.document {*/
/*min-width: 350px;*/
/*max-width: 400px;*/
/*max-height: 400px;*/
/*border: 1px solid #000088;*/
/*margin-top: 10px;*/
/*}*/
.navigateFile{
text-align: center;
display: none;
}
.navigateFile img {
width: 24px;
margin: 7px;
cursor: pointer;
}
.progress{
display: none;
}
@media (min-width: 768px) {
.fileDoc img{
max-width: 400px;
max-height: 500px;
min-width: 200px;
margin-bottom: 20px;
}
}
@media (min-width: 768px) {
.fileDoc img{
max-width: 250px;
max-height: 500px;
min-width: 200px;
margin-bottom: 20px;
}
}
@media (min-width: 992px) {
.fileDoc img{
max-width: 325px;
max-height: 500px;
min-width: 200px;
margin-bottom: 20px;
}
}
@media (min-width: 1200px) {
.fileDoc img{
max-width: 400px;
max-height: 500px;
min-width: 200px;
margin-bottom: 20px;
}
}
.table-form{
width: 100%;
}
.table-form caption{
color: #005596;
text-align: left;
padding: 10px;
}
.table-form tr td:first-child{
text-align: right;
width: 150px;
padding-right: 10px;
}
.table-form tr td:nth-child(2){
width: 265px;
}
.table-form tr td{
padding: 0 10px;
}
.status{
display: inline-block;
padding: 2px ;
text-align: center;
width: 100px;
border-radius: 5px;
font-size: 11px;
}
.text-danger{
color: #cc0000 !important;
}
.flash-message {
position: fixed;
top: 50%;
left: 50%;
width: 500px;
min-height: 50px;
max-height: 100px;
margin-top: -26px;
margin-left: -171px;
z-index: 2000;
line-height: 50px;
padding: 0 20px;
text-align: center;
border: 2px solid #C5D7E2;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
background: #ed6862;
color: white;
font-size: 15px;
}
.statusItems{
display: none;
}
.statusBox{
font-size: 12px;
cursor: pointer;
margin-top: 6px;
}
.statusBox:hover .statusItems{
display: block;
position: absolute;
background: #FFFFFF;
border: 1px solid #C2C2C2;
padding: 5px;
}
.imgareaselect-selection2{
background: url('/bundles/crmmain/images/nophoto.png') no-repeat;
-moz-background-size: 100%; /* Firefox 3.6+ */
-webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
-o-background-size: 100%; /* Opera 9.6+ */
background-size: 100%;
}
.loader .loader-load{
position: fixed !important;
}
.callbackphone{
width: 100px;
position: fixed;
right: 70px;
top: 40%;
cursor: pointer;
-webkit-animation: blink5 1s linear infinite;
animation: blink5 1s linear infinite;
}
@-webkit-keyframes blink5 {
0% { opacity: 1 }
25% { opacity: 0.8 }
50% { opacity: 0.6 }
75% { opacity: 0.8 }
100% { opacity: 1 }
}
@keyframes blink5 {
0% { opacity: 1 }
25% { opacity: 0.8 }
50% { opacity: 0.6 }
75% { opacity: 0.8 }
100% { opacity: 1 }
}
.loader{
position: fixed !important;
}
#crm_mainbundle_user_typeCard{
width: 500px !important;
}
.footer-setting{
position: fixed;
height: 50px;
background: #EEE;
border-top: 1px solid #CCC;
bottom: 0;
left: 0;
right: 0;
display: none;
padding-top: 10px;
} | 0.262558 | 0.080973 |
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,400,500,700,900');
/*
1. NAVBAR
2. JUMBOTRON
3. ABOUT
4. OUR COURSES
5. EVENT1
6. EVENT2
7. ACCORDION
8. FOOTER
- RESPONSIVE
*/
html {
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}
body{
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 400;
background: #FFFFFF;
color: #a5a5a5;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 35px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
}
p
{
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 1.85;
font-weight: 400;
color: #76777a;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
a {
cursor: pointer;
outline: none;
color: #000;
text-decoration: none !important;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a:hover,
a:active,
a:focus {
color: #008d81;
text-decoration: none;
outline: none;
}
button {
margin: 15px 0 !important;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
button.button-normal,
.button-normal a {
display: inline-block;
padding: 10px 30px;
text-transform: uppercase;
letter-spacing: 0.1em !important;
font-size: 14px;
font-weight: 500;
margin: 30px 0;
}
button.button-normal.white,
.button-normal.white a {
background-color: #ffffff;
border: 1px solid #ffffff;
color: #008d81;
}
button.button-normal.white:hover,
.button-normal.white a:hover {
background-color: transparent;
border: 1px solid #ffffff;
color: #ffffff;
}
button.button-normal.green,
.button-normal.green a {
background-color: #008d81;
border: 1px solid #008d81;
color: #ffffff;
}
button.button-normal.green:hover,
.button-normal.green a:hover {
background-color: transparent;
border: 1px solid#008d81;
color: #008d81;
}
.heading-block:after {
content: "";
display: block;
margin: 30px 0;
width: 50px;
border-top: 2px solid #008d81;
}
.heading-block h2 {
margin-bottom: 5px;
}
/* 1.NAVBAR */
.navbar {
background-color: #008d81;
}
.navbar .nav-item .nav-link {
margin-right: 1em;
}
.navbar-toggler-icon {
color: #008d81;
}
.dropdown-item.active,
.dropdown-item:active {
background-color: rgb(168, 166, 166);
}
.dropdown-menu{
margin-top: 0px;
font-size: 15px;
}
.dropdown-item:hover {
color: #008d81;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.dropdown-item.active:hover,
.dropdown-item.active:focus,
.dropdown-item.active:active,
.dropdown-item:active {
color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: #e0c898;
shadow: 1px;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
color: #008d81;
}
.navbar-light .navbar-nav .nav-link {
color: #fff;
}
.navbar-light .navbar-toggler {
border: 1px solid white;
z-index: 999;
cursor: pointer;
outline: none;
padding: 7px 14px;
}
@media (max-width: 992px) {
.dropdown .dropdown-menu {
background-color: #fff;
border: 1px solid #008d81;
}
.navbar-toggleable-md .navbar-nav .dropdown-menu {
text-align: center;
}
}
@media (min-width: 992px) {
.dropdown .dropdown-menu {
display: block;
visibility: hidden;
opacity: 0;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
}
.dropdown:hover > .dropdown-menu {
visibility: visible;
opacity: 1;
border: 1px solid #ccc;
top: 45px;
}
.navbar-toggleable-md .navbar-collapse {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.navbar-toggleable-md .navbar-nav {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
}
/* 2.JUMBOTRON */
.jumbotron {
height: 400px;
margin-top: 150px;
background-image: url(../images/j1.jpg);
background-attachment: fixed;
overflow: hidden;
background-size: cover;
}
.jumbotron_title h1{
color: white;
font-size: 40px;
text-align: left;
margin-top: 50px;
margin-bottom: 10px;
}
.jumbotron_title h4 {
color: white;
font-size: 15px;
text-align: left;
}
@media (max-width: 992px) {
.jumbotron_title h1 {
font-size: 30px;
margin-top: 100px;
}
}
@media (max-width: 768px) {
.jumbotron_title h1 {
font-size: 25px;
text-align: center;
}
.jumbotron_title h4 {
text-align: center;
font-size: 15px;
}
}
@media (max-width: 480px) {
.jumbotron_title h1 {
font-size: 25px;
text-align: center;
margin-bottom: 10px;
margin-top: 80px;
margin-bottom: 5px;
}
.jumbotron_title h4 {
font-size: 13px;
text-align: center;
}
}
/* 3.ABOUT */
.about1 {
padding: 97px 0 56px;
background: #fff;
margin-top: -35px;
}
.about1 h2 {
text-align: left;
color: #2d2d2d;
font-weight: 700;
}
.about1 p {
text-align: justify;
color: #2d2d2d;
line-height: 1.8;
margin: 20px 0;
}
.about1_img img {
margin: 10px auto;
display: block;
border: 5px solid #666;
}
.about1_img p {
font-family: 'Times New Roman', Times, serif;
text-align: center;
margin: 5px auto;
font-weight: 700;
}
/* 4.OUR COURSES */
.our_courses {
background: #f2f2f2;
padding: 97px 0;
}
.our_courses hr {
width: 200px;
border-top: 3px solid #008d81;
}
.our_courses h2 {
font-weight: 700;
margin: 0 0 28px;
color: #2d2d2d;
}
.our_courses .courses_box a {
text-decoration: none;
color: #2d2d2d;
}
.our_courses .courses_box {
position: relative;
background: #fff;
-webkit-box-shadow: 0px 10px 90px -6px #c7c5c7;
-moz-box-shadow: 0px 10px 90px -6px #c7c5c7;
box-shadow: 0px 10px 90px -6px #c7c5c7;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
min-height: 340px;
}
.our_courses .courses_box img {
margin: 0;
width: 100%;
}
.our_courses .courses_box p {
margin: 0;
}
.our_courses .courses_box h3 {
font-weight: 600;
}
.our_courses .courses_box:hover {
-webkit-box-shadow: 0px 40px 90px -6px #c7c5c7;
box-shadow: 0px 40px 90px -6px #c7c5c7;
margin-top: -5px;
}
@-webkit-keyframes SlideIn {
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
@keyframes SlideIn {
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes SlideWidth {
100% {
width: 550px;
}
}
@keyframes SlideWidth {
100% {
width: 550px;
}
}
.courses_box:hover .courses_box-img {
opacity: 1;
}
.courses_box:hover .courses_icon {
-webkit-transform: rotate(44deg);
-ms-transform: rotate(44deg);
transform: rotate(44deg);
}
.courses_box:hover .course-link:first-child {
-webkit-animation: SlideIn 0.5s;
animation: SlideIn 0.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.courses_box:hover .course-link:first-child span:after {
-webkit-animation: SlideWidth 0.8s;
animation: SlideWidth 0.8s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.courses_box:hover .course-link:nth-child(2) {
-webkit-animation: SlideIn 0.5s;
animation: SlideIn 0.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.courses_box:hover .course-link:nth-child(2) span:after {
-webkit-animation: SlideWidth 0.8s;
animation: SlideWidth 0.8s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
.course-img-wrap {
position: relative;
}
.course-box-content {
display: block;
padding: 30px 20px;
}
.courses_icon {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
position: relative;
height: 43px;
right: 0;
width: 43px;
background: #665c7c;
border-radius: 50%;
padding: 8px 11px 8px 13px;
margin: -23px 10px 0 0;
float: right;
z-index: 3;
}
.courses_icon a {
color: #fff;
}
.course-link {
display: block;
padding-bottom: 6px;
-webkit-transform: translateX(-50px);
-ms-transform: translateX(-50px);
transform: translateX(-50px);
opacity: 0;
margin-left: 30px;
}
.course-link span {
position: relative;
display: inline-block;
}
.course-link span:after {
content: "";
position: absolute;
left: 50%;
top: 10px;
width: 0;
right: 0;
height: 1px;
background: #fff;
left: 100%;
margin-left: 0;
}
.courses-link-wrap {
overflow: hidden;
position: absolute;
top: 50%;
width: 100%;
right: 15px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.courses_box-img {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
opacity: 0;
background: rgba(203, 181, 139, 0.82);
width: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding-right: 30px;
z-index: 2;
}
.courses_box-img a :hover {
opacity: 0.8;
}
.courses_box-img a span {
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-weight: 500;
padding-right: 10px;
}
/* 5.EVENT1 */
.events
{
width: 100%;
padding-top: 93px;
padding-bottom: 70px;
background: #FFFFFF;
}
.events hr {
width: 200px;
border-top: 3px solid #008d81;
}
.events h2 {
font-weight: 700;
margin: 0 0 28px;
color: #2d2d2d;
}
.events_row
{
margin-top: 47px;
}
.event_left
{
padding-right: 20px;
}
.event_mid
{
padding-left: 10px;
padding-right: 10px;
}
.event_right
{
padding-left: 20px;
}
.event_image
{
width: 100%;
border-radius: 5px;
overflow: hidden;
}
.event_image img
{
max-width: 100%;
}
.event_body
{
padding-top: 30px;
padding-bottom: 30px;
}
.event:hover .event_day,
.event:hover .event_month
{
color: #FFFFFF;
}
.event_content
{
padding-left: 20px;
}
.event_title a
{
font-family: 'Roboto Slab', serif;
font-size: 20px;
font-weight: 700;
line-height: 1.4;
color: #384158;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.event_title a:hover
{
color: #008d81;
}
.event_info_container
{
margin-top: 11px;
}
.event_info
{
display: inline-block;
color: #b5b8be;
font-size: 14px;
}
.event_info:not(:last-child)
{
margin-right: 17px;
}
.event_info span
{
margin-left: 4px;
}
.event_text
{
margin-top: 12px;
}
/* 6.EVENT2 */
.event2 {
background: #f2f2f2;
padding: 97px 0;
}
.event2 h2 {
font-weight: 700;
margin: 0 0 28px;
color: #2d2d2d;
}
.event2 hr {
width: 200px;
border-top: 3px solid #008d81;
}
.event_date {
width: 82px;
background: #665c7c;
float: left;
text-align: center;
border-radius: 2px;
}
.event-date-wrap {
border: 1px dashed #8d84a0;
margin: 8px 8px;
padding: 4px 0;
}
.event-date-wrap p {
font-size: 23px;
font-weight: 700;
color: #fff;
margin: 0;
}
.event-date-wrap span {
color: #fff;
font-weight: 700;
font-size: 14px;
}
.date-description {
margin-left: 115px;
}
.date-description h3 {
font-family: 'Roboto', sans-serif;
}
.date-description h3 {
margin-top: 0;
font-weight: 600;
margin-bottom: 25px;
position: relative;
}
.date-description h3:after {
height: 2px;
width: 21px;
background: #008d81;
content: "";
position: absolute;
left: 0;
top: 115%;
}
/* 7.ACCORDION */
.about-us {
background-image: url(../images/team_background.jpg);
padding: 97px 0 56px;
background-attachment: fixed;
overflow: hidden;
}
.panel-group .panel + .panel {
margin-top: 0;
}
.panel-group .panel-heading {
background-color: #008d81;
border-radius: 0;
padding: 20px 20px;
}
.panel-group .panel {
border-radius: 0;
border: none;
}
.panel-title {
color: #ffffff;
position: relative;
}
.panel-title:after {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ffffff;
border-top: 0;
content: "";
position: absolute;
right: 0;
margin-top: 5px;
}
.collapsed .panel-title:after {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #ffffff;
border-bottom: 0;
}
.panel-body {
background-color: white;
padding: 20px;
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
.heading-block {
margin-top: -10px;
}
.heading-block h2{
color: #2d2d2d;
}
/* 8.FOOTER */
.footer
{
display: block;
position: relative;
width: 100%;
background: black;
padding-top: 94px;
padding: 60px 0 100px;
}
.foot_background
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.foot-logo {
padding: 60px 0 34px;
}
.foot-logo p {
color: #c4c4c4;
font-weight: 100;
padding: 24px 0 0;
font-size: 17px;
}
.sitemap h3 {
color: #fff;
}
.sitemap ul {
margin: 0;
padding: 16px 0 0;
}
.sitemap ul li {
list-style: none;
}
.sitemap ul li a {
color: #c4c4c4;
font-size: 17px;
line-height: 2;
}
.sitemap ul li :hover {
color: #008d81;
text-decoration: none;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
footer h3 {
color: #fff;
padding: 60px 0 0;
}
.address p {
color: #c4c4c4;
padding: 16px 0 0;
}
.address p span {
color: #fff;
}
.address ul {
margin: 0;
padding: 0;
}
.address ul li {
list-style: none;
float: left;
}
.address ul li a {
color: #fff;
margin-right: 5px;
}
@media only screen and (max-width: 1199px) {
.teacher_image {
width: 160px;
height: 140px;
}
@media only screen and (max-width: 992px) {
.teacher_col .teacher_item {
padding-left: 0px;
padding-right: 0px;
}
.teacher_col:first-child .teacher_item {
padding-left: 0;
padding-right: 0px;
}
.teacher_col:nth-child(4n) .teacher_item {
padding-left: 0px;
padding-right: 0;
}
.teacher_col:nth-child(odd) .teacher_item {
padding-right: 6px;
}
.teacher_col:nth-child(even) .teacher_item {
padding-left: 6px;
}
footer h3 {
font-size: 18px;
}
.panel-group {
margin-bottom: 60px;
}
}
@media only screen and (max-width: 767px) {
.foot-logo {
padding: 32px 0 34px;
}
.foot-logo p {
padding: 11px 0 0;
}
}
@media only screen and (max-width: 480px) {
.foot-logo {
padding: 28px 0 0;
}
footer h3 {
padding: 42px 0 0;
}
} | template/front_end/styles/style.css | @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,400,500,700,900');
/*
1. NAVBAR
2. JUMBOTRON
3. ABOUT
4. OUR COURSES
5. EVENT1
6. EVENT2
7. ACCORDION
8. FOOTER
- RESPONSIVE
*/
html {
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}
body{
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 400;
background: #FFFFFF;
color: #a5a5a5;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 35px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
}
p
{
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 1.85;
font-weight: 400;
color: #76777a;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
a {
cursor: pointer;
outline: none;
color: #000;
text-decoration: none !important;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a:hover,
a:active,
a:focus {
color: #008d81;
text-decoration: none;
outline: none;
}
button {
margin: 15px 0 !important;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
button.button-normal,
.button-normal a {
display: inline-block;
padding: 10px 30px;
text-transform: uppercase;
letter-spacing: 0.1em !important;
font-size: 14px;
font-weight: 500;
margin: 30px 0;
}
button.button-normal.white,
.button-normal.white a {
background-color: #ffffff;
border: 1px solid #ffffff;
color: #008d81;
}
button.button-normal.white:hover,
.button-normal.white a:hover {
background-color: transparent;
border: 1px solid #ffffff;
color: #ffffff;
}
button.button-normal.green,
.button-normal.green a {
background-color: #008d81;
border: 1px solid #008d81;
color: #ffffff;
}
button.button-normal.green:hover,
.button-normal.green a:hover {
background-color: transparent;
border: 1px solid#008d81;
color: #008d81;
}
.heading-block:after {
content: "";
display: block;
margin: 30px 0;
width: 50px;
border-top: 2px solid #008d81;
}
.heading-block h2 {
margin-bottom: 5px;
}
/* 1.NAVBAR */
.navbar {
background-color: #008d81;
}
.navbar .nav-item .nav-link {
margin-right: 1em;
}
.navbar-toggler-icon {
color: #008d81;
}
.dropdown-item.active,
.dropdown-item:active {
background-color: rgb(168, 166, 166);
}
.dropdown-menu{
margin-top: 0px;
font-size: 15px;
}
.dropdown-item:hover {
color: #008d81;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.dropdown-item.active:hover,
.dropdown-item.active:focus,
.dropdown-item.active:active,
.dropdown-item:active {
color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: #e0c898;
shadow: 1px;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
color: #008d81;
}
.navbar-light .navbar-nav .nav-link {
color: #fff;
}
.navbar-light .navbar-toggler {
border: 1px solid white;
z-index: 999;
cursor: pointer;
outline: none;
padding: 7px 14px;
}
@media (max-width: 992px) {
.dropdown .dropdown-menu {
background-color: #fff;
border: 1px solid #008d81;
}
.navbar-toggleable-md .navbar-nav .dropdown-menu {
text-align: center;
}
}
@media (min-width: 992px) {
.dropdown .dropdown-menu {
display: block;
visibility: hidden;
opacity: 0;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
}
.dropdown:hover > .dropdown-menu {
visibility: visible;
opacity: 1;
border: 1px solid #ccc;
top: 45px;
}
.navbar-toggleable-md .navbar-collapse {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.navbar-toggleable-md .navbar-nav {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
}
/* 2.JUMBOTRON */
.jumbotron {
height: 400px;
margin-top: 150px;
background-image: url(../images/j1.jpg);
background-attachment: fixed;
overflow: hidden;
background-size: cover;
}
.jumbotron_title h1{
color: white;
font-size: 40px;
text-align: left;
margin-top: 50px;
margin-bottom: 10px;
}
.jumbotron_title h4 {
color: white;
font-size: 15px;
text-align: left;
}
@media (max-width: 992px) {
.jumbotron_title h1 {
font-size: 30px;
margin-top: 100px;
}
}
@media (max-width: 768px) {
.jumbotron_title h1 {
font-size: 25px;
text-align: center;
}
.jumbotron_title h4 {
text-align: center;
font-size: 15px;
}
}
@media (max-width: 480px) {
.jumbotron_title h1 {
font-size: 25px;
text-align: center;
margin-bottom: 10px;
margin-top: 80px;
margin-bottom: 5px;
}
.jumbotron_title h4 {
font-size: 13px;
text-align: center;
}
}
/* 3.ABOUT */
.about1 {
padding: 97px 0 56px;
background: #fff;
margin-top: -35px;
}
.about1 h2 {
text-align: left;
color: #2d2d2d;
font-weight: 700;
}
.about1 p {
text-align: justify;
color: #2d2d2d;
line-height: 1.8;
margin: 20px 0;
}
.about1_img img {
margin: 10px auto;
display: block;
border: 5px solid #666;
}
.about1_img p {
font-family: 'Times New Roman', Times, serif;
text-align: center;
margin: 5px auto;
font-weight: 700;
}
/* 4.OUR COURSES */
.our_courses {
background: #f2f2f2;
padding: 97px 0;
}
.our_courses hr {
width: 200px;
border-top: 3px solid #008d81;
}
.our_courses h2 {
font-weight: 700;
margin: 0 0 28px;
color: #2d2d2d;
}
.our_courses .courses_box a {
text-decoration: none;
color: #2d2d2d;
}
.our_courses .courses_box {
position: relative;
background: #fff;
-webkit-box-shadow: 0px 10px 90px -6px #c7c5c7;
-moz-box-shadow: 0px 10px 90px -6px #c7c5c7;
box-shadow: 0px 10px 90px -6px #c7c5c7;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
min-height: 340px;
}
.our_courses .courses_box img {
margin: 0;
width: 100%;
}
.our_courses .courses_box p {
margin: 0;
}
.our_courses .courses_box h3 {
font-weight: 600;
}
.our_courses .courses_box:hover {
-webkit-box-shadow: 0px 40px 90px -6px #c7c5c7;
box-shadow: 0px 40px 90px -6px #c7c5c7;
margin-top: -5px;
}
@-webkit-keyframes SlideIn {
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
@keyframes SlideIn {
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes SlideWidth {
100% {
width: 550px;
}
}
@keyframes SlideWidth {
100% {
width: 550px;
}
}
.courses_box:hover .courses_box-img {
opacity: 1;
}
.courses_box:hover .courses_icon {
-webkit-transform: rotate(44deg);
-ms-transform: rotate(44deg);
transform: rotate(44deg);
}
.courses_box:hover .course-link:first-child {
-webkit-animation: SlideIn 0.5s;
animation: SlideIn 0.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.courses_box:hover .course-link:first-child span:after {
-webkit-animation: SlideWidth 0.8s;
animation: SlideWidth 0.8s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.courses_box:hover .course-link:nth-child(2) {
-webkit-animation: SlideIn 0.5s;
animation: SlideIn 0.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.courses_box:hover .course-link:nth-child(2) span:after {
-webkit-animation: SlideWidth 0.8s;
animation: SlideWidth 0.8s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
.course-img-wrap {
position: relative;
}
.course-box-content {
display: block;
padding: 30px 20px;
}
.courses_icon {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
position: relative;
height: 43px;
right: 0;
width: 43px;
background: #665c7c;
border-radius: 50%;
padding: 8px 11px 8px 13px;
margin: -23px 10px 0 0;
float: right;
z-index: 3;
}
.courses_icon a {
color: #fff;
}
.course-link {
display: block;
padding-bottom: 6px;
-webkit-transform: translateX(-50px);
-ms-transform: translateX(-50px);
transform: translateX(-50px);
opacity: 0;
margin-left: 30px;
}
.course-link span {
position: relative;
display: inline-block;
}
.course-link span:after {
content: "";
position: absolute;
left: 50%;
top: 10px;
width: 0;
right: 0;
height: 1px;
background: #fff;
left: 100%;
margin-left: 0;
}
.courses-link-wrap {
overflow: hidden;
position: absolute;
top: 50%;
width: 100%;
right: 15px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.courses_box-img {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
opacity: 0;
background: rgba(203, 181, 139, 0.82);
width: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding-right: 30px;
z-index: 2;
}
.courses_box-img a :hover {
opacity: 0.8;
}
.courses_box-img a span {
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-weight: 500;
padding-right: 10px;
}
/* 5.EVENT1 */
.events
{
width: 100%;
padding-top: 93px;
padding-bottom: 70px;
background: #FFFFFF;
}
.events hr {
width: 200px;
border-top: 3px solid #008d81;
}
.events h2 {
font-weight: 700;
margin: 0 0 28px;
color: #2d2d2d;
}
.events_row
{
margin-top: 47px;
}
.event_left
{
padding-right: 20px;
}
.event_mid
{
padding-left: 10px;
padding-right: 10px;
}
.event_right
{
padding-left: 20px;
}
.event_image
{
width: 100%;
border-radius: 5px;
overflow: hidden;
}
.event_image img
{
max-width: 100%;
}
.event_body
{
padding-top: 30px;
padding-bottom: 30px;
}
.event:hover .event_day,
.event:hover .event_month
{
color: #FFFFFF;
}
.event_content
{
padding-left: 20px;
}
.event_title a
{
font-family: 'Roboto Slab', serif;
font-size: 20px;
font-weight: 700;
line-height: 1.4;
color: #384158;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.event_title a:hover
{
color: #008d81;
}
.event_info_container
{
margin-top: 11px;
}
.event_info
{
display: inline-block;
color: #b5b8be;
font-size: 14px;
}
.event_info:not(:last-child)
{
margin-right: 17px;
}
.event_info span
{
margin-left: 4px;
}
.event_text
{
margin-top: 12px;
}
/* 6.EVENT2 */
.event2 {
background: #f2f2f2;
padding: 97px 0;
}
.event2 h2 {
font-weight: 700;
margin: 0 0 28px;
color: #2d2d2d;
}
.event2 hr {
width: 200px;
border-top: 3px solid #008d81;
}
.event_date {
width: 82px;
background: #665c7c;
float: left;
text-align: center;
border-radius: 2px;
}
.event-date-wrap {
border: 1px dashed #8d84a0;
margin: 8px 8px;
padding: 4px 0;
}
.event-date-wrap p {
font-size: 23px;
font-weight: 700;
color: #fff;
margin: 0;
}
.event-date-wrap span {
color: #fff;
font-weight: 700;
font-size: 14px;
}
.date-description {
margin-left: 115px;
}
.date-description h3 {
font-family: 'Roboto', sans-serif;
}
.date-description h3 {
margin-top: 0;
font-weight: 600;
margin-bottom: 25px;
position: relative;
}
.date-description h3:after {
height: 2px;
width: 21px;
background: #008d81;
content: "";
position: absolute;
left: 0;
top: 115%;
}
/* 7.ACCORDION */
.about-us {
background-image: url(../images/team_background.jpg);
padding: 97px 0 56px;
background-attachment: fixed;
overflow: hidden;
}
.panel-group .panel + .panel {
margin-top: 0;
}
.panel-group .panel-heading {
background-color: #008d81;
border-radius: 0;
padding: 20px 20px;
}
.panel-group .panel {
border-radius: 0;
border: none;
}
.panel-title {
color: #ffffff;
position: relative;
}
.panel-title:after {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ffffff;
border-top: 0;
content: "";
position: absolute;
right: 0;
margin-top: 5px;
}
.collapsed .panel-title:after {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #ffffff;
border-bottom: 0;
}
.panel-body {
background-color: white;
padding: 20px;
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
.heading-block {
margin-top: -10px;
}
.heading-block h2{
color: #2d2d2d;
}
/* 8.FOOTER */
.footer
{
display: block;
position: relative;
width: 100%;
background: black;
padding-top: 94px;
padding: 60px 0 100px;
}
.foot_background
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.foot-logo {
padding: 60px 0 34px;
}
.foot-logo p {
color: #c4c4c4;
font-weight: 100;
padding: 24px 0 0;
font-size: 17px;
}
.sitemap h3 {
color: #fff;
}
.sitemap ul {
margin: 0;
padding: 16px 0 0;
}
.sitemap ul li {
list-style: none;
}
.sitemap ul li a {
color: #c4c4c4;
font-size: 17px;
line-height: 2;
}
.sitemap ul li :hover {
color: #008d81;
text-decoration: none;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
footer h3 {
color: #fff;
padding: 60px 0 0;
}
.address p {
color: #c4c4c4;
padding: 16px 0 0;
}
.address p span {
color: #fff;
}
.address ul {
margin: 0;
padding: 0;
}
.address ul li {
list-style: none;
float: left;
}
.address ul li a {
color: #fff;
margin-right: 5px;
}
@media only screen and (max-width: 1199px) {
.teacher_image {
width: 160px;
height: 140px;
}
@media only screen and (max-width: 992px) {
.teacher_col .teacher_item {
padding-left: 0px;
padding-right: 0px;
}
.teacher_col:first-child .teacher_item {
padding-left: 0;
padding-right: 0px;
}
.teacher_col:nth-child(4n) .teacher_item {
padding-left: 0px;
padding-right: 0;
}
.teacher_col:nth-child(odd) .teacher_item {
padding-right: 6px;
}
.teacher_col:nth-child(even) .teacher_item {
padding-left: 6px;
}
footer h3 {
font-size: 18px;
}
.panel-group {
margin-bottom: 60px;
}
}
@media only screen and (max-width: 767px) {
.foot-logo {
padding: 32px 0 34px;
}
.foot-logo p {
padding: 11px 0 0;
}
}
@media only screen and (max-width: 480px) {
.foot-logo {
padding: 28px 0 0;
}
footer h3 {
padding: 42px 0 0;
}
} | 0.274546 | 0.065905 |
@font-face {
font-family: 'Algerian';
font-style: normal;
font-weight: normal;
src: url('../assets/algerian.ttf')
}
.Card {
width: 120px;
height: 180px;
margin: 0 22px;
border: solid 2px black;
border-radius: 10px;
cursor: pointer;
transition: width 750ms, height 750ms, left 750ms, top 750ms, transform 750ms, margin-left 750ms, margin-top 300ms;
animation: fade-in 1.5s forwards;
}
.Card.ready:not(.active):hover {
margin-top: 2vh;
}
.Card.active {
margin: 0;
width: 400px;
height: 600px;
top: calc(50vh - 300px) !important;
left: calc(50vw - 200px) !important;
cursor: auto;
transform: rotateY(180deg);
}
.Card.position-fixed {
position: absolute;
z-index: 200;
}
.Card-placeholder {
width: 120px;
height: 180px;
margin: 0 22px;
border-width: 2px;
visibility: hidden;
}
.Card-inner {
width: 100%;
height: 100%;
position: relative;
transition: 750ms;
transform-style: preserve-3d;
}
.Card.active .Card-inner {
transform: rotateY(180deg);
}
.Card-front, .Card-back {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
padding: 9% 6%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.Card-front {
transform: rotateY(0deg);
z-index: 400;
}
.Card-back {
transform: rotateY(180deg);
z-index: 300;
}
.Card-back.text-black {
color: black;
}
.Card-back.text-white {
color: white;
}
.Card.active .Card-back div {
transform: rotateY(180deg);
}
.Card-container:nth-child(2), .Card-container:nth-child(6) {
animation: slide-down-8 1.5s forwards;
}
.Card-container:nth-child(3), .Card-container:nth-child(5) {
animation: slide-down-16 1.5s forwards;
}
.Card-container:nth-child(4) {
animation: slide-down-24 1.5s forwards;
}
.Card-id {
font-size: 2em;
font-family: Algerian, Arial, Helvetica, sans-serif;
user-select: none;
}
.Card-title {
font-size: 1.6em;
transition: transform 750ms;
}
.Card-message {
font-size: 1.2em;
transition: transform 750ms;
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes slide-down-8 {
from {
padding-top: 0;
}
to {
padding-top: 8vh;
}
}
@keyframes slide-down-16 {
from {
padding-top: 0;
}
to {
padding-top: 16vh;
}
}
@keyframes slide-down-24 {
from {
padding-top: 0;
}
to {
padding-top: 24vh;
}
} | src/components/Card.css | @font-face {
font-family: 'Algerian';
font-style: normal;
font-weight: normal;
src: url('../assets/algerian.ttf')
}
.Card {
width: 120px;
height: 180px;
margin: 0 22px;
border: solid 2px black;
border-radius: 10px;
cursor: pointer;
transition: width 750ms, height 750ms, left 750ms, top 750ms, transform 750ms, margin-left 750ms, margin-top 300ms;
animation: fade-in 1.5s forwards;
}
.Card.ready:not(.active):hover {
margin-top: 2vh;
}
.Card.active {
margin: 0;
width: 400px;
height: 600px;
top: calc(50vh - 300px) !important;
left: calc(50vw - 200px) !important;
cursor: auto;
transform: rotateY(180deg);
}
.Card.position-fixed {
position: absolute;
z-index: 200;
}
.Card-placeholder {
width: 120px;
height: 180px;
margin: 0 22px;
border-width: 2px;
visibility: hidden;
}
.Card-inner {
width: 100%;
height: 100%;
position: relative;
transition: 750ms;
transform-style: preserve-3d;
}
.Card.active .Card-inner {
transform: rotateY(180deg);
}
.Card-front, .Card-back {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
padding: 9% 6%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.Card-front {
transform: rotateY(0deg);
z-index: 400;
}
.Card-back {
transform: rotateY(180deg);
z-index: 300;
}
.Card-back.text-black {
color: black;
}
.Card-back.text-white {
color: white;
}
.Card.active .Card-back div {
transform: rotateY(180deg);
}
.Card-container:nth-child(2), .Card-container:nth-child(6) {
animation: slide-down-8 1.5s forwards;
}
.Card-container:nth-child(3), .Card-container:nth-child(5) {
animation: slide-down-16 1.5s forwards;
}
.Card-container:nth-child(4) {
animation: slide-down-24 1.5s forwards;
}
.Card-id {
font-size: 2em;
font-family: Algerian, Arial, Helvetica, sans-serif;
user-select: none;
}
.Card-title {
font-size: 1.6em;
transition: transform 750ms;
}
.Card-message {
font-size: 1.2em;
transition: transform 750ms;
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes slide-down-8 {
from {
padding-top: 0;
}
to {
padding-top: 8vh;
}
}
@keyframes slide-down-16 {
from {
padding-top: 0;
}
to {
padding-top: 16vh;
}
}
@keyframes slide-down-24 {
from {
padding-top: 0;
}
to {
padding-top: 24vh;
}
} | 0.560734 | 0.099952 |
.about {
display: flex;
flex-direction: column;
justify-content: center;
max-width: 2000px;
margin: 0 auto;
}
.about__wrapper {
max-width: 1170px;
display: flex;
margin: 0 auto;
flex-direction: column;
justify-content: center;
}
.about__title {
max-width: 1170px;
font-family: 'Proto', Arial, Helvetica, sans-serif;
font-size: 44px;
line-height: 50px;
font-weight: 300;
text-align: center;
color: #000000;
margin: 0 auto 50px;
padding: 0;
}
.about__logo {
width: 340px;
height: 65px;
align-self: center;
margin-bottom: 80px;
}
.about__ellipse {
position: relative;
background-color: #f8d162;
width: 570px;
height: 570px;
border-radius: 50%;
}
.about__ellipse-text {
max-width: 100%;
font-weight: 300;
font-size: 23px;
margin: 0;
line-height: 30px;
text-align: center;
transform: translateY(245px);
}
.about__info {
display: flex;
margin-bottom: 80px;
}
.about__article {
max-width: 600px;
background: #ffffff;
border-radius: 30px;
padding: 52px 30px 52px 30px;
}
.about__paragraph {
margin: 0 0 10px 0;
font-size: 18px;
line-height: 26px;
}
.about__paragraph_height_rectangle-light-blue {
margin: 0 0 80px 0;
}
.about__paragraph_height_rectangle-red {
margin: 0 0 30px 0;
}
.about__paragraph_height_rectangle-green {
margin: 0 0 56px 0;
}
.quote {
padding: 60px 0 60px 0;
max-width: 1770px;
border-top: 1px solid black;
border-bottom: 1px solid black;
font-weight: 300;
font-size: 44px;
line-height: 50px;
text-align: center;
margin-bottom: 80px;
}
.quote__paragraph {
margin: 0;
}
.about__tabs {
display: flex;
justify-content: center;
max-width: 1800px;
margin-bottom: 120px;
}
.about__tab {
margin-right: 30px;
box-sizing: border-box;
}
.about__tab:last-child {
margin-right: 0;
}
.rectangle {
width: 568px;
margin: 0;
height: 120px;
font-size: 23px;
line-height: 30px;
padding: 45px 196px 45px 196px;
border-radius: 70px;
text-align: center;
}
.rectangle_light-blue {
background: #c8d1ff;
}
.rectangle_red {
background: #ff8585;
}
.rectangle_green {
background: #8cdd94;
}
.rectangle__information {
max-width: 570px;
min-height: 285px;
box-sizing: border-box;
padding: 30px 30px 30px 30px;
border-radius: 30px;
background: #ffffff;
display: flex;
flex-direction: column;
}
.rectangle__link {
color: #224cff;
text-decoration: none;
text-align: center;
}
@media (max-width: 1800px) {
.about {
max-width: 1170px;
}
.about__title {
max-width: 1030px;
}
.about__paragraph_height_rectangle-light-blue {
margin: 0 0 134px 0;
}
.quote {
max-width: 1170px;
}
.about__tab {
margin-right: 30px;
display: flex;
flex-direction: column;
align-items: center;
}
.about__tab:last-child {
margin-right: 0;
}
.rectangle {
max-width: 370px;
font-size: 19px;
line-height: 23px;
padding: 45px 100px 45px 100px;
}
.rectangle__information {
max-width: 370px;
min-height: 369px;
}
}
@media (max-width: 1200px) {
.about {
max-width: 770px;
align-items: center;
}
.about__wrapper {
width: 100%;
align-items: center;
}
.about__title {
font-size: 19px;
line-height: 23px;
margin: 0 auto 30px;
padding: 0;
}
.about__info {
flex-direction: column;
margin-bottom: 50px;
}
.about__paragraph {
margin: 0 0 10px 0;
font-size: 18px;
line-height: 26px;
}
.about__paragraph_height_rectangle-light-blue {
margin: 0 0 15px 0;
}
.about__paragraph_height_rectangle-red {
margin: 0 0 15px 0;
}
.about__paragraph_height_rectangle-green {
margin: 0 0 15px 0;
}
.about__tabs {
flex-direction: column;
margin-bottom: 100px;
}
.about__tab {
margin-right: 0;
margin-bottom: 30px;
}
.about__tab:last-child {
margin-bottom: 0;
}
.rectangle {
min-width: 570px;
height: 70px;
padding: 24px 215px 24px 215px;
}
.rectangle__information {
max-width: 100%;
min-height: 155px;
}
}
@media (max-width: 768px) {
.about {
max-width: 320px;
}
.about__title {
margin: 0 auto 20px;
}
.about__logo {
width: 237px;
height: 46px;
margin-bottom: 30px;
}
.about__ellipse {
width: 290px;
height: 280px;
}
.about__ellipse-text {
font-size: 23px;
line-height: 30px;
transform: translateY(130px);
}
.about__info {
display: flex;
flex-direction: column;
margin-bottom: 50px;
}
.about__article {
min-width: 290px;
background: #ffffff;
border-radius: 30px;
padding: 52px 30px 52px 30px;
}
.about__paragraph {
margin: 0 0 10px 0;
font-size: 18px;
line-height: 26px;
}
.quote {
width: 290px;
padding: 30px 0 30px 0;
text-align: center;
margin-bottom: 50px;
font-size: 23px;
line-height: 30px;
}
.about__tabs {
margin-bottom: 50px;
}
.about__tab {
margin-bottom: 30px;
}
.about__tab:last-child {
margin-bottom: 0;
}
.rectangle {
max-width: 290px;
min-width: 250px;
height: 70px;
padding: 23px 84px 23px 85px;
text-align: center;
}
.rectangle__information {
max-width: 290px;
min-height: 281px;
box-sizing: border-box;
padding: 30px 15px 30px 15px;
border-radius: 30px;
background: #ffffff;
display: flex;
flex-direction: column;
}
.rectangle__link {
color: #224cff;
text-align: center;
}
} | src/pages/about/about.css | .about {
display: flex;
flex-direction: column;
justify-content: center;
max-width: 2000px;
margin: 0 auto;
}
.about__wrapper {
max-width: 1170px;
display: flex;
margin: 0 auto;
flex-direction: column;
justify-content: center;
}
.about__title {
max-width: 1170px;
font-family: 'Proto', Arial, Helvetica, sans-serif;
font-size: 44px;
line-height: 50px;
font-weight: 300;
text-align: center;
color: #000000;
margin: 0 auto 50px;
padding: 0;
}
.about__logo {
width: 340px;
height: 65px;
align-self: center;
margin-bottom: 80px;
}
.about__ellipse {
position: relative;
background-color: #f8d162;
width: 570px;
height: 570px;
border-radius: 50%;
}
.about__ellipse-text {
max-width: 100%;
font-weight: 300;
font-size: 23px;
margin: 0;
line-height: 30px;
text-align: center;
transform: translateY(245px);
}
.about__info {
display: flex;
margin-bottom: 80px;
}
.about__article {
max-width: 600px;
background: #ffffff;
border-radius: 30px;
padding: 52px 30px 52px 30px;
}
.about__paragraph {
margin: 0 0 10px 0;
font-size: 18px;
line-height: 26px;
}
.about__paragraph_height_rectangle-light-blue {
margin: 0 0 80px 0;
}
.about__paragraph_height_rectangle-red {
margin: 0 0 30px 0;
}
.about__paragraph_height_rectangle-green {
margin: 0 0 56px 0;
}
.quote {
padding: 60px 0 60px 0;
max-width: 1770px;
border-top: 1px solid black;
border-bottom: 1px solid black;
font-weight: 300;
font-size: 44px;
line-height: 50px;
text-align: center;
margin-bottom: 80px;
}
.quote__paragraph {
margin: 0;
}
.about__tabs {
display: flex;
justify-content: center;
max-width: 1800px;
margin-bottom: 120px;
}
.about__tab {
margin-right: 30px;
box-sizing: border-box;
}
.about__tab:last-child {
margin-right: 0;
}
.rectangle {
width: 568px;
margin: 0;
height: 120px;
font-size: 23px;
line-height: 30px;
padding: 45px 196px 45px 196px;
border-radius: 70px;
text-align: center;
}
.rectangle_light-blue {
background: #c8d1ff;
}
.rectangle_red {
background: #ff8585;
}
.rectangle_green {
background: #8cdd94;
}
.rectangle__information {
max-width: 570px;
min-height: 285px;
box-sizing: border-box;
padding: 30px 30px 30px 30px;
border-radius: 30px;
background: #ffffff;
display: flex;
flex-direction: column;
}
.rectangle__link {
color: #224cff;
text-decoration: none;
text-align: center;
}
@media (max-width: 1800px) {
.about {
max-width: 1170px;
}
.about__title {
max-width: 1030px;
}
.about__paragraph_height_rectangle-light-blue {
margin: 0 0 134px 0;
}
.quote {
max-width: 1170px;
}
.about__tab {
margin-right: 30px;
display: flex;
flex-direction: column;
align-items: center;
}
.about__tab:last-child {
margin-right: 0;
}
.rectangle {
max-width: 370px;
font-size: 19px;
line-height: 23px;
padding: 45px 100px 45px 100px;
}
.rectangle__information {
max-width: 370px;
min-height: 369px;
}
}
@media (max-width: 1200px) {
.about {
max-width: 770px;
align-items: center;
}
.about__wrapper {
width: 100%;
align-items: center;
}
.about__title {
font-size: 19px;
line-height: 23px;
margin: 0 auto 30px;
padding: 0;
}
.about__info {
flex-direction: column;
margin-bottom: 50px;
}
.about__paragraph {
margin: 0 0 10px 0;
font-size: 18px;
line-height: 26px;
}
.about__paragraph_height_rectangle-light-blue {
margin: 0 0 15px 0;
}
.about__paragraph_height_rectangle-red {
margin: 0 0 15px 0;
}
.about__paragraph_height_rectangle-green {
margin: 0 0 15px 0;
}
.about__tabs {
flex-direction: column;
margin-bottom: 100px;
}
.about__tab {
margin-right: 0;
margin-bottom: 30px;
}
.about__tab:last-child {
margin-bottom: 0;
}
.rectangle {
min-width: 570px;
height: 70px;
padding: 24px 215px 24px 215px;
}
.rectangle__information {
max-width: 100%;
min-height: 155px;
}
}
@media (max-width: 768px) {
.about {
max-width: 320px;
}
.about__title {
margin: 0 auto 20px;
}
.about__logo {
width: 237px;
height: 46px;
margin-bottom: 30px;
}
.about__ellipse {
width: 290px;
height: 280px;
}
.about__ellipse-text {
font-size: 23px;
line-height: 30px;
transform: translateY(130px);
}
.about__info {
display: flex;
flex-direction: column;
margin-bottom: 50px;
}
.about__article {
min-width: 290px;
background: #ffffff;
border-radius: 30px;
padding: 52px 30px 52px 30px;
}
.about__paragraph {
margin: 0 0 10px 0;
font-size: 18px;
line-height: 26px;
}
.quote {
width: 290px;
padding: 30px 0 30px 0;
text-align: center;
margin-bottom: 50px;
font-size: 23px;
line-height: 30px;
}
.about__tabs {
margin-bottom: 50px;
}
.about__tab {
margin-bottom: 30px;
}
.about__tab:last-child {
margin-bottom: 0;
}
.rectangle {
max-width: 290px;
min-width: 250px;
height: 70px;
padding: 23px 84px 23px 85px;
text-align: center;
}
.rectangle__information {
max-width: 290px;
min-height: 281px;
box-sizing: border-box;
padding: 30px 15px 30px 15px;
border-radius: 30px;
background: #ffffff;
display: flex;
flex-direction: column;
}
.rectangle__link {
color: #224cff;
text-align: center;
}
} | 0.460532 | 0.070816 |
/*=================================================================================
[Основни]
=================================================================================*/
body
{
background: #000 url('../resources/images/background.png');
/*background-attachment: fixed;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #FFF;
margin: 0;
scrollbar-face-color: #990099;
scrollbar-shadow-color: #3f093b;
scrollbar-highlight-color: #c516b7;
scrollbar-3dlight-color: #900090;
scrollbar-darkshadow-color: #900090;
scrollbar-track-color: #900090;
scrollbar-arrow-color: #FFFFFF;
}
img
{
border: none;
margin: 0;
padding: 0;
}
a
{
color: #FFF;
text-decoration: none;
}
a:hover
{
color: #000;
text-shadow: #000 0px 0px 5px;
}
ul{
margin: 0;
padding: 0;
list-style-type: none;
}
div.menu
{
width: auto;
}
div.menu a
{
display: block;
text-align: center;
padding: 4px 4px 6px 4px;
border-left: 1px solid #c516b7;
border-top: 1px solid #c516b7;
border-bottom: 1px solid #3f093b;
border-right: 1px solid #3f093b;
background-color: #990099;
}
div.menu a:hover
{
border-left: 1px solid #c516b7;
border-top: 1px solid #c516b7;
border-bottom: 1px solid #3f093b;
border-right: 1px solid #3f093b;
background-color: #800080;
color: #000;
}
#main
{
background: url('../resources/images/player.png') center no-repeat;
width: 300px;
}
#links
{
text-align: center;
width: 300px;
}
#info
{
text-align: center;
width: 300px;
}
#marquee
{
text-align: center;
color: #c516b7;
cursor: default;
height: 85px;
overflow: hidden;
}
#marquee div
{
display: block;
position: relative;
overflow: hidden;
animation: marquee 7s linear infinite;
}
#marquee div:hover
{
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
@keyframes marquee {
0% { top: 120%; }
100% { top: -100%; }
}
#version
{
background: url('../resources/images/titlebg.png');
border-bottom: 1px solid #3f093b;
font-weight: bold;
width: 303px;
cursor: pointer;
}
#versionfull
{
background: #990099;
width: 303px;
height: 99px;
position: fixed;
top: 0px;
left: 56px;
z-index: 100;
cursor: default;
}
#versionfulltext
{
text-align: left;
margin-left: 5px;
}
#versionlog
{
background: #990099;
width: 303px;
height: 99px;
position: fixed;
top: 0px;
left: 56px;
z-index: 100;
cursor: default;
}
#versionlogtext
{
height: 85px;
overflow: auto;
overflow-x: auto;
overflow-y: auto;
text-align: left;
margin-left: 5px;
}
.titles
{
background: url('../resources/images/titlebg.png');
border-bottom: 1px #3f093b solid;
font-weight: bold;
}
.exit
{
background: url('../resources/images/exit.png') center;
width: 14px;
height: 12px;
position: absolute;
top: 0px;
right: 1px;
z-index: 100;
cursor: pointer;
}
.buttons
{
color: #FFF;
padding-top: 1px;
padding-bottom: 1px;
margin: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
border-left: 1px solid #c516b7;
border-top: 1px solid #c516b7;
border-bottom: 1px solid #3f093b;
border-right: 1px solid #3f093b;
background: #990099;
}
.buttons:hover
{
color: #000;
border-left: 1px solid #c516b7;
border-top: 1px solid #c516b7;
border-bottom: 1px solid #3f093b;
border-right: 1px solid #3f093b;
background: #800080;
}
.cursor
{
cursor: pointer;
}
.tabs
{
border-left: 1px solid #c516b7;
border-top: 1px solid #c516b7;
border-bottom: 1px solid #3f093b;
border-right: 1px solid #3f093b;
background: #990099;
}
.tabs:hover
{
border-left: 1px solid #c516b7;
border-top: 1px solid #c516b7;
border-bottom: 1px solid #3f093b;
border-right: 1px solid #3f093b;
background: #800080;
}
/*===============================================================================*/ | src/resources/style.css | /*=================================================================================
[Основни]
=================================================================================*/
body
{
background: #000 url('../resources/images/background.png');
/*background-attachment: fixed;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #FFF;
margin: 0;
scrollbar-face-color: #990099;
scrollbar-shadow-color: #3f093b;
scrollbar-highlight-color: #c516b7;
scrollbar-3dlight-color: #900090;
scrollbar-darkshadow-color: #900090;
scrollbar-track-color: #900090;
scrollbar-arrow-color: #FFFFFF;
}
img
{
border: none;
margin: 0;
padding: 0;
}
a
{
color: #FFF;
text-decoration: none;
}
a:hover
{
color: #000;
text-shadow: #000 0px 0px 5px;
}
ul{
margin: 0;
padding: 0;
list-style-type: none;
}
div.menu
{
width: auto;
}
div.menu a
{
display: block;
text-align: center;
padding: 4px 4px 6px 4px;
border-left: 1px solid #c516b7;
border-top: 1px solid #c516b7;
border-bottom: 1px solid #3f093b;
border-right: 1px solid #3f093b;
background-color: #990099;
}
div.menu a:hover
{
border-left: 1px solid #c516b7;
border-top: 1px solid #c516b7;
border-bottom: 1px solid #3f093b;
border-right: 1px solid #3f093b;
background-color: #800080;
color: #000;
}
#main
{
background: url('../resources/images/player.png') center no-repeat;
width: 300px;
}
#links
{
text-align: center;
width: 300px;
}
#info
{
text-align: center;
width: 300px;
}
#marquee
{
text-align: center;
color: #c516b7;
cursor: default;
height: 85px;
overflow: hidden;
}
#marquee div
{
display: block;
position: relative;
overflow: hidden;
animation: marquee 7s linear infinite;
}
#marquee div:hover
{
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
@keyframes marquee {
0% { top: 120%; }
100% { top: -100%; }
}
#version
{
background: url('../resources/images/titlebg.png');
border-bottom: 1px solid #3f093b;
font-weight: bold;
width: 303px;
cursor: pointer;
}
#versionfull
{
background: #990099;
width: 303px;
height: 99px;
position: fixed;
top: 0px;
left: 56px;
z-index: 100;
cursor: default;
}
#versionfulltext
{
text-align: left;
margin-left: 5px;
}
#versionlog
{
background: #990099;
width: 303px;
height: 99px;
position: fixed;
top: 0px;
left: 56px;
z-index: 100;
cursor: default;
}
#versionlogtext
{
height: 85px;
overflow: auto;
overflow-x: auto;
overflow-y: auto;
text-align: left;
margin-left: 5px;
}
.titles
{
background: url('../resources/images/titlebg.png');
border-bottom: 1px #3f093b solid;
font-weight: bold;
}
.exit
{
background: url('../resources/images/exit.png') center;
width: 14px;
height: 12px;
position: absolute;
top: 0px;
right: 1px;
z-index: 100;
cursor: pointer;
}
.buttons
{
color: #FFF;
padding-top: 1px;
padding-bottom: 1px;
margin: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
border-left: 1px solid #c516b7;
border-top: 1px solid #c516b7;
border-bottom: 1px solid #3f093b;
border-right: 1px solid #3f093b;
background: #990099;
}
.buttons:hover
{
color: #000;
border-left: 1px solid #c516b7;
border-top: 1px solid #c516b7;
border-bottom: 1px solid #3f093b;
border-right: 1px solid #3f093b;
background: #800080;
}
.cursor
{
cursor: pointer;
}
.tabs
{
border-left: 1px solid #c516b7;
border-top: 1px solid #c516b7;
border-bottom: 1px solid #3f093b;
border-right: 1px solid #3f093b;
background: #990099;
}
.tabs:hover
{
border-left: 1px solid #c516b7;
border-top: 1px solid #c516b7;
border-bottom: 1px solid #3f093b;
border-right: 1px solid #3f093b;
background: #800080;
}
/*===============================================================================*/ | 0.1933 | 0.056055 |
html,
body,
#viewDiv {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
/* ナビゲーション */
.calcite-title-main {
margin-left: 20px;
}
.nav-createdInfo {
color: #fff;
padding: 13px 15px;
font-size: 14px;
}
/* 遅延なし時 */
.calcite-title-delay {
margin-left: 10px;
color: #FFEB3B;
padding: 13px 15px;
font-size: 14px;
}
.calcite-title-delay--hide {
display: none;
}
/* ボタン */
#buttonDiv {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
}
#buttonDiv div {
width: 50px;
height: 50px;
margin: 5px;
}
#buttonDiv button {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
height: 100%;
width: 100%;
font-size: 20px;
color: #cccccc;
background-color: #fff;
border: 0.5px solid #cccccc;
border-radius: 50%;
outline: none;
}
#buttonDiv button:hover {
opacity: 0.8;
cursor: pointer;
}
/* 凡例 */
.esri-component.esri-legend.esri-widget {
display: none;
}
.esri-legend__layer-caption{
display: none;
}
/* ポップアップ */
.esri-popup-renderer__content-element {
padding: 0;
}
.pop--delay-minutes1 {
font-size: 18px;
color: red;
}
.pop--delay-minutes2 {
font-size: 16px;
}
.pop--delay-updtime {
font-size: 12px;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
/* BasemapGallery */
#basemapBtn {
padding-top: 5px;
}
.esri-basemap-gallery--source-loading {
display: none;
}
.esri-basemap-gallery--hide {
display: none;
}
/* WeatherInfo Widget */
.weatherinfo-info {
background-color: #fff;
padding: 10px;
}
.weatherinfo-info input {
width: 400px;
}
.weatherinfo-info--hide {
display: none;
}
.weatherinfo-info--container {
display: flex;
}
.weatherinfo-info--item {
margin: 0 5px;
}
.weatherinfo-info--label {
font-size: 80%;
min-width: 55px;
}
.weatherinfo-info--button {
font-size: 120%;
}
.weatherinfo-info--button:hover {
cursor: pointer;
}
.weatherinfo-info--label, .weatherinfo-info--button {
text-align: center;
}
/* TwitterInfo */
.twitter-info--hide {
display: none;
}
.twitter-info {
background-color: #fff;
}
.twitter-info--box {
height: 600px;
width: 400px;
margin: 0px;
padding: 0px;
}
.twitter-info--tweetbox {
height: 95%;
overflow-x: hidden;
overflow-y: scroll;
}
.twitter-info--dropdownbox {
height: 5%;
font-size: 80%;
}
/* つぶやきの表示 */
.twitter-info--tweetframe {
margin-left: 0px;
padding: 16px 16px 16px 72px;
position: relative;
}
.twitter-info--tweetframe > img {
color: rgb(255, 255, 255);
background-color: rgb(188, 188, 188);
user-select: none;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 20px;
border-radius: 50%;
height: 40px;
width: 40px;
position: absolute;
top: 16px;
left: 16px;
}
.twitter-info--tweetusername {
font-size: 16px;
display: flex;
justify-content: space-between;
}
.twitter-info--tweetusername img {
height: 16px;
}
.twitter-info--tweettext p {
font-size: 14px;
margin: 4px 0px 0px;
}
.twitter-info--tweetactions img {
height: 14px;
}
.twitter-info--tweetactions span {
margin-right: 10px;
color: rgba(0, 0, 0, 0.54);
font-size: 14px;
}
.twitter-info hr {
margin: -1px 0px 0px 72px;
height: 1px;
border: none;
background-color: rgb(224, 224, 224);
}
/* ドロップダウンリストの表示 */
.twitter-info--dropdownbox select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 80%;
padding: 0 10px;
margin: 2.5px 10%;
border: 1px solid rgb(224, 224, 224);
background: #eee;
display: inline-block;
line-height: 1.5em;
background-image:
linear-gradient(45deg, transparent 50%, black 50%),
linear-gradient(135deg, black 50%, transparent 50%),
linear-gradient(to right, #ccc, #ccc);
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 15px) calc(1em + 2px),
calc(100% - 2.5em) 0.5em;
background-size: 5px 5px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
.calcite-title-main {
font-size: 16px;
}
.calcite-title-delay {
font-size: 8px;
margin-left: 0px;
}
.nav-button > a {
font-size: 10px !important;
}
#buttonDiv {
right: 5px;
width: 120px;
flex-wrap: wrap;
}
#buttonDiv div {
margin: 1px;
}
#buttonDiv button {
font-size: inherit;
}
.weatherinfo-info input {
width: auto;
}
.twitter-info--box {
height: 400px;
width: 300px;
}
.twitter-info--tweetbox {
height: 93%;
}
.twitter-info--dropdownbox {
height: 7%;
}
} | webapp/app/css/style.css | html,
body,
#viewDiv {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
/* ナビゲーション */
.calcite-title-main {
margin-left: 20px;
}
.nav-createdInfo {
color: #fff;
padding: 13px 15px;
font-size: 14px;
}
/* 遅延なし時 */
.calcite-title-delay {
margin-left: 10px;
color: #FFEB3B;
padding: 13px 15px;
font-size: 14px;
}
.calcite-title-delay--hide {
display: none;
}
/* ボタン */
#buttonDiv {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
}
#buttonDiv div {
width: 50px;
height: 50px;
margin: 5px;
}
#buttonDiv button {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
height: 100%;
width: 100%;
font-size: 20px;
color: #cccccc;
background-color: #fff;
border: 0.5px solid #cccccc;
border-radius: 50%;
outline: none;
}
#buttonDiv button:hover {
opacity: 0.8;
cursor: pointer;
}
/* 凡例 */
.esri-component.esri-legend.esri-widget {
display: none;
}
.esri-legend__layer-caption{
display: none;
}
/* ポップアップ */
.esri-popup-renderer__content-element {
padding: 0;
}
.pop--delay-minutes1 {
font-size: 18px;
color: red;
}
.pop--delay-minutes2 {
font-size: 16px;
}
.pop--delay-updtime {
font-size: 12px;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
/* BasemapGallery */
#basemapBtn {
padding-top: 5px;
}
.esri-basemap-gallery--source-loading {
display: none;
}
.esri-basemap-gallery--hide {
display: none;
}
/* WeatherInfo Widget */
.weatherinfo-info {
background-color: #fff;
padding: 10px;
}
.weatherinfo-info input {
width: 400px;
}
.weatherinfo-info--hide {
display: none;
}
.weatherinfo-info--container {
display: flex;
}
.weatherinfo-info--item {
margin: 0 5px;
}
.weatherinfo-info--label {
font-size: 80%;
min-width: 55px;
}
.weatherinfo-info--button {
font-size: 120%;
}
.weatherinfo-info--button:hover {
cursor: pointer;
}
.weatherinfo-info--label, .weatherinfo-info--button {
text-align: center;
}
/* TwitterInfo */
.twitter-info--hide {
display: none;
}
.twitter-info {
background-color: #fff;
}
.twitter-info--box {
height: 600px;
width: 400px;
margin: 0px;
padding: 0px;
}
.twitter-info--tweetbox {
height: 95%;
overflow-x: hidden;
overflow-y: scroll;
}
.twitter-info--dropdownbox {
height: 5%;
font-size: 80%;
}
/* つぶやきの表示 */
.twitter-info--tweetframe {
margin-left: 0px;
padding: 16px 16px 16px 72px;
position: relative;
}
.twitter-info--tweetframe > img {
color: rgb(255, 255, 255);
background-color: rgb(188, 188, 188);
user-select: none;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 20px;
border-radius: 50%;
height: 40px;
width: 40px;
position: absolute;
top: 16px;
left: 16px;
}
.twitter-info--tweetusername {
font-size: 16px;
display: flex;
justify-content: space-between;
}
.twitter-info--tweetusername img {
height: 16px;
}
.twitter-info--tweettext p {
font-size: 14px;
margin: 4px 0px 0px;
}
.twitter-info--tweetactions img {
height: 14px;
}
.twitter-info--tweetactions span {
margin-right: 10px;
color: rgba(0, 0, 0, 0.54);
font-size: 14px;
}
.twitter-info hr {
margin: -1px 0px 0px 72px;
height: 1px;
border: none;
background-color: rgb(224, 224, 224);
}
/* ドロップダウンリストの表示 */
.twitter-info--dropdownbox select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 80%;
padding: 0 10px;
margin: 2.5px 10%;
border: 1px solid rgb(224, 224, 224);
background: #eee;
display: inline-block;
line-height: 1.5em;
background-image:
linear-gradient(45deg, transparent 50%, black 50%),
linear-gradient(135deg, black 50%, transparent 50%),
linear-gradient(to right, #ccc, #ccc);
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 15px) calc(1em + 2px),
calc(100% - 2.5em) 0.5em;
background-size: 5px 5px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
.calcite-title-main {
font-size: 16px;
}
.calcite-title-delay {
font-size: 8px;
margin-left: 0px;
}
.nav-button > a {
font-size: 10px !important;
}
#buttonDiv {
right: 5px;
width: 120px;
flex-wrap: wrap;
}
#buttonDiv div {
margin: 1px;
}
#buttonDiv button {
font-size: inherit;
}
.weatherinfo-info input {
width: auto;
}
.twitter-info--box {
height: 400px;
width: 300px;
}
.twitter-info--tweetbox {
height: 93%;
}
.twitter-info--dropdownbox {
height: 7%;
}
} | 0.370567 | 0.069668 |
html,body {width:100%; }
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:18px; line-height:1.7; font-family:'Montserrat', 'Noto Sans KR'; color:#555;}
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}
table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 泥섎━ */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}
button {background: 0; border:0;}
/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/
.center{text-align:center;}
.inner {width:1400px; margin:0 auto;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}
.pc_img {display:inline-block;}
.tab_img {display:none;}
.mob_img {display:none;}
/* === Main === */
#wrap {position:relative; width:100%; margin:0 auto; overflow:hidden;}
#header {position:absolute; top:0; left:0; width:100%; height:90px; z-index: 10;}
#visual_wrap {position:relative; width:100%;}
#visual li > p {background-size:cover !important; height:100vh;}
.visual_txt {position:absolute; top:50%; transform:translateY(-50%); left:0; width:100%; text-align:center; word-break:keep-all;}
/* === Sub === */
#sub_header {position:fixed; left:0; top:0; width: 300px; height: 100vh; background: #000;}
#sub_header h1 {position:absolute; top:30px; left:50px;}
#sub_header .prev_btn {position:absolute; top:40px; right:50px;}
#sub_header .sub_menu {padding: 200px 50px 0;}
#sub_header .sub_menu li {font-size: 25px; margin-bottom: 20px; line-height:70px; width: 100%;}
#sub_header .sub_menu li:last-child {margin-bottom: 0;}
#sub_header .sub_menu li a {color: #fff; display:block; width: 100%; height: 100%; }
#sub_header .sub_menu li.on {font-weight: bold;}
#sub_header .sub_menu li.on a {color: #fff; display:block; width: 100%; height: 100%;}
#sub_header .sub_menu li:hover {font-weight: bold;}
#sub_header .sub_menu li:hover a {color: #fff; display:block; width: 100%; height: 100%;}
#sub_header p.copyright {position:absolute; left:50px; bottom: 40px; color: #fff; font-size: 8px;}
#sub_contents {background: #F5F5F5; margin-left: 300px; padding: 150px 260px 150px 80px; height: 100vh;}
#sub_contents h2.h2_tit {font-size: 45px; color: #000; line-height: 1;}
#sub_contents h2.h2_tit2 {font-size: 45px; color: #000; line-height: 1; padding-bottom: 20px;}
#sub_contents h2.h2_tit2 em {font-size: 25px; font-weight: 500; margin-left: 30px;}
#sub_contents .sub01_wrap h3 {color: #000; font-size: 23px; line-height: 1; margin-top: 40px; margin-bottom: 60px;}
#sub_contents .period span {display:inline-block; color: #000; font-size: 25px; font-weight: 700; vertical-align: middle;}
#sub_contents .period ul {display:inline-block; vertical-align: middle; margin-left: 25px;}
#sub_contents .period ul li {float:left; width: 120px; height: 45px; line-height: 45px; background: #fff; border-radius:5px; margin-right: 15px;}
#sub_contents .period ul li:last-child {margin-right: 0; background: #D0E4FF;}
#sub_contents .period ul li button {width: 120px; height: 45px; line-height: 45px; font-size: 20px; font-weight: 500; color: #000; text-align: center;}
#sub_contents .sub01_wrap .category {margin-top: 45px;}
#sub_contents .sub01_wrap .category span {display:block; color: #000; font-size: 25px; font-weight: 600; line-height: 1; margin-bottom: 30px;}
#sub_contents .sub01_wrap .category ul li {float:left; width: 32%; height: 360px; margin-right: 2%; background: #fff; border-radius:8px;}
#sub_contents .sub01_wrap .category ul li:last-child {margin-right: 0;}
#sub_contents .sub01_wrap .category ul li button {width: 100%; height: 100%;}
#sub_contents .sub01_wrap .category ul li button .img {height: 220px;}
#sub_contents .sub01_wrap .category ul li button .img img {margin-top: 0px;}
#sub_contents .sub01_wrap .category ul li:last-child button .img img {margin-top: 0;}
#sub_contents .sub01_wrap .category ul li button p {font-size: 30px; font-weight: 550; line-height: 1; margin-top: 45px; color: #000;}
#sub_contents .sub01_wrap .category ul li.on {background: #fff;}
#sub_contents .sub01_wrap .category ul li.on button p {color: #000;}
#sub_contents .sub01_wrap .category .submit {width: 200px; height: 60px; text-align: center; line-height: 60px; background: #000; color: #fff; font-size: 24px; font-weight: bold; border-radius:8px; margin-top: 40px; float:right; }
#sub_contents .sub01_wrap > .text {margin: 45px 0 55px;}
#sub_contents .sub01_wrap > .text p {font-size: 20px; line-height: 35px; font-weight: 500; color: #000; margin-bottom: 30px;}
#sub_contents .sub01_wrap > .text p:last-child {margin-bottom: 0;}
#sub_contents .sub01_wrap .content {margin-top: 80px;}
#sub_contents .sub01_wrap .content .img {float:left; width: 480px;}
#sub_contents .sub01_wrap .content .img img {width: 100%;}
#sub_contents .sub01_wrap .content .text {float:right; width: calc(100% - 480px); padding-left: 60px;}
#sub_contents .sub01_wrap .content .text h4 {color: #000; font-size: 20px; line-height: 1; margin-bottom: 20px;}
#sub_contents .sub01_wrap .content .text p {font-size: 20px; line-height: 35px; margin-bottom: 45px;}
#sub_contents .sub01_wrap .content .text p:last-child {margin-bottom: 0;}
#sub_contents2 {background: #F5F5F5; margin-left: 300px; padding: 100px 80px 130px 80px;}
#sub_contents2 .sub02_wrap .sub02_con {float:left; width: 76%; padding-right: 2%;}
.sub02_con .top_box {background: #D9D9D9; padding: 50px 50px 60px; margin-bottom: 60px;}
.sub02_con .top_box h2 {font-size: 35px; color: #091D3E; line-height: 1; margin-bottom: 30px;}
.sub02_con .top_box > img {width: 100%;}
.sub02_con .top_box .search {margin-top: 40px;}
.sub02_con .top_box .search input {float:left; width: 90%; height: 50px; border-radius:25px; border:0; padding-left: 40px;}
.sub02_con .top_box .search input::placeholder {color: #C9C9C9; font-size: 18px;}
.sub02_con .top_box .search button {float:right; width: 8%; height: 50px; border-radius:25px; background: #3079EC; padding-top: 10px;}
.sub02_con > h3 {font-size: 23px; color: #000; line-height: 1; margin-bottom: 25px;}
.sub02_con .filter_keyword li {display:inline-block; margin-right: 20px; overflow:hidden;}
.sub02_con .filter_keyword li p {float:left; width: 170px; height: 36px; background: #D0E4FF; line-height: 36px; text-align: center; font-size: 16px; color: #000;}
.sub02_con .filter_keyword li button {float:right; width: 36px; height: 36px; background: #091D3E; padding-top: 12px;}
.sub02_con .tbl_type01 {width: 100%; border-top:2px solid #091D3E; margin-top: 40px;}
.sub02_con .tbl_type01 th {font-size: 18px; font-weight: bold; color: #000; padding: 15px 0;}
.sub02_con .tbl_type01 tr {border-bottom:1px solid #ddd;}
.sub02_con .tbl_type01 tr td {padding: 20px 0;}
.sub02_con .tbl_type01 tr td h3 {font-size: 20px; font-weight: bold; color: #000; margin-bottom: 10px;}
.sub02_con .tbl_type01 tr td p {font-size: 18px; line-height: 30px;}
.sub02_con .tbl_type01 tr td:first-child img {display:block; margin: 0 auto;}
.sub02_con .tbl_type01 tr td:last-child {text-align: center; font-size: 18px;}
#sub_contents2 .sub02_wrap .sub02_filter {float:right; width: 24%; background: #fff; padding: 40px 25px; position:relative;}
.sub02_wrap .sub02_filter h4 {font-size: 28px; color: #000; line-height: 1;}
.sub02_wrap .sub02_filter .close_btn {position:absolute; right: 20px; top: 40px;}
.sub02_wrap .sub02_filter .filter_con {position:relative; margin-bottom: 20px; padding-bottom: 20px; border-bottom:1px solid #ddd;}
.sub02_wrap .sub02_filter .filter_con:last-child {margin-bottom: 0; padding-bottom: 0; border-bottom:0;}
.sub02_wrap .sub02_filter .filter_con h5 {font-size: 18px; font-weight: bold; color: #000; line-height: 35px; margin-bottom:20px;}
.sub02_wrap .sub02_filter .filter_con > span {width: 35px; height: 35px; background: #3079EC; border-radius:50%; display:block; line-height: 35px; text-align: center; color: #fff; font-size: 16px; font-weight: 700; position:absolute; right: 0; top: 0;}
.sub02_wrap .sub02_filter .filter_con .keyword li {overflow:hidden; margin-bottom: 5px;}
.sub02_wrap .sub02_filter .filter_con .keyword li:last-child {margin-bottom: 0;}
.sub02_wrap .sub02_filter .filter_con .keyword li input {width: 11px; height: 11px; width: 5%; float:left; margin-top: 6px;}
.sub02_wrap .sub02_filter .filter_con .keyword li p {font-size: 15px; width: 80%; float:left; color: #000; padding-left: 1%;}
.sub02_wrap .sub02_filter .filter_con .keyword li em {font-size: 15px; font-weight: 700; font-weight: bold; width: 15%; float:left; color: #000; text-align: right;}
.sub02_wrap .sub02_filter .filter_con .more_btn {margin-top: 15px; color: #3079EC; font-size: 16px; font-weight: bold;}
.sub03_wrap {}
.sub03_wrap .search_wrap {margin-top: 70px;}
.sub03_wrap .search_wrap h3 {font-size: 20px; font-weight: 500; color: #000; line-height: 1; margin-bottom: 25px;}
.sub03_wrap .search_wrap .search {margin-top: 20px;}
.sub03_wrap .search_wrap .search input {float:left; width: 88%; height: 70px; line-height: 70px; border-radius:35px; border:0; padding-left: 50px; box-shadow:3px 3px 6px rgb(0 0 0 / 10%); color: #222;}
.sub03_wrap .search_wrap .search input::placeholder {color: #C9C9C9; font-size: 20px;}
.sub03_wrap .search_wrap .search button {float:right; width: 10%; height: 70px; border-radius:35px; background: #3079EC; color: #fff; font-size: 24px; font-weight: bold;}
.sub03_wrap .search_wrap > p {font-size: 16px; color: #000; line-height: 34px; margin-top: 20px;}
.sub03_wrap .search_wrap > p span {display:inline-block; width: 80px; height: 34px; border-radius:17px; background: #091D3E; color: #fff; line-height: 34px; font-size: 14px; font-weight: bold; text-align: center; margin-right: 10px;}
#sub_contents3 {background: #F5F5F5; margin-left: 300px; padding: 150px 260px 80px 80px;}
#sub_contents3 .sub03_wrap h2.h2_tit {font-size: 45px; color: #000; line-height: 1;}
#sub_contents3 .sub03_wrap .search_wrap .back_btn img {display:inline-block; margin-right: 10px;}
#sub_contents3 .sub03_wrap .search_wrap .back_btn p {display:inline-block; font-size: 20px; color: #000; font-weight: 700; line-height: 40px;}
#sub_contents3 .sub03_wrap .search_wrap .page {margin-top: 50px;}
#sub_contents3 .sub03_wrap .search_wrap .page .img {float:left; width: 20%;}
#sub_contents3 .sub03_wrap .search_wrap .page .img img {width: 100%;}
#sub_contents3 .sub03_wrap .search_wrap .page .img button {font-size: 16px; color: #000; margin-top: 10px; line-height: 1;}
#sub_contents3 .sub03_wrap .search_wrap .page .text {float:right; width: 80%; padding-left: 3%;}
#sub_contents3 .sub03_wrap .search_wrap .page .text h5 {color: #000; font-size: 26px; margin-bottom: 15px;}
#sub_contents3 .sub03_wrap .search_wrap .page .text p {font-size: 16px; line-height: 28px; color: #000;}
#sub_contents3 .sub03_wrap .search_wrap .page .text .more_btn {margin-top: 25px;}
#sub_contents3 .sub03_wrap .search_wrap .page .text .more_btn img {display:inline-block; vertical-align: middle; margin-right:5px;}
#sub_contents3 .sub03_wrap .search_wrap .page .text .more_btn p {display:inline-block; font-size: 16px; color: #091D3E; line-height: 1; vertical-align: middle; font-weight: bold;}
#sub_contents3_2 {background: #2E2E2E; margin-left: 300px; padding: 70px 260px 100px 80px;}
#sub_contents3_2 > img {width: 100%;}
#sub_contents3_2 .include_keyword {margin-top: 70px;}
#sub_contents3_2 .include_keyword h4 {color: #fff; font-size: 26px; line-height: 1; margin-bottom: 35px;}
#sub_contents3_2 .include_keyword ul li {margin-bottom: 10px; color: #fff;}
#sub_contents3_2 .include_keyword ul li:last-child {margin-bottom: 0;}
#sub_contents3_2 .include_keyword ul li span {width: 150px; height: 35px; line-height: 35px; text-align: center; font-size: 16px; font-weight: bold; display:inline-block; margin-right: 30px;}
#sub_contents3_2 .include_keyword ul li span.in {background: #3079EC; }
#sub_contents3_2 .include_keyword ul li span.out {background: #83B4F7;}
#sub_contents3_2 .include_keyword ul li em {display:inline-block; font-size: 16px; font-weight: bold; line-height: 35px; padding-right: 30px; margin-right: 30px; position:relative;}
#sub_contents3_2 .include_keyword ul li em::after {content:''; width: 1px; height: 20px; background: #fff; position:absolute; right: 0; top:8px;}
#sub_contents3_2 .include_keyword ul li p {display:inline-block; font-size: 16px; font-weight: bold; line-height: 35px; }
#sub_contents3_2 .img_wrap {margin-top: 80px;} | WEB(FE)/publishing/css/style.css | html,body {width:100%; }
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:18px; line-height:1.7; font-family:'Montserrat', 'Noto Sans KR'; color:#555;}
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}
table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 泥섎━ */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}
button {background: 0; border:0;}
/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/
.center{text-align:center;}
.inner {width:1400px; margin:0 auto;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}
.pc_img {display:inline-block;}
.tab_img {display:none;}
.mob_img {display:none;}
/* === Main === */
#wrap {position:relative; width:100%; margin:0 auto; overflow:hidden;}
#header {position:absolute; top:0; left:0; width:100%; height:90px; z-index: 10;}
#visual_wrap {position:relative; width:100%;}
#visual li > p {background-size:cover !important; height:100vh;}
.visual_txt {position:absolute; top:50%; transform:translateY(-50%); left:0; width:100%; text-align:center; word-break:keep-all;}
/* === Sub === */
#sub_header {position:fixed; left:0; top:0; width: 300px; height: 100vh; background: #000;}
#sub_header h1 {position:absolute; top:30px; left:50px;}
#sub_header .prev_btn {position:absolute; top:40px; right:50px;}
#sub_header .sub_menu {padding: 200px 50px 0;}
#sub_header .sub_menu li {font-size: 25px; margin-bottom: 20px; line-height:70px; width: 100%;}
#sub_header .sub_menu li:last-child {margin-bottom: 0;}
#sub_header .sub_menu li a {color: #fff; display:block; width: 100%; height: 100%; }
#sub_header .sub_menu li.on {font-weight: bold;}
#sub_header .sub_menu li.on a {color: #fff; display:block; width: 100%; height: 100%;}
#sub_header .sub_menu li:hover {font-weight: bold;}
#sub_header .sub_menu li:hover a {color: #fff; display:block; width: 100%; height: 100%;}
#sub_header p.copyright {position:absolute; left:50px; bottom: 40px; color: #fff; font-size: 8px;}
#sub_contents {background: #F5F5F5; margin-left: 300px; padding: 150px 260px 150px 80px; height: 100vh;}
#sub_contents h2.h2_tit {font-size: 45px; color: #000; line-height: 1;}
#sub_contents h2.h2_tit2 {font-size: 45px; color: #000; line-height: 1; padding-bottom: 20px;}
#sub_contents h2.h2_tit2 em {font-size: 25px; font-weight: 500; margin-left: 30px;}
#sub_contents .sub01_wrap h3 {color: #000; font-size: 23px; line-height: 1; margin-top: 40px; margin-bottom: 60px;}
#sub_contents .period span {display:inline-block; color: #000; font-size: 25px; font-weight: 700; vertical-align: middle;}
#sub_contents .period ul {display:inline-block; vertical-align: middle; margin-left: 25px;}
#sub_contents .period ul li {float:left; width: 120px; height: 45px; line-height: 45px; background: #fff; border-radius:5px; margin-right: 15px;}
#sub_contents .period ul li:last-child {margin-right: 0; background: #D0E4FF;}
#sub_contents .period ul li button {width: 120px; height: 45px; line-height: 45px; font-size: 20px; font-weight: 500; color: #000; text-align: center;}
#sub_contents .sub01_wrap .category {margin-top: 45px;}
#sub_contents .sub01_wrap .category span {display:block; color: #000; font-size: 25px; font-weight: 600; line-height: 1; margin-bottom: 30px;}
#sub_contents .sub01_wrap .category ul li {float:left; width: 32%; height: 360px; margin-right: 2%; background: #fff; border-radius:8px;}
#sub_contents .sub01_wrap .category ul li:last-child {margin-right: 0;}
#sub_contents .sub01_wrap .category ul li button {width: 100%; height: 100%;}
#sub_contents .sub01_wrap .category ul li button .img {height: 220px;}
#sub_contents .sub01_wrap .category ul li button .img img {margin-top: 0px;}
#sub_contents .sub01_wrap .category ul li:last-child button .img img {margin-top: 0;}
#sub_contents .sub01_wrap .category ul li button p {font-size: 30px; font-weight: 550; line-height: 1; margin-top: 45px; color: #000;}
#sub_contents .sub01_wrap .category ul li.on {background: #fff;}
#sub_contents .sub01_wrap .category ul li.on button p {color: #000;}
#sub_contents .sub01_wrap .category .submit {width: 200px; height: 60px; text-align: center; line-height: 60px; background: #000; color: #fff; font-size: 24px; font-weight: bold; border-radius:8px; margin-top: 40px; float:right; }
#sub_contents .sub01_wrap > .text {margin: 45px 0 55px;}
#sub_contents .sub01_wrap > .text p {font-size: 20px; line-height: 35px; font-weight: 500; color: #000; margin-bottom: 30px;}
#sub_contents .sub01_wrap > .text p:last-child {margin-bottom: 0;}
#sub_contents .sub01_wrap .content {margin-top: 80px;}
#sub_contents .sub01_wrap .content .img {float:left; width: 480px;}
#sub_contents .sub01_wrap .content .img img {width: 100%;}
#sub_contents .sub01_wrap .content .text {float:right; width: calc(100% - 480px); padding-left: 60px;}
#sub_contents .sub01_wrap .content .text h4 {color: #000; font-size: 20px; line-height: 1; margin-bottom: 20px;}
#sub_contents .sub01_wrap .content .text p {font-size: 20px; line-height: 35px; margin-bottom: 45px;}
#sub_contents .sub01_wrap .content .text p:last-child {margin-bottom: 0;}
#sub_contents2 {background: #F5F5F5; margin-left: 300px; padding: 100px 80px 130px 80px;}
#sub_contents2 .sub02_wrap .sub02_con {float:left; width: 76%; padding-right: 2%;}
.sub02_con .top_box {background: #D9D9D9; padding: 50px 50px 60px; margin-bottom: 60px;}
.sub02_con .top_box h2 {font-size: 35px; color: #091D3E; line-height: 1; margin-bottom: 30px;}
.sub02_con .top_box > img {width: 100%;}
.sub02_con .top_box .search {margin-top: 40px;}
.sub02_con .top_box .search input {float:left; width: 90%; height: 50px; border-radius:25px; border:0; padding-left: 40px;}
.sub02_con .top_box .search input::placeholder {color: #C9C9C9; font-size: 18px;}
.sub02_con .top_box .search button {float:right; width: 8%; height: 50px; border-radius:25px; background: #3079EC; padding-top: 10px;}
.sub02_con > h3 {font-size: 23px; color: #000; line-height: 1; margin-bottom: 25px;}
.sub02_con .filter_keyword li {display:inline-block; margin-right: 20px; overflow:hidden;}
.sub02_con .filter_keyword li p {float:left; width: 170px; height: 36px; background: #D0E4FF; line-height: 36px; text-align: center; font-size: 16px; color: #000;}
.sub02_con .filter_keyword li button {float:right; width: 36px; height: 36px; background: #091D3E; padding-top: 12px;}
.sub02_con .tbl_type01 {width: 100%; border-top:2px solid #091D3E; margin-top: 40px;}
.sub02_con .tbl_type01 th {font-size: 18px; font-weight: bold; color: #000; padding: 15px 0;}
.sub02_con .tbl_type01 tr {border-bottom:1px solid #ddd;}
.sub02_con .tbl_type01 tr td {padding: 20px 0;}
.sub02_con .tbl_type01 tr td h3 {font-size: 20px; font-weight: bold; color: #000; margin-bottom: 10px;}
.sub02_con .tbl_type01 tr td p {font-size: 18px; line-height: 30px;}
.sub02_con .tbl_type01 tr td:first-child img {display:block; margin: 0 auto;}
.sub02_con .tbl_type01 tr td:last-child {text-align: center; font-size: 18px;}
#sub_contents2 .sub02_wrap .sub02_filter {float:right; width: 24%; background: #fff; padding: 40px 25px; position:relative;}
.sub02_wrap .sub02_filter h4 {font-size: 28px; color: #000; line-height: 1;}
.sub02_wrap .sub02_filter .close_btn {position:absolute; right: 20px; top: 40px;}
.sub02_wrap .sub02_filter .filter_con {position:relative; margin-bottom: 20px; padding-bottom: 20px; border-bottom:1px solid #ddd;}
.sub02_wrap .sub02_filter .filter_con:last-child {margin-bottom: 0; padding-bottom: 0; border-bottom:0;}
.sub02_wrap .sub02_filter .filter_con h5 {font-size: 18px; font-weight: bold; color: #000; line-height: 35px; margin-bottom:20px;}
.sub02_wrap .sub02_filter .filter_con > span {width: 35px; height: 35px; background: #3079EC; border-radius:50%; display:block; line-height: 35px; text-align: center; color: #fff; font-size: 16px; font-weight: 700; position:absolute; right: 0; top: 0;}
.sub02_wrap .sub02_filter .filter_con .keyword li {overflow:hidden; margin-bottom: 5px;}
.sub02_wrap .sub02_filter .filter_con .keyword li:last-child {margin-bottom: 0;}
.sub02_wrap .sub02_filter .filter_con .keyword li input {width: 11px; height: 11px; width: 5%; float:left; margin-top: 6px;}
.sub02_wrap .sub02_filter .filter_con .keyword li p {font-size: 15px; width: 80%; float:left; color: #000; padding-left: 1%;}
.sub02_wrap .sub02_filter .filter_con .keyword li em {font-size: 15px; font-weight: 700; font-weight: bold; width: 15%; float:left; color: #000; text-align: right;}
.sub02_wrap .sub02_filter .filter_con .more_btn {margin-top: 15px; color: #3079EC; font-size: 16px; font-weight: bold;}
.sub03_wrap {}
.sub03_wrap .search_wrap {margin-top: 70px;}
.sub03_wrap .search_wrap h3 {font-size: 20px; font-weight: 500; color: #000; line-height: 1; margin-bottom: 25px;}
.sub03_wrap .search_wrap .search {margin-top: 20px;}
.sub03_wrap .search_wrap .search input {float:left; width: 88%; height: 70px; line-height: 70px; border-radius:35px; border:0; padding-left: 50px; box-shadow:3px 3px 6px rgb(0 0 0 / 10%); color: #222;}
.sub03_wrap .search_wrap .search input::placeholder {color: #C9C9C9; font-size: 20px;}
.sub03_wrap .search_wrap .search button {float:right; width: 10%; height: 70px; border-radius:35px; background: #3079EC; color: #fff; font-size: 24px; font-weight: bold;}
.sub03_wrap .search_wrap > p {font-size: 16px; color: #000; line-height: 34px; margin-top: 20px;}
.sub03_wrap .search_wrap > p span {display:inline-block; width: 80px; height: 34px; border-radius:17px; background: #091D3E; color: #fff; line-height: 34px; font-size: 14px; font-weight: bold; text-align: center; margin-right: 10px;}
#sub_contents3 {background: #F5F5F5; margin-left: 300px; padding: 150px 260px 80px 80px;}
#sub_contents3 .sub03_wrap h2.h2_tit {font-size: 45px; color: #000; line-height: 1;}
#sub_contents3 .sub03_wrap .search_wrap .back_btn img {display:inline-block; margin-right: 10px;}
#sub_contents3 .sub03_wrap .search_wrap .back_btn p {display:inline-block; font-size: 20px; color: #000; font-weight: 700; line-height: 40px;}
#sub_contents3 .sub03_wrap .search_wrap .page {margin-top: 50px;}
#sub_contents3 .sub03_wrap .search_wrap .page .img {float:left; width: 20%;}
#sub_contents3 .sub03_wrap .search_wrap .page .img img {width: 100%;}
#sub_contents3 .sub03_wrap .search_wrap .page .img button {font-size: 16px; color: #000; margin-top: 10px; line-height: 1;}
#sub_contents3 .sub03_wrap .search_wrap .page .text {float:right; width: 80%; padding-left: 3%;}
#sub_contents3 .sub03_wrap .search_wrap .page .text h5 {color: #000; font-size: 26px; margin-bottom: 15px;}
#sub_contents3 .sub03_wrap .search_wrap .page .text p {font-size: 16px; line-height: 28px; color: #000;}
#sub_contents3 .sub03_wrap .search_wrap .page .text .more_btn {margin-top: 25px;}
#sub_contents3 .sub03_wrap .search_wrap .page .text .more_btn img {display:inline-block; vertical-align: middle; margin-right:5px;}
#sub_contents3 .sub03_wrap .search_wrap .page .text .more_btn p {display:inline-block; font-size: 16px; color: #091D3E; line-height: 1; vertical-align: middle; font-weight: bold;}
#sub_contents3_2 {background: #2E2E2E; margin-left: 300px; padding: 70px 260px 100px 80px;}
#sub_contents3_2 > img {width: 100%;}
#sub_contents3_2 .include_keyword {margin-top: 70px;}
#sub_contents3_2 .include_keyword h4 {color: #fff; font-size: 26px; line-height: 1; margin-bottom: 35px;}
#sub_contents3_2 .include_keyword ul li {margin-bottom: 10px; color: #fff;}
#sub_contents3_2 .include_keyword ul li:last-child {margin-bottom: 0;}
#sub_contents3_2 .include_keyword ul li span {width: 150px; height: 35px; line-height: 35px; text-align: center; font-size: 16px; font-weight: bold; display:inline-block; margin-right: 30px;}
#sub_contents3_2 .include_keyword ul li span.in {background: #3079EC; }
#sub_contents3_2 .include_keyword ul li span.out {background: #83B4F7;}
#sub_contents3_2 .include_keyword ul li em {display:inline-block; font-size: 16px; font-weight: bold; line-height: 35px; padding-right: 30px; margin-right: 30px; position:relative;}
#sub_contents3_2 .include_keyword ul li em::after {content:''; width: 1px; height: 20px; background: #fff; position:absolute; right: 0; top:8px;}
#sub_contents3_2 .include_keyword ul li p {display:inline-block; font-size: 16px; font-weight: bold; line-height: 35px; }
#sub_contents3_2 .img_wrap {margin-top: 80px;} | 0.354321 | 0.056888 |
html.uk-light,
body.uk-light,
.uk-light .tm-main.uk-section-default,
.uk-light .ui-state-default,
.uk-light .ui-widget-content .ui-state-default,
.uk-light .ui-widget-header .ui-state-default,
.uk-light .ui-button,
html.uk-light .ui-button.ui-state-disabled:hover,
html.uk-light .ui-button.ui-state-disabled:active,
.uk-light .tm-navbar-container:not(.uk-navbar-transparent) { background: #222; }
.uk-light .tm-navbar-container:not(.uk-navbar-transparent) { border-bottom: 1px rgba(255,255,255,0.2) solid; }
.uk-light .tm-sidebar-left { border-right: 1px rgba(255,255,255,0.2) solid; }
.uk-light .ui-widget-header { background: #222; border: 1px solid rgba(255,255,255,0.2); }
.uk-light .uk-tab>.uk-active>a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab>.uk-active>a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab>.uk-active>a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab>.uk-active>a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab>.uk-active>a,
.uk-card-primary.uk-card-body .uk-tab>.uk-active>a,
.uk-card-primary>:not([class*='uk-card-media']) .uk-tab>.uk-active>a,
.uk-card-secondary.uk-card-body .uk-tab>.uk-active>a,
.uk-card-secondary>:not([class*='uk-card-media']) .uk-tab>.uk-active>a,
.uk-overlay-primary .uk-tab>.uk-active>a,
.tm-navbar-container:not(.uk-navbar-transparent) .uk-tab>.uk-active>a { color: #666; } /* follow as color at theme.css */
/*
* END dark mode
*/
:root {
--uk-alert-sticky-on-cke: 981;
--uk-notification-on-cke: 9996; /* .cke_maximized is use z-index 9995 */
--uk-notification-on-cke: 99995; /* .uk-modal is use z-index 99994 */
}
.uk-alert.uk-sticky-fixed { z-index: var(--uk-alert-sticky-on-cke); }
.uk-notification { z-index: var(--uk-notification-on-cke); }
.cke_maximized {
}
.uk-tab-left>*>a { border-right: 5px solid transparent; }
.uk-tab>.uk-active>a { font-weight: 600; background: #f8f8f8; }
table.dataTable thead th div.DataTables_sort_wrapper span.uk-icon { position: unset; }
.uk-navbar .tm-logo .tm-logo-img { max-height: 50px; }
.uk-navbar .uk-button .tm-user-picture {
max-height: 40px;
margin-right: -30px;
background: rgba(255,255,255,0.6);
}
.uk-navbar .uk-button:hover .tm-user-picture {
background: rgba(255,255,255,1);
}
.tm-sidebar-left { padding: 20px 20px 30px 20px; }
.tm-sidebar-left .uk-accordion-title { font-size: 16px; }
.tm-sidebar-left .uk-accordion-content { margin-top: 0px;}
.tm-sidebar-left { width: 240px !important; }
.tm-sidebar-left + .tm-main { padding-left: 240px; }
.tm-main.uk-section {
padding-top: 20px;
padding-bottom: 20px;
}
.tm-main .uk-section {
padding-top: 40px;
padding-bottom: 40px;
}
.tm-main .uk-container {
padding-left: 20px;
padding-right: 20px;
}
footer.tm-navbar-container {
padding: 4px;
}
.uk-offcanvas-bar { background: #222; }
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before { margin: 0 8px; }
.uk-subnav-pill:not(.uk-tab) > .uk-active > a { color: #fff; }
.uk-card-badge [class*=uk-inline] { position: unset; }
@media (max-width: 959px) {
.uk-navbar .tm-logo .tm-logo-img { max-height: 32px; }
.tm-sidebar-left + .tm-main { padding-left: 0px; }
}
[class*="notification-"] { text-transform: capitalize; } | system/template_admin/default/css/style.css | html.uk-light,
body.uk-light,
.uk-light .tm-main.uk-section-default,
.uk-light .ui-state-default,
.uk-light .ui-widget-content .ui-state-default,
.uk-light .ui-widget-header .ui-state-default,
.uk-light .ui-button,
html.uk-light .ui-button.ui-state-disabled:hover,
html.uk-light .ui-button.ui-state-disabled:active,
.uk-light .tm-navbar-container:not(.uk-navbar-transparent) { background: #222; }
.uk-light .tm-navbar-container:not(.uk-navbar-transparent) { border-bottom: 1px rgba(255,255,255,0.2) solid; }
.uk-light .tm-sidebar-left { border-right: 1px rgba(255,255,255,0.2) solid; }
.uk-light .ui-widget-header { background: #222; border: 1px solid rgba(255,255,255,0.2); }
.uk-light .uk-tab>.uk-active>a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab>.uk-active>a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab>.uk-active>a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab>.uk-active>a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab>.uk-active>a,
.uk-card-primary.uk-card-body .uk-tab>.uk-active>a,
.uk-card-primary>:not([class*='uk-card-media']) .uk-tab>.uk-active>a,
.uk-card-secondary.uk-card-body .uk-tab>.uk-active>a,
.uk-card-secondary>:not([class*='uk-card-media']) .uk-tab>.uk-active>a,
.uk-overlay-primary .uk-tab>.uk-active>a,
.tm-navbar-container:not(.uk-navbar-transparent) .uk-tab>.uk-active>a { color: #666; } /* follow as color at theme.css */
/*
* END dark mode
*/
:root {
--uk-alert-sticky-on-cke: 981;
--uk-notification-on-cke: 9996; /* .cke_maximized is use z-index 9995 */
--uk-notification-on-cke: 99995; /* .uk-modal is use z-index 99994 */
}
.uk-alert.uk-sticky-fixed { z-index: var(--uk-alert-sticky-on-cke); }
.uk-notification { z-index: var(--uk-notification-on-cke); }
.cke_maximized {
}
.uk-tab-left>*>a { border-right: 5px solid transparent; }
.uk-tab>.uk-active>a { font-weight: 600; background: #f8f8f8; }
table.dataTable thead th div.DataTables_sort_wrapper span.uk-icon { position: unset; }
.uk-navbar .tm-logo .tm-logo-img { max-height: 50px; }
.uk-navbar .uk-button .tm-user-picture {
max-height: 40px;
margin-right: -30px;
background: rgba(255,255,255,0.6);
}
.uk-navbar .uk-button:hover .tm-user-picture {
background: rgba(255,255,255,1);
}
.tm-sidebar-left { padding: 20px 20px 30px 20px; }
.tm-sidebar-left .uk-accordion-title { font-size: 16px; }
.tm-sidebar-left .uk-accordion-content { margin-top: 0px;}
.tm-sidebar-left { width: 240px !important; }
.tm-sidebar-left + .tm-main { padding-left: 240px; }
.tm-main.uk-section {
padding-top: 20px;
padding-bottom: 20px;
}
.tm-main .uk-section {
padding-top: 40px;
padding-bottom: 40px;
}
.tm-main .uk-container {
padding-left: 20px;
padding-right: 20px;
}
footer.tm-navbar-container {
padding: 4px;
}
.uk-offcanvas-bar { background: #222; }
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before { margin: 0 8px; }
.uk-subnav-pill:not(.uk-tab) > .uk-active > a { color: #fff; }
.uk-card-badge [class*=uk-inline] { position: unset; }
@media (max-width: 959px) {
.uk-navbar .tm-logo .tm-logo-img { max-height: 32px; }
.tm-sidebar-left + .tm-main { padding-left: 0px; }
}
[class*="notification-"] { text-transform: capitalize; } | 0.488039 | 0.052936 |
.aquaPapayaWhip2,
.hover_aquaPapayaWhip2:hover,
.active_aquaPapayaWhip2:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(255, 247, 239, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 224, 188),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
-moz-box-shadow: 0 0.63em 0.75em rgba(255, 247, 239, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 224, 188),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
box-shadow: 0 0.63em 0.75em rgba(255, 247, 239, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 224, 188),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
}
.aquaPapayaWhip2h,
.hover_aquaPapayaWhip2h:hover,
.active_aquaPapayaWhip2h:active {
-webkit-box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
}
.aquaPapayaWhip2a,
.hover_aquaPapayaWhip2a:hover,
.active_aquaPapayaWhip2a:active {
/*background: #ffcb77;*/
-webkit-box-shadow:0 0.63em 1em rgba(255, 223, 188, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #fff5e9,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(255, 223, 188, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #fff5e9,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(255, 223, 188, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #fff5e9,
inset 0 0em 0.5em 2em #ffffff;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaPapayaWhip2,
.hover_color_aquaPapayaWhip2:hover,
.active_color_aquaPapayaWhip2:active {
color: #282828;
}
.color_aquaPapayaWhip2h,
.hover_color_aquaPapayaWhip2h:hover,
.active_color_aquaPapayaWhip2h:active {
color: #282828;
}
.color_aquaPapayaWhip2a,
.hover_color_aquaPapayaWhip2a:hover,
.active_color_aquaPapayaWhip2a:active {
color: #282828;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaPapayaWhip2,
.hover_border_aquaPapayaWhip2:hover,
.active_border_aquaPapayaWhip2:active {
border-color: #ffcb77 #ffcb77 #ffcb77 #ffcb77;
}
.border_aquaPapayaWhip2h,
.hover_border_aquaPapayaWhip2h:hover,
.active_border_aquaPapayaWhip2h:active {
border-color: #ffcb77 #ffcb77 #ffcb77 #ffcb77;
}
.border_aquaPapayaWhip2a,
.hover_border_aquaPapayaWhip2a:hover,
.active_border_aquaPapayaWhip2a:active {
border-color: #ffcb77 #ffcb77 #ffcb77 #ffcb77;
} | widgets/common/assets/shadows/aqua/aquaPapayaWhip/aquaPapayaWhip2.css | .aquaPapayaWhip2,
.hover_aquaPapayaWhip2:hover,
.active_aquaPapayaWhip2:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(255, 247, 239, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 224, 188),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
-moz-box-shadow: 0 0.63em 0.75em rgba(255, 247, 239, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 224, 188),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
box-shadow: 0 0.63em 0.75em rgba(255, 247, 239, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 224, 188),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
}
.aquaPapayaWhip2h,
.hover_aquaPapayaWhip2h:hover,
.active_aquaPapayaWhip2h:active {
-webkit-box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
}
.aquaPapayaWhip2a,
.hover_aquaPapayaWhip2a:hover,
.active_aquaPapayaWhip2a:active {
/*background: #ffcb77;*/
-webkit-box-shadow:0 0.63em 1em rgba(255, 223, 188, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #fff5e9,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(255, 223, 188, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #fff5e9,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(255, 223, 188, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #fff5e9,
inset 0 0em 0.5em 2em #ffffff;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaPapayaWhip2,
.hover_color_aquaPapayaWhip2:hover,
.active_color_aquaPapayaWhip2:active {
color: #282828;
}
.color_aquaPapayaWhip2h,
.hover_color_aquaPapayaWhip2h:hover,
.active_color_aquaPapayaWhip2h:active {
color: #282828;
}
.color_aquaPapayaWhip2a,
.hover_color_aquaPapayaWhip2a:hover,
.active_color_aquaPapayaWhip2a:active {
color: #282828;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaPapayaWhip2,
.hover_border_aquaPapayaWhip2:hover,
.active_border_aquaPapayaWhip2:active {
border-color: #ffcb77 #ffcb77 #ffcb77 #ffcb77;
}
.border_aquaPapayaWhip2h,
.hover_border_aquaPapayaWhip2h:hover,
.active_border_aquaPapayaWhip2h:active {
border-color: #ffcb77 #ffcb77 #ffcb77 #ffcb77;
}
.border_aquaPapayaWhip2a,
.hover_border_aquaPapayaWhip2a:hover,
.active_border_aquaPapayaWhip2a:active {
border-color: #ffcb77 #ffcb77 #ffcb77 #ffcb77;
} | 0.31059 | 0.38419 |
body {
font-family: Arial, sans-serif;
font-size: 14px;
box-sizing: border-box;
}
*,
:focus,
:active,
:hover {
outline: none;
}
h2 {
margin: 0;
font-size: 22px;
line-height: 24px;
}
hr {
height: 2px;
background: #000;
border: none;
}
form {
padding: 0 0 0 5px;
}
.form-hint {
margin: 0;
font-size: 13px;
line-height: 13px;
color: red;
}
form label {
display: block;
margin: 20px 0;
}
.form-field-name {
display: inline-block;
width: 90px;
}
.form-label-textarea .form-field-name {
vertical-align: top;
}
form input,
form textarea {
padding: 9px 13px;
font-size: 14px;
line-height: 14px;
border: 1px solid #000;
border-radius: 5px;
}
form input {
width: 220px;
}
form textarea {
width: 248px;
height: 64px;
resize: none;
}
form button {
margin: 5px 0 0 62px;
padding: 7px 32px;
font-weight: 600;
background: linear-gradient(0deg, #f0f0f0, #f7f7f7);
border: 1px solid #909091;
border-radius: 5px;
}
form button:hover {
background: linear-gradient(0deg, #ededed, #f3f3f3);
box-shadow: inset 0px 1px 4px 1px #d1d1d1;
cursor: pointer;
}
.form-field-error {
display: inline-block;
position: relative;
min-width: 100px;
margin: 0 0 0 40px;
padding: 5px 13px;
font-size: 12px;
letter-spacing: 1px;
color: #fff;
background: #d45252;
opacity: 1;
}
.form-field-error::after {
content: '';
display: block;
position: absolute;
top: 6px;
left: -11px;
border: 6px solid transparent;
border-right: 6px solid #d45252;;
}
input:valid + .form-field-error {
opacity: 0;
transition: opacity 0.3s ease;
}
input::-webkit-input-placeholder {opacity: 0.4; transition: opacity 0.3s ease;}
input::-moz-placeholder {opacity: 0.4; transition: opacity 0.3s ease;}
input:-moz-placeholder {opacity: 0.4; transition: opacity 0.3s ease;}
input:-ms-input-placeholder {opacity: 0.4; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;} | src/ex9.0_html-forms/style.css | body {
font-family: Arial, sans-serif;
font-size: 14px;
box-sizing: border-box;
}
*,
:focus,
:active,
:hover {
outline: none;
}
h2 {
margin: 0;
font-size: 22px;
line-height: 24px;
}
hr {
height: 2px;
background: #000;
border: none;
}
form {
padding: 0 0 0 5px;
}
.form-hint {
margin: 0;
font-size: 13px;
line-height: 13px;
color: red;
}
form label {
display: block;
margin: 20px 0;
}
.form-field-name {
display: inline-block;
width: 90px;
}
.form-label-textarea .form-field-name {
vertical-align: top;
}
form input,
form textarea {
padding: 9px 13px;
font-size: 14px;
line-height: 14px;
border: 1px solid #000;
border-radius: 5px;
}
form input {
width: 220px;
}
form textarea {
width: 248px;
height: 64px;
resize: none;
}
form button {
margin: 5px 0 0 62px;
padding: 7px 32px;
font-weight: 600;
background: linear-gradient(0deg, #f0f0f0, #f7f7f7);
border: 1px solid #909091;
border-radius: 5px;
}
form button:hover {
background: linear-gradient(0deg, #ededed, #f3f3f3);
box-shadow: inset 0px 1px 4px 1px #d1d1d1;
cursor: pointer;
}
.form-field-error {
display: inline-block;
position: relative;
min-width: 100px;
margin: 0 0 0 40px;
padding: 5px 13px;
font-size: 12px;
letter-spacing: 1px;
color: #fff;
background: #d45252;
opacity: 1;
}
.form-field-error::after {
content: '';
display: block;
position: absolute;
top: 6px;
left: -11px;
border: 6px solid transparent;
border-right: 6px solid #d45252;;
}
input:valid + .form-field-error {
opacity: 0;
transition: opacity 0.3s ease;
}
input::-webkit-input-placeholder {opacity: 0.4; transition: opacity 0.3s ease;}
input::-moz-placeholder {opacity: 0.4; transition: opacity 0.3s ease;}
input:-moz-placeholder {opacity: 0.4; transition: opacity 0.3s ease;}
input:-ms-input-placeholder {opacity: 0.4; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;} | 0.490724 | 0.10026 |
* {
box-sizing: border-box;
}
.App-card,
.App-landing {
min-height: 100vh;
font-family: "gotham", Helvetica, Arial, sans-serif;
}
.App-card {
background-color: #ddd;
}
.App-landing {
background-color: var(--brand-color-dark);
}
/* Landing Page */
.Landing {
max-width: 600px;
min-height: 100vh;
margin: auto;
background-color: #efefef;
padding: 5px 5px 50px 5px;
}
.Landing-header {
text-align: center;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.Landing-logo-img {
height: 80px;
}
.Form input,
.Form select {
margin: 5px;
}
.Form textarea {
width: 100%;
height: 100px;
}
.Form-button-radio-clear {
vertical-align: middle;
border: none;
margin: 0 5px 5px 5px;
padding: 0;
width: auto;
overflow: visible;
background-color: transparent;
/* inherit font & color from ancestor */
color: inherit;
font: inherit;
/* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
line-height: normal;
/* Corrects font smoothing for webkit */
-webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit;
/* Corrects inability to style clickable `input` types in iOS */
-webkit-appearance: none;
}
.Form-link-generate {
border-radius: 5px;
padding: 10px;
text-decoration: none;
border: 1px solid #666;
color: #efefef;
background-color: var(--brand-color-dark);
margin: 5px;
}
.Form-link-clear {
border-radius: 5px;
padding: 2px;
text-decoration: none;
border: 1px solid #666;
color: #222;
background-color: var(--brand-color-light);
line-height: 30px;
font-size: smaller;
}
.Landing-achievements {
display: flex;
flex-direction: row;
}
.Landing-achievements-level-header {
margin: 15px 0 5px 0;
font-weight: bold;
}
.Landing-achievement-buttons {
flex: 0 0 80px;
}
.Landing-achievement-description {
flex: 1;
margin-bottom: 5px;
}
/* Card Page */
.Card {
width: 1080px;
min-height: 1350px;
overflow: hidden;
background-color: #fff;
}
.Card-header {
width: 1080px;
height: 400px;
overflow: hidden;
}
.Card-main {
width: 1080px;
min-height: 900px;
background-color: #fff;
display: flex;
flex-flow: row;
}
.Card-guest-column {
width: 300px;
background-color: var(--brand-color-light);
}
.Card-Statuses-column {
width: 780px;
}
.Card-footer {
height: 50px;
width: 1080px;
background-color: var(--brand-color-dark);
line-height: 50px;
vertical-align: middle;
text-align: center;
color: #fff;
}
.Card-logo {
position: absolute;
top: 0px;
left: 0px;
width: 1080px;
height: 50px;
background-color: var(--brand-color-light);
text-align: right;
padding: 5px;
}
.Card-logo-img {
height: 40px;
}
.Card-header-img {
width: 1080px;
margin-top: -150px;
border-bottom: 1px solid #999;
}
.Card-program {
background-color: var(--brand-color-dark);
color: var(--brand-color-light) ;
font-size: 24px;
line-height: 40px;
font-weight: bold;
padding: 5px;
text-align: center;
position: absolute;
width: 200px;
top: 0px;
left: 0px;
}
.Card-program-triangle-bottomleft {
width: 0;
height: 0;
border-bottom: 50px solid var(--brand-color-dark);
border-right: 50px solid transparent;
position: absolute;
top: 0px;
left: 200px;
}
.Card-discipline {
position: absolute;
top: 50px;
left: 0px;
width: 1080px;
background-color: var(--brand-color-dark);
color: #fefefe;
text-align: center;
font-size: 36px;
line-height: 36px;
font-weight: bold;
padding: 12px;
}
.Card-level {
text-align: center;
font-size: 24px;
line-height: 30px;
font-weight: bold;
padding: 5px;
}
.Card-level-green-circle {
margin: 10px 110px;
}
.Card-level-blue-square {
margin: 10px 110px;
}
.Card-level-black-diamond {
margin: 10px 120px 20px 120px;
}
.Card-level-double-black-diamond {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 10px 90px 20px 90px;
}
.Card-level-narrow-diamond {
width: 0;
height: 0;
border: 30px solid transparent;
border-bottom: 40px solid #222;
position: relative;
top: -30px;
}
.Card-level-narrow-diamond:after {
content: '';
position: absolute;
left: -30px;
top: 40px;
width: 0;
height: 0;
border: 30px solid transparent;
border-top: 40px solid #222;
}
.Card-level-circle {
width: 80px;
height: 80px;
background-color: #3EA055;
border-radius: 50%
}
.Card-level-square {
width: 80px;
height: 80px;
background-color: #157DEC;
}
.Card-guest {
line-height: 36px;
font-size: 36px;
text-align: center;
font-weight: bold;
text-shadow: 1px 1px #fff;
padding: 10px 0 5px 0;
margin: 20px;
}
.Card-statuses {
padding: 10px 20px 20px 20px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.Card-statuses-level-header {
font-size: 14px;
padding: 0 20px;
text-transform: uppercase;
}
.Card-status {
display: flex;
flex-direction: row;
width: 50%;
padding: 1px;
}
.Card-statuses-header {
margin: 20px;
font-size: 24px;
border-bottom: 1px solid #999;
}
.Card-status-score {
flex: 0 0 55px;
padding-top: 2px;
}
.Card-status-description {
flex: 1;
line-height: 18px;
font-size: 12px;
}
.Card-status-score-circle-full {
float: left;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid #666;
background-color: var(--brand-color-dark);
margin-right: 4px;
}
.Card-status-score-circle-green {
background-color: #3EA055;
}
.Card-status-score-circle-blue {
background-color: #157DEC;
}
.Card-status-score-circle-black {
background-color: #222;
}
.Card-status-score-circle-empty {
float: left;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid #666;
margin-right: 5px;
}
.Card-comments {
min-height: 550px;
border-bottom: 1px solid #999;
font-size: 20px;
line-height: 20px;
padding: 10px;
margin: 10px 20px;
white-space: pre-wrap;
}
.Card-comments-header {
border-bottom: 1px solid #999;
margin: 20px 20px 10px 20px;
font-size: 20px;
}
.Card-signature {
text-align: right;
padding: 10px 20px;
font-size: 14px;
}
.Card-achievements-legend {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 500px;
padding: 3px;
background-color: #fff;
margin-top: -25px;
margin-left: 260px;
}
.Card-status-legend {
display: flex;
flex-direction: row;
width: 25%;
padding: 1px;
} | src/App.css | * {
box-sizing: border-box;
}
.App-card,
.App-landing {
min-height: 100vh;
font-family: "gotham", Helvetica, Arial, sans-serif;
}
.App-card {
background-color: #ddd;
}
.App-landing {
background-color: var(--brand-color-dark);
}
/* Landing Page */
.Landing {
max-width: 600px;
min-height: 100vh;
margin: auto;
background-color: #efefef;
padding: 5px 5px 50px 5px;
}
.Landing-header {
text-align: center;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.Landing-logo-img {
height: 80px;
}
.Form input,
.Form select {
margin: 5px;
}
.Form textarea {
width: 100%;
height: 100px;
}
.Form-button-radio-clear {
vertical-align: middle;
border: none;
margin: 0 5px 5px 5px;
padding: 0;
width: auto;
overflow: visible;
background-color: transparent;
/* inherit font & color from ancestor */
color: inherit;
font: inherit;
/* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
line-height: normal;
/* Corrects font smoothing for webkit */
-webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit;
/* Corrects inability to style clickable `input` types in iOS */
-webkit-appearance: none;
}
.Form-link-generate {
border-radius: 5px;
padding: 10px;
text-decoration: none;
border: 1px solid #666;
color: #efefef;
background-color: var(--brand-color-dark);
margin: 5px;
}
.Form-link-clear {
border-radius: 5px;
padding: 2px;
text-decoration: none;
border: 1px solid #666;
color: #222;
background-color: var(--brand-color-light);
line-height: 30px;
font-size: smaller;
}
.Landing-achievements {
display: flex;
flex-direction: row;
}
.Landing-achievements-level-header {
margin: 15px 0 5px 0;
font-weight: bold;
}
.Landing-achievement-buttons {
flex: 0 0 80px;
}
.Landing-achievement-description {
flex: 1;
margin-bottom: 5px;
}
/* Card Page */
.Card {
width: 1080px;
min-height: 1350px;
overflow: hidden;
background-color: #fff;
}
.Card-header {
width: 1080px;
height: 400px;
overflow: hidden;
}
.Card-main {
width: 1080px;
min-height: 900px;
background-color: #fff;
display: flex;
flex-flow: row;
}
.Card-guest-column {
width: 300px;
background-color: var(--brand-color-light);
}
.Card-Statuses-column {
width: 780px;
}
.Card-footer {
height: 50px;
width: 1080px;
background-color: var(--brand-color-dark);
line-height: 50px;
vertical-align: middle;
text-align: center;
color: #fff;
}
.Card-logo {
position: absolute;
top: 0px;
left: 0px;
width: 1080px;
height: 50px;
background-color: var(--brand-color-light);
text-align: right;
padding: 5px;
}
.Card-logo-img {
height: 40px;
}
.Card-header-img {
width: 1080px;
margin-top: -150px;
border-bottom: 1px solid #999;
}
.Card-program {
background-color: var(--brand-color-dark);
color: var(--brand-color-light) ;
font-size: 24px;
line-height: 40px;
font-weight: bold;
padding: 5px;
text-align: center;
position: absolute;
width: 200px;
top: 0px;
left: 0px;
}
.Card-program-triangle-bottomleft {
width: 0;
height: 0;
border-bottom: 50px solid var(--brand-color-dark);
border-right: 50px solid transparent;
position: absolute;
top: 0px;
left: 200px;
}
.Card-discipline {
position: absolute;
top: 50px;
left: 0px;
width: 1080px;
background-color: var(--brand-color-dark);
color: #fefefe;
text-align: center;
font-size: 36px;
line-height: 36px;
font-weight: bold;
padding: 12px;
}
.Card-level {
text-align: center;
font-size: 24px;
line-height: 30px;
font-weight: bold;
padding: 5px;
}
.Card-level-green-circle {
margin: 10px 110px;
}
.Card-level-blue-square {
margin: 10px 110px;
}
.Card-level-black-diamond {
margin: 10px 120px 20px 120px;
}
.Card-level-double-black-diamond {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 10px 90px 20px 90px;
}
.Card-level-narrow-diamond {
width: 0;
height: 0;
border: 30px solid transparent;
border-bottom: 40px solid #222;
position: relative;
top: -30px;
}
.Card-level-narrow-diamond:after {
content: '';
position: absolute;
left: -30px;
top: 40px;
width: 0;
height: 0;
border: 30px solid transparent;
border-top: 40px solid #222;
}
.Card-level-circle {
width: 80px;
height: 80px;
background-color: #3EA055;
border-radius: 50%
}
.Card-level-square {
width: 80px;
height: 80px;
background-color: #157DEC;
}
.Card-guest {
line-height: 36px;
font-size: 36px;
text-align: center;
font-weight: bold;
text-shadow: 1px 1px #fff;
padding: 10px 0 5px 0;
margin: 20px;
}
.Card-statuses {
padding: 10px 20px 20px 20px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.Card-statuses-level-header {
font-size: 14px;
padding: 0 20px;
text-transform: uppercase;
}
.Card-status {
display: flex;
flex-direction: row;
width: 50%;
padding: 1px;
}
.Card-statuses-header {
margin: 20px;
font-size: 24px;
border-bottom: 1px solid #999;
}
.Card-status-score {
flex: 0 0 55px;
padding-top: 2px;
}
.Card-status-description {
flex: 1;
line-height: 18px;
font-size: 12px;
}
.Card-status-score-circle-full {
float: left;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid #666;
background-color: var(--brand-color-dark);
margin-right: 4px;
}
.Card-status-score-circle-green {
background-color: #3EA055;
}
.Card-status-score-circle-blue {
background-color: #157DEC;
}
.Card-status-score-circle-black {
background-color: #222;
}
.Card-status-score-circle-empty {
float: left;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid #666;
margin-right: 5px;
}
.Card-comments {
min-height: 550px;
border-bottom: 1px solid #999;
font-size: 20px;
line-height: 20px;
padding: 10px;
margin: 10px 20px;
white-space: pre-wrap;
}
.Card-comments-header {
border-bottom: 1px solid #999;
margin: 20px 20px 10px 20px;
font-size: 20px;
}
.Card-signature {
text-align: right;
padding: 10px 20px;
font-size: 14px;
}
.Card-achievements-legend {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 500px;
padding: 3px;
background-color: #fff;
margin-top: -25px;
margin-left: 260px;
}
.Card-status-legend {
display: flex;
flex-direction: row;
width: 25%;
padding: 1px;
} | 0.522446 | 0.08061 |
body {
background-color: #bfbfbf;
}
.interactive {
margin: 0 0.4% 0 0.4%;
}
/*ELEMENTS*/
#reset {
position: absolute;
margin-top: 8px;
border: none;
background-color: #4e6692;
font: inherit;
color: white;
cursor: pointer;
height: 30px;
width: 100px;
z-index: 1;
}
#reset:hover {
background-color: #8597b9;
transition: 0.15s;
}
#searchBar {
border-width: 2px;
border-style: solid;
border-color: #4e6692;
text-align: center;
width: 173px;
font-size: 90%;
z-index: 1;
}
#searchBar:hover {
border-color: #8597b9;
transition: 0.15s;
}
#search_icon:hover {
background-color: #8597b9;
transition: 0.15s;
}
.search {
position: absolute;
margin-top: 8px;
height: 30.0px;
font: inherit;
left: 117px;
display: flex;
justify-content: space-between;
}
#search_icon {
background-color: #4e6692;
width: 30px;
position: relative;
cursor: pointer;
z-index: 1;
}
.search_icon:hover {
background-color: #8597b9;
transition: 0.15s;
}
.search i {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#vote-selector {
position: absolute;
left: 339px;
margin-top: 8px;
z-index: 1;
}
#vote-selector select {
border: none;
height: 30px;
background-color: #4e6692;
color: white;
width: 140px;
}
#vote-selector option {
border: none;
}
.select {
cursor: pointer;
text-align: center;
font: inherit;
}
#opacity-check {
position: absolute;
left: 491px;
margin-top: 8px;
z-index: 1;
background-color: #4e6692;
height: 30px;
width: 140px;
}
#opacity-check input {
position: relative;
margin: auto;
height: 30px;
left: 10px;
}
#opacity-check label {
position: absolute;
top: 48%;
left: 35px;
color: white;
transform: translate(0, -50%);
}
/*class elements chart&input*/
.title {
color: white;
height: 30px;
line-height: 30px;
left: inherit;
background-color: #333333;
padding: 0 15px 0 15px;
display: block;
font-weight: normal;
}
.body {
position: relative;
background-color: whitesmoke;
display: block;
bottom: 12px;
}
/*other*/
#wahlkreise .Others {
fill: #5e5e5e;
stroke: black;
}
#copyright {
right: 0;
margin-right: 20px;
top: 1025px;
text-align: right;
position: absolute;
max-width: 250px;
font-size: 10px;
} | style/electionmaps/style.css | body {
background-color: #bfbfbf;
}
.interactive {
margin: 0 0.4% 0 0.4%;
}
/*ELEMENTS*/
#reset {
position: absolute;
margin-top: 8px;
border: none;
background-color: #4e6692;
font: inherit;
color: white;
cursor: pointer;
height: 30px;
width: 100px;
z-index: 1;
}
#reset:hover {
background-color: #8597b9;
transition: 0.15s;
}
#searchBar {
border-width: 2px;
border-style: solid;
border-color: #4e6692;
text-align: center;
width: 173px;
font-size: 90%;
z-index: 1;
}
#searchBar:hover {
border-color: #8597b9;
transition: 0.15s;
}
#search_icon:hover {
background-color: #8597b9;
transition: 0.15s;
}
.search {
position: absolute;
margin-top: 8px;
height: 30.0px;
font: inherit;
left: 117px;
display: flex;
justify-content: space-between;
}
#search_icon {
background-color: #4e6692;
width: 30px;
position: relative;
cursor: pointer;
z-index: 1;
}
.search_icon:hover {
background-color: #8597b9;
transition: 0.15s;
}
.search i {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#vote-selector {
position: absolute;
left: 339px;
margin-top: 8px;
z-index: 1;
}
#vote-selector select {
border: none;
height: 30px;
background-color: #4e6692;
color: white;
width: 140px;
}
#vote-selector option {
border: none;
}
.select {
cursor: pointer;
text-align: center;
font: inherit;
}
#opacity-check {
position: absolute;
left: 491px;
margin-top: 8px;
z-index: 1;
background-color: #4e6692;
height: 30px;
width: 140px;
}
#opacity-check input {
position: relative;
margin: auto;
height: 30px;
left: 10px;
}
#opacity-check label {
position: absolute;
top: 48%;
left: 35px;
color: white;
transform: translate(0, -50%);
}
/*class elements chart&input*/
.title {
color: white;
height: 30px;
line-height: 30px;
left: inherit;
background-color: #333333;
padding: 0 15px 0 15px;
display: block;
font-weight: normal;
}
.body {
position: relative;
background-color: whitesmoke;
display: block;
bottom: 12px;
}
/*other*/
#wahlkreise .Others {
fill: #5e5e5e;
stroke: black;
}
#copyright {
right: 0;
margin-right: 20px;
top: 1025px;
text-align: right;
position: absolute;
max-width: 250px;
font-size: 10px;
} | 0.538741 | 0.089415 |
body {
overflow-x: hidden;
}
ul {
padding: 0;
}
ul li {
list-style-type: none;
}
table tr td, table tr th {
vertical-align: middle !important;
}
table tr th {
font-size: 14px !important;
font-weight: 500;
}
table tr td {
border: 1px solid #e6e6e6 !important;
}
.new-section {
background-color: #ffffff;
border-radius: 7px;
margin-top: 30px;
padding: 15px 25px;
box-shadow: 1px 1px 5px #e5eaed;
}
.nav.navbar-nav.navbar-right.navbar-2 {
display: none;
}
textarea.form-control {
padding: 10px;
}
.site-register form div.required label.control-label:after {
content: " * ";
color: red;
}
.import-content-wrapper div.required span:after {
content: " * ";
color: red;
}
.no-pad {
padding: 0;
}
.grey-heading {
background-color: #e5eaed;
padding: 15px;
border-radius: 7px 7px 0 0;
}
.grey-heading h5 {
font-size: 18px;
}
.test-apis .checkbox a {
color: #1A75CF;
font-size: 13px;
margin-left: 5px;
}
.update-list li {
position: relative;
}
.update-list li p::before {
background: #425668 none repeat scroll 0 0;
border-radius: 50%;
top: 8px;
content: "";
height: 8px;
left: -15px;
margin-top: 15px;
position: absolute;
right: auto;
width: 8px;
z-index: 1;
}
.update-list li p::after {
border-left: 1px solid #e5eaed;
bottom: 0;
content: "";
left: -12px;
position: absolute;
top: 0;
}
.ced-blue-bg .service-box > h6 {
font-size: 18px;
}
.product-count {
text-align: center;
}
.clear {
clear: both;
}
.black-bg {
background-color: #292836;
color: #ffffff;
}
footer.container-fluid {
padding: 35px;
background-color: #eee;
}
/*Header Section*/
.navbar.navbar-default {
background: transparent none repeat scroll 0 0;
border: medium none;
border-radius: 0;
box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.40);
padding: 15px 20px;
}
.navbar-default .navbar-nav > li > a {
color: #ffffff;
padding: 0;
font-size: 13px;
}
.navbar-default .navbar-nav > li > a:hover {
color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
color: #fff;
}
.nav.navbar-nav.navbar-right li a.icon-items img {
background-color: #e5eaed;
border-radius: 2px;
padding: 2px 4px;
margin-top: 0px;
}
.nav.navbar-nav.navbar-right li {
margin-left: 30px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
background: none;
font-size: 13px;
color: #ffffff;
}
.open > .dropdown-menu {
background-color: #ffffff;
}
.open > .dropdown-menu li a {
transition: all .25s ease;
}
nav.navbar.navbar-default {
background-color: #1A75CF !important;
position: fixed;
width: 100%;
z-index: 999;
margin-bottom: 0;
top: 0;
}
.dropdown-menu li a:hover {
background-color: #f0f0f0 !important;
color: #000 !important;
}
.dropdown-menu li a {
font-size: 13px !important;
}
.icon-items > img {
width: 70%;
}
/*Sidebar*/
.sidebar {
background-color: #393849;
height: 600px;
}
/*Main Section*/
.header-wrapper {
background-color: #ffffff;
}
.list_items {
display: inline-block;
margin-left: 20px;
}
.breadcrumb {
background-color: #eeeeee;
border: medium none;
margin: 0 !important;
padding: 15px;
border-radius: 0;
}
.main-content-wrapper .tab-section .col-lg-5.col-md-5.col-sm-5.col-xs-12 {
text-align: center;
}
.content-section {
background-color: #F5F5F5;
}
.middle-header {
background-image: url('../images/imgs/img7.jpg');
width: 100%;
background-repeat: no-repeat;
background-position: 100%;
background-size: cover;
}
.right-section {
text-align: right;
}
.top_header {
padding: 15px 0;
}
.heading-section {
padding: 20px;
}
.store-heading {
font-size: 17px;
border-bottom: 2px solid #000;
}
.test-api {
color: #333333;
font-size: 16px;
margin-top: 18px;
}
.bottom-header {
padding: 15px 25px;
}
.heading-section .welcome, .heading-section .page-title {
color: #fff;
}
.heading-section .page-title {
margin: 0;
}
.content-section .progress-bar {
background-color: transparent;
box-shadow: none;
}
.days {
color: #a9a8b4;
font-size: 15px;
}
.prices {
color: #1bceb8;
font-size: 26px;
font-weight: inherit;
margin-bottom: 0;
}
.chkboxes {
margin-top: 12px;
}
.checkbox-material {
margin-right: 5px;
}
.store-setup-heading {
margin-bottom: 10px;
}
.progress-wrapper {
background-color: #e5eaed;
border-radius: 50%;
height: 250px;
padding: 26px;
width: 250px;
margin-top: 30px;
margin-left: 25px;
}
.test-apis {
margin-top: 20px;
}
.progress-wrapper .progress-bar span {
background-color: #e5eaed;
}
.tab-section .tab-pane {
border: none;
}
.tab-section ul.nav {
background-color: transparent;
border-bottom: none;
}
.tab-section ul.nav li {
border-bottom: 1px solid #ddd;
}
.tab-section ul.nav li a {
color: #a1a1a1;
font-size: 18px;
font-weight: 300;
outline: 0;
}
.tab-section ul.nav li.active {
border-bottom: 2px solid #1f90b4;
}
.tab-section ul.nav li.active a {
color: #333333;
}
.tool-box-section.new-section .tool-box-content {
text-align: center;
padding: 15px 0;
}
.tool-box-section.new-section .tool-box-content p {
color: #1695d6;
font-size: 18px;
}
.update-list {
margin-left: 30px;
padding: 15px 0 30px 0;
}
.update-list li {
padding-top: 15px;
}
.update-list li p {
margin: 0;
color: #000;
font-size: 14px;
}
.update-list li span {
color: #838383;
font-size: 13px;
}
.syncing-update.new-section {
padding-bottom: 0;
}
.inventory-update ul li p a {
color: #1695d6;
font-size: 14px;
}
.syncing-update ul li span a {
color: #000;
border-bottom: 1px solid #000;
}
.syncing-update .refresh-img {
float: right;
margin-top: -12px;
}
.no-bg {
background-color: transparent;
border-bottom: 2px solid #e5eaed;
padding: 8px;
}
.update-section .update-list li p::before {
background-color: #ccc;
}
.syncing-update .update-list li {
margin-left: 15px;
}
.syncing-update .update-list li p::before {
background-color: #1A75CF;
width: 15px;
height: 15px;
left: -35px;
}
.syncing-update .update-list li p::after {
left: -28px;
}
.inventory-update .update-list li p::before {
background-color: #f0504e;
}
.purple-bg, .grey-bg, .black-bg {
position: relative;
}
.product-count a.icon {
position: absolute;
right: 15px;
bottom: 5px;
}
.product-count h4 {
font-size: 40px;
margin-bottom: 0;
min-height: 45px;
margin-top: 5px;
font-weight: normal;
}
.purple-bg .product-count span {
border-top: 1px solid #ffffff;
color: #fff;
}
.grey-bg .product-count span {
border-top: 1px solid #000;
color: #000;
}
.product-count a i {
font-size: 25px;
}
.purple-bg .product-count a i {
color: #ffffff;
}
.grey-bg .product-count a i {
color: #1A75CF;
}
.purple-bg {
background-color: #1A75CF;
border-radius: 7px;
box-shadow: none;
color: #ffffff;
padding: 10px;
}
.grey-bg {
background-color: #f1f2f4;
border-radius: 7px;
box-shadow: none;
padding: 10px;
}
.not-uploaded.new-section.black-bg {
margin-bottom: 35px;
}
.icon-box {
background-color: #ffffff;
width: 50%;
float: left;
height: 150px;
display: table;
text-align: center;
}
.icon-box .image {
display: table-cell;
vertical-align: middle;
}
.contact-section .icon-box.icon {
width: 100%;
}
.text-box {
background-color: #f9f9f9;
width: 50%;
float: left;
text-align: center;
height: 150px;
display: table;
padding: 15px;
}
.copyright-section a img {
margin-left: 5px;
width: 100px;
margin-top: 2px;
}
.icon-box.icon .image img {
width: 60%;
}
.text-box span {
color: #292836;
font-size: 22px;
line-height: 24px;
display: table-cell;
vertical-align: middle;
}
.checkbox .active input[type="checkbox"]:disabled + .checkbox-material .check::before, label.checkbox-inline input[type="checkbox"]:disabled + .checkbox-material .check::before {
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
color: #1bceb8;
opacity: 1;
}
.checkbox .active input[type="checkbox"]:disabled + .checkbox-material .check, label.checkbox-inline input[type="checkbox"]:disabled + .checkbox-material .check {
border-color: #1bceb8;
color: #1bceb8;
}
fieldset[disabled] .checkbox .active, fieldset[disabled] label.checkbox-inline, fieldset[disabled] .checkbox input[type="checkbox"], fieldset[disabled] label.checkbox-inline input[type="checkbox"], .checkbox .active input[type="checkbox"][disabled]:not(:checked) ~ .checkbox-material .check::before, label.checkbox-inline input[type="checkbox"][disabled]:not(:checked) ~ .checkbox-material .check::before, .checkbox .active input[type="checkbox"][disabled]:not(:checked) ~ .checkbox-material .check, label.checkbox-inline input[type="checkbox"][disabled]:not(:checked) ~ .checkbox-material .check, .checkbox .active input[type="checkbox"][disabled] + .circle, label.checkbox-inline input[type="checkbox"][disabled] + .circle {
opacity: 1;
}
.store-setup-section .progress-bar.position {
height: auto;
}
.store-setup-section.new-section {
padding-bottom: 35px;
}
.upload-wrap .left, .upload-wrap .right {
width: 50%;
float: left;
text-align: center;
}
.upload-wrap .left {
border-right: 1px solid #fff;
}
.upload-wrap .left h4 {
font-size: 40px;
font-weight: normal;
}
.upload-wrap .right a {
display: block;
margin-bottom: 10px;
}
.upload-wrap .right a i {
font-size: 25px;
color: #fff;
}
.upload-wrap .right span {
border-top: 1px solid #fff;
color: #fff;
}
/*.tab-section .outer-wrapper {
display: table;
height: 500px;
}
.tab-section .inner-wrapper {
display: table-cell;
vertical-align: middle;
}*/
.test-apis .checkbox label.chkboxes {
padding: 0;
}
/*.fixed-container-body-class {
padding-top: 56px;
}*/
/*Register page*/
.site-register .heading-section {
background-color: #f9f9f9;
}
.site-register .heading-section h1 {
margin: 10px;
}
.content-section {
padding: 30px 0;
}
.content-section .register-heading {
width: 85%;
margin: 0 auto;
}
.form.new-section {
border-radius: 0;
margin-top: 0;
width: 95%;
margin: 0 auto;
}
.site-register .form.new-section {
width: 85%;
}
.register-heading strong {
color: #8c9999;
display: block;
font-size: 15px;
margin-bottom: 5px;
}
form#w0 {
width: 70%;
margin: 30px 50px;
}
.form-group {
margin: 10px 0 0;
}
.form-control {
padding: 0;
}
.control-label {
color: #796464 !important;
display: inline-block;
font-size: 13px !important;
}
.btn-primary {
float: none;
background-color: #1A75CF !important;
color: #fff !important;
border: 1px solid #1a75cf !important;
text-transform: capitalize;
margin: 0;
font-size: 13px !important
}
.text-area-box {
width: 100%;
margin: 10px 0;
}
.copyright-section .copyright {
text-align: center;
}
.btn.btn-primary:hover {
background-color: #1A75CF !important;
}
.text-area-box {
border: 1px solid #d2d2d2;
}
.form-control,
.form-group .form-control {
background-position: center bottom, center -webkit-calc(100% - 0px);
background-position: center bottom, center calc(100% - 0px);
padding-left: 10px;
margin: 0;
font-size: 12px;
}
.nav.navbar-nav.navbar-right .dropdown-menu li {
margin-left: 0;
}
.nav.navbar-nav.navbar-right .dropdown-menu {
padding: 10px 0;
}
.navbar .dropdown-menu, .navbar.navbar-default .dropdown-menu {
border-radius: 5px;
}
#jetregistration-shipping_source label {
margin-top: 10px;
margin-right: 20px;
}
#jetregistration-agreement label {
margin-top: 10px;
}
.attrmap-inner-table tr td:first-child {
width: 416px;
}
table.table-bordered tr td {
font-size: 13px;
}
.jet-pages-heading .title-need-help {
float: left;
text-align: left;
width: 40%;
}
.jet-pages-heading .product-upload-menu {
float: left;
width: 60%;
text-align: right;
margin-top: 10px;
}
.product-upload-menu .form-control {
display: inline-block;
width: auto;
}
.product-upload-menu .jet-upload-submit {
display: inline-block;
}
input.btn.btn-primary {
float: right;
}
.title-need-help h1.Jet_Products_style {
margin-top: 13px;
}
.jet-pages-heading h3.Jet_Products_style {
margin-top: 5px;
}
.jet-order-detail-index table tr td a span, .jet-order-detail-index table tr td a, .jet-return-index table tr td a span, .jet-order-import-error-index table tr td a span {
color: #1A75CF;
}
.modal-content {
border-radius: 0 !important;
}
.jet-refund-create .form.new-section {
width: 85%;
}
.jet-refund-create .form.new-section .title-need-help {
width: 40%;
}
.jet-refund-create .form.new-section .product-upload-menu {
width: 60%;
}
.terms-n-condition {
border: 1px solid #ccc;
height: 150px;
margin: 15px 0;
overflow-y: scroll;
padding: 10px;
}
.jet-product-index .form-control {
border: 1px solid #ccc !important;
}
.jet-order-detail-index .form-control {
border: 1px solid #ccc !important;
}
.jet-product-index .bulk-action-wrapper::after {
clear: both;
content: "";
display: table;
}
.jet-product-index .bulk-action-wrapper .form-control {
width: 40%;
margin-bottom: 0;
margin-right: 5px;
display: inline-block;
}
.popup-model .modal-dialog {
margin: 30px auto;
width: 90%;
}
.popup-model .modal-dialog .modal-header {
margin-top: 92px;
position: relative;
}
.popup-model .modal-dialog .modal-header .close {
background-color: #fff !important;
border: 2px solid #000 !important;
border-radius: 50%;
height: 40px;
position: absolute;
right: -20px;
top: 10px;
width: 40px;
z-index: 9999;
opacity: 1;
}
.popup-model .modal-dialog .modal-content {
margin: 0px;
}
.popup-model #myCarousel .controllers {
position: absolute;
top: 0;
}
.popup-model #myCarousel .carousel-caption {
bottom: 0;
color: #000;
left: 0;
padding-bottom: 0;
padding-top: 0;
position: relative;
right: 0;
text-shadow: none;
z-index: 10;
}
.main-content-wrapper.container {
padding: 0;
}
#myCarousel .carousel-inner .holder img {
width: 100%;
}
.jet-order-detail-index .bulk-action-wrapper .form-control {
display: inline-block;
margin-right: 5px;
width: 55%;
margin-bottom: 0;
}
.outer-wrapper {
display: table;
height: 50%;
display: inline-block;
}
.inner-wrapper {
display: table-cell;
vertical-align: middle;
}
.help-block.help-block-error.error_category_map {
padding-left: 10px;
}
.help_jet.white-bg::before {
background-color: #ffffff;
}
.card-section .jet-pages-heading {
background: #1A75CF none repeat scroll 0 0;
color: #fff;
padding: 0;
}
.card-section h3.Jet_Products_style {
color: #fff !important;
margin-left: 20px;
}
.latest_update_description .dates p {
font-weight: bold;
}
.latest_update_description .updated-date {
text-align: right;
}
.show-items {
line-height: 36px;
}
.ced-notifications {
background-color: #fff;
border: medium none;
border-radius: 0;
margin: 0 !important;
padding: 5px 15px;
}
.ced-notifications .ced-survey > a {
border-bottom: 1px solid #1A75CF;
color: #1A75CF;
font-size: 12px;
margin-left: 20px;
}
.blink {
background-color: #1A75CF;
border-radius: 50%;
display: inline-block;
height: 10px;
margin-right: 6px;
width: 10px;
}
.blink {
-webkit-animation-name: blink; /* Safari 4.0 - 8.0 */
-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
-webkit-animation-iteration-count: 5; /* Safari 4.0 - 8.0 */
animation-name: blink;
animation-duration: 2s;
animation-iteration-count: 5;
}
@keyframes blink {
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes blink {
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.latest-update .jet-pages-heading {
background: #1A75CF none repeat scroll 0 0;
border-radius: 8px 8px 0 0;
color: #fff;
padding: 5px 15px;
}
.latest-update .jet-pages-heading h3 {
color: #fff !important;
display: block;
margin-bottom: 15px;
}
.latest-update.new-section {
padding: 0;
}
.jet-pages-heading p {
display: inline-block;
margin-right: 30px;
margin-bottom: 0;
font-size: 12px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
background-color: #1A75CF;
border-color: #1A75CF;
}
.contact-section .image img {
width: auto;
}
.copyright-section {
background: #dfdfdf none repeat scroll 0 0;
color: #000;
padding: 5px;
}
.copyright-section span {
display: block;
padding: 8px;
}
.jet_config section.center.slider.slick-slider {
background: transparent none repeat scroll 0 0;
}
.nav.nav-stacked.child-out li a {
font-size: 12px;
}
.slider-section .jet-pages-heading {
padding-left: 10px;
}
.slider-section .jet-pages-heading h1 {
display: block;
margin-bottom: 15px;
}
.slider-section .jet-pages-heading p {
display: block;
font-size: 15px;
}
.slider-section .jet-pages-heading .note {
background: #ececec none repeat scroll 0 0;
padding: 5px 15px;
margin: 15px 0 30px;
}
.slider-section .jet-pages-heading .note .note-text {
color: #1A75CF;
}
/*.jet-install .nav ul li a::before {
background-color: #ccc;
border-radius: 50%;
color: #fff;
content: "";
font-family: fontawesome;
height: 30px;
padding: 5px;
width: 30px;
margin-left: -14px;
margin-right: 10px;
}
.jet-install .nav ul{
border-left: 1px solid #ccc;
}
.jet-install .nav ul li {
margin: 30px 0;
}
.jet-install .nav ul li.active a::before{
background-color: #65cd94;
}
.jet-install .nav ul li.completed a::before{
background-color: #ce4552;
}*/
.jet-install .nav ul::before {
background-color: #e8e8e8;
content: "";
height: 3px;
left: 55px;
position: absolute;
right: 60px;
top: 15px;
}
.jet-install .nav ul {
counter-reset: i;
float: left;
margin: 30px 0 12px;
padding: 0;
position: relative;
white-space: nowrap;
}
.jet-install .nav ul > li.disabled::before, .jet-install .nav > li.ui-state-disabled::before {
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.jet-install nav.nav {
margin: 15px auto 35px;
width: 78%;
}
.jet-install .nav ul > li:first-child::after {
display: none;
}
.copyright-section.copyright-new {
text-align: center;
}
/*.jet-install .nav ul > li::after {
background-color: #514943;
content: "";
height: 0.3rem;
left: calc(-50% + 0.25rem);
position: absolute;
right: calc(50% + 0.7rem);
top: 0.9rem;
}*/
.jet-install .form.new-section {
box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.08);
margin-top: 50px;
}
.page-content.jet-install {
background-image: url("../images/blue-3.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 100% top;
}
.jet-install .nav ul > li {
display: inline-block;
position: relative;
vertical-align: top;
width: 90px;
}
.jet-install .nav ul li a::before {
background-color: #EEEEEE;
border-radius: 50%;
content: "";
height: 30px;
left: 46%;
line-height: 1;
margin-left: -12px;
position: absolute;
top: 0;
width: 30px;
}
.jet-install .nav ul > li.active a::after, .nav-bar > li.ui-state-active a::after {
background-color: #fff;
content: "";
}
.jet-install .nav ul a::after {
background-color: #514943;
border: 4px solid #514943;
border-radius: 100%;
color: #fff;
content: counter(i, decimal);
counter-increment: i;
height: 15px;
left: 50%;
line-height: 0.5;
margin-left: -8px;
position: absolute;
right: auto;
text-align: center;
top: 7px;
width: 15px;
}
.jet-install .nav ul > li.active a, .jet-install .nav ul > li.ui-state-active a {
color: #000;
}
a.white-space-pre-line {
white-space: pre-line;
}
.jet-install .nav ul a {
color: #514943;
display: block;
font-size: 13px;
font-weight: 500;
line-height: 1.5;
outline: 0 none;
overflow: hidden;
padding: 40px 6px 0;
position: relative;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
white-space: pre-line;
}
.jet-install .table.table-striped tr td {
float: none;
margin-top: 0;
}
.jet-install .nav ul li.active a::before {
background-color: #fbbd00;
border: none;
}
.jet-install .nav ul li.active a::after {
background-color: #fff;
border: none;
}
.jet-install .nav ul li.completed a::before {
background-color: #5fcc7b;
border: none;
}
.jet-install .nav ul li.completed a::after {
background-color: #fff;
color: #000;
border: none;
padding-top: 4px;
}
.jet-install .content-section {
background: transparent none repeat scroll 0 0;
padding: 20px 0;
}
.jet-install .jet-pages-heading {
background-color: #1A75CF;
color: #fff;
margin-bottom: 0;
padding: 5px;
}
.jet-install .jet-pages-heading h2 {
font-size: 15px;
margin: 5px;
}
.jet-install .product-upload-menu {
margin: 0;
width: 30% !important;
}
/*.jet-install button.btn.btn-primary{
float: right;
}*/
.jet-install .btn.btn-primary {
background-color: #1A75CF !important;
border: 1px solid #1A75CF !important;
}
.jet-install .product-upload-menu .btn.btn-primary {
background: #fff none repeat scroll 0 0 !important;
color: #000 !important;
border: none !important;
padding: 1px 7px;
margin: 3px;
border-radius: 1px;
}
.jet-install .product-upload-menu .btn.btn-primary:hover {
background: #fff none repeat scroll 0 0 !important;
color: #000 !important;
border: none !important;
}
.jet-install .content.form.new-section {
padding: 0;
box-shadow: none;
}
.jet-install .responsive-table-wrap::after, .jet-install .grid-view::after {
clear: both;
content: "";
display: table;
}
.jet-install .api_field.fieldset.enable_api {
border: medium none;
padding: 0;
}
.jet-install table.table, .jet-install table.table tr, .jet-install table.table tr td {
background: #fff none repeat scroll 0 0;
border: 0 none !important;
margin-top: 20px;
}
.jet-install form label {
font-size: 14px;
font-weight: normal;
margin-bottom: 13px;
}
.jet-install .field-jetregistration-agreement.required {
margin-top: 15px;
}
.form-control {
border: 1px solid #e6e6e6;
}
.jet-install select {
border: 1px solid #ccc;
margin: 8px 0;
}
.jet-install .category-map-step .table.table-striped td select {
width: 120px !important;
}
.jet-install .import-products-step table tr td.value span {
border-radius: 3px;
display: inline-block;
height: 29px;
padding: 5px 10px;
min-width: 35px;
}
.jet-install .import-products-step table tr.total-products-tr td.value span {
color: #444444;
background-color: #fbbd00;
}
.jet-install .import-products-step table tr.total-product-variant-tr td.value span {
background-color: #fbbd00;
color: #444444;
}
.jet-install .import-products-step table tr.not-sku-tr td.value span {
background-color: #f43e5f;
color: #ffffff;
}
.jet-install .import-products-step table tr.ready-products-tr td.value span {
background-color: #5fcc7b;
color: #ffffff;
}
.jet-install .import-products-step table tr td.value_label span {
color: #333333;
font-size: 14px;
font-weight: 300;
}
.jet-install .import-products-step table tr.ready-products-tr {
border-top: 1px solid #ccc !important;
border-bottom: 1px solid #ccc !important;
}
.jet-install .import-products-step table tr.ready-products-tr td {
padding: 10px !important;
margin: 10px 0;
}
.jet-install .import-products-step .panel.panel-default {
border: medium none;
box-shadow: none;
}
.jet-install .import-products-step .jet-pages-heading .Jet_Products_style {
color: #fff !important;
}
.jet-install .import-products-step .jet-pages-heading {
padding: 0 10px;
}
.jet-install .category-map-step .table tr th, .jet-install .attribute-map-step .table tr th {
background-color: #f1f1f1;
font-size: 14px;
font-weight: normal;
}
.jet-install .note {
background: #f6f6f6 none repeat scroll 0 0;
padding: 12px;
text-align: center;
font-size: 12px;
color: #885f74;
}
.jet-install .table.table-sliiped > li {
margin-top: 15px;
}
.jet-install .note b.note-text {
background-color: #FBBD00;
font-weight: normal;
padding: 0 5px;
color: #000;
}
#fountainG {
position: relative;
width: 390px;
height: 47px;
margin: auto;
top: 45%;
}
.fountainG {
position: absolute;
top: 0;
background-color: rgb(26, 117, 207);
width: 47px;
height: 47px;
animation-name: bounce_fountainG;
-o-animation-name: bounce_fountainG;
-ms-animation-name: bounce_fountainG;
-webkit-animation-name: bounce_fountainG;
-moz-animation-name: bounce_fountainG;
animation-duration: 1.235s;
-o-animation-duration: 1.235s;
-ms-animation-duration: 1.235s;
-webkit-animation-duration: 1.235s;
-moz-animation-duration: 1.235s;
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-direction: normal;
-o-animation-direction: normal;
-ms-animation-direction: normal;
-webkit-animation-direction: normal;
-moz-animation-direction: normal;
transform: scale(.3);
-o-transform: scale(.3);
-ms-transform: scale(.3);
-webkit-transform: scale(.3);
-moz-transform: scale(.3);
border-radius: 31px;
-o-border-radius: 31px;
-ms-border-radius: 31px;
-webkit-border-radius: 31px;
-moz-border-radius: 31px;
}
#fountainG_1 {
left: 0;
animation-delay: 0.496s;
-o-animation-delay: 0.496s;
-ms-animation-delay: 0.496s;
-webkit-animation-delay: 0.496s;
-moz-animation-delay: 0.496s;
}
#fountainG_2 {
left: 49px;
animation-delay: 0.6125s;
-o-animation-delay: 0.6125s;
-ms-animation-delay: 0.6125s;
-webkit-animation-delay: 0.6125s;
-moz-animation-delay: 0.6125s;
}
#fountainG_3 {
left: 98px;
animation-delay: 0.739s;
-o-animation-delay: 0.739s;
-ms-animation-delay: 0.739s;
-webkit-animation-delay: 0.739s;
-moz-animation-delay: 0.739s;
}
#fountainG_4 {
left: 146px;
animation-delay: 0.8655s;
-o-animation-delay: 0.8655s;
-ms-animation-delay: 0.8655s;
-webkit-animation-delay: 0.8655s;
-moz-animation-delay: 0.8655s;
}
#fountainG_5 {
left: 195px;
animation-delay: 0.992s;
-o-animation-delay: 0.992s;
-ms-animation-delay: 0.992s;
-webkit-animation-delay: 0.992s;
-moz-animation-delay: 0.992s;
}
#fountainG_6 {
left: 244px;
animation-delay: 1.1085s;
-o-animation-delay: 1.1085s;
-ms-animation-delay: 1.1085s;
-webkit-animation-delay: 1.1085s;
-moz-animation-delay: 1.1085s;
}
#fountainG_7 {
left: 293px;
animation-delay: 1.235s;
-o-animation-delay: 1.235s;
-ms-animation-delay: 1.235s;
-webkit-animation-delay: 1.235s;
-moz-animation-delay: 1.235s;
}
#fountainG_8 {
left: 341px;
animation-delay: 1.3615s;
-o-animation-delay: 1.3615s;
-ms-animation-delay: 1.3615s;
-webkit-animation-delay: 1.3615s;
-moz-animation-delay: 1.3615s;
}
@keyframes bounce_fountainG {
0% {
transform: scale(1);
background-color: rgb(26, 117, 207);
}
100% {
transform: scale(.3);
background-color: rgb(255, 255, 255);
}
}
@-o-keyframes bounce_fountainG {
0% {
-o-transform: scale(1);
background-color: rgb(26, 117, 207);
}
100% {
-o-transform: scale(.3);
background-color: rgb(255, 255, 255);
}
}
@-ms-keyframes bounce_fountainG {
0% {
-ms-transform: scale(1);
background-color: rgb(26, 117, 207);
}
100% {
-ms-transform: scale(.3);
background-color: rgb(255, 255, 255);
}
}
@-webkit-keyframes bounce_fountainG {
0% {
-webkit-transform: scale(1);
background-color: rgb(26, 117, 207);
}
100% {
-webkit-transform: scale(.3);
background-color: rgb(255, 255, 255);
}
}
@-moz-keyframes bounce_fountainG {
0% {
-moz-transform: scale(1);
background-color: rgb(26, 117, 207);
}
100% {
-moz-transform: scale(.3);
background-color: rgb(255, 255, 255);
}
}
/*Introjs css*/
.introjs-tooltipbuttons a.introjs-button {
border: medium none;
box-shadow: none;
font-size: 12px;
margin-right: 5px;
text-shadow: none;
}
.introjs-tooltipbuttons .introjs-button.introjs-prevbutton.introjs-disabled {
background: #b7b7b7 none repeat scroll 0 0;
color: #fff !important;
}
.import-products-step .alert.alert-success.fade.in.alert-dismissable {
background: #fff none repeat scroll 0 0;
border: medium none;
color: #000;
margin: 0;
}
.import-products-step .alert.alert-success.fade.in.alert-dismissable > strong.succes-msg {
background-color: #5fcc7b;
font-size: 13px;
font-weight: normal;
padding: 2px 10px;
color: #ffffff;
}
/*.import-products-step .alert.alert-success.fade.in.alert-dismissable > strong.next {
font-weight: bold;
}*/
.import-products-step .block-content.panel-body.shopify-api ul li {
background: #ddd none repeat scroll 0 0 !important;
border: medium none;
margin-bottom: 10px;
padding: 10px;
}
.import-products-step .block-content.panel-body.shopify-api ul li img {
background: #fff none repeat scroll 0 0;
border: 2px solid #fff;
border-radius: 50%;
margin-right: 5px;
}
.attribute-map-step .table.table-striped.table-bordered tr td {
border: 1px solid #ccc !important;
padding: 5px !important;
}
.attribute-map-step .table.table-striped.table-bordered tr th {
border: 1px solid #ccc !important;
}
.attribute-map-step .table.table-striped.table-bordered tr.odd > td, .attribute-map-step .table.table-striped.table-bordered tr.even > td {
vertical-align: top !important;
}
.api_enable span.control-label:after {
content: " * ";
color: red;
}
.bulk-action-wrapper {
text-align: right;
}
.fixed-container-body-class > div#home-page {
font-family: roboto;
}
#home-page .nav.navbar-nav.navbar-right {
margin-top: 3px;
}
#home-page .nav.navbar-nav.navbar-right li a {
font-size: 14px;
}
#home-page .nav.navbar-nav.navbar-right li:last-child a {
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
}
#home-page .navbar.navbar-default.navbar-fixed-top.affix-top, #home-page .navbar.navbar-default.navbar-fixed-top.affix {
padding: 15px 25px;
}
#home-page #features .panels-icon img {
width: 40px;
}
#home-page .bg-primary hr {
border-color: #F9C100 !important;
}
#login-form .install-me.btn.btn-primary.button-inline.btn.btn-primary {
border-radius: 0 5px 5px 0 !important;
padding: 10px 25px !important;
border: none !important;
height: 40px;
width: 100px;
}
#login-form .form-group.field-loginform-username.required {
background-color: #fff;
border-radius: 5px 0 0 5px;
float: left;
height: 40px;
margin: 0;
overflow: hidden;
position: relative;
width: 500px;
}
#login-form .form-group.field-loginform-username .shop-url-wrap {
height: 100%;
padding: 0;
position: absolute;
top: 0;
width: 100%;
}
#login-form .form-group.field-loginform-username .shop-url-wrap input {
border-color: #fff;
height: 100%;
width: 100%;
}
#login-form {
display: inline-block;
background-color: #939291;
padding: 8px;
border-radius: 5px;
margin: 50px auto;
overflow: hidden;
width: auto;
}
#home-page #services .service-box > img {
width: 40px;
}
.extra-plane .plans {
background: #1A75CF none repeat scroll 0 0;
margin: 0 auto;
width: 60%;
border-radius: 3px;
box-shadow: 0 0 31px 0 #bababa;
padding: 35px 10px;
}
.jet_notice .product-upload-menu {
text-align: right;
width: 100%;
}
#home-page .ced-blue-bg1 .service-box h6 {
font-size: 20px;
font-weight: normal;
}
/*.jet-product-index .responsive-table-wrap, .jet-product-index .grid-view {
overflow-x: hidden;
}*/ /*27jan by shivam*/
.jet-plan-wrap .jet-plan-wrapper {
background: #fff none repeat scroll 0 0;
}
#pricing.bg-primary i.fa.fa-check {
color: #5cab8c;
}
.review-section {
margin: 0;
background-color: #fff;
}
.review-section .review {
margin-bottom: 10px;
}
.review-section .name-shop a {
color: #1A75CF;
font-size: 25px;
font-weight: 300;
text-transform: uppercase;
}
.review-section .carousel-control {
top: 37%;
}
.review-section .glyphicon {
margin-left: -10px;
}
.plan-wrapper .price .month {
font-size: 30px;
}
.review-section .carousel-control {
opacity: 1;
}
.review-section .primary {
border-color: #F9C100 !important;
}
.pricing-tables .jet-plan-wrapper {
border: 1px solid #ccc;
margin-bottom: 35px;
}
.pricing-tables .jet-plan-wrapper.yearly-plan {
border: 1px solid #1A75CF;
box-shadow: 0 0 31px 0 #bababa
}
.pricing-tables .free {
background: #1A75CF none repeat scroll 0 0;
bottom: -27px;
display: inline-block;
left: 30%;
padding: 7px 15px;
position: absolute;
font-size: 18px;
}
.review-section .customer-review .infomation-shop {
margin-top: 20px;
min-height: 220px;
}
.review-section .img-customer {
background: #fafafa none repeat scroll 0 0;
border-radius: 50% !important;
height: 200px;
width: 200px;
position: relative;
}
.review-section .img-customer .quote {
background: #1A75CF none repeat scroll 0 0;
border-radius: 50%;
bottom: 8px;
height: 35px;
left: 14px;
padding: 11px;
position: absolute;
width: 35px;
}
.review-section .img-customer .quote i {
color: #fff;
}
/*.review-section .img-customer img{
width: 70%;
}*/
.customer-review-inner .bk-item {
margin-top: 20px;
}
section.review-section {
padding: 60px 0;
}
#contact i {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 31px 0 #bababa;
height: 120px;
margin: 30px 0;
padding: 35px;
width: 200px;
}
#contact p a {
font-size: 18px;
color: #1A75CF;
text-decoration: underline;
}
.ced-blue-bg .call-to-action span {
color: #fff;
display: inline-block;
margin-top: 5px;
font-size: 16px;
}
.product-description-wrapp .shopify-image-wrap {
display: table;
height: 338px;
}
.product-description-wrapp .shopify-image-wrap .logo-img {
display: table-cell;
vertical-align: middle;
}
.product-description-wrapp .shopify-image-wrap .logo-img img {
width: 100%;
}
.customer-review-inner .img-wrapper {
text-align: center;
}
.customer-review-inner .infomation-shop .name {
color: #1A75CF;
font-size: 16px;
margin-top: 10px;
text-align: right;
}
.call-to-action .btn.btn-default.btn-xl.wow.tada:hover {
background-color: #FFC600;
}
.payment_preview .generic-heading-shopify hr.primary {
border-color: #F9C100 !important;
border-width: 3px !important;
max-width: 50px !important;
}
.review-section hr.primary {
border-color: #F9C100 !important;
border-width: 3px !important;
max-width: 50px !important;
}
.payment_preview .extra-plane {
background-color: #f7f7f7;
}
.payment_preview .section-heading {
font-size: 28px;
margin: 0;
}
.review-section .section-heading {
font-size: 28px;
margin: 0;
}
#pricing.bg-primary {
background: #f7f7f7 none repeat scroll 0 0 !important;
margin: 0;
}
.jet-plan-wrapper .addtocart {
border: 1px solid #1A75CF;
padding: 8px 15px;
color: #1A75CF;
border-radius: 2px;
background-color: none !important;
}
.jet-plan-wrapper .addtocart:hover {
background: #1A75CF none repeat scroll 0 0;
transition: all 0.5s ease 0s;
color: rgb(255, 255, 255);
}
#promotion-tbody input {
width: 100px;
}
.category-map-index .table select.form-control {
width: 150px !important;
}
.variant-price {
text-decoration: underline;
}
.container.info-box {
background-color: #ffffff !important;
padding: 3px 10px;
border-radius: 3px;
margin-top: 4px;
margin-bottom: 5px;
text-align: center;
}
.info-box span {
margin-top: 2px;
}
.info-box .alert-link {
background: #337ab7;
padding: 3px 10px;
border-radius: 6px;
color: #fff;
margin-left: 20px;
font-size: 12px;
display: inline-block;
}
.info-box .close {
margin-top: 1px;
}
.sticky-header .navbar.navbar-default {
/*.trial-nav-wrap.sticky .navbar.navbar-default {*/
transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transition: .3s all;
-o-transition: .3s all;
-ms-transition: .3s all;
-webkit-transition: .3s all;
-moz-transition: .3s all;
position: fixed;
top: 0;
width: 100%;
/*z-index: 999999;*/
z-index: 999;
}
.sticky-header.sticky .navbar.navbar-default {
/*.trial-nav-wrap.sticky.active .navbar.navbar-default {*/
transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
}
.info-box .close.imp-notice-hide-btn {
color: #337ab7;
opacity: 1;
margin-top: -1px;
}
.trial-nav-wrap.inactive .navbar.navbar-default {
display: none;
}
/*Media Queries*/
@media only screen and (max-width: 767px) {
.new-section {
padding: 10px;
}
.tab-section .outer-wrapper {
height: auto;
}
.progress-wrapper {
margin: 0;
}
.icon-items > img {
width: auto;
}
.dropdown .dropdown-menu {
background-color: #767676;
}
/*.grid-view {
overflow-x: scroll;
}*/
.store-setup-section .progress-bar.position {
height: 200px;
}
.navbar.navbar-default {
padding: 12px;
}
.ced-survey, .list-page, .left-div {
width: 100% !important;
float: none !important;
}
.page-content .title-need-help {
width: 100% !important;
float: none;
}
.page-content .product-upload-menu {
width: 100% !important;
float: none;
}
.jet-pages-heading .product-upload-menu {
width: 100%;
text-align: center;
}
.jet-pages-heading .title-need-help {
width: 100%;
text-align: center;
}
.product-upload-menu .btn.btn-primary {
width: 200px;
display: block;
margin: 5px auto;
}
.jet-pages-heading .btn.btn-primary {
float: none;
}
.jet-install .nav ul::before {
display: none;
}
.jet-install .nav ul {
display: block;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
width: 30.9rem;
float: none;
vertical-align: top;
}
.jet-install .nav ul > li {
float: left;
min-height: 9rem;
}
.legend {
width: 285px;
}
.pie {
margin: 50px 10px;
}
.jet-product-index .bulk-action-wrapper .form-control {
width: 40%;
}
#login-form .install-me.btn.btn-primary.button-inline.btn.btn-primary {
margin: 0;
padding: 10px !important;
width: 70px;
}
#login-form .form-group.field-loginform-username.required {
margin: 0;
width: 200px;
}
header .header-content .header-content-inner h1 {
font-size: 50px !important;
}
.extra-plane .plans {
margin-top: 20px;
}
.nav.navbar-nav.navbar-right {
display: none;
}
.nav.navbar-nav.navbar-right.navbar-2 {
display: block;
}
.nav.navbar-nav.navbar-right li {
margin-left: 10px;
}
.navbar-default .navbar-nav > li > a {
font-size: 14px;
}
.ced-jet-navigation-mbl .navbar-collapse .navbar-nav li a {
line-height: 25px;
}
.dropdown-menus li a {
font-size: 12px;
margin-left: 10px;
}
}
@media only screen and (max-width: 500px) {
.jet-install .nav ul > li {
width: 8rem;
}
.jet-install .content-section, .jet-install .form.new-section {
width: 100%;
}
.btn.btn-primary {
margin-top: 6px;
}
.jet-product-index .bulk-action-wrapper .btn.btn-primary, .jet-order-detail-index .bulk-action-wrapper .btn.btn-primary {
margin-top: 0;
}
.walmart-img {
width: 95% !important;
}
header .header-content .header-content-inner h1 {
font-size: 40px !important;
}
}
@media only screen and (min-width: 768px)and (max-width: 950px) {
.pie {
margin: 10px;
}
.jet-pages-heading .title-need-help .Jet_Products_style {
font-size: 16px;
}
.jet-pages-heading .product-upload-menu .btn.btn-primary {
margin: 0 0 0 5px;
}
}
@media only screen and (min-width: 992px)and (max-width: 1150px) {
.jet-install nav.nav {
margin: 15px auto 35px;
width: 100%;
}
.jet-install .category-map-step .table.table-striped td select {
width: 100px !important;
}
.form.new-section {
width: 100%;
}
}
@media only screen and (max-width: 350px) {
.progress-wrapper {
height: 225px;
padding: 13px;
width: 225px;
}
}
.btn.btn-primary.reset-filter {
margin-left: 5px;
}
/* shivam */
.review-heading {
color: #1A75CF;
}
.walmart-img {
display: inline-block;
margin-top: 0 !important;
width: 45%;
}
.ced-entry-heading-wrapper .ced-form-grid-walmart {
border: 1px solid #f2f2f2;
margin: 0 0 30px;
}
.ced-form-item li {
display: inline-block;
width: 48%;
}
.ced-form-grid-walmart .ced-form-item.odd {
padding: 6px 10px;
background-color: #fafafa;
}
.ced-form-grid-walmart .ced-form-item li {
font-size: 13px;
}
.ced-form-grid-walmart .ced-form-item label span {
font-size: 13px;
color: #767676;
font-weight: 600;
}
.ced-form-grid-walmart .ced-form-item.even {
padding: 10px;
}
.ced-form-grid-walmart ul {
margin: 0;
}
.jet-pages-heading .btn-primary:hover {
border: 1px solid #1A75CF !important;
}
.attrmap-inner-table th {
background-color: #f1f1f1;
border: 1px solid #e6e6e6 !important;
}
@media only screen and (min-width: 993px) {
.ced-manageproduct .jet-pages-heading .title-need-help {
width: 25%;
}
.ced-manageproduct .jet-pages-heading .product-upload-menu {
width: 75%;
}
.ced-manageproduct .jet-pages-heading .product-upload-menu a {
padding: 6px 5px;
margin-left: 0 !important;
margin-right: 0 !important;
font-size: 12px !important;
}
}
@media only screen and (max-width: 992px) {
.ced-manageproduct .jet-pages-heading .title-need-help {
width: 100%;
float: none;
text-align: center;
}
.ced-manageproduct .jet-pages-heading .title-need-help h1 {
font-size: 22px !important;
}
.ced-manageproduct .jet-pages-heading .product-upload-menu {
width: 100%;
float: none;
text-align: center;
align-items: center !important;
}
.ced-manageproduct .jet-pages-heading .product-upload-menu a {
display: block;
width: 200px;
margin: 5px auto 0 !important;
}
}
/** himanshu **/
.legend-text {
font-size: 14px !important;
}
#desc_edit_tag {
color: #337ab7!important;
text-transform: none!important;
}
.toggle_editor {
margin: 0;
padding: 1px 9px;
text-transform: capitalize;
font-size: 13px;
color: #fff;
border: 1px solid #f2f2f2;
transition:0.2s all;
-webkit-transition:0.2s all;
-o-transition:0.2s all;
-moz-transition:0.2s all;
background: #73efed; /* Old browsers */
background: -moz-linear-gradient(top, #73efed 0%, #3b67dd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #73efed 0%,#3b67dd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #73efed 0%,#3b67dd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73efed', endColorstr='#3b67dd',GradientType=0 ); /* IE6-9 */
}
.toggle_editor:hover{
background: #3b67dd;
background: -moz-linear-gradient(top, #3b67dd 0%, #73efed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3b67dd 0%,#73efed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3b67dd 0%,#73efed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73efed', endColorstr='#3b67dd',GradientType=0 ); /* IE6-9 */
}
/** himanshu **/
/** by shivam **/
.popup-box {
background: #fff none repeat scroll 0 0;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
display: none;
height: auto;
padding: 10px;
position: absolute;
right: 8px;
text-align: center;
top: 45px;
width: 200px;
z-index: 99;
}
.pop_up{
text-decoration: underline;
cursor: pointer;
}
.popup-box .btn.btn-primary {
margin-top: 5px;
width: 170px;
}
.jet-pages-heading.walmart-title {
position: relative;
}
/** end by shivam **/
/*.product-table {
table-layout: fixed;
border-collapse: collapse;
border: 1px solid #ccc;
}
.product-table th { text-decoration: underline; }
.product-table th, td {
padding: 5px;
text-align: left;
}
.product-table thead tr {
display: block;
position: relative;
}
.product-table tbody {
display: block;
overflow: auto;
width: 100%;
height: 150px;
}
.product-table tbody tr:nth-child(even) {
background-color: #DDD;
}*/
.product-table{
width: 100%;
text-align: left;
min-width: 500px;
}
.product-table tr {
min-height: 50px;
}
.product-table tbody {
height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
.product-table tr th, .product-table tr td, .product-table tr, .product-table thead, .product-table tbody {
display: block;
}
.product-table tr td, .product-table tr th {
float: left !important;
}
.product-table tr td:nth-child(1),
.product-table tr th:nth-child(1) {
width: 10%;
}
.product-table tr td:nth-child(2),
.product-table tr th:nth-child(2) {
width: 20%;
float: left;
}
.product-table tr td:nth-child(3),
.product-table tr th:nth-child(3) {
width: 40%;
float: left;
}
.product-table tr td:nth-child(4),
.product-table tr th:nth-child(4) {
width: 20%;
float: left;
}
.product-table tr td:nth-child(5),
.product-table tr th:nth-child(5) {
width: 10%;
float: left;
}
.product-table th {
height: 40px;
}
.product-table tr::after{
clear: both;
content: "";
display: table;
}
.product-table-wrapper {
overflow-x: auto;
}
.trial-wrapper {
background: #f5f5f5;
padding: 5px 20px;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
/*by shivam*/
/*z-index: 9999;*/
}
.trial-wrapper .install-walmart .install-button div i{
color: #1A75CF;
margin: 10px;
}
.trial-wrappertall-button #display_apps {
background-color: #f9f9f9;
box-shadow: 0 11px 9px 0 rgba(0, 0, 0, 0.4);
font-size: 13px;
max-width: 350px;
min-width: 290px;
padding: 5px 10px;
position: absolute;
text-align: center;
top: 38px;
z-index: 9;
}
.trial-wrapper .install-walmart .install-button #display_apps div {
border-bottom: 1px solid #e7e7e7;
margin: 10px 0;
padding-bottom: 10px;
}
.trial-wrapper .install-walmart .install-button #display_apps div button {
margin-left: 10px;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper #show_plan{
box-shadow: 0 11px 9px 0 rgba(0, 0, 0, 0.4);
font-size: 13px;
max-width: 350px;
min-width: 290px;
padding: 5px 10px;
text-align: center;
top: 38px;
z-index: 9;
position: absolute;
background-color: #f5f5f5;
right: 20px;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper .btn-path.choose-plan {
border-radius: 0;
border: medium none;
border-radius: 0;
color: #fff;
padding: 3px;
width : 100px;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper #show_plan .choose-plan {
display: block;
width: 130px;
margin: 10px auto 0px;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper span{
font-size: 13px;
}
.trial-wrapper #counter-wrapper {
text-align: right;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper .digit-cls {
background: #3A1169;
color: #fff;
padding: 2px 7px;
margin-left: 5px;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper i {
margin-top: -10px;
display: inline-block;
line-height: 0px;
margin-left: 10px;
font-size: 8px;
cursor: pointer;
}
.trial-wrapper .install-walmart .install-button #display_apps .btn-path {
background: #000 none repeat scroll 0 0;
border: medium none;
border-radius: 0;
color: #fff;
padding: 3px;
width : 100px;
}
.rw-sentence span{
color: #444;
white-space: nowrap;
font-size: 13px;
font-weight: normal;
}
.rw-words{
display: inline;
text-indent: 10px;
}
.rw-words span{
position: absolute;
opacity: 0;
overflow: hidden;
color: #3A1169;
top: 7px;
font-size: 13px;
}
.rw-words-1 span{
animation: rotateWordsFirst 6s linear infinite 0s;
}
.rw-words span:nth-child(2) {
animation-delay: 3s;
color: #3A1169;
}
.rw-sentence {
margin: 0;
line-height: 20px;
}
.trial-wrapper .install-walmart .install-button div i {
margin: 10px;
margin-left: 70px;
font-size: 8px;
color: #000;
cursor: pointer;
}
@keyframes rotateWordsFirst {
0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
8% { opacity: 1; height: 60px; }
19% { opacity: 1; height: 60px; }
25% { opacity: 0; height: 60px; }
100% { opacity: 0; }
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
.rw-sentence span, .rw-words span, .trial-wrapper #counter-wrapper .trial-inner-wrapper span, .trial-wrapper #counter-wrapper .trial-inner-wrapper span{
font-size: 12px;
}
.rw-sentence{
line-height: 14px;
}
.trial-wrapper {
padding: 5px 10px;
}
}
.btn.btn-primary.reset-filter {
margin-left: 5px;
}
.trial-wrapper .install-walmart .install-button #display_apps {
background-color: #f9f9f9;
box-shadow: 0 11px 9px 0 rgba(0, 0, 0, 0.4);
font-size: 13px;
max-width: 350px;
min-width: 290px;
padding: 5px 10px;
position: absolute;
text-align: center;
top: 38px;
z-index: 9;
}
.action-td {
position: relative;
}
.date-and-time {
margin-top: 6px;
width: 88px;
}
.date-and-time input {
width: 100% !important;
}
.delete_new_promo {
background: #333 none repeat scroll 0 0;
border-radius: 100%;
color: #fff;
margin-left: 5px;
margin-top: 0;
position: absolute;
right: 4px;
text-align: center;
top: 1px;
width: 20px;
}
.delete_new_promo span::after {
content: '\f014';
cursor: pointer;
font-family: fontawesome;
font-size: 13px;
}
.loadingimg-overlay {
background-color: rgba(255, 255, 255, 0.6);
display: table !important;
height: 100%;
left: 0;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 999;
}
.loadingimg-outer {
display: table-cell;
vertical-align: middle;
}
.loadingimg-inner {
/* background: #fff none repeat scroll 0 0;*/
height: 130px;
margin: 0 auto;
padding: 5px;
position: relative;
width: 130px;
}
.loadingimg-inner img {
width: 100%;
}
.loadingimg-inner span {
font-size: 25px;
left: 22%;
position: absolute;
top: 30%;
}
.walmart-table {
max-width: 100%;
width: 100%;
} | css/style.css | body {
overflow-x: hidden;
}
ul {
padding: 0;
}
ul li {
list-style-type: none;
}
table tr td, table tr th {
vertical-align: middle !important;
}
table tr th {
font-size: 14px !important;
font-weight: 500;
}
table tr td {
border: 1px solid #e6e6e6 !important;
}
.new-section {
background-color: #ffffff;
border-radius: 7px;
margin-top: 30px;
padding: 15px 25px;
box-shadow: 1px 1px 5px #e5eaed;
}
.nav.navbar-nav.navbar-right.navbar-2 {
display: none;
}
textarea.form-control {
padding: 10px;
}
.site-register form div.required label.control-label:after {
content: " * ";
color: red;
}
.import-content-wrapper div.required span:after {
content: " * ";
color: red;
}
.no-pad {
padding: 0;
}
.grey-heading {
background-color: #e5eaed;
padding: 15px;
border-radius: 7px 7px 0 0;
}
.grey-heading h5 {
font-size: 18px;
}
.test-apis .checkbox a {
color: #1A75CF;
font-size: 13px;
margin-left: 5px;
}
.update-list li {
position: relative;
}
.update-list li p::before {
background: #425668 none repeat scroll 0 0;
border-radius: 50%;
top: 8px;
content: "";
height: 8px;
left: -15px;
margin-top: 15px;
position: absolute;
right: auto;
width: 8px;
z-index: 1;
}
.update-list li p::after {
border-left: 1px solid #e5eaed;
bottom: 0;
content: "";
left: -12px;
position: absolute;
top: 0;
}
.ced-blue-bg .service-box > h6 {
font-size: 18px;
}
.product-count {
text-align: center;
}
.clear {
clear: both;
}
.black-bg {
background-color: #292836;
color: #ffffff;
}
footer.container-fluid {
padding: 35px;
background-color: #eee;
}
/*Header Section*/
.navbar.navbar-default {
background: transparent none repeat scroll 0 0;
border: medium none;
border-radius: 0;
box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.40);
padding: 15px 20px;
}
.navbar-default .navbar-nav > li > a {
color: #ffffff;
padding: 0;
font-size: 13px;
}
.navbar-default .navbar-nav > li > a:hover {
color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
color: #fff;
}
.nav.navbar-nav.navbar-right li a.icon-items img {
background-color: #e5eaed;
border-radius: 2px;
padding: 2px 4px;
margin-top: 0px;
}
.nav.navbar-nav.navbar-right li {
margin-left: 30px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
background: none;
font-size: 13px;
color: #ffffff;
}
.open > .dropdown-menu {
background-color: #ffffff;
}
.open > .dropdown-menu li a {
transition: all .25s ease;
}
nav.navbar.navbar-default {
background-color: #1A75CF !important;
position: fixed;
width: 100%;
z-index: 999;
margin-bottom: 0;
top: 0;
}
.dropdown-menu li a:hover {
background-color: #f0f0f0 !important;
color: #000 !important;
}
.dropdown-menu li a {
font-size: 13px !important;
}
.icon-items > img {
width: 70%;
}
/*Sidebar*/
.sidebar {
background-color: #393849;
height: 600px;
}
/*Main Section*/
.header-wrapper {
background-color: #ffffff;
}
.list_items {
display: inline-block;
margin-left: 20px;
}
.breadcrumb {
background-color: #eeeeee;
border: medium none;
margin: 0 !important;
padding: 15px;
border-radius: 0;
}
.main-content-wrapper .tab-section .col-lg-5.col-md-5.col-sm-5.col-xs-12 {
text-align: center;
}
.content-section {
background-color: #F5F5F5;
}
.middle-header {
background-image: url('../images/imgs/img7.jpg');
width: 100%;
background-repeat: no-repeat;
background-position: 100%;
background-size: cover;
}
.right-section {
text-align: right;
}
.top_header {
padding: 15px 0;
}
.heading-section {
padding: 20px;
}
.store-heading {
font-size: 17px;
border-bottom: 2px solid #000;
}
.test-api {
color: #333333;
font-size: 16px;
margin-top: 18px;
}
.bottom-header {
padding: 15px 25px;
}
.heading-section .welcome, .heading-section .page-title {
color: #fff;
}
.heading-section .page-title {
margin: 0;
}
.content-section .progress-bar {
background-color: transparent;
box-shadow: none;
}
.days {
color: #a9a8b4;
font-size: 15px;
}
.prices {
color: #1bceb8;
font-size: 26px;
font-weight: inherit;
margin-bottom: 0;
}
.chkboxes {
margin-top: 12px;
}
.checkbox-material {
margin-right: 5px;
}
.store-setup-heading {
margin-bottom: 10px;
}
.progress-wrapper {
background-color: #e5eaed;
border-radius: 50%;
height: 250px;
padding: 26px;
width: 250px;
margin-top: 30px;
margin-left: 25px;
}
.test-apis {
margin-top: 20px;
}
.progress-wrapper .progress-bar span {
background-color: #e5eaed;
}
.tab-section .tab-pane {
border: none;
}
.tab-section ul.nav {
background-color: transparent;
border-bottom: none;
}
.tab-section ul.nav li {
border-bottom: 1px solid #ddd;
}
.tab-section ul.nav li a {
color: #a1a1a1;
font-size: 18px;
font-weight: 300;
outline: 0;
}
.tab-section ul.nav li.active {
border-bottom: 2px solid #1f90b4;
}
.tab-section ul.nav li.active a {
color: #333333;
}
.tool-box-section.new-section .tool-box-content {
text-align: center;
padding: 15px 0;
}
.tool-box-section.new-section .tool-box-content p {
color: #1695d6;
font-size: 18px;
}
.update-list {
margin-left: 30px;
padding: 15px 0 30px 0;
}
.update-list li {
padding-top: 15px;
}
.update-list li p {
margin: 0;
color: #000;
font-size: 14px;
}
.update-list li span {
color: #838383;
font-size: 13px;
}
.syncing-update.new-section {
padding-bottom: 0;
}
.inventory-update ul li p a {
color: #1695d6;
font-size: 14px;
}
.syncing-update ul li span a {
color: #000;
border-bottom: 1px solid #000;
}
.syncing-update .refresh-img {
float: right;
margin-top: -12px;
}
.no-bg {
background-color: transparent;
border-bottom: 2px solid #e5eaed;
padding: 8px;
}
.update-section .update-list li p::before {
background-color: #ccc;
}
.syncing-update .update-list li {
margin-left: 15px;
}
.syncing-update .update-list li p::before {
background-color: #1A75CF;
width: 15px;
height: 15px;
left: -35px;
}
.syncing-update .update-list li p::after {
left: -28px;
}
.inventory-update .update-list li p::before {
background-color: #f0504e;
}
.purple-bg, .grey-bg, .black-bg {
position: relative;
}
.product-count a.icon {
position: absolute;
right: 15px;
bottom: 5px;
}
.product-count h4 {
font-size: 40px;
margin-bottom: 0;
min-height: 45px;
margin-top: 5px;
font-weight: normal;
}
.purple-bg .product-count span {
border-top: 1px solid #ffffff;
color: #fff;
}
.grey-bg .product-count span {
border-top: 1px solid #000;
color: #000;
}
.product-count a i {
font-size: 25px;
}
.purple-bg .product-count a i {
color: #ffffff;
}
.grey-bg .product-count a i {
color: #1A75CF;
}
.purple-bg {
background-color: #1A75CF;
border-radius: 7px;
box-shadow: none;
color: #ffffff;
padding: 10px;
}
.grey-bg {
background-color: #f1f2f4;
border-radius: 7px;
box-shadow: none;
padding: 10px;
}
.not-uploaded.new-section.black-bg {
margin-bottom: 35px;
}
.icon-box {
background-color: #ffffff;
width: 50%;
float: left;
height: 150px;
display: table;
text-align: center;
}
.icon-box .image {
display: table-cell;
vertical-align: middle;
}
.contact-section .icon-box.icon {
width: 100%;
}
.text-box {
background-color: #f9f9f9;
width: 50%;
float: left;
text-align: center;
height: 150px;
display: table;
padding: 15px;
}
.copyright-section a img {
margin-left: 5px;
width: 100px;
margin-top: 2px;
}
.icon-box.icon .image img {
width: 60%;
}
.text-box span {
color: #292836;
font-size: 22px;
line-height: 24px;
display: table-cell;
vertical-align: middle;
}
.checkbox .active input[type="checkbox"]:disabled + .checkbox-material .check::before, label.checkbox-inline input[type="checkbox"]:disabled + .checkbox-material .check::before {
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
color: #1bceb8;
opacity: 1;
}
.checkbox .active input[type="checkbox"]:disabled + .checkbox-material .check, label.checkbox-inline input[type="checkbox"]:disabled + .checkbox-material .check {
border-color: #1bceb8;
color: #1bceb8;
}
fieldset[disabled] .checkbox .active, fieldset[disabled] label.checkbox-inline, fieldset[disabled] .checkbox input[type="checkbox"], fieldset[disabled] label.checkbox-inline input[type="checkbox"], .checkbox .active input[type="checkbox"][disabled]:not(:checked) ~ .checkbox-material .check::before, label.checkbox-inline input[type="checkbox"][disabled]:not(:checked) ~ .checkbox-material .check::before, .checkbox .active input[type="checkbox"][disabled]:not(:checked) ~ .checkbox-material .check, label.checkbox-inline input[type="checkbox"][disabled]:not(:checked) ~ .checkbox-material .check, .checkbox .active input[type="checkbox"][disabled] + .circle, label.checkbox-inline input[type="checkbox"][disabled] + .circle {
opacity: 1;
}
.store-setup-section .progress-bar.position {
height: auto;
}
.store-setup-section.new-section {
padding-bottom: 35px;
}
.upload-wrap .left, .upload-wrap .right {
width: 50%;
float: left;
text-align: center;
}
.upload-wrap .left {
border-right: 1px solid #fff;
}
.upload-wrap .left h4 {
font-size: 40px;
font-weight: normal;
}
.upload-wrap .right a {
display: block;
margin-bottom: 10px;
}
.upload-wrap .right a i {
font-size: 25px;
color: #fff;
}
.upload-wrap .right span {
border-top: 1px solid #fff;
color: #fff;
}
/*.tab-section .outer-wrapper {
display: table;
height: 500px;
}
.tab-section .inner-wrapper {
display: table-cell;
vertical-align: middle;
}*/
.test-apis .checkbox label.chkboxes {
padding: 0;
}
/*.fixed-container-body-class {
padding-top: 56px;
}*/
/*Register page*/
.site-register .heading-section {
background-color: #f9f9f9;
}
.site-register .heading-section h1 {
margin: 10px;
}
.content-section {
padding: 30px 0;
}
.content-section .register-heading {
width: 85%;
margin: 0 auto;
}
.form.new-section {
border-radius: 0;
margin-top: 0;
width: 95%;
margin: 0 auto;
}
.site-register .form.new-section {
width: 85%;
}
.register-heading strong {
color: #8c9999;
display: block;
font-size: 15px;
margin-bottom: 5px;
}
form#w0 {
width: 70%;
margin: 30px 50px;
}
.form-group {
margin: 10px 0 0;
}
.form-control {
padding: 0;
}
.control-label {
color: #796464 !important;
display: inline-block;
font-size: 13px !important;
}
.btn-primary {
float: none;
background-color: #1A75CF !important;
color: #fff !important;
border: 1px solid #1a75cf !important;
text-transform: capitalize;
margin: 0;
font-size: 13px !important
}
.text-area-box {
width: 100%;
margin: 10px 0;
}
.copyright-section .copyright {
text-align: center;
}
.btn.btn-primary:hover {
background-color: #1A75CF !important;
}
.text-area-box {
border: 1px solid #d2d2d2;
}
.form-control,
.form-group .form-control {
background-position: center bottom, center -webkit-calc(100% - 0px);
background-position: center bottom, center calc(100% - 0px);
padding-left: 10px;
margin: 0;
font-size: 12px;
}
.nav.navbar-nav.navbar-right .dropdown-menu li {
margin-left: 0;
}
.nav.navbar-nav.navbar-right .dropdown-menu {
padding: 10px 0;
}
.navbar .dropdown-menu, .navbar.navbar-default .dropdown-menu {
border-radius: 5px;
}
#jetregistration-shipping_source label {
margin-top: 10px;
margin-right: 20px;
}
#jetregistration-agreement label {
margin-top: 10px;
}
.attrmap-inner-table tr td:first-child {
width: 416px;
}
table.table-bordered tr td {
font-size: 13px;
}
.jet-pages-heading .title-need-help {
float: left;
text-align: left;
width: 40%;
}
.jet-pages-heading .product-upload-menu {
float: left;
width: 60%;
text-align: right;
margin-top: 10px;
}
.product-upload-menu .form-control {
display: inline-block;
width: auto;
}
.product-upload-menu .jet-upload-submit {
display: inline-block;
}
input.btn.btn-primary {
float: right;
}
.title-need-help h1.Jet_Products_style {
margin-top: 13px;
}
.jet-pages-heading h3.Jet_Products_style {
margin-top: 5px;
}
.jet-order-detail-index table tr td a span, .jet-order-detail-index table tr td a, .jet-return-index table tr td a span, .jet-order-import-error-index table tr td a span {
color: #1A75CF;
}
.modal-content {
border-radius: 0 !important;
}
.jet-refund-create .form.new-section {
width: 85%;
}
.jet-refund-create .form.new-section .title-need-help {
width: 40%;
}
.jet-refund-create .form.new-section .product-upload-menu {
width: 60%;
}
.terms-n-condition {
border: 1px solid #ccc;
height: 150px;
margin: 15px 0;
overflow-y: scroll;
padding: 10px;
}
.jet-product-index .form-control {
border: 1px solid #ccc !important;
}
.jet-order-detail-index .form-control {
border: 1px solid #ccc !important;
}
.jet-product-index .bulk-action-wrapper::after {
clear: both;
content: "";
display: table;
}
.jet-product-index .bulk-action-wrapper .form-control {
width: 40%;
margin-bottom: 0;
margin-right: 5px;
display: inline-block;
}
.popup-model .modal-dialog {
margin: 30px auto;
width: 90%;
}
.popup-model .modal-dialog .modal-header {
margin-top: 92px;
position: relative;
}
.popup-model .modal-dialog .modal-header .close {
background-color: #fff !important;
border: 2px solid #000 !important;
border-radius: 50%;
height: 40px;
position: absolute;
right: -20px;
top: 10px;
width: 40px;
z-index: 9999;
opacity: 1;
}
.popup-model .modal-dialog .modal-content {
margin: 0px;
}
.popup-model #myCarousel .controllers {
position: absolute;
top: 0;
}
.popup-model #myCarousel .carousel-caption {
bottom: 0;
color: #000;
left: 0;
padding-bottom: 0;
padding-top: 0;
position: relative;
right: 0;
text-shadow: none;
z-index: 10;
}
.main-content-wrapper.container {
padding: 0;
}
#myCarousel .carousel-inner .holder img {
width: 100%;
}
.jet-order-detail-index .bulk-action-wrapper .form-control {
display: inline-block;
margin-right: 5px;
width: 55%;
margin-bottom: 0;
}
.outer-wrapper {
display: table;
height: 50%;
display: inline-block;
}
.inner-wrapper {
display: table-cell;
vertical-align: middle;
}
.help-block.help-block-error.error_category_map {
padding-left: 10px;
}
.help_jet.white-bg::before {
background-color: #ffffff;
}
.card-section .jet-pages-heading {
background: #1A75CF none repeat scroll 0 0;
color: #fff;
padding: 0;
}
.card-section h3.Jet_Products_style {
color: #fff !important;
margin-left: 20px;
}
.latest_update_description .dates p {
font-weight: bold;
}
.latest_update_description .updated-date {
text-align: right;
}
.show-items {
line-height: 36px;
}
.ced-notifications {
background-color: #fff;
border: medium none;
border-radius: 0;
margin: 0 !important;
padding: 5px 15px;
}
.ced-notifications .ced-survey > a {
border-bottom: 1px solid #1A75CF;
color: #1A75CF;
font-size: 12px;
margin-left: 20px;
}
.blink {
background-color: #1A75CF;
border-radius: 50%;
display: inline-block;
height: 10px;
margin-right: 6px;
width: 10px;
}
.blink {
-webkit-animation-name: blink; /* Safari 4.0 - 8.0 */
-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
-webkit-animation-iteration-count: 5; /* Safari 4.0 - 8.0 */
animation-name: blink;
animation-duration: 2s;
animation-iteration-count: 5;
}
@keyframes blink {
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes blink {
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.latest-update .jet-pages-heading {
background: #1A75CF none repeat scroll 0 0;
border-radius: 8px 8px 0 0;
color: #fff;
padding: 5px 15px;
}
.latest-update .jet-pages-heading h3 {
color: #fff !important;
display: block;
margin-bottom: 15px;
}
.latest-update.new-section {
padding: 0;
}
.jet-pages-heading p {
display: inline-block;
margin-right: 30px;
margin-bottom: 0;
font-size: 12px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
background-color: #1A75CF;
border-color: #1A75CF;
}
.contact-section .image img {
width: auto;
}
.copyright-section {
background: #dfdfdf none repeat scroll 0 0;
color: #000;
padding: 5px;
}
.copyright-section span {
display: block;
padding: 8px;
}
.jet_config section.center.slider.slick-slider {
background: transparent none repeat scroll 0 0;
}
.nav.nav-stacked.child-out li a {
font-size: 12px;
}
.slider-section .jet-pages-heading {
padding-left: 10px;
}
.slider-section .jet-pages-heading h1 {
display: block;
margin-bottom: 15px;
}
.slider-section .jet-pages-heading p {
display: block;
font-size: 15px;
}
.slider-section .jet-pages-heading .note {
background: #ececec none repeat scroll 0 0;
padding: 5px 15px;
margin: 15px 0 30px;
}
.slider-section .jet-pages-heading .note .note-text {
color: #1A75CF;
}
/*.jet-install .nav ul li a::before {
background-color: #ccc;
border-radius: 50%;
color: #fff;
content: "";
font-family: fontawesome;
height: 30px;
padding: 5px;
width: 30px;
margin-left: -14px;
margin-right: 10px;
}
.jet-install .nav ul{
border-left: 1px solid #ccc;
}
.jet-install .nav ul li {
margin: 30px 0;
}
.jet-install .nav ul li.active a::before{
background-color: #65cd94;
}
.jet-install .nav ul li.completed a::before{
background-color: #ce4552;
}*/
.jet-install .nav ul::before {
background-color: #e8e8e8;
content: "";
height: 3px;
left: 55px;
position: absolute;
right: 60px;
top: 15px;
}
.jet-install .nav ul {
counter-reset: i;
float: left;
margin: 30px 0 12px;
padding: 0;
position: relative;
white-space: nowrap;
}
.jet-install .nav ul > li.disabled::before, .jet-install .nav > li.ui-state-disabled::before {
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.jet-install nav.nav {
margin: 15px auto 35px;
width: 78%;
}
.jet-install .nav ul > li:first-child::after {
display: none;
}
.copyright-section.copyright-new {
text-align: center;
}
/*.jet-install .nav ul > li::after {
background-color: #514943;
content: "";
height: 0.3rem;
left: calc(-50% + 0.25rem);
position: absolute;
right: calc(50% + 0.7rem);
top: 0.9rem;
}*/
.jet-install .form.new-section {
box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.08);
margin-top: 50px;
}
.page-content.jet-install {
background-image: url("../images/blue-3.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 100% top;
}
.jet-install .nav ul > li {
display: inline-block;
position: relative;
vertical-align: top;
width: 90px;
}
.jet-install .nav ul li a::before {
background-color: #EEEEEE;
border-radius: 50%;
content: "";
height: 30px;
left: 46%;
line-height: 1;
margin-left: -12px;
position: absolute;
top: 0;
width: 30px;
}
.jet-install .nav ul > li.active a::after, .nav-bar > li.ui-state-active a::after {
background-color: #fff;
content: "";
}
.jet-install .nav ul a::after {
background-color: #514943;
border: 4px solid #514943;
border-radius: 100%;
color: #fff;
content: counter(i, decimal);
counter-increment: i;
height: 15px;
left: 50%;
line-height: 0.5;
margin-left: -8px;
position: absolute;
right: auto;
text-align: center;
top: 7px;
width: 15px;
}
.jet-install .nav ul > li.active a, .jet-install .nav ul > li.ui-state-active a {
color: #000;
}
a.white-space-pre-line {
white-space: pre-line;
}
.jet-install .nav ul a {
color: #514943;
display: block;
font-size: 13px;
font-weight: 500;
line-height: 1.5;
outline: 0 none;
overflow: hidden;
padding: 40px 6px 0;
position: relative;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
white-space: pre-line;
}
.jet-install .table.table-striped tr td {
float: none;
margin-top: 0;
}
.jet-install .nav ul li.active a::before {
background-color: #fbbd00;
border: none;
}
.jet-install .nav ul li.active a::after {
background-color: #fff;
border: none;
}
.jet-install .nav ul li.completed a::before {
background-color: #5fcc7b;
border: none;
}
.jet-install .nav ul li.completed a::after {
background-color: #fff;
color: #000;
border: none;
padding-top: 4px;
}
.jet-install .content-section {
background: transparent none repeat scroll 0 0;
padding: 20px 0;
}
.jet-install .jet-pages-heading {
background-color: #1A75CF;
color: #fff;
margin-bottom: 0;
padding: 5px;
}
.jet-install .jet-pages-heading h2 {
font-size: 15px;
margin: 5px;
}
.jet-install .product-upload-menu {
margin: 0;
width: 30% !important;
}
/*.jet-install button.btn.btn-primary{
float: right;
}*/
.jet-install .btn.btn-primary {
background-color: #1A75CF !important;
border: 1px solid #1A75CF !important;
}
.jet-install .product-upload-menu .btn.btn-primary {
background: #fff none repeat scroll 0 0 !important;
color: #000 !important;
border: none !important;
padding: 1px 7px;
margin: 3px;
border-radius: 1px;
}
.jet-install .product-upload-menu .btn.btn-primary:hover {
background: #fff none repeat scroll 0 0 !important;
color: #000 !important;
border: none !important;
}
.jet-install .content.form.new-section {
padding: 0;
box-shadow: none;
}
.jet-install .responsive-table-wrap::after, .jet-install .grid-view::after {
clear: both;
content: "";
display: table;
}
.jet-install .api_field.fieldset.enable_api {
border: medium none;
padding: 0;
}
.jet-install table.table, .jet-install table.table tr, .jet-install table.table tr td {
background: #fff none repeat scroll 0 0;
border: 0 none !important;
margin-top: 20px;
}
.jet-install form label {
font-size: 14px;
font-weight: normal;
margin-bottom: 13px;
}
.jet-install .field-jetregistration-agreement.required {
margin-top: 15px;
}
.form-control {
border: 1px solid #e6e6e6;
}
.jet-install select {
border: 1px solid #ccc;
margin: 8px 0;
}
.jet-install .category-map-step .table.table-striped td select {
width: 120px !important;
}
.jet-install .import-products-step table tr td.value span {
border-radius: 3px;
display: inline-block;
height: 29px;
padding: 5px 10px;
min-width: 35px;
}
.jet-install .import-products-step table tr.total-products-tr td.value span {
color: #444444;
background-color: #fbbd00;
}
.jet-install .import-products-step table tr.total-product-variant-tr td.value span {
background-color: #fbbd00;
color: #444444;
}
.jet-install .import-products-step table tr.not-sku-tr td.value span {
background-color: #f43e5f;
color: #ffffff;
}
.jet-install .import-products-step table tr.ready-products-tr td.value span {
background-color: #5fcc7b;
color: #ffffff;
}
.jet-install .import-products-step table tr td.value_label span {
color: #333333;
font-size: 14px;
font-weight: 300;
}
.jet-install .import-products-step table tr.ready-products-tr {
border-top: 1px solid #ccc !important;
border-bottom: 1px solid #ccc !important;
}
.jet-install .import-products-step table tr.ready-products-tr td {
padding: 10px !important;
margin: 10px 0;
}
.jet-install .import-products-step .panel.panel-default {
border: medium none;
box-shadow: none;
}
.jet-install .import-products-step .jet-pages-heading .Jet_Products_style {
color: #fff !important;
}
.jet-install .import-products-step .jet-pages-heading {
padding: 0 10px;
}
.jet-install .category-map-step .table tr th, .jet-install .attribute-map-step .table tr th {
background-color: #f1f1f1;
font-size: 14px;
font-weight: normal;
}
.jet-install .note {
background: #f6f6f6 none repeat scroll 0 0;
padding: 12px;
text-align: center;
font-size: 12px;
color: #885f74;
}
.jet-install .table.table-sliiped > li {
margin-top: 15px;
}
.jet-install .note b.note-text {
background-color: #FBBD00;
font-weight: normal;
padding: 0 5px;
color: #000;
}
#fountainG {
position: relative;
width: 390px;
height: 47px;
margin: auto;
top: 45%;
}
.fountainG {
position: absolute;
top: 0;
background-color: rgb(26, 117, 207);
width: 47px;
height: 47px;
animation-name: bounce_fountainG;
-o-animation-name: bounce_fountainG;
-ms-animation-name: bounce_fountainG;
-webkit-animation-name: bounce_fountainG;
-moz-animation-name: bounce_fountainG;
animation-duration: 1.235s;
-o-animation-duration: 1.235s;
-ms-animation-duration: 1.235s;
-webkit-animation-duration: 1.235s;
-moz-animation-duration: 1.235s;
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-direction: normal;
-o-animation-direction: normal;
-ms-animation-direction: normal;
-webkit-animation-direction: normal;
-moz-animation-direction: normal;
transform: scale(.3);
-o-transform: scale(.3);
-ms-transform: scale(.3);
-webkit-transform: scale(.3);
-moz-transform: scale(.3);
border-radius: 31px;
-o-border-radius: 31px;
-ms-border-radius: 31px;
-webkit-border-radius: 31px;
-moz-border-radius: 31px;
}
#fountainG_1 {
left: 0;
animation-delay: 0.496s;
-o-animation-delay: 0.496s;
-ms-animation-delay: 0.496s;
-webkit-animation-delay: 0.496s;
-moz-animation-delay: 0.496s;
}
#fountainG_2 {
left: 49px;
animation-delay: 0.6125s;
-o-animation-delay: 0.6125s;
-ms-animation-delay: 0.6125s;
-webkit-animation-delay: 0.6125s;
-moz-animation-delay: 0.6125s;
}
#fountainG_3 {
left: 98px;
animation-delay: 0.739s;
-o-animation-delay: 0.739s;
-ms-animation-delay: 0.739s;
-webkit-animation-delay: 0.739s;
-moz-animation-delay: 0.739s;
}
#fountainG_4 {
left: 146px;
animation-delay: 0.8655s;
-o-animation-delay: 0.8655s;
-ms-animation-delay: 0.8655s;
-webkit-animation-delay: 0.8655s;
-moz-animation-delay: 0.8655s;
}
#fountainG_5 {
left: 195px;
animation-delay: 0.992s;
-o-animation-delay: 0.992s;
-ms-animation-delay: 0.992s;
-webkit-animation-delay: 0.992s;
-moz-animation-delay: 0.992s;
}
#fountainG_6 {
left: 244px;
animation-delay: 1.1085s;
-o-animation-delay: 1.1085s;
-ms-animation-delay: 1.1085s;
-webkit-animation-delay: 1.1085s;
-moz-animation-delay: 1.1085s;
}
#fountainG_7 {
left: 293px;
animation-delay: 1.235s;
-o-animation-delay: 1.235s;
-ms-animation-delay: 1.235s;
-webkit-animation-delay: 1.235s;
-moz-animation-delay: 1.235s;
}
#fountainG_8 {
left: 341px;
animation-delay: 1.3615s;
-o-animation-delay: 1.3615s;
-ms-animation-delay: 1.3615s;
-webkit-animation-delay: 1.3615s;
-moz-animation-delay: 1.3615s;
}
@keyframes bounce_fountainG {
0% {
transform: scale(1);
background-color: rgb(26, 117, 207);
}
100% {
transform: scale(.3);
background-color: rgb(255, 255, 255);
}
}
@-o-keyframes bounce_fountainG {
0% {
-o-transform: scale(1);
background-color: rgb(26, 117, 207);
}
100% {
-o-transform: scale(.3);
background-color: rgb(255, 255, 255);
}
}
@-ms-keyframes bounce_fountainG {
0% {
-ms-transform: scale(1);
background-color: rgb(26, 117, 207);
}
100% {
-ms-transform: scale(.3);
background-color: rgb(255, 255, 255);
}
}
@-webkit-keyframes bounce_fountainG {
0% {
-webkit-transform: scale(1);
background-color: rgb(26, 117, 207);
}
100% {
-webkit-transform: scale(.3);
background-color: rgb(255, 255, 255);
}
}
@-moz-keyframes bounce_fountainG {
0% {
-moz-transform: scale(1);
background-color: rgb(26, 117, 207);
}
100% {
-moz-transform: scale(.3);
background-color: rgb(255, 255, 255);
}
}
/*Introjs css*/
.introjs-tooltipbuttons a.introjs-button {
border: medium none;
box-shadow: none;
font-size: 12px;
margin-right: 5px;
text-shadow: none;
}
.introjs-tooltipbuttons .introjs-button.introjs-prevbutton.introjs-disabled {
background: #b7b7b7 none repeat scroll 0 0;
color: #fff !important;
}
.import-products-step .alert.alert-success.fade.in.alert-dismissable {
background: #fff none repeat scroll 0 0;
border: medium none;
color: #000;
margin: 0;
}
.import-products-step .alert.alert-success.fade.in.alert-dismissable > strong.succes-msg {
background-color: #5fcc7b;
font-size: 13px;
font-weight: normal;
padding: 2px 10px;
color: #ffffff;
}
/*.import-products-step .alert.alert-success.fade.in.alert-dismissable > strong.next {
font-weight: bold;
}*/
.import-products-step .block-content.panel-body.shopify-api ul li {
background: #ddd none repeat scroll 0 0 !important;
border: medium none;
margin-bottom: 10px;
padding: 10px;
}
.import-products-step .block-content.panel-body.shopify-api ul li img {
background: #fff none repeat scroll 0 0;
border: 2px solid #fff;
border-radius: 50%;
margin-right: 5px;
}
.attribute-map-step .table.table-striped.table-bordered tr td {
border: 1px solid #ccc !important;
padding: 5px !important;
}
.attribute-map-step .table.table-striped.table-bordered tr th {
border: 1px solid #ccc !important;
}
.attribute-map-step .table.table-striped.table-bordered tr.odd > td, .attribute-map-step .table.table-striped.table-bordered tr.even > td {
vertical-align: top !important;
}
.api_enable span.control-label:after {
content: " * ";
color: red;
}
.bulk-action-wrapper {
text-align: right;
}
.fixed-container-body-class > div#home-page {
font-family: roboto;
}
#home-page .nav.navbar-nav.navbar-right {
margin-top: 3px;
}
#home-page .nav.navbar-nav.navbar-right li a {
font-size: 14px;
}
#home-page .nav.navbar-nav.navbar-right li:last-child a {
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
}
#home-page .navbar.navbar-default.navbar-fixed-top.affix-top, #home-page .navbar.navbar-default.navbar-fixed-top.affix {
padding: 15px 25px;
}
#home-page #features .panels-icon img {
width: 40px;
}
#home-page .bg-primary hr {
border-color: #F9C100 !important;
}
#login-form .install-me.btn.btn-primary.button-inline.btn.btn-primary {
border-radius: 0 5px 5px 0 !important;
padding: 10px 25px !important;
border: none !important;
height: 40px;
width: 100px;
}
#login-form .form-group.field-loginform-username.required {
background-color: #fff;
border-radius: 5px 0 0 5px;
float: left;
height: 40px;
margin: 0;
overflow: hidden;
position: relative;
width: 500px;
}
#login-form .form-group.field-loginform-username .shop-url-wrap {
height: 100%;
padding: 0;
position: absolute;
top: 0;
width: 100%;
}
#login-form .form-group.field-loginform-username .shop-url-wrap input {
border-color: #fff;
height: 100%;
width: 100%;
}
#login-form {
display: inline-block;
background-color: #939291;
padding: 8px;
border-radius: 5px;
margin: 50px auto;
overflow: hidden;
width: auto;
}
#home-page #services .service-box > img {
width: 40px;
}
.extra-plane .plans {
background: #1A75CF none repeat scroll 0 0;
margin: 0 auto;
width: 60%;
border-radius: 3px;
box-shadow: 0 0 31px 0 #bababa;
padding: 35px 10px;
}
.jet_notice .product-upload-menu {
text-align: right;
width: 100%;
}
#home-page .ced-blue-bg1 .service-box h6 {
font-size: 20px;
font-weight: normal;
}
/*.jet-product-index .responsive-table-wrap, .jet-product-index .grid-view {
overflow-x: hidden;
}*/ /*27jan by shivam*/
.jet-plan-wrap .jet-plan-wrapper {
background: #fff none repeat scroll 0 0;
}
#pricing.bg-primary i.fa.fa-check {
color: #5cab8c;
}
.review-section {
margin: 0;
background-color: #fff;
}
.review-section .review {
margin-bottom: 10px;
}
.review-section .name-shop a {
color: #1A75CF;
font-size: 25px;
font-weight: 300;
text-transform: uppercase;
}
.review-section .carousel-control {
top: 37%;
}
.review-section .glyphicon {
margin-left: -10px;
}
.plan-wrapper .price .month {
font-size: 30px;
}
.review-section .carousel-control {
opacity: 1;
}
.review-section .primary {
border-color: #F9C100 !important;
}
.pricing-tables .jet-plan-wrapper {
border: 1px solid #ccc;
margin-bottom: 35px;
}
.pricing-tables .jet-plan-wrapper.yearly-plan {
border: 1px solid #1A75CF;
box-shadow: 0 0 31px 0 #bababa
}
.pricing-tables .free {
background: #1A75CF none repeat scroll 0 0;
bottom: -27px;
display: inline-block;
left: 30%;
padding: 7px 15px;
position: absolute;
font-size: 18px;
}
.review-section .customer-review .infomation-shop {
margin-top: 20px;
min-height: 220px;
}
.review-section .img-customer {
background: #fafafa none repeat scroll 0 0;
border-radius: 50% !important;
height: 200px;
width: 200px;
position: relative;
}
.review-section .img-customer .quote {
background: #1A75CF none repeat scroll 0 0;
border-radius: 50%;
bottom: 8px;
height: 35px;
left: 14px;
padding: 11px;
position: absolute;
width: 35px;
}
.review-section .img-customer .quote i {
color: #fff;
}
/*.review-section .img-customer img{
width: 70%;
}*/
.customer-review-inner .bk-item {
margin-top: 20px;
}
section.review-section {
padding: 60px 0;
}
#contact i {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 31px 0 #bababa;
height: 120px;
margin: 30px 0;
padding: 35px;
width: 200px;
}
#contact p a {
font-size: 18px;
color: #1A75CF;
text-decoration: underline;
}
.ced-blue-bg .call-to-action span {
color: #fff;
display: inline-block;
margin-top: 5px;
font-size: 16px;
}
.product-description-wrapp .shopify-image-wrap {
display: table;
height: 338px;
}
.product-description-wrapp .shopify-image-wrap .logo-img {
display: table-cell;
vertical-align: middle;
}
.product-description-wrapp .shopify-image-wrap .logo-img img {
width: 100%;
}
.customer-review-inner .img-wrapper {
text-align: center;
}
.customer-review-inner .infomation-shop .name {
color: #1A75CF;
font-size: 16px;
margin-top: 10px;
text-align: right;
}
.call-to-action .btn.btn-default.btn-xl.wow.tada:hover {
background-color: #FFC600;
}
.payment_preview .generic-heading-shopify hr.primary {
border-color: #F9C100 !important;
border-width: 3px !important;
max-width: 50px !important;
}
.review-section hr.primary {
border-color: #F9C100 !important;
border-width: 3px !important;
max-width: 50px !important;
}
.payment_preview .extra-plane {
background-color: #f7f7f7;
}
.payment_preview .section-heading {
font-size: 28px;
margin: 0;
}
.review-section .section-heading {
font-size: 28px;
margin: 0;
}
#pricing.bg-primary {
background: #f7f7f7 none repeat scroll 0 0 !important;
margin: 0;
}
.jet-plan-wrapper .addtocart {
border: 1px solid #1A75CF;
padding: 8px 15px;
color: #1A75CF;
border-radius: 2px;
background-color: none !important;
}
.jet-plan-wrapper .addtocart:hover {
background: #1A75CF none repeat scroll 0 0;
transition: all 0.5s ease 0s;
color: rgb(255, 255, 255);
}
#promotion-tbody input {
width: 100px;
}
.category-map-index .table select.form-control {
width: 150px !important;
}
.variant-price {
text-decoration: underline;
}
.container.info-box {
background-color: #ffffff !important;
padding: 3px 10px;
border-radius: 3px;
margin-top: 4px;
margin-bottom: 5px;
text-align: center;
}
.info-box span {
margin-top: 2px;
}
.info-box .alert-link {
background: #337ab7;
padding: 3px 10px;
border-radius: 6px;
color: #fff;
margin-left: 20px;
font-size: 12px;
display: inline-block;
}
.info-box .close {
margin-top: 1px;
}
.sticky-header .navbar.navbar-default {
/*.trial-nav-wrap.sticky .navbar.navbar-default {*/
transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transition: .3s all;
-o-transition: .3s all;
-ms-transition: .3s all;
-webkit-transition: .3s all;
-moz-transition: .3s all;
position: fixed;
top: 0;
width: 100%;
/*z-index: 999999;*/
z-index: 999;
}
.sticky-header.sticky .navbar.navbar-default {
/*.trial-nav-wrap.sticky.active .navbar.navbar-default {*/
transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
}
.info-box .close.imp-notice-hide-btn {
color: #337ab7;
opacity: 1;
margin-top: -1px;
}
.trial-nav-wrap.inactive .navbar.navbar-default {
display: none;
}
/*Media Queries*/
@media only screen and (max-width: 767px) {
.new-section {
padding: 10px;
}
.tab-section .outer-wrapper {
height: auto;
}
.progress-wrapper {
margin: 0;
}
.icon-items > img {
width: auto;
}
.dropdown .dropdown-menu {
background-color: #767676;
}
/*.grid-view {
overflow-x: scroll;
}*/
.store-setup-section .progress-bar.position {
height: 200px;
}
.navbar.navbar-default {
padding: 12px;
}
.ced-survey, .list-page, .left-div {
width: 100% !important;
float: none !important;
}
.page-content .title-need-help {
width: 100% !important;
float: none;
}
.page-content .product-upload-menu {
width: 100% !important;
float: none;
}
.jet-pages-heading .product-upload-menu {
width: 100%;
text-align: center;
}
.jet-pages-heading .title-need-help {
width: 100%;
text-align: center;
}
.product-upload-menu .btn.btn-primary {
width: 200px;
display: block;
margin: 5px auto;
}
.jet-pages-heading .btn.btn-primary {
float: none;
}
.jet-install .nav ul::before {
display: none;
}
.jet-install .nav ul {
display: block;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
width: 30.9rem;
float: none;
vertical-align: top;
}
.jet-install .nav ul > li {
float: left;
min-height: 9rem;
}
.legend {
width: 285px;
}
.pie {
margin: 50px 10px;
}
.jet-product-index .bulk-action-wrapper .form-control {
width: 40%;
}
#login-form .install-me.btn.btn-primary.button-inline.btn.btn-primary {
margin: 0;
padding: 10px !important;
width: 70px;
}
#login-form .form-group.field-loginform-username.required {
margin: 0;
width: 200px;
}
header .header-content .header-content-inner h1 {
font-size: 50px !important;
}
.extra-plane .plans {
margin-top: 20px;
}
.nav.navbar-nav.navbar-right {
display: none;
}
.nav.navbar-nav.navbar-right.navbar-2 {
display: block;
}
.nav.navbar-nav.navbar-right li {
margin-left: 10px;
}
.navbar-default .navbar-nav > li > a {
font-size: 14px;
}
.ced-jet-navigation-mbl .navbar-collapse .navbar-nav li a {
line-height: 25px;
}
.dropdown-menus li a {
font-size: 12px;
margin-left: 10px;
}
}
@media only screen and (max-width: 500px) {
.jet-install .nav ul > li {
width: 8rem;
}
.jet-install .content-section, .jet-install .form.new-section {
width: 100%;
}
.btn.btn-primary {
margin-top: 6px;
}
.jet-product-index .bulk-action-wrapper .btn.btn-primary, .jet-order-detail-index .bulk-action-wrapper .btn.btn-primary {
margin-top: 0;
}
.walmart-img {
width: 95% !important;
}
header .header-content .header-content-inner h1 {
font-size: 40px !important;
}
}
@media only screen and (min-width: 768px)and (max-width: 950px) {
.pie {
margin: 10px;
}
.jet-pages-heading .title-need-help .Jet_Products_style {
font-size: 16px;
}
.jet-pages-heading .product-upload-menu .btn.btn-primary {
margin: 0 0 0 5px;
}
}
@media only screen and (min-width: 992px)and (max-width: 1150px) {
.jet-install nav.nav {
margin: 15px auto 35px;
width: 100%;
}
.jet-install .category-map-step .table.table-striped td select {
width: 100px !important;
}
.form.new-section {
width: 100%;
}
}
@media only screen and (max-width: 350px) {
.progress-wrapper {
height: 225px;
padding: 13px;
width: 225px;
}
}
.btn.btn-primary.reset-filter {
margin-left: 5px;
}
/* shivam */
.review-heading {
color: #1A75CF;
}
.walmart-img {
display: inline-block;
margin-top: 0 !important;
width: 45%;
}
.ced-entry-heading-wrapper .ced-form-grid-walmart {
border: 1px solid #f2f2f2;
margin: 0 0 30px;
}
.ced-form-item li {
display: inline-block;
width: 48%;
}
.ced-form-grid-walmart .ced-form-item.odd {
padding: 6px 10px;
background-color: #fafafa;
}
.ced-form-grid-walmart .ced-form-item li {
font-size: 13px;
}
.ced-form-grid-walmart .ced-form-item label span {
font-size: 13px;
color: #767676;
font-weight: 600;
}
.ced-form-grid-walmart .ced-form-item.even {
padding: 10px;
}
.ced-form-grid-walmart ul {
margin: 0;
}
.jet-pages-heading .btn-primary:hover {
border: 1px solid #1A75CF !important;
}
.attrmap-inner-table th {
background-color: #f1f1f1;
border: 1px solid #e6e6e6 !important;
}
@media only screen and (min-width: 993px) {
.ced-manageproduct .jet-pages-heading .title-need-help {
width: 25%;
}
.ced-manageproduct .jet-pages-heading .product-upload-menu {
width: 75%;
}
.ced-manageproduct .jet-pages-heading .product-upload-menu a {
padding: 6px 5px;
margin-left: 0 !important;
margin-right: 0 !important;
font-size: 12px !important;
}
}
@media only screen and (max-width: 992px) {
.ced-manageproduct .jet-pages-heading .title-need-help {
width: 100%;
float: none;
text-align: center;
}
.ced-manageproduct .jet-pages-heading .title-need-help h1 {
font-size: 22px !important;
}
.ced-manageproduct .jet-pages-heading .product-upload-menu {
width: 100%;
float: none;
text-align: center;
align-items: center !important;
}
.ced-manageproduct .jet-pages-heading .product-upload-menu a {
display: block;
width: 200px;
margin: 5px auto 0 !important;
}
}
/** himanshu **/
.legend-text {
font-size: 14px !important;
}
#desc_edit_tag {
color: #337ab7!important;
text-transform: none!important;
}
.toggle_editor {
margin: 0;
padding: 1px 9px;
text-transform: capitalize;
font-size: 13px;
color: #fff;
border: 1px solid #f2f2f2;
transition:0.2s all;
-webkit-transition:0.2s all;
-o-transition:0.2s all;
-moz-transition:0.2s all;
background: #73efed; /* Old browsers */
background: -moz-linear-gradient(top, #73efed 0%, #3b67dd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #73efed 0%,#3b67dd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #73efed 0%,#3b67dd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73efed', endColorstr='#3b67dd',GradientType=0 ); /* IE6-9 */
}
.toggle_editor:hover{
background: #3b67dd;
background: -moz-linear-gradient(top, #3b67dd 0%, #73efed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3b67dd 0%,#73efed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3b67dd 0%,#73efed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73efed', endColorstr='#3b67dd',GradientType=0 ); /* IE6-9 */
}
/** himanshu **/
/** by shivam **/
.popup-box {
background: #fff none repeat scroll 0 0;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
display: none;
height: auto;
padding: 10px;
position: absolute;
right: 8px;
text-align: center;
top: 45px;
width: 200px;
z-index: 99;
}
.pop_up{
text-decoration: underline;
cursor: pointer;
}
.popup-box .btn.btn-primary {
margin-top: 5px;
width: 170px;
}
.jet-pages-heading.walmart-title {
position: relative;
}
/** end by shivam **/
/*.product-table {
table-layout: fixed;
border-collapse: collapse;
border: 1px solid #ccc;
}
.product-table th { text-decoration: underline; }
.product-table th, td {
padding: 5px;
text-align: left;
}
.product-table thead tr {
display: block;
position: relative;
}
.product-table tbody {
display: block;
overflow: auto;
width: 100%;
height: 150px;
}
.product-table tbody tr:nth-child(even) {
background-color: #DDD;
}*/
.product-table{
width: 100%;
text-align: left;
min-width: 500px;
}
.product-table tr {
min-height: 50px;
}
.product-table tbody {
height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
.product-table tr th, .product-table tr td, .product-table tr, .product-table thead, .product-table tbody {
display: block;
}
.product-table tr td, .product-table tr th {
float: left !important;
}
.product-table tr td:nth-child(1),
.product-table tr th:nth-child(1) {
width: 10%;
}
.product-table tr td:nth-child(2),
.product-table tr th:nth-child(2) {
width: 20%;
float: left;
}
.product-table tr td:nth-child(3),
.product-table tr th:nth-child(3) {
width: 40%;
float: left;
}
.product-table tr td:nth-child(4),
.product-table tr th:nth-child(4) {
width: 20%;
float: left;
}
.product-table tr td:nth-child(5),
.product-table tr th:nth-child(5) {
width: 10%;
float: left;
}
.product-table th {
height: 40px;
}
.product-table tr::after{
clear: both;
content: "";
display: table;
}
.product-table-wrapper {
overflow-x: auto;
}
.trial-wrapper {
background: #f5f5f5;
padding: 5px 20px;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
/*by shivam*/
/*z-index: 9999;*/
}
.trial-wrapper .install-walmart .install-button div i{
color: #1A75CF;
margin: 10px;
}
.trial-wrappertall-button #display_apps {
background-color: #f9f9f9;
box-shadow: 0 11px 9px 0 rgba(0, 0, 0, 0.4);
font-size: 13px;
max-width: 350px;
min-width: 290px;
padding: 5px 10px;
position: absolute;
text-align: center;
top: 38px;
z-index: 9;
}
.trial-wrapper .install-walmart .install-button #display_apps div {
border-bottom: 1px solid #e7e7e7;
margin: 10px 0;
padding-bottom: 10px;
}
.trial-wrapper .install-walmart .install-button #display_apps div button {
margin-left: 10px;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper #show_plan{
box-shadow: 0 11px 9px 0 rgba(0, 0, 0, 0.4);
font-size: 13px;
max-width: 350px;
min-width: 290px;
padding: 5px 10px;
text-align: center;
top: 38px;
z-index: 9;
position: absolute;
background-color: #f5f5f5;
right: 20px;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper .btn-path.choose-plan {
border-radius: 0;
border: medium none;
border-radius: 0;
color: #fff;
padding: 3px;
width : 100px;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper #show_plan .choose-plan {
display: block;
width: 130px;
margin: 10px auto 0px;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper span{
font-size: 13px;
}
.trial-wrapper #counter-wrapper {
text-align: right;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper .digit-cls {
background: #3A1169;
color: #fff;
padding: 2px 7px;
margin-left: 5px;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper i {
margin-top: -10px;
display: inline-block;
line-height: 0px;
margin-left: 10px;
font-size: 8px;
cursor: pointer;
}
.trial-wrapper .install-walmart .install-button #display_apps .btn-path {
background: #000 none repeat scroll 0 0;
border: medium none;
border-radius: 0;
color: #fff;
padding: 3px;
width : 100px;
}
.rw-sentence span{
color: #444;
white-space: nowrap;
font-size: 13px;
font-weight: normal;
}
.rw-words{
display: inline;
text-indent: 10px;
}
.rw-words span{
position: absolute;
opacity: 0;
overflow: hidden;
color: #3A1169;
top: 7px;
font-size: 13px;
}
.rw-words-1 span{
animation: rotateWordsFirst 6s linear infinite 0s;
}
.rw-words span:nth-child(2) {
animation-delay: 3s;
color: #3A1169;
}
.rw-sentence {
margin: 0;
line-height: 20px;
}
.trial-wrapper .install-walmart .install-button div i {
margin: 10px;
margin-left: 70px;
font-size: 8px;
color: #000;
cursor: pointer;
}
@keyframes rotateWordsFirst {
0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
8% { opacity: 1; height: 60px; }
19% { opacity: 1; height: 60px; }
25% { opacity: 0; height: 60px; }
100% { opacity: 0; }
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
.rw-sentence span, .rw-words span, .trial-wrapper #counter-wrapper .trial-inner-wrapper span, .trial-wrapper #counter-wrapper .trial-inner-wrapper span{
font-size: 12px;
}
.rw-sentence{
line-height: 14px;
}
.trial-wrapper {
padding: 5px 10px;
}
}
.btn.btn-primary.reset-filter {
margin-left: 5px;
}
.trial-wrapper .install-walmart .install-button #display_apps {
background-color: #f9f9f9;
box-shadow: 0 11px 9px 0 rgba(0, 0, 0, 0.4);
font-size: 13px;
max-width: 350px;
min-width: 290px;
padding: 5px 10px;
position: absolute;
text-align: center;
top: 38px;
z-index: 9;
}
.action-td {
position: relative;
}
.date-and-time {
margin-top: 6px;
width: 88px;
}
.date-and-time input {
width: 100% !important;
}
.delete_new_promo {
background: #333 none repeat scroll 0 0;
border-radius: 100%;
color: #fff;
margin-left: 5px;
margin-top: 0;
position: absolute;
right: 4px;
text-align: center;
top: 1px;
width: 20px;
}
.delete_new_promo span::after {
content: '\f014';
cursor: pointer;
font-family: fontawesome;
font-size: 13px;
}
.loadingimg-overlay {
background-color: rgba(255, 255, 255, 0.6);
display: table !important;
height: 100%;
left: 0;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 999;
}
.loadingimg-outer {
display: table-cell;
vertical-align: middle;
}
.loadingimg-inner {
/* background: #fff none repeat scroll 0 0;*/
height: 130px;
margin: 0 auto;
padding: 5px;
position: relative;
width: 130px;
}
.loadingimg-inner img {
width: 100%;
}
.loadingimg-inner span {
font-size: 25px;
left: 22%;
position: absolute;
top: 30%;
}
.walmart-table {
max-width: 100%;
width: 100%;
} | 0.358016 | 0.089933 |
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:700');
.Howto{
height: 200px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgb(247, 247, 247);
overflow-y: hidden;
position: relative;
display: flex;
flex-direction: column;
width: 100%;
margin: 0px;
height: 200px;
}
.Howto:first-child {
height: 100%;
}
/* .Howto:nth-child(odd){
width: 25%;
} */
/* .Howto:nth-child(even){
width: 34%;
} */
.information{
z-index: 5;
left: 0;
position: absolute;
width: 60%;
text-align: left;
padding-top: 50px;
background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
color: black;
padding-left: 20px;
padding-bottom: 10px;
height: 100%;
}
.medicinePills{
display: flex;
flex-direction: row;
}
.pill{
margin-right: 10px;
margin-top: 10px;
font-size: 12px;
background-color: #FFAE66;
padding: 5px 10px;
border-radius: 100px;
color: white;
}
.cover {
width: 100%;
height: auto;
z-index: -1;
position: absolute;
}
.list{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.heart-icon{
height: 20px;
}
.title{
font-family: 'Roboto Slab', serif;
font-weight: bold;
font-size: 26px;
}
.secondary-header{
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 10px;
margin-bottom: 10px;
margin-top: 30px;
}
.listofGuides {
height: 200px;
border-radius: 0;
width: 48%;
margin: 10px;
box-shadow: 0px 0px 10px rgb(230, 228, 228);
overflow-y: hidden;
position: relative;
display: flex;
flex-direction: column;
overflow-x: hidden;
cursor: pointer;
}
.listofGuides:first-child{
width: 100%;
height: 300px;
font-size: 20px;
}
.title-like{
display: flex;
flex-direction: row;
justify-content: space-between;
width: 50%;
flex-wrap: wrap;
} | src/css/howto.css | @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:700');
.Howto{
height: 200px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgb(247, 247, 247);
overflow-y: hidden;
position: relative;
display: flex;
flex-direction: column;
width: 100%;
margin: 0px;
height: 200px;
}
.Howto:first-child {
height: 100%;
}
/* .Howto:nth-child(odd){
width: 25%;
} */
/* .Howto:nth-child(even){
width: 34%;
} */
.information{
z-index: 5;
left: 0;
position: absolute;
width: 60%;
text-align: left;
padding-top: 50px;
background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
color: black;
padding-left: 20px;
padding-bottom: 10px;
height: 100%;
}
.medicinePills{
display: flex;
flex-direction: row;
}
.pill{
margin-right: 10px;
margin-top: 10px;
font-size: 12px;
background-color: #FFAE66;
padding: 5px 10px;
border-radius: 100px;
color: white;
}
.cover {
width: 100%;
height: auto;
z-index: -1;
position: absolute;
}
.list{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.heart-icon{
height: 20px;
}
.title{
font-family: 'Roboto Slab', serif;
font-weight: bold;
font-size: 26px;
}
.secondary-header{
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 10px;
margin-bottom: 10px;
margin-top: 30px;
}
.listofGuides {
height: 200px;
border-radius: 0;
width: 48%;
margin: 10px;
box-shadow: 0px 0px 10px rgb(230, 228, 228);
overflow-y: hidden;
position: relative;
display: flex;
flex-direction: column;
overflow-x: hidden;
cursor: pointer;
}
.listofGuides:first-child{
width: 100%;
height: 300px;
font-size: 20px;
}
.title-like{
display: flex;
flex-direction: row;
justify-content: space-between;
width: 50%;
flex-wrap: wrap;
} | 0.441191 | 0.138374 |
@import url(jquery.bxslider.css);
@import url(slicknav.css);
@import url(flag-icon.css);
/*** Fontface ***/
/* @font-face{font-family:Poppins;src:local('Poppins Bold'),local('Poppins-Bold'),url(fonts/Poppins-Bold.woff2) format('woff2');font-weight:700;font-style:normal}
@font-face{font-family:Poppins;src:local('Poppins Regular'),local('Poppins-Regular'),url(fonts/Poppins-Regular.woff2) format('woff2');font-weight:400;font-style:normal}
@font-face{font-family:Aspira;src:local('Aspira'),local('Aspira-Regular'),url(fonts/Aspira-Regular.woff2) format('woff2');font-weight:400;font-style:normal}
@font-face{font-family:'Lobster 1.4';src:local('Lobster 1.4'),local('Lobster1.4'),url(fonts/Lobster14.woff2) format('woff2');font-weight:400;font-style:normal}
@font-face{font-family:Geometria;src:local('Geometria Bold'),local('Geometria-Bold'),url(fonts/Geometria-Bold.woff2) format('woff2');font-weight:700;font-style:normal}
@font-face{font-family:Geometria;src:local('Geometria'),url(fonts/Geometria.woff2) format('woff2');font-weight:400;font-style:normal}
@font-face{font-family:Aspira;src:local('Aspira Italic'),local('Aspira-It'),url(fonts/Aspira-It.woff2) format('woff2');font-weight:400;font-style:italic}
@font-face{font-family:Aspira;src:local('Aspira Bold'),local('Aspira-Bold'),url(fonts/Aspira-Bold.woff2) format('woff2');font-weight:700;font-style:normal} */
body {
/* font-family:'Aspira',sans-serif; */
font-size:16px;
color:#292929;
background:#efefef;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Cabin', sans-serif !important;
}
.flag-wrapper {
width: 100%;
display: inline-block;
position: relative;
overflow: hidden;
margin-top: 2px;
}
.flag-icon-gb,.flag-icon-id {
height: 20px;
width: 26px;
}
a{
color: #a0cd6d;
}
a:hover{
color: #e61719;
}
section.product a, .socmed a{
color: #a0cd6d !important
}
header,content,section,footer{
float: left;
width: 100%;
position: relative;
}
content{
margin-top: 134px;
}
.pages-menu .list-group-item.active{
color: #9dd05a !important;
background-color: #f8f9fa;
border-color: rgba(0,0,0,.125)
}
@keyframes logo {
from {width: 200px;}
to {width: 150px;}
}
.small-logo{
width: 120px;
height: auto;
animation-name: logo;
animation-duration: 0.5s;
margin: 5px 0;
}
.clearer{
float: left;
width: 100%;
margin: 20px 0;
position:relative;
}
.breadcrumb{
background-color: #9ecf616b;
}
.breadcrumb-item a{
color: #e61719;
}
.search-view .media{
margin-bottom: 20px
}
.search-view .media:last-child{
margin-bottom: 0
}
.mainslider .owl-item img{
height: 100%;
}
.text-green{
color: #9dd05a !important;
}
.entry-title{
position: relative;
}
#accordion [data-toggle]{
cursor: pointer;
color: #e61719;
}
section.contact-us .btn{
padding: 0.72rem .75rem;
}
section.product .card{
position: relative;
}
section.product .card .caption-product{
position: absolute;
left: 0;
right: 0;
bottom: 100%;
width: 100%;
overflow: hidden;
transition: .5s ease;
height: 0;
}
section.product .card:hover .caption-product{
height: 100%;
bottom: 0;
}
section.product .card .caption-product .entry-text{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
content.articles .card .title-post a{
display: block;
height: 84px;
overflow: hidden;
}
content.brand .card-body,content.partners .card-body{
padding: 0.3rem;
}
section.product .title-post{
height: 38px;
overflow: hidden;
}
.entry-title::before{
content: '';
width: 70%;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/* border-bottom: solid 12px #ccc; */
}
.entry-title::after{
content: '';
width: 70%;
display: block;
position: absolute;
top: 57%;
left: 50%;
transform: translate(-50%, -50%);
/* border-bottom: solid 3px #ccc; */
}
.entry-title .box{
background: #efefef;
position: relative;
display: inline-block;
padding: 20px;
z-index: 2;
}
.entry-detail-title{
border-bottom: solid thin #ccc;
margin-bottom: 20px;
padding-bottom: 10px;
}
.entry-detail-title h1{
font-weight: bold;
}
.entry-career .media{
border-bottom: dotted thin #ccc;
margin-bottom: 15px;
}
.entry-career .media:last-child{
border-bottom: 0
}
.related-article .media{
border-bottom: dotted thin #ccc;
margin-bottom: 10px
}
.related-article .media:last-child{
border-bottom: 0;
margin-bottom: 0;
}
.location .card{
margin-bottom: 20px;
}
/*** Elements ***/
.relative { position:relative; }
input, textarea, .form-control { border:none; border-radius:0; }
[type=email] { text-transform:uppercase; }
.form-control:focus { border-color:#C6EB99; outline:0; box-shadow:0 0 0 .2rem rgba(198, 235, 153,.25); }
/*** Button ***/
button, .btn { border-radius:0; border:none; margin-bottom:0 !important; line-height:1em; }
.btn-primary { background:#a0cf67; }
.btn-primary:hover,
.btn-primary:active { background:#79AB3C; }
.mapbtn { font-size:12px; border:1px solid #aaa; padding:.3rem .5rem; line-height:1rem; color:#aaa; margin-bottom:1rem; display:inline-block; }
.mapbtn:hover,
.mapbtn:active { text-decoration:none; color:#fff; border-color:#fff; }
.mapbtn.active { background:#fff; color:#222; border-color:#222; }
/*** Header ***/
.header { max-height:64px; background:#fff; position:fixed; top:0; width:100%; z-index:99999; box-shadow:0 0 10px rgba(0,0,0,.2); }
.header-mobile { display:none; }
/*** Main Navigation ***/
.sf-menu { margin:0; padding:0; }
.sf-menu li { display:block; float:left; background:none; border:none; }
.sf-menu li:last-child:after { content:" "; height:1px; width:1px; clear:both; }
.sf-menu li a { font-size:16px; color:#292929; display:block; padding:20px 9px; font-family:'Geometria', sans-serif; border:none; }
.sf-menu li a:hover { text-decoration:none; color:#a9d477; }
.sf-menu li:hover,
.sf-menu li:focus,
.sf-menu li:active,
.sf-menu li.sfHover { background:none; }
.sf-menu li a.active { color:#a9d477; }
.sf-menu li.has-submenu:hover { background:#a9d477; }
.sf-menu li.has-submenu:hover a { color:#fff; }
.sf-menu li.has-submenu:hover a:after { display:none; }
.sf-menu li.has-submenu ul { background:#a9d477; box-shadow:none; }
.sf-menu li.has-submenu ul li { background:none; display:block; text-align:left; }
.sf-menu li.has-submenu ul li a:hover { color:#fff; }
.sf-menu li.has-submenu ul li a:after { display:none; }
li.box-search{
position: absolute!important;
right: 0;
top: 70px;
display: none;
}
.box-search input{
padding: 8px;
}
.box-search .btn{
padding: 10px;
}
/*** Section Block ***/
.main-section { display:block; padding-top:40px; padding-bottom:40px; }
.section-title { font-family:'Lobster 1.4', sans-serif; font-size:3rem; }
.head-title { font-size:3rem; }
.testimony .card .card-body{
height: 512px;
overflow: hidden;
}
.main-hero .mainslider .owl-item{
height: calc(100vh - 64px);
}
/*** Main Hero ***/
.main-hero { background:transparent; display:flex; margin-top:40px; }
.main-hero .mid { width:70%; }
.company-profile { background:#9fce67; min-height:100px; padding: 40px 0}
.partner { background:#fff; }
/*** HALF ***/
.half-wrapper { display:flex; }
.half { width:50%; display:flex; }
.half.half-text { justify-content:flex-end; }
.half.half-text .comp-profile-text { max-width:600px; padding-right:40px; padding-top:30px; }
.half.half-text .comp-profile-text hr { background:#fff; }
/*** Footer ***/
.footer { color:#fff; padding:70px 0 40px 0; position: relative;}
.copyr { margin-top:30px; }
label[for="input_email"] {color: #e61719; }
#input_email { width:250px; text-transform:none; }
.footer [type=submit] { text-transform:uppercase; height:38px; margin:0 10px; }
.socmed-link { font-size:1.2rem; font-weight:bold; display:block; margin-top:20px; }
.socmed-link a { color:#fff; display:inline-block; margin:0 10px; }
.bottom-logo { max-width:250px; display:block; margin-bottom:30px; }
.btn-subscribe{
position: fixed;
right: 0;
bottom: 50%;
transform: translateY(50%);
z-index: 5;
}
#email_subscribe{
border: solid thin #ccc;
}
/*** POSTS ***/
.postx .thumb,
.posty .thumb { height:350px; width:100%; background:#f9f9f9; margin-bottom:1rem; display:block; overflow:hidden; }
.postx .mdate,
.posty .mdate { font-size:.8rem; display:block; margin-bottom:10px; color:#777; }
.postx .title-link,
.posty .title-link { color:#c92c41; text-transform:uppercase; font-size:2rem; }
.postx .title-link:hover,
.posty .title-link:hover { text-decoration:none; color:#7F0011; }
.postx .title { font-size:1.5rem; }
.posty { margin-bottom:25px; }
.posty .thumb { height:200px; margin-bottom:0; }
.posty .title { font-size:1rem; }
.readmore { color:#555; }
.readmore:hover { color:#7F0011; text-decoration:none; }
/*** Pagination ***/
.pagination {}
.pagination .page-item { margin:0 4px; font-size:.8rem; }
.pagination .page-item .page-link { border-radius:0 !important; border:none !important; color:#333; }
.pagination .page-item.active .page-link { background:#a1cc70; color:#fff; }
/*** Slider ***/
.owl-dots { position:absolute; bottom:40px; width:100%; text-align:center; }
.owl-dot > span { height:15px; width:15px; border-radius:100px; border:4px solid #fff; background:#fff; display:block; margin:10px 4px; box-shadow:0 0 2px #2b2b2b; }
.owl-dot.active > span { background:#9fce67; background:#2b2b2b; }
.dot-bottom .owl-dots { position:relative; bottom:0; }
@media all and (max-width: 768px) {
/***********************************/
content{
margin: 0;
}
.header { display:none; position:relative; }
.header-mobile { display:block; border-bottom:1px solid #999; position:relative; background:#fff; }
.mobile-logo{
position: absolute;
left: 0;
top: 12px;
z-index: 9;
}
.header-mobile .mobile-logo img { max-width:140px; padding:10px 20px; display:block; }
.header-mobile .mobile-trigger { font-size:24px; position:absolute; top:15px; right:20px; color:#222; }
.header-mobile .menu { display:none; background:#fff; padding:0 0 25px 0; box-shadow:0 10px 10px rgba(0,0,0,.2); }
.header-mobile .menu.active { display:block; }
.header-mobile .menu li { list-style-type:none; }
.header-mobile .menu li a { padding:10px 20px; display:block; color:#222; border-bottom:1px solid #f2f2f2; text-align:center; }
.header-mobile .menu li a:hover,
.header-mobile .menu li a:active { text-decoration:none; color:#222; background:#f9f9f9; }
.main-hero { margin-top:0; }
/*** Main Section
************************************/
.section-title, .head-title { font-size:2rem; }
/*** Profile
************************************/
.half-wrapper { display:block; }
.half { width:100%; display:block; float:none; }
.half.half-text { justify-content:none; }
.half.half-text .comp-profile-text { width:auto; padding:20px; }
.half.half-text .comp-profile-text hr { background:#fff; }
.half-slider .owl-carousel { height:auto !important; }
/*** Articles
************************************/
.postx,
.posty { margin-bottom:20px; }
.postx .thumb,
.posty .thumb { height:200px; margin-bottom:10px; }
.postx .title-link .title,
.posty .title-link .title { font-size:1.5rem; }
/*** Footer
************************************/
.bottom-logo { max-width:150px; display:block; margin-bottom:30px; }
#input_email { width:100%; display:block; text-transform:none; }
.footer [type=submit] { margin:0; }
/*** Owl Carousel
************************************/
.mainslider .owl-item img{
height: auto;
}
.owl-dots { bottom:10px; }
/***********************************/
} | css_old/style.css | @import url(jquery.bxslider.css);
@import url(slicknav.css);
@import url(flag-icon.css);
/*** Fontface ***/
/* @font-face{font-family:Poppins;src:local('Poppins Bold'),local('Poppins-Bold'),url(fonts/Poppins-Bold.woff2) format('woff2');font-weight:700;font-style:normal}
@font-face{font-family:Poppins;src:local('Poppins Regular'),local('Poppins-Regular'),url(fonts/Poppins-Regular.woff2) format('woff2');font-weight:400;font-style:normal}
@font-face{font-family:Aspira;src:local('Aspira'),local('Aspira-Regular'),url(fonts/Aspira-Regular.woff2) format('woff2');font-weight:400;font-style:normal}
@font-face{font-family:'Lobster 1.4';src:local('Lobster 1.4'),local('Lobster1.4'),url(fonts/Lobster14.woff2) format('woff2');font-weight:400;font-style:normal}
@font-face{font-family:Geometria;src:local('Geometria Bold'),local('Geometria-Bold'),url(fonts/Geometria-Bold.woff2) format('woff2');font-weight:700;font-style:normal}
@font-face{font-family:Geometria;src:local('Geometria'),url(fonts/Geometria.woff2) format('woff2');font-weight:400;font-style:normal}
@font-face{font-family:Aspira;src:local('Aspira Italic'),local('Aspira-It'),url(fonts/Aspira-It.woff2) format('woff2');font-weight:400;font-style:italic}
@font-face{font-family:Aspira;src:local('Aspira Bold'),local('Aspira-Bold'),url(fonts/Aspira-Bold.woff2) format('woff2');font-weight:700;font-style:normal} */
body {
/* font-family:'Aspira',sans-serif; */
font-size:16px;
color:#292929;
background:#efefef;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Cabin', sans-serif !important;
}
.flag-wrapper {
width: 100%;
display: inline-block;
position: relative;
overflow: hidden;
margin-top: 2px;
}
.flag-icon-gb,.flag-icon-id {
height: 20px;
width: 26px;
}
a{
color: #a0cd6d;
}
a:hover{
color: #e61719;
}
section.product a, .socmed a{
color: #a0cd6d !important
}
header,content,section,footer{
float: left;
width: 100%;
position: relative;
}
content{
margin-top: 134px;
}
.pages-menu .list-group-item.active{
color: #9dd05a !important;
background-color: #f8f9fa;
border-color: rgba(0,0,0,.125)
}
@keyframes logo {
from {width: 200px;}
to {width: 150px;}
}
.small-logo{
width: 120px;
height: auto;
animation-name: logo;
animation-duration: 0.5s;
margin: 5px 0;
}
.clearer{
float: left;
width: 100%;
margin: 20px 0;
position:relative;
}
.breadcrumb{
background-color: #9ecf616b;
}
.breadcrumb-item a{
color: #e61719;
}
.search-view .media{
margin-bottom: 20px
}
.search-view .media:last-child{
margin-bottom: 0
}
.mainslider .owl-item img{
height: 100%;
}
.text-green{
color: #9dd05a !important;
}
.entry-title{
position: relative;
}
#accordion [data-toggle]{
cursor: pointer;
color: #e61719;
}
section.contact-us .btn{
padding: 0.72rem .75rem;
}
section.product .card{
position: relative;
}
section.product .card .caption-product{
position: absolute;
left: 0;
right: 0;
bottom: 100%;
width: 100%;
overflow: hidden;
transition: .5s ease;
height: 0;
}
section.product .card:hover .caption-product{
height: 100%;
bottom: 0;
}
section.product .card .caption-product .entry-text{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
content.articles .card .title-post a{
display: block;
height: 84px;
overflow: hidden;
}
content.brand .card-body,content.partners .card-body{
padding: 0.3rem;
}
section.product .title-post{
height: 38px;
overflow: hidden;
}
.entry-title::before{
content: '';
width: 70%;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/* border-bottom: solid 12px #ccc; */
}
.entry-title::after{
content: '';
width: 70%;
display: block;
position: absolute;
top: 57%;
left: 50%;
transform: translate(-50%, -50%);
/* border-bottom: solid 3px #ccc; */
}
.entry-title .box{
background: #efefef;
position: relative;
display: inline-block;
padding: 20px;
z-index: 2;
}
.entry-detail-title{
border-bottom: solid thin #ccc;
margin-bottom: 20px;
padding-bottom: 10px;
}
.entry-detail-title h1{
font-weight: bold;
}
.entry-career .media{
border-bottom: dotted thin #ccc;
margin-bottom: 15px;
}
.entry-career .media:last-child{
border-bottom: 0
}
.related-article .media{
border-bottom: dotted thin #ccc;
margin-bottom: 10px
}
.related-article .media:last-child{
border-bottom: 0;
margin-bottom: 0;
}
.location .card{
margin-bottom: 20px;
}
/*** Elements ***/
.relative { position:relative; }
input, textarea, .form-control { border:none; border-radius:0; }
[type=email] { text-transform:uppercase; }
.form-control:focus { border-color:#C6EB99; outline:0; box-shadow:0 0 0 .2rem rgba(198, 235, 153,.25); }
/*** Button ***/
button, .btn { border-radius:0; border:none; margin-bottom:0 !important; line-height:1em; }
.btn-primary { background:#a0cf67; }
.btn-primary:hover,
.btn-primary:active { background:#79AB3C; }
.mapbtn { font-size:12px; border:1px solid #aaa; padding:.3rem .5rem; line-height:1rem; color:#aaa; margin-bottom:1rem; display:inline-block; }
.mapbtn:hover,
.mapbtn:active { text-decoration:none; color:#fff; border-color:#fff; }
.mapbtn.active { background:#fff; color:#222; border-color:#222; }
/*** Header ***/
.header { max-height:64px; background:#fff; position:fixed; top:0; width:100%; z-index:99999; box-shadow:0 0 10px rgba(0,0,0,.2); }
.header-mobile { display:none; }
/*** Main Navigation ***/
.sf-menu { margin:0; padding:0; }
.sf-menu li { display:block; float:left; background:none; border:none; }
.sf-menu li:last-child:after { content:" "; height:1px; width:1px; clear:both; }
.sf-menu li a { font-size:16px; color:#292929; display:block; padding:20px 9px; font-family:'Geometria', sans-serif; border:none; }
.sf-menu li a:hover { text-decoration:none; color:#a9d477; }
.sf-menu li:hover,
.sf-menu li:focus,
.sf-menu li:active,
.sf-menu li.sfHover { background:none; }
.sf-menu li a.active { color:#a9d477; }
.sf-menu li.has-submenu:hover { background:#a9d477; }
.sf-menu li.has-submenu:hover a { color:#fff; }
.sf-menu li.has-submenu:hover a:after { display:none; }
.sf-menu li.has-submenu ul { background:#a9d477; box-shadow:none; }
.sf-menu li.has-submenu ul li { background:none; display:block; text-align:left; }
.sf-menu li.has-submenu ul li a:hover { color:#fff; }
.sf-menu li.has-submenu ul li a:after { display:none; }
li.box-search{
position: absolute!important;
right: 0;
top: 70px;
display: none;
}
.box-search input{
padding: 8px;
}
.box-search .btn{
padding: 10px;
}
/*** Section Block ***/
.main-section { display:block; padding-top:40px; padding-bottom:40px; }
.section-title { font-family:'Lobster 1.4', sans-serif; font-size:3rem; }
.head-title { font-size:3rem; }
.testimony .card .card-body{
height: 512px;
overflow: hidden;
}
.main-hero .mainslider .owl-item{
height: calc(100vh - 64px);
}
/*** Main Hero ***/
.main-hero { background:transparent; display:flex; margin-top:40px; }
.main-hero .mid { width:70%; }
.company-profile { background:#9fce67; min-height:100px; padding: 40px 0}
.partner { background:#fff; }
/*** HALF ***/
.half-wrapper { display:flex; }
.half { width:50%; display:flex; }
.half.half-text { justify-content:flex-end; }
.half.half-text .comp-profile-text { max-width:600px; padding-right:40px; padding-top:30px; }
.half.half-text .comp-profile-text hr { background:#fff; }
/*** Footer ***/
.footer { color:#fff; padding:70px 0 40px 0; position: relative;}
.copyr { margin-top:30px; }
label[for="input_email"] {color: #e61719; }
#input_email { width:250px; text-transform:none; }
.footer [type=submit] { text-transform:uppercase; height:38px; margin:0 10px; }
.socmed-link { font-size:1.2rem; font-weight:bold; display:block; margin-top:20px; }
.socmed-link a { color:#fff; display:inline-block; margin:0 10px; }
.bottom-logo { max-width:250px; display:block; margin-bottom:30px; }
.btn-subscribe{
position: fixed;
right: 0;
bottom: 50%;
transform: translateY(50%);
z-index: 5;
}
#email_subscribe{
border: solid thin #ccc;
}
/*** POSTS ***/
.postx .thumb,
.posty .thumb { height:350px; width:100%; background:#f9f9f9; margin-bottom:1rem; display:block; overflow:hidden; }
.postx .mdate,
.posty .mdate { font-size:.8rem; display:block; margin-bottom:10px; color:#777; }
.postx .title-link,
.posty .title-link { color:#c92c41; text-transform:uppercase; font-size:2rem; }
.postx .title-link:hover,
.posty .title-link:hover { text-decoration:none; color:#7F0011; }
.postx .title { font-size:1.5rem; }
.posty { margin-bottom:25px; }
.posty .thumb { height:200px; margin-bottom:0; }
.posty .title { font-size:1rem; }
.readmore { color:#555; }
.readmore:hover { color:#7F0011; text-decoration:none; }
/*** Pagination ***/
.pagination {}
.pagination .page-item { margin:0 4px; font-size:.8rem; }
.pagination .page-item .page-link { border-radius:0 !important; border:none !important; color:#333; }
.pagination .page-item.active .page-link { background:#a1cc70; color:#fff; }
/*** Slider ***/
.owl-dots { position:absolute; bottom:40px; width:100%; text-align:center; }
.owl-dot > span { height:15px; width:15px; border-radius:100px; border:4px solid #fff; background:#fff; display:block; margin:10px 4px; box-shadow:0 0 2px #2b2b2b; }
.owl-dot.active > span { background:#9fce67; background:#2b2b2b; }
.dot-bottom .owl-dots { position:relative; bottom:0; }
@media all and (max-width: 768px) {
/***********************************/
content{
margin: 0;
}
.header { display:none; position:relative; }
.header-mobile { display:block; border-bottom:1px solid #999; position:relative; background:#fff; }
.mobile-logo{
position: absolute;
left: 0;
top: 12px;
z-index: 9;
}
.header-mobile .mobile-logo img { max-width:140px; padding:10px 20px; display:block; }
.header-mobile .mobile-trigger { font-size:24px; position:absolute; top:15px; right:20px; color:#222; }
.header-mobile .menu { display:none; background:#fff; padding:0 0 25px 0; box-shadow:0 10px 10px rgba(0,0,0,.2); }
.header-mobile .menu.active { display:block; }
.header-mobile .menu li { list-style-type:none; }
.header-mobile .menu li a { padding:10px 20px; display:block; color:#222; border-bottom:1px solid #f2f2f2; text-align:center; }
.header-mobile .menu li a:hover,
.header-mobile .menu li a:active { text-decoration:none; color:#222; background:#f9f9f9; }
.main-hero { margin-top:0; }
/*** Main Section
************************************/
.section-title, .head-title { font-size:2rem; }
/*** Profile
************************************/
.half-wrapper { display:block; }
.half { width:100%; display:block; float:none; }
.half.half-text { justify-content:none; }
.half.half-text .comp-profile-text { width:auto; padding:20px; }
.half.half-text .comp-profile-text hr { background:#fff; }
.half-slider .owl-carousel { height:auto !important; }
/*** Articles
************************************/
.postx,
.posty { margin-bottom:20px; }
.postx .thumb,
.posty .thumb { height:200px; margin-bottom:10px; }
.postx .title-link .title,
.posty .title-link .title { font-size:1.5rem; }
/*** Footer
************************************/
.bottom-logo { max-width:150px; display:block; margin-bottom:30px; }
#input_email { width:100%; display:block; text-transform:none; }
.footer [type=submit] { margin:0; }
/*** Owl Carousel
************************************/
.mainslider .owl-item img{
height: auto;
}
.owl-dots { bottom:10px; }
/***********************************/
} | 0.38885 | 0.048949 |
.image-circles .images:after {
content: '';
display: block;
clear: both;
}
.image-circles .images > * {
float: left;
width: 45%;
}
/* Features */
.features:after {
content: '';
display: block;
clear: both;
}
.features section {
float: left;
}
/* Spotlights */
.spotlights section:after {
content: '';
display: block;
clear: both;
}
.spotlights section .image {
float: left;
margin-right: 4em;
}
.spotlights section .content {
width: auto;
}
/* Wrapper */
.wrapper.split > .inner:after {
content: '';
display: block;
clear: both;
}
.wrapper.split > .inner > * {
float: left;
margin: 0 !important;
}
.wrapper.split > .inner > :nth-child(2n - 1) {
margin-right: 0;
padding-right: 2em;
}
.wrapper.split > .inner > :nth-child(2n) {
padding-left: 0;
padding-left: 2em;
}
/* Banner */
#banner {
padding: 13.5em 0 7em 0 ;
background-image: url("../../images/banner.jpg");
height: auto;
min-height: 0;
position: relative;
}
#banner:before {
background-color: #303639;
content: '';
display: block;
height: 100%;
left: 0;
opacity: 0.2;
position: absolute;
top: 0;
width: 100%;
}
#banner .inner {
margin: 0 auto;
overflow: hidden;
position: relative;
text-align: center;
z-index: 1;
}
#banner .inner .content {
display: inline-block;
}
#banner .inner .actions {
display: inline-block;
}
/* Footer */
#footer {
background-image: url("../../images/banner.jpg");
position: relative;
}
#footer:before {
background-color: #303639;
content: '';
display: block;
height: 100%;
left: 0;
opacity: 0.2;
position: absolute;
top: 0;
width: 100%;
}
#footer > .inner {
display: block;
position: relative;
z-index: 1;
}
#footer > .inner > * {
width: 100%;
text-align: center !important;
}
/* Main */
#main > header {
background-image: url("../../images/banner.jpg");
position: relative;
}
#main > header:before {
background-color: #303639;
content: '';
display: block;
height: 100%;
left: 0;
opacity: 0.2;
position: absolute;
top: 0;
width: 100%;
}
#main > header > * {
position: relative;
z-index: 1;
} | assets/css/ie9.css |
.image-circles .images:after {
content: '';
display: block;
clear: both;
}
.image-circles .images > * {
float: left;
width: 45%;
}
/* Features */
.features:after {
content: '';
display: block;
clear: both;
}
.features section {
float: left;
}
/* Spotlights */
.spotlights section:after {
content: '';
display: block;
clear: both;
}
.spotlights section .image {
float: left;
margin-right: 4em;
}
.spotlights section .content {
width: auto;
}
/* Wrapper */
.wrapper.split > .inner:after {
content: '';
display: block;
clear: both;
}
.wrapper.split > .inner > * {
float: left;
margin: 0 !important;
}
.wrapper.split > .inner > :nth-child(2n - 1) {
margin-right: 0;
padding-right: 2em;
}
.wrapper.split > .inner > :nth-child(2n) {
padding-left: 0;
padding-left: 2em;
}
/* Banner */
#banner {
padding: 13.5em 0 7em 0 ;
background-image: url("../../images/banner.jpg");
height: auto;
min-height: 0;
position: relative;
}
#banner:before {
background-color: #303639;
content: '';
display: block;
height: 100%;
left: 0;
opacity: 0.2;
position: absolute;
top: 0;
width: 100%;
}
#banner .inner {
margin: 0 auto;
overflow: hidden;
position: relative;
text-align: center;
z-index: 1;
}
#banner .inner .content {
display: inline-block;
}
#banner .inner .actions {
display: inline-block;
}
/* Footer */
#footer {
background-image: url("../../images/banner.jpg");
position: relative;
}
#footer:before {
background-color: #303639;
content: '';
display: block;
height: 100%;
left: 0;
opacity: 0.2;
position: absolute;
top: 0;
width: 100%;
}
#footer > .inner {
display: block;
position: relative;
z-index: 1;
}
#footer > .inner > * {
width: 100%;
text-align: center !important;
}
/* Main */
#main > header {
background-image: url("../../images/banner.jpg");
position: relative;
}
#main > header:before {
background-color: #303639;
content: '';
display: block;
height: 100%;
left: 0;
opacity: 0.2;
position: absolute;
top: 0;
width: 100%;
}
#main > header > * {
position: relative;
z-index: 1;
} | 0.446977 | 0.209369 |
* -------------------------------------------------------------------------------
* ( 01 ) - General Basics
* -------------------------------------------------------------------------------
*
* This part contains the general settings that you can change like general
* font-family, color, headings settings, paragraphs, .. etc.
*
* ------
*
* General Basics divided to the following sections:
*
* |
* |--> [ 1 ] - Small Reset
* |--> [ 2 ] - Body
* |--> [ 3 ] - General Links
* |--> [ 4 ] - Headings
* |--> [ 5 ] - Paragraphs
* |--> [ 6 ] - Strong
* |--> [ 7 ] - Texts Highlighting Selection
*
*/
/**
* [ 1 ] - Small Reset
* ~~~~~~~~~~~~~~~~~~~~~
*/
body, ul, ol, h1,h3,h3,h4,h5,h6,form,li,p,input,select,legend,textarea,fieldset{ margin:0; padding:0;}
/**
* [ 2 ] - Body
* ~~~~~~~~~~~~~~
*/
body {
width: 100%;
position: relative;
font-size: 14px;
font-family: SimHei,'微软雅黑', sans-serif;
line-height: 24px;
background: #fff;
color: #777;
}
#full-container {
display: block;
position: relative;
right: 0;
max-width: 100%;
overflow: hidden;
-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
/**
* [ 3 ] - General Links
* ~~~~~~~~~~~~~~~~~~~~~~~
*/
a, a img {
outline: none !important;
border: none;
}
a {
text-decoration: none;
color: #f17663;
-webkit-transition: color 0.2s, background 0.2s ,border-color 0.2s, border-width 0.2s, padding 0.2s;
transition: color 0.2s, background 0.2s ,border-color 0.2s, border-width 0.2s, padding 0.2s;
}
a:hover {
text-decoration: none;
color: #222;
}
a:focus {
color: #f17663;
text-decoration: none;
}
p a {
border-bottom: 1px dotted transparent;
}
p a:hover {
text-decoration: none;
border-bottom: 1px dotted #222;
}
/**
* [ 4 ] - Headings
* ~~~~~~~~~~~~~~~~~~
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: SimHei,'微软雅黑', sans-serif;
color: #222;
font-weight: 700;
letter-spacing: .1px;
display: block;
margin: 0;
width: 100%;
}
h1 {
font-size: 38px;
line-height: 106%;
padding-bottom: 25px;
}
h2 {
font-size: 32px;
line-height: 106%;
padding-bottom: 25px;
}
h3 {
font-size: 26px;
line-height: 108%;
padding-bottom: 23px;
}
h4 {
font-size: 21px;
line-height: 110%;
padding-bottom: 20px;
}
h5 {
font-size: 18px;
line-height: 110%;
padding-bottom: 22px;
}
h6 {
font-size: 15px;
line-height: 110%;
padding-bottom: 22px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
text-decoration: none;
color: #222;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: #f17663;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
font-weight: 700;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
font-size: 60%;
color: #777;
line-height: 0;
}
/* Subheaders */
.subheader {
font-weight: 300;
display: block;
color: #888;
margin-bottom: 0;
margin-top: -15px;
padding-bottom: 60px; /* 25px */
}
h5.subheader,
h6.subheader {
font-weight: 400;
}
/* Light Headings */
.light-heading {
}
h1.light-heading {
font-size: 44px;
}
h2.light-heading {
font-size: 38px;
}
h3.light-heading {
font-size: 33px;
}
h4.light-heading {
font-size: 28px;
}
h5.light-heading {
font-size: 23px;
}
h6.light-heading {
font-size: 18px;
}
h1.light-heading,
h2.light-heading,
h3.light-heading {
font-weight: 500;
padding-bottom: 40px;
}
h4.light-heading,
h5.light-heading,
h6.light-heading {
font-weight: 500;
padding-bottom: 30px;
}
.light-heading + p {
margin-top: -15px;
}
.light-heading.subheader + p {
margin-top: 0;
}
/* Light Heading Subheader */
.light-heading.subheader {
color: #888;
}
h1.light-heading.subheader,
h2.light-heading.subheader,
h3.light-heading.subheader,
h4.light-heading.subheader {
font-weight: 200;
padding-bottom: 30px;
}
h5.light-heading.subheader,
h6.light-heading.subheader {
font-weight: 300;
padding-bottom: 25px;
}
h1.light-heading + .light-heading.subheader,
h2.light-heading + .light-heading.subheader,
h3.light-heading + .light-heading.subheader {
margin-top: -27px;
}
h4.light-heading + .light-heading.subheader,
h5.light-heading + .light-heading.subheader,
h6.light-heading + .light-heading.subheader {
margin-top: -15px;
}
/**
* [ 5 ] - Paragraphs
* ~~~~~~~~~~~~~~~~~~~~
*/
p {
padding-bottom: 10px;
}
/* Paragraphs Justify */
p.paragraph-justify {
text-align: justify;
}
/**
* [ 6 ] - Strong
* ~~~~~~~~~~~~~~~~
*/
strong {
color: #222;
font-weight: 600;
}
/**
* [ 7 ] - Texts Highlighting Selection
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
::-moz-selection{
background: #ddd;
color: #000;
}
::selection {
background: #ddd;
color: #000;
}
/**
* -------------------------------------------------------------------------------
* ( 02 ) - Other Miscellaneous
* -------------------------------------------------------------------------------
*
* This part contains the website loading element and the content options
* like text alignment, element alignment, readmore link .. etc.
*
* ------
*
* Others Miscellaneous divided to the following sections:
*
* |
* |--> [ 1 ] - Website Loading
* |--> [ 2 ] - Element Alignment
* |--> [ 3 ] - Text Alignment
* |--> [ 4 ] - Padding
* |--> [ 5 ] - Margin
* |--> [ 6 ] - Read More Link
* |--> [ 7 ] - Text Colored
* |--> [ 8 ] - Clear
*
*/
/**
* [ 1 ] - Website Loading
* ~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#website-loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 9999999999;
text-align: center;
display: block;
}
.loading-effect{
position: absolute;
bottom: 50%;
width: 100%;
text-align: center;
margin-bottom: -30px;
}
.loading-title {
font-size: 14px;
margin-top: 5px;
display: block;
letter-spacing: 2px;
text-transform: uppercase;
}
/*!
* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
* Copyright 2015 <NAME> <@DanielCardoso>
* Licensed under MIT
*/
.la-ball-fall {
color: #f17663 !important;
/*margin: auto;*/
display: inline-block !important;
}
.la-ball-fall,
.la-ball-fall > div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.la-ball-fall {
display: block;
font-size: 0;
color: #fff;
}
.la-ball-fall.la-dark {
color: #333;
}
.la-ball-fall > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor;
}
.la-ball-fall {
width: 54px;
height: 18px;
}
.la-ball-fall > div {
width: 10px;
height: 10px;
margin: 4px;
border-radius: 100%;
opacity: 0;
-webkit-animation: ball-fall 1s ease-in-out infinite;
animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
-webkit-animation-delay: -200ms;
animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
-webkit-animation-delay: -100ms;
animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
-webkit-animation-delay: 0ms;
animation-delay: 0ms;
}
.la-ball-fall.la-sm {
width: 26px;
height: 8px;
}
.la-ball-fall.la-sm > div {
width: 4px;
height: 4px;
margin: 2px;
}
.la-ball-fall.la-2x {
width: 108px;
height: 36px;
}
.la-ball-fall.la-2x > div {
width: 20px;
height: 20px;
margin: 8px;
}
.la-ball-fall.la-3x {
width: 162px;
height: 54px;
}
.la-ball-fall.la-3x > div {
width: 30px;
height: 30px;
margin: 12px;
}
/*
* Animation
*/
@-webkit-keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
-ms-transform: translateY(-145%);
transform: translateY(-145%);
}
10% {
opacity: .5;
}
20% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
80% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
90% {
opacity: .5;
}
100% {
opacity: 0;
-webkit-transform: translateY(145%);
-ms-transform: translateY(145%);
transform: translateY(145%);
}
}
@keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
-ms-transform: translateY(-145%);
transform: translateY(-145%);
}
10% {
opacity: .5;
}
20% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
80% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
90% {
opacity: .5;
}
100% {
opacity: 0;
-webkit-transform: translateY(145%);
-ms-transform: translateY(145%);
transform: translateY(145%);
}
}
/**
* [ 2 ] - Element Alignment
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.align-left {
float: left;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
}
.align-right {
float: right;
margin-left: 10px;
margin-bottom: 10px;
display: inline-block;
}
div.align-left, div.align-right {
margin-bottom: 10px;
margin-top: 5px;
}
/**
* [ 3 ] - Text Alignment
* ~~~~~~~~~~~~~~~~~~~~~~~~
*/
.text-center {
text-align: center;
}
.text-align-left {
text-align: left;
}
.text-align-right {
text-align: right;
}
/**
* [ 4 ] - Padding
* ~~~~~~~~~~~~~~~~~
*/
/* Top Padding */
.padding-top-10px { padding-top: 10px; }
.padding-top-20px { padding-top: 20px; }
.padding-top-30px { padding-top: 30px; }
.padding-top-40px { padding-top: 40px; }
.padding-top-50px { padding-top: 50px; }
.padding-top-60px { padding-top: 60px; }
.padding-top-70px { padding-top: 70px; }
.padding-top-80px { padding-top: 80px; }
.padding-top-90px { padding-top: 90px; }
.padding-top-100px { padding-top: 100px; }
.padding-top-110px { padding-top: 110px; }
.padding-top-120px { padding-top: 120px; }
.padding-top-130px { padding-top: 130px; }
.padding-top-140px { padding-top: 140px; }
/* Bottom Padding */
.padding-bottom-10px { padding-bottom: 10px; }
.padding-bottom-20px { padding-bottom: 20px; }
.padding-bottom-30px { padding-bottom: 30px; }
.padding-bottom-40px { padding-bottom: 40px; }
.padding-bottom-50px { padding-bottom: 50px; }
.padding-bottom-60px { padding-bottom: 60px; }
.padding-bottom-70px { padding-bottom: 70px; }
.padding-bottom-80px { padding-bottom: 80px; }
.padding-bottom-90px { padding-bottom: 90px; }
.padding-bottom-100px { padding-bottom: 100px; }
.padding-bottom-110px { padding-bottom: 110px; }
.padding-bottom-120px { padding-bottom: 120px; }
.padding-bottom-130px { padding-bottom: 130px; }
.padding-bottom-140px { padding-bottom: 140px; }
/* Left Padding */
.padding-left-10px { padding-left: 10px; }
.padding-left-20px { padding-left: 20px; }
.padding-left-30px { padding-left: 30px; }
.padding-left-40px { padding-left: 40px; }
.padding-left-50px { padding-left: 50px; }
.padding-left-60px { padding-left: 60px; }
.padding-left-70px { padding-left: 70px; }
.padding-left-80px { padding-left: 80px; }
.padding-left-90px { padding-left: 90px; }
.padding-left-100px { padding-left: 100px; }
.padding-left-110px { padding-left: 110px; }
.padding-left-120px { padding-left: 120px; }
.padding-left-130px { padding-left: 130px; }
.padding-left-140px { padding-left: 140px; }
/* Right Padding */
.padding-right-10px { padding-right: 10px; }
.padding-right-20px { padding-right: 20px; }
.padding-right-30px { padding-right: 30px; }
.padding-right-40px { padding-right: 40px; }
.padding-right-50px { padding-right: 50px; }
.padding-right-60px { padding-right: 60px; }
.padding-right-70px { padding-right: 70px; }
.padding-right-80px { padding-right: 80px; }
.padding-right-90px { padding-right: 90px; }
.padding-right-100px { padding-right: 100px; }
.padding-right-110px { padding-right: 110px; }
.padding-right-120px { padding-right: 120px; }
.padding-right-130px { padding-right: 130px; }
.padding-right-140px { padding-right: 140px; }
/* Top Bottom Padding */
.padding-top-bottom-10px { padding: 10px 0; }
.padding-top-bottom-20px { padding: 20px 0; }
.padding-top-bottom-30px { padding: 30px 0; }
.padding-top-bottom-40px { padding: 40px 0; }
.padding-top-bottom-50px { padding: 50px 0; }
.padding-top-bottom-60px { padding: 60px 0; }
.padding-top-bottom-70px { padding: 70px 0; }
.padding-top-bottom-80px { padding: 80px 0; }
.padding-top-bottom-90px { padding: 90px 0; }
.padding-top-bottom-100px { padding: 100px 0; }
.padding-top-bottom-110px { padding: 110px 0; }
.padding-top-bottom-120px { padding: 120px 0; }
.padding-top-bottom-130px { padding: 130px 0; }
.padding-top-bottom-140px { padding: 140px 0; }
/* Left Right Padding */
.padding-left-right-10px { padding: 0 10px; }
.padding-left-right-20px { padding: 0 20px; }
.padding-left-right-30px { padding: 0 30px; }
.padding-left-right-40px { padding: 0 40px; }
.padding-left-right-50px { padding: 0 50px; }
.padding-left-right-60px { padding: 0 60px; }
.padding-left-right-70px { padding: 0 70px; }
.padding-left-right-80px { padding: 0 80px; }
.padding-left-right-90px { padding: 0 90px; }
.padding-left-right-100px { padding: 0 100px; }
.padding-left-right-110px { padding: 0 110px; }
.padding-left-right-120px { padding: 0 120px; }
.padding-left-right-130px { padding: 0 130px; }
.padding-left-right-140px { padding: 0 140px; }
/* Responsive Padding [ That added for small devices < 992px ] */
@media (max-width: 992px) {
/* Responsive Top Padding */
.resp-padding-top-10px { padding-top: 10px; }
.resp-padding-top-20px { padding-top: 20px; }
.resp-padding-top-30px { padding-top: 30px; }
.resp-padding-top-40px { padding-top: 40px; }
.resp-padding-top-50px { padding-top: 50px; }
.resp-padding-top-60px { padding-top: 60px; }
.resp-padding-top-70px { padding-top: 70px; }
.resp-padding-top-80px { padding-top: 80px; }
.resp-padding-top-90px { padding-top: 90px; }
.resp-padding-top-100px { padding-top: 100px; }
.resp-padding-top-110px { padding-top: 110px; }
.resp-padding-top-120px { padding-top: 120px; }
.resp-padding-top-130px { padding-top: 130px; }
.resp-padding-top-140px { padding-top: 140px; }
/* Responsive Bottom Padding */
.resp-padding-bottom-10px { padding-bottom: 10px; }
.resp-padding-bottom-20px { padding-bottom: 20px; }
.resp-padding-bottom-30px { padding-bottom: 30px; }
.resp-padding-bottom-40px { padding-bottom: 40px; }
.resp-padding-bottom-50px { padding-bottom: 50px; }
.resp-padding-bottom-60px { padding-bottom: 60px; }
.resp-padding-bottom-70px { padding-bottom: 70px; }
.resp-padding-bottom-80px { padding-bottom: 80px; }
.resp-padding-bottom-90px { padding-bottom: 90px; }
.resp-padding-bottom-100px { padding-bottom: 100px; }
.resp-padding-bottom-110px { padding-bottom: 110px; }
.resp-padding-bottom-120px { padding-bottom: 120px; }
.resp-padding-bottom-130px { padding-bottom: 130px; }
.resp-padding-bottom-140px { padding-bottom: 140px; }
/* Responsive Left Padding */
.resp-padding-left-10px { padding-left: 10px; }
.resp-padding-left-20px { padding-left: 20px; }
.resp-padding-left-30px { padding-left: 30px; }
.resp-padding-left-40px { padding-left: 40px; }
.resp-padding-left-50px { padding-left: 50px; }
.resp-padding-left-60px { padding-left: 60px; }
.resp-padding-left-70px { padding-left: 70px; }
.resp-padding-left-80px { padding-left: 80px; }
.resp-padding-left-90px { padding-left: 90px; }
.resp-padding-left-100px { padding-left: 100px; }
.resp-padding-left-110px { padding-left: 110px; }
.resp-padding-left-120px { padding-left: 120px; }
.resp-padding-left-130px { padding-left: 130px; }
.resp-padding-left-140px { padding-left: 140px; }
/* Responsive Right Padding */
.resp-padding-right-10px { padding-right: 10px; }
.resp-padding-right-20px { padding-right: 20px; }
.resp-padding-right-30px { padding-right: 30px; }
.resp-padding-right-40px { padding-right: 40px; }
.resp-padding-right-50px { padding-right: 50px; }
.resp-padding-right-60px { padding-right: 60px; }
.resp-padding-right-70px { padding-right: 70px; }
.resp-padding-right-80px { padding-right: 80px; }
.resp-padding-right-90px { padding-right: 90px; }
.resp-padding-right-100px { padding-right: 100px; }
.resp-padding-right-110px { padding-right: 110px; }
.resp-padding-right-120px { padding-right: 120px; }
.resp-padding-right-130px { padding-right: 130px; }
.resp-padding-right-140px { padding-right: 140px; }
/* Responsive Top Bottom Padding */
.resp-padding-top-bottom-10px { padding: 10px 0; }
.resp-padding-top-bottom-20px { padding: 20px 0; }
.resp-padding-top-bottom-30px { padding: 30px 0; }
.resp-padding-top-bottom-40px { padding: 40px 0; }
.resp-padding-top-bottom-50px { padding: 50px 0; }
.resp-padding-top-bottom-60px { padding: 60px 0; }
.resp-padding-top-bottom-70px { padding: 70px 0; }
.resp-padding-top-bottom-80px { padding: 80px 0; }
.resp-padding-top-bottom-90px { padding: 90px 0; }
.resp-padding-top-bottom-100px { padding: 100px 0; }
.resp-padding-top-bottom-110px { padding: 110px 0; }
.resp-padding-top-bottom-120px { padding: 120px 0; }
.resp-padding-top-bottom-130px { padding: 130px 0; }
.resp-padding-top-bottom-140px { padding: 140px 0; }
/* Responsive Left Right Padding */
.resp-padding-left-right-10px { padding: 0 10px; }
.resp-padding-left-right-20px { padding: 0 20px; }
.resp-padding-left-right-30px { padding: 0 30px; }
.resp-padding-left-right-40px { padding: 0 40px; }
.resp-padding-left-right-50px { padding: 0 50px; }
.resp-padding-left-right-60px { padding: 0 60px; }
.resp-padding-left-right-70px { padding: 0 70px; }
.resp-padding-left-right-80px { padding: 0 80px; }
.resp-padding-left-right-90px { padding: 0 90px; }
.resp-padding-left-right-100px { padding: 0 100px; }
.resp-padding-left-right-110px { padding: 0 110px; }
.resp-padding-left-right-120px { padding: 0 120px; }
.resp-padding-left-right-130px { padding: 0 130px; }
.resp-padding-left-right-140px { padding: 0 140px; }
}
/**
* [ 5 ] - Margin
* ~~~~~~~~~~~~~~~~
*/
/* Top Margin */
.margin-top-10px { margin-top: 10px; }
.margin-top-20px { margin-top: 20px; }
.margin-top-30px { margin-top: 30px; }
.margin-top-40px { margin-top: 40px; }
.margin-top-50px { margin-top: 50px; }
.margin-top-60px { margin-top: 60px; }
.margin-top-70px { margin-top: 70px; }
.margin-top-80px { margin-top: 80px; }
.margin-top-90px { margin-top: 90px; }
.margin-top-100px { margin-top: 100px; }
.margin-top-110px { margin-top: 110px; }
.margin-top-120px { margin-top: 120px; }
.margin-top-130px { margin-top: 130px; }
.margin-top-140px { margin-top: 140px; }
/* Bottom Margin */
.margin-bottom-10px { margin-bottom: 10px; }
.margin-bottom-20px { margin-bottom: 20px; }
.margin-bottom-30px { margin-bottom: 30px; }
.margin-bottom-40px { margin-bottom: 40px; }
.margin-bottom-50px { margin-bottom: 50px; }
.margin-bottom-60px { margin-bottom: 60px; }
.margin-bottom-70px { margin-bottom: 70px; }
.margin-bottom-80px { margin-bottom: 80px; }
.margin-bottom-90px { margin-bottom: 90px; }
.margin-bottom-100px { margin-bottom: 100px; }
.margin-bottom-110px { margin-bottom: 110px; }
.margin-bottom-120px { margin-bottom: 120px; }
.margin-bottom-130px { margin-bottom: 130px; }
.margin-bottom-140px { margin-bottom: 140px; }
/* Left Margin */
.margin-left-10px { margin-left: 10px; }
.margin-left-20px { margin-left: 20px; }
.margin-left-30px { margin-left: 30px; }
.margin-left-40px { margin-left: 40px; }
.margin-left-50px { margin-left: 50px; }
.margin-left-60px { margin-left: 60px; }
.margin-left-70px { margin-left: 70px; }
.margin-left-80px { margin-left: 80px; }
.margin-left-90px { margin-left: 90px; }
.margin-left-100px { margin-left: 100px; }
.margin-left-110px { margin-left: 110px; }
.margin-left-120px { margin-left: 120px; }
.margin-left-130px { margin-left: 130px; }
.margin-left-140px { margin-left: 140px; }
/* Right Margin */
.margin-right-10px { margin-right: 10px; }
.margin-right-20px { margin-right: 20px; }
.margin-right-30px { margin-right: 30px; }
.margin-right-40px { margin-right: 40px; }
.margin-right-50px { margin-right: 50px; }
.margin-right-60px { margin-right: 60px; }
.margin-right-70px { margin-right: 70px; }
.margin-right-80px { margin-right: 80px; }
.margin-right-90px { margin-right: 90px; }
.margin-right-100px { margin-right: 100px; }
.margin-right-110px { margin-right: 110px; }
.margin-right-120px { margin-right: 120px; }
.margin-right-130px { margin-right: 130px; }
.margin-right-140px { margin-right: 140px; }
/* Top Bottom Margin */
.margin-top-bottom-10px { margin: 10px 0; }
.margin-top-bottom-20px { margin: 20px 0; }
.margin-top-bottom-30px { margin: 30px 0; }
.margin-top-bottom-40px { margin: 40px 0; }
.margin-top-bottom-50px { margin: 50px 0; }
.margin-top-bottom-60px { margin: 60px 0; }
.margin-top-bottom-70px { margin: 70px 0; }
.margin-top-bottom-80px { margin: 80px 0; }
.margin-top-bottom-90px { margin: 90px 0; }
.margin-top-bottom-100px { margin: 100px 0; }
.margin-top-bottom-110px { margin: 110px 0; }
.margin-top-bottom-120px { margin: 120px 0; }
.margin-top-bottom-130px { margin: 130px 0; }
.margin-top-bottom-140px { margin: 140px 0; }
/* Left Right Margin */
.margin-left-right-10px { margin: 0 10px; }
.margin-left-right-20px { margin: 0 20px; }
.margin-left-right-30px { margin: 0 30px; }
.margin-left-right-40px { margin: 0 40px; }
.margin-left-right-50px { margin: 0 50px; }
.margin-left-right-60px { margin: 0 60px; }
.margin-left-right-70px { margin: 0 70px; }
.margin-left-right-80px { margin: 0 80px; }
.margin-left-right-90px { margin: 0 90px; }
.margin-left-right-100px { margin: 0 100px; }
.margin-left-right-110px { margin: 0 110px; }
.margin-left-right-120px { margin: 0 120px; }
.margin-left-right-130px { margin: 0 130px; }
.margin-left-right-140px { margin: 0 140px; }
/* Responsive Margin [ That added for small devices < 992px ] */
@media (max-width: 992px) {
/* Responsive Top Margin */
.resp-margin-top-10px { margin-top: 10px; }
.resp-margin-top-20px { margin-top: 20px; }
.resp-margin-top-30px { margin-top: 30px; }
.resp-margin-top-40px { margin-top: 40px; }
.resp-margin-top-50px { margin-top: 50px; }
.resp-margin-top-60px { margin-top: 60px; }
.resp-margin-top-70px { margin-top: 70px; }
.resp-margin-top-80px { margin-top: 80px; }
.resp-margin-top-90px { margin-top: 90px; }
.resp-margin-top-100px { margin-top: 100px; }
.resp-margin-top-110px { margin-top: 110px; }
.resp-margin-top-120px { margin-top: 120px; }
.resp-margin-top-130px { margin-top: 130px; }
.resp-margin-top-140px { margin-top: 140px; }
/* Responsive Bottom Margin */
.resp-margin-bottom-10px { margin-bottom: 10px; }
.resp-margin-bottom-20px { margin-bottom: 20px; }
.resp-margin-bottom-30px { margin-bottom: 30px; }
.resp-margin-bottom-40px { margin-bottom: 40px; }
.resp-margin-bottom-50px { margin-bottom: 50px; }
.resp-margin-bottom-60px { margin-bottom: 60px; }
.resp-margin-bottom-70px { margin-bottom: 70px; }
.resp-margin-bottom-80px { margin-bottom: 80px; }
.resp-margin-bottom-90px { margin-bottom: 90px; }
.resp-margin-bottom-100px { margin-bottom: 100px; }
.resp-margin-bottom-110px { margin-bottom: 110px; }
.resp-margin-bottom-120px { margin-bottom: 120px; }
.resp-margin-bottom-130px { margin-bottom: 130px; }
.resp-margin-bottom-140px { margin-bottom: 140px; }
/* Responsive Left Margin */
.resp-margin-left-10px { margin-left: 10px; }
.resp-margin-left-20px { margin-left: 20px; }
.resp-margin-left-30px { margin-left: 30px; }
.resp-margin-left-40px { margin-left: 40px; }
.resp-margin-left-50px { margin-left: 50px; }
.resp-margin-left-60px { margin-left: 60px; }
.resp-margin-left-70px { margin-left: 70px; }
.resp-margin-left-80px { margin-left: 80px; }
.resp-margin-left-90px { margin-left: 90px; }
.resp-margin-left-100px { margin-left: 100px; }
.resp-margin-left-110px { margin-left: 110px; }
.resp-margin-left-120px { margin-left: 120px; }
.resp-margin-left-130px { margin-left: 130px; }
.resp-margin-left-140px { margin-left: 140px; }
/* Responsive Right Margin */
.resp-margin-right-10px { margin-right: 10px; }
.resp-margin-right-20px { margin-right: 20px; }
.resp-margin-right-30px { margin-right: 30px; }
.resp-margin-right-40px { margin-right: 40px; }
.resp-margin-right-50px { margin-right: 50px; }
.resp-margin-right-60px { margin-right: 60px; }
.resp-margin-right-70px { margin-right: 70px; }
.resp-margin-right-80px { margin-right: 80px; }
.resp-margin-right-90px { margin-right: 90px; }
.resp-margin-right-100px { margin-right: 100px; }
.resp-margin-right-110px { margin-right: 110px; }
.resp-margin-right-120px { margin-right: 120px; }
.resp-margin-right-130px { margin-right: 130px; }
.resp-margin-right-140px { margin-right: 140px; }
/* Responsive Top Bottom Margin */
.resp-margin-top-bottom-10px { margin: 10px 0; }
.resp-margin-top-bottom-20px { margin: 20px 0; }
.resp-margin-top-bottom-30px { margin: 30px 0; }
.resp-margin-top-bottom-40px { margin: 40px 0; }
.resp-margin-top-bottom-50px { margin: 50px 0; }
.resp-margin-top-bottom-60px { margin: 60px 0; }
.resp-margin-top-bottom-70px { margin: 70px 0; }
.resp-margin-top-bottom-80px { margin: 80px 0; }
.resp-margin-top-bottom-90px { margin: 90px 0; }
.resp-margin-top-bottom-100px { margin: 100px 0; }
.resp-margin-top-bottom-110px { margin: 110px 0; }
.resp-margin-top-bottom-120px { margin: 120px 0; }
.resp-margin-top-bottom-130px { margin: 130px 0; }
.resp-margin-top-bottom-140px { margin: 140px 0; }
/* Responsive Left Right Margin */
.resp-margin-left-right-10px { margin: 0 10px; }
.resp-margin-left-right-20px { margin: 0 20px; }
.resp-margin-left-right-30px { margin: 0 30px; }
.resp-margin-left-right-40px { margin: 0 40px; }
.resp-margin-left-right-50px { margin: 0 50px; }
.resp-margin-left-right-60px { margin: 0 60px; }
.resp-margin-left-right-70px { margin: 0 70px; }
.resp-margin-left-right-80px { margin: 0 80px; }
.resp-margin-left-right-90px { margin: 0 90px; }
.resp-margin-left-right-100px { margin: 0 100px; }
.resp-margin-left-right-110px { margin: 0 110px; }
.resp-margin-left-right-120px { margin: 0 120px; }
.resp-margin-left-right-130px { margin: 0 130px; }
.resp-margin-left-right-140px { margin: 0 140px; }
}
/**
* [ 6 ] - Read More Link
* ~~~~~~~~~~~~~~~~~~~~~~~~
*/
a.readmore-link {
text-decoration: none;
display: inline-block;
color: #222;
position: relative;
z-index: 5;
font-weight: bold;
}
a.readmore-link.align-left, a.readmore-link.align-right {
margin-bottom: 0;
}
a.readmore-link:hover {
text-decoration: none;
color: #f17663;
}
/**
* [ 7 ] - Text Colored
* ~~~~~~~~~~~~~~~~~~~~~~
*/
.colored {
color: #f17663;
}
/**
* [ 8 ] - Clear
* ~~~~~~~~~~~~~~~
*/
.clear {
clear: both;
display: block;
height: 1px;
margin-bottom: -1px;
width: 100%;
}
/**
* -------------------------------------------------------------------------------
* ( 03 ) - Form Settings
* -------------------------------------------------------------------------------
*
* This part contains the general website forms settings and the header
* form settings.
*
* ------
*
* Form Settings divided to the following sections:
*
* |
* |--> [ 1 ] - General Forms Settings
* |--> [ 2 ] - Header Form
*
*/
/**
* [ 1 ] - General Forms Settings
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
form {
position: relative;
}
input,
label,
textarea {
font-size: 15px;
line-height: 22px;
border-radius: 4px;
color: #222;
outline: none;
transition: all 0.2s ease;
}
abbr {
cursor: help;
}
input,
textarea {
border: none;
background: #fff;
padding: 12px 15px;
width: 270px;
box-shadow: 0 2px 3px #ddd inset;
}
input:focus,
textarea:focus {
}
textarea {
height: 200px;
}
label {
vertical-align: top;
margin-bottom: 0;
display: inline;
color: #aaa;
}
input.submit {
cursor: pointer;
display: inline-block;
padding: 12px 17px;
font-size: 16px;
font-weight: bold;
font-family: SimHei,'微软雅黑', sans-serif;
width: auto;
position: relative;
top: -1px;
margin-left: 5px;
border: none;
color: #fff;
background: #f17663;
box-shadow: none;
}
input.submit:hover {
background: #eb6455;
}
/* error state */
label.error {
background: #ff3333;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.1px;
line-height: 20px;
margin-top: 6px;
padding: 1px 8px;
position: relative;
}
form input.error,
form textarea.error {
background: #fff;
border: 3px solid #ff3333;
transition: border-color 0s;
margin-bottom: -15px;
}
/**
* [ 2 ] - Header Form
* ~~~~~~~~~~~~~~~~~~~~~
*/
#header-form {
display: block;
padding: 30px;
text-align: left;
background: rgba(255, 255, 255, 0.05);
border-radius: 10px;
border: 2px solid rgba(255, 255, 255, 0.12);
}
#header-form .form-icon {
width: 80px;
height: 80px;
line-height: 80px;
font-size: 35px;
display: block;
text-align: center;
border-radius: 100%;
color: #fff;
background: #f17663;
margin: -76px auto 25px;
}
#header-form h3 {
color: #fff;
display: block;
text-align: center;
padding-bottom: 5px;
}
#header-form span {
font-size: 14px;
color: #999;
padding-bottom: 20px;
display: block;
text-align: center;
}
#header-form .single-input-line {
display: block;
width: 100%;
margin-bottom: 15px;
position: relative;
}
#header-form .single-input-line:last-child {
margin-bottom: 0;
}
#header-form .single-input-line input[type=text],
#header-form .single-input-line textarea {
width: 100%;
text-indent: 30px;
box-shadow: none;
}
#header-form .single-input-line textarea {
height: 290px;
}
#header-form .single-input-line i {
position: absolute;
top: 14px;
left: 14px;
font-size: 18px;
color: #222;
}
/* Submit Message */
#submit-message {
position: fixed;
bottom: 30px;
left: 30px;
padding: 7px 50px 0 110px;
background: #222;
text-align: left;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.hidden-form {
opacity: 0;
}
.appearing-delay {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
#submit-message .close-icon:before {
content: "×";
font-size: 25px;
color: #fff;
cursor: pointer;
position: absolute;
right: 20px;
top: 13px;
}
.submit-message-content {
display: block;
}
.error-icon:before, .success-icon:before {
width: 60px;
height: 60px;
line-height: 52px;
border: 3px solid;
border-radius: 50%;
color: #fff;
font-size: 25px;
text-align: center;
position: absolute;
left: 30px;
}
.error-icon:before {
border-color: #ff3333;
}
.success-icon:before {
border-color: #3aae39;
}
.submit-message-content h5 {
font-size: 18px;
color: #ddd;
padding-bottom: 0;
}
.submit-message-content p {
padding: 0;
font-style: normal !important;
font-size: 13px !important;
font-family: SimHei,'微软雅黑', sans-serif;
color: #999 !important;
}
/**
* -------------------------------------------------------------------------------
* ( 04 ) - Header
* -------------------------------------------------------------------------------
*
* This part contains the general header settings, header top content settings
* header featured content, slider and header go bottom icon
*
* ------
*
* Header divided to the following sections:
*
* |
* |--> [ 1 ] - Header Settings
* |--> [ 2 ] - Header Top Content
* |--> [ 3 ] - Header Featured Content
* |--> [ 4 ] - Slider
* |--> [ 5 ] - Header Go Bottom
*
*/
/**
* [ 1 ] - Header Settings
* ~~~~~~~~~~~~~~~~~~~~~~~~~
*/
header {
width: 100%;
display: block;
position: relative;
}
header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
color: #fff;
}
header h1 strong,
header h2 strong,
header h3 strong,
header h4 strong,
header h5 strong,
header h6 strong {
color: #fff;
}
header h1 small,
header h2 small,
header h3 small,
header h4 small,
header h5 small,
header h6 small {
color: #ddd;
}
header .light-heading.subheader {
color: rgba(255, 255, 255, 0.85);
}
header p {
color: rgba(255, 255, 255, 0.9);
font-size: 16px;
line-height: 24px;
font-family: SimHei,'微软雅黑', sans-serif;
}
/* Header Featured Button */
.button {
text-align: center;
border: 3px solid;
margin: 15px 5px 0 0;
border-radius: 4px;
display: inline-block;
font-family: SimHei,'微软雅黑', sans-serif;
}
header .button {
margin-top: 30px;
}
.button.rounded {
border-radius: 9999px;
}
/* Sizes of Header Featured Button */
.button.small {
font-size: 14px;
padding: 7px 25px;
}
.button.medium {
font-size: 16px;
padding: 10px 30px;
}
.button.large {
font-size: 19px;
padding: 15px 35px;
}
/* Header Featured Button with Icons */
.button i {
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.button.small i {
width: 14px;
}
.button.medium i {
width: 16px;
}
.button.large i {
width: 19px;
}
/* With Icon Right */
.button.with-icon-right.small i {
margin-left: 9px;
}
.button.with-icon-right.medium i {
margin-left: 11px;
}
.button.with-icon-right.large i {
margin-left: 14px;
}
/* With Icon Left */
.button.with-icon-left.small i {
margin-right: 9px;
}
.button.with-icon-left.medium i {
margin-right: 11px;
}
.button.with-icon-left.large i {
margin-right: 14px;
}
/* With Hover Icon Right & Left */
.button.with-hover-icon-right i,
.button.with-hover-icon-left i {
width: 0;
opacity: 0;
}
.button.with-hover-icon-right:hover i,
.button.with-hover-icon-left:hover i {
opacity: 1;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.button.with-hover-icon-right.small:hover i {
width: 14px;
margin-left: 9px;
}
.button.with-hover-icon-right.medium:hover i {
width: 16px;
margin-left: 11px;
}
.button.with-hover-icon-right.large:hover i {
width: 19px;
margin-left: 14px;
}
.button.with-hover-icon-left.small:hover i {
width: 14px;
margin-right: 9px;
}
.button.with-hover-icon-left.medium:hover i {
width: 16px;
margin-right: 11px;
}
.button.with-hover-icon-left.large:hover i {
width: 19px;
margin-right: 14px;
}
/* Transparent Colorful Button */
.button.transparent-colorful,
.button.hover-transparent-colorful:hover {
color: #f17663;
background: transparent;
border-color: #f17663;
}
/* Colorful Button */
.button.colorful,
.button.hover-colorful:hover {
color: #fff;
background: #f17663;
border-color: #f17663;
}
/* Transparent White Button */
.button.transparent-white,
.button.hover-transparent-white:hover {
color: #fff;
background: transparent;
border-color: #fff;
}
/* White Button */
.button.white,
.button.hover-white:hover {
color: #111;
background: #fff;
border-color: #fff;
}
/* Transparent Dark Button */
.button.transparent-dark,
.button.hover-transparent-dark:hover {
color: #111;
background: transparent;
border-color: #111;
}
/* Dark Button */
.button.dark,
.button.hover-dark:hover {
color: #fff;
background: #111;
border-color: #111;
}
/**
* [ 2 ] - Header Top Content
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.header-top-content {
display: table;
width: 100%;
height: 100px;
position: absolute;
z-index: 2;
color: #fff;
font-size: 12px;
}
.header-top-content-inner {
display: table-cell;
vertical-align: middle;
}
/* Contact Info */
.contact-info {
display: inline-block;
position: relative;
top: 4px;
}
.contact-info span {
display: inline-block;
margin-right: 20px;
}
.contact-info span i {
font-size: 15px;
position: relative;
top: 1px;
margin-right: 6px;
}
/* Header Social Icons */
.header-top-content .social-icons {
float: right;
display: inline-block;
margin-bottom: 0;
}
.header-top-content .social-icons.grey li a {
background: #fff;
}
.header-top-content .social-icons.hover-dark li a:hover {
background: #222 !important;
}
/**
* [ 3 ] - Header Featured Content
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/* Header Featured Content Outer */
#header-featured-content-outer {
display: block;
position: relative;
overflow: hidden;
width: 100% !important;
height: 100% !important;
padding: 0;
}
/* Header Parallax */
.header-parallax {
position: relative;
/*background-image: url("../images/files/parallax-background-images/image110.jpg");*/ /* 61 & 69 & 76 & 89 & 18 */
background-color: #222; /* 777 */
background-position: top center;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
}
/* Pattern Overlay */
.pattern-overlay {
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
background-image: url("../images/general-elements/pattern-overlay.png");
background-color: rgba(0, 0, 0, 0.85);
background-repeat: repeat;
background-position: top left;
}
/* Header Colored Background */
.header-colored-background {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
/* Background Video */
.background-video {
position: absolute;
width: 100%;
height: 100%;
}
/* Header Featured Content */
.header-featured-content {
position: absolute;
top: 0;
display: block;
z-index: 1;
width: 100%;
height: 100%;
font-family: "Raleway", sans-serif;
color: #fff;
}
.header-featured-content img {
max-width: 100%;
}
.header-featured-content .container, .header-featured-content .row, .header-featured-content [class*="col-"] {
height: 100%;
z-index: 1;
}
.header-featured-content-inner {
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: block;
}
/* Header Center Box */
.header-center-box {
display: table;
width: 100%;
height: 100%;
position: relative;
}
.header-center-box-content {
display: table-cell;
vertical-align: middle;
padding: 85px 0;
position: relative;
}
.header-center-box img {
max-height: 100%;
max-width: 100%;
}
/* Header Logo */
.header-logo {
display: inline-block;
width: 100%;
margin-bottom: 50px;
}
.disable-header-logo {
display: none;
}
/* Header Featured Title */
.header-featured-title {
display: block;
}
.header-featured-title h4 {
font-family: "Courier New", serif;
color: #bbb;
font-size: 21px;
font-weight: normal;
padding-bottom: 10px;
}
.header-featured-title h2 {
color: #fff;
font-size: 42px;
margin-bottom: 15px;
padding-bottom: 15px;
}
.header-featured-title h2:after {
content: "";
width: 60px;
height: 5px;
background: #f17663;
margin-top: 25px;
display: block;
}
.text-center .header-featured-title h2:after,
.text-center.header-featured-title h2:after {
margin: 25px auto 0 auto;
}
.header-featured-title p {
font-size: 18px;
line-height: 27px;
color: #ddd;
}
.text-center .header-featured-title p,
.text-center.header-featured-title p {
max-width: 60%;
margin: auto;
}
/* Horizontal Featured Image */
.horizontal-featured-image-container {
width: 100%;
display: block;
}
.horizontal-featured-image-container img {
max-width: 100%;
}
/* Vertical Featured Image */
.vertical-featured-image-container {
height: 100%; /* Use it when you need img to be resizable when resizing browser [ rare possibility ] */
}
.vertical-featured-image-container img {
max-width: 100%;
max-height: 100%;
}
/**
* [ 4 ] - Slider
* ~~~~~~~~~~~~~~~~
*/
.header-slider {
list-style: outside none;
/*position: absolute !important;*/
background: #333;
width: 100%;
height: 100%;
z-index: 0;
}
.header-slider li {
height: 100%;
display: block;
width: 100%;
background-color: #222;
background-position: top center;
background-size: cover;
/*background-attachment: fixed;*/
background-repeat: no-repeat;
position: relative;
}
/**
* [ 5 ] - Header Go Bottom
* ~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.header-go-bottom {
position: absolute;
bottom: 60px;
width: 100%;
text-align: center;
font-size: 13px;
letter-spacing: 1px;
font-family: "Raleway", sans-serif;
color: #fff;
}
.header-go-bottom a {
color: #fff;
font-family: "Raleway", sans-serif;
font-size: 14px;
display: inline-block;
position: relative;
z-index: 1;
}
.header-go-bottom a span {
width: 26px;
height: 35px;
border: 3px solid #fff;
border-radius: 12px;
display: block;
margin: 15px auto auto;
}
.header-go-bottom a span:before {
content: "";
width: 5px;
height: 9px;
margin: 4px auto auto;
border-radius: 10px;
background: #fff;
display: block;
position: relative;
-webkit-animation-name: iconMove;
animation-name: iconMove;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-play-state: running;
animation-play-state: running;
}
@keyframes iconMove {
0% { top: 0; }
50% { top: 5px; }
100% { top: 10px; opacity: 0; }
}
@-webkit-keyframes iconMove {
0% { top: 0; }
50% { top: 5px; }
100% { top: 10px; opacity: 0; }
}
/**
* -------------------------------------------------------------------------------
* ( 05 ) - Logo and Nav
* -------------------------------------------------------------------------------
*
* This part contains the the logo, nav and other addons such as subscribe
* button and go to top button.
*
* ------
*
* It's divided to the following sections:
*
* |
* |--> [ 1 ] - Logo and Nav Settings
* |--> [ 2 ] - Logo
* |--> [ 3 ] - Nav
* |--> [ 4 ] - Additional Addons
*
*/
/**
* [ 1 ] - Logo and Nav Settings
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.logo-and-nav {
height: 75px;
position: fixed;
top: 0;
right: 0;
display: block;
width: 100%;
background: rgba(255, 255, 255, 0.95); /* 0.98 */
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
z-index: 20;
transition: background 0.2s, height 0.2s, box-shadow 0.2s, right 0.6s cubic-bezier(0.19, 1, 0.22, 1); /* Important */
}
.logo-and-nav-fullwidth .container {
width: 100%;
padding: 0 50px;
}
.logo-and-nav-fixedwidth .container {
}
/* Sticky Plugin Settings */
.logo-and-nav-wrapper {
position: absolute;
width: 100%;
}
/* Logo and Nav Sticky State general properties */
.logo-and-nav-sticky-state .logo-and-nav {
background: #fff;
/* background: rgba(255, 255, 255, 1);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
*/ /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);*/
/*height: 70px; */
}
.logo-and-nav-sticky-state .logo {
}
.logo-and-nav-sticky-state .logo img.dark-logo{
opacity: 1;
visibility: visible;
}
.logo-and-nav-sticky-state .logo img.light-logo {
opacity: 0;
visibility: hidden;
}
.logo-and-nav-sticky-state .logo h3 {
color: #222;
}
.logo-and-nav-sticky-state .logo h3 strong {
color: #f17663;
}
.logo-and-nav-sticky-state .logo:hover h3 {
color: #222;
}
.logo-and-nav-sticky-state .logo span {
/*color: #999;*/
}
.logo-and-nav-sticky-state .main-menu > li:after {
}
.logo-and-nav-sticky-state .main-menu > li > a {
}
.logo-and-nav-sticky-state .main-menu > li > a:hover {
}
.logo-and-nav-sticky-state .main-menu > li:hover > a {
}
.logo-and-nav-sticky-state .main-menu > li > a.current {
}
.logo-and-nav-sticky-state .main-menu > li > a:before {
}
/* Logo and Nav Style 1 */
.logo-and-nav-style1 {
position: fixed;
opacity: 0;
-webkit-backface-visibility: hidden; /* Fix 'visibility' property which cause flickr with jQuery */
backface-visibility: hidden;
transition: all 0s;
}
/* Logo and Nav Style 1 Sticky State */
.logo-and-nav-sticky-state .logo-and-nav-style1 {
opacity: 1;
-webkit-backface-visibility: hidden; /* Fix 'visibility' property which cause flickr with jQuery */
backface-visibility: hidden; /* margin */
-webkit-transition: opacity 0.4s, margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.7);
transition: opacity 0.4s, margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.7);
}
/**
* [ 2 ] - Logo
* ~~~~~~~~~~~~~~
*/
.logo {
display: block;
position: relative;
top: 20px;
}
.logo img {
position: absolute;
left: 0;
max-height: 35px;
margin-top: 0;
transition: all 0.2s ease 0s;
}
.logo img.light-logo {
}
.logo img.dark-logo {
left: 0;
opacity: 0;
visibility: hidden;
}
.logo h3 {
overflow: hidden;
width: auto;
margin-top: -5px;
font-size: 24px;
font-weight: 400;
padding-bottom: 0;
}
.logo h3 strong {
font-weight: 600;
color: #f17663;
}
.logo:hover h3 {
color: #222;
}
.logo span {
color: #888;
font-size: 12px;
margin-top: -10px;
}
.logo h3,
.logo h3 strong,
.logo span {
transition: all 0.2s ease 0s;
}
/* Text Logo */
.text-logo {
display: inline-block;
}
.text-logo h3 {
display: inline-block;
}
.text-logo span {
display: block;
}
.text-logo img {
display: none !important;
}
/* Image Logo */
.iamge-logo img {
display: inline-block;
}
.image-logo h3,
.image-logo span {
display: none;
}
/**
* [ 3 ] - Nav
* ~~~~~~~~~~~~~
*/
nav#main-nav {
position: relative;
float: right;
height: 100%;
line-height: 100%;
}
.main-menu {
list-style: none;
display: inline-block;
height: 100%;
position: relative;
z-index: 1; /* related with z-index of .header-addon-search-form */
left: 0;
transition: all .2s ease .35s;
}
.main-menu li {
position: relative;
white-space: nowrap; /* no need for Supersubs plugin */
}
.main-menu > li {
float: left;
height: 100%;
}
.main-menu > li > a {
color: #222;
height: 75px;
display: block;
line-height: 75px;
font-size: 14px;
font-weight: 600;
padding: 0 8px;
letter-spacing: 0.4px;
font-family: "Raleway", sans-serif;
}
.main-menu > li > a:hover {
color: #f17663;
}
.main-menu > li:hover > a {
color: #f17663;
}
.main-menu > li > a.current {
color: #f17663;
}
/* Nav Responsive Settings */
#main-nav input[type=checkbox] {
position: absolute;
top: -9999px;
left: -9999px;
}
#main-nav label {
display: none;
cursor: pointer;
-moz-user-select: none;
}
/* small screens */
@media screen and (max-width: 992px) {
#main-nav #main-menu {
display: none;
height: auto;
background: #fff;
padding: 10px 0;
-webkit-transition: all 0s;
transition: all 0s;
}
#main-nav label {
position: absolute;
top: 26px;
left: -18px;
display: block;
width: 30px;
height: 30px;
}
#main-nav label:after {
font-family: "fontAwesome";
content: "\f0c9";
font-size: 21px;
}
#main-nav input[type=checkbox]:checked ~ label:after {
color: #222;
}
#main-nav input[type=checkbox]:checked ~ #main-menu {
border: 3px solid #ddd;
display: block;
left: 0;
margin-top: 30px;
position: absolute;
top: 45px;
width: 100%;
}
#main-nav input[type=checkbox]:checked ~ #main-menu > li {
width: 100%;
height: auto;
background: #fff;
}
#main-nav input[type=checkbox]:checked ~ #main-menu > li a {
height: auto;
line-height: inherit;
padding: 11px 20px;
}
}
/**
* [ 4 ] - Additional Addons
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.header-additional-addons {
position: relative;
display: inline-block;
float: right;
height: 75px;
}
/* Buttons */
.header-additional-addons .button {
margin: 0 -8px 0 25px;
position: relative;
top: 20px;
}
/* Social Icons */
.header-additional-addons .social-icons {
display: inline-block;
float: right;
margin-left: 25px;
position: relative;
top: 20px;
}
/**
* -------------------------------------------------------------------------------
* ( 06 ) - Main content
* -------------------------------------------------------------------------------
*
* This part contains the the main container settings. Also the general
* settings for flat section, parallax section and flat section 2 which is
* is used for the short content
*
* ------
*
* Main content divided to the following sections:
*
* |
* |--> [ 1 ] - Main Content Settings
* |--> [ 2 ] - About Us
* |--> [ 3 ] - Our Clients
* |--> [ 4 ] - Fun Facts
* |--> [ 5 ] - Testmonials
* |--> [ 6 ] - Pricing Plans
* |--> [ 7 ] - Subscribe
*
*/
/**
* [ 1 ] - Main Content Settings
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#main-container {
display: block;
position: relative;
z-index: 0; /* Important for icons animations */
width: 100%;
background: #fff;
padding: 0;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
#main {
display: block;
position: relative;
}
/* Flat Section */
.flat-section {
display: block;
width: 100%;
/* have to use padding properties separately due to avoiding jQuery purposes conflict */
padding-top: 115px;
padding-bottom: 120px;
position: relative;
}
/* Flat Section Title */
.flat-section-title {
width: 100%;
display: block;
margin-bottom: 40px;
position: relative;
}
[class*="col-"] .col-md-12 .flat-section-title,
[class*="col-"] .col-lg-12 .flat-section-title,
[class*="col-"] .col-xs-12 .flat-section-title,
[class*="col-"] .col-sm-12 .flat-section-title {
width: 100%;
}
.col-md-12 .flat-section-title,
.col-lg-12 .flat-section-title {
width: 75%;
}
.text-center.flat-section-title,
.text-center .flat-section-title {
margin-left: auto;
margin-right: auto;
}
.text-center.flat-section-title:after,
.text-center .flat-section-title:after {
margin-left: auto;
margin-right: auto;
}
.white-content .flat-section-title h2 {
color: #fff;
}
.white-content .flat-section-title span {
color: #ddd;
}
.flat-section-title:after {
content: "";
width: 60px;
height: 5px;
background: #f17663;
margin-top: 25px;
display: block;
}
.flat-section-title h2 {
font-size: 34px;
font-weight: 700;
}
.flat-section-title .subheader {
padding-bottom: 12px;
}
.flat-section-subtitle {
font-size: 18px;
line-height: 28px;
margin-top: -12px;
color: #999;
display: inline-block;
font-family: SimHei,'微软雅黑', sans-serif;
}
.flat-section-title .subheader + .flat-section-subtitle {
margin-bottom: 10px;
margin-top: 7px;
}
/* Flat Section Content */
.flat-section-content {
display: block;
width: 100%;
position: relative;
}
/* Parallax Section */
.parallax-section {
display: block;
width: 100%;
position: relative;
text-align: center;
background-color: #ccc;
background-position: top center;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
color: #fff;
}
.parallax-section-inner {
width: 100%;
height: 100%;
position: relative;
padding: 115px 0 110px;
z-index: 1;
}
/**
* [ 2 ] - About Us
* ~~~~~~~~~~~~~~~~~~
*/
#about-us {
display: block;
width: 100%;
}
/**
* [ 3 ] - Our Clients
* ~~~~~~~~~~~~~~~~~~~~~
*/
#our-clients {
display: block;
width: 100%;
}
#our-clients .flat-section {
background: #f3f3f3;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#our-clients .flat-section-title {
width: 60%;
}
/* Clients Carousel */
.clients-carousel {
list-style: outside none;
display: block;
margin-bottom: 15px;
}
.clients-carousel li {
/*text-align: center;*/
width: 100%;
}
/**
* [ 4 ] - Fun Facts
* ~~~~~~~~~~~~~~~~~~~
*/
#fun-facts {
width: 100%;
display: block;
}
#fun-facts .flat-section-title {
width: 60%;
}
/* Fun Facts Box */
.fun-facts-box .info-box-content {
padding-left: 84px !important;
min-height: auto !important;
}
.fun-facts-box h5 {
padding-bottom: 6px;
}
.fun-facts-box span {
font-size: 40px;
font-weight: 400;
color: #222;
font-family: "Raleway", sans-serif;
}
/**
* [ 5 ] - Teatmonials
* ~~~~~~~~~~~~~~~~~~~~~
*/
#testmonials {
width: 100%;
display: block;
}
#testmonials .flat-section-title {
width: 60%;
}
/* Testmonial Carousel */
.testmonials-carousel-outer {
display: block;
position: relative;
text-align: left;
}
.testmonials-carousel-quote-icon {
width: 128px;
height: 128px;
display: block;
position: absolute;
top: 0;
left: 0;
margin-top: -23px;
}
.testmonials-carousel-quote-icon img {
width: 100%;
height: 100%;
}
.testmonials-carousel {
list-style: outside none;
padding-left: 163px;
text-align: left;
}
.single-testmonial {
display: block;
width: 100%;
min-height: 93px;
}
.single-testmonial-image {
width: 93px;
position: absolute;
border-radius: 100%;
overflow: hidden;
border: 5px solid #f17663;
}
.single-testmonial-image img {
width: 100%;
height: 100%;
}
.single-testmonial-content {
width: 80%;
padding: 3px 0 0 113px;
}
.single-testmonial-message {
color: #d3d3d3;
font-size: 18px;
font-style: italic;
line-height: 28px;
margin-bottom: 10px;
}
.single-testmonial-person {
font-size: 14px;
font-family: "Raleway", sans-serif;
color: #eee;
font-weight: 700;
margin-top: 5px;
display: block;
}
/**
* [ 6 ] - Pricing Plans
* ~~~~~~~~~~~~~~~~~~~~~~~
*/
#pricing-plans {
width: 100%;
display: block;
}
#pricing-plans .flat-section-title {
width: 60%;
}
/**
* [ 7 ] - Subscribe
* ~~~~~~~~~~~~~~~~~~~
*/
#subscribe {
width: 100%;
display: block;
}
#subscribe .flat-section-title {
width: 60%;
}
/* Subscribe form */
.subscribe-form {
display: inline-block;
font-size: 0;
}
.subscribe-form input.error {
border: none;
}
.subscribe-form span {
font-style: italic;
display: block;
margin-top: 1px;
color: #aaa;
font-size: 15px;
text-align: left;
}
.subscribe-result {
display: none;
width: 100%;
text-align: center;
}
.subscribe-result .error,
.subscribe-result .success {
padding: 10px 25px 10px 35px;
text-align: left;
color: #ccc;
border: 2px solid;
border-radius: 4px;
font-size: 15px;
line-height: 23px;
margin-top: 30px;
display: inline-block;
position: relative;
}
.subscribe-result .error {
border-color: #ff3333;
}
.subscribe-result .success {
border-color: #bccc86;
}
.subscribe-result .fa {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
position: absolute;
left: -15px;
top: 7px;
color: #fff;
}
.subscribe-result .error .fa-exclamation {
background: #ff3333;
}
.subscribe-result .success .fa-check {
background: #bccc86;
color: #000;
}
/**
* -------------------------------------------------------------------------------
* ( 07 ) - Footer
* -------------------------------------------------------------------------------
*
* This part contains the footer settings, footer logo, social
* icons and footer message.
*
* ------
*
* It has the following code:
*
*/
footer {
display: block;
position: relative;
width: 100%;
padding: 40px 0;
background: #fff;
}
.footer-logo-and-message {
}
/* Footer Logo */
img.footer-logo-image {
float: left;
}
.footer-logo-title {
font-size: 24px;
color: #f17663;
font-weight: 700;
display: block;
font-family: "Raleway", sans-serif;
position: relative;
left: 15px;
}
/* Footer Message */
.footer-message {
display: block;
font-size: 14px;
margin-top: -2px;
position: relative;
left: 15px;
}
.footer-message a {
color: #555;
text-decoration: underline;
}
.footer-message a:hover {
color: #222;
}
/* Footer Social Icons */
footer .social-icons {
float: right;
}
/**
* -------------------------------------------------------------------------------
* ( 08 ) - Responsive Specifications
* -------------------------------------------------------------------------------
*
* This part contains the responsive modifications for small devices widths
*
* ------
*
* It has the following code:
*
* |
* |--> [ 1 ] - Width From 1200px to 0
* |--> [ 2 ] - Width From 992px to 0
* |--> [ 3 ] - Width From 768px to 0
* |--> [ 4 ] - Width From 480px to 0
* |--> [ 5 ] - Width From 320px to 0
* |--> [ 6 ] - Height Form 768px to 0
* |--> [ 7 ] - Height Form Maximmum to 768px
* |--> [ 8 ] - Height Form Maximmum to 900px
*
*/
/**
* [ 1 ] - Width From 1200px to 0
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (max-width: 1200px) {
/* Vertical Featured Image Container */
header .vertical-featured-image-container {
text-align: center !important
}
/* Pricing Table */
.pricing-table-column {
margin-bottom: 40px;
}
}
/**
* [ 2 ] - Width From 992px to 0
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (max-width: 992px) {
/* Header Top Content */
.header-top-content {
text-align: center;
height: auto;
}
.contact-info {
display: block;
margin-top: 15px;
}
.header-top-content .social-icons {
float: none;
margin-top: 15px;
}
/* Fixing Header Height With Content */
.header-featured-content {
position: relative;
}
.header-featured-content-inner {
position: relative;
}
.header-slider + .header-featured-content-inner {
height: auto;
}
#header-featured-content-outer,
header .fullscreen,
.header-slider li,
.header-center-box .vertical-featured-image-container,
.header-center-box-content {
height: auto !important;
}
/* Disable Fade Scroll Animation */
.header-center-box {
opacity: 1 !important;
top: 0 !important;
text-align: center;
}
.header-center-box .header-featured-title h2:after {
margin: 25px auto 0 auto;
}
.header-center-box-content {
padding: 50px 0;
top: 0;
}
/* Vertical Featured Image Container */
.vertical-featured-image-container {
text-align: center !important;
}
.vertical-featured-image-container img {
max-height: 100% !important;
}
/* Optimizing paddings in case of using */
[class*="col-"]:nth-child(1) .header-center-box-content {
padding-top: 50px !important;
padding-bottom: 0;
}
/* From 3rd to more */
[class*="col-"]:nth-child(n+3) .header-center-box-content {
padding-top: 0;
padding-bottom: 90px;
}
/* Last box and in most 2nd */
[class*="col-"]:last-child .header-center-box-content {
padding-top: 25px;
padding-bottom: 50px;
}
/* Modifing Last button if 2 buttons used in single slider slide */
header .button:last-child {
margin-top: 15px;
}
/* Section Title */
.col-md-12 .flat-section-title,
.col-lg-12 .flat-section-title,
.col-xs-12 .flat-section-title,
.col-sm-12 .flat-section-title {
width: 100%;
}
/* Info Box */
[class*="col-md-"] .info-box1,
[class*="col-md-"] .info-box2 {
margin-bottom: 40px;
}
#pricing-plans [class*="col-"]:last-child .pricing-table-column {
margin-bottom: 0;
}
.horizontal-featured-image-container img {
width: 100%;
}
/* Header Go Bottom */
.header-go-bottom {
display: none;
}
/* Remove Custom Paddings and Margins */
.resp-remove-padding-top {
padding-top: 0 !important;
}
.resp-remove-padding-bottom {
padding-bottom: 0 !important;
}
.resp-remove-padding-left {
padding-left: 0 !important;
}
.resp-remove-padding-left[class*="col-"] {
padding-left: 15px !important;
}
.resp-remove-padding-right {
padding-right: 0 !important;
}
.resp-remove-padding-right[class*="col-"] {
padding-right: 15px !important;
}
.resp-remove-margin-top {
margin-top: 0 !important;
}
.resp-remove-margin-bottom {
margin-bottom: 0 !important;
}
.resp-remove-margin-left {
margin-left: 0 !important;
}
.resp-remove-margin-right {
margin-right: 0 !important;
}
}
/**
* [ 3 ] - Width From 768px to 0
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (max-width: 768px) {
/* Footer Social Icons */
footer .social-icons {
float: none;
margin-top: 30px;
}
/* Setting Widths for Flat Section Title in some Sections */
#our-clients .flat-section-title,
#fun-facts .flat-section-title,
#testmonials .flat-section-title,
#pricing-plans .flat-section-title,
#subscribe .flat-section-title {
width: 90%;
}
/* Info Box */
.info-box {
padding-bottom: 35px;
}
.testmonials-carousel-quote-icon {
display: none;
}
#testmonials {
/*display: none;*/
}
.testmonials-carousel {
padding-left: 17.5px;
}
.single-testmonial-content {
width: 90%;
}
.clients-carousel li {
text-align: center;
}
/* Custom Padding */
*[data-padding-left] {
padding-left: 0 !important;
}
*[data-padding-right] {
padding-right: 0 !important;
}
/* Set col- as default padding left and right */
[class*="col-"] {
padding-left: 15px !important;
}
[class*="col-"] {
padding-right: 15px !important;
}
/* Info Box */
.info-box1,
.info-box2 {
margin-bottom: 40px !important;
}
/* Remove Custom Paddings and Margins */
.resp-remove-padding-top {
padding-top: 0 !important;
}
.resp-remove-padding-bottom {
padding-bottom: 0 !important;
}
.resp-remove-padding-left {
padding-left: 0 !important;
}
.resp-remove-padding-left[class*="col-"] {
padding-left: 15px !important;
}
.resp-remove-padding-right {
padding-right: 0 !important;
}
.resp-remove-padding-right[class*="col-"] {
padding-right: 15px !important;
}
.resp-remove-margin-top {
margin-top: 0 !important;
}
.resp-remove-margin-bottom {
margin-bottom: 0 !important;
}
.resp-remove-margin-left {
margin-left: 0 !important;
}
.resp-remove-margin-right {
margin-right: 0 !important;
}
}
/**
* [ 4 ] - Width From 480px to 0
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (max-width: 480px) {
.header-additional-addons .social-icons {
display: none;
}
.vertical-featured-image-container img {
width: 100%;
}
.subscribe-form input.submit {
position: absolute;
top: 0;
right: 0;
}
}
/**
* [ 5 ] - Width From 320px to 0
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (max-width: 320px) {
}
/**
* [ 6 ] - Height From 768px to 0
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (max-height : 768px) {
.header-center-box-content {
/*padding: 100px 0 90px;*/
top: 20px;
}
.horizontal-featured-image-container {
display: none;
}
/* Header Go Bottom */
.header-go-bottom {
display: none;
}
}
/**
* [ 7 ] - Height From Maximmum to 768px
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (min-height : 768px) {
.header-center-box-content {
top: 0;
padding: 150px 0;
}
}
/**
* [ 8 ] - Height From Maximmum to 900px
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (min-height : 900px) {
#submit-message {
right: 30px;
left: auto;
}
} | styles.css | * -------------------------------------------------------------------------------
* ( 01 ) - General Basics
* -------------------------------------------------------------------------------
*
* This part contains the general settings that you can change like general
* font-family, color, headings settings, paragraphs, .. etc.
*
* ------
*
* General Basics divided to the following sections:
*
* |
* |--> [ 1 ] - Small Reset
* |--> [ 2 ] - Body
* |--> [ 3 ] - General Links
* |--> [ 4 ] - Headings
* |--> [ 5 ] - Paragraphs
* |--> [ 6 ] - Strong
* |--> [ 7 ] - Texts Highlighting Selection
*
*/
/**
* [ 1 ] - Small Reset
* ~~~~~~~~~~~~~~~~~~~~~
*/
body, ul, ol, h1,h3,h3,h4,h5,h6,form,li,p,input,select,legend,textarea,fieldset{ margin:0; padding:0;}
/**
* [ 2 ] - Body
* ~~~~~~~~~~~~~~
*/
body {
width: 100%;
position: relative;
font-size: 14px;
font-family: SimHei,'微软雅黑', sans-serif;
line-height: 24px;
background: #fff;
color: #777;
}
#full-container {
display: block;
position: relative;
right: 0;
max-width: 100%;
overflow: hidden;
-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
/**
* [ 3 ] - General Links
* ~~~~~~~~~~~~~~~~~~~~~~~
*/
a, a img {
outline: none !important;
border: none;
}
a {
text-decoration: none;
color: #f17663;
-webkit-transition: color 0.2s, background 0.2s ,border-color 0.2s, border-width 0.2s, padding 0.2s;
transition: color 0.2s, background 0.2s ,border-color 0.2s, border-width 0.2s, padding 0.2s;
}
a:hover {
text-decoration: none;
color: #222;
}
a:focus {
color: #f17663;
text-decoration: none;
}
p a {
border-bottom: 1px dotted transparent;
}
p a:hover {
text-decoration: none;
border-bottom: 1px dotted #222;
}
/**
* [ 4 ] - Headings
* ~~~~~~~~~~~~~~~~~~
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: SimHei,'微软雅黑', sans-serif;
color: #222;
font-weight: 700;
letter-spacing: .1px;
display: block;
margin: 0;
width: 100%;
}
h1 {
font-size: 38px;
line-height: 106%;
padding-bottom: 25px;
}
h2 {
font-size: 32px;
line-height: 106%;
padding-bottom: 25px;
}
h3 {
font-size: 26px;
line-height: 108%;
padding-bottom: 23px;
}
h4 {
font-size: 21px;
line-height: 110%;
padding-bottom: 20px;
}
h5 {
font-size: 18px;
line-height: 110%;
padding-bottom: 22px;
}
h6 {
font-size: 15px;
line-height: 110%;
padding-bottom: 22px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
text-decoration: none;
color: #222;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: #f17663;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
font-weight: 700;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
font-size: 60%;
color: #777;
line-height: 0;
}
/* Subheaders */
.subheader {
font-weight: 300;
display: block;
color: #888;
margin-bottom: 0;
margin-top: -15px;
padding-bottom: 60px; /* 25px */
}
h5.subheader,
h6.subheader {
font-weight: 400;
}
/* Light Headings */
.light-heading {
}
h1.light-heading {
font-size: 44px;
}
h2.light-heading {
font-size: 38px;
}
h3.light-heading {
font-size: 33px;
}
h4.light-heading {
font-size: 28px;
}
h5.light-heading {
font-size: 23px;
}
h6.light-heading {
font-size: 18px;
}
h1.light-heading,
h2.light-heading,
h3.light-heading {
font-weight: 500;
padding-bottom: 40px;
}
h4.light-heading,
h5.light-heading,
h6.light-heading {
font-weight: 500;
padding-bottom: 30px;
}
.light-heading + p {
margin-top: -15px;
}
.light-heading.subheader + p {
margin-top: 0;
}
/* Light Heading Subheader */
.light-heading.subheader {
color: #888;
}
h1.light-heading.subheader,
h2.light-heading.subheader,
h3.light-heading.subheader,
h4.light-heading.subheader {
font-weight: 200;
padding-bottom: 30px;
}
h5.light-heading.subheader,
h6.light-heading.subheader {
font-weight: 300;
padding-bottom: 25px;
}
h1.light-heading + .light-heading.subheader,
h2.light-heading + .light-heading.subheader,
h3.light-heading + .light-heading.subheader {
margin-top: -27px;
}
h4.light-heading + .light-heading.subheader,
h5.light-heading + .light-heading.subheader,
h6.light-heading + .light-heading.subheader {
margin-top: -15px;
}
/**
* [ 5 ] - Paragraphs
* ~~~~~~~~~~~~~~~~~~~~
*/
p {
padding-bottom: 10px;
}
/* Paragraphs Justify */
p.paragraph-justify {
text-align: justify;
}
/**
* [ 6 ] - Strong
* ~~~~~~~~~~~~~~~~
*/
strong {
color: #222;
font-weight: 600;
}
/**
* [ 7 ] - Texts Highlighting Selection
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
::-moz-selection{
background: #ddd;
color: #000;
}
::selection {
background: #ddd;
color: #000;
}
/**
* -------------------------------------------------------------------------------
* ( 02 ) - Other Miscellaneous
* -------------------------------------------------------------------------------
*
* This part contains the website loading element and the content options
* like text alignment, element alignment, readmore link .. etc.
*
* ------
*
* Others Miscellaneous divided to the following sections:
*
* |
* |--> [ 1 ] - Website Loading
* |--> [ 2 ] - Element Alignment
* |--> [ 3 ] - Text Alignment
* |--> [ 4 ] - Padding
* |--> [ 5 ] - Margin
* |--> [ 6 ] - Read More Link
* |--> [ 7 ] - Text Colored
* |--> [ 8 ] - Clear
*
*/
/**
* [ 1 ] - Website Loading
* ~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#website-loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 9999999999;
text-align: center;
display: block;
}
.loading-effect{
position: absolute;
bottom: 50%;
width: 100%;
text-align: center;
margin-bottom: -30px;
}
.loading-title {
font-size: 14px;
margin-top: 5px;
display: block;
letter-spacing: 2px;
text-transform: uppercase;
}
/*!
* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
* Copyright 2015 <NAME> <@DanielCardoso>
* Licensed under MIT
*/
.la-ball-fall {
color: #f17663 !important;
/*margin: auto;*/
display: inline-block !important;
}
.la-ball-fall,
.la-ball-fall > div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.la-ball-fall {
display: block;
font-size: 0;
color: #fff;
}
.la-ball-fall.la-dark {
color: #333;
}
.la-ball-fall > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor;
}
.la-ball-fall {
width: 54px;
height: 18px;
}
.la-ball-fall > div {
width: 10px;
height: 10px;
margin: 4px;
border-radius: 100%;
opacity: 0;
-webkit-animation: ball-fall 1s ease-in-out infinite;
animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
-webkit-animation-delay: -200ms;
animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
-webkit-animation-delay: -100ms;
animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
-webkit-animation-delay: 0ms;
animation-delay: 0ms;
}
.la-ball-fall.la-sm {
width: 26px;
height: 8px;
}
.la-ball-fall.la-sm > div {
width: 4px;
height: 4px;
margin: 2px;
}
.la-ball-fall.la-2x {
width: 108px;
height: 36px;
}
.la-ball-fall.la-2x > div {
width: 20px;
height: 20px;
margin: 8px;
}
.la-ball-fall.la-3x {
width: 162px;
height: 54px;
}
.la-ball-fall.la-3x > div {
width: 30px;
height: 30px;
margin: 12px;
}
/*
* Animation
*/
@-webkit-keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
-ms-transform: translateY(-145%);
transform: translateY(-145%);
}
10% {
opacity: .5;
}
20% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
80% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
90% {
opacity: .5;
}
100% {
opacity: 0;
-webkit-transform: translateY(145%);
-ms-transform: translateY(145%);
transform: translateY(145%);
}
}
@keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
-ms-transform: translateY(-145%);
transform: translateY(-145%);
}
10% {
opacity: .5;
}
20% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
80% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
90% {
opacity: .5;
}
100% {
opacity: 0;
-webkit-transform: translateY(145%);
-ms-transform: translateY(145%);
transform: translateY(145%);
}
}
/**
* [ 2 ] - Element Alignment
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.align-left {
float: left;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
}
.align-right {
float: right;
margin-left: 10px;
margin-bottom: 10px;
display: inline-block;
}
div.align-left, div.align-right {
margin-bottom: 10px;
margin-top: 5px;
}
/**
* [ 3 ] - Text Alignment
* ~~~~~~~~~~~~~~~~~~~~~~~~
*/
.text-center {
text-align: center;
}
.text-align-left {
text-align: left;
}
.text-align-right {
text-align: right;
}
/**
* [ 4 ] - Padding
* ~~~~~~~~~~~~~~~~~
*/
/* Top Padding */
.padding-top-10px { padding-top: 10px; }
.padding-top-20px { padding-top: 20px; }
.padding-top-30px { padding-top: 30px; }
.padding-top-40px { padding-top: 40px; }
.padding-top-50px { padding-top: 50px; }
.padding-top-60px { padding-top: 60px; }
.padding-top-70px { padding-top: 70px; }
.padding-top-80px { padding-top: 80px; }
.padding-top-90px { padding-top: 90px; }
.padding-top-100px { padding-top: 100px; }
.padding-top-110px { padding-top: 110px; }
.padding-top-120px { padding-top: 120px; }
.padding-top-130px { padding-top: 130px; }
.padding-top-140px { padding-top: 140px; }
/* Bottom Padding */
.padding-bottom-10px { padding-bottom: 10px; }
.padding-bottom-20px { padding-bottom: 20px; }
.padding-bottom-30px { padding-bottom: 30px; }
.padding-bottom-40px { padding-bottom: 40px; }
.padding-bottom-50px { padding-bottom: 50px; }
.padding-bottom-60px { padding-bottom: 60px; }
.padding-bottom-70px { padding-bottom: 70px; }
.padding-bottom-80px { padding-bottom: 80px; }
.padding-bottom-90px { padding-bottom: 90px; }
.padding-bottom-100px { padding-bottom: 100px; }
.padding-bottom-110px { padding-bottom: 110px; }
.padding-bottom-120px { padding-bottom: 120px; }
.padding-bottom-130px { padding-bottom: 130px; }
.padding-bottom-140px { padding-bottom: 140px; }
/* Left Padding */
.padding-left-10px { padding-left: 10px; }
.padding-left-20px { padding-left: 20px; }
.padding-left-30px { padding-left: 30px; }
.padding-left-40px { padding-left: 40px; }
.padding-left-50px { padding-left: 50px; }
.padding-left-60px { padding-left: 60px; }
.padding-left-70px { padding-left: 70px; }
.padding-left-80px { padding-left: 80px; }
.padding-left-90px { padding-left: 90px; }
.padding-left-100px { padding-left: 100px; }
.padding-left-110px { padding-left: 110px; }
.padding-left-120px { padding-left: 120px; }
.padding-left-130px { padding-left: 130px; }
.padding-left-140px { padding-left: 140px; }
/* Right Padding */
.padding-right-10px { padding-right: 10px; }
.padding-right-20px { padding-right: 20px; }
.padding-right-30px { padding-right: 30px; }
.padding-right-40px { padding-right: 40px; }
.padding-right-50px { padding-right: 50px; }
.padding-right-60px { padding-right: 60px; }
.padding-right-70px { padding-right: 70px; }
.padding-right-80px { padding-right: 80px; }
.padding-right-90px { padding-right: 90px; }
.padding-right-100px { padding-right: 100px; }
.padding-right-110px { padding-right: 110px; }
.padding-right-120px { padding-right: 120px; }
.padding-right-130px { padding-right: 130px; }
.padding-right-140px { padding-right: 140px; }
/* Top Bottom Padding */
.padding-top-bottom-10px { padding: 10px 0; }
.padding-top-bottom-20px { padding: 20px 0; }
.padding-top-bottom-30px { padding: 30px 0; }
.padding-top-bottom-40px { padding: 40px 0; }
.padding-top-bottom-50px { padding: 50px 0; }
.padding-top-bottom-60px { padding: 60px 0; }
.padding-top-bottom-70px { padding: 70px 0; }
.padding-top-bottom-80px { padding: 80px 0; }
.padding-top-bottom-90px { padding: 90px 0; }
.padding-top-bottom-100px { padding: 100px 0; }
.padding-top-bottom-110px { padding: 110px 0; }
.padding-top-bottom-120px { padding: 120px 0; }
.padding-top-bottom-130px { padding: 130px 0; }
.padding-top-bottom-140px { padding: 140px 0; }
/* Left Right Padding */
.padding-left-right-10px { padding: 0 10px; }
.padding-left-right-20px { padding: 0 20px; }
.padding-left-right-30px { padding: 0 30px; }
.padding-left-right-40px { padding: 0 40px; }
.padding-left-right-50px { padding: 0 50px; }
.padding-left-right-60px { padding: 0 60px; }
.padding-left-right-70px { padding: 0 70px; }
.padding-left-right-80px { padding: 0 80px; }
.padding-left-right-90px { padding: 0 90px; }
.padding-left-right-100px { padding: 0 100px; }
.padding-left-right-110px { padding: 0 110px; }
.padding-left-right-120px { padding: 0 120px; }
.padding-left-right-130px { padding: 0 130px; }
.padding-left-right-140px { padding: 0 140px; }
/* Responsive Padding [ That added for small devices < 992px ] */
@media (max-width: 992px) {
/* Responsive Top Padding */
.resp-padding-top-10px { padding-top: 10px; }
.resp-padding-top-20px { padding-top: 20px; }
.resp-padding-top-30px { padding-top: 30px; }
.resp-padding-top-40px { padding-top: 40px; }
.resp-padding-top-50px { padding-top: 50px; }
.resp-padding-top-60px { padding-top: 60px; }
.resp-padding-top-70px { padding-top: 70px; }
.resp-padding-top-80px { padding-top: 80px; }
.resp-padding-top-90px { padding-top: 90px; }
.resp-padding-top-100px { padding-top: 100px; }
.resp-padding-top-110px { padding-top: 110px; }
.resp-padding-top-120px { padding-top: 120px; }
.resp-padding-top-130px { padding-top: 130px; }
.resp-padding-top-140px { padding-top: 140px; }
/* Responsive Bottom Padding */
.resp-padding-bottom-10px { padding-bottom: 10px; }
.resp-padding-bottom-20px { padding-bottom: 20px; }
.resp-padding-bottom-30px { padding-bottom: 30px; }
.resp-padding-bottom-40px { padding-bottom: 40px; }
.resp-padding-bottom-50px { padding-bottom: 50px; }
.resp-padding-bottom-60px { padding-bottom: 60px; }
.resp-padding-bottom-70px { padding-bottom: 70px; }
.resp-padding-bottom-80px { padding-bottom: 80px; }
.resp-padding-bottom-90px { padding-bottom: 90px; }
.resp-padding-bottom-100px { padding-bottom: 100px; }
.resp-padding-bottom-110px { padding-bottom: 110px; }
.resp-padding-bottom-120px { padding-bottom: 120px; }
.resp-padding-bottom-130px { padding-bottom: 130px; }
.resp-padding-bottom-140px { padding-bottom: 140px; }
/* Responsive Left Padding */
.resp-padding-left-10px { padding-left: 10px; }
.resp-padding-left-20px { padding-left: 20px; }
.resp-padding-left-30px { padding-left: 30px; }
.resp-padding-left-40px { padding-left: 40px; }
.resp-padding-left-50px { padding-left: 50px; }
.resp-padding-left-60px { padding-left: 60px; }
.resp-padding-left-70px { padding-left: 70px; }
.resp-padding-left-80px { padding-left: 80px; }
.resp-padding-left-90px { padding-left: 90px; }
.resp-padding-left-100px { padding-left: 100px; }
.resp-padding-left-110px { padding-left: 110px; }
.resp-padding-left-120px { padding-left: 120px; }
.resp-padding-left-130px { padding-left: 130px; }
.resp-padding-left-140px { padding-left: 140px; }
/* Responsive Right Padding */
.resp-padding-right-10px { padding-right: 10px; }
.resp-padding-right-20px { padding-right: 20px; }
.resp-padding-right-30px { padding-right: 30px; }
.resp-padding-right-40px { padding-right: 40px; }
.resp-padding-right-50px { padding-right: 50px; }
.resp-padding-right-60px { padding-right: 60px; }
.resp-padding-right-70px { padding-right: 70px; }
.resp-padding-right-80px { padding-right: 80px; }
.resp-padding-right-90px { padding-right: 90px; }
.resp-padding-right-100px { padding-right: 100px; }
.resp-padding-right-110px { padding-right: 110px; }
.resp-padding-right-120px { padding-right: 120px; }
.resp-padding-right-130px { padding-right: 130px; }
.resp-padding-right-140px { padding-right: 140px; }
/* Responsive Top Bottom Padding */
.resp-padding-top-bottom-10px { padding: 10px 0; }
.resp-padding-top-bottom-20px { padding: 20px 0; }
.resp-padding-top-bottom-30px { padding: 30px 0; }
.resp-padding-top-bottom-40px { padding: 40px 0; }
.resp-padding-top-bottom-50px { padding: 50px 0; }
.resp-padding-top-bottom-60px { padding: 60px 0; }
.resp-padding-top-bottom-70px { padding: 70px 0; }
.resp-padding-top-bottom-80px { padding: 80px 0; }
.resp-padding-top-bottom-90px { padding: 90px 0; }
.resp-padding-top-bottom-100px { padding: 100px 0; }
.resp-padding-top-bottom-110px { padding: 110px 0; }
.resp-padding-top-bottom-120px { padding: 120px 0; }
.resp-padding-top-bottom-130px { padding: 130px 0; }
.resp-padding-top-bottom-140px { padding: 140px 0; }
/* Responsive Left Right Padding */
.resp-padding-left-right-10px { padding: 0 10px; }
.resp-padding-left-right-20px { padding: 0 20px; }
.resp-padding-left-right-30px { padding: 0 30px; }
.resp-padding-left-right-40px { padding: 0 40px; }
.resp-padding-left-right-50px { padding: 0 50px; }
.resp-padding-left-right-60px { padding: 0 60px; }
.resp-padding-left-right-70px { padding: 0 70px; }
.resp-padding-left-right-80px { padding: 0 80px; }
.resp-padding-left-right-90px { padding: 0 90px; }
.resp-padding-left-right-100px { padding: 0 100px; }
.resp-padding-left-right-110px { padding: 0 110px; }
.resp-padding-left-right-120px { padding: 0 120px; }
.resp-padding-left-right-130px { padding: 0 130px; }
.resp-padding-left-right-140px { padding: 0 140px; }
}
/**
* [ 5 ] - Margin
* ~~~~~~~~~~~~~~~~
*/
/* Top Margin */
.margin-top-10px { margin-top: 10px; }
.margin-top-20px { margin-top: 20px; }
.margin-top-30px { margin-top: 30px; }
.margin-top-40px { margin-top: 40px; }
.margin-top-50px { margin-top: 50px; }
.margin-top-60px { margin-top: 60px; }
.margin-top-70px { margin-top: 70px; }
.margin-top-80px { margin-top: 80px; }
.margin-top-90px { margin-top: 90px; }
.margin-top-100px { margin-top: 100px; }
.margin-top-110px { margin-top: 110px; }
.margin-top-120px { margin-top: 120px; }
.margin-top-130px { margin-top: 130px; }
.margin-top-140px { margin-top: 140px; }
/* Bottom Margin */
.margin-bottom-10px { margin-bottom: 10px; }
.margin-bottom-20px { margin-bottom: 20px; }
.margin-bottom-30px { margin-bottom: 30px; }
.margin-bottom-40px { margin-bottom: 40px; }
.margin-bottom-50px { margin-bottom: 50px; }
.margin-bottom-60px { margin-bottom: 60px; }
.margin-bottom-70px { margin-bottom: 70px; }
.margin-bottom-80px { margin-bottom: 80px; }
.margin-bottom-90px { margin-bottom: 90px; }
.margin-bottom-100px { margin-bottom: 100px; }
.margin-bottom-110px { margin-bottom: 110px; }
.margin-bottom-120px { margin-bottom: 120px; }
.margin-bottom-130px { margin-bottom: 130px; }
.margin-bottom-140px { margin-bottom: 140px; }
/* Left Margin */
.margin-left-10px { margin-left: 10px; }
.margin-left-20px { margin-left: 20px; }
.margin-left-30px { margin-left: 30px; }
.margin-left-40px { margin-left: 40px; }
.margin-left-50px { margin-left: 50px; }
.margin-left-60px { margin-left: 60px; }
.margin-left-70px { margin-left: 70px; }
.margin-left-80px { margin-left: 80px; }
.margin-left-90px { margin-left: 90px; }
.margin-left-100px { margin-left: 100px; }
.margin-left-110px { margin-left: 110px; }
.margin-left-120px { margin-left: 120px; }
.margin-left-130px { margin-left: 130px; }
.margin-left-140px { margin-left: 140px; }
/* Right Margin */
.margin-right-10px { margin-right: 10px; }
.margin-right-20px { margin-right: 20px; }
.margin-right-30px { margin-right: 30px; }
.margin-right-40px { margin-right: 40px; }
.margin-right-50px { margin-right: 50px; }
.margin-right-60px { margin-right: 60px; }
.margin-right-70px { margin-right: 70px; }
.margin-right-80px { margin-right: 80px; }
.margin-right-90px { margin-right: 90px; }
.margin-right-100px { margin-right: 100px; }
.margin-right-110px { margin-right: 110px; }
.margin-right-120px { margin-right: 120px; }
.margin-right-130px { margin-right: 130px; }
.margin-right-140px { margin-right: 140px; }
/* Top Bottom Margin */
.margin-top-bottom-10px { margin: 10px 0; }
.margin-top-bottom-20px { margin: 20px 0; }
.margin-top-bottom-30px { margin: 30px 0; }
.margin-top-bottom-40px { margin: 40px 0; }
.margin-top-bottom-50px { margin: 50px 0; }
.margin-top-bottom-60px { margin: 60px 0; }
.margin-top-bottom-70px { margin: 70px 0; }
.margin-top-bottom-80px { margin: 80px 0; }
.margin-top-bottom-90px { margin: 90px 0; }
.margin-top-bottom-100px { margin: 100px 0; }
.margin-top-bottom-110px { margin: 110px 0; }
.margin-top-bottom-120px { margin: 120px 0; }
.margin-top-bottom-130px { margin: 130px 0; }
.margin-top-bottom-140px { margin: 140px 0; }
/* Left Right Margin */
.margin-left-right-10px { margin: 0 10px; }
.margin-left-right-20px { margin: 0 20px; }
.margin-left-right-30px { margin: 0 30px; }
.margin-left-right-40px { margin: 0 40px; }
.margin-left-right-50px { margin: 0 50px; }
.margin-left-right-60px { margin: 0 60px; }
.margin-left-right-70px { margin: 0 70px; }
.margin-left-right-80px { margin: 0 80px; }
.margin-left-right-90px { margin: 0 90px; }
.margin-left-right-100px { margin: 0 100px; }
.margin-left-right-110px { margin: 0 110px; }
.margin-left-right-120px { margin: 0 120px; }
.margin-left-right-130px { margin: 0 130px; }
.margin-left-right-140px { margin: 0 140px; }
/* Responsive Margin [ That added for small devices < 992px ] */
@media (max-width: 992px) {
/* Responsive Top Margin */
.resp-margin-top-10px { margin-top: 10px; }
.resp-margin-top-20px { margin-top: 20px; }
.resp-margin-top-30px { margin-top: 30px; }
.resp-margin-top-40px { margin-top: 40px; }
.resp-margin-top-50px { margin-top: 50px; }
.resp-margin-top-60px { margin-top: 60px; }
.resp-margin-top-70px { margin-top: 70px; }
.resp-margin-top-80px { margin-top: 80px; }
.resp-margin-top-90px { margin-top: 90px; }
.resp-margin-top-100px { margin-top: 100px; }
.resp-margin-top-110px { margin-top: 110px; }
.resp-margin-top-120px { margin-top: 120px; }
.resp-margin-top-130px { margin-top: 130px; }
.resp-margin-top-140px { margin-top: 140px; }
/* Responsive Bottom Margin */
.resp-margin-bottom-10px { margin-bottom: 10px; }
.resp-margin-bottom-20px { margin-bottom: 20px; }
.resp-margin-bottom-30px { margin-bottom: 30px; }
.resp-margin-bottom-40px { margin-bottom: 40px; }
.resp-margin-bottom-50px { margin-bottom: 50px; }
.resp-margin-bottom-60px { margin-bottom: 60px; }
.resp-margin-bottom-70px { margin-bottom: 70px; }
.resp-margin-bottom-80px { margin-bottom: 80px; }
.resp-margin-bottom-90px { margin-bottom: 90px; }
.resp-margin-bottom-100px { margin-bottom: 100px; }
.resp-margin-bottom-110px { margin-bottom: 110px; }
.resp-margin-bottom-120px { margin-bottom: 120px; }
.resp-margin-bottom-130px { margin-bottom: 130px; }
.resp-margin-bottom-140px { margin-bottom: 140px; }
/* Responsive Left Margin */
.resp-margin-left-10px { margin-left: 10px; }
.resp-margin-left-20px { margin-left: 20px; }
.resp-margin-left-30px { margin-left: 30px; }
.resp-margin-left-40px { margin-left: 40px; }
.resp-margin-left-50px { margin-left: 50px; }
.resp-margin-left-60px { margin-left: 60px; }
.resp-margin-left-70px { margin-left: 70px; }
.resp-margin-left-80px { margin-left: 80px; }
.resp-margin-left-90px { margin-left: 90px; }
.resp-margin-left-100px { margin-left: 100px; }
.resp-margin-left-110px { margin-left: 110px; }
.resp-margin-left-120px { margin-left: 120px; }
.resp-margin-left-130px { margin-left: 130px; }
.resp-margin-left-140px { margin-left: 140px; }
/* Responsive Right Margin */
.resp-margin-right-10px { margin-right: 10px; }
.resp-margin-right-20px { margin-right: 20px; }
.resp-margin-right-30px { margin-right: 30px; }
.resp-margin-right-40px { margin-right: 40px; }
.resp-margin-right-50px { margin-right: 50px; }
.resp-margin-right-60px { margin-right: 60px; }
.resp-margin-right-70px { margin-right: 70px; }
.resp-margin-right-80px { margin-right: 80px; }
.resp-margin-right-90px { margin-right: 90px; }
.resp-margin-right-100px { margin-right: 100px; }
.resp-margin-right-110px { margin-right: 110px; }
.resp-margin-right-120px { margin-right: 120px; }
.resp-margin-right-130px { margin-right: 130px; }
.resp-margin-right-140px { margin-right: 140px; }
/* Responsive Top Bottom Margin */
.resp-margin-top-bottom-10px { margin: 10px 0; }
.resp-margin-top-bottom-20px { margin: 20px 0; }
.resp-margin-top-bottom-30px { margin: 30px 0; }
.resp-margin-top-bottom-40px { margin: 40px 0; }
.resp-margin-top-bottom-50px { margin: 50px 0; }
.resp-margin-top-bottom-60px { margin: 60px 0; }
.resp-margin-top-bottom-70px { margin: 70px 0; }
.resp-margin-top-bottom-80px { margin: 80px 0; }
.resp-margin-top-bottom-90px { margin: 90px 0; }
.resp-margin-top-bottom-100px { margin: 100px 0; }
.resp-margin-top-bottom-110px { margin: 110px 0; }
.resp-margin-top-bottom-120px { margin: 120px 0; }
.resp-margin-top-bottom-130px { margin: 130px 0; }
.resp-margin-top-bottom-140px { margin: 140px 0; }
/* Responsive Left Right Margin */
.resp-margin-left-right-10px { margin: 0 10px; }
.resp-margin-left-right-20px { margin: 0 20px; }
.resp-margin-left-right-30px { margin: 0 30px; }
.resp-margin-left-right-40px { margin: 0 40px; }
.resp-margin-left-right-50px { margin: 0 50px; }
.resp-margin-left-right-60px { margin: 0 60px; }
.resp-margin-left-right-70px { margin: 0 70px; }
.resp-margin-left-right-80px { margin: 0 80px; }
.resp-margin-left-right-90px { margin: 0 90px; }
.resp-margin-left-right-100px { margin: 0 100px; }
.resp-margin-left-right-110px { margin: 0 110px; }
.resp-margin-left-right-120px { margin: 0 120px; }
.resp-margin-left-right-130px { margin: 0 130px; }
.resp-margin-left-right-140px { margin: 0 140px; }
}
/**
* [ 6 ] - Read More Link
* ~~~~~~~~~~~~~~~~~~~~~~~~
*/
a.readmore-link {
text-decoration: none;
display: inline-block;
color: #222;
position: relative;
z-index: 5;
font-weight: bold;
}
a.readmore-link.align-left, a.readmore-link.align-right {
margin-bottom: 0;
}
a.readmore-link:hover {
text-decoration: none;
color: #f17663;
}
/**
* [ 7 ] - Text Colored
* ~~~~~~~~~~~~~~~~~~~~~~
*/
.colored {
color: #f17663;
}
/**
* [ 8 ] - Clear
* ~~~~~~~~~~~~~~~
*/
.clear {
clear: both;
display: block;
height: 1px;
margin-bottom: -1px;
width: 100%;
}
/**
* -------------------------------------------------------------------------------
* ( 03 ) - Form Settings
* -------------------------------------------------------------------------------
*
* This part contains the general website forms settings and the header
* form settings.
*
* ------
*
* Form Settings divided to the following sections:
*
* |
* |--> [ 1 ] - General Forms Settings
* |--> [ 2 ] - Header Form
*
*/
/**
* [ 1 ] - General Forms Settings
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
form {
position: relative;
}
input,
label,
textarea {
font-size: 15px;
line-height: 22px;
border-radius: 4px;
color: #222;
outline: none;
transition: all 0.2s ease;
}
abbr {
cursor: help;
}
input,
textarea {
border: none;
background: #fff;
padding: 12px 15px;
width: 270px;
box-shadow: 0 2px 3px #ddd inset;
}
input:focus,
textarea:focus {
}
textarea {
height: 200px;
}
label {
vertical-align: top;
margin-bottom: 0;
display: inline;
color: #aaa;
}
input.submit {
cursor: pointer;
display: inline-block;
padding: 12px 17px;
font-size: 16px;
font-weight: bold;
font-family: SimHei,'微软雅黑', sans-serif;
width: auto;
position: relative;
top: -1px;
margin-left: 5px;
border: none;
color: #fff;
background: #f17663;
box-shadow: none;
}
input.submit:hover {
background: #eb6455;
}
/* error state */
label.error {
background: #ff3333;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.1px;
line-height: 20px;
margin-top: 6px;
padding: 1px 8px;
position: relative;
}
form input.error,
form textarea.error {
background: #fff;
border: 3px solid #ff3333;
transition: border-color 0s;
margin-bottom: -15px;
}
/**
* [ 2 ] - Header Form
* ~~~~~~~~~~~~~~~~~~~~~
*/
#header-form {
display: block;
padding: 30px;
text-align: left;
background: rgba(255, 255, 255, 0.05);
border-radius: 10px;
border: 2px solid rgba(255, 255, 255, 0.12);
}
#header-form .form-icon {
width: 80px;
height: 80px;
line-height: 80px;
font-size: 35px;
display: block;
text-align: center;
border-radius: 100%;
color: #fff;
background: #f17663;
margin: -76px auto 25px;
}
#header-form h3 {
color: #fff;
display: block;
text-align: center;
padding-bottom: 5px;
}
#header-form span {
font-size: 14px;
color: #999;
padding-bottom: 20px;
display: block;
text-align: center;
}
#header-form .single-input-line {
display: block;
width: 100%;
margin-bottom: 15px;
position: relative;
}
#header-form .single-input-line:last-child {
margin-bottom: 0;
}
#header-form .single-input-line input[type=text],
#header-form .single-input-line textarea {
width: 100%;
text-indent: 30px;
box-shadow: none;
}
#header-form .single-input-line textarea {
height: 290px;
}
#header-form .single-input-line i {
position: absolute;
top: 14px;
left: 14px;
font-size: 18px;
color: #222;
}
/* Submit Message */
#submit-message {
position: fixed;
bottom: 30px;
left: 30px;
padding: 7px 50px 0 110px;
background: #222;
text-align: left;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.hidden-form {
opacity: 0;
}
.appearing-delay {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
#submit-message .close-icon:before {
content: "×";
font-size: 25px;
color: #fff;
cursor: pointer;
position: absolute;
right: 20px;
top: 13px;
}
.submit-message-content {
display: block;
}
.error-icon:before, .success-icon:before {
width: 60px;
height: 60px;
line-height: 52px;
border: 3px solid;
border-radius: 50%;
color: #fff;
font-size: 25px;
text-align: center;
position: absolute;
left: 30px;
}
.error-icon:before {
border-color: #ff3333;
}
.success-icon:before {
border-color: #3aae39;
}
.submit-message-content h5 {
font-size: 18px;
color: #ddd;
padding-bottom: 0;
}
.submit-message-content p {
padding: 0;
font-style: normal !important;
font-size: 13px !important;
font-family: SimHei,'微软雅黑', sans-serif;
color: #999 !important;
}
/**
* -------------------------------------------------------------------------------
* ( 04 ) - Header
* -------------------------------------------------------------------------------
*
* This part contains the general header settings, header top content settings
* header featured content, slider and header go bottom icon
*
* ------
*
* Header divided to the following sections:
*
* |
* |--> [ 1 ] - Header Settings
* |--> [ 2 ] - Header Top Content
* |--> [ 3 ] - Header Featured Content
* |--> [ 4 ] - Slider
* |--> [ 5 ] - Header Go Bottom
*
*/
/**
* [ 1 ] - Header Settings
* ~~~~~~~~~~~~~~~~~~~~~~~~~
*/
header {
width: 100%;
display: block;
position: relative;
}
header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
color: #fff;
}
header h1 strong,
header h2 strong,
header h3 strong,
header h4 strong,
header h5 strong,
header h6 strong {
color: #fff;
}
header h1 small,
header h2 small,
header h3 small,
header h4 small,
header h5 small,
header h6 small {
color: #ddd;
}
header .light-heading.subheader {
color: rgba(255, 255, 255, 0.85);
}
header p {
color: rgba(255, 255, 255, 0.9);
font-size: 16px;
line-height: 24px;
font-family: SimHei,'微软雅黑', sans-serif;
}
/* Header Featured Button */
.button {
text-align: center;
border: 3px solid;
margin: 15px 5px 0 0;
border-radius: 4px;
display: inline-block;
font-family: SimHei,'微软雅黑', sans-serif;
}
header .button {
margin-top: 30px;
}
.button.rounded {
border-radius: 9999px;
}
/* Sizes of Header Featured Button */
.button.small {
font-size: 14px;
padding: 7px 25px;
}
.button.medium {
font-size: 16px;
padding: 10px 30px;
}
.button.large {
font-size: 19px;
padding: 15px 35px;
}
/* Header Featured Button with Icons */
.button i {
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.button.small i {
width: 14px;
}
.button.medium i {
width: 16px;
}
.button.large i {
width: 19px;
}
/* With Icon Right */
.button.with-icon-right.small i {
margin-left: 9px;
}
.button.with-icon-right.medium i {
margin-left: 11px;
}
.button.with-icon-right.large i {
margin-left: 14px;
}
/* With Icon Left */
.button.with-icon-left.small i {
margin-right: 9px;
}
.button.with-icon-left.medium i {
margin-right: 11px;
}
.button.with-icon-left.large i {
margin-right: 14px;
}
/* With Hover Icon Right & Left */
.button.with-hover-icon-right i,
.button.with-hover-icon-left i {
width: 0;
opacity: 0;
}
.button.with-hover-icon-right:hover i,
.button.with-hover-icon-left:hover i {
opacity: 1;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.button.with-hover-icon-right.small:hover i {
width: 14px;
margin-left: 9px;
}
.button.with-hover-icon-right.medium:hover i {
width: 16px;
margin-left: 11px;
}
.button.with-hover-icon-right.large:hover i {
width: 19px;
margin-left: 14px;
}
.button.with-hover-icon-left.small:hover i {
width: 14px;
margin-right: 9px;
}
.button.with-hover-icon-left.medium:hover i {
width: 16px;
margin-right: 11px;
}
.button.with-hover-icon-left.large:hover i {
width: 19px;
margin-right: 14px;
}
/* Transparent Colorful Button */
.button.transparent-colorful,
.button.hover-transparent-colorful:hover {
color: #f17663;
background: transparent;
border-color: #f17663;
}
/* Colorful Button */
.button.colorful,
.button.hover-colorful:hover {
color: #fff;
background: #f17663;
border-color: #f17663;
}
/* Transparent White Button */
.button.transparent-white,
.button.hover-transparent-white:hover {
color: #fff;
background: transparent;
border-color: #fff;
}
/* White Button */
.button.white,
.button.hover-white:hover {
color: #111;
background: #fff;
border-color: #fff;
}
/* Transparent Dark Button */
.button.transparent-dark,
.button.hover-transparent-dark:hover {
color: #111;
background: transparent;
border-color: #111;
}
/* Dark Button */
.button.dark,
.button.hover-dark:hover {
color: #fff;
background: #111;
border-color: #111;
}
/**
* [ 2 ] - Header Top Content
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.header-top-content {
display: table;
width: 100%;
height: 100px;
position: absolute;
z-index: 2;
color: #fff;
font-size: 12px;
}
.header-top-content-inner {
display: table-cell;
vertical-align: middle;
}
/* Contact Info */
.contact-info {
display: inline-block;
position: relative;
top: 4px;
}
.contact-info span {
display: inline-block;
margin-right: 20px;
}
.contact-info span i {
font-size: 15px;
position: relative;
top: 1px;
margin-right: 6px;
}
/* Header Social Icons */
.header-top-content .social-icons {
float: right;
display: inline-block;
margin-bottom: 0;
}
.header-top-content .social-icons.grey li a {
background: #fff;
}
.header-top-content .social-icons.hover-dark li a:hover {
background: #222 !important;
}
/**
* [ 3 ] - Header Featured Content
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/* Header Featured Content Outer */
#header-featured-content-outer {
display: block;
position: relative;
overflow: hidden;
width: 100% !important;
height: 100% !important;
padding: 0;
}
/* Header Parallax */
.header-parallax {
position: relative;
/*background-image: url("../images/files/parallax-background-images/image110.jpg");*/ /* 61 & 69 & 76 & 89 & 18 */
background-color: #222; /* 777 */
background-position: top center;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
}
/* Pattern Overlay */
.pattern-overlay {
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
background-image: url("../images/general-elements/pattern-overlay.png");
background-color: rgba(0, 0, 0, 0.85);
background-repeat: repeat;
background-position: top left;
}
/* Header Colored Background */
.header-colored-background {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
/* Background Video */
.background-video {
position: absolute;
width: 100%;
height: 100%;
}
/* Header Featured Content */
.header-featured-content {
position: absolute;
top: 0;
display: block;
z-index: 1;
width: 100%;
height: 100%;
font-family: "Raleway", sans-serif;
color: #fff;
}
.header-featured-content img {
max-width: 100%;
}
.header-featured-content .container, .header-featured-content .row, .header-featured-content [class*="col-"] {
height: 100%;
z-index: 1;
}
.header-featured-content-inner {
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: block;
}
/* Header Center Box */
.header-center-box {
display: table;
width: 100%;
height: 100%;
position: relative;
}
.header-center-box-content {
display: table-cell;
vertical-align: middle;
padding: 85px 0;
position: relative;
}
.header-center-box img {
max-height: 100%;
max-width: 100%;
}
/* Header Logo */
.header-logo {
display: inline-block;
width: 100%;
margin-bottom: 50px;
}
.disable-header-logo {
display: none;
}
/* Header Featured Title */
.header-featured-title {
display: block;
}
.header-featured-title h4 {
font-family: "Courier New", serif;
color: #bbb;
font-size: 21px;
font-weight: normal;
padding-bottom: 10px;
}
.header-featured-title h2 {
color: #fff;
font-size: 42px;
margin-bottom: 15px;
padding-bottom: 15px;
}
.header-featured-title h2:after {
content: "";
width: 60px;
height: 5px;
background: #f17663;
margin-top: 25px;
display: block;
}
.text-center .header-featured-title h2:after,
.text-center.header-featured-title h2:after {
margin: 25px auto 0 auto;
}
.header-featured-title p {
font-size: 18px;
line-height: 27px;
color: #ddd;
}
.text-center .header-featured-title p,
.text-center.header-featured-title p {
max-width: 60%;
margin: auto;
}
/* Horizontal Featured Image */
.horizontal-featured-image-container {
width: 100%;
display: block;
}
.horizontal-featured-image-container img {
max-width: 100%;
}
/* Vertical Featured Image */
.vertical-featured-image-container {
height: 100%; /* Use it when you need img to be resizable when resizing browser [ rare possibility ] */
}
.vertical-featured-image-container img {
max-width: 100%;
max-height: 100%;
}
/**
* [ 4 ] - Slider
* ~~~~~~~~~~~~~~~~
*/
.header-slider {
list-style: outside none;
/*position: absolute !important;*/
background: #333;
width: 100%;
height: 100%;
z-index: 0;
}
.header-slider li {
height: 100%;
display: block;
width: 100%;
background-color: #222;
background-position: top center;
background-size: cover;
/*background-attachment: fixed;*/
background-repeat: no-repeat;
position: relative;
}
/**
* [ 5 ] - Header Go Bottom
* ~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.header-go-bottom {
position: absolute;
bottom: 60px;
width: 100%;
text-align: center;
font-size: 13px;
letter-spacing: 1px;
font-family: "Raleway", sans-serif;
color: #fff;
}
.header-go-bottom a {
color: #fff;
font-family: "Raleway", sans-serif;
font-size: 14px;
display: inline-block;
position: relative;
z-index: 1;
}
.header-go-bottom a span {
width: 26px;
height: 35px;
border: 3px solid #fff;
border-radius: 12px;
display: block;
margin: 15px auto auto;
}
.header-go-bottom a span:before {
content: "";
width: 5px;
height: 9px;
margin: 4px auto auto;
border-radius: 10px;
background: #fff;
display: block;
position: relative;
-webkit-animation-name: iconMove;
animation-name: iconMove;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-play-state: running;
animation-play-state: running;
}
@keyframes iconMove {
0% { top: 0; }
50% { top: 5px; }
100% { top: 10px; opacity: 0; }
}
@-webkit-keyframes iconMove {
0% { top: 0; }
50% { top: 5px; }
100% { top: 10px; opacity: 0; }
}
/**
* -------------------------------------------------------------------------------
* ( 05 ) - Logo and Nav
* -------------------------------------------------------------------------------
*
* This part contains the the logo, nav and other addons such as subscribe
* button and go to top button.
*
* ------
*
* It's divided to the following sections:
*
* |
* |--> [ 1 ] - Logo and Nav Settings
* |--> [ 2 ] - Logo
* |--> [ 3 ] - Nav
* |--> [ 4 ] - Additional Addons
*
*/
/**
* [ 1 ] - Logo and Nav Settings
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.logo-and-nav {
height: 75px;
position: fixed;
top: 0;
right: 0;
display: block;
width: 100%;
background: rgba(255, 255, 255, 0.95); /* 0.98 */
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
z-index: 20;
transition: background 0.2s, height 0.2s, box-shadow 0.2s, right 0.6s cubic-bezier(0.19, 1, 0.22, 1); /* Important */
}
.logo-and-nav-fullwidth .container {
width: 100%;
padding: 0 50px;
}
.logo-and-nav-fixedwidth .container {
}
/* Sticky Plugin Settings */
.logo-and-nav-wrapper {
position: absolute;
width: 100%;
}
/* Logo and Nav Sticky State general properties */
.logo-and-nav-sticky-state .logo-and-nav {
background: #fff;
/* background: rgba(255, 255, 255, 1);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
*/ /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);*/
/*height: 70px; */
}
.logo-and-nav-sticky-state .logo {
}
.logo-and-nav-sticky-state .logo img.dark-logo{
opacity: 1;
visibility: visible;
}
.logo-and-nav-sticky-state .logo img.light-logo {
opacity: 0;
visibility: hidden;
}
.logo-and-nav-sticky-state .logo h3 {
color: #222;
}
.logo-and-nav-sticky-state .logo h3 strong {
color: #f17663;
}
.logo-and-nav-sticky-state .logo:hover h3 {
color: #222;
}
.logo-and-nav-sticky-state .logo span {
/*color: #999;*/
}
.logo-and-nav-sticky-state .main-menu > li:after {
}
.logo-and-nav-sticky-state .main-menu > li > a {
}
.logo-and-nav-sticky-state .main-menu > li > a:hover {
}
.logo-and-nav-sticky-state .main-menu > li:hover > a {
}
.logo-and-nav-sticky-state .main-menu > li > a.current {
}
.logo-and-nav-sticky-state .main-menu > li > a:before {
}
/* Logo and Nav Style 1 */
.logo-and-nav-style1 {
position: fixed;
opacity: 0;
-webkit-backface-visibility: hidden; /* Fix 'visibility' property which cause flickr with jQuery */
backface-visibility: hidden;
transition: all 0s;
}
/* Logo and Nav Style 1 Sticky State */
.logo-and-nav-sticky-state .logo-and-nav-style1 {
opacity: 1;
-webkit-backface-visibility: hidden; /* Fix 'visibility' property which cause flickr with jQuery */
backface-visibility: hidden; /* margin */
-webkit-transition: opacity 0.4s, margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.7);
transition: opacity 0.4s, margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.7);
}
/**
* [ 2 ] - Logo
* ~~~~~~~~~~~~~~
*/
.logo {
display: block;
position: relative;
top: 20px;
}
.logo img {
position: absolute;
left: 0;
max-height: 35px;
margin-top: 0;
transition: all 0.2s ease 0s;
}
.logo img.light-logo {
}
.logo img.dark-logo {
left: 0;
opacity: 0;
visibility: hidden;
}
.logo h3 {
overflow: hidden;
width: auto;
margin-top: -5px;
font-size: 24px;
font-weight: 400;
padding-bottom: 0;
}
.logo h3 strong {
font-weight: 600;
color: #f17663;
}
.logo:hover h3 {
color: #222;
}
.logo span {
color: #888;
font-size: 12px;
margin-top: -10px;
}
.logo h3,
.logo h3 strong,
.logo span {
transition: all 0.2s ease 0s;
}
/* Text Logo */
.text-logo {
display: inline-block;
}
.text-logo h3 {
display: inline-block;
}
.text-logo span {
display: block;
}
.text-logo img {
display: none !important;
}
/* Image Logo */
.iamge-logo img {
display: inline-block;
}
.image-logo h3,
.image-logo span {
display: none;
}
/**
* [ 3 ] - Nav
* ~~~~~~~~~~~~~
*/
nav#main-nav {
position: relative;
float: right;
height: 100%;
line-height: 100%;
}
.main-menu {
list-style: none;
display: inline-block;
height: 100%;
position: relative;
z-index: 1; /* related with z-index of .header-addon-search-form */
left: 0;
transition: all .2s ease .35s;
}
.main-menu li {
position: relative;
white-space: nowrap; /* no need for Supersubs plugin */
}
.main-menu > li {
float: left;
height: 100%;
}
.main-menu > li > a {
color: #222;
height: 75px;
display: block;
line-height: 75px;
font-size: 14px;
font-weight: 600;
padding: 0 8px;
letter-spacing: 0.4px;
font-family: "Raleway", sans-serif;
}
.main-menu > li > a:hover {
color: #f17663;
}
.main-menu > li:hover > a {
color: #f17663;
}
.main-menu > li > a.current {
color: #f17663;
}
/* Nav Responsive Settings */
#main-nav input[type=checkbox] {
position: absolute;
top: -9999px;
left: -9999px;
}
#main-nav label {
display: none;
cursor: pointer;
-moz-user-select: none;
}
/* small screens */
@media screen and (max-width: 992px) {
#main-nav #main-menu {
display: none;
height: auto;
background: #fff;
padding: 10px 0;
-webkit-transition: all 0s;
transition: all 0s;
}
#main-nav label {
position: absolute;
top: 26px;
left: -18px;
display: block;
width: 30px;
height: 30px;
}
#main-nav label:after {
font-family: "fontAwesome";
content: "\f0c9";
font-size: 21px;
}
#main-nav input[type=checkbox]:checked ~ label:after {
color: #222;
}
#main-nav input[type=checkbox]:checked ~ #main-menu {
border: 3px solid #ddd;
display: block;
left: 0;
margin-top: 30px;
position: absolute;
top: 45px;
width: 100%;
}
#main-nav input[type=checkbox]:checked ~ #main-menu > li {
width: 100%;
height: auto;
background: #fff;
}
#main-nav input[type=checkbox]:checked ~ #main-menu > li a {
height: auto;
line-height: inherit;
padding: 11px 20px;
}
}
/**
* [ 4 ] - Additional Addons
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.header-additional-addons {
position: relative;
display: inline-block;
float: right;
height: 75px;
}
/* Buttons */
.header-additional-addons .button {
margin: 0 -8px 0 25px;
position: relative;
top: 20px;
}
/* Social Icons */
.header-additional-addons .social-icons {
display: inline-block;
float: right;
margin-left: 25px;
position: relative;
top: 20px;
}
/**
* -------------------------------------------------------------------------------
* ( 06 ) - Main content
* -------------------------------------------------------------------------------
*
* This part contains the the main container settings. Also the general
* settings for flat section, parallax section and flat section 2 which is
* is used for the short content
*
* ------
*
* Main content divided to the following sections:
*
* |
* |--> [ 1 ] - Main Content Settings
* |--> [ 2 ] - About Us
* |--> [ 3 ] - Our Clients
* |--> [ 4 ] - Fun Facts
* |--> [ 5 ] - Testmonials
* |--> [ 6 ] - Pricing Plans
* |--> [ 7 ] - Subscribe
*
*/
/**
* [ 1 ] - Main Content Settings
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#main-container {
display: block;
position: relative;
z-index: 0; /* Important for icons animations */
width: 100%;
background: #fff;
padding: 0;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
#main {
display: block;
position: relative;
}
/* Flat Section */
.flat-section {
display: block;
width: 100%;
/* have to use padding properties separately due to avoiding jQuery purposes conflict */
padding-top: 115px;
padding-bottom: 120px;
position: relative;
}
/* Flat Section Title */
.flat-section-title {
width: 100%;
display: block;
margin-bottom: 40px;
position: relative;
}
[class*="col-"] .col-md-12 .flat-section-title,
[class*="col-"] .col-lg-12 .flat-section-title,
[class*="col-"] .col-xs-12 .flat-section-title,
[class*="col-"] .col-sm-12 .flat-section-title {
width: 100%;
}
.col-md-12 .flat-section-title,
.col-lg-12 .flat-section-title {
width: 75%;
}
.text-center.flat-section-title,
.text-center .flat-section-title {
margin-left: auto;
margin-right: auto;
}
.text-center.flat-section-title:after,
.text-center .flat-section-title:after {
margin-left: auto;
margin-right: auto;
}
.white-content .flat-section-title h2 {
color: #fff;
}
.white-content .flat-section-title span {
color: #ddd;
}
.flat-section-title:after {
content: "";
width: 60px;
height: 5px;
background: #f17663;
margin-top: 25px;
display: block;
}
.flat-section-title h2 {
font-size: 34px;
font-weight: 700;
}
.flat-section-title .subheader {
padding-bottom: 12px;
}
.flat-section-subtitle {
font-size: 18px;
line-height: 28px;
margin-top: -12px;
color: #999;
display: inline-block;
font-family: SimHei,'微软雅黑', sans-serif;
}
.flat-section-title .subheader + .flat-section-subtitle {
margin-bottom: 10px;
margin-top: 7px;
}
/* Flat Section Content */
.flat-section-content {
display: block;
width: 100%;
position: relative;
}
/* Parallax Section */
.parallax-section {
display: block;
width: 100%;
position: relative;
text-align: center;
background-color: #ccc;
background-position: top center;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
color: #fff;
}
.parallax-section-inner {
width: 100%;
height: 100%;
position: relative;
padding: 115px 0 110px;
z-index: 1;
}
/**
* [ 2 ] - About Us
* ~~~~~~~~~~~~~~~~~~
*/
#about-us {
display: block;
width: 100%;
}
/**
* [ 3 ] - Our Clients
* ~~~~~~~~~~~~~~~~~~~~~
*/
#our-clients {
display: block;
width: 100%;
}
#our-clients .flat-section {
background: #f3f3f3;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#our-clients .flat-section-title {
width: 60%;
}
/* Clients Carousel */
.clients-carousel {
list-style: outside none;
display: block;
margin-bottom: 15px;
}
.clients-carousel li {
/*text-align: center;*/
width: 100%;
}
/**
* [ 4 ] - Fun Facts
* ~~~~~~~~~~~~~~~~~~~
*/
#fun-facts {
width: 100%;
display: block;
}
#fun-facts .flat-section-title {
width: 60%;
}
/* Fun Facts Box */
.fun-facts-box .info-box-content {
padding-left: 84px !important;
min-height: auto !important;
}
.fun-facts-box h5 {
padding-bottom: 6px;
}
.fun-facts-box span {
font-size: 40px;
font-weight: 400;
color: #222;
font-family: "Raleway", sans-serif;
}
/**
* [ 5 ] - Teatmonials
* ~~~~~~~~~~~~~~~~~~~~~
*/
#testmonials {
width: 100%;
display: block;
}
#testmonials .flat-section-title {
width: 60%;
}
/* Testmonial Carousel */
.testmonials-carousel-outer {
display: block;
position: relative;
text-align: left;
}
.testmonials-carousel-quote-icon {
width: 128px;
height: 128px;
display: block;
position: absolute;
top: 0;
left: 0;
margin-top: -23px;
}
.testmonials-carousel-quote-icon img {
width: 100%;
height: 100%;
}
.testmonials-carousel {
list-style: outside none;
padding-left: 163px;
text-align: left;
}
.single-testmonial {
display: block;
width: 100%;
min-height: 93px;
}
.single-testmonial-image {
width: 93px;
position: absolute;
border-radius: 100%;
overflow: hidden;
border: 5px solid #f17663;
}
.single-testmonial-image img {
width: 100%;
height: 100%;
}
.single-testmonial-content {
width: 80%;
padding: 3px 0 0 113px;
}
.single-testmonial-message {
color: #d3d3d3;
font-size: 18px;
font-style: italic;
line-height: 28px;
margin-bottom: 10px;
}
.single-testmonial-person {
font-size: 14px;
font-family: "Raleway", sans-serif;
color: #eee;
font-weight: 700;
margin-top: 5px;
display: block;
}
/**
* [ 6 ] - Pricing Plans
* ~~~~~~~~~~~~~~~~~~~~~~~
*/
#pricing-plans {
width: 100%;
display: block;
}
#pricing-plans .flat-section-title {
width: 60%;
}
/**
* [ 7 ] - Subscribe
* ~~~~~~~~~~~~~~~~~~~
*/
#subscribe {
width: 100%;
display: block;
}
#subscribe .flat-section-title {
width: 60%;
}
/* Subscribe form */
.subscribe-form {
display: inline-block;
font-size: 0;
}
.subscribe-form input.error {
border: none;
}
.subscribe-form span {
font-style: italic;
display: block;
margin-top: 1px;
color: #aaa;
font-size: 15px;
text-align: left;
}
.subscribe-result {
display: none;
width: 100%;
text-align: center;
}
.subscribe-result .error,
.subscribe-result .success {
padding: 10px 25px 10px 35px;
text-align: left;
color: #ccc;
border: 2px solid;
border-radius: 4px;
font-size: 15px;
line-height: 23px;
margin-top: 30px;
display: inline-block;
position: relative;
}
.subscribe-result .error {
border-color: #ff3333;
}
.subscribe-result .success {
border-color: #bccc86;
}
.subscribe-result .fa {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
position: absolute;
left: -15px;
top: 7px;
color: #fff;
}
.subscribe-result .error .fa-exclamation {
background: #ff3333;
}
.subscribe-result .success .fa-check {
background: #bccc86;
color: #000;
}
/**
* -------------------------------------------------------------------------------
* ( 07 ) - Footer
* -------------------------------------------------------------------------------
*
* This part contains the footer settings, footer logo, social
* icons and footer message.
*
* ------
*
* It has the following code:
*
*/
footer {
display: block;
position: relative;
width: 100%;
padding: 40px 0;
background: #fff;
}
.footer-logo-and-message {
}
/* Footer Logo */
img.footer-logo-image {
float: left;
}
.footer-logo-title {
font-size: 24px;
color: #f17663;
font-weight: 700;
display: block;
font-family: "Raleway", sans-serif;
position: relative;
left: 15px;
}
/* Footer Message */
.footer-message {
display: block;
font-size: 14px;
margin-top: -2px;
position: relative;
left: 15px;
}
.footer-message a {
color: #555;
text-decoration: underline;
}
.footer-message a:hover {
color: #222;
}
/* Footer Social Icons */
footer .social-icons {
float: right;
}
/**
* -------------------------------------------------------------------------------
* ( 08 ) - Responsive Specifications
* -------------------------------------------------------------------------------
*
* This part contains the responsive modifications for small devices widths
*
* ------
*
* It has the following code:
*
* |
* |--> [ 1 ] - Width From 1200px to 0
* |--> [ 2 ] - Width From 992px to 0
* |--> [ 3 ] - Width From 768px to 0
* |--> [ 4 ] - Width From 480px to 0
* |--> [ 5 ] - Width From 320px to 0
* |--> [ 6 ] - Height Form 768px to 0
* |--> [ 7 ] - Height Form Maximmum to 768px
* |--> [ 8 ] - Height Form Maximmum to 900px
*
*/
/**
* [ 1 ] - Width From 1200px to 0
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (max-width: 1200px) {
/* Vertical Featured Image Container */
header .vertical-featured-image-container {
text-align: center !important
}
/* Pricing Table */
.pricing-table-column {
margin-bottom: 40px;
}
}
/**
* [ 2 ] - Width From 992px to 0
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (max-width: 992px) {
/* Header Top Content */
.header-top-content {
text-align: center;
height: auto;
}
.contact-info {
display: block;
margin-top: 15px;
}
.header-top-content .social-icons {
float: none;
margin-top: 15px;
}
/* Fixing Header Height With Content */
.header-featured-content {
position: relative;
}
.header-featured-content-inner {
position: relative;
}
.header-slider + .header-featured-content-inner {
height: auto;
}
#header-featured-content-outer,
header .fullscreen,
.header-slider li,
.header-center-box .vertical-featured-image-container,
.header-center-box-content {
height: auto !important;
}
/* Disable Fade Scroll Animation */
.header-center-box {
opacity: 1 !important;
top: 0 !important;
text-align: center;
}
.header-center-box .header-featured-title h2:after {
margin: 25px auto 0 auto;
}
.header-center-box-content {
padding: 50px 0;
top: 0;
}
/* Vertical Featured Image Container */
.vertical-featured-image-container {
text-align: center !important;
}
.vertical-featured-image-container img {
max-height: 100% !important;
}
/* Optimizing paddings in case of using */
[class*="col-"]:nth-child(1) .header-center-box-content {
padding-top: 50px !important;
padding-bottom: 0;
}
/* From 3rd to more */
[class*="col-"]:nth-child(n+3) .header-center-box-content {
padding-top: 0;
padding-bottom: 90px;
}
/* Last box and in most 2nd */
[class*="col-"]:last-child .header-center-box-content {
padding-top: 25px;
padding-bottom: 50px;
}
/* Modifing Last button if 2 buttons used in single slider slide */
header .button:last-child {
margin-top: 15px;
}
/* Section Title */
.col-md-12 .flat-section-title,
.col-lg-12 .flat-section-title,
.col-xs-12 .flat-section-title,
.col-sm-12 .flat-section-title {
width: 100%;
}
/* Info Box */
[class*="col-md-"] .info-box1,
[class*="col-md-"] .info-box2 {
margin-bottom: 40px;
}
#pricing-plans [class*="col-"]:last-child .pricing-table-column {
margin-bottom: 0;
}
.horizontal-featured-image-container img {
width: 100%;
}
/* Header Go Bottom */
.header-go-bottom {
display: none;
}
/* Remove Custom Paddings and Margins */
.resp-remove-padding-top {
padding-top: 0 !important;
}
.resp-remove-padding-bottom {
padding-bottom: 0 !important;
}
.resp-remove-padding-left {
padding-left: 0 !important;
}
.resp-remove-padding-left[class*="col-"] {
padding-left: 15px !important;
}
.resp-remove-padding-right {
padding-right: 0 !important;
}
.resp-remove-padding-right[class*="col-"] {
padding-right: 15px !important;
}
.resp-remove-margin-top {
margin-top: 0 !important;
}
.resp-remove-margin-bottom {
margin-bottom: 0 !important;
}
.resp-remove-margin-left {
margin-left: 0 !important;
}
.resp-remove-margin-right {
margin-right: 0 !important;
}
}
/**
* [ 3 ] - Width From 768px to 0
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (max-width: 768px) {
/* Footer Social Icons */
footer .social-icons {
float: none;
margin-top: 30px;
}
/* Setting Widths for Flat Section Title in some Sections */
#our-clients .flat-section-title,
#fun-facts .flat-section-title,
#testmonials .flat-section-title,
#pricing-plans .flat-section-title,
#subscribe .flat-section-title {
width: 90%;
}
/* Info Box */
.info-box {
padding-bottom: 35px;
}
.testmonials-carousel-quote-icon {
display: none;
}
#testmonials {
/*display: none;*/
}
.testmonials-carousel {
padding-left: 17.5px;
}
.single-testmonial-content {
width: 90%;
}
.clients-carousel li {
text-align: center;
}
/* Custom Padding */
*[data-padding-left] {
padding-left: 0 !important;
}
*[data-padding-right] {
padding-right: 0 !important;
}
/* Set col- as default padding left and right */
[class*="col-"] {
padding-left: 15px !important;
}
[class*="col-"] {
padding-right: 15px !important;
}
/* Info Box */
.info-box1,
.info-box2 {
margin-bottom: 40px !important;
}
/* Remove Custom Paddings and Margins */
.resp-remove-padding-top {
padding-top: 0 !important;
}
.resp-remove-padding-bottom {
padding-bottom: 0 !important;
}
.resp-remove-padding-left {
padding-left: 0 !important;
}
.resp-remove-padding-left[class*="col-"] {
padding-left: 15px !important;
}
.resp-remove-padding-right {
padding-right: 0 !important;
}
.resp-remove-padding-right[class*="col-"] {
padding-right: 15px !important;
}
.resp-remove-margin-top {
margin-top: 0 !important;
}
.resp-remove-margin-bottom {
margin-bottom: 0 !important;
}
.resp-remove-margin-left {
margin-left: 0 !important;
}
.resp-remove-margin-right {
margin-right: 0 !important;
}
}
/**
* [ 4 ] - Width From 480px to 0
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (max-width: 480px) {
.header-additional-addons .social-icons {
display: none;
}
.vertical-featured-image-container img {
width: 100%;
}
.subscribe-form input.submit {
position: absolute;
top: 0;
right: 0;
}
}
/**
* [ 5 ] - Width From 320px to 0
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (max-width: 320px) {
}
/**
* [ 6 ] - Height From 768px to 0
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (max-height : 768px) {
.header-center-box-content {
/*padding: 100px 0 90px;*/
top: 20px;
}
.horizontal-featured-image-container {
display: none;
}
/* Header Go Bottom */
.header-go-bottom {
display: none;
}
}
/**
* [ 7 ] - Height From Maximmum to 768px
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (min-height : 768px) {
.header-center-box-content {
top: 0;
padding: 150px 0;
}
}
/**
* [ 8 ] - Height From Maximmum to 900px
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media (min-height : 900px) {
#submit-message {
right: 30px;
left: auto;
}
} | 0.240329 | 0.06148 |
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
margin-top: 0;
margin-bottom: 20px;
}
.woocommerce .products ul, .woocommerce-page .products ul, .woocommerce ul.products, .woocommerce-page ul.products {
padding-top: 25px;
border-top: 1px solid #eee;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 30.774%;
margin-right: 3.83900%;
}
.woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button {
background: #3498db;
color: #fff!important;
text-shadow: none;
font-weight: normal;
border: 0;
line-height: 1.3;
box-shadow: none;
border-radius: 5px;
}
.woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover { background: #292929 }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { text-align: center }
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
font-size: 18px;
font-weight: normal;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del { font-size: 18px }
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins { font-size: 18px }
.woocommerce-main-image.zoom img { margin-bottom: 12px }
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img, .woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border-radius: 3px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
padding: 0;
margin-bottom: 20px;
}
.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last { margin-right: 0!important }
.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
width: 88px;
float: left;
margin-right: 15px;
margin-left: 0;
}
.woocommerce .related ul.products, .woocommerce-page .related ul.products, .woocommerce .upsells.products ul.products, .woocommerce-page .upsells.products ul.products, .woocommerce .related ul, .woocommerce-page .related ul, .woocommerce .upsells.products ul, .woocommerce-page .upsells.products ul {
margin-bottom: 0;
border-top: 1px solid #ebe0d8;
}
.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce .related ul li.product, .woocommerce-page .related ul li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .upsells.products ul li.product {
clear: none;
margin-bottom: 0;
border-bottom: 0;
padding-bottom: 15px;
}
.woocommerce .related ul.products li.product:last-child, .woocommerce-page .related ul.products li.product:last-child, .woocommerce .upsells.products ul.products li.product:last-child, .woocommerce-page .upsells.products ul.products li.product:last-child, .woocommerce .related ul li.product:last-child, .woocommerce-page .related ul li.product:last-child, .woocommerce .upsells.products ul li.product:last-child, .woocommerce-page .upsells.products ul li.product:last-child { margin-right: 0 }
.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button { line-height: 1.3 }
.woocommerce form .form-row select, .woocommerce-page form .form-row select, .woocommerce form .form-row input.input-text, .woocommerce-page form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea { border-radius: 3px }
.woocommerce table.cart input, .woocommerce-page table.cart input, .woocommerce #content table.cart input, .woocommerce-page #content table.cart input { line-height: 1.3 }
.mts-cart > span:first-child { margin-right: 10px }
#coupon_code { padding: 6px 10px }
.checkout_coupon .form-row.form-row-first { margin-bottom: 0 }
.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a {
width: 22.75%;
margin-right: 3%;
}
.woocommerce .star-rating, .woocommerce-page .star-rating {
margin-top: 12px;
margin-right: 0;
margin-bottom: 20px;
}
.woocommerce #review_form #respond p.stars {
display: inline-block;
margin: 0;
}
.woocommerce #review_form #respond p { margin: 0 }
.woocommerce #review_form #respond label {
display: inline-block;
padding: 0;
}
.comment-text .star-rating {
margin-top: 0;
margin-right: 0;
}
.product_list_widget .amount {
color: #85AD74;
font-weight: normal;
font-size: 16px;
}
.product_list_widget del .amount {
font-size: 13px;
color: rgba(145, 145, 145, 0.5);
font-weight: normal;
}
.woocommerce ul.cart_list li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
float: right;
margin-top: 2px;
font-weight: normal;
margin-right: 0;
}
.star-rating { color: #f37324 }
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li { margin-left: 0 }
.woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count {
font-weight: normal;
background: #222;
color: #fff;
padding: 0;
width: 29px;
text-align: center;
border-radius: 2px;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating { margin: 0 auto .5em }
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
top: -20px;
right: -20px;
padding: 0;
margin: 0;
height: 40px;
width: 40px;
line-height: 40px;
}
.woocommerce span.onsale { top: -12px }
.post-type-archive-product .page-title, .post-type-archive-product .woocommerce-breadcrumb { display: none }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
padding-bottom: 25px;
margin-bottom: 26px;
}
.woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child, .woocommerce ul.products li.product:nth-last-child(2), .woocommerce-page ul.products li.product:last-child:nth-last-child(2), .woocommerce ul.products li.product:nth-last-child(3), .woocommerce-page ul.products li.product:nth-last-child(3) { margin-bottom: 0 }
.woocommerce-pagination { margin-bottom: 15px }
.mts-cart {
z-index: 1;
float: right;
}
.mts-cart span a {
display: inline-block;
padding: 8px;
}
.article .woocommerce-error {
margin-top: 0;
margin-left: 0;
}
.woocommerce .bypostauthor {
padding: 0!important;
width: 100%!important;
}
.woocommerce .bypostauthor:after { display: none }
.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
width: 100%;
border: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
width: 8.2%;
padding: 0;
border: 0;
margin-top: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
padding: 10px 0;
width: 89%;
float: right;
border-radius: 0;
border: 0;
padding-top: 0;
}
.add_review { float: left }
.woocommerce #comments {
padding-top: 0;
margin-top: 0;
border-top: 0;
margin-bottom: 30px;
}
.widget.woocommerce .buttons {
margin-bottom: 0;
font-size: inherit;
padding: 0;
border-radius: 0;
margin: 0;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total { margin-bottom: 10px }
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
color: #fff;
border: 0;
background: #ddd;
}
.woocommerce nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li {
border: 0;
margin-right: 10px;
background: #F5F5F5;
margin-bottom: 10px;
float: none;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul {
border: 0;
display: block;
float: left;
width: 100%;
margin: 0;
}
.woocommerce div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page #content div.product .product_title { line-height: 1 }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li span, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li span {
padding: 0;
width: 42px;
line-height: 42px;
box-sizing: border-box;
color: #fff;
background: #222;
border-radius: 3px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 14px;
margin-bottom: 0;
}
.woocommerce-result-count, .screen-reader-text { display: none }
.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2, .woocommerce #reviews h3 {
font-size: 18px;
margin-bottom: 15px;
}
#searchform #searchsubmit { width: 30% }
#searchform #searchsubmit:hover { background: #222 }
.added_to_cart {
clear: both;
float: left;
width: 100%;
}
@media screen and (max-width:768px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product { width: 45%; margin: 0; }
.woocommerce .related ul.products li.product:last-child, .woocommerce-page .related ul.products li.product:last-child, .woocommerce .upsells.products ul.products li.product:last-child, .woocommerce-page .upsells.products ul.products li.product:last-child, .woocommerce .related ul li.product:last-child, .woocommerce-page .related ul li.product:last-child, .woocommerce .upsells.products ul li.product:last-child, .woocommerce-page .upsells.products ul li.product:last-child { clear: left }
}
@media screen and (max-width:728px) {
.woocommerce .article { width: 100% }
}
@media screen and (max-width:480px) {
.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images { width: 100% }
.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary { width: 100% }
} | wp-content/themes/mts_best/css/woocommerce2.css | .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
margin-top: 0;
margin-bottom: 20px;
}
.woocommerce .products ul, .woocommerce-page .products ul, .woocommerce ul.products, .woocommerce-page ul.products {
padding-top: 25px;
border-top: 1px solid #eee;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 30.774%;
margin-right: 3.83900%;
}
.woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button {
background: #3498db;
color: #fff!important;
text-shadow: none;
font-weight: normal;
border: 0;
line-height: 1.3;
box-shadow: none;
border-radius: 5px;
}
.woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover { background: #292929 }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { text-align: center }
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
font-size: 18px;
font-weight: normal;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del { font-size: 18px }
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins { font-size: 18px }
.woocommerce-main-image.zoom img { margin-bottom: 12px }
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img, .woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border-radius: 3px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
padding: 0;
margin-bottom: 20px;
}
.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last { margin-right: 0!important }
.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
width: 88px;
float: left;
margin-right: 15px;
margin-left: 0;
}
.woocommerce .related ul.products, .woocommerce-page .related ul.products, .woocommerce .upsells.products ul.products, .woocommerce-page .upsells.products ul.products, .woocommerce .related ul, .woocommerce-page .related ul, .woocommerce .upsells.products ul, .woocommerce-page .upsells.products ul {
margin-bottom: 0;
border-top: 1px solid #ebe0d8;
}
.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce .related ul li.product, .woocommerce-page .related ul li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .upsells.products ul li.product {
clear: none;
margin-bottom: 0;
border-bottom: 0;
padding-bottom: 15px;
}
.woocommerce .related ul.products li.product:last-child, .woocommerce-page .related ul.products li.product:last-child, .woocommerce .upsells.products ul.products li.product:last-child, .woocommerce-page .upsells.products ul.products li.product:last-child, .woocommerce .related ul li.product:last-child, .woocommerce-page .related ul li.product:last-child, .woocommerce .upsells.products ul li.product:last-child, .woocommerce-page .upsells.products ul li.product:last-child { margin-right: 0 }
.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button { line-height: 1.3 }
.woocommerce form .form-row select, .woocommerce-page form .form-row select, .woocommerce form .form-row input.input-text, .woocommerce-page form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea { border-radius: 3px }
.woocommerce table.cart input, .woocommerce-page table.cart input, .woocommerce #content table.cart input, .woocommerce-page #content table.cart input { line-height: 1.3 }
.mts-cart > span:first-child { margin-right: 10px }
#coupon_code { padding: 6px 10px }
.checkout_coupon .form-row.form-row-first { margin-bottom: 0 }
.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a {
width: 22.75%;
margin-right: 3%;
}
.woocommerce .star-rating, .woocommerce-page .star-rating {
margin-top: 12px;
margin-right: 0;
margin-bottom: 20px;
}
.woocommerce #review_form #respond p.stars {
display: inline-block;
margin: 0;
}
.woocommerce #review_form #respond p { margin: 0 }
.woocommerce #review_form #respond label {
display: inline-block;
padding: 0;
}
.comment-text .star-rating {
margin-top: 0;
margin-right: 0;
}
.product_list_widget .amount {
color: #85AD74;
font-weight: normal;
font-size: 16px;
}
.product_list_widget del .amount {
font-size: 13px;
color: rgba(145, 145, 145, 0.5);
font-weight: normal;
}
.woocommerce ul.cart_list li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
float: right;
margin-top: 2px;
font-weight: normal;
margin-right: 0;
}
.star-rating { color: #f37324 }
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li { margin-left: 0 }
.woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count {
font-weight: normal;
background: #222;
color: #fff;
padding: 0;
width: 29px;
text-align: center;
border-radius: 2px;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating { margin: 0 auto .5em }
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
top: -20px;
right: -20px;
padding: 0;
margin: 0;
height: 40px;
width: 40px;
line-height: 40px;
}
.woocommerce span.onsale { top: -12px }
.post-type-archive-product .page-title, .post-type-archive-product .woocommerce-breadcrumb { display: none }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
padding-bottom: 25px;
margin-bottom: 26px;
}
.woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child, .woocommerce ul.products li.product:nth-last-child(2), .woocommerce-page ul.products li.product:last-child:nth-last-child(2), .woocommerce ul.products li.product:nth-last-child(3), .woocommerce-page ul.products li.product:nth-last-child(3) { margin-bottom: 0 }
.woocommerce-pagination { margin-bottom: 15px }
.mts-cart {
z-index: 1;
float: right;
}
.mts-cart span a {
display: inline-block;
padding: 8px;
}
.article .woocommerce-error {
margin-top: 0;
margin-left: 0;
}
.woocommerce .bypostauthor {
padding: 0!important;
width: 100%!important;
}
.woocommerce .bypostauthor:after { display: none }
.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
width: 100%;
border: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
width: 8.2%;
padding: 0;
border: 0;
margin-top: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
padding: 10px 0;
width: 89%;
float: right;
border-radius: 0;
border: 0;
padding-top: 0;
}
.add_review { float: left }
.woocommerce #comments {
padding-top: 0;
margin-top: 0;
border-top: 0;
margin-bottom: 30px;
}
.widget.woocommerce .buttons {
margin-bottom: 0;
font-size: inherit;
padding: 0;
border-radius: 0;
margin: 0;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total { margin-bottom: 10px }
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
color: #fff;
border: 0;
background: #ddd;
}
.woocommerce nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li {
border: 0;
margin-right: 10px;
background: #F5F5F5;
margin-bottom: 10px;
float: none;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul {
border: 0;
display: block;
float: left;
width: 100%;
margin: 0;
}
.woocommerce div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page #content div.product .product_title { line-height: 1 }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li span, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li span {
padding: 0;
width: 42px;
line-height: 42px;
box-sizing: border-box;
color: #fff;
background: #222;
border-radius: 3px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 14px;
margin-bottom: 0;
}
.woocommerce-result-count, .screen-reader-text { display: none }
.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2, .woocommerce #reviews h3 {
font-size: 18px;
margin-bottom: 15px;
}
#searchform #searchsubmit { width: 30% }
#searchform #searchsubmit:hover { background: #222 }
.added_to_cart {
clear: both;
float: left;
width: 100%;
}
@media screen and (max-width:768px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product { width: 45%; margin: 0; }
.woocommerce .related ul.products li.product:last-child, .woocommerce-page .related ul.products li.product:last-child, .woocommerce .upsells.products ul.products li.product:last-child, .woocommerce-page .upsells.products ul.products li.product:last-child, .woocommerce .related ul li.product:last-child, .woocommerce-page .related ul li.product:last-child, .woocommerce .upsells.products ul li.product:last-child, .woocommerce-page .upsells.products ul li.product:last-child { clear: left }
}
@media screen and (max-width:728px) {
.woocommerce .article { width: 100% }
}
@media screen and (max-width:480px) {
.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images { width: 100% }
.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary { width: 100% }
} | 0.303732 | 0.033685 |
@import './libs/bootstrap-material-design.min.css';
@import './libs/font-awesome.min.css';
.bg-primary {
background-color: #2196F3 !important;
}
html {
height: 101%
}
body {
background-size: cover;
font-family: "Microsoft YaHei", "微软雅黑";
}
.top-nav {
padding-top: 0.5em;
padding-bottom: 0.5em;
position: fixed;
top: 0px;
width: 100%;
z-index: 1039;
flex-wrap: nowrap;
}
.blue {
color: #2196F3
}
.bottom-nav {
position: fixed;
bottom: 0px;
width: 100%;
height: 56px;
border-top: 1px solid rgba(0, 0, 0, 0.12);
background-color: white;
color: #747473;
font-size: 1.25rem;
z-index: 1039;
}
.bottom-nav a {
color: #747473;
font-size: 1em !important;
padding-top: 13px !important;
padding-bottom: 0.5em;
}
.bottom-nav a:hover {
color: #2196F3;
}
.bottom-nav a.active {
color: #2196F3 !important;
}
.bottom-nav.nav-pills .nav-link {
padding: 0px
}
.list-group-item {
border-bottom: 1px solid rgba(0, 0, 0, .12);
}
.list-group {
padding-top: 0px;
padding-bottom: 0px;
}
.card {
margin-bottom: 40px;
}
#card-deck {
margin: 80px 0;
}
#card-deck a {
color: #747473;
}
#card-deck .grey {
color: #747473;
padding-top: 3px;
padding-bottom: 3px;
height: 46.8px;
}
#card-deck a:hover {
color: #2196F3;
}
.btn-primary {
color: #2196F3 !important;
}
.download_music {
position: absolute;
right: 0px;
top: 3px;
margin-right: 32px;
font-size: 18px;
background: #484848;
color: white;
height: 40px;
width: 30px;
cursor: default
}
@media screen and (min-width: 510.1px) {
audio {
position: absolute;
right: 0px;
top: 3px;
}
.audio_Firefox {
margin-right: 62px;
}
.audio {
margin-right: 32px;
}
.list-group-item.chang {
padding-bottom: 3px !important
}
.navbar-brand {
margin-left: 1rem;
}
.fa-graduation-cap {
margin-right: 2rem;
}
}
@media screen and (max-width: 510.1px) {
audio {
position: relative;
top: 0.3em;
}
.download_music {
display: none;
}
.audio_title {
margin-right: 300px !important;
white-space: nowrap;
}
.navbar-brand {
margin-left: 0rem;
}
.fa-graduation-cap {
margin-left: 0.5rem;
margin-right: 1rem;
}
}
.modal_media {
margin-left: 5px;
width: 98%
}
#m_body {
text-indent: 2em;
}
.bmd-form-group {
display: none;
}
.fa-download {
position: relative;
color: white;
top: 13px;
}
.fa-download:hover {
color: #48A0F7;
}
.full_screen_video {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9998;
background-color: #000;
margin-left: 0 !important;
}
#exit_full_screen_video {
position: fixed;
z-index: 9999;
right: 0;
top: 0;
}
.fa-search,
.fa-search:hover {
color: #fff;
font-size: 1.25rem;
margin-right: 0.5rem;
}
.search{
margin-top: 0.2rem;
cursor: pointer;
flex-wrap: nowrap;
}
.search .form-control{
background-image: linear-gradient(0deg,#fff 2px,rgba(0,150,136,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0)
} | index.css | @import './libs/bootstrap-material-design.min.css';
@import './libs/font-awesome.min.css';
.bg-primary {
background-color: #2196F3 !important;
}
html {
height: 101%
}
body {
background-size: cover;
font-family: "Microsoft YaHei", "微软雅黑";
}
.top-nav {
padding-top: 0.5em;
padding-bottom: 0.5em;
position: fixed;
top: 0px;
width: 100%;
z-index: 1039;
flex-wrap: nowrap;
}
.blue {
color: #2196F3
}
.bottom-nav {
position: fixed;
bottom: 0px;
width: 100%;
height: 56px;
border-top: 1px solid rgba(0, 0, 0, 0.12);
background-color: white;
color: #747473;
font-size: 1.25rem;
z-index: 1039;
}
.bottom-nav a {
color: #747473;
font-size: 1em !important;
padding-top: 13px !important;
padding-bottom: 0.5em;
}
.bottom-nav a:hover {
color: #2196F3;
}
.bottom-nav a.active {
color: #2196F3 !important;
}
.bottom-nav.nav-pills .nav-link {
padding: 0px
}
.list-group-item {
border-bottom: 1px solid rgba(0, 0, 0, .12);
}
.list-group {
padding-top: 0px;
padding-bottom: 0px;
}
.card {
margin-bottom: 40px;
}
#card-deck {
margin: 80px 0;
}
#card-deck a {
color: #747473;
}
#card-deck .grey {
color: #747473;
padding-top: 3px;
padding-bottom: 3px;
height: 46.8px;
}
#card-deck a:hover {
color: #2196F3;
}
.btn-primary {
color: #2196F3 !important;
}
.download_music {
position: absolute;
right: 0px;
top: 3px;
margin-right: 32px;
font-size: 18px;
background: #484848;
color: white;
height: 40px;
width: 30px;
cursor: default
}
@media screen and (min-width: 510.1px) {
audio {
position: absolute;
right: 0px;
top: 3px;
}
.audio_Firefox {
margin-right: 62px;
}
.audio {
margin-right: 32px;
}
.list-group-item.chang {
padding-bottom: 3px !important
}
.navbar-brand {
margin-left: 1rem;
}
.fa-graduation-cap {
margin-right: 2rem;
}
}
@media screen and (max-width: 510.1px) {
audio {
position: relative;
top: 0.3em;
}
.download_music {
display: none;
}
.audio_title {
margin-right: 300px !important;
white-space: nowrap;
}
.navbar-brand {
margin-left: 0rem;
}
.fa-graduation-cap {
margin-left: 0.5rem;
margin-right: 1rem;
}
}
.modal_media {
margin-left: 5px;
width: 98%
}
#m_body {
text-indent: 2em;
}
.bmd-form-group {
display: none;
}
.fa-download {
position: relative;
color: white;
top: 13px;
}
.fa-download:hover {
color: #48A0F7;
}
.full_screen_video {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9998;
background-color: #000;
margin-left: 0 !important;
}
#exit_full_screen_video {
position: fixed;
z-index: 9999;
right: 0;
top: 0;
}
.fa-search,
.fa-search:hover {
color: #fff;
font-size: 1.25rem;
margin-right: 0.5rem;
}
.search{
margin-top: 0.2rem;
cursor: pointer;
flex-wrap: nowrap;
}
.search .form-control{
background-image: linear-gradient(0deg,#fff 2px,rgba(0,150,136,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0)
} | 0.317532 | 0.094427 |
.root {
position: relative;
padding-inline: clamp(1rem, 5%, 2rem);
margin-block: 2rem 7rem;
}
.container {
background: var(--background);
display: flex;
padding: 0.625rem 1.25rem;
border-radius: var(--radius);
box-shadow: var(--shadow);
[data-theme='dark'] & {
background: var(--accents-5);
}
}
.skip {
position: absolute;
inset: 0;
inline-size: fit-content;
margin: auto;
& > a {
position: relative;
inset: var(--inset, -5rem 0);
color: var(--foreground);
font-size: 0.875rem;
font-weight: 500;
padding: 0.3rem 1rem;
border-radius: var(--radius);
@media (prefers-reduced-motion: no-preference) {
transition: inset cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
&:focus {
--inset: -1.67rem 0;
}
}
}
.avatar {
display: flex;
margin-inline-end: 1.7rem;
& > a {
--focus-offset: 0;
cursor: pointer;
inline-size: 2.625rem;
block-size: 2.625rem;
border-radius: 50%;
}
& img {
border: 0.125em solid var(--accents-4) !important;
border-radius: 50%;
transform: scale(var(--scale, 1)) translateZ(0);
@media (prefers-reduced-motion: no-preference) {
transition: transform 0.15s;
}
&:active {
--scale: 0.95;
}
}
}
.scrollSnapX {
overflow: auto hidden;
overscroll-behavior-x: contain;
scroll-snap-type: x mandatory;
@media (prefers-reduced-motion: no-preference) {
scroll-behavior: smooth;
}
@media (hover: none) {
scrollbar-width: none;
&::-webkit-scrollbar {
inline-size: 0;
block-size: 0;
}
}
}
.menu {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
inline-size: 100%;
overflow: auto;
& > div {
display: flex;
}
& a {
--focus-offset: -3px;
position: relative;
color: var(--foreground);
font-size: 0.938rem;
font-weight: 500;
padding: 0.5rem 0.8rem;
border-radius: var(--inline-radius);
filter: contrast(var(--filter, 1));
scroll-snap-align: start;
&:hover:not(.active) {
--filter: 0.75;
}
&.active:before {
--block-size: 0.25rem;
--color-shadow: var(--accents-5);
content: '';
position: absolute;
inset: calc(50% - (var(--block-size) / 2)) 0 0
calc(
(0rem - var(--block-size)) / 2 -
(var(--focus-weight) / 2 - (0rem - var(--focus-offset)))
);
background: var(--r-color, var(--accents-3));
inline-size: var(--block-size);
block-size: var(--block-size);
border-radius: 50%;
box-shadow: 0 0 0 0.125em var(--color-shadow, var(--background));
}
}
}
.themeSwitch {
--size: 1.25rem;
--fill: var(--accents-2);
--fill-hover: var(--accents-1);
background: none;
border: none;
padding: 0.5rem;
inline-size: var(--size);
block-size: var(--size);
aspect-ratio: 1;
border-radius: 50%;
cursor: pointer;
touch-action: manipulation;
-webkit-tap-highlight-color: transparent;
& > svg {
inline-size: 100%;
block-size: 100%;
stroke-linecap: round;
}
}
.sunAndMoon {
& :is(.moon, .sun) {
fill: var(--accents-5);
stroke: var(--fill);
stroke-width: 2px;
.themeSwitch:is(:hover, :focus-visible) > & {
stroke: var(--fill-hover);
}
}
& .sunBeams {
stroke: var(--fill);
stroke-width: 2px;
.themeSwitch:is(:hover, :focus-visible) & {
stroke: var(--fill-hover);
}
}
} | components/Nav/Nav.module.css | .root {
position: relative;
padding-inline: clamp(1rem, 5%, 2rem);
margin-block: 2rem 7rem;
}
.container {
background: var(--background);
display: flex;
padding: 0.625rem 1.25rem;
border-radius: var(--radius);
box-shadow: var(--shadow);
[data-theme='dark'] & {
background: var(--accents-5);
}
}
.skip {
position: absolute;
inset: 0;
inline-size: fit-content;
margin: auto;
& > a {
position: relative;
inset: var(--inset, -5rem 0);
color: var(--foreground);
font-size: 0.875rem;
font-weight: 500;
padding: 0.3rem 1rem;
border-radius: var(--radius);
@media (prefers-reduced-motion: no-preference) {
transition: inset cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
&:focus {
--inset: -1.67rem 0;
}
}
}
.avatar {
display: flex;
margin-inline-end: 1.7rem;
& > a {
--focus-offset: 0;
cursor: pointer;
inline-size: 2.625rem;
block-size: 2.625rem;
border-radius: 50%;
}
& img {
border: 0.125em solid var(--accents-4) !important;
border-radius: 50%;
transform: scale(var(--scale, 1)) translateZ(0);
@media (prefers-reduced-motion: no-preference) {
transition: transform 0.15s;
}
&:active {
--scale: 0.95;
}
}
}
.scrollSnapX {
overflow: auto hidden;
overscroll-behavior-x: contain;
scroll-snap-type: x mandatory;
@media (prefers-reduced-motion: no-preference) {
scroll-behavior: smooth;
}
@media (hover: none) {
scrollbar-width: none;
&::-webkit-scrollbar {
inline-size: 0;
block-size: 0;
}
}
}
.menu {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
inline-size: 100%;
overflow: auto;
& > div {
display: flex;
}
& a {
--focus-offset: -3px;
position: relative;
color: var(--foreground);
font-size: 0.938rem;
font-weight: 500;
padding: 0.5rem 0.8rem;
border-radius: var(--inline-radius);
filter: contrast(var(--filter, 1));
scroll-snap-align: start;
&:hover:not(.active) {
--filter: 0.75;
}
&.active:before {
--block-size: 0.25rem;
--color-shadow: var(--accents-5);
content: '';
position: absolute;
inset: calc(50% - (var(--block-size) / 2)) 0 0
calc(
(0rem - var(--block-size)) / 2 -
(var(--focus-weight) / 2 - (0rem - var(--focus-offset)))
);
background: var(--r-color, var(--accents-3));
inline-size: var(--block-size);
block-size: var(--block-size);
border-radius: 50%;
box-shadow: 0 0 0 0.125em var(--color-shadow, var(--background));
}
}
}
.themeSwitch {
--size: 1.25rem;
--fill: var(--accents-2);
--fill-hover: var(--accents-1);
background: none;
border: none;
padding: 0.5rem;
inline-size: var(--size);
block-size: var(--size);
aspect-ratio: 1;
border-radius: 50%;
cursor: pointer;
touch-action: manipulation;
-webkit-tap-highlight-color: transparent;
& > svg {
inline-size: 100%;
block-size: 100%;
stroke-linecap: round;
}
}
.sunAndMoon {
& :is(.moon, .sun) {
fill: var(--accents-5);
stroke: var(--fill);
stroke-width: 2px;
.themeSwitch:is(:hover, :focus-visible) > & {
stroke: var(--fill-hover);
}
}
& .sunBeams {
stroke: var(--fill);
stroke-width: 2px;
.themeSwitch:is(:hover, :focus-visible) & {
stroke: var(--fill-hover);
}
}
} | 0.789153 | 0.165931 |
.navbarSecond {
background-color: white;
}
.menuSecond {
margin-left: 14%;
margin-top: 20px;
}
.menuSecond li,
.menuThird li {
float: left;
}
.menuSecond li a,
input,
select {
display: block;
padding: 8px;
margin-left: 30px;
}
.itemSecond #kategori {
width: 150px;
margin-left: 0px;
border: none;
}
input #search-produk {
width: 250px;
border: none;
margin-left: -10px;
}
.menuSecond #search-produk {
width: 400px;
border-radius: 50px;
}
.input-icon i {
margin-left: 390px;
margin-top: -25px;
position: absolute;
}
.menuThird {
margin-left: 12.5%;
margin-top: 30px;
}
.menuThird input {
width: 300px;
margin-left: 18px;
border-radius: 10px;
}
.menuThird select {
width: 300px;
border-radius: 10px;
margin-left: 40px;
}
.input-icon-transaksi i {
margin-left: 280px;
margin-top: -25px;
position: absolute;
}
footer {
left: 0;
right: 0;
background: #44bd32;
bottom: -320px;
font-family: "Open Sans";
color: #fff;
}
.footer-content {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
}
.footer-content h3 {
font-size: 1.8rem;
font-weight: 400;
text-transform: capitalize;
line-height: 3rem;
}
.pemisah {
margin-top: 50px;
margin-left: 50px;
}
.footer-content p {
max-width: 500px;
margin: 10px auto;
line-height: 28px;
font-size: 14px;
}
.footer-bottom {
background: #e1b12c;
padding: 20px 0;
}
.footer-bottom p {
font-size: 14px;
word-spacing: 2px;
text-transform: capitalize;
text-align: left;
margin-left: 500px;
}
.menuSecond {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
.left h3 {
text-align: left;
color: white;
margin-left: 500px;
}
.left p {
margin-left: 500px;
color: white;
text-align: left;
}
.right p {
color: white;
text-align: left;
}
.right p a {
color: white;
}
.ulasan-first,.ulasan-second,.ulasan-third{
background-color: #e1b12c;
border: 1px solid black;
} | public/css/custom.css | .navbarSecond {
background-color: white;
}
.menuSecond {
margin-left: 14%;
margin-top: 20px;
}
.menuSecond li,
.menuThird li {
float: left;
}
.menuSecond li a,
input,
select {
display: block;
padding: 8px;
margin-left: 30px;
}
.itemSecond #kategori {
width: 150px;
margin-left: 0px;
border: none;
}
input #search-produk {
width: 250px;
border: none;
margin-left: -10px;
}
.menuSecond #search-produk {
width: 400px;
border-radius: 50px;
}
.input-icon i {
margin-left: 390px;
margin-top: -25px;
position: absolute;
}
.menuThird {
margin-left: 12.5%;
margin-top: 30px;
}
.menuThird input {
width: 300px;
margin-left: 18px;
border-radius: 10px;
}
.menuThird select {
width: 300px;
border-radius: 10px;
margin-left: 40px;
}
.input-icon-transaksi i {
margin-left: 280px;
margin-top: -25px;
position: absolute;
}
footer {
left: 0;
right: 0;
background: #44bd32;
bottom: -320px;
font-family: "Open Sans";
color: #fff;
}
.footer-content {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
}
.footer-content h3 {
font-size: 1.8rem;
font-weight: 400;
text-transform: capitalize;
line-height: 3rem;
}
.pemisah {
margin-top: 50px;
margin-left: 50px;
}
.footer-content p {
max-width: 500px;
margin: 10px auto;
line-height: 28px;
font-size: 14px;
}
.footer-bottom {
background: #e1b12c;
padding: 20px 0;
}
.footer-bottom p {
font-size: 14px;
word-spacing: 2px;
text-transform: capitalize;
text-align: left;
margin-left: 500px;
}
.menuSecond {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
.left h3 {
text-align: left;
color: white;
margin-left: 500px;
}
.left p {
margin-left: 500px;
color: white;
text-align: left;
}
.right p {
color: white;
text-align: left;
}
.right p a {
color: white;
}
.ulasan-first,.ulasan-second,.ulasan-third{
background-color: #e1b12c;
border: 1px solid black;
} | 0.458349 | 0.100702 |
a:focus,
a:hover {
color: #0085a1
}
#footerpad {
padding-top: 2rem;
padding-bottom: 2rem;
background-color: #2c3e50;
color: #fff
}
.login-clean,
.register-photo {
background: #f1f7fc;
padding: 80px 0
}
.login-clean form {
max-width: 320px;
width: 90%;
margin: 0 auto;
background-color: #fff;
padding: 40px;
border-radius: 4px;
color: #505e6c;
box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}
.login-clean .illustration {
text-align: center;
padding: 0 0 20px;
font-size: 100px;
color: #f4476b
}
.login-clean form .form-control {
background: #f7f9fc;
border: none;
border-bottom: 1px solid #dfe7f1;
border-radius: 0;
box-shadow: none;
outline: 0;
color: inherit;
text-indent: 8px;
height: 42px
}
.login-clean form .btn-primary {
background: #f4476b;
border: none;
border-radius: 4px;
padding: 11px;
box-shadow: none;
margin-top: 26px;
text-shadow: none;
outline: 0!important
}
.login-clean form .btn-primary:active,
.login-clean form .btn-primary:hover,
.register-photo form .btn-primary:active,
.register-photo form .btn-primary:hover {
background: #eb3b60
}
.login-clean form .btn-primary:active,
.register-photo form .btn-primary:active {
transform: translateY(1px)
}
.login-clean form .forgot,
.register-photo form .already {
display: block;
text-align: center;
font-size: 12px;
color: #6f7a85;
opacity: .9;
text-decoration: none
}
.login-clean form .forgot:active,
.login-clean form .forgot:hover {
opacity: 1;
text-decoration: none
}
.submit-now {
margin-top: 20px;
font-size: 16px;
width: 200px;
height: 50px;
background-color: #e74c3c;
border-color: transparent
}
.form-control.input {
border: 0;
background: 0 0;
border-bottom: 1px solid silver;
border-radius: 0!important
}
.getintouch {
height: auto;
background-image: url(../../assets/img/Get%20In%20touch/GetInTouch.png);
background-size: cover;
background-repeat: no-repeat
}
input[type=email],
input[type=tel],
input[type=text],
textarea {
border-radius: 8px!important
}
.btn-primary:hover {
color: #fff;
background-color: #4daade;
border-color: #4daade;
box-shadow: 0 10px 15px rgba(157, 157, 157, .4)
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #4daade;
border-color: #4daade
}
.modern-form {
padding-top: 80px;
padding-bottom: 80px
}
.modern-form__hr {
border-color: #4daade;
border-width: 2px;
width: 121px
}
.modern-form__form-container {
padding-top: 100px
}
.modern-form__form-group--padding-r {
padding-right: 20px
}
.modern-form__form-group--padding-t {
padding-top: 50px
}
.modern-form__form-control--textarea {
height: 95px!important;
resize: none
}
.register-photo .image-holder {
display: table-cell;
width: auto;
background: url(../../assets/img/meeting.jpg) 0 0/cover
}
.register-photo .form-container {
display: table;
max-width: 900px;
width: 90%;
margin: 0 auto;
box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}
.register-photo form {
display: table-cell;
width: 400px;
background-color: #fff;
padding: 40px 60px;
color: #505e6c
}
@media (max-width:991px) {
.register-photo form {
padding: 40px
}
}
.register-photo form h2 {
font-size: 24px;
line-height: 1.5;
margin-bottom: 30px
}
.register-photo form .form-control {
background: #f7f9fc;
border: none;
border-bottom: 1px solid #dfe7f1;
border-radius: 0;
box-shadow: none;
outline: 0;
color: inherit;
text-indent: 6px;
height: 40px
}
.register-photo form .form-check {
font-size: 13px;
line-height: 20px
}
.register-photo form .btn-primary {
background: #f4476b;
border: none;
border-radius: 4px;
padding: 11px;
box-shadow: none;
margin-top: 35px;
text-shadow: none;
outline: 0!important
}
.image_area {
position: relative;
}
img {
display: block;
max-width: 100%;
}
.preview {
overflow: hidden;
width: 160px;
height: 160px;
margin: 10px;
border: 1px solid red;
}
.modal-lg{
max-width: 1000px !important;
}
.overlay {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.5);
overflow: hidden;
height: 0;
transition: .5s ease;
width: 100%;
}
.image_area:hover .overlay {
height: 50%;
cursor: pointer;
}
.text {
color: #333;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
} | assets/css/styles.min.css | a:focus,
a:hover {
color: #0085a1
}
#footerpad {
padding-top: 2rem;
padding-bottom: 2rem;
background-color: #2c3e50;
color: #fff
}
.login-clean,
.register-photo {
background: #f1f7fc;
padding: 80px 0
}
.login-clean form {
max-width: 320px;
width: 90%;
margin: 0 auto;
background-color: #fff;
padding: 40px;
border-radius: 4px;
color: #505e6c;
box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}
.login-clean .illustration {
text-align: center;
padding: 0 0 20px;
font-size: 100px;
color: #f4476b
}
.login-clean form .form-control {
background: #f7f9fc;
border: none;
border-bottom: 1px solid #dfe7f1;
border-radius: 0;
box-shadow: none;
outline: 0;
color: inherit;
text-indent: 8px;
height: 42px
}
.login-clean form .btn-primary {
background: #f4476b;
border: none;
border-radius: 4px;
padding: 11px;
box-shadow: none;
margin-top: 26px;
text-shadow: none;
outline: 0!important
}
.login-clean form .btn-primary:active,
.login-clean form .btn-primary:hover,
.register-photo form .btn-primary:active,
.register-photo form .btn-primary:hover {
background: #eb3b60
}
.login-clean form .btn-primary:active,
.register-photo form .btn-primary:active {
transform: translateY(1px)
}
.login-clean form .forgot,
.register-photo form .already {
display: block;
text-align: center;
font-size: 12px;
color: #6f7a85;
opacity: .9;
text-decoration: none
}
.login-clean form .forgot:active,
.login-clean form .forgot:hover {
opacity: 1;
text-decoration: none
}
.submit-now {
margin-top: 20px;
font-size: 16px;
width: 200px;
height: 50px;
background-color: #e74c3c;
border-color: transparent
}
.form-control.input {
border: 0;
background: 0 0;
border-bottom: 1px solid silver;
border-radius: 0!important
}
.getintouch {
height: auto;
background-image: url(../../assets/img/Get%20In%20touch/GetInTouch.png);
background-size: cover;
background-repeat: no-repeat
}
input[type=email],
input[type=tel],
input[type=text],
textarea {
border-radius: 8px!important
}
.btn-primary:hover {
color: #fff;
background-color: #4daade;
border-color: #4daade;
box-shadow: 0 10px 15px rgba(157, 157, 157, .4)
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #4daade;
border-color: #4daade
}
.modern-form {
padding-top: 80px;
padding-bottom: 80px
}
.modern-form__hr {
border-color: #4daade;
border-width: 2px;
width: 121px
}
.modern-form__form-container {
padding-top: 100px
}
.modern-form__form-group--padding-r {
padding-right: 20px
}
.modern-form__form-group--padding-t {
padding-top: 50px
}
.modern-form__form-control--textarea {
height: 95px!important;
resize: none
}
.register-photo .image-holder {
display: table-cell;
width: auto;
background: url(../../assets/img/meeting.jpg) 0 0/cover
}
.register-photo .form-container {
display: table;
max-width: 900px;
width: 90%;
margin: 0 auto;
box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}
.register-photo form {
display: table-cell;
width: 400px;
background-color: #fff;
padding: 40px 60px;
color: #505e6c
}
@media (max-width:991px) {
.register-photo form {
padding: 40px
}
}
.register-photo form h2 {
font-size: 24px;
line-height: 1.5;
margin-bottom: 30px
}
.register-photo form .form-control {
background: #f7f9fc;
border: none;
border-bottom: 1px solid #dfe7f1;
border-radius: 0;
box-shadow: none;
outline: 0;
color: inherit;
text-indent: 6px;
height: 40px
}
.register-photo form .form-check {
font-size: 13px;
line-height: 20px
}
.register-photo form .btn-primary {
background: #f4476b;
border: none;
border-radius: 4px;
padding: 11px;
box-shadow: none;
margin-top: 35px;
text-shadow: none;
outline: 0!important
}
.image_area {
position: relative;
}
img {
display: block;
max-width: 100%;
}
.preview {
overflow: hidden;
width: 160px;
height: 160px;
margin: 10px;
border: 1px solid red;
}
.modal-lg{
max-width: 1000px !important;
}
.overlay {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.5);
overflow: hidden;
height: 0;
transition: .5s ease;
width: 100%;
}
.image_area:hover .overlay {
height: 50%;
cursor: pointer;
}
.text {
color: #333;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
} | 0.390592 | 0.094427 |
1. GLOBAL STYLES
2. TYPOGRAPHY
2.1 FONTS
2.2 HEADINGS
3. LAYOUT
3.1 SECTIONS
3.2 PRELOADER
3.3 LOGO
3.4 SOCIAL ICONS
3.5 RIGHT MOCKUP
4. MENU
4.1 SIDE MAIN MENU
4.2 NAV BULLETS
5. ELEMENTS
5.1 TABS
5.2 CAROUSEL
5.3 BUTTONS
5.4 TOOLTIP
5.5 ICONS
6. SECTIONS
6.1 FEATURES
6.2 CLIENTS
6.3 VIDEO
6.4 SCREENSHOTS
6.5 PRICING
6.6 CONTACT
*/
/* --------------------------------------
GLOBAL STYLES
-----------------------------------------*/
html,
body {
margin: 0;
height: 100%;
padding: 0;
overflow: hidden;
}
a {
color: #fff;
text-decoration: none;
}
strong { font-family: 'walkway_ultraboldregular' }
body {
background-size: cover;
color: #333;
font-family: Open Sans;
}
ul {
list-style-type: none;
padding: 0;
}
/*---------------------------------------
TYPOGRAPHY
-----------------------------------------*/
/* FONTS */
@font-face {
font-family: 'walkway_semiboldregular';
src: url('../fonts/Walkway_SemiBold-webfont.eot');
src: url('../fonts/Walkway_SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Walkway_SemiBold-webfont.woff') format('woff'), url('../fonts/Walkway_SemiBold-webfont.ttf') format('truetype'), url('../fonts/Walkway_SemiBold-webfont.svg#walkway_semiboldregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'walkway_ultraboldregular';
src: url('../fonts/Walkway_UltraBold-webfont.eot');
src: url('../fonts/Walkway_UltraBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Walkway_UltraBold-webfont.woff') format('woff'), url('../fonts/Walkway_UltraBold-webfont.ttf') format('truetype'), url('../fonts/Walkway_UltraBold-webfont.svg#walkway_ultraboldregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* HEADINGS */
h1,
h2,
h3 {
color: #ffffff;
margin-bottom: 30px;
font-size: 50px;
font-weight: normal;
font-family: 'walkway_semiboldregular';
line-height: 1.2;
margin-top: 20px;
}
h4,
h5,
h6 { font-weight: 300 }
/*---------------------------------------
LAYOUT
-----------------------------------------*/
/*SECTIONS*/
.fp-section {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.fp-slide { float: left }
.fp-slide,
.fp-slidesContainer {
height: 100%;
display: block;
}
.fp-slides {
z-index: 1;
height: 100%;
overflow: hidden;
position: relative;
-webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
display: table;
width: 100%;
}
.fp-tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.wrap {
width: 1040px;
margin-left: auto;
margin-right: auto;
position: relative;
box-sizing: border-box;
}
.wrap .box,
.wrap {
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.box {
font-family: Open Sans;
text-align: left;
line-height: 26px;
font-weight: 300;
font-style: normal;
color: #fff;
font-size: 15px;
width: 51%;
}
.box p { margin: 15px 0 }
.overlay {
background: #000;
opacity: 0.7;
position: fixed;
width: 100%;
height: 100%;
}
/*preloader*/
#preloader {
position: fixed;
z-index: 1000;
width: 100%;
height: 100%;
background: #000;
}
#preloader img {
position: absolute;
top: 45%;
left: 50%;
margin-left: -90px;
}
/*Logo */
#logo {
position: fixed;
top: 2%;
}
/*Social Icons*/
#social-icons {
position: fixed;
bottom: 2%;
}
#social-icons ul {
padding: 0;
margin: 0;
list-style-type: none;
}
#social-icons li {
list-style-type: none;
display: inline-block;
margin-right: 5px;
}
#social-icons a {
font-size: 28px;
color: #fff;
text-decoration: none;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#social-icons a i {
font-style: normal;
font-weight: normal;
opacity: 1;
display: block;
font-variant: normal;
font-size: 13px;
border: 1px solid #fff;
border-radius: 4px;
width: 24px;
height: 24px;
text-align: center;
line-height: 27px;
text-transform: none;
-webkit-font-smoothing: antialiased;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#social-icons a:hover i {
border: 1px solid #D39E53;
color: #D39E53;
}
/*Right side mockup*/
#hand {
background: url(../images/hand-mockup.png) top no-repeat;
width: 800px;
height: 1000px;
background-size: 100%;
position: fixed;
margin-left: -209px;
top: 50%;
margin-top: -270px;
left: 50%;
}
/*---------------------------------------
MENUS
-----------------------------------------*/
/*side main menu*/
#main-nav {
position: fixed;
z-index: 100;
top: 2%;
left: 14px;
font-size: 32px;
font-weight: 300;
}
#main-nav span {
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#main-nav:hover span { color: #D39E53 }
#menu-logo img {
display: block;
margin: 30px auto 35px auto;
}
.sidr {
display: none;
position: absolute;
position: fixed;
top: 0;
height: 100%;
z-index: 999999;
width: 240px;
overflow-x: none;
overflow-y: auto;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size: 15px;
background: #D39E53;
}
.sidr.right {
left: auto;
right: -260px;
}
.sidr.left {
left: -260px;
right: auto;
}
.sidr ul {
display: block;
margin: 0 0 15px;
padding: 0;
}
.sidr ul li {
display: block;
margin: 0;
line-height: 45px;
border: none;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
border-top: none;
background: #855C33;
}
.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span { background: #855C33 }
.sidr ul li a,
.sidr ul li span {
padding: 0 25px;
display: block;
text-decoration: none;
color: #fff;
font-family: Open Sans;
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.sidr ul li a span {
display: inline-block;
padding-left: 0;
font-weight: 300;
font-size: 14px;
}
.sidr-open .wrap { width: 1200px }
.sidr-open .fp-slidesNav { margin-left: -602px!important }
.sidr-open .wrap .box { width: 40% }
.sidr-open #main-nav { left: 274px }
/*navigation bullets*/
#fp-nav {
position: fixed;
z-index: 100;
margin-top: -32px;
top: 52%;
opacity: 1;
}
#fp-nav.left { left: 17px }
#fp-nav span,
.fp-slidesNav span { border-color: #aaa }
#fp-nav li .active span,
.fp-slidesNav .active span { background: #fff }
.fp-slidesNav {
position: absolute;
z-index: 4;
margin-left: -523px!important;
text-align: left;
left: 50%;
opacity: 1;
top: 50%;
margin-top: 140px;
}
.fp-slidesNav.top { top: 17px }
#fp-nav ul,
.fp-slidesNav ul {
margin: 0;
padding: 0;
}
#fp-nav li,
.fp-slidesNav li {
display: block;
width: 12px;
height: 12px;
margin: 7px;
position: relative;
}
.fp-slidesNav li {
display: inline-block;
margin: 3px;
}
.fp-slidesNav li a,
#fp-nav li a {
top: 0;
left: 0;
width: 100%;
height: 100%;
outline: none;
border-radius: 50%;
background-color: #fff;
background-color: rgba(255, 255, 255, 0.3);
text-indent: -999em;
cursor: pointer;
position: absolute;
}
.fp-slidesNav li a,
#fp-nav li a {
background-color: transparent;
box-shadow: inset 0 0 0 1px rgb(172, 172, 172);
-webkit-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
}
.fp-slidesNav li a:hover,
.fp-slidesNav li a:focus,
#fp-nav li a:hover,
#fp-nav li a:focus { box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6) }
.fp-slidesNav li a.active,
#fp-nav li a.active { box-shadow: inset 0 0 0 8px white }
/*---------------------------------------
ELEMENTS
-----------------------------------------*/
/*tabs*/
.tabs-style-linemove nav {
background: rgba(0, 0, 0, 0.5);
overflow: hidden;
border-radius: 4px;
}
.tabs-style-linemove nav li:last-child::before {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: #D39E53;
content: '';
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
-webkit-transform: translate3d(-400%,0,0);
transform: translate3d(-400%,0,0);
}
.tabs-style-linemove nav li:nth-child(1).tab-current ~ li:last-child::before {
-webkit-transform: translate3d(-300%,0,0);
transform: translate3d(-300%,0,0);
}
.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
-webkit-transform: translate3d(-200%,0,0);
transform: translate3d(-200%,0,0);
}
.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
.tabs-style-linemove nav a {
padding: 20px 0;
color: #fff;
line-height: 1;
-webkit-transition: color 0.3s, -webkit-transform 0.3s;
transition: color 0.3s, transform 0.3s;
}
.tabs {
position: relative;
overflow: hidden;
margin: 0 auto;
width: 100%;
min-height: 270px;
}
.tabs nav { text-align: center;margin-bottom: 12px; }
.tabs nav ul {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
margin: 0 auto;
padding: 0;
max-width: 1200px;
list-style: none;
-ms-box-orient: horizontal;
-ms-box-pack: center;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
.tabs nav ul li {
position: relative;
z-index: 1;
display: block;
margin: 0;
text-align: center;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
}
.tabs nav a {
position: relative;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 1;
}
.tabs nav a span { vertical-align: middle }
.tabs nav a:focus { outline: none }
.content-wrap { position: relative }
.content-wrap section {
display: none;
margin: 0 auto;
padding: 15px 0 0 0;
}
.content-wrap section.content-current { display: block }
/*carousel*/
.fp-slidesContainer {
float: left;
position: relative;
}
.fp-controlArrow {
position: absolute;
z-index: 4;
top: 50%;
cursor: pointer;
width: 0;
height: 0;
border-style: solid;
margin-top: -38px;
}
.fp-controlArrow.fp-prev {
left: -70px;
width: 40px;
height: 74px;
border: none;
display: block;
background: url(../images//bg_direction_nav.png) no-repeat 0 0;
cursor: pointer;
opacity: 0.6;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.fp-controlArrow.fp-next {
right: -70px;
width: 40px;
height: 74px;
border: none;
display: block;
background: url(../images//bg_direction_nav.png) no-repeat 0 0;
cursor: pointer;
opacity: 0.6;
background-position: 100% 0;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.fp-controlArrow.fp-prev:hover,
.fp-controlArrow.fp-next:hover { opacity: 1 }
/*buttons*/
.appstore {
background: url(../images/appstore.png);
height: 21px;
width: 17px;
margin-top: 2px;
float: left;
}
.appstore-button:hover .appstore { background: url(../images/appstore2.png) }
.playstore {
background: url(../images/playstore.png);
height: 20px;
width: 17px;
margin-top: 2px;
float: left;
}
.playstore-button:hover .playstore { background: url(../images/playstore2.png) }
.simple-button {
font-size: 16px;
font-weight: 700;
border-radius: 4px;
color: #ffffff;
min-width: 130px;
margin-right: 10px;
text-decoration: none;
padding: 12px 25px;
margin-top: 25px;
float: left;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
background: #D39E53;
}
.simple-button:hover {
color: #333;
background: #fff;
}
/*tooltip*/
.tooltip { position: relative }
.tooltip::after {
content: '';
position: absolute;
width: 100%;
height: 20px;
bottom: 100%;
left: 50%;
pointer-events: none;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.tooltip:hover::after { pointer-events: auto }
.tooltip-content {
position: absolute;
z-index: 9999;
width: 335px;
left: 80%;
bottom: 100%;
color: #fffaf0;
background: transparent;
opacity: 0;
margin: 0 0 20px -167px;
cursor: default;
pointer-events: none;
-webkit-font-smoothing: antialiased;
-webkit-transition: opacity 0.3s 0.3s;
transition: opacity 0.3s 0.3s;
}
.tooltip:hover .tooltip-content {
opacity: 1;
pointer-events: auto;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.tooltip-content span { display: block }
.tooltip-text {
border-bottom: 10px solid #d39e53;
overflow: hidden;
-webkit-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
-webkit-transition: -webkit-transform 0.3s 0.3s;
transition: transform 0.3s 0.3s;
}
.tooltip:hover .tooltip-text {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.tooltip-inner {
background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
padding: 30px;
min-height: 80px;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.tooltip:hover .tooltip-inner {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.tooltip a {
color: #fff;
font-weight: bold;
}
.tooltip a:hover { color: #E02217 }
.tooltip-content::after {
content: '';
bottom: -20px;
left: 50%;
border: solid transparent;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-top-color: #D39E53;
border-width: 10px;
margin-left: -10px;
}
.tooltip-inner .icon {
float: left;
display: block;
color: #ddd;
font-size: 40px;
color: #E02217;
height: 80px;
margin-right: 30px;
line-height: 80px;
}
/*icons*/
.icon {
font-weight: normal;
line-height: 20px;
margin-right: 5px;
}
.clients-content .icon,
.tabs .icon,
.features .icon { color: #D39E53 }
.simple-button .icon {
margin-right: 20px;
font-size: 18px;
}
/* --------------------------------------
SECTIONS
-----------------------------------------*/
/*Features*/
.features {
margin-top: 10px;
float: left;
margin-right: 50px;
margin-bottom: 0;
}
.features li { margin-bottom: 10px }
/*Clients feedbacks*/
.clients-content { position: relative }
.clients-content .fp-controlArrow { display: none }
.clients-content .fp-tableCell { height: 100%!important }
.client-stars { float: right }
.clients-content p { margin-top: 0 }
/* Video Presentation*/
.video-presentation {
width: 100%;
margin-top: 30px;
}
.video-presentation iframe { border: none }
/*Screenshots*/
.screenshots-wrapper,
.section-image {
height: 407px;
left: 49.899%;
margin-left: 270px;
margin-top: -192px;
overflow: hidden;
position: fixed;
top: 52.4%;
width: 232px;
z-index: 10;
}
.screenshots-wrapper img,
.section-image img {
width: 100%;
display: block;
max-height: 407px;
}
.screenshots-wrapper {
-webkit-transition: 0.9s;
-o-transition: 0.9s;
transition: 0.9s;
opacity: 0;
}
.active .screenshots-wrapper {
opacity: 1;
overflow: visible;
}
.screenshots-wrapper .fp-tableCell { height: 100%!important }
.active .section-image img { opacity: 1 }
/*Pricing*/
.pricing-button {
padding: 20px 0;
box-sizing: border-box;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
background: rgba(0, 0, 0, 0.2);
font-weight: 700;
}
.price-table {
background: rgba(0, 0, 0, 0.5);
border-radius: 4px;
text-align: center;
width: 31%;
margin-right: 2%;
float: left;
overflow: hidden;
}
.popular {
color: #fff;
padding: 30px 0;
}
.popular .icon { color: #fff }
.package {
padding: 20px 0;
margin: 0;
background: rgba(0, 0, 0, 0.2);
margin-bottom: 20px;
font-size: 15px;
font-size: 22px;
font-family: 'walkway_semiboldregular';
box-sizing: border-box;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.popular .price { background-color: rgba(255,255,255, 0.2) !important }
.dollar { font-size: 21px }
.amount {
font-size: 28px;
line-height: 32px;
}
.specifications {
list-style: none;
text-align: left;
margin: 15px 20px;
}
.sidr-open .specifications { margin: 15px 10px }
.specifications li { padding: 3px }
.specifications .icon {
padding-right: 10px;
color: #E02217;
}
.normal .btn-line { width: 150px }
.popular .btn-line {
color: #fff !important;
border-color: #fff !important;
}
.price-table:hover .pricing-button,
.price-table:hover .package { background: #E02217 }
/*Contact*/
#contact-form {
float: left;
width: 100%;
margin-top: 20px;
}
#contact-form input::-webkit-input-placeholder { color: #fff }
#contact-form input::-moz-placeholder {
color: #fff;
opacity: 1;
}
#contact-form input:-moz-placeholder {
color: #fff;
opacity: 1;
}
#contact-form textarea::-webkit-input-placeholder { color: #fff }
#contact-form textarea::-moz-placeholder {
color: #fff;
opacity: 1;
}
#contact-form textarea:-moz-placeholder {
color: #fff;
opacity: 1;
}
#contact-form textarea,
#contact-form input {
outline: none;
background: none;
float: left;
color: #fff;
width: 47%;
box-sizing: border-box;
border-radius: 4px;
font-family: Open Sans;
border: none;
font-weight: 300;
font-size: 13px;
margin-right: 3%;
padding: 10px;
background: rgba(0, 0, 0, 0.5);
margin-bottom: 10px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#contact-form textarea:focus,
#contact-form input:focus { background: #855C33 }
#contact-form textarea {
width: 97%;
resize: none;
height: 70px;
margin-bottom: 0;
}
#submit {
font-weight: 700;
border-radius: 4px;
color: #ffffff;
border: none;
min-width: 120px;
font-size: 15px;
margin-right: 10px;
text-decoration: none;
outline: none;
padding: 10px 20px;
cursor: pointer;
margin-top: 10px;
margin-bottom: 10px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
background: #D39E53;}
#submit:hover {
background: #fff;
color: #111;
}
/********************custom css****************/
#main-nav:hover
{
color: #D39E53 !important;
}
#section1 .box
{
padding-top: 100px;
}
#section0 input{
border: medium none;
border-radius: 0;
float: left;
font-size: 14px;
padding: 17px;
box-shadow: none;
background-color: #fff !important;
color: #000;
margin-bottom: 0;
margin-right: 0;
}
#section0 ::-moz-placeholder
{
color: #333 !important;
}
#section0 ::-webkit-input-placeholder {
color: #333 !important;
}
#section0 input:hover
{
background-color: none;
}
#section0 button {
background-color: #d39e53;
border: medium none;
border-radius: 0;
height: 50px;
margin: 0;
padding: 0;
width: 165px;
font-size: 14px;
box-shadow: none;
color: #fff;
}
#section0 button:hover
{
background-color: #D39E53;
}
#section0 h1
{
margin-bottom: 0;
}
#section0 .box > p
{
margin-top: 0;
}
#email-form > button:hover
{
background-color: #D39E53;
color: #fff;
}
.features .tooltip img
{
padding-right: 5px;
}
#section4 h2
{
margin-bottom: 10px;
}
#sidr ul li a h5 {
float: right;
font-size: 13px;
font-weight: 700;
margin: 0;
width: 77%;
}
#video_background
{
top: 0 !important;
}
#section5 h4 {
font-size: 20px;
font-weight: bold;
margin: 0;
padding: 0;
}
.login {
border: 1px solid #ccc;
margin: 0 auto;
padding: 20px;
text-align: center;
width: 500px;
}
@media screen and (min-width: 1200px) {
/*.box{
width: 650px;
}*/
#section0 .box {
padding-top: 50px;
}
#section0 .box > p {
margin-bottom: 26px;
margin-top: 10px;
}
.features .tooltip-inner > p {
float: right;
width: 75%;
}
.features .tooltip-inner > img {
float: left;
padding-top: 17px;
margin-top: 9%;
}
.tooltip-inner {
float: left;
padding: 30px;
width: 85%;
}
#section2 .box {
padding-top: 55px;
}
#section8 .box > h2 {
margin-bottom: 0;
}
#section8 .box {
overflow: hidden;
padding-top: 80px;
}
#section2 .fp-slidesNav.bottom {
padding-top: 30px;
}
#section3 .box
{
margin-top: 110px
}
#section3 #section-linemove-1 > h4 {
margin: 10;
padding: 10;
}
#section3 #section-linemove-1 > p {
margin: 10;
padding: 10;
}
#section3 .box > h2 {
margin-bottom: 30px;
}
.tabs ul li a img {
padding-right: 10px;
vertical-align: sub;
}
#section3 .box{
padding-top: 5%;
}
#section7 .box {
padding-top: 8%;
}
#section7 .box > h2 {
margin-bottom: 0;
padding-bottom: 10px;
padding-top: 20px;
}
}
@media screen and (min-width: 320px) and (max-width: 736px){
.tabs ul li a img {
padding-right: 10px;
}
#section3 .box{
padding-top: 23%;
}
#sidr ul li a h5
{
font-size: 12px;
}
/****not include****/
#logo a img {
width: 15%;
}
#email-form > input
{
float: none;
}
#email-form > button
{
margin: 20px;
}
#section1 .box
{
padding-top: 0;
}
#section3 .box
{
padding-top: 11%;
}
#section5 .box > h2 {
margin-bottom: 0;
margin-top: 50px;
}
#section7 .box > h2 {
margin-bottom: 0;
}
#section7 .features > li {
margin-bottom: 0;
}
#section7 .features
{
margin-top: 0;
}
#section7 .box {
overflow: hidden;
padding-top: 14px;
}
#email-form > input
{
width: 236px;
}
#video_background
{
display: none !important;
}
body {
background-image: url("/images/bg-banner.png");
background-position: center center;
background-size: cover;
color: #333;
font-family: Open Sans;
}
}
@media screen and (max-width: 320px){
#section0 button
{
margin-top: 30px !important;
}
}
/*.screenshots-wrapper,
.section-image {
position: fixed;
left: 50%;
bottom: 122px;
overflow: hidden;
z-index: 10;
width: 232px;
height: 407px;
margin-left: 266px;
border-radius: 3px;
}
#hand {
background: url(../images/hand-mockup.png) top no-repeat;
width: 800px;
height: 599px;
background-size: 100%;
position: fixed;
margin-left: -209px;
bottom: 0;
margin-top: 0;
left: 50%;
}*/
.link img {
position: absolute;
right: 0;
z-index: 111;
width: 200px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 5+ ONLY */
::i-block-chrome, .screenshots-wrapper, .section-image {
top:52.1%;
}
} | css/style.css | 1. GLOBAL STYLES
2. TYPOGRAPHY
2.1 FONTS
2.2 HEADINGS
3. LAYOUT
3.1 SECTIONS
3.2 PRELOADER
3.3 LOGO
3.4 SOCIAL ICONS
3.5 RIGHT MOCKUP
4. MENU
4.1 SIDE MAIN MENU
4.2 NAV BULLETS
5. ELEMENTS
5.1 TABS
5.2 CAROUSEL
5.3 BUTTONS
5.4 TOOLTIP
5.5 ICONS
6. SECTIONS
6.1 FEATURES
6.2 CLIENTS
6.3 VIDEO
6.4 SCREENSHOTS
6.5 PRICING
6.6 CONTACT
*/
/* --------------------------------------
GLOBAL STYLES
-----------------------------------------*/
html,
body {
margin: 0;
height: 100%;
padding: 0;
overflow: hidden;
}
a {
color: #fff;
text-decoration: none;
}
strong { font-family: 'walkway_ultraboldregular' }
body {
background-size: cover;
color: #333;
font-family: Open Sans;
}
ul {
list-style-type: none;
padding: 0;
}
/*---------------------------------------
TYPOGRAPHY
-----------------------------------------*/
/* FONTS */
@font-face {
font-family: 'walkway_semiboldregular';
src: url('../fonts/Walkway_SemiBold-webfont.eot');
src: url('../fonts/Walkway_SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Walkway_SemiBold-webfont.woff') format('woff'), url('../fonts/Walkway_SemiBold-webfont.ttf') format('truetype'), url('../fonts/Walkway_SemiBold-webfont.svg#walkway_semiboldregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'walkway_ultraboldregular';
src: url('../fonts/Walkway_UltraBold-webfont.eot');
src: url('../fonts/Walkway_UltraBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Walkway_UltraBold-webfont.woff') format('woff'), url('../fonts/Walkway_UltraBold-webfont.ttf') format('truetype'), url('../fonts/Walkway_UltraBold-webfont.svg#walkway_ultraboldregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* HEADINGS */
h1,
h2,
h3 {
color: #ffffff;
margin-bottom: 30px;
font-size: 50px;
font-weight: normal;
font-family: 'walkway_semiboldregular';
line-height: 1.2;
margin-top: 20px;
}
h4,
h5,
h6 { font-weight: 300 }
/*---------------------------------------
LAYOUT
-----------------------------------------*/
/*SECTIONS*/
.fp-section {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.fp-slide { float: left }
.fp-slide,
.fp-slidesContainer {
height: 100%;
display: block;
}
.fp-slides {
z-index: 1;
height: 100%;
overflow: hidden;
position: relative;
-webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
display: table;
width: 100%;
}
.fp-tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.wrap {
width: 1040px;
margin-left: auto;
margin-right: auto;
position: relative;
box-sizing: border-box;
}
.wrap .box,
.wrap {
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.box {
font-family: Open Sans;
text-align: left;
line-height: 26px;
font-weight: 300;
font-style: normal;
color: #fff;
font-size: 15px;
width: 51%;
}
.box p { margin: 15px 0 }
.overlay {
background: #000;
opacity: 0.7;
position: fixed;
width: 100%;
height: 100%;
}
/*preloader*/
#preloader {
position: fixed;
z-index: 1000;
width: 100%;
height: 100%;
background: #000;
}
#preloader img {
position: absolute;
top: 45%;
left: 50%;
margin-left: -90px;
}
/*Logo */
#logo {
position: fixed;
top: 2%;
}
/*Social Icons*/
#social-icons {
position: fixed;
bottom: 2%;
}
#social-icons ul {
padding: 0;
margin: 0;
list-style-type: none;
}
#social-icons li {
list-style-type: none;
display: inline-block;
margin-right: 5px;
}
#social-icons a {
font-size: 28px;
color: #fff;
text-decoration: none;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#social-icons a i {
font-style: normal;
font-weight: normal;
opacity: 1;
display: block;
font-variant: normal;
font-size: 13px;
border: 1px solid #fff;
border-radius: 4px;
width: 24px;
height: 24px;
text-align: center;
line-height: 27px;
text-transform: none;
-webkit-font-smoothing: antialiased;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#social-icons a:hover i {
border: 1px solid #D39E53;
color: #D39E53;
}
/*Right side mockup*/
#hand {
background: url(../images/hand-mockup.png) top no-repeat;
width: 800px;
height: 1000px;
background-size: 100%;
position: fixed;
margin-left: -209px;
top: 50%;
margin-top: -270px;
left: 50%;
}
/*---------------------------------------
MENUS
-----------------------------------------*/
/*side main menu*/
#main-nav {
position: fixed;
z-index: 100;
top: 2%;
left: 14px;
font-size: 32px;
font-weight: 300;
}
#main-nav span {
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#main-nav:hover span { color: #D39E53 }
#menu-logo img {
display: block;
margin: 30px auto 35px auto;
}
.sidr {
display: none;
position: absolute;
position: fixed;
top: 0;
height: 100%;
z-index: 999999;
width: 240px;
overflow-x: none;
overflow-y: auto;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size: 15px;
background: #D39E53;
}
.sidr.right {
left: auto;
right: -260px;
}
.sidr.left {
left: -260px;
right: auto;
}
.sidr ul {
display: block;
margin: 0 0 15px;
padding: 0;
}
.sidr ul li {
display: block;
margin: 0;
line-height: 45px;
border: none;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
border-top: none;
background: #855C33;
}
.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span { background: #855C33 }
.sidr ul li a,
.sidr ul li span {
padding: 0 25px;
display: block;
text-decoration: none;
color: #fff;
font-family: Open Sans;
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.sidr ul li a span {
display: inline-block;
padding-left: 0;
font-weight: 300;
font-size: 14px;
}
.sidr-open .wrap { width: 1200px }
.sidr-open .fp-slidesNav { margin-left: -602px!important }
.sidr-open .wrap .box { width: 40% }
.sidr-open #main-nav { left: 274px }
/*navigation bullets*/
#fp-nav {
position: fixed;
z-index: 100;
margin-top: -32px;
top: 52%;
opacity: 1;
}
#fp-nav.left { left: 17px }
#fp-nav span,
.fp-slidesNav span { border-color: #aaa }
#fp-nav li .active span,
.fp-slidesNav .active span { background: #fff }
.fp-slidesNav {
position: absolute;
z-index: 4;
margin-left: -523px!important;
text-align: left;
left: 50%;
opacity: 1;
top: 50%;
margin-top: 140px;
}
.fp-slidesNav.top { top: 17px }
#fp-nav ul,
.fp-slidesNav ul {
margin: 0;
padding: 0;
}
#fp-nav li,
.fp-slidesNav li {
display: block;
width: 12px;
height: 12px;
margin: 7px;
position: relative;
}
.fp-slidesNav li {
display: inline-block;
margin: 3px;
}
.fp-slidesNav li a,
#fp-nav li a {
top: 0;
left: 0;
width: 100%;
height: 100%;
outline: none;
border-radius: 50%;
background-color: #fff;
background-color: rgba(255, 255, 255, 0.3);
text-indent: -999em;
cursor: pointer;
position: absolute;
}
.fp-slidesNav li a,
#fp-nav li a {
background-color: transparent;
box-shadow: inset 0 0 0 1px rgb(172, 172, 172);
-webkit-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
}
.fp-slidesNav li a:hover,
.fp-slidesNav li a:focus,
#fp-nav li a:hover,
#fp-nav li a:focus { box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6) }
.fp-slidesNav li a.active,
#fp-nav li a.active { box-shadow: inset 0 0 0 8px white }
/*---------------------------------------
ELEMENTS
-----------------------------------------*/
/*tabs*/
.tabs-style-linemove nav {
background: rgba(0, 0, 0, 0.5);
overflow: hidden;
border-radius: 4px;
}
.tabs-style-linemove nav li:last-child::before {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: #D39E53;
content: '';
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
-webkit-transform: translate3d(-400%,0,0);
transform: translate3d(-400%,0,0);
}
.tabs-style-linemove nav li:nth-child(1).tab-current ~ li:last-child::before {
-webkit-transform: translate3d(-300%,0,0);
transform: translate3d(-300%,0,0);
}
.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
-webkit-transform: translate3d(-200%,0,0);
transform: translate3d(-200%,0,0);
}
.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
.tabs-style-linemove nav a {
padding: 20px 0;
color: #fff;
line-height: 1;
-webkit-transition: color 0.3s, -webkit-transform 0.3s;
transition: color 0.3s, transform 0.3s;
}
.tabs {
position: relative;
overflow: hidden;
margin: 0 auto;
width: 100%;
min-height: 270px;
}
.tabs nav { text-align: center;margin-bottom: 12px; }
.tabs nav ul {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
margin: 0 auto;
padding: 0;
max-width: 1200px;
list-style: none;
-ms-box-orient: horizontal;
-ms-box-pack: center;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
.tabs nav ul li {
position: relative;
z-index: 1;
display: block;
margin: 0;
text-align: center;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
}
.tabs nav a {
position: relative;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 1;
}
.tabs nav a span { vertical-align: middle }
.tabs nav a:focus { outline: none }
.content-wrap { position: relative }
.content-wrap section {
display: none;
margin: 0 auto;
padding: 15px 0 0 0;
}
.content-wrap section.content-current { display: block }
/*carousel*/
.fp-slidesContainer {
float: left;
position: relative;
}
.fp-controlArrow {
position: absolute;
z-index: 4;
top: 50%;
cursor: pointer;
width: 0;
height: 0;
border-style: solid;
margin-top: -38px;
}
.fp-controlArrow.fp-prev {
left: -70px;
width: 40px;
height: 74px;
border: none;
display: block;
background: url(../images//bg_direction_nav.png) no-repeat 0 0;
cursor: pointer;
opacity: 0.6;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.fp-controlArrow.fp-next {
right: -70px;
width: 40px;
height: 74px;
border: none;
display: block;
background: url(../images//bg_direction_nav.png) no-repeat 0 0;
cursor: pointer;
opacity: 0.6;
background-position: 100% 0;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.fp-controlArrow.fp-prev:hover,
.fp-controlArrow.fp-next:hover { opacity: 1 }
/*buttons*/
.appstore {
background: url(../images/appstore.png);
height: 21px;
width: 17px;
margin-top: 2px;
float: left;
}
.appstore-button:hover .appstore { background: url(../images/appstore2.png) }
.playstore {
background: url(../images/playstore.png);
height: 20px;
width: 17px;
margin-top: 2px;
float: left;
}
.playstore-button:hover .playstore { background: url(../images/playstore2.png) }
.simple-button {
font-size: 16px;
font-weight: 700;
border-radius: 4px;
color: #ffffff;
min-width: 130px;
margin-right: 10px;
text-decoration: none;
padding: 12px 25px;
margin-top: 25px;
float: left;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
background: #D39E53;
}
.simple-button:hover {
color: #333;
background: #fff;
}
/*tooltip*/
.tooltip { position: relative }
.tooltip::after {
content: '';
position: absolute;
width: 100%;
height: 20px;
bottom: 100%;
left: 50%;
pointer-events: none;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.tooltip:hover::after { pointer-events: auto }
.tooltip-content {
position: absolute;
z-index: 9999;
width: 335px;
left: 80%;
bottom: 100%;
color: #fffaf0;
background: transparent;
opacity: 0;
margin: 0 0 20px -167px;
cursor: default;
pointer-events: none;
-webkit-font-smoothing: antialiased;
-webkit-transition: opacity 0.3s 0.3s;
transition: opacity 0.3s 0.3s;
}
.tooltip:hover .tooltip-content {
opacity: 1;
pointer-events: auto;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.tooltip-content span { display: block }
.tooltip-text {
border-bottom: 10px solid #d39e53;
overflow: hidden;
-webkit-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
-webkit-transition: -webkit-transform 0.3s 0.3s;
transition: transform 0.3s 0.3s;
}
.tooltip:hover .tooltip-text {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.tooltip-inner {
background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
padding: 30px;
min-height: 80px;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.tooltip:hover .tooltip-inner {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.tooltip a {
color: #fff;
font-weight: bold;
}
.tooltip a:hover { color: #E02217 }
.tooltip-content::after {
content: '';
bottom: -20px;
left: 50%;
border: solid transparent;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-top-color: #D39E53;
border-width: 10px;
margin-left: -10px;
}
.tooltip-inner .icon {
float: left;
display: block;
color: #ddd;
font-size: 40px;
color: #E02217;
height: 80px;
margin-right: 30px;
line-height: 80px;
}
/*icons*/
.icon {
font-weight: normal;
line-height: 20px;
margin-right: 5px;
}
.clients-content .icon,
.tabs .icon,
.features .icon { color: #D39E53 }
.simple-button .icon {
margin-right: 20px;
font-size: 18px;
}
/* --------------------------------------
SECTIONS
-----------------------------------------*/
/*Features*/
.features {
margin-top: 10px;
float: left;
margin-right: 50px;
margin-bottom: 0;
}
.features li { margin-bottom: 10px }
/*Clients feedbacks*/
.clients-content { position: relative }
.clients-content .fp-controlArrow { display: none }
.clients-content .fp-tableCell { height: 100%!important }
.client-stars { float: right }
.clients-content p { margin-top: 0 }
/* Video Presentation*/
.video-presentation {
width: 100%;
margin-top: 30px;
}
.video-presentation iframe { border: none }
/*Screenshots*/
.screenshots-wrapper,
.section-image {
height: 407px;
left: 49.899%;
margin-left: 270px;
margin-top: -192px;
overflow: hidden;
position: fixed;
top: 52.4%;
width: 232px;
z-index: 10;
}
.screenshots-wrapper img,
.section-image img {
width: 100%;
display: block;
max-height: 407px;
}
.screenshots-wrapper {
-webkit-transition: 0.9s;
-o-transition: 0.9s;
transition: 0.9s;
opacity: 0;
}
.active .screenshots-wrapper {
opacity: 1;
overflow: visible;
}
.screenshots-wrapper .fp-tableCell { height: 100%!important }
.active .section-image img { opacity: 1 }
/*Pricing*/
.pricing-button {
padding: 20px 0;
box-sizing: border-box;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
background: rgba(0, 0, 0, 0.2);
font-weight: 700;
}
.price-table {
background: rgba(0, 0, 0, 0.5);
border-radius: 4px;
text-align: center;
width: 31%;
margin-right: 2%;
float: left;
overflow: hidden;
}
.popular {
color: #fff;
padding: 30px 0;
}
.popular .icon { color: #fff }
.package {
padding: 20px 0;
margin: 0;
background: rgba(0, 0, 0, 0.2);
margin-bottom: 20px;
font-size: 15px;
font-size: 22px;
font-family: 'walkway_semiboldregular';
box-sizing: border-box;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.popular .price { background-color: rgba(255,255,255, 0.2) !important }
.dollar { font-size: 21px }
.amount {
font-size: 28px;
line-height: 32px;
}
.specifications {
list-style: none;
text-align: left;
margin: 15px 20px;
}
.sidr-open .specifications { margin: 15px 10px }
.specifications li { padding: 3px }
.specifications .icon {
padding-right: 10px;
color: #E02217;
}
.normal .btn-line { width: 150px }
.popular .btn-line {
color: #fff !important;
border-color: #fff !important;
}
.price-table:hover .pricing-button,
.price-table:hover .package { background: #E02217 }
/*Contact*/
#contact-form {
float: left;
width: 100%;
margin-top: 20px;
}
#contact-form input::-webkit-input-placeholder { color: #fff }
#contact-form input::-moz-placeholder {
color: #fff;
opacity: 1;
}
#contact-form input:-moz-placeholder {
color: #fff;
opacity: 1;
}
#contact-form textarea::-webkit-input-placeholder { color: #fff }
#contact-form textarea::-moz-placeholder {
color: #fff;
opacity: 1;
}
#contact-form textarea:-moz-placeholder {
color: #fff;
opacity: 1;
}
#contact-form textarea,
#contact-form input {
outline: none;
background: none;
float: left;
color: #fff;
width: 47%;
box-sizing: border-box;
border-radius: 4px;
font-family: Open Sans;
border: none;
font-weight: 300;
font-size: 13px;
margin-right: 3%;
padding: 10px;
background: rgba(0, 0, 0, 0.5);
margin-bottom: 10px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#contact-form textarea:focus,
#contact-form input:focus { background: #855C33 }
#contact-form textarea {
width: 97%;
resize: none;
height: 70px;
margin-bottom: 0;
}
#submit {
font-weight: 700;
border-radius: 4px;
color: #ffffff;
border: none;
min-width: 120px;
font-size: 15px;
margin-right: 10px;
text-decoration: none;
outline: none;
padding: 10px 20px;
cursor: pointer;
margin-top: 10px;
margin-bottom: 10px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
background: #D39E53;}
#submit:hover {
background: #fff;
color: #111;
}
/********************custom css****************/
#main-nav:hover
{
color: #D39E53 !important;
}
#section1 .box
{
padding-top: 100px;
}
#section0 input{
border: medium none;
border-radius: 0;
float: left;
font-size: 14px;
padding: 17px;
box-shadow: none;
background-color: #fff !important;
color: #000;
margin-bottom: 0;
margin-right: 0;
}
#section0 ::-moz-placeholder
{
color: #333 !important;
}
#section0 ::-webkit-input-placeholder {
color: #333 !important;
}
#section0 input:hover
{
background-color: none;
}
#section0 button {
background-color: #d39e53;
border: medium none;
border-radius: 0;
height: 50px;
margin: 0;
padding: 0;
width: 165px;
font-size: 14px;
box-shadow: none;
color: #fff;
}
#section0 button:hover
{
background-color: #D39E53;
}
#section0 h1
{
margin-bottom: 0;
}
#section0 .box > p
{
margin-top: 0;
}
#email-form > button:hover
{
background-color: #D39E53;
color: #fff;
}
.features .tooltip img
{
padding-right: 5px;
}
#section4 h2
{
margin-bottom: 10px;
}
#sidr ul li a h5 {
float: right;
font-size: 13px;
font-weight: 700;
margin: 0;
width: 77%;
}
#video_background
{
top: 0 !important;
}
#section5 h4 {
font-size: 20px;
font-weight: bold;
margin: 0;
padding: 0;
}
.login {
border: 1px solid #ccc;
margin: 0 auto;
padding: 20px;
text-align: center;
width: 500px;
}
@media screen and (min-width: 1200px) {
/*.box{
width: 650px;
}*/
#section0 .box {
padding-top: 50px;
}
#section0 .box > p {
margin-bottom: 26px;
margin-top: 10px;
}
.features .tooltip-inner > p {
float: right;
width: 75%;
}
.features .tooltip-inner > img {
float: left;
padding-top: 17px;
margin-top: 9%;
}
.tooltip-inner {
float: left;
padding: 30px;
width: 85%;
}
#section2 .box {
padding-top: 55px;
}
#section8 .box > h2 {
margin-bottom: 0;
}
#section8 .box {
overflow: hidden;
padding-top: 80px;
}
#section2 .fp-slidesNav.bottom {
padding-top: 30px;
}
#section3 .box
{
margin-top: 110px
}
#section3 #section-linemove-1 > h4 {
margin: 10;
padding: 10;
}
#section3 #section-linemove-1 > p {
margin: 10;
padding: 10;
}
#section3 .box > h2 {
margin-bottom: 30px;
}
.tabs ul li a img {
padding-right: 10px;
vertical-align: sub;
}
#section3 .box{
padding-top: 5%;
}
#section7 .box {
padding-top: 8%;
}
#section7 .box > h2 {
margin-bottom: 0;
padding-bottom: 10px;
padding-top: 20px;
}
}
@media screen and (min-width: 320px) and (max-width: 736px){
.tabs ul li a img {
padding-right: 10px;
}
#section3 .box{
padding-top: 23%;
}
#sidr ul li a h5
{
font-size: 12px;
}
/****not include****/
#logo a img {
width: 15%;
}
#email-form > input
{
float: none;
}
#email-form > button
{
margin: 20px;
}
#section1 .box
{
padding-top: 0;
}
#section3 .box
{
padding-top: 11%;
}
#section5 .box > h2 {
margin-bottom: 0;
margin-top: 50px;
}
#section7 .box > h2 {
margin-bottom: 0;
}
#section7 .features > li {
margin-bottom: 0;
}
#section7 .features
{
margin-top: 0;
}
#section7 .box {
overflow: hidden;
padding-top: 14px;
}
#email-form > input
{
width: 236px;
}
#video_background
{
display: none !important;
}
body {
background-image: url("/images/bg-banner.png");
background-position: center center;
background-size: cover;
color: #333;
font-family: Open Sans;
}
}
@media screen and (max-width: 320px){
#section0 button
{
margin-top: 30px !important;
}
}
/*.screenshots-wrapper,
.section-image {
position: fixed;
left: 50%;
bottom: 122px;
overflow: hidden;
z-index: 10;
width: 232px;
height: 407px;
margin-left: 266px;
border-radius: 3px;
}
#hand {
background: url(../images/hand-mockup.png) top no-repeat;
width: 800px;
height: 599px;
background-size: 100%;
position: fixed;
margin-left: -209px;
bottom: 0;
margin-top: 0;
left: 50%;
}*/
.link img {
position: absolute;
right: 0;
z-index: 111;
width: 200px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 5+ ONLY */
::i-block-chrome, .screenshots-wrapper, .section-image {
top:52.1%;
}
} | 0.245537 | 0.075858 |
:root {
/* Font Size */
--global--font-size-base: 1.25rem;
--global--font-size-xs: 1rem;
--global--font-size-sm: 1.125rem;
--global--font-size-md: 1.25rem;
--global--font-size-lg: 1.5rem;
--global--font-size-xl: 2.25rem;
--global--font-size-xxl: 3rem;
--global--font-size-xxxl: 3.5rem;
/* --global--spacing-vertical: 0; */
}
.site-header,
.site-main,
.widget-area,
.site-footer {
padding-top: 0;
padding-bottom: 0;
margin-left: auto;
margin-right: auto;
}
.site-header {
padding-top: 0;
padding-bottom: 0;
}
@media only screen and (min-width: 482px) {
.site-header {
padding-bottom: calc(3 * var(--global--spacing-vertical));
}
}
.menu-button-container #primary-mobile-menu {
color: #FFF;
margin-top: .25em;
}
.primary-navigation > .primary-menu-container,
.primary-navigation-open .menu-button-container {
background-color: #01284f;
}
img,
iframe {
height: auto;
max-width: 100%;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
/* button:hover {
border: 0;
color: #FFF;
font-size: 16px !important;
padding: .5em 1em !important;
} */
/* I like utility classes after working wtih Bootstrap for so long. Sue me.*/
.my-1 {
margin: 1em 0;
margin-bottom: 1em !important;
}
.mt-1 {
margin-top: 1em !important;
}
.mt-wee {
margin-top: .5em;
}
.mb-1 {
margin-bottom: 1em !important;
}
.p-1 {
padding: 1em;
}
.p-2 {
padding: 2em;
}
.p-3 {
padding: 3em;
}
.bg-white {
background-color: #FFF;
}
#bcgovmast {
background-color: #003265;
}
#bcgovmast a:focus {
background-color: transparent !important;
}
.wordmark {
color: #FFF;
display: block;
font-size: 1.5em;
padding: .5em 0;
text-decoration: none;
}
.wordmark span {
display: inline-block;
letter-spacing: -.1em;
margin-left: -8px;
}
.wiw-logo {
float: right;
margin: .8em 0;
}
.wiw-logo-mobile {
display: none;
}
@media only screen and (max-width: 600px) {
.wiw-logo {
display: none;
}
.wiw-logo-mobile {
display: block;
}
}
.navbg {
background-color: #01284f;
border-top: 2px solid #f8be43;
padding: 0;
}
.primary-navigation .primary-menu-container > ul {
flex-direction: row;
justify-content: flex-end;
}
.primary-navigation .primary-menu-container > ul li a {
color: #FFF;
}
.wp-block-cover.hero .wp-block-cover__inner-container {
margin-top: 0;
margin-bottom: 0;
}
.site-main > * {
margin-top: 0;
margin-bottom: 0;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
margin: 0;
}
.dark-wrap {
background: rgb(10,108,179);
background: linear-gradient(90deg, #086eae 25%, #003366 50%, #003366 100%);
/* */
}
#pagetop {
/* */
/* background: url('https://lc.virtuallearn.ca/portal/wp-content/uploads/sites/6/2021/11/LH_Home.jpg') top left no-repeat; */
background: url('https://lc.virtuallearn.ca/portal/wp-content/uploads/sites/6/2021/11/LH_About.png') top left no-repeat;
color: #FFF;
margin-bottom: 0;
padding: 0;
}
.white-wrap {
background-color: #FFF;
color: #333;
margin-bottom: 1em;
padding: 2em 0;
}
.wp-block-columns.has-background {
padding: 0;
}
.wp-block-image.size-large {
margin-bottom: 0;
}
.post-thumbnail .wp-post-image {
margin-top: 0;
}
.pagehead {
padding: 1em 0;
}
.allcourseslink {
margin: 0 auto !important;
}
.coursehead {
margin-top: 0 !important;
}
.partner-url {
background-color: #FFF;
font-weight: bold;
padding: 1em 0;
text-align: center;
}
.pagination {
border: 0;
}
.nav-links a {
background: #28537d;
border-radius: 3px;
color: #FFF !important;
display: inline-block;
padding: 5px 20px;
text-decoration: none;
}
.nav-links .current {
background: #333;
color: #FFF !important;
font-weight: bold;
text-decoration: none !important;
}
.hubgrid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.hubgridinner {
display: flex;
flex-direction: row;
width: 100%;
}
.hubcard {
border-radius: 3px;
display: flex;
flex-basis: 46%;
flex-direction: column;
margin: 2%;
width: 46%;
}
.hubfeatimage {
background-color: #FFF;
min-height: 120px;
padding: 2em 0;
text-align: center;
}
.hubfeatimage img {
height: 70px;
width: auto;
}
.flexible {
flex-grow: 1;
}
.hubtitle {
text-align: center;
}
.hubtitle,
.hubexcerpt,
.hublink {
background-color: #FFF;
padding: 1em;
}
.hubexcerpt,
.hublink {
padding-top: 0;
}
.hublink a {
background-color: #145693;
border-radius: 3px;
color: #FFF;
display: block;
padding: .5em 2em;
text-align: center;
text-decoration: none;
}
@media only screen and (max-width: 600px) {
.hubgrid,
.hubgridinner,
.hubcard {
display: block;
margin: 1em 0;
padding: 0;
width: 100%;
}
}
.searchbox {
/* background: #FFF; */
border-radius: .25em;
padding: 1em;
}
.searchbox input {
background-color: #c3d4e4;
font-size: 18px;
margin: 0 0 0 0;
padding: 1em;
width: 100%;
}
.wp-block-search__inside-wrapper {
/* border: 0 !important; */
border: 3px solid #173f63 !important;
}
.wp-block-search__input {
/* background: #F2F2F2 !important; */
border: 0 !important;
/* border-right: 0 !important; */
}
.wp-block-search__button {
background: #145693 !important;
border: 0 !important;
color: #FFF !important;
}
.alphabet {
background: #FFF;
padding: .3em 0;
position: sticky;
text-align: center;
top: 0;
}
.alphabet a {
background: #F1F1F1;
border-radius: 3px;
display: inline-block;
font-size: .6em;
margin: 0 .15em;
padding: .25em .5em;
text-decoration: none;
}
.course {
margin-bottom: 1em;
}
.coursename a {
color: #333;
display: block;
font-size: 1.4em;
text-decoration: none;
}
.coursecats,
.delivery-method {
font-size: 0.8em;
margin-bottom: .5em;
}
.coursecats a,
.delivery-method a {
background-color: #F1F1F1;
border-radius: 3px;
text-decoration: none;
}
.courseregister {
margin: 1em 0 0 0;
}
.registerbutton {
background: #28537d;
color: #F2F2F2;
display: block;
font-size: 1.4rem;
padding: .5em 1em;
text-align: center;
text-decoration: none;
}
.learningpartner,
.learningpartner a {
color: #28537d;
font-weight: bold;
}
#bcgovfoot {
background-color: #003265;
color: #FFF;
}
.site-footer > .site-info,
.site-footer > .site-info a {
border: 0;
color: #FFF !important;
}
@media only screen and (min-width: 652px) {
.widget-area {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: calc(2 * var(--global--spacing-horizontal));
}
}
@media only screen and (min-width: 1024px) {
.widget-area {
grid-template-columns: repeat(2, 1fr);
}
}
.widget-area {
color: #FFF !important;
margin-top: 0 !important;
}
.widget-area a {
color: #FFF !important;
}
.widget {
border-bottom: 2px solid #f8be43;
padding: 4em 0;
}
.helpingimprove {
color: #FFF;
font-size: 3.5em;
line-height: 1em;
}
.helpingimprove span {
color: #3496d2
}
.landacknowledge {
font-size: 1.3em;
}
#custom_html-7 {
padding-top: 4em;
}
.site-info {
margin: 3em 0;
} | style.css | :root {
/* Font Size */
--global--font-size-base: 1.25rem;
--global--font-size-xs: 1rem;
--global--font-size-sm: 1.125rem;
--global--font-size-md: 1.25rem;
--global--font-size-lg: 1.5rem;
--global--font-size-xl: 2.25rem;
--global--font-size-xxl: 3rem;
--global--font-size-xxxl: 3.5rem;
/* --global--spacing-vertical: 0; */
}
.site-header,
.site-main,
.widget-area,
.site-footer {
padding-top: 0;
padding-bottom: 0;
margin-left: auto;
margin-right: auto;
}
.site-header {
padding-top: 0;
padding-bottom: 0;
}
@media only screen and (min-width: 482px) {
.site-header {
padding-bottom: calc(3 * var(--global--spacing-vertical));
}
}
.menu-button-container #primary-mobile-menu {
color: #FFF;
margin-top: .25em;
}
.primary-navigation > .primary-menu-container,
.primary-navigation-open .menu-button-container {
background-color: #01284f;
}
img,
iframe {
height: auto;
max-width: 100%;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
/* button:hover {
border: 0;
color: #FFF;
font-size: 16px !important;
padding: .5em 1em !important;
} */
/* I like utility classes after working wtih Bootstrap for so long. Sue me.*/
.my-1 {
margin: 1em 0;
margin-bottom: 1em !important;
}
.mt-1 {
margin-top: 1em !important;
}
.mt-wee {
margin-top: .5em;
}
.mb-1 {
margin-bottom: 1em !important;
}
.p-1 {
padding: 1em;
}
.p-2 {
padding: 2em;
}
.p-3 {
padding: 3em;
}
.bg-white {
background-color: #FFF;
}
#bcgovmast {
background-color: #003265;
}
#bcgovmast a:focus {
background-color: transparent !important;
}
.wordmark {
color: #FFF;
display: block;
font-size: 1.5em;
padding: .5em 0;
text-decoration: none;
}
.wordmark span {
display: inline-block;
letter-spacing: -.1em;
margin-left: -8px;
}
.wiw-logo {
float: right;
margin: .8em 0;
}
.wiw-logo-mobile {
display: none;
}
@media only screen and (max-width: 600px) {
.wiw-logo {
display: none;
}
.wiw-logo-mobile {
display: block;
}
}
.navbg {
background-color: #01284f;
border-top: 2px solid #f8be43;
padding: 0;
}
.primary-navigation .primary-menu-container > ul {
flex-direction: row;
justify-content: flex-end;
}
.primary-navigation .primary-menu-container > ul li a {
color: #FFF;
}
.wp-block-cover.hero .wp-block-cover__inner-container {
margin-top: 0;
margin-bottom: 0;
}
.site-main > * {
margin-top: 0;
margin-bottom: 0;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
margin: 0;
}
.dark-wrap {
background: rgb(10,108,179);
background: linear-gradient(90deg, #086eae 25%, #003366 50%, #003366 100%);
/* */
}
#pagetop {
/* */
/* background: url('https://lc.virtuallearn.ca/portal/wp-content/uploads/sites/6/2021/11/LH_Home.jpg') top left no-repeat; */
background: url('https://lc.virtuallearn.ca/portal/wp-content/uploads/sites/6/2021/11/LH_About.png') top left no-repeat;
color: #FFF;
margin-bottom: 0;
padding: 0;
}
.white-wrap {
background-color: #FFF;
color: #333;
margin-bottom: 1em;
padding: 2em 0;
}
.wp-block-columns.has-background {
padding: 0;
}
.wp-block-image.size-large {
margin-bottom: 0;
}
.post-thumbnail .wp-post-image {
margin-top: 0;
}
.pagehead {
padding: 1em 0;
}
.allcourseslink {
margin: 0 auto !important;
}
.coursehead {
margin-top: 0 !important;
}
.partner-url {
background-color: #FFF;
font-weight: bold;
padding: 1em 0;
text-align: center;
}
.pagination {
border: 0;
}
.nav-links a {
background: #28537d;
border-radius: 3px;
color: #FFF !important;
display: inline-block;
padding: 5px 20px;
text-decoration: none;
}
.nav-links .current {
background: #333;
color: #FFF !important;
font-weight: bold;
text-decoration: none !important;
}
.hubgrid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.hubgridinner {
display: flex;
flex-direction: row;
width: 100%;
}
.hubcard {
border-radius: 3px;
display: flex;
flex-basis: 46%;
flex-direction: column;
margin: 2%;
width: 46%;
}
.hubfeatimage {
background-color: #FFF;
min-height: 120px;
padding: 2em 0;
text-align: center;
}
.hubfeatimage img {
height: 70px;
width: auto;
}
.flexible {
flex-grow: 1;
}
.hubtitle {
text-align: center;
}
.hubtitle,
.hubexcerpt,
.hublink {
background-color: #FFF;
padding: 1em;
}
.hubexcerpt,
.hublink {
padding-top: 0;
}
.hublink a {
background-color: #145693;
border-radius: 3px;
color: #FFF;
display: block;
padding: .5em 2em;
text-align: center;
text-decoration: none;
}
@media only screen and (max-width: 600px) {
.hubgrid,
.hubgridinner,
.hubcard {
display: block;
margin: 1em 0;
padding: 0;
width: 100%;
}
}
.searchbox {
/* background: #FFF; */
border-radius: .25em;
padding: 1em;
}
.searchbox input {
background-color: #c3d4e4;
font-size: 18px;
margin: 0 0 0 0;
padding: 1em;
width: 100%;
}
.wp-block-search__inside-wrapper {
/* border: 0 !important; */
border: 3px solid #173f63 !important;
}
.wp-block-search__input {
/* background: #F2F2F2 !important; */
border: 0 !important;
/* border-right: 0 !important; */
}
.wp-block-search__button {
background: #145693 !important;
border: 0 !important;
color: #FFF !important;
}
.alphabet {
background: #FFF;
padding: .3em 0;
position: sticky;
text-align: center;
top: 0;
}
.alphabet a {
background: #F1F1F1;
border-radius: 3px;
display: inline-block;
font-size: .6em;
margin: 0 .15em;
padding: .25em .5em;
text-decoration: none;
}
.course {
margin-bottom: 1em;
}
.coursename a {
color: #333;
display: block;
font-size: 1.4em;
text-decoration: none;
}
.coursecats,
.delivery-method {
font-size: 0.8em;
margin-bottom: .5em;
}
.coursecats a,
.delivery-method a {
background-color: #F1F1F1;
border-radius: 3px;
text-decoration: none;
}
.courseregister {
margin: 1em 0 0 0;
}
.registerbutton {
background: #28537d;
color: #F2F2F2;
display: block;
font-size: 1.4rem;
padding: .5em 1em;
text-align: center;
text-decoration: none;
}
.learningpartner,
.learningpartner a {
color: #28537d;
font-weight: bold;
}
#bcgovfoot {
background-color: #003265;
color: #FFF;
}
.site-footer > .site-info,
.site-footer > .site-info a {
border: 0;
color: #FFF !important;
}
@media only screen and (min-width: 652px) {
.widget-area {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: calc(2 * var(--global--spacing-horizontal));
}
}
@media only screen and (min-width: 1024px) {
.widget-area {
grid-template-columns: repeat(2, 1fr);
}
}
.widget-area {
color: #FFF !important;
margin-top: 0 !important;
}
.widget-area a {
color: #FFF !important;
}
.widget {
border-bottom: 2px solid #f8be43;
padding: 4em 0;
}
.helpingimprove {
color: #FFF;
font-size: 3.5em;
line-height: 1em;
}
.helpingimprove span {
color: #3496d2
}
.landacknowledge {
font-size: 1.3em;
}
#custom_html-7 {
padding-top: 4em;
}
.site-info {
margin: 3em 0;
} | 0.329823 | 0.096535 |
body {
background-color : rgb(232,232,232);
font : 10pt/1.2 "Open Sans","Trebuchet MS","DejaVu Sans",Geneva,sans-serif;
}
h1 {
display : inline;
font-size : 2em;
font-weight : bold;
}
h2 {
font-size : 1.5em;
font-weight : bold;
}
h3 {
font-size : 1.17em;
font-weight : bold;
}
/* Table styling */
table {
padding : 5px;
border-collapse : separate;
border-spacing : 0px;
empty-cells : show;
background-color : rgb(246,246,246);
font-size : 12px;
word-wrap : break-word;
border : 1px solid rgb(222,222,222);
border-radius : 7px;
}
table th {
background-color : rgb(230, 230, 230);
}
table td,
table th {
vertical-align : top;
padding : 3px;
}
a {
color : rgb(110, 165, 10);
}
*:hover > a.permalink:before {
content : ' ¶';
}
.header {
padding : 4px 8px;
background-color : rgb(246,246,246);
color : rgb(77,100,77);
border-bottom : 1px solid rgb(218,218,218);
border-top-right-radius : 10px;
border-top-left-radius : 10px;
}
.header-items {
float : right;
}
.header-items > * {
display : inline-block;
margin : 4px 0px 0px 8px;
}
.ref-container {
margin : 0px auto;
text-align : center;
}
.ref-box {
display : inline-block;
width : 900px;
background-color : rgb(255,255,255);
color : rgb(65,85,65);
text-align : left;
border : 1px solid rgb(218,218,218);
border-radius : 10px;
}
.box-content {
margin : 1em;
}
.member-descriptions > div > h3 {
margin : 1em -0.5em 0px;
padding : 0.5em;
background-color : rgb(246, 246, 246);
border : 1px solid rgb(222, 222, 222);
border-radius : 4px;
}
.member-descriptions > div:target > h3 {
background-color : rgb(222, 240, 180);
border-color : rgb(203, 219, 164);
}
.member-descriptions .api-member-icon {
margin-right : 4px;
margin-left : 4px;
}
footer {
width : 900px;
margin : 8px auto;
background-color : rgb(255,255,255);
color : rgb(65,85,65);
text-align : left;
border : 1px solid rgb(218,218,218);
border-radius : 10px;
display : table;
border-spacing : 1em;
}
footer ul {
margin: 0;
padding: 0;
}
footer ul li {
display : inline-block;
margin-left : 20px;
padding : 0;
}
footer ul li:first-child {
margin-left: 0;
}
footer > * {
display : table-cell;
white-space : nowrap;
}
footer > *:first-child {
width:100%;
}
/* styles for prettification of source */
pre .comment { color: #558817; }
pre .constant { color: #a8660d; }
pre .escape { color: #844631; }
pre .keyword { color: #aa5050; font-weight: bold; }
pre .library { color: #0e7c6b; }
pre .marker { color: #512b1e; background: #fedc56; font-weight: bold; }
pre .string { color: #8080ff; }
pre .number { color: #f8660d; }
pre .operator { color: #2239a8; font-weight: bold; }
pre .preprocessor, pre .prepro { color: #a33243; }
pre .global { color: #800080; }
pre .user-keyword { color: #800080; }
pre .prompt { color: #558817; }
pre .url { color: #272fc2; text-decoration: underline; }
pre {
overflow: auto;
}
/* Icons */
table .api-class-icon,
table .api-functions-icon,
table .api-methods-icon,
table .api-enum-icon,
table .api-enum-item-icon {
margin-right : 0px;
}
.api-metamethods-icon,
.api-modules-icon,
.api-class-icon,
.api-hierarchy-icon,
.api-functions-icon,
.api-methods-icon,
.api-classes-icon,
.api-enum-icon,
.api-enum-item-icon {
display : inline-block;
vertical-align : middle;
height : 16px;
width : 16px;
margin-right : 4px;
}
.api-modules-icon,
.api-classes-icon,
.api-class-icon {
background-image : url('https://anaminus.github.io/api/img/icon-explorer.png');
}
/* background-position sets icon offset */
.api-hierarchy-icon, {
background-image : url('https://anaminus.github.io/api/img/icon-objectbrowser.png');
background-position:-48px;
}
.api-methods-icon,
.api-functions-icon {
background-image : url('https://anaminus.github.io/api/img/icon-objectbrowser.png');
background-position:-64px;
}
/* background-position sets icon offset */
.api-enum-icon {
background-image : url('https://anaminus.github.io/api/img/icon-objectbrowser.png');
background-position : -144px;
}
.api-enum-item-icon {
background-image : url('https://anaminus.github.io/api/img/icon-objectbrowser.png');
background-position : -160px;
}
.api-metamethods-icon {
background-image : url('https://anaminus.github.io/api/img/icon-objectbrowser.png');
background-position : -96px;
} | Doc/Style/ldoc.css | body {
background-color : rgb(232,232,232);
font : 10pt/1.2 "Open Sans","Trebuchet MS","DejaVu Sans",Geneva,sans-serif;
}
h1 {
display : inline;
font-size : 2em;
font-weight : bold;
}
h2 {
font-size : 1.5em;
font-weight : bold;
}
h3 {
font-size : 1.17em;
font-weight : bold;
}
/* Table styling */
table {
padding : 5px;
border-collapse : separate;
border-spacing : 0px;
empty-cells : show;
background-color : rgb(246,246,246);
font-size : 12px;
word-wrap : break-word;
border : 1px solid rgb(222,222,222);
border-radius : 7px;
}
table th {
background-color : rgb(230, 230, 230);
}
table td,
table th {
vertical-align : top;
padding : 3px;
}
a {
color : rgb(110, 165, 10);
}
*:hover > a.permalink:before {
content : ' ¶';
}
.header {
padding : 4px 8px;
background-color : rgb(246,246,246);
color : rgb(77,100,77);
border-bottom : 1px solid rgb(218,218,218);
border-top-right-radius : 10px;
border-top-left-radius : 10px;
}
.header-items {
float : right;
}
.header-items > * {
display : inline-block;
margin : 4px 0px 0px 8px;
}
.ref-container {
margin : 0px auto;
text-align : center;
}
.ref-box {
display : inline-block;
width : 900px;
background-color : rgb(255,255,255);
color : rgb(65,85,65);
text-align : left;
border : 1px solid rgb(218,218,218);
border-radius : 10px;
}
.box-content {
margin : 1em;
}
.member-descriptions > div > h3 {
margin : 1em -0.5em 0px;
padding : 0.5em;
background-color : rgb(246, 246, 246);
border : 1px solid rgb(222, 222, 222);
border-radius : 4px;
}
.member-descriptions > div:target > h3 {
background-color : rgb(222, 240, 180);
border-color : rgb(203, 219, 164);
}
.member-descriptions .api-member-icon {
margin-right : 4px;
margin-left : 4px;
}
footer {
width : 900px;
margin : 8px auto;
background-color : rgb(255,255,255);
color : rgb(65,85,65);
text-align : left;
border : 1px solid rgb(218,218,218);
border-radius : 10px;
display : table;
border-spacing : 1em;
}
footer ul {
margin: 0;
padding: 0;
}
footer ul li {
display : inline-block;
margin-left : 20px;
padding : 0;
}
footer ul li:first-child {
margin-left: 0;
}
footer > * {
display : table-cell;
white-space : nowrap;
}
footer > *:first-child {
width:100%;
}
/* styles for prettification of source */
pre .comment { color: #558817; }
pre .constant { color: #a8660d; }
pre .escape { color: #844631; }
pre .keyword { color: #aa5050; font-weight: bold; }
pre .library { color: #0e7c6b; }
pre .marker { color: #512b1e; background: #fedc56; font-weight: bold; }
pre .string { color: #8080ff; }
pre .number { color: #f8660d; }
pre .operator { color: #2239a8; font-weight: bold; }
pre .preprocessor, pre .prepro { color: #a33243; }
pre .global { color: #800080; }
pre .user-keyword { color: #800080; }
pre .prompt { color: #558817; }
pre .url { color: #272fc2; text-decoration: underline; }
pre {
overflow: auto;
}
/* Icons */
table .api-class-icon,
table .api-functions-icon,
table .api-methods-icon,
table .api-enum-icon,
table .api-enum-item-icon {
margin-right : 0px;
}
.api-metamethods-icon,
.api-modules-icon,
.api-class-icon,
.api-hierarchy-icon,
.api-functions-icon,
.api-methods-icon,
.api-classes-icon,
.api-enum-icon,
.api-enum-item-icon {
display : inline-block;
vertical-align : middle;
height : 16px;
width : 16px;
margin-right : 4px;
}
.api-modules-icon,
.api-classes-icon,
.api-class-icon {
background-image : url('https://anaminus.github.io/api/img/icon-explorer.png');
}
/* background-position sets icon offset */
.api-hierarchy-icon, {
background-image : url('https://anaminus.github.io/api/img/icon-objectbrowser.png');
background-position:-48px;
}
.api-methods-icon,
.api-functions-icon {
background-image : url('https://anaminus.github.io/api/img/icon-objectbrowser.png');
background-position:-64px;
}
/* background-position sets icon offset */
.api-enum-icon {
background-image : url('https://anaminus.github.io/api/img/icon-objectbrowser.png');
background-position : -144px;
}
.api-enum-item-icon {
background-image : url('https://anaminus.github.io/api/img/icon-objectbrowser.png');
background-position : -160px;
}
.api-metamethods-icon {
background-image : url('https://anaminus.github.io/api/img/icon-objectbrowser.png');
background-position : -96px;
} | 0.446977 | 0.188567 |
@-moz-document domain("8chan.co"), domain("8ch.net") {
body,
div.boardlist,
header,
td {
background-image: none !important;
background-color: /*[[bgcolor]]*/ !important;
color: /*[[textcolor]]*/ !important;
}
div.post.reply, div.banner {
background-color: /*[[replybg]]*/;
color: /*[[replytxt]]*/;
border-style: /*[[replyborderstyle]]*/;
border-color: /*[[replybordercolor]]*/;
}
div.post.reply.highlighted {
background-color: /*[[hilitebg]]*/;
color: /*[[hilitecolor]]*/;
border-style: /*[[replyborderstyle]]*/;
border-color: /*[[replybordercolor]]*/;
}
a,
a:link,
a:visited,
div.post.reply div.body a:link,
div.post.reply div.body a:visited {
color: /*[[linkcolor]]*/;
}
div.content_menu {
background-color: /*[[replybg]]*/;
color: /*[[replytxt]]*/;
}
a.button {
background: none !important;
color: /*[[linkcolor]]*/;
}
input,
textarea,
select {
background-color: /*[[inputbg]]*/;
color: /*[[inputcolor]]*/;
}
#options_div {
background-color: /*[[optionsbg]]*/;
color: /*[[optionstxt]]*/;
}
.options_tab_icon {
color: /*[[optionstab]]*/;
}
.full-image, .post-image {
background-color: #666;
}
div.module, div.ban
{
background-color: #222;
}
.quote {
color: /*[[quotetxt]]*/;
}
#options_div, #alert_div {
background-color: /*[[alertbg]]*/;
color: /*[[alerttxt]]*/;
}
body,
div.boardlist,
header {
background-image: none !important;
background-color: #000000 !important;
color: #ffffff !important;
}
div.post.reply, div.banner {
background-color: #111111;
color: #ffffff;
border-style: none none none none;
border-color: #87C5D9;
}
div.post.reply.highlighted {
background-color: #000000;
color: #ffffff;
border-style: none none none none;
border-color: #87C5D9;
}
a,
a:link,
a:visited,
div.post.reply div.body a:link,
div.post.reply div.body a:visited {
color: #ffff7f;
}
div.content_menu {
background-color: #111111;
color: #ffffff;
}
a.button {
background: none !important;
color: #ffff7f;
}
input,
textarea,
select {
background-color: #000000;
color: #ff7;
}
#options_div {
background-color: #333;
color: #af0;
}
.options_tab_icon {
color: #fff;
}
.full-image, .post-image {
background-color: #666;
}
div.module, div.ban
{
background-color: #222;
}
.quote {
color: #789922;
}
#options_div, #alert_div {
background-color: #444;
color: #fff;
}
table.post-table, table.post-table-options {
background-color: transparent !important;
}
form table tr th {
background-color: #222;
}
span.spoiler {
color: /*[[spoilertxt]]*/;
}
} | data/usercss/108001.user.css | @-moz-document domain("8chan.co"), domain("8ch.net") {
body,
div.boardlist,
header,
td {
background-image: none !important;
background-color: /*[[bgcolor]]*/ !important;
color: /*[[textcolor]]*/ !important;
}
div.post.reply, div.banner {
background-color: /*[[replybg]]*/;
color: /*[[replytxt]]*/;
border-style: /*[[replyborderstyle]]*/;
border-color: /*[[replybordercolor]]*/;
}
div.post.reply.highlighted {
background-color: /*[[hilitebg]]*/;
color: /*[[hilitecolor]]*/;
border-style: /*[[replyborderstyle]]*/;
border-color: /*[[replybordercolor]]*/;
}
a,
a:link,
a:visited,
div.post.reply div.body a:link,
div.post.reply div.body a:visited {
color: /*[[linkcolor]]*/;
}
div.content_menu {
background-color: /*[[replybg]]*/;
color: /*[[replytxt]]*/;
}
a.button {
background: none !important;
color: /*[[linkcolor]]*/;
}
input,
textarea,
select {
background-color: /*[[inputbg]]*/;
color: /*[[inputcolor]]*/;
}
#options_div {
background-color: /*[[optionsbg]]*/;
color: /*[[optionstxt]]*/;
}
.options_tab_icon {
color: /*[[optionstab]]*/;
}
.full-image, .post-image {
background-color: #666;
}
div.module, div.ban
{
background-color: #222;
}
.quote {
color: /*[[quotetxt]]*/;
}
#options_div, #alert_div {
background-color: /*[[alertbg]]*/;
color: /*[[alerttxt]]*/;
}
body,
div.boardlist,
header {
background-image: none !important;
background-color: #000000 !important;
color: #ffffff !important;
}
div.post.reply, div.banner {
background-color: #111111;
color: #ffffff;
border-style: none none none none;
border-color: #87C5D9;
}
div.post.reply.highlighted {
background-color: #000000;
color: #ffffff;
border-style: none none none none;
border-color: #87C5D9;
}
a,
a:link,
a:visited,
div.post.reply div.body a:link,
div.post.reply div.body a:visited {
color: #ffff7f;
}
div.content_menu {
background-color: #111111;
color: #ffffff;
}
a.button {
background: none !important;
color: #ffff7f;
}
input,
textarea,
select {
background-color: #000000;
color: #ff7;
}
#options_div {
background-color: #333;
color: #af0;
}
.options_tab_icon {
color: #fff;
}
.full-image, .post-image {
background-color: #666;
}
div.module, div.ban
{
background-color: #222;
}
.quote {
color: #789922;
}
#options_div, #alert_div {
background-color: #444;
color: #fff;
}
table.post-table, table.post-table-options {
background-color: transparent !important;
}
form table tr th {
background-color: #222;
}
span.spoiler {
color: /*[[spoilertxt]]*/;
}
} | 0.130729 | 0.04408 |
*:focus, button:focus, input:focus, *, input, button, *:active, input:active, button:active, .bootstrap-select .btn:focus, option {
outline: 0;
}
.multipage .navbar-collapse {
max-width: 1200px;
width: auto;
}
.multipage .row, .multipage .row > * {
position: fixed;
}
.multipage .mod-menu {
position: relative;
z-index: 99;
}
.multipage ul.no-left-mar {
margin: 0 0 0 0;
}
.multipage ul li {
text-transform: capitalize;
position: relative;
padding: 20px 0;
}
.multipage ul li a {
color: #18191d;
background: none !important;
padding: 30px 15px;
text-decoration: none !important;
}
.multipage ul li.active > a {
color: #24c1dd;
}
.multipage ul li ul {
position: absolute;
top: 100%;
left: -20%;
margin-left: -115px;
background: #fff;
width: 230px;
-webkit-transition: all .2s;
transition: all .2s;
opacity: 0;
max-height: 0;
overflow: hidden;
}
.multipage .bottom-nav ul li ul {
bottom: 100%;
top: auto;
}
.multipage .bottom-nav ul li ul.dm-align-2 {
transition-delay: -.1s;
}
.multipage .bottom-nav ul li ul.dm-align-2 ul {
bottom: -1px;
top: auto;
}
.multipage .bottom-nav.scroll-menu ul li ul {
top: 100%;
bottom: auto;
}
.multipage .bottom-nav.scroll-menu ul li ul.dm-align-2 ul {
top: 0;
bottom: unset;
}
.multipage ul li ul li {
padding: 12px 23px;
/* padding: 12px 23px 12px 20px;*/
border-bottom: 1px solid #e6e6e6;
overflow: hidden;
}
.multipage ul li ul li a {
color: #242424;
padding: 12px 23px;
display: inline;
text-transform: none;
}
.multipage ul li ul li ul {
left: 100%;
right: auto;
top: 0;
margin-left: 0;
/*margin-left: -20px;*/
width: 0;
overflow: hidden;
display: block;
max-height: none;
opacity: 1;
}
.multipage ul li ul.dm-align-2 {
left: 120px;
}
.multipage ul li ul li ul li {
width: 230px;
}
.multipage ul li.right ul li ul {
left: auto;
right: 100%;
}
.multipage ul li.mega-menu {
position: static;
}
.multipage ul li.mega-menu > ul {
width: 100%;
left: 0;
float: none;
margin-left: 0;
max-height: 0;
display: block;
overflow: hidden;
-webkit-transition: all .2s;
transition: all .2s;
-webkit-transition-delay: .2s;
transition-delay: .2s;
opacity: 0;
}
.multipage .bottom-nav ul li.mega-menu > ul {
transition: all -0.8s;
}
.multipage .bottom-nav.scroll-menu ul li.mega-menu > ul {
transition: all .2s;
}
.multipage ul li.mega-menu > ul > li {
float: left;
border: none;
width: 25%;
}
.multipage ul li.mega-menu.align-left > ul > li {
text-align: left;
}
.multipage ul li.mega-menu.four-col > ul > li {
float: left;
border: none;
width: 25%;
}
.multipage ul li.mega-menu.five-col > ul > li {
float: left;
border: none;
width: 20%;
}
.multipage ul li.mega-menu.six-col > ul > li {
padding: 30px 0;
float: left;
border: none;
width: 16%;
}
.multipage ul li.mega-menu > ul > li > a {
text-transform: uppercase;
padding-bottom: 10px;
font-weight: 600;
}
.multipage ul li.mega-menu > ul > li ul {
width: 100%;
position: relative;
right: auto;
top: auto;
left: auto;
}
.multipage ul li.mega-menu > ul > li ul li {
border: none;
}
.multipage ul li.mega-menu > ul > li ul li a {
padding-top: 8px;
padding-bottom: 8px;
}
.multipage ul li.mega-menu > ul > li ul li a:hover {
color: #24c1dd;
margin-left:8px;
transition: all 0.2s ease-out 0s;
}
.multipage ul li.mega-menu:hover > ul {
opacity: 1;
max-height: 2000px;
}
.multipage #menu {
float: right;
display: block;
}
.multipage .main-nav .nav {
float: none;
}
.multipage .main-nav.border {
border-top:1px solid #f1f1f1;
border-bottom:1px solid #f1f1f1;
}
.multipage .main-nav .nav.top-nav {
float: right;
}
.multipage .main-nav .nav.top-nav > li {
float: left;
}
.multipage {
top: 0;
left: 0;
width: 100%;
z-index: auto;
padding-top:0;
padding-bottom:0;
}
/* pin style */
.multipage.pin-style.pin-start {
position: fixed;
}
.multipage.pin-style.pin {
background: rgba(2, 2, 3, 0.8);
-webkit-transition: all .6s;
transition: all .6s;
}
.multipage.pin-style.before {
-webkit-transition: all .6s;
transition: all .6s;
}
.multipage.pin-style .mod-menu {
border: none !important;
}
.multipage ul li:hover > a {
color: #24c1dd;
}
.multipage ul li ul li:hover > ul {
width: 209px;
}
.multipage ul li:hover > ul {
opacity: 1;
max-height: 2000px;
overflow: visible;
}
.multipage ul li:hover > ul li {
overflow: visible;
}
.multipage ul li:hover > ul li ul {
overflow: hidden;
opacity: 1;
}
.multipage #menu ul li ul li > a:before {
background-color: #24c1dd;
content: "";
position: absolute;
left: auto;
right: 0;
bottom: 5px;
height: 2px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
width: 0;
}
.multipage #menu ul li ul li:hover > a:before {
left: 0;
right: auto;
width: 100%
}
.multipage #menu ul li ul li:hover > a {
color: #24c1dd;
}
.multipage #menu ul li ul li a {
color: #18191d;
position: relative;
padding: 10px 0;
} | public/assets/css/megamenu.css | *:focus, button:focus, input:focus, *, input, button, *:active, input:active, button:active, .bootstrap-select .btn:focus, option {
outline: 0;
}
.multipage .navbar-collapse {
max-width: 1200px;
width: auto;
}
.multipage .row, .multipage .row > * {
position: fixed;
}
.multipage .mod-menu {
position: relative;
z-index: 99;
}
.multipage ul.no-left-mar {
margin: 0 0 0 0;
}
.multipage ul li {
text-transform: capitalize;
position: relative;
padding: 20px 0;
}
.multipage ul li a {
color: #18191d;
background: none !important;
padding: 30px 15px;
text-decoration: none !important;
}
.multipage ul li.active > a {
color: #24c1dd;
}
.multipage ul li ul {
position: absolute;
top: 100%;
left: -20%;
margin-left: -115px;
background: #fff;
width: 230px;
-webkit-transition: all .2s;
transition: all .2s;
opacity: 0;
max-height: 0;
overflow: hidden;
}
.multipage .bottom-nav ul li ul {
bottom: 100%;
top: auto;
}
.multipage .bottom-nav ul li ul.dm-align-2 {
transition-delay: -.1s;
}
.multipage .bottom-nav ul li ul.dm-align-2 ul {
bottom: -1px;
top: auto;
}
.multipage .bottom-nav.scroll-menu ul li ul {
top: 100%;
bottom: auto;
}
.multipage .bottom-nav.scroll-menu ul li ul.dm-align-2 ul {
top: 0;
bottom: unset;
}
.multipage ul li ul li {
padding: 12px 23px;
/* padding: 12px 23px 12px 20px;*/
border-bottom: 1px solid #e6e6e6;
overflow: hidden;
}
.multipage ul li ul li a {
color: #242424;
padding: 12px 23px;
display: inline;
text-transform: none;
}
.multipage ul li ul li ul {
left: 100%;
right: auto;
top: 0;
margin-left: 0;
/*margin-left: -20px;*/
width: 0;
overflow: hidden;
display: block;
max-height: none;
opacity: 1;
}
.multipage ul li ul.dm-align-2 {
left: 120px;
}
.multipage ul li ul li ul li {
width: 230px;
}
.multipage ul li.right ul li ul {
left: auto;
right: 100%;
}
.multipage ul li.mega-menu {
position: static;
}
.multipage ul li.mega-menu > ul {
width: 100%;
left: 0;
float: none;
margin-left: 0;
max-height: 0;
display: block;
overflow: hidden;
-webkit-transition: all .2s;
transition: all .2s;
-webkit-transition-delay: .2s;
transition-delay: .2s;
opacity: 0;
}
.multipage .bottom-nav ul li.mega-menu > ul {
transition: all -0.8s;
}
.multipage .bottom-nav.scroll-menu ul li.mega-menu > ul {
transition: all .2s;
}
.multipage ul li.mega-menu > ul > li {
float: left;
border: none;
width: 25%;
}
.multipage ul li.mega-menu.align-left > ul > li {
text-align: left;
}
.multipage ul li.mega-menu.four-col > ul > li {
float: left;
border: none;
width: 25%;
}
.multipage ul li.mega-menu.five-col > ul > li {
float: left;
border: none;
width: 20%;
}
.multipage ul li.mega-menu.six-col > ul > li {
padding: 30px 0;
float: left;
border: none;
width: 16%;
}
.multipage ul li.mega-menu > ul > li > a {
text-transform: uppercase;
padding-bottom: 10px;
font-weight: 600;
}
.multipage ul li.mega-menu > ul > li ul {
width: 100%;
position: relative;
right: auto;
top: auto;
left: auto;
}
.multipage ul li.mega-menu > ul > li ul li {
border: none;
}
.multipage ul li.mega-menu > ul > li ul li a {
padding-top: 8px;
padding-bottom: 8px;
}
.multipage ul li.mega-menu > ul > li ul li a:hover {
color: #24c1dd;
margin-left:8px;
transition: all 0.2s ease-out 0s;
}
.multipage ul li.mega-menu:hover > ul {
opacity: 1;
max-height: 2000px;
}
.multipage #menu {
float: right;
display: block;
}
.multipage .main-nav .nav {
float: none;
}
.multipage .main-nav.border {
border-top:1px solid #f1f1f1;
border-bottom:1px solid #f1f1f1;
}
.multipage .main-nav .nav.top-nav {
float: right;
}
.multipage .main-nav .nav.top-nav > li {
float: left;
}
.multipage {
top: 0;
left: 0;
width: 100%;
z-index: auto;
padding-top:0;
padding-bottom:0;
}
/* pin style */
.multipage.pin-style.pin-start {
position: fixed;
}
.multipage.pin-style.pin {
background: rgba(2, 2, 3, 0.8);
-webkit-transition: all .6s;
transition: all .6s;
}
.multipage.pin-style.before {
-webkit-transition: all .6s;
transition: all .6s;
}
.multipage.pin-style .mod-menu {
border: none !important;
}
.multipage ul li:hover > a {
color: #24c1dd;
}
.multipage ul li ul li:hover > ul {
width: 209px;
}
.multipage ul li:hover > ul {
opacity: 1;
max-height: 2000px;
overflow: visible;
}
.multipage ul li:hover > ul li {
overflow: visible;
}
.multipage ul li:hover > ul li ul {
overflow: hidden;
opacity: 1;
}
.multipage #menu ul li ul li > a:before {
background-color: #24c1dd;
content: "";
position: absolute;
left: auto;
right: 0;
bottom: 5px;
height: 2px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
width: 0;
}
.multipage #menu ul li ul li:hover > a:before {
left: 0;
right: auto;
width: 100%
}
.multipage #menu ul li ul li:hover > a {
color: #24c1dd;
}
.multipage #menu ul li ul li a {
color: #18191d;
position: relative;
padding: 10px 0;
} | 0.379493 | 0.053825 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
/* font-family: 'Montserrat', sans-serif; */
}
html{
font-size: 25px;
}
.navbar-nav{
/* display: flex; */
text-align: right;
text-transform: uppercase;
letter-spacing: 0.1rem;
font-weight: 400;
padding-left: 50%;
color: white;
}
/* styling home section */
.home{
display: flex;
background: url("https://images.unsplash.com/photo-1517686469429-8bdb88b9f907?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80") no-repeat center;
height: 80vh;
background-size: cover;
color: black;
min-height: 500px;
font-family: Verdana, sans-serif;
padding-right: 70%;
/* padding-top: 10%; */
}
.max-width{
max-width: 1300px;
padding: 0 80px;
margin: auto;
}
.home content{
/* margin: auto 0 auto 70px; */
}
#text-1{
font-size: 30px;
font-weight: bold;
padding-right: 70%;
}
#text-2{
font-size: 75px;
font-weight: 500;
margin-left: -5px;
font-weight: bold;
}
#text-3{
font-size: 40px;
margin: 5px 0;
font-weight: bold;
}
#text-3 span{
color: red;
font-weight: bold;
}
.about{
background-image: url("./assets/image3.jpeg");
height: 60vh;
margin-top: 70px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-left: 40px;
}
.menu{
margin-top: 70px;
/* background-color: yellow; */
/* background-image: url("https://images.unsplash.com/photo-1555505019-8c3f1c4aba5f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8d2FsbHBhcGVyJTIwd29vZHxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60"); */
}
/* .socials{
display: flex;
height: 3vh;
width: 2vw;
color: red;
text-align: space-between;
justify-content: center;
} */
.form-control:input-placeholder {
color: white;
}
.contact{
margin-top: 80px;
}
.contact img{
margin: 20px;
}
.contact{
/* height: 80vh; */
background-image: url("./assets/image3.jpeg");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: black;
margin-top: 70px;
}
.contact .row{
display: flex;
justify-content: center;
margin: 0px 150px;
}
#btn{
text-align: center;
margin-bottom: 40px;
}
#name1,
#email1,
#text1,
{
border: 1px solid white;
background-color: transparent;
color: white;
}
.contacts {
padding-top: 15px;
padding-bottom: 15px;
}
#footer1{
text-align: center;
}
.col-md-7{
text-align: center;
padding-left: 30%;
}
/* .message{
padding-left: 10%;
width: 70vw;
} */
.contact textarea {
width: 70%;
height: 250px;
margin: 0px auto;
width: 70vw;
padding-left: 10%;
}
@media (min-width: 800px) and (max-width:850px){
html,
body,
header,
.view{
height: 650px;
}
.summary-order{
padding-left: 40%;
background-image: url("https://images.unsplash.com/photo-1519690889869-e705e59f72e1?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTl8fHJlc3RhdXJhbnQlMjBzZXR0aW5nfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60");
background-repeat: no-repeat;
background-size: cover;
/* .order1{
padding-right: 70%;
} */
select{
font-size: large;
}
/* #name{
width: fit-content;
margin-left: 570px;
} */
.yes, #form2{
display: none;
}
.yes{
height: 150px;
}
.pad{
padding: 0px;
color: red;
}
.change{
background-color: rgb(30, 112, 145);
color: black;
padding: 10px;
border-radius: 10px;
margin-bottom: 30px;
}
.make{
color: white;
text-decoration: none;
font-weight: bold;
}
select{
padding: 10px;
background-color: coral;
border-radius: 20px;
}
.note{
color: red;
font-size: 15px;
}
button{
background-color: rgb(255, 102, 0);
margin-top: 20px;
padding: 6px;
border: 0;
color: white;
}
::placeholder{
font-size: 1.5em;
} | index.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
/* font-family: 'Montserrat', sans-serif; */
}
html{
font-size: 25px;
}
.navbar-nav{
/* display: flex; */
text-align: right;
text-transform: uppercase;
letter-spacing: 0.1rem;
font-weight: 400;
padding-left: 50%;
color: white;
}
/* styling home section */
.home{
display: flex;
background: url("https://images.unsplash.com/photo-1517686469429-8bdb88b9f907?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80") no-repeat center;
height: 80vh;
background-size: cover;
color: black;
min-height: 500px;
font-family: Verdana, sans-serif;
padding-right: 70%;
/* padding-top: 10%; */
}
.max-width{
max-width: 1300px;
padding: 0 80px;
margin: auto;
}
.home content{
/* margin: auto 0 auto 70px; */
}
#text-1{
font-size: 30px;
font-weight: bold;
padding-right: 70%;
}
#text-2{
font-size: 75px;
font-weight: 500;
margin-left: -5px;
font-weight: bold;
}
#text-3{
font-size: 40px;
margin: 5px 0;
font-weight: bold;
}
#text-3 span{
color: red;
font-weight: bold;
}
.about{
background-image: url("./assets/image3.jpeg");
height: 60vh;
margin-top: 70px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-left: 40px;
}
.menu{
margin-top: 70px;
/* background-color: yellow; */
/* background-image: url("https://images.unsplash.com/photo-1555505019-8c3f1c4aba5f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8d2FsbHBhcGVyJTIwd29vZHxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60"); */
}
/* .socials{
display: flex;
height: 3vh;
width: 2vw;
color: red;
text-align: space-between;
justify-content: center;
} */
.form-control:input-placeholder {
color: white;
}
.contact{
margin-top: 80px;
}
.contact img{
margin: 20px;
}
.contact{
/* height: 80vh; */
background-image: url("./assets/image3.jpeg");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
color: black;
margin-top: 70px;
}
.contact .row{
display: flex;
justify-content: center;
margin: 0px 150px;
}
#btn{
text-align: center;
margin-bottom: 40px;
}
#name1,
#email1,
#text1,
{
border: 1px solid white;
background-color: transparent;
color: white;
}
.contacts {
padding-top: 15px;
padding-bottom: 15px;
}
#footer1{
text-align: center;
}
.col-md-7{
text-align: center;
padding-left: 30%;
}
/* .message{
padding-left: 10%;
width: 70vw;
} */
.contact textarea {
width: 70%;
height: 250px;
margin: 0px auto;
width: 70vw;
padding-left: 10%;
}
@media (min-width: 800px) and (max-width:850px){
html,
body,
header,
.view{
height: 650px;
}
.summary-order{
padding-left: 40%;
background-image: url("https://images.unsplash.com/photo-1519690889869-e705e59f72e1?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTl8fHJlc3RhdXJhbnQlMjBzZXR0aW5nfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60");
background-repeat: no-repeat;
background-size: cover;
/* .order1{
padding-right: 70%;
} */
select{
font-size: large;
}
/* #name{
width: fit-content;
margin-left: 570px;
} */
.yes, #form2{
display: none;
}
.yes{
height: 150px;
}
.pad{
padding: 0px;
color: red;
}
.change{
background-color: rgb(30, 112, 145);
color: black;
padding: 10px;
border-radius: 10px;
margin-bottom: 30px;
}
.make{
color: white;
text-decoration: none;
font-weight: bold;
}
select{
padding: 10px;
background-color: coral;
border-radius: 20px;
}
.note{
color: red;
font-size: 15px;
}
button{
background-color: rgb(255, 102, 0);
margin-top: 20px;
padding: 6px;
border: 0;
color: white;
}
::placeholder{
font-size: 1.5em;
} | 0.359926 | 0.073663 |
.jumbotron {
background-image: url("/images/jumbotron.jpg");
background-size: 100%;
-o-object-fit: contain;
object-fit: contain;
height: 310px;
}
.topline {
background-color: #0282f9;
font-size: 0.7em;
padding: 3px 0;
}
.nav-logo {
height: 50px;
}
.navlist li {
display: inline-block;
margin: 0 10px;
}
.navlink {
text-decoration: none;
color: rgb(32,32,32);
vertical-align: middle;
font-size: 0.8em;
padding-bottom: 25px;
}
.active {
border-bottom: 3.5px solid #0282f9;
color: #0282f9;
outline: none;
}
.search {
margin-left: 40px;
width: 100px;
border: unset;
border-bottom: solid 3px #0282f9;
}
.blueline {
justify-content: flex-end;
outline: none;
color: white;
}
input::-moz-placeholder {
text-align: right;
}
input:-ms-input-placeholder {
text-align: right;
}
input::placeholder {
text-align: right;
}
.arrow {
font-size: 0.5em;
display: inline-block;
transform: translateY(-2px);
}
.top-footer {
background-image: url("/images/footer-bg.jpg");
padding: 20px;
}
footer h3 {
color: whitesmoke;
margin-bottom: 10px;
}
footer a {
text-decoration: none;
color: gray;
font-size: 0.8em;
}
footer a:hover {
text-decoration: underline;
}
footer .container.flex div {
margin-right: 30px;
margin-bottom: 20px;
}
.sign-up {
padding: 5px;
border: 2px solid #0282f9;
display: inline-block;
}
footer .black-ground img {
width: 20px;
height: 20px;
margin: 0 8px;
}
footer .black-ground img:hover {
transform: scale(1.2);
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container {
width: 1080px;
margin: auto;
}
ul {
list-style: none;
}
.flex {
display: flex;
}
.m-l-50 {
margin-left: 50px;
}
.flex-column {
flex-direction: column;
}
.wrap {
flex-wrap: wrap;
}
.align-items-center {
align-items: center;
}
.justify-content-center {
justify-content: center;
}.black-ground {
background-color: #1c1c1c;
}
.card img {
height: 150px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: right top;
object-position: right top;
}
main .container h3 {
color: white;
padding: 5px 15px;
background-color: #0282f9;
display: inline-block;
transform: translateY(-15px);
}
.card {
flex-basis: calc(100% / 6);
padding: 10px;
}
.card p {
margin-top: 10px;
color: white;
}
.load {
color: white;
padding: 5px 40px;
background-color: #0282f9;
display: inline-block;
align-self: center;
}
.lower-sect {
padding: 20px 0;
}
.lower-sect img {
height: 50px;
}
.lower-sect p {
color: white;
font-size: 0.8em;
margin: 0 5px;
}.comic-bluebar {
background-color: #0282f9;
height: 80px;
} | public/css/app.css | .jumbotron {
background-image: url("/images/jumbotron.jpg");
background-size: 100%;
-o-object-fit: contain;
object-fit: contain;
height: 310px;
}
.topline {
background-color: #0282f9;
font-size: 0.7em;
padding: 3px 0;
}
.nav-logo {
height: 50px;
}
.navlist li {
display: inline-block;
margin: 0 10px;
}
.navlink {
text-decoration: none;
color: rgb(32,32,32);
vertical-align: middle;
font-size: 0.8em;
padding-bottom: 25px;
}
.active {
border-bottom: 3.5px solid #0282f9;
color: #0282f9;
outline: none;
}
.search {
margin-left: 40px;
width: 100px;
border: unset;
border-bottom: solid 3px #0282f9;
}
.blueline {
justify-content: flex-end;
outline: none;
color: white;
}
input::-moz-placeholder {
text-align: right;
}
input:-ms-input-placeholder {
text-align: right;
}
input::placeholder {
text-align: right;
}
.arrow {
font-size: 0.5em;
display: inline-block;
transform: translateY(-2px);
}
.top-footer {
background-image: url("/images/footer-bg.jpg");
padding: 20px;
}
footer h3 {
color: whitesmoke;
margin-bottom: 10px;
}
footer a {
text-decoration: none;
color: gray;
font-size: 0.8em;
}
footer a:hover {
text-decoration: underline;
}
footer .container.flex div {
margin-right: 30px;
margin-bottom: 20px;
}
.sign-up {
padding: 5px;
border: 2px solid #0282f9;
display: inline-block;
}
footer .black-ground img {
width: 20px;
height: 20px;
margin: 0 8px;
}
footer .black-ground img:hover {
transform: scale(1.2);
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container {
width: 1080px;
margin: auto;
}
ul {
list-style: none;
}
.flex {
display: flex;
}
.m-l-50 {
margin-left: 50px;
}
.flex-column {
flex-direction: column;
}
.wrap {
flex-wrap: wrap;
}
.align-items-center {
align-items: center;
}
.justify-content-center {
justify-content: center;
}.black-ground {
background-color: #1c1c1c;
}
.card img {
height: 150px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: right top;
object-position: right top;
}
main .container h3 {
color: white;
padding: 5px 15px;
background-color: #0282f9;
display: inline-block;
transform: translateY(-15px);
}
.card {
flex-basis: calc(100% / 6);
padding: 10px;
}
.card p {
margin-top: 10px;
color: white;
}
.load {
color: white;
padding: 5px 40px;
background-color: #0282f9;
display: inline-block;
align-self: center;
}
.lower-sect {
padding: 20px 0;
}
.lower-sect img {
height: 50px;
}
.lower-sect p {
color: white;
font-size: 0.8em;
margin: 0 5px;
}.comic-bluebar {
background-color: #0282f9;
height: 80px;
} | 0.460774 | 0.164215 |
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
* {
font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif';
}
a:link{
color:#1a0dab;
}
p{
font-weight: 300;
}
footer {
width: 100%;
position: absolute;
background-color: #f8f9fa;
}
footer .footer-warp {
text-align: center;
padding: 60px 0 50px 0;
}
footer .footer-text {
color: #8d8d8d;
font-size: 15px;
}
footer .contact{
margin: 0 7px 0 7px;
color: #a5a5a5;
}
footer .contact:hover{
color: #7e7e7e;
}
.banner {
width: 100%;
height: 100px;
color: white;
background: linear-gradient(45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
background-size: 300% 300%;
-webkit-animation: Gradient 8s ease infinite;
-moz-animation: Gradient 8s ease infinite;
animation: Gradient 8s ease infinite;
}
.banner .banner-contents {
color: white;
padding-top: 44px;
font-size: 50px;
}
.banner .banner-subject {
font-weight: 500;
font-size: 50px;
margin-bottom: 5px;
}
.banner .banner-description {
font-weight: 400;
font-size: 18px;
}
/* content */
.content {
margin-top: 50px;
margin-bottom: 60px;
}
.content-box {
margin-top: 100px;
}
.content-box:first-child {
margin-top: 0;
}
.content-subject {
color: #333;
margin-right: 100%;
font-weight: 400;
font-size: 27px;
}
.content-text-box {
color: #606167;
}
.contact {
margin: 0px 2.5px 0px 2.5px;
font-size: 25px;
}
/* Activities */
.activities tr:first-child{
border-top: 2px solid #dee2e6;
}
.activities tr:nth-child(even){
background-color: #fcfcfc;
}
.activities .activities-subject {
vertical-align: middle;
}
.activities tr td .activities-content{
margin: 5px;
}
/* Projects */
.projects{
padding: 32px 12px 32px 12px !important;
}
.projects hr {
width: 100px;
}
.project-subject{
font-size: 22px;
}
.projects-bottom{
font-size: 15px;
font-weight:300;
}
.projects-bottom-tags{
color: #a8a8a8;
}
.projects-bottom-tags .tags{
margin-right: 7px;
}
.projects-bottom-date{
color:#bdbdbd;
}
.project-box {
border-top: 2px solid #dee2e6;
}
@-webkit-keyframes Gradient {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@-moz-keyframes Gradient {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@keyframes Gradient {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
} | asset/css/style.css | @import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
* {
font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif';
}
a:link{
color:#1a0dab;
}
p{
font-weight: 300;
}
footer {
width: 100%;
position: absolute;
background-color: #f8f9fa;
}
footer .footer-warp {
text-align: center;
padding: 60px 0 50px 0;
}
footer .footer-text {
color: #8d8d8d;
font-size: 15px;
}
footer .contact{
margin: 0 7px 0 7px;
color: #a5a5a5;
}
footer .contact:hover{
color: #7e7e7e;
}
.banner {
width: 100%;
height: 100px;
color: white;
background: linear-gradient(45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
background-size: 300% 300%;
-webkit-animation: Gradient 8s ease infinite;
-moz-animation: Gradient 8s ease infinite;
animation: Gradient 8s ease infinite;
}
.banner .banner-contents {
color: white;
padding-top: 44px;
font-size: 50px;
}
.banner .banner-subject {
font-weight: 500;
font-size: 50px;
margin-bottom: 5px;
}
.banner .banner-description {
font-weight: 400;
font-size: 18px;
}
/* content */
.content {
margin-top: 50px;
margin-bottom: 60px;
}
.content-box {
margin-top: 100px;
}
.content-box:first-child {
margin-top: 0;
}
.content-subject {
color: #333;
margin-right: 100%;
font-weight: 400;
font-size: 27px;
}
.content-text-box {
color: #606167;
}
.contact {
margin: 0px 2.5px 0px 2.5px;
font-size: 25px;
}
/* Activities */
.activities tr:first-child{
border-top: 2px solid #dee2e6;
}
.activities tr:nth-child(even){
background-color: #fcfcfc;
}
.activities .activities-subject {
vertical-align: middle;
}
.activities tr td .activities-content{
margin: 5px;
}
/* Projects */
.projects{
padding: 32px 12px 32px 12px !important;
}
.projects hr {
width: 100px;
}
.project-subject{
font-size: 22px;
}
.projects-bottom{
font-size: 15px;
font-weight:300;
}
.projects-bottom-tags{
color: #a8a8a8;
}
.projects-bottom-tags .tags{
margin-right: 7px;
}
.projects-bottom-date{
color:#bdbdbd;
}
.project-box {
border-top: 2px solid #dee2e6;
}
@-webkit-keyframes Gradient {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@-moz-keyframes Gradient {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@keyframes Gradient {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
} | 0.291687 | 0.079531 |
*/
/* Doodle Stage */
main{
position:absolute;
}
@-webkit-keyframes fadeIn{
0%{
opacity:0;
}
55%{
opacity:0;
}
70%{
opacity:.5;
}
90%{
opacity:0;
}
100%{
opacity:0;
}
}
#trapezoid {
border-bottom: 180px solid yellow;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
height: 0px;
width: 50px;
position: relative;
top: -260px;
left: 510px;
animation: fadeIn 10s infinite;
}
input{
position: relative;
top: 15px;
}
#google{
z-index:-100;
position:relative;
top: 75px;
}
#ufo{
position: relative;
width: 200px;
z-index: 100;
}
#stage {
height: 400px;
width: 800px;
z-index: -100;
}
/*Walk Cycle*/
@-webkit-keyframes rotateBody {
0% {
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
}
50% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
100% {
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
}
}
@keyframes rotateBody {
0% {
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
}
50% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
100% {
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
}
}
@-webkit-keyframes headBop {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
25% {
-webkit-transform: translateY(-1px) translateX(-2px);
transform: translateY(-1px) translateX(-2px);
}
50% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
75% {
-webkit-transform: translateY(-1px) translateX(-2px);
transform: translateY(-1px) translateX(-2px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes headBop {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
25% {
-webkit-transform: translateY(-1px) translateX(-2px);
transform: translateY(-1px) translateX(-2px);
}
50% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
75% {
-webkit-transform: translateY(-1px) translateX(-2px);
transform: translateY(-1px) translateX(-2px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes bodyBop {
0% {
-webkit-transform: translateY(0) rotate(7deg);
transform: translateY(0) rotate(7deg);
}
25% {
-webkit-transform: translateY(-12px) rotate(0deg);
transform: translateY(-12px) rotate(0deg);
}
50% {
-webkit-transform: translateY(0) rotate(7deg);
transform: translateY(0) rotate(7deg);
}
75% {
-webkit-transform: translateY(-12px) rotate(0deg);
transform: translateY(-12px) rotate(0deg);
}
100% {
-webkit-transform: translateY(0) rotate(7deg);
transform: translateY(0) rotate(7deg);
}
}
@keyframes bodyBop {
0% {
-webkit-transform: translateY(0) rotate(7deg);
transform: translateY(0) rotate(7deg);
}
25% {
-webkit-transform: translateY(-12px) rotate(0deg);
transform: translateY(-12px) rotate(0deg);
}
50% {
-webkit-transform: translateY(0) rotate(7deg);
transform: translateY(0) rotate(7deg);
}
75% {
-webkit-transform: translateY(-12px) rotate(0deg);
transform: translateY(-12px) rotate(0deg);
}
100% {
-webkit-transform: translateY(0) rotate(7deg);
transform: translateY(0) rotate(7deg);
}
}
@-webkit-keyframes rotateLeg {
0% {
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
50% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
100% {
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
}
@keyframes rotateLeg {
0% {
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
50% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
100% {
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
}
@-webkit-keyframes rotateLowerLeg {
0% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
25% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
50% {
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
}
75% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
}
100% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
}
@keyframes rotateLowerLeg {
0% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
25% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
50% {
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
}
75% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
}
100% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
}
@-webkit-keyframes rotateFoot {
0% {
-webkit-transform: rotate(-100deg);
transform: rotate(-100deg);
}
50% {
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
75% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-100deg);
transform: rotate(-100deg);
}
}
@keyframes rotateFoot {
0% {
-webkit-transform: rotate(-100deg);
transform: rotate(-100deg);
}
50% {
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
75% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-100deg);
transform: rotate(-100deg);
}
}
@-webkit-keyframes rotateArm {
0% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
50% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
100% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
}
@keyframes rotateArm {
0% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
50% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
100% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
}
@-webkit-keyframes rotateLowerArm {
50% {
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
}
}
@keyframes rotateLowerArm {
50% {
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
}
}
html {
height: 100%;
}
body {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.human {
position: relative;
-webkit-animation: bodyBop 1s infinite;
top: -425px;
}
@keyframes abduction
{
0% {
left: 0;
opacity: 1;
transform: translateY(0);
}
50% {
opacity: 1;
transform: translateY(0);
}
800% {
opacity: 0;
transform: translateY(-50px);
}
100%{
left: 75%;
opacity: 0;
transform: translateY(-20px);
}
}
.human {
animation: abduction 10s infinite;
}
@keyframes ufo{
0%{
top: -500px;
left: 650px;
}
50%{
top:-250px;
left: 500px;
transform: rotate (20deg);
}
65%{
top:-250px;
left: 500px;
transform: rotate (20deg);
}
}
#ufo{
position: relative;
top: -500px;
left: 600px;
animation: ufo 10s infinite;
animation-delay: 2s;
}
.head {
width: 30px;
height: 30px;
border-radius: 20px;
background-color: tan;
-webkit-animation: headBop 1s -0.4s infinite;
animation: headBop 1s -0.4s infinite;
}
.body {
width: 30px;
height: 80px;
border-radius: 20px;
background-color: red;
}
.limb {
width: 10px;
border-radius: 5px;
background-color: tan;
}
.arm {
position: absolute;
-webkit-animation: rotateArm 1s infinite;
animation: rotateArm 1s infinite;
-webkit-transform-origin: 5px 5px;
transform-origin: 5px 5px;
}
.arm.right {
top: 45px;
}
.arm.left {
top: 38px;
left: 20px;
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
z-index: -1;
}
.arm.left .lower {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.arm .upper {
height: 30px;
}
.arm .lower {
position: absolute;
top: 20px;
height: 30px;
-webkit-transform-origin: 5px 5px;
transform-origin: 5px 5px;
-webkit-animation: rotateLowerArm 1s infinite;
animation: rotateLowerArm 1s infinite;
}
.leg {
position: absolute;
-webkit-transform-origin: 5px 5px;
transform-origin: 5px 5px;
-webkit-animation: rotateLeg 1s infinite;
animation: rotateLeg 1s infinite;
}
.leg.left {
top: 96px;
left: 5px;
z-index: 1;
}
.leg.right {
top: 89px;
left: 16px;
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
z-index: -1;
}
.leg.right .lower,
.leg.right .foot {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.leg .upper {
height: 35px;
}
.leg .lower {
position: absolute;
top: 28px;
height: 40px;
-webkit-transform-origin: 5px 5px;
transform-origin: 5px 5px;
-webkit-animation: 1s rotateLowerLeg infinite;
animation: 1s rotateLowerLeg infinite;
}
.foot {
position: absolute;
top: 30px;
height: 20px;
-webkit-transform-origin: 5px 5px;
transform-origin: 5px 5px;
-webkit-animation: rotateFoot 1s infinite;
animation: rotateFoot 1s infinite;
} | css/style.css | */
/* Doodle Stage */
main{
position:absolute;
}
@-webkit-keyframes fadeIn{
0%{
opacity:0;
}
55%{
opacity:0;
}
70%{
opacity:.5;
}
90%{
opacity:0;
}
100%{
opacity:0;
}
}
#trapezoid {
border-bottom: 180px solid yellow;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
height: 0px;
width: 50px;
position: relative;
top: -260px;
left: 510px;
animation: fadeIn 10s infinite;
}
input{
position: relative;
top: 15px;
}
#google{
z-index:-100;
position:relative;
top: 75px;
}
#ufo{
position: relative;
width: 200px;
z-index: 100;
}
#stage {
height: 400px;
width: 800px;
z-index: -100;
}
/*Walk Cycle*/
@-webkit-keyframes rotateBody {
0% {
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
}
50% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
100% {
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
}
}
@keyframes rotateBody {
0% {
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
}
50% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
100% {
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
}
}
@-webkit-keyframes headBop {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
25% {
-webkit-transform: translateY(-1px) translateX(-2px);
transform: translateY(-1px) translateX(-2px);
}
50% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
75% {
-webkit-transform: translateY(-1px) translateX(-2px);
transform: translateY(-1px) translateX(-2px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes headBop {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
25% {
-webkit-transform: translateY(-1px) translateX(-2px);
transform: translateY(-1px) translateX(-2px);
}
50% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
75% {
-webkit-transform: translateY(-1px) translateX(-2px);
transform: translateY(-1px) translateX(-2px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes bodyBop {
0% {
-webkit-transform: translateY(0) rotate(7deg);
transform: translateY(0) rotate(7deg);
}
25% {
-webkit-transform: translateY(-12px) rotate(0deg);
transform: translateY(-12px) rotate(0deg);
}
50% {
-webkit-transform: translateY(0) rotate(7deg);
transform: translateY(0) rotate(7deg);
}
75% {
-webkit-transform: translateY(-12px) rotate(0deg);
transform: translateY(-12px) rotate(0deg);
}
100% {
-webkit-transform: translateY(0) rotate(7deg);
transform: translateY(0) rotate(7deg);
}
}
@keyframes bodyBop {
0% {
-webkit-transform: translateY(0) rotate(7deg);
transform: translateY(0) rotate(7deg);
}
25% {
-webkit-transform: translateY(-12px) rotate(0deg);
transform: translateY(-12px) rotate(0deg);
}
50% {
-webkit-transform: translateY(0) rotate(7deg);
transform: translateY(0) rotate(7deg);
}
75% {
-webkit-transform: translateY(-12px) rotate(0deg);
transform: translateY(-12px) rotate(0deg);
}
100% {
-webkit-transform: translateY(0) rotate(7deg);
transform: translateY(0) rotate(7deg);
}
}
@-webkit-keyframes rotateLeg {
0% {
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
50% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
100% {
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
}
@keyframes rotateLeg {
0% {
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
50% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
100% {
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
}
@-webkit-keyframes rotateLowerLeg {
0% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
25% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
50% {
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
}
75% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
}
100% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
}
@keyframes rotateLowerLeg {
0% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
25% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
50% {
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
}
75% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
}
100% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
}
@-webkit-keyframes rotateFoot {
0% {
-webkit-transform: rotate(-100deg);
transform: rotate(-100deg);
}
50% {
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
75% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-100deg);
transform: rotate(-100deg);
}
}
@keyframes rotateFoot {
0% {
-webkit-transform: rotate(-100deg);
transform: rotate(-100deg);
}
50% {
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}
75% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-100deg);
transform: rotate(-100deg);
}
}
@-webkit-keyframes rotateArm {
0% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
50% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
100% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
}
@keyframes rotateArm {
0% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
50% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
100% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
}
@-webkit-keyframes rotateLowerArm {
50% {
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
}
}
@keyframes rotateLowerArm {
50% {
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
}
}
html {
height: 100%;
}
body {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.human {
position: relative;
-webkit-animation: bodyBop 1s infinite;
top: -425px;
}
@keyframes abduction
{
0% {
left: 0;
opacity: 1;
transform: translateY(0);
}
50% {
opacity: 1;
transform: translateY(0);
}
800% {
opacity: 0;
transform: translateY(-50px);
}
100%{
left: 75%;
opacity: 0;
transform: translateY(-20px);
}
}
.human {
animation: abduction 10s infinite;
}
@keyframes ufo{
0%{
top: -500px;
left: 650px;
}
50%{
top:-250px;
left: 500px;
transform: rotate (20deg);
}
65%{
top:-250px;
left: 500px;
transform: rotate (20deg);
}
}
#ufo{
position: relative;
top: -500px;
left: 600px;
animation: ufo 10s infinite;
animation-delay: 2s;
}
.head {
width: 30px;
height: 30px;
border-radius: 20px;
background-color: tan;
-webkit-animation: headBop 1s -0.4s infinite;
animation: headBop 1s -0.4s infinite;
}
.body {
width: 30px;
height: 80px;
border-radius: 20px;
background-color: red;
}
.limb {
width: 10px;
border-radius: 5px;
background-color: tan;
}
.arm {
position: absolute;
-webkit-animation: rotateArm 1s infinite;
animation: rotateArm 1s infinite;
-webkit-transform-origin: 5px 5px;
transform-origin: 5px 5px;
}
.arm.right {
top: 45px;
}
.arm.left {
top: 38px;
left: 20px;
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
z-index: -1;
}
.arm.left .lower {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.arm .upper {
height: 30px;
}
.arm .lower {
position: absolute;
top: 20px;
height: 30px;
-webkit-transform-origin: 5px 5px;
transform-origin: 5px 5px;
-webkit-animation: rotateLowerArm 1s infinite;
animation: rotateLowerArm 1s infinite;
}
.leg {
position: absolute;
-webkit-transform-origin: 5px 5px;
transform-origin: 5px 5px;
-webkit-animation: rotateLeg 1s infinite;
animation: rotateLeg 1s infinite;
}
.leg.left {
top: 96px;
left: 5px;
z-index: 1;
}
.leg.right {
top: 89px;
left: 16px;
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
z-index: -1;
}
.leg.right .lower,
.leg.right .foot {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.leg .upper {
height: 35px;
}
.leg .lower {
position: absolute;
top: 28px;
height: 40px;
-webkit-transform-origin: 5px 5px;
transform-origin: 5px 5px;
-webkit-animation: 1s rotateLowerLeg infinite;
animation: 1s rotateLowerLeg infinite;
}
.foot {
position: absolute;
top: 30px;
height: 20px;
-webkit-transform-origin: 5px 5px;
transform-origin: 5px 5px;
-webkit-animation: rotateFoot 1s infinite;
animation: rotateFoot 1s infinite;
} | 0.285372 | 0.139602 |
min-width: 250px;
padding: 14px 14px 0;
overflow:hidden;
background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
font-size:12px
}
#login-dp .bottom{
background-color:rgba(255,255,255,.8);
border-top:1px solid #ddd;
clear:both;
padding:14px;
}
#login-dp .social-buttons{
margin:12px 0
}
#login-dp .social-buttons a{
width: 49%;
}
#login-dp .form-group {
margin-bottom: 10px;
}
.btn-fb{
color: #fff;
background-color:#3b5998;
}
.btn-fb:hover{
color: #fff;
background-color:#496ebc
}
.btn-tw{
color: #fff;
background-color:#55acee;
}
.btn-tw:hover{
color: #fff;
background-color:#59b5fa;
}
@media(max-width:768px){
#login-dp{
background-color: inherit;
color: #fff;
}
#login-dp .bottom{
background-color: inherit;
border-top:0 none;
}
}
ul {
list-style: none;
text-align: center;
}
li {
display: inline-block;
}
.box {
position:relative;
border:none;
box-sizing:border-box;
width: 300px;
height: 300px;
border-radius: 15px;
background-color: #ccc;
padding: 10px;
-webkit-box-shadow: inset 0 0 100px #000000;
-moz-box-shadow: inset 0 0 100px #000000;
box-shadow: inset 0 0 100px #000000;
}
.boximg1 {
background-image: url("http://cdn4.pitchfork.com/news/60171/6dfb51bc.jpg");
background-position: center center;
background-size: cover;
}
.boximg2 {
background-image: url("http://cdn4.pitchfork.com/news/60171/6dfb51bc.jpg");
background-position: center center;
background-size: cover;
}
.boximg3 {
background-image: url("http://cdn4.pitchfork.com/news/60171/6dfb51bc.jpg");
background-position: center center;
background-size: cover;
}
.boximg4 {
background-image: url("http://cdn4.pitchfork.com/news/60171/6dfb51bc.jpg);
background-position: center center;
background-size: cover;
}
.overlay {
height: 300px;
width: 300px;
display: table-cell;
vertical-align: middle;
text-align: center;
color: #ffffff;
opacity: 0;
}
.box:hover,
.box:focus,
.box:active{
box-shadow: inset 0 0 300px #000000;
-webkit-transition: box-shadow .5s ease;
-moz-transition: box-shadow .5s ease;
transition: box-shadow .5s ease;
}
.box:hover .overlay,
.box:focus .overlay,
.box:active .overlay{
opacity: 1;
-webkit-transition: opacity .5s ease;
-moz-transition: opacity .5s ease;
transition: opacity .5s ease;
}
.heading {
font-family: 'Limelight', cursive;
font-size: 2em;
text-transform: uppercase;
}
.caption {
font-family: 'Open Sans', sans-serif;
font-size: 1.5em;
}
.fa-hand-o-up{
position:absolute;
top:270px;
left:270px;
color:#ffffff;
}
.input-group-addon.success {
color: rgb(255, 255, 255);
background-color: rgb(92, 184, 92);
border-color: rgb(76, 174, 76);
} | public/static/style.css | min-width: 250px;
padding: 14px 14px 0;
overflow:hidden;
background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
font-size:12px
}
#login-dp .bottom{
background-color:rgba(255,255,255,.8);
border-top:1px solid #ddd;
clear:both;
padding:14px;
}
#login-dp .social-buttons{
margin:12px 0
}
#login-dp .social-buttons a{
width: 49%;
}
#login-dp .form-group {
margin-bottom: 10px;
}
.btn-fb{
color: #fff;
background-color:#3b5998;
}
.btn-fb:hover{
color: #fff;
background-color:#496ebc
}
.btn-tw{
color: #fff;
background-color:#55acee;
}
.btn-tw:hover{
color: #fff;
background-color:#59b5fa;
}
@media(max-width:768px){
#login-dp{
background-color: inherit;
color: #fff;
}
#login-dp .bottom{
background-color: inherit;
border-top:0 none;
}
}
ul {
list-style: none;
text-align: center;
}
li {
display: inline-block;
}
.box {
position:relative;
border:none;
box-sizing:border-box;
width: 300px;
height: 300px;
border-radius: 15px;
background-color: #ccc;
padding: 10px;
-webkit-box-shadow: inset 0 0 100px #000000;
-moz-box-shadow: inset 0 0 100px #000000;
box-shadow: inset 0 0 100px #000000;
}
.boximg1 {
background-image: url("http://cdn4.pitchfork.com/news/60171/6dfb51bc.jpg");
background-position: center center;
background-size: cover;
}
.boximg2 {
background-image: url("http://cdn4.pitchfork.com/news/60171/6dfb51bc.jpg");
background-position: center center;
background-size: cover;
}
.boximg3 {
background-image: url("http://cdn4.pitchfork.com/news/60171/6dfb51bc.jpg");
background-position: center center;
background-size: cover;
}
.boximg4 {
background-image: url("http://cdn4.pitchfork.com/news/60171/6dfb51bc.jpg);
background-position: center center;
background-size: cover;
}
.overlay {
height: 300px;
width: 300px;
display: table-cell;
vertical-align: middle;
text-align: center;
color: #ffffff;
opacity: 0;
}
.box:hover,
.box:focus,
.box:active{
box-shadow: inset 0 0 300px #000000;
-webkit-transition: box-shadow .5s ease;
-moz-transition: box-shadow .5s ease;
transition: box-shadow .5s ease;
}
.box:hover .overlay,
.box:focus .overlay,
.box:active .overlay{
opacity: 1;
-webkit-transition: opacity .5s ease;
-moz-transition: opacity .5s ease;
transition: opacity .5s ease;
}
.heading {
font-family: 'Limelight', cursive;
font-size: 2em;
text-transform: uppercase;
}
.caption {
font-family: 'Open Sans', sans-serif;
font-size: 1.5em;
}
.fa-hand-o-up{
position:absolute;
top:270px;
left:270px;
color:#ffffff;
}
.input-group-addon.success {
color: rgb(255, 255, 255);
background-color: rgb(92, 184, 92);
border-color: rgb(76, 174, 76);
} | 0.348867 | 0.070752 |
@-moz-document domain("web.whatsapp.com")
{
/*///////estilo de gloria//////////*/
.pane-header.pane-list-header {
-webkit-flex: none;
flex: none;
height: 59px;
width: 100%;
background-color: #f10d0d;
box-sizing: border-box;
padding: 10px;
position: relative;
z-index: 1000;
padding-right: 16px;
padding-left: 15px;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.list-search {
-webkit-flex: none;
flex: none;
height: 49px;
box-sizing: border-box;
padding: 10px;
position: relative;
z-index: 100;
transition: box-shadow 0.18s ease-out,background-color 0.18s ease-out;
transition-delay: 0.12s;
padding: 0px;
background-color: #f10d0d;
}
.pane-header {
-webkit-flex: none;
flex: none;
height: 59px;
width: 100%;
background-color: #f10d0d;
box-sizing: border-box;
padding: 10px;
position: relative;
z-index: 1000;
}
.chatlist .chat.active {
background-color: #ea3ee7;
}
.chatlist .chat.active:after {
border-top-color: #29b6f6;
}
.chatlist .chat-body, .chatlist .header-body {
border-top: 2px solid #29b6f6;
padding-right: 15px;
}
.chat {
position: relative;
cursor: pointer;
background-color: rgb(190, 51, 239);
}
.block-compose {
-webkit-align-items: flex-end;
align-items: flex-end;
background-color: #f10d0d;
border-left: 2px solid rgb(41, 182, 245);
box-sizing: border-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
max-width: 100%;
padding: 10px 19px;
position: relative;
z-index: 2;
}
.pane-chat-body {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
overflow-x: hidden;
overflow-y: scroll;
z-index: 100;
box-sizing: border-box;
border-left: 2px solid #29b6f5;
transition: background .3s ease-out .1s;
background-color: rgba(190, 51, 239, 0.85);
}
.chatlist .chat:hover {
background-color: rgba(234, 62, 231, 0.51);
}
*::-webkit-scrollbar-thumb {
background-color: rgb(41, 182, 246);
}
.pane-chat-header:after, .list-search:after {
position: absolute;
content: '';
width: 100%;
height: 1px;
left: 0;
bottom: -1px;
background-color: rgb(41, 182, 245);
border-bottom: 1px solid rgb(41, 182, 246);
}
.pane-chat-header {
padding-left: 16px;
padding-right: 15px;
display: -webkit-flex;
display: flex;
box-sizing: border-box;
border-left: 2px solid rgb(41, 182, 246);
}
/* Common */
.app-wrapper-web .app {
width: 1347px;
}
.three .pane-three {
min-width: 250px;
}
.message-system {
visibility: hidden;
height: 0px;
}
/* left panel controls */
.pane-list-header {
padding-right: 200px;
}
.menu-horizontal>span>.menu-item {
padding: 0px;
}
/*side bar size change*/
.pane-one {
flex-basis: 95px;
min-width: 355px;
transition: flex-basis 0.1s, min-width 0.1s;
}
.pane-one:hover {
flex-basis: 355px;
}
.app .pane-two {
width: 100%;
}
.pane-header .chat-title {
color: #000;
}
.pane-chat .icon-user-default{
filter: blur(5px);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
}
.pane-chat .icon-user-default:hover{
filter:none;
-webkit-filter: none;
-moz-filter: none;
-o-filter: none;
-ms-filter: none;
zoom: 150%;
}
/* Compose Adjustments */
.input-placeholder {
font-size: 14px;
}
.block-compose {
padding: 9px 6px;
}
.block-compose .btn-emoji {
margin-right: 5px;
margin-bottom: 7px
}
.block-compose .input-container {
margin-right: -17px;
}
/*///////////////////////////////////////////////////////*/
/* Chatlist */
/* chat general */
.chatlist .avatar {
height: 35px !important;
width: 35px !important;
filter: blur(5px);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
}
.chatlist .avatar:hover {
zoom: 200%;
filter: none;
-webkit-filter: none;
-moz-filter: none;
-o-filter: none;
-ms-filter: none;
}
.avatar,
.avatar-image {
border-radius: 10%;
overflow: inherit;
}
/* chat normal list */
.chat-status {
color: rgba(0, 0, 0, 0.0);
}
.chat-drag-cover .chat-title {
color: rgba(0, 0, 0, 0.0);
}
.chat-title {
color:#000;
font: oblique bold 100% cursive;
}
/* chat normal list hover */
.chat-title:hover{color:#000;}
.chat-status:hover{
color:#000;
}
/* chat active */
.chat.active .chat-status {
color: rgba(0, 0, 0, 0.0);
}
.chat.active .chat-status {
color: rgba(255, 255, 255, 0.9);
}
.chat.active .chat-title {
color: #fff;
font: oblique bold 120% cursive;
}
.chat.active .chat-meta {
color: rgba(255, 255, 255, 0.9);
}
.chatlist .active .avatar {
zoom: 130%;
filter: none;
-webkit-filter: none;
-moz-filter: none;
-o-filter: none;
-ms-filter: none;
}
/* left panel controls */
.pane-list-header {
padding-right: 200px;
}
.menu-horizontal>span>.menu-item {
padding: 0px;
}
/*//////////////////////////////////////////////////////////////////*/
/*side bar size change*/
.pane-one {
flex-basis: 95px;
min-width: 355px;
transition: flex-basis 0.1s, min-width 0.1s;
}
.pane-one:hover {
flex-basis: 355px;
}
.app .pane-two {
width: 100%;
}
/* Left alignment */
body {
margin: 0;
padding: 0;
background-image: -webkit-linear-gradient(top, #5b5b5b, #5b5b5b) !important;
font-family: 'Roboto Light', sans-serif !important;
}
.app {
position: absolute;
left: 10px;
width: 600px;
}
.app-wrapper::after {
position: fixed;
z-index: -1;
background-color: rgba(195, 76, 235, 0.75);
width: 100%;
height: 127px;
content: '';
top: 0;
left: 0;
}
} | data/usercss/147082.user.css | @-moz-document domain("web.whatsapp.com")
{
/*///////estilo de gloria//////////*/
.pane-header.pane-list-header {
-webkit-flex: none;
flex: none;
height: 59px;
width: 100%;
background-color: #f10d0d;
box-sizing: border-box;
padding: 10px;
position: relative;
z-index: 1000;
padding-right: 16px;
padding-left: 15px;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.list-search {
-webkit-flex: none;
flex: none;
height: 49px;
box-sizing: border-box;
padding: 10px;
position: relative;
z-index: 100;
transition: box-shadow 0.18s ease-out,background-color 0.18s ease-out;
transition-delay: 0.12s;
padding: 0px;
background-color: #f10d0d;
}
.pane-header {
-webkit-flex: none;
flex: none;
height: 59px;
width: 100%;
background-color: #f10d0d;
box-sizing: border-box;
padding: 10px;
position: relative;
z-index: 1000;
}
.chatlist .chat.active {
background-color: #ea3ee7;
}
.chatlist .chat.active:after {
border-top-color: #29b6f6;
}
.chatlist .chat-body, .chatlist .header-body {
border-top: 2px solid #29b6f6;
padding-right: 15px;
}
.chat {
position: relative;
cursor: pointer;
background-color: rgb(190, 51, 239);
}
.block-compose {
-webkit-align-items: flex-end;
align-items: flex-end;
background-color: #f10d0d;
border-left: 2px solid rgb(41, 182, 245);
box-sizing: border-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
max-width: 100%;
padding: 10px 19px;
position: relative;
z-index: 2;
}
.pane-chat-body {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
overflow-x: hidden;
overflow-y: scroll;
z-index: 100;
box-sizing: border-box;
border-left: 2px solid #29b6f5;
transition: background .3s ease-out .1s;
background-color: rgba(190, 51, 239, 0.85);
}
.chatlist .chat:hover {
background-color: rgba(234, 62, 231, 0.51);
}
*::-webkit-scrollbar-thumb {
background-color: rgb(41, 182, 246);
}
.pane-chat-header:after, .list-search:after {
position: absolute;
content: '';
width: 100%;
height: 1px;
left: 0;
bottom: -1px;
background-color: rgb(41, 182, 245);
border-bottom: 1px solid rgb(41, 182, 246);
}
.pane-chat-header {
padding-left: 16px;
padding-right: 15px;
display: -webkit-flex;
display: flex;
box-sizing: border-box;
border-left: 2px solid rgb(41, 182, 246);
}
/* Common */
.app-wrapper-web .app {
width: 1347px;
}
.three .pane-three {
min-width: 250px;
}
.message-system {
visibility: hidden;
height: 0px;
}
/* left panel controls */
.pane-list-header {
padding-right: 200px;
}
.menu-horizontal>span>.menu-item {
padding: 0px;
}
/*side bar size change*/
.pane-one {
flex-basis: 95px;
min-width: 355px;
transition: flex-basis 0.1s, min-width 0.1s;
}
.pane-one:hover {
flex-basis: 355px;
}
.app .pane-two {
width: 100%;
}
.pane-header .chat-title {
color: #000;
}
.pane-chat .icon-user-default{
filter: blur(5px);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
}
.pane-chat .icon-user-default:hover{
filter:none;
-webkit-filter: none;
-moz-filter: none;
-o-filter: none;
-ms-filter: none;
zoom: 150%;
}
/* Compose Adjustments */
.input-placeholder {
font-size: 14px;
}
.block-compose {
padding: 9px 6px;
}
.block-compose .btn-emoji {
margin-right: 5px;
margin-bottom: 7px
}
.block-compose .input-container {
margin-right: -17px;
}
/*///////////////////////////////////////////////////////*/
/* Chatlist */
/* chat general */
.chatlist .avatar {
height: 35px !important;
width: 35px !important;
filter: blur(5px);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
}
.chatlist .avatar:hover {
zoom: 200%;
filter: none;
-webkit-filter: none;
-moz-filter: none;
-o-filter: none;
-ms-filter: none;
}
.avatar,
.avatar-image {
border-radius: 10%;
overflow: inherit;
}
/* chat normal list */
.chat-status {
color: rgba(0, 0, 0, 0.0);
}
.chat-drag-cover .chat-title {
color: rgba(0, 0, 0, 0.0);
}
.chat-title {
color:#000;
font: oblique bold 100% cursive;
}
/* chat normal list hover */
.chat-title:hover{color:#000;}
.chat-status:hover{
color:#000;
}
/* chat active */
.chat.active .chat-status {
color: rgba(0, 0, 0, 0.0);
}
.chat.active .chat-status {
color: rgba(255, 255, 255, 0.9);
}
.chat.active .chat-title {
color: #fff;
font: oblique bold 120% cursive;
}
.chat.active .chat-meta {
color: rgba(255, 255, 255, 0.9);
}
.chatlist .active .avatar {
zoom: 130%;
filter: none;
-webkit-filter: none;
-moz-filter: none;
-o-filter: none;
-ms-filter: none;
}
/* left panel controls */
.pane-list-header {
padding-right: 200px;
}
.menu-horizontal>span>.menu-item {
padding: 0px;
}
/*//////////////////////////////////////////////////////////////////*/
/*side bar size change*/
.pane-one {
flex-basis: 95px;
min-width: 355px;
transition: flex-basis 0.1s, min-width 0.1s;
}
.pane-one:hover {
flex-basis: 355px;
}
.app .pane-two {
width: 100%;
}
/* Left alignment */
body {
margin: 0;
padding: 0;
background-image: -webkit-linear-gradient(top, #5b5b5b, #5b5b5b) !important;
font-family: 'Roboto Light', sans-serif !important;
}
.app {
position: absolute;
left: 10px;
width: 600px;
}
.app-wrapper::after {
position: fixed;
z-index: -1;
background-color: rgba(195, 76, 235, 0.75);
width: 100%;
height: 127px;
content: '';
top: 0;
left: 0;
}
} | 0.185762 | 0.036254 |
.u-after-1of12 {
margin-right: 8.33333% !important;
}
.u-after-1of10 {
margin-right: 10% !important;
}
.u-after-1of8 {
margin-right: 12.5% !important;
}
.u-after-1of6,
.u-after-2of12 {
margin-right: 16.66667% !important;
}
.u-after-1of5,
.u-after-2of10 {
margin-right: 20% !important;
}
.u-after-1of4,
.u-after-2of8,
.u-after-3of12 {
margin-right: 25% !important;
}
.u-after-3of10 {
margin-right: 30% !important;
}
.u-after-1of3,
.u-after-2of6,
.u-after-4of12 {
margin-right: 33.33333% !important;
}
.u-after-3of8 {
margin-right: 37.5% !important;
}
.u-after-2of5,
.u-after-4of10 {
margin-right: 40% !important;
}
.u-after-5of12 {
margin-right: 41.66667% !important;
}
.u-after-1of2,
.u-after-2of4,
.u-after-3of6,
.u-after-4of8,
.u-after-5of10,
.u-after-6of12 {
margin-right: 50% !important;
}
.u-after-7of12 {
margin-right: 58.33333% !important;
}
.u-after-3of5,
.u-after-6of10 {
margin-right: 60% !important;
}
.u-after-5of8 {
margin-right: 62.5% !important;
}
.u-after-2of3,
.u-after-4of6,
.u-after-8of12 {
margin-right: 66.66667% !important;
}
.u-after-7of10 {
margin-right: 70% !important;
}
.u-after-3of4,
.u-after-6of8,
.u-after-9of12 {
margin-right: 75% !important;
}
.u-after-4of5,
.u-after-8of10 {
margin-right: 80% !important;
}
.u-after-5of6,
.u-after-10of12 {
margin-right: 83.33333% !important;
}
.u-after-7of8 {
margin-right: 87.5% !important;
}
.u-after-9of10 {
margin-right: 90% !important;
}
.u-after-11of12 {
margin-right: 91.66667% !important;
}
/**
* @define utilities
* Offset: breakpoint 1 (small)
*
* Specify the proportional offset after an element.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 4, 5, 6, 8, 10, 12 section
*/
@media (min-width:25rem) {
.u-sm-after-none {
margin-right: 0 !important;
}
.u-sm-after-1of12 {
margin-right: 8.33333% !important;
}
.u-sm-after-1of10 {
margin-right: 10% !important;
}
.u-sm-after-1of8 {
margin-right: 12.5% !important;
}
.u-sm-after-1of6,
.u-sm-after-2of12 {
margin-right: 16.66667% !important;
}
.u-sm-after-1of5,
.u-sm-after-2of10 {
margin-right: 20% !important;
}
.u-sm-after-1of4,
.u-sm-after-2of8,
.u-sm-after-3of12 {
margin-right: 25% !important;
}
.u-sm-after-3of10 {
margin-right: 30% !important;
}
.u-sm-after-1of3,
.u-sm-after-2of6,
.u-sm-after-4of12 {
margin-right: 33.33333% !important;
}
.u-sm-after-3of8 {
margin-right: 37.5% !important;
}
.u-sm-after-2of5,
.u-sm-after-4of10 {
margin-right: 40% !important;
}
.u-sm-after-5of12 {
margin-right: 41.66667% !important;
}
.u-sm-after-1of2,
.u-sm-after-2of4,
.u-sm-after-3of6,
.u-sm-after-4of8,
.u-sm-after-5of10,
.u-sm-after-6of12 {
margin-right: 50% !important;
}
.u-sm-after-7of12 {
margin-right: 58.33333% !important;
}
.u-sm-after-3of5,
.u-sm-after-6of10 {
margin-right: 60% !important;
}
.u-sm-after-5of8 {
margin-right: 62.5% !important;
}
.u-sm-after-2of3,
.u-sm-after-4of6,
.u-sm-after-8of12 {
margin-right: 66.66667% !important;
}
.u-sm-after-7of10 {
margin-right: 70% !important;
}
.u-sm-after-3of4,
.u-sm-after-6of8,
.u-sm-after-9of12 {
margin-right: 75% !important;
}
.u-sm-after-4of5,
.u-sm-after-8of10 {
margin-right: 80% !important;
}
.u-sm-after-5of6,
.u-sm-after-10of12 {
margin-right: 83.33333% !important;
}
.u-sm-after-7of8 {
margin-right: 87.5% !important;
}
.u-sm-after-9of10 {
margin-right: 90% !important;
}
.u-sm-after-11of12 {
margin-right: 91.66667% !important;
}
}
/**
* @define utilities
* Offset: breakpoint 2 (medium)
*
* Specify the proportional offset after an element.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 4, 5, 6, 8, 10, 12 section
*/
@media (min-width:43.75rem) {
.u-md-after-none {
margin-right: 0 !important;
}
.u-md-after-1of12 {
margin-right: 8.33333% !important;
}
.u-md-after-1of10 {
margin-right: 10% !important;
}
.u-md-after-1of8 {
margin-right: 12.5% !important;
}
.u-md-after-1of6,
.u-md-after-2of12 {
margin-right: 16.66667% !important;
}
.u-md-after-1of5,
.u-md-after-2of10 {
margin-right: 20% !important;
}
.u-md-after-1of4,
.u-md-after-2of8,
.u-md-after-3of12 {
margin-right: 25% !important;
}
.u-md-after-3of10 {
margin-right: 30% !important;
}
.u-md-after-1of3,
.u-md-after-2of6,
.u-md-after-4of12 {
margin-right: 33.33333% !important;
}
.u-md-after-3of8 {
margin-right: 37.5% !important;
}
.u-md-after-2of5,
.u-md-after-4of10 {
margin-right: 40% !important;
}
.u-md-after-5of12 {
margin-right: 41.66667% !important;
}
.u-md-after-1of2,
.u-md-after-2of4,
.u-md-after-3of6,
.u-md-after-4of8,
.u-md-after-5of10,
.u-md-after-6of12 {
margin-right: 50% !important;
}
.u-md-after-7of12 {
margin-right: 58.33333% !important;
}
.u-md-after-3of5,
.u-md-after-6of10 {
margin-right: 60% !important;
}
.u-md-after-5of8 {
margin-right: 62.5% !important;
}
.u-md-after-2of3,
.u-md-after-4of6,
.u-md-after-8of12 {
margin-right: 66.66667% !important;
}
.u-md-after-7of10 {
margin-right: 70% !important;
}
.u-md-after-3of4,
.u-md-after-6of8,
.u-md-after-9of12 {
margin-right: 75% !important;
}
.u-md-after-4of5,
.u-md-after-8of10 {
margin-right: 80% !important;
}
.u-md-after-5of6,
.u-md-after-10of12 {
margin-right: 83.33333% !important;
}
.u-md-after-7of8 {
margin-right: 87.5% !important;
}
.u-md-after-9of10 {
margin-right: 90% !important;
}
.u-md-after-11of12 {
margin-right: 91.66667% !important;
}
}
/**
* @define utilities
* Offset: breakpoint 3 (large)
*
* Specify the proportional offset after an element.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 4, 5, 6, 8, 10, 12 section
*/
@media (min-width:61.25rem) {
.u-lg-after-none {
margin-right: 0 !important;
}
.u-lg-after-1of12 {
margin-right: 8.33333% !important;
}
.u-lg-after-1of10 {
margin-right: 10% !important;
}
.u-lg-after-1of8 {
margin-right: 12.5% !important;
}
.u-lg-after-1of6,
.u-lg-after-2of12 {
margin-right: 16.66667% !important;
}
.u-lg-after-1of5,
.u-lg-after-2of10 {
margin-right: 20% !important;
}
.u-lg-after-1of4,
.u-lg-after-2of8,
.u-lg-after-3of12 {
margin-right: 25% !important;
}
.u-lg-after-3of10 {
margin-right: 30% !important;
}
.u-lg-after-1of3,
.u-lg-after-2of6,
.u-lg-after-4of12 {
margin-right: 33.33333% !important;
}
.u-lg-after-3of8 {
margin-right: 37.5% !important;
}
.u-lg-after-2of5,
.u-lg-after-4of10 {
margin-right: 40% !important;
}
.u-lg-after-5of12 {
margin-right: 41.66667% !important;
}
.u-lg-after-1of2,
.u-lg-after-2of4,
.u-lg-after-3of6,
.u-lg-after-4of8,
.u-lg-after-5of10,
.u-lg-after-6of12 {
margin-right: 50% !important;
}
.u-lg-after-7of12 {
margin-right: 58.33333% !important;
}
.u-lg-after-3of5,
.u-lg-after-6of10 {
margin-right: 60% !important;
}
.u-lg-after-5of8 {
margin-right: 62.5% !important;
}
.u-lg-after-2of3,
.u-lg-after-4of6,
.u-lg-after-8of12 {
margin-right: 66.66667% !important;
}
.u-lg-after-7of10 {
margin-right: 70% !important;
}
.u-lg-after-3of4,
.u-lg-after-6of8,
.u-lg-after-9of12 {
margin-right: 75% !important;
}
.u-lg-after-4of5,
.u-lg-after-8of10 {
margin-right: 80% !important;
}
.u-lg-after-5of6,
.u-lg-after-10of12 {
margin-right: 83.33333% !important;
}
.u-lg-after-7of8 {
margin-right: 87.5% !important;
}
.u-lg-after-9of10 {
margin-right: 90% !important;
}
.u-lg-after-11of12 {
margin-right: 91.66667% !important;
}
}
/**
* @define utilities
* Vertical alignment utilities
* Depends on an appropriate `display` value.
*/
.u-align-baseline {
vertical-align: baseline !important;
}
.u-align-bottom {
vertical-align: bottom !important;
}
.u-align-middle {
vertical-align: middle !important;
}
.u-align-top {
vertical-align: top !important;
}
.u-bg-black {
background-color: #000000 !important;
}
.u-bg-white {
background-color: #fff !important;
}
.u-bg-green {
background-color: var(--green) !important;
}
.u-bg-dark-green {
background-color: var(--dark-green) !important;
}
.u-bg-dark-grey {
background-color: var(--dark-grey) !important;
}
.u-bg-grey {
background-color: var(--grey) !important;
}
.u-bg-light-grey {
background-color: var(--light-grey) !important;
}
.u-bg-dark-silver {
background-color: var(--dark-silver) !important;
}
.u-bg-silver {
background-color: var(--silver) !important;
}
.u-bg-white {
background-color: var(--white) !important;
}
.u-bg-black {
background-color: var(--black) !important;
}
/**
* @define utilities
* Specify the proportional offset before an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
*/
.u-before-1of12 {
margin-left: 8.33333% !important;
}
.u-before-1of10 {
margin-left: 10% !important;
}
.u-before-1of8 {
margin-left: 12.5% !important;
}
.u-before-1of6,
.u-before-2of12 {
margin-left: 16.66667% !important;
}
.u-before-1of5,
.u-before-2of10 {
margin-left: 20% !important;
}
.u-before-1of4,
.u-before-2of8,
.u-before-3of12 {
margin-left: 25% !important;
}
.u-before-3of10 {
margin-left: 30% !important;
}
.u-before-1of3,
.u-before-2of6,
.u-before-4of12 {
margin-left: 33.33333% !important;
}
.u-before-3of8 {
margin-left: 37.5% !important;
}
.u-before-2of5,
.u-before-4of10 {
margin-left: 40% !important;
}
.u-before-5of12 {
margin-left: 41.66667% !important;
}
.u-before-1of2,
.u-before-2of4,
.u-before-3of6,
.u-before-4of8,
.u-before-5of10,
.u-before-6of12 {
margin-left: 50% !important;
}
.u-before-7of12 {
margin-left: 58.33333% !important;
}
.u-before-3of5,
.u-before-6of10 {
margin-left: 60% !important;
}
.u-before-5of8 {
margin-left: 62.5% !important;
}
.u-before-2of3,
.u-before-4of6,
.u-before-8of12 {
margin-left: 66.66667% !important;
}
.u-before-7of10 {
margin-left: 70% !important;
}
.u-before-3of4,
.u-before-6of8,
.u-before-9of12 {
margin-left: 75% !important;
}
.u-before-4of5,
.u-before-8of10 {
margin-left: 80% !important;
}
.u-before-5of6,
.u-before-10of12 {
margin-left: 83.33333% !important;
}
.u-before-7of8 {
margin-left: 87.5% !important;
}
.u-before-9of10 {
margin-left: 90% !important;
}
.u-before-11of12 {
margin-left: 91.66667% !important;
}
/**
* @define utilities
* Offset: breakpoint 1 (small)
*
* Specify the proportional offset before an element.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
*/
@media (min-width:25rem) {
.u-sm-before-none {
margin-left: 0 !important;
}
.u-sm-before-1of12 {
margin-left: 8.33333% !important;
}
.u-sm-before-1of10 {
margin-left: 10% !important;
}
.u-sm-before-1of8 {
margin-left: 12.5% !important;
}
.u-sm-before-1of6,
.u-sm-before-2of12 {
margin-left: 16.66667% !important;
}
.u-sm-before-1of5,
.u-sm-before-2of10 {
margin-left: 20% !important;
}
.u-sm-before-1of4,
.u-sm-before-2of8,
.u-sm-before-3of12 {
margin-left: 25% !important;
}
.u-sm-before-3of10 {
margin-left: 30% !important;
}
.u-sm-before-1of3,
.u-sm-before-2of6,
.u-sm-before-4of12 {
margin-left: 33.33333% !important;
}
.u-sm-before-3of8 {
margin-left: 37.5% !important;
}
.u-sm-before-2of5,
.u-sm-before-4of10 {
margin-left: 40% !important;
}
.u-sm-before-5of12 {
margin-left: 41.66667% !important;
}
.u-sm-before-1of2,
.u-sm-before-2of4,
.u-sm-before-3of6,
.u-sm-before-4of8,
.u-sm-before-5of10,
.u-sm-before-6of12 {
margin-left: 50% !important;
}
.u-sm-before-7of12 {
margin-left: 58.33333% !important;
}
.u-sm-before-3of5,
.u-sm-before-6of10 {
margin-left: 60% !important;
}
.u-sm-before-5of8 {
margin-left: 62.5% !important;
}
.u-sm-before-2of3,
.u-sm-before-4of6,
.u-sm-before-8of12 {
margin-left: 66.66667% !important;
}
.u-sm-before-7of10 {
margin-left: 70% !important;
}
.u-sm-before-3of4,
.u-sm-before-6of8,
.u-sm-before-9of12 {
margin-left: 75% !important;
}
.u-sm-before-4of5,
.u-sm-before-8of10 {
margin-left: 80% !important;
}
.u-sm-before-5of6,
.u-sm-before-10of12 {
margin-left: 83.33333% !important;
}
.u-sm-before-7of8 {
margin-left: 87.5% !important;
}
.u-sm-before-9of10 {
margin-left: 90% !important;
}
.u-sm-before-11of12 {
margin-left: 91.66667% !important;
}
}
/**
* @define utilities
* Offset: breakpoint 2 (medium)
*
* Specify the proportional offset before an element.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
*/
@media (min-width:43.75rem) {
.u-md-before-none {
margin-left: 0 !important;
}
.u-md-before-1of12 {
margin-left: 8.33333% !important;
}
.u-md-before-1of10 {
margin-left: 10% !important;
}
.u-md-before-1of8 {
margin-left: 12.5% !important;
}
.u-md-before-1of6,
.u-md-before-2of12 {
margin-left: 16.66667% !important;
}
.u-md-before-1of5,
.u-md-before-2of10 {
margin-left: 20% !important;
}
.u-md-before-1of4,
.u-md-before-2of8,
.u-md-before-3of12 {
margin-left: 25% !important;
}
.u-md-before-3of10 {
margin-left: 30% !important;
}
.u-md-before-1of3,
.u-md-before-2of6,
.u-md-before-4of12 {
margin-left: 33.33333% !important;
}
.u-md-before-3of8 {
margin-left: 37.5% !important;
}
.u-md-before-2of5,
.u-md-before-4of10 {
margin-left: 40% !important;
}
.u-md-before-5of12 {
margin-left: 41.66667% !important;
}
.u-md-before-1of2,
.u-md-before-2of4,
.u-md-before-3of6,
.u-md-before-4of8,
.u-md-before-5of10,
.u-md-before-6of12 {
margin-left: 50% !important;
}
.u-md-before-7of12 {
margin-left: 58.33333% !important;
}
.u-md-before-3of5,
.u-md-before-6of10 {
margin-left: 60% !important;
}
.u-md-before-5of8 {
margin-left: 62.5% !important;
}
.u-md-before-2of3,
.u-md-before-4of6,
.u-md-before-8of12 {
margin-left: 66.66667% !important;
}
.u-md-before-7of10 {
margin-left: 70% !important;
}
.u-md-before-3of4,
.u-md-before-6of8,
.u-md-before-9of12 {
margin-left: 75% !important;
}
.u-md-before-4of5,
.u-md-before-8of10 {
margin-left: 80% !important;
}
.u-md-before-5of6,
.u-md-before-10of12 {
margin-left: 83.33333% !important;
}
.u-md-before-7of8 {
margin-left: 87.5% !important;
}
.u-md-before-9of10 {
margin-left: 90% !important;
}
.u-md-before-11of12 {
margin-left: 91.66667% !important;
}
}
/**
* @define utilities
* Offset: breakpoint 3 (large)
*
* Specify the proportional offset before an element.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
*/
@media (min-width:61.25rem) {
.u-lg-before-none {
margin-left: 0 !important;
}
.u-lg-before-1of12 {
margin-left: 8.33333% !important;
}
.u-lg-before-1of10 {
margin-left: 10% !important;
}
.u-lg-before-1of8 {
margin-left: 12.5% !important;
}
.u-lg-before-1of6,
.u-lg-before-2of12 {
margin-left: 16.66667% !important;
}
.u-lg-before-1of5,
.u-lg-before-2of10 {
margin-left: 20% !important;
}
.u-lg-before-1of4,
.u-lg-before-2of8,
.u-lg-before-3of12 {
margin-left: 25% !important;
}
.u-lg-before-3of10 {
margin-left: 30% !important;
}
.u-lg-before-1of3,
.u-lg-before-2of6,
.u-lg-before-4of12 {
margin-left: 33.33333% !important;
}
.u-lg-before-3of8 {
margin-left: 37.5% !important;
}
.u-lg-before-2of5,
.u-lg-before-4of10 {
margin-left: 40% !important;
}
.u-lg-before-5of12 {
margin-left: 41.66667% !important;
}
.u-lg-before-1of2,
.u-lg-before-2of4,
.u-lg-before-3of6,
.u-lg-before-4of8,
.u-lg-before-5of10,
.u-lg-before-6of12 {
margin-left: 50% !important;
}
.u-lg-before-7of12 {
margin-left: 58.33333% !important;
}
.u-lg-before-3of5,
.u-lg-before-6of10 {
margin-left: 60% !important;
}
.u-lg-before-5of8 {
margin-left: 62.5% !important;
}
.u-lg-before-2of3,
.u-lg-before-4of6,
.u-lg-before-8of12 {
margin-left: 66.66667% !important;
}
.u-lg-before-7of10 {
margin-left: 70% !important;
}
.u-lg-before-3of4,
.u-lg-before-6of8,
.u-lg-before-9of12 {
margin-left: 75% !important;
}
.u-lg-before-4of5,
.u-lg-before-8of10 {
margin-left: 80% !important;
}
.u-lg-before-5of6,
.u-lg-before-10of12 {
margin-left: 83.33333% !important;
}
.u-lg-before-7of8 {
margin-left: 87.5% !important;
}
.u-lg-before-9of10 {
margin-left: 90% !important;
}
.u-lg-before-11of12 {
margin-left: 91.66667% !important;
}
}
/**
* Apply a full `border` to one or more sides of an element.
*/
.u-border-sm {
border: 1px solid rgb(241, 243, 244) !important;
}
.u-border-top-sm {
border-top: 1px solid rgb(241, 243, 244) !important;
}
.u-border-right-sm {
border-right: 1px solid rgb(241, 243, 244) !important;
}
.u-border-bottom-sm {
border-bottom: 1px solid rgb(241, 243, 244) !important;
}
.u-border-left-sm {
border-left: 1px solid rgb(241, 243, 244) !important;
}
/**
* Apply a full `border` to one or more sides of an element using the md rule width.
*/
.u-border-md {
border: 2px solid rgb(241, 243, 244) !important;
}
.u-border-top-md {
border-top: 2px solid rgb(241, 243, 244) !important;
}
.u-border-right-md {
border-right: 2px solid rgb(241, 243, 244) !important;
}
.u-border-bottom-md {
border-bottom: 2px solid rgb(241, 243, 244) !important;
}
.u-border-left-md {
border-left: 2px solid rgb(241, 243, 244) !important;
}
@media (max-width:43.75rem) {
.u-md-max-border {
border: 1px solid rgb(241, 243, 244) !important;
}
.u-md-max-border-top {
border-top: 1px solid rgb(241, 243, 244) !important;
}
.u-md-max-border-right {
border-right: 1px solid rgb(241, 243, 244) !important;
}
.u-md-max-border-bottom {
border-bottom: 1px solid rgb(241, 243, 244) !important;
}
.u-md-max-border-left {
border-left: 1px solid rgb(241, 243, 244) !important;
}
}
/**
* Remove borders from one or more sides of an element.
*/
.u-border-none {
border-style: none !important;
}
.u-border-top-none {
border-top-style: none !important;
}
.u-border-bottom-none {
border-bottom-style: none !important;
}
.u-border-left-none {
border-left-style: none !important;
}
.u-border-right-none {
border-right-style: none !important;
}
/**
* Shadow Utilities
*/
.u-shadow-bottom-lg {
box-shadow: rgba(0, 0, 0, .1) 0px 5px 10px;
}
.u-black {
color: #000000 !important;
fill: #000000 !important;
}
.u-white {
color: #fff !important;
fill: #fff !important;
}
.u-green {
color: var(--green) !important;
fill: var(--green) !important;
}
.u-dark-green {
color: var(--dark-green) !important;
fill: var(--dark-green) !important;
}
.u-dark-grey {
color: var(--dark-grey) !important;
fill: var(--dark-grey) !important;
}
.u-grey {
color: var(--grey) !important;
fill: var(--grey) !important;
}
.u-light-grey {
color: var(--light-grey) !important;
fill: var(--light-grey) !important;
}
.u-dark-silver {
color: var(--dark-silver) !important;
fill: var(--dark-silver) !important;
}
.u-silver {
color: var(--silver) !important;
fill: var(--silver) !important;
}
/**
* Flow element content into columns
*/
.u-columns-2 {
columns: 2;
column-gap: 1.125rem;
}
.u-columns-3 {
columns: 3;
column-gap: 1.125rem;
}
@media (min-width:25rem) {
.u-sm-columns-2 {
columns: 2;
column-gap: 1.125rem;
}
}
@media (min-width:61.25rem) {
.u-lg-columns-3 {
columns: 3;
column-gap: 1.125rem;
}
}
@media (min-width:61.25rem) {
.u-contain-spread {
margin-left: 15% !important;
margin-right: 15% !important;
}
}
@media (min-width:81.25rem) {
.u-contain-spread {
margin-left: 28% !important;
margin-right: 28% !important;
}
}
@media (min-width:61.25rem) {
.u-contain-spread-sm {
margin-left: 15% !important;
margin-right: 15% !important;
}
}
.u-contain-prose {
max-width: 640px;
max-width: 40rem; /* ~ 640 @ 16px base */
margin-left: auto !important;
margin-right: auto !important;
}
/**
* Break out of a container utility, expanding to take up the full available
* viewport width.
*/
.u-release {
margin-left: calc(-50vw + 50%) !important;
margin-right: calc(-50vw + 50%) !important;
}
/**
* @define utilities
* Display-type utilities
*/
.u-block {
display: block !important;
}
.u-hidden {
display: none !important;
}
/**
* Responsive
*/
@media (max-width:25rem) {
.u-xs-hidden {
display: none !important;
}
.u-xs-block {
display: block !important;
}
}
@media (min-width:25rem) {
.u-sm-hidden {
display: none !important;
}
.u-sm-block {
display: block !important;
}
}
@media (max-width:37.5rem) {
.u-smd-max-hidden {
display: none !important;
}
.u-smd-max-block {
display: block !important;
}
}
@media (min-width:37.5rem) {
.u-smd-hidden {
display: none !important;
}
.u-smd-block {
display: block !important;
}
}
@media (max-width:43.75rem) {
.u-md-max-hidden {
display: none !important;
}
.u-md-max-block {
display: block !important;
}
}
@media (min-width:43.75rem) {
.u-md-hidden {
display: none !important;
}
.u-md-block {
display: block !important;
}
}
@media (max-width:61.25rem) {
.u-lg-max-hidden {
display: none !important;
}
.u-lg-max-block {
display: block !important;
}
}
@media (min-width:61.25rem) {
.u-lg-hidden {
display: none !important;
}
.u-lg-block {
display: block !important;
}
}
@media (min-width:81.25rem) {
.u-xl-hidden {
display: none !important;
}
.u-xl-block {
display: block !important;
}
}
@media (max-width:81.25rem) {
.u-xl-max-hidden {
display: none !important;
}
.u-xl-max-block {
display: block !important;
}
}
/**
* Completely remove from the flow but leave available to screen readers.
*/
.u-hidden-visually {
border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
}
.u-inline {
display: inline !important;
}
/**
* 1. Fix for Firefox bug: an image styled `max-width:100%` within an
* inline-block will display at its default size, and not limit its width to
* 100% of an ancestral container.
*/
.u-inline-block {
display: inline-block !important;
max-width: 100%; /* 1 */
}
.u-table {
display: table !important;
}
.u-table-cell {
display: table-cell !important;
}
.u-table-row {
display: table-row !important;
}
/** @define utilities */
/* Applies to flex container
========================================================================== */
/**
* Container
*/
.u-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.u-flex-inline {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
/**
* Direction: row
*/
.u-flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.u-flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
/**
* Direction: column
*/
.u-flex-col {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.u-flex-col-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
/**
* Wrap
*/
.u-flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.u-flex-no-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.u-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
/**
* Align items along the main axis of the current line of the flex container
*/
.u-flex-justify-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.u-flex-justify-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.u-flex-justify-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.u-flex-justify-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.u-flex-justify-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
/**
* Align items in the cross axis of the current line of the flex container
* Similar to `justify-content` but in the perpendicular direction
*/
.u-flex-align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.u-flex-align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.u-flex-align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.u-flex-align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.u-flex-align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
/**
* Aligns items within the flex container when there is extra
* space in the cross-axis
*
* Has no effect when there is only one line of flex items.
*/
.u-flex-align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.u-flex-align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.u-flex-align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.u-flex-align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.u-flex-align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.u-flex-align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
/**
* 1. Set the flex-shrink default explicitly to fix IE10 - http://git.io/vllC7
*/
.u-flex > *,
.u-flex-inline > * {
-ms-flex-negative: 1;
flex-shrink: 1; /* 1 */
}
/* Applies to flex items
========================================================================== */
/**
* Override default alignment of single item when specified by `align-items`
*/
.u-flex-align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.u-flex-align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.u-flex-align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.u-flex-align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.u-flex-align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.u-flex-align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
/**
* Change order without editing underlying HTML
*/
.u-flex-order-first {
-ms-flex-order: -1 !important;
order: -1 !important;
}
.u-flex-order-last {
-ms-flex-order: 1 !important;
order: 1 !important;
}
.u-flex-order-none {
-ms-flex-order: 0 !important;
order: 0 !important;
}
/**
* Specify the flex grow factor, which determines how much the flex item will
* -grow- relative to the rest of the flex items in the flex container.
*
* Supports 1-5 proportions
*
* 1. Provide all values to avoid IE10 bug with shorthand flex
* - http://git.io/vllC7
*
* Use `0%` to avoid bug in IE10/11 with unitless flex basis. Using this
* instead of `auto` as this matches what the default would be with `flex`
* shorthand - http://git.io/vllWx
*/
.u-flex-grow-1 {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
}
.u-flex-grow-2 {
-ms-flex: 2 1 0% !important;
flex: 2 1 0% !important;
}
.u-flex-grow-3 {
-ms-flex: 3 1 0% !important;
flex: 3 1 0% !important;
}
.u-flex-grow-4 {
-ms-flex: 4 1 0% !important;
flex: 4 1 0% !important;
}
.u-flex-grow-5 {
-ms-flex: 5 1 0% !important;
flex: 5 1 0% !important;
}
/**
* Aligning with `auto` margins
* http://www.w3.org/TR/css-flexbox-1/#auto-margins
*/
.u-flex-expand {
margin: auto !important;
}
.u-flex-expand-left {
margin-left: auto !important;
}
.u-flex-expand-right {
margin-right: auto !important;
}
.u-flex-expand-top {
margin-top: auto !important;
}
.u-flex-expand-bottom {
margin-bottom: auto !important;
}
/**
* @define utilities
* Size: breakpoint 1 (small)
*/
@media (min-width:25rem) {
/* Applies to flex container
======================================================================== */
/**
* Container
*/
.u-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.u-sm-flex-inline {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
/**
* Direction: row
*/
.u-sm-flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.u-sm-flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
/**
* Direction: column
*/
.u-sm-flex-col {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.u-sm-flex-col-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
/**
* Wrap
*/
.u-sm-flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.u-sm-flex-no-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.u-sm-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
/**
* Align items along the main axis of the current line of the flex container
*/
.u-sm-flex-justify-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.u-sm-flex-justify-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.u-sm-flex-justify-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.u-sm-flex-justify-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.u-sm-flex-justify-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
/**
* Align items in the cross axis of the current line of the flex container
* Similar to `justify-content` but in the perpendicular direction
*/
.u-sm-flex-align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.u-sm-flex-align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.u-sm-flex-align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.u-sm-flex-align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.u-sm-flex-align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
/**
* Aligns items within the flex container when there is extra
* space in the cross-axis
*
* Has no effect when there is only one line of flex items.
*/
.u-sm-flex-align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.u-sm-flex-align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.u-sm-flex-align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.u-sm-flex-align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.u-sm-flex-align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.u-sm-flex-align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
/**
* 1. Set the flex-shrink default explicitly to fix IE10 - http://git.io/vllC7
*/
.u-sm-flex > *,
.u-sm-flex-inline > * {
-ms-flex-negative: 1;
flex-shrink: 1; /* 1 */
}
/* Applies to flex items
======================================================================== */
/**
* Override default alignment of single item when specified by `align-items`
*/
.u-sm-flex-align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.u-sm-flex-align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.u-sm-flex-align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.u-sm-flex-align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.u-sm-flex-align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.u-sm-flex-align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
/**
* Change order without editing underlying HTML
*/
.u-sm-flex-order-first {
-ms-flex-order: -1 !important;
order: -1 !important;
}
.u-sm-flex-order-last {
-ms-flex-order: 1 !important;
order: 1 !important;
}
.u-sm-flex-order-none {
-ms-flex-order: 0 !important;
order: 0 !important;
}
/**
* Specify the flex grow factor, which determines how much the flex item will
* grow relative to the rest of the flex items in the flex container.
*
* Supports 1-5 proportions
*
* 1. Provide all values to avoid IE10 bug with shorthand flex
* http://git.io/vllC7
*
* Use `0%` to avoid bug in IE10/11 with unitless flex basis
* http://git.io/vllWx
*/
.u-sm-flex-grow-1 {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
}
.u-sm-flex-grow-2 {
-ms-flex: 2 1 0% !important;
flex: 2 1 0% !important;
}
.u-sm-flex-grow-3 {
-ms-flex: 3 1 0% !important;
flex: 3 1 0% !important;
}
.u-sm-flex-grow-4 {
-ms-flex: 4 1 0% !important;
flex: 4 1 0% !important;
}
.u-sm-flex-grow-5 {
-ms-flex: 5 1 0% !important;
flex: 5 1 0% !important;
}
/**
* Aligning with `auto` margins
* http://www.w3.org/TR/css-flexbox-1/#auto-margins
*/
.u-sm-flex-expand {
margin: auto !important;
}
.u-sm-flex-expand-left {
margin-left: auto !important;
}
.u-sm-flex-expand-right {
margin-right: auto !important;
}
.u-sm-flex-expand-top {
margin-top: auto !important;
}
.u-sm-flex-expand-bottom {
margin-bottom: auto !important;
}
}
/**
* @define utilities
* Size: breakpoint 1 (medium)
*/
@media (min-width:43.75rem) {
/* Applies to flex container
======================================================================== */
/**
* Container
*/
.u-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.u-md-flex-inline {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
/**
* Direction: row
*/
.u-md-flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.u-md-flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
/**
* Direction: column
*/
.u-md-flex-col {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.u-md-flex-col-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
/**
* Wrap
*/
.u-md-flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.u-md-flex-no-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.u-md-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
/**
* Align items along the main axis of the current line of the flex container
*/
.u-md-flex-justify-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.u-md-flex-justify-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.u-md-flexjustify-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.u-md-flex-justify-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.u-md-flex-justify-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
/**
* Align items in the cross axis of the current line of the flex container
* Similar to `justify-content` but in the perpendicular direction
*/
.u-md-flex-align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.u-md-flex-align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.u-md-flex-align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.u-md-flex-align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.u-md-flex-align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
/**
* Aligns items within the flex container when there is extra
* space in the cross-axis
*
* Has no effect when there is only one line of flex items.
*/
.u-md-flex-align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.u-md-flex-align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.u-md-flex-align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.u-md-flex-align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.u-md-flex-align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.u-md-flex-align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
/**
* 1. Set the flex-shrink default explicitly to fix IE10 - http://git.io/vllC7
*/
.u-md-flex > *,
.u-md-flex-inline > * {
-ms-flex-negative: 1;
flex-shrink: 1; /* 1 */
}
/* Applies to flex items
======================================================================== */
/**
* Override default alignment of single item when specified by `align-items`
*/
.u-md-flex-align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.u-md-flex-align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.u-md-flex-align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.u-md-flex-align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.u-md-flex-align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.u-md-flex-align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
/**
* Change order without editing underlying HTML
*/
.u-md-flex-order-first {
-ms-flex-order: -1 !important;
order: -1 !important;
}
.u-md-flex-order-last {
-ms-flex-order: 1 !important;
order: 1 !important;
}
.u-md-flex-order-none {
-ms-flex-order: 0 !important;
order: 0 !important;
}
/**
* Specify the flex grow factor, which determines how much the flex item will
* grow relative to the rest of the flex items in the flex container.
*
* Supports 1-5 proportions
*
* 1. Provide all values to avoid IE10 bug with shorthand flex
* http://git.io/vllC7
*
* Use `0%` to avoid bug in IE10/11 with unitless flex basis
* http://git.io/vllWx
*/
.u-md-flex-grow-1 {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
}
.u-md-flex-grow-2 {
-ms-flex: 2 1 0% !important;
flex: 2 1 0% !important;
}
.u-md-flex-grow-3 {
-ms-flex: 3 1 0% !important;
flex: 3 1 0% !important;
}
.u-md-flex-grow-4 {
-ms-flex: 4 1 0% !important;
flex: 4 1 0% !important;
}
.u-md-flex-grow-5 {
-ms-flex: 5 1 0% !important;
flex: 5 1 0% !important;
}
/**
* Aligning with `auto` margins
* http://www.w3.org/TR/css-flexbox-1/#auto-margins
*/
.u-md-flex-expand {
margin: auto !important;
}
.u-md-flex-expand-left {
margin-left: auto !important;
}
.u-md-flex-expand-right {
margin-right: auto !important;
}
.u-md-flex-expand-top {
margin-top: auto !important;
}
.u-md-flex-expand-bottom {
margin-bottom: auto !important;
}
}
/**
* @define utilities
* Size: breakpoint 1 (large)
*/
@media (min-width:61.25rem) {
/* Applies to flex container
======================================================================== */
/**
* Container
*/
.u-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.u-lg-flex-inline {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
/**
* Direction: row
*/
.u-lg-flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.u-lg-flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
/**
* Direction: column
*/
.u-lg-flex-col {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.u-lg-flex-col-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
/**
* Wrap
*/
.u-lg-flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.u-lg-flex-no-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.u-lg-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
/**
* Align items along the main axis of the current line of the flex container
*/
.u-lg-flex-justify-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.u-lg-flex-justify-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.u-lg-flex-justify-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.u-lg-flex-justify-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.u-lg-flex-justify-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
/**
* Align items in the cross axis of the current line of the flex container
* Similar to `justify-content` but in the perpendicular direction
*/
.u-lg-flex-align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.u-lg-flex-align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.u-lg-flex-align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.u-lg-flex-align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.u-lg-flex-align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
/**
* Aligns items within the flex container when there is extra
* space in the cross-axis
*
* Has no effect when there is only one line of flex items.
*/
.u-lg-flex-align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.u-lg-flex-align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.u-lg-flex-align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.u-lg-flex-align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.u-lg-flex-align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.u-lg-flex-align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
/**
* 1. Set the flex-shrink default explicitly to fix IE10 - http://git.io/vllC7
*/
.u-lg-flex > *,
.u-lg-flex-inline > * {
-ms-flex-negative: 1;
flex-shrink: 1; /* 1 */
}
/* Applies to flex items
======================================================================== */
/**
* Override default alignment of single item when specified by `align-items`
*/
.u-lg-flex-align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.u-lg-flex-align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.u-lg-flex-align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.u-lg-flex-align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.u-lg-flex-align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.u-lg-flex-align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
/**
* Change order without editing underlying HTML
*/
.u-lg-flex-order-first {
-ms-flex-order: -1 !important;
order: -1 !important;
}
.u-lg-flex-order-last {
-ms-flex-order: 1 !important;
order: 1 !important;
}
.u-lg-flex-order-none {
-ms-flex-order: 0 !important;
order: 0 !important;
}
/**
* Specify the flex grow factor, which determines how much the flex item will
* grow relative to the rest of the flex items in the flex container.
*
* Supports 1-5 proportions
*
* 1. Provide all values to avoid IE10 bug with shorthand flex
* http://git.io/vllC7
*
* Use `0%` to avoid bug in IE10/11 with unitless flex basis
* http://git.io/vllWx
*/
.u-lg-flex-grow-1 {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
}
.u-lg-flex-grow-2 {
-ms-flex: 2 1 0% !important;
flex: 2 1 0% !important;
}
.u-lg-flex-grow-3 {
-ms-flex: 3 1 0% !important;
flex: 3 1 0% !important;
}
.u-lg-flex-grow-4 {
-ms-flex: 4 1 0% !important;
flex: 4 1 0% !important;
}
.u-lg-flex-grow-5 {
-ms-flex: 5 1 0% !important;
flex: 5 1 0% !important;
}
/**
* Aligning with `auto` margins
* http://www.w3.org/TR/css-flexbox-1/#auto-margins
*/
.u-lg-flex-expand {
margin: auto !important;
}
.u-lg-flex-expand-left {
margin-left: auto !important;
}
.u-lg-flex-expand-right {
margin-right: auto !important;
}
.u-lg-flex-expand-top {
margin-top: auto !important;
}
.u-lg-flex-expand-bottom {
margin-bottom: auto !important;
}
}
/**
* @define utilities
* Contain floats
*
* Make an element expand to contain floated children.
* Uses pseudo-elements (micro clearfix).
*
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of the
* element.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.u-cf::before,
.u-cf::after {
content: " "; /* 1 */
display: table; /* 2 */
}
.u-cf::after {
clear: both;
}
/**
* New block formatting context
*
* This affords some useful properties to the element. It won't wrap under
* floats. Will also contain any floated children.
* N.B. This will clip overflow. Use the alternative method below if this is
* problematic.
*/
.u-nbfc {
overflow: hidden !important;
}
/**
* New block formatting context (alternative)
*
* Alternative method when overflow must not be clipped.
*
* 1. Create a new block formatting context (NBFC).
* 2. Avoid shrink-wrap behaviour of table-cell.
*
* N.B. This breaks down in some browsers when elements within this element
* exceed its width.
*/
.u-nbfc-alt {
display: table-cell !important; /* 1 */
width: 10000px !important; /* 2 */
}
/**
* Floats
*/
.u-float-left {
float: left !important;
}
.u-float-right {
float: right !important;
}
@media (min-width:25rem) {
.u-sm-float-left {
float: left !important;
}
.u-sm-float-right {
float: right !important;
}
}
@media (min-width:43.75rem) {
.u-md-float-left {
float: left !important;
}
.u-md-float-right {
float: right !important;
}
}
@media (max-width:43.75rem) {
.u-md-max-float-left {
float: left !important;
}
.u-md-max-float-right {
float: right !important;
}
}
@media (min-width:43.75rem) {
.u-md-float-left {
float: left !important;
}
.u-md-float-right {
float: right !important;
}
}
@media (min-width:61.25rem) {
.u-lg-float-left {
float: left !important;
}
.u-lg-float-right {
float: right !important;
}
}
/**
* 1. Turn off list decorations (bullets, numbers)
* 2. Override default padding
*/
.u-list-unstyled,
.u-list-inline {
list-style: none; /* 1 */
padding-left: 0; /* 2 */
}
/**
* 1. Make elements align in a row.
* 2. Make elements wrap when they can't fit on a single line.
* 3. Compensate for left/right padding between list items. Without this, we'd
* either have gaps on either side of the container, or gaps to the left
* of list items that wrapped.
*/
.u-list-inline {
display: -ms-flexbox;
display: flex; /* 1 */
-ms-flex-wrap: wrap;
flex-wrap: wrap; /* 2 */
margin-left: -7.111px;
margin-left: -0.44444rem; /* 3 */
margin-right: -7.111px;
margin-right: -0.44444rem; /* 3 */
}
/**
* Add a consistent gap between list items.
*/
.u-list-inline > li {
margin-left: 7.111px;
margin-left: 0.44445rem;
margin-right: 7.111px;
margin-right: 0.44445rem;
}
/**
* Columns and lists sometimes don't play well together if markers are visible.
* This fixes that.
*/
.u-list-columns {
padding-left: 0;
}
.u-list-columns > li {
margin-left: 18px;
margin-left: 1.125rem;
}
/** @define utilities */
.u-pos-fit,
.u-pos-absolute-center,
.u-pos-absolute {
position: absolute !important;
}
/**
* Element will be centered to its nearest relatively-positioned
* ancestor.
*/
.u-pos-fixed-center,
.u-pos-absolute-center {
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}
.u-pos-fit,
.u-pos-full-screen {
bottom: 0 !important;
left: 0 !important;
margin: auto !important;
right: 0 !important;
top: 0 !important;
}
/**
* 1. Make sure fixed elements are promoted into a new layer, for performance
* reasons.
*/
.u-pos-full-screen,
.u-pos-fixed-center,
.u-pos-fixed {
-webkit-backface-visibility: hidden;
backface-visibility: hidden; /* 1 */
position: fixed !important;
}
.u-pos-relative {
position: relative !important;
}
.u-pos-static {
position: static !important;
}
/**
* @define utilities
* Sizing utilities
*/
/* Proportional widths
========================================================================== */
/**
* Specify the proportional width of an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
*
* 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
* http://git.io/vllMD
*/
.u-size-1of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 8.33333% !important;
}
.u-size-1of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 10% !important;
}
.u-size-1of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 12.5% !important;
}
.u-size-1of6,
.u-size-2of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 16.66667% !important;
}
.u-size-1of5,
.u-size-2of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 20% !important;
}
.u-size-1of4,
.u-size-2of8,
.u-size-3of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 25% !important;
}
.u-size-3of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 30% !important;
}
.u-size-1of3,
.u-size-2of6,
.u-size-4of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 33.33333% !important;
}
.u-size-3of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 37.5% !important;
}
.u-size-2of5,
.u-size-4of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 40% !important;
}
.u-size-5of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 41.66667% !important;
}
.u-size-1of2,
.u-size-2of4,
.u-size-3of6,
.u-size-4of8,
.u-size-5of10,
.u-size-6of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 50% !important;
}
.u-size-7of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 58.33333% !important;
}
.u-size-3of5,
.u-size-6of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 60% !important;
}
.u-size-5of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 62.5% !important;
}
.u-size-2of3,
.u-size-4of6,
.u-size-8of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 66.66667% !important;
}
.u-size-7of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 70% !important;
}
.u-size-3of4,
.u-size-6of8,
.u-size-9of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 75% !important;
}
.u-size-4of5,
.u-size-8of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 80% !important;
}
.u-size-5of6,
.u-size-10of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 83.33333% !important;
}
.u-size-7of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 87.5% !important;
}
.u-size-9of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 90% !important;
}
.u-size-11of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 91.66667% !important;
}
/* Intrinsic widths
========================================================================== */
/**
* Make an element shrink wrap its content.
*/
.u-size-fit {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element fill the remaining space.
*
* 1. Be explicit to work around IE10 bug with shorthand flex
* http://git.io/vllC7
* 2. IE10 ignores previous `flex-basis` value. Setting again here fixes
* http://git.io/vllMt
*/
.u-size-fill {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
-ms-flex-preferred-size: 0% !important;
flex-basis: 0% !important; /* 2 */
}
/**
* An alternative method to make an element fill the remaining space.
* Distributes space based on the initial width and height of the element
*
* http://www.w3.org/TR/css-flexbox/images/rel-vs-abs-flex.svg
*/
.u-size-fill-alt {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element the width of its parent.
*/
.u-size-full {
width: 100% !important;
}
@media (max-width:25rem) {
/* Proportional widths: breakpoint extra small, < 400px
======================================================================== */
/**
* Specify the proportional width of an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
*
* 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
* http://git.io/vllMD
*/
.u-xs-size-1of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 8.33333% !important;
}
.u-xs-size-1of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 10% !important;
}
.u-xs-size-1of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 12.5% !important;
}
.u-xs-size-1of6,
.u-xs-size-2of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 16.66667% !important;
}
.u-xs-size-1of5,
.u-xs-size-2of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 20% !important;
}
.u-xs-size-1of4,
.u-xs-size-2of8,
.u-xs-size-3of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 25% !important;
}
.u-xs-size-3of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 30% !important;
}
.u-xs-size-1of3,
.u-xs-size-2of6,
.u-xs-size-4of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 33.33333% !important;
}
.u-xs-size-3of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 37.5% !important;
}
.u-xs-size-2of5,
.u-xs-size-4of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 40% !important;
}
.u-xs-size-5of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 41.66667% !important;
}
.u-xs-size-1of2,
.u-xs-size-2of4,
.u-xs-size-3of6,
.u-xs-size-4of8,
.u-xs-size-5of10,
.u-xs-size-6of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 50% !important;
}
.u-xs-size-7of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 58.33333% !important;
}
.u-xs-size-3of5,
.u-xs-size-6of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 60% !important;
}
.u-xs-size-5of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 62.5% !important;
}
.u-xs-size-2of3,
.u-xs-size-4of6,
.u-xs-size-8of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 66.66667% !important;
}
.u-xs-size-7of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 70% !important;
}
.u-xs-size-3of4,
.u-xs-size-6of8,
.u-xs-size-9of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 75% !important;
}
.u-xs-size-4of5,
.u-xs-size-8of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 80% !important;
}
.u-xs-size-5of6,
.u-xs-size-10of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 83.33333% !important;
}
.u-xs-size-7of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 87.5% !important;
}
.u-xs-size-9of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 90% !important;
}
.u-xs-size-11of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 91.66667% !important;
}
/* Intrinsic widths
======================================================================== */
/**
* Make an element shrink wrap its content.
*/
.u-xs-size-fit {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element fill the remaining space.
*
* 1. Be explicit to work around IE10 bug with shorthand flex
* http://git.io/vllC7
* 2. IE10 ignores previous `flex-basis` value. Setting again here fixes
* http://git.io/vllMt
*/
.u-xs-size-fill {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
-ms-flex-preferred-size: 0% !important;
flex-basis: 0% !important; /* 2 */
}
/**
* An alternative method to make an element fill the remaining space.
* Distributes space based on the initial width and height of the element
*
* http://www.w3.org/TR/css-flexbox/images/rel-vs-abs-flex.svg
*/
.u-xs-size-fill-alt {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element the width of its parent.
*/
.u-xs-size-full {
width: 100% !important;
}
}
/**
* @define utilities
* size: breakpoint 1 (small)
*/
@media (min-width:25rem) {
/* Proportional widths: breakpoint 1 (small)
======================================================================== */
/**
* Specify the proportional width of an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
*
* 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
* http://git.io/vllMD
*/
.u-sm-size-1of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 8.33333% !important;
}
.u-sm-size-1of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 10% !important;
}
.u-sm-size-1of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 12.5% !important;
}
.u-sm-size-1of6,
.u-sm-size-2of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 16.66667% !important;
}
.u-sm-size-1of5,
.u-sm-size-2of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 20% !important;
}
.u-sm-size-1of4,
.u-sm-size-2of8,
.u-sm-size-3of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 25% !important;
}
.u-sm-size-3of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 30% !important;
}
.u-sm-size-1of3,
.u-sm-size-2of6,
.u-sm-size-4of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 33.33333% !important;
}
.u-sm-size-3of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 37.5% !important;
}
.u-sm-size-2of5,
.u-sm-size-4of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 40% !important;
}
.u-sm-size-5of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 41.66667% !important;
}
.u-sm-size-1of2,
.u-sm-size-2of4,
.u-sm-size-3of6,
.u-sm-size-4of8,
.u-sm-size-5of10,
.u-sm-size-6of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 50% !important;
}
.u-sm-size-7of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 58.33333% !important;
}
.u-sm-size-3of5,
.u-sm-size-6of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 60% !important;
}
.u-sm-size-5of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 62.5% !important;
}
.u-sm-size-2of3,
.u-sm-size-4of6,
.u-sm-size-8of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 66.66667% !important;
}
.u-sm-size-7of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 70% !important;
}
.u-sm-size-3of4,
.u-sm-size-6of8,
.u-sm-size-9of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 75% !important;
}
.u-sm-size-4of5,
.u-sm-size-8of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 80% !important;
}
.u-sm-size-5of6,
.u-sm-size-10of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 83.33333% !important;
}
.u-sm-size-7of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 87.5% !important;
}
.u-sm-size-9of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 90% !important;
}
.u-sm-size-11of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 91.66667% !important;
}
/* Intrinsic widths
======================================================================== */
/**
* Make an element shrink wrap its content.
*/
.u-sm-size-fit {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element fill the remaining space.
*
* 1. Be explicit to work around IE10 bug with shorthand flex
* http://git.io/vllC7
* 2. IE10 ignores previous `flex-basis` value. Setting again here fixes
* http://git.io/vllMt
*/
.u-sm-size-fill {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
-ms-flex-preferred-size: 0% !important;
flex-basis: 0% !important; /* 2 */
}
/**
* An alternative method to make an element fill the remaining space.
* Distributes space based on the initial width and height of the element
*
* http://www.w3.org/TR/css-flexbox/images/rel-vs-abs-flex.svg
*/
.u-sm-size-fill-alt {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element the width of its parent.
*/
.u-sm-size-full {
width: 100% !important;
}
}
/**
* @define utilities
* size-: breakpoint 2 (medium)
*/
@media (min-width:43.75rem) {
/* Proportional widths: breakpoint 2 (medium)
======================================================================== */
/**
* Specify the proportional width of an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
*
* 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
* http://git.io/vllMD
*/
.u-md-size-1of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 8.33333% !important;
}
.u-md-size-1of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 10% !important;
}
.u-md-size-1of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 12.5% !important;
}
.u-md-size-1of6,
.u-md-size-2of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 16.66667% !important;
}
.u-md-size-1of5,
.u-md-size-2of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 20% !important;
}
.u-md-size-1of4,
.u-md-size-2of8,
.u-md-size-3of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 25% !important;
}
.u-md-size-3of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 30% !important;
}
.u-md-size-1of3,
.u-md-size-2of6,
.u-md-size-4of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 33.33333% !important;
}
.u-md-size-3of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 37.5% !important;
}
.u-md-size-2of5,
.u-md-size-4of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 40% !important;
}
.u-md-size-5of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 41.66667% !important;
}
.u-md-size-1of2,
.u-md-size-2of4,
.u-md-size-3of6,
.u-md-size-4of8,
.u-md-size-5of10,
.u-md-size-6of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 50% !important;
}
.u-md-size-7of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 58.33333% !important;
}
.u-md-size-3of5,
.u-md-size-6of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 60% !important;
}
.u-md-size-5of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 62.5% !important;
}
.u-md-size-2of3,
.u-md-size-4of6,
.u-md-size-8of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 66.66667% !important;
}
.u-md-size-7of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 70% !important;
}
.u-md-size-3of4,
.u-md-size-6of8,
.u-md-size-9of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 75% !important;
}
.u-md-size-4of5,
.u-md-size-8of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 80% !important;
}
.u-md-size-5of6,
.u-md-size-10of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 83.33333% !important;
}
.u-md-size-7of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 87.5% !important;
}
.u-md-size-9of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 90% !important;
}
.u-md-size-11of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 91.66667% !important;
}
/* Intrinsic widths
======================================================================== */
/**
* Make an element shrink wrap its content.
*/
.u-md-size-fit {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element fill the remaining space.
*
* 1. Be explicit to work around IE10 bug with shorthand flex
* http://git.io/vllC7
* 2. IE10 ignores previous `flex-basis` value. Setting again here fixes
* http://git.io/vllMt
*/
.u-md-size-fill {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
-ms-flex-preferred-size: 0% !important;
flex-basis: 0% !important; /* 2 */
}
/**
* An alternative method to make an element fill the remaining space.
* Distributes space based on the initial width and height of the element
*
* http://www.w3.org/TR/css-flexbox/images/rel-vs-abs-flex.svg
*/
.u-md-size-fill-alt {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element the width of its parent.
*/
.u-md-size-full {
width: 100% !important;
}
}
/**
* @define utilities
* size: breakpoint 3 (large)
*/
@media (min-width:61.25rem) {
/* Proportional widths: breakpoint 3 (large)
======================================================================== */
/**
* Specify the proportional width of an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
*
* 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
* http://git.io/vllMD
*/
.u-lg-size-1of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 8.33333% !important;
}
.u-lg-size-1of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 10% !important;
}
.u-lg-size-1of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 12.5% !important;
}
.u-lg-size-1of6,
.u-lg-size-2of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 16.66667% !important;
}
.u-lg-size-1of5,
.u-lg-size-2of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 20% !important;
}
.u-lg-size-1of4,
.u-lg-size-2of8,
.u-lg-size-3of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 25% !important;
}
.u-lg-size-3of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 30% !important;
}
.u-lg-size-1of3,
.u-lg-size-2of6,
.u-lg-size-4of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 33.33333% !important;
}
.u-lg-size-3of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 37.5% !important;
}
.u-lg-size-2of5,
.u-lg-size-4of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 40% !important;
}
.u-lg-size-5of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 41.66667% !important;
}
.u-lg-size-1of2,
.u-lg-size-2of4,
.u-lg-size-3of6,
.u-lg-size-4of8,
.u-lg-size-5of10,
.u-lg-size-6of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 50% !important;
}
.u-lg-size-7of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 58.33333% !important;
}
.u-lg-size-3of5,
.u-lg-size-6of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 60% !important;
}
.u-lg-size-5of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 62.5% !important;
}
.u-lg-size-2of3,
.u-lg-size-4of6,
.u-lg-size-8of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 66.66667% !important;
}
.u-lg-size-7of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 70% !important;
}
.u-lg-size-3of4,
.u-lg-size-6of8,
.u-lg-size-9of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 75% !important;
}
.u-lg-size-4of5,
.u-lg-size-8of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 80% !important;
}
.u-lg-size-5of6,
.u-lg-size-10of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 83.33333% !important;
}
.u-lg-size-7of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 87.5% !important;
}
.u-lg-size-9of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 90% !important;
}
.u-lg-size-11of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 91.66667% !important;
}
/* Intrinsic widths
======================================================================== */
/**
* Make an element shrink wrap its content.
*/
.u-lg-size-fit {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element fill the remaining space.
*
* 1. Be explicit to work around IE10 bug with shorthand flex
* http://git.io/vllC7
* 2. IE10 ignores previous `flex-basis` value. Setting again here fixes
* http://git.io/vllMt
*/
.u-lg-size-fill {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
-ms-flex-preferred-size: 0% !important;
flex-basis: 0% !important; /* 2 */
}
/**
* An alternative method to make an element fill the remaining space.
* Distributes space based on the initial width and height of the element
*
* http://www.w3.org/TR/css-flexbox/images/rel-vs-abs-flex.svg
*/
.u-lg-size-fill-alt {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element the width of its parent.
*/
.u-lg-size-full {
width: 100% !important;
}
}
/**
* @define utilities
* size: breakpoint 3 (large)
*/
@media (min-width:81.25rem) {
/* Proportional widths: breakpoint 4 (extra large)
======================================================================== */
/**
* Specify the proportional width of an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
*
* 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
* http://git.io/vllMD
*/
.u-xl-size-1of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 8.33333% !important;
}
.u-xl-size-1of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 10% !important;
}
.u-xl-size-1of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 12.5% !important;
}
.u-xl-size-1of6,
.u-xl-size-2of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 16.66667% !important;
}
.u-xl-size-1of5,
.u-xl-size-2of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 20% !important;
}
.u-xl-size-1of4,
.u-xl-size-2of8,
.u-xl-size-3of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 25% !important;
}
.u-xl-size-3of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 30% !important;
}
.u-xl-size-1of3,
.u-xl-size-2of6,
.u-xl-size-4of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 33.33333% !important;
}
.u-xl-size-3of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 37.5% !important;
}
.u-xl-size-2of5,
.u-xl-size-4of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 40% !important;
}
.u-xl-size-5of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 41.66667% !important;
}
.u-xl-size-1of2,
.u-xl-size-2of4,
.u-xl-size-3of6,
.u-xl-size-4of8,
.u-xl-size-5of10,
.u-xl-size-6of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 50% !important;
}
.u-xl-size-7of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 58.33333% !important;
}
.u-xl-size-3of5,
.u-xl-size-6of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 60% !important;
}
.u-xl-size-5of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 62.5% !important;
}
.u-xl-size-2of3,
.u-xl-size-4of6,
.u-xl-size-8of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 66.66667% !important;
}
.u-xl-size-7of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 70% !important;
}
.u-xl-size-3of4,
.u-xl-size-6of8,
.u-xl-size-9of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 75% !important;
}
.u-xl-size-4of5,
.u-xl-size-8of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 80% !important;
}
.u-xl-size-5of6,
.u-xl-size-10of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 83.33333% !important;
}
.u-xl-size-7of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 87.5% !important;
}
.u-xl-size-9of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 90% !important;
}
.u-xl-size-11of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 91.66667% !important;
}
/* Intrinsic widths
======================================================================== */
/**
* Make an element shrink wrap its content.
*/
.u-xl-size-fit {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element fill the remaining space.
*
* 1. Be explicit to work around IE10 bug with shorthand flex
* http://git.io/vllC7
* 2. IE10 ignores previous `flex-basis` value. Setting again here fixes
* http://git.io/vllMt
*/
.u-xl-size-fill {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
-ms-flex-preferred-size: 0% !important;
flex-basis: 0% !important; /* 2 */
}
/**
* An alternative method to make an element fill the remaining space.
* Distributes space based on the initial width and height of the element
*
* http://www.w3.org/TR/css-flexbox/images/rel-vs-abs-flex.svg
*/
.u-xl-size-fill-alt {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element the width of its parent.
*/
.u-xl-size-full {
width: 100% !important;
}
}
/** @define utilities */
/** Adds space between items by adding top margin
* http://alistapart.com/article/axiomatic-css-and-lobotomized-owls
*/
/** Values based off of modular scale
* http://www.modularscale.com/?1&em&1.2&sass&text
*/
/** Margin between items */
.u-space-items-06 > * + *{
margin-top: 7.892px !important;
margin-top: 0.49326rem !important;
}
.u-space-items-05 > * + *{
margin-top: 8.878px !important;
margin-top: 0.55492rem !important;
}
.u-space-items-04 > * + *{
margin-top: 9.988px !important;
margin-top: 0.62429rem !important;
}
.u-space-items-03 > * + *{
margin-top: 11.237px !important;
margin-top: 0.70233rem !important;
}
.u-space-items-02 > * + *{
margin-top: 12.641px !important;
margin-top: 0.79012rem !important;
}
.u-space-items-01 > * + *{
margin-top: 14.222px !important;
margin-top: 0.88889rem !important;
}
.u-space-items-0 > * + *{
margin-top: 16px !important;
margin-top: 1rem !important;
}
.u-space-items-1 > * + *{
margin-top: 18px !important;
margin-top: 1.125rem !important;
}
.u-space-items-2 > * + *{
margin-top: 20.25px !important;
margin-top: 1.26563rem !important;
}
.u-space-items-3 > * + *{
margin-top: 22.781px !important;
margin-top: 1.42383rem !important;
}
.u-space-items-4 > * + *{
margin-top: 25.628px !important;
margin-top: 1.60181rem !important;
}
.u-space-items-5 > * + *{
margin-top: 28.832px !important;
margin-top: 1.80204rem !important;
}
.u-space-items-6 > * + *{
margin-top: 32.436px !important;
margin-top: 2.0273rem !important;
}
/** Negative margins */
.u-pull-sides-1,
.u-pull-left-1{
margin-left: -18px !important;
margin-left: -1.125rem !important;
}
.u-pull-sides-1,
.u-pull-right-1{
margin-right: -18px !important;
margin-right: -1.125rem !important;
}
.u-pull-sides-2,
.u-pull-left-2{
margin-left: -20.25px !important;
margin-left: -1.26563rem !important;
}
.u-pull-sides-2,
.u-pull-right-2{
margin-right: -20.25px !important;
margin-right: -1.26563rem !important;
}
.u-pull-sides-3,
.u-pull-left-3{
margin-left: -22.781px !important;
margin-left: -1.42383rem !important;
}
.u-pull-sides-3,
.u-pull-right-3{
margin-right: -22.781px !important;
margin-right: -1.42383rem !important;
}
.u-pull-sides-4,
.u-pull-left-4{
margin-left: -25.628px !important;
margin-left: -1.60181rem !important;
}
.u-pull-sides-4,
.u-pull-right-4{
margin-right: -25.628px !important;
margin-right: -1.60181rem !important;
}
.u-pull-sides-5,
.u-pull-left-5{
margin-left: -28.832px !important;
margin-left: -1.80204rem !important;
}
.u-pull-sides-5,
.u-pull-right-5{
margin-right: -28.832px !important;
margin-right: -1.80204rem !important;
}
.u-pull-sides-6,
.u-pull-left-6{
margin-left: -32.436px !important;
margin-left: -2.0273rem !important;
}
.u-pull-sides-6,
.u-pull-right-6{
margin-right: -32.436px !important;
margin-right: -2.0273rem !important;
}
/** Margin Utilities */
.u-space-06,
.u-space-ends-06,
.u-space-top-06{
margin-top: 7.892px !important;
margin-top: 0.49326rem !important;
}
.u-space-06,
.u-space-ends-06,
.u-space-bottom-06{
margin-bottom: 7.892px !important;
margin-bottom: 0.49326rem !important;
}
.u-space-06,
.u-space-sides-06,
.u-space-left-06{
margin-left: 7.892px !important;
margin-left: 0.49326rem !important;
}
.u-space-06,
.u-space-sides-06,
.u-space-right-06{
margin-right: 7.892px !important;
margin-right: 0.49326rem !important;
}
.u-space-05,
.u-space-ends-05,
.u-space-top-05{
margin-top: 8.878px !important;
margin-top: 0.55492rem !important;
}
.u-space-05,
.u-space-ends-05,
.u-space-bottom-05{
margin-bottom: 8.878px !important;
margin-bottom: 0.55492rem !important;
}
.u-space-05,
.u-space-sides-05,
.u-space-left-05{
margin-left: 8.878px !important;
margin-left: 0.55492rem !important;
}
.u-space-05,
.u-space-sides-05,
.u-space-right-05{
margin-right: 8.878px !important;
margin-right: 0.55492rem !important;
}
.u-space-04,
.u-space-ends-04,
.u-space-top-04{
margin-top: 9.988px !important;
margin-top: 0.62429rem !important;
}
.u-space-04,
.u-space-ends-04,
.u-space-bottom-04{
margin-bottom: 9.988px !important;
margin-bottom: 0.62429rem !important;
}
.u-space-04,
.u-space-sides-04,
.u-space-left-04{
margin-left: 9.988px !important;
margin-left: 0.62429rem !important;
}
.u-space-04,
.u-space-sides-04,
.u-space-right-04{
margin-right: 9.988px !important;
margin-right: 0.62429rem !important;
}
.u-space-03,
.u-space-ends-03,
.u-space-top-03{
margin-top: 11.237px !important;
margin-top: 0.70233rem !important;
}
.u-space-03,
.u-space-ends-03,
.u-space-bottom-03{
margin-bottom: 11.237px !important;
margin-bottom: 0.70233rem !important;
}
.u-space-03,
.u-space-sides-03,
.u-space-left-03{
margin-left: 11.237px !important;
margin-left: 0.70233rem !important;
}
.u-space-03,
.u-space-sides-03,
.u-space-right-03{
margin-right: 11.237px !important;
margin-right: 0.70233rem !important;
}
.u-space-02,
.u-space-ends-02,
.u-space-top-02{
margin-top: 12.641px !important;
margin-top: 0.79012rem !important;
}
.u-space-02,
.u-space-ends-02,
.u-space-bottom-02{
margin-bottom: 12.641px !important;
margin-bottom: 0.79012rem !important;
}
.u-space-02,
.u-space-sides-02,
.u-space-left-02{
margin-left: 12.641px !important;
margin-left: 0.79012rem !important;
}
.u-space-02,
.u-space-sides-02,
.u-space-right-02{
margin-right: 12.641px !important;
margin-right: 0.79012rem !important;
}
.u-space-01,
.u-space-ends-01,
.u-space-top-01{
margin-top: 14.222px !important;
margin-top: 0.88889rem !important;
}
.u-space-01,
.u-space-ends-01,
.u-space-bottom-01{
margin-bottom: 14.222px !important;
margin-bottom: 0.88889rem !important;
}
.u-space-01,
.u-space-sides-01,
.u-space-left-01{
margin-left: 14.222px !important;
margin-left: 0.88889rem !important;
}
.u-space-01,
.u-space-sides-01,
.u-space-right-01{
margin-right: 14.222px !important;
margin-right: 0.88889rem !important;
}
.u-space-0,
.u-space-ends-0,
.u-space-top-0{
margin-top: 16px !important;
margin-top: 1rem !important;
}
.u-space-0,
.u-space-ends-0,
.u-space-bottom-0{
margin-bottom: 16px !important;
margin-bottom: 1rem !important;
}
.u-space-0,
.u-space-sides-0,
.u-space-left-0{
margin-left: 16px !important;
margin-left: 1rem !important;
}
.u-space-0,
.u-space-sides-0,
.u-space-right-0{
margin-right: 16px !important;
margin-right: 1rem !important;
}
.u-space-1,
.u-space-ends-1,
.u-space-top-1{
margin-top: 18px !important;
margin-top: 1.125rem !important;
}
.u-space-1,
.u-space-ends-1,
.u-space-bottom-1{
margin-bottom: 18px !important;
margin-bottom: 1.125rem !important;
}
.u-space-1,
.u-space-sides-1,
.u-space-left-1{
margin-left: 18px !important;
margin-left: 1.125rem !important;
}
.u-space-1,
.u-space-sides-1,
.u-space-right-1{
margin-right: 18px !important;
margin-right: 1.125rem !important;
}
.u-space-2,
.u-space-ends-2,
.u-space-top-2{
margin-top: 20.25px !important;
margin-top: 1.26563rem !important;
}
.u-space-2,
.u-space-ends-2,
.u-space-bottom-2{
margin-bottom: 20.25px !important;
margin-bottom: 1.26563rem !important;
}
.u-space-2,
.u-space-sides-2,
.u-space-left-2{
margin-left: 20.25px !important;
margin-left: 1.26563rem !important;
}
.u-space-2,
.u-space-sides-2,
.u-space-right-2{
margin-right: 20.25px !important;
margin-right: 1.26563rem !important;
}
.u-space-3,
.u-space-ends-3,
.u-space-top-3{
margin-top: 22.781px !important;
margin-top: 1.42383rem !important;
}
.u-space-3,
.u-space-ends-3,
.u-space-bottom-3{
margin-bottom: 22.781px !important;
margin-bottom: 1.42383rem !important;
}
.u-space-3,
.u-space-sides-3,
.u-space-left-3{
margin-left: 22.781px !important;
margin-left: 1.42383rem !important;
}
.u-space-3,
.u-space-sides-3,
.u-space-right-3{
margin-right: 22.781px !important;
margin-right: 1.42383rem !important;
}
.u-space-4,
.u-space-ends-4,
.u-space-top-4{
margin-top: 25.628px !important;
margin-top: 1.60181rem !important;
}
.u-space-4,
.u-space-ends-4,
.u-space-bottom-4{
margin-bottom: 25.628px !important;
margin-bottom: 1.60181rem !important;
}
.u-space-4,
.u-space-sides-4,
.u-space-left-4{
margin-left: 25.628px !important;
margin-left: 1.60181rem !important;
}
.u-space-4,
.u-space-sides-4,
.u-space-right-4{
margin-right: 25.628px !important;
margin-right: 1.60181rem !important;
}
.u-space-5,
.u-space-ends-5,
.u-space-top-5{
margin-top: 28.832px !important;
margin-top: 1.80204rem !important;
}
.u-space-5,
.u-space-ends-5,
.u-space-bottom-5{
margin-bottom: 28.832px !important;
margin-bottom: 1.80204rem !important;
}
.u-space-5,
.u-space-sides-5,
.u-space-left-5{
margin-left: 28.832px !important;
margin-left: 1.80204rem !important;
}
.u-space-5,
.u-space-sides-5,
.u-space-right-5{
margin-right: 28.832px !important;
margin-right: 1.80204rem !important;
}
.u-space-6,
.u-space-ends-6,
.u-space-top-6{
margin-top: 32.436px !important;
margin-top: 2.0273rem !important;
}
.u-space-6,
.u-space-ends-6,
.u-space-bottom-6{
margin-bottom: 32.436px !important;
margin-bottom: 2.0273rem !important;
}
.u-space-6,
.u-space-sides-6,
.u-space-left-6{
margin-left: 32.436px !important;
margin-left: 2.0273rem !important;
}
.u-space-6,
.u-space-sides-6,
.u-space-right-6{
margin-right: 32.436px !important;
margin-right: 2.0273rem !important;
}
.u-space-none,
.u-space-ends-none,
.u-space-top-none{
margin-top: 0 !important;
}
.u-space-none,
.u-space-ends-none,
.u-space-bottom-none{
margin-bottom: 0 !important;
}
.u-space-none,
.u-space-sides-none,
.u-space-left-none{
margin-left: 0 !important;
}
.u-space-none,
.u-space-sides-none,
.u-space-right-none{
margin-right: 0 !important;
}
/** Padding Utilities */
.u-pad-06,
.u-pad-ends-06,
.u-pad-top-06{
padding-top: 7.892px !important;
padding-top: 0.49326rem !important;
}
.u-pad-06,
.u-pad-ends-06,
.u-pad-bottom-06{
padding-bottom: 7.892px !important;
padding-bottom: 0.49326rem !important;
}
.u-pad-06,
.u-pad-sides-06,
.u-pad-left-06{
padding-left: 7.892px !important;
padding-left: 0.49326rem !important;
}
.u-pad-06,
.u-pad-sides-06,
.u-pad-right-06{
padding-right: 7.892px !important;
padding-right: 0.49326rem !important;
}
.u-pad-05,
.u-pad-ends-05,
.u-pad-top-05{
padding-top: 8.878px !important;
padding-top: 0.55492rem !important;
}
.u-pad-05,
.u-pad-ends-05,
.u-pad-bottom-05{
padding-bottom: 8.878px !important;
padding-bottom: 0.55492rem !important;
}
.u-pad-05,
.u-pad-sides-05,
.u-pad-left-05{
padding-left: 8.878px !important;
padding-left: 0.55492rem !important;
}
.u-pad-05,
.u-pad-sides-05,
.u-pad-right-05{
padding-right: 8.878px !important;
padding-right: 0.55492rem !important;
}
.u-pad-04,
.u-pad-ends-04,
.u-pad-top-04{
padding-top: 9.988px !important;
padding-top: 0.62429rem !important;
}
.u-pad-04,
.u-pad-ends-04,
.u-pad-bottom-04{
padding-bottom: 9.988px !important;
padding-bottom: 0.62429rem !important;
}
.u-pad-04,
.u-pad-sides-04,
.u-pad-left-04{
padding-left: 9.988px !important;
padding-left: 0.62429rem !important;
}
.u-pad-04,
.u-pad-sides-04,
.u-pad-right-04{
padding-right: 9.988px !important;
padding-right: 0.62429rem !important;
}
.u-pad-03,
.u-pad-ends-03,
.u-pad-top-03{
padding-top: 11.237px !important;
padding-top: 0.70233rem !important;
}
.u-pad-03,
.u-pad-ends-03,
.u-pad-bottom-03{
padding-bottom: 11.237px !important;
padding-bottom: 0.70233rem !important;
}
.u-pad-03,
.u-pad-sides-03,
.u-pad-left-03{
padding-left: 11.237px !important;
padding-left: 0.70233rem !important;
}
.u-pad-03,
.u-pad-sides-03,
.u-pad-right-03{
padding-right: 11.237px !important;
padding-right: 0.70233rem !important;
}
.u-pad-02,
.u-pad-ends-02,
.u-pad-top-02{
padding-top: 12.641px !important;
padding-top: 0.79012rem !important;
}
.u-pad-02,
.u-pad-ends-02,
.u-pad-bottom-02{
padding-bottom: 12.641px !important;
padding-bottom: 0.79012rem !important;
}
.u-pad-02,
.u-pad-sides-02,
.u-pad-left-02{
padding-left: 12.641px !important;
padding-left: 0.79012rem !important;
}
.u-pad-02,
.u-pad-sides-02,
.u-pad-right-02{
padding-right: 12.641px !important;
padding-right: 0.79012rem !important;
}
.u-pad-01,
.u-pad-ends-01,
.u-pad-top-01{
padding-top: 14.222px !important;
padding-top: 0.88889rem !important;
}
.u-pad-01,
.u-pad-ends-01,
.u-pad-bottom-01{
padding-bottom: 14.222px !important;
padding-bottom: 0.88889rem !important;
}
.u-pad-01,
.u-pad-sides-01,
.u-pad-left-01{
padding-left: 14.222px !important;
padding-left: 0.88889rem !important;
}
.u-pad-01,
.u-pad-sides-01,
.u-pad-right-01{
padding-right: 14.222px !important;
padding-right: 0.88889rem !important;
}
.u-pad-0,
.u-pad-ends-0,
.u-pad-top-0{
padding-top: 16px !important;
padding-top: 1rem !important;
}
.u-pad-0,
.u-pad-ends-0,
.u-pad-bottom-0{
padding-bottom: 16px !important;
padding-bottom: 1rem !important;
}
.u-pad-0,
.u-pad-sides-0,
.u-pad-left-0{
padding-left: 16px !important;
padding-left: 1rem !important;
}
.u-pad-0,
.u-pad-sides-0,
.u-pad-right-0{
padding-right: 16px !important;
padding-right: 1rem !important;
}
.u-pad-1,
.u-pad-ends-1,
.u-pad-top-1{
padding-top: 18px !important;
padding-top: 1.125rem !important;
}
.u-pad-1,
.u-pad-ends-1,
.u-pad-bottom-1{
padding-bottom: 18px !important;
padding-bottom: 1.125rem !important;
}
.u-pad-1,
.u-pad-sides-1,
.u-pad-left-1{
padding-left: 18px !important;
padding-left: 1.125rem !important;
}
.u-pad-1,
.u-pad-sides-1,
.u-pad-right-1{
padding-right: 18px !important;
padding-right: 1.125rem !important;
}
.u-pad-2,
.u-pad-ends-2,
.u-pad-top-2{
padding-top: 20.25px !important;
padding-top: 1.26563rem !important;
}
.u-pad-2,
.u-pad-ends-2,
.u-pad-bottom-2{
padding-bottom: 20.25px !important;
padding-bottom: 1.26563rem !important;
}
.u-pad-2,
.u-pad-sides-2,
.u-pad-left-2{
padding-left: 20.25px !important;
padding-left: 1.26563rem !important;
}
.u-pad-2,
.u-pad-sides-2,
.u-pad-right-2{
padding-right: 20.25px !important;
padding-right: 1.26563rem !important;
}
.u-pad-3,
.u-pad-ends-3,
.u-pad-top-3{
padding-top: 22.781px !important;
padding-top: 1.42383rem !important;
}
.u-pad-3,
.u-pad-ends-3,
.u-pad-bottom-3{
padding-bottom: 22.781px !important;
padding-bottom: 1.42383rem !important;
}
.u-pad-3,
.u-pad-sides-3,
.u-pad-left-3{
padding-left: 22.781px !important;
padding-left: 1.42383rem !important;
}
.u-pad-3,
.u-pad-sides-3,
.u-pad-right-3{
padding-right: 22.781px !important;
padding-right: 1.42383rem !important;
}
.u-pad-4,
.u-pad-ends-4,
.u-pad-top-4{
padding-top: 25.628px !important;
padding-top: 1.60181rem !important;
}
.u-pad-4,
.u-pad-ends-4,
.u-pad-bottom-4{
padding-bottom: 25.628px !important;
padding-bottom: 1.60181rem !important;
}
.u-pad-4,
.u-pad-sides-4,
.u-pad-left-4{
padding-left: 25.628px !important;
padding-left: 1.60181rem !important;
}
.u-pad-4,
.u-pad-sides-4,
.u-pad-right-4{
padding-right: 25.628px !important;
padding-right: 1.60181rem !important;
}
.u-pad-5,
.u-pad-ends-5,
.u-pad-top-5{
padding-top: 28.832px !important;
padding-top: 1.80204rem !important;
}
.u-pad-5,
.u-pad-ends-5,
.u-pad-bottom-5{
padding-bottom: 28.832px !important;
padding-bottom: 1.80204rem !important;
}
.u-pad-5,
.u-pad-sides-5,
.u-pad-left-5{
padding-left: 28.832px !important;
padding-left: 1.80204rem !important;
}
.u-pad-5,
.u-pad-sides-5,
.u-pad-right-5{
padding-right: 28.832px !important;
padding-right: 1.80204rem !important;
}
.u-pad-6,
.u-pad-ends-6,
.u-pad-top-6{
padding-top: 32.436px !important;
padding-top: 2.0273rem !important;
}
.u-pad-6,
.u-pad-ends-6,
.u-pad-bottom-6{
padding-bottom: 32.436px !important;
padding-bottom: 2.0273rem !important;
}
.u-pad-6,
.u-pad-sides-6,
.u-pad-left-6{
padding-left: 32.436px !important;
padding-left: 2.0273rem !important;
}
.u-pad-6,
.u-pad-sides-6,
.u-pad-right-6{
padding-right: 32.436px !important;
padding-right: 2.0273rem !important;
}
.u-pad-none,
.u-pad-ends-none,
.u-pad-top-none{
padding-top: 0 !important;
}
.u-pad-none,
.u-pad-ends-none,
.u-pad-bottom-none{
padding-bottom: 0 !important;
}
.u-pad-none,
.u-pad-sides-none,
.u-pad-left-none{
padding-left: 0 !important;
}
.u-pad-none,
.u-pad-sides-none,
.u-pad-right-none{
padding-right: 0 !important;
}
/** Responsive */
@media (max-width:25rem) {
.u-xs-pull-sides-1,
.u-xs-pull-left-1{
margin-left: -1.125rem !important;
}
.u-xs-pull-sides-1,
.u-xs-pull-right-1{
margin-right: -1.125rem !important;
}
.u-xs-pull-sides-2,
.u-xs-pull-left-2{
margin-left: -1.26563rem !important;
}
.u-xs-pull-sides-2,
.u-xs-pull-right-2{
margin-right: -1.26563rem !important;
}
.u-xs-pull-sides-3,
.u-xs-pull-left-3{
margin-left: -1.42383rem !important;
}
.u-xs-pull-sides-3,
.u-xs-pull-right-3{
margin-right: -1.42383rem !important;
}
.u-xs-pull-sides-4,
.u-xs-pull-left-4{
margin-left: -1.60181rem !important;
}
.u-xs-pull-sides-4,
.u-xs-pull-right-4{
margin-right: -1.60181rem !important;
}
.u-xs-pull-sides-5,
.u-xs-pull-left-5{
margin-left: -1.80204rem !important;
}
.u-xs-pull-sides-5,
.u-xs-pull-right-5{
margin-right: -1.80204rem !important;
}
.u-xs-pull-sides-6,
.u-xs-pull-left-6{
margin-left: -2.0273rem !important;
}
.u-xs-pull-sides-6,
.u-xs-pull-right-6{
margin-right: -2.0273rem !important;
}
.u-xs-space-06,
.u-xs-space-ends-06,
.u-xs-space-top-06{
margin-top: 0.49326rem !important;
}
.u-xs-space-06,
.u-xs-space-ends-06,
.u-xs-space-bottom-06{
margin-bottom: 0.49326rem !important;
}
.u-xs-space-06,
.u-xs-space-sides-06,
.u-xs-space-left-06{
margin-left: 0.49326rem !important;
}
.u-xs-space-06,
.u-xs-space-sides-06,
.u-xs-space-right-06{
margin-right: 0.49326rem !important;
}
.u-xs-space-05,
.u-xs-space-ends-05,
.u-xs-space-top-05{
margin-top: 0.55492rem !important;
}
.u-xs-space-05,
.u-xs-space-ends-05,
.u-xs-space-bottom-05{
margin-bottom: 0.55492rem !important;
}
.u-xs-space-05,
.u-xs-space-sides-05,
.u-xs-space-left-05{
margin-left: 0.55492rem !important;
}
.u-xs-space-05,
.u-xs-space-sides-05,
.u-xs-space-right-05{
margin-right: 0.55492rem !important;
}
.u-xs-space-04,
.u-xs-space-ends-04,
.u-xs-space-top-04{
margin-top: 0.62429rem !important;
}
.u-xs-space-04,
.u-xs-space-ends-04,
.u-xs-space-bottom-04{
margin-bottom: 0.62429rem !important;
}
.u-xs-space-04,
.u-xs-space-sides-04,
.u-xs-space-left-04{
margin-left: 0.62429rem !important;
}
.u-xs-space-04,
.u-xs-space-sides-04,
.u-xs-space-right-04{
margin-right: 0.62429rem !important;
}
.u-xs-space-03,
.u-xs-space-ends-03,
.u-xs-space-top-03{
margin-top: 0.70233rem !important;
}
.u-xs-space-03,
.u-xs-space-ends-03,
.u-xs-space-bottom-03{
margin-bottom: 0.70233rem !important;
}
.u-xs-space-03,
.u-xs-space-sides-03,
.u-xs-space-left-03{
margin-left: 0.70233rem !important;
}
.u-xs-space-03,
.u-xs-space-sides-03,
.u-xs-space-right-03{
margin-right: 0.70233rem !important;
}
.u-sxs-space-02,
.u-sxs-space-ends-02,
.u-sxs-space-top-02{
margin-top: 0.79012rem !important;
}
.u-sxs-space-02,
.u-sxs-space-ends-02,
.u-sxs-space-bottom-02{
margin-bottom: 0.79012rem !important;
}
.u-sxs-space-02,
.u-sxs-space-sides-02,
.u-sxs-space-left-02{
margin-left: 0.79012rem !important;
}
.u-sxs-space-02,
.u-sxs-space-sides-02,
.u-sxs-space-right-02{
margin-right: 0.79012rem !important;
}
.u-xs-space-01,
.u-xs-space-ends-01,
.u-xs-space-top-01{
margin-top: 0.88889rem !important;
}
.u-xs-space-01,
.u-xs-space-ends-01,
.u-xs-space-bottom-01{
margin-bottom: 0.88889rem !important;
}
.u-xs-space-01,
.u-xs-space-sides-01,
.u-xs-space-left-01{
margin-left: 0.88889rem !important;
}
.u-xs-space-01,
.u-xs-space-sides-01,
.u-xs-space-right-01{
margin-right: 0.88889rem !important;
}
.u-xs-space-0,
.u-xs-space-ends-0,
.u-xs-space-top-0{
margin-top: 1rem !important;
}
.u-xs-space-0,
.u-xs-space-ends-0,
.u-xs-space-bottom-0{
margin-bottom: 1rem !important;
}
.u-xs-space-0,
.u-xs-space-sides-0,
.u-xs-space-left-0{
margin-left: 1rem !important;
}
.u-xs-space-0,
.u-xs-space-sides-0,
.u-xs-space-right-0{
margin-right: 1rem !important;
}
.u-xs-space-1,
.u-xs-space-ends-1,
.u-xs-space-top-1{
margin-top: 1.125rem !important;
}
.u-xs-space-1,
.u-xs-space-ends-1,
.u-xs-space-bottom-1{
margin-bottom: 1.125rem !important;
}
.u-xs-space-1,
.u-xs-space-sides-1,
.u-xs-space-left-1{
margin-left: 1.125rem !important;
}
.u-xs-space-1,
.u-xs-space-sides-1,
.u-xs-space-right-1{
margin-right: 1.125rem !important;
}
.u-xs-space-2,
.u-xs-space-ends-2,
.u-xs-space-top-2{
margin-top: 1.26563rem !important;
}
.u-xs-space-2,
.u-xs-space-ends-2,
.u-xs-space-bottom-2{
margin-bottom: 1.26563rem !important;
}
.u-xs-space-2,
.u-xs-space-sides-2,
.u-xs-space-left-2{
margin-left: 1.26563rem !important;
}
.u-xs-space-2,
.u-xs-space-sides-2,
.u-xs-space-right-2{
margin-right: 1.26563rem !important;
}
.u-xs-space-3,
.u-xs-space-ends-3,
.u-xs-space-top-3{
margin-top: 1.42383rem !important;
}
.u-xs-space-3,
.u-xs-space-ends-3,
.u-xs-space-bottom-3{
margin-bottom: 1.42383rem !important;
}
.u-xs-space-3,
.u-xs-space-sides-3,
.u-xs-space-left-3{
margin-left: 1.42383rem !important;
}
.u-xs-space-3,
.u-xs-space-sides-3,
.u-xs-space-right-3{
margin-right: 1.42383rem !important;
}
.u-xs-space-4,
.u-xs-space-ends-4,
.u-xs-space-top-4{
margin-top: 1.60181rem !important;
}
.u-xs-space-4,
.u-xs-space-ends-4,
.u-xs-space-bottom-4{
margin-bottom: 1.60181rem !important;
}
.u-xs-space-4,
.u-xs-space-sides-4,
.u-xs-space-left-4{
margin-left: 1.60181rem !important;
}
.u-xs-space-4,
.u-xs-space-sides-4,
.u-xs-space-right-4{
margin-right: 1.60181rem !important;
}
.u-xs-space-5,
.u-xs-space-ends-5,
.u-xs-space-top-5{
margin-top: 1.80204rem !important;
}
.u-xs-space-5,
.u-xs-space-ends-5,
.u-xs-space-bottom-5{
margin-bottom: 1.80204rem !important;
}
.u-xs-space-5,
.u-xs-space-sides-5,
.u-xs-space-left-5{
margin-left: 1.80204rem !important;
}
.u-xs-space-5,
.u-xs-space-sides-5,
.u-xs-space-right-5{
margin-right: 1.80204rem !important;
}
.u-xs-space-6,
.u-xs-space-ends-6,
.u-xs-space-top-6{
margin-top: 2.0273rem !important;
}
.u-xs-space-6,
.u-xs-space-ends-6,
.u-xs-space-bottom-6{
margin-bottom: 2.0273rem !important;
}
.u-xs-space-6,
.u-xs-space-sides-6,
.u-xs-space-left-6{
margin-left: 2.0273rem !important;
}
.u-xs-space-6,
.u-xs-space-sides-6,
.u-xs-space-right-6{
margin-right: 2.0273rem !important;
}
.u-sm-space-none,
.u-sm-space-ends-none,
.u-sm-space-top-none{
margin-top: 0 !important;
}
.u-sm-space-none,
.u-sm-space-ends-none,
.u-sm-space-bottom-none{
margin-bottom: 0 !important;
}
.u-sm-space-none,
.u-sm-space-sides-none,
.u-sm-space-left-none{
margin-left: 0 !important;
}
.u-sm-space-none,
.u-sm-space-sides-none,
.u-sm-space-right-none{
margin-right: 0 !important;
}
.u-xs-pad-06,
.u-xs-pad-ends-06,
.u-xs-pad-top-06{
padding-top: 0.49326rem !important;
}
.u-xs-pad-06,
.u-xs-pad-ends-06,
.u-xs-pad-bottom-06{
padding-bottom: 0.49326rem !important;
}
.u-xs-pad-06,
.u-xs-pad-sides-06,
.u-xs-pad-left-06{
padding-left: 0.49326rem !important;
}
.u-xs-pad-06,
.u-xs-pad-sides-06,
.u-xs-pad-right-06{
padding-right: 0.49326rem !important;
}
.u-xs-pad-05,
.u-xs-pad-ends-05,
.u-xs-pad-top-05{
padding-top: 0.55492rem !important;
}
.u-xs-pad-05,
.u-xs-pad-ends-05,
.u-xs-pad-bottom-05{
padding-bottom: 0.55492rem !important;
}
.u-xs-pad-05,
.u-xs-pad-sides-05,
.u-xs-pad-left-05{
padding-left: 0.55492rem !important;
}
.u-xs-pad-05,
.u-xs-pad-sides-05,
.u-xs-pad-right-05{
padding-right: 0.55492rem !important;
}
.u-xs-pad-04,
.u-xs-pad-ends-04,
.u-xs-pad-top-04{
padding-top: 0.62429rem !important;
}
.u-xs-pad-04,
.u-xs-pad-ends-04,
.u-xs-pad-bottom-04{
padding-bottom: 0.62429rem !important;
}
.u-xs-pad-04,
.u-xs-pad-sides-04,
.u-xs-pad-left-04{
padding-left: 0.62429rem !important;
}
.u-xs-pad-04,
.u-xs-pad-sides-04,
.u-xs-pad-right-04{
padding-right: 0.62429rem !important;
}
.u-xs-pad-03,
.u-xs-pad-ends-03,
.u-xs-pad-top-03{
padding-top: 0.70233rem !important;
}
.u-xs-pad-03,
.u-xs-pad-ends-03,
.u-xs-pad-bottom-03{
padding-bottom: 0.70233rem !important;
}
.u-xs-pad-03,
.u-xs-pad-sides-03,
.u-xs-pad-left-03{
padding-left: 0.70233rem !important;
}
.u-xs-pad-03,
.u-xs-pad-sides-03,
.u-xs-pad-right-03{
padding-right: 0.70233rem !important;
}
.u-xs-pad-02,
.u-xs-pad-ends-02,
.u-xs-pad-top-02{
padding-top: 0.79012rem !important;
}
.u-xs-pad-02,
.u-xs-pad-ends-02,
.u-xs-pad-bottom-02{
padding-bottom: 0.79012rem !important;
}
.u-xs-pad-02,
.u-xs-pad-sides-02,
.u-xs-pad-left-02{
padding-left: 0.79012rem !important;
}
.u-xs-pad-02,
.u-xs-pad-sides-02,
.u-xs-pad-right-02{
padding-right: 0.79012rem !important;
}
.u-xs-pad-01,
.u-xs-pad-ends-01,
.u-xs-pad-top-01{
padding-top: 0.88889rem !important;
}
.u-xs-pad-01,
.u-xs-pad-ends-01,
.u-xs-pad-bottom-01{
padding-bottom: 0.88889rem !important;
}
.u-xs-pad-01,
.u-xs-pad-sides-01,
.u-xs-pad-left-01{
padding-left: 0.88889rem !important;
}
.u-xs-pad-01,
.u-xs-pad-sides-01,
.u-xs-pad-right-01{
padding-right: 0.88889rem !important;
}
.u-xs-pad-0,
.u-xs-pad-ends-0,
.u-xs-pad-top-0{
padding-top: 1rem !important;
}
.u-xs-pad-0,
.u-xs-pad-ends-0,
.u-xs-pad-bottom-0{
padding-bottom: 1rem !important;
}
.u-xs-pad-0,
.u-xs-pad-sides-0,
.u-xs-pad-left-0{
padding-left: 1rem !important;
}
.u-xs-pad-0,
.u-xs-pad-sides-0,
.u-xs-pad-right-0{
padding-right: 1rem !important;
}
.u-xs-pad-1,
.u-xs-pad-ends-1,
.u-xs-pad-top-1{
padding-top: 1.125rem !important;
}
.u-xs-pad-1,
.u-xs-pad-ends-1,
.u-xs-pad-bottom-1{
padding-bottom: 1.125rem !important;
}
.u-xs-pad-1,
.u-xs-pad-sides-1,
.u-xs-pad-left-1{
padding-left: 1.125rem !important;
}
.u-xs-pad-1,
.u-xs-pad-sides-1,
.u-xs-pad-right-1{
padding-right: 1.125rem !important;
}
.u-xs-pad-2,
.u-xs-pad-ends-2,
.u-xs-pad-top-2{
padding-top: 1.26563rem !important;
}
.u-xs-pad-2,
.u-xs-pad-ends-2,
.u-xs-pad-bottom-2{
padding-bottom: 1.26563rem !important;
}
.u-xs-pad-2,
.u-xs-pad-sides-2,
.u-xs-pad-left-2{
padding-left: 1.26563rem !important;
}
.u-xs-pad-2,
.u-xs-pad-sides-2,
.u-xs-pad-right-2{
padding-right: 1.26563rem !important;
}
.u-xs-pad-3,
.u-xs-pad-ends-3,
.u-xs-pad-top-3{
padding-top: 1.42383rem !important;
}
.u-xs-pad-3,
.u-xs-pad-ends-3,
.u-xs-pad-bottom-3{
padding-bottom: 1.42383rem !important;
}
.u-xs-pad-3,
.u-xs-pad-sides-3,
.u-xs-pad-left-3{
padding-left: 1.42383rem !important;
}
.u-xs-pad-3,
.u-xs-pad-sides-3,
.u-xs-pad-right-3{
padding-right: 1.42383rem !important;
}
.u-xs-pad-4,
.u-xs-pad-ends-4,
.u-xs-pad-top-4{
padding-top: 1.60181rem !important;
}
.u-xs-pad-4,
.u-xs-pad-ends-4,
.u-xs-pad-bottom-4{
padding-bottom: 1.60181rem !important;
}
.u-xs-pad-4,
.u-xs-pad-sides-4,
.u-xs-pad-left-4{
padding-left: 1.60181rem !important;
}
.u-xs-pad-4,
.u-xs-pad-sides-4,
.u-xs-pad-right-4{
padding-right: 1.60181rem !important;
}
.u-xs-pad-5,
.u-xs-pad-ends-5,
.u-xs-pad-top-5{
padding-top: 1.80204rem !important;
}
.u-xs-pad-5,
.u-xs-pad-ends-5,
.u-xs-pad-bottom-5{
padding-bottom: 1.80204rem !important;
}
.u-xs-pad-5,
.u-xs-pad-sides-5,
.u-xs-pad-left-5{
padding-left: 1.80204rem !important;
}
.u-xs-pad-5,
.u-xs-pad-sides-5,
.u-xs-pad-right-5{
padding-right: 1.80204rem !important;
}
.u-xs-pad-6,
.u-xs-pad-ends-6,
.u-xs-pad-top-6{
padding-top: 2.0273rem !important;
}
.u-xs-pad-6,
.u-xs-pad-ends-6,
.u-xs-pad-bottom-6{
padding-bottom: 2.0273rem !important;
}
.u-xs-pad-6,
.u-xs-pad-sides-6,
.u-xs-pad-left-6{
padding-left: 2.0273rem !important;
}
.u-xs-pad-6,
.u-xs-pad-sides-6,
.u-xs-pad-right-6{
padding-right: 2.0273rem !important;
}
.u-sm-pad-none,
.u-sm-pad-ends-none,
.u-sm-pad-top-none{
padding-top: 0 !important;
}
.u-sm-pad-none,
.u-sm-pad-ends-none,
.u-sm-pad-bottom-none{
padding-bottom: 0 !important;
}
.u-sm-pad-none,
.u-sm-pad-sides-none,
.u-sm-pad-left-none{
padding-left: 0 !important;
}
.u-sm-pad-none,
.u-sm-pad-sides-none,
.u-sm-pad-right-none{
padding-right: 0 !important;
}
}
@media (min-width:25rem) {
.u-sm-pull-sides-1,
.u-sm-pull-left-1{
margin-left: -1.125rem !important;
}
.u-sm-pull-sides-1,
.u-sm-pull-right-1{
margin-right: -1.125rem !important;
}
.u-sm-pull-sides-2,
.u-sm-pull-left-2{
margin-left: -1.26563rem !important;
}
.u-sm-pull-sides-2,
.u-sm-pull-right-2{
margin-right: -1.26563rem !important;
}
.u-sm-pull-sides-3,
.u-sm-pull-left-3{
margin-left: -1.42383rem !important;
}
.u-sm-pull-sides-3,
.u-sm-pull-right-3{
margin-right: -1.42383rem !important;
}
.u-sm-pull-sides-4,
.u-sm-pull-left-4{
margin-left: -1.60181rem !important;
}
.u-sm-pull-sides-4,
.u-sm-pull-right-4{
margin-right: -1.60181rem !important;
}
.u-sm-pull-sides-5,
.u-sm-pull-left-5{
margin-left: -1.80204rem !important;
}
.u-sm-pull-sides-5,
.u-sm-pull-right-5{
margin-right: -1.80204rem !important;
}
.u-sm-pull-sides-6,
.u-sm-pull-left-6{
margin-left: -2.0273rem !important;
}
.u-sm-pull-sides-6,
.u-sm-pull-right-6{
margin-right: -2.0273rem !important;
}
.u-sm-space-06,
.u-sm-space-ends-06,
.u-sm-space-top-06{
margin-top: 0.49326rem !important;
}
.u-sm-space-06,
.u-sm-space-ends-06,
.u-sm-space-bottom-06{
margin-bottom: 0.49326rem !important;
}
.u-sm-space-06,
.u-sm-space-sides-06,
.u-sm-space-left-06{
margin-left: 0.49326rem !important;
}
.u-sm-space-06,
.u-sm-space-sides-06,
.u-sm-space-right-06{
margin-right: 0.49326rem !important;
}
.u-sm-space-05,
.u-sm-space-ends-05,
.u-sm-space-top-05{
margin-top: 0.55492rem !important;
}
.u-sm-space-05,
.u-sm-space-ends-05,
.u-sm-space-bottom-05{
margin-bottom: 0.55492rem !important;
}
.u-sm-space-05,
.u-sm-space-sides-05,
.u-sm-space-left-05{
margin-left: 0.55492rem !important;
}
.u-sm-space-05,
.u-sm-space-sides-05,
.u-sm-space-right-05{
margin-right: 0.55492rem !important;
}
.u-sm-space-04,
.u-sm-space-ends-04,
.u-sm-space-top-04{
margin-top: 0.62429rem !important;
}
.u-sm-space-04,
.u-sm-space-ends-04,
.u-sm-space-bottom-04{
margin-bottom: 0.62429rem !important;
}
.u-sm-space-04,
.u-sm-space-sides-04,
.u-sm-space-left-04{
margin-left: 0.62429rem !important;
}
.u-sm-space-04,
.u-sm-space-sides-04,
.u-sm-space-right-04{
margin-right: 0.62429rem !important;
}
.u-sm-space-03,
.u-sm-space-ends-03,
.u-sm-space-top-03{
margin-top: 0.70233rem !important;
}
.u-sm-space-03,
.u-sm-space-ends-03,
.u-sm-space-bottom-03{
margin-bottom: 0.70233rem !important;
}
.u-sm-space-03,
.u-sm-space-sides-03,
.u-sm-space-left-03{
margin-left: 0.70233rem !important;
}
.u-sm-space-03,
.u-sm-space-sides-03,
.u-sm-space-right-03{
margin-right: 0.70233rem !important;
}
.u-sm-space-02,
.u-sm-space-ends-02,
.u-sm-space-top-02{
margin-top: 0.79012rem !important;
}
.u-sm-space-02,
.u-sm-space-ends-02,
.u-sm-space-bottom-02{
margin-bottom: 0.79012rem !important;
}
.u-sm-space-02,
.u-sm-space-sides-02,
.u-sm-space-left-02{
margin-left: 0.79012rem !important;
}
.u-sm-space-02,
.u-sm-space-sides-02,
.u-sm-space-right-02{
margin-right: 0.79012rem !important;
}
.u-sm-space-01,
.u-sm-space-ends-01,
.u-sm-space-top-01{
margin-top: 0.88889rem !important;
}
.u-sm-space-01,
.u-sm-space-ends-01,
.u-sm-space-bottom-01{
margin-bottom: 0.88889rem !important;
}
.u-sm-space-01,
.u-sm-space-sides-01,
.u-sm-space-left-01{
margin-left: 0.88889rem !important;
}
.u-sm-space-01,
.u-sm-space-sides-01,
.u-sm-space-right-01{
margin-right: 0.88889rem !important;
}
.u-sm-space-0,
.u-sm-space-ends-0,
.u-sm-space-top-0{
margin-top: 1rem !important;
}
.u-sm-space-0,
.u-sm-space-ends-0,
.u-sm-space-bottom-0{
margin-bottom: 1rem !important;
}
.u-sm-space-0,
.u-sm-space-sides-0,
.u-sm-space-left-0{
margin-left: 1rem !important;
}
.u-sm-space-0,
.u-sm-space-sides-0,
.u-sm-space-right-0{
margin-right: 1rem !important;
}
.u-sm-space-1,
.u-sm-space-ends-1,
.u-sm-space-top-1{
margin-top: 1.125rem !important;
}
.u-sm-space-1,
.u-sm-space-ends-1,
.u-sm-space-bottom-1{
margin-bottom: 1.125rem !important;
}
.u-sm-space-1,
.u-sm-space-sides-1,
.u-sm-space-left-1{
margin-left: 1.125rem !important;
}
.u-sm-space-1,
.u-sm-space-sides-1,
.u-sm-space-right-1{
margin-right: 1.125rem !important;
}
.u-sm-space-2,
.u-sm-space-ends-2,
.u-sm-space-top-2{
margin-top: 1.26563rem !important;
}
.u-sm-space-2,
.u-sm-space-ends-2,
.u-sm-space-bottom-2{
margin-bottom: 1.26563rem !important;
}
.u-sm-space-2,
.u-sm-space-sides-2,
.u-sm-space-left-2{
margin-left: 1.26563rem !important;
}
.u-sm-space-2,
.u-sm-space-sides-2,
.u-sm-space-right-2{
margin-right: 1.26563rem !important;
}
.u-sm-space-3,
.u-sm-space-ends-3,
.u-sm-space-top-3{
margin-top: 1.42383rem !important;
}
.u-sm-space-3,
.u-sm-space-ends-3,
.u-sm-space-bottom-3{
margin-bottom: 1.42383rem !important;
}
.u-sm-space-3,
.u-sm-space-sides-3,
.u-sm-space-left-3{
margin-left: 1.42383rem !important;
}
.u-sm-space-3,
.u-sm-space-sides-3,
.u-sm-space-right-3{
margin-right: 1.42383rem !important;
}
.u-sm-space-4,
.u-sm-space-ends-4,
.u-sm-space-top-4{
margin-top: 1.60181rem !important;
}
.u-sm-space-4,
.u-sm-space-ends-4,
.u-sm-space-bottom-4{
margin-bottom: 1.60181rem !important;
}
.u-sm-space-4,
.u-sm-space-sides-4,
.u-sm-space-left-4{
margin-left: 1.60181rem !important;
}
.u-sm-space-4,
.u-sm-space-sides-4,
.u-sm-space-right-4{
margin-right: 1.60181rem !important;
}
.u-sm-space-5,
.u-sm-space-ends-5,
.u-sm-space-top-5{
margin-top: 1.80204rem !important;
}
.u-sm-space-5,
.u-sm-space-ends-5,
.u-sm-space-bottom-5{
margin-bottom: 1.80204rem !important;
}
.u-sm-space-5,
.u-sm-space-sides-5,
.u-sm-space-left-5{
margin-left: 1.80204rem !important;
}
.u-sm-space-5,
.u-sm-space-sides-5,
.u-sm-space-right-5{
margin-right: 1.80204rem !important;
}
.u-sm-space-6,
.u-sm-space-ends-6,
.u-sm-space-top-6{
margin-top: 2.0273rem !important;
}
.u-sm-space-6,
.u-sm-space-ends-6,
.u-sm-space-bottom-6{
margin-bottom: 2.0273rem !important;
}
.u-sm-space-6,
.u-sm-space-sides-6,
.u-sm-space-left-6{
margin-left: 2.0273rem !important;
}
.u-sm-space-6,
.u-sm-space-sides-6,
.u-sm-space-right-6{
margin-right: 2.0273rem !important;
}
.u-sm-space-none,
.u-sm-space-ends-none,
.u-sm-space-top-none{
margin-top: 0 !important;
}
.u-sm-space-none,
.u-sm-space-ends-none,
.u-sm-space-bottom-none{
margin-bottom: 0 !important;
}
.u-sm-space-none,
.u-sm-space-sides-none,
.u-sm-space-left-none{
margin-left: 0 !important;
}
.u-sm-space-none,
.u-sm-space-sides-none,
.u-sm-space-right-none{
margin-right: 0 !important;
}
.u-sm-pad-06,
.u-sm-pad-ends-06,
.u-sm-pad-top-06{
padding-top: 0.49326rem !important;
}
.u-sm-pad-06,
.u-sm-pad-ends-06,
.u-sm-pad-bottom-06{
padding-bottom: 0.49326rem !important;
}
.u-sm-pad-06,
.u-sm-pad-sides-06,
.u-sm-pad-left-06{
padding-left: 0.49326rem !important;
}
.u-sm-pad-06,
.u-sm-pad-sides-06,
.u-sm-pad-right-06{
padding-right: 0.49326rem !important;
}
.u-sm-pad-05,
.u-sm-pad-ends-05,
.u-sm-pad-top-05{
padding-top: 0.55492rem !important;
}
.u-sm-pad-05,
.u-sm-pad-ends-05,
.u-sm-pad-bottom-05{
padding-bottom: 0.55492rem !important;
}
.u-sm-pad-05,
.u-sm-pad-sides-05,
.u-sm-pad-left-05{
padding-left: 0.55492rem !important;
}
.u-sm-pad-05,
.u-sm-pad-sides-05,
.u-sm-pad-right-05{
padding-right: 0.55492rem !important;
}
.u-sm-pad-04,
.u-sm-pad-ends-04,
.u-sm-pad-top-04{
padding-top: 0.62429rem !important;
}
.u-sm-pad-04,
.u-sm-pad-ends-04,
.u-sm-pad-bottom-04{
padding-bottom: 0.62429rem !important;
}
.u-sm-pad-04,
.u-sm-pad-sides-04,
.u-sm-pad-left-04{
padding-left: 0.62429rem !important;
}
.u-sm-pad-04,
.u-sm-pad-sides-04,
.u-sm-pad-right-04{
padding-right: 0.62429rem !important;
}
.u-sm-pad-03,
.u-sm-pad-ends-03,
.u-sm-pad-top-03{
padding-top: 0.70233rem !important;
}
.u-sm-pad-03,
.u-sm-pad-ends-03,
.u-sm-pad-bottom-03{
padding-bottom: 0.70233rem !important;
}
.u-sm-pad-03,
.u-sm-pad-sides-03,
.u-sm-pad-left-03{
padding-left: 0.70233rem !important;
}
.u-sm-pad-03,
.u-sm-pad-sides-03,
.u-sm-pad-right-03{
padding-right: 0.70233rem !important;
}
.u-sm-pad-02,
.u-sm-pad-ends-02,
.u-sm-pad-top-02{
padding-top: 0.79012rem !important;
}
.u-sm-pad-02,
.u-sm-pad-ends-02,
.u-sm-pad-bottom-02{
padding-bottom: 0.79012rem !important;
}
.u-sm-pad-02,
.u-sm-pad-sides-02,
.u-sm-pad-left-02{
padding-left: 0.79012rem !important;
}
.u-sm-pad-02,
.u-sm-pad-sides-02,
.u-sm-pad-right-02{
padding-right: 0.79012rem !important;
}
.u-sm-pad-01,
.u-sm-pad-ends-01,
.u-sm-pad-top-01{
padding-top: 0.88889rem !important;
}
.u-sm-pad-01,
.u-sm-pad-ends-01,
.u-sm-pad-bottom-01{
padding-bottom: 0.88889rem !important;
}
.u-sm-pad-01,
.u-sm-pad-sides-01,
.u-sm-pad-left-01{
padding-left: 0.88889rem !important;
}
.u-sm-pad-01,
.u-sm-pad-sides-01,
.u-sm-pad-right-01{
padding-right: 0.88889rem !important;
}
.u-sm-pad-0,
.u-sm-pad-ends-0,
.u-sm-pad-top-0{
padding-top: 1rem !important;
}
.u-sm-pad-0,
.u-sm-pad-ends-0,
.u-sm-pad-bottom-0{
padding-bottom: 1rem !important;
}
.u-sm-pad-0,
.u-sm-pad-sides-0,
.u-sm-pad-left-0{
padding-left: 1rem !important;
}
.u-sm-pad-0,
.u-sm-pad-sides-0,
.u-sm-pad-right-0{
padding-right: 1rem !important;
}
.u-sm-pad-1,
.u-sm-pad-ends-1,
.u-sm-pad-top-1{
padding-top: 1.125rem !important;
}
.u-sm-pad-1,
.u-sm-pad-ends-1,
.u-sm-pad-bottom-1{
padding-bottom: 1.125rem !important;
}
.u-sm-pad-1,
.u-sm-pad-sides-1,
.u-sm-pad-left-1{
padding-left: 1.125rem !important;
}
.u-sm-pad-1,
.u-sm-pad-sides-1,
.u-sm-pad-right-1{
padding-right: 1.125rem !important;
}
.u-sm-pad-2,
.u-sm-pad-ends-2,
.u-sm-pad-top-2{
padding-top: 1.26563rem !important;
}
.u-sm-pad-2,
.u-sm-pad-ends-2,
.u-sm-pad-bottom-2{
padding-bottom: 1.26563rem !important;
}
.u-sm-pad-2,
.u-sm-pad-sides-2,
.u-sm-pad-left-2{
padding-left: 1.26563rem !important;
}
.u-sm-pad-2,
.u-sm-pad-sides-2,
.u-sm-pad-right-2{
padding-right: 1.26563rem !important;
}
.u-sm-pad-3,
.u-sm-pad-ends-3,
.u-sm-pad-top-3{
padding-top: 1.42383rem !important;
}
.u-sm-pad-3,
.u-sm-pad-ends-3,
.u-sm-pad-bottom-3{
padding-bottom: 1.42383rem !important;
}
.u-sm-pad-3,
.u-sm-pad-sides-3,
.u-sm-pad-left-3{
padding-left: 1.42383rem !important;
}
.u-sm-pad-3,
.u-sm-pad-sides-3,
.u-sm-pad-right-3{
padding-right: 1.42383rem !important;
}
.u-sm-pad-4,
.u-sm-pad-ends-4,
.u-sm-pad-top-4{
padding-top: 1.60181rem !important;
}
.u-sm-pad-4,
.u-sm-pad-ends-4,
.u-sm-pad-bottom-4{
padding-bottom: 1.60181rem !important;
}
.u-sm-pad-4,
.u-sm-pad-sides-4,
.u-sm-pad-left-4{
padding-left: 1.60181rem !important;
}
.u-sm-pad-4,
.u-sm-pad-sides-4,
.u-sm-pad-right-4{
padding-right: 1.60181rem !important;
}
.u-sm-pad-5,
.u-sm-pad-ends-5,
.u-sm-pad-top-5{
padding-top: 1.80204rem !important;
}
.u-sm-pad-5,
.u-sm-pad-ends-5,
.u-sm-pad-bottom-5{
padding-bottom: 1.80204rem !important;
}
.u-sm-pad-5,
.u-sm-pad-sides-5,
.u-sm-pad-left-5{
padding-left: 1.80204rem !important;
}
.u-sm-pad-5,
.u-sm-pad-sides-5,
.u-sm-pad-right-5{
padding-right: 1.80204rem !important;
}
.u-sm-pad-6,
.u-sm-pad-ends-6,
.u-sm-pad-top-6{
padding-top: 2.0273rem !important;
}
.u-sm-pad-6,
.u-sm-pad-ends-6,
.u-sm-pad-bottom-6{
padding-bottom: 2.0273rem !important;
}
.u-sm-pad-6,
.u-sm-pad-sides-6,
.u-sm-pad-left-6{
padding-left: 2.0273rem !important;
}
.u-sm-pad-6,
.u-sm-pad-sides-6,
.u-sm-pad-right-6{
padding-right: 2.0273rem !important;
}
.u-sm-pad-none,
.u-sm-pad-ends-none,
.u-sm-pad-top-none{
padding-top: 0 !important;
}
.u-sm-pad-none,
.u-sm-pad-ends-none,
.u-sm-pad-bottom-none{
padding-bottom: 0 !important;
}
.u-sm-pad-none,
.u-sm-pad-sides-none,
.u-sm-pad-left-none{
padding-left: 0 !important;
}
.u-sm-pad-none,
.u-sm-pad-sides-none,
.u-sm-pad-right-none{
padding-right: 0 !important;
}
}
@media (min-width:43.75rem) {
.u-md-pull-sides-1,
.u-md-pull-left-1{
margin-left: -1.125rem !important;
}
.u-md-pull-sides-1,
.u-md-pull-right-1{
margin-right: -1.125rem !important;
}
.u-md-pull-sides-2,
.u-md-pull-left-2{
margin-left: -1.26563rem !important;
}
.u-md-pull-sides-2,
.u-md-pull-right-2{
margin-right: -1.26563rem !important;
}
.u-md-pull-sides-3,
.u-md-pull-left-3{
margin-left: -1.42383rem !important;
}
.u-md-pull-sides-3,
.u-md-pull-right-3{
margin-right: -1.42383rem !important;
}
.u-md-pull-sides-4,
.u-md-pull-left-4{
margin-left: -1.60181rem !important;
}
.u-md-pull-sides-4,
.u-md-pull-right-4{
margin-right: -1.60181rem !important;
}
.u-md-pull-sides-5,
.u-md-pull-left-5{
margin-left: -1.80204rem !important;
}
.u-md-pull-sides-5,
.u-md-pull-right-5{
margin-right: -1.80204rem !important;
}
.u-md-pull-sides-6,
.u-md-pull-left-6{
margin-left: -2.0273rem !important;
}
.u-md-pull-sides-6,
.u-md-pull-right-6{
margin-right: -2.0273rem !important;
}
.u-md-space-06,
.u-md-space-ends-06,
.u-md-space-top-06{
margin-top: 0.49326rem !important;
}
.u-md-space-06,
.u-md-space-ends-06,
.u-md-space-bottom-06{
margin-bottom: 0.49326rem !important;
}
.u-md-space-06,
.u-md-space-sides-06,
.u-md-space-left-06{
margin-left: 0.49326rem !important;
}
.u-md-space-06,
.u-md-space-sides-06,
.u-md-space-right-06{
margin-right: 0.49326rem !important;
}
.u-md-space-05,
.u-md-space-ends-05,
.u-md-space-top-05{
margin-top: 0.55492rem !important;
}
.u-md-space-05,
.u-md-space-ends-05,
.u-md-space-bottom-05{
margin-bottom: 0.55492rem !important;
}
.u-md-space-05,
.u-md-space-sides-05,
.u-md-space-left-05{
margin-left: 0.55492rem !important;
}
.u-md-space-05,
.u-md-space-sides-05,
.u-md-space-right-05{
margin-right: 0.55492rem !important;
}
.u-md-space-04,
.u-md-space-ends-04,
.u-md-space-top-04{
margin-top: 0.62429rem !important;
}
.u-md-space-04,
.u-md-space-ends-04,
.u-md-space-bottom-04{
margin-bottom: 0.62429rem !important;
}
.u-md-space-04,
.u-md-space-sides-04,
.u-md-space-left-04{
margin-left: 0.62429rem !important;
}
.u-md-space-04,
.u-md-space-sides-04,
.u-md-space-right-04{
margin-right: 0.62429rem !important;
}
.u-md-space-03,
.u-md-space-ends-03,
.u-md-space-top-03{
margin-top: 0.70233rem !important;
}
.u-md-space-03,
.u-md-space-ends-03,
.u-md-space-bottom-03{
margin-bottom: 0.70233rem !important;
}
.u-md-space-03,
.u-md-space-sides-03,
.u-md-space-left-03{
margin-left: 0.70233rem !important;
}
.u-md-space-03,
.u-md-space-sides-03,
.u-md-space-right-03{
margin-right: 0.70233rem !important;
}
.u-md-space-02,
.u-md-space-ends-02,
.u-md-space-top-02{
margin-top: 0.79012rem !important;
}
.u-md-space-02,
.u-md-space-ends-02,
.u-md-space-bottom-02{
margin-bottom: 0.79012rem !important;
}
.u-md-space-02,
.u-md-space-sides-02,
.u-md-space-left-02{
margin-left: 0.79012rem !important;
}
.u-md-space-02,
.u-md-space-sides-02,
.u-md-space-right-02{
margin-right: 0.79012rem !important;
}
.u-md-space-01,
.u-md-space-ends-01,
.u-md-space-top-01{
margin-top: 0.88889rem !important;
}
.u-md-space-01,
.u-md-space-ends-01,
.u-md-space-bottom-01{
margin-bottom: 0.88889rem !important;
}
.u-md-space-01,
.u-md-space-sides-01,
.u-md-space-left-01{
margin-left: 0.88889rem !important;
}
.u-md-space-01,
.u-md-space-sides-01,
.u-md-space-right-01{
margin-right: 0.88889rem !important;
}
.u-md-space-0,
.u-md-space-ends-0,
.u-md-space-top-0{
margin-top: 1rem !important;
}
.u-md-space-0,
.u-md-space-ends-0,
.u-md-space-bottom-0{
margin-bottom: 1rem !important;
}
.u-md-space-0,
.u-md-space-sides-0,
.u-md-space-left-0{
margin-left: 1rem !important;
}
.u-md-space-0,
.u-md-space-sides-0,
.u-md-space-right-0{
margin-right: 1rem !important;
}
.u-md-space-1,
.u-md-space-ends-1,
.u-md-space-top-1{
margin-top: 1.125rem !important;
}
.u-md-space-1,
.u-md-space-ends-1,
.u-md-space-bottom-1{
margin-bottom: 1.125rem !important;
}
.u-md-space-1,
.u-md-space-sides-1,
.u-md-space-left-1{
margin-left: 1.125rem !important;
}
.u-md-space-1,
.u-md-space-sides-1,
.u-md-space-right-1{
margin-right: 1.125rem !important;
}
.u-md-space-2,
.u-md-space-ends-2,
.u-md-space-top-2{
margin-top: 1.26563rem !important;
}
.u-md-space-2,
.u-md-space-ends-2,
.u-md-space-bottom-2{
margin-bottom: 1.26563rem !important;
}
.u-md-space-2,
.u-md-space-sides-2,
.u-md-space-left-2{
margin-left: 1.26563rem !important;
}
.u-md-space-2,
.u-md-space-sides-2,
.u-md-space-right-2{
margin-right: 1.26563rem !important;
}
.u-md-space-3,
.u-md-space-ends-3,
.u-md-space-top-3{
margin-top: 1.42383rem !important;
}
.u-md-space-3,
.u-md-space-ends-3,
.u-md-space-bottom-3{
margin-bottom: 1.42383rem !important;
}
.u-md-space-3,
.u-md-space-sides-3,
.u-md-space-left-3{
margin-left: 1.42383rem !important;
}
.u-md-space-3,
.u-md-space-sides-3,
.u-md-space-right-3{
margin-right: 1.42383rem !important;
}
.u-md-space-4,
.u-md-space-ends-4,
.u-md-space-top-4{
margin-top: 1.60181rem !important;
}
.u-md-space-4,
.u-md-space-ends-4,
.u-md-space-bottom-4{
margin-bottom: 1.60181rem !important;
}
.u-md-space-4,
.u-md-space-sides-4,
.u-md-space-left-4{
margin-left: 1.60181rem !important;
}
.u-md-space-4,
.u-md-space-sides-4,
.u-md-space-right-4{
margin-right: 1.60181rem !important;
}
.u-md-space-5,
.u-md-space-ends-5,
.u-md-space-top-5{
margin-top: 1.80204rem !important;
}
.u-md-space-5,
.u-md-space-ends-5,
.u-md-space-bottom-5{
margin-bottom: 1.80204rem !important;
}
.u-md-space-5,
.u-md-space-sides-5,
.u-md-space-left-5{
margin-left: 1.80204rem !important;
}
.u-md-space-5,
.u-md-space-sides-5,
.u-md-space-right-5{
margin-right: 1.80204rem !important;
}
.u-md-space-6,
.u-md-space-ends-6,
.u-md-space-top-6{
margin-top: 2.0273rem !important;
}
.u-md-space-6,
.u-md-space-ends-6,
.u-md-space-bottom-6{
margin-bottom: 2.0273rem !important;
}
.u-md-space-6,
.u-md-space-sides-6,
.u-md-space-left-6{
margin-left: 2.0273rem !important;
}
.u-md-space-6,
.u-md-space-sides-6,
.u-md-space-right-6{
margin-right: 2.0273rem !important;
}
.u-md-space-none,
.u-md-space-ends-none,
.u-md-space-top-none{
margin-top: 0 !important;
}
.u-md-space-none,
.u-md-space-ends-none,
.u-md-space-bottom-none{
margin-bottom: 0 !important;
}
.u-md-space-none,
.u-md-space-sides-none,
.u-md-space-left-none{
margin-left: 0 !important;
}
.u-md-space-none,
.u-md-space-sides-none,
.u-md-space-right-none{
margin-right: 0 !important;
}
.u-md-pad-06,
.u-md-pad-ends-06,
.u-md-pad-top-06{
padding-top: 0.49326rem !important;
}
.u-md-pad-06,
.u-md-pad-ends-06,
.u-md-pad-bottom-06{
padding-bottom: 0.49326rem !important;
}
.u-md-pad-06,
.u-md-pad-sides-06,
.u-md-pad-left-06{
padding-left: 0.49326rem !important;
}
.u-md-pad-06,
.u-md-pad-sides-06,
.u-md-pad-right-06{
padding-right: 0.49326rem !important;
}
.u-md-pad-05,
.u-md-pad-ends-05,
.u-md-pad-top-05{
padding-top: 0.55492rem !important;
}
.u-md-pad-05,
.u-md-pad-ends-05,
.u-md-pad-bottom-05{
padding-bottom: 0.55492rem !important;
}
.u-md-pad-05,
.u-md-pad-sides-05,
.u-md-pad-left-05{
padding-left: 0.55492rem !important;
}
.u-md-pad-05,
.u-md-pad-sides-05,
.u-md-pad-right-05{
padding-right: 0.55492rem !important;
}
.u-md-pad-04,
.u-md-pad-ends-04,
.u-md-pad-top-04{
padding-top: 0.62429rem !important;
}
.u-md-pad-04,
.u-md-pad-ends-04,
.u-md-pad-bottom-04{
padding-bottom: 0.62429rem !important;
}
.u-md-pad-04,
.u-md-pad-sides-04,
.u-md-pad-left-04{
padding-left: 0.62429rem !important;
}
.u-md-pad-04,
.u-md-pad-sides-04,
.u-md-pad-right-04{
padding-right: 0.62429rem !important;
}
.u-md-pad-03,
.u-md-pad-ends-03,
.u-md-pad-top-03{
padding-top: 0.70233rem !important;
}
.u-md-pad-03,
.u-md-pad-ends-03,
.u-md-pad-bottom-03{
padding-bottom: 0.70233rem !important;
}
.u-md-pad-03,
.u-md-pad-sides-03,
.u-md-pad-left-03{
padding-left: 0.70233rem !important;
}
.u-md-pad-03,
.u-md-pad-sides-03,
.u-md-pad-right-03{
padding-right: 0.70233rem !important;
}
.u-md-pad-02,
.u-md-pad-ends-02,
.u-md-pad-top-02{
padding-top: 0.79012rem !important;
}
.u-md-pad-02,
.u-md-pad-ends-02,
.u-md-pad-bottom-02{
padding-bottom: 0.79012rem !important;
}
.u-md-pad-02,
.u-md-pad-sides-02,
.u-md-pad-left-02{
padding-left: 0.79012rem !important;
}
.u-md-pad-02,
.u-md-pad-sides-02,
.u-md-pad-right-02{
padding-right: 0.79012rem !important;
}
.u-md-pad-01,
.u-md-pad-ends-01,
.u-md-pad-top-01{
padding-top: 0.88889rem !important;
}
.u-md-pad-01,
.u-md-pad-ends-01,
.u-md-pad-bottom-01{
padding-bottom: 0.88889rem !important;
}
.u-md-pad-01,
.u-md-pad-sides-01,
.u-md-pad-left-01{
padding-left: 0.88889rem !important;
}
.u-md-pad-01,
.u-md-pad-sides-01,
.u-md-pad-right-01{
padding-right: 0.88889rem !important;
}
.u-md-pad-0,
.u-md-pad-ends-0,
.u-md-pad-top-0{
padding-top: 1rem !important;
}
.u-md-pad-0,
.u-md-pad-ends-0,
.u-md-pad-bottom-0{
padding-bottom: 1rem !important;
}
.u-md-pad-0,
.u-md-pad-sides-0,
.u-md-pad-left-0{
padding-left: 1rem !important;
}
.u-md-pad-0,
.u-md-pad-sides-0,
.u-md-pad-right-0{
padding-right: 1rem !important;
}
.u-md-pad-1,
.u-md-pad-ends-1,
.u-md-pad-top-1{
padding-top: 1.125rem !important;
}
.u-md-pad-1,
.u-md-pad-ends-1,
.u-md-pad-bottom-1{
padding-bottom: 1.125rem !important;
}
.u-md-pad-1,
.u-md-pad-sides-1,
.u-md-pad-left-1{
padding-left: 1.125rem !important;
}
.u-md-pad-1,
.u-md-pad-sides-1,
.u-md-pad-right-1{
padding-right: 1.125rem !important;
}
.u-md-pad-2,
.u-md-pad-ends-2,
.u-md-pad-top-2{
padding-top: 1.26563rem !important;
}
.u-md-pad-2,
.u-md-pad-ends-2,
.u-md-pad-bottom-2{
padding-bottom: 1.26563rem !important;
}
.u-md-pad-2,
.u-md-pad-sides-2,
.u-md-pad-left-2{
padding-left: 1.26563rem !important;
}
.u-md-pad-2,
.u-md-pad-sides-2,
.u-md-pad-right-2{
padding-right: 1.26563rem !important;
}
.u-md-pad-3,
.u-md-pad-ends-3,
.u-md-pad-top-3{
padding-top: 1.42383rem !important;
}
.u-md-pad-3,
.u-md-pad-ends-3,
.u-md-pad-bottom-3{
padding-bottom: 1.42383rem !important;
}
.u-md-pad-3,
.u-md-pad-sides-3,
.u-md-pad-left-3{
padding-left: 1.42383rem !important;
}
.u-md-pad-3,
.u-md-pad-sides-3,
.u-md-pad-right-3{
padding-right: 1.42383rem !important;
}
.u-md-pad-4,
.u-md-pad-ends-4,
.u-md-pad-top-4{
padding-top: 1.60181rem !important;
}
.u-md-pad-4,
.u-md-pad-ends-4,
.u-md-pad-bottom-4{
padding-bottom: 1.60181rem !important;
}
.u-md-pad-4,
.u-md-pad-sides-4,
.u-md-pad-left-4{
padding-left: 1.60181rem !important;
}
.u-md-pad-4,
.u-md-pad-sides-4,
.u-md-pad-right-4{
padding-right: 1.60181rem !important;
}
.u-md-pad-5,
.u-md-pad-ends-5,
.u-md-pad-top-5{
padding-top: 1.80204rem !important;
}
.u-md-pad-5,
.u-md-pad-ends-5,
.u-md-pad-bottom-5{
padding-bottom: 1.80204rem !important;
}
.u-md-pad-5,
.u-md-pad-sides-5,
.u-md-pad-left-5{
padding-left: 1.80204rem !important;
}
.u-md-pad-5,
.u-md-pad-sides-5,
.u-md-pad-right-5{
padding-right: 1.80204rem !important;
}
.u-md-pad-6,
.u-md-pad-ends-6,
.u-md-pad-top-6{
padding-top: 2.0273rem !important;
}
.u-md-pad-6,
.u-md-pad-ends-6,
.u-md-pad-bottom-6{
padding-bottom: 2.0273rem !important;
}
.u-md-pad-6,
.u-md-pad-sides-6,
.u-md-pad-left-6{
padding-left: 2.0273rem !important;
}
.u-md-pad-6,
.u-md-pad-sides-6,
.u-md-pad-right-6{
padding-right: 2.0273rem !important;
}
.u-md-pad-none,
.u-md-pad-ends-none,
.u-md-pad-top-none{
padding-top: 0 !important;
}
.u-md-pad-none,
.u-md-pad-ends-none,
.u-md-pad-bottom-none{
padding-bottom: 0 !important;
}
.u-md-pad-none,
.u-md-pad-sides-none,
.u-md-pad-left-none{
padding-left: 0 !important;
}
.u-md-pad-none,
.u-md-pad-sides-none,
.u-md-pad-right-none{
padding-right: 0 !important;
}
}
@media (min-width:61.25rem) {
.u-lg-pull-sides-1,
.u-lg-pull-left-1{
margin-left: -1.125rem !important;
}
.u-lg-pull-sides-1,
.u-lg-pull-right-1{
margin-right: -1.125rem !important;
}
.u-lg-pull-sides-2,
.u-lg-pull-left-2{
margin-left: -1.26563rem !important;
}
.u-lg-pull-sides-2,
.u-lg-pull-right-2{
margin-right: -1.26563rem !important;
}
.u-lg-pull-sides-3,
.u-lg-pull-left-3{
margin-left: -1.42383rem !important;
}
.u-lg-pull-sides-3,
.u-lg-pull-right-3{
margin-right: -1.42383rem !important;
}
.u-lg-pull-sides-4,
.u-lg-pull-left-4{
margin-left: -1.60181rem !important;
}
.u-lg-pull-sides-4,
.u-lg-pull-right-4{
margin-right: -1.60181rem !important;
}
.u-lg-pull-sides-5,
.u-lg-pull-left-5{
margin-left: -1.80204rem !important;
}
.u-lg-pull-sides-5,
.u-lg-pull-right-5{
margin-right: -1.80204rem !important;
}
.u-lg-pull-sides-6,
.u-lg-pull-left-6{
margin-left: -2.0273rem !important;
}
.u-lg-pull-sides-6,
.u-lg-pull-right-6{
margin-right: -2.0273rem !important;
}
.u-lg-space-06,
.u-lg-space-ends-06,
.u-lg-space-top-06{
margin-top: 0.49326rem !important;
}
.u-lg-space-06,
.u-lg-space-ends-06,
.u-lg-space-bottom-06{
margin-bottom: 0.49326rem !important;
}
.u-lg-space-06,
.u-lg-space-sides-06,
.u-lg-space-left-06{
margin-left: 0.49326rem !important;
}
.u-lg-space-06,
.u-lg-space-sides-06,
.u-lg-space-right-06{
margin-right: 0.49326rem !important;
}
.u-lg-space-05,
.u-lg-space-ends-05,
.u-lg-space-top-05{
margin-top: 0.55492rem !important;
}
.u-lg-space-05,
.u-lg-space-ends-05,
.u-lg-space-bottom-05{
margin-bottom: 0.55492rem !important;
}
.u-lg-space-05,
.u-lg-space-sides-05,
.u-lg-space-left-05{
margin-left: 0.55492rem !important;
}
.u-lg-space-05,
.u-lg-space-sides-05,
.u-lg-space-right-05{
margin-right: 0.55492rem !important;
}
.u-lg-space-04,
.u-lg-space-ends-04,
.u-lg-space-top-04{
margin-top: 0.62429rem !important;
}
.u-lg-space-04,
.u-lg-space-ends-04,
.u-lg-space-bottom-04{
margin-bottom: 0.62429rem !important;
}
.u-lg-space-04,
.u-lg-space-sides-04,
.u-lg-space-left-04{
margin-left: 0.62429rem !important;
}
.u-lg-space-04,
.u-lg-space-sides-04,
.u-lg-space-right-04{
margin-right: 0.62429rem !important;
}
.u-lg-space-03,
.u-lg-space-ends-03,
.u-lg-space-top-03{
margin-top: 0.70233rem !important;
}
.u-lg-space-03,
.u-lg-space-ends-03,
.u-lg-space-bottom-03{
margin-bottom: 0.70233rem !important;
}
.u-lg-space-03,
.u-lg-space-sides-03,
.u-lg-space-left-03{
margin-left: 0.70233rem !important;
}
.u-lg-space-03,
.u-lg-space-sides-03,
.u-lg-space-right-03{
margin-right: 0.70233rem !important;
}
.u-lg-space-02,
.u-lg-space-ends-02,
.u-lg-space-top-02{
margin-top: 0.79012rem !important;
}
.u-lg-space-02,
.u-lg-space-ends-02,
.u-lg-space-bottom-02{
margin-bottom: 0.79012rem !important;
}
.u-lg-space-02,
.u-lg-space-sides-02,
.u-lg-space-left-02{
margin-left: 0.79012rem !important;
}
.u-lg-space-02,
.u-lg-space-sides-02,
.u-lg-space-right-02{
margin-right: 0.79012rem !important;
}
.u-lg-space-01,
.u-lg-space-ends-01,
.u-lg-space-top-01{
margin-top: 0.88889rem !important;
}
.u-lg-space-01,
.u-lg-space-ends-01,
.u-lg-space-bottom-01{
margin-bottom: 0.88889rem !important;
}
.u-lg-space-01,
.u-lg-space-sides-01,
.u-lg-space-left-01{
margin-left: 0.88889rem !important;
}
.u-lg-space-01,
.u-lg-space-sides-01,
.u-lg-space-right-01{
margin-right: 0.88889rem !important;
}
.u-lg-space-0,
.u-lg-space-ends-0,
.u-lg-space-top-0{
margin-top: 1rem !important;
}
.u-lg-space-0,
.u-lg-space-ends-0,
.u-lg-space-bottom-0{
margin-bottom: 1rem !important;
}
.u-lg-space-0,
.u-lg-space-sides-0,
.u-lg-space-left-0{
margin-left: 1rem !important;
}
.u-lg-space-0,
.u-lg-space-sides-0,
.u-lg-space-right-0{
margin-right: 1rem !important;
}
.u-lg-space-1,
.u-lg-space-ends-1,
.u-lg-space-top-1{
margin-top: 1.125rem !important;
}
.u-lg-space-1,
.u-lg-space-ends-1,
.u-lg-space-bottom-1{
margin-bottom: 1.125rem !important;
}
.u-lg-space-1,
.u-lg-space-sides-1,
.u-lg-space-left-1{
margin-left: 1.125rem !important;
}
.u-lg-space-1,
.u-lg-space-sides-1,
.u-lg-space-right-1{
margin-right: 1.125rem !important;
}
.u-lg-space-2,
.u-lg-space-ends-2,
.u-lg-space-top-2{
margin-top: 1.26563rem !important;
}
.u-lg-space-2,
.u-lg-space-ends-2,
.u-lg-space-bottom-2{
margin-bottom: 1.26563rem !important;
}
.u-lg-space-2,
.u-lg-space-sides-2,
.u-lg-space-left-2{
margin-left: 1.26563rem !important;
}
.u-lg-space-2,
.u-lg-space-sides-2,
.u-lg-space-right-2{
margin-right: 1.26563rem !important;
}
.u-lg-space-3,
.u-lg-space-ends-3,
.u-lg-space-top-3{
margin-top: 1.42383rem !important;
}
.u-lg-space-3,
.u-lg-space-ends-3,
.u-lg-space-bottom-3{
margin-bottom: 1.42383rem !important;
}
.u-lg-space-3,
.u-lg-space-sides-3,
.u-lg-space-left-3{
margin-left: 1.42383rem !important;
}
.u-lg-space-3,
.u-lg-space-sides-3,
.u-lg-space-right-3{
margin-right: 1.42383rem !important;
}
.u-lg-space-4,
.u-lg-space-ends-4,
.u-lg-space-top-4{
margin-top: 1.60181rem !important;
}
.u-lg-space-4,
.u-lg-space-ends-4,
.u-lg-space-bottom-4{
margin-bottom: 1.60181rem !important;
}
.u-lg-space-4,
.u-lg-space-sides-4,
.u-lg-space-left-4{
margin-left: 1.60181rem !important;
}
.u-lg-space-4,
.u-lg-space-sides-4,
.u-lg-space-right-4{
margin-right: 1.60181rem !important;
}
.u-lg-space-5,
.u-lg-space-ends-5,
.u-lg-space-top-5{
margin-top: 1.80204rem !important;
}
.u-lg-space-5,
.u-lg-space-ends-5,
.u-lg-space-bottom-5{
margin-bottom: 1.80204rem !important;
}
.u-lg-space-5,
.u-lg-space-sides-5,
.u-lg-space-left-5{
margin-left: 1.80204rem !important;
}
.u-lg-space-5,
.u-lg-space-sides-5,
.u-lg-space-right-5{
margin-right: 1.80204rem !important;
}
.u-lg-space-6,
.u-lg-space-ends-6,
.u-lg-space-top-6{
margin-top: 2.0273rem !important;
}
.u-lg-space-6,
.u-lg-space-ends-6,
.u-lg-space-bottom-6{
margin-bottom: 2.0273rem !important;
}
.u-lg-space-6,
.u-lg-space-sides-6,
.u-lg-space-left-6{
margin-left: 2.0273rem !important;
}
.u-lg-space-6,
.u-lg-space-sides-6,
.u-lg-space-right-6{
margin-right: 2.0273rem !important;
}
.u-lg-space-none,
.u-lg-space-ends-none,
.u-lg-space-top-none{
margin-top: 0 !important;
}
.u-lg-space-none,
.u-lg-space-ends-none,
.u-lg-space-bottom-none{
margin-bottom: 0 !important;
}
.u-lg-space-none,
.u-lg-space-sides-none,
.u-lg-space-left-none{
margin-left: 0 !important;
}
.u-lg-space-none,
.u-lg-space-sides-none,
.u-lg-space-right-none{
margin-right: 0 !important;
}
.u-lg-pad-06,
.u-lg-pad-ends-06,
.u-lg-pad-top-06{
padding-top: 0.49326rem !important;
}
.u-lg-pad-06,
.u-lg-pad-ends-06,
.u-lg-pad-bottom-06{
padding-bottom: 0.49326rem !important;
}
.u-lg-pad-06,
.u-lg-pad-sides-06,
.u-lg-pad-left-06{
padding-left: 0.49326rem !important;
}
.u-lg-pad-06,
.u-lg-pad-sides-06,
.u-lg-pad-right-06{
padding-right: 0.49326rem !important;
}
.u-lg-pad-05,
.u-lg-pad-ends-05,
.u-lg-pad-top-05{
padding-top: 0.55492rem !important;
}
.u-lg-pad-05,
.u-lg-pad-ends-05,
.u-lg-pad-bottom-05{
padding-bottom: 0.55492rem !important;
}
.u-lg-pad-05,
.u-lg-pad-sides-05,
.u-lg-pad-left-05{
padding-left: 0.55492rem !important;
}
.u-lg-pad-05,
.u-lg-pad-sides-05,
.u-lg-pad-right-05{
padding-right: 0.55492rem !important;
}
.u-lg-pad-04,
.u-lg-pad-ends-04,
.u-lg-pad-top-04{
padding-top: 0.62429rem !important;
}
.u-lg-pad-04,
.u-lg-pad-ends-04,
.u-lg-pad-bottom-04{
padding-bottom: 0.62429rem !important;
}
.u-lg-pad-04,
.u-lg-pad-sides-04,
.u-lg-pad-left-04{
padding-left: 0.62429rem !important;
}
.u-lg-pad-04,
.u-lg-pad-sides-04,
.u-lg-pad-right-04{
padding-right: 0.62429rem !important;
}
.u-lg-pad-03,
.u-lg-pad-ends-03,
.u-lg-pad-top-03{
padding-top: 0.70233rem !important;
}
.u-lg-pad-03,
.u-lg-pad-ends-03,
.u-lg-pad-bottom-03{
padding-bottom: 0.70233rem !important;
}
.u-lg-pad-03,
.u-lg-pad-sides-03,
.u-lg-pad-left-03{
padding-left: 0.70233rem !important;
}
.u-lg-pad-03,
.u-lg-pad-sides-03,
.u-lg-pad-right-03{
padding-right: 0.70233rem !important;
}
.u-lg-pad-02,
.u-lg-pad-ends-02,
.u-lg-pad-top-02{
padding-top: 0.79012rem !important;
}
.u-lg-pad-02,
.u-lg-pad-ends-02,
.u-lg-pad-bottom-02{
padding-bottom: 0.79012rem !important;
}
.u-lg-pad-02,
.u-lg-pad-sides-02,
.u-lg-pad-left-02{
padding-left: 0.79012rem !important;
}
.u-lg-pad-02,
.u-lg-pad-sides-02,
.u-lg-pad-right-02{
padding-right: 0.79012rem !important;
}
.u-lg-pad-01,
.u-lg-pad-ends-01,
.u-lg-pad-top-01{
padding-top: 0.88889rem !important;
}
.u-lg-pad-01,
.u-lg-pad-ends-01,
.u-lg-pad-bottom-01{
padding-bottom: 0.88889rem !important;
}
.u-lg-pad-01,
.u-lg-pad-sides-01,
.u-lg-pad-left-01{
padding-left: 0.88889rem !important;
}
.u-lg-pad-01,
.u-lg-pad-sides-01,
.u-lg-pad-right-01{
padding-right: 0.88889rem !important;
}
.u-lg-pad-0,
.u-lg-pad-ends-0,
.u-lg-pad-top-0{
padding-top: 1rem !important;
}
.u-lg-pad-0,
.u-lg-pad-ends-0,
.u-lg-pad-bottom-0{
padding-bottom: 1rem !important;
}
.u-lg-pad-0,
.u-lg-pad-sides-0,
.u-lg-pad-left-0{
padding-left: 1rem !important;
}
.u-lg-pad-0,
.u-lg-pad-sides-0,
.u-lg-pad-right-0{
padding-right: 1rem !important;
}
.u-lg-pad-1,
.u-lg-pad-ends-1,
.u-lg-pad-top-1{
padding-top: 1.125rem !important;
}
.u-lg-pad-1,
.u-lg-pad-ends-1,
.u-lg-pad-bottom-1{
padding-bottom: 1.125rem !important;
}
.u-lg-pad-1,
.u-lg-pad-sides-1,
.u-lg-pad-left-1{
padding-left: 1.125rem !important;
}
.u-lg-pad-1,
.u-lg-pad-sides-1,
.u-lg-pad-right-1{
padding-right: 1.125rem !important;
}
.u-lg-pad-2,
.u-lg-pad-ends-2,
.u-lg-pad-top-2{
padding-top: 1.26563rem !important;
}
.u-lg-pad-2,
.u-lg-pad-ends-2,
.u-lg-pad-bottom-2{
padding-bottom: 1.26563rem !important;
}
.u-lg-pad-2,
.u-lg-pad-sides-2,
.u-lg-pad-left-2{
padding-left: 1.26563rem !important;
}
.u-lg-pad-2,
.u-lg-pad-sides-2,
.u-lg-pad-right-2{
padding-right: 1.26563rem !important;
}
.u-lg-pad-3,
.u-lg-pad-ends-3,
.u-lg-pad-top-3{
padding-top: 1.42383rem !important;
}
.u-lg-pad-3,
.u-lg-pad-ends-3,
.u-lg-pad-bottom-3{
padding-bottom: 1.42383rem !important;
}
.u-lg-pad-3,
.u-lg-pad-sides-3,
.u-lg-pad-left-3{
padding-left: 1.42383rem !important;
}
.u-lg-pad-3,
.u-lg-pad-sides-3,
.u-lg-pad-right-3{
padding-right: 1.42383rem !important;
}
.u-lg-pad-4,
.u-lg-pad-ends-4,
.u-lg-pad-top-4{
padding-top: 1.60181rem !important;
}
.u-lg-pad-4,
.u-lg-pad-ends-4,
.u-lg-pad-bottom-4{
padding-bottom: 1.60181rem !important;
}
.u-lg-pad-4,
.u-lg-pad-sides-4,
.u-lg-pad-left-4{
padding-left: 1.60181rem !important;
}
.u-lg-pad-4,
.u-lg-pad-sides-4,
.u-lg-pad-right-4{
padding-right: 1.60181rem !important;
}
.u-lg-pad-5,
.u-lg-pad-ends-5,
.u-lg-pad-top-5{
padding-top: 1.80204rem !important;
}
.u-lg-pad-5,
.u-lg-pad-ends-5,
.u-lg-pad-bottom-5{
padding-bottom: 1.80204rem !important;
}
.u-lg-pad-5,
.u-lg-pad-sides-5,
.u-lg-pad-left-5{
padding-left: 1.80204rem !important;
}
.u-lg-pad-5,
.u-lg-pad-sides-5,
.u-lg-pad-right-5{
padding-right: 1.80204rem !important;
}
.u-lg-pad-6,
.u-lg-pad-ends-6,
.u-lg-pad-top-6{
padding-top: 2.0273rem !important;
}
.u-lg-pad-6,
.u-lg-pad-ends-6,
.u-lg-pad-bottom-6{
padding-bottom: 2.0273rem !important;
}
.u-lg-pad-6,
.u-lg-pad-sides-6,
.u-lg-pad-left-6{
padding-left: 2.0273rem !important;
}
.u-lg-pad-6,
.u-lg-pad-sides-6,
.u-lg-pad-right-6{
padding-right: 2.0273rem !important;
}
.u-lg-pad-none,
.u-lg-pad-ends-none,
.u-lg-pad-top-none{
padding-top: 0 !important;
}
.u-lg-pad-none,
.u-lg-pad-ends-none,
.u-lg-pad-bottom-none{
padding-bottom: 0 !important;
}
.u-lg-pad-none,
.u-lg-pad-sides-none,
.u-lg-pad-left-none{
padding-left: 0 !important;
}
.u-lg-pad-none,
.u-lg-pad-sides-none,
.u-lg-pad-right-none{
padding-right: 0 !important;
}
}
/**
* Word breaking
*
* Break strings when their length exceeds the width of their container.
*/
.u-text-break {
word-wrap: break-word !important;
}
/**
* Horizontal text alignment
*/
.u-text-center {
text-align: center !important;
}
.u-text-left {
text-align: left !important;
}
.u-text-right {
text-align: right !important;
}
@media (min-width:25rem) {
.u-sm-text-center {
text-align: center !important;
}
.u-sm-text-left {
text-align: left !important;
}
.u-sm-text-right {
text-align: right !important;
}
}
.u-text-display {
font-family: var(--font-family-display);
}
/**
* Inherit the ancestor's text color.
*/
.u-text-inherit-color {
color: inherit !important;
}
/**
* Enables font kerning in all browsers.
* http://blog.typekit.com/2014/02/05/kerning-on-the-web/
*
* 1. Chrome (not Windows), Firefox, IE 10+
* 2. Safari 7 and future browsers
* 3. Chrome (not Windows), Firefox, Safari 6+, iOS, Android
*/
.u-text-kern {
font-feature-settings: "kern" 1, "kern"; /* 1 */
-webkit-font-kerning: normal;
font-kerning: normal; /* 2 */
text-rendering: optimizeLegibility; /* 3 */
}
/**
* Prevent whitespace wrapping
*/
.u-text-no-wrap {
white-space: nowrap !important;
}
.u-text-uppercase {
text-transform: uppercase;
}
/**
* Text truncation
*
* Prevent text from wrapping onto multiple lines, and truncate with an
* ellipsis.
*
* 1. Ensure that the node has a maximum width after which truncation can
* occur.
* 2. Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor
* nodes.
*/
.u-text-truncate {
max-width: 100%; /* 1 */
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
word-wrap: normal !important; /* 2 */
}
.u-text-bold {
font-weight: 700 !important;
}
.u-text-normal {
font-weight: 400 !important;
}
.u-text-italic {
font-style: italic !important;
}
/**
* Utilities for adjusting text size using modular scale
*
* @see http://blog.cloudfour.com/responsive-guide-to-type-sizing/
*/
.u-text-shrink-6{
font-size: 7.892px !important;
font-size: 0.49326rem !important;
}
.u-text-shrink-5{
font-size: 8.878px !important;
font-size: 0.55492rem !important;
}
.u-text-shrink-4{
font-size: 9.988px !important;
font-size: 0.62429rem !important;
}
.u-text-shrink-3{
font-size: 11.237px !important;
font-size: 0.70233rem !important;
}
.u-text-shrink-2{
font-size: 12.641px !important;
font-size: 0.79012rem !important;
}
.u-text-shrink-1{
font-size: 14.222px !important;
font-size: 0.88889rem !important;
}
.u-text-grow-1{
font-size: 18px !important;
font-size: 1.125rem !important;
}
.u-text-grow-2{
font-size: 20.25px !important;
font-size: 1.26563rem !important;
}
.u-text-grow-3{
font-size: 22.781px !important;
font-size: 1.42383rem !important;
}
.u-text-grow-4{
font-size: 25.628px !important;
font-size: 1.60181rem !important;
}
.u-text-grow-5{
font-size: 28.832px !important;
font-size: 1.80204rem !important;
}
.u-text-grow-6{
font-size: 32.436px !important;
font-size: 2.0273rem !important;
}
@media (min-width:25rem) {
.u-sm-text-shrink-6{
font-size: 0.49326rem !important;
}
.u-sm-text-shrink-5{
font-size: 0.55492rem !important;
}
.u-sm-text-shrink-4{
font-size: 0.62429rem !important;
}
.u-sm-text-shrink-3{
font-size: 0.70233rem !important;
}
.u-sm-text-shrink-2{
font-size: 0.79012rem !important;
}
.u-sm-text-shrink-1{
font-size: 0.88889rem !important;
}
.u-sm-text-grow-1{
font-size: 1.125rem !important;
}
.u-sm-text-grow-2{
font-size: 1.26563rem !important;
}
.u-sm-text-grow-3{
font-size: 1.42383rem !important;
}
.u-sm-text-grow-4{
font-size: 1.60181rem !important;
}
.u-sm-text-grow-5{
font-size: 1.80204rem !important;
}
.u-sm-text-grow-6{
font-size: 2.0273rem !important;
}
}
@media (min-width:43.75rem) {
.u-md-text-shrink-6{
font-size: 0.49326rem !important;
}
.u-md-text-shrink-5{
font-size: 0.55492rem !important;
}
.u-md-text-shrink-4{
font-size: 0.62429rem !important;
}
.u-md-text-shrink-3{
font-size: 0.70233rem !important;
}
.u-md-text-shrink-2{
font-size: 0.79012rem !important;
}
.u-md-text-shrink-1{
font-size: 0.88889rem !important;
}
.u-md-text-grow-1{
font-size: 1.125rem !important;
}
.u-md-text-grow-2{
font-size: 1.26563rem !important;
}
.u-md-text-grow-3{
font-size: 1.42383rem !important;
}
.u-md-text-grow-4{
font-size: 1.60181rem !important;
}
.u-md-text-grow-5{
font-size: 1.80204rem !important;
}
.u-md-text-grow-6{
font-size: 2.0273rem !important;
}
}
@media (min-width:61.25rem) {
.u-lg-text-shrink-6{
font-size: 0.49326rem !important;
}
.u-lg-text-shrink-5{
font-size: 0.55492rem !important;
}
.u-lg-text-shrink-4{
font-size: 0.62429rem !important;
}
.u-lg-text-shrink-3{
font-size: 0.70233rem !important;
}
.u-lg-text-shrink-2{
font-size: 0.79012rem !important;
}
.u-lg-text-shrink-1{
font-size: 0.88889rem !important;
}
.u-lg-text-grow-1{
font-size: 1.125rem !important;
}
.u-lg-text-grow-2{
font-size: 1.26563rem !important;
}
.u-lg-text-grow-3{
font-size: 1.42383rem !important;
}
.u-lg-text-grow-4{
font-size: 1.60181rem !important;
}
.u-lg-text-grow-5{
font-size: 1.80204rem !important;
}
.u-lg-text-grow-6{
font-size: 2.0273rem !important;
}
} | src/assets/toolkit/styles/base/utilities.css | .u-after-1of12 {
margin-right: 8.33333% !important;
}
.u-after-1of10 {
margin-right: 10% !important;
}
.u-after-1of8 {
margin-right: 12.5% !important;
}
.u-after-1of6,
.u-after-2of12 {
margin-right: 16.66667% !important;
}
.u-after-1of5,
.u-after-2of10 {
margin-right: 20% !important;
}
.u-after-1of4,
.u-after-2of8,
.u-after-3of12 {
margin-right: 25% !important;
}
.u-after-3of10 {
margin-right: 30% !important;
}
.u-after-1of3,
.u-after-2of6,
.u-after-4of12 {
margin-right: 33.33333% !important;
}
.u-after-3of8 {
margin-right: 37.5% !important;
}
.u-after-2of5,
.u-after-4of10 {
margin-right: 40% !important;
}
.u-after-5of12 {
margin-right: 41.66667% !important;
}
.u-after-1of2,
.u-after-2of4,
.u-after-3of6,
.u-after-4of8,
.u-after-5of10,
.u-after-6of12 {
margin-right: 50% !important;
}
.u-after-7of12 {
margin-right: 58.33333% !important;
}
.u-after-3of5,
.u-after-6of10 {
margin-right: 60% !important;
}
.u-after-5of8 {
margin-right: 62.5% !important;
}
.u-after-2of3,
.u-after-4of6,
.u-after-8of12 {
margin-right: 66.66667% !important;
}
.u-after-7of10 {
margin-right: 70% !important;
}
.u-after-3of4,
.u-after-6of8,
.u-after-9of12 {
margin-right: 75% !important;
}
.u-after-4of5,
.u-after-8of10 {
margin-right: 80% !important;
}
.u-after-5of6,
.u-after-10of12 {
margin-right: 83.33333% !important;
}
.u-after-7of8 {
margin-right: 87.5% !important;
}
.u-after-9of10 {
margin-right: 90% !important;
}
.u-after-11of12 {
margin-right: 91.66667% !important;
}
/**
* @define utilities
* Offset: breakpoint 1 (small)
*
* Specify the proportional offset after an element.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 4, 5, 6, 8, 10, 12 section
*/
@media (min-width:25rem) {
.u-sm-after-none {
margin-right: 0 !important;
}
.u-sm-after-1of12 {
margin-right: 8.33333% !important;
}
.u-sm-after-1of10 {
margin-right: 10% !important;
}
.u-sm-after-1of8 {
margin-right: 12.5% !important;
}
.u-sm-after-1of6,
.u-sm-after-2of12 {
margin-right: 16.66667% !important;
}
.u-sm-after-1of5,
.u-sm-after-2of10 {
margin-right: 20% !important;
}
.u-sm-after-1of4,
.u-sm-after-2of8,
.u-sm-after-3of12 {
margin-right: 25% !important;
}
.u-sm-after-3of10 {
margin-right: 30% !important;
}
.u-sm-after-1of3,
.u-sm-after-2of6,
.u-sm-after-4of12 {
margin-right: 33.33333% !important;
}
.u-sm-after-3of8 {
margin-right: 37.5% !important;
}
.u-sm-after-2of5,
.u-sm-after-4of10 {
margin-right: 40% !important;
}
.u-sm-after-5of12 {
margin-right: 41.66667% !important;
}
.u-sm-after-1of2,
.u-sm-after-2of4,
.u-sm-after-3of6,
.u-sm-after-4of8,
.u-sm-after-5of10,
.u-sm-after-6of12 {
margin-right: 50% !important;
}
.u-sm-after-7of12 {
margin-right: 58.33333% !important;
}
.u-sm-after-3of5,
.u-sm-after-6of10 {
margin-right: 60% !important;
}
.u-sm-after-5of8 {
margin-right: 62.5% !important;
}
.u-sm-after-2of3,
.u-sm-after-4of6,
.u-sm-after-8of12 {
margin-right: 66.66667% !important;
}
.u-sm-after-7of10 {
margin-right: 70% !important;
}
.u-sm-after-3of4,
.u-sm-after-6of8,
.u-sm-after-9of12 {
margin-right: 75% !important;
}
.u-sm-after-4of5,
.u-sm-after-8of10 {
margin-right: 80% !important;
}
.u-sm-after-5of6,
.u-sm-after-10of12 {
margin-right: 83.33333% !important;
}
.u-sm-after-7of8 {
margin-right: 87.5% !important;
}
.u-sm-after-9of10 {
margin-right: 90% !important;
}
.u-sm-after-11of12 {
margin-right: 91.66667% !important;
}
}
/**
* @define utilities
* Offset: breakpoint 2 (medium)
*
* Specify the proportional offset after an element.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 4, 5, 6, 8, 10, 12 section
*/
@media (min-width:43.75rem) {
.u-md-after-none {
margin-right: 0 !important;
}
.u-md-after-1of12 {
margin-right: 8.33333% !important;
}
.u-md-after-1of10 {
margin-right: 10% !important;
}
.u-md-after-1of8 {
margin-right: 12.5% !important;
}
.u-md-after-1of6,
.u-md-after-2of12 {
margin-right: 16.66667% !important;
}
.u-md-after-1of5,
.u-md-after-2of10 {
margin-right: 20% !important;
}
.u-md-after-1of4,
.u-md-after-2of8,
.u-md-after-3of12 {
margin-right: 25% !important;
}
.u-md-after-3of10 {
margin-right: 30% !important;
}
.u-md-after-1of3,
.u-md-after-2of6,
.u-md-after-4of12 {
margin-right: 33.33333% !important;
}
.u-md-after-3of8 {
margin-right: 37.5% !important;
}
.u-md-after-2of5,
.u-md-after-4of10 {
margin-right: 40% !important;
}
.u-md-after-5of12 {
margin-right: 41.66667% !important;
}
.u-md-after-1of2,
.u-md-after-2of4,
.u-md-after-3of6,
.u-md-after-4of8,
.u-md-after-5of10,
.u-md-after-6of12 {
margin-right: 50% !important;
}
.u-md-after-7of12 {
margin-right: 58.33333% !important;
}
.u-md-after-3of5,
.u-md-after-6of10 {
margin-right: 60% !important;
}
.u-md-after-5of8 {
margin-right: 62.5% !important;
}
.u-md-after-2of3,
.u-md-after-4of6,
.u-md-after-8of12 {
margin-right: 66.66667% !important;
}
.u-md-after-7of10 {
margin-right: 70% !important;
}
.u-md-after-3of4,
.u-md-after-6of8,
.u-md-after-9of12 {
margin-right: 75% !important;
}
.u-md-after-4of5,
.u-md-after-8of10 {
margin-right: 80% !important;
}
.u-md-after-5of6,
.u-md-after-10of12 {
margin-right: 83.33333% !important;
}
.u-md-after-7of8 {
margin-right: 87.5% !important;
}
.u-md-after-9of10 {
margin-right: 90% !important;
}
.u-md-after-11of12 {
margin-right: 91.66667% !important;
}
}
/**
* @define utilities
* Offset: breakpoint 3 (large)
*
* Specify the proportional offset after an element.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 4, 5, 6, 8, 10, 12 section
*/
@media (min-width:61.25rem) {
.u-lg-after-none {
margin-right: 0 !important;
}
.u-lg-after-1of12 {
margin-right: 8.33333% !important;
}
.u-lg-after-1of10 {
margin-right: 10% !important;
}
.u-lg-after-1of8 {
margin-right: 12.5% !important;
}
.u-lg-after-1of6,
.u-lg-after-2of12 {
margin-right: 16.66667% !important;
}
.u-lg-after-1of5,
.u-lg-after-2of10 {
margin-right: 20% !important;
}
.u-lg-after-1of4,
.u-lg-after-2of8,
.u-lg-after-3of12 {
margin-right: 25% !important;
}
.u-lg-after-3of10 {
margin-right: 30% !important;
}
.u-lg-after-1of3,
.u-lg-after-2of6,
.u-lg-after-4of12 {
margin-right: 33.33333% !important;
}
.u-lg-after-3of8 {
margin-right: 37.5% !important;
}
.u-lg-after-2of5,
.u-lg-after-4of10 {
margin-right: 40% !important;
}
.u-lg-after-5of12 {
margin-right: 41.66667% !important;
}
.u-lg-after-1of2,
.u-lg-after-2of4,
.u-lg-after-3of6,
.u-lg-after-4of8,
.u-lg-after-5of10,
.u-lg-after-6of12 {
margin-right: 50% !important;
}
.u-lg-after-7of12 {
margin-right: 58.33333% !important;
}
.u-lg-after-3of5,
.u-lg-after-6of10 {
margin-right: 60% !important;
}
.u-lg-after-5of8 {
margin-right: 62.5% !important;
}
.u-lg-after-2of3,
.u-lg-after-4of6,
.u-lg-after-8of12 {
margin-right: 66.66667% !important;
}
.u-lg-after-7of10 {
margin-right: 70% !important;
}
.u-lg-after-3of4,
.u-lg-after-6of8,
.u-lg-after-9of12 {
margin-right: 75% !important;
}
.u-lg-after-4of5,
.u-lg-after-8of10 {
margin-right: 80% !important;
}
.u-lg-after-5of6,
.u-lg-after-10of12 {
margin-right: 83.33333% !important;
}
.u-lg-after-7of8 {
margin-right: 87.5% !important;
}
.u-lg-after-9of10 {
margin-right: 90% !important;
}
.u-lg-after-11of12 {
margin-right: 91.66667% !important;
}
}
/**
* @define utilities
* Vertical alignment utilities
* Depends on an appropriate `display` value.
*/
.u-align-baseline {
vertical-align: baseline !important;
}
.u-align-bottom {
vertical-align: bottom !important;
}
.u-align-middle {
vertical-align: middle !important;
}
.u-align-top {
vertical-align: top !important;
}
.u-bg-black {
background-color: #000000 !important;
}
.u-bg-white {
background-color: #fff !important;
}
.u-bg-green {
background-color: var(--green) !important;
}
.u-bg-dark-green {
background-color: var(--dark-green) !important;
}
.u-bg-dark-grey {
background-color: var(--dark-grey) !important;
}
.u-bg-grey {
background-color: var(--grey) !important;
}
.u-bg-light-grey {
background-color: var(--light-grey) !important;
}
.u-bg-dark-silver {
background-color: var(--dark-silver) !important;
}
.u-bg-silver {
background-color: var(--silver) !important;
}
.u-bg-white {
background-color: var(--white) !important;
}
.u-bg-black {
background-color: var(--black) !important;
}
/**
* @define utilities
* Specify the proportional offset before an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
*/
.u-before-1of12 {
margin-left: 8.33333% !important;
}
.u-before-1of10 {
margin-left: 10% !important;
}
.u-before-1of8 {
margin-left: 12.5% !important;
}
.u-before-1of6,
.u-before-2of12 {
margin-left: 16.66667% !important;
}
.u-before-1of5,
.u-before-2of10 {
margin-left: 20% !important;
}
.u-before-1of4,
.u-before-2of8,
.u-before-3of12 {
margin-left: 25% !important;
}
.u-before-3of10 {
margin-left: 30% !important;
}
.u-before-1of3,
.u-before-2of6,
.u-before-4of12 {
margin-left: 33.33333% !important;
}
.u-before-3of8 {
margin-left: 37.5% !important;
}
.u-before-2of5,
.u-before-4of10 {
margin-left: 40% !important;
}
.u-before-5of12 {
margin-left: 41.66667% !important;
}
.u-before-1of2,
.u-before-2of4,
.u-before-3of6,
.u-before-4of8,
.u-before-5of10,
.u-before-6of12 {
margin-left: 50% !important;
}
.u-before-7of12 {
margin-left: 58.33333% !important;
}
.u-before-3of5,
.u-before-6of10 {
margin-left: 60% !important;
}
.u-before-5of8 {
margin-left: 62.5% !important;
}
.u-before-2of3,
.u-before-4of6,
.u-before-8of12 {
margin-left: 66.66667% !important;
}
.u-before-7of10 {
margin-left: 70% !important;
}
.u-before-3of4,
.u-before-6of8,
.u-before-9of12 {
margin-left: 75% !important;
}
.u-before-4of5,
.u-before-8of10 {
margin-left: 80% !important;
}
.u-before-5of6,
.u-before-10of12 {
margin-left: 83.33333% !important;
}
.u-before-7of8 {
margin-left: 87.5% !important;
}
.u-before-9of10 {
margin-left: 90% !important;
}
.u-before-11of12 {
margin-left: 91.66667% !important;
}
/**
* @define utilities
* Offset: breakpoint 1 (small)
*
* Specify the proportional offset before an element.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
*/
@media (min-width:25rem) {
.u-sm-before-none {
margin-left: 0 !important;
}
.u-sm-before-1of12 {
margin-left: 8.33333% !important;
}
.u-sm-before-1of10 {
margin-left: 10% !important;
}
.u-sm-before-1of8 {
margin-left: 12.5% !important;
}
.u-sm-before-1of6,
.u-sm-before-2of12 {
margin-left: 16.66667% !important;
}
.u-sm-before-1of5,
.u-sm-before-2of10 {
margin-left: 20% !important;
}
.u-sm-before-1of4,
.u-sm-before-2of8,
.u-sm-before-3of12 {
margin-left: 25% !important;
}
.u-sm-before-3of10 {
margin-left: 30% !important;
}
.u-sm-before-1of3,
.u-sm-before-2of6,
.u-sm-before-4of12 {
margin-left: 33.33333% !important;
}
.u-sm-before-3of8 {
margin-left: 37.5% !important;
}
.u-sm-before-2of5,
.u-sm-before-4of10 {
margin-left: 40% !important;
}
.u-sm-before-5of12 {
margin-left: 41.66667% !important;
}
.u-sm-before-1of2,
.u-sm-before-2of4,
.u-sm-before-3of6,
.u-sm-before-4of8,
.u-sm-before-5of10,
.u-sm-before-6of12 {
margin-left: 50% !important;
}
.u-sm-before-7of12 {
margin-left: 58.33333% !important;
}
.u-sm-before-3of5,
.u-sm-before-6of10 {
margin-left: 60% !important;
}
.u-sm-before-5of8 {
margin-left: 62.5% !important;
}
.u-sm-before-2of3,
.u-sm-before-4of6,
.u-sm-before-8of12 {
margin-left: 66.66667% !important;
}
.u-sm-before-7of10 {
margin-left: 70% !important;
}
.u-sm-before-3of4,
.u-sm-before-6of8,
.u-sm-before-9of12 {
margin-left: 75% !important;
}
.u-sm-before-4of5,
.u-sm-before-8of10 {
margin-left: 80% !important;
}
.u-sm-before-5of6,
.u-sm-before-10of12 {
margin-left: 83.33333% !important;
}
.u-sm-before-7of8 {
margin-left: 87.5% !important;
}
.u-sm-before-9of10 {
margin-left: 90% !important;
}
.u-sm-before-11of12 {
margin-left: 91.66667% !important;
}
}
/**
* @define utilities
* Offset: breakpoint 2 (medium)
*
* Specify the proportional offset before an element.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
*/
@media (min-width:43.75rem) {
.u-md-before-none {
margin-left: 0 !important;
}
.u-md-before-1of12 {
margin-left: 8.33333% !important;
}
.u-md-before-1of10 {
margin-left: 10% !important;
}
.u-md-before-1of8 {
margin-left: 12.5% !important;
}
.u-md-before-1of6,
.u-md-before-2of12 {
margin-left: 16.66667% !important;
}
.u-md-before-1of5,
.u-md-before-2of10 {
margin-left: 20% !important;
}
.u-md-before-1of4,
.u-md-before-2of8,
.u-md-before-3of12 {
margin-left: 25% !important;
}
.u-md-before-3of10 {
margin-left: 30% !important;
}
.u-md-before-1of3,
.u-md-before-2of6,
.u-md-before-4of12 {
margin-left: 33.33333% !important;
}
.u-md-before-3of8 {
margin-left: 37.5% !important;
}
.u-md-before-2of5,
.u-md-before-4of10 {
margin-left: 40% !important;
}
.u-md-before-5of12 {
margin-left: 41.66667% !important;
}
.u-md-before-1of2,
.u-md-before-2of4,
.u-md-before-3of6,
.u-md-before-4of8,
.u-md-before-5of10,
.u-md-before-6of12 {
margin-left: 50% !important;
}
.u-md-before-7of12 {
margin-left: 58.33333% !important;
}
.u-md-before-3of5,
.u-md-before-6of10 {
margin-left: 60% !important;
}
.u-md-before-5of8 {
margin-left: 62.5% !important;
}
.u-md-before-2of3,
.u-md-before-4of6,
.u-md-before-8of12 {
margin-left: 66.66667% !important;
}
.u-md-before-7of10 {
margin-left: 70% !important;
}
.u-md-before-3of4,
.u-md-before-6of8,
.u-md-before-9of12 {
margin-left: 75% !important;
}
.u-md-before-4of5,
.u-md-before-8of10 {
margin-left: 80% !important;
}
.u-md-before-5of6,
.u-md-before-10of12 {
margin-left: 83.33333% !important;
}
.u-md-before-7of8 {
margin-left: 87.5% !important;
}
.u-md-before-9of10 {
margin-left: 90% !important;
}
.u-md-before-11of12 {
margin-left: 91.66667% !important;
}
}
/**
* @define utilities
* Offset: breakpoint 3 (large)
*
* Specify the proportional offset before an element.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
*/
@media (min-width:61.25rem) {
.u-lg-before-none {
margin-left: 0 !important;
}
.u-lg-before-1of12 {
margin-left: 8.33333% !important;
}
.u-lg-before-1of10 {
margin-left: 10% !important;
}
.u-lg-before-1of8 {
margin-left: 12.5% !important;
}
.u-lg-before-1of6,
.u-lg-before-2of12 {
margin-left: 16.66667% !important;
}
.u-lg-before-1of5,
.u-lg-before-2of10 {
margin-left: 20% !important;
}
.u-lg-before-1of4,
.u-lg-before-2of8,
.u-lg-before-3of12 {
margin-left: 25% !important;
}
.u-lg-before-3of10 {
margin-left: 30% !important;
}
.u-lg-before-1of3,
.u-lg-before-2of6,
.u-lg-before-4of12 {
margin-left: 33.33333% !important;
}
.u-lg-before-3of8 {
margin-left: 37.5% !important;
}
.u-lg-before-2of5,
.u-lg-before-4of10 {
margin-left: 40% !important;
}
.u-lg-before-5of12 {
margin-left: 41.66667% !important;
}
.u-lg-before-1of2,
.u-lg-before-2of4,
.u-lg-before-3of6,
.u-lg-before-4of8,
.u-lg-before-5of10,
.u-lg-before-6of12 {
margin-left: 50% !important;
}
.u-lg-before-7of12 {
margin-left: 58.33333% !important;
}
.u-lg-before-3of5,
.u-lg-before-6of10 {
margin-left: 60% !important;
}
.u-lg-before-5of8 {
margin-left: 62.5% !important;
}
.u-lg-before-2of3,
.u-lg-before-4of6,
.u-lg-before-8of12 {
margin-left: 66.66667% !important;
}
.u-lg-before-7of10 {
margin-left: 70% !important;
}
.u-lg-before-3of4,
.u-lg-before-6of8,
.u-lg-before-9of12 {
margin-left: 75% !important;
}
.u-lg-before-4of5,
.u-lg-before-8of10 {
margin-left: 80% !important;
}
.u-lg-before-5of6,
.u-lg-before-10of12 {
margin-left: 83.33333% !important;
}
.u-lg-before-7of8 {
margin-left: 87.5% !important;
}
.u-lg-before-9of10 {
margin-left: 90% !important;
}
.u-lg-before-11of12 {
margin-left: 91.66667% !important;
}
}
/**
* Apply a full `border` to one or more sides of an element.
*/
.u-border-sm {
border: 1px solid rgb(241, 243, 244) !important;
}
.u-border-top-sm {
border-top: 1px solid rgb(241, 243, 244) !important;
}
.u-border-right-sm {
border-right: 1px solid rgb(241, 243, 244) !important;
}
.u-border-bottom-sm {
border-bottom: 1px solid rgb(241, 243, 244) !important;
}
.u-border-left-sm {
border-left: 1px solid rgb(241, 243, 244) !important;
}
/**
* Apply a full `border` to one or more sides of an element using the md rule width.
*/
.u-border-md {
border: 2px solid rgb(241, 243, 244) !important;
}
.u-border-top-md {
border-top: 2px solid rgb(241, 243, 244) !important;
}
.u-border-right-md {
border-right: 2px solid rgb(241, 243, 244) !important;
}
.u-border-bottom-md {
border-bottom: 2px solid rgb(241, 243, 244) !important;
}
.u-border-left-md {
border-left: 2px solid rgb(241, 243, 244) !important;
}
@media (max-width:43.75rem) {
.u-md-max-border {
border: 1px solid rgb(241, 243, 244) !important;
}
.u-md-max-border-top {
border-top: 1px solid rgb(241, 243, 244) !important;
}
.u-md-max-border-right {
border-right: 1px solid rgb(241, 243, 244) !important;
}
.u-md-max-border-bottom {
border-bottom: 1px solid rgb(241, 243, 244) !important;
}
.u-md-max-border-left {
border-left: 1px solid rgb(241, 243, 244) !important;
}
}
/**
* Remove borders from one or more sides of an element.
*/
.u-border-none {
border-style: none !important;
}
.u-border-top-none {
border-top-style: none !important;
}
.u-border-bottom-none {
border-bottom-style: none !important;
}
.u-border-left-none {
border-left-style: none !important;
}
.u-border-right-none {
border-right-style: none !important;
}
/**
* Shadow Utilities
*/
.u-shadow-bottom-lg {
box-shadow: rgba(0, 0, 0, .1) 0px 5px 10px;
}
.u-black {
color: #000000 !important;
fill: #000000 !important;
}
.u-white {
color: #fff !important;
fill: #fff !important;
}
.u-green {
color: var(--green) !important;
fill: var(--green) !important;
}
.u-dark-green {
color: var(--dark-green) !important;
fill: var(--dark-green) !important;
}
.u-dark-grey {
color: var(--dark-grey) !important;
fill: var(--dark-grey) !important;
}
.u-grey {
color: var(--grey) !important;
fill: var(--grey) !important;
}
.u-light-grey {
color: var(--light-grey) !important;
fill: var(--light-grey) !important;
}
.u-dark-silver {
color: var(--dark-silver) !important;
fill: var(--dark-silver) !important;
}
.u-silver {
color: var(--silver) !important;
fill: var(--silver) !important;
}
/**
* Flow element content into columns
*/
.u-columns-2 {
columns: 2;
column-gap: 1.125rem;
}
.u-columns-3 {
columns: 3;
column-gap: 1.125rem;
}
@media (min-width:25rem) {
.u-sm-columns-2 {
columns: 2;
column-gap: 1.125rem;
}
}
@media (min-width:61.25rem) {
.u-lg-columns-3 {
columns: 3;
column-gap: 1.125rem;
}
}
@media (min-width:61.25rem) {
.u-contain-spread {
margin-left: 15% !important;
margin-right: 15% !important;
}
}
@media (min-width:81.25rem) {
.u-contain-spread {
margin-left: 28% !important;
margin-right: 28% !important;
}
}
@media (min-width:61.25rem) {
.u-contain-spread-sm {
margin-left: 15% !important;
margin-right: 15% !important;
}
}
.u-contain-prose {
max-width: 640px;
max-width: 40rem; /* ~ 640 @ 16px base */
margin-left: auto !important;
margin-right: auto !important;
}
/**
* Break out of a container utility, expanding to take up the full available
* viewport width.
*/
.u-release {
margin-left: calc(-50vw + 50%) !important;
margin-right: calc(-50vw + 50%) !important;
}
/**
* @define utilities
* Display-type utilities
*/
.u-block {
display: block !important;
}
.u-hidden {
display: none !important;
}
/**
* Responsive
*/
@media (max-width:25rem) {
.u-xs-hidden {
display: none !important;
}
.u-xs-block {
display: block !important;
}
}
@media (min-width:25rem) {
.u-sm-hidden {
display: none !important;
}
.u-sm-block {
display: block !important;
}
}
@media (max-width:37.5rem) {
.u-smd-max-hidden {
display: none !important;
}
.u-smd-max-block {
display: block !important;
}
}
@media (min-width:37.5rem) {
.u-smd-hidden {
display: none !important;
}
.u-smd-block {
display: block !important;
}
}
@media (max-width:43.75rem) {
.u-md-max-hidden {
display: none !important;
}
.u-md-max-block {
display: block !important;
}
}
@media (min-width:43.75rem) {
.u-md-hidden {
display: none !important;
}
.u-md-block {
display: block !important;
}
}
@media (max-width:61.25rem) {
.u-lg-max-hidden {
display: none !important;
}
.u-lg-max-block {
display: block !important;
}
}
@media (min-width:61.25rem) {
.u-lg-hidden {
display: none !important;
}
.u-lg-block {
display: block !important;
}
}
@media (min-width:81.25rem) {
.u-xl-hidden {
display: none !important;
}
.u-xl-block {
display: block !important;
}
}
@media (max-width:81.25rem) {
.u-xl-max-hidden {
display: none !important;
}
.u-xl-max-block {
display: block !important;
}
}
/**
* Completely remove from the flow but leave available to screen readers.
*/
.u-hidden-visually {
border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
}
.u-inline {
display: inline !important;
}
/**
* 1. Fix for Firefox bug: an image styled `max-width:100%` within an
* inline-block will display at its default size, and not limit its width to
* 100% of an ancestral container.
*/
.u-inline-block {
display: inline-block !important;
max-width: 100%; /* 1 */
}
.u-table {
display: table !important;
}
.u-table-cell {
display: table-cell !important;
}
.u-table-row {
display: table-row !important;
}
/** @define utilities */
/* Applies to flex container
========================================================================== */
/**
* Container
*/
.u-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.u-flex-inline {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
/**
* Direction: row
*/
.u-flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.u-flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
/**
* Direction: column
*/
.u-flex-col {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.u-flex-col-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
/**
* Wrap
*/
.u-flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.u-flex-no-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.u-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
/**
* Align items along the main axis of the current line of the flex container
*/
.u-flex-justify-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.u-flex-justify-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.u-flex-justify-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.u-flex-justify-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.u-flex-justify-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
/**
* Align items in the cross axis of the current line of the flex container
* Similar to `justify-content` but in the perpendicular direction
*/
.u-flex-align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.u-flex-align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.u-flex-align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.u-flex-align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.u-flex-align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
/**
* Aligns items within the flex container when there is extra
* space in the cross-axis
*
* Has no effect when there is only one line of flex items.
*/
.u-flex-align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.u-flex-align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.u-flex-align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.u-flex-align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.u-flex-align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.u-flex-align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
/**
* 1. Set the flex-shrink default explicitly to fix IE10 - http://git.io/vllC7
*/
.u-flex > *,
.u-flex-inline > * {
-ms-flex-negative: 1;
flex-shrink: 1; /* 1 */
}
/* Applies to flex items
========================================================================== */
/**
* Override default alignment of single item when specified by `align-items`
*/
.u-flex-align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.u-flex-align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.u-flex-align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.u-flex-align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.u-flex-align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.u-flex-align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
/**
* Change order without editing underlying HTML
*/
.u-flex-order-first {
-ms-flex-order: -1 !important;
order: -1 !important;
}
.u-flex-order-last {
-ms-flex-order: 1 !important;
order: 1 !important;
}
.u-flex-order-none {
-ms-flex-order: 0 !important;
order: 0 !important;
}
/**
* Specify the flex grow factor, which determines how much the flex item will
* -grow- relative to the rest of the flex items in the flex container.
*
* Supports 1-5 proportions
*
* 1. Provide all values to avoid IE10 bug with shorthand flex
* - http://git.io/vllC7
*
* Use `0%` to avoid bug in IE10/11 with unitless flex basis. Using this
* instead of `auto` as this matches what the default would be with `flex`
* shorthand - http://git.io/vllWx
*/
.u-flex-grow-1 {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
}
.u-flex-grow-2 {
-ms-flex: 2 1 0% !important;
flex: 2 1 0% !important;
}
.u-flex-grow-3 {
-ms-flex: 3 1 0% !important;
flex: 3 1 0% !important;
}
.u-flex-grow-4 {
-ms-flex: 4 1 0% !important;
flex: 4 1 0% !important;
}
.u-flex-grow-5 {
-ms-flex: 5 1 0% !important;
flex: 5 1 0% !important;
}
/**
* Aligning with `auto` margins
* http://www.w3.org/TR/css-flexbox-1/#auto-margins
*/
.u-flex-expand {
margin: auto !important;
}
.u-flex-expand-left {
margin-left: auto !important;
}
.u-flex-expand-right {
margin-right: auto !important;
}
.u-flex-expand-top {
margin-top: auto !important;
}
.u-flex-expand-bottom {
margin-bottom: auto !important;
}
/**
* @define utilities
* Size: breakpoint 1 (small)
*/
@media (min-width:25rem) {
/* Applies to flex container
======================================================================== */
/**
* Container
*/
.u-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.u-sm-flex-inline {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
/**
* Direction: row
*/
.u-sm-flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.u-sm-flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
/**
* Direction: column
*/
.u-sm-flex-col {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.u-sm-flex-col-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
/**
* Wrap
*/
.u-sm-flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.u-sm-flex-no-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.u-sm-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
/**
* Align items along the main axis of the current line of the flex container
*/
.u-sm-flex-justify-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.u-sm-flex-justify-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.u-sm-flex-justify-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.u-sm-flex-justify-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.u-sm-flex-justify-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
/**
* Align items in the cross axis of the current line of the flex container
* Similar to `justify-content` but in the perpendicular direction
*/
.u-sm-flex-align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.u-sm-flex-align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.u-sm-flex-align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.u-sm-flex-align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.u-sm-flex-align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
/**
* Aligns items within the flex container when there is extra
* space in the cross-axis
*
* Has no effect when there is only one line of flex items.
*/
.u-sm-flex-align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.u-sm-flex-align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.u-sm-flex-align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.u-sm-flex-align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.u-sm-flex-align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.u-sm-flex-align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
/**
* 1. Set the flex-shrink default explicitly to fix IE10 - http://git.io/vllC7
*/
.u-sm-flex > *,
.u-sm-flex-inline > * {
-ms-flex-negative: 1;
flex-shrink: 1; /* 1 */
}
/* Applies to flex items
======================================================================== */
/**
* Override default alignment of single item when specified by `align-items`
*/
.u-sm-flex-align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.u-sm-flex-align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.u-sm-flex-align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.u-sm-flex-align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.u-sm-flex-align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.u-sm-flex-align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
/**
* Change order without editing underlying HTML
*/
.u-sm-flex-order-first {
-ms-flex-order: -1 !important;
order: -1 !important;
}
.u-sm-flex-order-last {
-ms-flex-order: 1 !important;
order: 1 !important;
}
.u-sm-flex-order-none {
-ms-flex-order: 0 !important;
order: 0 !important;
}
/**
* Specify the flex grow factor, which determines how much the flex item will
* grow relative to the rest of the flex items in the flex container.
*
* Supports 1-5 proportions
*
* 1. Provide all values to avoid IE10 bug with shorthand flex
* http://git.io/vllC7
*
* Use `0%` to avoid bug in IE10/11 with unitless flex basis
* http://git.io/vllWx
*/
.u-sm-flex-grow-1 {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
}
.u-sm-flex-grow-2 {
-ms-flex: 2 1 0% !important;
flex: 2 1 0% !important;
}
.u-sm-flex-grow-3 {
-ms-flex: 3 1 0% !important;
flex: 3 1 0% !important;
}
.u-sm-flex-grow-4 {
-ms-flex: 4 1 0% !important;
flex: 4 1 0% !important;
}
.u-sm-flex-grow-5 {
-ms-flex: 5 1 0% !important;
flex: 5 1 0% !important;
}
/**
* Aligning with `auto` margins
* http://www.w3.org/TR/css-flexbox-1/#auto-margins
*/
.u-sm-flex-expand {
margin: auto !important;
}
.u-sm-flex-expand-left {
margin-left: auto !important;
}
.u-sm-flex-expand-right {
margin-right: auto !important;
}
.u-sm-flex-expand-top {
margin-top: auto !important;
}
.u-sm-flex-expand-bottom {
margin-bottom: auto !important;
}
}
/**
* @define utilities
* Size: breakpoint 1 (medium)
*/
@media (min-width:43.75rem) {
/* Applies to flex container
======================================================================== */
/**
* Container
*/
.u-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.u-md-flex-inline {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
/**
* Direction: row
*/
.u-md-flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.u-md-flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
/**
* Direction: column
*/
.u-md-flex-col {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.u-md-flex-col-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
/**
* Wrap
*/
.u-md-flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.u-md-flex-no-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.u-md-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
/**
* Align items along the main axis of the current line of the flex container
*/
.u-md-flex-justify-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.u-md-flex-justify-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.u-md-flexjustify-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.u-md-flex-justify-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.u-md-flex-justify-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
/**
* Align items in the cross axis of the current line of the flex container
* Similar to `justify-content` but in the perpendicular direction
*/
.u-md-flex-align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.u-md-flex-align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.u-md-flex-align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.u-md-flex-align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.u-md-flex-align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
/**
* Aligns items within the flex container when there is extra
* space in the cross-axis
*
* Has no effect when there is only one line of flex items.
*/
.u-md-flex-align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.u-md-flex-align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.u-md-flex-align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.u-md-flex-align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.u-md-flex-align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.u-md-flex-align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
/**
* 1. Set the flex-shrink default explicitly to fix IE10 - http://git.io/vllC7
*/
.u-md-flex > *,
.u-md-flex-inline > * {
-ms-flex-negative: 1;
flex-shrink: 1; /* 1 */
}
/* Applies to flex items
======================================================================== */
/**
* Override default alignment of single item when specified by `align-items`
*/
.u-md-flex-align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.u-md-flex-align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.u-md-flex-align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.u-md-flex-align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.u-md-flex-align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.u-md-flex-align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
/**
* Change order without editing underlying HTML
*/
.u-md-flex-order-first {
-ms-flex-order: -1 !important;
order: -1 !important;
}
.u-md-flex-order-last {
-ms-flex-order: 1 !important;
order: 1 !important;
}
.u-md-flex-order-none {
-ms-flex-order: 0 !important;
order: 0 !important;
}
/**
* Specify the flex grow factor, which determines how much the flex item will
* grow relative to the rest of the flex items in the flex container.
*
* Supports 1-5 proportions
*
* 1. Provide all values to avoid IE10 bug with shorthand flex
* http://git.io/vllC7
*
* Use `0%` to avoid bug in IE10/11 with unitless flex basis
* http://git.io/vllWx
*/
.u-md-flex-grow-1 {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
}
.u-md-flex-grow-2 {
-ms-flex: 2 1 0% !important;
flex: 2 1 0% !important;
}
.u-md-flex-grow-3 {
-ms-flex: 3 1 0% !important;
flex: 3 1 0% !important;
}
.u-md-flex-grow-4 {
-ms-flex: 4 1 0% !important;
flex: 4 1 0% !important;
}
.u-md-flex-grow-5 {
-ms-flex: 5 1 0% !important;
flex: 5 1 0% !important;
}
/**
* Aligning with `auto` margins
* http://www.w3.org/TR/css-flexbox-1/#auto-margins
*/
.u-md-flex-expand {
margin: auto !important;
}
.u-md-flex-expand-left {
margin-left: auto !important;
}
.u-md-flex-expand-right {
margin-right: auto !important;
}
.u-md-flex-expand-top {
margin-top: auto !important;
}
.u-md-flex-expand-bottom {
margin-bottom: auto !important;
}
}
/**
* @define utilities
* Size: breakpoint 1 (large)
*/
@media (min-width:61.25rem) {
/* Applies to flex container
======================================================================== */
/**
* Container
*/
.u-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.u-lg-flex-inline {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
/**
* Direction: row
*/
.u-lg-flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.u-lg-flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
/**
* Direction: column
*/
.u-lg-flex-col {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.u-lg-flex-col-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
/**
* Wrap
*/
.u-lg-flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.u-lg-flex-no-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.u-lg-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
/**
* Align items along the main axis of the current line of the flex container
*/
.u-lg-flex-justify-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.u-lg-flex-justify-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.u-lg-flex-justify-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.u-lg-flex-justify-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.u-lg-flex-justify-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
/**
* Align items in the cross axis of the current line of the flex container
* Similar to `justify-content` but in the perpendicular direction
*/
.u-lg-flex-align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.u-lg-flex-align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.u-lg-flex-align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.u-lg-flex-align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.u-lg-flex-align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
/**
* Aligns items within the flex container when there is extra
* space in the cross-axis
*
* Has no effect when there is only one line of flex items.
*/
.u-lg-flex-align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.u-lg-flex-align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.u-lg-flex-align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.u-lg-flex-align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.u-lg-flex-align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.u-lg-flex-align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
/**
* 1. Set the flex-shrink default explicitly to fix IE10 - http://git.io/vllC7
*/
.u-lg-flex > *,
.u-lg-flex-inline > * {
-ms-flex-negative: 1;
flex-shrink: 1; /* 1 */
}
/* Applies to flex items
======================================================================== */
/**
* Override default alignment of single item when specified by `align-items`
*/
.u-lg-flex-align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.u-lg-flex-align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.u-lg-flex-align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
.u-lg-flex-align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
.u-lg-flex-align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.u-lg-flex-align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
/**
* Change order without editing underlying HTML
*/
.u-lg-flex-order-first {
-ms-flex-order: -1 !important;
order: -1 !important;
}
.u-lg-flex-order-last {
-ms-flex-order: 1 !important;
order: 1 !important;
}
.u-lg-flex-order-none {
-ms-flex-order: 0 !important;
order: 0 !important;
}
/**
* Specify the flex grow factor, which determines how much the flex item will
* grow relative to the rest of the flex items in the flex container.
*
* Supports 1-5 proportions
*
* 1. Provide all values to avoid IE10 bug with shorthand flex
* http://git.io/vllC7
*
* Use `0%` to avoid bug in IE10/11 with unitless flex basis
* http://git.io/vllWx
*/
.u-lg-flex-grow-1 {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
}
.u-lg-flex-grow-2 {
-ms-flex: 2 1 0% !important;
flex: 2 1 0% !important;
}
.u-lg-flex-grow-3 {
-ms-flex: 3 1 0% !important;
flex: 3 1 0% !important;
}
.u-lg-flex-grow-4 {
-ms-flex: 4 1 0% !important;
flex: 4 1 0% !important;
}
.u-lg-flex-grow-5 {
-ms-flex: 5 1 0% !important;
flex: 5 1 0% !important;
}
/**
* Aligning with `auto` margins
* http://www.w3.org/TR/css-flexbox-1/#auto-margins
*/
.u-lg-flex-expand {
margin: auto !important;
}
.u-lg-flex-expand-left {
margin-left: auto !important;
}
.u-lg-flex-expand-right {
margin-right: auto !important;
}
.u-lg-flex-expand-top {
margin-top: auto !important;
}
.u-lg-flex-expand-bottom {
margin-bottom: auto !important;
}
}
/**
* @define utilities
* Contain floats
*
* Make an element expand to contain floated children.
* Uses pseudo-elements (micro clearfix).
*
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of the
* element.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.u-cf::before,
.u-cf::after {
content: " "; /* 1 */
display: table; /* 2 */
}
.u-cf::after {
clear: both;
}
/**
* New block formatting context
*
* This affords some useful properties to the element. It won't wrap under
* floats. Will also contain any floated children.
* N.B. This will clip overflow. Use the alternative method below if this is
* problematic.
*/
.u-nbfc {
overflow: hidden !important;
}
/**
* New block formatting context (alternative)
*
* Alternative method when overflow must not be clipped.
*
* 1. Create a new block formatting context (NBFC).
* 2. Avoid shrink-wrap behaviour of table-cell.
*
* N.B. This breaks down in some browsers when elements within this element
* exceed its width.
*/
.u-nbfc-alt {
display: table-cell !important; /* 1 */
width: 10000px !important; /* 2 */
}
/**
* Floats
*/
.u-float-left {
float: left !important;
}
.u-float-right {
float: right !important;
}
@media (min-width:25rem) {
.u-sm-float-left {
float: left !important;
}
.u-sm-float-right {
float: right !important;
}
}
@media (min-width:43.75rem) {
.u-md-float-left {
float: left !important;
}
.u-md-float-right {
float: right !important;
}
}
@media (max-width:43.75rem) {
.u-md-max-float-left {
float: left !important;
}
.u-md-max-float-right {
float: right !important;
}
}
@media (min-width:43.75rem) {
.u-md-float-left {
float: left !important;
}
.u-md-float-right {
float: right !important;
}
}
@media (min-width:61.25rem) {
.u-lg-float-left {
float: left !important;
}
.u-lg-float-right {
float: right !important;
}
}
/**
* 1. Turn off list decorations (bullets, numbers)
* 2. Override default padding
*/
.u-list-unstyled,
.u-list-inline {
list-style: none; /* 1 */
padding-left: 0; /* 2 */
}
/**
* 1. Make elements align in a row.
* 2. Make elements wrap when they can't fit on a single line.
* 3. Compensate for left/right padding between list items. Without this, we'd
* either have gaps on either side of the container, or gaps to the left
* of list items that wrapped.
*/
.u-list-inline {
display: -ms-flexbox;
display: flex; /* 1 */
-ms-flex-wrap: wrap;
flex-wrap: wrap; /* 2 */
margin-left: -7.111px;
margin-left: -0.44444rem; /* 3 */
margin-right: -7.111px;
margin-right: -0.44444rem; /* 3 */
}
/**
* Add a consistent gap between list items.
*/
.u-list-inline > li {
margin-left: 7.111px;
margin-left: 0.44445rem;
margin-right: 7.111px;
margin-right: 0.44445rem;
}
/**
* Columns and lists sometimes don't play well together if markers are visible.
* This fixes that.
*/
.u-list-columns {
padding-left: 0;
}
.u-list-columns > li {
margin-left: 18px;
margin-left: 1.125rem;
}
/** @define utilities */
.u-pos-fit,
.u-pos-absolute-center,
.u-pos-absolute {
position: absolute !important;
}
/**
* Element will be centered to its nearest relatively-positioned
* ancestor.
*/
.u-pos-fixed-center,
.u-pos-absolute-center {
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}
.u-pos-fit,
.u-pos-full-screen {
bottom: 0 !important;
left: 0 !important;
margin: auto !important;
right: 0 !important;
top: 0 !important;
}
/**
* 1. Make sure fixed elements are promoted into a new layer, for performance
* reasons.
*/
.u-pos-full-screen,
.u-pos-fixed-center,
.u-pos-fixed {
-webkit-backface-visibility: hidden;
backface-visibility: hidden; /* 1 */
position: fixed !important;
}
.u-pos-relative {
position: relative !important;
}
.u-pos-static {
position: static !important;
}
/**
* @define utilities
* Sizing utilities
*/
/* Proportional widths
========================================================================== */
/**
* Specify the proportional width of an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
*
* 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
* http://git.io/vllMD
*/
.u-size-1of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 8.33333% !important;
}
.u-size-1of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 10% !important;
}
.u-size-1of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 12.5% !important;
}
.u-size-1of6,
.u-size-2of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 16.66667% !important;
}
.u-size-1of5,
.u-size-2of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 20% !important;
}
.u-size-1of4,
.u-size-2of8,
.u-size-3of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 25% !important;
}
.u-size-3of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 30% !important;
}
.u-size-1of3,
.u-size-2of6,
.u-size-4of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 33.33333% !important;
}
.u-size-3of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 37.5% !important;
}
.u-size-2of5,
.u-size-4of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 40% !important;
}
.u-size-5of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 41.66667% !important;
}
.u-size-1of2,
.u-size-2of4,
.u-size-3of6,
.u-size-4of8,
.u-size-5of10,
.u-size-6of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 50% !important;
}
.u-size-7of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 58.33333% !important;
}
.u-size-3of5,
.u-size-6of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 60% !important;
}
.u-size-5of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 62.5% !important;
}
.u-size-2of3,
.u-size-4of6,
.u-size-8of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 66.66667% !important;
}
.u-size-7of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 70% !important;
}
.u-size-3of4,
.u-size-6of8,
.u-size-9of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 75% !important;
}
.u-size-4of5,
.u-size-8of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 80% !important;
}
.u-size-5of6,
.u-size-10of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 83.33333% !important;
}
.u-size-7of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 87.5% !important;
}
.u-size-9of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 90% !important;
}
.u-size-11of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 91.66667% !important;
}
/* Intrinsic widths
========================================================================== */
/**
* Make an element shrink wrap its content.
*/
.u-size-fit {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element fill the remaining space.
*
* 1. Be explicit to work around IE10 bug with shorthand flex
* http://git.io/vllC7
* 2. IE10 ignores previous `flex-basis` value. Setting again here fixes
* http://git.io/vllMt
*/
.u-size-fill {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
-ms-flex-preferred-size: 0% !important;
flex-basis: 0% !important; /* 2 */
}
/**
* An alternative method to make an element fill the remaining space.
* Distributes space based on the initial width and height of the element
*
* http://www.w3.org/TR/css-flexbox/images/rel-vs-abs-flex.svg
*/
.u-size-fill-alt {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element the width of its parent.
*/
.u-size-full {
width: 100% !important;
}
@media (max-width:25rem) {
/* Proportional widths: breakpoint extra small, < 400px
======================================================================== */
/**
* Specify the proportional width of an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
*
* 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
* http://git.io/vllMD
*/
.u-xs-size-1of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 8.33333% !important;
}
.u-xs-size-1of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 10% !important;
}
.u-xs-size-1of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 12.5% !important;
}
.u-xs-size-1of6,
.u-xs-size-2of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 16.66667% !important;
}
.u-xs-size-1of5,
.u-xs-size-2of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 20% !important;
}
.u-xs-size-1of4,
.u-xs-size-2of8,
.u-xs-size-3of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 25% !important;
}
.u-xs-size-3of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 30% !important;
}
.u-xs-size-1of3,
.u-xs-size-2of6,
.u-xs-size-4of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 33.33333% !important;
}
.u-xs-size-3of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 37.5% !important;
}
.u-xs-size-2of5,
.u-xs-size-4of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 40% !important;
}
.u-xs-size-5of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 41.66667% !important;
}
.u-xs-size-1of2,
.u-xs-size-2of4,
.u-xs-size-3of6,
.u-xs-size-4of8,
.u-xs-size-5of10,
.u-xs-size-6of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 50% !important;
}
.u-xs-size-7of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 58.33333% !important;
}
.u-xs-size-3of5,
.u-xs-size-6of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 60% !important;
}
.u-xs-size-5of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 62.5% !important;
}
.u-xs-size-2of3,
.u-xs-size-4of6,
.u-xs-size-8of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 66.66667% !important;
}
.u-xs-size-7of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 70% !important;
}
.u-xs-size-3of4,
.u-xs-size-6of8,
.u-xs-size-9of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 75% !important;
}
.u-xs-size-4of5,
.u-xs-size-8of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 80% !important;
}
.u-xs-size-5of6,
.u-xs-size-10of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 83.33333% !important;
}
.u-xs-size-7of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 87.5% !important;
}
.u-xs-size-9of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 90% !important;
}
.u-xs-size-11of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 91.66667% !important;
}
/* Intrinsic widths
======================================================================== */
/**
* Make an element shrink wrap its content.
*/
.u-xs-size-fit {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element fill the remaining space.
*
* 1. Be explicit to work around IE10 bug with shorthand flex
* http://git.io/vllC7
* 2. IE10 ignores previous `flex-basis` value. Setting again here fixes
* http://git.io/vllMt
*/
.u-xs-size-fill {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
-ms-flex-preferred-size: 0% !important;
flex-basis: 0% !important; /* 2 */
}
/**
* An alternative method to make an element fill the remaining space.
* Distributes space based on the initial width and height of the element
*
* http://www.w3.org/TR/css-flexbox/images/rel-vs-abs-flex.svg
*/
.u-xs-size-fill-alt {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element the width of its parent.
*/
.u-xs-size-full {
width: 100% !important;
}
}
/**
* @define utilities
* size: breakpoint 1 (small)
*/
@media (min-width:25rem) {
/* Proportional widths: breakpoint 1 (small)
======================================================================== */
/**
* Specify the proportional width of an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
*
* 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
* http://git.io/vllMD
*/
.u-sm-size-1of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 8.33333% !important;
}
.u-sm-size-1of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 10% !important;
}
.u-sm-size-1of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 12.5% !important;
}
.u-sm-size-1of6,
.u-sm-size-2of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 16.66667% !important;
}
.u-sm-size-1of5,
.u-sm-size-2of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 20% !important;
}
.u-sm-size-1of4,
.u-sm-size-2of8,
.u-sm-size-3of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 25% !important;
}
.u-sm-size-3of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 30% !important;
}
.u-sm-size-1of3,
.u-sm-size-2of6,
.u-sm-size-4of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 33.33333% !important;
}
.u-sm-size-3of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 37.5% !important;
}
.u-sm-size-2of5,
.u-sm-size-4of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 40% !important;
}
.u-sm-size-5of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 41.66667% !important;
}
.u-sm-size-1of2,
.u-sm-size-2of4,
.u-sm-size-3of6,
.u-sm-size-4of8,
.u-sm-size-5of10,
.u-sm-size-6of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 50% !important;
}
.u-sm-size-7of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 58.33333% !important;
}
.u-sm-size-3of5,
.u-sm-size-6of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 60% !important;
}
.u-sm-size-5of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 62.5% !important;
}
.u-sm-size-2of3,
.u-sm-size-4of6,
.u-sm-size-8of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 66.66667% !important;
}
.u-sm-size-7of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 70% !important;
}
.u-sm-size-3of4,
.u-sm-size-6of8,
.u-sm-size-9of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 75% !important;
}
.u-sm-size-4of5,
.u-sm-size-8of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 80% !important;
}
.u-sm-size-5of6,
.u-sm-size-10of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 83.33333% !important;
}
.u-sm-size-7of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 87.5% !important;
}
.u-sm-size-9of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 90% !important;
}
.u-sm-size-11of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 91.66667% !important;
}
/* Intrinsic widths
======================================================================== */
/**
* Make an element shrink wrap its content.
*/
.u-sm-size-fit {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element fill the remaining space.
*
* 1. Be explicit to work around IE10 bug with shorthand flex
* http://git.io/vllC7
* 2. IE10 ignores previous `flex-basis` value. Setting again here fixes
* http://git.io/vllMt
*/
.u-sm-size-fill {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
-ms-flex-preferred-size: 0% !important;
flex-basis: 0% !important; /* 2 */
}
/**
* An alternative method to make an element fill the remaining space.
* Distributes space based on the initial width and height of the element
*
* http://www.w3.org/TR/css-flexbox/images/rel-vs-abs-flex.svg
*/
.u-sm-size-fill-alt {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element the width of its parent.
*/
.u-sm-size-full {
width: 100% !important;
}
}
/**
* @define utilities
* size-: breakpoint 2 (medium)
*/
@media (min-width:43.75rem) {
/* Proportional widths: breakpoint 2 (medium)
======================================================================== */
/**
* Specify the proportional width of an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
*
* 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
* http://git.io/vllMD
*/
.u-md-size-1of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 8.33333% !important;
}
.u-md-size-1of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 10% !important;
}
.u-md-size-1of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 12.5% !important;
}
.u-md-size-1of6,
.u-md-size-2of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 16.66667% !important;
}
.u-md-size-1of5,
.u-md-size-2of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 20% !important;
}
.u-md-size-1of4,
.u-md-size-2of8,
.u-md-size-3of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 25% !important;
}
.u-md-size-3of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 30% !important;
}
.u-md-size-1of3,
.u-md-size-2of6,
.u-md-size-4of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 33.33333% !important;
}
.u-md-size-3of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 37.5% !important;
}
.u-md-size-2of5,
.u-md-size-4of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 40% !important;
}
.u-md-size-5of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 41.66667% !important;
}
.u-md-size-1of2,
.u-md-size-2of4,
.u-md-size-3of6,
.u-md-size-4of8,
.u-md-size-5of10,
.u-md-size-6of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 50% !important;
}
.u-md-size-7of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 58.33333% !important;
}
.u-md-size-3of5,
.u-md-size-6of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 60% !important;
}
.u-md-size-5of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 62.5% !important;
}
.u-md-size-2of3,
.u-md-size-4of6,
.u-md-size-8of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 66.66667% !important;
}
.u-md-size-7of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 70% !important;
}
.u-md-size-3of4,
.u-md-size-6of8,
.u-md-size-9of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 75% !important;
}
.u-md-size-4of5,
.u-md-size-8of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 80% !important;
}
.u-md-size-5of6,
.u-md-size-10of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 83.33333% !important;
}
.u-md-size-7of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 87.5% !important;
}
.u-md-size-9of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 90% !important;
}
.u-md-size-11of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 91.66667% !important;
}
/* Intrinsic widths
======================================================================== */
/**
* Make an element shrink wrap its content.
*/
.u-md-size-fit {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element fill the remaining space.
*
* 1. Be explicit to work around IE10 bug with shorthand flex
* http://git.io/vllC7
* 2. IE10 ignores previous `flex-basis` value. Setting again here fixes
* http://git.io/vllMt
*/
.u-md-size-fill {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
-ms-flex-preferred-size: 0% !important;
flex-basis: 0% !important; /* 2 */
}
/**
* An alternative method to make an element fill the remaining space.
* Distributes space based on the initial width and height of the element
*
* http://www.w3.org/TR/css-flexbox/images/rel-vs-abs-flex.svg
*/
.u-md-size-fill-alt {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element the width of its parent.
*/
.u-md-size-full {
width: 100% !important;
}
}
/**
* @define utilities
* size: breakpoint 3 (large)
*/
@media (min-width:61.25rem) {
/* Proportional widths: breakpoint 3 (large)
======================================================================== */
/**
* Specify the proportional width of an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
*
* 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
* http://git.io/vllMD
*/
.u-lg-size-1of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 8.33333% !important;
}
.u-lg-size-1of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 10% !important;
}
.u-lg-size-1of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 12.5% !important;
}
.u-lg-size-1of6,
.u-lg-size-2of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 16.66667% !important;
}
.u-lg-size-1of5,
.u-lg-size-2of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 20% !important;
}
.u-lg-size-1of4,
.u-lg-size-2of8,
.u-lg-size-3of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 25% !important;
}
.u-lg-size-3of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 30% !important;
}
.u-lg-size-1of3,
.u-lg-size-2of6,
.u-lg-size-4of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 33.33333% !important;
}
.u-lg-size-3of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 37.5% !important;
}
.u-lg-size-2of5,
.u-lg-size-4of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 40% !important;
}
.u-lg-size-5of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 41.66667% !important;
}
.u-lg-size-1of2,
.u-lg-size-2of4,
.u-lg-size-3of6,
.u-lg-size-4of8,
.u-lg-size-5of10,
.u-lg-size-6of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 50% !important;
}
.u-lg-size-7of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 58.33333% !important;
}
.u-lg-size-3of5,
.u-lg-size-6of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 60% !important;
}
.u-lg-size-5of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 62.5% !important;
}
.u-lg-size-2of3,
.u-lg-size-4of6,
.u-lg-size-8of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 66.66667% !important;
}
.u-lg-size-7of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 70% !important;
}
.u-lg-size-3of4,
.u-lg-size-6of8,
.u-lg-size-9of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 75% !important;
}
.u-lg-size-4of5,
.u-lg-size-8of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 80% !important;
}
.u-lg-size-5of6,
.u-lg-size-10of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 83.33333% !important;
}
.u-lg-size-7of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 87.5% !important;
}
.u-lg-size-9of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 90% !important;
}
.u-lg-size-11of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 91.66667% !important;
}
/* Intrinsic widths
======================================================================== */
/**
* Make an element shrink wrap its content.
*/
.u-lg-size-fit {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element fill the remaining space.
*
* 1. Be explicit to work around IE10 bug with shorthand flex
* http://git.io/vllC7
* 2. IE10 ignores previous `flex-basis` value. Setting again here fixes
* http://git.io/vllMt
*/
.u-lg-size-fill {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
-ms-flex-preferred-size: 0% !important;
flex-basis: 0% !important; /* 2 */
}
/**
* An alternative method to make an element fill the remaining space.
* Distributes space based on the initial width and height of the element
*
* http://www.w3.org/TR/css-flexbox/images/rel-vs-abs-flex.svg
*/
.u-lg-size-fill-alt {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element the width of its parent.
*/
.u-lg-size-full {
width: 100% !important;
}
}
/**
* @define utilities
* size: breakpoint 3 (large)
*/
@media (min-width:81.25rem) {
/* Proportional widths: breakpoint 4 (extra large)
======================================================================== */
/**
* Specify the proportional width of an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
*
* 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
* http://git.io/vllMD
*/
.u-xl-size-1of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 8.33333% !important;
}
.u-xl-size-1of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 10% !important;
}
.u-xl-size-1of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 12.5% !important;
}
.u-xl-size-1of6,
.u-xl-size-2of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 16.66667% !important;
}
.u-xl-size-1of5,
.u-xl-size-2of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 20% !important;
}
.u-xl-size-1of4,
.u-xl-size-2of8,
.u-xl-size-3of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 25% !important;
}
.u-xl-size-3of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 30% !important;
}
.u-xl-size-1of3,
.u-xl-size-2of6,
.u-xl-size-4of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 33.33333% !important;
}
.u-xl-size-3of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 37.5% !important;
}
.u-xl-size-2of5,
.u-xl-size-4of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 40% !important;
}
.u-xl-size-5of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 41.66667% !important;
}
.u-xl-size-1of2,
.u-xl-size-2of4,
.u-xl-size-3of6,
.u-xl-size-4of8,
.u-xl-size-5of10,
.u-xl-size-6of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 50% !important;
}
.u-xl-size-7of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 58.33333% !important;
}
.u-xl-size-3of5,
.u-xl-size-6of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 60% !important;
}
.u-xl-size-5of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 62.5% !important;
}
.u-xl-size-2of3,
.u-xl-size-4of6,
.u-xl-size-8of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 66.66667% !important;
}
.u-xl-size-7of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 70% !important;
}
.u-xl-size-3of4,
.u-xl-size-6of8,
.u-xl-size-9of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 75% !important;
}
.u-xl-size-4of5,
.u-xl-size-8of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 80% !important;
}
.u-xl-size-5of6,
.u-xl-size-10of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 83.33333% !important;
}
.u-xl-size-7of8 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 87.5% !important;
}
.u-xl-size-9of10 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 90% !important;
}
.u-xl-size-11of12 {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
width: 91.66667% !important;
}
/* Intrinsic widths
======================================================================== */
/**
* Make an element shrink wrap its content.
*/
.u-xl-size-fit {
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element fill the remaining space.
*
* 1. Be explicit to work around IE10 bug with shorthand flex
* http://git.io/vllC7
* 2. IE10 ignores previous `flex-basis` value. Setting again here fixes
* http://git.io/vllMt
*/
.u-xl-size-fill {
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important; /* 1 */
-ms-flex-preferred-size: 0% !important;
flex-basis: 0% !important; /* 2 */
}
/**
* An alternative method to make an element fill the remaining space.
* Distributes space based on the initial width and height of the element
*
* http://www.w3.org/TR/css-flexbox/images/rel-vs-abs-flex.svg
*/
.u-xl-size-fill-alt {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
-ms-flex-preferred-size: auto !important;
flex-basis: auto !important;
}
/**
* Make an element the width of its parent.
*/
.u-xl-size-full {
width: 100% !important;
}
}
/** @define utilities */
/** Adds space between items by adding top margin
* http://alistapart.com/article/axiomatic-css-and-lobotomized-owls
*/
/** Values based off of modular scale
* http://www.modularscale.com/?1&em&1.2&sass&text
*/
/** Margin between items */
.u-space-items-06 > * + *{
margin-top: 7.892px !important;
margin-top: 0.49326rem !important;
}
.u-space-items-05 > * + *{
margin-top: 8.878px !important;
margin-top: 0.55492rem !important;
}
.u-space-items-04 > * + *{
margin-top: 9.988px !important;
margin-top: 0.62429rem !important;
}
.u-space-items-03 > * + *{
margin-top: 11.237px !important;
margin-top: 0.70233rem !important;
}
.u-space-items-02 > * + *{
margin-top: 12.641px !important;
margin-top: 0.79012rem !important;
}
.u-space-items-01 > * + *{
margin-top: 14.222px !important;
margin-top: 0.88889rem !important;
}
.u-space-items-0 > * + *{
margin-top: 16px !important;
margin-top: 1rem !important;
}
.u-space-items-1 > * + *{
margin-top: 18px !important;
margin-top: 1.125rem !important;
}
.u-space-items-2 > * + *{
margin-top: 20.25px !important;
margin-top: 1.26563rem !important;
}
.u-space-items-3 > * + *{
margin-top: 22.781px !important;
margin-top: 1.42383rem !important;
}
.u-space-items-4 > * + *{
margin-top: 25.628px !important;
margin-top: 1.60181rem !important;
}
.u-space-items-5 > * + *{
margin-top: 28.832px !important;
margin-top: 1.80204rem !important;
}
.u-space-items-6 > * + *{
margin-top: 32.436px !important;
margin-top: 2.0273rem !important;
}
/** Negative margins */
.u-pull-sides-1,
.u-pull-left-1{
margin-left: -18px !important;
margin-left: -1.125rem !important;
}
.u-pull-sides-1,
.u-pull-right-1{
margin-right: -18px !important;
margin-right: -1.125rem !important;
}
.u-pull-sides-2,
.u-pull-left-2{
margin-left: -20.25px !important;
margin-left: -1.26563rem !important;
}
.u-pull-sides-2,
.u-pull-right-2{
margin-right: -20.25px !important;
margin-right: -1.26563rem !important;
}
.u-pull-sides-3,
.u-pull-left-3{
margin-left: -22.781px !important;
margin-left: -1.42383rem !important;
}
.u-pull-sides-3,
.u-pull-right-3{
margin-right: -22.781px !important;
margin-right: -1.42383rem !important;
}
.u-pull-sides-4,
.u-pull-left-4{
margin-left: -25.628px !important;
margin-left: -1.60181rem !important;
}
.u-pull-sides-4,
.u-pull-right-4{
margin-right: -25.628px !important;
margin-right: -1.60181rem !important;
}
.u-pull-sides-5,
.u-pull-left-5{
margin-left: -28.832px !important;
margin-left: -1.80204rem !important;
}
.u-pull-sides-5,
.u-pull-right-5{
margin-right: -28.832px !important;
margin-right: -1.80204rem !important;
}
.u-pull-sides-6,
.u-pull-left-6{
margin-left: -32.436px !important;
margin-left: -2.0273rem !important;
}
.u-pull-sides-6,
.u-pull-right-6{
margin-right: -32.436px !important;
margin-right: -2.0273rem !important;
}
/** Margin Utilities */
.u-space-06,
.u-space-ends-06,
.u-space-top-06{
margin-top: 7.892px !important;
margin-top: 0.49326rem !important;
}
.u-space-06,
.u-space-ends-06,
.u-space-bottom-06{
margin-bottom: 7.892px !important;
margin-bottom: 0.49326rem !important;
}
.u-space-06,
.u-space-sides-06,
.u-space-left-06{
margin-left: 7.892px !important;
margin-left: 0.49326rem !important;
}
.u-space-06,
.u-space-sides-06,
.u-space-right-06{
margin-right: 7.892px !important;
margin-right: 0.49326rem !important;
}
.u-space-05,
.u-space-ends-05,
.u-space-top-05{
margin-top: 8.878px !important;
margin-top: 0.55492rem !important;
}
.u-space-05,
.u-space-ends-05,
.u-space-bottom-05{
margin-bottom: 8.878px !important;
margin-bottom: 0.55492rem !important;
}
.u-space-05,
.u-space-sides-05,
.u-space-left-05{
margin-left: 8.878px !important;
margin-left: 0.55492rem !important;
}
.u-space-05,
.u-space-sides-05,
.u-space-right-05{
margin-right: 8.878px !important;
margin-right: 0.55492rem !important;
}
.u-space-04,
.u-space-ends-04,
.u-space-top-04{
margin-top: 9.988px !important;
margin-top: 0.62429rem !important;
}
.u-space-04,
.u-space-ends-04,
.u-space-bottom-04{
margin-bottom: 9.988px !important;
margin-bottom: 0.62429rem !important;
}
.u-space-04,
.u-space-sides-04,
.u-space-left-04{
margin-left: 9.988px !important;
margin-left: 0.62429rem !important;
}
.u-space-04,
.u-space-sides-04,
.u-space-right-04{
margin-right: 9.988px !important;
margin-right: 0.62429rem !important;
}
.u-space-03,
.u-space-ends-03,
.u-space-top-03{
margin-top: 11.237px !important;
margin-top: 0.70233rem !important;
}
.u-space-03,
.u-space-ends-03,
.u-space-bottom-03{
margin-bottom: 11.237px !important;
margin-bottom: 0.70233rem !important;
}
.u-space-03,
.u-space-sides-03,
.u-space-left-03{
margin-left: 11.237px !important;
margin-left: 0.70233rem !important;
}
.u-space-03,
.u-space-sides-03,
.u-space-right-03{
margin-right: 11.237px !important;
margin-right: 0.70233rem !important;
}
.u-space-02,
.u-space-ends-02,
.u-space-top-02{
margin-top: 12.641px !important;
margin-top: 0.79012rem !important;
}
.u-space-02,
.u-space-ends-02,
.u-space-bottom-02{
margin-bottom: 12.641px !important;
margin-bottom: 0.79012rem !important;
}
.u-space-02,
.u-space-sides-02,
.u-space-left-02{
margin-left: 12.641px !important;
margin-left: 0.79012rem !important;
}
.u-space-02,
.u-space-sides-02,
.u-space-right-02{
margin-right: 12.641px !important;
margin-right: 0.79012rem !important;
}
.u-space-01,
.u-space-ends-01,
.u-space-top-01{
margin-top: 14.222px !important;
margin-top: 0.88889rem !important;
}
.u-space-01,
.u-space-ends-01,
.u-space-bottom-01{
margin-bottom: 14.222px !important;
margin-bottom: 0.88889rem !important;
}
.u-space-01,
.u-space-sides-01,
.u-space-left-01{
margin-left: 14.222px !important;
margin-left: 0.88889rem !important;
}
.u-space-01,
.u-space-sides-01,
.u-space-right-01{
margin-right: 14.222px !important;
margin-right: 0.88889rem !important;
}
.u-space-0,
.u-space-ends-0,
.u-space-top-0{
margin-top: 16px !important;
margin-top: 1rem !important;
}
.u-space-0,
.u-space-ends-0,
.u-space-bottom-0{
margin-bottom: 16px !important;
margin-bottom: 1rem !important;
}
.u-space-0,
.u-space-sides-0,
.u-space-left-0{
margin-left: 16px !important;
margin-left: 1rem !important;
}
.u-space-0,
.u-space-sides-0,
.u-space-right-0{
margin-right: 16px !important;
margin-right: 1rem !important;
}
.u-space-1,
.u-space-ends-1,
.u-space-top-1{
margin-top: 18px !important;
margin-top: 1.125rem !important;
}
.u-space-1,
.u-space-ends-1,
.u-space-bottom-1{
margin-bottom: 18px !important;
margin-bottom: 1.125rem !important;
}
.u-space-1,
.u-space-sides-1,
.u-space-left-1{
margin-left: 18px !important;
margin-left: 1.125rem !important;
}
.u-space-1,
.u-space-sides-1,
.u-space-right-1{
margin-right: 18px !important;
margin-right: 1.125rem !important;
}
.u-space-2,
.u-space-ends-2,
.u-space-top-2{
margin-top: 20.25px !important;
margin-top: 1.26563rem !important;
}
.u-space-2,
.u-space-ends-2,
.u-space-bottom-2{
margin-bottom: 20.25px !important;
margin-bottom: 1.26563rem !important;
}
.u-space-2,
.u-space-sides-2,
.u-space-left-2{
margin-left: 20.25px !important;
margin-left: 1.26563rem !important;
}
.u-space-2,
.u-space-sides-2,
.u-space-right-2{
margin-right: 20.25px !important;
margin-right: 1.26563rem !important;
}
.u-space-3,
.u-space-ends-3,
.u-space-top-3{
margin-top: 22.781px !important;
margin-top: 1.42383rem !important;
}
.u-space-3,
.u-space-ends-3,
.u-space-bottom-3{
margin-bottom: 22.781px !important;
margin-bottom: 1.42383rem !important;
}
.u-space-3,
.u-space-sides-3,
.u-space-left-3{
margin-left: 22.781px !important;
margin-left: 1.42383rem !important;
}
.u-space-3,
.u-space-sides-3,
.u-space-right-3{
margin-right: 22.781px !important;
margin-right: 1.42383rem !important;
}
.u-space-4,
.u-space-ends-4,
.u-space-top-4{
margin-top: 25.628px !important;
margin-top: 1.60181rem !important;
}
.u-space-4,
.u-space-ends-4,
.u-space-bottom-4{
margin-bottom: 25.628px !important;
margin-bottom: 1.60181rem !important;
}
.u-space-4,
.u-space-sides-4,
.u-space-left-4{
margin-left: 25.628px !important;
margin-left: 1.60181rem !important;
}
.u-space-4,
.u-space-sides-4,
.u-space-right-4{
margin-right: 25.628px !important;
margin-right: 1.60181rem !important;
}
.u-space-5,
.u-space-ends-5,
.u-space-top-5{
margin-top: 28.832px !important;
margin-top: 1.80204rem !important;
}
.u-space-5,
.u-space-ends-5,
.u-space-bottom-5{
margin-bottom: 28.832px !important;
margin-bottom: 1.80204rem !important;
}
.u-space-5,
.u-space-sides-5,
.u-space-left-5{
margin-left: 28.832px !important;
margin-left: 1.80204rem !important;
}
.u-space-5,
.u-space-sides-5,
.u-space-right-5{
margin-right: 28.832px !important;
margin-right: 1.80204rem !important;
}
.u-space-6,
.u-space-ends-6,
.u-space-top-6{
margin-top: 32.436px !important;
margin-top: 2.0273rem !important;
}
.u-space-6,
.u-space-ends-6,
.u-space-bottom-6{
margin-bottom: 32.436px !important;
margin-bottom: 2.0273rem !important;
}
.u-space-6,
.u-space-sides-6,
.u-space-left-6{
margin-left: 32.436px !important;
margin-left: 2.0273rem !important;
}
.u-space-6,
.u-space-sides-6,
.u-space-right-6{
margin-right: 32.436px !important;
margin-right: 2.0273rem !important;
}
.u-space-none,
.u-space-ends-none,
.u-space-top-none{
margin-top: 0 !important;
}
.u-space-none,
.u-space-ends-none,
.u-space-bottom-none{
margin-bottom: 0 !important;
}
.u-space-none,
.u-space-sides-none,
.u-space-left-none{
margin-left: 0 !important;
}
.u-space-none,
.u-space-sides-none,
.u-space-right-none{
margin-right: 0 !important;
}
/** Padding Utilities */
.u-pad-06,
.u-pad-ends-06,
.u-pad-top-06{
padding-top: 7.892px !important;
padding-top: 0.49326rem !important;
}
.u-pad-06,
.u-pad-ends-06,
.u-pad-bottom-06{
padding-bottom: 7.892px !important;
padding-bottom: 0.49326rem !important;
}
.u-pad-06,
.u-pad-sides-06,
.u-pad-left-06{
padding-left: 7.892px !important;
padding-left: 0.49326rem !important;
}
.u-pad-06,
.u-pad-sides-06,
.u-pad-right-06{
padding-right: 7.892px !important;
padding-right: 0.49326rem !important;
}
.u-pad-05,
.u-pad-ends-05,
.u-pad-top-05{
padding-top: 8.878px !important;
padding-top: 0.55492rem !important;
}
.u-pad-05,
.u-pad-ends-05,
.u-pad-bottom-05{
padding-bottom: 8.878px !important;
padding-bottom: 0.55492rem !important;
}
.u-pad-05,
.u-pad-sides-05,
.u-pad-left-05{
padding-left: 8.878px !important;
padding-left: 0.55492rem !important;
}
.u-pad-05,
.u-pad-sides-05,
.u-pad-right-05{
padding-right: 8.878px !important;
padding-right: 0.55492rem !important;
}
.u-pad-04,
.u-pad-ends-04,
.u-pad-top-04{
padding-top: 9.988px !important;
padding-top: 0.62429rem !important;
}
.u-pad-04,
.u-pad-ends-04,
.u-pad-bottom-04{
padding-bottom: 9.988px !important;
padding-bottom: 0.62429rem !important;
}
.u-pad-04,
.u-pad-sides-04,
.u-pad-left-04{
padding-left: 9.988px !important;
padding-left: 0.62429rem !important;
}
.u-pad-04,
.u-pad-sides-04,
.u-pad-right-04{
padding-right: 9.988px !important;
padding-right: 0.62429rem !important;
}
.u-pad-03,
.u-pad-ends-03,
.u-pad-top-03{
padding-top: 11.237px !important;
padding-top: 0.70233rem !important;
}
.u-pad-03,
.u-pad-ends-03,
.u-pad-bottom-03{
padding-bottom: 11.237px !important;
padding-bottom: 0.70233rem !important;
}
.u-pad-03,
.u-pad-sides-03,
.u-pad-left-03{
padding-left: 11.237px !important;
padding-left: 0.70233rem !important;
}
.u-pad-03,
.u-pad-sides-03,
.u-pad-right-03{
padding-right: 11.237px !important;
padding-right: 0.70233rem !important;
}
.u-pad-02,
.u-pad-ends-02,
.u-pad-top-02{
padding-top: 12.641px !important;
padding-top: 0.79012rem !important;
}
.u-pad-02,
.u-pad-ends-02,
.u-pad-bottom-02{
padding-bottom: 12.641px !important;
padding-bottom: 0.79012rem !important;
}
.u-pad-02,
.u-pad-sides-02,
.u-pad-left-02{
padding-left: 12.641px !important;
padding-left: 0.79012rem !important;
}
.u-pad-02,
.u-pad-sides-02,
.u-pad-right-02{
padding-right: 12.641px !important;
padding-right: 0.79012rem !important;
}
.u-pad-01,
.u-pad-ends-01,
.u-pad-top-01{
padding-top: 14.222px !important;
padding-top: 0.88889rem !important;
}
.u-pad-01,
.u-pad-ends-01,
.u-pad-bottom-01{
padding-bottom: 14.222px !important;
padding-bottom: 0.88889rem !important;
}
.u-pad-01,
.u-pad-sides-01,
.u-pad-left-01{
padding-left: 14.222px !important;
padding-left: 0.88889rem !important;
}
.u-pad-01,
.u-pad-sides-01,
.u-pad-right-01{
padding-right: 14.222px !important;
padding-right: 0.88889rem !important;
}
.u-pad-0,
.u-pad-ends-0,
.u-pad-top-0{
padding-top: 16px !important;
padding-top: 1rem !important;
}
.u-pad-0,
.u-pad-ends-0,
.u-pad-bottom-0{
padding-bottom: 16px !important;
padding-bottom: 1rem !important;
}
.u-pad-0,
.u-pad-sides-0,
.u-pad-left-0{
padding-left: 16px !important;
padding-left: 1rem !important;
}
.u-pad-0,
.u-pad-sides-0,
.u-pad-right-0{
padding-right: 16px !important;
padding-right: 1rem !important;
}
.u-pad-1,
.u-pad-ends-1,
.u-pad-top-1{
padding-top: 18px !important;
padding-top: 1.125rem !important;
}
.u-pad-1,
.u-pad-ends-1,
.u-pad-bottom-1{
padding-bottom: 18px !important;
padding-bottom: 1.125rem !important;
}
.u-pad-1,
.u-pad-sides-1,
.u-pad-left-1{
padding-left: 18px !important;
padding-left: 1.125rem !important;
}
.u-pad-1,
.u-pad-sides-1,
.u-pad-right-1{
padding-right: 18px !important;
padding-right: 1.125rem !important;
}
.u-pad-2,
.u-pad-ends-2,
.u-pad-top-2{
padding-top: 20.25px !important;
padding-top: 1.26563rem !important;
}
.u-pad-2,
.u-pad-ends-2,
.u-pad-bottom-2{
padding-bottom: 20.25px !important;
padding-bottom: 1.26563rem !important;
}
.u-pad-2,
.u-pad-sides-2,
.u-pad-left-2{
padding-left: 20.25px !important;
padding-left: 1.26563rem !important;
}
.u-pad-2,
.u-pad-sides-2,
.u-pad-right-2{
padding-right: 20.25px !important;
padding-right: 1.26563rem !important;
}
.u-pad-3,
.u-pad-ends-3,
.u-pad-top-3{
padding-top: 22.781px !important;
padding-top: 1.42383rem !important;
}
.u-pad-3,
.u-pad-ends-3,
.u-pad-bottom-3{
padding-bottom: 22.781px !important;
padding-bottom: 1.42383rem !important;
}
.u-pad-3,
.u-pad-sides-3,
.u-pad-left-3{
padding-left: 22.781px !important;
padding-left: 1.42383rem !important;
}
.u-pad-3,
.u-pad-sides-3,
.u-pad-right-3{
padding-right: 22.781px !important;
padding-right: 1.42383rem !important;
}
.u-pad-4,
.u-pad-ends-4,
.u-pad-top-4{
padding-top: 25.628px !important;
padding-top: 1.60181rem !important;
}
.u-pad-4,
.u-pad-ends-4,
.u-pad-bottom-4{
padding-bottom: 25.628px !important;
padding-bottom: 1.60181rem !important;
}
.u-pad-4,
.u-pad-sides-4,
.u-pad-left-4{
padding-left: 25.628px !important;
padding-left: 1.60181rem !important;
}
.u-pad-4,
.u-pad-sides-4,
.u-pad-right-4{
padding-right: 25.628px !important;
padding-right: 1.60181rem !important;
}
.u-pad-5,
.u-pad-ends-5,
.u-pad-top-5{
padding-top: 28.832px !important;
padding-top: 1.80204rem !important;
}
.u-pad-5,
.u-pad-ends-5,
.u-pad-bottom-5{
padding-bottom: 28.832px !important;
padding-bottom: 1.80204rem !important;
}
.u-pad-5,
.u-pad-sides-5,
.u-pad-left-5{
padding-left: 28.832px !important;
padding-left: 1.80204rem !important;
}
.u-pad-5,
.u-pad-sides-5,
.u-pad-right-5{
padding-right: 28.832px !important;
padding-right: 1.80204rem !important;
}
.u-pad-6,
.u-pad-ends-6,
.u-pad-top-6{
padding-top: 32.436px !important;
padding-top: 2.0273rem !important;
}
.u-pad-6,
.u-pad-ends-6,
.u-pad-bottom-6{
padding-bottom: 32.436px !important;
padding-bottom: 2.0273rem !important;
}
.u-pad-6,
.u-pad-sides-6,
.u-pad-left-6{
padding-left: 32.436px !important;
padding-left: 2.0273rem !important;
}
.u-pad-6,
.u-pad-sides-6,
.u-pad-right-6{
padding-right: 32.436px !important;
padding-right: 2.0273rem !important;
}
.u-pad-none,
.u-pad-ends-none,
.u-pad-top-none{
padding-top: 0 !important;
}
.u-pad-none,
.u-pad-ends-none,
.u-pad-bottom-none{
padding-bottom: 0 !important;
}
.u-pad-none,
.u-pad-sides-none,
.u-pad-left-none{
padding-left: 0 !important;
}
.u-pad-none,
.u-pad-sides-none,
.u-pad-right-none{
padding-right: 0 !important;
}
/** Responsive */
@media (max-width:25rem) {
.u-xs-pull-sides-1,
.u-xs-pull-left-1{
margin-left: -1.125rem !important;
}
.u-xs-pull-sides-1,
.u-xs-pull-right-1{
margin-right: -1.125rem !important;
}
.u-xs-pull-sides-2,
.u-xs-pull-left-2{
margin-left: -1.26563rem !important;
}
.u-xs-pull-sides-2,
.u-xs-pull-right-2{
margin-right: -1.26563rem !important;
}
.u-xs-pull-sides-3,
.u-xs-pull-left-3{
margin-left: -1.42383rem !important;
}
.u-xs-pull-sides-3,
.u-xs-pull-right-3{
margin-right: -1.42383rem !important;
}
.u-xs-pull-sides-4,
.u-xs-pull-left-4{
margin-left: -1.60181rem !important;
}
.u-xs-pull-sides-4,
.u-xs-pull-right-4{
margin-right: -1.60181rem !important;
}
.u-xs-pull-sides-5,
.u-xs-pull-left-5{
margin-left: -1.80204rem !important;
}
.u-xs-pull-sides-5,
.u-xs-pull-right-5{
margin-right: -1.80204rem !important;
}
.u-xs-pull-sides-6,
.u-xs-pull-left-6{
margin-left: -2.0273rem !important;
}
.u-xs-pull-sides-6,
.u-xs-pull-right-6{
margin-right: -2.0273rem !important;
}
.u-xs-space-06,
.u-xs-space-ends-06,
.u-xs-space-top-06{
margin-top: 0.49326rem !important;
}
.u-xs-space-06,
.u-xs-space-ends-06,
.u-xs-space-bottom-06{
margin-bottom: 0.49326rem !important;
}
.u-xs-space-06,
.u-xs-space-sides-06,
.u-xs-space-left-06{
margin-left: 0.49326rem !important;
}
.u-xs-space-06,
.u-xs-space-sides-06,
.u-xs-space-right-06{
margin-right: 0.49326rem !important;
}
.u-xs-space-05,
.u-xs-space-ends-05,
.u-xs-space-top-05{
margin-top: 0.55492rem !important;
}
.u-xs-space-05,
.u-xs-space-ends-05,
.u-xs-space-bottom-05{
margin-bottom: 0.55492rem !important;
}
.u-xs-space-05,
.u-xs-space-sides-05,
.u-xs-space-left-05{
margin-left: 0.55492rem !important;
}
.u-xs-space-05,
.u-xs-space-sides-05,
.u-xs-space-right-05{
margin-right: 0.55492rem !important;
}
.u-xs-space-04,
.u-xs-space-ends-04,
.u-xs-space-top-04{
margin-top: 0.62429rem !important;
}
.u-xs-space-04,
.u-xs-space-ends-04,
.u-xs-space-bottom-04{
margin-bottom: 0.62429rem !important;
}
.u-xs-space-04,
.u-xs-space-sides-04,
.u-xs-space-left-04{
margin-left: 0.62429rem !important;
}
.u-xs-space-04,
.u-xs-space-sides-04,
.u-xs-space-right-04{
margin-right: 0.62429rem !important;
}
.u-xs-space-03,
.u-xs-space-ends-03,
.u-xs-space-top-03{
margin-top: 0.70233rem !important;
}
.u-xs-space-03,
.u-xs-space-ends-03,
.u-xs-space-bottom-03{
margin-bottom: 0.70233rem !important;
}
.u-xs-space-03,
.u-xs-space-sides-03,
.u-xs-space-left-03{
margin-left: 0.70233rem !important;
}
.u-xs-space-03,
.u-xs-space-sides-03,
.u-xs-space-right-03{
margin-right: 0.70233rem !important;
}
.u-sxs-space-02,
.u-sxs-space-ends-02,
.u-sxs-space-top-02{
margin-top: 0.79012rem !important;
}
.u-sxs-space-02,
.u-sxs-space-ends-02,
.u-sxs-space-bottom-02{
margin-bottom: 0.79012rem !important;
}
.u-sxs-space-02,
.u-sxs-space-sides-02,
.u-sxs-space-left-02{
margin-left: 0.79012rem !important;
}
.u-sxs-space-02,
.u-sxs-space-sides-02,
.u-sxs-space-right-02{
margin-right: 0.79012rem !important;
}
.u-xs-space-01,
.u-xs-space-ends-01,
.u-xs-space-top-01{
margin-top: 0.88889rem !important;
}
.u-xs-space-01,
.u-xs-space-ends-01,
.u-xs-space-bottom-01{
margin-bottom: 0.88889rem !important;
}
.u-xs-space-01,
.u-xs-space-sides-01,
.u-xs-space-left-01{
margin-left: 0.88889rem !important;
}
.u-xs-space-01,
.u-xs-space-sides-01,
.u-xs-space-right-01{
margin-right: 0.88889rem !important;
}
.u-xs-space-0,
.u-xs-space-ends-0,
.u-xs-space-top-0{
margin-top: 1rem !important;
}
.u-xs-space-0,
.u-xs-space-ends-0,
.u-xs-space-bottom-0{
margin-bottom: 1rem !important;
}
.u-xs-space-0,
.u-xs-space-sides-0,
.u-xs-space-left-0{
margin-left: 1rem !important;
}
.u-xs-space-0,
.u-xs-space-sides-0,
.u-xs-space-right-0{
margin-right: 1rem !important;
}
.u-xs-space-1,
.u-xs-space-ends-1,
.u-xs-space-top-1{
margin-top: 1.125rem !important;
}
.u-xs-space-1,
.u-xs-space-ends-1,
.u-xs-space-bottom-1{
margin-bottom: 1.125rem !important;
}
.u-xs-space-1,
.u-xs-space-sides-1,
.u-xs-space-left-1{
margin-left: 1.125rem !important;
}
.u-xs-space-1,
.u-xs-space-sides-1,
.u-xs-space-right-1{
margin-right: 1.125rem !important;
}
.u-xs-space-2,
.u-xs-space-ends-2,
.u-xs-space-top-2{
margin-top: 1.26563rem !important;
}
.u-xs-space-2,
.u-xs-space-ends-2,
.u-xs-space-bottom-2{
margin-bottom: 1.26563rem !important;
}
.u-xs-space-2,
.u-xs-space-sides-2,
.u-xs-space-left-2{
margin-left: 1.26563rem !important;
}
.u-xs-space-2,
.u-xs-space-sides-2,
.u-xs-space-right-2{
margin-right: 1.26563rem !important;
}
.u-xs-space-3,
.u-xs-space-ends-3,
.u-xs-space-top-3{
margin-top: 1.42383rem !important;
}
.u-xs-space-3,
.u-xs-space-ends-3,
.u-xs-space-bottom-3{
margin-bottom: 1.42383rem !important;
}
.u-xs-space-3,
.u-xs-space-sides-3,
.u-xs-space-left-3{
margin-left: 1.42383rem !important;
}
.u-xs-space-3,
.u-xs-space-sides-3,
.u-xs-space-right-3{
margin-right: 1.42383rem !important;
}
.u-xs-space-4,
.u-xs-space-ends-4,
.u-xs-space-top-4{
margin-top: 1.60181rem !important;
}
.u-xs-space-4,
.u-xs-space-ends-4,
.u-xs-space-bottom-4{
margin-bottom: 1.60181rem !important;
}
.u-xs-space-4,
.u-xs-space-sides-4,
.u-xs-space-left-4{
margin-left: 1.60181rem !important;
}
.u-xs-space-4,
.u-xs-space-sides-4,
.u-xs-space-right-4{
margin-right: 1.60181rem !important;
}
.u-xs-space-5,
.u-xs-space-ends-5,
.u-xs-space-top-5{
margin-top: 1.80204rem !important;
}
.u-xs-space-5,
.u-xs-space-ends-5,
.u-xs-space-bottom-5{
margin-bottom: 1.80204rem !important;
}
.u-xs-space-5,
.u-xs-space-sides-5,
.u-xs-space-left-5{
margin-left: 1.80204rem !important;
}
.u-xs-space-5,
.u-xs-space-sides-5,
.u-xs-space-right-5{
margin-right: 1.80204rem !important;
}
.u-xs-space-6,
.u-xs-space-ends-6,
.u-xs-space-top-6{
margin-top: 2.0273rem !important;
}
.u-xs-space-6,
.u-xs-space-ends-6,
.u-xs-space-bottom-6{
margin-bottom: 2.0273rem !important;
}
.u-xs-space-6,
.u-xs-space-sides-6,
.u-xs-space-left-6{
margin-left: 2.0273rem !important;
}
.u-xs-space-6,
.u-xs-space-sides-6,
.u-xs-space-right-6{
margin-right: 2.0273rem !important;
}
.u-sm-space-none,
.u-sm-space-ends-none,
.u-sm-space-top-none{
margin-top: 0 !important;
}
.u-sm-space-none,
.u-sm-space-ends-none,
.u-sm-space-bottom-none{
margin-bottom: 0 !important;
}
.u-sm-space-none,
.u-sm-space-sides-none,
.u-sm-space-left-none{
margin-left: 0 !important;
}
.u-sm-space-none,
.u-sm-space-sides-none,
.u-sm-space-right-none{
margin-right: 0 !important;
}
.u-xs-pad-06,
.u-xs-pad-ends-06,
.u-xs-pad-top-06{
padding-top: 0.49326rem !important;
}
.u-xs-pad-06,
.u-xs-pad-ends-06,
.u-xs-pad-bottom-06{
padding-bottom: 0.49326rem !important;
}
.u-xs-pad-06,
.u-xs-pad-sides-06,
.u-xs-pad-left-06{
padding-left: 0.49326rem !important;
}
.u-xs-pad-06,
.u-xs-pad-sides-06,
.u-xs-pad-right-06{
padding-right: 0.49326rem !important;
}
.u-xs-pad-05,
.u-xs-pad-ends-05,
.u-xs-pad-top-05{
padding-top: 0.55492rem !important;
}
.u-xs-pad-05,
.u-xs-pad-ends-05,
.u-xs-pad-bottom-05{
padding-bottom: 0.55492rem !important;
}
.u-xs-pad-05,
.u-xs-pad-sides-05,
.u-xs-pad-left-05{
padding-left: 0.55492rem !important;
}
.u-xs-pad-05,
.u-xs-pad-sides-05,
.u-xs-pad-right-05{
padding-right: 0.55492rem !important;
}
.u-xs-pad-04,
.u-xs-pad-ends-04,
.u-xs-pad-top-04{
padding-top: 0.62429rem !important;
}
.u-xs-pad-04,
.u-xs-pad-ends-04,
.u-xs-pad-bottom-04{
padding-bottom: 0.62429rem !important;
}
.u-xs-pad-04,
.u-xs-pad-sides-04,
.u-xs-pad-left-04{
padding-left: 0.62429rem !important;
}
.u-xs-pad-04,
.u-xs-pad-sides-04,
.u-xs-pad-right-04{
padding-right: 0.62429rem !important;
}
.u-xs-pad-03,
.u-xs-pad-ends-03,
.u-xs-pad-top-03{
padding-top: 0.70233rem !important;
}
.u-xs-pad-03,
.u-xs-pad-ends-03,
.u-xs-pad-bottom-03{
padding-bottom: 0.70233rem !important;
}
.u-xs-pad-03,
.u-xs-pad-sides-03,
.u-xs-pad-left-03{
padding-left: 0.70233rem !important;
}
.u-xs-pad-03,
.u-xs-pad-sides-03,
.u-xs-pad-right-03{
padding-right: 0.70233rem !important;
}
.u-xs-pad-02,
.u-xs-pad-ends-02,
.u-xs-pad-top-02{
padding-top: 0.79012rem !important;
}
.u-xs-pad-02,
.u-xs-pad-ends-02,
.u-xs-pad-bottom-02{
padding-bottom: 0.79012rem !important;
}
.u-xs-pad-02,
.u-xs-pad-sides-02,
.u-xs-pad-left-02{
padding-left: 0.79012rem !important;
}
.u-xs-pad-02,
.u-xs-pad-sides-02,
.u-xs-pad-right-02{
padding-right: 0.79012rem !important;
}
.u-xs-pad-01,
.u-xs-pad-ends-01,
.u-xs-pad-top-01{
padding-top: 0.88889rem !important;
}
.u-xs-pad-01,
.u-xs-pad-ends-01,
.u-xs-pad-bottom-01{
padding-bottom: 0.88889rem !important;
}
.u-xs-pad-01,
.u-xs-pad-sides-01,
.u-xs-pad-left-01{
padding-left: 0.88889rem !important;
}
.u-xs-pad-01,
.u-xs-pad-sides-01,
.u-xs-pad-right-01{
padding-right: 0.88889rem !important;
}
.u-xs-pad-0,
.u-xs-pad-ends-0,
.u-xs-pad-top-0{
padding-top: 1rem !important;
}
.u-xs-pad-0,
.u-xs-pad-ends-0,
.u-xs-pad-bottom-0{
padding-bottom: 1rem !important;
}
.u-xs-pad-0,
.u-xs-pad-sides-0,
.u-xs-pad-left-0{
padding-left: 1rem !important;
}
.u-xs-pad-0,
.u-xs-pad-sides-0,
.u-xs-pad-right-0{
padding-right: 1rem !important;
}
.u-xs-pad-1,
.u-xs-pad-ends-1,
.u-xs-pad-top-1{
padding-top: 1.125rem !important;
}
.u-xs-pad-1,
.u-xs-pad-ends-1,
.u-xs-pad-bottom-1{
padding-bottom: 1.125rem !important;
}
.u-xs-pad-1,
.u-xs-pad-sides-1,
.u-xs-pad-left-1{
padding-left: 1.125rem !important;
}
.u-xs-pad-1,
.u-xs-pad-sides-1,
.u-xs-pad-right-1{
padding-right: 1.125rem !important;
}
.u-xs-pad-2,
.u-xs-pad-ends-2,
.u-xs-pad-top-2{
padding-top: 1.26563rem !important;
}
.u-xs-pad-2,
.u-xs-pad-ends-2,
.u-xs-pad-bottom-2{
padding-bottom: 1.26563rem !important;
}
.u-xs-pad-2,
.u-xs-pad-sides-2,
.u-xs-pad-left-2{
padding-left: 1.26563rem !important;
}
.u-xs-pad-2,
.u-xs-pad-sides-2,
.u-xs-pad-right-2{
padding-right: 1.26563rem !important;
}
.u-xs-pad-3,
.u-xs-pad-ends-3,
.u-xs-pad-top-3{
padding-top: 1.42383rem !important;
}
.u-xs-pad-3,
.u-xs-pad-ends-3,
.u-xs-pad-bottom-3{
padding-bottom: 1.42383rem !important;
}
.u-xs-pad-3,
.u-xs-pad-sides-3,
.u-xs-pad-left-3{
padding-left: 1.42383rem !important;
}
.u-xs-pad-3,
.u-xs-pad-sides-3,
.u-xs-pad-right-3{
padding-right: 1.42383rem !important;
}
.u-xs-pad-4,
.u-xs-pad-ends-4,
.u-xs-pad-top-4{
padding-top: 1.60181rem !important;
}
.u-xs-pad-4,
.u-xs-pad-ends-4,
.u-xs-pad-bottom-4{
padding-bottom: 1.60181rem !important;
}
.u-xs-pad-4,
.u-xs-pad-sides-4,
.u-xs-pad-left-4{
padding-left: 1.60181rem !important;
}
.u-xs-pad-4,
.u-xs-pad-sides-4,
.u-xs-pad-right-4{
padding-right: 1.60181rem !important;
}
.u-xs-pad-5,
.u-xs-pad-ends-5,
.u-xs-pad-top-5{
padding-top: 1.80204rem !important;
}
.u-xs-pad-5,
.u-xs-pad-ends-5,
.u-xs-pad-bottom-5{
padding-bottom: 1.80204rem !important;
}
.u-xs-pad-5,
.u-xs-pad-sides-5,
.u-xs-pad-left-5{
padding-left: 1.80204rem !important;
}
.u-xs-pad-5,
.u-xs-pad-sides-5,
.u-xs-pad-right-5{
padding-right: 1.80204rem !important;
}
.u-xs-pad-6,
.u-xs-pad-ends-6,
.u-xs-pad-top-6{
padding-top: 2.0273rem !important;
}
.u-xs-pad-6,
.u-xs-pad-ends-6,
.u-xs-pad-bottom-6{
padding-bottom: 2.0273rem !important;
}
.u-xs-pad-6,
.u-xs-pad-sides-6,
.u-xs-pad-left-6{
padding-left: 2.0273rem !important;
}
.u-xs-pad-6,
.u-xs-pad-sides-6,
.u-xs-pad-right-6{
padding-right: 2.0273rem !important;
}
.u-sm-pad-none,
.u-sm-pad-ends-none,
.u-sm-pad-top-none{
padding-top: 0 !important;
}
.u-sm-pad-none,
.u-sm-pad-ends-none,
.u-sm-pad-bottom-none{
padding-bottom: 0 !important;
}
.u-sm-pad-none,
.u-sm-pad-sides-none,
.u-sm-pad-left-none{
padding-left: 0 !important;
}
.u-sm-pad-none,
.u-sm-pad-sides-none,
.u-sm-pad-right-none{
padding-right: 0 !important;
}
}
@media (min-width:25rem) {
.u-sm-pull-sides-1,
.u-sm-pull-left-1{
margin-left: -1.125rem !important;
}
.u-sm-pull-sides-1,
.u-sm-pull-right-1{
margin-right: -1.125rem !important;
}
.u-sm-pull-sides-2,
.u-sm-pull-left-2{
margin-left: -1.26563rem !important;
}
.u-sm-pull-sides-2,
.u-sm-pull-right-2{
margin-right: -1.26563rem !important;
}
.u-sm-pull-sides-3,
.u-sm-pull-left-3{
margin-left: -1.42383rem !important;
}
.u-sm-pull-sides-3,
.u-sm-pull-right-3{
margin-right: -1.42383rem !important;
}
.u-sm-pull-sides-4,
.u-sm-pull-left-4{
margin-left: -1.60181rem !important;
}
.u-sm-pull-sides-4,
.u-sm-pull-right-4{
margin-right: -1.60181rem !important;
}
.u-sm-pull-sides-5,
.u-sm-pull-left-5{
margin-left: -1.80204rem !important;
}
.u-sm-pull-sides-5,
.u-sm-pull-right-5{
margin-right: -1.80204rem !important;
}
.u-sm-pull-sides-6,
.u-sm-pull-left-6{
margin-left: -2.0273rem !important;
}
.u-sm-pull-sides-6,
.u-sm-pull-right-6{
margin-right: -2.0273rem !important;
}
.u-sm-space-06,
.u-sm-space-ends-06,
.u-sm-space-top-06{
margin-top: 0.49326rem !important;
}
.u-sm-space-06,
.u-sm-space-ends-06,
.u-sm-space-bottom-06{
margin-bottom: 0.49326rem !important;
}
.u-sm-space-06,
.u-sm-space-sides-06,
.u-sm-space-left-06{
margin-left: 0.49326rem !important;
}
.u-sm-space-06,
.u-sm-space-sides-06,
.u-sm-space-right-06{
margin-right: 0.49326rem !important;
}
.u-sm-space-05,
.u-sm-space-ends-05,
.u-sm-space-top-05{
margin-top: 0.55492rem !important;
}
.u-sm-space-05,
.u-sm-space-ends-05,
.u-sm-space-bottom-05{
margin-bottom: 0.55492rem !important;
}
.u-sm-space-05,
.u-sm-space-sides-05,
.u-sm-space-left-05{
margin-left: 0.55492rem !important;
}
.u-sm-space-05,
.u-sm-space-sides-05,
.u-sm-space-right-05{
margin-right: 0.55492rem !important;
}
.u-sm-space-04,
.u-sm-space-ends-04,
.u-sm-space-top-04{
margin-top: 0.62429rem !important;
}
.u-sm-space-04,
.u-sm-space-ends-04,
.u-sm-space-bottom-04{
margin-bottom: 0.62429rem !important;
}
.u-sm-space-04,
.u-sm-space-sides-04,
.u-sm-space-left-04{
margin-left: 0.62429rem !important;
}
.u-sm-space-04,
.u-sm-space-sides-04,
.u-sm-space-right-04{
margin-right: 0.62429rem !important;
}
.u-sm-space-03,
.u-sm-space-ends-03,
.u-sm-space-top-03{
margin-top: 0.70233rem !important;
}
.u-sm-space-03,
.u-sm-space-ends-03,
.u-sm-space-bottom-03{
margin-bottom: 0.70233rem !important;
}
.u-sm-space-03,
.u-sm-space-sides-03,
.u-sm-space-left-03{
margin-left: 0.70233rem !important;
}
.u-sm-space-03,
.u-sm-space-sides-03,
.u-sm-space-right-03{
margin-right: 0.70233rem !important;
}
.u-sm-space-02,
.u-sm-space-ends-02,
.u-sm-space-top-02{
margin-top: 0.79012rem !important;
}
.u-sm-space-02,
.u-sm-space-ends-02,
.u-sm-space-bottom-02{
margin-bottom: 0.79012rem !important;
}
.u-sm-space-02,
.u-sm-space-sides-02,
.u-sm-space-left-02{
margin-left: 0.79012rem !important;
}
.u-sm-space-02,
.u-sm-space-sides-02,
.u-sm-space-right-02{
margin-right: 0.79012rem !important;
}
.u-sm-space-01,
.u-sm-space-ends-01,
.u-sm-space-top-01{
margin-top: 0.88889rem !important;
}
.u-sm-space-01,
.u-sm-space-ends-01,
.u-sm-space-bottom-01{
margin-bottom: 0.88889rem !important;
}
.u-sm-space-01,
.u-sm-space-sides-01,
.u-sm-space-left-01{
margin-left: 0.88889rem !important;
}
.u-sm-space-01,
.u-sm-space-sides-01,
.u-sm-space-right-01{
margin-right: 0.88889rem !important;
}
.u-sm-space-0,
.u-sm-space-ends-0,
.u-sm-space-top-0{
margin-top: 1rem !important;
}
.u-sm-space-0,
.u-sm-space-ends-0,
.u-sm-space-bottom-0{
margin-bottom: 1rem !important;
}
.u-sm-space-0,
.u-sm-space-sides-0,
.u-sm-space-left-0{
margin-left: 1rem !important;
}
.u-sm-space-0,
.u-sm-space-sides-0,
.u-sm-space-right-0{
margin-right: 1rem !important;
}
.u-sm-space-1,
.u-sm-space-ends-1,
.u-sm-space-top-1{
margin-top: 1.125rem !important;
}
.u-sm-space-1,
.u-sm-space-ends-1,
.u-sm-space-bottom-1{
margin-bottom: 1.125rem !important;
}
.u-sm-space-1,
.u-sm-space-sides-1,
.u-sm-space-left-1{
margin-left: 1.125rem !important;
}
.u-sm-space-1,
.u-sm-space-sides-1,
.u-sm-space-right-1{
margin-right: 1.125rem !important;
}
.u-sm-space-2,
.u-sm-space-ends-2,
.u-sm-space-top-2{
margin-top: 1.26563rem !important;
}
.u-sm-space-2,
.u-sm-space-ends-2,
.u-sm-space-bottom-2{
margin-bottom: 1.26563rem !important;
}
.u-sm-space-2,
.u-sm-space-sides-2,
.u-sm-space-left-2{
margin-left: 1.26563rem !important;
}
.u-sm-space-2,
.u-sm-space-sides-2,
.u-sm-space-right-2{
margin-right: 1.26563rem !important;
}
.u-sm-space-3,
.u-sm-space-ends-3,
.u-sm-space-top-3{
margin-top: 1.42383rem !important;
}
.u-sm-space-3,
.u-sm-space-ends-3,
.u-sm-space-bottom-3{
margin-bottom: 1.42383rem !important;
}
.u-sm-space-3,
.u-sm-space-sides-3,
.u-sm-space-left-3{
margin-left: 1.42383rem !important;
}
.u-sm-space-3,
.u-sm-space-sides-3,
.u-sm-space-right-3{
margin-right: 1.42383rem !important;
}
.u-sm-space-4,
.u-sm-space-ends-4,
.u-sm-space-top-4{
margin-top: 1.60181rem !important;
}
.u-sm-space-4,
.u-sm-space-ends-4,
.u-sm-space-bottom-4{
margin-bottom: 1.60181rem !important;
}
.u-sm-space-4,
.u-sm-space-sides-4,
.u-sm-space-left-4{
margin-left: 1.60181rem !important;
}
.u-sm-space-4,
.u-sm-space-sides-4,
.u-sm-space-right-4{
margin-right: 1.60181rem !important;
}
.u-sm-space-5,
.u-sm-space-ends-5,
.u-sm-space-top-5{
margin-top: 1.80204rem !important;
}
.u-sm-space-5,
.u-sm-space-ends-5,
.u-sm-space-bottom-5{
margin-bottom: 1.80204rem !important;
}
.u-sm-space-5,
.u-sm-space-sides-5,
.u-sm-space-left-5{
margin-left: 1.80204rem !important;
}
.u-sm-space-5,
.u-sm-space-sides-5,
.u-sm-space-right-5{
margin-right: 1.80204rem !important;
}
.u-sm-space-6,
.u-sm-space-ends-6,
.u-sm-space-top-6{
margin-top: 2.0273rem !important;
}
.u-sm-space-6,
.u-sm-space-ends-6,
.u-sm-space-bottom-6{
margin-bottom: 2.0273rem !important;
}
.u-sm-space-6,
.u-sm-space-sides-6,
.u-sm-space-left-6{
margin-left: 2.0273rem !important;
}
.u-sm-space-6,
.u-sm-space-sides-6,
.u-sm-space-right-6{
margin-right: 2.0273rem !important;
}
.u-sm-space-none,
.u-sm-space-ends-none,
.u-sm-space-top-none{
margin-top: 0 !important;
}
.u-sm-space-none,
.u-sm-space-ends-none,
.u-sm-space-bottom-none{
margin-bottom: 0 !important;
}
.u-sm-space-none,
.u-sm-space-sides-none,
.u-sm-space-left-none{
margin-left: 0 !important;
}
.u-sm-space-none,
.u-sm-space-sides-none,
.u-sm-space-right-none{
margin-right: 0 !important;
}
.u-sm-pad-06,
.u-sm-pad-ends-06,
.u-sm-pad-top-06{
padding-top: 0.49326rem !important;
}
.u-sm-pad-06,
.u-sm-pad-ends-06,
.u-sm-pad-bottom-06{
padding-bottom: 0.49326rem !important;
}
.u-sm-pad-06,
.u-sm-pad-sides-06,
.u-sm-pad-left-06{
padding-left: 0.49326rem !important;
}
.u-sm-pad-06,
.u-sm-pad-sides-06,
.u-sm-pad-right-06{
padding-right: 0.49326rem !important;
}
.u-sm-pad-05,
.u-sm-pad-ends-05,
.u-sm-pad-top-05{
padding-top: 0.55492rem !important;
}
.u-sm-pad-05,
.u-sm-pad-ends-05,
.u-sm-pad-bottom-05{
padding-bottom: 0.55492rem !important;
}
.u-sm-pad-05,
.u-sm-pad-sides-05,
.u-sm-pad-left-05{
padding-left: 0.55492rem !important;
}
.u-sm-pad-05,
.u-sm-pad-sides-05,
.u-sm-pad-right-05{
padding-right: 0.55492rem !important;
}
.u-sm-pad-04,
.u-sm-pad-ends-04,
.u-sm-pad-top-04{
padding-top: 0.62429rem !important;
}
.u-sm-pad-04,
.u-sm-pad-ends-04,
.u-sm-pad-bottom-04{
padding-bottom: 0.62429rem !important;
}
.u-sm-pad-04,
.u-sm-pad-sides-04,
.u-sm-pad-left-04{
padding-left: 0.62429rem !important;
}
.u-sm-pad-04,
.u-sm-pad-sides-04,
.u-sm-pad-right-04{
padding-right: 0.62429rem !important;
}
.u-sm-pad-03,
.u-sm-pad-ends-03,
.u-sm-pad-top-03{
padding-top: 0.70233rem !important;
}
.u-sm-pad-03,
.u-sm-pad-ends-03,
.u-sm-pad-bottom-03{
padding-bottom: 0.70233rem !important;
}
.u-sm-pad-03,
.u-sm-pad-sides-03,
.u-sm-pad-left-03{
padding-left: 0.70233rem !important;
}
.u-sm-pad-03,
.u-sm-pad-sides-03,
.u-sm-pad-right-03{
padding-right: 0.70233rem !important;
}
.u-sm-pad-02,
.u-sm-pad-ends-02,
.u-sm-pad-top-02{
padding-top: 0.79012rem !important;
}
.u-sm-pad-02,
.u-sm-pad-ends-02,
.u-sm-pad-bottom-02{
padding-bottom: 0.79012rem !important;
}
.u-sm-pad-02,
.u-sm-pad-sides-02,
.u-sm-pad-left-02{
padding-left: 0.79012rem !important;
}
.u-sm-pad-02,
.u-sm-pad-sides-02,
.u-sm-pad-right-02{
padding-right: 0.79012rem !important;
}
.u-sm-pad-01,
.u-sm-pad-ends-01,
.u-sm-pad-top-01{
padding-top: 0.88889rem !important;
}
.u-sm-pad-01,
.u-sm-pad-ends-01,
.u-sm-pad-bottom-01{
padding-bottom: 0.88889rem !important;
}
.u-sm-pad-01,
.u-sm-pad-sides-01,
.u-sm-pad-left-01{
padding-left: 0.88889rem !important;
}
.u-sm-pad-01,
.u-sm-pad-sides-01,
.u-sm-pad-right-01{
padding-right: 0.88889rem !important;
}
.u-sm-pad-0,
.u-sm-pad-ends-0,
.u-sm-pad-top-0{
padding-top: 1rem !important;
}
.u-sm-pad-0,
.u-sm-pad-ends-0,
.u-sm-pad-bottom-0{
padding-bottom: 1rem !important;
}
.u-sm-pad-0,
.u-sm-pad-sides-0,
.u-sm-pad-left-0{
padding-left: 1rem !important;
}
.u-sm-pad-0,
.u-sm-pad-sides-0,
.u-sm-pad-right-0{
padding-right: 1rem !important;
}
.u-sm-pad-1,
.u-sm-pad-ends-1,
.u-sm-pad-top-1{
padding-top: 1.125rem !important;
}
.u-sm-pad-1,
.u-sm-pad-ends-1,
.u-sm-pad-bottom-1{
padding-bottom: 1.125rem !important;
}
.u-sm-pad-1,
.u-sm-pad-sides-1,
.u-sm-pad-left-1{
padding-left: 1.125rem !important;
}
.u-sm-pad-1,
.u-sm-pad-sides-1,
.u-sm-pad-right-1{
padding-right: 1.125rem !important;
}
.u-sm-pad-2,
.u-sm-pad-ends-2,
.u-sm-pad-top-2{
padding-top: 1.26563rem !important;
}
.u-sm-pad-2,
.u-sm-pad-ends-2,
.u-sm-pad-bottom-2{
padding-bottom: 1.26563rem !important;
}
.u-sm-pad-2,
.u-sm-pad-sides-2,
.u-sm-pad-left-2{
padding-left: 1.26563rem !important;
}
.u-sm-pad-2,
.u-sm-pad-sides-2,
.u-sm-pad-right-2{
padding-right: 1.26563rem !important;
}
.u-sm-pad-3,
.u-sm-pad-ends-3,
.u-sm-pad-top-3{
padding-top: 1.42383rem !important;
}
.u-sm-pad-3,
.u-sm-pad-ends-3,
.u-sm-pad-bottom-3{
padding-bottom: 1.42383rem !important;
}
.u-sm-pad-3,
.u-sm-pad-sides-3,
.u-sm-pad-left-3{
padding-left: 1.42383rem !important;
}
.u-sm-pad-3,
.u-sm-pad-sides-3,
.u-sm-pad-right-3{
padding-right: 1.42383rem !important;
}
.u-sm-pad-4,
.u-sm-pad-ends-4,
.u-sm-pad-top-4{
padding-top: 1.60181rem !important;
}
.u-sm-pad-4,
.u-sm-pad-ends-4,
.u-sm-pad-bottom-4{
padding-bottom: 1.60181rem !important;
}
.u-sm-pad-4,
.u-sm-pad-sides-4,
.u-sm-pad-left-4{
padding-left: 1.60181rem !important;
}
.u-sm-pad-4,
.u-sm-pad-sides-4,
.u-sm-pad-right-4{
padding-right: 1.60181rem !important;
}
.u-sm-pad-5,
.u-sm-pad-ends-5,
.u-sm-pad-top-5{
padding-top: 1.80204rem !important;
}
.u-sm-pad-5,
.u-sm-pad-ends-5,
.u-sm-pad-bottom-5{
padding-bottom: 1.80204rem !important;
}
.u-sm-pad-5,
.u-sm-pad-sides-5,
.u-sm-pad-left-5{
padding-left: 1.80204rem !important;
}
.u-sm-pad-5,
.u-sm-pad-sides-5,
.u-sm-pad-right-5{
padding-right: 1.80204rem !important;
}
.u-sm-pad-6,
.u-sm-pad-ends-6,
.u-sm-pad-top-6{
padding-top: 2.0273rem !important;
}
.u-sm-pad-6,
.u-sm-pad-ends-6,
.u-sm-pad-bottom-6{
padding-bottom: 2.0273rem !important;
}
.u-sm-pad-6,
.u-sm-pad-sides-6,
.u-sm-pad-left-6{
padding-left: 2.0273rem !important;
}
.u-sm-pad-6,
.u-sm-pad-sides-6,
.u-sm-pad-right-6{
padding-right: 2.0273rem !important;
}
.u-sm-pad-none,
.u-sm-pad-ends-none,
.u-sm-pad-top-none{
padding-top: 0 !important;
}
.u-sm-pad-none,
.u-sm-pad-ends-none,
.u-sm-pad-bottom-none{
padding-bottom: 0 !important;
}
.u-sm-pad-none,
.u-sm-pad-sides-none,
.u-sm-pad-left-none{
padding-left: 0 !important;
}
.u-sm-pad-none,
.u-sm-pad-sides-none,
.u-sm-pad-right-none{
padding-right: 0 !important;
}
}
@media (min-width:43.75rem) {
.u-md-pull-sides-1,
.u-md-pull-left-1{
margin-left: -1.125rem !important;
}
.u-md-pull-sides-1,
.u-md-pull-right-1{
margin-right: -1.125rem !important;
}
.u-md-pull-sides-2,
.u-md-pull-left-2{
margin-left: -1.26563rem !important;
}
.u-md-pull-sides-2,
.u-md-pull-right-2{
margin-right: -1.26563rem !important;
}
.u-md-pull-sides-3,
.u-md-pull-left-3{
margin-left: -1.42383rem !important;
}
.u-md-pull-sides-3,
.u-md-pull-right-3{
margin-right: -1.42383rem !important;
}
.u-md-pull-sides-4,
.u-md-pull-left-4{
margin-left: -1.60181rem !important;
}
.u-md-pull-sides-4,
.u-md-pull-right-4{
margin-right: -1.60181rem !important;
}
.u-md-pull-sides-5,
.u-md-pull-left-5{
margin-left: -1.80204rem !important;
}
.u-md-pull-sides-5,
.u-md-pull-right-5{
margin-right: -1.80204rem !important;
}
.u-md-pull-sides-6,
.u-md-pull-left-6{
margin-left: -2.0273rem !important;
}
.u-md-pull-sides-6,
.u-md-pull-right-6{
margin-right: -2.0273rem !important;
}
.u-md-space-06,
.u-md-space-ends-06,
.u-md-space-top-06{
margin-top: 0.49326rem !important;
}
.u-md-space-06,
.u-md-space-ends-06,
.u-md-space-bottom-06{
margin-bottom: 0.49326rem !important;
}
.u-md-space-06,
.u-md-space-sides-06,
.u-md-space-left-06{
margin-left: 0.49326rem !important;
}
.u-md-space-06,
.u-md-space-sides-06,
.u-md-space-right-06{
margin-right: 0.49326rem !important;
}
.u-md-space-05,
.u-md-space-ends-05,
.u-md-space-top-05{
margin-top: 0.55492rem !important;
}
.u-md-space-05,
.u-md-space-ends-05,
.u-md-space-bottom-05{
margin-bottom: 0.55492rem !important;
}
.u-md-space-05,
.u-md-space-sides-05,
.u-md-space-left-05{
margin-left: 0.55492rem !important;
}
.u-md-space-05,
.u-md-space-sides-05,
.u-md-space-right-05{
margin-right: 0.55492rem !important;
}
.u-md-space-04,
.u-md-space-ends-04,
.u-md-space-top-04{
margin-top: 0.62429rem !important;
}
.u-md-space-04,
.u-md-space-ends-04,
.u-md-space-bottom-04{
margin-bottom: 0.62429rem !important;
}
.u-md-space-04,
.u-md-space-sides-04,
.u-md-space-left-04{
margin-left: 0.62429rem !important;
}
.u-md-space-04,
.u-md-space-sides-04,
.u-md-space-right-04{
margin-right: 0.62429rem !important;
}
.u-md-space-03,
.u-md-space-ends-03,
.u-md-space-top-03{
margin-top: 0.70233rem !important;
}
.u-md-space-03,
.u-md-space-ends-03,
.u-md-space-bottom-03{
margin-bottom: 0.70233rem !important;
}
.u-md-space-03,
.u-md-space-sides-03,
.u-md-space-left-03{
margin-left: 0.70233rem !important;
}
.u-md-space-03,
.u-md-space-sides-03,
.u-md-space-right-03{
margin-right: 0.70233rem !important;
}
.u-md-space-02,
.u-md-space-ends-02,
.u-md-space-top-02{
margin-top: 0.79012rem !important;
}
.u-md-space-02,
.u-md-space-ends-02,
.u-md-space-bottom-02{
margin-bottom: 0.79012rem !important;
}
.u-md-space-02,
.u-md-space-sides-02,
.u-md-space-left-02{
margin-left: 0.79012rem !important;
}
.u-md-space-02,
.u-md-space-sides-02,
.u-md-space-right-02{
margin-right: 0.79012rem !important;
}
.u-md-space-01,
.u-md-space-ends-01,
.u-md-space-top-01{
margin-top: 0.88889rem !important;
}
.u-md-space-01,
.u-md-space-ends-01,
.u-md-space-bottom-01{
margin-bottom: 0.88889rem !important;
}
.u-md-space-01,
.u-md-space-sides-01,
.u-md-space-left-01{
margin-left: 0.88889rem !important;
}
.u-md-space-01,
.u-md-space-sides-01,
.u-md-space-right-01{
margin-right: 0.88889rem !important;
}
.u-md-space-0,
.u-md-space-ends-0,
.u-md-space-top-0{
margin-top: 1rem !important;
}
.u-md-space-0,
.u-md-space-ends-0,
.u-md-space-bottom-0{
margin-bottom: 1rem !important;
}
.u-md-space-0,
.u-md-space-sides-0,
.u-md-space-left-0{
margin-left: 1rem !important;
}
.u-md-space-0,
.u-md-space-sides-0,
.u-md-space-right-0{
margin-right: 1rem !important;
}
.u-md-space-1,
.u-md-space-ends-1,
.u-md-space-top-1{
margin-top: 1.125rem !important;
}
.u-md-space-1,
.u-md-space-ends-1,
.u-md-space-bottom-1{
margin-bottom: 1.125rem !important;
}
.u-md-space-1,
.u-md-space-sides-1,
.u-md-space-left-1{
margin-left: 1.125rem !important;
}
.u-md-space-1,
.u-md-space-sides-1,
.u-md-space-right-1{
margin-right: 1.125rem !important;
}
.u-md-space-2,
.u-md-space-ends-2,
.u-md-space-top-2{
margin-top: 1.26563rem !important;
}
.u-md-space-2,
.u-md-space-ends-2,
.u-md-space-bottom-2{
margin-bottom: 1.26563rem !important;
}
.u-md-space-2,
.u-md-space-sides-2,
.u-md-space-left-2{
margin-left: 1.26563rem !important;
}
.u-md-space-2,
.u-md-space-sides-2,
.u-md-space-right-2{
margin-right: 1.26563rem !important;
}
.u-md-space-3,
.u-md-space-ends-3,
.u-md-space-top-3{
margin-top: 1.42383rem !important;
}
.u-md-space-3,
.u-md-space-ends-3,
.u-md-space-bottom-3{
margin-bottom: 1.42383rem !important;
}
.u-md-space-3,
.u-md-space-sides-3,
.u-md-space-left-3{
margin-left: 1.42383rem !important;
}
.u-md-space-3,
.u-md-space-sides-3,
.u-md-space-right-3{
margin-right: 1.42383rem !important;
}
.u-md-space-4,
.u-md-space-ends-4,
.u-md-space-top-4{
margin-top: 1.60181rem !important;
}
.u-md-space-4,
.u-md-space-ends-4,
.u-md-space-bottom-4{
margin-bottom: 1.60181rem !important;
}
.u-md-space-4,
.u-md-space-sides-4,
.u-md-space-left-4{
margin-left: 1.60181rem !important;
}
.u-md-space-4,
.u-md-space-sides-4,
.u-md-space-right-4{
margin-right: 1.60181rem !important;
}
.u-md-space-5,
.u-md-space-ends-5,
.u-md-space-top-5{
margin-top: 1.80204rem !important;
}
.u-md-space-5,
.u-md-space-ends-5,
.u-md-space-bottom-5{
margin-bottom: 1.80204rem !important;
}
.u-md-space-5,
.u-md-space-sides-5,
.u-md-space-left-5{
margin-left: 1.80204rem !important;
}
.u-md-space-5,
.u-md-space-sides-5,
.u-md-space-right-5{
margin-right: 1.80204rem !important;
}
.u-md-space-6,
.u-md-space-ends-6,
.u-md-space-top-6{
margin-top: 2.0273rem !important;
}
.u-md-space-6,
.u-md-space-ends-6,
.u-md-space-bottom-6{
margin-bottom: 2.0273rem !important;
}
.u-md-space-6,
.u-md-space-sides-6,
.u-md-space-left-6{
margin-left: 2.0273rem !important;
}
.u-md-space-6,
.u-md-space-sides-6,
.u-md-space-right-6{
margin-right: 2.0273rem !important;
}
.u-md-space-none,
.u-md-space-ends-none,
.u-md-space-top-none{
margin-top: 0 !important;
}
.u-md-space-none,
.u-md-space-ends-none,
.u-md-space-bottom-none{
margin-bottom: 0 !important;
}
.u-md-space-none,
.u-md-space-sides-none,
.u-md-space-left-none{
margin-left: 0 !important;
}
.u-md-space-none,
.u-md-space-sides-none,
.u-md-space-right-none{
margin-right: 0 !important;
}
.u-md-pad-06,
.u-md-pad-ends-06,
.u-md-pad-top-06{
padding-top: 0.49326rem !important;
}
.u-md-pad-06,
.u-md-pad-ends-06,
.u-md-pad-bottom-06{
padding-bottom: 0.49326rem !important;
}
.u-md-pad-06,
.u-md-pad-sides-06,
.u-md-pad-left-06{
padding-left: 0.49326rem !important;
}
.u-md-pad-06,
.u-md-pad-sides-06,
.u-md-pad-right-06{
padding-right: 0.49326rem !important;
}
.u-md-pad-05,
.u-md-pad-ends-05,
.u-md-pad-top-05{
padding-top: 0.55492rem !important;
}
.u-md-pad-05,
.u-md-pad-ends-05,
.u-md-pad-bottom-05{
padding-bottom: 0.55492rem !important;
}
.u-md-pad-05,
.u-md-pad-sides-05,
.u-md-pad-left-05{
padding-left: 0.55492rem !important;
}
.u-md-pad-05,
.u-md-pad-sides-05,
.u-md-pad-right-05{
padding-right: 0.55492rem !important;
}
.u-md-pad-04,
.u-md-pad-ends-04,
.u-md-pad-top-04{
padding-top: 0.62429rem !important;
}
.u-md-pad-04,
.u-md-pad-ends-04,
.u-md-pad-bottom-04{
padding-bottom: 0.62429rem !important;
}
.u-md-pad-04,
.u-md-pad-sides-04,
.u-md-pad-left-04{
padding-left: 0.62429rem !important;
}
.u-md-pad-04,
.u-md-pad-sides-04,
.u-md-pad-right-04{
padding-right: 0.62429rem !important;
}
.u-md-pad-03,
.u-md-pad-ends-03,
.u-md-pad-top-03{
padding-top: 0.70233rem !important;
}
.u-md-pad-03,
.u-md-pad-ends-03,
.u-md-pad-bottom-03{
padding-bottom: 0.70233rem !important;
}
.u-md-pad-03,
.u-md-pad-sides-03,
.u-md-pad-left-03{
padding-left: 0.70233rem !important;
}
.u-md-pad-03,
.u-md-pad-sides-03,
.u-md-pad-right-03{
padding-right: 0.70233rem !important;
}
.u-md-pad-02,
.u-md-pad-ends-02,
.u-md-pad-top-02{
padding-top: 0.79012rem !important;
}
.u-md-pad-02,
.u-md-pad-ends-02,
.u-md-pad-bottom-02{
padding-bottom: 0.79012rem !important;
}
.u-md-pad-02,
.u-md-pad-sides-02,
.u-md-pad-left-02{
padding-left: 0.79012rem !important;
}
.u-md-pad-02,
.u-md-pad-sides-02,
.u-md-pad-right-02{
padding-right: 0.79012rem !important;
}
.u-md-pad-01,
.u-md-pad-ends-01,
.u-md-pad-top-01{
padding-top: 0.88889rem !important;
}
.u-md-pad-01,
.u-md-pad-ends-01,
.u-md-pad-bottom-01{
padding-bottom: 0.88889rem !important;
}
.u-md-pad-01,
.u-md-pad-sides-01,
.u-md-pad-left-01{
padding-left: 0.88889rem !important;
}
.u-md-pad-01,
.u-md-pad-sides-01,
.u-md-pad-right-01{
padding-right: 0.88889rem !important;
}
.u-md-pad-0,
.u-md-pad-ends-0,
.u-md-pad-top-0{
padding-top: 1rem !important;
}
.u-md-pad-0,
.u-md-pad-ends-0,
.u-md-pad-bottom-0{
padding-bottom: 1rem !important;
}
.u-md-pad-0,
.u-md-pad-sides-0,
.u-md-pad-left-0{
padding-left: 1rem !important;
}
.u-md-pad-0,
.u-md-pad-sides-0,
.u-md-pad-right-0{
padding-right: 1rem !important;
}
.u-md-pad-1,
.u-md-pad-ends-1,
.u-md-pad-top-1{
padding-top: 1.125rem !important;
}
.u-md-pad-1,
.u-md-pad-ends-1,
.u-md-pad-bottom-1{
padding-bottom: 1.125rem !important;
}
.u-md-pad-1,
.u-md-pad-sides-1,
.u-md-pad-left-1{
padding-left: 1.125rem !important;
}
.u-md-pad-1,
.u-md-pad-sides-1,
.u-md-pad-right-1{
padding-right: 1.125rem !important;
}
.u-md-pad-2,
.u-md-pad-ends-2,
.u-md-pad-top-2{
padding-top: 1.26563rem !important;
}
.u-md-pad-2,
.u-md-pad-ends-2,
.u-md-pad-bottom-2{
padding-bottom: 1.26563rem !important;
}
.u-md-pad-2,
.u-md-pad-sides-2,
.u-md-pad-left-2{
padding-left: 1.26563rem !important;
}
.u-md-pad-2,
.u-md-pad-sides-2,
.u-md-pad-right-2{
padding-right: 1.26563rem !important;
}
.u-md-pad-3,
.u-md-pad-ends-3,
.u-md-pad-top-3{
padding-top: 1.42383rem !important;
}
.u-md-pad-3,
.u-md-pad-ends-3,
.u-md-pad-bottom-3{
padding-bottom: 1.42383rem !important;
}
.u-md-pad-3,
.u-md-pad-sides-3,
.u-md-pad-left-3{
padding-left: 1.42383rem !important;
}
.u-md-pad-3,
.u-md-pad-sides-3,
.u-md-pad-right-3{
padding-right: 1.42383rem !important;
}
.u-md-pad-4,
.u-md-pad-ends-4,
.u-md-pad-top-4{
padding-top: 1.60181rem !important;
}
.u-md-pad-4,
.u-md-pad-ends-4,
.u-md-pad-bottom-4{
padding-bottom: 1.60181rem !important;
}
.u-md-pad-4,
.u-md-pad-sides-4,
.u-md-pad-left-4{
padding-left: 1.60181rem !important;
}
.u-md-pad-4,
.u-md-pad-sides-4,
.u-md-pad-right-4{
padding-right: 1.60181rem !important;
}
.u-md-pad-5,
.u-md-pad-ends-5,
.u-md-pad-top-5{
padding-top: 1.80204rem !important;
}
.u-md-pad-5,
.u-md-pad-ends-5,
.u-md-pad-bottom-5{
padding-bottom: 1.80204rem !important;
}
.u-md-pad-5,
.u-md-pad-sides-5,
.u-md-pad-left-5{
padding-left: 1.80204rem !important;
}
.u-md-pad-5,
.u-md-pad-sides-5,
.u-md-pad-right-5{
padding-right: 1.80204rem !important;
}
.u-md-pad-6,
.u-md-pad-ends-6,
.u-md-pad-top-6{
padding-top: 2.0273rem !important;
}
.u-md-pad-6,
.u-md-pad-ends-6,
.u-md-pad-bottom-6{
padding-bottom: 2.0273rem !important;
}
.u-md-pad-6,
.u-md-pad-sides-6,
.u-md-pad-left-6{
padding-left: 2.0273rem !important;
}
.u-md-pad-6,
.u-md-pad-sides-6,
.u-md-pad-right-6{
padding-right: 2.0273rem !important;
}
.u-md-pad-none,
.u-md-pad-ends-none,
.u-md-pad-top-none{
padding-top: 0 !important;
}
.u-md-pad-none,
.u-md-pad-ends-none,
.u-md-pad-bottom-none{
padding-bottom: 0 !important;
}
.u-md-pad-none,
.u-md-pad-sides-none,
.u-md-pad-left-none{
padding-left: 0 !important;
}
.u-md-pad-none,
.u-md-pad-sides-none,
.u-md-pad-right-none{
padding-right: 0 !important;
}
}
@media (min-width:61.25rem) {
.u-lg-pull-sides-1,
.u-lg-pull-left-1{
margin-left: -1.125rem !important;
}
.u-lg-pull-sides-1,
.u-lg-pull-right-1{
margin-right: -1.125rem !important;
}
.u-lg-pull-sides-2,
.u-lg-pull-left-2{
margin-left: -1.26563rem !important;
}
.u-lg-pull-sides-2,
.u-lg-pull-right-2{
margin-right: -1.26563rem !important;
}
.u-lg-pull-sides-3,
.u-lg-pull-left-3{
margin-left: -1.42383rem !important;
}
.u-lg-pull-sides-3,
.u-lg-pull-right-3{
margin-right: -1.42383rem !important;
}
.u-lg-pull-sides-4,
.u-lg-pull-left-4{
margin-left: -1.60181rem !important;
}
.u-lg-pull-sides-4,
.u-lg-pull-right-4{
margin-right: -1.60181rem !important;
}
.u-lg-pull-sides-5,
.u-lg-pull-left-5{
margin-left: -1.80204rem !important;
}
.u-lg-pull-sides-5,
.u-lg-pull-right-5{
margin-right: -1.80204rem !important;
}
.u-lg-pull-sides-6,
.u-lg-pull-left-6{
margin-left: -2.0273rem !important;
}
.u-lg-pull-sides-6,
.u-lg-pull-right-6{
margin-right: -2.0273rem !important;
}
.u-lg-space-06,
.u-lg-space-ends-06,
.u-lg-space-top-06{
margin-top: 0.49326rem !important;
}
.u-lg-space-06,
.u-lg-space-ends-06,
.u-lg-space-bottom-06{
margin-bottom: 0.49326rem !important;
}
.u-lg-space-06,
.u-lg-space-sides-06,
.u-lg-space-left-06{
margin-left: 0.49326rem !important;
}
.u-lg-space-06,
.u-lg-space-sides-06,
.u-lg-space-right-06{
margin-right: 0.49326rem !important;
}
.u-lg-space-05,
.u-lg-space-ends-05,
.u-lg-space-top-05{
margin-top: 0.55492rem !important;
}
.u-lg-space-05,
.u-lg-space-ends-05,
.u-lg-space-bottom-05{
margin-bottom: 0.55492rem !important;
}
.u-lg-space-05,
.u-lg-space-sides-05,
.u-lg-space-left-05{
margin-left: 0.55492rem !important;
}
.u-lg-space-05,
.u-lg-space-sides-05,
.u-lg-space-right-05{
margin-right: 0.55492rem !important;
}
.u-lg-space-04,
.u-lg-space-ends-04,
.u-lg-space-top-04{
margin-top: 0.62429rem !important;
}
.u-lg-space-04,
.u-lg-space-ends-04,
.u-lg-space-bottom-04{
margin-bottom: 0.62429rem !important;
}
.u-lg-space-04,
.u-lg-space-sides-04,
.u-lg-space-left-04{
margin-left: 0.62429rem !important;
}
.u-lg-space-04,
.u-lg-space-sides-04,
.u-lg-space-right-04{
margin-right: 0.62429rem !important;
}
.u-lg-space-03,
.u-lg-space-ends-03,
.u-lg-space-top-03{
margin-top: 0.70233rem !important;
}
.u-lg-space-03,
.u-lg-space-ends-03,
.u-lg-space-bottom-03{
margin-bottom: 0.70233rem !important;
}
.u-lg-space-03,
.u-lg-space-sides-03,
.u-lg-space-left-03{
margin-left: 0.70233rem !important;
}
.u-lg-space-03,
.u-lg-space-sides-03,
.u-lg-space-right-03{
margin-right: 0.70233rem !important;
}
.u-lg-space-02,
.u-lg-space-ends-02,
.u-lg-space-top-02{
margin-top: 0.79012rem !important;
}
.u-lg-space-02,
.u-lg-space-ends-02,
.u-lg-space-bottom-02{
margin-bottom: 0.79012rem !important;
}
.u-lg-space-02,
.u-lg-space-sides-02,
.u-lg-space-left-02{
margin-left: 0.79012rem !important;
}
.u-lg-space-02,
.u-lg-space-sides-02,
.u-lg-space-right-02{
margin-right: 0.79012rem !important;
}
.u-lg-space-01,
.u-lg-space-ends-01,
.u-lg-space-top-01{
margin-top: 0.88889rem !important;
}
.u-lg-space-01,
.u-lg-space-ends-01,
.u-lg-space-bottom-01{
margin-bottom: 0.88889rem !important;
}
.u-lg-space-01,
.u-lg-space-sides-01,
.u-lg-space-left-01{
margin-left: 0.88889rem !important;
}
.u-lg-space-01,
.u-lg-space-sides-01,
.u-lg-space-right-01{
margin-right: 0.88889rem !important;
}
.u-lg-space-0,
.u-lg-space-ends-0,
.u-lg-space-top-0{
margin-top: 1rem !important;
}
.u-lg-space-0,
.u-lg-space-ends-0,
.u-lg-space-bottom-0{
margin-bottom: 1rem !important;
}
.u-lg-space-0,
.u-lg-space-sides-0,
.u-lg-space-left-0{
margin-left: 1rem !important;
}
.u-lg-space-0,
.u-lg-space-sides-0,
.u-lg-space-right-0{
margin-right: 1rem !important;
}
.u-lg-space-1,
.u-lg-space-ends-1,
.u-lg-space-top-1{
margin-top: 1.125rem !important;
}
.u-lg-space-1,
.u-lg-space-ends-1,
.u-lg-space-bottom-1{
margin-bottom: 1.125rem !important;
}
.u-lg-space-1,
.u-lg-space-sides-1,
.u-lg-space-left-1{
margin-left: 1.125rem !important;
}
.u-lg-space-1,
.u-lg-space-sides-1,
.u-lg-space-right-1{
margin-right: 1.125rem !important;
}
.u-lg-space-2,
.u-lg-space-ends-2,
.u-lg-space-top-2{
margin-top: 1.26563rem !important;
}
.u-lg-space-2,
.u-lg-space-ends-2,
.u-lg-space-bottom-2{
margin-bottom: 1.26563rem !important;
}
.u-lg-space-2,
.u-lg-space-sides-2,
.u-lg-space-left-2{
margin-left: 1.26563rem !important;
}
.u-lg-space-2,
.u-lg-space-sides-2,
.u-lg-space-right-2{
margin-right: 1.26563rem !important;
}
.u-lg-space-3,
.u-lg-space-ends-3,
.u-lg-space-top-3{
margin-top: 1.42383rem !important;
}
.u-lg-space-3,
.u-lg-space-ends-3,
.u-lg-space-bottom-3{
margin-bottom: 1.42383rem !important;
}
.u-lg-space-3,
.u-lg-space-sides-3,
.u-lg-space-left-3{
margin-left: 1.42383rem !important;
}
.u-lg-space-3,
.u-lg-space-sides-3,
.u-lg-space-right-3{
margin-right: 1.42383rem !important;
}
.u-lg-space-4,
.u-lg-space-ends-4,
.u-lg-space-top-4{
margin-top: 1.60181rem !important;
}
.u-lg-space-4,
.u-lg-space-ends-4,
.u-lg-space-bottom-4{
margin-bottom: 1.60181rem !important;
}
.u-lg-space-4,
.u-lg-space-sides-4,
.u-lg-space-left-4{
margin-left: 1.60181rem !important;
}
.u-lg-space-4,
.u-lg-space-sides-4,
.u-lg-space-right-4{
margin-right: 1.60181rem !important;
}
.u-lg-space-5,
.u-lg-space-ends-5,
.u-lg-space-top-5{
margin-top: 1.80204rem !important;
}
.u-lg-space-5,
.u-lg-space-ends-5,
.u-lg-space-bottom-5{
margin-bottom: 1.80204rem !important;
}
.u-lg-space-5,
.u-lg-space-sides-5,
.u-lg-space-left-5{
margin-left: 1.80204rem !important;
}
.u-lg-space-5,
.u-lg-space-sides-5,
.u-lg-space-right-5{
margin-right: 1.80204rem !important;
}
.u-lg-space-6,
.u-lg-space-ends-6,
.u-lg-space-top-6{
margin-top: 2.0273rem !important;
}
.u-lg-space-6,
.u-lg-space-ends-6,
.u-lg-space-bottom-6{
margin-bottom: 2.0273rem !important;
}
.u-lg-space-6,
.u-lg-space-sides-6,
.u-lg-space-left-6{
margin-left: 2.0273rem !important;
}
.u-lg-space-6,
.u-lg-space-sides-6,
.u-lg-space-right-6{
margin-right: 2.0273rem !important;
}
.u-lg-space-none,
.u-lg-space-ends-none,
.u-lg-space-top-none{
margin-top: 0 !important;
}
.u-lg-space-none,
.u-lg-space-ends-none,
.u-lg-space-bottom-none{
margin-bottom: 0 !important;
}
.u-lg-space-none,
.u-lg-space-sides-none,
.u-lg-space-left-none{
margin-left: 0 !important;
}
.u-lg-space-none,
.u-lg-space-sides-none,
.u-lg-space-right-none{
margin-right: 0 !important;
}
.u-lg-pad-06,
.u-lg-pad-ends-06,
.u-lg-pad-top-06{
padding-top: 0.49326rem !important;
}
.u-lg-pad-06,
.u-lg-pad-ends-06,
.u-lg-pad-bottom-06{
padding-bottom: 0.49326rem !important;
}
.u-lg-pad-06,
.u-lg-pad-sides-06,
.u-lg-pad-left-06{
padding-left: 0.49326rem !important;
}
.u-lg-pad-06,
.u-lg-pad-sides-06,
.u-lg-pad-right-06{
padding-right: 0.49326rem !important;
}
.u-lg-pad-05,
.u-lg-pad-ends-05,
.u-lg-pad-top-05{
padding-top: 0.55492rem !important;
}
.u-lg-pad-05,
.u-lg-pad-ends-05,
.u-lg-pad-bottom-05{
padding-bottom: 0.55492rem !important;
}
.u-lg-pad-05,
.u-lg-pad-sides-05,
.u-lg-pad-left-05{
padding-left: 0.55492rem !important;
}
.u-lg-pad-05,
.u-lg-pad-sides-05,
.u-lg-pad-right-05{
padding-right: 0.55492rem !important;
}
.u-lg-pad-04,
.u-lg-pad-ends-04,
.u-lg-pad-top-04{
padding-top: 0.62429rem !important;
}
.u-lg-pad-04,
.u-lg-pad-ends-04,
.u-lg-pad-bottom-04{
padding-bottom: 0.62429rem !important;
}
.u-lg-pad-04,
.u-lg-pad-sides-04,
.u-lg-pad-left-04{
padding-left: 0.62429rem !important;
}
.u-lg-pad-04,
.u-lg-pad-sides-04,
.u-lg-pad-right-04{
padding-right: 0.62429rem !important;
}
.u-lg-pad-03,
.u-lg-pad-ends-03,
.u-lg-pad-top-03{
padding-top: 0.70233rem !important;
}
.u-lg-pad-03,
.u-lg-pad-ends-03,
.u-lg-pad-bottom-03{
padding-bottom: 0.70233rem !important;
}
.u-lg-pad-03,
.u-lg-pad-sides-03,
.u-lg-pad-left-03{
padding-left: 0.70233rem !important;
}
.u-lg-pad-03,
.u-lg-pad-sides-03,
.u-lg-pad-right-03{
padding-right: 0.70233rem !important;
}
.u-lg-pad-02,
.u-lg-pad-ends-02,
.u-lg-pad-top-02{
padding-top: 0.79012rem !important;
}
.u-lg-pad-02,
.u-lg-pad-ends-02,
.u-lg-pad-bottom-02{
padding-bottom: 0.79012rem !important;
}
.u-lg-pad-02,
.u-lg-pad-sides-02,
.u-lg-pad-left-02{
padding-left: 0.79012rem !important;
}
.u-lg-pad-02,
.u-lg-pad-sides-02,
.u-lg-pad-right-02{
padding-right: 0.79012rem !important;
}
.u-lg-pad-01,
.u-lg-pad-ends-01,
.u-lg-pad-top-01{
padding-top: 0.88889rem !important;
}
.u-lg-pad-01,
.u-lg-pad-ends-01,
.u-lg-pad-bottom-01{
padding-bottom: 0.88889rem !important;
}
.u-lg-pad-01,
.u-lg-pad-sides-01,
.u-lg-pad-left-01{
padding-left: 0.88889rem !important;
}
.u-lg-pad-01,
.u-lg-pad-sides-01,
.u-lg-pad-right-01{
padding-right: 0.88889rem !important;
}
.u-lg-pad-0,
.u-lg-pad-ends-0,
.u-lg-pad-top-0{
padding-top: 1rem !important;
}
.u-lg-pad-0,
.u-lg-pad-ends-0,
.u-lg-pad-bottom-0{
padding-bottom: 1rem !important;
}
.u-lg-pad-0,
.u-lg-pad-sides-0,
.u-lg-pad-left-0{
padding-left: 1rem !important;
}
.u-lg-pad-0,
.u-lg-pad-sides-0,
.u-lg-pad-right-0{
padding-right: 1rem !important;
}
.u-lg-pad-1,
.u-lg-pad-ends-1,
.u-lg-pad-top-1{
padding-top: 1.125rem !important;
}
.u-lg-pad-1,
.u-lg-pad-ends-1,
.u-lg-pad-bottom-1{
padding-bottom: 1.125rem !important;
}
.u-lg-pad-1,
.u-lg-pad-sides-1,
.u-lg-pad-left-1{
padding-left: 1.125rem !important;
}
.u-lg-pad-1,
.u-lg-pad-sides-1,
.u-lg-pad-right-1{
padding-right: 1.125rem !important;
}
.u-lg-pad-2,
.u-lg-pad-ends-2,
.u-lg-pad-top-2{
padding-top: 1.26563rem !important;
}
.u-lg-pad-2,
.u-lg-pad-ends-2,
.u-lg-pad-bottom-2{
padding-bottom: 1.26563rem !important;
}
.u-lg-pad-2,
.u-lg-pad-sides-2,
.u-lg-pad-left-2{
padding-left: 1.26563rem !important;
}
.u-lg-pad-2,
.u-lg-pad-sides-2,
.u-lg-pad-right-2{
padding-right: 1.26563rem !important;
}
.u-lg-pad-3,
.u-lg-pad-ends-3,
.u-lg-pad-top-3{
padding-top: 1.42383rem !important;
}
.u-lg-pad-3,
.u-lg-pad-ends-3,
.u-lg-pad-bottom-3{
padding-bottom: 1.42383rem !important;
}
.u-lg-pad-3,
.u-lg-pad-sides-3,
.u-lg-pad-left-3{
padding-left: 1.42383rem !important;
}
.u-lg-pad-3,
.u-lg-pad-sides-3,
.u-lg-pad-right-3{
padding-right: 1.42383rem !important;
}
.u-lg-pad-4,
.u-lg-pad-ends-4,
.u-lg-pad-top-4{
padding-top: 1.60181rem !important;
}
.u-lg-pad-4,
.u-lg-pad-ends-4,
.u-lg-pad-bottom-4{
padding-bottom: 1.60181rem !important;
}
.u-lg-pad-4,
.u-lg-pad-sides-4,
.u-lg-pad-left-4{
padding-left: 1.60181rem !important;
}
.u-lg-pad-4,
.u-lg-pad-sides-4,
.u-lg-pad-right-4{
padding-right: 1.60181rem !important;
}
.u-lg-pad-5,
.u-lg-pad-ends-5,
.u-lg-pad-top-5{
padding-top: 1.80204rem !important;
}
.u-lg-pad-5,
.u-lg-pad-ends-5,
.u-lg-pad-bottom-5{
padding-bottom: 1.80204rem !important;
}
.u-lg-pad-5,
.u-lg-pad-sides-5,
.u-lg-pad-left-5{
padding-left: 1.80204rem !important;
}
.u-lg-pad-5,
.u-lg-pad-sides-5,
.u-lg-pad-right-5{
padding-right: 1.80204rem !important;
}
.u-lg-pad-6,
.u-lg-pad-ends-6,
.u-lg-pad-top-6{
padding-top: 2.0273rem !important;
}
.u-lg-pad-6,
.u-lg-pad-ends-6,
.u-lg-pad-bottom-6{
padding-bottom: 2.0273rem !important;
}
.u-lg-pad-6,
.u-lg-pad-sides-6,
.u-lg-pad-left-6{
padding-left: 2.0273rem !important;
}
.u-lg-pad-6,
.u-lg-pad-sides-6,
.u-lg-pad-right-6{
padding-right: 2.0273rem !important;
}
.u-lg-pad-none,
.u-lg-pad-ends-none,
.u-lg-pad-top-none{
padding-top: 0 !important;
}
.u-lg-pad-none,
.u-lg-pad-ends-none,
.u-lg-pad-bottom-none{
padding-bottom: 0 !important;
}
.u-lg-pad-none,
.u-lg-pad-sides-none,
.u-lg-pad-left-none{
padding-left: 0 !important;
}
.u-lg-pad-none,
.u-lg-pad-sides-none,
.u-lg-pad-right-none{
padding-right: 0 !important;
}
}
/**
* Word breaking
*
* Break strings when their length exceeds the width of their container.
*/
.u-text-break {
word-wrap: break-word !important;
}
/**
* Horizontal text alignment
*/
.u-text-center {
text-align: center !important;
}
.u-text-left {
text-align: left !important;
}
.u-text-right {
text-align: right !important;
}
@media (min-width:25rem) {
.u-sm-text-center {
text-align: center !important;
}
.u-sm-text-left {
text-align: left !important;
}
.u-sm-text-right {
text-align: right !important;
}
}
.u-text-display {
font-family: var(--font-family-display);
}
/**
* Inherit the ancestor's text color.
*/
.u-text-inherit-color {
color: inherit !important;
}
/**
* Enables font kerning in all browsers.
* http://blog.typekit.com/2014/02/05/kerning-on-the-web/
*
* 1. Chrome (not Windows), Firefox, IE 10+
* 2. Safari 7 and future browsers
* 3. Chrome (not Windows), Firefox, Safari 6+, iOS, Android
*/
.u-text-kern {
font-feature-settings: "kern" 1, "kern"; /* 1 */
-webkit-font-kerning: normal;
font-kerning: normal; /* 2 */
text-rendering: optimizeLegibility; /* 3 */
}
/**
* Prevent whitespace wrapping
*/
.u-text-no-wrap {
white-space: nowrap !important;
}
.u-text-uppercase {
text-transform: uppercase;
}
/**
* Text truncation
*
* Prevent text from wrapping onto multiple lines, and truncate with an
* ellipsis.
*
* 1. Ensure that the node has a maximum width after which truncation can
* occur.
* 2. Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor
* nodes.
*/
.u-text-truncate {
max-width: 100%; /* 1 */
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
word-wrap: normal !important; /* 2 */
}
.u-text-bold {
font-weight: 700 !important;
}
.u-text-normal {
font-weight: 400 !important;
}
.u-text-italic {
font-style: italic !important;
}
/**
* Utilities for adjusting text size using modular scale
*
* @see http://blog.cloudfour.com/responsive-guide-to-type-sizing/
*/
.u-text-shrink-6{
font-size: 7.892px !important;
font-size: 0.49326rem !important;
}
.u-text-shrink-5{
font-size: 8.878px !important;
font-size: 0.55492rem !important;
}
.u-text-shrink-4{
font-size: 9.988px !important;
font-size: 0.62429rem !important;
}
.u-text-shrink-3{
font-size: 11.237px !important;
font-size: 0.70233rem !important;
}
.u-text-shrink-2{
font-size: 12.641px !important;
font-size: 0.79012rem !important;
}
.u-text-shrink-1{
font-size: 14.222px !important;
font-size: 0.88889rem !important;
}
.u-text-grow-1{
font-size: 18px !important;
font-size: 1.125rem !important;
}
.u-text-grow-2{
font-size: 20.25px !important;
font-size: 1.26563rem !important;
}
.u-text-grow-3{
font-size: 22.781px !important;
font-size: 1.42383rem !important;
}
.u-text-grow-4{
font-size: 25.628px !important;
font-size: 1.60181rem !important;
}
.u-text-grow-5{
font-size: 28.832px !important;
font-size: 1.80204rem !important;
}
.u-text-grow-6{
font-size: 32.436px !important;
font-size: 2.0273rem !important;
}
@media (min-width:25rem) {
.u-sm-text-shrink-6{
font-size: 0.49326rem !important;
}
.u-sm-text-shrink-5{
font-size: 0.55492rem !important;
}
.u-sm-text-shrink-4{
font-size: 0.62429rem !important;
}
.u-sm-text-shrink-3{
font-size: 0.70233rem !important;
}
.u-sm-text-shrink-2{
font-size: 0.79012rem !important;
}
.u-sm-text-shrink-1{
font-size: 0.88889rem !important;
}
.u-sm-text-grow-1{
font-size: 1.125rem !important;
}
.u-sm-text-grow-2{
font-size: 1.26563rem !important;
}
.u-sm-text-grow-3{
font-size: 1.42383rem !important;
}
.u-sm-text-grow-4{
font-size: 1.60181rem !important;
}
.u-sm-text-grow-5{
font-size: 1.80204rem !important;
}
.u-sm-text-grow-6{
font-size: 2.0273rem !important;
}
}
@media (min-width:43.75rem) {
.u-md-text-shrink-6{
font-size: 0.49326rem !important;
}
.u-md-text-shrink-5{
font-size: 0.55492rem !important;
}
.u-md-text-shrink-4{
font-size: 0.62429rem !important;
}
.u-md-text-shrink-3{
font-size: 0.70233rem !important;
}
.u-md-text-shrink-2{
font-size: 0.79012rem !important;
}
.u-md-text-shrink-1{
font-size: 0.88889rem !important;
}
.u-md-text-grow-1{
font-size: 1.125rem !important;
}
.u-md-text-grow-2{
font-size: 1.26563rem !important;
}
.u-md-text-grow-3{
font-size: 1.42383rem !important;
}
.u-md-text-grow-4{
font-size: 1.60181rem !important;
}
.u-md-text-grow-5{
font-size: 1.80204rem !important;
}
.u-md-text-grow-6{
font-size: 2.0273rem !important;
}
}
@media (min-width:61.25rem) {
.u-lg-text-shrink-6{
font-size: 0.49326rem !important;
}
.u-lg-text-shrink-5{
font-size: 0.55492rem !important;
}
.u-lg-text-shrink-4{
font-size: 0.62429rem !important;
}
.u-lg-text-shrink-3{
font-size: 0.70233rem !important;
}
.u-lg-text-shrink-2{
font-size: 0.79012rem !important;
}
.u-lg-text-shrink-1{
font-size: 0.88889rem !important;
}
.u-lg-text-grow-1{
font-size: 1.125rem !important;
}
.u-lg-text-grow-2{
font-size: 1.26563rem !important;
}
.u-lg-text-grow-3{
font-size: 1.42383rem !important;
}
.u-lg-text-grow-4{
font-size: 1.60181rem !important;
}
.u-lg-text-grow-5{
font-size: 1.80204rem !important;
}
.u-lg-text-grow-6{
font-size: 2.0273rem !important;
}
} | 0.541166 | 0.109634 |
.node--type-mt-product .node__header {
padding: 0;
}
/*page title*/
.layout-no-sidebars.page-node-type-mt-product .page-title {
text-align: center;
}
/*subheader field*/
.node--type-mt-product .field--name-field-mt-subheader-body {
font-size: 22px;
padding: 0;
line-height: 1.5;
margin-top: -15px;
margin-bottom: 30px;
}
.layout-no-sidebars .node--type-mt-product .field--name-field-mt-subheader-body {
text-align: center;
}
@media (min-width: 768px) {
.layout-no-sidebars .node--type-mt-product .field--name-field-mt-subheader-body {
padding: 0 20%;
}
}
/*image field*/
.node--type-mt-product .field--name-field-image {
margin-bottom: 30px;
}
.node--type-mt-product.node--view-mode-teaser .images-container {
margin-bottom: 15px;
}
/*price field*/
.node--type-mt-product .field--name-field-mt-price {
font-size: 42px;
margin: 30px 0 5px;
}
.node--type-mt-product .field--name-field-mt-price + .field {
padding-top: 25px;
}
/*buy link field*/
.node--type-mt-product .field--name-field-mt-buy-link a {
font-size: 16px;
font-weight: 400;
padding: 15px 23px;
text-decoration: none;
display: inline-block;
line-height: 1;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
margin: 20px 0;
text-align: center;
color: #ffffff;
}
.headings-wide-spacing-enabled .node--type-mt-product .field--name-field-mt-buy-link a {
letter-spacing: 0.25em;
text-transform: uppercase;
}
.node--type-mt-product .field--name-field-mt-buy-link a:hover {
color: #ffffff;
}
.region--light-typography .node--type-mt-product .field--name-field-mt-buy-link a {
color: #ffffff;
text-decoration: none;
background-color: transparent;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
}
.region--light-typography .node--type-mt-product .field--name-field-mt-buy-link a:hover {
background-color: #ffffff;
border-color: #ffffff;
}
/*availabilty and product code fields*/
.node--type-mt-product .field--name-field-mt-product-code,
.node--type-mt-product .field--name-field-mt-product-availability {
margin: 10px 0;
}
.node--type-mt-product .field--name-field-mt-product-code .field__label,
.node--type-mt-product .field--name-field-mt-product-availability .field__label {
font-weight: 400;
}
.node--type-mt-product .field--name-field-mt-product-code .field__item,
.node--type-mt-product .field--name-field-mt-product-availability .field__item {
color: #9c9c9c;
}
.node--type-mt-product .field--name-field-mt-product-code .field__item:before {
content: "#";
} | web/themes/custom/guesthouseplus/css/components/node-product.css | .node--type-mt-product .node__header {
padding: 0;
}
/*page title*/
.layout-no-sidebars.page-node-type-mt-product .page-title {
text-align: center;
}
/*subheader field*/
.node--type-mt-product .field--name-field-mt-subheader-body {
font-size: 22px;
padding: 0;
line-height: 1.5;
margin-top: -15px;
margin-bottom: 30px;
}
.layout-no-sidebars .node--type-mt-product .field--name-field-mt-subheader-body {
text-align: center;
}
@media (min-width: 768px) {
.layout-no-sidebars .node--type-mt-product .field--name-field-mt-subheader-body {
padding: 0 20%;
}
}
/*image field*/
.node--type-mt-product .field--name-field-image {
margin-bottom: 30px;
}
.node--type-mt-product.node--view-mode-teaser .images-container {
margin-bottom: 15px;
}
/*price field*/
.node--type-mt-product .field--name-field-mt-price {
font-size: 42px;
margin: 30px 0 5px;
}
.node--type-mt-product .field--name-field-mt-price + .field {
padding-top: 25px;
}
/*buy link field*/
.node--type-mt-product .field--name-field-mt-buy-link a {
font-size: 16px;
font-weight: 400;
padding: 15px 23px;
text-decoration: none;
display: inline-block;
line-height: 1;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
margin: 20px 0;
text-align: center;
color: #ffffff;
}
.headings-wide-spacing-enabled .node--type-mt-product .field--name-field-mt-buy-link a {
letter-spacing: 0.25em;
text-transform: uppercase;
}
.node--type-mt-product .field--name-field-mt-buy-link a:hover {
color: #ffffff;
}
.region--light-typography .node--type-mt-product .field--name-field-mt-buy-link a {
color: #ffffff;
text-decoration: none;
background-color: transparent;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
}
.region--light-typography .node--type-mt-product .field--name-field-mt-buy-link a:hover {
background-color: #ffffff;
border-color: #ffffff;
}
/*availabilty and product code fields*/
.node--type-mt-product .field--name-field-mt-product-code,
.node--type-mt-product .field--name-field-mt-product-availability {
margin: 10px 0;
}
.node--type-mt-product .field--name-field-mt-product-code .field__label,
.node--type-mt-product .field--name-field-mt-product-availability .field__label {
font-weight: 400;
}
.node--type-mt-product .field--name-field-mt-product-code .field__item,
.node--type-mt-product .field--name-field-mt-product-availability .field__item {
color: #9c9c9c;
}
.node--type-mt-product .field--name-field-mt-product-code .field__item:before {
content: "#";
} | 0.274449 | 0.060335 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed:300,400,700&display=swap');
/* In order to reduce browser inconsistencies,I use reset css here. Reset css is good for
beginners who are not familiar with different browsers. The code below I just copy and
paste from oneline to resert the css
The is the website : http://meyerweb.com/eric/tools/css/reset/ */
/* ----------------------------------------------
* 1. Reset 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%;
vertical-align: baseline;
}
HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
font: 400 16px/1.8 'Roboto Condensed', sans-serif;
color: #333;
overflow-x: hidden;
}
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;
}
/* ---------------------------------------------- /*
* 2. General (background setting)
/* ---------------------------------------------- */
/*
Setting liner-gradient on background, when scroll down the background color will change*/
body {
overflow-x: hidden;
background: #ffffff;
/*background: linear-gradient(rgb(0, 155, 0) 0%, rgba(0,0,0,1) 75%);*/
background: linear-gradient(23deg, rgb(130, 155, 224) 0%, rgba(1,25,0,1) 100%);
}
::selection {
background: rgba(166, 175, 189, 0.3);
}
::-moz-selection {
background: rgba(166, 175, 189, 0.3);
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
::-webkit-scrollbar {
display: none;
}
a, .ease-3 {
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
}
p {
color: #5F6F81;
font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 2px;
color: #333;
font-weight: 700;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 36px;
margin: 0 0 30px;
}
h3 {
font-size: 24px;
letter-spacing: 1px;
margin: 0 0 5px;
}
h4 {
font-size: 20px;
letter-spacing: 1px;
}
h5 {
font-size: 16px;
letter-spacing: 1px;
font-weight: 400;
}
h6 {
font-size: 14px;
letter-spacing: 1px;
font-weight: 400;
}
img {
max-width: 100%;
vertical-align: middle;
}
textarea {
height: 100px;
resize: none;
}
b, strong {
font-weight: 500;
}
/* ----------------------------------------------
* 3. Helper Classes
/* ---------------------------------------------- */
.section {
padding: 80px 0;
position: relative;
background-color:#fff;
}
.section .container {
padding: 0 30px;
}
.text-custom{
color: #30b6e4!important
}
.h-100vh{
height: 100vh;
}
.btn {
padding: 12px 40px;
font-size: 14px;
font-weight: 400;
transition: all 0.5s;
letter-spacing: 2px;
color: #fff;
box-shadow: none;
text-transform: uppercase;
outline: none !important;
background-color: #333;
border-radius: 0px;
min-width: 140px;
}
.btn:hover {
color: #fff;
box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.2);
}
.btn-small {
padding: 7px 10px;
font-size: 12px;
}
.rounded-full {
border-radius: 50%;
}
.page-content-wrap {
margin-left: 50%;
width: 50%;
background: #F8FAFB;
}
.b-box {
background: #fff;
border-radius: 5px;
overflow: hidden;
border: 1px solid #eee;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
}
.hover-state:hover {
transform: translateY(-5px);
box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
}
.aside-banner {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 50%;
height: 100%;
background: #fbd0a1;
}
.aside-open .aside {
left: 0;
}
.section-head {
position: relative;
margin-bottom: 50px;
}
.section-head h2 {
font-size: 30px;
z-index: 1;
text-transform: uppercase;
display: block;
width: 100%;
font-weight: 500;
}
.section-head span {
padding-bottom: 20px;
display: block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
padding-left: 80px;
display: block;
}
.section-head span:before {
content: "";
position: absolute;
left: 0;
top: 8px;
width: 50px;
height: 1px;
background: #333;
}
.section-head span:after {
content: "";
position: absolute;
left: 50px;
height: 5px;width: 5px;
background: #333;
top: 6px;
border-radius: 50%;
}
.section-head.text-center {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.section-head.text-center span {
margin-left: -80px;
}
.section-light {
background: #fff;
}
.section-dark {
background: #f7f7f7;
}
.section-light .b-box {
background: #F8FAFB;
}
.section-dark .b-box {
background: #fff;
}
.section-subHead {
font-size: 20px;
font-weight: 500;
margin: 0px 0 20px;
}
.badge-dark {
background: #fa1f55;
background: -moz-linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, #fa1f55), color-stop(100%, #fd735a));
background: -webkit-linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
background: -o-linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
background: -ms-linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
background: linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa1f55', endColorstr='#fd735a', GradientType=1 );
}
/* ----------------------------------------------
* 4. Preloader
/* ---------------------------------------------- */
.preloader {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
height: 100%;
width: 100%;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.preloader.loaded {
opacity: 0;
visibility: hidden;
}
/* ----------------------------------------------
* 5. Header
/* ---------------------------------------------- */
.ham {
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transition: transform 400ms;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.hamRotate.active {
transform: rotate(45deg);
}
.hamRotate180.active {
transform: rotate(180deg);
}
.line {
fill:none;
transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
stroke:#000;
stroke-width:3.5;
stroke-linecap:round;
}
.ham1 .top {
stroke-dasharray: 40 139;
}
.ham1 .bottom {
stroke-dasharray: 40 180;
}
.ham1.active .top {
stroke-dashoffset: -98px;
}
.ham1.active .bottom {
stroke-dashoffset: -138px;
}
.nav-wrapper .navbar-toggler {
position: fixed;
left: 0;
z-index: 20;
top: 0;
padding: 0;
display: none;
}
.nav-wrapper .navbar {
/* background: #2a2d35; */
transition: all 750ms cubic-bezier(0.8, 0, 0.55, 0.94);
padding-bottom: 40px;
}
.nav-wrapper .navbar.active {
transform: translate3d(0%, 0, 0);
}
.nav-wrapper .navbar-nav {
display: block;
}
.navbar {
height: 100%;
}
.navbar-nav .nav-link {
font-size: 12px;
letter-spacing: 2px;
position: relative;
display: inline-block;
color: rgba(255, 255, 255, .7);
text-transform: uppercase;
padding-left: 10px;
opacity: 1;
padding-right: 5px;
display: block;
margin-bottom: 8px;
text-align: left;
border-radius: 6px;
padding: 7px 10px;
vertical-align: middle;
display: flex;
align-items: center;
}
.navbar-nav .nav-link:after {
position: absolute;
content: "";
left: 0;
right: 0;
width: 100%;
height: 0;
background: #fbd0a1;
bottom: 20px;
z-index: -1;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.navbar-nav .nav-link.active {
opacity: 1;
}
.navbar-nav .nav-link i {
margin-right: 15px;
font-size: 16px;
width: 17px;
}
.navbar-nav .nav-link:hover, .navbar-nav .active .nav-link {
color: #fff;
background: rgba(255,255,255,.2);
}
.aside {
float: left;
position: fixed;
top: 0;
left: 0;
height: 100vh;
bottom: 0;
width: 20%;
z-index: 999;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
padding: 0 10px;
max-width: 300px;
}
.page-wrapper {
width: 80%;
float: left;
margin-left: 20%;
overflow: hidden;
margin-top: 40px;
border-radius: 20px 0 0 0px;
/*box-shadow: -10px 0px 50px 0px rgba(0,0,0,0.1);*/
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.page-overlay {
display: none;
}
.page-overlay .overlay-1,
.page-overlay .overlay-2 {
content: "";
position: fixed;
background: #fff;
width: 100%;
height: 100%;
border-radius: 20px;
z-index: 0;
}
.page-overlay .overlay-1 {
top: 80px;
left: 320px;
opacity: 0.3;
}
.page-overlay .overlay-2 {
top: 130px;
left: 290px;
opacity: 0.2;
}
.page-wrapper-in {
overflow: auto;
height: 100%;
overflow: auto;
}
.nav-wrapper {
height: 100%;
}
.aside-footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.aside-footer ul {
padding: 25px;
}
.aside-footer a {
color: #fff;
height: 30px;
width: 30px;
display: block;
}
/* ----------------------------------------------
* 6. Home
/* ---------------------------------------------- */
.section-home {
height: 100vh;
position: relative;
background-image: url("../images/banner1.jpg");
background-size: cover;
background-position: center;
}
.glass {
position: absolute;
z-index: 41;
left: 0;
right: 0;
width: 100%;
height: 100%;
overflow: hidden;
font-size: 12vh;
text-align: center;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-weight: 100;
letter-spacing: 16px;
text-transform: uppercase;
}
.glass:after {
content: "";
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: -1;
background-color: #000;
opacity: 0.1;
}
.section-home img {
position: absolute;
left: 0;
right: 0;
height: 100%;
width: 100%;
object-fit: cover;
}
.swiper-home {
position: absolute;
left: 0;
right: 0;
position: absolute;
height: 100%;
padding-top: 0 !important;
}
.swiper-home .swiper-slide {
background-size: cover;
}
.home-pagination {
position: absolute !important;
left: 0;
right: 0;
bottom: 10px;
z-index: 55
}
.home-pagination .swiper-pagination-bullet {
margin: 0 7px;
width: 50px;
height: 3px;
border-radius: 1px;
background: #fff;
transition: 1s;
}
.swiper-home .swiper-slide {
transition-duration: 1s;
}
.section-home #particles-js {
position: absolute;
left: 0;
right: 0;
height: 100%;
z-index: 57;
}
.switcher a {
position: fixed;
right: 15px;
z-index: 61;
font-size: 0;
height: 30px;
width: 30px;
top: 15px;
background: #fff;
border-radius: 50px;
box-shadow: 0px 5px 11px rgba(0,0,0,0.5);
overflow: hidden;
}
.switcher a:after {
position: absolute;
content: "";
background: #2b2e36;
height: 100%;
width: 100%;
left: 50%;
}
/* ----------------------------------------------
* 6. About
/* ---------------------------------------------- */
.about-img {
height: 500px;
object-fit: cover;
width: 100%;
}
.about-avatar img {
height: 130px;
width: 130px;
object-fit: cover;
}
.about-social a.downloadCV span {
padding-left: 5px;
}
.about-desc h1 {
font-size: 32px;
}
.about-desc h3 {
font-size: 18px;
line-height: 32px;
margin: 0 auto;
}
.about-desc-info {
padding-bottom: 20px;
}
.about-desc-info b {
padding-right: 10px;
}
.about-desc-info span,
.about-desc-info a {
font-size: 14px;
color: #5F6F81;
}
.about-desc-info a {
text-decoration: underline;
}
.about-desc-info a:hover {
text-decoration: none;
}
.img-thumbnail {
background-color: #fff;
border: 1px solid #dee2e6;
}
.about-avatar-details h1 {
font-size: 22px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
opacity: 0.9;
}
.about-avatar-details p {
display: inline-block;
color: #fff;
letter-spacing: 1px;
background: rgba(0,0,0,0.05);
font-size: 14px;
border-radius: 14px;
padding: 5px 20px;
font-weight: 400;
margin-top: 7px;
}
/* ----------------------------------------------
* 7. Portfolio
/* ---------------------------------------------- */
.filter li.active {
background: #fff;
color: #fff;
background: #333;
}
.filter li {
padding: 2px 20px;
display: block;
cursor: pointer;
text-transform: capitalize;
color: #333;
transition: all 0.3s ease-in-out 0s;
margin-left: 5px;
}
.filter {
display: flex;
justify-content: flex-end;
}
.portfolio-item {
width: 400px;
}
.portfolio-item--img img {
overflow: hidden;
display: block;
height: 500px;
object-fit: cover;
width: 100%;
}
.portfolio-item--content {
display: block;
position: relative;
margin-bottom: 30px;
}
.portfolio-item--desc {
position: absolute;
left: 0;
right: 0;
top: 0;
right: 0;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.5);
text-align: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.portfolio-item--desc-in {
opacity: 0;
visibility: hidden;
margin-top: 30px;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.portfolio-item--content:hover .portfolio-item--desc {
opacity: 1;
visibility: visible;
}
.portfolio-item--content:hover
.portfolio-item--desc-in {
opacity: 1;
visibility: visible;
margin-top: 0;
}
.portfolio-item--desc-in h3 {
font-size: 18px;
}
.portfolio-item--desc-in p {
font-size: 16px;
}
.portfolio-pagination {
margin: 40px auto 0;
transform: none !important;
}
.list-item img {
height: 300px;
width: 100%;
object-fit: cover;
}
.list-item figure {
position: relative;
margin-bottom: 30px;
}
.list-item figcaption {
position: absolute;
left: 0;
right: 0;
top: 0;
height: 100%;
text-align: left;
bottom: 0;
background: rgba(0, 0, 0, 0);
display: flex;
overflow: hidden;
align-items: flex-end;
padding: 20px;
justify-content: left;
transition: .5s;
}
.list-item .simple-ajax-popup {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
height: 100%;
width: 100%;
}
.list-item .caption-inner {
color: #fff;
position: relative;
bottom: -50px;
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.list-item h3.portfolio-item-title {
color: #fff;
font-weight: 400;
text-transform: uppercase;
font-size: 18px;
}
.portfolio-item-desc {
color: #ddd;
}
.list-item:hover .caption-inner {
bottom: 0;
visibility: visible;
opacity: 1;
}
.list-item:hover figcaption {
background: rgba(0,0,0,0.5);
}
/* ----------------------------------------------
* 8. Freelance
/* ---------------------------------------------- */
.section-freelance {
background: url(../images/CSBG.jpg);
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
position: relative;
z-index: 0;
padding: 80px 0;
}
.section-freelance:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #2a2d35;
z-index: -1;
opacity: 0.8;
}
.section-freelance h2 {
color: #fff;
}
/* ----------------------------------------------
* 9. Resume
/* ---------------------------------------------- */
.resume-list h5 {
font-size: 18px;
font-weight: 500;
}
.progress-bar {
background: #333;
opacity: 0.8;
}
.section-skills-wrap p {
margin-bottom: 12px;
}
.progress {
height: 3px;
}
.ExperienceList .resume-list {
border-radius: 0;
margin-top: -1px;
}
/* ----------------------------------------------
* 10.testimonials(motto)
/* ---------------------------------------------- */
.single-testimonials {
width: 100%;
}
.single-testimonials-in {
max-width: 520px;
width: 85%;
}
.single-testimonials img {
max-width: 80px;
height: 80px;
border-radius: 50%;
box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.5);
}
.swiper-pagination {
position: static;
}
.single-testimonials-head {
background: #fff;
border-radius: 3px;
position: relative;
}
.single-testimonials-head:after {
content: '';
display: inline-block;
width: 20px;
height: 20px;
position: absolute;
bottom: -10px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background: inherit;
}
.single-testimonials-foot h4 {
font-size: 16px;
}
.single-testimonials-foot span {
font-size: 14px;
}
/* ----------------------------------------------
* 11. Footer
/* ---------------------------------------------- */
.footer {
margin-top: 0;
padding: 50px;
}
/* ----------------------------------------------
* 12. All Media Queries
/* ---------------------------------------------- */
@media (max-width: 991px) {
.container {
max-width: 100%;
}
.aside {
left: -35%;
width: 100%;
max-width: 270px;
}
.aside.aside-open {
left: 0;
}
.aside-open .page-wrapper {
margin-left: 350px;
margin-top: 30px;
border-radius: 20px 0 0 0px;
}
.aside-banner {
height: 500px;
width: 100%;
position: relative;
}
.page-content-wrap {
margin-left: 0%;
width: 100%;
margin-top: -50px;
position: relative;
z-index: 1
}
.page-wrapper {
width: 100%;
margin-left: 0%;
border-radius: 0;
margin-top: 0;
}
.nav-wrapper .navbar-toggler {
display: block;
}
.page-overlay {
display: block;
}
}
@media (max-width: 767px) {
.section-resume .section-subHead {
padding-top: 30px;
margin: 40px 0 20px !important;
}
.filter a {
font-size: 13px;
padding: 10px 15px;
}
.about-avatar img {
height: 100px;
width: 100px;
}
.aside {
min-width: 260px;
left: -260px;
width: 100%;
overflow: auto;
}
.aside-footer ul {
padding: 15px 10px;
}
.glass {
font-size: 8vh;
}
.portfolio-item--img img {
height: 350px;
}
.contact-map--container {
height: 300px
}
.section .container {
padding: 0 15px;
}
.about-desc {
margin-top: 40px;
}
.about-social li {
margin-bottom: 15px;
}
.home-pagination .swiper-pagination-bullet {
width: 30px;
}
.resume-panel {
margin-top: 30px;
}
.list-item img {
height: 200px;
}
.filter {
margin: 40px auto;
}
.about-avatar {
margin-bottom: 30px !important;
}
} | styles/tam.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed:300,400,700&display=swap');
/* In order to reduce browser inconsistencies,I use reset css here. Reset css is good for
beginners who are not familiar with different browsers. The code below I just copy and
paste from oneline to resert the css
The is the website : http://meyerweb.com/eric/tools/css/reset/ */
/* ----------------------------------------------
* 1. Reset 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%;
vertical-align: baseline;
}
HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
font: 400 16px/1.8 'Roboto Condensed', sans-serif;
color: #333;
overflow-x: hidden;
}
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;
}
/* ---------------------------------------------- /*
* 2. General (background setting)
/* ---------------------------------------------- */
/*
Setting liner-gradient on background, when scroll down the background color will change*/
body {
overflow-x: hidden;
background: #ffffff;
/*background: linear-gradient(rgb(0, 155, 0) 0%, rgba(0,0,0,1) 75%);*/
background: linear-gradient(23deg, rgb(130, 155, 224) 0%, rgba(1,25,0,1) 100%);
}
::selection {
background: rgba(166, 175, 189, 0.3);
}
::-moz-selection {
background: rgba(166, 175, 189, 0.3);
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
::-webkit-scrollbar {
display: none;
}
a, .ease-3 {
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
}
p {
color: #5F6F81;
font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 2px;
color: #333;
font-weight: 700;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 36px;
margin: 0 0 30px;
}
h3 {
font-size: 24px;
letter-spacing: 1px;
margin: 0 0 5px;
}
h4 {
font-size: 20px;
letter-spacing: 1px;
}
h5 {
font-size: 16px;
letter-spacing: 1px;
font-weight: 400;
}
h6 {
font-size: 14px;
letter-spacing: 1px;
font-weight: 400;
}
img {
max-width: 100%;
vertical-align: middle;
}
textarea {
height: 100px;
resize: none;
}
b, strong {
font-weight: 500;
}
/* ----------------------------------------------
* 3. Helper Classes
/* ---------------------------------------------- */
.section {
padding: 80px 0;
position: relative;
background-color:#fff;
}
.section .container {
padding: 0 30px;
}
.text-custom{
color: #30b6e4!important
}
.h-100vh{
height: 100vh;
}
.btn {
padding: 12px 40px;
font-size: 14px;
font-weight: 400;
transition: all 0.5s;
letter-spacing: 2px;
color: #fff;
box-shadow: none;
text-transform: uppercase;
outline: none !important;
background-color: #333;
border-radius: 0px;
min-width: 140px;
}
.btn:hover {
color: #fff;
box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.2);
}
.btn-small {
padding: 7px 10px;
font-size: 12px;
}
.rounded-full {
border-radius: 50%;
}
.page-content-wrap {
margin-left: 50%;
width: 50%;
background: #F8FAFB;
}
.b-box {
background: #fff;
border-radius: 5px;
overflow: hidden;
border: 1px solid #eee;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
}
.hover-state:hover {
transform: translateY(-5px);
box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
}
.aside-banner {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 50%;
height: 100%;
background: #fbd0a1;
}
.aside-open .aside {
left: 0;
}
.section-head {
position: relative;
margin-bottom: 50px;
}
.section-head h2 {
font-size: 30px;
z-index: 1;
text-transform: uppercase;
display: block;
width: 100%;
font-weight: 500;
}
.section-head span {
padding-bottom: 20px;
display: block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
padding-left: 80px;
display: block;
}
.section-head span:before {
content: "";
position: absolute;
left: 0;
top: 8px;
width: 50px;
height: 1px;
background: #333;
}
.section-head span:after {
content: "";
position: absolute;
left: 50px;
height: 5px;width: 5px;
background: #333;
top: 6px;
border-radius: 50%;
}
.section-head.text-center {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.section-head.text-center span {
margin-left: -80px;
}
.section-light {
background: #fff;
}
.section-dark {
background: #f7f7f7;
}
.section-light .b-box {
background: #F8FAFB;
}
.section-dark .b-box {
background: #fff;
}
.section-subHead {
font-size: 20px;
font-weight: 500;
margin: 0px 0 20px;
}
.badge-dark {
background: #fa1f55;
background: -moz-linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, #fa1f55), color-stop(100%, #fd735a));
background: -webkit-linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
background: -o-linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
background: -ms-linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
background: linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa1f55', endColorstr='#fd735a', GradientType=1 );
}
/* ----------------------------------------------
* 4. Preloader
/* ---------------------------------------------- */
.preloader {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
height: 100%;
width: 100%;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.preloader.loaded {
opacity: 0;
visibility: hidden;
}
/* ----------------------------------------------
* 5. Header
/* ---------------------------------------------- */
.ham {
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transition: transform 400ms;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.hamRotate.active {
transform: rotate(45deg);
}
.hamRotate180.active {
transform: rotate(180deg);
}
.line {
fill:none;
transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
stroke:#000;
stroke-width:3.5;
stroke-linecap:round;
}
.ham1 .top {
stroke-dasharray: 40 139;
}
.ham1 .bottom {
stroke-dasharray: 40 180;
}
.ham1.active .top {
stroke-dashoffset: -98px;
}
.ham1.active .bottom {
stroke-dashoffset: -138px;
}
.nav-wrapper .navbar-toggler {
position: fixed;
left: 0;
z-index: 20;
top: 0;
padding: 0;
display: none;
}
.nav-wrapper .navbar {
/* background: #2a2d35; */
transition: all 750ms cubic-bezier(0.8, 0, 0.55, 0.94);
padding-bottom: 40px;
}
.nav-wrapper .navbar.active {
transform: translate3d(0%, 0, 0);
}
.nav-wrapper .navbar-nav {
display: block;
}
.navbar {
height: 100%;
}
.navbar-nav .nav-link {
font-size: 12px;
letter-spacing: 2px;
position: relative;
display: inline-block;
color: rgba(255, 255, 255, .7);
text-transform: uppercase;
padding-left: 10px;
opacity: 1;
padding-right: 5px;
display: block;
margin-bottom: 8px;
text-align: left;
border-radius: 6px;
padding: 7px 10px;
vertical-align: middle;
display: flex;
align-items: center;
}
.navbar-nav .nav-link:after {
position: absolute;
content: "";
left: 0;
right: 0;
width: 100%;
height: 0;
background: #fbd0a1;
bottom: 20px;
z-index: -1;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.navbar-nav .nav-link.active {
opacity: 1;
}
.navbar-nav .nav-link i {
margin-right: 15px;
font-size: 16px;
width: 17px;
}
.navbar-nav .nav-link:hover, .navbar-nav .active .nav-link {
color: #fff;
background: rgba(255,255,255,.2);
}
.aside {
float: left;
position: fixed;
top: 0;
left: 0;
height: 100vh;
bottom: 0;
width: 20%;
z-index: 999;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
padding: 0 10px;
max-width: 300px;
}
.page-wrapper {
width: 80%;
float: left;
margin-left: 20%;
overflow: hidden;
margin-top: 40px;
border-radius: 20px 0 0 0px;
/*box-shadow: -10px 0px 50px 0px rgba(0,0,0,0.1);*/
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.page-overlay {
display: none;
}
.page-overlay .overlay-1,
.page-overlay .overlay-2 {
content: "";
position: fixed;
background: #fff;
width: 100%;
height: 100%;
border-radius: 20px;
z-index: 0;
}
.page-overlay .overlay-1 {
top: 80px;
left: 320px;
opacity: 0.3;
}
.page-overlay .overlay-2 {
top: 130px;
left: 290px;
opacity: 0.2;
}
.page-wrapper-in {
overflow: auto;
height: 100%;
overflow: auto;
}
.nav-wrapper {
height: 100%;
}
.aside-footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.aside-footer ul {
padding: 25px;
}
.aside-footer a {
color: #fff;
height: 30px;
width: 30px;
display: block;
}
/* ----------------------------------------------
* 6. Home
/* ---------------------------------------------- */
.section-home {
height: 100vh;
position: relative;
background-image: url("../images/banner1.jpg");
background-size: cover;
background-position: center;
}
.glass {
position: absolute;
z-index: 41;
left: 0;
right: 0;
width: 100%;
height: 100%;
overflow: hidden;
font-size: 12vh;
text-align: center;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-weight: 100;
letter-spacing: 16px;
text-transform: uppercase;
}
.glass:after {
content: "";
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: -1;
background-color: #000;
opacity: 0.1;
}
.section-home img {
position: absolute;
left: 0;
right: 0;
height: 100%;
width: 100%;
object-fit: cover;
}
.swiper-home {
position: absolute;
left: 0;
right: 0;
position: absolute;
height: 100%;
padding-top: 0 !important;
}
.swiper-home .swiper-slide {
background-size: cover;
}
.home-pagination {
position: absolute !important;
left: 0;
right: 0;
bottom: 10px;
z-index: 55
}
.home-pagination .swiper-pagination-bullet {
margin: 0 7px;
width: 50px;
height: 3px;
border-radius: 1px;
background: #fff;
transition: 1s;
}
.swiper-home .swiper-slide {
transition-duration: 1s;
}
.section-home #particles-js {
position: absolute;
left: 0;
right: 0;
height: 100%;
z-index: 57;
}
.switcher a {
position: fixed;
right: 15px;
z-index: 61;
font-size: 0;
height: 30px;
width: 30px;
top: 15px;
background: #fff;
border-radius: 50px;
box-shadow: 0px 5px 11px rgba(0,0,0,0.5);
overflow: hidden;
}
.switcher a:after {
position: absolute;
content: "";
background: #2b2e36;
height: 100%;
width: 100%;
left: 50%;
}
/* ----------------------------------------------
* 6. About
/* ---------------------------------------------- */
.about-img {
height: 500px;
object-fit: cover;
width: 100%;
}
.about-avatar img {
height: 130px;
width: 130px;
object-fit: cover;
}
.about-social a.downloadCV span {
padding-left: 5px;
}
.about-desc h1 {
font-size: 32px;
}
.about-desc h3 {
font-size: 18px;
line-height: 32px;
margin: 0 auto;
}
.about-desc-info {
padding-bottom: 20px;
}
.about-desc-info b {
padding-right: 10px;
}
.about-desc-info span,
.about-desc-info a {
font-size: 14px;
color: #5F6F81;
}
.about-desc-info a {
text-decoration: underline;
}
.about-desc-info a:hover {
text-decoration: none;
}
.img-thumbnail {
background-color: #fff;
border: 1px solid #dee2e6;
}
.about-avatar-details h1 {
font-size: 22px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
opacity: 0.9;
}
.about-avatar-details p {
display: inline-block;
color: #fff;
letter-spacing: 1px;
background: rgba(0,0,0,0.05);
font-size: 14px;
border-radius: 14px;
padding: 5px 20px;
font-weight: 400;
margin-top: 7px;
}
/* ----------------------------------------------
* 7. Portfolio
/* ---------------------------------------------- */
.filter li.active {
background: #fff;
color: #fff;
background: #333;
}
.filter li {
padding: 2px 20px;
display: block;
cursor: pointer;
text-transform: capitalize;
color: #333;
transition: all 0.3s ease-in-out 0s;
margin-left: 5px;
}
.filter {
display: flex;
justify-content: flex-end;
}
.portfolio-item {
width: 400px;
}
.portfolio-item--img img {
overflow: hidden;
display: block;
height: 500px;
object-fit: cover;
width: 100%;
}
.portfolio-item--content {
display: block;
position: relative;
margin-bottom: 30px;
}
.portfolio-item--desc {
position: absolute;
left: 0;
right: 0;
top: 0;
right: 0;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.5);
text-align: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.portfolio-item--desc-in {
opacity: 0;
visibility: hidden;
margin-top: 30px;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.portfolio-item--content:hover .portfolio-item--desc {
opacity: 1;
visibility: visible;
}
.portfolio-item--content:hover
.portfolio-item--desc-in {
opacity: 1;
visibility: visible;
margin-top: 0;
}
.portfolio-item--desc-in h3 {
font-size: 18px;
}
.portfolio-item--desc-in p {
font-size: 16px;
}
.portfolio-pagination {
margin: 40px auto 0;
transform: none !important;
}
.list-item img {
height: 300px;
width: 100%;
object-fit: cover;
}
.list-item figure {
position: relative;
margin-bottom: 30px;
}
.list-item figcaption {
position: absolute;
left: 0;
right: 0;
top: 0;
height: 100%;
text-align: left;
bottom: 0;
background: rgba(0, 0, 0, 0);
display: flex;
overflow: hidden;
align-items: flex-end;
padding: 20px;
justify-content: left;
transition: .5s;
}
.list-item .simple-ajax-popup {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
height: 100%;
width: 100%;
}
.list-item .caption-inner {
color: #fff;
position: relative;
bottom: -50px;
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.list-item h3.portfolio-item-title {
color: #fff;
font-weight: 400;
text-transform: uppercase;
font-size: 18px;
}
.portfolio-item-desc {
color: #ddd;
}
.list-item:hover .caption-inner {
bottom: 0;
visibility: visible;
opacity: 1;
}
.list-item:hover figcaption {
background: rgba(0,0,0,0.5);
}
/* ----------------------------------------------
* 8. Freelance
/* ---------------------------------------------- */
.section-freelance {
background: url(../images/CSBG.jpg);
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
position: relative;
z-index: 0;
padding: 80px 0;
}
.section-freelance:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #2a2d35;
z-index: -1;
opacity: 0.8;
}
.section-freelance h2 {
color: #fff;
}
/* ----------------------------------------------
* 9. Resume
/* ---------------------------------------------- */
.resume-list h5 {
font-size: 18px;
font-weight: 500;
}
.progress-bar {
background: #333;
opacity: 0.8;
}
.section-skills-wrap p {
margin-bottom: 12px;
}
.progress {
height: 3px;
}
.ExperienceList .resume-list {
border-radius: 0;
margin-top: -1px;
}
/* ----------------------------------------------
* 10.testimonials(motto)
/* ---------------------------------------------- */
.single-testimonials {
width: 100%;
}
.single-testimonials-in {
max-width: 520px;
width: 85%;
}
.single-testimonials img {
max-width: 80px;
height: 80px;
border-radius: 50%;
box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.5);
}
.swiper-pagination {
position: static;
}
.single-testimonials-head {
background: #fff;
border-radius: 3px;
position: relative;
}
.single-testimonials-head:after {
content: '';
display: inline-block;
width: 20px;
height: 20px;
position: absolute;
bottom: -10px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background: inherit;
}
.single-testimonials-foot h4 {
font-size: 16px;
}
.single-testimonials-foot span {
font-size: 14px;
}
/* ----------------------------------------------
* 11. Footer
/* ---------------------------------------------- */
.footer {
margin-top: 0;
padding: 50px;
}
/* ----------------------------------------------
* 12. All Media Queries
/* ---------------------------------------------- */
@media (max-width: 991px) {
.container {
max-width: 100%;
}
.aside {
left: -35%;
width: 100%;
max-width: 270px;
}
.aside.aside-open {
left: 0;
}
.aside-open .page-wrapper {
margin-left: 350px;
margin-top: 30px;
border-radius: 20px 0 0 0px;
}
.aside-banner {
height: 500px;
width: 100%;
position: relative;
}
.page-content-wrap {
margin-left: 0%;
width: 100%;
margin-top: -50px;
position: relative;
z-index: 1
}
.page-wrapper {
width: 100%;
margin-left: 0%;
border-radius: 0;
margin-top: 0;
}
.nav-wrapper .navbar-toggler {
display: block;
}
.page-overlay {
display: block;
}
}
@media (max-width: 767px) {
.section-resume .section-subHead {
padding-top: 30px;
margin: 40px 0 20px !important;
}
.filter a {
font-size: 13px;
padding: 10px 15px;
}
.about-avatar img {
height: 100px;
width: 100px;
}
.aside {
min-width: 260px;
left: -260px;
width: 100%;
overflow: auto;
}
.aside-footer ul {
padding: 15px 10px;
}
.glass {
font-size: 8vh;
}
.portfolio-item--img img {
height: 350px;
}
.contact-map--container {
height: 300px
}
.section .container {
padding: 0 15px;
}
.about-desc {
margin-top: 40px;
}
.about-social li {
margin-bottom: 15px;
}
.home-pagination .swiper-pagination-bullet {
width: 30px;
}
.resume-panel {
margin-top: 30px;
}
.list-item img {
height: 200px;
}
.filter {
margin: 40px auto;
}
.about-avatar {
margin-bottom: 30px !important;
}
} | 0.356447 | 0.109135 |
html,h1,h2,h3,h4,h5,h6,p,div,label,td,tr,input {
font-family: 'Fira Sans', sans-serif !important;
}
body, html {
height: 100%;
width: 100%;
font-size: 12px;
}
th, td {
text-align: center;
padding: 10px 0px;
}
.pdl-15 {
padding-left: 15px;
}
.mt-50 {
margin-top: 20px;
}
.mr-50 {
margin-right: 50px;
}
.mb-20{
margin-bottom: 20px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-100 {
margin-bottom: 100px;
}
.mt-15-percent {
margin-top: 15%;
}
.task-state-update-select {
margin-left: 12px !important;
width: 90% !important;
}
.summary-icon-div {
width: 64px;
border-radius: 50%;
text-align: center;
vertical-align: middle;
}
.summary-icon-div i {
color: white;
line-height: 50px;
}
.job-state {
margin-top: -16px;
}
.selected-page {
background: #337ab7 !important;
color: white !important;
}
.ng-valid[required] {
border-left: 5px solid #42A948; /* green */
}
.ng-invalid {
border-left: 5px solid #a94442; /* red */
}
ng-form, form {
border-left: none !important;
}
#orderCreateMap {
height: 400px;
}
#jobMap{
height: 400px;
}
.overlay {
display: block;
text-align: center;
color: #fff;
font-size: 20px;
line-height: 30px;
opacity: 0.8;
background: #4477aa;
border: solid 3px #336699;
border-radius: 4px;
box-shadow: 2px 2px 10px #333;
text-shadow: 1px 1px 1px #666;
padding: 0 4px;
}
.overlay_arrow.above {
bottom: -15px;
border-left: 16px solid transparent;
border-right: 16px solid transparent;
border-top: 16px solid #336699;
}
.overlay_arrow {
left: 50%;
margin-left: -16px;
width: 0;
height: 0;
position: absolute;
}
.startdate {
background-color: #CDDC39;
}
.enddate {
background-color: #33691E;
color: white;
}
.late-12-hours {
background-color: #f44336;
color: white;
}
.late-72-hours {
background-color: #F57F17;
color: black;
}
.late-72-hours:hover , .late-12-hours:hover {
color: black;
}
.all {
background-color: #FF8F00;
color: white;
}
.pending {
background-color: #FF5722;
color: white;
}
.in-progress {
background-color: #FFEB3B;
color: black;
}
.in-progress span {
color: black;
}
.completed {
background-color: #4CAF50;
color: white;
}
.returned {
background-color: dodgerblue;
color: white;
}
.cancelled {
background-color: #b71c1c;
color: white;
}
.global-status-block {
font-size: 24px;
padding: 10px;
}
.global-status-block-count {
font-size: 23px;
padding: 10px;
}
.not-applicable {
background-color: #9E9E9E;
}
.b2b {
background-color: #2196F3;
color: white;
}
.b2c {
background-color: #3F51B5;
font-size: 14px;
color: white;
}
.small-button {
display: inline;
padding: .2em .6em .3em;
font-size: 14px;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.small-button-color {
background-color: #2196F3;
color: #fff;
}
.tag-color {
background-color: #0e4dbf;
color: #fff;
}
.claimed-by {
background-color: #9C27B0;
color: white;
}
.asset {
background-color: #388E3C;
color: white;
font-size: 18px;
}
.panel-pending-border {
border-color: #FF5722;
}
.panel-in-progress-border {
border-color: #FFEB3B;
}
.panel-completed-border {
border-color: #4CAF50;
}
.panel-cancelled-border {
border-color: #b71c1c;
}
.panel-not-applicable-border{
border-color: #9E9E9E;
}
.asset-list {
overflow-y: auto;
height: 400px;
}
.asset-list-item {
width: 50% !important;
}
.job-id-search-input {
width: 175px !important;
}
#tracking-map {
height: 800px;
}
#asset-list {
list-style: none;
/*overflow-y: scroll;*/
overflow-x: none;
}
.asset-list-li {
padding: 0px !important;
display: flex !important;
flex-flow: row;
}
.asset-status {
border: 2px solid #a1a1a1;
padding: 4px 4px;
width: 10px;
border-radius: 180px;
margin-top: 4px;
margin-left: 10px;
margin-right: 10px;
}
.online {
background: green;
}
.offline {
background: red;
}
.asset-search-input {
margin-bottom: 20px;
width: 400px;
margin-top: 20px;
}
.print-width {
margin: auto;
width: 1000px;
}
.hr-product {
margin-top: 40px;
margin-bottom: 40px;
border: 0;
border-top: 2px solid #d6d6d6;
}
.bulk-order-textarea {
border: 0;
padding: 15px;
}
.bulk-assign-div {
position: fixed;
background: white;
top: 50px;
right: 0;
z-index: 5;
padding: 10px 0px 15px 0px;
border: 1px solid black;
width: 25%;
} | app/content/styles/style.css | html,h1,h2,h3,h4,h5,h6,p,div,label,td,tr,input {
font-family: 'Fira Sans', sans-serif !important;
}
body, html {
height: 100%;
width: 100%;
font-size: 12px;
}
th, td {
text-align: center;
padding: 10px 0px;
}
.pdl-15 {
padding-left: 15px;
}
.mt-50 {
margin-top: 20px;
}
.mr-50 {
margin-right: 50px;
}
.mb-20{
margin-bottom: 20px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-100 {
margin-bottom: 100px;
}
.mt-15-percent {
margin-top: 15%;
}
.task-state-update-select {
margin-left: 12px !important;
width: 90% !important;
}
.summary-icon-div {
width: 64px;
border-radius: 50%;
text-align: center;
vertical-align: middle;
}
.summary-icon-div i {
color: white;
line-height: 50px;
}
.job-state {
margin-top: -16px;
}
.selected-page {
background: #337ab7 !important;
color: white !important;
}
.ng-valid[required] {
border-left: 5px solid #42A948; /* green */
}
.ng-invalid {
border-left: 5px solid #a94442; /* red */
}
ng-form, form {
border-left: none !important;
}
#orderCreateMap {
height: 400px;
}
#jobMap{
height: 400px;
}
.overlay {
display: block;
text-align: center;
color: #fff;
font-size: 20px;
line-height: 30px;
opacity: 0.8;
background: #4477aa;
border: solid 3px #336699;
border-radius: 4px;
box-shadow: 2px 2px 10px #333;
text-shadow: 1px 1px 1px #666;
padding: 0 4px;
}
.overlay_arrow.above {
bottom: -15px;
border-left: 16px solid transparent;
border-right: 16px solid transparent;
border-top: 16px solid #336699;
}
.overlay_arrow {
left: 50%;
margin-left: -16px;
width: 0;
height: 0;
position: absolute;
}
.startdate {
background-color: #CDDC39;
}
.enddate {
background-color: #33691E;
color: white;
}
.late-12-hours {
background-color: #f44336;
color: white;
}
.late-72-hours {
background-color: #F57F17;
color: black;
}
.late-72-hours:hover , .late-12-hours:hover {
color: black;
}
.all {
background-color: #FF8F00;
color: white;
}
.pending {
background-color: #FF5722;
color: white;
}
.in-progress {
background-color: #FFEB3B;
color: black;
}
.in-progress span {
color: black;
}
.completed {
background-color: #4CAF50;
color: white;
}
.returned {
background-color: dodgerblue;
color: white;
}
.cancelled {
background-color: #b71c1c;
color: white;
}
.global-status-block {
font-size: 24px;
padding: 10px;
}
.global-status-block-count {
font-size: 23px;
padding: 10px;
}
.not-applicable {
background-color: #9E9E9E;
}
.b2b {
background-color: #2196F3;
color: white;
}
.b2c {
background-color: #3F51B5;
font-size: 14px;
color: white;
}
.small-button {
display: inline;
padding: .2em .6em .3em;
font-size: 14px;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.small-button-color {
background-color: #2196F3;
color: #fff;
}
.tag-color {
background-color: #0e4dbf;
color: #fff;
}
.claimed-by {
background-color: #9C27B0;
color: white;
}
.asset {
background-color: #388E3C;
color: white;
font-size: 18px;
}
.panel-pending-border {
border-color: #FF5722;
}
.panel-in-progress-border {
border-color: #FFEB3B;
}
.panel-completed-border {
border-color: #4CAF50;
}
.panel-cancelled-border {
border-color: #b71c1c;
}
.panel-not-applicable-border{
border-color: #9E9E9E;
}
.asset-list {
overflow-y: auto;
height: 400px;
}
.asset-list-item {
width: 50% !important;
}
.job-id-search-input {
width: 175px !important;
}
#tracking-map {
height: 800px;
}
#asset-list {
list-style: none;
/*overflow-y: scroll;*/
overflow-x: none;
}
.asset-list-li {
padding: 0px !important;
display: flex !important;
flex-flow: row;
}
.asset-status {
border: 2px solid #a1a1a1;
padding: 4px 4px;
width: 10px;
border-radius: 180px;
margin-top: 4px;
margin-left: 10px;
margin-right: 10px;
}
.online {
background: green;
}
.offline {
background: red;
}
.asset-search-input {
margin-bottom: 20px;
width: 400px;
margin-top: 20px;
}
.print-width {
margin: auto;
width: 1000px;
}
.hr-product {
margin-top: 40px;
margin-bottom: 40px;
border: 0;
border-top: 2px solid #d6d6d6;
}
.bulk-order-textarea {
border: 0;
padding: 15px;
}
.bulk-assign-div {
position: fixed;
background: white;
top: 50px;
right: 0;
z-index: 5;
padding: 10px 0px 15px 0px;
border: 1px solid black;
width: 25%;
} | 0.495117 | 0.103522 |
.formMain {
background: #408398;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
padding: 50px;
}
/* Flexbox is used to bring the items in center in responsive view */
.divShadow {
-webkit-box-shadow: 10px 10px 68px 10px rgba(0,0,0,0.42);
-moz-box-shadow: 10px 10px 68px 10px rgba(0,0,0,0.42);
box-shadow: 10px 10px 68px 10px rgba(0,0,0,0.42);
flex-wrap: wrap;
justify-content: center;
display: flex;
}
/* myForm is the child class of divShadow */
.myFormCover {
height: 70vh;
width:70vh;
padding:0px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.myForm {
height: 70vh;
width:70vh;
padding:0px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
/* Form Cover */
.formOne {
background: #161a35;
z-index: 2;
}
.formOneText {
font-size: 2.09em;
color: white;
margin: 10px;
padding: 10px;
letter-spacing: 3px;
font-family: sans-serif;
opacity: 0.7;
}
.formImg {
width: 15vw;
}
/* First Form*/
.formTwo {
background: #669999;
z-index: 1;
}
.formalize{
display: flex;
width: 65%;
align-items: center;
flex-direction: column;
justify-content: space-between;
}
.formInput{
background: transparent;
border: 0px;
border-bottom: 2px dashed #3e1f1f;
padding: 5px 15px 5px 15px;
margin-bottom: 10px;
width: 100%;
display: flex;
color: white;
opacity: 0.8;
font-size: 1.5em;
letter-spacing: 1.5px;
outline: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
/*Second Form*/
.formThree {
display: flex;
justify-content: center;
align-items: center;
background: #669999;
z-index: 1;
}
p.heading{
font-size: 2.09em;
letter-spacing: 3px;
font-family: 'Patua One', cursive;
opacity: 0.8;
}
.outer{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
}
.eventNames{
opacity: 0.8;
padding: 0px 0px 5px 0px;
font-size: 2.2em;
color: #282f5f;
background: transparent;
border: 0px;
border-bottom: 2px dashed #282f5f;
width: 65%;
margin-top: 10px;
}
.check{
display: flex;
flex-direction: column;
overflow: hidden;
/* D33P Calculation ->> Remember while applying media queries on inner font-size */
height: 8.2em;
justify-content: space-between;
padding: 8px;
-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.30);
-moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.30);
box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.30);
width: 65%;
font-size: 1em;
margin-bottom: 20px;
}
.check2{
display: flex;
flex-direction: column;
overflow: hidden;
height: 4.5em;
justify-content: center;
padding: 8px;
-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.30);
-moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.30);
box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.30);
width: 65%;
font-size: 1em;
margin-bottom: 20px;
}
.inner{
display: flex;
justify-content: space-between;
align-items: center;
}
.inner:hover{
opacity: 0.8;
/*cursor: pointer;*/
zoom:1.5;
cursor: pointer;
}
input[type='checkbox']{
zoom:1.3;
margin: 0px;
}
.options{
color: white;
font-size: 1.5em;
letter-spacing: 3px;
opacity: 0.7;
}
/* Placeholder Styling */
input:focus::-webkit-input-placeholder {
opacity: 0;
}
input::-webkit-input-placeholder {
color: white;
font-size: 2.5vh;
letter-spacing: 3px;
opacity:0.7;
font-weight: 500;
}
/* Buttons */
.commonButton{
margin-bottom: 15px;
padding:6px 12px;
border-radius: 5px;
border: none;
font-size: 1em;
outline: none;
transition: 0.3s ease-out;
}
.commonButton:hover{
-webkit-box-shadow: 2px 4px 16px 1px rgba(0,0,0,0.41);
-moz-box-shadow: 2px 4px 16px 1px rgba(0,0,0,0.41);
box-shadow: 2px 4px 16px 1px rgba(0,0,0,0.41);
cursor: pointer;
}
.buttonOne{
align-self: flex-end;
}
.buttonFlex{
display: flex;
width: 65%;
justify-content: space-between;
}
.buttonOne{
align-self: flex-end;
}
.hiddenDiv{
display: none;
height: 50px;
z-index: 2;
background: #408398;
}
/* Media Queries */
/*
@media only screen and (max-width: 1157px){
.myForm {
background-color: lightblue;
height: 57vh;
width:57vh;
}
}
@media only screen and (max-width: 1055px){
.myForm {
background-color: lightblue;
height: 54vh;
width:54vh;
}
}
@media only screen and (max-width: 892px){
.myForm {
background-color: lightblue;
height: 50vh;
width:50vh;
}
}
@media only screen and (max-width: 767px) {
.myForm {
height: 40vh;
width:50vh;
}
.formImg {
width: 25vh;
}
.input::-webkit-input-placeholder {
font-size: 2.0vh;
}
}
*/ | css/form.css | .formMain {
background: #408398;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
padding: 50px;
}
/* Flexbox is used to bring the items in center in responsive view */
.divShadow {
-webkit-box-shadow: 10px 10px 68px 10px rgba(0,0,0,0.42);
-moz-box-shadow: 10px 10px 68px 10px rgba(0,0,0,0.42);
box-shadow: 10px 10px 68px 10px rgba(0,0,0,0.42);
flex-wrap: wrap;
justify-content: center;
display: flex;
}
/* myForm is the child class of divShadow */
.myFormCover {
height: 70vh;
width:70vh;
padding:0px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.myForm {
height: 70vh;
width:70vh;
padding:0px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
/* Form Cover */
.formOne {
background: #161a35;
z-index: 2;
}
.formOneText {
font-size: 2.09em;
color: white;
margin: 10px;
padding: 10px;
letter-spacing: 3px;
font-family: sans-serif;
opacity: 0.7;
}
.formImg {
width: 15vw;
}
/* First Form*/
.formTwo {
background: #669999;
z-index: 1;
}
.formalize{
display: flex;
width: 65%;
align-items: center;
flex-direction: column;
justify-content: space-between;
}
.formInput{
background: transparent;
border: 0px;
border-bottom: 2px dashed #3e1f1f;
padding: 5px 15px 5px 15px;
margin-bottom: 10px;
width: 100%;
display: flex;
color: white;
opacity: 0.8;
font-size: 1.5em;
letter-spacing: 1.5px;
outline: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
/*Second Form*/
.formThree {
display: flex;
justify-content: center;
align-items: center;
background: #669999;
z-index: 1;
}
p.heading{
font-size: 2.09em;
letter-spacing: 3px;
font-family: 'Patua One', cursive;
opacity: 0.8;
}
.outer{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
}
.eventNames{
opacity: 0.8;
padding: 0px 0px 5px 0px;
font-size: 2.2em;
color: #282f5f;
background: transparent;
border: 0px;
border-bottom: 2px dashed #282f5f;
width: 65%;
margin-top: 10px;
}
.check{
display: flex;
flex-direction: column;
overflow: hidden;
/* D33P Calculation ->> Remember while applying media queries on inner font-size */
height: 8.2em;
justify-content: space-between;
padding: 8px;
-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.30);
-moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.30);
box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.30);
width: 65%;
font-size: 1em;
margin-bottom: 20px;
}
.check2{
display: flex;
flex-direction: column;
overflow: hidden;
height: 4.5em;
justify-content: center;
padding: 8px;
-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.30);
-moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.30);
box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.30);
width: 65%;
font-size: 1em;
margin-bottom: 20px;
}
.inner{
display: flex;
justify-content: space-between;
align-items: center;
}
.inner:hover{
opacity: 0.8;
/*cursor: pointer;*/
zoom:1.5;
cursor: pointer;
}
input[type='checkbox']{
zoom:1.3;
margin: 0px;
}
.options{
color: white;
font-size: 1.5em;
letter-spacing: 3px;
opacity: 0.7;
}
/* Placeholder Styling */
input:focus::-webkit-input-placeholder {
opacity: 0;
}
input::-webkit-input-placeholder {
color: white;
font-size: 2.5vh;
letter-spacing: 3px;
opacity:0.7;
font-weight: 500;
}
/* Buttons */
.commonButton{
margin-bottom: 15px;
padding:6px 12px;
border-radius: 5px;
border: none;
font-size: 1em;
outline: none;
transition: 0.3s ease-out;
}
.commonButton:hover{
-webkit-box-shadow: 2px 4px 16px 1px rgba(0,0,0,0.41);
-moz-box-shadow: 2px 4px 16px 1px rgba(0,0,0,0.41);
box-shadow: 2px 4px 16px 1px rgba(0,0,0,0.41);
cursor: pointer;
}
.buttonOne{
align-self: flex-end;
}
.buttonFlex{
display: flex;
width: 65%;
justify-content: space-between;
}
.buttonOne{
align-self: flex-end;
}
.hiddenDiv{
display: none;
height: 50px;
z-index: 2;
background: #408398;
}
/* Media Queries */
/*
@media only screen and (max-width: 1157px){
.myForm {
background-color: lightblue;
height: 57vh;
width:57vh;
}
}
@media only screen and (max-width: 1055px){
.myForm {
background-color: lightblue;
height: 54vh;
width:54vh;
}
}
@media only screen and (max-width: 892px){
.myForm {
background-color: lightblue;
height: 50vh;
width:50vh;
}
}
@media only screen and (max-width: 767px) {
.myForm {
height: 40vh;
width:50vh;
}
.formImg {
width: 25vh;
}
.input::-webkit-input-placeholder {
font-size: 2.0vh;
}
}
*/ | 0.134137 | 0.069763 |
#search-courses .form-control{
border-radius:0rem;
border-top: none;
border-left: none;
border-right: none;
}
#search-courses .form-control:focus{
border-color: #aaa;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(255, 255, 255, 0);
outline: 0 none;
}
#search-info{
display: -webkit-box;
padding-left: 10px;
padding-top: 5px;
}
#search-count-num{
margin-right: 3px;
}
.search-card {
font-size: 13px;
height: auto;
padding: 5px;
margin: 3px;
border-radius: 2px;
background-color: #f5f5f5;
}
.search-card.fall {
background-color: #f6ebff;
color: #53008f;
}
.search-card.spring {
background-color: #ebf6f9;
color: #004a63;
}
.search-card.both {
background: linear-gradient(to right, #f6ebff, #ebf6f9);
color: #333;
}
.search-card-info {
display: grid;
grid-template-columns: 1fr auto;
grid-gap: 5px;
align-items: center;
}
.search-card-links {
visibility: hidden;
}
.search-card:hover .search-card-links {
visibility: visible;
}
#display-courses {
height: calc(100vh - 122px);
overflow: auto;
}
.course-title {
font-weight: bold;
margin-left: 5px;
}
/* smaller font size for semester in search results */
.course-prev-sems {
font-size: 11px;
margin-left: 5px;
margin-bottom: 0;
}
#spinner {
display: none;
font-size: inherit;
margin-left: 2px;
}
/* courses cards */
.course-card {
font-size: large;
height: 36px;
padding: 5px;
border-radius: 2px;
margin-bottom: 5px;
}
.course-card.fall {
background-color: #eaccff;
color: #53008f;
}
.course-card.spring {
background-color: #c4e3ed;
color: #004a63;
}
.course-card.both {
background: linear-gradient(to right, #eaccff, #c4e3ed);
color: #333;
}
.course-card.external {
background-color: #f9d4cd;
color: #543129;
}
.course-card .course-name {
max-width: calc(100% - 18px);
overflow: hidden;
float: left;
text-overflow: ellipsis;
white-space: nowrap;
}
.course-card:hover {
cursor: grab;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
position: relative;
z-index: 1;
}
.course-info:hover, .course-eval:hover {
color: #5a6268;
}
/* add delete button on course hover in semesters */
.course-card:hover .delete-course {
display: block;
}
.delete-course {
display: none; /* gets rid of delete button */
float: right;
margin-top: 4px;
color: #666;
}
.delete-course:hover {
color: #e74c3c;
cursor: pointer;
}
.popover-warning {
color: #e74c3c;
margin-top: 5px;
} | frontend/src/styles/Courses.css | #search-courses .form-control{
border-radius:0rem;
border-top: none;
border-left: none;
border-right: none;
}
#search-courses .form-control:focus{
border-color: #aaa;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(255, 255, 255, 0);
outline: 0 none;
}
#search-info{
display: -webkit-box;
padding-left: 10px;
padding-top: 5px;
}
#search-count-num{
margin-right: 3px;
}
.search-card {
font-size: 13px;
height: auto;
padding: 5px;
margin: 3px;
border-radius: 2px;
background-color: #f5f5f5;
}
.search-card.fall {
background-color: #f6ebff;
color: #53008f;
}
.search-card.spring {
background-color: #ebf6f9;
color: #004a63;
}
.search-card.both {
background: linear-gradient(to right, #f6ebff, #ebf6f9);
color: #333;
}
.search-card-info {
display: grid;
grid-template-columns: 1fr auto;
grid-gap: 5px;
align-items: center;
}
.search-card-links {
visibility: hidden;
}
.search-card:hover .search-card-links {
visibility: visible;
}
#display-courses {
height: calc(100vh - 122px);
overflow: auto;
}
.course-title {
font-weight: bold;
margin-left: 5px;
}
/* smaller font size for semester in search results */
.course-prev-sems {
font-size: 11px;
margin-left: 5px;
margin-bottom: 0;
}
#spinner {
display: none;
font-size: inherit;
margin-left: 2px;
}
/* courses cards */
.course-card {
font-size: large;
height: 36px;
padding: 5px;
border-radius: 2px;
margin-bottom: 5px;
}
.course-card.fall {
background-color: #eaccff;
color: #53008f;
}
.course-card.spring {
background-color: #c4e3ed;
color: #004a63;
}
.course-card.both {
background: linear-gradient(to right, #eaccff, #c4e3ed);
color: #333;
}
.course-card.external {
background-color: #f9d4cd;
color: #543129;
}
.course-card .course-name {
max-width: calc(100% - 18px);
overflow: hidden;
float: left;
text-overflow: ellipsis;
white-space: nowrap;
}
.course-card:hover {
cursor: grab;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
position: relative;
z-index: 1;
}
.course-info:hover, .course-eval:hover {
color: #5a6268;
}
/* add delete button on course hover in semesters */
.course-card:hover .delete-course {
display: block;
}
.delete-course {
display: none; /* gets rid of delete button */
float: right;
margin-top: 4px;
color: #666;
}
.delete-course:hover {
color: #e74c3c;
cursor: pointer;
}
.popover-warning {
color: #e74c3c;
margin-top: 5px;
} | 0.303319 | 0.09556 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
*{
font-family: 'Poppins', sans-serif;
}
header{
position: relative;
top: 0;
height: auto;
width:100%;
}
.logo{
width: 80px;
height:80px;
margin-top: 10px;
margin-left: 40px;
}
nav{
margin-left: -80px;
position:fixed;
top: 0;
height: 100px;
width: 100%;
z-index: 1;
}
nav:after {
clear: both;
content: "";
display: block;
}
.iconNav{
float: right;
margin-top: 20px;
margin-right: -25px;
cursor: pointer;
display: none;
}
nav ul{
float: right;
height: 100px;
line-height: 100px;
margin: 0;
}
nav li{
list-style: none;
float: left;
margin: 0 15px;
font-size:18px;
}
nav li a{
text-decoration: none;
color: #666;
transition: .5s;
}
nav li a:hover{
color: #fbbe28;
}
a{
text-decoration: none;
font-size: 20px;
}
.blocoLeft h1{
text-align: center;
font-size: 32px;
}
.blocoLeft p{
padding: 10px;
}
.DivImg{
display: grid;
place-items: center;
}
.DivText{
margin: 40px;
}
.CancerInfantil h1{
text-align: center;
font-size: 35px;
}
.CancerInfantil h3{
text-align: center;
font-size: 28px;
font-weight: 500;
padding: 10px;
}
.CancerInfantil{
margin: 40px;
}
.artigos{
display: flex;
margin-top: 80px;
}
.col-sm-4{
padding:10px;
margin: auto;
}
.col-sm-4:hover{
padding: 2px;
transition: 0.5s;
}
.card-title{
font-size: 18px;
text-align: center;
}
.card-text{
font-size: 15px;
text-align: center;
}
.ler{
color: rgb(42, 4, 212);
padding: 10px;
font-size: 12px;
display: grid;
place-items: center;
font-size: 14.5px;
}
.ler:hover{
margin: 10px;
transition: 0.5s;
}
/*======================= Responsividade ====================*/
@media (max-width:800px){
.nav-list {
position: absolute;
right: 1;
width: 50vh;
height: 100vh;
background:#ffffff ;
flex-direction: column;
align-items: center;
text-align: center;
display: none;
font-size: 15px;
box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.164);
}
.iconNav {
display: block;
}
.open {
display: flex ;
justify-content: space-around ;
}
.TextMain{
margin:15px;
}
.TextMain p{
margin: 10px;
}
.ImgCancer{
text-align: center;
width: 300px;
}
.CâncerInfantil h3{
text-align: center;
}
}
/*======================= Animações ====================*/
*{
animation-name: fade;
animation-duration: 0.5s;
}
@keyframes fade{
from{
opacity: 0;
transform: scale(1);
}
to{
opacity: 1;
}
} | Projeto/Codigos/Views/styles/teste.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
*{
font-family: 'Poppins', sans-serif;
}
header{
position: relative;
top: 0;
height: auto;
width:100%;
}
.logo{
width: 80px;
height:80px;
margin-top: 10px;
margin-left: 40px;
}
nav{
margin-left: -80px;
position:fixed;
top: 0;
height: 100px;
width: 100%;
z-index: 1;
}
nav:after {
clear: both;
content: "";
display: block;
}
.iconNav{
float: right;
margin-top: 20px;
margin-right: -25px;
cursor: pointer;
display: none;
}
nav ul{
float: right;
height: 100px;
line-height: 100px;
margin: 0;
}
nav li{
list-style: none;
float: left;
margin: 0 15px;
font-size:18px;
}
nav li a{
text-decoration: none;
color: #666;
transition: .5s;
}
nav li a:hover{
color: #fbbe28;
}
a{
text-decoration: none;
font-size: 20px;
}
.blocoLeft h1{
text-align: center;
font-size: 32px;
}
.blocoLeft p{
padding: 10px;
}
.DivImg{
display: grid;
place-items: center;
}
.DivText{
margin: 40px;
}
.CancerInfantil h1{
text-align: center;
font-size: 35px;
}
.CancerInfantil h3{
text-align: center;
font-size: 28px;
font-weight: 500;
padding: 10px;
}
.CancerInfantil{
margin: 40px;
}
.artigos{
display: flex;
margin-top: 80px;
}
.col-sm-4{
padding:10px;
margin: auto;
}
.col-sm-4:hover{
padding: 2px;
transition: 0.5s;
}
.card-title{
font-size: 18px;
text-align: center;
}
.card-text{
font-size: 15px;
text-align: center;
}
.ler{
color: rgb(42, 4, 212);
padding: 10px;
font-size: 12px;
display: grid;
place-items: center;
font-size: 14.5px;
}
.ler:hover{
margin: 10px;
transition: 0.5s;
}
/*======================= Responsividade ====================*/
@media (max-width:800px){
.nav-list {
position: absolute;
right: 1;
width: 50vh;
height: 100vh;
background:#ffffff ;
flex-direction: column;
align-items: center;
text-align: center;
display: none;
font-size: 15px;
box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.164);
}
.iconNav {
display: block;
}
.open {
display: flex ;
justify-content: space-around ;
}
.TextMain{
margin:15px;
}
.TextMain p{
margin: 10px;
}
.ImgCancer{
text-align: center;
width: 300px;
}
.CâncerInfantil h3{
text-align: center;
}
}
/*======================= Animações ====================*/
*{
animation-name: fade;
animation-duration: 0.5s;
}
@keyframes fade{
from{
opacity: 0;
transform: scale(1);
}
to{
opacity: 1;
}
} | 0.303732 | 0.087408 |
@font-face {
font-family: 'Julius Sans One';
font-style: normal;
font-weight: 400;
src: local('Julius Sans One'), local('JuliusSansOne-Regular'), url(http://fonts.gstatic.com/s/juliussansone/v4/iU65JP9acQHPDLkdalCF7qW9WqC4OJJkfgA_jCJuPCQ.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Julius Sans One';
font-style: normal;
font-weight: 400;
src: local('Julius Sans One'), local('JuliusSansOne-Regular'), url(http://fonts.gstatic.com/s/juliussansone/v4/iU65JP9acQHPDLkdalCF7qbE79T7ABI2Ygfbza8Crac.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;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v13/ty9dfvLAziwdqQ2dHoyjpvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v13/frNV30OaYdlFRtH2VnZZdvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v13/gwVJDERN2Amz39wrSoZ7F_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v13/aZMswpodYeVhtRvuABJWvPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v13/VvXUGKZXbHtX_S_VCTLpGvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v13/e7MeVAyvogMqFwwl61PKhPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v13/2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.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;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v13/0eC6fl06luXEYWpBSJvXCFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v13/Fl4y0QdOxyyTHEGMXX8kcVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v13/-L14Jk06m6pUHB-5mXQQnVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v13/I3S1wsgSg9YCurV6PUkTOVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v13/NYDWBdD4gIq26G5XYbHsFFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v13/Pru33qjShpZSmG3z6VYwnVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v13/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.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;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v13/bbysZXYlQ_uS6wRz---nZA.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v13/IC_Dw3HJuHH__1Luo8iRGA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v13/hRlqrbpoy1ZdEsYTnaL0SA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v13/hoBXwe-D6aCKmAXn6F6iFA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v13/N_9Jp7AwAheF7LtLH7gZjQ.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v13/fIKu7GwZTy_12XzG_jt8eA.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v13/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;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v13/77FXFjRbGzN4aCrSFhlh3ltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v13/isZ-wbCXNKAbnjo6_TwHTltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v13/UX6i4JxQDm3fVTc1CPuwqltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v13/jSN2CGVDbcVyCnfJfjSdfFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v13/PwZc-YbIL414wB9rB1IAPVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v13/97uahxiqZRoncBaCEI3aW1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v13/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.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;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v13/7m8l7TlFO-S3VkhHuR0at7WJ8El2VFcUWHOh_Oq6BA8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v13/7m8l7TlFO-S3VkhHuR0atxLwxQbNcFnuWuPk3YnjToI.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v13/7m8l7TlFO-S3VkhHuR0at3ZwgMdXZ_smNJnor9b37uA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v13/7m8l7TlFO-S3VkhHuR0at1vp_UfalQ96C-39B62FvR4.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v13/7m8l7TlFO-S3VkhHuR0at0qs5AeeBmydKTXp2rSeyjU.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v13/7m8l7TlFO-S3VkhHuR0at6g5eI2G47JWe0-AuFtD150.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v13/7m8l7TlFO-S3VkhHuR0at44P5ICox8Kq3LLUNMylGO4.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;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nE8xhg-WlD4iG4AP-V7QxYA.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nN_eC2PfU-cUGGN7U-FIfKc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nLvM2QJLsjx6Keu1D2MYodo.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nNd5cRMOq5PeG3VabknWPxo.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nLpX8dGXLalyu5OokvgDQcs.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nPVFL0ofnRu5Y2lP-UpEUGU.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nBFu3zqwMX6_xKv7VQ0MVtg.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;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsDrvev4WAjW489CRDHIkJ90.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsCGXDOnx9ptx3UTSPTrfsgk.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsAZ98xO_Wnt-JIem4AuLGfs.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsE1G989qbVg6RT5ly5jB8V8.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsJ84zb0nVte6liF9gGtpo1Y.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsD86pq2NkPzVgw_9lpT6RGI.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsFAPIdBMqRxba8e5KJ1EMo4.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;
} | public/assets/fonts/google-font.css | @font-face {
font-family: 'Julius Sans One';
font-style: normal;
font-weight: 400;
src: local('Julius Sans One'), local('JuliusSansOne-Regular'), url(http://fonts.gstatic.com/s/juliussansone/v4/iU65JP9acQHPDLkdalCF7qW9WqC4OJJkfgA_jCJuPCQ.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Julius Sans One';
font-style: normal;
font-weight: 400;
src: local('Julius Sans One'), local('JuliusSansOne-Regular'), url(http://fonts.gstatic.com/s/juliussansone/v4/iU65JP9acQHPDLkdalCF7qbE79T7ABI2Ygfbza8Crac.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;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v13/ty9dfvLAziwdqQ2dHoyjpvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v13/frNV30OaYdlFRtH2VnZZdvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v13/gwVJDERN2Amz39wrSoZ7F_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v13/aZMswpodYeVhtRvuABJWvPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v13/VvXUGKZXbHtX_S_VCTLpGvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v13/e7MeVAyvogMqFwwl61PKhPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v13/2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.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;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v13/0eC6fl06luXEYWpBSJvXCFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v13/Fl4y0QdOxyyTHEGMXX8kcVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v13/-L14Jk06m6pUHB-5mXQQnVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v13/I3S1wsgSg9YCurV6PUkTOVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v13/NYDWBdD4gIq26G5XYbHsFFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v13/Pru33qjShpZSmG3z6VYwnVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v13/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.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;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v13/bbysZXYlQ_uS6wRz---nZA.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v13/IC_Dw3HJuHH__1Luo8iRGA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v13/hRlqrbpoy1ZdEsYTnaL0SA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v13/hoBXwe-D6aCKmAXn6F6iFA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v13/N_9Jp7AwAheF7LtLH7gZjQ.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v13/fIKu7GwZTy_12XzG_jt8eA.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v13/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;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v13/77FXFjRbGzN4aCrSFhlh3ltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v13/isZ-wbCXNKAbnjo6_TwHTltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v13/UX6i4JxQDm3fVTc1CPuwqltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v13/jSN2CGVDbcVyCnfJfjSdfFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v13/PwZc-YbIL414wB9rB1IAPVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v13/97uahxiqZRoncBaCEI3aW1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v13/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.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;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v13/7m8l7TlFO-S3VkhHuR0at7WJ8El2VFcUWHOh_Oq6BA8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v13/7m8l7TlFO-S3VkhHuR0atxLwxQbNcFnuWuPk3YnjToI.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v13/7m8l7TlFO-S3VkhHuR0at3ZwgMdXZ_smNJnor9b37uA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v13/7m8l7TlFO-S3VkhHuR0at1vp_UfalQ96C-39B62FvR4.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v13/7m8l7TlFO-S3VkhHuR0at0qs5AeeBmydKTXp2rSeyjU.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v13/7m8l7TlFO-S3VkhHuR0at6g5eI2G47JWe0-AuFtD150.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v13/7m8l7TlFO-S3VkhHuR0at44P5ICox8Kq3LLUNMylGO4.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;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nE8xhg-WlD4iG4AP-V7QxYA.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nN_eC2PfU-cUGGN7U-FIfKc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nLvM2QJLsjx6Keu1D2MYodo.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nNd5cRMOq5PeG3VabknWPxo.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nLpX8dGXLalyu5OokvgDQcs.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nPVFL0ofnRu5Y2lP-UpEUGU.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nBFu3zqwMX6_xKv7VQ0MVtg.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;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsDrvev4WAjW489CRDHIkJ90.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsCGXDOnx9ptx3UTSPTrfsgk.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsAZ98xO_Wnt-JIem4AuLGfs.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsE1G989qbVg6RT5ly5jB8V8.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsJ84zb0nVte6liF9gGtpo1Y.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsD86pq2NkPzVgw_9lpT6RGI.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsFAPIdBMqRxba8e5KJ1EMo4.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;
} | 0.314051 | 0.076304 |
* {
box-sizing: border-box;
}
.javascripthref {
color: blue !important;
}
.colorful-inner a {
color: white !important;
font-weight: bold;
}
.amaran {
margin-bottom: 10px !important;
margin-top: 0 !important;
}
/**
.amaran.colorful .colorful-inner {
text-align: justify;
}
*/
.javascripthref:hover {
cursor: pointer;
}
.sourcecodel {
color: blue !important;
font-style: italic;
}
.sourcecodel:hover {
cursor: pointer;
}
.autor_photo {
border-radius: 3px;
display: block;
float: left;
height: 50px;
margin-left: -5px;
position: relative;
}
.autor_name {
display: block;
float: right;
font-size: 0.9rem;
font-weight: bold;
margin-left: -5px;
margin-top: 4px;
position: relative;
width: 130px;
}
.autor_location {
display: block;
float: right;
width: 130px;
text-align: left;
font-size: 0.9rem;
}
.tooltiptext_autor_svg {
fill: rgb(255, 255, 255);
height: 14px;
position: relative;
top: 2px;
}
.codegallerytitle {
border-radius: .3rem;
bottom: 1px;
color: #567482;
display: inline;
font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
line-height: normal;
margin: 0;
padding: 0;
position: relative;
word-wrap: normal;
}
.page-header {
color: #fff;
text-align: center;
position: relative;
}
#background-page-header-colored {
bottom: 0;
display: none;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: -2;
}
#background-page-header {
bottom: 0;
display: none;
left: 0;
opacity: 0.8;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: -1;
}
.parallax-mirror {
display: none;
opacity: 0.9;
}
#contentBackground {
-moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.3);
position: relative;
width: 100%;
z-index: 2;
}
#buttonfile1text {
color: #333333;
display: none;
}
#buttonfilectext {
color: #ffffff;
display: none;
}
#badgeslistdiv {
display: none;
margin-top: 5px;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
hr.style1 {
border-top: 1px solid #8c8b8b;
}
hr.style2 {
border-top: 3px double #8c8b8b;
}
hr.style3 {
border-top: 1px dashed #8c8b8b;
}
hr.style4 {
border-top: 1px dotted #8c8b8b;
}
hr.style5 {
background-color: #fff;
border-top: 2px dashed #8c8b8b;
}
hr.style6 {
background-color: #fff;
border-top: 2px dotted #8c8b8b;
}
hr.style7 {
border-top: 1px solid #8c8b8b;
border-bottom: 1px solid #fff;
}
hr.style8 {
border-top: 1px solid #8c8b8b;
border-bottom: 1px solid #fff;
}
hr.style8:after {
border-bottom: 1px solid #fff;
border-top: 1px solid #8c8b8b;
content: '';
display: block;
margin-top: 2px;
}
hr.style9 {
border-bottom: 1px dashed #fff;
border-top: 1px dashed #8c8b8b;
}
hr.style10 {
border-top: 1px dotted #8c8b8b;
border-bottom: 1px dotted #fff;
}
hr.style13 {
height: 10px;
border: 0;
box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
hr.style14 {
background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
border: 0;
height: 1px;
}
hr.style15 {
border-top: 4px double #8c8b8b;
text-align: center;
}
hr.style15:after {
background: #f0f0f0;
color: #8c8b8b;
content: '\002665';
display: inline-block;
font-size: 18px;
padding: 0 10px;
position: relative;
top: -15px;
}
hr.style16 {
border-top: 1px dashed #8c8b8b;
}
hr.style16:after {
background: #f0f0f0;
color: #8c8b8b;
content: '\002702';
display: inline-block;
font-size: 18px;
left: 40px;
padding: 0 3px;
position: relative;
top: -12px;
}
hr.style17 {
border-top: 1px solid #8c8b8b;
text-align: center;
}
hr.style17:after {
-moz-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
background: #f0f0f0;
color: #8c8b8b;
content: '§';
display: inline-block;
font-size: 18px;
padding: 0 10px;
position: relative;
top: -14px;
transform: rotate(60deg);
}
hr.style18 {
height: 30px;
border: 0 solid #8c8b8b;
border-top-width: 1px;
border-radius: 20px;
}
hr.style18:before {
border: 0 solid #8c8b8b;
border-bottom-width: 1px;
border-radius: 20px;
content: "";
display: block;
height: 30px;
margin-top: -31px;
}
body:before {
background-size: cover;
content: "";
display: block;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: -10;
}
html {
max-width: 100%;
overflow-x: hidden;
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
margin-right: 0;
}
body {
background-attachment: fixed;
color: #363636;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
font-weight: normal;
line-height: 1.5;
margin: 0;
max-width: 100%;
overflow-x: hidden;
padding: 0;
}
.help-links {
font-size: 0.9rem;
}
a.back-to-top {
background: #27AE61 url(../res/ui/up-arrow.png) no-repeat center 43%;
bottom: 20px;
display: none;
position: fixed;
right: 20px;
text-indent: -9999px;
z-index: 999;
}
@media screen and (min-width: 64em) {
a.back-to-top {
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
border-radius: 35px;
height: 70px;
width: 70px;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
a.back-to-top {
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
height: 60px;
width: 60px;
}
}
@media screen and (max-width: 42em) {
a.back-to-top {
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
height: 50px;
width: 50px;
}
}
.functtitlstyle {
cursor: default;
font-weight: 500 !important;
}
@media screen and (min-width: 64em) {
.functtitlstyle {
font-size: 1.2rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.functtitlstyle {
font-size: 1.1rem;
}
}
@media screen and (max-width: 42em) {
.functtitlstyle {
font-size: 1.0rem;
}
}
.iconbutton {
position: relative;
margin-left: 5px;
}
@media screen and (min-width: 64em) {
.iconbutton {
height: 16px;
top: 3px;
width: 16px;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.iconbutton {
height: 14px;
top: 2px;
width: 14px;
}
}
@media screen and (max-width: 42em) {
.iconbutton {
height: 13px;
top: 3px;
width: 13px;
}
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.fecha-estilo {
color: #819198;
font-size: 15px;
position: relative;
bottom: 0;
}
.btn {
-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
background-color: rgba(100, 100, 100, 0.4);
border-radius: 0.3rem;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
color: rgba(255, 255, 255, 1);
display: inline-block;
margin-bottom: 1rem;
margin-left: 0;
margin-right: 0.5rem;
opacity: 1.0;
outline: none;
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.btn:hover {
opacity: 1.0;
}
.btn-pro {
-moz-box-shadow: 0 0 5px 0 rgba(10, 10, 10, 0.75);
-webkit-box-shadow: 0 0 5px 0 rgba(10, 10, 10, 0.75);
background-color: rgba(210, 210, 210, 0.85);
border-radius: 0.3rem;
border: 1px solid rgba(255, 255, 255, 0.5);
box-shadow: 0 0 5px 0 rgba(10, 10, 10, 0.75);
color: rgba(20, 20, 20, 1);
display: inline-block;
font-weight: bolder;
margin-bottom: 1rem;
margin-left: 0;
margin-right: 0.5rem;
opacity: 0.9;
outline: none;
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.btn-pro:hover {
opacity: 1.0;
}
.btn i, .btn-pro i {
padding-left: 8px;
}
.btn-pro:hover {
cursor: pointer;
text-decoration: none;
}
.btn + .btn {
margin-left: 0;
}
.btn-pro + .btn-pro {
margin-left: 0.5rem;
}
.btn:hover {
text-decoration: none;
}
@media screen and (min-width: 64em) {
.btn, .btn-pro {
font-size: 1rem;
padding: 0.75rem 1rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.btn, .btn-pro {
font-size: 0.9rem;
padding: 0.6rem 0.9rem;
}
}
@media screen and (max-width: 42em) {
.btn, .btn-pro {
display: block;
padding: 0.75rem;
width: 100%;
}
.btn, .btn-pro {
font-size: 0.75rem;
}
.btn + .btn, .btn-pro + .btn-pro {
margin-left: 0;
}
}
.page-header {
position: relative;
z-index: 2;
}
@media screen and (min-width: 64em) {
.page-header {
padding: 6rem 6rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.page-header {
padding: 6rem 4rem;
}
}
@media screen and (max-width: 42em) {
.page-header {
padding: 3rem 1rem;
}
}
.project-name {
cursor: default;
margin-bottom: 0.1rem;
margin-top: 0;
text-shadow: 2px 2px 4px #000000;
}
@media screen and (min-width: 64em) {
.project-name {
font-size: 3.25rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-name {
font-size: 2.8rem;
}
}
@media screen and (max-width: 42em) {
.project-name {
font-size: 2.3rem;
}
}
.project-tagline {
cursor: default;
font-weight: normal;
margin-bottom: 2rem;
opacity: 1.0;
text-shadow: 2px 2px 5px #000000;
}
@media screen and (min-width: 64em) {
.project-tagline {
font-size: 1.25rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-tagline {
font-size: 1.15rem;
}
}
@media screen and (max-width: 42em) {
.project-tagline {
font-size: 1rem;
}
}
.main-content :first-child {
margin-top: 0;
}
.main-content img {
max-width: 100%;
}
.main-content h1, .main-content h2, .main-content h4, .main-content h5, .main-content h6 {
cursor: default;
font-weight: normal;
margin-bottom: 1rem;
margin-top: 2.5rem;
}
.main-content h3 {
cursor: default;
font-weight: normal;
margin-bottom: 1rem;
margin-top: 1.5rem;
}
.main-content p {
margin-bottom: 1em;
/*text-align: justify;*/
}
.justified-text {
text-align: justify;
}
.main-content code {
background-color: #f3f6fa;
border-radius: 0.3rem;
color: #383e41;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 0.9rem;
padding: 2px 4px;
}
.main-content pre {
/*background-color: #f3f6fa;
border-radius: 0.3rem;
border: solid 1px #dce6f0;*/
color: #567482;
font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
margin-bottom: 1rem;
margin-top: 0;
padding: 0.8rem;
word-wrap: normal;
}
.main-content pre > code {
background: transparent;
border: 0;
color: #567482;
font-size: 0.9rem;
margin: 0;
padding: 0;
white-space: pre;
word-break: normal;
}
.main-content .highlight {
margin-bottom: 1rem;
}
.main-content .highlight pre {
margin-bottom: 0;
word-break: normal;
}
.main-content .highlight pre, .main-content pre {
border-radius: 0.3rem;
line-height: 1.45;
/*margin-bottom: -9px;*/
overflow: auto;
padding: 0.8rem;
}
@media screen and (min-width: 64em) {
.main-content .highlight pre, .main-content pre {
font-size: 0.82rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.main-content .highlight pre, .main-content pre {
font-size: 0.72rem;
}
}
@media screen and (max-width: 42em) {
.main-content .highlight pre, .main-content pre {
font-size: 0.51rem;
}
}
@media screen and (min-width: 64em) {
.lateximg {
height: 21px;
position: relative;
top: 8px;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.lateximg {
height: 18px;
position: relative;
top: 4px;
}
}
@media screen and (max-width: 42em) {
.lateximg {
height: 15px;
position: relative;
top: 3px;
}
}
.newline_br {
display: block;
}
.main-content pre code, .main-content pre tt {
background-color: transparent;
border: 0;
display: inline;
line-height: inherit;
margin: 0;
max-width: initial;
overflow: initial;
padding: 0;
word-wrap: normal;
}
.main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-content pre tt:after {
content: normal;
}
.li-code-parent {
margin-bottom: 30px
}
.config-parent {
margin-bottom: 15px
}
.main-content ul, .main-content ol {
margin-top: 0;
padding-left: 3%;
}
@media screen and (min-width: 64em) {
.menu-big-entry {
font-size: 18px;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.menu-big-entry {
font-size: 17px;
}
}
@media screen and (max-width: 42em) {
.menu-big-entry {
font-size: 16px;
}
}
@media screen and (min-width: 64em) {
.menu-little-entry {
font-size: 17px;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.menu-little-entry {
font-size: 15px;
}
}
@media screen and (max-width: 42em) {
.menu-little-entry {
font-size: 13px;
}
}
.main-content li pre b {
color: #000;
/*font-size: 1.1rem;*/
position: relative;
/*bottom: -1.1px;*/
}
.main-content blockquote {
/*color: #819198;
border-left: 0.3rem solid #dce6f0;*/
margin-left: 5px;
padding: 0 .5rem;
}
.section-template {
color: #159957;
}
@media screen and (min-width: 64em) {
.section-template {
font-size: 0.9rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.section-template {
font-size: 0.8rem;
}
}
@media screen and (max-width: 42em) {
.section-template {
font-size: 0.8rem;
}
}
.main-content blockquote > :first-child {
margin-top: 0;
}
.main-content blockquote > :last-child {
margin-bottom: 0;
}
.main-content table {
display: block;
overflow: auto;
width: 100%;
word-break: normal;
}
.main-content table th {
font-weight: bold;
}
.main-content table th, .main-content table td {
padding: 0.5rem 1rem;
border: 1px solid #e9ebec;
}
.main-content dl {
padding: 0;
}
.main-content dl dt {
padding: 0;
margin-top: 1rem;
font-size: 1rem;
font-weight: bold;
}
.main-content dl dd {
padding: 0;
margin-bottom: 1rem;
}
.main-content hr {
background-color: #eff0f1;
border: 0;
height: 2px;
margin-bottom: 1.15rem;
margin-top: 1rem;
padding: 0;
}
@media screen and (min-width: 64em) {
.main-content {
font-size: 0.92rem;
margin: 0 auto;
max-width: 64rem;
padding: 2rem 6rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.main-content {
padding: 2rem 4rem;
font-size: 0.87rem;
}
}
@media screen and (max-width: 42em) {
.main-content {
padding: 2rem 1rem;
font-size: 0.8rem;
}
}
.site-footer {
padding-top: 2rem;
margin-top: 2rem;
border-top: solid 1px #eff0f1;
}
.site-footer-owner {
display: block;
font-weight: bold;
}
.site-footer-credits {
color: #819198;
}
@media screen and (min-width: 64em) {
.site-footer {
font-size: 1rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.site-footer {
font-size: 1rem;
}
}
@media screen and (max-width: 42em) {
.site-footer {
font-size: 0.9rem;
}
}
a.aimg, a:hover.aimg, .page-header.aimg {
border: none;
color: #fff;
height: auto;
letter-spacing: normal;
line-height: normal;
margin: 0;
padding: 0;
visibility: visible;
width: auto;
word-spacing: normal;
z-index: auto;
}
a#templatestats, a:hover#templatestats, .page-header#templatestats {
border: none;
color: #fff;
height: auto;
letter-spacing: normal;
line-height: normal;
margin: 0;
padding: 0;
visibility: visible;
width: auto;
word-spacing: normal;
z-index: auto;
}
.error_msg_1 {
background-color: rgb(235, 235, 235);
border-radius: 5px;
border: 1px solid rgb(218, 218, 218);
/*box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);*/
cursor: pointer;
display: block;
font-size: 1.2rem;
font-weight: 300;
margin: 10% auto auto;
padding: 20px;
position: relative;
text-align: center;
width: 60%;
word-wrap: break-word;
}
.error_msg_1:hover {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.error_msg_1 img {
display: inline-block;
margin-bottom: auto;
margin-right: 10px;
opacity: 0.6;
position: relative;
top: 5px;
width: 25px;
}
.tooltip .tooltiptext_errormsg {
-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
background-color: rgba(30, 30, 30, 1.0);
border-radius: 5px;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
color: #fff;
font-size: 13px;
left: 50%;
margin-left: -42.5%;
opacity: 0.97;
padding: 10px;
position: absolute;
text-align: center;
top: 115%;
visibility: hidden;
width: 80%;
z-index: 1;
}
.tooltip .tooltiptext_errormsg::after {
border: 5px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.8);
bottom: 100%;
content: "";
left: 50%;
margin-left: -5px;
opacity: 1.0;
position: absolute;
}
.tooltip:hover .tooltiptext_errormsg {
visibility: visible;
}
.linkssection a {
color: blue;
}
#lean_overlay {
background: #000;
display: none;
height: 100%;
left: 0;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 3;
}
#downloadother {
-moz-border-radius: 5px;
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
-webkit-border-radius: 5px;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
background: #FFF;
border-radius: 5px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
display: none;
padding-bottom: 2px;
z-index: 3;
}
@media screen and (min-width: 64em) {
#downloadother {
width: 650px;
}
.downloadother-entry {
font-size: 0.9rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
#downloadother {
width: 650px;
}
.downloadother-entry {
font-size: 0.9rem;
}
}
@media screen and (max-width: 42em) {
#downloadother {
width: 90%;
}
.downloadother-entry {
font-size: 0.7rem;
}
.downloadother-name {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
padding-right: 10px;
}
.downloadother-link {
font-size: 0.6rem;
}
.downloadother-link-double {
font-size: 0.6rem;
}
}
#downloadother-header {
background: url(../res/ui/hd-bg.png);
padding: 14px 12px 12px 14px;
border-bottom: 1px solid #CCC;
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}
#downloadother h2 {
color: #444;
font-size: 2em;
font-weight: 700;
margin-bottom: 3px;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#downloadother p {
color: #444;
font-size: 1.3em;
margin: 0;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#downloadother .downloadtitle {
font-weight: 700;
font-size: 1.3rem;
color: black;
}
.modal_close {
color: #636363;
display: block;
font-size: 1rem;
height: 14px;
outline: 0;
position: absolute;
right: 18px;
text-decoration: none;
top: 18px;
width: 14px;
z-index: 2;
}
#downloadother-contents {
padding: 0;
color: rgb(0, 0, 0);
height: 350px;
overflow-y: scroll;
overflow-x: hidden;
}
.downloadother-entry {
display: inline-block;
padding: 3px 8px;
width: 100%;
}
.downloadother-entry:hover {
background-color: rgb(246, 246, 246);
}
.downloadother-compact {
border-bottom: 1px rgb(205, 205, 205) dashed;
}
.downloadother-name {
cursor: default;
display: block;
float: left;
font-weight: 700;
width: 85%;
}
.downloadother-link {
display: block;
float: left;
text-align: center;
width: 15%;
}
.downloadother-link-double {
display: block;
float: left;
text-align: center;
width: 15%;
}
.parallax-mirror img {
opacity: 0.65 !important;
}
#preloadresources {
display: none;
}
.codeFunContainer {
background-color: #eeeeee;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3) inset;
display: none;
margin-bottom: 2px;
margin-top: 0;
padding: 10px 10px 3px;
}
.sourcecodeTriggerEnabled {
font-weight: bold;
}
#chatgitter {
display: none;
}
#templateConfigsList .config-parent .config-elem {
display: table;
width: 100%;
opacity: 0.8;
}
#templateConfigsList .config-parent .config-elem:hover {
cursor: default;
opacity: 1.0;
}
#templateConfigsList .config-parent .config-elem strong {
display: block;
float: left;
font-weight: 600;
width: 35%;
word-break: break-all;
}
.config-desc {
display: block;
float: right;
font-weight: 400;
width: 65%;
}
.config-desc:before {
content: ': ';
}
@media screen and (max-width: 576px) {
#templateConfigsList .config-parent .config-elem strong {
width: 40% !important;
}
.config-desc {
width: 60% !important;
}
}
.config-desc-inner {
display: inline-table;
float: right;
text-align: justify; /* Ojo con esto */
width: 98%;
}
.imgfontexample {
background-color: white;
padding: 10px;
}
/**
Botón de ejemplo que contiene mostrar/ocultar ejemplo
*/
.preExampleButton {
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
box-shadow: inset -1px -1px 6px rgba(0, 0, 0, 0.13);
color: white;
cursor: pointer;
display: block;
float: right;
font-size: 0.8rem;
font-weight: 500;
opacity: 0.7;
padding: 2px 10px;
position: relative;
right: 48px;
top: -38px;
}
.preExampleButton:hover {
opacity: 1.0;
}
@media screen and (min-width: 64em) {
.preExampleButton {
top: -38px !important;
}
}
@media screen and (max-width: 42em) {
.preExampleButton {
top: -36px !important;
}
}
@media screen and (max-width: 576px) {
.preExampleButton {
font-size: 0.5rem;
top: -43px !important;
}
}
.codeExampleContainer {
background-color: #eee;
border-radius: .3rem;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3) inset;
display: none;
margin-bottom: 8px;
margin-inline-end: 40px;
margin-top: 5px;
padding: 10px 10px;
}
.exampleCollage {
margin: auto;
display: block;
width: 80%;
}
.imageCodeExample {
display: inline-block;
left: 50%;
position: relative;
transform: translate(-50%);
}
.imageCodeExample-large {
width: 9cm;
}
@media screen and (max-width: 576px) {
.imageCodeExample-large {
width: 6cm;
}
}
.imageCodeExample-normal {
width: 7cm;
}
@media screen and (max-width: 576px) {
.imageCodeExample-normal {
width: 5cm;
}
}
.imageCodeExample-tiny {
width: 5cm;
}
@media screen and (max-width: 576px) {
.imageCodeExample-tiny {
width: 4cm;
}
}
/**
Desactiva la selección de un objeto
*/
.noselect {
-moz-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
outline: none;
user-select: none;
}
/**
Lista de banners en index
*/
.indexbannerlist {
text-align: center;
}
.indexbannerlist img {
display: flex;
height: 1.5rem;
margin: 0.5rem 2rem;
}
@media screen and (max-width: 576px) {
.indexbannerlist img {
height: 1.2rem;
margin: 0.5rem auto;
}
}
/**
Formularios
*/
.form-check {
display: block;
margin-top: 1rem;
position: relative;
}
.form-check-label {
margin-left: 0.5rem;
} | css/stylesheet.css | * {
box-sizing: border-box;
}
.javascripthref {
color: blue !important;
}
.colorful-inner a {
color: white !important;
font-weight: bold;
}
.amaran {
margin-bottom: 10px !important;
margin-top: 0 !important;
}
/**
.amaran.colorful .colorful-inner {
text-align: justify;
}
*/
.javascripthref:hover {
cursor: pointer;
}
.sourcecodel {
color: blue !important;
font-style: italic;
}
.sourcecodel:hover {
cursor: pointer;
}
.autor_photo {
border-radius: 3px;
display: block;
float: left;
height: 50px;
margin-left: -5px;
position: relative;
}
.autor_name {
display: block;
float: right;
font-size: 0.9rem;
font-weight: bold;
margin-left: -5px;
margin-top: 4px;
position: relative;
width: 130px;
}
.autor_location {
display: block;
float: right;
width: 130px;
text-align: left;
font-size: 0.9rem;
}
.tooltiptext_autor_svg {
fill: rgb(255, 255, 255);
height: 14px;
position: relative;
top: 2px;
}
.codegallerytitle {
border-radius: .3rem;
bottom: 1px;
color: #567482;
display: inline;
font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
line-height: normal;
margin: 0;
padding: 0;
position: relative;
word-wrap: normal;
}
.page-header {
color: #fff;
text-align: center;
position: relative;
}
#background-page-header-colored {
bottom: 0;
display: none;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: -2;
}
#background-page-header {
bottom: 0;
display: none;
left: 0;
opacity: 0.8;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: -1;
}
.parallax-mirror {
display: none;
opacity: 0.9;
}
#contentBackground {
-moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.3);
position: relative;
width: 100%;
z-index: 2;
}
#buttonfile1text {
color: #333333;
display: none;
}
#buttonfilectext {
color: #ffffff;
display: none;
}
#badgeslistdiv {
display: none;
margin-top: 5px;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
hr.style1 {
border-top: 1px solid #8c8b8b;
}
hr.style2 {
border-top: 3px double #8c8b8b;
}
hr.style3 {
border-top: 1px dashed #8c8b8b;
}
hr.style4 {
border-top: 1px dotted #8c8b8b;
}
hr.style5 {
background-color: #fff;
border-top: 2px dashed #8c8b8b;
}
hr.style6 {
background-color: #fff;
border-top: 2px dotted #8c8b8b;
}
hr.style7 {
border-top: 1px solid #8c8b8b;
border-bottom: 1px solid #fff;
}
hr.style8 {
border-top: 1px solid #8c8b8b;
border-bottom: 1px solid #fff;
}
hr.style8:after {
border-bottom: 1px solid #fff;
border-top: 1px solid #8c8b8b;
content: '';
display: block;
margin-top: 2px;
}
hr.style9 {
border-bottom: 1px dashed #fff;
border-top: 1px dashed #8c8b8b;
}
hr.style10 {
border-top: 1px dotted #8c8b8b;
border-bottom: 1px dotted #fff;
}
hr.style13 {
height: 10px;
border: 0;
box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
hr.style14 {
background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
border: 0;
height: 1px;
}
hr.style15 {
border-top: 4px double #8c8b8b;
text-align: center;
}
hr.style15:after {
background: #f0f0f0;
color: #8c8b8b;
content: '\002665';
display: inline-block;
font-size: 18px;
padding: 0 10px;
position: relative;
top: -15px;
}
hr.style16 {
border-top: 1px dashed #8c8b8b;
}
hr.style16:after {
background: #f0f0f0;
color: #8c8b8b;
content: '\002702';
display: inline-block;
font-size: 18px;
left: 40px;
padding: 0 3px;
position: relative;
top: -12px;
}
hr.style17 {
border-top: 1px solid #8c8b8b;
text-align: center;
}
hr.style17:after {
-moz-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
background: #f0f0f0;
color: #8c8b8b;
content: '§';
display: inline-block;
font-size: 18px;
padding: 0 10px;
position: relative;
top: -14px;
transform: rotate(60deg);
}
hr.style18 {
height: 30px;
border: 0 solid #8c8b8b;
border-top-width: 1px;
border-radius: 20px;
}
hr.style18:before {
border: 0 solid #8c8b8b;
border-bottom-width: 1px;
border-radius: 20px;
content: "";
display: block;
height: 30px;
margin-top: -31px;
}
body:before {
background-size: cover;
content: "";
display: block;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: -10;
}
html {
max-width: 100%;
overflow-x: hidden;
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
margin-right: 0;
}
body {
background-attachment: fixed;
color: #363636;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
font-weight: normal;
line-height: 1.5;
margin: 0;
max-width: 100%;
overflow-x: hidden;
padding: 0;
}
.help-links {
font-size: 0.9rem;
}
a.back-to-top {
background: #27AE61 url(../res/ui/up-arrow.png) no-repeat center 43%;
bottom: 20px;
display: none;
position: fixed;
right: 20px;
text-indent: -9999px;
z-index: 999;
}
@media screen and (min-width: 64em) {
a.back-to-top {
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
border-radius: 35px;
height: 70px;
width: 70px;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
a.back-to-top {
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
height: 60px;
width: 60px;
}
}
@media screen and (max-width: 42em) {
a.back-to-top {
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
height: 50px;
width: 50px;
}
}
.functtitlstyle {
cursor: default;
font-weight: 500 !important;
}
@media screen and (min-width: 64em) {
.functtitlstyle {
font-size: 1.2rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.functtitlstyle {
font-size: 1.1rem;
}
}
@media screen and (max-width: 42em) {
.functtitlstyle {
font-size: 1.0rem;
}
}
.iconbutton {
position: relative;
margin-left: 5px;
}
@media screen and (min-width: 64em) {
.iconbutton {
height: 16px;
top: 3px;
width: 16px;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.iconbutton {
height: 14px;
top: 2px;
width: 14px;
}
}
@media screen and (max-width: 42em) {
.iconbutton {
height: 13px;
top: 3px;
width: 13px;
}
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.fecha-estilo {
color: #819198;
font-size: 15px;
position: relative;
bottom: 0;
}
.btn {
-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
background-color: rgba(100, 100, 100, 0.4);
border-radius: 0.3rem;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
color: rgba(255, 255, 255, 1);
display: inline-block;
margin-bottom: 1rem;
margin-left: 0;
margin-right: 0.5rem;
opacity: 1.0;
outline: none;
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.btn:hover {
opacity: 1.0;
}
.btn-pro {
-moz-box-shadow: 0 0 5px 0 rgba(10, 10, 10, 0.75);
-webkit-box-shadow: 0 0 5px 0 rgba(10, 10, 10, 0.75);
background-color: rgba(210, 210, 210, 0.85);
border-radius: 0.3rem;
border: 1px solid rgba(255, 255, 255, 0.5);
box-shadow: 0 0 5px 0 rgba(10, 10, 10, 0.75);
color: rgba(20, 20, 20, 1);
display: inline-block;
font-weight: bolder;
margin-bottom: 1rem;
margin-left: 0;
margin-right: 0.5rem;
opacity: 0.9;
outline: none;
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.btn-pro:hover {
opacity: 1.0;
}
.btn i, .btn-pro i {
padding-left: 8px;
}
.btn-pro:hover {
cursor: pointer;
text-decoration: none;
}
.btn + .btn {
margin-left: 0;
}
.btn-pro + .btn-pro {
margin-left: 0.5rem;
}
.btn:hover {
text-decoration: none;
}
@media screen and (min-width: 64em) {
.btn, .btn-pro {
font-size: 1rem;
padding: 0.75rem 1rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.btn, .btn-pro {
font-size: 0.9rem;
padding: 0.6rem 0.9rem;
}
}
@media screen and (max-width: 42em) {
.btn, .btn-pro {
display: block;
padding: 0.75rem;
width: 100%;
}
.btn, .btn-pro {
font-size: 0.75rem;
}
.btn + .btn, .btn-pro + .btn-pro {
margin-left: 0;
}
}
.page-header {
position: relative;
z-index: 2;
}
@media screen and (min-width: 64em) {
.page-header {
padding: 6rem 6rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.page-header {
padding: 6rem 4rem;
}
}
@media screen and (max-width: 42em) {
.page-header {
padding: 3rem 1rem;
}
}
.project-name {
cursor: default;
margin-bottom: 0.1rem;
margin-top: 0;
text-shadow: 2px 2px 4px #000000;
}
@media screen and (min-width: 64em) {
.project-name {
font-size: 3.25rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-name {
font-size: 2.8rem;
}
}
@media screen and (max-width: 42em) {
.project-name {
font-size: 2.3rem;
}
}
.project-tagline {
cursor: default;
font-weight: normal;
margin-bottom: 2rem;
opacity: 1.0;
text-shadow: 2px 2px 5px #000000;
}
@media screen and (min-width: 64em) {
.project-tagline {
font-size: 1.25rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-tagline {
font-size: 1.15rem;
}
}
@media screen and (max-width: 42em) {
.project-tagline {
font-size: 1rem;
}
}
.main-content :first-child {
margin-top: 0;
}
.main-content img {
max-width: 100%;
}
.main-content h1, .main-content h2, .main-content h4, .main-content h5, .main-content h6 {
cursor: default;
font-weight: normal;
margin-bottom: 1rem;
margin-top: 2.5rem;
}
.main-content h3 {
cursor: default;
font-weight: normal;
margin-bottom: 1rem;
margin-top: 1.5rem;
}
.main-content p {
margin-bottom: 1em;
/*text-align: justify;*/
}
.justified-text {
text-align: justify;
}
.main-content code {
background-color: #f3f6fa;
border-radius: 0.3rem;
color: #383e41;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 0.9rem;
padding: 2px 4px;
}
.main-content pre {
/*background-color: #f3f6fa;
border-radius: 0.3rem;
border: solid 1px #dce6f0;*/
color: #567482;
font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
margin-bottom: 1rem;
margin-top: 0;
padding: 0.8rem;
word-wrap: normal;
}
.main-content pre > code {
background: transparent;
border: 0;
color: #567482;
font-size: 0.9rem;
margin: 0;
padding: 0;
white-space: pre;
word-break: normal;
}
.main-content .highlight {
margin-bottom: 1rem;
}
.main-content .highlight pre {
margin-bottom: 0;
word-break: normal;
}
.main-content .highlight pre, .main-content pre {
border-radius: 0.3rem;
line-height: 1.45;
/*margin-bottom: -9px;*/
overflow: auto;
padding: 0.8rem;
}
@media screen and (min-width: 64em) {
.main-content .highlight pre, .main-content pre {
font-size: 0.82rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.main-content .highlight pre, .main-content pre {
font-size: 0.72rem;
}
}
@media screen and (max-width: 42em) {
.main-content .highlight pre, .main-content pre {
font-size: 0.51rem;
}
}
@media screen and (min-width: 64em) {
.lateximg {
height: 21px;
position: relative;
top: 8px;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.lateximg {
height: 18px;
position: relative;
top: 4px;
}
}
@media screen and (max-width: 42em) {
.lateximg {
height: 15px;
position: relative;
top: 3px;
}
}
.newline_br {
display: block;
}
.main-content pre code, .main-content pre tt {
background-color: transparent;
border: 0;
display: inline;
line-height: inherit;
margin: 0;
max-width: initial;
overflow: initial;
padding: 0;
word-wrap: normal;
}
.main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-content pre tt:after {
content: normal;
}
.li-code-parent {
margin-bottom: 30px
}
.config-parent {
margin-bottom: 15px
}
.main-content ul, .main-content ol {
margin-top: 0;
padding-left: 3%;
}
@media screen and (min-width: 64em) {
.menu-big-entry {
font-size: 18px;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.menu-big-entry {
font-size: 17px;
}
}
@media screen and (max-width: 42em) {
.menu-big-entry {
font-size: 16px;
}
}
@media screen and (min-width: 64em) {
.menu-little-entry {
font-size: 17px;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.menu-little-entry {
font-size: 15px;
}
}
@media screen and (max-width: 42em) {
.menu-little-entry {
font-size: 13px;
}
}
.main-content li pre b {
color: #000;
/*font-size: 1.1rem;*/
position: relative;
/*bottom: -1.1px;*/
}
.main-content blockquote {
/*color: #819198;
border-left: 0.3rem solid #dce6f0;*/
margin-left: 5px;
padding: 0 .5rem;
}
.section-template {
color: #159957;
}
@media screen and (min-width: 64em) {
.section-template {
font-size: 0.9rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.section-template {
font-size: 0.8rem;
}
}
@media screen and (max-width: 42em) {
.section-template {
font-size: 0.8rem;
}
}
.main-content blockquote > :first-child {
margin-top: 0;
}
.main-content blockquote > :last-child {
margin-bottom: 0;
}
.main-content table {
display: block;
overflow: auto;
width: 100%;
word-break: normal;
}
.main-content table th {
font-weight: bold;
}
.main-content table th, .main-content table td {
padding: 0.5rem 1rem;
border: 1px solid #e9ebec;
}
.main-content dl {
padding: 0;
}
.main-content dl dt {
padding: 0;
margin-top: 1rem;
font-size: 1rem;
font-weight: bold;
}
.main-content dl dd {
padding: 0;
margin-bottom: 1rem;
}
.main-content hr {
background-color: #eff0f1;
border: 0;
height: 2px;
margin-bottom: 1.15rem;
margin-top: 1rem;
padding: 0;
}
@media screen and (min-width: 64em) {
.main-content {
font-size: 0.92rem;
margin: 0 auto;
max-width: 64rem;
padding: 2rem 6rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.main-content {
padding: 2rem 4rem;
font-size: 0.87rem;
}
}
@media screen and (max-width: 42em) {
.main-content {
padding: 2rem 1rem;
font-size: 0.8rem;
}
}
.site-footer {
padding-top: 2rem;
margin-top: 2rem;
border-top: solid 1px #eff0f1;
}
.site-footer-owner {
display: block;
font-weight: bold;
}
.site-footer-credits {
color: #819198;
}
@media screen and (min-width: 64em) {
.site-footer {
font-size: 1rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.site-footer {
font-size: 1rem;
}
}
@media screen and (max-width: 42em) {
.site-footer {
font-size: 0.9rem;
}
}
a.aimg, a:hover.aimg, .page-header.aimg {
border: none;
color: #fff;
height: auto;
letter-spacing: normal;
line-height: normal;
margin: 0;
padding: 0;
visibility: visible;
width: auto;
word-spacing: normal;
z-index: auto;
}
a#templatestats, a:hover#templatestats, .page-header#templatestats {
border: none;
color: #fff;
height: auto;
letter-spacing: normal;
line-height: normal;
margin: 0;
padding: 0;
visibility: visible;
width: auto;
word-spacing: normal;
z-index: auto;
}
.error_msg_1 {
background-color: rgb(235, 235, 235);
border-radius: 5px;
border: 1px solid rgb(218, 218, 218);
/*box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);*/
cursor: pointer;
display: block;
font-size: 1.2rem;
font-weight: 300;
margin: 10% auto auto;
padding: 20px;
position: relative;
text-align: center;
width: 60%;
word-wrap: break-word;
}
.error_msg_1:hover {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.error_msg_1 img {
display: inline-block;
margin-bottom: auto;
margin-right: 10px;
opacity: 0.6;
position: relative;
top: 5px;
width: 25px;
}
.tooltip .tooltiptext_errormsg {
-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
background-color: rgba(30, 30, 30, 1.0);
border-radius: 5px;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
color: #fff;
font-size: 13px;
left: 50%;
margin-left: -42.5%;
opacity: 0.97;
padding: 10px;
position: absolute;
text-align: center;
top: 115%;
visibility: hidden;
width: 80%;
z-index: 1;
}
.tooltip .tooltiptext_errormsg::after {
border: 5px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.8);
bottom: 100%;
content: "";
left: 50%;
margin-left: -5px;
opacity: 1.0;
position: absolute;
}
.tooltip:hover .tooltiptext_errormsg {
visibility: visible;
}
.linkssection a {
color: blue;
}
#lean_overlay {
background: #000;
display: none;
height: 100%;
left: 0;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 3;
}
#downloadother {
-moz-border-radius: 5px;
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
-webkit-border-radius: 5px;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
background: #FFF;
border-radius: 5px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
display: none;
padding-bottom: 2px;
z-index: 3;
}
@media screen and (min-width: 64em) {
#downloadother {
width: 650px;
}
.downloadother-entry {
font-size: 0.9rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
#downloadother {
width: 650px;
}
.downloadother-entry {
font-size: 0.9rem;
}
}
@media screen and (max-width: 42em) {
#downloadother {
width: 90%;
}
.downloadother-entry {
font-size: 0.7rem;
}
.downloadother-name {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
padding-right: 10px;
}
.downloadother-link {
font-size: 0.6rem;
}
.downloadother-link-double {
font-size: 0.6rem;
}
}
#downloadother-header {
background: url(../res/ui/hd-bg.png);
padding: 14px 12px 12px 14px;
border-bottom: 1px solid #CCC;
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}
#downloadother h2 {
color: #444;
font-size: 2em;
font-weight: 700;
margin-bottom: 3px;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#downloadother p {
color: #444;
font-size: 1.3em;
margin: 0;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#downloadother .downloadtitle {
font-weight: 700;
font-size: 1.3rem;
color: black;
}
.modal_close {
color: #636363;
display: block;
font-size: 1rem;
height: 14px;
outline: 0;
position: absolute;
right: 18px;
text-decoration: none;
top: 18px;
width: 14px;
z-index: 2;
}
#downloadother-contents {
padding: 0;
color: rgb(0, 0, 0);
height: 350px;
overflow-y: scroll;
overflow-x: hidden;
}
.downloadother-entry {
display: inline-block;
padding: 3px 8px;
width: 100%;
}
.downloadother-entry:hover {
background-color: rgb(246, 246, 246);
}
.downloadother-compact {
border-bottom: 1px rgb(205, 205, 205) dashed;
}
.downloadother-name {
cursor: default;
display: block;
float: left;
font-weight: 700;
width: 85%;
}
.downloadother-link {
display: block;
float: left;
text-align: center;
width: 15%;
}
.downloadother-link-double {
display: block;
float: left;
text-align: center;
width: 15%;
}
.parallax-mirror img {
opacity: 0.65 !important;
}
#preloadresources {
display: none;
}
.codeFunContainer {
background-color: #eeeeee;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3) inset;
display: none;
margin-bottom: 2px;
margin-top: 0;
padding: 10px 10px 3px;
}
.sourcecodeTriggerEnabled {
font-weight: bold;
}
#chatgitter {
display: none;
}
#templateConfigsList .config-parent .config-elem {
display: table;
width: 100%;
opacity: 0.8;
}
#templateConfigsList .config-parent .config-elem:hover {
cursor: default;
opacity: 1.0;
}
#templateConfigsList .config-parent .config-elem strong {
display: block;
float: left;
font-weight: 600;
width: 35%;
word-break: break-all;
}
.config-desc {
display: block;
float: right;
font-weight: 400;
width: 65%;
}
.config-desc:before {
content: ': ';
}
@media screen and (max-width: 576px) {
#templateConfigsList .config-parent .config-elem strong {
width: 40% !important;
}
.config-desc {
width: 60% !important;
}
}
.config-desc-inner {
display: inline-table;
float: right;
text-align: justify; /* Ojo con esto */
width: 98%;
}
.imgfontexample {
background-color: white;
padding: 10px;
}
/**
Botón de ejemplo que contiene mostrar/ocultar ejemplo
*/
.preExampleButton {
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
box-shadow: inset -1px -1px 6px rgba(0, 0, 0, 0.13);
color: white;
cursor: pointer;
display: block;
float: right;
font-size: 0.8rem;
font-weight: 500;
opacity: 0.7;
padding: 2px 10px;
position: relative;
right: 48px;
top: -38px;
}
.preExampleButton:hover {
opacity: 1.0;
}
@media screen and (min-width: 64em) {
.preExampleButton {
top: -38px !important;
}
}
@media screen and (max-width: 42em) {
.preExampleButton {
top: -36px !important;
}
}
@media screen and (max-width: 576px) {
.preExampleButton {
font-size: 0.5rem;
top: -43px !important;
}
}
.codeExampleContainer {
background-color: #eee;
border-radius: .3rem;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3) inset;
display: none;
margin-bottom: 8px;
margin-inline-end: 40px;
margin-top: 5px;
padding: 10px 10px;
}
.exampleCollage {
margin: auto;
display: block;
width: 80%;
}
.imageCodeExample {
display: inline-block;
left: 50%;
position: relative;
transform: translate(-50%);
}
.imageCodeExample-large {
width: 9cm;
}
@media screen and (max-width: 576px) {
.imageCodeExample-large {
width: 6cm;
}
}
.imageCodeExample-normal {
width: 7cm;
}
@media screen and (max-width: 576px) {
.imageCodeExample-normal {
width: 5cm;
}
}
.imageCodeExample-tiny {
width: 5cm;
}
@media screen and (max-width: 576px) {
.imageCodeExample-tiny {
width: 4cm;
}
}
/**
Desactiva la selección de un objeto
*/
.noselect {
-moz-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
outline: none;
user-select: none;
}
/**
Lista de banners en index
*/
.indexbannerlist {
text-align: center;
}
.indexbannerlist img {
display: flex;
height: 1.5rem;
margin: 0.5rem 2rem;
}
@media screen and (max-width: 576px) {
.indexbannerlist img {
height: 1.2rem;
margin: 0.5rem auto;
}
}
/**
Formularios
*/
.form-check {
display: block;
margin-top: 1rem;
position: relative;
}
.form-check-label {
margin-left: 0.5rem;
} | 0.457864 | 0.178454 |
.bs-header {
position: relative;
padding: 10px;
text-align: left;
background-color: #6f5499;
color: #cdbfe3;
text-shadow: 0 1px 0 rgba(0,0,0,.1);
box-shadow: 0 3px 3px rgba(0,0,0,.15);
}
.bs-header h1 {
margin-top: 0;
color: #fff;
font-size: 24px;
line-height: 20px;
}
.bs-header p {
margin-bottom: 0;
font-weight: 300;
line-height: 10px;
font-size: 14px;
}
.media-object {
width: 128px;
height: 128px;
border-radius: 50%;
}
.thumbnail {
margin-bottom: 0;
border-radius: 50%;
box-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
.media-list {
text-align: left;
}
.page-header .actions {
display: inline-block;
}
.card {
position: relative;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 2px 2px rgba(0,0,0,.15);
padding: 10px 10px 0 10px;
margin-bottom: 20px;
}
.card .card-header {
display: inline-block;
}
.card .card-details {
position: absolute;
display: inline-block;
margin-left: 15px;
overflow: hidden;
}
.card-details dl {
margin-top: 10px;
}
.card-details dt {
float: left;
padding: 0;
}
.card-details dd {
padding-left: 15px;
margin-bottom: 5px;
}
.limited-length {
width: 150px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.card .actions {
text-align: center;
margin: 10px;
}
.card .actions a {
padding: 7px;
border-radius: 5px;
color: inherit;
}
.card .actions a:hover {
background-color: #eee;
}
.media-heading h3{
font-size: 18px;
line-height: 20px;
overflow: visible;
}
@media (min-width: 450px) {
.media-list {
text-align: left;
}
.media .thumbnail {
float: left;
margin-right: 25px;
}
}
@media (max-width: 1200px) {
.limited-length {
width: auto;
}
}
.media:first-child {
margin-top: 15px;
}
.btn-outline {
color: #563d7c;
background-color: transparent;
border-color: #563d7c;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
color: #fff;
background-color: #563d7c;
border-color: #563d7c;
}
a {
color: #563d7c;
}
a:hover,
a:focus {
color: #1d1429;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #563d7c;
} | build/css/main.css | .bs-header {
position: relative;
padding: 10px;
text-align: left;
background-color: #6f5499;
color: #cdbfe3;
text-shadow: 0 1px 0 rgba(0,0,0,.1);
box-shadow: 0 3px 3px rgba(0,0,0,.15);
}
.bs-header h1 {
margin-top: 0;
color: #fff;
font-size: 24px;
line-height: 20px;
}
.bs-header p {
margin-bottom: 0;
font-weight: 300;
line-height: 10px;
font-size: 14px;
}
.media-object {
width: 128px;
height: 128px;
border-radius: 50%;
}
.thumbnail {
margin-bottom: 0;
border-radius: 50%;
box-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
.media-list {
text-align: left;
}
.page-header .actions {
display: inline-block;
}
.card {
position: relative;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 2px 2px rgba(0,0,0,.15);
padding: 10px 10px 0 10px;
margin-bottom: 20px;
}
.card .card-header {
display: inline-block;
}
.card .card-details {
position: absolute;
display: inline-block;
margin-left: 15px;
overflow: hidden;
}
.card-details dl {
margin-top: 10px;
}
.card-details dt {
float: left;
padding: 0;
}
.card-details dd {
padding-left: 15px;
margin-bottom: 5px;
}
.limited-length {
width: 150px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.card .actions {
text-align: center;
margin: 10px;
}
.card .actions a {
padding: 7px;
border-radius: 5px;
color: inherit;
}
.card .actions a:hover {
background-color: #eee;
}
.media-heading h3{
font-size: 18px;
line-height: 20px;
overflow: visible;
}
@media (min-width: 450px) {
.media-list {
text-align: left;
}
.media .thumbnail {
float: left;
margin-right: 25px;
}
}
@media (max-width: 1200px) {
.limited-length {
width: auto;
}
}
.media:first-child {
margin-top: 15px;
}
.btn-outline {
color: #563d7c;
background-color: transparent;
border-color: #563d7c;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
color: #fff;
background-color: #563d7c;
border-color: #563d7c;
}
a {
color: #563d7c;
}
a:hover,
a:focus {
color: #1d1429;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #563d7c;
} | 0.608594 | 0.101812 |
body {
text-align: center;
background-color: #F8F9FB;
padding: 20px;
color: #4B6EA9;
font-family:Verdana, Geneva, Tahoma, sans-serif;
}
h2{
text-transform: uppercase;
}
a{
color: inherit;
text-decoration: none;
}
#logo-image {
height: 150px;
margin-bottom: 40px;
}
#circle {
position: absolute;
width: 60px;
height: 60px;
border-radius: 50%;
pointer-events: none;
}
.level-card {
margin: 0px 1px 14px 1px;
display: inline-block;
width: fit-content;
text-align: center;
cursor: pointer;
-webkit-filter: drop-shadow(1px 3px 4px #0000005d);
filter: drop-shadow(1px 3px 4px #0000005d);
}
.level-card:hover {
background-color: gainsboro;
border-radius: 20px 20px 10px 10px;
}
.task-icon {
display: block;
width: fit-content;
border: solid 5px;
border-radius: 20px;
background-color: white;
margin-bottom: 10px;
}
.solved {
background-image: linear-gradient(to bottom, rgb(255 255 255), rgb(138 229 88));
}
.levels-block {
display: block;
box-sizing: border-box;
width: 100%;
border-radius: 26px;
padding: 6px;
box-shadow: inset 0px 10px 24px 1px rgb(0 0 0 / 33%);
}
#pallete {
position: fixed;
z-index: 10;
bottom: 0;
background-color: white;
padding: 20px 40px 10px;
left: 50%;
transform: translate(-50%, 100%);
width: fit-content;
border-radius: 40px 40px 0 0;
box-shadow: 0px 5px 24px 1px rgb(0 0 0 / 33%);
transition-duration: 200ms;
}
#pallete.show {
transform: translate(-50%, 0);
}
.pallete_cell {
width: 8vw;
aspect-ratio: 1 / 1;
max-width: 80px;
transition-duration: 100ms;
}
.pallete_cell:before {
content: "";
float: left;
padding-top: 100%;
}
.pallete_cell.main {
border: thick double white;
margin-right: 20px;
box-shadow: 0px 5px 24px 1px rgb(0 0 0 / 33%);
}
.is_inline {
display: inline-block;
vertical-align: middle;
}
.block {
display: inline-grid;
vertical-align: middle;
row-gap: 1px;
column-gap: 1px;
/*grid-template-columns: repeat(12, 1fr);*/
max-width: 100%;
max-height: 100%;
/*max-width: 250px;
max-height: 400px;*/
position: relative;
top: 50%;
transform: translateY(-50%);
}
.cell {
position: relative;
aspect-ratio: 1 / 1;
}
.cell:before {
content: "";
float: left;
padding-top: 100%;
}
.is_black {
background-color: #000;
}
.is_blue {
background-color: #0074D9;
}
.is_red {
background-color: #FF4136;
}
.is_green {
background-color: #2ECC40;
}
.is_yellow {
background-color: #FFDC00;
}
.is_grey {
background-color: #AAAAAA;
}
.is_magenta {
background-color: #F012BE;
}
.is_orange {
background-color: #FF851B;
}
.is_aqua {
background-color: #7FDBFF;
}
.is_maroon {
background-color: #870C25;
}
.is_clickable {
cursor: pointer;
transition-duration: 100ms;
}
.is_clickable:hover {
/*opacity: 0.7;*/
/*transform: scale(0.92);*/
transform: scale(1.2);
box-shadow: 0 0 3px 2px white;
z-index: 5;
}
.is_dragable {
cursor: pointer;
transition-duration: 500ms;
}
.is_dragable:hover {
/*opacity: 0.7;*/
/*outline: solid red 10px;*/
transform: scale(1.05) rotate(1deg);
}
.is_hidden {
display: none;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
.big_button {
border: none;
border-radius: 40px;
width:100%;
height:150px;
display:inline-block;
margin-bottom: 20px;
cursor: pointer;
max-width: 500px;
background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.144), rgba(117, 19, 93, 0.226));
transition-duration: 300ms;
color:white;
text-transform: uppercase;
font-size: 40pt;
font-family: fantasy;
}
.big_button:hover {
/*opacity: 0.7;*/
/*outline: solid red 10px;*/
transform: scale(1.02);
}
/*
table {
border-spacing: 1px;
width: 220px;
}
table.is_big {
width: 340px;
}
*/
@keyframes emoji_anim {
0% {opacity: 0; visibility: visible;}
20% {opacity: 1;}
80% {opacity: 1;}
100% {opacity: 0;}
}
.animation {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgb(200 200 200 / 50%);
visibility: hidden;
z-index: 15;
}
.animation.live {
animation-name: emoji_anim;
animation-duration: 3s;
animation-iteration-count: 1;
}
.animation_image {
position: fixed;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
/*
visibility: hidden;
animation-name: emoji_anim;
animation-duration: 3s;
animation-iteration-count: 1;
*/
}
.arrow_img {
vertical-align: middle;
width: 30px
}
.train_example{
display:inline-block;
/*margin: 40px 30px 40px 30px;*/
}
#train_container {
background-color: bisque;
display: flex;
flex-direction: row;
flex-flow: row wrap;
justify-content: space-around;
row-gap: 40px;
column-gap: 10px;
padding: 20px;
}
.github_text {
text-decoration: underline;
font-size: 18pt;
margin-left: 14px;
} | source/main.css | body {
text-align: center;
background-color: #F8F9FB;
padding: 20px;
color: #4B6EA9;
font-family:Verdana, Geneva, Tahoma, sans-serif;
}
h2{
text-transform: uppercase;
}
a{
color: inherit;
text-decoration: none;
}
#logo-image {
height: 150px;
margin-bottom: 40px;
}
#circle {
position: absolute;
width: 60px;
height: 60px;
border-radius: 50%;
pointer-events: none;
}
.level-card {
margin: 0px 1px 14px 1px;
display: inline-block;
width: fit-content;
text-align: center;
cursor: pointer;
-webkit-filter: drop-shadow(1px 3px 4px #0000005d);
filter: drop-shadow(1px 3px 4px #0000005d);
}
.level-card:hover {
background-color: gainsboro;
border-radius: 20px 20px 10px 10px;
}
.task-icon {
display: block;
width: fit-content;
border: solid 5px;
border-radius: 20px;
background-color: white;
margin-bottom: 10px;
}
.solved {
background-image: linear-gradient(to bottom, rgb(255 255 255), rgb(138 229 88));
}
.levels-block {
display: block;
box-sizing: border-box;
width: 100%;
border-radius: 26px;
padding: 6px;
box-shadow: inset 0px 10px 24px 1px rgb(0 0 0 / 33%);
}
#pallete {
position: fixed;
z-index: 10;
bottom: 0;
background-color: white;
padding: 20px 40px 10px;
left: 50%;
transform: translate(-50%, 100%);
width: fit-content;
border-radius: 40px 40px 0 0;
box-shadow: 0px 5px 24px 1px rgb(0 0 0 / 33%);
transition-duration: 200ms;
}
#pallete.show {
transform: translate(-50%, 0);
}
.pallete_cell {
width: 8vw;
aspect-ratio: 1 / 1;
max-width: 80px;
transition-duration: 100ms;
}
.pallete_cell:before {
content: "";
float: left;
padding-top: 100%;
}
.pallete_cell.main {
border: thick double white;
margin-right: 20px;
box-shadow: 0px 5px 24px 1px rgb(0 0 0 / 33%);
}
.is_inline {
display: inline-block;
vertical-align: middle;
}
.block {
display: inline-grid;
vertical-align: middle;
row-gap: 1px;
column-gap: 1px;
/*grid-template-columns: repeat(12, 1fr);*/
max-width: 100%;
max-height: 100%;
/*max-width: 250px;
max-height: 400px;*/
position: relative;
top: 50%;
transform: translateY(-50%);
}
.cell {
position: relative;
aspect-ratio: 1 / 1;
}
.cell:before {
content: "";
float: left;
padding-top: 100%;
}
.is_black {
background-color: #000;
}
.is_blue {
background-color: #0074D9;
}
.is_red {
background-color: #FF4136;
}
.is_green {
background-color: #2ECC40;
}
.is_yellow {
background-color: #FFDC00;
}
.is_grey {
background-color: #AAAAAA;
}
.is_magenta {
background-color: #F012BE;
}
.is_orange {
background-color: #FF851B;
}
.is_aqua {
background-color: #7FDBFF;
}
.is_maroon {
background-color: #870C25;
}
.is_clickable {
cursor: pointer;
transition-duration: 100ms;
}
.is_clickable:hover {
/*opacity: 0.7;*/
/*transform: scale(0.92);*/
transform: scale(1.2);
box-shadow: 0 0 3px 2px white;
z-index: 5;
}
.is_dragable {
cursor: pointer;
transition-duration: 500ms;
}
.is_dragable:hover {
/*opacity: 0.7;*/
/*outline: solid red 10px;*/
transform: scale(1.05) rotate(1deg);
}
.is_hidden {
display: none;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
.big_button {
border: none;
border-radius: 40px;
width:100%;
height:150px;
display:inline-block;
margin-bottom: 20px;
cursor: pointer;
max-width: 500px;
background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.144), rgba(117, 19, 93, 0.226));
transition-duration: 300ms;
color:white;
text-transform: uppercase;
font-size: 40pt;
font-family: fantasy;
}
.big_button:hover {
/*opacity: 0.7;*/
/*outline: solid red 10px;*/
transform: scale(1.02);
}
/*
table {
border-spacing: 1px;
width: 220px;
}
table.is_big {
width: 340px;
}
*/
@keyframes emoji_anim {
0% {opacity: 0; visibility: visible;}
20% {opacity: 1;}
80% {opacity: 1;}
100% {opacity: 0;}
}
.animation {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgb(200 200 200 / 50%);
visibility: hidden;
z-index: 15;
}
.animation.live {
animation-name: emoji_anim;
animation-duration: 3s;
animation-iteration-count: 1;
}
.animation_image {
position: fixed;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
/*
visibility: hidden;
animation-name: emoji_anim;
animation-duration: 3s;
animation-iteration-count: 1;
*/
}
.arrow_img {
vertical-align: middle;
width: 30px
}
.train_example{
display:inline-block;
/*margin: 40px 30px 40px 30px;*/
}
#train_container {
background-color: bisque;
display: flex;
flex-direction: row;
flex-flow: row wrap;
justify-content: space-around;
row-gap: 40px;
column-gap: 10px;
padding: 20px;
}
.github_text {
text-decoration: underline;
font-size: 18pt;
margin-left: 14px;
} | 0.395718 | 0.116689 |
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li:before {
content: "|";
padding-right: 0.3em;
}
.menu > li:nth-child(1):before {
content: "";
padding: 0;
}
.modal-header{
background-color: #FF9900;
color: #FFFFFF;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.col-error{
color: #843534;
margin-top: -17px;
}
.col-error p{
font-size: 11px;
text-align: right;
}
.btn-sm {
padding: 5px 10px !important;
font-size: 14px !important;
font-weight: 500 !important;
}
.btn-md {
padding: 10px 20px !important;
}
.btn-xl {
padding: 20px 40px;
border-color: #FF9900;
border-radius: 3px;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 18px;
font-weight: 700;
color: #fff;
background-color: #FF9900;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
border-color: #E58A00;
color: #fff;
background-color: #E58A00;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
border-color: #FF9900;
background-color: #FF9900;
}
.btn-xl .badge {
color: #FF9900;
background-color: #fff;
}
.mr-5{
margin-right: 5px;
}
.pr-10{
padding-right: 10px;
}
.pr-20{
padding-right: 20px;
}
.mt-10{
margin-top: 10px;
}
.form-panel{
padding-right: 25px !important;
}
.top-votes{
}
.top-votes-list{
width: 100%;
border-collapse:separate;
border: 3px solid #FF9900;
border-radius:10px;
-moz-border-radius:10px;
padding: 10px;
}
.top-votes-list thead th{
padding-bottom: 15px;
}
.top-votes-list tbody tr{
background-color: #FF2230;
}
.top-votes-list tbody tr td{
padding: 10px 0 10px 0;
}
.top-votes-list tbody tr:first-child{
border-top-left-radius:10px;
border-top-right-radius:10px;
-moz-border-top-left-radius:10px;
-moz-border-top-right-radius:10px;
}
.top-votes-list tbody tr:last-child{
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-moz-border-bottom-left-radius:10px;
-moz-border-bottom-right-radius:10px;
}
.top-votes-list tbody tr:first-child td:first-child{
border-top-left-radius:10px;
-moz-border-top-left-radius:10px;
}
.top-votes-list tbody tr:first-child td:last-child{
border-top-right-radius:10px;
-moz-border-top-right-radius:10px;
}
.top-votes-list tbody tr:last-child td:first-child{
border-bottom-left-radius:10px;
-moz-border-bottom-left-radius:10px;
}
.top-votes-list tbody tr:last-child td:last-child{
border-bottom-right-radius:10px;
-moz-border-bottom-right-radius:10px;
}
.top-votes-list tbody tr:nth-child(odd) {
background-color: #FFEF99;
}
.top-votes-list tbody tr:nth-child(even) {
background-color: #D7E6FF;
}
.top-votes-list .button-played{
font-size: 20px;
}
.place-edit{
margin-left: 10px;
} | app/css/app.css |
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li:before {
content: "|";
padding-right: 0.3em;
}
.menu > li:nth-child(1):before {
content: "";
padding: 0;
}
.modal-header{
background-color: #FF9900;
color: #FFFFFF;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.col-error{
color: #843534;
margin-top: -17px;
}
.col-error p{
font-size: 11px;
text-align: right;
}
.btn-sm {
padding: 5px 10px !important;
font-size: 14px !important;
font-weight: 500 !important;
}
.btn-md {
padding: 10px 20px !important;
}
.btn-xl {
padding: 20px 40px;
border-color: #FF9900;
border-radius: 3px;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 18px;
font-weight: 700;
color: #fff;
background-color: #FF9900;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
border-color: #E58A00;
color: #fff;
background-color: #E58A00;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
border-color: #FF9900;
background-color: #FF9900;
}
.btn-xl .badge {
color: #FF9900;
background-color: #fff;
}
.mr-5{
margin-right: 5px;
}
.pr-10{
padding-right: 10px;
}
.pr-20{
padding-right: 20px;
}
.mt-10{
margin-top: 10px;
}
.form-panel{
padding-right: 25px !important;
}
.top-votes{
}
.top-votes-list{
width: 100%;
border-collapse:separate;
border: 3px solid #FF9900;
border-radius:10px;
-moz-border-radius:10px;
padding: 10px;
}
.top-votes-list thead th{
padding-bottom: 15px;
}
.top-votes-list tbody tr{
background-color: #FF2230;
}
.top-votes-list tbody tr td{
padding: 10px 0 10px 0;
}
.top-votes-list tbody tr:first-child{
border-top-left-radius:10px;
border-top-right-radius:10px;
-moz-border-top-left-radius:10px;
-moz-border-top-right-radius:10px;
}
.top-votes-list tbody tr:last-child{
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-moz-border-bottom-left-radius:10px;
-moz-border-bottom-right-radius:10px;
}
.top-votes-list tbody tr:first-child td:first-child{
border-top-left-radius:10px;
-moz-border-top-left-radius:10px;
}
.top-votes-list tbody tr:first-child td:last-child{
border-top-right-radius:10px;
-moz-border-top-right-radius:10px;
}
.top-votes-list tbody tr:last-child td:first-child{
border-bottom-left-radius:10px;
-moz-border-bottom-left-radius:10px;
}
.top-votes-list tbody tr:last-child td:last-child{
border-bottom-right-radius:10px;
-moz-border-bottom-right-radius:10px;
}
.top-votes-list tbody tr:nth-child(odd) {
background-color: #FFEF99;
}
.top-votes-list tbody tr:nth-child(even) {
background-color: #D7E6FF;
}
.top-votes-list .button-played{
font-size: 20px;
}
.place-edit{
margin-left: 10px;
} | 0.315841 | 0.083404 |
.pointer{
cursor: pointer;
}
.category_tab .active, .box-time .active{
background-color: #ffca4a;
border-color: #d2842c;
}
.opacity-0{
opacity: 0;
}
.opacity-1{
opacity: 0.2;
}
.opacity-2{
opacity: 0.4;
}
.opacity-3{
opacity: 0.6;
}
.opacity-4{
opacity: 0.8;
}
.opacity-5{
opacity: 1;
}
/* Checkbox css */
.control {
display: block;
position: relative;
padding-left: 30px;
margin-bottom: 15px;
cursor: pointer;
font-size: 18px;
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.control__indicator {
position: absolute;
top: 25%;
left: 0;
height: 32px;
width: 32px;
background: #ffffff;
border-radius: 6px;
border: 1px solid #d9d9d9;
}
.control__indicator:hover{
border: 2px solid #ffca4a;
}
.control--radio .control__indicator {
border-radius: 50%; }
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
background:#ffffff;
}
.control input:checked ~ .control__indicator {
background:#ffca4a;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
background: #ffca4a; }
.control input:disabled ~ .control__indicator {
background: #ffffff;
opacity: 0.9;
pointer-events: none; }
.control__indicator:after {
font-family: 'icomoon';
content: '\e5ca';
position: absolute;
display: none;
font-size: 30px;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.control input:checked ~ .control__indicator:after {
display: block;
color: #000;
border:none;
}
.control input:checked ~ .control__indicator{
border:none;
}
.control--checkbox .control__indicator:after {
top: 45%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.control--checkbox input:disabled ~ .control__indicator:after {
border-color: #000; }
.control--checkbox input:disabled:checked ~ .control__indicator {
background-color: #ffca4a;
opacity: .2; }
.item-extension .control__indicator:after{
font-size: 22px;
}
/* end checkbox css */
/* .js-fullheight{
height: 100%;
} */
/* shopping cart */
.cart-store{
position: relative;
}
.shopping-cart{
position: relative;
right: 80px;
width: 48px;
height: 48px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.shopping-cart i{
color: #ffca4a;
font-size: 30px;
}
.shopping-cart .count{
position: absolute;
right: 0;
top: 0;
background-color: #d63031;
height: 25px;
width: 25px;
border-radius: 50%;
text-align: center;
box-sizing: border-box;
color: #fff;
line-height: 23px;
font-size: 14px;
}
.cart-store a {
color: #252525;
position: relative;
display: inline-block;
}
.cart-store a span {
position: absolute;
right: -8px;
top: -1px;
height: 15px;
width: 15px;
background: #e7ab3c;
color: #ffffff;
border-radius: 50%;
font-size: 11px;
font-weight: 700;
text-align: center;
line-height: 15px;
}
.cart-hover {
position: absolute;
right: 30px;
top: 100px;
width: 350px;
background: #ffffff;
z-index: 99;
text-align: left;
padding: 30px;
opacity: 0;
visibility: hidden;
box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
transition: all 0.3s;
}
.cart-hover .select-items table {
width: 100%;
}
.cart-hover .select-items table tr td {
padding-bottom: 20px;
}
.cart-hover .select-items table tr td.si-pic img {
width: 80px;
height: 90px;
border: 1px solid #ebebeb;
}
.cart-hover .select-items table tr td.si-text {
padding-left: 18px;
}
.cart-hover .select-items table tr td.si-text .product-selected p {
color: #e7ab3c;
line-height: 30px;
margin-bottom: 7px;
}
.cart-hover .select-items table tr td.si-text .product-selected h6 {
color: #232530;
}
.cart-hover .select-items table tr td.si-close {
color: #252525;
font-size: 16px;
cursor: pointer;
}
.cart-hover .select-total {
overflow: hidden;
border-top: 1px solid #e5e5e5;
padding-top: 26px;
margin-bottom: 30px;
}
.cart-hover .select-total span {
font-size: 14px;
color: #e7ab3c;
text-transform: uppercase;
letter-spacing: 0.5px;
float: left;
}
.cart-hover .select-total h5 {
color: #e7ab3c;
float: right;
}
.cart-hover .select-button .view-card {
font-size: 12px;
letter-spacing: 2px;
display: block;
text-align: center;
background: #e7ab3c;
color: #ffffff;
padding: 15px 30px 12px;
margin-bottom: 10px;
font-weight: bold;
text-transform: uppercase
}
.cart-hover .select-button .checkout-btn {
font-size: 12px;
letter-spacing: 2px;
display: block;
text-align: center;
background:#d63031;
color: #ffffff;
padding: 15px 30px 12px;
font-weight: bold;
text-transform: uppercase
}
.cart-store:hover .cart-hover {
opacity: 1;
visibility: visible;
top: 60px;
}
/* */
/* css tăng giảm số lượng mua */
.value-button {
display: inline-block;
border: 1px solid #ddd;
height: 40px;
width: 40px;
padding: 5px 15px;
text-align: center;
vertical-align: middle;
font-weight: bold;
}
.value-button:hover {
cursor: pointer;
}
.decrease {
margin-right: -4px;
border-radius: 8px 0 0 8px;
padding: 3px 13px;
}
.increase {
margin-left: -5px;
border-radius: 0 8px 8px 0;
padding: 3px 10px;
}
.number {
text-align: center;
border: none;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin: 0px;
width: 40px;
height: 40px;
vertical-align: middle;
text-align: center;
font-weight: bold;
outline: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* */
/* form input */
.label-form {
margin-bottom: 15px;
position: relative;
border-bottom: 1px solid #ddd;
}
.input-form {
width: 100%;
padding: 10px 0px;
margin-top: 20px;
border: none;
outline: none;
}
.input-form::placeholder {
opacity: 0;
}
.span-form {
position: absolute;
top: 0;
left: 0;
transform: translateY(30px);
font-size: 0.825em;
transition-duration: 300ms;
}
.label-form:focus-within>.span-form,
.input-form:not(:placeholder-shown)+.span-form {
color: purple;
transform: translateY(0px);
}
/* */
.main-content{
padding: 0 90px;
}
.nav-login{
position: relative;
font-size: 16px;
padding: 0 10px;
background-color: #ffca4a;
border-radius: 3px;
left: -100px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
}
.nav-login:hover .dropdown-account{
display: block;
}
.dropdown-account {
display: none;
position: absolute;
top: 32px;
left: -35px;
padding: 3px 0;
background-color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
z-index: 1;
}
.dropdown-account a {
display: block;
text-transform: none;
color: #000;
padding: 3px 10px;
text-decoration: none;
}
.dropdown-account a:hover {
background-color: #f5f5f5;
}
.number-code{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 20px;
}
.code-input{
width: 50px;
height: 50px;
text-align: center;
font-size: 20px;
}
.error-phone-number{
display: block;
font-size: 12px;
text-align: left!important;
color: red;
height: 19px;
padding: 2px 4px;
}
button{
outline: none;
}
.add-pass input{
margin-bottom: 20px;
} | public/haircare/css/style2.css | .pointer{
cursor: pointer;
}
.category_tab .active, .box-time .active{
background-color: #ffca4a;
border-color: #d2842c;
}
.opacity-0{
opacity: 0;
}
.opacity-1{
opacity: 0.2;
}
.opacity-2{
opacity: 0.4;
}
.opacity-3{
opacity: 0.6;
}
.opacity-4{
opacity: 0.8;
}
.opacity-5{
opacity: 1;
}
/* Checkbox css */
.control {
display: block;
position: relative;
padding-left: 30px;
margin-bottom: 15px;
cursor: pointer;
font-size: 18px;
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.control__indicator {
position: absolute;
top: 25%;
left: 0;
height: 32px;
width: 32px;
background: #ffffff;
border-radius: 6px;
border: 1px solid #d9d9d9;
}
.control__indicator:hover{
border: 2px solid #ffca4a;
}
.control--radio .control__indicator {
border-radius: 50%; }
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
background:#ffffff;
}
.control input:checked ~ .control__indicator {
background:#ffca4a;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
background: #ffca4a; }
.control input:disabled ~ .control__indicator {
background: #ffffff;
opacity: 0.9;
pointer-events: none; }
.control__indicator:after {
font-family: 'icomoon';
content: '\e5ca';
position: absolute;
display: none;
font-size: 30px;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.control input:checked ~ .control__indicator:after {
display: block;
color: #000;
border:none;
}
.control input:checked ~ .control__indicator{
border:none;
}
.control--checkbox .control__indicator:after {
top: 45%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.control--checkbox input:disabled ~ .control__indicator:after {
border-color: #000; }
.control--checkbox input:disabled:checked ~ .control__indicator {
background-color: #ffca4a;
opacity: .2; }
.item-extension .control__indicator:after{
font-size: 22px;
}
/* end checkbox css */
/* .js-fullheight{
height: 100%;
} */
/* shopping cart */
.cart-store{
position: relative;
}
.shopping-cart{
position: relative;
right: 80px;
width: 48px;
height: 48px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.shopping-cart i{
color: #ffca4a;
font-size: 30px;
}
.shopping-cart .count{
position: absolute;
right: 0;
top: 0;
background-color: #d63031;
height: 25px;
width: 25px;
border-radius: 50%;
text-align: center;
box-sizing: border-box;
color: #fff;
line-height: 23px;
font-size: 14px;
}
.cart-store a {
color: #252525;
position: relative;
display: inline-block;
}
.cart-store a span {
position: absolute;
right: -8px;
top: -1px;
height: 15px;
width: 15px;
background: #e7ab3c;
color: #ffffff;
border-radius: 50%;
font-size: 11px;
font-weight: 700;
text-align: center;
line-height: 15px;
}
.cart-hover {
position: absolute;
right: 30px;
top: 100px;
width: 350px;
background: #ffffff;
z-index: 99;
text-align: left;
padding: 30px;
opacity: 0;
visibility: hidden;
box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
transition: all 0.3s;
}
.cart-hover .select-items table {
width: 100%;
}
.cart-hover .select-items table tr td {
padding-bottom: 20px;
}
.cart-hover .select-items table tr td.si-pic img {
width: 80px;
height: 90px;
border: 1px solid #ebebeb;
}
.cart-hover .select-items table tr td.si-text {
padding-left: 18px;
}
.cart-hover .select-items table tr td.si-text .product-selected p {
color: #e7ab3c;
line-height: 30px;
margin-bottom: 7px;
}
.cart-hover .select-items table tr td.si-text .product-selected h6 {
color: #232530;
}
.cart-hover .select-items table tr td.si-close {
color: #252525;
font-size: 16px;
cursor: pointer;
}
.cart-hover .select-total {
overflow: hidden;
border-top: 1px solid #e5e5e5;
padding-top: 26px;
margin-bottom: 30px;
}
.cart-hover .select-total span {
font-size: 14px;
color: #e7ab3c;
text-transform: uppercase;
letter-spacing: 0.5px;
float: left;
}
.cart-hover .select-total h5 {
color: #e7ab3c;
float: right;
}
.cart-hover .select-button .view-card {
font-size: 12px;
letter-spacing: 2px;
display: block;
text-align: center;
background: #e7ab3c;
color: #ffffff;
padding: 15px 30px 12px;
margin-bottom: 10px;
font-weight: bold;
text-transform: uppercase
}
.cart-hover .select-button .checkout-btn {
font-size: 12px;
letter-spacing: 2px;
display: block;
text-align: center;
background:#d63031;
color: #ffffff;
padding: 15px 30px 12px;
font-weight: bold;
text-transform: uppercase
}
.cart-store:hover .cart-hover {
opacity: 1;
visibility: visible;
top: 60px;
}
/* */
/* css tăng giảm số lượng mua */
.value-button {
display: inline-block;
border: 1px solid #ddd;
height: 40px;
width: 40px;
padding: 5px 15px;
text-align: center;
vertical-align: middle;
font-weight: bold;
}
.value-button:hover {
cursor: pointer;
}
.decrease {
margin-right: -4px;
border-radius: 8px 0 0 8px;
padding: 3px 13px;
}
.increase {
margin-left: -5px;
border-radius: 0 8px 8px 0;
padding: 3px 10px;
}
.number {
text-align: center;
border: none;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin: 0px;
width: 40px;
height: 40px;
vertical-align: middle;
text-align: center;
font-weight: bold;
outline: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* */
/* form input */
.label-form {
margin-bottom: 15px;
position: relative;
border-bottom: 1px solid #ddd;
}
.input-form {
width: 100%;
padding: 10px 0px;
margin-top: 20px;
border: none;
outline: none;
}
.input-form::placeholder {
opacity: 0;
}
.span-form {
position: absolute;
top: 0;
left: 0;
transform: translateY(30px);
font-size: 0.825em;
transition-duration: 300ms;
}
.label-form:focus-within>.span-form,
.input-form:not(:placeholder-shown)+.span-form {
color: purple;
transform: translateY(0px);
}
/* */
.main-content{
padding: 0 90px;
}
.nav-login{
position: relative;
font-size: 16px;
padding: 0 10px;
background-color: #ffca4a;
border-radius: 3px;
left: -100px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
}
.nav-login:hover .dropdown-account{
display: block;
}
.dropdown-account {
display: none;
position: absolute;
top: 32px;
left: -35px;
padding: 3px 0;
background-color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
z-index: 1;
}
.dropdown-account a {
display: block;
text-transform: none;
color: #000;
padding: 3px 10px;
text-decoration: none;
}
.dropdown-account a:hover {
background-color: #f5f5f5;
}
.number-code{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 20px;
}
.code-input{
width: 50px;
height: 50px;
text-align: center;
font-size: 20px;
}
.error-phone-number{
display: block;
font-size: 12px;
text-align: left!important;
color: red;
height: 19px;
padding: 2px 4px;
}
button{
outline: none;
}
.add-pass input{
margin-bottom: 20px;
} | 0.399577 | 0.063802 |
body{
position: relative;
margin:0;
}
body::after{
content:"";
position:absolute;
/*margin: -20px;*/
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
background-image: url(https://images.unsplash.com/photo-1494314671902-399b18174975?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1534&q=80);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
opacity: 0.4;
}
* {
box-sizing: border-box;
}
.survey-container {
width: 100%
border-radius: 5px;
background-color: #dbc1ac;
padding: 40px;
margin: 3.125rem auto 0 auto;
font-family: "Arial";
color:#232323;
font-size: 1.25em;
}
h1{
font-size: 1.7em;
font-weight: 800;
font-family: 'helvetica', sans-serif;
}
#description{
font-size: 1.25em;
font-family: 'Open Sans', sans-serif;
}
#description, #title{
text-align: center;
text-shadow: 5px 5px 11px rgba(17,8,5,0.65);
color: #333;
margin: 0;
padding-top: 1.1em;
letter-spacing: 1.1;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}
input[type=text], select, textarea, #email, #number{
width: 100%;
padding: 15px;
border: 1px solid #ccc;
border-radius: 4px;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
font-size: 18px;
outline:none;
}
input[placeholder]{
font-style: italic;
letter-spacing: 1;
}
#submit{
background-color: #513823;
color: #fff;
padding: 12px 20px;
border: none;
border-radius: 4px;
outline:none;
cursor: pointer;
float: right;
font-size: 0.8em;
transition-duration: 0.4s;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
#submit:hover{
transform: scale(1.1);
background-color: #6c4b2f;
box-shadow: 0 7px 15px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.radio,
.checkbox {
min-height: 1.3em;
min-width: 1.3em;
}
.column {
float: inherit;
width: 100%;
margin-top: 6px;
padding: 20px;
}
.options{
margin: 0 auto 17px auto;
/*padding: 0.25rem;*/
}
.row:after {
content: "";
display: table;
clear: both;
}
@media screen and (max-width: 600px) {
.column, input[type=submit] {
width: 100%;
margin-top: 0;
}
}
@media (min-width: 768px) {
.survey-container {
max-width: 750px;
}
} | style.css | body{
position: relative;
margin:0;
}
body::after{
content:"";
position:absolute;
/*margin: -20px;*/
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
background-image: url(https://images.unsplash.com/photo-1494314671902-399b18174975?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1534&q=80);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
opacity: 0.4;
}
* {
box-sizing: border-box;
}
.survey-container {
width: 100%
border-radius: 5px;
background-color: #dbc1ac;
padding: 40px;
margin: 3.125rem auto 0 auto;
font-family: "Arial";
color:#232323;
font-size: 1.25em;
}
h1{
font-size: 1.7em;
font-weight: 800;
font-family: 'helvetica', sans-serif;
}
#description{
font-size: 1.25em;
font-family: 'Open Sans', sans-serif;
}
#description, #title{
text-align: center;
text-shadow: 5px 5px 11px rgba(17,8,5,0.65);
color: #333;
margin: 0;
padding-top: 1.1em;
letter-spacing: 1.1;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}
input[type=text], select, textarea, #email, #number{
width: 100%;
padding: 15px;
border: 1px solid #ccc;
border-radius: 4px;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
font-size: 18px;
outline:none;
}
input[placeholder]{
font-style: italic;
letter-spacing: 1;
}
#submit{
background-color: #513823;
color: #fff;
padding: 12px 20px;
border: none;
border-radius: 4px;
outline:none;
cursor: pointer;
float: right;
font-size: 0.8em;
transition-duration: 0.4s;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
#submit:hover{
transform: scale(1.1);
background-color: #6c4b2f;
box-shadow: 0 7px 15px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.radio,
.checkbox {
min-height: 1.3em;
min-width: 1.3em;
}
.column {
float: inherit;
width: 100%;
margin-top: 6px;
padding: 20px;
}
.options{
margin: 0 auto 17px auto;
/*padding: 0.25rem;*/
}
.row:after {
content: "";
display: table;
clear: both;
}
@media screen and (max-width: 600px) {
.column, input[type=submit] {
width: 100%;
margin-top: 0;
}
}
@media (min-width: 768px) {
.survey-container {
max-width: 750px;
}
} | 0.370112 | 0.076236 |
*{
max-width:100%;
margin:0;
padding:0;
box-sizing:border-box;
font-family:system-ui,sans-serif;
word-wrap:break-word;
}
body{
min-height:100vh;
position:relative;
scroll-behavior:smooth;
}
.main-head{
width:100vw;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
}
.main-head-title{
padding:0.25em;
}
.main-nav{
width:100vw;
display:flex;
flex-direction:column;
justify-content:stretch;
align-items:stretch;
gap:32px;
background-color:#e9e9f9;
padding:0.5em;
position:sticky;
top:0;
right:0;
z-index:1000;
animation: horizontalScrollbar 2s ease-in-out;
/* Pause the animation */
animation-play-state: paused;
/* Bind the animation to scroll */
animation-delay: calc(var(--scroll) * -1s);
/* These last 2 properites clean up overshoot weirdness */
animation-iteration-count: infinite;
animation-fill-mode: forwards;
}
@keyframes horizontalScrollbar {
to {
background-color:#bebedb;
}
}
#main-menu-wrapper{
width:50px;
height:50px;
display:flex;
justify-content:center;
align-items:center;
font-size:25px;
font-family:monospace;
background-color:#fff;
border-radius:50%;
margin:auto 0 auto auto;
transition:background-color .125s ease-in-out, color 0.625s ease-in-out;
}#main-menu-wrapper:hover{
cursor:pointer;
background-color:#252525;
color:#e9e9f9;
}
.main-menu{
width:100%;
max-height:calc(100vh - 90px);
overflow-x:hidden;
overflow-y:auto;
display:grid;
grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));
grid-auto-rows:minmax(20px, 1fr);
grid-auto-flow:row dense;
gap:32px;
list-style:none;
position:sticky;
top:0;
padding:0.25em 0;
z-index:999;
}
.main-menu-items{
width:100%;
height:100%;
min-height:32px;
display:flex;
justify-content:stretch;
align-items:stretch;
background-color:#e9e9f9;
}
.main-menu-items:hover{
background-color:#dadaf7;
}
.main-menu-links{
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
text-decoration:none;
font-weight:500;
font-size:18px;
padding:0.5em;
color:#252525;
}
.main-content{
width:100%;
min-height:100vh;
display:block;
}
.main-content > *{
grid-column:1/-1;
}
.main-sections{
width:100%;
display:flex;
flex-direction:column;
justify-content:flex-start;
align-items:stretch;
gap:0.5em;
}
.main-sections-title{
padding:0.25em;
}
.main-articles{
width:100%;
display:flex;
flex-direction:column;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
gap:1em;
background-color:#f5f5f5;
color:#252525;
padding:1em;
}
.patients-view{
width:100%;
display:grid;
grid-template-columns:repeat(auto-fit, minmax(400px,1fr));
grid-auto-rows:minmax(50px, auto);
grid-auto-flow:row dense;
flex-wrap:wrap;
gap:2em;
background-color:#f5f5f5;
color:#252525;
padding:1em;
}
.patients-articles{
width:400px;
height:100%;
display:flex;
flex-direction:column;
justify-content:flex-start;
align-items:center;
text-align:center;
gap:12px;
padding:1em;
background-color:#e0daf5;
margin:0 auto;
}
.main-footer{
width:100vw;
display:flex;
justify-content:center;
align-items:center;
position:relative;
gap:0.5em;
bottom:0;
background-color:#e9e9f9;
font-weight:500;
box-shadow: 0 0 3px 1.5px black;
}
.main-footer p{
padding:1em;
}
.form-articles{
width:max-content;
display:flex;
justify-content:stretch;
align-items:stretch;
padding:1em;
margin:0 auto;
}
form{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
gap:0.5em;
}
form label{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
margin:0.15em auto;
}
form input:not([type="submit"]){
min-width:250px;
min-height:32px;
border-radius:4px;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
text-align:center;
border:none;
background-color:#e0daf5;
padding:0.5em 1em;
margin-bottom:1em;
}
form input[type="submit"]{
min-width:150px;
min-height:32px;
border-radius:4px;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
text-align:center;
border:none;
background-color:#f3f3f3;
padding:0.5em 1em;
margin:1.5em auto;
font-weight:500;
}form input[type="submit"]:hover{
cursor:pointer;
background-color:#d6d6d6;
}form input[type="submit"]:active{
cursor:pointer;
background-color:#bebebe;
}
.form-errors{
color:#e33;
font-size:14px;
}
.search-container{
width:100%;
display:flex;
justify-content:stretch;
align-items:stretch;
margin:0.5em auto;
}
.search-container form{
width:calc(100% - 3em);
display:grid;
grid-template-columns:repeat(auto-fit, minmax(120px,1fr));
grid-auto-rows:minmax(40px, auto);
grid-auto-flow:row dense;
gap:0.5em;
padding:1em;
margin:0 auto;
}
.search-container form label{
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
grid-column:1/-1;
grid-row:1;
}
.search-container form input:not([type="submit"]){
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
grid-column:1/-3;
grid-row:2;
margin:0;
}
.search-container form input[type="submit"]{
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
grid-column:-3/-1;
grid-row:2;
margin:0;
}
.pagination-table{
width:auto;
max-width:100%;
margin:1em auto;
}
.pagination-table tr{
width:100%;
display:flex;
justify-content:center;
align-items:center;
gap:0.25em;
margin:0;
padding:0;
}
.pagination-table tr td{
display:table-cell;
width:32px;
height:32px;
}
.pagination-table tr .pagination-index-start,
.pagination-table tr .pagination-index-end{
width:64px;
height:32px;
}
.pagination-button{
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
font-weight:500;
font-family:monospace;
font-size:20px;
border:none;
background-color:#e6e6e6;
outline:none;
text-decoration:none;
color:#252525;
}.pagination-button:hover{
cursor:pointer;
background-color:#d9d9d9;
}.pagination-button:active{
cursor:pointer;
background-color:#c5c5c5;
}
.pagination-button:focus{
background-color:#252525;
color:#fff;
}
.pagination-start,
.pagination-end{
opacity:0.85;
}
.pagination-start{
border-left:0.5px solid #252525;
}
.pagination-end{
border-right:0.5px solid #252525;
}
.pagination-active{
background-color:#252525;
color:#fff;
}
@media all and (min-width:960px){
#main-menu-wrapper{
display:none;
}
}
@media all and (max-width:960px){
.main-head-title{
padding:50px 0.25em 0.25em 0.25em;
}
.main-nav{
width:max-content;
margin-left:auto;
position:fixed;
top:0;
}
.main-menu{
display:none;
}
#idPatients{
grid-column:1/-1;
}
body > main > section:nth-child(1) > div > form > input[type=submit]:nth-child(4){
grid-column:1/-1;
grid-row:3;
}
} | sources/css/style.css | *{
max-width:100%;
margin:0;
padding:0;
box-sizing:border-box;
font-family:system-ui,sans-serif;
word-wrap:break-word;
}
body{
min-height:100vh;
position:relative;
scroll-behavior:smooth;
}
.main-head{
width:100vw;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
}
.main-head-title{
padding:0.25em;
}
.main-nav{
width:100vw;
display:flex;
flex-direction:column;
justify-content:stretch;
align-items:stretch;
gap:32px;
background-color:#e9e9f9;
padding:0.5em;
position:sticky;
top:0;
right:0;
z-index:1000;
animation: horizontalScrollbar 2s ease-in-out;
/* Pause the animation */
animation-play-state: paused;
/* Bind the animation to scroll */
animation-delay: calc(var(--scroll) * -1s);
/* These last 2 properites clean up overshoot weirdness */
animation-iteration-count: infinite;
animation-fill-mode: forwards;
}
@keyframes horizontalScrollbar {
to {
background-color:#bebedb;
}
}
#main-menu-wrapper{
width:50px;
height:50px;
display:flex;
justify-content:center;
align-items:center;
font-size:25px;
font-family:monospace;
background-color:#fff;
border-radius:50%;
margin:auto 0 auto auto;
transition:background-color .125s ease-in-out, color 0.625s ease-in-out;
}#main-menu-wrapper:hover{
cursor:pointer;
background-color:#252525;
color:#e9e9f9;
}
.main-menu{
width:100%;
max-height:calc(100vh - 90px);
overflow-x:hidden;
overflow-y:auto;
display:grid;
grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));
grid-auto-rows:minmax(20px, 1fr);
grid-auto-flow:row dense;
gap:32px;
list-style:none;
position:sticky;
top:0;
padding:0.25em 0;
z-index:999;
}
.main-menu-items{
width:100%;
height:100%;
min-height:32px;
display:flex;
justify-content:stretch;
align-items:stretch;
background-color:#e9e9f9;
}
.main-menu-items:hover{
background-color:#dadaf7;
}
.main-menu-links{
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
text-decoration:none;
font-weight:500;
font-size:18px;
padding:0.5em;
color:#252525;
}
.main-content{
width:100%;
min-height:100vh;
display:block;
}
.main-content > *{
grid-column:1/-1;
}
.main-sections{
width:100%;
display:flex;
flex-direction:column;
justify-content:flex-start;
align-items:stretch;
gap:0.5em;
}
.main-sections-title{
padding:0.25em;
}
.main-articles{
width:100%;
display:flex;
flex-direction:column;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
gap:1em;
background-color:#f5f5f5;
color:#252525;
padding:1em;
}
.patients-view{
width:100%;
display:grid;
grid-template-columns:repeat(auto-fit, minmax(400px,1fr));
grid-auto-rows:minmax(50px, auto);
grid-auto-flow:row dense;
flex-wrap:wrap;
gap:2em;
background-color:#f5f5f5;
color:#252525;
padding:1em;
}
.patients-articles{
width:400px;
height:100%;
display:flex;
flex-direction:column;
justify-content:flex-start;
align-items:center;
text-align:center;
gap:12px;
padding:1em;
background-color:#e0daf5;
margin:0 auto;
}
.main-footer{
width:100vw;
display:flex;
justify-content:center;
align-items:center;
position:relative;
gap:0.5em;
bottom:0;
background-color:#e9e9f9;
font-weight:500;
box-shadow: 0 0 3px 1.5px black;
}
.main-footer p{
padding:1em;
}
.form-articles{
width:max-content;
display:flex;
justify-content:stretch;
align-items:stretch;
padding:1em;
margin:0 auto;
}
form{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
gap:0.5em;
}
form label{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
margin:0.15em auto;
}
form input:not([type="submit"]){
min-width:250px;
min-height:32px;
border-radius:4px;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
text-align:center;
border:none;
background-color:#e0daf5;
padding:0.5em 1em;
margin-bottom:1em;
}
form input[type="submit"]{
min-width:150px;
min-height:32px;
border-radius:4px;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
text-align:center;
border:none;
background-color:#f3f3f3;
padding:0.5em 1em;
margin:1.5em auto;
font-weight:500;
}form input[type="submit"]:hover{
cursor:pointer;
background-color:#d6d6d6;
}form input[type="submit"]:active{
cursor:pointer;
background-color:#bebebe;
}
.form-errors{
color:#e33;
font-size:14px;
}
.search-container{
width:100%;
display:flex;
justify-content:stretch;
align-items:stretch;
margin:0.5em auto;
}
.search-container form{
width:calc(100% - 3em);
display:grid;
grid-template-columns:repeat(auto-fit, minmax(120px,1fr));
grid-auto-rows:minmax(40px, auto);
grid-auto-flow:row dense;
gap:0.5em;
padding:1em;
margin:0 auto;
}
.search-container form label{
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
grid-column:1/-1;
grid-row:1;
}
.search-container form input:not([type="submit"]){
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
grid-column:1/-3;
grid-row:2;
margin:0;
}
.search-container form input[type="submit"]{
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
grid-column:-3/-1;
grid-row:2;
margin:0;
}
.pagination-table{
width:auto;
max-width:100%;
margin:1em auto;
}
.pagination-table tr{
width:100%;
display:flex;
justify-content:center;
align-items:center;
gap:0.25em;
margin:0;
padding:0;
}
.pagination-table tr td{
display:table-cell;
width:32px;
height:32px;
}
.pagination-table tr .pagination-index-start,
.pagination-table tr .pagination-index-end{
width:64px;
height:32px;
}
.pagination-button{
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
font-weight:500;
font-family:monospace;
font-size:20px;
border:none;
background-color:#e6e6e6;
outline:none;
text-decoration:none;
color:#252525;
}.pagination-button:hover{
cursor:pointer;
background-color:#d9d9d9;
}.pagination-button:active{
cursor:pointer;
background-color:#c5c5c5;
}
.pagination-button:focus{
background-color:#252525;
color:#fff;
}
.pagination-start,
.pagination-end{
opacity:0.85;
}
.pagination-start{
border-left:0.5px solid #252525;
}
.pagination-end{
border-right:0.5px solid #252525;
}
.pagination-active{
background-color:#252525;
color:#fff;
}
@media all and (min-width:960px){
#main-menu-wrapper{
display:none;
}
}
@media all and (max-width:960px){
.main-head-title{
padding:50px 0.25em 0.25em 0.25em;
}
.main-nav{
width:max-content;
margin-left:auto;
position:fixed;
top:0;
}
.main-menu{
display:none;
}
#idPatients{
grid-column:1/-1;
}
body > main > section:nth-child(1) > div > form > input[type=submit]:nth-child(4){
grid-column:1/-1;
grid-row:3;
}
} | 0.438665 | 0.049797 |
.home {
padding-top: calc(var(--h-topbnr) + var(--h-header) + var(--h-nav));
}
.home__banner[data-slick-index='0'],
.home__banner[data-slick-index='2'] {
background-color: #12a878;
}
.home__banner[data-slick-index='-1'],
.home__banner[data-slick-index='1'] {
background-color: #5fcade;
}
.home__banner-image {
width: 100%;
max-width: 944px;
margin: 0 auto;
}
.slick-dots {
margin-top: 1.2rem;
display: flex;
justify-content: center;
gap: 0.2rem;
}
.slick-dots button {
width: 8px;
height: 8px;
color: transparent;
background-color: rgba(0, 0, 0, 0.08);
border: 0;
border-radius: 50%;
}
.slick-active button {
background-color: #3b3b3b;
}
@media screen and (max-width: 767px) {
.slick-dots button {
width: 6px;
height: 6px;
}
}
/* New Tab */
.home__newtab {
padding-top: 2.4rem;
}
.home__inner-newtab {
max-width: 1024px;
margin: 0 auto;
overflow: hidden;
}
.home__title-newtab {
padding-left: 2.4rem;
margin-bottom: 1rem;
}
.home__title-link {
font-size: 1.8rem;
color: var(--c-title);
}
.home__list-newtab {
white-space: nowrap;
padding: 1rem 1.6rem;
transform: translate(0, 0);
user-select: none;
}
.home__item-newtab {
padding: 1rem 0.8rem;
display: inline-block;
user-select: none;
}
.home__item-newtab:last-child {
padding-right: 2.4rem;
}
.home__link-newtab {
width: 174px;
display: block;
padding: 3rem 0 2rem;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
-webkit-user-drag: none;
}
.home__newimg-default,
.home__newimg-hover {
margin: 0 auto;
display: block;
width: 100px;
height: 100px;
-webkit-user-drag: none;
}
.home__newimg-hover {
display: none;
}
.home__newimg-desc {
margin-bottom: 1rem;
padding: 1rem 2rem 0;
display: block;
font-size: 1.5rem;
font-weight: bold;
color: var(--c-title);
text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
.home__newtab {
padding: 3rem;
}
.home__title-newtab {
padding: 0 4rem;
}
.home__title-link {
font-size: 2.4rem;
}
.home__list-newtab {
white-space: normal;
}
.home__item-newtab {
float: left;
width: 25%;
}
.home__item-newtab:nth-child(9),
.home__item-newtab:nth-child(10) {
display: none;
}
.home__link-newtab {
width: 100%;
display: block;
padding: 3rem 0 2rem;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
}
@media screen and (min-width: 1024px) {
.home__item-newtab {
float: left;
width: 20%;
}
.home__item-newtab:nth-child(9),
.home__item-newtab:nth-child(10) {
display: block;
}
.home__item-newtab:last-child {
padding-right: 0.8rem;
}
.home__item-newtab:hover .home__newimg-desc {
text-decoration: underline;
}
.home__item-newtab:hover .home__newimg-default {
display: none;
}
.home__item-newtab:hover .home__newimg-hover {
display: block;
}
}
/* Hot Tab */
.home__hottab {
width: 100%;
padding: 3rem 0;
}
.home__inner-hottab {
max-width: 1024px;
margin: 0 auto;
}
.home__title-hottab {
padding-left: 2.4rem;
margin-bottom: 1rem;
}
.home__list-hottab-wrapper {
display: flex;
}
.home__list-hottab {
width: 100%;
padding: 0 2.4rem;
cursor: pointer;
}
.home__list-hottab:last-child {
display: none;
}
.home__item-hottab {
position: relative;
width: 100%;
height: 100px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 1.6rem;
}
.home__item-hottab::after {
position: absolute;
content: '';
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: rgba(0, 0, 0, 0.04);
}
.home__rank {
width: 24px;
font-size: 2.6rem;
}
.home__rank--highlight {
color: var(--c-highlight);
}
.home__infos-hottab {
flex: 1;
}
.home__name-hottab {
margin-bottom: 0.6rem;
display: block;
font-size: 1.6rem;
color: var(--c-title);
}
.home__author-hottab {
display: block;
font-size: 1.4rem;
color: var(--c-content);
}
.home__hotimg-default,
.home__hotimg-hover {
display: block;
width: 76px;
height: 76px;
}
.home__hotimg-hover {
display: none;
}
@media screen and (min-width: 768px) {
.home__hottab {
padding: 3rem;
padding-bottom: 6rem;
}
.home__list-hottab {
float: left;
}
.home__list-hottab:last-child {
display: block;
}
}
@media screen and (min-width: 1024px) {
.home__item-hottab:hover .home__name-hottab {
text-decoration: underline;
}
.home__item-hottab:hover .home__hotimg-default {
display: none;
}
.home__item-hottab:hover .home__hotimg-hover {
display: block;
}
}
/* Style Tab */
.home__styletab {
background-color: #fafafa;
padding: 3rem 0;
}
.home__inner-styletab {
max-width: 1024px;
margin: 0 auto;
}
.home__title-styletab {
padding-left: 2.4rem;
margin-bottom: 1rem;
}
.home__style-area {
margin-bottom: 2rem;
padding-top: 1rem;
overflow: hidden;
}
.home__style-area:last-child {
margin: 0;
}
.home__style-header {
padding-left: 2.4rem;
padding-bottom: 1rem;
}
.home__style-header-link {
display: flex;
align-items: center;
gap: 1rem;
}
.home__style-text {
display: inline-block;
font-weight: bold;
}
.home__style-text:first-child {
font-size: 1.8rem;
}
.home__style-text:last-child {
padding: 0.6rem 1.2rem;
font-size: 1.3rem;
color: var(--c-white);
border-radius: 1.6rem;
}
.home__style-text--kakao:first-child {
color: rgb(244, 196, 0);
}
.home__style-text--kakao:last-child {
background-color: rgb(244, 196, 0);
}
.home__style-text--message:first-child {
color: #c0c2f9;
}
.home__style-text--message:last-child {
background-color: #c0c2f9;
}
.home__style-text--illust:first-child {
color: #b1e08b;
}
.home__style-text--illust:last-child {
background-color: #b1e08b;
}
.home__styles {
white-space: nowrap;
transform: translate(0, 0);
user-select: none;
}
.home__style {
padding-right: 0.8rem;
display: inline-block;
user-select: none;
}
.home__style:first-child {
padding-left: 2.4rem;
}
.home__style:last-child {
padding-right: 2.4rem;
}
.home__style-image {
display: block;
width: 96px;
height: 96px;
}
@media screen and (min-width: 768px) {
.home__styletab {
padding: 6rem 3rem;
}
.home__style-area {
display: flex;
}
.home__style-header {
width: 25%;
}
.home__style-header-link {
flex-direction: column;
align-items: flex-start;
}
.home__style-text:first-child {
font-size: 2rem;
}
.home__style-text:last-child {
font-size: 1.4rem;
}
.home__styles {
display: flex;
justify-content: space-between;
flex: 1;
}
.home__style:nth-child(5),
.home__style:nth-child(6),
.home__style:nth-child(7) {
display: none;
}
.home__style-image {
width: 124px;
height: 124px;
}
}
@media screen and (min-width: 1024px) {
.home__style-header {
width: 25%;
}
.home__style:nth-child(5) {
display: block;
}
.home__style:nth-child(6),
.home__style:nth-child(7) {
display: none;
}
} | assets/css/pages/home.css | .home {
padding-top: calc(var(--h-topbnr) + var(--h-header) + var(--h-nav));
}
.home__banner[data-slick-index='0'],
.home__banner[data-slick-index='2'] {
background-color: #12a878;
}
.home__banner[data-slick-index='-1'],
.home__banner[data-slick-index='1'] {
background-color: #5fcade;
}
.home__banner-image {
width: 100%;
max-width: 944px;
margin: 0 auto;
}
.slick-dots {
margin-top: 1.2rem;
display: flex;
justify-content: center;
gap: 0.2rem;
}
.slick-dots button {
width: 8px;
height: 8px;
color: transparent;
background-color: rgba(0, 0, 0, 0.08);
border: 0;
border-radius: 50%;
}
.slick-active button {
background-color: #3b3b3b;
}
@media screen and (max-width: 767px) {
.slick-dots button {
width: 6px;
height: 6px;
}
}
/* New Tab */
.home__newtab {
padding-top: 2.4rem;
}
.home__inner-newtab {
max-width: 1024px;
margin: 0 auto;
overflow: hidden;
}
.home__title-newtab {
padding-left: 2.4rem;
margin-bottom: 1rem;
}
.home__title-link {
font-size: 1.8rem;
color: var(--c-title);
}
.home__list-newtab {
white-space: nowrap;
padding: 1rem 1.6rem;
transform: translate(0, 0);
user-select: none;
}
.home__item-newtab {
padding: 1rem 0.8rem;
display: inline-block;
user-select: none;
}
.home__item-newtab:last-child {
padding-right: 2.4rem;
}
.home__link-newtab {
width: 174px;
display: block;
padding: 3rem 0 2rem;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
-webkit-user-drag: none;
}
.home__newimg-default,
.home__newimg-hover {
margin: 0 auto;
display: block;
width: 100px;
height: 100px;
-webkit-user-drag: none;
}
.home__newimg-hover {
display: none;
}
.home__newimg-desc {
margin-bottom: 1rem;
padding: 1rem 2rem 0;
display: block;
font-size: 1.5rem;
font-weight: bold;
color: var(--c-title);
text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
.home__newtab {
padding: 3rem;
}
.home__title-newtab {
padding: 0 4rem;
}
.home__title-link {
font-size: 2.4rem;
}
.home__list-newtab {
white-space: normal;
}
.home__item-newtab {
float: left;
width: 25%;
}
.home__item-newtab:nth-child(9),
.home__item-newtab:nth-child(10) {
display: none;
}
.home__link-newtab {
width: 100%;
display: block;
padding: 3rem 0 2rem;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
}
@media screen and (min-width: 1024px) {
.home__item-newtab {
float: left;
width: 20%;
}
.home__item-newtab:nth-child(9),
.home__item-newtab:nth-child(10) {
display: block;
}
.home__item-newtab:last-child {
padding-right: 0.8rem;
}
.home__item-newtab:hover .home__newimg-desc {
text-decoration: underline;
}
.home__item-newtab:hover .home__newimg-default {
display: none;
}
.home__item-newtab:hover .home__newimg-hover {
display: block;
}
}
/* Hot Tab */
.home__hottab {
width: 100%;
padding: 3rem 0;
}
.home__inner-hottab {
max-width: 1024px;
margin: 0 auto;
}
.home__title-hottab {
padding-left: 2.4rem;
margin-bottom: 1rem;
}
.home__list-hottab-wrapper {
display: flex;
}
.home__list-hottab {
width: 100%;
padding: 0 2.4rem;
cursor: pointer;
}
.home__list-hottab:last-child {
display: none;
}
.home__item-hottab {
position: relative;
width: 100%;
height: 100px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 1.6rem;
}
.home__item-hottab::after {
position: absolute;
content: '';
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: rgba(0, 0, 0, 0.04);
}
.home__rank {
width: 24px;
font-size: 2.6rem;
}
.home__rank--highlight {
color: var(--c-highlight);
}
.home__infos-hottab {
flex: 1;
}
.home__name-hottab {
margin-bottom: 0.6rem;
display: block;
font-size: 1.6rem;
color: var(--c-title);
}
.home__author-hottab {
display: block;
font-size: 1.4rem;
color: var(--c-content);
}
.home__hotimg-default,
.home__hotimg-hover {
display: block;
width: 76px;
height: 76px;
}
.home__hotimg-hover {
display: none;
}
@media screen and (min-width: 768px) {
.home__hottab {
padding: 3rem;
padding-bottom: 6rem;
}
.home__list-hottab {
float: left;
}
.home__list-hottab:last-child {
display: block;
}
}
@media screen and (min-width: 1024px) {
.home__item-hottab:hover .home__name-hottab {
text-decoration: underline;
}
.home__item-hottab:hover .home__hotimg-default {
display: none;
}
.home__item-hottab:hover .home__hotimg-hover {
display: block;
}
}
/* Style Tab */
.home__styletab {
background-color: #fafafa;
padding: 3rem 0;
}
.home__inner-styletab {
max-width: 1024px;
margin: 0 auto;
}
.home__title-styletab {
padding-left: 2.4rem;
margin-bottom: 1rem;
}
.home__style-area {
margin-bottom: 2rem;
padding-top: 1rem;
overflow: hidden;
}
.home__style-area:last-child {
margin: 0;
}
.home__style-header {
padding-left: 2.4rem;
padding-bottom: 1rem;
}
.home__style-header-link {
display: flex;
align-items: center;
gap: 1rem;
}
.home__style-text {
display: inline-block;
font-weight: bold;
}
.home__style-text:first-child {
font-size: 1.8rem;
}
.home__style-text:last-child {
padding: 0.6rem 1.2rem;
font-size: 1.3rem;
color: var(--c-white);
border-radius: 1.6rem;
}
.home__style-text--kakao:first-child {
color: rgb(244, 196, 0);
}
.home__style-text--kakao:last-child {
background-color: rgb(244, 196, 0);
}
.home__style-text--message:first-child {
color: #c0c2f9;
}
.home__style-text--message:last-child {
background-color: #c0c2f9;
}
.home__style-text--illust:first-child {
color: #b1e08b;
}
.home__style-text--illust:last-child {
background-color: #b1e08b;
}
.home__styles {
white-space: nowrap;
transform: translate(0, 0);
user-select: none;
}
.home__style {
padding-right: 0.8rem;
display: inline-block;
user-select: none;
}
.home__style:first-child {
padding-left: 2.4rem;
}
.home__style:last-child {
padding-right: 2.4rem;
}
.home__style-image {
display: block;
width: 96px;
height: 96px;
}
@media screen and (min-width: 768px) {
.home__styletab {
padding: 6rem 3rem;
}
.home__style-area {
display: flex;
}
.home__style-header {
width: 25%;
}
.home__style-header-link {
flex-direction: column;
align-items: flex-start;
}
.home__style-text:first-child {
font-size: 2rem;
}
.home__style-text:last-child {
font-size: 1.4rem;
}
.home__styles {
display: flex;
justify-content: space-between;
flex: 1;
}
.home__style:nth-child(5),
.home__style:nth-child(6),
.home__style:nth-child(7) {
display: none;
}
.home__style-image {
width: 124px;
height: 124px;
}
}
@media screen and (min-width: 1024px) {
.home__style-header {
width: 25%;
}
.home__style:nth-child(5) {
display: block;
}
.home__style:nth-child(6),
.home__style:nth-child(7) {
display: none;
}
} | 0.45302 | 0.083404 |
.row {
padding: 0 0.9375rem; }
ul {
list-style-type: disc;
color: inherit; }
ul ol {
list-style-type: decimal; }
ul ol ol {
list-style-type: lower-alpha; }
ul ol ol ol {
list-style-type: lower-roman; }
ul ul {
list-style-type: circle; }
ol {
list-style-type: decimal;
color: inherit; }
ol ul {
list-style-type: circle; }
ol ol {
list-style-type: lower-alpha; }
ol ol ol {
list-style-type: lower-roman; }
:focus {
outline: none !important; }
/* END FOUNDATION OVERRIDES */
/* BEGIN SmartGravity HEADER */
.sg-default-layout {
padding: 2.5rem 0 3.5rem; }
#error {
margin: 2.5rem auto 3.5rem;
max-width: 66rem;
text-align: center; }
#header {
border-bottom: 1px solid; }
#header #logo {
float: left;
padding: 0;
margin-right: 0.5rem; }
#header #logo img {
float: left;
width: 48px;
height: 100%; }
#header #sg-header-title h3 {
text-decoration: none;
letter-spacing: 0;
line-height: 48px;
margin: 6px 6px 6px 0;
padding: 0;
float: left; }
.sg-header {
padding-top: 1.2rem;
padding-bottom: 0.5rem; }
/* END SmartGravity HEADER */
/* BEGIN SmartGravity BACKGROUNDS */
.sg-background {
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.sg-background-fixed {
background-attachment: fixed; }
/* END SmartGravity BACKGROUNDS */
/* BEGIN SmartGravity Mainmenu Navigation */
#sg-mainmenu {
float: right;
margin-top: 0.6rem; }
#sg-mainmenu .menu > li > a {
padding: .4rem 0.8rem;
border: 1px solid;
border-radius: 3px;
margin-left: 0.55rem; }
#sg-mainmenu .menu > li > a > i {
margin: 0 0.25rem 0 0.4rem; }
#sg-mainmenu .menu.submenu > li > a {
margin-left: 0;
border: none; }
#sg-mainmenu .dropdown.menu .submenu {
border-radius: 3px; }
#sg-mainmenu .dropdown.menu .submenu.first-sub {
left: 0.55rem; }
#sg-mainmenu .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a {
padding-right: 1.7rem; }
#sg-mainmenu .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
content: "\f078";
font: normal normal normal 14px/1 FontAwesome;
border: none;
width: auto;
height: auto;
top: 7px;
right: 7px;
margin-top: 0;
margin-left: 0; }
#sg-mainmenu .dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
left: auto;
right: 0; }
#sg-mainmenu-mobile .menu.nested {
margin-left: 0.75rem; }
#sg-mainmenu-mobile .menu.nested > li > a {
padding: 0.5rem;
font-size: 0.9rem; }
#sg-mainmenu-mobile .menu.nested > li > a::before {
content: "\f054";
font: normal normal normal 14px/1 FontAwesome;
border: none;
width: auto;
height: auto;
top: 7px;
left: 0;
margin-top: 0;
margin-left: 0; }
.sg-header .mobile-nav-toggle {
cursor: pointer;
font-size: 2rem;
margin: 0.7rem 0; }
/* Mobilemenu Icon substitute when FontAwesome is disabled */
.sg-mobilemenu-icon {
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-size: 1.2rem;
text-decoration: none;
letter-spacing: 0;
line-height: 36px;
margin: 6px;
padding: 0; }
/* END SmartGravity Mainmenu Navigation */
/* BEGIN SmartGravity IN PAGE NAVIGATION */
.top-bar#sg-in-page-navigation, .top-bar#sg-in-page-navigation ul {
display: inline-block;
padding: 0; }
#sg-in-page-navigation {
width: 100%;
border-bottom: 1px solid; }
#sg-in-page-navigation .menu > li {
display: inline-block; }
.sg-in-page-menu {
width: 100%; }
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
#sg-in-page-navigation .menu > li > a {
padding: 0.4rem 0.8rem; } }
/* END SmartGravit IN PAGE NAVIGATION */
/* BEGIN TAXONOMY TAGS */
.tags a {
border: 1px solid;
padding: 1px 6px;
border-radius: 3px;
font-size: 0.85rem;
margin: 0 2px; }
/* END TAXONOMY TAGS */
/* BEGIN BREADCRUMBS */
.sg-breadcrumb {
border-bottom: 1px solid; }
#body #breadcrumbs {
padding-left: 0; }
#body #breadcrumbs span {
padding: 0 0.5rem; }
#body #breadcrumbs span:first-child {
padding: 0 0.5rem; }
#breadcrumbs span:first-child {
padding-left: 1rem; }
/* END BREADCRUMBS */
/* BEGIN SIMPLESEARCH */
.simplesearch {
margin: 0 auto;
max-width: 66rem;
padding: 3rem 0.9375rem; }
/* END SIMPLESEARCH */
/* BEGIN SmartGravity MAIN CONTENT */
.sg-content {
padding: 3rem 0; }
.sg-content::before, .sg-content::after {
content: ' ';
display: table; }
.sg-content::after {
clear: both; }
.sg-blog {
margin-top: 2.5rem;
margin-bottom: 3.5rem; }
.blog-content-item {
margin: 2.5rem auto; }
.list-item {
margin-bottom: 2.5rem; }
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
#listing.column, #listing.columns, #item.column, #item.columns, #sidebar.column, #sidebar.columns {
padding-left: 0;
padding-right: 0; } }
.blog-header-image {
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.blog-content-item img, .list-item img {
margin: 1rem 0 1.5rem; }
pre {
padding: 1rem 1.2rem 1.3rem;
border-width: 1px 1px 1px 10px;
border-style: solid;
border-radius: 3px;
margin: 1rem 0; }
pre code {
font-weight: normal;
background-color: transparent;
border: 0;
padding: 0; }
code {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
word-wrap: normal;
font-weight: normal;
padding: 0.1rem 0.4rem;
border-bottom: 1px dotted;
border-radius: 3px; }
.sidebar-content {
margin-bottom: 0.9375rem; }
/* END SmartGravity MAIN CONTENT */
/* BEGIN SmartGravity GALLERY STYLES */
.sg-gallery-row, .sg-columns-row {
margin: 0 -0.9375rem; }
/* END SmartGravity GALLERY STYLES */
.sg-column-block {
padding: 0.9375rem;
margin: 0 0 0.9375rem;
border-radius: 3px; }
/* BEGIN SmartGravity FOOTER */
#footer {
padding-top: 2rem;
padding-bottom: 1rem;
border-top: 1px solid; }
#footer img.logo {
width: 132px;
height: auto; }
/* END SmartGravity FOOTER */
/* BEGIN SmartGravity UTILITIES */
.sg-center {
display: block;
margin: 0 auto;
text-align: center; }
img.sg-align-left, img.sg-align-right, img.sg-align-center {
margin-top: 0.3rem;
margin-bottom: 1rem; }
img.sg-align-center {
margin-left: auto;
margin-right: auto;
max-width: 100%; }
/* from medium size up */
@media screen and (min-width: 40em) {
img.sg-align-left {
float: left;
max-width: 50%;
margin-right: 1rem; }
img.sg-align-right {
float: right;
max-width: 50%;
margin-left: 1rem; } }
.hide-title h2.sg-title {
display: none; }
.center-title h2.sg-title {
text-align: center; }
.title-spacer-small h2.sg-title {
padding: 0.5rem 0 1rem; }
.title-spacer-medium h2.sg-title {
padding: 1rem 0 2rem; }
.title-spacer-large h2.sg-title {
padding: 2rem 0 3rem; }
.nomarginall {
margin: 0 !important; }
.nomargintop {
margin-top: 0 !important; }
.nomarginright {
margin-right: 0 !important; }
.nomarginbottom {
margin-bottom: 0 !important; }
.nomarginleft {
margin-left: 0 !important; }
.nopaddingall {
padding: 0 !important; }
.nopaddingtop {
padding-top: 0 !important; }
.nopaddingright {
padding-right: 0 !important; }
.nopaddingbottom {
padding-bottom: 0 !important; }
.nopaddingleft {
padding-left: 0 !important; }
/* small only covers small only */
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
.small-nomarginall {
margin: 0 !important; }
.small-nomargintop {
margin-top: 0 !important; }
.small-nomarginright {
margin-right: 0 !important; }
.small-nomarginbottom {
margin-bottom: 0 !important; }
.small-nomarginleft {
margin-left: 0 !important; }
.small-nopaddingall {
padding: 0 !important; }
.small-nopaddingtop {
padding-top: 0 !important; }
.small-nopaddingright {
padding-right: 0 !important; }
.small-nopaddingbottom {
padding-bottom: 0 !important; }
.small-nopaddingleft {
padding-left: 0 !important; } }
/* medium covers medium size and up */
@media screen and (min-width: 40em) {
.medium-nomarginall {
margin: 0 !important; }
.medium-nomargintop {
margin-top: 0 !important; }
.medium-nomarginright {
margin-right: 0 !important; }
.medium-nomarginbottom {
margin-bottom: 0 !important; }
.medium-nomarginleft {
margin-left: 0 !important; }
.medium-nopaddingall {
padding: 0 !important; }
.medium-nopaddingtop {
padding-top: 0 !important; }
.medium-nopaddingright {
padding-right: 0 !important; }
.medium-nopaddingbottom {
padding-bottom: 0 !important; }
.medium-nopaddingleft {
padding-left: 0 !important; } }
/* large covers large size and up */
@media screen and (min-width: 64em) {
.large-nomarginall {
margin: 0 !important; }
.large-nomargintop {
margin-top: 0 !important; }
.large-nomarginright {
margin-right: 0 !important; }
.large-nomarginbottom {
margin-bottom: 0 !important; }
.large-nomarginleft {
margin-left: 0 !important; }
.large-nopaddingall {
padding: 0 !important; }
.large-nopaddingtop {
padding-top: 0 !important; }
.large-nopaddingright {
padding-right: 0 !important; }
.large-nopaddingbottom {
padding-bottom: 0 !important; }
.large-nopaddingleft {
padding-left: 0 !important; } }
.sg-spacer-small .sg-content {
padding: 1rem 0; }
.off-canvas .sg-spacer-small .sg-content {
padding: 1rem 0; }
.sg-spacer-medium .sg-content {
padding: 2rem 0; }
.off-canvas .sg-spacer-medium .sg-content {
padding: 2rem 0; }
.sg-spacer-large .sg-content {
padding: 5rem 0; }
.off-canvas .sg-spacer-large .sg-content {
padding: 5rem 0; }
.sg-spacer-xlarge .sg-content {
padding: 7rem 0; }
.off-canvas .sg-spacer-xlarge .sg-content {
padding: 7rem 0; }
.sg-spacer-xxlarge .sg-content {
padding: 9rem 0; }
.off-canvas .sg-spacer-xxlarge .sg-content {
padding: 9rem 0; }
/* END SmartGravity UTILITIES */
/* BEGIN NESTED BLOCKQUOTES STYLE OVERRIDES */
blockquote {
position: relative;
display: block;
padding: 0 0 0 1.1875rem;
border-width: 0 0 0 10px;
border-style: solid; }
blockquote blockquote {
position: static;
display: block; }
blockquote p {
font-size: 1.1rem; }
blockquote cite {
display: block;
text-align: right;
font-size: 1.2rem; }
blockquote > blockquote > blockquote {
margin: 0; }
blockquote > blockquote > blockquote p {
padding: 15px;
display: block;
font-size: 1rem;
margin-top: 0rem;
margin-bottom: 0rem; }
blockquote > blockquote > blockquote > p {
margin-left: -5.45rem;
border-style: solid;
border-width: 1px 1px 1px 10px; }
blockquote > blockquote > blockquote > blockquote > p {
margin-left: -7.25rem;
border-style: solid;
border-width: 1px 1px 1px 10px; }
blockquote > blockquote > blockquote > blockquote > blockquote > p {
margin-left: -9.05rem;
border-style: solid;
border-width: 1px 1px 1px 10px; }
blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
margin-left: -10.85rem;
border-style: solid;
border-width: 1px 1px 1px 10px; }
/* END NESTED BLOCKQUOTES STYLE OVERRIDES */ | user/themes/course-hub-bones/css/bones-styles.css | .row {
padding: 0 0.9375rem; }
ul {
list-style-type: disc;
color: inherit; }
ul ol {
list-style-type: decimal; }
ul ol ol {
list-style-type: lower-alpha; }
ul ol ol ol {
list-style-type: lower-roman; }
ul ul {
list-style-type: circle; }
ol {
list-style-type: decimal;
color: inherit; }
ol ul {
list-style-type: circle; }
ol ol {
list-style-type: lower-alpha; }
ol ol ol {
list-style-type: lower-roman; }
:focus {
outline: none !important; }
/* END FOUNDATION OVERRIDES */
/* BEGIN SmartGravity HEADER */
.sg-default-layout {
padding: 2.5rem 0 3.5rem; }
#error {
margin: 2.5rem auto 3.5rem;
max-width: 66rem;
text-align: center; }
#header {
border-bottom: 1px solid; }
#header #logo {
float: left;
padding: 0;
margin-right: 0.5rem; }
#header #logo img {
float: left;
width: 48px;
height: 100%; }
#header #sg-header-title h3 {
text-decoration: none;
letter-spacing: 0;
line-height: 48px;
margin: 6px 6px 6px 0;
padding: 0;
float: left; }
.sg-header {
padding-top: 1.2rem;
padding-bottom: 0.5rem; }
/* END SmartGravity HEADER */
/* BEGIN SmartGravity BACKGROUNDS */
.sg-background {
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.sg-background-fixed {
background-attachment: fixed; }
/* END SmartGravity BACKGROUNDS */
/* BEGIN SmartGravity Mainmenu Navigation */
#sg-mainmenu {
float: right;
margin-top: 0.6rem; }
#sg-mainmenu .menu > li > a {
padding: .4rem 0.8rem;
border: 1px solid;
border-radius: 3px;
margin-left: 0.55rem; }
#sg-mainmenu .menu > li > a > i {
margin: 0 0.25rem 0 0.4rem; }
#sg-mainmenu .menu.submenu > li > a {
margin-left: 0;
border: none; }
#sg-mainmenu .dropdown.menu .submenu {
border-radius: 3px; }
#sg-mainmenu .dropdown.menu .submenu.first-sub {
left: 0.55rem; }
#sg-mainmenu .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a {
padding-right: 1.7rem; }
#sg-mainmenu .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
content: "\f078";
font: normal normal normal 14px/1 FontAwesome;
border: none;
width: auto;
height: auto;
top: 7px;
right: 7px;
margin-top: 0;
margin-left: 0; }
#sg-mainmenu .dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
left: auto;
right: 0; }
#sg-mainmenu-mobile .menu.nested {
margin-left: 0.75rem; }
#sg-mainmenu-mobile .menu.nested > li > a {
padding: 0.5rem;
font-size: 0.9rem; }
#sg-mainmenu-mobile .menu.nested > li > a::before {
content: "\f054";
font: normal normal normal 14px/1 FontAwesome;
border: none;
width: auto;
height: auto;
top: 7px;
left: 0;
margin-top: 0;
margin-left: 0; }
.sg-header .mobile-nav-toggle {
cursor: pointer;
font-size: 2rem;
margin: 0.7rem 0; }
/* Mobilemenu Icon substitute when FontAwesome is disabled */
.sg-mobilemenu-icon {
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-size: 1.2rem;
text-decoration: none;
letter-spacing: 0;
line-height: 36px;
margin: 6px;
padding: 0; }
/* END SmartGravity Mainmenu Navigation */
/* BEGIN SmartGravity IN PAGE NAVIGATION */
.top-bar#sg-in-page-navigation, .top-bar#sg-in-page-navigation ul {
display: inline-block;
padding: 0; }
#sg-in-page-navigation {
width: 100%;
border-bottom: 1px solid; }
#sg-in-page-navigation .menu > li {
display: inline-block; }
.sg-in-page-menu {
width: 100%; }
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
#sg-in-page-navigation .menu > li > a {
padding: 0.4rem 0.8rem; } }
/* END SmartGravit IN PAGE NAVIGATION */
/* BEGIN TAXONOMY TAGS */
.tags a {
border: 1px solid;
padding: 1px 6px;
border-radius: 3px;
font-size: 0.85rem;
margin: 0 2px; }
/* END TAXONOMY TAGS */
/* BEGIN BREADCRUMBS */
.sg-breadcrumb {
border-bottom: 1px solid; }
#body #breadcrumbs {
padding-left: 0; }
#body #breadcrumbs span {
padding: 0 0.5rem; }
#body #breadcrumbs span:first-child {
padding: 0 0.5rem; }
#breadcrumbs span:first-child {
padding-left: 1rem; }
/* END BREADCRUMBS */
/* BEGIN SIMPLESEARCH */
.simplesearch {
margin: 0 auto;
max-width: 66rem;
padding: 3rem 0.9375rem; }
/* END SIMPLESEARCH */
/* BEGIN SmartGravity MAIN CONTENT */
.sg-content {
padding: 3rem 0; }
.sg-content::before, .sg-content::after {
content: ' ';
display: table; }
.sg-content::after {
clear: both; }
.sg-blog {
margin-top: 2.5rem;
margin-bottom: 3.5rem; }
.blog-content-item {
margin: 2.5rem auto; }
.list-item {
margin-bottom: 2.5rem; }
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
#listing.column, #listing.columns, #item.column, #item.columns, #sidebar.column, #sidebar.columns {
padding-left: 0;
padding-right: 0; } }
.blog-header-image {
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.blog-content-item img, .list-item img {
margin: 1rem 0 1.5rem; }
pre {
padding: 1rem 1.2rem 1.3rem;
border-width: 1px 1px 1px 10px;
border-style: solid;
border-radius: 3px;
margin: 1rem 0; }
pre code {
font-weight: normal;
background-color: transparent;
border: 0;
padding: 0; }
code {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
word-wrap: normal;
font-weight: normal;
padding: 0.1rem 0.4rem;
border-bottom: 1px dotted;
border-radius: 3px; }
.sidebar-content {
margin-bottom: 0.9375rem; }
/* END SmartGravity MAIN CONTENT */
/* BEGIN SmartGravity GALLERY STYLES */
.sg-gallery-row, .sg-columns-row {
margin: 0 -0.9375rem; }
/* END SmartGravity GALLERY STYLES */
.sg-column-block {
padding: 0.9375rem;
margin: 0 0 0.9375rem;
border-radius: 3px; }
/* BEGIN SmartGravity FOOTER */
#footer {
padding-top: 2rem;
padding-bottom: 1rem;
border-top: 1px solid; }
#footer img.logo {
width: 132px;
height: auto; }
/* END SmartGravity FOOTER */
/* BEGIN SmartGravity UTILITIES */
.sg-center {
display: block;
margin: 0 auto;
text-align: center; }
img.sg-align-left, img.sg-align-right, img.sg-align-center {
margin-top: 0.3rem;
margin-bottom: 1rem; }
img.sg-align-center {
margin-left: auto;
margin-right: auto;
max-width: 100%; }
/* from medium size up */
@media screen and (min-width: 40em) {
img.sg-align-left {
float: left;
max-width: 50%;
margin-right: 1rem; }
img.sg-align-right {
float: right;
max-width: 50%;
margin-left: 1rem; } }
.hide-title h2.sg-title {
display: none; }
.center-title h2.sg-title {
text-align: center; }
.title-spacer-small h2.sg-title {
padding: 0.5rem 0 1rem; }
.title-spacer-medium h2.sg-title {
padding: 1rem 0 2rem; }
.title-spacer-large h2.sg-title {
padding: 2rem 0 3rem; }
.nomarginall {
margin: 0 !important; }
.nomargintop {
margin-top: 0 !important; }
.nomarginright {
margin-right: 0 !important; }
.nomarginbottom {
margin-bottom: 0 !important; }
.nomarginleft {
margin-left: 0 !important; }
.nopaddingall {
padding: 0 !important; }
.nopaddingtop {
padding-top: 0 !important; }
.nopaddingright {
padding-right: 0 !important; }
.nopaddingbottom {
padding-bottom: 0 !important; }
.nopaddingleft {
padding-left: 0 !important; }
/* small only covers small only */
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
.small-nomarginall {
margin: 0 !important; }
.small-nomargintop {
margin-top: 0 !important; }
.small-nomarginright {
margin-right: 0 !important; }
.small-nomarginbottom {
margin-bottom: 0 !important; }
.small-nomarginleft {
margin-left: 0 !important; }
.small-nopaddingall {
padding: 0 !important; }
.small-nopaddingtop {
padding-top: 0 !important; }
.small-nopaddingright {
padding-right: 0 !important; }
.small-nopaddingbottom {
padding-bottom: 0 !important; }
.small-nopaddingleft {
padding-left: 0 !important; } }
/* medium covers medium size and up */
@media screen and (min-width: 40em) {
.medium-nomarginall {
margin: 0 !important; }
.medium-nomargintop {
margin-top: 0 !important; }
.medium-nomarginright {
margin-right: 0 !important; }
.medium-nomarginbottom {
margin-bottom: 0 !important; }
.medium-nomarginleft {
margin-left: 0 !important; }
.medium-nopaddingall {
padding: 0 !important; }
.medium-nopaddingtop {
padding-top: 0 !important; }
.medium-nopaddingright {
padding-right: 0 !important; }
.medium-nopaddingbottom {
padding-bottom: 0 !important; }
.medium-nopaddingleft {
padding-left: 0 !important; } }
/* large covers large size and up */
@media screen and (min-width: 64em) {
.large-nomarginall {
margin: 0 !important; }
.large-nomargintop {
margin-top: 0 !important; }
.large-nomarginright {
margin-right: 0 !important; }
.large-nomarginbottom {
margin-bottom: 0 !important; }
.large-nomarginleft {
margin-left: 0 !important; }
.large-nopaddingall {
padding: 0 !important; }
.large-nopaddingtop {
padding-top: 0 !important; }
.large-nopaddingright {
padding-right: 0 !important; }
.large-nopaddingbottom {
padding-bottom: 0 !important; }
.large-nopaddingleft {
padding-left: 0 !important; } }
.sg-spacer-small .sg-content {
padding: 1rem 0; }
.off-canvas .sg-spacer-small .sg-content {
padding: 1rem 0; }
.sg-spacer-medium .sg-content {
padding: 2rem 0; }
.off-canvas .sg-spacer-medium .sg-content {
padding: 2rem 0; }
.sg-spacer-large .sg-content {
padding: 5rem 0; }
.off-canvas .sg-spacer-large .sg-content {
padding: 5rem 0; }
.sg-spacer-xlarge .sg-content {
padding: 7rem 0; }
.off-canvas .sg-spacer-xlarge .sg-content {
padding: 7rem 0; }
.sg-spacer-xxlarge .sg-content {
padding: 9rem 0; }
.off-canvas .sg-spacer-xxlarge .sg-content {
padding: 9rem 0; }
/* END SmartGravity UTILITIES */
/* BEGIN NESTED BLOCKQUOTES STYLE OVERRIDES */
blockquote {
position: relative;
display: block;
padding: 0 0 0 1.1875rem;
border-width: 0 0 0 10px;
border-style: solid; }
blockquote blockquote {
position: static;
display: block; }
blockquote p {
font-size: 1.1rem; }
blockquote cite {
display: block;
text-align: right;
font-size: 1.2rem; }
blockquote > blockquote > blockquote {
margin: 0; }
blockquote > blockquote > blockquote p {
padding: 15px;
display: block;
font-size: 1rem;
margin-top: 0rem;
margin-bottom: 0rem; }
blockquote > blockquote > blockquote > p {
margin-left: -5.45rem;
border-style: solid;
border-width: 1px 1px 1px 10px; }
blockquote > blockquote > blockquote > blockquote > p {
margin-left: -7.25rem;
border-style: solid;
border-width: 1px 1px 1px 10px; }
blockquote > blockquote > blockquote > blockquote > blockquote > p {
margin-left: -9.05rem;
border-style: solid;
border-width: 1px 1px 1px 10px; }
blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
margin-left: -10.85rem;
border-style: solid;
border-width: 1px 1px 1px 10px; }
/* END NESTED BLOCKQUOTES STYLE OVERRIDES */ | 0.31732 | 0.082846 |
@media (max-width:768px) {
.details-body {
padding: 14px 14px;
}
}
.alticle {
background-color: #fff;
padding: 0;
}
.alticle .alticle-img {
max-height: 520px;
max-width: 1170px;
position: relative;
overflow: hidden;
}
.alticle .alticle-img img {
width: 100%;
}
.alticle .alticle-img .alticle-title {
background-color: rgba(255, 255, 255, .6);
padding: 20px 260px;
text-align: center;
position: absolute;
z-index: 1000;
width: 100%;
bottom: 0;
left: 0;
}
.alticle .alticle-img .alticle-title h3 {
margin: 0;
color: #3b3b3b;
}
.alticle .alticle-content {
padding: 24px 26px;
text-align: left;
letter-spacing: .6px;
overflow: hidden;
width: 100%;
position: relative;
}
.alticle .alticle-content p {
margin: 0 0 8px 0;
font-size: 1.1em;
}
.alticle .alticle-content img {
max-width: 100%;
margin: 0 0 8px 0;
}
.alticle .alticle-end {
text-align: center;
margin-top: 28px;
}
.alticle .alticle-end h2 {
margin: 0;
color: #565555;
letter-spacing: 4px;
font-weight: 500;
text-align: center;
}
.alticle .alticle-operation {
margin-top: 38px;
text-align: center;
letter-spacing: 1.2px;
position: relative;
}
.alticle .alticle-operation .alticle-list {
list-style: none;
margin: 0;
padding: 0;
font-size: 1.1em;
}
.alticle .alticle-operation .alticle-list:after {
content: '';
width: 70%;
height: 1px;
background-color: #565555;
display: inline-block;
margin: 0 auto;
}
.alticle .alticle-operation .alticle-list li {
display: inline-block;
margin-right: 8px;
margin-bottom: 18px;
}
.alticle .alticle-operation .alticle-list li .aclebox-icon-blue {
margin-right: 6px;
color: #47a7de;
font-size: 1.2em;
}
.alticle .alticle-operation .alticle-list li .aclebox-icon {
margin-right: 6px;
font-size: 1.4em;
}
.alticle .alticle-operation .alticle-list li .aclebox-icon-red {
margin-right: 8px;
color: #f07c84;
font-size: 1.3em;
}
.alticle .alticle-operation .alticle-list li b {
color: #009966;
}
.alticle-label {
padding: 0 18px;
margin-top: 28px;
margin-bottom: 18px;
}
.alticle-label .label-bm {
position: relative;
display: inline-block;
padding: 6px 12px;
background-color: #47a7de;
z-index: 2;
margin-right: 28px;
color: #fff;
}
.alticle-label .label-bm:hover {
background-color: #0378BB;
text-decoration: none;
}
.alticle-label .label-bm:before {
content: '';
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 32%;
transform: skewX(-36deg) !important;
-webkit-transform: skewX(-36deg) !important;
-moz-transform: skewX(-36deg) !important;
-ms-transform: skewX(-36deg) !important;
-o-transform: skewX(-36deg) !important;
background-color: inherit;
z-index: -1;
}
.alticle-label .label-bm:after {
content: '';
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 32%;
transform: skewX(36deg);
-webkit-transform: skewX(36deg);
-moz-transform: skewX(36deg);
-ms-transform: skewX(36deg);
-o-transform: skewX(36deg);
background-color: inherit;
z-index: -1;
}
.comment .comment-box {
padding: 18px 18px;
background-image: url('../images/xq-bcak.jpg');
background-position: inherit;
text-align: center;
}
.comment .comment-box .comment-title {
width: 100%;
padding: 8px 0;
}
.comment .comment-box .comment-title b {
color: #009966;
}
.comment .comment-box .comment-text {
width: 100%;
display: inline-block;
position: relative;
overflow: hidden;
}
.comment .comment-box .comment-text .comment-content {
resize: none;
width: 100%;
height: 28vh;
min-height: 268px;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
display: block;
padding: 6px 12px;
color: #969393;
background-color: rgba(255, 255, 255, .8);
border: solid 1px #47a7de;
border-bottom: none;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.comment .comment-box .comment-text .comment-content:active,
.comment .comment-box .comment-text .comment-content:focus {
border-color: #0378BB;
border-bottom: none;
box-shadow: inset 0 4px 4px rgba(3, 120, 187, .075);
-webkit-box-shadow: inset 0 4px 4px rgba(3, 120, 187, .075);
-moz-box-shadow: inset 0 4px 4px rgba(3, 120, 187, .075);
-ms-box-shadow: inset 0 4px 4px rgba(3, 120, 187, .075);
-o-box-shadow: inset 0 4px 4px rgba(3, 120, 187, .075);
}
.comment .comment-box .comment-text .comment-btn {
width: 100%;
background-color: rgba(224, 228, 230, .8);
display: flex;
justify-content: flex-end;
border-bottom-left-radius: 6px;
}
.comment .comment-box .comment-text .comment-btn .btn-comment {
display: block;
width: 100px;
padding: 8px;
background-color: #47a7de;
color: #fff;
letter-spacing: 2px;
border-bottom-right-radius: 6px;
cursor: pointer;
}
.comment .comment-box .comment-text .comment-btn .btn-comment:hover {
text-decoration: none;
background-color: #0378BB;
}
.comment .comment-box .comment-text .comment-btn .btn-look {
display: block;
width: 100%;
padding: 8px;
color: #fff;
background-color: #e2dfdf;
border-bottom-left-radius: 6px;
text-align: left;
position: relative;
cursor: pointer;
}
.comment .comment-box .comment-text #emoticon {
position: absolute;
bottom: 0;
left: 0;
z-index: 999;
background-color: rgba(255, 255, 255, .8);
margin-left: 4px;
margin-bottom: 42px;
display: none;
}
.qqFace {
margin-top: 4px;
background: #fff;
padding: 2px;
border: 1px #dfe6f6 solid;
}
.qqFace table td {
padding: 0px;
}
.qqFace table td img {
cursor: pointer;
border: 1px #fff solid;
}
.qqFace table td img:hover {
border: 1px #0066cc solid;
}
.comment .comment-box .comment-exhibition {
margin-top: 20px;
width: 100%;
padding: 28px;
text-align: left;
}
.comment .comment-box .comment-exhibition .exhi-list {
width: 100%;
background-color: rgba(255, 255, 255, .9);
border: solid 1px #E7E7E7;
border-radius: 8px;
margin-bottom: 18px;
}
.comment .comment-box .comment-exhibition .exhi-list:last-child {
margin-bottom: 0;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-title {
display: flex;
justify-content: flex-start;
padding: 18px;
position: relative;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-title img {
width: 38px;
height: 38px;
border-radius: 100px;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-title .exhi-text {
padding: 0 10px;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-title .exhi-text h4 {
color: #333;
text-shadow: -1px 1px 8px #fff;
-webkit-text-shadow: -1px 1px 8px #fff;
-moz-text-shadow: -1px 1px 8px #fff;
-ms-text-shadow: -1px 1px 8px #fff;
-o-text-shadow: -1px 1px 8px #fff;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-title .exhi-text p {
color: #888;
text-shadow: -1px 1px 8px #b3b7b9;
-webkit-text-shadow: -1px 1px 8px #b3b7b9;
-moz-text-shadow: -1px 1px 8px #b3b7b9;
-ms-text-shadow: -1px 1px 8px #b3b7b9;
-o-text-shadow: -1px 1px 8px #b3b7b9;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-title .exhi-text h4,
.comment .comment-box .comment-exhibition .exhi-list .exhi-title .exhi-text p {
margin: 0;
letter-spacing: 1px;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-title .exhi-text a {
margin-left: 10px;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-mge {
width: 100%;
padding: 18px 18px 0 18px;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-mge p {
font-size: 1.1em;
color: #555;
margin-bottom: 18px;
}
@media (max-width:768px) {
.alticle .alticle-img {
max-height: 188px;
}
.alticle .alticle-img .alticle-title {
padding: 6px 0;
}
.alticle-label .label-bm {
margin-bottom: 8px;
}
.alticle .alticle-operation .alticle-list li {
margin-bottom: 8px;
}
.comment .comment-box .comment-text #emoticon {
margin-left: 0;
}
.alticle .alticle-img .alticle-title {
background-color: rgba(255, 255, 255, .4);
}
}
@media (max-width:320px) {
.alticle .alticle-img {
min-height: 208px;
}
} | public/static/css/details.css | @media (max-width:768px) {
.details-body {
padding: 14px 14px;
}
}
.alticle {
background-color: #fff;
padding: 0;
}
.alticle .alticle-img {
max-height: 520px;
max-width: 1170px;
position: relative;
overflow: hidden;
}
.alticle .alticle-img img {
width: 100%;
}
.alticle .alticle-img .alticle-title {
background-color: rgba(255, 255, 255, .6);
padding: 20px 260px;
text-align: center;
position: absolute;
z-index: 1000;
width: 100%;
bottom: 0;
left: 0;
}
.alticle .alticle-img .alticle-title h3 {
margin: 0;
color: #3b3b3b;
}
.alticle .alticle-content {
padding: 24px 26px;
text-align: left;
letter-spacing: .6px;
overflow: hidden;
width: 100%;
position: relative;
}
.alticle .alticle-content p {
margin: 0 0 8px 0;
font-size: 1.1em;
}
.alticle .alticle-content img {
max-width: 100%;
margin: 0 0 8px 0;
}
.alticle .alticle-end {
text-align: center;
margin-top: 28px;
}
.alticle .alticle-end h2 {
margin: 0;
color: #565555;
letter-spacing: 4px;
font-weight: 500;
text-align: center;
}
.alticle .alticle-operation {
margin-top: 38px;
text-align: center;
letter-spacing: 1.2px;
position: relative;
}
.alticle .alticle-operation .alticle-list {
list-style: none;
margin: 0;
padding: 0;
font-size: 1.1em;
}
.alticle .alticle-operation .alticle-list:after {
content: '';
width: 70%;
height: 1px;
background-color: #565555;
display: inline-block;
margin: 0 auto;
}
.alticle .alticle-operation .alticle-list li {
display: inline-block;
margin-right: 8px;
margin-bottom: 18px;
}
.alticle .alticle-operation .alticle-list li .aclebox-icon-blue {
margin-right: 6px;
color: #47a7de;
font-size: 1.2em;
}
.alticle .alticle-operation .alticle-list li .aclebox-icon {
margin-right: 6px;
font-size: 1.4em;
}
.alticle .alticle-operation .alticle-list li .aclebox-icon-red {
margin-right: 8px;
color: #f07c84;
font-size: 1.3em;
}
.alticle .alticle-operation .alticle-list li b {
color: #009966;
}
.alticle-label {
padding: 0 18px;
margin-top: 28px;
margin-bottom: 18px;
}
.alticle-label .label-bm {
position: relative;
display: inline-block;
padding: 6px 12px;
background-color: #47a7de;
z-index: 2;
margin-right: 28px;
color: #fff;
}
.alticle-label .label-bm:hover {
background-color: #0378BB;
text-decoration: none;
}
.alticle-label .label-bm:before {
content: '';
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 32%;
transform: skewX(-36deg) !important;
-webkit-transform: skewX(-36deg) !important;
-moz-transform: skewX(-36deg) !important;
-ms-transform: skewX(-36deg) !important;
-o-transform: skewX(-36deg) !important;
background-color: inherit;
z-index: -1;
}
.alticle-label .label-bm:after {
content: '';
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 32%;
transform: skewX(36deg);
-webkit-transform: skewX(36deg);
-moz-transform: skewX(36deg);
-ms-transform: skewX(36deg);
-o-transform: skewX(36deg);
background-color: inherit;
z-index: -1;
}
.comment .comment-box {
padding: 18px 18px;
background-image: url('../images/xq-bcak.jpg');
background-position: inherit;
text-align: center;
}
.comment .comment-box .comment-title {
width: 100%;
padding: 8px 0;
}
.comment .comment-box .comment-title b {
color: #009966;
}
.comment .comment-box .comment-text {
width: 100%;
display: inline-block;
position: relative;
overflow: hidden;
}
.comment .comment-box .comment-text .comment-content {
resize: none;
width: 100%;
height: 28vh;
min-height: 268px;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
display: block;
padding: 6px 12px;
color: #969393;
background-color: rgba(255, 255, 255, .8);
border: solid 1px #47a7de;
border-bottom: none;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.comment .comment-box .comment-text .comment-content:active,
.comment .comment-box .comment-text .comment-content:focus {
border-color: #0378BB;
border-bottom: none;
box-shadow: inset 0 4px 4px rgba(3, 120, 187, .075);
-webkit-box-shadow: inset 0 4px 4px rgba(3, 120, 187, .075);
-moz-box-shadow: inset 0 4px 4px rgba(3, 120, 187, .075);
-ms-box-shadow: inset 0 4px 4px rgba(3, 120, 187, .075);
-o-box-shadow: inset 0 4px 4px rgba(3, 120, 187, .075);
}
.comment .comment-box .comment-text .comment-btn {
width: 100%;
background-color: rgba(224, 228, 230, .8);
display: flex;
justify-content: flex-end;
border-bottom-left-radius: 6px;
}
.comment .comment-box .comment-text .comment-btn .btn-comment {
display: block;
width: 100px;
padding: 8px;
background-color: #47a7de;
color: #fff;
letter-spacing: 2px;
border-bottom-right-radius: 6px;
cursor: pointer;
}
.comment .comment-box .comment-text .comment-btn .btn-comment:hover {
text-decoration: none;
background-color: #0378BB;
}
.comment .comment-box .comment-text .comment-btn .btn-look {
display: block;
width: 100%;
padding: 8px;
color: #fff;
background-color: #e2dfdf;
border-bottom-left-radius: 6px;
text-align: left;
position: relative;
cursor: pointer;
}
.comment .comment-box .comment-text #emoticon {
position: absolute;
bottom: 0;
left: 0;
z-index: 999;
background-color: rgba(255, 255, 255, .8);
margin-left: 4px;
margin-bottom: 42px;
display: none;
}
.qqFace {
margin-top: 4px;
background: #fff;
padding: 2px;
border: 1px #dfe6f6 solid;
}
.qqFace table td {
padding: 0px;
}
.qqFace table td img {
cursor: pointer;
border: 1px #fff solid;
}
.qqFace table td img:hover {
border: 1px #0066cc solid;
}
.comment .comment-box .comment-exhibition {
margin-top: 20px;
width: 100%;
padding: 28px;
text-align: left;
}
.comment .comment-box .comment-exhibition .exhi-list {
width: 100%;
background-color: rgba(255, 255, 255, .9);
border: solid 1px #E7E7E7;
border-radius: 8px;
margin-bottom: 18px;
}
.comment .comment-box .comment-exhibition .exhi-list:last-child {
margin-bottom: 0;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-title {
display: flex;
justify-content: flex-start;
padding: 18px;
position: relative;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-title img {
width: 38px;
height: 38px;
border-radius: 100px;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-title .exhi-text {
padding: 0 10px;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-title .exhi-text h4 {
color: #333;
text-shadow: -1px 1px 8px #fff;
-webkit-text-shadow: -1px 1px 8px #fff;
-moz-text-shadow: -1px 1px 8px #fff;
-ms-text-shadow: -1px 1px 8px #fff;
-o-text-shadow: -1px 1px 8px #fff;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-title .exhi-text p {
color: #888;
text-shadow: -1px 1px 8px #b3b7b9;
-webkit-text-shadow: -1px 1px 8px #b3b7b9;
-moz-text-shadow: -1px 1px 8px #b3b7b9;
-ms-text-shadow: -1px 1px 8px #b3b7b9;
-o-text-shadow: -1px 1px 8px #b3b7b9;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-title .exhi-text h4,
.comment .comment-box .comment-exhibition .exhi-list .exhi-title .exhi-text p {
margin: 0;
letter-spacing: 1px;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-title .exhi-text a {
margin-left: 10px;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-mge {
width: 100%;
padding: 18px 18px 0 18px;
}
.comment .comment-box .comment-exhibition .exhi-list .exhi-mge p {
font-size: 1.1em;
color: #555;
margin-bottom: 18px;
}
@media (max-width:768px) {
.alticle .alticle-img {
max-height: 188px;
}
.alticle .alticle-img .alticle-title {
padding: 6px 0;
}
.alticle-label .label-bm {
margin-bottom: 8px;
}
.alticle .alticle-operation .alticle-list li {
margin-bottom: 8px;
}
.comment .comment-box .comment-text #emoticon {
margin-left: 0;
}
.alticle .alticle-img .alticle-title {
background-color: rgba(255, 255, 255, .4);
}
}
@media (max-width:320px) {
.alticle .alticle-img {
min-height: 208px;
}
} | 0.519278 | 0.129623 |
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 {
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
}
html {
line-height: 1;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th,
td {
font-weight: 400;
text-align: left;
vertical-align: middle;
}
q,
blockquote {
quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: none;
}
a img {
border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
display: block;
}
body {
color: #4e4e4e;
font-family: arial, sans-serif;
font-size: 16px;
font-style: normal;
}
audio {
display: none;
}
::selection {
background-color: #f39c12;
color: #fff;
}
a {
border-bottom: 1px dotted #87858F;
color: #87858F;
text-decoration: none;
}
#users {
background-color: #95a5a6;
bottom: 0;
left: 0;
position: fixed;
top: 0;
width: 65px;
}
#users img {
-moz-animation-duration: 1s;
-moz-animation-name: fadeInUp;
-ms-animation-duration: 1s;
-ms-animation-name: fadeInUp;
-o-animation-duration: 1s;
-o-animation-name: fadeInUp;
-webkit-animation-duration: 1s;
-webkit-animation-name: fadeInUp;
animation-duration: 1s;
animation-name: fadeInUp;
display: block;
margin: 5px;
position: relative;
}
#msgform {
background-color: #bdc3c7;
bottom: 0;
height: 50px;
left: 65px;
position: fixed;
right: 0;
}
#msgform .text {
appearance: none;
border: solid 3px #c9c9c9;
border-radius: none;
bottom: 5px;
box-shadow: none;
font-size: 18px;
height: 40px;
left: 74px;
padding-left: 7px;
position: fixed;
right: 9px;
transition: border .3s;
width: 80%;
}
#msgform .text:focus,
#msgform .text.focus {
border: solid 3px #969696;
outline: none;
}
#msgform i {
bottom: 9px;
color: #fff;
cursor: pointer;
font-size: 30px;
position: fixed;
right: 9px;
}
#messages {
bottom: 30px;
left: 65px;
overflow: scroll;
padding: 10px;
position: fixed;
right: 0;
top: 0;
}
#messages .message {
-webkit-animation-duration: .4s;
-webkit-animation-name: fadeInRight;
animation-duration: .4s;
animation-name: fadeInRight;
background-color: #FFF;
border-style: solid;
border-width: 5px;
display: block;
margin: 5px;
padding: 10px;
position: relative;
}
#messages img {
display: block;
position: absolute;
}
#messages .info {
margin-left: 65px;
}
#messages strong {
color: #4e4e4e;
font-size: 14px;
font-weight: 700;
}
#messages p {
font-size: 14px;
margin-bottom: 10px;
}
#messages .date {
color: #ababab;
font-size: 12px;
position: absolute;
right: 10px;
top: 10px;
}
#msgtpl {
display: none;
}
#message {
outline: none;
}
#login {
background-color: rgba(0, 0, 0, 0.8);
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 2000;
}
#login #loginform {
background-color: #FFF;
left: 50%;
margin-left: -256px;
margin-top: -200px;
padding: 17px;
position: fixed;
text-align: center;
top: 50%;
width: 478px;
}
#login #loginform input[type=text] {
appearance: none;
border: solid 5px #c9c9c9;
border-radius: none;
box-shadow: none;
display: inline-block;
font-size: 18px;
margin-bottom: 10px;
padding: 10px;
transition: border .3s;
}
#login #loginform input[type=text]:focus,
#login #loginform input[type=text].focus {
border: solid 5px #969696;
outline: none;
}
#login #loginform input[type=submit] {
-webkit-transition-duration: .3s;
background-color: rgba(243, 156, 18, 0);
border: 2px solid #f39c12;
cursor: pointer;
display: inline-block;
font-size: 18px;
font-weight: 700;
line-height: 45px;
padding: 0 40px;
text-transform: uppercase;
transition-duration: .3s;
}
#login #loginform input[type=submit]:hover,
#login #loginform input[type=submit]:focus {
background-color: #f39c12;
border-color: #f39c12;
color: #FFF;
}
#login p {
color: #000;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
font-size: 1em;
opacity: 0.7;
padding: 20px;
}
@-moz-keyframes fadeInUp {
0% {
-moz-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
}
100% {
-moz-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-o-keyframes fadeInUp {
0% {
-o-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
}
100% {
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-ms-keyframes fadeInUp {
0% {
-ms-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
}
100% {
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes fadeInUp {
0% {
transform: translateY(20px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
@-moz-keyframes fadeInRight {
0% {
-moz-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
}
100% {
-moz-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@-webkit-keyframes fadeInRight {
0% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
s}
@-o-keyframes fadeInRight {
0% {
-o-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
}
100% {
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@-ms-keyframes fadeInRight {
0% {
-ms-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
}
100% {
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@keyframes fadeInRight {
0% {
transform: translateX(20px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
} | vendor/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 {
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
}
html {
line-height: 1;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th,
td {
font-weight: 400;
text-align: left;
vertical-align: middle;
}
q,
blockquote {
quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: none;
}
a img {
border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
display: block;
}
body {
color: #4e4e4e;
font-family: arial, sans-serif;
font-size: 16px;
font-style: normal;
}
audio {
display: none;
}
::selection {
background-color: #f39c12;
color: #fff;
}
a {
border-bottom: 1px dotted #87858F;
color: #87858F;
text-decoration: none;
}
#users {
background-color: #95a5a6;
bottom: 0;
left: 0;
position: fixed;
top: 0;
width: 65px;
}
#users img {
-moz-animation-duration: 1s;
-moz-animation-name: fadeInUp;
-ms-animation-duration: 1s;
-ms-animation-name: fadeInUp;
-o-animation-duration: 1s;
-o-animation-name: fadeInUp;
-webkit-animation-duration: 1s;
-webkit-animation-name: fadeInUp;
animation-duration: 1s;
animation-name: fadeInUp;
display: block;
margin: 5px;
position: relative;
}
#msgform {
background-color: #bdc3c7;
bottom: 0;
height: 50px;
left: 65px;
position: fixed;
right: 0;
}
#msgform .text {
appearance: none;
border: solid 3px #c9c9c9;
border-radius: none;
bottom: 5px;
box-shadow: none;
font-size: 18px;
height: 40px;
left: 74px;
padding-left: 7px;
position: fixed;
right: 9px;
transition: border .3s;
width: 80%;
}
#msgform .text:focus,
#msgform .text.focus {
border: solid 3px #969696;
outline: none;
}
#msgform i {
bottom: 9px;
color: #fff;
cursor: pointer;
font-size: 30px;
position: fixed;
right: 9px;
}
#messages {
bottom: 30px;
left: 65px;
overflow: scroll;
padding: 10px;
position: fixed;
right: 0;
top: 0;
}
#messages .message {
-webkit-animation-duration: .4s;
-webkit-animation-name: fadeInRight;
animation-duration: .4s;
animation-name: fadeInRight;
background-color: #FFF;
border-style: solid;
border-width: 5px;
display: block;
margin: 5px;
padding: 10px;
position: relative;
}
#messages img {
display: block;
position: absolute;
}
#messages .info {
margin-left: 65px;
}
#messages strong {
color: #4e4e4e;
font-size: 14px;
font-weight: 700;
}
#messages p {
font-size: 14px;
margin-bottom: 10px;
}
#messages .date {
color: #ababab;
font-size: 12px;
position: absolute;
right: 10px;
top: 10px;
}
#msgtpl {
display: none;
}
#message {
outline: none;
}
#login {
background-color: rgba(0, 0, 0, 0.8);
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 2000;
}
#login #loginform {
background-color: #FFF;
left: 50%;
margin-left: -256px;
margin-top: -200px;
padding: 17px;
position: fixed;
text-align: center;
top: 50%;
width: 478px;
}
#login #loginform input[type=text] {
appearance: none;
border: solid 5px #c9c9c9;
border-radius: none;
box-shadow: none;
display: inline-block;
font-size: 18px;
margin-bottom: 10px;
padding: 10px;
transition: border .3s;
}
#login #loginform input[type=text]:focus,
#login #loginform input[type=text].focus {
border: solid 5px #969696;
outline: none;
}
#login #loginform input[type=submit] {
-webkit-transition-duration: .3s;
background-color: rgba(243, 156, 18, 0);
border: 2px solid #f39c12;
cursor: pointer;
display: inline-block;
font-size: 18px;
font-weight: 700;
line-height: 45px;
padding: 0 40px;
text-transform: uppercase;
transition-duration: .3s;
}
#login #loginform input[type=submit]:hover,
#login #loginform input[type=submit]:focus {
background-color: #f39c12;
border-color: #f39c12;
color: #FFF;
}
#login p {
color: #000;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
font-size: 1em;
opacity: 0.7;
padding: 20px;
}
@-moz-keyframes fadeInUp {
0% {
-moz-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
}
100% {
-moz-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-o-keyframes fadeInUp {
0% {
-o-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
}
100% {
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-ms-keyframes fadeInUp {
0% {
-ms-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
}
100% {
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes fadeInUp {
0% {
transform: translateY(20px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
@-moz-keyframes fadeInRight {
0% {
-moz-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
}
100% {
-moz-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@-webkit-keyframes fadeInRight {
0% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
s}
@-o-keyframes fadeInRight {
0% {
-o-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
}
100% {
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@-ms-keyframes fadeInRight {
0% {
-ms-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
}
100% {
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@keyframes fadeInRight {
0% {
transform: translateX(20px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
} | 0.373762 | 0.093802 |
body {
padding-top: 60px;
}
.anchor {
/* Offset the anchors for the title to be visible when navigating. */
display: block;
position: relative;
top: -60px;
visibility: hidden;
}
.anchor-link, .anchor-link > span {
text-decoration: none !important;
}
.route-index .route {
-webkit-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.route-index .route .h2 {
margin-top: 3px;
margin-bottom: 10px;
}
.route-index .route:hover {
background-color: #EEE;
-webkit-box-shadow: 1px 1px 10px #CCC;
box-shadow: 1px 1px 10px #CCC;
}
.route-index .full-width-label {
display: inline-block;
width: 100%;
}
.route-details .parameters dd {
margin-left: 10px;
}
.route-details .panel-body {
padding-top: 0;
padding-bottom: 15px;
}
.route-details .panel-heading {
padding-top: 5px;
background-size: 50px 50px;
background-color: #DDD;
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: -webkit-linear-gradient(315deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(315deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}
.route-details .panel-heading.GET {
background-color: #D9E8F4;
}
.route-details .panel-heading.PUT {
background-color: #FCEFDC;
}
.route-details .panel-heading.POST {
background-color: #DEF1DE;
}
.route-details .panel-heading.DELETE {
background-color: #F7DDDC;
}
.route-details .panel-heading.OPTIONS {
background-color: #DEF2F8;
}
.auth::after {
content: '';
display: block;
clear: both;
}
.auth-header,
.auth-value,
.cors-header,
.cors-single-value {
float: left;
margin: 0;
padding: 0;
font-size: inherit;
line-height: inherit;
}
.auth-header,
.cors-header {
clear: left;
font-size: inherit;
font-weight: bold;
padding-right: 0.5em;
}
.auth-access {
clear: left;
float: left;
list-style-type: none;
width: 100%;
}
.auth-access > li:not(:last-child) {
margin-bottom: 5px;
width: 100%;
display: inline-block;
}
.cors-multi-value {
clear: left;
}
.cors-multi-value > ul {
margin-bottom: 0;
}
.conditional {
margin-bottom: 15px;
}
.conditional .consequence-text {
font-weight: bold;
}
.conditional .condition-key {
font-style: italic;
font-weight: bold;
}
.assertion .assertion-key {
font-style: italic;
font-weight: bold;
}
.reference {
font-style: italic;
}
.route-details .type {
padding: 0;
margin: 0;
}
.type-header {
display: inline;
font-size: 14px;
}
.type-header > h5 {
display: inline;
font-size: inherit;
}
.type-header > h5 > a {
color: inherit;
text-decoration: none;
}
.type-header > h5 > a:hover,
.type-header > h5 > a:hover {
text-decoration: none;
}
.more-info {
padding-right: 5em;
}
.type-header:hover .more-info {
text-decoration: underline;
}
.type-header:hover ~ .token-open,
.type-header:hover ~ .token-close,
.token-before-open:hover ~ .token-open,
.token-before-open:hover ~ .token-close,
.token-open:hover,
.token-open:hover ~ .token-close {
font-weight: bold;
}
.list-children,
.list-items {
padding-left: 1em;
}
.list-children:empty,
.list-items:empty {
display: none;
}
.well {
overflow: auto;
clear: both;
}
.well dt {
clear: both;
float: left;
}
.well dd {
float: left;
}
.well pre {
background-color: #fff;
}
.field-alternatives > .type-alternatives,
.field-alternatives > .type-array,
.field-alternatives > .type-object {
padding-bottom: 1em;
}
.field-alternatives > .type:last-of-type {
padding-bottom: 0;
}
.field-type {
padding-right: 0.5em;
}
.field-type:before {
content: ":";
padding-right: 0.5em;
}
.field-type:first-child:before {
content: "";
padding-right: 0;
}
.field-type:empty {
padding-right: 0;
}
.field-type-rule {
font-weight: bold;
}
dt.field-example,
dt.field-meta {
float: none;
} | public/css/style.css | body {
padding-top: 60px;
}
.anchor {
/* Offset the anchors for the title to be visible when navigating. */
display: block;
position: relative;
top: -60px;
visibility: hidden;
}
.anchor-link, .anchor-link > span {
text-decoration: none !important;
}
.route-index .route {
-webkit-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.route-index .route .h2 {
margin-top: 3px;
margin-bottom: 10px;
}
.route-index .route:hover {
background-color: #EEE;
-webkit-box-shadow: 1px 1px 10px #CCC;
box-shadow: 1px 1px 10px #CCC;
}
.route-index .full-width-label {
display: inline-block;
width: 100%;
}
.route-details .parameters dd {
margin-left: 10px;
}
.route-details .panel-body {
padding-top: 0;
padding-bottom: 15px;
}
.route-details .panel-heading {
padding-top: 5px;
background-size: 50px 50px;
background-color: #DDD;
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: -webkit-linear-gradient(315deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(315deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}
.route-details .panel-heading.GET {
background-color: #D9E8F4;
}
.route-details .panel-heading.PUT {
background-color: #FCEFDC;
}
.route-details .panel-heading.POST {
background-color: #DEF1DE;
}
.route-details .panel-heading.DELETE {
background-color: #F7DDDC;
}
.route-details .panel-heading.OPTIONS {
background-color: #DEF2F8;
}
.auth::after {
content: '';
display: block;
clear: both;
}
.auth-header,
.auth-value,
.cors-header,
.cors-single-value {
float: left;
margin: 0;
padding: 0;
font-size: inherit;
line-height: inherit;
}
.auth-header,
.cors-header {
clear: left;
font-size: inherit;
font-weight: bold;
padding-right: 0.5em;
}
.auth-access {
clear: left;
float: left;
list-style-type: none;
width: 100%;
}
.auth-access > li:not(:last-child) {
margin-bottom: 5px;
width: 100%;
display: inline-block;
}
.cors-multi-value {
clear: left;
}
.cors-multi-value > ul {
margin-bottom: 0;
}
.conditional {
margin-bottom: 15px;
}
.conditional .consequence-text {
font-weight: bold;
}
.conditional .condition-key {
font-style: italic;
font-weight: bold;
}
.assertion .assertion-key {
font-style: italic;
font-weight: bold;
}
.reference {
font-style: italic;
}
.route-details .type {
padding: 0;
margin: 0;
}
.type-header {
display: inline;
font-size: 14px;
}
.type-header > h5 {
display: inline;
font-size: inherit;
}
.type-header > h5 > a {
color: inherit;
text-decoration: none;
}
.type-header > h5 > a:hover,
.type-header > h5 > a:hover {
text-decoration: none;
}
.more-info {
padding-right: 5em;
}
.type-header:hover .more-info {
text-decoration: underline;
}
.type-header:hover ~ .token-open,
.type-header:hover ~ .token-close,
.token-before-open:hover ~ .token-open,
.token-before-open:hover ~ .token-close,
.token-open:hover,
.token-open:hover ~ .token-close {
font-weight: bold;
}
.list-children,
.list-items {
padding-left: 1em;
}
.list-children:empty,
.list-items:empty {
display: none;
}
.well {
overflow: auto;
clear: both;
}
.well dt {
clear: both;
float: left;
}
.well dd {
float: left;
}
.well pre {
background-color: #fff;
}
.field-alternatives > .type-alternatives,
.field-alternatives > .type-array,
.field-alternatives > .type-object {
padding-bottom: 1em;
}
.field-alternatives > .type:last-of-type {
padding-bottom: 0;
}
.field-type {
padding-right: 0.5em;
}
.field-type:before {
content: ":";
padding-right: 0.5em;
}
.field-type:first-child:before {
content: "";
padding-right: 0;
}
.field-type:empty {
padding-right: 0;
}
.field-type-rule {
font-weight: bold;
}
dt.field-example,
dt.field-meta {
float: none;
} | 0.568895 | 0.091261 |
@charset "utf-8";
html
{
}
body
{
font-family: sans-serif;
width: 100%;
max-width: 860px;
margin: auto;
position: relative;
}
body *
{
box-sizing: border-box;
word-break: break-all;
}
body > *
{
max-width: 100%;
}
ul
{
padding-left: 22px;
}
img
{
max-width: 100%;
width: auto;
height: auto;
border: none;
}
.a11yc_table
{
border: 1px #aaa solid;
}
pre
{
margin: 0;
padding: 2mm;
white-space: pre-wrap;
border: 2px solid #ccc;
font-size: 1rem;
}
.issue_header
{
position: absolute;
top: 10px;
right: 20px;
text-align: right;
font-size: .7rem;
line-height: 1.5;
}
.cover_page,
.each_issue
{
/* page-break-after: always;*/
page-break-inside: avoid;
}
.cover_page,
.each_issue
{
padding: 10mm 0;
position: relative;
}
body > :last-child
{
page-break-after: auto;
}
.cover_page
{
min-height: 20em;
}
.cover_page:not(.common):before
{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
display: block;
height: 4px;
background-color: #eee;
}
.cover_page > .heading
{
font-size: 1.5rem;
line-height: 1.5;
display: block;
padding: 1em 0;
}
.cover_page.has_image .heading
{
font-size: 2rem;
position: static;
height: auto;
}
.cover_page.has_image img
{
max-height: 480px;
margin: auto;
}
.cover_page .issue_title
{
}
.cover_page .issue_url
{
font-size: 1.25rem;
}
.screenshot img
{
display: block;
margin: 1em 0;
max-height: 70vh;
}
.each_issue h2.heading
{
margin-top: 0;
font-size: 1.2rem;
line-height: 1;
}
.issue
{
font-size: .87rem;
}
.each_issue section .heading
{
font-size: 1rem;
margin-bottom: 0;
}
.issue h3.heading + p
{
margin-top: 0;
}
/*
@media print {
*/
@media print {
.noprint
{
display: none !important;
}
}
html
{
font-size: .9em;
}
body
{
max-width: 190mm;
}
.cover_page
{
page-break-before: always;
display: table;
width: 100%;
height: 275mm;
margin: 0;
text-align: center;
}
.cover_page > .heading
{
height: auto;
position: relative;
top: -5vh;
display: table-cell;
margin: auto;
padding: 1em;
font-size: 2rem;
vertical-align: middle;
}
.cover_page:not(.common):before
{
content: '';
display: block;
page-break-before: always;
display: table;
width: 100%;
height: 245mm;
margin: 0;
text-align: center;
position: static;
background-color: transparent;
}
.cover_page,
.each_issue
{
min-height: auto;
/* min-height: calc( 50vh - 35mm );*/
padding: 0 0 15mm;
}
.issue_header
{
display: none;
position: fixed;
top: 7mm;
right: 10mm;
}
.issue_header
{
display: none !important;
}
.screenshot img
{
max-height: 33vh;
}
.each_issue > .heading:first-child
{
margin-top: 0;
}
a:link,
a:visited
{
color: #134A9C !important;
text-decoration: none;
}
/*
}
*/
/*
@page {
size: A4;
margin: 0;
}
*/ | public/assets/css/a11yc_issue.css | @charset "utf-8";
html
{
}
body
{
font-family: sans-serif;
width: 100%;
max-width: 860px;
margin: auto;
position: relative;
}
body *
{
box-sizing: border-box;
word-break: break-all;
}
body > *
{
max-width: 100%;
}
ul
{
padding-left: 22px;
}
img
{
max-width: 100%;
width: auto;
height: auto;
border: none;
}
.a11yc_table
{
border: 1px #aaa solid;
}
pre
{
margin: 0;
padding: 2mm;
white-space: pre-wrap;
border: 2px solid #ccc;
font-size: 1rem;
}
.issue_header
{
position: absolute;
top: 10px;
right: 20px;
text-align: right;
font-size: .7rem;
line-height: 1.5;
}
.cover_page,
.each_issue
{
/* page-break-after: always;*/
page-break-inside: avoid;
}
.cover_page,
.each_issue
{
padding: 10mm 0;
position: relative;
}
body > :last-child
{
page-break-after: auto;
}
.cover_page
{
min-height: 20em;
}
.cover_page:not(.common):before
{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
display: block;
height: 4px;
background-color: #eee;
}
.cover_page > .heading
{
font-size: 1.5rem;
line-height: 1.5;
display: block;
padding: 1em 0;
}
.cover_page.has_image .heading
{
font-size: 2rem;
position: static;
height: auto;
}
.cover_page.has_image img
{
max-height: 480px;
margin: auto;
}
.cover_page .issue_title
{
}
.cover_page .issue_url
{
font-size: 1.25rem;
}
.screenshot img
{
display: block;
margin: 1em 0;
max-height: 70vh;
}
.each_issue h2.heading
{
margin-top: 0;
font-size: 1.2rem;
line-height: 1;
}
.issue
{
font-size: .87rem;
}
.each_issue section .heading
{
font-size: 1rem;
margin-bottom: 0;
}
.issue h3.heading + p
{
margin-top: 0;
}
/*
@media print {
*/
@media print {
.noprint
{
display: none !important;
}
}
html
{
font-size: .9em;
}
body
{
max-width: 190mm;
}
.cover_page
{
page-break-before: always;
display: table;
width: 100%;
height: 275mm;
margin: 0;
text-align: center;
}
.cover_page > .heading
{
height: auto;
position: relative;
top: -5vh;
display: table-cell;
margin: auto;
padding: 1em;
font-size: 2rem;
vertical-align: middle;
}
.cover_page:not(.common):before
{
content: '';
display: block;
page-break-before: always;
display: table;
width: 100%;
height: 245mm;
margin: 0;
text-align: center;
position: static;
background-color: transparent;
}
.cover_page,
.each_issue
{
min-height: auto;
/* min-height: calc( 50vh - 35mm );*/
padding: 0 0 15mm;
}
.issue_header
{
display: none;
position: fixed;
top: 7mm;
right: 10mm;
}
.issue_header
{
display: none !important;
}
.screenshot img
{
max-height: 33vh;
}
.each_issue > .heading:first-child
{
margin-top: 0;
}
a:link,
a:visited
{
color: #134A9C !important;
text-decoration: none;
}
/*
}
*/
/*
@page {
size: A4;
margin: 0;
}
*/ | 0.217005 | 0.045374 |
:root {
--primary-green: #5cd9c3;
--secondary-green: #ddf7f3;
--search-bar-green: #d7f1ed;
--primary-black: #3d3d3d;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5;
color: var(--primary-black);
}
section {
padding-top: 5em;
padding-bottom: 5em;
}
h1,
h2,
h3,
p {
margin: 0;
margin-bottom: 1em;
}
h1 {
font-size: clamp(2.027rem, 1.695rem + 1.4754vw, 2.986rem);
}
h2 {
font-size: clamp(1.602rem, 1.4386rem + 0.7262vw, 2.074rem);
}
.intro__description,
.property__description,
.partner__description,
.house__description,
.agents__description,
.clients__description {
margin-bottom: 4em;
line-height: 2em;
}
img {
max-width: 100%;
display: block;
}
/* Helpers */
.hide {
display: none !important;
}
.flex {
display: flex;
}
.container {
width: 85%;
max-width: 82em;
margin: 0 auto;
}
.btn {
display: inline-block;
text-decoration: none;
background: var(--primary-green);
border: 3px solid var(--primary-green);
padding: 0.85em 2em;
color: #ffffff;
font-weight: bold;
transition: border 300ms ease-in-out, background-color 300ms ease-in-out;
filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.12));
}
.btn:hover {
background: #ffffff !important;
border: 3px solid var(--primary-green);
color: var(--primary-green) !important;
}
.border--rounded {
border-radius: 0 12px 12px 12px;
}
.img--rounded {
border-radius: 0 4em 4em 4em;
}
.text-green {
color: var(--primary-green);
}
/* Navbar */
.logo-icon {
width: 50px;
height: 50px;
background: url(./img/icons/home.png) no-repeat;
background-size: 100%;
align-items: center;
}
.logo-text {
color: var(--primary-green);
font-weight: bold;
padding-left: 4em;
margin: 1em 0;
}
.nav {
justify-content: space-between;
padding-top: 2em;
align-items: center;
}
.nav__menu {
list-style: none;
text-decoration: none;
}
nav ul li a {
padding: 0.7em 2em;
border: 3px solid #ffffff;
border-radius: 0 12px 12px 12px;
transition: border 300ms ease-in-out, background-color 300ms ease-in-out;
color: var(--primary-black);
font-weight: bold;
}
.nav__login,
.nav__talk {
padding: 0.7em 2em;
margin: 0 0.5em;
}
.nav__active,
.nav__highlight {
background: var(--primary-green);
}
.nav__active,
.nav__highlight {
color: #ffffff;
}
.nav__active:hover,
.nav__active:focus,
.nav__highlight:hover,
.nav__highlight:focus {
background: #ffffff !important;
border: 3px solid var(--primary-green);
color: var(--primary-green) !important;
}
.nav__menu li a:hover {
background: var(--primary-green);
border-radius: 0 12px 12px 12px;
color: #ffffff;
}
a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
}
.hamburger,
.hamburger-exit {
display: none;
}
.hamburger-exit {
position: fixed;
top: 2.7em;
right: 7.9%;
}
.fa-bars {
color: var(--primary-black);
font-size: 1.5rem;
}
.fa-times {
color: var(--primary-black);
font-size: 1.5rem;
}
/* Section Intro */
.intro__text {
width: 50%;
align-self: center;
margin-right: 2em;
}
.intro__h3 {
text-transform: uppercase;
margin-bottom: 0.5em;
letter-spacing: 0.2em;
-webkit-line-clamp: 2;
}
.intro__cover {
width: 50%;
position: relative;
align-self: center;
}
.logo--large {
position: absolute;
width: 12em;
height: 12em;
background: url(./img/icons/home.png) no-repeat;
background-size: 100%;
z-index: -1;
opacity: 20%;
}
.logo--bottomleft {
transform: rotate(-90deg);
margin-top: -14em;
margin-left: -7em;
}
.logo--topright {
transform: rotate(-90deg);
right: 0;
top: 2em;
margin-right: -6em;
}
.fa-search {
background-color: var(--secondary-green);
font-size: 1.5em;
padding: 0.5em;
border-radius: 0.4em 0 0 0.4em;
color: grey;
}
.intro__input {
font-size: 1em;
background-color: var(--secondary-green);
border: none;
}
.intro__input:focus {
outline: none;
}
.intro__btn {
padding: 0 2.4em;
border: 3px solid var(--primary-green);
border-radius: 0.4em;
background: var(--primary-green);
transition: border 300ms ease-in-out, background-color 300ms ease-in-out;
color: #ffffff;
font-weight: bold;
}
.intro__btn:hover {
background: #ffffff !important;
border: 3px solid var(--primary-green);
color: var(--primary-green) !important;
}
/* Section Properties */
.property-showcase {
width: 55%;
}
.grid-container {
display: grid;
grid-row-gap: 2em;
/* grid-column-gap: 1em; */
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
/* grid-template-columns: repeat(auto-fill, minmax(23em, 1fr)); */
}
.grid-item {
height: 100%;
filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.12));
padding: 2em;
}
.property--img--round--right {
border-radius: 0 6em 6em 6em;
}
.property--img--round--left {
border-radius: 6em 0 6em 6em;
}
.property-content {
width: 45%;
padding-left: 8em;
align-self: center;
}
.property-container {
position: relative;
}
.img-icon-container {
background: var(--primary-green);
width: 4em;
height: 4em;
position: absolute;
filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.12));
}
.icon-topleft {
top: 0em;
left: 3em;
}
.icon-topright {
top: 0em;
right: 3em;
}
.ok-hand {
width: 60%;
margin-top: 0.7em;
margin-left: 0.7em;
}
.property__title {
margin-top: 1em;
}
/* Section Partners */
.section__partners {
background: var(--secondary-green);
text-align: center;
}
.partner__description {
margin-left: 14em;
margin-right: 14em;
}
.partner__logos {
justify-content: space-around;
align-items: center;
width: 100%;
flex-wrap: wrap;
}
.partner__logos img {
height: 100%;
width: 200px;
margin: 1.6em;
}
/* Section House Sale */
.section__house {
text-align: center;
overflow: hidden !important;
}
.house__description {
margin-left: 14em;
margin-right: 14em;
}
.house__showcase {
justify-content: space-around;
flex-wrap: wrap;
align-items: flex-start;
}
.house__card {
width: 22em;
margin-bottom: 3em;
flex-direction: column;
justify-content: center;
filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.12));
}
.house__card img {
border-radius: 0.5em;
width: 22em;
height: 501px;
}
.house__infocard {
height: 158px;
margin: 0 1.2em;
margin-top: -9.8em;
background: #ffffff;
border-radius: 0.5em;
text-align: left;
flex-direction: column;
filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.12));
}
.house__location {
position: absolute;
top: -3.6em;
background: var(--primary-green);
border: 3px solid var(--primary-green);
padding: 0.85em 2em;
color: #ffffff;
font-size: 13px;
font-weight: bold;
}
.fa-map-marker-alt {
color: #ffffff;
font-size: 1.3em;
margin-right: 0.5em;
}
.house__card__title {
margin: 1em;
}
.house__card__content {
margin: 2em 1.5em;
justify-content: space-between;
align-items: center;
}
.fa-star {
color: #d5c178;
}
.star-grey {
color: #f3efd8;
}
/* Carousel */
.carousel {
margin: 0 auto;
padding-bottom: 2em !important;
}
.flickity-viewport {
overflow: visible !important;
}
.carousel-cell {
margin: 0 1em;
transition: transform 300ms ease-in-out;
}
.carousel-cell.is-selected {
transform: scale(1.08);
/* margin-bottom: -6em; */
}
.carousel-cell.is-selected .house__infocard {
transition: 300ms ease-in-out;
margin-top: -6em;
}
.flickity-page-dots {
bottom: 1em !important;
}
/* Section Agents */
.section__agents {
background: var(--secondary-green);
text-align: center;
}
.agents__description {
margin-left: 14em;
margin-right: 14em;
}
.agents__showcase {
justify-content: space-around;
flex-wrap: wrap;
}
.agent__card {
background: #ffffff;
width: 22em;
margin-bottom: 3em;
filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.12));
}
.agent__card__active {
transform: scale(1.08);
}
.agent__card--rounded {
border-radius: 0 3em 3em 3em;
overflow: hidden;
}
.agent__img__wrapper {
border-radius: 0 3em 3em 3em;
overflow: hidden;
height: 18em;
}
.agent__img__wrapper img {
margin-top: -1.6em;
}
.agent__content {
flex-direction: column;
justify-content: space-between;
padding: 2em 1.5em;
}
.agent__title {
text-align: center;
margin-bottom: 1.5em;
}
.agent__description {
text-align: center;
margin-bottom: 1.5em;
}
.agent__socials {
justify-content: center;
}
.fa-facebook-f,
.fa-twitter,
.fa-instagram,
.fa-whatsapp {
font-size: 1.8em;
}
.social__link {
margin: 0 1em;
transition: transform 200ms ease-in-out;
}
.social__link:hover {
transform: scale(1.2);
}
.fa-facebook-f {
color: #4267b2;
}
.fa-twitter {
color: #1da1f2;
}
.fa-instagram {
background: linear-gradient(
to top right,
#ffdc80,
#fcaf45,
#f77737,
#f56040,
#fd1d1d,
#e1306c,
#c13584,
#833ab4,
#5b51d8
);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* Section Client Reviews */
.section__clients {
text-align: center;
}
.clients__description {
margin-left: 14em;
margin-right: 14em;
}
.clients__showcase {
justify-content: space-around;
flex-wrap: wrap;
}
.client__card {
filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.12));
background: #ffffff;
width: 22em;
margin-bottom: 3em;
border-radius: 1em;
}
.client__card--middle {
background: var(--primary-green);
transform: scale(1.05);
color: #ffffff;
}
.client__img {
border-radius: 0 1.8em 1.8em 1.8em;
margin: auto;
margin-top: 3em;
margin-bottom: 1.5em;
width: 30%;
filter: drop-shadow(0.8rem 0.8rem 1rem rgba(0, 0, 0, 0.12));
}
.fa-quote-left {
font-size: 2em;
color: var(--primary-green);
margin: 1em 0;
}
.quote--middle {
color: #ffffff;
}
.client__description {
margin: 0 2.5em;
margin-bottom: 4em;
}
/* Footer */
.footer__container {
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 3em;
}
.footer-col {
flex-direction: column;
margin: 0 1.4em;
margin-bottom: 2em;
flex: 1;
}
.footer__edge__col {
flex: 2;
}
.footer__col__title {
margin-bottom: 1em;
}
.footer__col1__description {
margin: 2em 0;
}
.footer-col a {
color: var(--primary-black);
margin: 0.3em 0;
}
.footer-col a:hover {
color: var(--primary-green);
}
.footer__socials {
justify-content: flex-start;
}
.footer__socials .social__link {
margin-right: 2em;
}
.fa-whatsapp {
color: #25d366;
}
.footer__search {
margin-top: 3em;
}
.footer__input {
font-size: 1em;
border-radius: 0 0.4em 0.4em 0.4em;
border: 3px solid var(--primary-green);
padding: 0.5em;
max-width: 60%;
}
.footer__search__btn {
background: var(--primary-green);
}
.fa-paper-plane {
font-size: 1em;
padding: 0.5em 1em;
border-radius: 0.4em 0 0 0.4em;
}
.fa-paper-plane:hover {
color: var(--primary-green);
}
.footer__input:focus {
outline: none;
}
.footer__search__btn {
border: 3px solid var(--primary-green);
border-radius: 0 0.6em 0.6em 0.6em;
background: var(--primary-green);
transition: border 300ms ease-in-out, background-color 300ms ease-in-out;
color: #ffffff;
font-weight: bold;
margin-left: -0.8em;
}
.footer__search__btn:hover {
background: #ffffff !important;
border: 3px solid var(--primary-green);
color: var(--primary-green);
}
/* Large Breakpoint */
@media only screen and (max-width: 1440px) {
.nav__menu__container {
position: fixed;
left: 0;
top: -100%;
opacity: 0;
z-index: 1;
width: 100%;
transition: all 300ms ease-in-out;
}
.nav__menu {
height: 100vh;
width: 100;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
background: #ffffff;
}
.active {
opacity: 1;
top: 0;
transition: all 300ms ease-in-out;
}
.hamburger,
.hamburger-exit {
display: block;
}
.agent__card__active {
transform: scale(1);
}
.client__card--middle {
transform: scale(1);
}
}
@media only screen and (min-width: 1440px) {
.nav__menu__container {
position: unset;
width: unset;
opacity: 1;
}
.hamburger,
.hamburger-exit {
display: none;
}
}
/* Tablet Breakpoint */
@media only screen and (max-width: 1200px) {
.section__intro {
flex-direction: column-reverse;
}
.intro__text {
width: 100%;
margin-right: 0em;
}
.intro__cover {
width: 100%;
margin-bottom: 2em;
}
.intro__search {
justify-content: center;
}
.section__properties {
flex-direction: column;
}
.property-showcase {
width: 100% !important;
}
.property-content {
padding: 0 !important;
width: 100% !important;
}
.grid-item {
padding: 1em !important;
}
.icon-topleft,
.icon-topright {
top: -1em !important;
}
.partner__description,
.house__description,
.agents__description,
.clients__description {
margin-left: 4.75em;
margin-right: 4.75em;
}
}
/* Mobile Breakpoint */
@media only screen and (max-width: 599px) {
.intro__text {
margin-right: 0em;
}
.intro__input {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.grid-item {
padding: 0.5em !important;
}
.property--img--round--right {
border-radius: 0 4em 4em 4em;
}
.property--img--round--left {
border-radius: 4em 0 4em 4em;
}
.img-icon-container {
width: 3.5em;
height: 3.5em;
}
.icon-topleft {
left: 2em;
}
.icon-topright {
right: 2em;
}
.carousel-cell.is-selected {
transform: scale(1);
}
.flickity-page-dots {
bottom: -1em !important;
}
.partner__description,
.house__description,
.agents__description,
.clients__description {
margin-left: 0;
margin-right: 0;
}
.footer__search {
text-align: center;
}
.footer-col {
margin-left: 0;
margin-right: 0;
}
.footer__edge__col {
flex: 1;
}
} | src/main.css | :root {
--primary-green: #5cd9c3;
--secondary-green: #ddf7f3;
--search-bar-green: #d7f1ed;
--primary-black: #3d3d3d;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5;
color: var(--primary-black);
}
section {
padding-top: 5em;
padding-bottom: 5em;
}
h1,
h2,
h3,
p {
margin: 0;
margin-bottom: 1em;
}
h1 {
font-size: clamp(2.027rem, 1.695rem + 1.4754vw, 2.986rem);
}
h2 {
font-size: clamp(1.602rem, 1.4386rem + 0.7262vw, 2.074rem);
}
.intro__description,
.property__description,
.partner__description,
.house__description,
.agents__description,
.clients__description {
margin-bottom: 4em;
line-height: 2em;
}
img {
max-width: 100%;
display: block;
}
/* Helpers */
.hide {
display: none !important;
}
.flex {
display: flex;
}
.container {
width: 85%;
max-width: 82em;
margin: 0 auto;
}
.btn {
display: inline-block;
text-decoration: none;
background: var(--primary-green);
border: 3px solid var(--primary-green);
padding: 0.85em 2em;
color: #ffffff;
font-weight: bold;
transition: border 300ms ease-in-out, background-color 300ms ease-in-out;
filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.12));
}
.btn:hover {
background: #ffffff !important;
border: 3px solid var(--primary-green);
color: var(--primary-green) !important;
}
.border--rounded {
border-radius: 0 12px 12px 12px;
}
.img--rounded {
border-radius: 0 4em 4em 4em;
}
.text-green {
color: var(--primary-green);
}
/* Navbar */
.logo-icon {
width: 50px;
height: 50px;
background: url(./img/icons/home.png) no-repeat;
background-size: 100%;
align-items: center;
}
.logo-text {
color: var(--primary-green);
font-weight: bold;
padding-left: 4em;
margin: 1em 0;
}
.nav {
justify-content: space-between;
padding-top: 2em;
align-items: center;
}
.nav__menu {
list-style: none;
text-decoration: none;
}
nav ul li a {
padding: 0.7em 2em;
border: 3px solid #ffffff;
border-radius: 0 12px 12px 12px;
transition: border 300ms ease-in-out, background-color 300ms ease-in-out;
color: var(--primary-black);
font-weight: bold;
}
.nav__login,
.nav__talk {
padding: 0.7em 2em;
margin: 0 0.5em;
}
.nav__active,
.nav__highlight {
background: var(--primary-green);
}
.nav__active,
.nav__highlight {
color: #ffffff;
}
.nav__active:hover,
.nav__active:focus,
.nav__highlight:hover,
.nav__highlight:focus {
background: #ffffff !important;
border: 3px solid var(--primary-green);
color: var(--primary-green) !important;
}
.nav__menu li a:hover {
background: var(--primary-green);
border-radius: 0 12px 12px 12px;
color: #ffffff;
}
a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
}
.hamburger,
.hamburger-exit {
display: none;
}
.hamburger-exit {
position: fixed;
top: 2.7em;
right: 7.9%;
}
.fa-bars {
color: var(--primary-black);
font-size: 1.5rem;
}
.fa-times {
color: var(--primary-black);
font-size: 1.5rem;
}
/* Section Intro */
.intro__text {
width: 50%;
align-self: center;
margin-right: 2em;
}
.intro__h3 {
text-transform: uppercase;
margin-bottom: 0.5em;
letter-spacing: 0.2em;
-webkit-line-clamp: 2;
}
.intro__cover {
width: 50%;
position: relative;
align-self: center;
}
.logo--large {
position: absolute;
width: 12em;
height: 12em;
background: url(./img/icons/home.png) no-repeat;
background-size: 100%;
z-index: -1;
opacity: 20%;
}
.logo--bottomleft {
transform: rotate(-90deg);
margin-top: -14em;
margin-left: -7em;
}
.logo--topright {
transform: rotate(-90deg);
right: 0;
top: 2em;
margin-right: -6em;
}
.fa-search {
background-color: var(--secondary-green);
font-size: 1.5em;
padding: 0.5em;
border-radius: 0.4em 0 0 0.4em;
color: grey;
}
.intro__input {
font-size: 1em;
background-color: var(--secondary-green);
border: none;
}
.intro__input:focus {
outline: none;
}
.intro__btn {
padding: 0 2.4em;
border: 3px solid var(--primary-green);
border-radius: 0.4em;
background: var(--primary-green);
transition: border 300ms ease-in-out, background-color 300ms ease-in-out;
color: #ffffff;
font-weight: bold;
}
.intro__btn:hover {
background: #ffffff !important;
border: 3px solid var(--primary-green);
color: var(--primary-green) !important;
}
/* Section Properties */
.property-showcase {
width: 55%;
}
.grid-container {
display: grid;
grid-row-gap: 2em;
/* grid-column-gap: 1em; */
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
/* grid-template-columns: repeat(auto-fill, minmax(23em, 1fr)); */
}
.grid-item {
height: 100%;
filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.12));
padding: 2em;
}
.property--img--round--right {
border-radius: 0 6em 6em 6em;
}
.property--img--round--left {
border-radius: 6em 0 6em 6em;
}
.property-content {
width: 45%;
padding-left: 8em;
align-self: center;
}
.property-container {
position: relative;
}
.img-icon-container {
background: var(--primary-green);
width: 4em;
height: 4em;
position: absolute;
filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.12));
}
.icon-topleft {
top: 0em;
left: 3em;
}
.icon-topright {
top: 0em;
right: 3em;
}
.ok-hand {
width: 60%;
margin-top: 0.7em;
margin-left: 0.7em;
}
.property__title {
margin-top: 1em;
}
/* Section Partners */
.section__partners {
background: var(--secondary-green);
text-align: center;
}
.partner__description {
margin-left: 14em;
margin-right: 14em;
}
.partner__logos {
justify-content: space-around;
align-items: center;
width: 100%;
flex-wrap: wrap;
}
.partner__logos img {
height: 100%;
width: 200px;
margin: 1.6em;
}
/* Section House Sale */
.section__house {
text-align: center;
overflow: hidden !important;
}
.house__description {
margin-left: 14em;
margin-right: 14em;
}
.house__showcase {
justify-content: space-around;
flex-wrap: wrap;
align-items: flex-start;
}
.house__card {
width: 22em;
margin-bottom: 3em;
flex-direction: column;
justify-content: center;
filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.12));
}
.house__card img {
border-radius: 0.5em;
width: 22em;
height: 501px;
}
.house__infocard {
height: 158px;
margin: 0 1.2em;
margin-top: -9.8em;
background: #ffffff;
border-radius: 0.5em;
text-align: left;
flex-direction: column;
filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.12));
}
.house__location {
position: absolute;
top: -3.6em;
background: var(--primary-green);
border: 3px solid var(--primary-green);
padding: 0.85em 2em;
color: #ffffff;
font-size: 13px;
font-weight: bold;
}
.fa-map-marker-alt {
color: #ffffff;
font-size: 1.3em;
margin-right: 0.5em;
}
.house__card__title {
margin: 1em;
}
.house__card__content {
margin: 2em 1.5em;
justify-content: space-between;
align-items: center;
}
.fa-star {
color: #d5c178;
}
.star-grey {
color: #f3efd8;
}
/* Carousel */
.carousel {
margin: 0 auto;
padding-bottom: 2em !important;
}
.flickity-viewport {
overflow: visible !important;
}
.carousel-cell {
margin: 0 1em;
transition: transform 300ms ease-in-out;
}
.carousel-cell.is-selected {
transform: scale(1.08);
/* margin-bottom: -6em; */
}
.carousel-cell.is-selected .house__infocard {
transition: 300ms ease-in-out;
margin-top: -6em;
}
.flickity-page-dots {
bottom: 1em !important;
}
/* Section Agents */
.section__agents {
background: var(--secondary-green);
text-align: center;
}
.agents__description {
margin-left: 14em;
margin-right: 14em;
}
.agents__showcase {
justify-content: space-around;
flex-wrap: wrap;
}
.agent__card {
background: #ffffff;
width: 22em;
margin-bottom: 3em;
filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.12));
}
.agent__card__active {
transform: scale(1.08);
}
.agent__card--rounded {
border-radius: 0 3em 3em 3em;
overflow: hidden;
}
.agent__img__wrapper {
border-radius: 0 3em 3em 3em;
overflow: hidden;
height: 18em;
}
.agent__img__wrapper img {
margin-top: -1.6em;
}
.agent__content {
flex-direction: column;
justify-content: space-between;
padding: 2em 1.5em;
}
.agent__title {
text-align: center;
margin-bottom: 1.5em;
}
.agent__description {
text-align: center;
margin-bottom: 1.5em;
}
.agent__socials {
justify-content: center;
}
.fa-facebook-f,
.fa-twitter,
.fa-instagram,
.fa-whatsapp {
font-size: 1.8em;
}
.social__link {
margin: 0 1em;
transition: transform 200ms ease-in-out;
}
.social__link:hover {
transform: scale(1.2);
}
.fa-facebook-f {
color: #4267b2;
}
.fa-twitter {
color: #1da1f2;
}
.fa-instagram {
background: linear-gradient(
to top right,
#ffdc80,
#fcaf45,
#f77737,
#f56040,
#fd1d1d,
#e1306c,
#c13584,
#833ab4,
#5b51d8
);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* Section Client Reviews */
.section__clients {
text-align: center;
}
.clients__description {
margin-left: 14em;
margin-right: 14em;
}
.clients__showcase {
justify-content: space-around;
flex-wrap: wrap;
}
.client__card {
filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.12));
background: #ffffff;
width: 22em;
margin-bottom: 3em;
border-radius: 1em;
}
.client__card--middle {
background: var(--primary-green);
transform: scale(1.05);
color: #ffffff;
}
.client__img {
border-radius: 0 1.8em 1.8em 1.8em;
margin: auto;
margin-top: 3em;
margin-bottom: 1.5em;
width: 30%;
filter: drop-shadow(0.8rem 0.8rem 1rem rgba(0, 0, 0, 0.12));
}
.fa-quote-left {
font-size: 2em;
color: var(--primary-green);
margin: 1em 0;
}
.quote--middle {
color: #ffffff;
}
.client__description {
margin: 0 2.5em;
margin-bottom: 4em;
}
/* Footer */
.footer__container {
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 3em;
}
.footer-col {
flex-direction: column;
margin: 0 1.4em;
margin-bottom: 2em;
flex: 1;
}
.footer__edge__col {
flex: 2;
}
.footer__col__title {
margin-bottom: 1em;
}
.footer__col1__description {
margin: 2em 0;
}
.footer-col a {
color: var(--primary-black);
margin: 0.3em 0;
}
.footer-col a:hover {
color: var(--primary-green);
}
.footer__socials {
justify-content: flex-start;
}
.footer__socials .social__link {
margin-right: 2em;
}
.fa-whatsapp {
color: #25d366;
}
.footer__search {
margin-top: 3em;
}
.footer__input {
font-size: 1em;
border-radius: 0 0.4em 0.4em 0.4em;
border: 3px solid var(--primary-green);
padding: 0.5em;
max-width: 60%;
}
.footer__search__btn {
background: var(--primary-green);
}
.fa-paper-plane {
font-size: 1em;
padding: 0.5em 1em;
border-radius: 0.4em 0 0 0.4em;
}
.fa-paper-plane:hover {
color: var(--primary-green);
}
.footer__input:focus {
outline: none;
}
.footer__search__btn {
border: 3px solid var(--primary-green);
border-radius: 0 0.6em 0.6em 0.6em;
background: var(--primary-green);
transition: border 300ms ease-in-out, background-color 300ms ease-in-out;
color: #ffffff;
font-weight: bold;
margin-left: -0.8em;
}
.footer__search__btn:hover {
background: #ffffff !important;
border: 3px solid var(--primary-green);
color: var(--primary-green);
}
/* Large Breakpoint */
@media only screen and (max-width: 1440px) {
.nav__menu__container {
position: fixed;
left: 0;
top: -100%;
opacity: 0;
z-index: 1;
width: 100%;
transition: all 300ms ease-in-out;
}
.nav__menu {
height: 100vh;
width: 100;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
background: #ffffff;
}
.active {
opacity: 1;
top: 0;
transition: all 300ms ease-in-out;
}
.hamburger,
.hamburger-exit {
display: block;
}
.agent__card__active {
transform: scale(1);
}
.client__card--middle {
transform: scale(1);
}
}
@media only screen and (min-width: 1440px) {
.nav__menu__container {
position: unset;
width: unset;
opacity: 1;
}
.hamburger,
.hamburger-exit {
display: none;
}
}
/* Tablet Breakpoint */
@media only screen and (max-width: 1200px) {
.section__intro {
flex-direction: column-reverse;
}
.intro__text {
width: 100%;
margin-right: 0em;
}
.intro__cover {
width: 100%;
margin-bottom: 2em;
}
.intro__search {
justify-content: center;
}
.section__properties {
flex-direction: column;
}
.property-showcase {
width: 100% !important;
}
.property-content {
padding: 0 !important;
width: 100% !important;
}
.grid-item {
padding: 1em !important;
}
.icon-topleft,
.icon-topright {
top: -1em !important;
}
.partner__description,
.house__description,
.agents__description,
.clients__description {
margin-left: 4.75em;
margin-right: 4.75em;
}
}
/* Mobile Breakpoint */
@media only screen and (max-width: 599px) {
.intro__text {
margin-right: 0em;
}
.intro__input {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.grid-item {
padding: 0.5em !important;
}
.property--img--round--right {
border-radius: 0 4em 4em 4em;
}
.property--img--round--left {
border-radius: 4em 0 4em 4em;
}
.img-icon-container {
width: 3.5em;
height: 3.5em;
}
.icon-topleft {
left: 2em;
}
.icon-topright {
right: 2em;
}
.carousel-cell.is-selected {
transform: scale(1);
}
.flickity-page-dots {
bottom: -1em !important;
}
.partner__description,
.house__description,
.agents__description,
.clients__description {
margin-left: 0;
margin-right: 0;
}
.footer__search {
text-align: center;
}
.footer-col {
margin-left: 0;
margin-right: 0;
}
.footer__edge__col {
flex: 1;
}
} | 0.431105 | 0.111846 |
.padding-top-p{
padding-top: 1vh;
}
.circle-underlay{
background-color: var(--ion-color-light);
height: 2.5em;
width: 2.5em;
text-align: center;
border-radius: 100%;
}
.circle-overlay-p{
margin: auto;
line-height: 3em !important;
}
.comment-p{
white-space: normal;
}
.dashboardMainContainer{
display: flex;
flex-flow: row wrap;
align-items: flex-end;
}
.dashboardMainWrapper{
}
.quickInsightsList{
width: fit-content;
}
.quickInsightsList > ion-list-header{
white-space: nowrap;
}
.quickInsightsCardContent{
display: flex;
}
.quickInsightsCard{
/*box-shadow: unset;*/
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.entriesList{
width: fit-content;
max-height: 75vh;
overflow-y: scroll;
padding: 1em;
}
.fitContentCard{
width: fit-content;
height: fit-content;
}
.dashboardPage{
}
.dashboardContent{
/*--background: var(--ion-color-light);*/
}
.dashboardContent{
--background: var(--ion-color-light);
--background: url(https://tyotyodata.imfast.io/color-bg.png) no-repeat bottom / cover;
z-index: 0;
}
.buttonCard{
/*
background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
background-size: 600%;
*/
}
.buttonCardShadow{
background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
background-size: 600%;
z-index: -1;
filter: blur(30px);
opacity: 0.8;
position: absolute;
margin-top: -35px;
}
.alertLogoutButton{
color: var(--ion-color-danger) !important;
}
.editCampaignModal{
padding-top: 5vh;
}
.editCampaignModal .modal-wrapper {
border-radius: 6px !important;
border-radius: 6px !important;
}
.editCampaignModal .ion-page{
padding: 1em;
}
.flatCard{
box-shadow: none;
border: 1px solid var(--ion-color-medium);
background: unset;
}
.blobCard{
z-index: 5;
}
.blurred{
position: absolute;
z-index: 1;
filter: blur(3em);
}
.blob1{
height: 20em;
top: 0;
left: -37vw;
transform: rotate(-45deg);
}
.blob2{
height: 7.5em;
top: 75%;
left: 0vw;
transform: rotate(45deg);
}
.blob3{
height: 10em;
top: 35%;
right: 5vw;
transform: rotate(135deg);
}
ion-toolbar{
--background: transparent !important;
}
@media (prefers-color-scheme: dark) {
.blurred{
filter: blur(3em) invert();
}
}
@media only screen and (min-width: 992px){
.requestAccessInput ion-list{
width: 50%;
margin: auto;
}
.entriesDetailList ion-card{
width: 50%;
margin: auto;
}
ion-content{
width: unset !important;
left: unset;
-background: transparent !important;
padding: 5em;
}
ion-toolbar{
--background: transparent !important;
}
body{
--background: url(https://tyotyodata.imfast.io/color-bg.png) no-repeat center / cover;
}
.dashboardMainWrapper{
padding: 5em;
}
/*
ion-content .dashboardContent{
--background: var(--ion-color-light);
--background: url(https://tyotyodata.imfast.io/color-bg.png) no-repeat center/cover;
}
*/
.button-inner{
width: 10%;
height: 5%;
}
}
@media only screen and (min-width: 1923) and (max-width: 5000px){
.editCampaignModal .modal-wrapper{
max-height: 50vh;
max-width: 50vw;
height: 100%;
width: 100%;
}
}
.button-wrapper{
display: flex;
justify-content: center;
align-items: center;
width: fit-content;
}
.button-main{
border-radius: 6px;
background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
background-size: 600%;
text-align: center;
color: white;
height: fit-content;
width: fit-content;
display: grid;
}
.button-main ion-card-subtitle{
color: var(--ion-color-light)
}
.button-main ion-card{
box-shadow: unset;
margin: 0;
}
.button-main ion-card-header{
}
.button-inner{
position: absolute;
z-index: -1;
filter: blur(30px);
opacity: 0.8;
border-radius: 6px;
background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
background-size: 600%;
text-align: center;
color: white;
width: 25%;
height: 10%;
margin-top: -10%
}
@keyframes anime {
0%{
background-position: 0% 50%
}
50%{
background-position: 100% 50%
}
100%{
background-position: 0% 50%
}
} | src/pages/Dashboard.css | .padding-top-p{
padding-top: 1vh;
}
.circle-underlay{
background-color: var(--ion-color-light);
height: 2.5em;
width: 2.5em;
text-align: center;
border-radius: 100%;
}
.circle-overlay-p{
margin: auto;
line-height: 3em !important;
}
.comment-p{
white-space: normal;
}
.dashboardMainContainer{
display: flex;
flex-flow: row wrap;
align-items: flex-end;
}
.dashboardMainWrapper{
}
.quickInsightsList{
width: fit-content;
}
.quickInsightsList > ion-list-header{
white-space: nowrap;
}
.quickInsightsCardContent{
display: flex;
}
.quickInsightsCard{
/*box-shadow: unset;*/
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.entriesList{
width: fit-content;
max-height: 75vh;
overflow-y: scroll;
padding: 1em;
}
.fitContentCard{
width: fit-content;
height: fit-content;
}
.dashboardPage{
}
.dashboardContent{
/*--background: var(--ion-color-light);*/
}
.dashboardContent{
--background: var(--ion-color-light);
--background: url(https://tyotyodata.imfast.io/color-bg.png) no-repeat bottom / cover;
z-index: 0;
}
.buttonCard{
/*
background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
background-size: 600%;
*/
}
.buttonCardShadow{
background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
background-size: 600%;
z-index: -1;
filter: blur(30px);
opacity: 0.8;
position: absolute;
margin-top: -35px;
}
.alertLogoutButton{
color: var(--ion-color-danger) !important;
}
.editCampaignModal{
padding-top: 5vh;
}
.editCampaignModal .modal-wrapper {
border-radius: 6px !important;
border-radius: 6px !important;
}
.editCampaignModal .ion-page{
padding: 1em;
}
.flatCard{
box-shadow: none;
border: 1px solid var(--ion-color-medium);
background: unset;
}
.blobCard{
z-index: 5;
}
.blurred{
position: absolute;
z-index: 1;
filter: blur(3em);
}
.blob1{
height: 20em;
top: 0;
left: -37vw;
transform: rotate(-45deg);
}
.blob2{
height: 7.5em;
top: 75%;
left: 0vw;
transform: rotate(45deg);
}
.blob3{
height: 10em;
top: 35%;
right: 5vw;
transform: rotate(135deg);
}
ion-toolbar{
--background: transparent !important;
}
@media (prefers-color-scheme: dark) {
.blurred{
filter: blur(3em) invert();
}
}
@media only screen and (min-width: 992px){
.requestAccessInput ion-list{
width: 50%;
margin: auto;
}
.entriesDetailList ion-card{
width: 50%;
margin: auto;
}
ion-content{
width: unset !important;
left: unset;
-background: transparent !important;
padding: 5em;
}
ion-toolbar{
--background: transparent !important;
}
body{
--background: url(https://tyotyodata.imfast.io/color-bg.png) no-repeat center / cover;
}
.dashboardMainWrapper{
padding: 5em;
}
/*
ion-content .dashboardContent{
--background: var(--ion-color-light);
--background: url(https://tyotyodata.imfast.io/color-bg.png) no-repeat center/cover;
}
*/
.button-inner{
width: 10%;
height: 5%;
}
}
@media only screen and (min-width: 1923) and (max-width: 5000px){
.editCampaignModal .modal-wrapper{
max-height: 50vh;
max-width: 50vw;
height: 100%;
width: 100%;
}
}
.button-wrapper{
display: flex;
justify-content: center;
align-items: center;
width: fit-content;
}
.button-main{
border-radius: 6px;
background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
background-size: 600%;
text-align: center;
color: white;
height: fit-content;
width: fit-content;
display: grid;
}
.button-main ion-card-subtitle{
color: var(--ion-color-light)
}
.button-main ion-card{
box-shadow: unset;
margin: 0;
}
.button-main ion-card-header{
}
.button-inner{
position: absolute;
z-index: -1;
filter: blur(30px);
opacity: 0.8;
border-radius: 6px;
background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
background-size: 600%;
text-align: center;
color: white;
width: 25%;
height: 10%;
margin-top: -10%
}
@keyframes anime {
0%{
background-position: 0% 50%
}
50%{
background-position: 100% 50%
}
100%{
background-position: 0% 50%
}
} | 0.482185 | 0.079961 |
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:"";}abbr,acronym{border:0;}.clearfix:after{visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}* html .clearfix{zoom:1;}*:first-child+html .clearfix{zoom:1;}
* html,* html body{background-image:url(about:blank);background-attachment:fixed}
body{background:#0e0b08;color:#fff;font:13px/20px Georgia, "Times New Roman", Times, serif,Microsoft YaHei;}
body a{color:#fff;text-decoration:none;outline:none;}
body img{ display:inline;}
.fl{float:left;}
.fr{float:right;}
.rr_box_1_bg{background:#0e0b08 url(../images/bbb.jpg) no-repeat center -200px;height:800px;margin-bottom:100px;}
.rr_box_1{width:1000px;margin:auto;position:relative;}
.rr_box_2{position:absolute;width:330px;height:610px;top:0;right:0;background:url(../images/bg_4.png) repeat;}
.rr_box_2_bg{position:relative;width:330px;height:490px;padding-top:120px;}
.rr_box_2_bgbot{background:url(../images/bg_11.png) repeat-x 0 0px;height:350px;padding-top:57px;}
.rr_list_1{width:610px;padding-top:90px;border-bottom:1px solid #fff;margin-bottom:10px;padding-bottom:10px;}
.rr_list_1 .fl{font-size:24px;}
.rr_list_1 .fr{font-family:Microsoft YaHei;padding-top:4px;line-height:16px;height:16px;}
.rr_list_3 a{font-size:16px;font-family:Microsoft YaHei;position:absolute;right:0;top:0;line-height:20px;}
.rr_list_3{font-size:76px;line-height:76px;margin-bottom:10px;position:relative;width:620px;background:url(../images/bg_13.png) no-repeat;height:76px;width:620px;}
.rr_list_4{height:280px;background:url(../images/bg_1.png) no-repeat;margin-bottom:50px;position:relative;width:650px;}
.rr_list_4 ul{position:relative;padding-top:46px;}
.rr_list_4 li{float:left;height:280px;width:125px;padding-left:85px;overflow:hidden;height:208px;position:relative;}
.rr_list_4 li div{height:1000px;position:absolute;top:0;width:125px;left:85px;}
.rr_list_4 li.no1{}
.rr_list_4 li.no2{width:142px;}
.rr_list_4 li.no3{}
.rr_list_4 .nobtn{cursor:pointer;position:absolute;width:125px;height:22px;}
.rr_list_4 .no1top {left:79px;top:25px;}
.rr_list_4 .no1bottom {left:79px;top:263px;}
.rr_list_4 .no2top {left:294px;top:25px;}
.rr_list_4 .no2bottom {left:294px;top:263px;}
.rr_list_4 .no3top {left:525px;top:25px;}
.rr_list_4 .no3bottom {left:525px;top:263px;}
.rr_list_4 li a{display:block;outline:none;font:13px/26px Verdana, Geneva, sans-serif;}
.rr_list_5{background:url(../images/bg_2.png) no-repeat;padding-top:110px;font:13px/28px Georgia, "Times New Roman", Times, serif,Microsoft YaHei;margin-bottom:150px;}
.rr_list_6{text-align:center;height:185px;overflow:hidden;width:245px;margin:0 auto 18px;}
.rr_list_6 a{display:none;}
.rr_list_6 img{ vertical-align:middle;width:245px;height:185px;}
.rr_list_6 .hover{display:block;}
.rr_list_7{height:57px;width:195px;overflow:hidden;}
.rr_list_7 div{height:57px;width:2000px;}
.rr_list_7_bg{z-index:100;background:url(../images/bg_3.png) no-repeat center center;padding:0 68px;margin-bottom:20px;position:relative;}
.rr_list_7_bg .toleft{width:20px;height:57px;position:absolute;left:43px;top:0;cursor:pointer;}
.rr_list_7_bg .toright{width:20px;height:57px;position:absolute;right:43px;top:0;cursor:pointer;}
.rr_list_7 img{margin:0 4px;filter:alpha(Opacity=50);opacity: 0.5;float:left;cursor:pointer;}
.rr_list_7 img.hover{filter:alpha(Opacity=100);opacity: 1;}
.rr_list_8{border-bottom:1px solid #fff;margin:0 40px;padding-bottom:40px;font-family:Georgia, "Times New Roman", Times, serif,Microsoft YaHei;font-size:16px;}
.rr_list_9{text-align:center;height:20px;font:18px/20px Microsoft YaHei;}
.rr_list_10{background:url(../images/bg_10.png) no-repeat center center;margin-bottom:10px;height:300px;position:relative;}
.rr_list_10 ul{position:absolute;width:980px;height:300px;left:0;top:0;padding-left:10px;overflow:hidden;}
.rr_list_10 li{width:170px;height:170px;border:2px solid #fff;float:left;margin:75px;position:relative;}
.rr_list_10 li .hover{width:170px;height:170px;background:#382c20;display:none;}
.rr_list_10 .txt{position:absolute;top:0;left:0;width:170px;height:170px;}
.rr_list_10 .no1{background:url(../images/bg_6.png) no-repeat center center;}
.rr_list_10 .no2{background:url(../images/bg_7.png) no-repeat center center;}
.rr_list_10 .no3{background:url(../images/bg_8.png) no-repeat 40px center;}
.rr_list_11{text-align:center;margin-bottom:20px;}
.rr_list_11 a{border-bottom:1px solid #fff;display:inline-block;padding-bottom:8px;font-size:55px;line-height:55px;}
.rr_list_12{background:url(../images/bg_9.png) no-repeat center center;height:60px;}
.rr_list_13{text-align:center;font-size:30px;line-height:40px;}
.rr_list_14{text-align:center;font-size:20px;line-height:30px;margin-bottom:40px;}
.rr_list_15{text-align:center;font-family:arial;padding-bottom:70px;}
.rr_list_16{background:url(../images/bg_12.png) no-repeat center 90px;height:195px;}
.rr_list_17{padding:0 40px;font:bold 14px/20px Microsoft YaHei;text-align:center;margin-bottom:10px;}
.rr_list_18{padding:0 40px;font:12px/20px Microsoft YaHei;text-align:left;} | redrock.com/static/css/common.css | body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:"";}abbr,acronym{border:0;}.clearfix:after{visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}* html .clearfix{zoom:1;}*:first-child+html .clearfix{zoom:1;}
* html,* html body{background-image:url(about:blank);background-attachment:fixed}
body{background:#0e0b08;color:#fff;font:13px/20px Georgia, "Times New Roman", Times, serif,Microsoft YaHei;}
body a{color:#fff;text-decoration:none;outline:none;}
body img{ display:inline;}
.fl{float:left;}
.fr{float:right;}
.rr_box_1_bg{background:#0e0b08 url(../images/bbb.jpg) no-repeat center -200px;height:800px;margin-bottom:100px;}
.rr_box_1{width:1000px;margin:auto;position:relative;}
.rr_box_2{position:absolute;width:330px;height:610px;top:0;right:0;background:url(../images/bg_4.png) repeat;}
.rr_box_2_bg{position:relative;width:330px;height:490px;padding-top:120px;}
.rr_box_2_bgbot{background:url(../images/bg_11.png) repeat-x 0 0px;height:350px;padding-top:57px;}
.rr_list_1{width:610px;padding-top:90px;border-bottom:1px solid #fff;margin-bottom:10px;padding-bottom:10px;}
.rr_list_1 .fl{font-size:24px;}
.rr_list_1 .fr{font-family:Microsoft YaHei;padding-top:4px;line-height:16px;height:16px;}
.rr_list_3 a{font-size:16px;font-family:Microsoft YaHei;position:absolute;right:0;top:0;line-height:20px;}
.rr_list_3{font-size:76px;line-height:76px;margin-bottom:10px;position:relative;width:620px;background:url(../images/bg_13.png) no-repeat;height:76px;width:620px;}
.rr_list_4{height:280px;background:url(../images/bg_1.png) no-repeat;margin-bottom:50px;position:relative;width:650px;}
.rr_list_4 ul{position:relative;padding-top:46px;}
.rr_list_4 li{float:left;height:280px;width:125px;padding-left:85px;overflow:hidden;height:208px;position:relative;}
.rr_list_4 li div{height:1000px;position:absolute;top:0;width:125px;left:85px;}
.rr_list_4 li.no1{}
.rr_list_4 li.no2{width:142px;}
.rr_list_4 li.no3{}
.rr_list_4 .nobtn{cursor:pointer;position:absolute;width:125px;height:22px;}
.rr_list_4 .no1top {left:79px;top:25px;}
.rr_list_4 .no1bottom {left:79px;top:263px;}
.rr_list_4 .no2top {left:294px;top:25px;}
.rr_list_4 .no2bottom {left:294px;top:263px;}
.rr_list_4 .no3top {left:525px;top:25px;}
.rr_list_4 .no3bottom {left:525px;top:263px;}
.rr_list_4 li a{display:block;outline:none;font:13px/26px Verdana, Geneva, sans-serif;}
.rr_list_5{background:url(../images/bg_2.png) no-repeat;padding-top:110px;font:13px/28px Georgia, "Times New Roman", Times, serif,Microsoft YaHei;margin-bottom:150px;}
.rr_list_6{text-align:center;height:185px;overflow:hidden;width:245px;margin:0 auto 18px;}
.rr_list_6 a{display:none;}
.rr_list_6 img{ vertical-align:middle;width:245px;height:185px;}
.rr_list_6 .hover{display:block;}
.rr_list_7{height:57px;width:195px;overflow:hidden;}
.rr_list_7 div{height:57px;width:2000px;}
.rr_list_7_bg{z-index:100;background:url(../images/bg_3.png) no-repeat center center;padding:0 68px;margin-bottom:20px;position:relative;}
.rr_list_7_bg .toleft{width:20px;height:57px;position:absolute;left:43px;top:0;cursor:pointer;}
.rr_list_7_bg .toright{width:20px;height:57px;position:absolute;right:43px;top:0;cursor:pointer;}
.rr_list_7 img{margin:0 4px;filter:alpha(Opacity=50);opacity: 0.5;float:left;cursor:pointer;}
.rr_list_7 img.hover{filter:alpha(Opacity=100);opacity: 1;}
.rr_list_8{border-bottom:1px solid #fff;margin:0 40px;padding-bottom:40px;font-family:Georgia, "Times New Roman", Times, serif,Microsoft YaHei;font-size:16px;}
.rr_list_9{text-align:center;height:20px;font:18px/20px Microsoft YaHei;}
.rr_list_10{background:url(../images/bg_10.png) no-repeat center center;margin-bottom:10px;height:300px;position:relative;}
.rr_list_10 ul{position:absolute;width:980px;height:300px;left:0;top:0;padding-left:10px;overflow:hidden;}
.rr_list_10 li{width:170px;height:170px;border:2px solid #fff;float:left;margin:75px;position:relative;}
.rr_list_10 li .hover{width:170px;height:170px;background:#382c20;display:none;}
.rr_list_10 .txt{position:absolute;top:0;left:0;width:170px;height:170px;}
.rr_list_10 .no1{background:url(../images/bg_6.png) no-repeat center center;}
.rr_list_10 .no2{background:url(../images/bg_7.png) no-repeat center center;}
.rr_list_10 .no3{background:url(../images/bg_8.png) no-repeat 40px center;}
.rr_list_11{text-align:center;margin-bottom:20px;}
.rr_list_11 a{border-bottom:1px solid #fff;display:inline-block;padding-bottom:8px;font-size:55px;line-height:55px;}
.rr_list_12{background:url(../images/bg_9.png) no-repeat center center;height:60px;}
.rr_list_13{text-align:center;font-size:30px;line-height:40px;}
.rr_list_14{text-align:center;font-size:20px;line-height:30px;margin-bottom:40px;}
.rr_list_15{text-align:center;font-family:arial;padding-bottom:70px;}
.rr_list_16{background:url(../images/bg_12.png) no-repeat center 90px;height:195px;}
.rr_list_17{padding:0 40px;font:bold 14px/20px Microsoft YaHei;text-align:center;margin-bottom:10px;}
.rr_list_18{padding:0 40px;font:12px/20px Microsoft YaHei;text-align:left;} | 0.175998 | 0.0464 |